Re: goals for hardening Debian: ideas and help wanted

2014-04-25 Thread Cameron Norman
On Thu, Apr 24, 2014 at 9:49 AM, Giacomo Mulas
giacomo.mula...@gmail.com wrote:
 On Thu, 24 Apr 2014, Steve Langasek wrote:

 The apparmor policies in Debian apply a principle of minimal harm,
 confining
 only those services for which someone has taken the time to verify the
 correct profile.  There are obviously pros and cons to each approach to
 MAC,
 which I'm not interested in arguing about; but one of the pros of the
 approach taken for apparmor is that all software *does* continue to work
 out
 of the box.  If you found it otherwise, I think you should be filing a bug
 report against apparmor.


 Good to know, actually I had tried apparmor quite some time ago and did not
 try again. I will give it another spin as soon as I can.

 However, I do not agree that I should file bugs against apparmor if a debian
 package does not work properly, it should go to the package manager (and
 maybe cc to some apparmor expert team).  It cannot be the maintainer(s) of
 apparmor to have to shoulder the effort of creating and maintaining profiles
 for all debian packages.  They may be called in for support, but regular
 package maintainers should be involved IMHO, otherwise it will never really
 take off and provide significantly better security.

Both of you have misunderstood each other.

Steve, Giacomo was advocating the creation of profiles/configurations
for all debian packages and considering it a serious bug if that was
not done.

Giacomo, Steve thought that you meant that unconfined applications
should work perfectly when the user is using a MAC, and not that they
should integrate with the MAC mechanism. So he was trying to explain
how AppArmor only interferes with explicitly configured (by the
package maintainer or user) profiles, and would not cause any harm to
non-confined applications. This is forgivably irrelevant, because you
are talking about confined applications.

Best regards,
--
Cameron Norman


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



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Matthias Urlichs
Hi,

Manuel A. Fernandez Montecelo:
 a) the minified .js is still source code, by definition.

Sorry, but _my_ definition of source code is whatever you customarily
edit when you want to change something.

_Nobody_ in their right mind edits minified Javascript.

IMHO, in an ideal world we would not install this file -- depending on,
and referring web clients to, our own jQuery packaging -- so that they'll
always pick up the latest version and security problems and bugs won't
linger.

However, we do not live in such a world, and thus I'd like us to simply
ignore the problem -- esp. given that we, more likely than not, in fact do
have the real sorce code somewhere in our archive. Maybe not the exact same
source code, but frankly, Debian has a couple of more interesting problems
than quibbling about whether the files which get assembled to
jFoobar-2.0.1.2.js are legitimate source code for jFoobar.2.0.1.1.min.js.

-- 
-- Matthias Urlichs


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



ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Yunqiang Su
On amd64 system:

 libc6-i386  make /lib/ld-linux.so.2  link to /lib32/ld-linux.so.2 and link to
   /lib32/ld-2.18.so

libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so

when these 2 packages installed at the same time
 /lib/ld-linux.so.2 is linked to /lib/i386-linux-gnu/ld-2.18.so

And dpkg is happy about that this happens.


On mips64el system:

libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so
 (yes, quite strange, mips system asks for use /lib as o32
multilib path)

libc6:mipsel make /lib/ld.so.1 link to /lib/mipsel-linux-gnu/ld-2.18.so

When try to install these 2 packages both, dpkg will be unhappy:

dpkg: error processing archive libc6_2.18-4_mipsel.deb (--install):
 trying to overwrite '/lib/ld.so.1', which is also in package
libc6-mips32 2.18-4
Errors were encountered while processing:


I also tried to repack libc6:mipsel to link /lib/ld.so.1 to
/lib/mipsel-linux-gnu/ld.so.1
instead of ld-2.18.so directly.
It aslo has the same problem.


Is it a problem of dpkg or eglibc?

-- 
Yunqiang Su


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAKcpw6UAEZ17Fvvfk=0anagsQppa9Qter5u=fha3la9dqmy...@mail.gmail.com



Makefile.am to Makefile.in: was: Re: lintian source-is-missing for jquery ...

2014-04-25 Thread Svante Signell
On Thu, 2014-04-24 at 23:20 -0500, Gunnar Wolf wrote:
 Manuel A. Fernandez Montecelo dijo [Fri, Apr 25, 2014 at 01:27:02AM +0100]:
  To both things above, I don't think that this is different to my example of
  'configure' script without corresponding .ac/.in; and I don't think that 
  anybody
  is thinking about adding lintian errors for that or considering those 
  scripts
  non-free (??).
 
 Just FWIW, I didn't reply to this point because it's been many years
 since I last packaged a project using configure scripts (I just work
 with languages I am comfortable with, and C is not one of them). As
 others have pointed, shipping configure without compiling it from the
 .ac/.in is bad and should be seen as a warning, if not directly as a
 true bug.

Following this thread reveals that nobody? mention compiling Makefile.am
into Makefile.in and later on to Makefile with configure. One recent
example of troubles is gcc-4.9-pre-releases (probably 4.9-1 too). Since
automake is no longer used: Makefile.in are used for building from
sourec. It is very frustrating and error prone to manually patch
Makefile.in when modifying Makefile.am. Regenerating with autoreconf2.64
and automake1.11 is currently broken and will not create any Makefile.in
from the Makefile.am files.

According to upstream it is not sufficient with autoconf 2.64, automake
1.11 first in PATH, libtool 2.2.7a is also needed, and that package is
not available from the main repository, not even at snapshot.debian.org.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/1398415210.568.95.ca...@g3620.my.own.domain



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Thu, 24 Apr 2014 20:48:47 +0100
Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote:

 Hi,
 
 Moving from debian-devel-games to debian-devel@ for opinions about if
 this lintian warning is OK to override or not, or in general about
 what to do with lintian warning about minified JS.

Haven't we had this discussion already? It's already been established
within the Debian project that minified JS is *not* source code, despite
what you may think.

I'm working through this with another package at the moment, we're
going to have the source code in the upstream git tree and miniify
during the package build. Developers can have minified js in their
working copies but those files are not included in the .orig.tar.gz.
All the template links specify the .min.js but those are built from the
js source code and allows me to link to the packaged ones where the
versions match.

Minified JS is *not* source code. Been there, fought through all that
once, let's *not* flog this particular dead horse again.

 I was only interested in this discussion because sdlgfx was
 mentioned, and I wanted to say that it was not done carelessly or
 without consideration, and that I don't share your view or your
 suggestions that we're violating the license or creating any problem
 by doing this.

It's about the project deeming that a minified JS is not source code.
That's the state of play and that's what lintian specifies. Lintian is
correct. Replace the .min.js in the .orig.tar.gz with the editable
source code and minify during the build.

Nobody edits .min.js files and the source package must include editable
source.
 
 I don't think that the lintian check should be removed in the general
 case of source-is-missing.  I don't think that it should be an error
 for minified JS, or that it should be the same error.

minified JS was explicitly one of the reasons for the decision.
 
 a) the minified .js is still source code, by definition.

No. It is not editable source code - this must exist in the
source package, not some third party site or other binary.

 b) The first lines of the unminified file clearly states the software
 projects, version, and URLs to get the non-minified versions, so if
 users want to modify the code, they can go there or take the version
 from their Debian system.

It needs to be editable in the source package. .dsc  .orig.tar.gz

So the lintian error is in fact equating source-is-missing with
 that this actually a practical problem, presumably because it affects
 user freedom.

Minified JS is a practical problem - nobody edits it.

 b) There's value in the warning, in the sense that if one wants to
 modify the code, one would prefer to use the unminified version --
 the source of the source file, and we provide that in the binary
 packages, which is the main added value of Debian (not the
 redistribution of the source -- again, as long as it's legal).

It needs to be in the source package, just like the rest of the source
code.

 d) Thus, saying that the source of the file is missing is technically
 true in the sense that it was generated by another file, in part not
 true because it's correct and valid source code, saying that it's not
 the preferred form of modification is true, but then again it points
 to the unminified version, so it's not trying to hide the source code
 away from users or hindering freedom in any way.

False.
 
 For all of the above, it is my opinion that the whole discussion
 about it is rather theoretical and pointless; and the dance of
 repackaging the upstream tarballs in this case, and probably for all
 uses of jquery, is a waste of time, and Debian users would see more
 benefits if contributors spent time elsewhere.

 Actually, I would ignore the error rather than override it and fix it
 later in some way, but it was not my decision.  But I sponsored the
 package and I don't think that it's wrong.

The package is wrong if lintian reports the error. Fix the package.

-- 


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



signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Manuel A. Fernandez Montecelo
2014-04-25 5:20 GMT+01:00 Gunnar Wolf gw...@gwolf.org:
 Manuel A. Fernandez Montecelo dijo [Fri, Apr 25, 2014 at 01:27:02AM +0100]:
 To both things above, I don't think that this is different to my example of
 'configure' script without corresponding .ac/.in; and I don't think that 
 anybody
 is thinking about adding lintian errors for that or considering those scripts
 non-free (??).

 Just FWIW, I didn't reply to this point because it's been many years
 since I last packaged a project using configure scripts (I just work
 with languages I am comfortable with, and C is not one of them). As
 others have pointed, shipping configure without compiling it from the
 .ac/.in is bad and should be seen as a warning, if not directly as a
 true bug.

Precisely, this is the core of a recent/ongoing thread, about using
dh-autoreconf or something similar to do this automatically for
thousands of packages (because it is very annoying for new ports, if
nothing else, and of which I am very much in favour).

Nobody in the thread tried to apply the same logic with configure
script compared to minified .js.  The case of configure script is even
worse, in my opinion, because it is actually used to compile the
binary (unlike minified .js, which in virtually all cases is only
shipped to be used for documentation).  And it is at least as
difficult to check if a configure script actually came from that
source as to check if minified js came from another .js.

In that situation, nobody proposed that we should strip ./configure
from the source packages just because we don't know if it was
generated from the accompanying .in/.ac sources of that script (if
present there at all), or because any other consideration.

People attempt to deal with that sitation acknowledging the problem
and by using automatic tools to regenerate it at build time, before
starting the build.  Nobody is proposing repackaging orig.tar to
remove the source-is-missing configure script, and nobody argued
that this would improve user freedom or benefit our users in any way.

As I said, we dealt with the situation of minified jquery in sdlgfx by
depending on libjquery-whatever and using dh_link, so the binary
packages use the canonical version of Debian (with other obvious
benefits apart from freedomness/preferred form of modification, like
no duplication); which is somewhat equivalent to the result of using
dh-autoreconf for configure scripts.


Cheers.
-- 
Manuel A. Fernandez Montecelo manuel.montez...@gmail.com


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAPQ4b8=a3cts-esvug8wu2jk2x2q9wj3m+v6p3xtz71qfat...@mail.gmail.com



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Thu, 24 Apr 2014 23:20:00 -0500
Gunnar Wolf gw...@gwolf.org wrote:

 Manuel A. Fernandez Montecelo dijo [Fri, Apr 25, 2014 at 01:27:02AM
 +0100]:
  To both things above, I don't think that this is different to my
  example of 'configure' script without corresponding .ac/.in; and I
  don't think that anybody is thinking about adding lintian errors
  for that or considering those scripts non-free (??).
 
 Just FWIW, I didn't reply to this point because it's been many years
 since I last packaged a project using configure scripts (I just work
 with languages I am comfortable with, and C is not one of them). As
 others have pointed, shipping configure without compiling it from the
 .ac/.in is bad and should be seen as a warning, if not directly as a
 true bug.

Agreed.

I work with autotools and C packages routinely and I'm not averse to
editing ./configure to debug an autotools issue and then applying the
change to configure.ac or one of the m4 macros. ./configure is just a
very long (and complex) shell script but that shell script uses
whitespace properly, retains descriptive variable names and uses tab
indentation within code blocks. Minified JS does none of those things.

-- 


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



signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 01:16:04 +0100
Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote:

 I don't think that we should go and do the tedious work of repack
 thousands of packages because of this, with no real benefit in terms
 of freedom (or any other) for our users -- provided that we depend
 and link to the canonical versions in the binary packages.

Talk to upstream, get them to package the unminified JS or no JS in
their releases, then minify during the build. If the built version
matches a packaged version, then do the dh_link but not otherwise.

If the JS APIs were sufficiently stable that these packages could be
used much as with a C library or python module, then there would be
less of an issue. In reality, the packaged JS is not always a working
match with the JS that the package needs or was used by upstream during
development.

When the versions do match, the maintainer can use the dh_link support
but other times need to use a known / newer version.

So when the JS package does move ahead, the package can continue to use
the working version until any migrations are complete upstream.

We don't have SONAMEs or other mechanisms to do this with javascript,
so the source code of the JS which the package requires does need to be
within the source code of that package. Otherwise, it makes it all but
impossible to debug the JS when the packaged versions migrate.

-- 


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



signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Manuel A. Fernandez Montecelo
2014-04-25 8:49 GMT+01:00 Matthias Urlichs matth...@urlichs.de:
 Hi,

 Manuel A. Fernandez Montecelo:
 a) the minified .js is still source code, by definition.

 Sorry, but _my_ definition of source code is whatever you customarily
 edit when you want to change something.

 _Nobody_ in their right mind edits minified Javascript.

  (I know that we're more on less in the same page, but I will reply
to your message about what I meant of the importance of the sourceless
file being valid source code and setting this apart from other cases).


I expect that if users want to modify that JS, they are smart enough
to get the unminified source (which the minified version publicises
well in some/most cases), edit, minify again (if they feel like it)
and replace the original modified file [1].

With the same reasoning, nobody in their right minds edit 30-k lines
configure scripts (except maybe for quick fixes like disabling some
test, or adding a path to search).  People go to find the .ac file,
edit, regenerate the configure script, copy to the original place, and
compile.

In these two cases, source-is-missing (lintian error) has very
different consequences than source-is-missing for a precompiled
binary without source, a blob of firmware, or a .swf file.  Minified
.js is just normal source code in the eyes of the interpreter, and
thus can be replaced with the unminified version if users want to
modify it; something that you cannot do with source-is-missing in
other cases.

And if the unminified souce code is there (I am not 100% conviced if
with the minifed version, but well, let's drop that case), or can be
obtained easily (as it is the case with jquery), we're not violating
the license even if the version is not in Debian (will fail DFSG if
the minified is not accepted as source code, but well, since you can
substitute it for other version, l think that this is a rather
whimsical interpretation of the *guidelines*).  The GPL (I don't think
that others are stronger on this point):

Many distributors of GPL'ed programs bundle the source code with the
executables. An alternative method of satisfying the copyleft is to
provide a written offer to provide the source code on a physical
medium (such as a CD) upon request. In practice, many GPL'ed programs
are distributed over the Internet, and the source code is made
available over FTP or HTTP. For Internet distribution, this complies
with the license.

Only in the cases when upstream maliciously or mistakenly substitute
the minified .js, this can matter (the source cannot be obtained
anywhere).  But in these cases, one definitely does not want the
source file, and the canonical version of jquery or other JS library
should be a good substitute.

Thus, the file itself being source code, interpreted by the same
interpreter as the unminified source code and being possible to
substitute it for other versions easily modificable, makes the case
completely different than other cases of source-is-missing.  So I
believe that the lintian error considering these dissimilar cases
together is wrong, and overriding is a reasonable solution (specially
once that it's dealt with for shipped binaries).


I believe that user freedom is not harmed in any way by the
precompiled/minified/autogenerated version is there, so we don't gain
anything by repacking this, and it's actually harmful for Debian to go
on this endeavour.

Unless/until somebody provides compelling reasons (or CTTE or GR), I
will heed the advice of ignoring this lintian error.  I will probably
strip it with the help of automatic tools in the future, if easy
enough and convenient, just to avoid spending time on discussions.
For the relief of the tired public, I will probably also not
participate more in the threads.

But I think that pushing for this is and having those lintian errors
for jqueryfriends, and making maintainers waste time and energy on
this activity, is actively harming Debian.


[1] This does not apply when we don't have the unminified version and
it's not widely available, but that's not the case of the majority of
the ~8k current lintian errors emitted.


 IMHO, in an ideal world we would not install this file -- depending on,
 and referring web clients to, our own jQuery packaging -- so that they'll
 always pick up the latest version and security problems and bugs won't
 linger.

 However, we do not live in such a world, and thus I'd like us to simply
 ignore the problem -- esp. given that we, more likely than not, in fact do
 have the real sorce code somewhere in our archive. Maybe not the exact same
 source code, but frankly, Debian has a couple of more interesting problems
 than quibbling about whether the files which get assembled to
 jFoobar-2.0.1.2.js are legitimate source code for jFoobar.2.0.1.1.min.js.

The solution in your 1st paragraph is exactly what we are doing with
the binary package, so I think that we agree.  I also agree with your
second paragraph.

I was arguing against repackaging 

Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Steve McIntyre
Yunqiang Su wrote:
On amd64 system:

 libc6-i386  make /lib/ld-linux.so.2  link to /lib32/ld-linux.so.2 and link to
   /lib32/ld-2.18.so

libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so

when these 2 packages installed at the same time
 /lib/ld-linux.so.2 is linked to /lib/i386-linux-gnu/ld-2.18.so

And dpkg is happy about that this happens.

What's responsible for making the links? Are they directly in the
package, or made by postinst etc.? Are the 2 packages sensible in
terms of multi-arch setup?

On mips64el system:

libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so
 (yes, quite strange, mips system asks for use /lib as o32
multilib path)

Meh, it's not doing the braindead /lib32 thing. That shouldn't be a
problem. :-)

libc6:mipsel make /lib/ld.so.1 link to /lib/mipsel-linux-gnu/ld-2.18.so

When try to install these 2 packages both, dpkg will be unhappy:

dpkg: error processing archive libc6_2.18-4_mipsel.deb (--install):
 trying to overwrite '/lib/ld.so.1', which is also in package
libc6-mips32 2.18-4
Errors were encountered while processing:


I also tried to repack libc6:mipsel to link /lib/ld.so.1 to
/lib/mipsel-linux-gnu/ld.so.1
instead of ld-2.18.so directly.
It aslo has the same problem.

Well, you're still trying to replace the same file (link) on
disk. dpkg is not going to be happy with that, unless they're
consistent for multi-arch.

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wdcte-0003in...@mail.einval.com



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 10:47:20 +0100
Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote:

 2014-04-25 8:49 GMT+01:00 Matthias Urlichs matth...@urlichs.de:
  Hi,
 
  Manuel A. Fernandez Montecelo:
  a) the minified .js is still source code, by definition.
 
  Sorry, but _my_ definition of source code is whatever you
  customarily edit when you want to change something.
 
  _Nobody_ in their right mind edits minified Javascript.
 
   (I know that we're more on less in the same page, but I will reply
 to your message about what I meant of the importance of the sourceless
 file being valid source code and setting this apart from other cases).
 
 
 I expect that if users want to modify that JS, they are smart enough
 to get the unminified source (which the minified version publicises
 well in some/most cases), edit, minify again (if they feel like it)
 and replace the original modified file [1].

No. The requirement is that the source is part of the source package.
If you provide the javascript at all, it's the non-minified version or
rely on the packaged version entirely and have no JS in the orig.tar.gz.

Minified JS is not source code, either replace it with source code in
the orig.tar.gz or don't include it in the orig.tar.gz in the first
place.

 With the same reasoning, nobody in their right minds edit 30-k lines
 configure scripts (except maybe for quick fixes like disabling some
 test, or adding a path to search).

Wrong. configure is properly indented, it uses full names for variables
and it uses lots of whitespace. Despite it's length, it is perfectly
acceptable to edit configure and then port the fix to configure.ac.

 In these two cases, source-is-missing (lintian error) has very
 different consequences than source-is-missing for a precompiled
 binary without source, a blob of firmware, or a .swf file.  Minified
 .js is just normal source code in the eyes of the interpreter,

./configure is perfectly acceptable to the bash interpreter. This isn't
about interpreters, it's about humans.

 and
 thus can be replaced with the unminified version if users want to
 modify it; something that you cannot do with source-is-missing in
 other cases.

The unminified version needs to be in the source.
 
 And if the unminified souce code is there (I am not 100% conviced if
 with the minifed version, but well, let's drop that case), or can be
 obtained easily (as it is the case with jquery), we're not violating
 the license even if the version is not in Debian (will fail DFSG if
 the minified is not accepted as source code, but well, since you can
 substitute it for other version, l think that this is a rather
 whimsical interpretation of the *guidelines*).  The GPL (I don't think
 that others are stronger on this point):

It's not just about the licence, it's about development and debugging.
 
 Thus, the file itself being source code, interpreted by the same
 interpreter as the unminified source code and being possible to
 substitute it for other versions easily modificable, makes the case
 completely different than other cases of source-is-missing.  So I
 believe that the lintian error considering these dissimilar cases
 together is wrong, and overriding is a reasonable solution (specially
 once that it's dealt with for shipped binaries).

No. This is about editing in-place inside the directory created by
apt-get source.
 
 Unless/until somebody provides compelling reasons (or CTTE or GR), I
 will heed the advice of ignoring this lintian error. 

Fix the package properly.

 I was arguing against repackaging source packages.

Then work with upstream to package the required files.

-- 


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



signature.asc
Description: PGP signature


Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Yunqiang Su
On Fri, Apr 25, 2014 at 5:58 PM, Steve McIntyre st...@einval.com wrote:
 Yunqiang Su wrote:
On amd64 system:

 libc6-i386  make /lib/ld-linux.so.2  link to /lib32/ld-linux.so.2 and link to
   /lib32/ld-2.18.so

libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so

when these 2 packages installed at the same time
 /lib/ld-linux.so.2 is linked to /lib/i386-linux-gnu/ld-2.18.so

And dpkg is happy about that this happens.

 What's responsible for making the links? Are they directly in the
 package, or made by postinst etc.? Are the 2 packages sensible in
 terms of multi-arch setup?

ldso is the load of binary, it is the entrance of any binary execution.
On any system, it is fixed

please see:
https://wiki.debian.org/Multiarch/LibraryPathOverview#ELF interpreter

It is directly in these packages.


On mips64el system:

libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so
 (yes, quite strange, mips system asks for use /lib as o32
multilib path)

 Meh, it's not doing the braindead /lib32 thing. That shouldn't be a
 problem. :-)

lib32 is left for n32 multilib on mips* systems.


libc6:mipsel make /lib/ld.so.1 link to /lib/mipsel-linux-gnu/ld-2.18.so

When try to install these 2 packages both, dpkg will be unhappy:

dpkg: error processing archive libc6_2.18-4_mipsel.deb (--install):
 trying to overwrite '/lib/ld.so.1', which is also in package
libc6-mips32 2.18-4
Errors were encountered while processing:


I also tried to repack libc6:mipsel to link /lib/ld.so.1 to
/lib/mipsel-linux-gnu/ld.so.1
instead of ld-2.18.so directly.
It aslo has the same problem.

 Well, you're still trying to replace the same file (link) on
 disk. dpkg is not going to be happy with that, unless they're
 consistent for multi-arch.


The problems is why on amd64, dpkg is happy about it?

 --
 Steve McIntyre, Cambridge, UK.st...@einval.com
 Support the Campaign for Audiovisual Free Expression: http://www.eff.org/cafe/



-- 
Yunqiang Su


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/CAKcpw6W9vrU5+TmvXPiw=zvugccrsau7ynywcbb53gunns3...@mail.gmail.com



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Craig Small
On Fri, Apr 25, 2014 at 09:41:37AM +0100, Neil Williams wrote:
 The package is wrong if lintian reports the error. Fix the package.

Not always, the way lintian checks is wrong. I'm not buying into is
minimised source or not, but no matter which way you sit on that issue,
the lintian checks for source-is-missing need some work.

See bug 744972 for some details, but basically the source for
foo/bar/baz.min.js doesn't need to be found in foo/bar and called
baz.js

Just in case others get this message, can see the source code and wonder
why.

 - Craig
-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140425115856.gc30...@enc.com.au



Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Steve McIntyre
On Fri, Apr 25, 2014 at 06:49:49PM +0800, Yunqiang Su wrote:
On Fri, Apr 25, 2014 at 5:58 PM, Steve McIntyre st...@einval.com wrote:
 Yunqiang Su wrote:
On amd64 system:

 libc6-i386  make /lib/ld-linux.so.2  link to /lib32/ld-linux.so.2 and link 
 to
   /lib32/ld-2.18.so

libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so

when these 2 packages installed at the same time
 /lib/ld-linux.so.2 is linked to /lib/i386-linux-gnu/ld-2.18.so

And dpkg is happy about that this happens.

 What's responsible for making the links? Are they directly in the
 package, or made by postinst etc.? Are the 2 packages sensible in
 terms of multi-arch setup?

ldso is the load of binary, it is the entrance of any binary execution.
On any system, it is fixed

please see:
https://wiki.debian.org/Multiarch/LibraryPathOverview#ELF interpreter

Oh yes, I lnow that bit. I've got patches in ld.so in Debian and
upstream... :-)

It is directly in these packages.

ACK. I was asking (specifically) more how the links are created in
those packages. Looking, you're correct and they're directly in the
package contents:

$ dpkg --contents libc6-i386_2.18-4_amd64.deb | grep -e ld-2. -e ld-linux.so
-rwxr-xr-x root/root134308 2014-03-02 17:58 ./lib32/ld-2.18.so
lrwxrwxrwx root/root 0 2014-03-02 17:58 ./lib32/ld-linux.so.2 - 
ld-2.18.so
lrwxrwxrwx root/root 0 2014-03-02 17:58 ./lib/ld-linux.so.2 - 
/lib32/ld-linux.so.2

$ dpkg --contents libc6_2.18-4_i386.deb | grep -e ld-2. -e ld-linux.so
-rwxr-xr-x root/root134380 2014-03-02 17:47 ./lib/i386-linux-gnu/ld-2.18.so
lrwxrwxrwx root/root 0 2014-03-02 17:47 ./lib/ld-linux.so.2 - 
i386-linux-gnu/ld-2.18.so
lrwxrwxrwx root/root 0 2014-03-02 17:47 
./lib/i386-linux-gnu/ld-linux.so.2 - ld-2.18.so

I'm not sure I understand how dpkg works here either... :-/

On mips64el system:

libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so
 (yes, quite strange, mips system asks for use /lib as o32
multilib path)

 Meh, it's not doing the braindead /lib32 thing. That shouldn't be a
 problem. :-)

lib32 is left for n32 multilib on mips* systems.

OK, cool.

 Well, you're still trying to replace the same file (link) on
 disk. dpkg is not going to be happy with that, unless they're
 consistent for multi-arch.

The problems is why on amd64, dpkg is happy about it?

No idea, I'm afraid. I was hoping I'd be able to help here, but...

-- 
Steve McIntyre, Cambridge, UK.st...@einval.com
Welcome my son, welcome to the machine.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140425123612.ga4...@einval.com



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 21:58:57 +1000
Craig Small csm...@debian.org wrote:

 On Fri, Apr 25, 2014 at 09:41:37AM +0100, Neil Williams wrote:
  The package is wrong if lintian reports the error. Fix the package.
 
 Not always, the way lintian checks is wrong. I'm not buying into is
 minimised source or not, but no matter which way you sit on that
 issue, the lintian checks for source-is-missing need some work.

See http://lintian.debian.org/tags/source-is-missing.html

It's the package which sounds like it needs work. Lintian is indicating
the problem.
 
 See bug 744972 for some details, but basically the source for
 foo/bar/baz.min.js doesn't need to be found in foo/bar and called
 baz.js

Isn't that what debian/missing-sources/ is meant to support?

If the source exists but just not where lintian expects to find it but
the report goes away once debian/missing-sources/ is fixed, that is
fine. If missing-sources doesn't work as expected, that's a bug in
lintian. The error report from lintian is still correct. Something in
the package is wrong, either a missing debian/missing-sources/ listing
or missing source.

-- 


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



signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Daniel Pocock
On 25/04/14 02:16, Manuel A. Fernandez Montecelo wrote:

 I don't think that we should go and do the tedious work of repack
 thousands of
 packages because of this, with no real benefit in terms of freedom (or
 any
 other) for our users -- provided that we depend and link to the canonical
 versions in the binary packages.


That is exactly why there is a GSoC project this year that involves
pro-actively and automatically creating repackaged upstream tarballs -
the focus is on Java, but some of these solutions can be generalized

 
http://danielpocock.com/automatically-creating-repackaged-upstream-tarballs-for-debian

so that DDs can just grab a clean tarball to work with whenever they
need to, automatically see a summary of new or changed non-free files
between upstream tags, etc

There is no doubt in my mind that if the rules are not strict then
sooner or later somebody will sneak something bad into some minified
Javascript - maybe it will happen upstream and the DD won't even be
aware of it.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535a5bfb.7070...@pocock.pro



Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Andrey Rahmatullin
On Fri, Apr 25, 2014 at 06:49:49PM +0800, Yunqiang Su wrote:
 On amd64 system:
 
  libc6-i386  make /lib/ld-linux.so.2  link to /lib32/ld-linux.so.2 and link 
  to
/lib32/ld-2.18.so
 
 libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so
 
 when these 2 packages installed at the same time
  /lib/ld-linux.so.2 is linked to /lib/i386-linux-gnu/ld-2.18.so
 
 And dpkg is happy about that this happens.
[...]

 The problems is why on amd64, dpkg is happy about it?
I'm not sure what the original question is, but the answer is most likely
Replaces: libc6-i386 in libc6:i386.

-- 
WBR, wRAR


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140425130046.gb31...@belkar.wrar.name



Non-source Javascript files in upstream source (was: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699)

2014-04-25 Thread Ben Finney
Neil Williams codeh...@debian.org writes:

 On Fri, 25 Apr 2014 01:16:04 +0100
 Manuel A. Fernandez Montecelo manuel.montez...@gmail.com wrote:

  I don't think that we should go and do the tedious work of repack
  thousands of packages because of this, with no real benefit in terms
  of freedom (or any other) for our users -- provided that we depend
  and link to the canonical versions in the binary packages.

We promise the source for everything any recipient downloads as part of
Debian. If non-source files are distributed in Debian source packages,
without a way to confidently guarantee the corresponding source is
what's already available in Debian, then that is a definite impact on
the freedom of Debian recipients: it threatens the freedom promises in
the Social Contract.

 Talk to upstream, get them to package the unminified JS or no JS in
 their releases, then minify during the build. If the built version
 matches a packaged version, then do the dh_link but not otherwise.

One special problem with minified Javascript, in works that are web
applications or components in particular, is that upstream commonly has:

* No distinct “source”: They distribute only files that recipients are
  expected to use as-is.

* Bundled third-party pre-compiled Javascript files, which the immediate
  upstream doesn't bother to get the source form, let alone make the
  source form available to recipients.

* No managed “release”: they expect people to just get whatever is
  currently in the head revision of the VCS repository.

* No automated “build”: they collate the bundle of files and expect
  recipients to simply deploy the downloaded files as-is.

So in the case of many such upstreams, the discussion we'd like to have,
focussed on “please separate the source Javascript in your release from
the compiled result in the build”, quickly expands in scope because such
a request can only be addressed by first introducing:

* The concept of the package source as separate from the deployed result;

* The concept of releasing such source in a form not intended for
  immediate as-is deployment;

* The concept of maintaining such a source build for download;

* The concept of obtaining the (frequently third-party) Javascript in
  source form rather than just passing along a pre-compiled file;

* The concept of a separate build step to transform the source, as
  distributed, into a deployable application;

* The concept that some recipients want to build from the upstream
  developer's source files on their own, independent of the upstream
  developer;

and other related matters.

Many such upstreams will, in my experience, when the discussion expands
to encompass the all these concepts for which they perceive little need,
attempt to wave the whole discussion off as too much effort to satisfy
what appears to be a minority of recipients with bizarre requests.

So tackling this issue with such upstreams requires a lot of education,
diplomacy, patience, and respect for their position: these all tend to
be problems that they've not felt the need to address to date, and as
Debian maintainers we need to help them understand the benefits.

None of this detracts from the truth of what you say: we need more
dependable source distinct from build artefacts, more dependable source
releases, more dependable build procedures, more dependable versioned
APIs, etc. All of this feeds into the issues of freedom for the
recipient of the work.

-- 
 \   “Some people have a problem, and they think “I know, I'll use |
  `\ Perl!”. Now they have some number of problems but they're not |
_o__) sure whether it's a string or an integer.” —Benno Rice, 2011 |
Ben Finney


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/857g6dmuje.fsf...@benfinney.id.au



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Thomas Goirand
On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 a) the minified .js is still source code, by definition.

I don't agree with this.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 It's interpreted in different implementations of an ISO-approved
 interpreted language, and it is valid code.

It is compiled code, not *source* code. It's impossible to modify as-is.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 Even in obfuscated form, with minor transformations it's probably
 easier to understand that some other proper source code out there.

No! :)

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 So it can be argued that this lintian error is not correct, it is
 source code even if obfuscated, and open to interpretation in any
 case.  Saying that source code is missing for a file that is actually
 proper source code is a special case and should be treated
 differently.

This minified source code is as helpful as the output of a binary that
has been decompiled. It is *not* something someone will work on,
especially if there's the equivalent non-obfuscated source code available.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 b) The first lines of the unminified file clearly states the software
 projects, version, and URLs to get the non-minified versions, so if
 users want to modify the code, they can go there or take the version
 from their Debian system.

In Debian, we don't package URLs, but human readable source code. If
your source package doesn't include source code for *anything*, then
it's a serious violation of the DFSG and social contract.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 This is vastly different to the normal idea of binaries without
 sources

No it's not, it's exactly the same thing.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 There's value in the warning, in the sense that if one wants to
 modify the code, one would prefer to use the unminified version

And therefore, the obfuscated code is considered non-DFSG free.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 So the presence of the file in the source tarball is not diminishing
 the freedom of users, and the actions proposed by lintian don't
 enhance user freedom, from my point of view.

This is backward thinking. You'd better think this way: the presence of
the file doesn't, in any way, help your users. Quite the opposite: it
makes the source package bigger, and makes users look at files which
they can't anyway modify. So why would you keep it? Realistically, the
only reason is because it makes your maintainers life easier. Any other
point of view is just wrong, IMO.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 and the dance of repackaging the upstream tarballs in this case, and
 probably for all uses of jquery, is a waste of time, and Debian users
 would see more benefits if contributors spent time elsewhere.

This is only where I can agree with you.

On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 I don't think that overriding hides the problem...

I do. Overrides are there only to cover false-positives. What is the
reason for yours, if not hiding issues?

Thomas


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



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Solal
I agree with you. An obfuscated source isn't source and should'nt be in
source packages. But in binary packages, yes. Also, as say the GNU
LibreJS standard for publish free JavaScript code, If there are a
comment which is an URL to the source and the corresponding source is
free, the obfuscated code is free too.

Le 25/04/2014 15:41, Thomas Goirand a écrit :
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 a) the minified .js is still source code, by definition.
 
 I don't agree with this.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 It's interpreted in different implementations of an ISO-approved
 interpreted language, and it is valid code.
 
 It is compiled code, not *source* code. It's impossible to modify as-is.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 Even in obfuscated form, with minor transformations it's probably
 easier to understand that some other proper source code out there.
 
 No! :)
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 So it can be argued that this lintian error is not correct, it is
 source code even if obfuscated, and open to interpretation in any
 case.  Saying that source code is missing for a file that is actually
 proper source code is a special case and should be treated
 differently.
 
 This minified source code is as helpful as the output of a binary that
 has been decompiled. It is *not* something someone will work on,
 especially if there's the equivalent non-obfuscated source code available.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 b) The first lines of the unminified file clearly states the software
 projects, version, and URLs to get the non-minified versions, so if
 users want to modify the code, they can go there or take the version
 from their Debian system.
 
 In Debian, we don't package URLs, but human readable source code. If
 your source package doesn't include source code for *anything*, then
 it's a serious violation of the DFSG and social contract.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 This is vastly different to the normal idea of binaries without
 sources
 
 No it's not, it's exactly the same thing.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 There's value in the warning, in the sense that if one wants to
 modify the code, one would prefer to use the unminified version
 
 And therefore, the obfuscated code is considered non-DFSG free.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 So the presence of the file in the source tarball is not diminishing
 the freedom of users, and the actions proposed by lintian don't
 enhance user freedom, from my point of view.
 
 This is backward thinking. You'd better think this way: the presence of
 the file doesn't, in any way, help your users. Quite the opposite: it
 makes the source package bigger, and makes users look at files which
 they can't anyway modify. So why would you keep it? Realistically, the
 only reason is because it makes your maintainers life easier. Any other
 point of view is just wrong, IMO.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 and the dance of repackaging the upstream tarballs in this case, and
 probably for all uses of jquery, is a waste of time, and Debian users
 would see more benefits if contributors spent time elsewhere.
 
 This is only where I can agree with you.
 
 On 04/25/2014 03:48 AM, Manuel A. Fernandez Montecelo wrote:
 I don't think that overriding hides the problem...
 
 I do. Overrides are there only to cover false-positives. What is the
 reason for yours, if not hiding issues?
 
 Thomas
 
 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535a671c.6080...@me.com



Re: lintian source-is-missing for jquery

2014-04-25 Thread Bas Wijnen
On Fri, Apr 25, 2014 at 10:47:20AM +0100, Manuel A. Fernandez Montecelo wrote:
 Thus, the file itself being source code,

You are the only one who uses a definition of source code that includes
generated files.  This is confusing; please don't do that.

 So I believe that the lintian error considering these dissimilar cases
 together is wrong, and overriding is a reasonable solution

In case of a Lintian warning/error, there are 3 possible options:
1. Lintian is right.
2. Lintian is wrong, and should be fixed.
3. Lintian is wrong, but your package is very special and fixing it in
Lintian would add unreasonable complexity to it.

The solutions for these cases are:
1. Fix your package.
2. Fix Lintian.
3. Use an override.

The cases we were discussing on debian-devel-games were clearly 1 (I
stopped caring about it and added an override).  The case you are
discussing here might be 2, which is what you're arguing.

I have not seen anyone mention anything that would hint that case 3 is
applicable to any of this discussion.

Ignoring a bug because you set your priorities is understandable and
(in some cases) good.  Adding an override is not.

Thanks,
Bas


signature.asc
Description: Digital signature


DFSG : Really useful?

2014-04-25 Thread Solal
Why not just take the Free Software Definition[0] instead lose a lot of
time in specific guidelines.
I think use the Free System Distribution Guidelines published by the
FSF[1] is the best way. Use the FSDG instead of the DFSG will :
-Be more efficient instead of lose a lot of time in the DFSG.
-Be sure to be in the 100% free GNU/Linux distros list of the FSF.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535a5fc9.1040...@me.com



Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Yunqiang Su
On Fri, Apr 25, 2014 at 9:00 PM, Andrey Rahmatullin w...@wrar.name wrote:
 On Fri, Apr 25, 2014 at 06:49:49PM +0800, Yunqiang Su wrote:
 On amd64 system:
 
  libc6-i386  make /lib/ld-linux.so.2  link to /lib32/ld-linux.so.2 and 
  link to
/lib32/ld-2.18.so
 
 libc6:i386 make /lib/ld-linux.so.2 link to /lib/i386-linux-gnu/ld-2.18.so
 
 when these 2 packages installed at the same time
  /lib/ld-linux.so.2 is linked to /lib/i386-linux-gnu/ld-2.18.so
 
 And dpkg is happy about that this happens.
 [...]

 The problems is why on amd64, dpkg is happy about it?
 I'm not sure what the original question is, but the answer is most likely
 Replaces: libc6-i386 in libc6:i386.


Thank you very much.
I refreshed this patch:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=715038

 --
 WBR, wRAR


 --
 To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: https://lists.debian.org/20140425130046.gb31...@belkar.wrar.name




-- 
Yunqiang Su


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



Re: DFSG : Really useful?

2014-04-25 Thread Jonas Smedegaard
Quoting Solal (2014-04-25 15:14:49)
 Why not just take the Free Software Definition[0] instead lose a lot 
 of time in specific guidelines.
 I think use the Free System Distribution Guidelines published by the 
 FSF[1] is the best way. Use the FSDG instead of the DFSG will :
 -Be more efficient instead of lose a lot of time in the DFSG.
 -Be sure to be in the 100% free GNU/Linux distros list of the FSF.

Because we are Debian and the contract we agree on is our own, not one 
written and maintained by a similar but different organisation.


 - Jonas

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

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


signature.asc
Description: signature


Re: DFSG : Really useful?

2014-04-25 Thread Sven Bartscher
On Fri, 25 Apr 2014 15:14:49 +0200
Solal solal.rast...@me.com wrote:

 Why not just take the Free Software Definition[0] instead lose a lot of
 time in specific guidelines.
 I think use the Free System Distribution Guidelines published by the
 FSF[1] is the best way. Use the FSDG instead of the DFSG will :
 -Be more efficient instead of lose a lot of time in the DFSG.
 -Be sure to be in the 100% free GNU/Linux distros list of the FSF.

I think we still wouldn't get into the list of free distros, because
Debian isn't classified as free (by FSF) because of the nonfree
repositories, which we don't want to drop (as far as I know).
Also I think it's useful to have our own guidelines.


signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Jeroen Dekkers
At Fri, 25 Apr 2014 14:58:35 +0200,
Daniel Pocock wrote:
 There is no doubt in my mind that if the rules are not strict then
 sooner or later somebody will sneak something bad into some minified
 Javascript - maybe it will happen upstream and the DD won't even be
 aware of it.

Yes, and that's why javascript shipped in binary packages should be
build from source and we should not copy minified javascript files
from upstream. I think there isn't much disagreement about that
part. But if the minified javascript files in the upstream tarball
aren't used when building the binary packages because the javascript
libraries are already packaged in Debian, then it isn't possible that
something bad sneaks in our packages. So why repack the upstream
tarball?

I don't really see any value in repacking every upstream tarball that
has a minified copy of jQuery.

Kind regards,

Jeroen Dekkers


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/87mwf9bh4i.wl%jer...@dekkers.ch



Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Ben Hutchings
On Fri, 2014-04-25 at 16:39 +0800, Yunqiang Su wrote:
[...]
 On mips64el system:
 
 libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so
  (yes, quite strange, mips system asks for use /lib as o32
 multilib path)
 
 libc6:mipsel make /lib/ld.so.1 link to /lib/mipsel-linux-gnu/ld-2.18.so
 
 When try to install these 2 packages both, dpkg will be unhappy:
 
 dpkg: error processing archive libc6_2.18-4_mipsel.deb (--install):
  trying to overwrite '/lib/ld.so.1', which is also in package
 libc6-mips32 2.18-4
 Errors were encountered while processing:
[...]
 Is it a problem of dpkg or eglibc?

Current biarch packages like libc6-i386 do *not* install a symlink for
ld.so so there is no conflict.

However, the maintainer scripts for the various x86 libc packages are
doing a lot of conditional changes to symlinks and directories to make
coinstallation and upgrades work properly.  You should ask the glibc
maintainers debian-gl...@lists.debian.org how this works for x86 and
how it could translate to mips.

Ben.

-- 
Ben Hutchings
Beware of programmers who carry screwdrivers. - Leonard Brandwein


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


Re: ld.so for multiarch and multilib installed at same time

2014-04-25 Thread Ben Hutchings
On Fri, 2014-04-25 at 16:28 +0100, Ben Hutchings wrote:
 On Fri, 2014-04-25 at 16:39 +0800, Yunqiang Su wrote:
 [...]
  On mips64el system:
  
  libc6-mips32 make /lib/ld.so.1 link to /lib/ld-2.18.so
   (yes, quite strange, mips system asks for use /lib as o32
  multilib path)
  
  libc6:mipsel make /lib/ld.so.1 link to /lib/mipsel-linux-gnu/ld-2.18.so
  
  When try to install these 2 packages both, dpkg will be unhappy:
  
  dpkg: error processing archive libc6_2.18-4_mipsel.deb (--install):
   trying to overwrite '/lib/ld.so.1', which is also in package
  libc6-mips32 2.18-4
  Errors were encountered while processing:
 [...]
  Is it a problem of dpkg or eglibc?
 
 Current biarch packages like libc6-i386 do *not* install a symlink for
 ld.so so there is no conflict.
[...]

Oh, never mind, they do install it but once libc6:i386 is also installed
dpkg won't list it for libc6-i386 because of the 'Replaces'.

Ben.

-- 
Ben Hutchings
Beware of programmers who carry screwdrivers. - Leonard Brandwein


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


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Neil Williams
On Fri, 25 Apr 2014 16:47:41 +0200
Jeroen Dekkers jer...@dekkers.ch wrote:

 At Fri, 25 Apr 2014 14:58:35 +0200,
 Daniel Pocock wrote:
  There is no doubt in my mind that if the rules are not strict then
  sooner or later somebody will sneak something bad into some minified
  Javascript - maybe it will happen upstream and the DD won't even be
  aware of it.
 
 Yes, and that's why javascript shipped in binary packages should be
 build from source and we should not copy minified javascript files
 from upstream. I think there isn't much disagreement about that
 part. But if the minified javascript files in the upstream tarball
 aren't used when building the binary packages because the javascript
 libraries are already packaged in Debian, then it isn't possible that
 something bad sneaks in our packages. So why repack the upstream
 tarball?
 
 I don't really see any value in repacking every upstream tarball that
 has a minified copy of jQuery.

For one thing it makes it *a lot* simpler to scan the archive for
exactly the kind of problem you describe and we all need to avoid.

Secondly it makes it simple for people working from the Debian source
package to check and debug the package without needing a build step and
without possible confusion about which file gets used.

Finally, there is the issue that these minified JS files are not source
code and we should not be distributing files in source packages for
which there is no source code in that same source package. Why
distribute two versions when the build system has to minify them
 replace the minified one anyway?

I'm arguing from a slightly different perspective, I am upstream for
the package to which this problem will apply by the time I upload it.
I'm going through the work of handling the JS files with the upstream
team and I'm the one persuading the team that we need to do it this
way.

Compared to that amount of work, stripping a few files from a tarball
using uscan is utterly trivial and I don't see why it is a problem.
It's quite a bit harder to do the right thing and persuade upstream to
not include them.

-- 


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



signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256



On 25/04/14 17:40, Neil Williams wrote:
 On Fri, 25 Apr 2014 16:47:41 +0200 Jeroen Dekkers
 jer...@dekkers.ch wrote:
 
 At Fri, 25 Apr 2014 14:58:35 +0200, Daniel Pocock wrote:
 There is no doubt in my mind that if the rules are not strict
 then sooner or later somebody will sneak something bad into
 some minified Javascript - maybe it will happen upstream and
 the DD won't even be aware of it.
 
 Yes, and that's why javascript shipped in binary packages should
 be build from source and we should not copy minified javascript
 files from upstream. I think there isn't much disagreement about
 that part. But if the minified javascript files in the upstream
 tarball aren't used when building the binary packages because the
 javascript libraries are already packaged in Debian, then it
 isn't possible that something bad sneaks in our packages. So why
 repack the upstream tarball?
 
 I don't really see any value in repacking every upstream tarball
 that has a minified copy of jQuery.
 

When FTP masters approve a package from NEW, they might well see that
the js is not really in use - but somebody (upstream or maintainer)
may change something after 6 months and the js does get used

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTWpyKAAoJEOm1uwJp1aqDBtAP+wTz77QSufMFsbV9NrMCYlnk
UmRqSWuZLOxh20njiASkqKRK7QMdSQqlvHgr9jsl7CwVEUuoBF0AEe/+Agg0ZPg3
0vR3MndrRHr7feb3NjgQW7KcJzh4HOonMe7BCWRoXjMRfwP5FdG1Oy+ARrKIa/f4
p3b19qu8WxbcU3560Xpr/8jiuOIvQzje+J+QPCaq7xe7bdjs4BeEDAl4T0c6yH3H
vH8tAIheUGYIKf7y49EupLYwyi7iPnDIcAmlT5RCiUnjgrEJEhUYcq9uagvh+9Xj
0aqIE9Bvyq/F8Xm2gk8k1CJIztf6WbmUlLyN31qOpenVHz+Uc0qNhpma5LFmlBVR
+1EByOiS5qufEp51dBj+O09ZWT0y0JaVFTvpmNfT4nELutU23I0dNj2OhWtq6ROA
ENo5zOO4Lu7OU8PXWpeWaDvdUX7uFt5Xn7emIxOC2pwqHhSeAQdmadT/25c6lUZU
XeLzu4drfGgFnr3I6iIqZbkVV1gATtMZnBmRgrZQWvo3eCbvDTeglLxTyHNKf4Or
V9Cw1jzESQsWQ1pLWVGBMl86qmhqH93aTUvVwEZJU73yK2YQ9rCre1MNFOdWu/Ay
QurrBBUcOAFRVl0WuE5vhiXoN7qWNFwO8AkTkcnJxGT24Dn2nk04FYNEnYtYDepf
oIf9kGD5p8gy7VBD/5Qc
=J2Dn
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535a9c8a.60...@pocock.com.au



concurrent installation of different pkg versions

2014-04-25 Thread Daniel Pocock


With all the talk about removing jquery from source packages, one thing
that does arise is the question of how to support different jquery versions.

This is not just a JavaScript issue though.  Maybe we can have

  libjs-jquery-1.7
  libjs-jquery-1.10

and friends all installed concurrently.  Maybe it will be needed more
widely though (e.g. for some Java stuff too).  On the other hand, some
maintainers and security team naturally don't want the hassle of
supporting so many versions concurrently.  With so many upstreams now
including stuff like this, particularly in web software and the
emergence of node.js as well, maybe a generalized approach is needed.

There was even a debate about this on the backports list recently in the
context of how to support different versions of OpenStack (not installed
concurrently though, but just making perhaps the most recent 2 releases
available to users on wheezy)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535a9def.6050...@pocock.pro



Bug#745846: ITP: phpunit-version -- library that helps with managing the version number of Git-hosted PHP projects

2014-04-25 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: block 744876 by -1

* Package name: phpunit-version
  Version : 1.0.3
  Upstream Author : Sebastian Bergmann sebast...@phpunit.de
* URL : https://github.com/sebastianbergmann/phpunit-version
* License : BSD-3-clause
  Programming Lang: PHP
  Description : library that helps with managing the version number of 
Git-hosted PHP projects

 Version is a PHPUnit extension that provides a proper version depending on
 the given release number, and information from the current Git repository
 if there is one, as intended for PHPUnit.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.


It’s a needed dependency for the upcoming PHPUnit 4 and will be
maintained inside the PHP PEAR team.


signature.asc
Description: Digital signature


Bug#745847: ITP: perm -- efficient mapping of short reads with periodic spaced seeds

2014-04-25 Thread Andreas Tille
Package: wnpp
Severity: wishlist
Owner: Andreas Tille ti...@debian.org

* Package name: perm
  Version : 0.4.0
  Upstream Author : Yangho Chen yangh...@usc.edu
* URL : http://code.google.com/p/perm/
* License : Apache 2.0
  Programming Lang: C++
  Description : efficient mapping of short reads with periodic spaced seeds
 PerM is a software package which was designed to perform highly efficient
 genome scale alignments for hundreds of millions of short reads produced by
 the ABI SOLiD and Illumina sequencing platforms. Today PerM is capable of
 providing full sensitivity for alignments within 4 mismatches for 50bp SOLID
 reads and 9 mismatches for 100bp Illumina reads.


This package was prepared by the BioLinux team and taken over into Debian Med
team maintenance at

   Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/perm/trunk/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140425185301.31092.28787.report...@mail.an3as.eu



Re: goals for hardening Debian: ideas and help wanted

2014-04-25 Thread Kevin Chadwick
previously on this list Paul Wise contributed:

 I have written a non-exhaustive list of goals for hardening the Debian
 distribution, the Debian project and computer systems of the Debian
 project, contributors and users.
 
 https://wiki.debian.org/Hardening/Goals
 
 If you have more ideas, please add them to the wiki page.

Though it will take some guts, the best way I see for a distro to help
users secure their machines is to provide sudoers entries disabled by
default and enabled either manually through requests during various
package installs or a sudoers-policies package or in sudoers.d by
default. I've read a story about sudoers being packaged by distro's
at one time but mistakes meaning they stopped doing so. I expect that's
a myth and silly if not. I find little about it but hearsay and whilst I
know sudo's maintainer prefers rules not to be enabled by default as
that encourages general policies and so an insecure default. I am not
sure he minds commented policies that are easily enabled. If I ever
have any time I intend to create a sudoers policy site if no-one
beats me to it and more searches don't find one but a project like
debian may be better suited to the task. Sudo is undoubtedly more
secure than polkit when used correctly and easily modified by users. If
things like synaptic had an option to use sudo, users could very easily
and intuitively modify the default policy to only allow a certain list
of packages to be installed and synaptic would be none the wiser and
work very securely with whatever exact permissions the user decides and
that apt-get provides the control for. This empowers users and the more
correct way of doing things.

Any security related tools and settings should have a high quality man
page.

All security configuration should be insisted on being in /etc if it
isn't already. A default polkit configuration for example should be
easily found and edited and not be allowed to exist in /usr or need to
be copied from anywhere to anywhere. That is simply irresponsible.

sysctl.conf could perhaps have more commented entries

If a doc exists in /usr/share then perhaps a man page should atleast
point to it and be found via apropos in many cases as understanding is
the first step to securing.

You could port the privledge seperation patches for X11 from OpenBSD so
that only a small part for handling device files etc. runs as root.

tcpdump is more secure but for more risky things like wireshark it
could be made to die perhaps by a wrapper if run as root and dumpcap be
suid group wireshark mode 750 and users add themselves to that group to
use it.

http://marc.info/?l=openbsd-miscm=139694935227588w=2

More use of chrooting by default would be good too.


Some comments on the existing content on the page follows.

Tor provides privacy and more likely lowers security so which threat
against contributors or contributor actions is the Tor policy aimed to
protect? Asking contributor's to boot debian where possible without
listening services from dedicated usb/hdd with a vpn or ssh to avoid
router resident attackers maybe seen as a bit draconian but I would
suggest is a better practice to aim for.

If grsec is coming RBAC deserves mentioning under MACs

Routers, you could simplify their usage so you are using a subset of
the firmware risk. So use bridge mode and a pppoe client on a debian or
an OpenBSD box where I can contest pppoe setup is dead easy and in
kernel. Though the bastille debian box and VPN two paragraphs up is
probably easier for most with wireless etc.




-- 
___

'Write programs that do one thing and do it well. Write programs to work
together. Write programs to handle text streams, because that is a
universal interface'

(Doug McIlroy)

In Other Words - Don't design like polkit or systemd
___

I have no idea why RTFM is used so aggressively on LINUX mailing lists
because whilst 'apropos' is traditionally the most powerful command on
Unix-like systems it's 'modern' replacement 'apropos' on Linux is a tool
to help psychopaths learn to control their anger.

(Kevin Chadwick)

___


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/246269.70707...@smtp101.mail.ir2.yahoo.com



Re: Bits from the 7th Debian Groupware Meeting

2014-04-25 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256




On 25/04/14 21:27, Guido Gnther wrote:
 The seventh Debian Groupware Meeting[1] was held in the
 LinuxHotel, Essen, Germany[2]. We had one remote hacker from NYC
 which brings the number of attendants up to 9. This is a short
 summary of what happened during the weekend:
 
 * We decided to abandon Iceowl (based on the standalone calendar 
 sunbird) since Mozilla started to actively remove the code [3]. 
 Unfortunately this leaves us without a proper GUI stand alone
 calendar client with GSSAPI support.
 
 * The icedove package got a major cleanup including the switch from
 CDBS to dh and the removal of the rebranding logic. This will
 hopefully allow us to better keep in sync with upstream. Carsten's
 git repo [4] usually carries the most up to date version and a
 automated build of these version is in the works.
 
 * The sogo connector extension for icedove got uploaded and tested 
 including a wiki page[5][6]
 





Brief feedback:

- - I'm using DAViCal package as server (for Calendar + Contacts)
  - upstream said no more time to maintain in 2012 but list activity
looks busier than ever
http://sourceforge.net/p/davical/mailman/davical-general/?viewmonth=201210


- - I've been using

  Icedove + Iceowl-extension (Lightning) + Sogo connector

 as calendar client


- - due to the limitations of Icedove addressbook UI (max 2 email
addresses per contact, etc) I tend to use Evolution as the client for
the Contact records


- - I've also tried the various Android clients against DAViCal,
including the new DAVdroid (which is open source) and I've tried the
not-really-open CardDAV-sync app


Thanks for making the Sogo connector a proper package

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iQIcBAEBCAAGBQJTWrsAAAoJEOm1uwJp1aqDWskP/1RG/+57vYoK6qbdIYozkT/2
Ohil87V4M4kNJprn/SyopGoN6jA9OtCOeokKHPzmKd+trdObgRuzC2nk6qwpnKDY
e1tqFEAr36UdmwG6RYWmT8WniB6t8JaDoKeXOAa1LJCAjmlC3yLMeLhHPDy2rSP7
5X5y6QOVzkL6HbBQMqLiaj21BBGq8ModulN7yYh8KhAzVFuf7z9xhXmN0vSfm4On
GMF3Yq/j3ODUErkiDCDAQUTAAJTNlV2zb+NUeqEnJ01y6Ua6kvv9tfw2JPz37Kn4
+p+Jp7WKkLtebiEi1sifNtT9klLH74rRcwnPGJkgYIpiSgEeglb5MorTiXqyiNWu
sceUQfjCdRP5uQAqnup9RJrvxgCcFBbdiWpQMasBMw5EoKFmhsa9cUJyy842M6fr
mc2s83sTzkn3evJU7Yx5ZistzA9wuuwO9cxBS+hg/j10dk2lhtifO3JkmPPgwqRz
8JJMJhMlTjOAX+H6UTzWFuOdHqdTQXgYHFb7L8X84gL6bTciOHBJu6MeHbAMBt6F
j5egpVaqOOoJuEB/H2DxJ5Ar8Tm8OHrgq07H7ug8hDchcY307qVL46SwHXmSiClb
2vxZVTIluKnjv8wah7UBa318W3GMS5m+LpoB8KCAzBjX6erlyrYQya1/NKeKGdg3
dC8Jk7TOXNPaz3ZOml+6
=DGzE
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/535abb00.1090...@pocock.pro



Bug#745853: ITP: phpunit-diff -- diff implementation - stand-alone component from PHPUnit

2014-04-25 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: block 744876 by -1

* Package name: phpunit-diff
  Version : 1.1.0
  Upstream Author : Sebastian Bergmann sebast...@phpunit.de
* URL : https://github.com/sebastianbergmann/phpunit-diff
* License : BSD-3-clause
  Programming Lang: PHP
  Description : diff implementation - stand-alone component from PHPUnit

 Diff is a PHPUnit extension that provides comparison and parsing features.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.


It’s a needed dependency for the upcoming PHPUnit 4 and will be
maintained inside the PHP PEAR team.


signature.asc
Description: Digital signature


Bug#745854: ITP: phpunit-exporter -- export variables for visualization - PHPUnit component

2014-04-25 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: block 744876 by -1

* Package name: phpunit-exporter
  Version : 1.0.0
  Upstream Author : Sebastian Bergmann sebast...@phpunit.de
* URL : https://github.com/sebastianbergmann/phpunit-exporter
* License : BSD-3-clause
  Programming Lang: PHP
  Description : export variables for visualization - PHPUnit component

 Exporter is a PHPUnit extension that provides the functionality to export
 PHP variables for visualization.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.


It’s a needed dependency for the upcoming PHPUnit 4 and will be
maintained inside the PHP PEAR team.


signature.asc
Description: Digital signature


Bug#745859: ITP: phpunit-environment -- functionality to handle HHVM/PHP environments - PHPUnit component

2014-04-25 Thread David Prévot
Package: wnpp
Severity: wishlist
Owner: David Prévot taf...@debian.org
Control: block 744876 by -1

* Package name: phpunit-environment
  Version : 1.0.0
  Upstream Author : Sebastian Bergmann sebast...@phpunit.de
* URL : https://github.com/sebastianbergmann/phpunit-diff
* License : BSD-3-clause
  Programming Lang: PHP
  Description : functionality to handle HHVM/PHP environments - PHPUnit 
component

 This component provides functionality that helps writing PHP code that has
 runtime-specific (PHP / HHVM) execution paths.
 .
 PHPUnit is a unit testing suite for the PHP language, modelled on the xUnit
 testing framework.


It’s a needed dependency for the upcoming PHPUnit 4 and will be
maintained inside the PHP PEAR (and Composer) team.


signature.asc
Description: Digital signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Wookey
+++ Manuel A. Fernandez Montecelo [2014-04-25 09:42 +0100]:

 ... a recent/ongoing thread, about using dh-autoreconf or something
 similar ...

 Nobody in the thread tried to apply the same logic with configure
 script compared to minified .js.  The case of configure script is even
 worse, in my opinion, because it is actually used to compile the
 binary (unlike minified .js, which in virtually all cases is only
 shipped to be used for documentation).  And it is at least as
 difficult to check if a configure script actually came from that
 source as to check if minified js came from another .js.
 
 In that situation, nobody proposed that we should strip ./configure
 from the source packages just because we don't know if it was
 generated from the accompanying .in/.ac sources of that script (if
 present there at all), or because any other consideration.
 
 People attempt to deal with that sitation acknowledging the problem
 and by using automatic tools to regenerate it at build time, before
 starting the build.  Nobody is proposing repackaging orig.tar to
 remove the source-is-missing configure script, and nobody argued
 that this would improve user freedom or benefit our users in any way.

I see the point you are getting at, but don't agree that the
situations are equivalent. First I have never seen a package (and I've
looked at a lot) where the source (configure.in/ac) is missing. So the
source is never missing, and re-generating it is thus
straightforward. Also the configure script, whilst not entirely
'preferred' is perfectly modifiable, comprehensible, with comments and
variables and so on, so again it's at least much further up the scale
of 'preferred/modifiable' than minified js. It's a much harder call to
say that it doesn't count as source for DFSG purposes. I'm not sure
that generation itself makes something 'not source'.

It is possible that the shipped configure is not what you'd get from
regenerating - i.e. it doesn't match the 'source' provided, and we
don't check for that. But this is just another argument for
re-autoconfing, which we have agreed is a good thing for other reasons
too, and as we have all the parts we need, there is no issue of source
availability.

 As I said, we dealt with the situation of minified jquery in sdlgfx by
 depending on libjquery-whatever and using dh_link, so the binary
 packages use the canonical version of Debian (with other obvious
 benefits apart from freedomness/preferred form of modification, like
 no duplication); which is somewhat equivalent to the result of using
 dh-autoreconf for configure scripts.

This seems fair enough to me. 

Wookey
-- 
Principal hats:  Linaro, Emdebian, Wookware, Balloonboard, ARM
http://wookware.org/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140425223258.gh29...@stoneboat.aleph1.co.uk



Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Vincent Bernat
 ❦ 25 avril 2014 17:40 CEST, Neil Williams codeh...@debian.org :

 Compared to that amount of work, stripping a few files from a tarball
 using uscan is utterly trivial and I don't see why it is a problem.
 It's quite a bit harder to do the right thing and persuade upstream to
 not include them.

How to handle this with gbp?
-- 
Use free-form input when possible.
- The Elements of Programming Style (Kernighan  Plauger)


signature.asc
Description: PGP signature


Re: lintian source-is-missing for jquery -- was Re: Bug#744699: Frets On Fire bug report 744699

2014-04-25 Thread Manuel A . Fernandez Montecelo

2014-04-26 00:08 Vincent Bernat:

❦ 25 avril 2014 17:40 CEST, Neil Williams codeh...@debian.org :


Compared to that amount of work, stripping a few files from a tarball
using uscan is utterly trivial and I don't see why it is a problem.
It's quite a bit harder to do the right thing and persuade upstream to
not include them.


How to handle this with gbp?


I guess that one of the best things that you can do is to filter the files, like
other cruft in the tarball coming from upstream, example:

http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/libsdl2.git;a=blob;f=debian/gbp.conf;h=b3a5a0939feff4f6578c8d617059ac7e740b778b;hb=HEAD


Hope that helps.
--
Manuel


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140425233143.ga5...@lugh.itsari.org



Re: lintian source-is-missing for jquery

2014-04-25 Thread Charles Plessy
Le Fri, Apr 25, 2014 at 03:48:51PM +0200, Bas Wijnen a écrit :
 
 Ignoring a bug because you set your priorities is understandable and
 (in some cases) good.  Adding an override is not.

There are also benefits from using an override:

 - It shows that the message has been received by the maintainer, not just
   skipped, missed or ignored.

 - It gives an opportunity to write down why he decided to not take further
   action.

Overrides are a central place in which Lintian maintainers and other developers
doing distribution-wide developments and quality controls can try to unerstand
why a tag tends to be ignored by a large number of package maintainers. 

For example, I am very tempted to start to override hyphen-used-as-minus-sign
tags with a justification such as “Never going to work; will not spend my time
on this; others may do as they wish”.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426013032.ga15...@falafel.plessy.net



Re: DFSG : Really useful?

2014-04-25 Thread Paul Wise
On Fri, Apr 25, 2014 at 10:34 PM, Sven Bartscher wrote:

 nonfree [...], which we don't want to drop (as far as I know).

Some Debian members definitely wanted to drop it in 2004, not sure
about today though.

https://www.debian.org/vote/2004/vote_002
https://www.debian.org/vote/2004/gr_non_free_tally.txt

-- 
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: 
https://lists.debian.org/CAKTje6H9MDCSryND81=bpkwwdlegnfwongbatzzrlbvx-gq...@mail.gmail.com



Re: concurrent installation of different pkg versions

2014-04-25 Thread Paul Wise
On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote:

 a generalized approach is needed.

Multiple versions of a package seems undesirable to me, for the same
reasons as static libraries and embedded code copies are undesirable.

Systems that do this already exist though:

https://nixos.org/
http://www.gobolinux.org/

-- 
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: 
https://lists.debian.org/CAKTje6FDb90=sbd9ybs2atfsijga8y4f7_0pe31gjad6dtl...@mail.gmail.com



Re: concurrent installation of different pkg versions

2014-04-25 Thread Charles Plessy
Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a écrit :
 On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote:
 
  a generalized approach is needed.
 
 Multiple versions of a package seems undesirable to me, for the same
 reasons as static libraries and embedded code copies are undesirable.

Hi Paul and everybody,

it would be a great advantage for Debian over the other distributions to have
the capacity to install multiple versions concurrently.

That does not mean that it would be a good idea to install multiple versions of
core packages.  However, on multi-user systems, the ususal approach is that the
administrator tells the users to go compile their specialised programs
themselves.  In Debian, these programs are typically in leaf packages that have
simple dependancy trees and tend to work well unmodified on multiple releases.

If we could use APT to leverage resources like snapshot.debian.org, this would
give Debian a strong momentum on that use case.  Of course, I understand that
implementing this properly is a lot of work.

PS: I started to read about Nix, thanks for the link.  This is exciting.

Have a nice week-end,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426050722.gc15...@falafel.plessy.net



Re: concurrent installation of different pkg versions

2014-04-25 Thread Steve Langasek
On Sat, Apr 26, 2014 at 02:07:22PM +0900, Charles Plessy wrote:
 Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a écrit :
  On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote:

   a generalized approach is needed.

  Multiple versions of a package seems undesirable to me, for the same
  reasons as static libraries and embedded code copies are undesirable.

 Hi Paul and everybody,

 it would be a great advantage for Debian over the other distributions to have
 the capacity to install multiple versions concurrently.

No, no it wouldn't.

This is how rpm handles library packages.  It's a horror show.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Re: concurrent installation of different pkg versions

2014-04-25 Thread Charles Plessy
Le Fri, Apr 25, 2014 at 10:11:58PM -0700, Steve Langasek a écrit :
 On Sat, Apr 26, 2014 at 02:07:22PM +0900, Charles Plessy wrote:
  Le Sat, Apr 26, 2014 at 11:41:17AM +0800, Paul Wise a écrit :
   On Sat, Apr 26, 2014 at 1:39 AM, Daniel Pocock wrote:
 
a generalized approach is needed.
 
   Multiple versions of a package seems undesirable to me, for the same
   reasons as static libraries and embedded code copies are undesirable.
 
  Hi Paul and everybody,
 
  it would be a great advantage for Debian over the other distributions to 
  have
  the capacity to install multiple versions concurrently.
 
 No, no it wouldn't.
 
 This is how rpm handles library packages.  It's a horror show.

Hi Steve,

we have been fighting bitterly over the years, we have different points of
view, and it does not seem like we will be thiking along the same lines anytime
soon.

When you post on debian-devel or other lists and I disagree, I try to refrain
myself from juping on the keyboard and to instead give time to others to
express their disagreement.  If nobody answers, I also take it as a sign that I
probably should not answer as well.

Could I ask you to do the same for me ?

Have a nice week-end,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140426052944.gd15...@falafel.plessy.net



Accepted libdaemon 0.14-6 (source amd64 all)

2014-04-25 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 08:25:13 +0200
Source: libdaemon
Binary: libdaemon-dev libdaemon-doc libdaemon0 libdaemon0-dbg
Architecture: source amd64 all
Version: 0.14-6
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libdaemon-dev - lightweight C library for daemons - development files
 libdaemon-doc - lightweight C library for daemons - documentation
 libdaemon0 - lightweight C library for daemons - runtime library
 libdaemon0-dbg - lightweight C library for daemons - debugging symbols
Closes: 745787
Changes: 
 libdaemon (0.14-6) unstable; urgency=medium
 .
   * Use dh-autoreconf to update the autotools generated files in order to
 build on new ports like ppc64el. (Closes: #745787)
Checksums-Sha1: 
 6779fa186df9321d88990783c5f400343ceb9595 2147 libdaemon_0.14-6.dsc
 b5de94d1a7806f1f9115881e86105694e15c5adc 5508 libdaemon_0.14-6.debian.tar.xz
 21f83b8e788dc9e7e01322bd14b3f39f0348b5de 23040 libdaemon-dev_0.14-6_amd64.deb
 743d9adbd17d5960afc57bb08aef5ddf8d9f73c7 104534 libdaemon-doc_0.14-6_all.deb
 8e11717629235563838536de000eec4b6da4dc0a 17514 libdaemon0_0.14-6_amd64.deb
 2e7af9676964f59a8b523fa22cfda0fa74338fa5 32334 libdaemon0-dbg_0.14-6_amd64.deb
Checksums-Sha256: 
 9ad552558b9d935eb248879fe0d0816a870d05d96c1e2a9e5a18c6c0aa856e66 2147 
libdaemon_0.14-6.dsc
 7cae84ea14f1aa208fb6177d893edda95226327f4a1ec125037e0e978cb97b95 5508 
libdaemon_0.14-6.debian.tar.xz
 a1c873e82ee3fd9b6f5a761727a03da8f97c28d738cd501671eead2991e1406b 23040 
libdaemon-dev_0.14-6_amd64.deb
 9b6852657a0a3cb1ef886f2ae82e0b72f308a7189aec83be7404a58564675220 104534 
libdaemon-doc_0.14-6_all.deb
 4b846869878a9bf67c5076b24de7c50585bf6095ae0a20d52333aae90a1e5bf8 17514 
libdaemon0_0.14-6_amd64.deb
 03a1e68139b9132c9f09a0890d37ddc608c17c2365ae8bd45ac1c3cc09a08917 32334 
libdaemon0-dbg_0.14-6_amd64.deb
Files: 
 3e5536021de953211d0b310df4269580 23040 libdevel optional 
libdaemon-dev_0.14-6_amd64.deb
 c967ef23713ab20d27168cb53bf2b411 104534 doc extra libdaemon-doc_0.14-6_all.deb
 736b49751e4870efbb0dba3887c8c69f 17514 libs optional 
libdaemon0_0.14-6_amd64.deb
 1c887d821901a907fa82a2f753eea61b 32334 debug extra 
libdaemon0-dbg_0.14-6_amd64.deb
 a8b2344d7809134beda92791faa31252 2147 libs optional libdaemon_0.14-6.dsc
 906a506a14368215b89e391b9698fc67 5508 libs optional 
libdaemon_0.14-6.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWgDtAAoJEGrh3w1gjyLcObQQAJc1Q1gSPEmVu5luMv/VXWJT
QHMeWPRXEWvfm9+pzDRvi5PnUbzkYV4mkRjPCX1/MEcRbIF006K4BC9XLHMCkm2j
tWpv0NfgoC85CIwdsyfIhnWP6wmYhMvN3Yx1K0pKtVCBwt92hEsbL9tvTN16Nqz5
Jllzy2vwDHnX7fdP5944/ah9MBuMB7c+gruQf4pS5bqU3cXjy7+Imkpf+g9w6bzP
vMdkk2dQjaV1pY/ucz5IvIU5ryaZDicpA8V3DFysbJFZm8eBMaeZk4HDnBDEvlRg
HQvt0G2erUQ6cOgOAtDrgC5BQCR++HDK+ieDF9Fnun3a457c/R8NdokzAWlcVObM
GnnYr9zHhy7HN0oeGAA8+eJ1EB8rItpPQZOoIUfPE8ph04hlyqWuNTJEz7Px0LHg
jYKSXNrCsa1w/lPnx+SMAfKphC7xKnpUknNi1mFrA+mW2PFPNK5PEJUb3LogKOEn
oH+JbXicT5QY85Dw9BCHoyE0tdONsRTzcLJG3TaBEGowczMvgwgjZRby9ss08D2I
sFRsFaGGgVerktzmZ5UY7yn1TMQiGeJTZdOFvTdMEu8bTximo7zG5PV8SYrxBIRm
x7RKMG8rW8PRLeJ+FbfTP/QPc/5F/AS/rMt1Y/Dk7Voq9oZr6FBeC6uEwdxFDw5O
+VOh0KIugD2CVwPTkYwD
=4xNu
-END PGP SIGNATURE-


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



Accepted tdc 1.3-1 (source amd64)

2014-04-25 Thread Michael Lustfield
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Apr 2014 20:18:42 -0500
Source: tdc
Binary: tdc
Architecture: source amd64
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Michael Lustfield mich...@lustfield.net
Changed-By: Michael Lustfield mich...@lustfield.net
Description: 
 tdc- Tiny Dockable Clock
Closes: 644732
Changes: 
 tdc (1.3-1) unstable; urgency=low
 .
   * debian/watch:
 + Updated to point at a more consistent location.
   * debian/upstream/signing-key.asc:
 + Added key of upstream signer.
   * debian/control:
 + Updated maintainer email address.
 + Updated policy standards version.
   * debian/copyright:
 + Updated copyright to conform to an actual standard.
   * debian/changelog:
 + Corrected odd date issue.
   * debian/compat:
 + Changed 7-9. Resolves hardening-no-relro warning.
   * Makefile:
 + Added support in makefile for extra flags.
   * New upstream release.
 + Added window title. (Closes: #644732)
Checksums-Sha1: 
 13774406a049e4d01c29b61fd5e4578dc5b67da7 1661 tdc_1.3-1.dsc
 fdb8ea7992a80931fcb6a2a903e793373e8813b5 19394 tdc_1.3.orig.tar.gz
 20238a7dc58e6ad1424b4c596587135aa142b998 13112 tdc_1.3-1.debian.tar.xz
 f854760f5a91c069ed2883b8b74b74f19c229f89 11836 tdc_1.3-1_amd64.deb
Checksums-Sha256: 
 f6f0da47da5a919858a6c00362e734d253dd878bc66e39c94abf064c1b0666b3 1661 
tdc_1.3-1.dsc
 3e0bc334406493ce30d670196b3ee64b5972df740c57a9b0e4c5d37f43fa4ab5 19394 
tdc_1.3.orig.tar.gz
 6be208d45ad70016a0969c3e3e561e4ad1dc32b1a8cdfede4a91e264ac176915 13112 
tdc_1.3-1.debian.tar.xz
 470dde89ca562aff15419d0d7ec751ea7ef10e4d1dd2b697f26160be02811254 11836 
tdc_1.3-1_amd64.deb
Files: 
 180bf81e2b6b2c2d2e69f7868c4f6492 1661 x11 optional tdc_1.3-1.dsc
 00bc2a27e272d732033a4d0137273b0a 19394 x11 optional tdc_1.3.orig.tar.gz
 b67a5a17f82c93df78856df33d3cae78 13112 x11 optional tdc_1.3-1.debian.tar.xz
 e8805e982979d931e94e4bc1d20d8a07 11836 x11 optional tdc_1.3-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWf9GAAoJEALB0/J4OqTeVvUQANqq6rcO7AFvsWOIChx1v8/Z
7+foCFdyEFs26QshQcH8UvLWmuCGgjFNppqt7FvJvIs9L5aGKQbx+uJUpiFUlXRU
7w5P5f64d/qnmTeVNzc97259kc1P/aiIR2mb/Xs8sfvcIQRQ3KiRKwUAWt1m3SWA
PNc/NGfqaDT5h5XMAqyYud6epxqJhXk1zBHFCzETuXfcvZ39U0IFwhITgWjBa6ET
xDnoIt2wOCCOx+6HIu7FiOZnvy3oaIYY3FFAbc/qJVzCRJ0Uufi/c0d69kYWLPhG
iK9NOyCOk2dn+4GgQ//Lbc/2kXGuDk2XHeVN+TNk24q+CU9htw81eRvq0b6VTviE
5y8DNQAQXawHuEqYEnagvwl+ghPxYSSa4Sg2+xk50Hg/x6UTT+grb7f9bzYuhTzR
axcqmhB3JLqgsD+yjGjahf1Hyme67Lc01qDbApIlNfGj00gMkiYddR1FYp/kZFWx
6bAX0qbpzuhRVbZ3q9OWygBwzykyAIyV6q5wUJjZH5trTsd+zqn7liVQf0S7F+jC
HPAiMYY7dNXVXA+8eBaUBYqVVUsROA8//F/8v2q/bBw51Sizqp3vlxTc8IawM5BK
g7xJSlZRfRLAawvpoz0lZstDRDIhsIRf+34+J1Er+vgbXvMrGkLRXOslJfhW2ZxJ
KsqU0MWmuvCxlik6JNSp
=RK9v
-END PGP SIGNATURE-


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



Accepted smalt 0.7.6-2 (source amd64 all)

2014-04-25 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 08:04:26 +0200
Source: smalt
Binary: smalt smalt-examples
Architecture: source amd64 all
Version: 0.7.6-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 smalt  - Sequence Mapping and Alignment Tool
 smalt-examples - Sequence Mapping and Alignment Tool (examples)
Closes: 745782
Changes: 
 smalt (0.7.6-2) unstable; urgency=medium
 .
   * Deal with examples package only if arch=all is built
 Closes: #745782
   * Cleanup debian/rules from comments that became useless
Checksums-Sha1: 
 6818e9cbd53e33dd46bafe569ec7ae280423052b 2069 smalt_0.7.6-2.dsc
 321a0c05c33344ee3aeada3ae5177e1c57403f3c 4360 smalt_0.7.6-2.debian.tar.xz
 d7c2542f04498bca5880b95837bb467824e54716 107450 smalt_0.7.6-2_amd64.deb
 3516437c162afd008220be2d221dc8b95da69b8f 71879032 
smalt-examples_0.7.6-2_all.deb
Checksums-Sha256: 
 1762a67a1394f0b24973552e5663f850453c7544fcf831e9331561fc7642fceb 2069 
smalt_0.7.6-2.dsc
 a0727f3d336d6818f4b362df7bd01b57d1b8823ef1f6084dde8daf284068dafd 4360 
smalt_0.7.6-2.debian.tar.xz
 d137bded481ab070b9845f22f76319b30b309eda2b0844fa686150a45cba63fc 107450 
smalt_0.7.6-2_amd64.deb
 6abc6359da50e22c6ab5c3302d98cd88483a9ec70fd64c078a7efe9f61cad463 71879032 
smalt-examples_0.7.6-2_all.deb
Files: 
 0b676f996a59e9b71c7e6b7d9f273cbd 107450 science optional 
smalt_0.7.6-2_amd64.deb
 37e485d7a60b9536871e2354a0371ae5 71879032 science optional 
smalt-examples_0.7.6-2_all.deb
 ead833516934a0ff364caab91dbd253b 2069 science optional smalt_0.7.6-2.dsc
 a414f5045a58d96e848701a6de51b4dd 4360 science optional 
smalt_0.7.6-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWf18AAoJEFeKBJTRxkbR+s0QAIJQhHVIViFDUoEMTArFXvwI
quEdTb37NxzcFOYZCji1rmCeAl2n63P7KRAloN64DQszHJkEUVUT1gh0D9qIFxrb
5JTVFVi2zICBdN9MhIf0JtXp3/UxXhKHfgPkwYlK9L92w9HLsiQEiFOthr9urcek
JEQgVf4GsQX34TL5bCr8oNL7CpygcDRzaoJeQMHOTJcfu4p+cqGyk8lGMk69gcJc
gyaD8X3qI92LQXD5PJOp/2jPjMOFmSLyrZeBjDar5f66AuM2U/KVaksa/lSz+J23
KaIhUOQyifXR3cP9JTio/vuxriJw3G9mMo0zabG38ypEiF9/AmHVLC2c6OCfrspN
ueFDD8mOx4bHmV4F/J/KKPouVEkvadTcEnBl9GuMRqrZgDFQeD82G0NlOeS9rlXP
fqMNm0b5VymYgbuoHOBT+QI7WFnbcoEtWngwGtvpHlsyO8gw+lB29/85sKs9zA+A
Rc8G2+dXu7xPIa7v6xhvvjiSQ+pqm+vFLNLYIppYGzqpYRTd4AbczCkEJ99n8nSu
rb0tF+d2oBsPHecAysLG8lkZ05I0l66wmpz56XbFh6yoYrcSPbaGJXjE8NeUk3Sw
p9I3QbNn9HD/nSemomlqt5D6rbBN1ZI6ZF6Zlnyz/IJqZq26ovW3uDZgcNHOAOky
EhujY2gQFsCaGb0A7t8I
=JTcv
-END PGP SIGNATURE-


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



Accepted mariadb-5.5 5.5.37-1 (source all amd64)

2014-04-25 Thread Otto Kekäläinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 17 Apr 2014 20:55:22 +0300
Source: mariadb-5.5
Binary: libmariadbclient18 libmariadbd-dev libmariadbclient-dev mariadb-common 
mariadb-client-core-5.5 mariadb-client-5.5 mariadb-server-core-5.5 
mariadb-test-5.5 mariadb-server-5.5 mariadb-server mariadb-client mariadb-test
Architecture: source all amd64
Version: 5.5.37-1
Distribution: unstable
Urgency: low
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: Otto Kekäläinen o...@seravo.fi
Description: 
 libmariadbclient-dev - MariaDB database development files
 libmariadbclient18 - MariaDB database client library
 libmariadbd-dev - MariaDB embedded database development files
 mariadb-client - MariaDB database client (metapackage depending on the latest 
vers
 mariadb-client-5.5 - MariaDB database client binaries
 mariadb-client-core-5.5 - MariaDB database core client binaries
 mariadb-common - MariaDB common metapackage
 mariadb-server - MariaDB database server (metapackage depending on the latest 
vers
 mariadb-server-5.5 - MariaDB database server binaries
 mariadb-server-core-5.5 - MariaDB database core server files
 mariadb-test - MariaDB database regression test suite (metapackage for the 
lates
 mariadb-test-5.5 - MariaDB database regression test suite
Closes: 745330
Changes: 
 mariadb-5.5 (5.5.37-1) unstable; urgency=low
 .
   * New upstream release, fixing the following security issues:
 * Corresponding MariaDB CVEs for Oracle SPU April 2014 (Closes: #745330)
   - CVE-2014-0384
   - CVE-2014-2419
   - CVE-2014-2430
   - CVE-2014-2431
   - CVE-2014-2432
   - CVE-2014-2436
   - CVE-2014-2438
   - CVE-2014-2440
   * Re-enabled TokuDB with if arch amd64 in d/rules
   * Applied patch to log init output better
 (Closes https://mariadb.atlassian.net/browse/MDEV-5957)
Checksums-Sha1: 
 f03ffa928ff47456714eb20f040aa3126ef7a36e 3052 mariadb-5.5_5.5.37-1.dsc
 42aa181bc18d4dcafb4413358dcde61feb43b4f0 46078042 
mariadb-5.5_5.5.37.orig.tar.gz
 3279388a04967afb3b143f0051f21da557b0a41d 177360 
mariadb-5.5_5.5.37-1.debian.tar.xz
 5e4c8b3d26d859414f7e663fa23519d8e21f86b5 13124 mariadb-common_5.5.37-1_all.deb
 09a5e33b14e8cae6cb09889fe21ed3465aa957db 13216 mariadb-server_5.5.37-1_all.deb
 0239aa70b5386c8bf11444deffc0bf04068024f8 13082 mariadb-client_5.5.37-1_all.deb
 db1fd51a247521d77d6b5100d9d220e34941ff9d 13036 mariadb-test_5.5.37-1_all.deb
 098d65991392cf98744e4d105150fcef6079bddd 529738 
libmariadbclient18_5.5.37-1_amd64.deb
 b4a0d507091e40a128fd7d4674a336b4eb1e3c2d 6881824 
libmariadbd-dev_5.5.37-1_amd64.deb
 c76c77674c5b969159a8bfd47cb018364253d9f8 1275688 
libmariadbclient-dev_5.5.37-1_amd64.deb
 385318db79ec3a8e4b10fc43caab1f28072032f0 732374 
mariadb-client-core-5.5_5.5.37-1_amd64.deb
 65765caa5b18493c727308f3ed96385b0d29fc53 979864 
mariadb-client-5.5_5.5.37-1_amd64.deb
 ed1eaf74c0c8d16d23320b6b77c41ef22847cb67 3750310 
mariadb-server-core-5.5_5.5.37-1_amd64.deb
 492891cb5b062f711a35ab1df5e2d41462cd1d42 23714648 
mariadb-test-5.5_5.5.37-1_amd64.deb
 bd21ece018f6027224a6b686eec37c5914b004b8 3583700 
mariadb-server-5.5_5.5.37-1_amd64.deb
Checksums-Sha256: 
 a261d31d25f0efcde67893d82b578e91367d00df8a49e99ce54c626959ccef4b 3052 
mariadb-5.5_5.5.37-1.dsc
 a0faf492b3595d938684ed701812a4bd5aaab395b8402efe3322338a80fb3c9c 46078042 
mariadb-5.5_5.5.37.orig.tar.gz
 c4d356a28b782bcdabe20dc0cee75f08dacc57368b92640af5259a1efcd45cd2 177360 
mariadb-5.5_5.5.37-1.debian.tar.xz
 fdf3702304598082d697a2f8d0dd751e49a20e442250f9a51f760a93604e1a46 13124 
mariadb-common_5.5.37-1_all.deb
 b06e92f11ac127c924dffb316ed5bb9f9a019bb90a8d163f44b9117cf7f1b996 13216 
mariadb-server_5.5.37-1_all.deb
 9cef7260f33559c76c160704165a9b28e8d0554072b116d11db820677cb74eff 13082 
mariadb-client_5.5.37-1_all.deb
 ac3212f70d853b9ed741e6f525cfd55fc0e82725abe4b70b0c7b9b78e3d8ce41 13036 
mariadb-test_5.5.37-1_all.deb
 c0547fd52d0d07ddbdc596ec39da613bf8b20355703844d08632a5246933a551 529738 
libmariadbclient18_5.5.37-1_amd64.deb
 6223218de37726f3ffc040a53f6c1e22ea8e6a43d2783bcbbd15ce398c8930b1 6881824 
libmariadbd-dev_5.5.37-1_amd64.deb
 7e94217860e1c5eceb21204f886cc52b62f09cda5db47d9377254aea98538502 1275688 
libmariadbclient-dev_5.5.37-1_amd64.deb
 d92d795f422f4f39aaecad384e7eae87a525c4765e89890c49abf286ff70d141 732374 
mariadb-client-core-5.5_5.5.37-1_amd64.deb
 06e5e7ef93a9b7cdd07b9e3a7bbce8f7b5b313c75030f2499e7e05a814934517 979864 
mariadb-client-5.5_5.5.37-1_amd64.deb
 b63b04aad09747ede10f762326788f5a3640dadbb68a5e566574cd0229ad2a44 3750310 
mariadb-server-core-5.5_5.5.37-1_amd64.deb
 e01565438aef0916551a4d2a0bd133d4c2aa480d9987f782cd5fa9cc62421a84 23714648 
mariadb-test-5.5_5.5.37-1_amd64.deb
 10fce471d59162d1fad965d6a851396cc7b21be2df6a93087d5450e6800ec362 3583700 
mariadb-server-5.5_5.5.37-1_amd64.deb
Files: 
 7ef7d5ab2c8f23d593ce0001850c4472 13124 database optional 
mariadb-common_5.5.37-1_all.deb
 693f06220e90db511d0fd313844d91e8 13216 database 

Accepted ruby-i18n-inflector-rails 1.0.7-1 (source all)

2014-04-25 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 12:35:02 +0530
Source: ruby-i18n-inflector-rails
Binary: ruby-i18n-inflector-rails
Architecture: source all
Version: 1.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description: 
 ruby-i18n-inflector-rails - I18n Inflector bindings for Rails
Changes: 
 ruby-i18n-inflector-rails (1.0.7-1) unstable; urgency=low
 .
   * New upstream release
   * Bump standards version to 3.9.5 (no changes)
   * Bump gem2deb build dep to = 0.7.5~ (ruby all)
Checksums-Sha1: 
 cc24054600abd3e69997aa969b3d0ecbc373b17b 2275 
ruby-i18n-inflector-rails_1.0.7-1.dsc
 2a6798a93981c0877d9e6fbcafae90eb664eeffe 23792 
ruby-i18n-inflector-rails_1.0.7.orig.tar.gz
 9425b5829952b7544f3930738b845169a276f1c6 3212 
ruby-i18n-inflector-rails_1.0.7-1.debian.tar.gz
 ad77b6bb67b5f0418e38b56a18c02415a10a9443 13630 
ruby-i18n-inflector-rails_1.0.7-1_all.deb
Checksums-Sha256: 
 fa1de762da4bdaf4157f3387f6b3ddbb407dcb5906d23bde00d0e121a58e1b9b 2275 
ruby-i18n-inflector-rails_1.0.7-1.dsc
 6e0dedaaf813d2ac3338672134468e86f6aa6e455a68d7afae2638227fe34069 23792 
ruby-i18n-inflector-rails_1.0.7.orig.tar.gz
 19aeae74e62bae92dd75b9b2031c3df3a02ffe497bde6e77f6b1416d44f5d5f4 3212 
ruby-i18n-inflector-rails_1.0.7-1.debian.tar.gz
 354372f166bf0ab82b2c2369debed2b6d5d84a3d17315cffbdb7e38ed71c1de7 13630 
ruby-i18n-inflector-rails_1.0.7-1_all.deb
Files: 
 fec906f84a2224290e86c324841eda99 2275 ruby optional 
ruby-i18n-inflector-rails_1.0.7-1.dsc
 550620649fedb12ad30133b7cb043b09 23792 ruby optional 
ruby-i18n-inflector-rails_1.0.7.orig.tar.gz
 e0ae3d0f53d10618f18cf0e2a8ee7e20 3212 ruby optional 
ruby-i18n-inflector-rails_1.0.7-1.debian.tar.gz
 3b7b701f8b440549c26a064f8bc411bd 13630 ruby optional 
ruby-i18n-inflector-rails_1.0.7-1_all.deb

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

iQIcBAEBCAAGBQJTWgmXAAoJEM4fnGdFEsIqW7MP/1mPg8pYe3aFQIrVgTmrAlSk
i7GDv2jTUXXs3my2hq9i2NaJIVDT69YeyqpLuJHZDam/7zTCOAcJ6R7+gbPYH3lg
Xg4hZbp00hkbQR5yo8TSbDTd3DFbAKFY2Cnr8a0NT1FGgG2sWF1vceRw5Wh+t3Lk
akTE93/hB/t6N628B+xO1r699gMAQifgnYO3vfi2t2qnPUNoMMIKX49QRZWC0QeX
0NOLWiw5jUf8HI7p/0g9agjFhWfWxKUmr0CniEfKoNTpyiGwwz4CFCkr0YWedBCe
5y/iWmPkKRbo0yINXIX3cR8ybeHt0y/Ja+eXzt/x5fok+myqKjArmmkhwMq+19JI
JAfPNp/kw+wv7aICi8hmhqkQ5t1ObEaf6PidSd9QKcWTTBNWGeWX+rjY6yzFp//B
VHQPz2bZOVXbu4gDKMj12rvDpw/8UrIJ9eJiKiDZLfvKRo/xc+jOdLWAN6l0w8PE
f9jH3uAzOm86KCudRFVdkeKk3BluJqS9bjtQu4icKccGuIDifTV3fPJ308UMr/CF
pj5TFkrUFaJ8yDB9kKT6QNSOMlyhJ14lYXdCO3Ab2Ery87W5uTzHZKfVcsgWvrwc
ZYsLGZq2C4iAvqgvzxARtXe+QrS1OXas3sFky3B2PXyi4BNr1rFQFPYKUnB1z8Yz
In4XRFNjiez0p5tn5SDc
=26O8
-END PGP SIGNATURE-


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



Accepted xdaliclock 2.41-1 (source amd64)

2014-04-25 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 12:53:58 +0530
Source: xdaliclock
Binary: xdaliclock
Architecture: source amd64
Version: 2.41-1
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry kar...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 xdaliclock - Melting digital clock
Changes: 
 xdaliclock (2.41-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
 + Updated to Standards-Version 3.9.5
Checksums-Sha1: 
 cad7aa4140338b7e190ad75c58598c8fa3945ef6 1934 xdaliclock_2.41-1.dsc
 15ad18456969d5a51ad91f38185c061ab2f5e96f 2340437 xdaliclock_2.41.orig.tar.gz
 6aa2afca96937f7ae339da5e345fbc929e39fddf 4792 xdaliclock_2.41-1.debian.tar.xz
 58ce0490f114b737f40b5f49f7c59769ef7680b7 51224 xdaliclock_2.41-1_amd64.deb
Checksums-Sha256: 
 82423c791763628336b2d095bc5e4edbe79c42b27db42a8ae8b6ed841c755b2a 1934 
xdaliclock_2.41-1.dsc
 2d347347b7add0a7d535f5c59e811d495f5451b18fef54f1cc5124a3fe9633b3 2340437 
xdaliclock_2.41.orig.tar.gz
 da82551c409e60b362c6585d76f5de99f58c8a59be6d423f5cd10b292057e37c 4792 
xdaliclock_2.41-1.debian.tar.xz
 762257c296b1f62d2130e55af24af34dd0aa16caeaf6ca48a206ab38e7765906 51224 
xdaliclock_2.41-1_amd64.deb
Files: 
 5df65cfc3d3419fbb5e4a624a98295b9 1934 x11 optional xdaliclock_2.41-1.dsc
 516de1f8f8546e00a674a510c3aa1698 2340437 x11 optional 
xdaliclock_2.41.orig.tar.gz
 bd0fabf93e5aacfc78345a0ac142dec7 4792 x11 optional 
xdaliclock_2.41-1.debian.tar.xz
 f7ead0473d21255e0616e8ffc6b5b75b 51224 x11 optional xdaliclock_2.41-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWg/1AAoJEALB0/J4OqTeTwMP/2Iu3gn2BaokAbA8hI1d5qCT
xX3sH8lVLyaZITYqmfQc5/ieafYmkBqZFmDdnNDSSVUqL8I20Cc68kUE22DRWnhQ
Cfe7uC10yEzDvOn8xBYk0d2GbVgH9CGp9yjprhSJYI2gAdP7cS6azyLYfINfLXXj
IBytIuPO8xRoGmtMo2GDICT+o6pPIVe3Kfb+xL8dCzOMOu8LCn0NRF6AO2hOGA/W
bXw0Lcnsm+K2g90Pzs522xbP1nNn/49RB3OP+3e+kojjJbRtiH64x92/7+C4M8sk
RykWjomVxub1I3pJ7lkbTkRlr16NJVsGzUAkAWcBmuIdD5fQzc4xkXzKlsjUZ35R
H1FDocLmtjhc3NulmRsBnWrWwSXgWGgMfBV3NW6kUICY2FZX06ZFtCpGHRH0beyC
0uqjkdhwbsLE8qkAAAnTAXTjWWhZLSqyYkHAF1xlldLdpBFqQmr8lF9ISBEqTsEJ
VzfEjzsd8R0l09i9rVOrU5tVm4aYcv9vEE9MhPmBHIg+DE3MQ00WOk4o0ondhemf
lnh3XnUzyiMJZpsIuTOb+2LWc5jIzjm08oqHUQ8KZlAcwUOhEudzu1VeGs85shP0
vwdHvhcNxyWwnsgWowk2p6FCt7UyTi8ioJyXLAIqACqto097q7qIQNR4jvnBLyBQ
jOILWbrH4kFb3hH+EhfO
=yN2C
-END PGP SIGNATURE-


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



Accepted gstreamer-editing-services1.0 1.2.1-1 (source all amd64)

2014-04-25 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 10:55:22 +0200
Source: gstreamer-editing-services1.0
Binary: libges-1.0-doc libges-1.0-dev libges-1.0-0 libges-1.0-0-dbg 
ges1.0-tools gir1.2-ges-1.0
Architecture: source all amd64
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 ges1.0-tools - Tools for use with the GStreamer editing services
 gir1.2-ges-1.0 - GObject introspection data for the GES library
 libges-1.0-0 - GStreamer editing services (shared library)
 libges-1.0-0-dbg - GStreamer editing services (debug symbols)
 libges-1.0-dev - GStreamer editing services (development files)
 libges-1.0-doc - GStreamer editing services (documentation)
Changes: 
 gstreamer-editing-services1.0 (1.2.1-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 d7135020ea63311808dad078ead4cec5fc545dce 2881 
gstreamer-editing-services1.0_1.2.1-1.dsc
 712d613eac2de28ded3640801565e0dde86b2d89 900316 
gstreamer-editing-services1.0_1.2.1.orig.tar.xz
 2495bd10257083b58d79c45b866e588b55a18e01 5712 
gstreamer-editing-services1.0_1.2.1-1.debian.tar.xz
 a17421eb3830bd1b19abf2d2f90b4a6aee381fb4 196558 libges-1.0-doc_1.2.1-1_all.deb
 14deea5849a4e1cb5e3a25f5e8086aa8fc56ef66 141500 
libges-1.0-dev_1.2.1-1_amd64.deb
 6aded78eb597c7810162b32c84dcf36f9b0023a1 224186 libges-1.0-0_1.2.1-1_amd64.deb
 0ce19ff90036d43b2ff7d8e44eecee6aefbc11bf 640430 
libges-1.0-0-dbg_1.2.1-1_amd64.deb
 da775c5ca11c38bbe5cf53e6f6d54fdd00c990fe 95138 ges1.0-tools_1.2.1-1_amd64.deb
 824fa5b6ea389108c03695a49479fe28d2ed3da4 101378 
gir1.2-ges-1.0_1.2.1-1_amd64.deb
Checksums-Sha256: 
 aff1ec8059e03817480ce92d5150e61f6daabbf46840058a8d5fc29c5fe5c392 2881 
gstreamer-editing-services1.0_1.2.1-1.dsc
 fe768b21af5c644093a06a0e573b6e2fa9b467bec18de408c7ff7171c4fb40b0 900316 
gstreamer-editing-services1.0_1.2.1.orig.tar.xz
 ed1ab6c3df0cf4497536bc4f4d2a82da256f9197147473702aed277d05d2b5a6 5712 
gstreamer-editing-services1.0_1.2.1-1.debian.tar.xz
 2ab1aacd12841c0ed71664d5821f63cdaa86b4e0553414b1c6d469be901113a8 196558 
libges-1.0-doc_1.2.1-1_all.deb
 64b27e932d4bc9f0405e3ef324a1fc47e6939de95e5ac40fcc1fc12cb920324a 141500 
libges-1.0-dev_1.2.1-1_amd64.deb
 a184343b9dda113b7d8054fd35f75e96584a609f01a93217ec43335abcf4757a 224186 
libges-1.0-0_1.2.1-1_amd64.deb
 f3bee6791bb9a3fcd7b19c16da9f014b7748def0b72abefac3f623621dc0da0f 640430 
libges-1.0-0-dbg_1.2.1-1_amd64.deb
 ae0a35aa1f60243af5c209449f2141f54886f2b9ba5964d300294d43e9cd8716 95138 
ges1.0-tools_1.2.1-1_amd64.deb
 bb1f63d06de5b76ee4826b0aa8aa38dc7d5f968a64a1e18533c1b248744010d0 101378 
gir1.2-ges-1.0_1.2.1-1_amd64.deb
Files: 
 96ab11180a081beefd492063ccfd 196558 doc optional 
libges-1.0-doc_1.2.1-1_all.deb
 3beff82acf101a8da0f2e3fb16d98b00 141500 libdevel optional 
libges-1.0-dev_1.2.1-1_amd64.deb
 48c7d474afa5d7e37e7a7d9b4820cd97 224186 libs optional 
libges-1.0-0_1.2.1-1_amd64.deb
 3faebc6c66ab8a416bca911b7361cc71 640430 debug extra 
libges-1.0-0-dbg_1.2.1-1_amd64.deb
 c6cfb99407f1b08451f3a55e78e013d3 95138 utils optional 
ges1.0-tools_1.2.1-1_amd64.deb
 dc2b5230c9a3a0ccc0a40b7131a6f54c 101378 introspection optional 
gir1.2-ges-1.0_1.2.1-1_amd64.deb
 2e968e1ce1f01f33833214f3590e9f90 2881 libs optional 
gstreamer-editing-services1.0_1.2.1-1.dsc
 6353b8d0e63e53dfe9d5117bc6984e1c 900316 libs optional 
gstreamer-editing-services1.0_1.2.1.orig.tar.xz
 39daba8f6d5fdc4eb5c85d303ba23d46 5712 libs optional 
gstreamer-editing-services1.0_1.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTWiXDXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RjRCQzdDQzNDQTA2Rjk3MzM2QkJGRUIw
NjY4Q0MxNDg2QzJEN0I1AAoJEAZozBSGwte1wsIP/j+Zi3rX6pdBWfI4yRpLCDwH
l0u1XtXWAQbjCMx3BYdmxflqxFpFdSOgHOniUvg00yFbDA3ZvIA/a4+lE9Z0vD5A
q8L+IcdBCU6Zf9tjF0aWvf3vQ+8LqctNn3YmSVwyEvVaFvbbQYNaeSvaX1WMhLzq
3Rm1pmyQrqsGh1YV4pEwFalAGrSiVb/hjlg7egLR04qT3ywgJj46p+jF9Wz+YRo0
ux3YkDXvvKFka8OAAspEV8J4WNqMPugHHTaM9MzTnnrBDzFkWAfSRklnrXisst4W
kmieDWyb1KGny8S2NWcAXFK5rN9c5LS1VJzzjWlxu7Hi8Fp6K2lrd7JgH7Wq77Yj
lW4I3evQNeSOBUqg8CNAqdmz15aEPvJ/ftzeFsmcR7JKofWwdWcLzUMHuKdpoA5q
yOYVJ6SpvzXcbPiwyYOWUAhfMAgBEOKDp4DxPIhwAUni2svnIlII/luVl4SGwVDV
coSMc/ePBWWKVnu5embTl8nPaUNbXRQVlYgjfwOLsL0wRM2M/bshyjp/2v36dGgG
j9sslnAn33XiJvMZfpQxIP8UigJ/aupFtTbmUH5iEwKLljbfNi2t2J1SlvYdko3y
1FhcUtkwt+V8V+rm2+Ylw/zyZyf9khrXeQZclh9kn9jYxymhDNlMGorpwIdPDHKl
sCYrzYiiHzof6TO3VnG4
=0RWR
-END PGP SIGNATURE-


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



Accepted gnonlin1.0 1.2.1-1 (source amd64 all)

2014-04-25 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 10:42:41 +0200
Source: gnonlin1.0
Binary: gstreamer1.0-gnonlin gstreamer1.0-gnonlin-doc gstreamer1.0-gnonlin-dbg
Architecture: source amd64 all
Version: 1.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer1.0-gnonlin - non-linear editing module for GStreamer
 gstreamer1.0-gnonlin-dbg - non-linear editing module for GStreamer
 gstreamer1.0-gnonlin-doc - GStreamer documentation for the non-linear editing 
module
Changes: 
 gnonlin1.0 (1.2.1-1) unstable; urgency=medium
 .
   * New upstream bugfix release.
Checksums-Sha1: 
 40aa32a8f73ea1def4d6f9d0c7371ba72ec68712 2371 gnonlin1.0_1.2.1-1.dsc
 6f42b72dfa98eb2f57a5083590c7e4d43dce15b6 401620 gnonlin1.0_1.2.1.orig.tar.xz
 50d65c568b7c4c7384f4c3e6c7d705637a062eda 2724 gnonlin1.0_1.2.1-1.debian.tar.xz
 3d89f1cee282fb0560ab0eb89d864e1bbc085108 82008 
gstreamer1.0-gnonlin_1.2.1-1_amd64.deb
 146865bbcfa9704f0a796eccebf2f243fb3685b6 49580 
gstreamer1.0-gnonlin-doc_1.2.1-1_all.deb
 d50488036276312c2cf2749012e3e5e3d2494e0c 156886 
gstreamer1.0-gnonlin-dbg_1.2.1-1_amd64.deb
Checksums-Sha256: 
 84b7d69d57e608f1d1b5c39d2c8489cea27727e5a162b7ee3e45f5208351043d 2371 
gnonlin1.0_1.2.1-1.dsc
 787006231184753f8330b4b6d63d37979d937355291c6da75080d83efe1aeb93 401620 
gnonlin1.0_1.2.1.orig.tar.xz
 8c9b61396e7be7b2cf7c967a3df4fc41b409fa5c0b1f70fec45d11b410cec575 2724 
gnonlin1.0_1.2.1-1.debian.tar.xz
 9bb5b8d24611ce3621d94f914c28ed6e26f05b6b90c9e9c0be1703a83e87a863 82008 
gstreamer1.0-gnonlin_1.2.1-1_amd64.deb
 07466c737810e1d1f8c8595af9d77c7ea37718070e70c21e1d996a3ccdcae1fe 49580 
gstreamer1.0-gnonlin-doc_1.2.1-1_all.deb
 9682d966256c1dd04aafc4111f090469fb81fc7f19c1d7f4d5a1ca05bfa27346 156886 
gstreamer1.0-gnonlin-dbg_1.2.1-1_amd64.deb
Files: 
 d17888b6ebec404d979aeec50edb56f2 82008 gnome optional 
gstreamer1.0-gnonlin_1.2.1-1_amd64.deb
 221232b091ebd8bb589239b252cdfa81 49580 doc optional 
gstreamer1.0-gnonlin-doc_1.2.1-1_all.deb
 fb5b95da9779d7020e4089efa45fe70b 156886 debug extra 
gstreamer1.0-gnonlin-dbg_1.2.1-1_amd64.deb
 e406574f0acb5975ae4694dbf8184fb1 2371 gnome optional gnonlin1.0_1.2.1-1.dsc
 53fd6e5cbb1c75e07b61326050eb9a3c 401620 gnome optional 
gnonlin1.0_1.2.1.orig.tar.xz
 fc284b4832090567fc71e8bffcc75218 2724 gnome optional 
gnonlin1.0_1.2.1-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTWiXDXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RjRCQzdDQzNDQTA2Rjk3MzM2QkJGRUIw
NjY4Q0MxNDg2QzJEN0I1AAoJEAZozBSGwte186IQAKxQX59DW12X/i50TxePu8bj
/8xn4oEdN6+RXUEFR9R4Xcyf0igMFHkENY3HxB+SqrYp2sRibWFTW8ERMvt3VAee
JKCesQpUQytVje9KU/4O8M1P8Yw22WSgFvsHecPA48qS2wytuNpVqfGVlqnzXsG7
9ls1R9mmzOF4VzLFC62ExOtIqMftS7znRB+eh58M0qUCywCT3/Ottagft/pWB7Wp
jj4Vz/56N/vWMEt6M/61NJeq95apB0ZlryCACNqRW/VkceSJaS1B5hXHg/hiXHFx
urg2pEB1Zv+D4I7n/ht9ZYZPUJfoGQ95WZhYdFkJlSmAuESX24ipYxJ6qS9+kKPR
RpwLte2+Apf2NFyM03nNaKXdUc3SptKC0xA8b0npfmdiNFVeFeuXZs7g/8oVO+Wq
1r91Aid/VwmqU+js+zw7hJjasXIzr3DQPqSVLqG2qehtJFFllyAgBapOj9dpVH+M
oAA0vvqBBqgiw6OuEfk7VfA6rIwI1BIspJDsqhxVJNrowb0wcA+CECeT4jXBhsCM
si+xQLD8jmi9V+dnY4VGWGRpSs6Uniiik9z0fMySA+V1IeHgg9q21cBvwkU3SvGa
s362siPXNUYh711PLK8SUzjnxlasXatVuyzqJvJctwIEglA8Ypf03Kwgduweu9Z7
gIZ9VeUV3fNIMzlRPVdZ
=TI+T
-END PGP SIGNATURE-


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



Accepted libio-socket-ssl-perl 1.982-1 (source all)

2014-04-25 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 09:34:07 +0200
Source: libio-socket-ssl-perl
Binary: libio-socket-ssl-perl
Architecture: source all
Version: 1.982-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libio-socket-ssl-perl - Perl module implementing object oriented interface to 
SSL sockets
Changes: 
 libio-socket-ssl-perl (1.982-1) unstable; urgency=medium
 .
   * Imported Upstream version 1.982
Checksums-Sha1: 
 6614918f172bfab95604732a412a371588252008 2554 libio-socket-ssl-perl_1.982-1.dsc
 6e2cc585dce272d90256a0c805b479dd8a0bb796 154896 
libio-socket-ssl-perl_1.982.orig.tar.gz
 ecb4cee94ac6bfcc1a0f784868afb2d75912a001 7580 
libio-socket-ssl-perl_1.982-1.debian.tar.xz
 a142926e08828a5b3e43e9bed17257828cab1ce8 148990 
libio-socket-ssl-perl_1.982-1_all.deb
Checksums-Sha256: 
 858262c1b550acd155d5e0a319e93bb025c921b212f1cb4231d5941211f53ec6 2554 
libio-socket-ssl-perl_1.982-1.dsc
 6ae5f71176aec4948e7f44f0a50b283869067bbfa5e6f3e1c135db1bd274ee19 154896 
libio-socket-ssl-perl_1.982.orig.tar.gz
 81766d80e051c3335299e299e440518f7efa2837b69db64e206442ed6685903f 7580 
libio-socket-ssl-perl_1.982-1.debian.tar.xz
 23fc551c3e5ba565b26747c2d665590a4699ef9cac99d984d85c0431132170c5 148990 
libio-socket-ssl-perl_1.982-1_all.deb
Files: 
 42ec2a7d9f66928de2c2fe5dfa8f6120 148990 perl optional 
libio-socket-ssl-perl_1.982-1_all.deb
 7afa0ee6aa5aed11203f6981e5c78e4c 2554 perl optional 
libio-socket-ssl-perl_1.982-1.dsc
 9b4b08cf020e8f9d03eb5e8824555cb4 154896 perl optional 
libio-socket-ssl-perl_1.982.orig.tar.gz
 72be5a725be3e97740e6b24353397c1e 7580 perl optional 
libio-socket-ssl-perl_1.982-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTWhJGAAoJEAVMuPMTQ89EuXUP/1pkPDi3xxGPAk8to+K7UVwj
uFGV2bm+fJRyDt5xVBRcx31TCCKvrxoSH7lpXi6UppTAqwt/5D69h0DH3zaRQsTS
bSRgqcgwm9DZ8j0M4hBlO2R9phBlUmIy6rJAzKX+yfl5zOWHDceVe81bT3oySc4R
r4yT3oHgVJz99HBmTv3LbzlJXjqn9ppS+Mz6Fy9cB0WXoTA7qi4mkzvsETqGm9yu
d7F1kuLLf8v9wct2TzmQl04APah0X+Ya0Sa/YClV9ckoDdBATdIzbBIR4yPvcia/
A1/dyrox4pvLyB341yI+y0t3MMF/c3QB1Mr5zje+CGW4q2WOl5TZqCN1wKLVUGpT
hOeuPTtFHsvd48T/k5FiRS+Orksp6K40dhNf9kkziRqpswEKRewNBcAqRceCO2Yz
FStQkJk12KLuHRk8Nl+mq17HGJQN/hONB47Q7/vS2NmHtbRzbqfAqcKznrmWFFgR
PJACKTyVXeuep1bHE3VUDiXqBmhVHgvZAkH9J0BvhUgE4NUPB5pA9+1L90HiB+yI
MTDmVySFCi+cFJOYLqRMjq5esC+NbtFWez9Q7b3lXBIAhVoWFS2pnJL+OHDq3d8D
Zu0vSojqsVki18AafuZMW9LO/sMcOMjmQRqyT0ujtI2nQXKKNwUcZs9DQr/D2BH5
BFTjmWGRmMDFArwFyo2Y
=NjR6
-END PGP SIGNATURE-


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



Accepted kamailio 4.1.3-1 (source amd64)

2014-04-25 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 10:00:29 +0200
Source: kamailio
Binary: kamailio kamailio-dbg kamailio-geoip-modules kamailio-sqlite-modules 
kamailio-json-modules kamailio-memcached-modules kamailio-lua-modules 
kamailio-mono-modules kamailio-python-modules kamailio-redis-modules 
kamailio-mysql-modules kamailio-postgres-modules kamailio-cpl-modules 
kamailio-radius-modules kamailio-unixodbc-modules kamailio-presence-modules 
kamailio-perl-modules kamailio-snmpstats-modules kamailio-xmpp-modules 
kamailio-xml-modules kamailio-carrierroute-modules kamailio-berkeley-modules 
kamailio-berkeley-bin kamailio-ldap-modules kamailio-ims-modules 
kamailio-utils-modules kamailio-sctp-modules kamailio-java-modules 
kamailio-tls-modules kamailio-outbound-modules kamailio-websocket-modules 
kamailio-dnssec-modules kamailio-autheph-modules
Architecture: source amd64
Version: 4.1.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org
Changed-By: Victor Seva linuxman...@torreviejawireless.org
Description: 
 kamailio   - very fast and configurable SIP proxy
 kamailio-autheph-modules - authentication using ephemeral credentials module 
for Kamailio
 kamailio-berkeley-bin - Berkeley database module for Kamailio - helper program
 kamailio-berkeley-modules - Berkeley database module for Kamailio
 kamailio-carrierroute-modules - carrierroute module for Kamailio
 kamailio-cpl-modules - CPL module (CPL interpreter engine) for Kamailio
 kamailio-dbg - very fast and configurable SIP proxy [debug symbols]
 kamailio-dnssec-modules - contains the dnssec module
 kamailio-geoip-modules - contains the geoip module
 kamailio-ims-modules - IMS module for Kamailio
 kamailio-java-modules - contains the app_java module
 kamailio-json-modules - Json parser and jsonrpc modules for Kamailio
 kamailio-ldap-modules - LDAP modules for Kamailio
 kamailio-lua-modules - contains the app_lua module
 kamailio-memcached-modules - Provides the memcached module, an interface to 
the memcached serv
 kamailio-mono-modules - contains the app_mono module
 kamailio-mysql-modules - MySQL database connectivity module for Kamailio
 kamailio-outbound-modules - Outbound module for Kamailio
 kamailio-perl-modules - Perl extensions and database driver for Kamailio
 kamailio-postgres-modules - PostgreSQL database connectivity module for 
Kamailio
 kamailio-presence-modules - SIMPLE presence modules for Kamailio
 kamailio-python-modules - contains the app_python module
 kamailio-radius-modules - RADIUS modules for Kamailio
 kamailio-redis-modules - Redis database connectivity module for Kamailio
 kamailio-sctp-modules - sctp module for Kamailio
 kamailio-snmpstats-modules - SNMP AgentX subagent module for Kamailio
 kamailio-sqlite-modules - SQLite database connectivity module for Kamailio
 kamailio-tls-modules - contains the TLS kamailio transport module
 kamailio-unixodbc-modules - unixODBC database connectivity module for Kamailio
 kamailio-utils-modules - Provides a set utility functions for Kamailio
 kamailio-websocket-modules - Websocket module for kamailio
 kamailio-xml-modules - XML based extensions for Kamailio's Management Interface
 kamailio-xmpp-modules - XMPP gateway module for Kamailio
Closes: 745005
Changes: 
 kamailio (4.1.3-1) unstable; urgency=medium
 .
   * [b01b8f5] replace libjson0-dev with libjson-c-dev. (Closes: #745005)
   * [599b843] remove pkg dir from sources
   * [62ea52e] add debian gdb.conf
   * [4aba97f] Imported Upstream version 4.1.3
   * [5e11caa] debian/backports: use old libjson0-dev when necessary
   * [e4b2607] debian/patches: remove applied upstream patches
Checksums-Sha1: 
 7b1e87f26429b0fb543e5ad3859918276b28cc53 4607 kamailio_4.1.3-1.dsc
 0e2b6b8266df60d984356f72ae059470d51464b6 10832817 kamailio_4.1.3.orig.tar.gz
 ee96ef2494357bcf15197d9a031bc85fc581f6d9 20092 kamailio_4.1.3-1.debian.tar.xz
 57b22cdd812059794a0eef3e4ec43343d769b32e 4589982 kamailio_4.1.3-1_amd64.deb
 0aeebe8b0fc05d8f2801362bd44039d9e1455690 17923644 
kamailio-dbg_4.1.3-1_amd64.deb
 793b2644e48c84eca0d43d1053ddb488fd5e9de1 143152 
kamailio-geoip-modules_4.1.3-1_amd64.deb
 612aec88276cba0ababaf031de14722e7e7158c7 149550 
kamailio-sqlite-modules_4.1.3-1_amd64.deb
 4b7897cdb4ac70904397161127295ce7e94fae9d 156750 
kamailio-json-modules_4.1.3-1_amd64.deb
 71ae3cba3dab29a7af319242f64c080253084e83 150526 
kamailio-memcached-modules_4.1.3-1_amd64.deb
 58d2b033f444ba0b3136d90a55ded16929908bb2 199088 
kamailio-lua-modules_4.1.3-1_amd64.deb
 60a6e7d76c2699f75f4007d18a5adc93d9eb509e 149488 
kamailio-mono-modules_4.1.3-1_amd64.deb
 0e68499a0af09005e1c01c5fa4475a5f12b26971 150866 
kamailio-python-modules_4.1.3-1_amd64.deb
 a544e99800b1b0f71614415b9c8c32e51727cc21 153410 
kamailio-redis-modules_4.1.3-1_amd64.deb
 2ce6758e51c09983c83fd9820ac0c7966d27f1e4 190894 
kamailio-mysql-modules_4.1.3-1_amd64.deb
 38b4ce4ebee610b4a310e13a6d4b8cd42f27182c 214556 

Accepted pitivi 0.93-4 (source amd64)

2014-04-25 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 11:04:09 +0200
Source: pitivi
Binary: pitivi
Architecture: source amd64
Version: 0.93-4
Distribution: unstable
Urgency: medium
Maintainer: Loic Minier l...@dooz.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 pitivi - non-linear audio/video editor using GStreamer
Closes: 743825
Changes: 
 pitivi (0.93-4) unstable; urgency=medium
 .
   * debian/control:
 + Add dependency on python-gi-cairo (Closes: #743825).
Checksums-Sha1: 
 5279597d9f13eed13bde975fd65610da0987a3d6 2014 pitivi_0.93-4.dsc
 c5b935c71f5005d1ca5487493104f16a2d38674f 6124 pitivi_0.93-4.debian.tar.xz
 946cd1f8af592c062adda52d6a3e86052452ca59 2895196 pitivi_0.93-4_amd64.deb
Checksums-Sha256: 
 722454956d5e3f2ec3f68fed0695d3061c3a2c8bed7759ec37e9dd4c07eb8c49 2014 
pitivi_0.93-4.dsc
 d091f7887edb503e042a5f3ec137e48c8070cc72b1cd4711eb5df03977fd0b2c 6124 
pitivi_0.93-4.debian.tar.xz
 95117e129f7f86b0f25c79a1bd7439ec2d8caa6ecc24271b126850de23e0bc77 2895196 
pitivi_0.93-4_amd64.deb
Files: 
 c24d2119f74547b52627512fb388b12d 2895196 gnome optional pitivi_0.93-4_amd64.deb
 a20906684025c32ed6a571c40f264f17 2014 gnome optional pitivi_0.93-4.dsc
 613ee98bd34f8dfa6e5aa1325443a5be 6124 gnome optional 
pitivi_0.93-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQJ8BAEBCgBmBQJTWiXEXxSAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ3RjRCQzdDQzNDQTA2Rjk3MzM2QkJGRUIw
NjY4Q0MxNDg2QzJEN0I1AAoJEAZozBSGwte1gqIP/iUxzAAqgYJ/NpF/vScaDdCP
pBC4anzF/SGN1Kmg2SCk+q+MfsfciOpzWyI+WkVQkkZucJY6RS7nfuDCzEB3RwH6
EEvmv9vY86xOBdI/WFB73B0iAkUbDUhj056pZW0XN7Fk1LExN61sxRh5IcAQgtzL
FEpZ6VrPyHu+rP8L7iXiB+rBtEJdL08LIw8B1uG+TvdUJPkQmM+4pR3Ru0BUEoH6
MTJ+qaDwQaFY4IgKHgOIuckApAJm25E8D+NJoV66O7tOeaDpFCbwSrl8z9HN40TW
V9B3lzXHLjgmw8Cvs7G+XjcrmZ3e99FYlhbOMhtg+1hx8Dsrqh/71YDGOhQgu3pT
vHU/t5pW5McVf+UOD/INDepPj80X+CyPuzM/qrebUPfvcSjamLkBaRSpn+bjTBes
X15TZOMIGrHCtAFzGimu4Q7yHr0/HH5Zxk7Y5wobOZJ6LjLfCOTqfQNmBPPmKmNk
5ZFtM26PPfbx5YNQfD4f/Y9+TC5ayXoLETIjK5UgWl1MbdSsNUWeNTjaRQ+l9fYQ
4X6jHpKREiTx4nUqU0eGVeEpg4zFSF3GGM/Bb6otUZCCmOYapcwXuil6/mHa/6FX
Vbxw2LtII+cS7tWIZHGetjJhUb1teEmJ4tLs+p5NZfuIUTJFOdqzKjfmXPYVRt6G
abK/+1EzPdCQruzHBS6f
=dBL1
-END PGP SIGNATURE-


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



Accepted python-amqp 1.4.5-1 (source all)

2014-04-25 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Apr 2014 11:40:52 +0200
Source: python-amqp
Binary: python-amqp python3-amqp python-amqp-doc
Architecture: source all
Version: 1.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Michael Fladischer fladischermich...@fladi.at
Description: 
 python-amqp - Low-level AMQP client
 python-amqp-doc - Low-level AMQP client (Documentation)
 python3-amqp - Low-level AMQP client (Python3 version)
Changes: 
 python-amqp (1.4.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b1175475a4842ff5668b0641840cfa9d3e9b34b4 2282 python-amqp_1.4.5-1.dsc
 bff13321a585eed4156a26e593e7107f4831f2aa 77748 python-amqp_1.4.5.orig.tar.gz
 471d5fe2abe6e2189075690a716c9972f601e9db 4780 python-amqp_1.4.5-1.debian.tar.xz
 55e694c678ce663fcb52993ed93e62e5c8526b4a 40824 python-amqp_1.4.5-1_all.deb
 c890557fd5f4bc7328a8106766b075c8337bfc52 40730 python3-amqp_1.4.5-1_all.deb
 8bd4a403f6e91d1f49bfba8adee9f03c9bc0d6c9 60882 python-amqp-doc_1.4.5-1_all.deb
Checksums-Sha256: 
 21882d15724414afaf8dfa11d025caf03b07bf030b8803e5242f6c99822c7da4 2282 
python-amqp_1.4.5-1.dsc
 534c807c0081ce9c2d517615e724cb6e9df17f79cd6cd4929653ea1ea60edb60 77748 
python-amqp_1.4.5.orig.tar.gz
 7455edacfaa17c59e3a04ab9249605087f0ea818377f3da21809ffe1637730de 4780 
python-amqp_1.4.5-1.debian.tar.xz
 430da9a26b2a1d2bdbfb017cfa1813b05927baaa45b4d391d5e6a1ebc1bb4ace 40824 
python-amqp_1.4.5-1_all.deb
 a5f7ff0b77d389680188b9e5b51776e24c7dea723057c194dc1e935881056549 40730 
python3-amqp_1.4.5-1_all.deb
 361200cef03c16d92b3d60c84f7a24ea7219946b89a44d0649f58138e2e24caf 60882 
python-amqp-doc_1.4.5-1_all.deb
Files: 
 46c932354d78b7d02c505c743e08ec38 40824 python extra python-amqp_1.4.5-1_all.deb
 9bee8bf2894b897266aa39093aa032bb 40730 python extra 
python3-amqp_1.4.5-1_all.deb
 59d458c67a8f6d9b069c1f91324f237d 60882 doc extra 
python-amqp-doc_1.4.5-1_all.deb
 388336a649edd0ea31307e365995493c 2282 python extra python-amqp_1.4.5-1.dsc
 72ca5f766d84aa46a8ed99c270d1c3ea 77748 python extra 
python-amqp_1.4.5.orig.tar.gz
 f4fd8f63f9d5ba34be74657d5a293703 4780 python extra 
python-amqp_1.4.5-1.debian.tar.xz

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

iQIcBAEBCAAGBQJTWjGoAAoJEBLZsEqQy9jknf4P/jkZXJl6ndlzHNyvSM6D9Yo0
BDWWQqbEVu2rykuKNQsRx4ykOqV99KMinL7pvNc2FUM0ILfI5A9qIKcj60TECw9r
k5I9pIK4XvCzC1NHDd5Hed1k/UM1rdYXd3A7vDUoBjzpoFdehzitGKcTncVKgt0E
+8h6p7MVb1yttyBOc/c87cydzxV5Q9wSufKTuA5rlPlWB6pyoIOx/jlY3eBDzfQU
P0mbTgtmJE46sEvtMzdF7gn5604WCgOT3wgf+6h6lyJ09LxMY/1R5tSIa9Hxm75y
gCny0cJ66znyDPuJIHixxr7sJ4Meb2BfM7NIbEp4Isr0YjMIVF7WZoRn3lIhTWQt
OtT3Y8tNSWiRN/lEcAnn4ykX3NGRt3mEs3Bos4BmMeOYE6klrps39r1vmDu7fbrG
/ZE3VbQjRuSpmvhwKw0kVMky4lYutiuhIvPEhthX0wMR+HrTmS29cwqrtTcN7/yd
qTmdM0UbOCoWXyp6Aw7AmP2QERPS8Hl5/b8ExDAzC+QNtIVqSJnxJigPoh5Vlj1D
DVgiEhi7eYgQwazD0w3IN/FLCIRIofIpKkm7LltavsHHTPEhzD9mTR3XxDihwxZi
AwR/Uu4N6sMr21jR9VvfGgZxE3M6hoy30RnsMJ+lctgF3TRY5Sjdbo80Y1NJR3R+
wqGU7jJuczjEtOkRfC5u
=DyAW
-END PGP SIGNATURE-


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



Accepted billiard 3.3.0.17-1 (source amd64 all)

2014-04-25 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Apr 2014 12:08:06 +0200
Source: billiard
Binary: python-billiard python3-billiard python-billiard-doc
Architecture: source amd64 all
Version: 3.3.0.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Michael Fladischer fladischermich...@fladi.at
Description: 
 python-billiard - Multiprocessing Pool Extensions for Python
 python-billiard-doc - Multiprocessing Pool Extensions for Python 
(Documentation)
 python3-billiard - Multiprocessing Pool Extensions for Python (Python3 version)
Changes: 
 billiard (3.3.0.17-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 a2990cc7520ae6613ac19bd314f65cb6d8c0ecf7 2385 billiard_3.3.0.17-1.dsc
 42096b9ecdcb28286827832505ef88ef2f41a5cb 151198 billiard_3.3.0.17.orig.tar.gz
 716c1bb07c31fca7f7d3c5e72aa6af404e2da703 6644 billiard_3.3.0.17-1.debian.tar.xz
 fd898f386425a2b0ea2fa30df110cff31f8559e0 77374 
python-billiard_3.3.0.17-1_amd64.deb
 8aa09ac3d509fc76ace9c35fb8711cd2541dfdfb 70294 
python3-billiard_3.3.0.17-1_amd64.deb
 c23d6b800f8290976f15e3b2621aea839045bcd6 80450 
python-billiard-doc_3.3.0.17-1_all.deb
Checksums-Sha256: 
 17e47cdb84099d2db1618d7f5f42089428d4533cb8766eb14927998b5c096012 2385 
billiard_3.3.0.17-1.dsc
 f55c64d5db5ab98bdc8584917f6d34abb74936210a4496ad03ae672544249d73 151198 
billiard_3.3.0.17.orig.tar.gz
 d6ac4b42f82ee957878b994ea7ffe2efe640f85f1f6941f7dceea9221f27fd6a 6644 
billiard_3.3.0.17-1.debian.tar.xz
 2f78dcaffa59d2a59ae5129da59baa236b73b4c369aeb09954d574b584170d07 77374 
python-billiard_3.3.0.17-1_amd64.deb
 aa3a6e95dc064bae3a7aca99a1ad77cfbae9ebba6614172e908739411bdf75c8 70294 
python3-billiard_3.3.0.17-1_amd64.deb
 3b40aacd607b8f78f4dd116ad377313b76bf9926ec110bfdb5c5a455b7b9314d 80450 
python-billiard-doc_3.3.0.17-1_all.deb
Files: 
 1fa1ba25dfe3378a565a1d81d44923e4 77374 python optional 
python-billiard_3.3.0.17-1_amd64.deb
 d5b497e192184bd5df13651e799851a4 70294 python optional 
python3-billiard_3.3.0.17-1_amd64.deb
 ab273b7f69d5b902b75a102b5aae8bcd 80450 doc optional 
python-billiard-doc_3.3.0.17-1_all.deb
 b4f15d990fa0556e11ddf26e8e406bc1 2385 python optional billiard_3.3.0.17-1.dsc
 6111aa384b400d3dc88744d7898e87ea 151198 python optional 
billiard_3.3.0.17.orig.tar.gz
 749d7cfd9589c598153e2052f86d3672 6644 python optional 
billiard_3.3.0.17-1.debian.tar.xz

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

iQIcBAEBCAAGBQJTWjGoAAoJEBLZsEqQy9jkClMQAKKWPBB3cxgixk9YoYD6x9b1
MMiXhD8saxeUsvlkWopLAV1fDmaj4jRKaQmlH2U/iiS4nO048xBhsaNI+ziEMs9b
1kPvuTzV+6D/+sL7GpYgS9WO/9QrwnyizO9pt7aZ+PZFb7T0i/pyvkVLvhqgRTVZ
xX6D8IGkJ6MSpJJr6yD+GQ1WZ5WrdRtjFwFlmjtPYLMNC3Vg7wVJog4c9mO0xdbM
9bahRhqw1pYvGl6+mvLO/Wymzt5JS3fiXvvO4RcdUQ5wzxV9bnSdq/Q7+vn7SSXr
2LwBIhUncGC2PuNEbeXbhNG6zDBLTMFzjULWR1YEJpwqmTKolPTbAxWjnxwwC4NF
O0wz26RaTyN/ItYAAdf7YkQMXEgFyaDO5DFGGBY/knDkYZ346HROZyV7OodxwlS9
DnLT73wOD7UWQT4eebwYr6O3Dxb6YuM9iSTB93ZbLuIueiXEsy58LDMZOXenrfvj
NikLNNgXgQJUaAMFp8xqUrVGu6K6meYFycU7wDWfeyBBDLeCHHP769arXzAMbAxl
CNkzez4vClXRjnAMWbmeyCyR+5xp3j6iVwLCX38uDqgFGico42grwCKIzkJrg25A
6qgGFCi2NAC9i3Q0nCHqaVnDM56UA90YtizRAUdZBMnfW1fDLQJ5A1Pyn6Qt4pJ5
UqXHmeA9tpso8BYG4Ufx
=Qc75
-END PGP SIGNATURE-


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



Accepted sdate 0.4 (source amd64)

2014-04-25 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 10:05:19 +0200
Source: sdate
Binary: sdate
Architecture: source amd64
Version: 0.4
Distribution: unstable
Urgency: medium
Maintainer: Christoph Berg m...@debian.org
Changed-By: Christoph Berg christoph.b...@credativ.de
Description: 
 sdate  - never ending September date
Closes: 744657
Changes: 
 sdate (0.4) unstable; urgency=medium
 .
   * B-D on dh-autoreconf and update rules file to use dh --with autoreconf.
 Closes: #744657.
Checksums-Sha1: 
 43cf0fd709c5c2cbedc8f018adefa34b3ef9e75b 1507 sdate_0.4.dsc
 2c339dd8f42d3a1d6342208b8ba95cf5385aa688 225702 sdate_0.4.tar.gz
 aa31fd6dbf048257465f28736fb690d0e0806a4b 10238 sdate_0.4_amd64.deb
Checksums-Sha256: 
 187882995f0b4e5459bd1f0f905787204f25737d8d828199dd02d3028c9248f3 1507 
sdate_0.4.dsc
 40cd6eb73688421282aed2338c89bfb82f0be181f0c156acb96a8847d0587d5a 225702 
sdate_0.4.tar.gz
 758b2086c775a20bf32f1ff11e427741fcc9c1625f15a1eb41114eab64a9213c 10238 
sdate_0.4_amd64.deb
Files: 
 fd4a180c17ee27af691b5d476a55defb 1507 utils optional sdate_0.4.dsc
 1fad9d51a73e1ccfd86c03f539fb9419 225702 utils optional sdate_0.4.tar.gz
 03eaffcf5178d4aca929f47a593115e1 10238 utils optional sdate_0.4_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWi5UAAoJEExaa6sS0qeui5cP/i8xxuWK0h7V6U/nrzLtfpMx
vz3/AJY0ai7+NTp2Q7dfY0iXfG3UsoGNeiRSmf2aU1L8DVJKJ2ocGPnjPLO/I6MY
uEs2IdioQyTkCgGDrmJsxotwkTHNDpiKbGlzsalsXsXc6Eje53OHV69R3Sx93/XU
QTBF+3PnrKdsKI/hr6eOMjyLlBpjKakI5QAAMVih2cv0e06N2G3/T0Og7iNOgU39
1gLPkU1wob5UFbr+jhPCMkQK1pl8FPxdBP9jJD7jnWy+LgGyYM9fI8DTkfumQ1DR
JwS/NakrHPuh7iWe/S2VAX3K7ueZquP0Ltr4GgSTw4J+mqSnVSkFEpWH2usmGr7j
bs6ESqlPBT1tpi8Ubd0ZhYzXn91wUzfFvqzR1gQ+5VnYCt9NEFdL3FdySgzHXZxO
NJBgPOHAI2Srl3BDbAA3DA3foO1Vg142CRPfDZAMqGnhA8MmdL8nQO5naOrn5GUW
7FinsgtEIEKJ2jfraRRDih2gOlsZXjtLAtDzEi8IiEZV7VEpM/WtTImvE2r4t3ok
sEZtlkWzfdIRDOAtJJGC0mBETGM/0lES6C6iU6h+WPh3Z3l8leMz87Z4yxawUMJu
qR74TQFW6lEvJQlsJlwfigyjTDoefzbqEelwz2QJKWLUFFOi+LidTP8JH39WqPgd
zdCQVRPiERkBji7PqXqj
=acNU
-END PGP SIGNATURE-


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



Accepted php-horde-mime 2.3.2-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 11:47:15 +0200
Source: php-horde-mime
Binary: php-horde-mime
Architecture: source all
Version: 2.3.2-1
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php-horde-mime - ${phppear:summary}
Changes: 
 php-horde-mime (2.3.2-1) unstable; urgency=medium
 .
   * New upstream version 2.3.2
Checksums-Sha1: 
 3df893df5a2c0fedc2dcd545ef3e71997d46afed 1986 php-horde-mime_2.3.2-1.dsc
 f9bfa4cf2b775e518d0afcf35b9475b7525b2f99 94290 php-horde-mime_2.3.2.orig.tar.gz
 9c8ba9a33f887e8511eff044edb758fae98c42c6 2352 
php-horde-mime_2.3.2-1.debian.tar.xz
 1cfc5c0c9197df0f16b195343821fe6c563375ba 81822 php-horde-mime_2.3.2-1_all.deb
Checksums-Sha256: 
 fb0d23d45ee25b042e89fa8ac55988bbb4e93c06faa239ea146cdafdc073d1da 1986 
php-horde-mime_2.3.2-1.dsc
 6cf951f0896eda78c4ceb7289ad553cbc4b378e2ee449fed706f74fdf951c680 94290 
php-horde-mime_2.3.2.orig.tar.gz
 5ff55846a5030894f018176248e50cbe4a62544bab9bf6027607cbe27fa88d6c 2352 
php-horde-mime_2.3.2-1.debian.tar.xz
 e0d47680e364ca2461dd40f1b439c4659522f42bb381a5acaf88b738c3983b82 81822 
php-horde-mime_2.3.2-1_all.deb
Files: 
 c1eea9382d243cec0b3725fe4b637fb6 1986 php extra php-horde-mime_2.3.2-1.dsc
 9c525e24176422853b7cb067716ee449 94290 php extra 
php-horde-mime_2.3.2.orig.tar.gz
 ec2d268861baf7322ff89bdc91d7490d 2352 php extra 
php-horde-mime_2.3.2-1.debian.tar.xz
 d2b741cded3d192f1785e0e38e43ac51 81822 php extra php-horde-mime_2.3.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWjoGAAoJEKfHKhx4K4w/drQP/1AZPmxHWJKSUCfza+SpLbPc
Q1jFu1rpsAlaN4TzuPWVCxFG9oUuHJvXao6cRGSNPNQK7pJpzvayLpBImTTR2+q9
42UvVhp9nYMFsh+LyDnhziHHxbv/PbGhLGX7wvEVbCcEHhPjBp77MSRRHjzIaLbK
OGWfbZdzTOYPMOZCXtzctDNdsX83buWC5e3atXgEN3MdS9gqKQmmXvA1XPbqRMu9
qwBZ9rnrJ1URkcJmWqyihP6uRFSUePrE74zu4sSP7cODBDoZX7+OHKejWODGLfYE
VXXrVHBvzkrLG9zsEvoA5nwHA+OnxZBaMWTR1bwOpSnGxN+BQhEm6kYbsMIThRfh
HfEA/lfmoQTlWKqMJxiGMvdukZoLJnE1A2pbv6MYEx2gwm0HcJ0FCDB5k97TKloM
l2F0gIyzFckSDnLfjrG9IjtiJOPhCviQAEdJlReq8xQX5a0t7efE1ABvkR6yfDAf
tVrtb1z8qZT1K4Z7MCV7A7WoFRLzblFMORi9zQf4bUwzYN+UxS2rPnoxCdxRJrLr
JKX86/DbVov1R57/KdsZh9e7ti2OVY15bvvZAl9pqmLAvqTFu5Mt0TXauSvVlACO
W2YeonOVKjFZq6vncp/pzCwUmpcjM1LTFvYGjux9gi0ZBX8teQAjZQTDnbSI3raw
slzv8lbVPUMOoJcJDDkx
=yT2G
-END PGP SIGNATURE-


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



Accepted php-horde-mime-viewer 2.0.6-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 13 Apr 2014 09:22:05 +0200
Source: php-horde-mime-viewer
Binary: php-horde-mime-viewer
Architecture: source all
Version: 2.0.6-1
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php-horde-mime-viewer - ${phppear:summary}
Changes: 
 php-horde-mime-viewer (2.0.6-1) unstable; urgency=medium
 .
   * New upstream version 2.0.6
Checksums-Sha1: 
 46d2ce4effe0134a85b931273c01e8c1adbff27e 2082 php-horde-mime-viewer_2.0.6-1.dsc
 16930f5a60b8349a4c5be0ff2f13914982ca5ae9 157472 
php-horde-mime-viewer_2.0.6.orig.tar.gz
 ebab9b8f50796367545067c3260a1cd670189718 2840 
php-horde-mime-viewer_2.0.6-1.debian.tar.xz
 b5ba1b318bbe197e46b10128ba5efce877833779 138708 
php-horde-mime-viewer_2.0.6-1_all.deb
Checksums-Sha256: 
 d6f527284514c2b3ade3e344d16524af5f5307363f41e9bad3cfb874e3424087 2082 
php-horde-mime-viewer_2.0.6-1.dsc
 a5e759d3c6a72c8ea30b8d24f30de3a20e447717f48390a09120048efcf79147 157472 
php-horde-mime-viewer_2.0.6.orig.tar.gz
 9e3997cd102891d549ccebc7f096684bb37d3ed224077f466b448d486b7b2b62 2840 
php-horde-mime-viewer_2.0.6-1.debian.tar.xz
 7ca8fadf8ab3beb6b5200b772d14e2dd514a9c3052ab30359d9b87b5e2c16714 138708 
php-horde-mime-viewer_2.0.6-1_all.deb
Files: 
 688e1ffd4a3481286e53efe2e9533876 2082 php extra 
php-horde-mime-viewer_2.0.6-1.dsc
 ae405d6f8e81e8fd581198500d823cc8 157472 php extra 
php-horde-mime-viewer_2.0.6.orig.tar.gz
 4219c7469f2398f6fd66a4b2646f6e97 2840 php extra 
php-horde-mime-viewer_2.0.6-1.debian.tar.xz
 aff7c7444b8dac439bb5be497c00a0fa 138708 php extra 
php-horde-mime-viewer_2.0.6-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWjw+AAoJEKfHKhx4K4w/wdgP/3W4TKgxP71behWskBhEIb+7
3mq14bC6M6ajMBp2szRMpvkFjvySBBd6B0ttwHpszItkeOkPIg6q3O8TR34gnYuE
7rrgLKk8KZvoX4pBrKDyKGrAgYtVKAwmEtoP9O7vEuXNiV3RcM4DLL/l9MBT04cp
djUjU8it1LySvAsn5SHgT5xD8HvCYetBZALSswO9dwYCQJS/9IXoqcoKrpnV+QU3
9FWyesSLdsAXLaiOx/8P9zdhzNweP2RyKUnPQnpBkilJ6AzfCnMBynrqamvFfcnD
IOi55xqgcdLTH1NK/saOCyiMmlHE4OtoSMwbCwYAI2PKN6B9QweI1xJXRTxnpCUZ
bzqnZm7hbQaTPYVzZRfOcLFdeJkoRhSb37ZTTqDCDEq72y1+FCGjlyMbmS6/YLs1
tFTsAEKvg2GGDkKMDvH+kxVDpWvxgTc+y+3LrPr8ZwEsUJzsSLgu14M+09FSlWyG
niGOM/VYk4/q1qEXEOJSXsp9CaSS/wve/nAUhP2/wqFsY7YlqyNsbmbj/UEG3fAX
jgHKlUSrSvWmKs3F1gYA5qPWk2el3AvgLyRfUVZOQDn/UuD6rmdcaqKr98pmNqrb
GOdPoghzvRelZle+hKqCZLUbM6CZ/HGyy5OzgPMA6BLGWkWohMeGqLrTtE3fwvho
qKJS4MzjYS9hZ/RcWeAB
=kiDv
-END PGP SIGNATURE-


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



Accepted php-horde-activesync 2.14.0-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 12:37:15 +0200
Source: php-horde-activesync
Binary: php-horde-activesync
Architecture: source all
Version: 2.14.0-1
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php-horde-activesync - ${phppear:summary}
Changes: 
 php-horde-activesync (2.14.0-1) unstable; urgency=medium
 .
   * New upstream version 2.14.0
Checksums-Sha1: 
 0c5c99ad8d6518ffd4524472bc6f377d7c649d61 2062 php-horde-activesync_2.14.0-1.dsc
 9ce48af47252417d5bdd72dab1cea149e442240e 227909 
php-horde-activesync_2.14.0.orig.tar.gz
 789059ff5627d9ea773cc1125dcc8e025c0bd7be 2564 
php-horde-activesync_2.14.0-1.debian.tar.xz
 349f51d13f4d57478e2b2aff695586225e7eccb9 186180 
php-horde-activesync_2.14.0-1_all.deb
Checksums-Sha256: 
 d3d27fc87018e34f999670307239da7a359a1bb7f5a368cb1718ef1a9268b89b 2062 
php-horde-activesync_2.14.0-1.dsc
 c4df47ccc8a0c1f766e709f20d60e93336458041318cde22f807c7b4dd9da608 227909 
php-horde-activesync_2.14.0.orig.tar.gz
 4eb292d711c7c164d174918e9810b9cb73e44fb2f7199b520ac854fa3b0f9565 2564 
php-horde-activesync_2.14.0-1.debian.tar.xz
 8d62218ec67e5a4ad75c8e3f2530dd829b58906c9dd3b9f11dcfee70c741a5b6 186180 
php-horde-activesync_2.14.0-1_all.deb
Files: 
 e20184da158534e38fa2064d40aad531 2062 php extra 
php-horde-activesync_2.14.0-1.dsc
 d147b8a0023056270a719a3685bb3d52 227909 php extra 
php-horde-activesync_2.14.0.orig.tar.gz
 d929f9a9e47622d61a589d819e4bd69c 2564 php extra 
php-horde-activesync_2.14.0-1.debian.tar.xz
 0d7e00966c869ed1faeff4663027e174 186180 php extra 
php-horde-activesync_2.14.0-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWjsCAAoJEKfHKhx4K4w/Z10QAJs/R1BuKp74oolDbRKzh9iY
hmmC/nSchZSzno0AoGlf0dQ/loLzv0JgJCGvLnmhQfmvYfuTB/PkSTVGsfP3qicN
/63/vqIu2mC8yMaLeyXwtbOqBBsdZh+dRqkK2uZTZuZIExtC/RP1IYjo75SzKn34
tv874Ph4H6ums0bqa1tmRHLynACPJTQchX5dWVL/MXfrCaT9hpcb/BqDujxR44g4
C53H8K0vSREhMyiCFHyOwzScsZNemtw6BtiIeF1kIQHxrJRYt/2dbW1ql0ycrgm8
BARhGULTNy3ahG36qggd3bTcuoHj8gn1kKTDhYYl3YgoYKH4iOqe+ag14lCOXB8w
mJpCkfGoegL9GoILGIieXI7Cm8+GIoBOzafJA1J8YPY1PdA4pYzELmNmP/jxStq7
rK/TIp8Z5/rDkrCAV8zbY2z65qRECIxFPR7oKx6ExxFHjrYDABVWsgDZiY8mJ6Ks
ynT7w8DN1FMntYWQxz1KL/mQKMyxZ5ScTuzGJ1v8x4IOE7L2UdfIs8qVRfLU0YPj
ae9UwNpQCN/0UfUsXdsPbTRg5iAum4cDmg50U5eRQOXQMHnmviBrGKpoas5Q8d/c
AZz1kP/xv6S0zOvT4OFTwniyIihAPwFUlrhLOhFFhJXbHGkuifxDM0LQ46/UTe5l
upkRqxIMeEIzoTo7zRsI
=zZB1
-END PGP SIGNATURE-


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



Accepted php-horde-imap-client 2.19.4-1 (source all)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 12:34:38 +0200
Source: php-horde-imap-client
Binary: php-horde-imap-client
Architecture: source all
Version: 2.19.4-1
Distribution: unstable
Urgency: medium
Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php-horde-imap-client - ${phppear:summary}
Changes: 
 php-horde-imap-client (2.19.4-1) unstable; urgency=medium
 .
   * New upstream version 2.19.4
Checksums-Sha1: 
 f215fff8d0b3d8fdd4dc4cc91a542e9b0e58a0b8 2073 
php-horde-imap-client_2.19.4-1.dsc
 ff9a8beca65e605e844804691df65ed03cda3362 200701 
php-horde-imap-client_2.19.4.orig.tar.gz
 0c5006ec4f615b189a35d0cf04ac78277ccb918a 2576 
php-horde-imap-client_2.19.4-1.debian.tar.xz
 fa52e952fa6c378a19ed02fa79f221674e82b3f5 171912 
php-horde-imap-client_2.19.4-1_all.deb
Checksums-Sha256: 
 ac33fba0a702fdcf81aa46636217cc1fe6e873dbf66e49e4ec542cdad6decb8c 2073 
php-horde-imap-client_2.19.4-1.dsc
 e193a329e86af34c506b5cc7413650107ae09a2c5ea56d8a37edeb163e5bcd8e 200701 
php-horde-imap-client_2.19.4.orig.tar.gz
 6d408c74c8fbca7382fa3cf27ddfd78b63c8c4233e2c09b8aa1bc5fcc9bec85e 2576 
php-horde-imap-client_2.19.4-1.debian.tar.xz
 490ea83349eb25bb46202e5da6e14455ae1a156af6ea5984fed48f58f102c788 171912 
php-horde-imap-client_2.19.4-1_all.deb
Files: 
 cca6ba7fd0031179ff6c20a2667ed250 2073 php extra 
php-horde-imap-client_2.19.4-1.dsc
 ed39bf8d59b30d3311248b02e896f852 200701 php extra 
php-horde-imap-client_2.19.4.orig.tar.gz
 6d7c5433b2d84309dbd6afad660a2bed 2576 php extra 
php-horde-imap-client_2.19.4-1.debian.tar.xz
 08533811173d72d3e2417b8828408f85 171912 php extra 
php-horde-imap-client_2.19.4-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWjqqAAoJEKfHKhx4K4w/EIAP/jTZR2wJSOUma7eZGH7VbPme
NhlaGyDySah+7u923u/+JiHOIOVaGiqUlMzl2MUgKVWVpcrhPs8981ME/OQUF7y+
DVZ+KNvAWByxHnAfxxAdyhEQCgum7JLeaqLHpM7HrCPdVfK+LVUS/lHbSww0qCei
ZUdsusXXGjN6BErrfcgyLrx8WpA4SFMRzwHo1tojznajGq4csH1bn+8y89xiwR6/
r87XARwS9hKQlfwCXlPDtTtMqTa2mMRkhMLevlgMcBC1IEeXAb8JnBg+3HaWRUjW
stT0zo6wF5evyerrxzhf8fzIfgDxB3T45F2dnaQtcH886MENKDmj5nhrW+PHlfGw
KaHe+eb9xce5U1cM8qKNYKboV91onapBhmlZmj7WY2u1YEX38LsHIeF60IG17Z02
a4h0OnpGOya0PDegmZevsqbzkAZvE4Hvquk1hDmsiKwJVvLzyWdqYFl2mH+Guhev
vF1pcyNliFpss7H5+EDRnaAzCpgDxwrC6Uqt01q9cb0gxO5U2eZbbQ6gRFkZGIkF
S3A10cpKpfM142AK0oyKpLTcKKDgtpAXjEVfvu2OeUsMRFE8eIw65LoPXKj/uubd
HvuLq08J1GXT84wyQgy9XJ0eUsMCIMc2Viia1/3QUdMl/Sd1RzfMCu1n1kfMxDlb
aZqofuV/gCiO4caESWvG
=Crda
-END PGP SIGNATURE-


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



Accepted php-igbinary 1.1.1-2 (source i386)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 12:47:12 +0200
Source: php-igbinary
Binary: php5-igbinary
Architecture: source i386
Version: 1.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PECL Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php5-igbinary - ${phppear:summary}
Changes: 
 php-igbinary (1.1.1-2) unstable; urgency=medium
 .
   * Fixed d/watch
Checksums-Sha1: 
 2c25a6e9d24b302fe50d4dd51fb5d8bd09593e0d 1985 php-igbinary_1.1.1-2.dsc
 cd29876c8b662a8e68ff1d7b4af57ed7f28ed1ae 2816 
php-igbinary_1.1.1-2.debian.tar.xz
 1ee5cd758897a097b4f4692b03354db76b6a21a6 28116 php5-igbinary_1.1.1-2_i386.deb
Checksums-Sha256: 
 e31b04b49952357ee3844773620d773511f68f25b702e96c8eb07700434c2177 1985 
php-igbinary_1.1.1-2.dsc
 3ab81e762cfd3bbd36b75ab4e7e1cf12685f67accb7679af13e1c9f0f669e3f8 2816 
php-igbinary_1.1.1-2.debian.tar.xz
 6b3ce88a6e48871a799daaa0227220688c7c910d5aca5621de8774bab189a977 28116 
php5-igbinary_1.1.1-2_i386.deb
Files: 
 9c1f4a4dc6642e87360dfb61daa468ca 1985 php optional php-igbinary_1.1.1-2.dsc
 3be872cd2b41fe419ceda0734b7eab15 2816 php optional 
php-igbinary_1.1.1-2.debian.tar.xz
 09fa13124153145b9b88ef580904c282 28116 php optional 
php5-igbinary_1.1.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWj13AAoJEKfHKhx4K4w/tW0QAL/BCsRv+PwyntOUK8L5DM5I
qmiT5GfO4y6Qnf8n7OE/1dhRSKZmrNYXXcaoPcj+i1xtzCasXb+yEkWgPaewm7Qz
ivBaWYlh7Y7DVV+aaWG5b6dDYNDvuXEqmhxLOCs5GFMpBlRkHUEibvZSWAnAqBb3
aC5z2UvedA24WUPqyrsSHzDYo4avXZ9NV4EgL5Pv7RbGP7aY0DmhVKPAgsqW31bD
XwnbLBQgWwgNxYd8sSJ9v81zPX4q7Ao5u774GqzntWY3HBU3dq6rs1Wh0Lj9uEmD
7qYt0n3+XWa6zhovljou1/aJoltCYQk5N4g64Tu2otUrGW500vreQaIeIOxEN2i6
IQob0Mib8jecmuZJvOSwfR78N49lUvSgWGmvGGF7BGXVrom9W2XZHNZSObxasN+C
qDUnMklxpIjMRYe/GcBecWbsv9I6ChrEMRjhywc9UPHwr4dHi45MBr/N2N/MwLeG
2DOpM1WMJD8q/7IIVh2NY8ezhbT1Fz7ZKi+5/8ithU6ApCLgLlhZKv+4qJRQwjtt
cxMILnW7sJT1gJfaI5LeuAWWm92u2gZ2s0pZmh+8jZH6yQJoMycz7wyeTiVKKjIj
hvRWUdokTdnFczZP8U64s/kFKmKh59YGMkAOeuyFpVOF1g8nN6g3bzit+ulvLs14
N3puUmqy+0fIB+IbwO1q
=fm7i
-END PGP SIGNATURE-


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



Accepted php-msgpack 0.5.5-2 (source i386)

2014-04-25 Thread Mathieu Parent
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 12:54:48 +0200
Source: php-msgpack
Binary: php5-msgpack
Architecture: source i386
Version: 0.5.5-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PECL Maintainers pkg-php-p...@lists.alioth.debian.org
Changed-By: Mathieu Parent sath...@debian.org
Description: 
 php5-msgpack - ${phppear:summary}
Changes: 
 php-msgpack (0.5.5-2) unstable; urgency=medium
 .
   [ Lior Kaplan ]
   * Fix VCS header URLs
 .
   [ Mathieu Parent ]
   * Fixed d/watch
   * Fix vcs-field-not-canonical
Checksums-Sha1: 
 6bac91266b8acfda155891843507172878d8d299 1968 php-msgpack_0.5.5-2.dsc
 7a3e76973fa682acebe88d056f70f402750649df 2396 php-msgpack_0.5.5-2.debian.tar.xz
 e0cc9af38de06ad53d2beadedd10f0ef22d4dbff 44720 php5-msgpack_0.5.5-2_i386.deb
Checksums-Sha256: 
 7d572ddc272f4c9e27429fdd69aa7938a95e3780e5c1cc5f92f074d5cce70e53 1968 
php-msgpack_0.5.5-2.dsc
 151c2121d722f6e20af4bc2e82ced60efeb449cc1b001b7721cba629b7b560df 2396 
php-msgpack_0.5.5-2.debian.tar.xz
 f3a6bc958d82a6e84c4a47610e4de6f699b4363d548a7945dc95090a47b82c97 44720 
php5-msgpack_0.5.5-2_i386.deb
Files: 
 b6e699fd65e2dde1d9fc4f23a89c4b04 1968 php optional php-msgpack_0.5.5-2.dsc
 c2367720e82ff1fb17e1afc360543a81 2396 php optional 
php-msgpack_0.5.5-2.debian.tar.xz
 341b05a2c390303f01b2758b37e11bd9 44720 php optional 
php5-msgpack_0.5.5-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWj83AAoJEKfHKhx4K4w/VlcP/2mh2feXoLlv4XD6Krt8O6dP
dI7LSApkwUYwgl2fhC+WUJqT55859DHtU9KPNqY00N87C/6hTSr+r1WcO8x3qdHo
As7JL+Y+Fs5r7sJWt2b89ukaXLSfTBLK+csGBtU6Rxkmog9gwNpefn72OykClsNl
BYAgRJoSh0g8cE1nODYUB6ZOrlrIu1b4AMjdyWjD0Ua2sw70bqc/Dzj/LKY6hk3D
hsNnf0GuRcNh7M9DzehB80eezawAmDi2caZPNAyxVUQJthFsVjlPvXSPsSaUx8Rq
GPTSqy0KucOUJzHkjMXgi7qArFaAgghnh1LyTtFDvqjxQG0iNXXQKIcogs8hNBIM
8ViyPqzHNNEtubwvOMuSHVRl/bETW5b8eDOjSJtTdmZDqNpsSU1jrbFoJda/LXCB
0+6jZl9yDz0NlSgvYXPpB4hgZFpcuK9Aycwe+0TFbgeln0vU5xm1ewFPVw3YjpmZ
AMKyBpZbMI4TJzjfR8JAbYc+UGcK6V6m+MLyXyQAWJdwWsmcewWReQZOOl0+LAh+
AypwsH/9Zup0YjxlXN9dodJ1nxuQbqGhJuB5f/u2BlBJV0MwlFOjf8/+B6gJwpbt
W3T5HP09v2NxSRqwC8TlBlNyUbF1CNnglLsTLgzSeRTCvYJiK9DjGfpZiPE41WZS
YJO0pePztCpHmLyt9DZ6
=NIq0
-END PGP SIGNATURE-


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



Accepted health-check 0.01.60-1 (source amd64)

2014-04-25 Thread Colin King
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 11:46:01 +0100
Source: health-check
Binary: health-check
Architecture: source amd64
Version: 0.01.60-1
Distribution: unstable
Urgency: medium
Maintainer: Colin King colin.k...@canonical.com
Changed-By: Colin King colin.k...@canonical.com
Description: 
 health-check - process monitoring tool
Changes: 
 health-check (0.01.60-1) unstable; urgency=medium
 .
   * Makefile: bump version
   * net: set addr_info to NULL and check
   * event: make failed write to /proc/timer_stats non-fatal
Checksums-Sha1: 
 75eb33723ea4630f97cfe3665b28bfc4d13b66b7 1865 health-check_0.01.60-1.dsc
 320eec5e0bc227790474764844a1a5d45b06320a 59548 health-check_0.01.60.orig.tar.gz
 948864931ad199b4d2735664e3ec9708a21dbb33 6368 
health-check_0.01.60-1.debian.tar.xz
 5c1a5cd8245bdee952259e7216c662e42c6b41f5 46172 health-check_0.01.60-1_amd64.deb
Checksums-Sha256: 
 bebea60f745be55d6d4f6f84bb4d153726d3bb75f8996629a18129fe9cdd5aa1 1865 
health-check_0.01.60-1.dsc
 ce751c9bd78f892ca239fc02151267f5a8c2e07f15ded85fde74476373a94844 59548 
health-check_0.01.60.orig.tar.gz
 32ce12b2d62e040688a83be272c21c5a5c1dc5bdc78bdcac5158f740c860b3c0 6368 
health-check_0.01.60-1.debian.tar.xz
 48e3624c38bac44c7e1ede7b0df27995181f566dcbd830fc0762c6a169e9a966 46172 
health-check_0.01.60-1_amd64.deb
Files: 
 0232c8252d655a17a94cd667ba93f382 46172 admin optional 
health-check_0.01.60-1_amd64.deb
 7ac7ecd5d4142dcff1b1e901d430b172 1865 admin optional health-check_0.01.60-1.dsc
 4389bb40a9442dab6546d413e61eb621 59548 admin optional 
health-check_0.01.60.orig.tar.gz
 fed4de83f2c537e161e2f915a34a78f6 6368 admin optional 
health-check_0.01.60-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWj4tAAoJEGjCh9/GqAImKUAP/jpdU5NlvA6DZt9QVF/ruWsG
KoXnQ2XmqkqTCdPnrZENGQ0JJniXjtNraEVDmBzFbD8Pg/TkYlDXOnyoyxhTXGUn
Xcb7x6X4rbK5pLna3RDQLvhJ1xtRdi1ZffTvoDZKzP8yTJtMT2jXlIckSUWIjumI
kQOLgh8ZTWZVNzl/uh2XdO/HSy2U4VazSxG9TD/LVOXioBRR/cM4I37Q+YzAqGnl
zDpNcFhUKxRD9C35zdsVMOd3vmKE5huXGTY9VzAsvzDSF4u2pvmHmrmuZK19Yi5q
D6w1bwhlOoyDx734fhCbBpvFAEQfVedaT2Y77ilzMZw42+UCXilyLJjWYcmZWyNq
0uP9kPDmQIQpMjXvOne63fgPLn51h+JeKJGKfbGQdA5gF6CBQmUW2udzfFhpmjAn
3JOaoVs/gxfBPOCoQu6eLQsy4TVcw7ZCFDGcEHxXsK0T/2vPtB0kLjK/f/pReYTm
QLWySbUUkro+M6SgVPi0oREmWb8VU5tqnVn/kQuxDHBpeVRNTHSNtZ3j+bFWZU5V
NL6UirAsXhxS8bKnZgfTNj9vHm1Bbv0y2s2s8HsmV3+cSQPSXopRDQSbXCrM8V0X
yAp6FZzXO/kNeE7cGjzRhAKMcIBoL6+ly2XmB5YKiv8V+Cizs3iUWWpAa0XOFdr6
n8Bieq7QpWXouzwwg8/I
=1J/d
-END PGP SIGNATURE-


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



Accepted python-apt 0.9.3.6 (source amd64 all)

2014-04-25 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 13:00:08 +0200
Source: python-apt
Binary: python-apt python-apt-doc python-apt-dbg python-apt-dev 
python-apt-common python3-apt python3-apt-dbg
Architecture: source amd64 all
Version: 0.9.3.6
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 python-apt - Python interface to libapt-pkg
 python-apt-common - Python interface to libapt-pkg (locales)
 python-apt-dbg - Python interface to libapt-pkg (debug extension)
 python-apt-dev - Python interface to libapt-pkg (development files)
 python-apt-doc - Python interface to libapt-pkg (API documentation)
 python3-apt - Python 3 interface to libapt-pkg
 python3-apt-dbg - Python 3 interface to libapt-pkg (debug extension)
Closes: 744243
Changes: 
 python-apt (0.9.3.6) unstable; urgency=medium
 .
   [ Johannes Schauer ]
   * Add support for build profiles (Closes: 744243)
 .
   [ Michael Vogt ]
   * debian/control:
 - update build-depends on libapt-pkg-dev for build-profile support
   * data/templates/Ubuntu.info.in:
 - add ubuntu utopic
Checksums-Sha1: 
 dc1f16f794ccddc7bfe1090bb8649590720bc950 1596 python-apt_0.9.3.6.dsc
 545de894b4e2a86548400f133fb93ea42f543656 305788 python-apt_0.9.3.6.tar.xz
 24cae86c4a9681cb94ffc1b09813b7a9aa918fbf 164196 python-apt_0.9.3.6_amd64.deb
 718c36183281f6bafea2653ea5618c9e0a2da81a 154636 python-apt-doc_0.9.3.6_all.deb
 48156de05f6af5329bc88f722aa20d6768c975b2 2314194 
python-apt-dbg_0.9.3.6_amd64.deb
 c9b7cd2fb565d3dff8f5dcea449ad40073c30923 7440 python-apt-dev_0.9.3.6_all.deb
 bbe16ba3ecbd1cc130ae1ce8212e506e25ba6d2e 88322 
python-apt-common_0.9.3.6_all.deb
 ca5d2e68d553795ce74a138aaae2bcc5fa201c6f 171054 python3-apt_0.9.3.6_amd64.deb
 5e9e53866daf57a56dd2625311abb6ff63df4f4c 4271924 
python3-apt-dbg_0.9.3.6_amd64.deb
Checksums-Sha256: 
 5538fb12acefb884b740848dda99ae2574bf74db03a7f8c7f7a3ab1da788bbd4 1596 
python-apt_0.9.3.6.dsc
 7999091c86181ce6431735fcd47d04e7b182757c3b20698c6f5196dcb09a3b2b 305788 
python-apt_0.9.3.6.tar.xz
 d520b373da8759dbc179f514cc650ed336e1af2049c68b396bd752768b2b98ea 164196 
python-apt_0.9.3.6_amd64.deb
 5b4f4ce5ea3b6759730aae6146a5e313a18003edc74829ca9fddc2c108cb1251 154636 
python-apt-doc_0.9.3.6_all.deb
 c3606e26e032cf47bce2face9f2c35e97fe72a28ba0a3bcad42ec28f45d9ddee 2314194 
python-apt-dbg_0.9.3.6_amd64.deb
 d07a56a77391ac91cfd95cf005419b9412c3c230648de49eca9f5df1bd0f05d9 7440 
python-apt-dev_0.9.3.6_all.deb
 b67bdbcf81a82ab522d5845dd57ac40b7b7a14b0edec9711c9d53df3745f855b 88322 
python-apt-common_0.9.3.6_all.deb
 b333b10690ca0f18bd976cd91e12701af15e0dc2921aa07cf9e22c66a52b7171 171054 
python3-apt_0.9.3.6_amd64.deb
 0ba178571b1fbfe47b9a88498c59415eafaa7d6bf892b8968de1baa6ca616e30 4271924 
python3-apt-dbg_0.9.3.6_amd64.deb
Files: 
 4c4bbef1095b223d1b873f440e70ec1e 164196 python standard 
python-apt_0.9.3.6_amd64.deb
 eab3eef1f218e241145e0dc60add821e 154636 doc optional 
python-apt-doc_0.9.3.6_all.deb
 03cda51ea157346e1ff89670642070ca 2314194 debug extra 
python-apt-dbg_0.9.3.6_amd64.deb
 538da79b3b5c84765e1761c5c1211210 7440 python optional 
python-apt-dev_0.9.3.6_all.deb
 148c7152fb50c7298a07bcbc1ac4da5a 88322 python optional 
python-apt-common_0.9.3.6_all.deb
 d2283add6a94e1e37583efc024818760 171054 python optional 
python3-apt_0.9.3.6_amd64.deb
 ccfefeffa85263aa3bce68b26f3f9a91 4271924 debug extra 
python3-apt-dbg_0.9.3.6_amd64.deb
 840779eca1b4594ecb9efd9cf56ea0f4 1596 python standard python-apt_0.9.3.6.dsc
 adade1c69bd21c9741194d9f3cb387cb 305788 python standard 
python-apt_0.9.3.6.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNaQcUACgkQliSD4VZixzSevgCeL7GW9pByI6njUGZrqE5dq+fF
N5wAnjVxYGwBA1tzoRMeV59WKJD8NFKa
=w/hl
-END PGP SIGNATURE-


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



Accepted mvtnorm 0.9-99991-1 (source i386)

2014-04-25 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 06:24:54 -0500
Source: mvtnorm
Binary: r-cran-mvtnorm
Architecture: source i386
Version: 0.9-1-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-mvtnorm - GNU R package to compute multivariate Normal and T 
distributions
Changes: 
 mvtnorm (0.9-1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 82996b0b5b62bc52d25aa61343ed33ccbc7f5fc2 1062 mvtnorm_0.9-1-1.dsc
 18063b37d8d77372377961783c254027a32ad46a 327031 mvtnorm_0.9-1.orig.tar.gz
 e0bfa200aef7de1b6c7bacc28a9c94e0a251332e 2553 mvtnorm_0.9-1-1.diff.gz
 6660c359a9bf15ead5897ffd98ad81de69e68451 351168 
r-cran-mvtnorm_0.9-1-1_i386.deb
Checksums-Sha256: 
 3d6897fbc007277b47d71e80eeb65b4ee3e9c98aa35591047bce1aebaa56201d 1062 
mvtnorm_0.9-1-1.dsc
 064f4232ff1c17490435eda62a25eabf49c8e8c7201a33ae814c4dcbc2c30105 327031 
mvtnorm_0.9-1.orig.tar.gz
 8caebb5157124623676f9b68cda5af65ae9512409b697835177c3699e13df0fd 2553 
mvtnorm_0.9-1-1.diff.gz
 f414527cc3210364fd31dc3089634ace774b71ad0b10cdfe274442c796c11fa4 351168 
r-cran-mvtnorm_0.9-1-1_i386.deb
Files: 
 ffdda66ee73b585dbff81f1c829314e9 351168 gnu-r optional 
r-cran-mvtnorm_0.9-1-1_i386.deb
 ef44607a69755b120ab8c563956dd373 1062 gnu-r optional mvtnorm_0.9-1-1.dsc
 829a86d1753e317c5fd5e9e518d6f97d 327031 gnu-r optional 
mvtnorm_0.9-1.orig.tar.gz
 5adb3265316aa6484e2ad50094a6f4dd 2553 gnu-r optional 
mvtnorm_0.9-1-1.diff.gz

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

iD8DBQFTWkZjCZSR95Gw07cRAuH1AJ0QRMhkDwCEmkn5SaYYVl6ch28yQQCcD3Yj
VoYRCk/JAGYGl7DyKtMgMHk=
=krmB
-END PGP SIGNATURE-


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



Accepted apt 1.0.2 (source all amd64)

2014-04-25 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 13:15:03 +0200
Source: apt
Binary: apt libapt-pkg4.12 libapt-inst1.5 apt-doc libapt-pkg-dev libapt-pkg-doc 
apt-utils apt-transport-https
Architecture: source all amd64
Version: 1.0.2
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team de...@lists.debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 apt- commandline package manager
 apt-doc- documentation for APT
 apt-transport-https - https download transport for APT
 apt-utils  - package management related utility programs
 libapt-inst1.5 - deb package format runtime library
 libapt-pkg-dev - development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - documentation for APT development
 libapt-pkg4.12 - package management runtime library
Closes: 744297 745120 745452
Changes: 
 apt (1.0.2) unstable; urgency=medium
 .
   [ Michael Vogt ]
   * fix apt list output for pkgs in dpkg ^rc state
   * Notice the user about apt list -a when only a single hit if found
   * fix test-failure in adt
   * apt-private/acqprogress.cc: fix output when ctrl-c is hit during
 apt update (LP: #1310548, closes: #744297)
   * Fix option name DPkg::Progress-Fancy in apt.8 manpage
 (LP: #1310506)
 .
   [ David Kalnischkies ]
   * don't double-count seeks in FileFd::Skip for bzip/xz
   * deal with umask only if we really need to for mkstemp
   * consider priorities only for downloadable pkgs in resolver
   * force fancy progressbar redraw on window size change
   * clear HitEof flag in FileFd::Seek
   * use Google C++ Testing Framework for libapt tests
   * support dist-upgrade options in full-upgrade
 .
   [ Trần Ngọc Quân ]
   * l10n: vi.po (624t): Update translation
 .
   [ Theppitak Karoonboonyanan ]
   * Updated Thai program translation (closes: #745120)
 .
   [ James McCoy ]
   * Consistently use Dpkg::Progress* in documentation (Closes: 745452)
Checksums-Sha1: 
 7e65bbd6a02775ac7d113a0147ca732c1fb3d90a 1720 apt_1.0.2.dsc
 eb49ac864615e13d5dd3ba29a1d2702e5c3e22be 1767512 apt_1.0.2.tar.xz
 f0a7ee7fe972907a05287e6e0968c990f192e868 272072 apt-doc_1.0.2_all.deb
 4c1bfb0a7f6c0ab32a9c05012c870ce724009325 769800 libapt-pkg-doc_1.0.2_all.deb
 5f41b1b621f607fa1d0fc88b3b7d83e529bb55b8 746612 libapt-pkg4.12_1.0.2_amd64.deb
 cd89ef6f44db213cd8b18e9c6509526ff21d8b6c 163758 libapt-inst1.5_1.0.2_amd64.deb
 31d6f282424812bf59d023bc16001f22b1513878 1056710 apt_1.0.2_amd64.deb
 beca86c3f3118b8d6b818a88a421fca8d02a6afd 187992 libapt-pkg-dev_1.0.2_amd64.deb
 aac954c27460dd1f8ccd9ea12eb55b3cd39261d8 350684 apt-utils_1.0.2_amd64.deb
 02832b4025fc532a29e449aa1e6e84596e75c4dc 130360 
apt-transport-https_1.0.2_amd64.deb
Checksums-Sha256: 
 2258af5ac3d14fe231229c1f0aae052c3c1ead47708e714288ee1d6eddcbb25c 1720 
apt_1.0.2.dsc
 2c1cbae9f12786cf6864feff014b09e268ad3c17fa0631eefe4205a441429a59 1767512 
apt_1.0.2.tar.xz
 75ef293f832cff9f4e2be96f3578652431c7b46689f756b38e2ce05f74405a87 272072 
apt-doc_1.0.2_all.deb
 7d3bf4ce14b18c6270b7512aa2aa1c35054d591b974cca06db244af1a172f346 769800 
libapt-pkg-doc_1.0.2_all.deb
 211c7aac2875792749cd03e73cbf4e61bf0976e19dd0708512b3f6025cfb05ab 746612 
libapt-pkg4.12_1.0.2_amd64.deb
 463b6d1b0aa3377cabd452ab6cb22f6500e81f2a405cd99fa47c645ff067caf2 163758 
libapt-inst1.5_1.0.2_amd64.deb
 2a4c225aa3e24ea78dd1b9c864ea263b5266d4bd8c157bb891e9d4a629c71b00 1056710 
apt_1.0.2_amd64.deb
 f16415f76af901fac8de9abcd37717719eb36732bab2806367f355772cb547f5 187992 
libapt-pkg-dev_1.0.2_amd64.deb
 00cf9c8d833456e99839b885501e79cd564e7d1b83227a6a261c9b51fec3d7c4 350684 
apt-utils_1.0.2_amd64.deb
 8b06aa688978a021cca4a65271b22e3b18d369cdca2ef5f0fc200351bbed4d57 130360 
apt-transport-https_1.0.2_amd64.deb
Files: 
 ba050ba691f057b569e6c4b3194d7279 272072 doc optional apt-doc_1.0.2_all.deb
 925a200a07680f27f08e2ddd8cf0afe2 769800 doc optional 
libapt-pkg-doc_1.0.2_all.deb
 2d862b170ed1269300eb7caff95161f5 746612 libs important 
libapt-pkg4.12_1.0.2_amd64.deb
 6f4a16d7e58f42358ece72d6b72906a2 163758 libs important 
libapt-inst1.5_1.0.2_amd64.deb
 adbf1a46f6f7f53b4100e701d1564281 1056710 admin important apt_1.0.2_amd64.deb
 034ffbeafbaff72a0c2390c0a62ddf1b 187992 libdevel optional 
libapt-pkg-dev_1.0.2_amd64.deb
 0cc49fb431ada23404327db5cd3b153e 350684 admin important 
apt-utils_1.0.2_amd64.deb
 eec2916cfa6d20e50088e5099c050c3f 130360 admin optional 
apt-transport-https_1.0.2_amd64.deb
 17c89b6b000899e0d91c8bee6c9e671b 1720 admin important apt_1.0.2.dsc
 1ba16eb36346afc95df5db1087ee532c 1767512 admin important apt_1.0.2.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNaRjQACgkQliSD4VZixzS6SQCfQiAzKCP/hCW64FMW1EG5Bqeb
NmYAnjKQn1IT1NcI6CJ1rYmW6udWzO+b
=3RMc
-END PGP SIGNATURE-


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



Accepted ansible 1.5.5+dfsg-1 (source all)

2014-04-25 Thread Harlan Lieberman-Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 21 Apr 2014 16:51:47 -0400
Source: ansible
Binary: ansible ansible-fireball ansible-node-fireball ansible-doc
Architecture: source all
Version: 1.5.5+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Janos Guljas ja...@debian.org
Changed-By: Harlan Lieberman-Berg h.liebermanb...@gmail.com
Description: 
 ansible- Configuration management, deployment, and task execution system
 ansible-doc - Ansible documentation and examples
 ansible-fireball - Ansible fireball transport support
 ansible-node-fireball - Ansible fireball transport support for nodes
Changes: 
 ansible (1.5.5+dfsg-1) unstable; urgency=medium
 .
   * New upstream version 1.5.5, security update.
   * d/control: Add myself to Uploaders to silence Lintian
   * Refresh patches for new version.  Add DEP-3 headers to one patch.
Checksums-Sha1: 
 6b361ea49b389f513e473c2f6f432ffa2d33a21c 1570 ansible_1.5.5+dfsg-1.dsc
 9cfd0eb2851a26f5ac5452e73c3eede3dd05779e 1022322 ansible_1.5.5+dfsg.orig.tar.gz
 c8f15cb79d250a67cd037e8300d7f4dacc852bfa 98440 
ansible_1.5.5+dfsg-1.debian.tar.xz
 9be21e417e958d74ef6145466a596c99b31b165b 445408 ansible_1.5.5+dfsg-1_all.deb
 0b7091aec3c1fdfa8e7872369efc416f59e66c31 31006 
ansible-fireball_1.5.5+dfsg-1_all.deb
 159e7697c95ab30ab93fa9ca2d7b1892f9dd73f3 30970 
ansible-node-fireball_1.5.5+dfsg-1_all.deb
 ec3755406062858d35a4e83ad0c39eaadad63314 443270 
ansible-doc_1.5.5+dfsg-1_all.deb
Checksums-Sha256: 
 a438bce288a072a2be0b5be46cf07a405292b58ea5653f2bf9662b493efbe477 1570 
ansible_1.5.5+dfsg-1.dsc
 cef767dbe170099edbc18f93fa3e3ca242f0d80644a8257f3301df2483f999e2 1022322 
ansible_1.5.5+dfsg.orig.tar.gz
 56cdbb48fa35986619fab13b49851413c6ea7db4e52a72c299a4fce7e1b53e05 98440 
ansible_1.5.5+dfsg-1.debian.tar.xz
 746e83b129b4138d1d8f062398ce9a89201ecc6cc2535e0b25cd31e03cb1e28a 445408 
ansible_1.5.5+dfsg-1_all.deb
 5cd612f4142443528b6022176ed221f4a671e273dcf517f049d1abea328ea05c 31006 
ansible-fireball_1.5.5+dfsg-1_all.deb
 2da006c72035ffdffa37b594d6cf59fc8934c83119eaa82d22ef54aa398ecef6 30970 
ansible-node-fireball_1.5.5+dfsg-1_all.deb
 5e6022f33486de50ecd78aab89de576c356b6ad8c6f6bcee7cb125e71f66a5e7 443270 
ansible-doc_1.5.5+dfsg-1_all.deb
Files: 
 bf1cf86c673cfddd2e82b45c77ac3c90 445408 admin optional 
ansible_1.5.5+dfsg-1_all.deb
 12c78e42f1a39d92a40cd4347f5e9531 31006 admin optional 
ansible-fireball_1.5.5+dfsg-1_all.deb
 2b1eeedfa522fedf33bd4283a857adb4 30970 admin optional 
ansible-node-fireball_1.5.5+dfsg-1_all.deb
 569ef24737626becb0f6907b6a092b1f 443270 doc optional 
ansible-doc_1.5.5+dfsg-1_all.deb
 93f75b5823d6a951d8416adaedde39b8 1570 admin optional ansible_1.5.5+dfsg-1.dsc
 d7a5ad324f62d1b6283c6ee9cc2f65e9 1022322 admin optional 
ansible_1.5.5+dfsg.orig.tar.gz
 382c768616750b025dd42f651cceaf45 98440 admin optional 
ansible_1.5.5+dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNaSdQACgkQliSD4VZixzStcwCaAsyUcLVHfH3M7CebNWUnTkH/
zp0AnRdNapFiL3/E2QbJUoX5Vh9zH/Kn
=mEu5
-END PGP SIGNATURE-


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



Accepted ruby-gherkin 2.12.2-3 (source amd64)

2014-04-25 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 10:07:21 +0200
Source: ruby-gherkin
Binary: ruby-gherkin
Architecture: source amd64
Version: 2.12.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 ruby-gherkin - lexer and parser for the Gherkin language in Ruby
Closes: 744807
Changes: 
 ruby-gherkin (2.12.2-3) unstable; urgency=medium
 .
   * Add encoding_ruby21.patch to change the regexp matching the Ruby version
 used to know when making use of Encoding features, so that it matches
 Ruby2.1. This fixes FTBFS because of test failures with Ruby2.1.
 (Closes: #744807)
   * Remove noop encoding change in ruby-tests.rake
Checksums-Sha1: 
 692c8cd5713a094a9aa7aaf015afa045d28d79b7 1794 ruby-gherkin_2.12.2-3.dsc
 6af9c0d5a651315fa393b25cd1d7e46fffd8f899 6864 
ruby-gherkin_2.12.2-3.debian.tar.xz
 f2577f1f4cebb08192302174f89595ca4e15c506 312156 ruby-gherkin_2.12.2-3_amd64.deb
Checksums-Sha256: 
 c8be08ade740b1f60c013d171e84bd943a1a9d8e42d11b447e94abd653953190 1794 
ruby-gherkin_2.12.2-3.dsc
 ce937793822ca14360072c78a4f442bbfae3d3282ac2057ef780d4a7a6da34c7 6864 
ruby-gherkin_2.12.2-3.debian.tar.xz
 621d9e6b186ac6e0d70ca0ac0bc7f703262245579ee2f719af87ee7e25259fbc 312156 
ruby-gherkin_2.12.2-3_amd64.deb
Files: 
 059d6663d3005c42055fe42b38bd1cef 312156 ruby optional 
ruby-gherkin_2.12.2-3_amd64.deb
 a2d08685d1d546fec2c6e59fd422974e 1794 ruby optional ruby-gherkin_2.12.2-3.dsc
 efe4628bc1c594edfd492efbe327f3d0 6864 ruby optional 
ruby-gherkin_2.12.2-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTWkrRAAoJEImvgrc5zSF6X3MH/3ez+lYPlNJLC3rMtjCLnP6C
dlbQdAxfZpM+o3KE5mNyF+V9CX3vnYgotHeMYpwoWDvJ/F+eH/TxJopZjfMRpMQ9
aH/TAqFyagTPSYDx1A8m/vhqJ3nSSrLOgoPntC2AoKQfJLQZmAWNWTm6mS26P/0j
WrWoeO8w8fFlzt8YT+gFNsu3C/koub8JpBXTvsAGT4SFKO5VCwLQ6y83YrwBRr9c
IM/94eyJ1auHUj5HdcYnCCpYY6Asc6mR0B4yfxldp3/DqDbIETNGJY5LWFeZY8tJ
qXFx4gj420PN4CEZRUJZRaRKdUTcTi77oRjXF9iJ+6tbSWIeqgyOFxW8G8ODGOU=
=hAza
-END PGP SIGNATURE-


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



Accepted ruby-rails-i18n 4.0.2-1 (source all)

2014-04-25 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 17:20:14 +0530
Source: ruby-rails-i18n
Binary: ruby-rails-i18n
Architecture: source all
Version: 4.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description: 
 ruby-rails-i18n - common locale data and translations for Rails i18n
Changes: 
 ruby-rails-i18n (4.0.2-1) unstable; urgency=low
 .
   * New upstream release
   * Bump standards version to 3.9.5 (no changes)
   * Bump gem2deb build dep -0.7.5~ (ruby all)
Checksums-Sha1: 
 3f2cfc1d6403817ed9ce76e77586f17dccaeec9e 2079 ruby-rails-i18n_4.0.2-1.dsc
 0130d1bb4cc15c8573ba7032d89b6d18a69b6a90 100135 
ruby-rails-i18n_4.0.2.orig.tar.gz
 b1dc2d0909d0d123c64335eb8f469130e424b38a 2270 
ruby-rails-i18n_4.0.2-1.debian.tar.gz
 429b02c53e358af00871a51713994530f97674f9 10684 ruby-rails-i18n_4.0.2-1_all.deb
Checksums-Sha256: 
 7db9be733ff5d733568583175ea90051e1bb34d7f42d0bfbb07d74831060fb38 2079 
ruby-rails-i18n_4.0.2-1.dsc
 2df853bb592db0477a8ec9fd3eb977b18c47fb0090cd2e1bc00a759c578e9a10 100135 
ruby-rails-i18n_4.0.2.orig.tar.gz
 a9895532a1d5650bf6310a304f37261d755707de7980b985b6e447861c9dce5b 2270 
ruby-rails-i18n_4.0.2-1.debian.tar.gz
 903b0bbce2309e81874c24c86ce7dff23ebd3dd1144d8a469f6f3c8398ef6a74 10684 
ruby-rails-i18n_4.0.2-1_all.deb
Files: 
 41ad46cbb3c9ae6334c85fc3d2942f7b 2079 ruby optional ruby-rails-i18n_4.0.2-1.dsc
 a31f93e8a35402810f9349280bcdbe7d 100135 ruby optional 
ruby-rails-i18n_4.0.2.orig.tar.gz
 ea6b99070ad9f87d24ca7f3488b73264 2270 ruby optional 
ruby-rails-i18n_4.0.2-1.debian.tar.gz
 d24b5313e3be7518412b495b84f4f545 10684 ruby optional 
ruby-rails-i18n_4.0.2-1_all.deb

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

iQIcBAEBCAAGBQJTWkwUAAoJEM4fnGdFEsIquwsQAJq+McLwUIzVEJZlzujx7zhc
a0zRgAaihFyOWqhlurYbVaDB6NE+oy5nVVAmR7+SZ7u2FWwJnOSYnM644NtcObBJ
BJoduY6HPyBtVzmXLtXY2k2xtZEdd4qmotNgA0kvkdMdJsvVwqC6I/AGBanAgohH
cno9w7lindUzIKnCEXyIoYTxvOyfZ/9gXXUQhBZFGzEbOgqtxHsIAGC8LyX6xJ4z
Gg/GnrLu2b8CxdweL9svoZvGKE+dW+CvAGdsNE9WHU8bg6AveQW0EfluIw8OIv9w
/PCD75F87Bt1PUatL5rmCMIhCbkOvYnxzI6Kq/nHawwQS4CODv2RBGwc2vUW3Rj4
8FmIqlSPXdJ5FyCpvUJoe0ot0Swx4+gjURnFuLBA8HoiZ7PoDktrjGqoyLaClbdl
k9abqTv1C+d4yidX2UJP+yIpmmnBiKHoehE8V6e25z+HSDzi33CRz1NBJXFBoEVP
lUSHFosuOY1N367vgj6yQ8gAjBEIrPe/bn8VPoKtOqpwi5Icmkr+gDFhMv+pXIy4
gjakizEMj57/iOjAHl6zJw+4JfMYYFlY6ua7N3LSBrZqwr6rN28PRUymuaIMUQeG
/mbTw8UoLLXcZoOHMwSHCeYjBWVffrhLhgPW3vfI7IfATt1eMvZi88BvKLAycu5P
k2pOafP0eN/YZZXMYwTm
=C+7Q
-END PGP SIGNATURE-


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



Accepted ruby-markerb 1.0.1-2 (source all)

2014-04-25 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 17:35:39 +0530
Source: ruby-markerb
Binary: ruby-markerb
Architecture: source all
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Pirate Praveen prav...@debian.org
Description: 
 ruby-markerb - multipart templates made easy with Markdown + ERb
Changes: 
 ruby-markerb (1.0.1-2) unstable; urgency=low
 .
   * Bump build dep on gem2deb = 0.7.5~ (ruby all)
   * Bump standards version 3.9.5 (no changes)
Checksums-Sha1: 
 4dc8ee62699f305531dc388aba30847c55bb031e 2130 ruby-markerb_1.0.1-2.dsc
 655d3b9c7b7c4a2bd679b3310e28f807c5f70bfd 2664 
ruby-markerb_1.0.1-2.debian.tar.gz
 274ed6c0455150f13e3ecabcb104a50679a6ec43 4698 ruby-markerb_1.0.1-2_all.deb
Checksums-Sha256: 
 fdc904d2b2e666e1440086970edc4d8b17b87ade72a9acdaa1b9b13c8c26ded8 2130 
ruby-markerb_1.0.1-2.dsc
 9b5e63d5a0e8a452869fc2e4c9c79467ea35e1810f8f640d530616ac065e2843 2664 
ruby-markerb_1.0.1-2.debian.tar.gz
 dda8e3ffa7a30207c01b099459bdcb1dcb20d370b260ea31bec78faf512be6f4 4698 
ruby-markerb_1.0.1-2_all.deb
Files: 
 fa34c71c288d5477800624e916abb929 2130 ruby optional ruby-markerb_1.0.1-2.dsc
 812a542ada5c779032b09aa3494d8f43 2664 ruby optional 
ruby-markerb_1.0.1-2.debian.tar.gz
 c93d26e0df047e0c095699a3de2a8e82 4698 ruby optional 
ruby-markerb_1.0.1-2_all.deb

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

iQIcBAEBCAAGBQJTWk/ZAAoJEM4fnGdFEsIqsWYP/A4r1jZu+6ab78JTTeSdV/qC
75aFMuWiexcOG83l5tuDl9E+iJ4jLx+t/aGXzKxjnLTT3oHHRft/7xZjVP+Adf8B
p4M0N99AIzvRNbN1fwH7WLf3WZGnMmHx8g3iTzxkNp0nSPU1rnRiTDxEBVnT7bnk
NPQfOs76JiOdeDE0RhYHtbaSeyOoINpFd4aoPdZ/NQQnnWraq6fvy1g+PwMlBibg
Mxk07tqzRsVwOkQfH6iTIu2oH9/ZCy1oTTBjX/L+XHWjQR5k+lpTV0qexBZaSf4m
FBkA8DocloeJm0EMdF7eJkuKkwFsWuhpfoOvV2Lu6mwsU37yqihRV6hiHWgdpL9F
mOJYKF46p6jSp7QoRh0sG9w1EoFdSGdUr7EjlT4V9aB1yoV8E8fBN97MxHoPSLRw
63+izUH/rTva14PMpvld8RVUN4wBMHCwPrqGUUB8GfRZIeKc36vGA/L2ySOjdUUi
kVWrAT/GBie0A9+WrEWzDnGBWoRxgzn26e4HN5hEifWeGrU6lpgDumjPQfjQvaWS
XYq311jwsgGllOoJUHjNXCKrhCG91RatFP66funWCzn7wKxp7DQfV6znwLapWxFq
s5ZxFD2wwkf3oEEHJOnVt2iXbAXzXCCy2QgSRbn3ZycfAy58i8Hv8finIaUyJDsr
fp+eAE2Y/S6zoUTBcodW
=zQ55
-END PGP SIGNATURE-


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



Accepted imaprowl 1.2.1-1.1 (source all)

2014-04-25 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 23 Apr 2014 13:55:25 +0200
Source: imaprowl
Binary: imaprowl
Architecture: source all
Version: 1.2.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Takuo KITAME kit...@debian.org
Changed-By: Cédric Boutillier bou...@debian.org
Description: 
 imaprowl   - IMAP new mail notification utility for iPhone using Prowl Public
Closes: 744035
Changes: 
 imaprowl (1.2.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Depend on the default Ruby interpreter instead of ruby1.9.1.
 (Closes: #744035)
   * Drop libopenssl-ruby1.9.1 from the Depends line. Openssl support comes
 now with the Ruby interpreter.
   * Do not rewrite the shebang so that the script can use the default Ruby
 interpreter /usr/bin/ruby.
   * Install the library in /usr/lib/ruby/vendor_ruby, pointed by
 RbConfig::CONFIG[vendordir].
Checksums-Sha1: 
 0f5a2c745d88a4878c37981f6d7a2f6a6e703016 1365 imaprowl_1.2.1-1.1.dsc
 b2f3e3124b4e8e21013cd2080e8cb333c2870079 935 imaprowl_1.2.1-1.1.diff.gz
 04da6d4f429d0fdf3e3c2c88bd10f24df0640d93 14164 imaprowl_1.2.1-1.1_all.deb
Checksums-Sha256: 
 3f7b67816501b8161ddbc4d124529840b1ec0e67cedb02902f505833023ae707 1365 
imaprowl_1.2.1-1.1.dsc
 923c941c578c1597bd60e1c66fca4effd080c9ad5fe85b10ab69e4fe61f114e9 935 
imaprowl_1.2.1-1.1.diff.gz
 d1e9df9f8bc8ab8d0cccbec269f634551f8223a303cf3e2daec7e667ad69 14164 
imaprowl_1.2.1-1.1_all.deb
Files: 
 a10d5d39aa0e1d6f6ed471bbd918ea23 14164 mail optional imaprowl_1.2.1-1.1_all.deb
 6c3d60a28f34b2c149092845180f86fa 1365 mail optional imaprowl_1.2.1-1.1.dsc
 2c5e3026d148b2a2f8728e8f1e0c7487 935 mail optional imaprowl_1.2.1-1.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTV67lAAoJEImvgrc5zSF6icwH/05Y5fOIohAfjh/zCLrM+F8m
jjIJD8DR4gAgq3hvCH17/qNJHxYuoqA4hm772ke8FcKh/vAkHkc0bBz2XtopGi8T
AVlZNMc4CLZdbWbgTVgkA6cvX4r3yCa0yyP8uslhnr252+CFn3yj6wN22aMtAi9r
tkOH2FAgZu5gF0ez9bi+tgy0VmpcKcY3OZFAbsi0RAvCKpR112pZP4oyIEYp68tn
QCVWKyfavSvwFUctTKTsphxhUdWAAMX7uMWJZ/VWPfbKKIGQQHazUvDOuhcvFOY7
CjZ6i5Wya35SW1kisl+oHetQCXcvRriEczMCnj+JbgnQ6W8mPAFupcIUi1F53yQ=
=qsQX
-END PGP SIGNATURE-


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



Accepted mysql-5.6 5.6.17-1~exp1 (source all amd64)

2014-04-25 Thread James Page
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 08:06:10 +0100
Source: mysql-5.6
Binary: mysql-common-5.6 mysql-client-core-5.6 mysql-client-5.6 
mysql-server-core-5.6 mysql-server-5.6 mysql-testsuite-5.6 mysql-source-5.6
Architecture: source all amd64
Version: 5.6.17-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian MySQL Maintainers pkg-mysql-ma...@lists.alioth.debian.org
Changed-By: James Page jamesp...@debian.org
Description: 
 mysql-client-5.6 - MySQL database client binaries
 mysql-client-core-5.6 - MySQL database core client binaries
 mysql-common-5.6 - MySQL 5.6 specific common files, e.g. 
/etc/mysql/conf.d/my-5.6.cn
 mysql-server-5.6 - MySQL database server binaries and system database setup
 mysql-server-core-5.6 - MySQL database server binaries
 mysql-source-5.6 - MySQL source
 mysql-testsuite-5.6 - MySQL 5.6 testsuite
Closes: 744970
Changes: 
 mysql-5.6 (5.6.17-1~exp1) experimental; urgency=medium
 .
   * SECURITY UPDATE: New upstream release (Closes: #744970).
 - http://www.oracle.com/technetwork/topics/security/cpuapr2014-1972952.html
 - CVE-2014-0001
 - CVE-2014-2430
 - CVE-2014-2431
 - CVE-2014-2435
 - CVE-2014-2436
 - CVE-2014-2440
   * d/p/CVE-2014-0001.patch: Dropped, included in security update.
Checksums-Sha1: 
 0a86f85c508d054f96fb840855f1ade6a49c362f 2707 mysql-5.6_5.6.17-1~exp1.dsc
 53773d619d7f7bc1743f92fd65885a0581c37ff8 32862539 mysql-5.6_5.6.17.orig.tar.gz
 80f7c83a9b556cebf8e9b48d08de0e8b3bae9234 222864 
mysql-5.6_5.6.17-1~exp1.debian.tar.xz
 1a8089d1c98a361347089c4750f2bc9e53ac0d82 86502 
mysql-common-5.6_5.6.17-1~exp1_all.deb
 80164b03bed6addb86c0785121a056ea3e852f86 4338340 
mysql-client-core-5.6_5.6.17-1~exp1_amd64.deb
 85c264261f9357c955c60870cb1b906ce634 5529200 
mysql-client-5.6_5.6.17-1~exp1_amd64.deb
 a0b931961bcd3bd2fb1f80ce01cb0840bd01f166 4399174 
mysql-server-core-5.6_5.6.17-1~exp1_amd64.deb
 005b7f1d3b0e1c86efa0105dc0d21bce53477721 5981610 
mysql-server-5.6_5.6.17-1~exp1_amd64.deb
 d850ed33087e14a7d07ab8e5d94e2ae5940f0e0f 6834114 
mysql-testsuite-5.6_5.6.17-1~exp1_amd64.deb
 18e666a064c5e5ebfdd665f5ad6723fc117c8ab8 33831926 
mysql-source-5.6_5.6.17-1~exp1_amd64.deb
Checksums-Sha256: 
 1fad1c85ef45a0875ba44eebf5cd291d1b7282c0bc882642e1889f5a2408ea43 2707 
mysql-5.6_5.6.17-1~exp1.dsc
 f8ed0a1abd60ed9152b71a027446825d8686c48e99def6e74e0d12d24e9a1d9b 32862539 
mysql-5.6_5.6.17.orig.tar.gz
 ab35ba9b916bb488869d46dc1503979acc5a9ce6435a608368865c054d256066 222864 
mysql-5.6_5.6.17-1~exp1.debian.tar.xz
 cd27f836bcd4a50f1bf40d079ffce820966ce504e9ff77a36073ef8cbadecdde 86502 
mysql-common-5.6_5.6.17-1~exp1_all.deb
 707cf2b9d37d84c3295a1f71451264eaffdfcd372fc74d2d8177ec7db73f17d1 4338340 
mysql-client-core-5.6_5.6.17-1~exp1_amd64.deb
 c595723dde6815459dd8c578c34c5a3cc129b5460793b35cb286b6207161af20 5529200 
mysql-client-5.6_5.6.17-1~exp1_amd64.deb
 e299bd3146a39b7dfc46bdf9bc979ab0ffb834a75c0e0673f1434a21557a7a58 4399174 
mysql-server-core-5.6_5.6.17-1~exp1_amd64.deb
 34ff5a1c72372bea658ca220773d6c79a11dbc905b9a8087bee41f57545cdb12 5981610 
mysql-server-5.6_5.6.17-1~exp1_amd64.deb
 90a0956e4d9b2f01b1f98a39acb59dbd33845dd2ff1aae2b8416e3501bab239f 6834114 
mysql-testsuite-5.6_5.6.17-1~exp1_amd64.deb
 2014f2c7ca6fbc7c84f528cb6c745d2cd30c5453d99cc21d532a8d897b3bc079 33831926 
mysql-source-5.6_5.6.17-1~exp1_amd64.deb
Files: 
 9e1163bad66720ba72d8b34d925f9fe4 86502 database optional 
mysql-common-5.6_5.6.17-1~exp1_all.deb
 8538b29ff2647d89a78d602ab07b21e5 4338340 database optional 
mysql-client-core-5.6_5.6.17-1~exp1_amd64.deb
 4d033a6f5514e4121ba593e0c8981a2b 5529200 database optional 
mysql-client-5.6_5.6.17-1~exp1_amd64.deb
 208e8a6fc5d1827526aeb8816520d57a 4399174 database optional 
mysql-server-core-5.6_5.6.17-1~exp1_amd64.deb
 b041f9c5b5c16a7bb69f30caeee78f6b 5981610 database optional 
mysql-server-5.6_5.6.17-1~exp1_amd64.deb
 e4ee4ae2ecd1078432bd01c533b958d2 6834114 database optional 
mysql-testsuite-5.6_5.6.17-1~exp1_amd64.deb
 c25f7868f50bce8591a4ee80bb2a7912 33831926 database optional 
mysql-source-5.6_5.6.17-1~exp1_amd64.deb
 4cbf0898d1f33959dba342c00c0f303a 2707 database optional 
mysql-5.6_5.6.17-1~exp1.dsc
 82114fa7c13fa3ca897b34666577d9f4 32862539 database optional 
mysql-5.6_5.6.17.orig.tar.gz
 5921c18b7704e606e6648a3588fd1486 222864 database optional 
mysql-5.6_5.6.17-1~exp1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWlsjAAoJEL/srsug59jDBNIP/39Fn2MD5T/EEorCqEl0BM2N
2qEfanhd3p9npemWz+BWCMz+g5Yb8gi/e/6k2mBPaW7wlmWpZzDeGz+wz9yG0EbU
jtAFRY2KBJvZIiUCbGNMi59k9f2Wn5+UDmwLUEMN9gejzqmic7r1JEQkdScoRges
XlUfciOwgoC9THBibP86ku1s8Yeg6p46ms+mAhfzF4YLV1Xw3Lxc00yjRcg9ZuUk
7Bay2eiKZD7fBHeVA1/aScFWt0iIz0FNELC0iR/wZH5fAO14CVpupJCNNoTTXrh3
lL2stc466rhd0PrxYyLG462a4LUPj6x9v0xb7bVDx3rpkCHzrTByXzAF8cvJpi0n
3RX4FGTb3M9A95vimb7190XQ2bPmIXfVzcYcVSevcFp+fEp2VEQNp4MvHZFWbIrE
zZF+wnu5zP01t+lREOMKtNn2KHu3csu2lLDl0Kb3r4UPF2QT1J5Du57Tr/4vf9Iq

Accepted terminatorx 3.90-2 (source amd64)

2014-04-25 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 14:56:42 +0200
Source: terminatorx
Binary: terminatorx
Architecture: source amd64
Version: 3.90-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 terminatorx - realtime audio synthesizer
Closes: 741623
Changes: 
 terminatorx (3.90-2) unstable; urgency=medium
 .
   * Team upload.
   * debian/patches/27-kfreebsd.patch: Fix build failure on kfreebsd. (Closes:
 #741623)
Checksums-Sha1: 
 c4129921bf118b1f73be833d31e19a7304b5d6dc 2345 terminatorx_3.90-2.dsc
 f83b106536cdaf2170bc96a78baa9e264d94edc7 16720 terminatorx_3.90-2.debian.tar.xz
 f730d488f8f256e8a6fcd83bdb8daf87458968f7 297984 terminatorx_3.90-2_amd64.deb
Checksums-Sha256: 
 c7ae4113d128d34335591137da78b5425b3d32cac99270332e8dbe9a907b0211 2345 
terminatorx_3.90-2.dsc
 f0b37fe2a643f3081c77c491f6ed5fafb60ed9b348aba34bf43b9d9dc8f77ca5 16720 
terminatorx_3.90-2.debian.tar.xz
 a3180d6467ff21213bd623ea1f67f98df366210a2c3a9eff04226123a7fa5d02 297984 
terminatorx_3.90-2_amd64.deb
Files: 
 b023da91e5df553a78c16ceae270546c 297984 sound optional 
terminatorx_3.90-2_amd64.deb
 50434bfb0e7cec890941beb454561869 2345 sound optional terminatorx_3.90-2.dsc
 ed3bea567bc01ba254034c682a677076 16720 sound optional 
terminatorx_3.90-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWlxDAAoJEGny/FFupxmT/J0P/10OcamyaUrXzhHEfhpd6qhG
6ME4R2EmIQcmAUDej4gZqnGEkw0yOulGuTY1JiqYLeqQ53/D+nZ84fe0ArUeUhps
he+POjbTbZVrxIuIEzBt6oL5rtGkK1bZKdmmganZ//Ap/I6v6WExnkB5NDj9ENUM
y+0+Ih/U5hr1kWRb9wq3WSoYEEXoG6F54VNrEz7by/zrBwdB9jhks8mfdUMBCOTe
sR7FZ8z5J44DzpIz9WbIuvgynvdqFkJeWjCl7Ue7Eqd9ZjtvApRpCp8E/hgs5iWB
ZHM1VJhp3e3AvIylMM0jPdNrNLgJFOuWuOoEUrM37ivTbOtyEuQOOr7Zuykc2gVe
dqih4FKiXl7Eb9hhB7V/l/3NROdH/XggaKJYGosHF2oL/GASmfNHPrfEIb/wXQo8
bSXZcmFUAZTubEUxwBNxfewsekU1qZMJ4B6jFXVRlVTnqvPj95Smkjcrv3+7OB80
pb0+GaztOhiX2uc/8piCkrVz0OL+0jTtqRlM6A2fSJdU0xvQY1HwolwPRHhu3Wvk
a+BPnqLAzDn8J3NiJHJPsnlnsBGMtz+5CPk/CzrpHhl+V9lJ9Ywm5kbGKUxwLZ0A
WNTkP0eGPvKQzWeDOsVJk6kdrwz3mSjb4zivPe1GZHrgt0kfcEIotF6c1teKYLbX
8tBWxg9YgDuQdzo0vYIt
=h6tj
-END PGP SIGNATURE-


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



Accepted im-config 0.26-2 (source all)

2014-04-25 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 23:29:09 +0900
Source: im-config
Binary: im-config
Architecture: source all
Version: 0.26-2
Distribution: unstable
Urgency: medium
Maintainer: Osamu Aoki os...@debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 im-config  - Input method configuration framework
Changes: 
 im-config (0.26-2) unstable; urgency=medium
 .
   * Fix build on Ubuntu.  (Regression in 0.26-1)
Checksums-Sha1: 
 fad85f4f252bd203cbf534f319e87d66b08e84a3 1139 im-config_0.26-2.dsc
 99c4a148b86f88e68eafba3fb729034502a59382 7172 im-config_0.26-2.debian.tar.xz
 2f9ee3c3e0aac9140f012205bcc2c8c85ec1c4ea 53272 im-config_0.26-2_all.deb
Checksums-Sha256: 
 ac820bc945654118aa5dbbde35abc8e78af2bd3424fc7b566285932b0c577be8 1139 
im-config_0.26-2.dsc
 aa1e64df39b6f618bcbfd24338d2d2f7f939b075da257fa25ab8ee983176688b 7172 
im-config_0.26-2.debian.tar.xz
 90d5e3b81a603eb66375fab64dce05cc77b5af582fba5c7836a411434e731b3a 53272 
im-config_0.26-2_all.deb
Files: 
 168c8057002215561fab07d297823243 53272 x11 optional im-config_0.26-2_all.deb
 d5e1de48106f59def575fb23ca815c3b 1139 x11 optional im-config_0.26-2.dsc
 dc539114b87f1013e84a68aba84e09d8 7172 x11 optional 
im-config_0.26-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNacmMACgkQ6A/EwagGHzKu+gCbBIc/rLJidvLRXsFEmjc/rkA6
IC8An1GHNq7IOtx+iN9ui64fZubo+sML
=srB5
-END PGP SIGNATURE-


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



Accepted jpegoptim 1.3.1-1 (source amd64)

2014-04-25 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 16:39:14 +0200
Source: jpegoptim
Binary: jpegoptim
Architecture: source amd64
Version: 1.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Mathieu Malaterre ma...@debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 jpegoptim  - utility to optimize jpeg files
Closes: 708630 727906
Changes: 
 jpegoptim (1.3.1-1) unstable; urgency=low
 .
   * New upstream. Closes: #708630, #727906
   * Bump Std-Vers to 3.9.5, no changes needed
Checksums-Sha1: 
 b9e0905e86a48d3d1b97d67ae8a56a73ab2dccbd 1905 jpegoptim_1.3.1-1.dsc
 c7264e3a6c59cc4ee919ca6e4c9db02076da2476 94471 jpegoptim_1.3.1.orig.tar.gz
 f4550d304044360c5fd9be962b09179dfec86372 2328 jpegoptim_1.3.1-1.debian.tar.xz
 f6d4c70e94d68ced5419b7cce3baf9a634800a6a 15392 jpegoptim_1.3.1-1_amd64.deb
Checksums-Sha256: 
 c1898ad6596089de184c087c02615693ed08a8425a2f2f8fe97ab8e010b2c593 1905 
jpegoptim_1.3.1-1.dsc
 89805b0aebbe90505ee6061ce9bda42ef0c509872762c1544c0107f287857567 94471 
jpegoptim_1.3.1.orig.tar.gz
 74ae1b094b88158eb79000c8cb3ee63fea8589202f0d5d6456f62f3f34c5952a 2328 
jpegoptim_1.3.1-1.debian.tar.xz
 919a4b453b992f191cee498932faf201155f9da4b4f08840e3d790c4c7f69b9f 15392 
jpegoptim_1.3.1-1_amd64.deb
Files: 
 6c4702c4ee48209450dcbdf2f650e725 15392 graphics optional 
jpegoptim_1.3.1-1_amd64.deb
 1cfde7d9fec4c77dafd32f90129a7c1b 1905 graphics optional jpegoptim_1.3.1-1.dsc
 a17d86351f36e4bae9919285a736bd96 94471 graphics optional 
jpegoptim_1.3.1.orig.tar.gz
 7c36df876eea58eeeb4162bb9d7a22a3 2328 graphics optional 
jpegoptim_1.3.1-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTWnP2AAoJEAFx4YKK4JNFjG0P/0cUlkPUbgi7KDrTn6GmT6bK
cYVMPlCc5cjgLuq0eJqMHEtXcRITXV8bjImoE2EAEeTx+9ir9/dplONFSvfYSOMb
T34/kkez46AtIJOdYgSn1KpyAF+iqmEhE0mMfmFK6FAHrl0qinhJdwhq6oVzpmZR
AQecM5ioYICX5KYyw5L1e2UBVzMIzgllbbScHT3P+4QMy9NrFz5nGxwnyayXQ/v/
oVtbbmZORSdFxq6zT4sW7FG/fN8UrwYAxMr+bVDCSb/wEghAzUJLNFPfnJ4/EIH9
XDtKtRGkQqMR5zWhhtU/auIU9JUoC3fDdNAgzY1iEFHJZqqlkA0KFDfCJS9jqo8v
sWEcfxxosYOh+ZQUQq0mxSehzB09IIu3JNCz8Zy0ZuAxYIU3b0+Tkd9Xm0AfUS0E
K3Bej1SV/K/QxA8RHoS/PORFqYtOqR4JZ64KjYBdpNyT1zyi+VZCPVP0fWhqRc0U
zfw0TCAjiTq+iEWbbFZ+VRHm2M9hHrE6b8Xhqrn/Aoxs4NCsb/Dm8Hoj+1Tx2p3e
HLtvuQ934kZ0qCITIakpJRVVtv6nH4PqAskTZdnNH9XEO1xlkOAXNcceEWU5+pPL
zFe+AlSLQOeV6ba5pqxD8V4GP7dMP0hk3kWEKEZV0GVP9C7uShGRuNPQHWAyfk/B
5IefO68cofamtoSYJO4+
=HeKS
-END PGP SIGNATURE-


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



Accepted libmms 0.6.2-4 (source amd64)

2014-04-25 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 15:43:03 +0200
Source: libmms
Binary: libmms-dev libmms0
Architecture: source amd64
Version: 0.6.2-4
Distribution: unstable
Urgency: high
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Ramacher sramac...@debian.org
Description: 
 libmms-dev - MMS stream protocol library - development files
 libmms0- MMS stream protocol library - shared library
Closes: 745301
Changes: 
 libmms (0.6.2-4) unstable; urgency=high
 .
   * Team upload.
 .
   [ Fabian Greffrath ]
   * Remove myself from Uploaders.
 .
   [ Sebastian Ramacher ]
   * Use urgency=high for security fix.
   * debian/patches/0002-CVE-2014-2892.patch: Apply upstream patch for
 CVE-2014-2892. (Closes: #745301)
   * debian/control:
 - Bump Standards-Version to 3.9.5.
 - Add dh-autoreconf to Depends and bump debhelper to = 9.
 - Vcs-*: Ue canonical URLs.
 - Remove obsolete Dm-Upload-Allowed.
   * debian/rules: Run dh with --with autoreconf.
Checksums-Sha1: 
 56a54742a28c599141229b9a6c7401657ae31cad 2003 libmms_0.6.2-4.dsc
 07a5708d9d99aac1ffd2e03a858a3c0185ed5eb9 7088 libmms_0.6.2-4.debian.tar.xz
 bd17540325a8714739bcab8470b7ad720d8bc23e 38372 libmms-dev_0.6.2-4_amd64.deb
 bf49af2235a0110073b7a29a03f189eb5ca14a43 35414 libmms0_0.6.2-4_amd64.deb
Checksums-Sha256: 
 0ed9646d509716f139f3eed0ed09365dc81ef896aa9f0b5ccf06c2ec878ac841 2003 
libmms_0.6.2-4.dsc
 e82d08c84358e2da83c4f83740a7e719facfe5adaf67717c219affd99c5fb2d0 7088 
libmms_0.6.2-4.debian.tar.xz
 8af9f86b49059b80372245342eb8272e6dcb3c7709dc12ab5d4c843c895cd560 38372 
libmms-dev_0.6.2-4_amd64.deb
 4de5819852f695f7a1dd96661654960dfd7171f6d82ab64c93dc6db173ab4156 35414 
libmms0_0.6.2-4_amd64.deb
Files: 
 cf26af39a592ae411db462be0d34397d 38372 libdevel optional 
libmms-dev_0.6.2-4_amd64.deb
 ac9ef11225026fc418ab8bf8cc3c2990 35414 libs optional libmms0_0.6.2-4_amd64.deb
 c0bb25e397281ae560f3708d56f0ee4c 2003 libs optional libmms_0.6.2-4.dsc
 7ed2f50aa9b258a103604e0b1eadfcc7 7088 libs optional 
libmms_0.6.2-4.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWmbuAAoJEGny/FFupxmThXgP/RvEEei2NeweFH6RDozzaDuY
BZXi/AkUEQVk7DOmiQ9Cu7IgfIhmWJEkdMlz7ZvvYCTQZZYFKODpiw6R/tbzAq6W
T+VzlWXMzOmfguEBs2TGKuEAaWujxGOoyXICG0P2DcBTwBjFcij2R53zHFs/Dapt
+z8TwhrHYh14Hpn1U8qjQumO6jTVoVP/02zVb/SL/OKBlJwxu39tCtVl1JY3NfxK
goj2Lvp1Jyw/TX083bl25aC9KQcByXm/u8+2ACEPAttI3R3pxI+zFnkdC6OXCWkh
PezQS1VNQaEOv2uLVX6bDc1ebApaA1y8Tj6ekKxoY95xswFlG1gM526L0SxOT2eT
T81GbvY6T+hfGNSojcsTYxHogZIHa8DhBZQ+U0JyD64vm+ykikndfJw//yHOo0cj
nkIn13Z2VXqD37D53NJfuEXdQZH63ot+1LswX5m8mJJGGTYeTwZnPCDDfic8GSl/
ql3LFMCDw2WNtlBBKQvFknPibl0w6tWbUx+lXIlhD7xvgOf/5uFwdFSGVMRNFBOg
PQwd630dzoSqQdJ9whKvszU9NX8sI3xO+IGaRT10B5yhRqb1ergZaziKfdRagKWo
ZnUlxh8HJk10DqXEC+iLxFqqAHdNiGtLkjFBcPudndE5b0boBukPpz9d3AJCU/Nd
WoqOdiad50pU7MqePwC6
=zMCn
-END PGP SIGNATURE-


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



Accepted acsccid 1.0.6-1 (source amd64)

2014-04-25 Thread Godfrey Chung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 Apr 2014 14:11:24 +0800
Source: acsccid
Binary: libacsccid1
Architecture: source amd64
Version: 1.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Godfrey Chung godfrey.ch...@acs.com.hk
Changed-By: Godfrey Chung godfrey.ch...@acs.com.hk
Description: 
 libacsccid1 - PC/SC driver for ACS USB CCID smart card readers
Closes: 732751 745797
Changes: 
 acsccid (1.0.6-1) unstable; urgency=low
 .
   [ Godfrey Chung ]
   * New upstream release.
   * Updated Standards-Version to 3.9.5.
   * Updated debian/copyright.
   * Used dh-autoreconf to update libtool. Thanks to Dimitri John Ledkov.
 (Closes: #732751)
 .
   [ Ludovic Rousseau ]
   * Closes: #745797 RFS: acsccid/1.0.6-1
Checksums-Sha1: 
 1e99e97480291743918fff9e5e242c23863a372e 1793 acsccid_1.0.6-1.dsc
 8d22ea1cdfe65c59e40efaa101d3e26ee737c5a7 371670 acsccid_1.0.6.orig.tar.bz2
 9dbc71540877ad81de7317a00e4931c2d0b81c92 3156 acsccid_1.0.6-1.debian.tar.xz
 79139c81bd18f9876530a5c8f04fd86953753283 52520 libacsccid1_1.0.6-1_amd64.deb
Checksums-Sha256: 
 43520069cd8bf04557619839bd2fb4a8d36ac9f8bd3fbf0097f9ad309dc6a179 1793 
acsccid_1.0.6-1.dsc
 6079b87228ac2411cce2eedb12cb08e3d774b8f3cfd38ed6e5d27071387e 371670 
acsccid_1.0.6.orig.tar.bz2
 56acd0927b55aadb78c0e47070161a4a3189cf51c0d7e38de79d206e47b82465 3156 
acsccid_1.0.6-1.debian.tar.xz
 0ea81693cd8d7b909be72ea9cad9ac820dfc5f5115a9099e2c6e59aee2746c44 52520 
libacsccid1_1.0.6-1_amd64.deb
Files: 
 3bd2cdbe989604fc52a067dfda9de474 52520 libs extra libacsccid1_1.0.6-1_amd64.deb
 c3d547b8c5de34ad8f0b02b711c9c16b 1793 libs extra acsccid_1.0.6-1.dsc
 39512fa29de7fce1db33fd5fa4c1a2ec 371670 libs extra acsccid_1.0.6.orig.tar.bz2
 df30094ea22ac464cacdde9bb96b01eb 3156 libs extra acsccid_1.0.6-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWn+DAAoJEHihtN/o+cV+LJkP/0enE6iA2K4PjSAEROF5ICTR
Jgm08XpEgnfkhp38irs/d1QNXRE7yqjP9x2zVzF5BMyC+rePPkYht3aQiIe+1bck
leEzkPC7zaXmboxV0FOc7UlVnQbMpHItRlY0q270Ggn3fURrfrpj8GkbiIACdprP
1FGQwyOf/fgeBum7j4Jfn0uDqWk8RgeBkWx5efJwz2DZUBlPUyT4DXKGPXWZn1/v
mrlGaAV8eQourMc/cLzE2gzOaCDiePhoAMWbKN7aBKZFbvodU89z+JKa4v8AkGVV
KkTv7VlkXZ8am4h0AXLocSrhUim+gTXjLaRJIHi8iqDPPCl8MpOqGE/b3ku+4RTS
B5jAfciQHaeeIpHIQG0nSc6JeNl6ZicAAzjY+rZ2cNpAXRjuWcem4NyilANEgtcm
6d5hyWbhJF+IWT7IfSsez1GuueE/4geo4aCOYdQMaGrCTqpHPPzZIlLTmdUfDE2G
DtQDSiJ7blvTdb6jVAy4mpAjzdv+o6dMFQ1KIzRmRdb2ohG05AaDyTQfkmcM2qLS
d4mqUWgUmdtJfFhyNRyq2Dq7Ic6a9s/nUxMUSF/rAtT0AnCfkSy7y+d8iMu8JLqp
5DhalOK7w27zuwPQkKakS8Ayu/MqDt6zWXZ31Oh3mOc88KG+/QvyhZrm+aGLeeLr
CoQX0hv0snn4ms9sfnY9
=dvLs
-END PGP SIGNATURE-


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



Accepted mew-beta 7.0.50~6.6~rc3+0.20140425-1 (source all amd64)

2014-04-25 Thread Tatsuya Kinoshita
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Apr 2014 00:23:08 +0900
Source: mew-beta
Binary: mew-beta mew-beta-bin
Architecture: source all amd64
Version: 7.0.50~6.6~rc3+0.20140425-1
Distribution: unstable
Urgency: medium
Maintainer: Tatsuya Kinoshita t...@debian.org
Changed-By: Tatsuya Kinoshita t...@debian.org
Description: 
 mew-beta   - mail reader supporting PGP/MIME for Emacs (development version)
 mew-beta-bin - external commands for Mew (development version)
Changes: 
 mew-beta (7.0.50~6.6~rc3+0.20140425-1) unstable; urgency=medium
 .
   * Imported Upstream version 7.0.50~6.6~rc3+0.20140425
   * Temporarily drop 900_changes.patch
   * Do not fail when 00changes is not found
Checksums-Sha1: 
 ef56234d1bdc9a9b9c7f57cfc1be060cf3e79bdf 2021 
mew-beta_7.0.50~6.6~rc3+0.20140425-1.dsc
 e5346c728aff79fa4a39a063f7a3f4384a31c216 990044 
mew-beta_7.0.50~6.6~rc3+0.20140425.orig.tar.gz
 c1da8cbe8ffe1ebc34188dcb8120694bb252b927 51624 
mew-beta_7.0.50~6.6~rc3+0.20140425-1.debian.tar.xz
 767d3723893d5019f36d0d27960c002cf535eac7 680706 
mew-beta_7.0.50~6.6~rc3+0.20140425-1_all.deb
 7e8a06de01e800c71728ef5e5cbee2f069642d1f 60884 
mew-beta-bin_7.0.50~6.6~rc3+0.20140425-1_amd64.deb
Checksums-Sha256: 
 91a3e7a1367fe29098651934c62adeacb18d3697a43799e39f04148fa13e9733 2021 
mew-beta_7.0.50~6.6~rc3+0.20140425-1.dsc
 70e0a040f15b23f07e47f951b74fe006d198afcffd058599e962934a899a5c9d 990044 
mew-beta_7.0.50~6.6~rc3+0.20140425.orig.tar.gz
 e54b74b51d1a90487c86083a8640d7cf4771d9b1e39b1e0e5176cf745a286524 51624 
mew-beta_7.0.50~6.6~rc3+0.20140425-1.debian.tar.xz
 b76767e2a404a68ce2a4d79b5c25e1100a183d9668c5285d5caf351c1dec0240 680706 
mew-beta_7.0.50~6.6~rc3+0.20140425-1_all.deb
 64b5df24f31f201241c6e8040c529828ff976c705d3009f3224dd4e6726cdc88 60884 
mew-beta-bin_7.0.50~6.6~rc3+0.20140425-1_amd64.deb
Files: 
 bd363ce513f866772873493fc761087a 2021 mail extra 
mew-beta_7.0.50~6.6~rc3+0.20140425-1.dsc
 937632db6ca045023006e2f5092ad70d 990044 mail extra 
mew-beta_7.0.50~6.6~rc3+0.20140425.orig.tar.gz
 9aa27cc176634892d67e16e64408eda4 51624 mail extra 
mew-beta_7.0.50~6.6~rc3+0.20140425-1.debian.tar.xz
 b04be2ba9960bc2176ccfb8524d1584d 680706 lisp extra 
mew-beta_7.0.50~6.6~rc3+0.20140425-1_all.deb
 931f18ea3b67931f8ebf73bd97c4c3ce 60884 mail extra 
mew-beta-bin_7.0.50~6.6~rc3+0.20140425-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWn/bAAoJEOXvq5AIDqY820sP/0vKcCjEy1ejo2MfGXjomCl3
itcRASQqNB2NfpjSMSZKQd85kdyQHE5ms2qu3gcnaIgzIHe4vhRyBn6ID7Q6CusW
UGJFlILdh/87XvlzsvWVUI+RSmBLXa5lnXiPnd2bWGJFijfTm0mZbq8a+wCFS+nT
kBQ0lp6jFBV9/yu5hOgQayo7zECwe02oJL7WFc2H3aWwZBujlQTBRjEuLlNIIZHT
1k4FKqlDIrPMh6qH4T60AedknwCMYxH4AolCAWTPX0h4PG26Ku++sFKRC/QHyjrA
U0HGZne4VA5sQH+yj9Qw4JYpe3j6gUaQnNPvhVyxzZCq2rGvcBhkq6+6I0GoRv4g
uyHKkRaNmiORc/pEie0Dby12f1hdgSoSZRkuKeICAQSbjg2SNiPPhotx3MXWpSho
Um3DG2MTzz8x0gUDUP6NgkL5snOt4as919iinBsWekzQ9Kxf/XLsC18/IpuindxY
l9SaBWYuJd9Ju/BDHafo1A985LuuoSSSAaCgQKLdoBLNNYi5fc2pA0rANUsePTpd
Q8SdQwzIiuF6K+waPX6LTSrhuq9jPbeKr8ok2FZM3KhTJEsgZ/veJJBq7tsEPk/c
/jsZ02NL7pROlWpxPvcLiT/RWJpIkQi1IsXkYJQJRHh1NJ8Pz29mFZLSHsgPhwAL
GBIkwJCiysCwHAghI2z4
=Iofa
-END PGP SIGNATURE-


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



Accepted oregano 0.70-2 (source amd64)

2014-04-25 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 15:39:20 +0200
Source: oregano
Binary: oregano
Architecture: source amd64
Version: 0.70-2
Distribution: unstable
Urgency: medium
Maintainer: Maximiliano Curia m...@debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 oregano- tool for schematical capture of electronic circuits
Closes: 662459 743871
Changes: 
 oregano (0.70-2) unstable; urgency=medium
 .
   * Replace libpng12-dev with libpng-dev. (Closes: #662459)
   * Update watch file.
   * New patch: clang_FTBFS_Wreturn-type.patch (Closes: #743871) Thanks
 to Nicolas Sévelin-Radiguet.
Checksums-Sha1: 
 06037b032b5b0adc27526e80b9c62560964b557a 1974 oregano_0.70-2.dsc
 39c1d6f6858d892a2f9b71bac019ff21d0ba4ee1 7396 oregano_0.70-2.debian.tar.xz
 9095352909e1af58d2da74263b6a9fb3a2f6c72f 405454 oregano_0.70-2_amd64.deb
Checksums-Sha256: 
 53e682057aacd1d8e7de0d379593d8fc3383e838afb5d1c5bd867d7cd811253b 1974 
oregano_0.70-2.dsc
 f77ecab4e2cc6bafce600f3de738b2872e82a6c3a0dc0d410930074b2e30251b 7396 
oregano_0.70-2.debian.tar.xz
 92f548139d615bdaf04cea0aea0d2ac6350ce1ab6f4fb59de3660f9c8741076a 405454 
oregano_0.70-2_amd64.deb
Files: 
 826c088ff8cfffa0c4aa4eebb4333538 405454 electronics optional 
oregano_0.70-2_amd64.deb
 5374fe01e39f25922b67065f1b8eaebd 1974 electronics optional oregano_0.70-2.dsc
 b52a94cb39083404332b5e9d48632df9 7396 electronics optional 
oregano_0.70-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWogGAAoJEMcZdpmymyMqIlUP/jSJawmhZkp/B2wzAda3xMJe
KIxzzNFDR7LBGj9SL9T1/n4iaZgYcdtgmzf0MsTUxZkGSOXF8k8/cXjtBzRwFdix
1DAQJVwXjEjPN7vxZOcH7ZJDWXEjIUCmGVzuZwozTCCiqeoqv6eJ7/rxTiSu1Q1y
s5rdTfdsgZARbAnqwTapnV35u6oUCLKhG3MiakhtopmVWNHfVM0l2Hlpdm7juCiX
0o15RZPxbM13h6unUCVX6+umk56G0MJRszOgmve+QoYdfMkD6ZSsm3VTHIQnjrth
3irKsyWq82Xfq7LlVQE8jGzv6c+esxzwPRzd+XbQ8Q4G5PzRljU37dlHBcRf+2E/
/NVbMFGCye0flxYmirXQu/j9zpwZDqdD9w2gnctVGERKmmRqyr0dQZoCR5hBTvpy
+T+wy5WZjBHpACNJSe7fJ6/PPpMtf2ITcVXSKgCFfrEMWcL7yN/Ei64Apt1PBG24
B3S64wLhj/FP1402kGvszaeYQXCOASC7jLk+AdYjocTEbDjsHufoJivawHyRT6sc
9umm7ope2f9eo1/Kf92/QNUcFxOLlixbX/mywqB+Cl0Z1ywYY6p+YTnVH+UF8Pay
3dV2qzelHie9sJJEtgpuRCgrYnP2EzsSmwSfsky4Ji8oLZ8oKr7q5uBnqvXcuos/
eI8kRdCLYcXpUMgkVn+I
=TlzX
-END PGP SIGNATURE-


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



Accepted python3.4 3.4.0+20140425-1 (source all amd64)

2014-04-25 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 13:52:11 +0200
Source: python3.4
Binary: python3.4 libpython3.4-stdlib python3.4-minimal libpython3.4-minimal 
libpython3.4 python3.4-examples python3.4-dev libpython3.4-dev 
libpython3.4-testsuite idle-python3.4 python3.4-doc python3.4-dbg 
libpython3.4-dbg
Architecture: source all amd64
Version: 3.4.0+20140425-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python3.4 - IDE for Python (v3.4) using Tkinter
 libpython3.4 - Shared Python runtime library (version 3.4)
 libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 libpython3.4-dev - Header files and a static library for Python (v3.4)
 libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
 python3.4  - Interactive high-level object-oriented language (version 3.4)
 python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 python3.4-dev - Header files and a static library for Python (v3.4)
 python3.4-doc - Documentation for the high-level object-oriented language 
Python
 python3.4-examples - Examples for the Python language (v3.4)
 python3.4-minimal - Minimal subset of the Python language (version 3.4)
Changes: 
 python3.4 (3.4.0+20140425-1) unstable; urgency=medium
 .
   * Update to 20140425 from the 3.4 branch.
   * Don't try to byte-compile bad syntax files in the testsuite.
Checksums-Sha1: 
 62e1129a78e46557e7a29271fe56226a8ebdd9b8 2450 python3.4_3.4.0+20140425-1.dsc
 07fd98dac17f46d57eb30a4bd1bf659705059fd3 17688736 
python3.4_3.4.0+20140425.orig.tar.gz
 4ed972bd040c20acd2a16616ca2cef486538217e 238806 
python3.4_3.4.0+20140425-1.diff.gz
 06e60a689baad753875f06c81971d6064e2c4a65 376824 
python3.4-examples_3.4.0+20140425-1_all.deb
 080fdd29e117250888ab09a9f21c83196b0b0c45 3005296 
libpython3.4-testsuite_3.4.0+20140425-1_all.deb
 4bc4674f6811ca40467495a710eff69fb4dc2461 80512 
idle-python3.4_3.4.0+20140425-1_all.deb
 29b9db635a60950523a6a30b1f8c2e2aaeda56be 5206448 
python3.4-doc_3.4.0+20140425-1_all.deb
 6d4cf52707c8a7fe7ff47b2f42396081c7b3247a 195214 
python3.4_3.4.0+20140425-1_amd64.deb
 d7cbeb0e187cb94cf427b0983dce4b31171c506b 2007756 
libpython3.4-stdlib_3.4.0+20140425-1_amd64.deb
 f5beb71480501be89ae6a8ea54f58e6d03599435 1303186 
python3.4-minimal_3.4.0+20140425-1_amd64.deb
 356c33a71b3620f3b3f90cdd5c01e136eb494e97 485100 
libpython3.4-minimal_3.4.0+20140425-1_amd64.deb
 8f8fa3bf37ad4fb99b6b1967c615f40371a3ee7d 1305174 
libpython3.4_3.4.0+20140425-1_amd64.deb
 66cc4197f1af4e0bf50f729ca4c46c555f704488 418112 
python3.4-dev_3.4.0+20140425-1_amd64.deb
 804dc7cf6759c63bbb704bcda3fdb6362aa8153f 26954308 
libpython3.4-dev_3.4.0+20140425-1_amd64.deb
 960a7e2136c708111b1e98be1821fa09c5c69509 8122924 
python3.4-dbg_3.4.0+20140425-1_amd64.deb
 bbf7344e0e880b3b0e5291e04fbef4c4c1a25975 5336996 
libpython3.4-dbg_3.4.0+20140425-1_amd64.deb
Checksums-Sha256: 
 98a66df1c7ee7f5fb6b46704ecec96b544627f5508f46c7135b1ba2491c64e8a 2450 
python3.4_3.4.0+20140425-1.dsc
 e183815c81f318571bd3ed2a590a8db258604c154a9f2c05f14728a97b3e7440 17688736 
python3.4_3.4.0+20140425.orig.tar.gz
 174c44fef90707aeaded7cde16a662649cbb275473e368351570aebddffe9147 238806 
python3.4_3.4.0+20140425-1.diff.gz
 b3c9c21c193316a71be372b57ccdd61840ce529b3c05fa1db9b1a26c5492e907 376824 
python3.4-examples_3.4.0+20140425-1_all.deb
 d69c519a5f812d6b2c5ccfcf3120425759349d42cfc91ce22a56d1c80ece7365 3005296 
libpython3.4-testsuite_3.4.0+20140425-1_all.deb
 929faff4c3d24a0ae277358579deac77a2a246b26c539dc2ef725783e31e2fc3 80512 
idle-python3.4_3.4.0+20140425-1_all.deb
 6fbf0aa37d4ae3d6c16a0da71acb7cd2096a0462618278fe99b35eb5b806a404 5206448 
python3.4-doc_3.4.0+20140425-1_all.deb
 b4d69dc5e7dfb9c7bd33503eb4e21b79a4b1a19dca418877afba45e15b6c53c3 195214 
python3.4_3.4.0+20140425-1_amd64.deb
 1859324afdc0ffbee860b6761a241df417510ac1587c239c4c97aa775689eb51 2007756 
libpython3.4-stdlib_3.4.0+20140425-1_amd64.deb
 a2df62c4d2d1267adbaa4abedb127f1c5895d6f4562ad0b8b6516cde9cd00141 1303186 
python3.4-minimal_3.4.0+20140425-1_amd64.deb
 56010fe64e6e0773c8a62c5e0588929412ee55c92ad57a8f45a0e0ae68420f49 485100 
libpython3.4-minimal_3.4.0+20140425-1_amd64.deb
 6ba87c84372dae86b2047fb0172e8b3b5094b26a5e048b1ad670cab4c61dfb74 1305174 
libpython3.4_3.4.0+20140425-1_amd64.deb
 b6e79d2fedec42b47d99ea0de2947e85de42a86007b8859708d08e33c1eb151c 418112 
python3.4-dev_3.4.0+20140425-1_amd64.deb
 875a08b8168e32cef35088beb76a7fab5936a60e51bb66bedfff415dd6bf9187 26954308 
libpython3.4-dev_3.4.0+20140425-1_amd64.deb
 e3d660f71e1415251ec5060c338076cd31084fee1a29b643cf75d81538ca5164 8122924 
python3.4-dbg_3.4.0+20140425-1_amd64.deb
 ed1a4342f1d24a79aa44fdd129bad168f4338e165d7537cd28524bf437ae619f 5336996 
libpython3.4-dbg_3.4.0+20140425

Accepted vtk-dicom 0.4.5-1 (source amd64)

2014-04-25 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 17:52:06 +0200
Source: vtk-dicom
Binary: libvtk-dicom0.4-dev libvtk-dicom0.4 vtk-dicom-tools
Architecture: source amd64
Version: 0.4.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre ma...@debian.org
Description: 
 libvtk-dicom0.4 - DICOM for VTK - lib
 libvtk-dicom0.4-dev - DICOM for VTK - dev
 vtk-dicom-tools - DICOM for VTK - tools
Changes: 
 vtk-dicom (0.4.5-1) unstable; urgency=low
 .
   * New upstream. Remove patch applied upstream.
   * Really fix man page generation
   * Allow easier backport to wheezy
   * Remove lintian errors/warnings
Checksums-Sha1: 
 d5eefbe98c3ba60799e16f1ec56196dcca5676f5 2173 vtk-dicom_0.4.5-1.dsc
 bd4ed4bc5e8d44d2c47e176d864edc6727fa967c 615502 vtk-dicom_0.4.5.orig.tar.gz
 a98ce770b886d10fdae9afedead5b8535ec89b49 3564 vtk-dicom_0.4.5-1.debian.tar.xz
 5f11b7a161c7c63be89de4c6e860c3aa67d4 73174 
libvtk-dicom0.4-dev_0.4.5-1_amd64.deb
 23ce8cc5262892abed4bdeb820baa818b7e65e52 404698 
libvtk-dicom0.4_0.4.5-1_amd64.deb
 224f5a20e49155e0b06f76409fb4d7d171bbfbbb 35370 
vtk-dicom-tools_0.4.5-1_amd64.deb
Checksums-Sha256: 
 990fd6b1878ff158c17a954317906ab91734dd132aeadb98a7480fe562374358 2173 
vtk-dicom_0.4.5-1.dsc
 8ffdbc3142b155ae976942e81e09ab9980f878c7addd659a1a5e1b66baae375b 615502 
vtk-dicom_0.4.5.orig.tar.gz
 048c4991cdd355a7832ca578aafc4aca2299bae755b139b4c28e3fbd378ac476 3564 
vtk-dicom_0.4.5-1.debian.tar.xz
 7ff473a9e5b1c76397edc73f785575767d43c2e53a87c92ac14976f921bd00e1 73174 
libvtk-dicom0.4-dev_0.4.5-1_amd64.deb
 91261fd131b82315937336a790ebb4c179d1953f227c5ddfe36b023113388681 404698 
libvtk-dicom0.4_0.4.5-1_amd64.deb
 4697312aa38a49e122e96c3b8c342519f4ef87c05ff01b233af0b899f1df079d 35370 
vtk-dicom-tools_0.4.5-1_amd64.deb
Files: 
 030e5bef2c03271fcba97de07128b5a6 73174 libdevel optional 
libvtk-dicom0.4-dev_0.4.5-1_amd64.deb
 37e3979a19132b558bd46ee8ae7152b8 404698 libs optional 
libvtk-dicom0.4_0.4.5-1_amd64.deb
 68ce13880de04a7047153e955097d013 35370 utils optional 
vtk-dicom-tools_0.4.5-1_amd64.deb
 dbde039c2d6295614645d5836b50d5d8 2173 graphics optional vtk-dicom_0.4.5-1.dsc
 48529bfab2a5d31cd9d7db81b8c3844a 615502 graphics optional 
vtk-dicom_0.4.5.orig.tar.gz
 70aec417c505070e33ff477b7a74c527 3564 graphics optional 
vtk-dicom_0.4.5-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTWoYwAAoJEAFx4YKK4JNFIzIQAJOO0CNCvS3MGm+AJZaXkrab
8wUXNE3DXLq37RTvKMxHy6TDPYGHL9CyA19pMUJ9CgcHcYEPzUecolg/vEeq8L3i
xiWO10oo7/F8AVeRWkrtbFH+KpzxzwphqCuKWIA0mWIdckIl5tKnHi4/VC2eubhR
RzljdKu0u2K1vLg8F/0HlHfIE8NUM+ccsyXBH9T25N3/2MQAKTCOLrln76HoB2GT
aHjdsXnp9wq6GCFBjJ9Wrxb/hpjJLQAWytHoWj2cR9mr7e9dxvxJ3NxoVgXSGqp/
yrkvTOH/bh/y1tYYRrfpx9dmbbRoAsOsAgVU9gRgOWHF4FlU0BYr1vQoG1XzawhC
U6wUSRMj0bo0npKyeuzDyCXwcmcsyHETf10C/f6qlW6wYKNxGDDLEroy5mWwy3UF
xFifJTypY2aOshHwZ8A8LQHMpklD/gAt/SzWLQMW4fITrGQldKJyE6Lz8SwdYjni
KtbRd8MPC3SNguYvw1V4y//C2bh4pYdFvjN8sChGWQ1X+pf90Ood4AZlw78glQyF
l1xyJ39Xac1NoGmG670mmZdbTtOubJnk7vBpLkrWHCSxWb2UBTNY7JyPNi/llJ51
KTsqNtyfgtrAVWA0l2cXDQNXk1kp/51TfZAMMLQju9K98ikEb4px7Knt9npgNmA5
oznGxkz256VAZsCEIb4N
=PFqX
-END PGP SIGNATURE-


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



Accepted tvtime 1.0.2-12.1 (source amd64)

2014-04-25 Thread Maximiliano Curia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 18:08:48 +0200
Source: tvtime
Binary: tvtime
Architecture: source amd64
Version: 1.0.2-12.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 tvtime - television display application
Closes: 732207
Changes: 
 tvtime (1.0.2-12.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update home.diff patch. (Closes: #732207)
Checksums-Sha1: 
 ac12e538cf90dbe94f93f644fbbdf190ec2c0500 1837 tvtime_1.0.2-12.1.dsc
 0064340df7aec189871145e47d769ebc5e039ada 95949 tvtime_1.0.2-12.1.diff.gz
 dfc6835589fb0c47fbc444b830fba91f90075035 602420 tvtime_1.0.2-12.1_amd64.deb
Checksums-Sha256: 
 c14fdb92d63d50e977a0a3d08848da2df65e9288d81354342062b2fbc8c6400e 1837 
tvtime_1.0.2-12.1.dsc
 4b108d5ad482f00415d6a3e0412e2df507e045b359dde1806c2dd1bc150e8bc2 95949 
tvtime_1.0.2-12.1.diff.gz
 1b11e0fd5405d15acfb7a2dd202e9d5880d080659a069543b219b04da059a98f 602420 
tvtime_1.0.2-12.1_amd64.deb
Files: 
 f2edc827242ab312b32d159db2e8e102 602420 video optional 
tvtime_1.0.2-12.1_amd64.deb
 a62ff48b67dbc1ccd8e577f589a6b743 1837 video optional tvtime_1.0.2-12.1.dsc
 fc6b091fd05c528d3998f9f73d1d66d7 95949 video optional tvtime_1.0.2-12.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWo1nAAoJEMcZdpmymyMqm8UP/0vx/EJ5yna0MhRpfaCO9fZJ
JScuVFhQcmkOKDjCjScLLGvwYMfwItmEg7dgu62E398hMzoTSnhrhwB9VhgJ4QtL
e31ephXAB7QCKYCkZZzkVQEEoKnabnCE30Go75vkhBFhKCW+qFNjlvJC5DoPJnuW
rkOq1b+OB59Q4m86CnSe6BAS5P9M1PDOro3LjTKNalhjmriaZZDZl2eGT7NDWr6m
BfllJEKH16id+zYUblGTFmMBO2UEspicgjlhIICFhwIVIFI4Ft67AkkZCnPfPRPu
BNqM5oEsHVCmxpIVKqWYRU/oZw9dahBIbnuxOZ1zE2j5P07mnKbrhY3t+lny9Fx8
0fJQBR1DP1KXRZCSIqbkzi59rTDC2SKMa8yyn5DNlcLS+ZhsMYGn5NGtX+EPospK
8bTFEuQzFhiJnoBt+7WBrqSWIZsnsjrgdose4rYUMDKX9em1nHtxKO63N0ToOKnP
/SWhAMApXfOXXgCOn2QDGWEvZ4F4fLOdTkosWz6vUIq7QI2DiJX/ontFZkSvRlwv
PeULGPDXIz4rRyaOhTMVGihMEgJ+sca+I1CP1b5HMEevqU6LyiBEzJtc/UukIr5W
myALbzJJy3decd8P5lZZveaALG5A9SOegB31GTXUV5lTwcuzLYza7oC9DQNznFnE
jN+ZvVkfvYezzJAdYmxj
=QQ+7
-END PGP SIGNATURE-


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



Accepted debian-keyring 2014.04.25 (source all)

2014-04-25 Thread Gunnar Wolf
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 09:38:35 -0500
Source: debian-keyring
Binary: debian-keyring
Architecture: source all
Version: 2014.04.25
Distribution: unstable
Urgency: medium
Maintainer: Debian Keyring Maintainers keyring-ma...@debian.org
Changed-By: Gunnar Wolf gw...@debian.org
Description: 
 debian-keyring - GnuPG keys of Debian Developers
Changes: 
 debian-keyring (2014.04.25) unstable; urgency=medium
 .
   * Replace 0xD9959620C00E9159 with 0xD91315B964C06556 (Michael Janssen)
 (RT #5057)
   * Updated debian/control fixing the VCS paths for the Git tree
   * Replace 0xF0E9F6BA3CD95104 with 0x11192892EFD75934 (Kenneth J.
 Pronovici) (RT #5058)
   * Add new DM key 0x3B5C2C71A218D83C (Jean-Michel Nirgal Vourgère) (RT
 #5054)
   * Disabling Marcelo Jorge Vieira's key due to compromise (RT #5080)
   * Replace 0x0587B26E45F3FBF9 with 0xE44F8016D3630F89 (John Lightsey) (RT
 #5065)
   * Replace 0x5ACFC4840D62001B with 0x07438AA0984A4545 (David Martínez
 Moreno) (RT #5067)
   * Replace 0x62B54B8C11404EC3 with 0x1CD8D854FE4252C1 (Noah Meyerhans)
 (RT #5070)
   * Replace 0x8771348338015E7E with 0x706326432D8522BC (Thaddeus H.
 Black) (RT #5071)
   * Add new DM key 0xE4DB6492FDB9B5D5 (Aaron Zauner) (RT #5073)
   * Add new DM key 0xF7EE616EE0C20CFF (Teddy Hogeborn) (RT #5072)
   * Import changes sent to keyring.debian.org HKP interface:
 * 0x00B45EBD4CA7BABE NIIBE Yutaka gniibe sub:182 sig:182
 * 0x9BD2D6409A0C52FA Laszlo Kajan lkajan sig:6
 * 0xBBC17EBB1396F2F7 Stuart Prescott stuart sig:3
 * 0xDF79A374B4071A65 Florian Hinzmann fh sig:2
Checksums-Sha1: 
 3e1bbc0cd5d2ac875f55bd0371e95218554aee0a 1704 debian-keyring_2014.04.25.dsc
 65e57d340f1b508378b97642e40646ffb0b0b43d 60437552 
debian-keyring_2014.04.25.tar.xz
 01408bb575493bd6cae6f76e7ed7bda8e2e8151c 49571682 
debian-keyring_2014.04.25_all.deb
Checksums-Sha256: 
 3bf53444105645cd8c444a75171d31c9195db2c208fbf8942ea21f911dd3 1704 
debian-keyring_2014.04.25.dsc
 1cf9a0dfd99e40f354dbde2967724960df64bffadae7b06b2479dd8af996f194 60437552 
debian-keyring_2014.04.25.tar.xz
 1321c6972b88cdb6509bdb3cf8f290b9c51acea7f4811671fa768c26f508e12d 49571682 
debian-keyring_2014.04.25_all.deb
Files: 
 76714669d6b9fb2f1008a76f2f343746 1704 misc optional 
debian-keyring_2014.04.25.dsc
 0b823b6313cf1b6dfd601f2bff4ce7b1 60437552 misc optional 
debian-keyring_2014.04.25.tar.xz
 6957c924a283b7d2a5b8e0b4e0e6ed52 49571682 misc optional 
debian-keyring_2014.04.25_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWpOtAAoJEGc6A+TB25IfVZsP/1vH9sPfzmCwAY2hUliSJfFK
zmp1j/3Tk4lR8EW68V5HvoloEl2fhbYJTszBG8+WloRCJL7YgmM0HEmZE+gMrnr8
r9WGH+5KuMzwOk9P+JU6k0KdGbwEip29aNnKVKFqDNAkpZMONmnwUugh3fyjdc5T
bJHauoaKw2YMqvgUZoS0wJh/Ro/w/f0Lbj55aaIHX+pfZXVneKZGdiLzbyAAfXn6
N00SYxEbOefAa2RpPfIE7wnpDft0GGKVfmRD7FCv6Ff6+2usxaZJTeTtQnf2N8vH
Q8DC4r2/kVIfISxpfDHhPvk6madAupU0ZkQZqJZTTXUYXpInLZlWIVToRbGo9BVc
L2g26K0cpVkPVsUCFmxS/C9PnaZ+rJoC9L8+tMsPpvDTYjhu4nfrbxGmOefOG4ut
fmR+6qu52n7BXV+RiMqbtYU5WuqZZpdGebHqyefzbo3475LeIfYPIERaBF+MJV6h
fi7TyJV9G96MwlKSyYoxhAaBtb0bWDwF14EgV4NeK5scY+j9Dt6vSrjujjjXwfFP
PpzLEV8WPt/GRbtPPmbclbR9ujkpWDDw7k/rbnXGDzwB4J7pyYvcmf0JDKJnlZ6G
sn7UYM8ad3inLpkCx50HXrHBDzdCI6ssYI91o//hkH1pwReoGDr7+/scV3ppgcto
Eg86uf4dktEVirQWGQpi
=3Lkt
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1wdjxl-00022t...@franck.debian.org



Accepted file 1:5.18-1 (source armhf all)

2014-04-25 Thread Christoph Biedl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 23 Apr 2014 15:53:37 +
Source: file
Binary: file file-dbg libmagic1 libmagic-dev python-magic python3-magic
Architecture: source armhf all
Version: 1:5.18-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Biedl debian.a...@manchmal.in-ulm.de
Changed-By: Christoph Biedl debian.a...@manchmal.in-ulm.de
Description: 
 file   - Determines file type using magic numbers
 file-dbg   - Determines file type using magic numbers (debug)
 libmagic-dev - File type determination library using magic numbers 
(developmen
 libmagic1  - File type determination library using magic numbers
 python-magic - File type determination library using magic numbers (Python 
bin
 python3-magic - File type determination library using magic numbers (Python 
3 b
Closes: 216451 498076 562250 573362 588953 589844 605143 609211 657545 664679 
696113 707014 709558 712046 720655 723628 741665 742262 742265 745086
Changes: 
 file (1:5.18-1) unstable; urgency=low
 .
   * Support profile build (without python). Closes: #709558, #720655
 Thanks to Daniel Schepler and Eleanor Chen.
   * Add a debian/watch file. Closes: #741665
   * Update debian/copyright
   * New upstream version 5.18. Closes: #742262, #742265
 This also addresses (in order of appearance):
 - Identify Microsoft Installer (MSI) files. Closes: #216451
 - Correctly detect RIFF/WAVE files with more sections. Closes: #498076
 - Detect Microsoft cursor (.cur) files. Closes: #562250
 - Detect UBI images. Closes: #573362
 - Detect avr32 ELF objects. Closes: #588953
 - Clarify search options in magic(5) manpage. Closes: #589844
 - Fix formatting errors in detection of MS-DOS executables,
   Closes: #605143
 - Fix MIME type for MPEG Layer II. Closes: #609211
 - Improve detection of some JPEG files. Closes: #657545
 - Detect ocaml bytecode executables. Closes: #664679
 - Provide manpage pointer for magic_errno. Closes: #696113
 - Detect #!/bin/sh with embedded binary data. Closes: #707014
 - Detect Delphi compiled form data. Closes: #712046
 - Document --apple option. Closes: #723628
   * Revert upstream commit FILE5_17-62-gbeb312b:
 add fmtcheck, several regressions
 Also Closes: #745086 use dh-autoreconf
   * Cherry-pick from upstream:
 - FILE5_18-2-g1ecdd15, FILE5_18-7-g2c947ac:
   Fix regression in detection of Microsoft cursor files.
 - FILE5_18-4-g966ca13, FILE5_18-6-g0b62876:
   Improve Palm OS library detection, so gvfs-less finally is
   detected as a shell script.
 - FILE5_18-11-ge14d88d: Fix [Python] regression
Checksums-Sha1: 
 3c304fb4247750d650778d814d42eb920ad0e8f5 2054 file_5.18-1.dsc
 b44cb091fc603b1093795a85f33afd00ba8f1205 519476 file_5.18.orig.tar.xz
 8bf4c32802da17a80341dbba6a267dffdb5e2a37 31008 file_5.18-1.debian.tar.xz
 9e728b0deef58a9cfcbd4a1db43677ac5e11d108 57168 file_5.18-1_armhf.deb
 9e629a7f49eb5127b9a9b98fc63563ec54419e9b 169482 file-dbg_5.18-1_armhf.deb
 d02f111386031d9430e2b54946912ae55b93438d 229706 libmagic1_5.18-1_armhf.deb
 f56e7f26b3f6841e70a19f12de1f7a87455813a8 97062 libmagic-dev_5.18-1_armhf.deb
 5d8d44c3b7f5c263892f82e03c02b894757c1f43 43124 python-magic_5.18-1_all.deb
 f47b57c5c3d7b6fea8b963afac7258c91c322988 43090 python3-magic_5.18-1_all.deb
Checksums-Sha256: 
 aebe35982ef56d2e762d6e785087d8aab1855bd4e1dccb8fad67633a122aad0d 2054 
file_5.18-1.dsc
 a1e4394835c28b3441ae9914d7d5e24ee1e2fe4b4a7362c9024403886746f404 519476 
file_5.18.orig.tar.xz
 c70e3e5d244c73b8cf8071f4144363134f9ec955157a47b6efc9edf7d8dcd640 31008 
file_5.18-1.debian.tar.xz
 b0579f201a95f7b6081c4cea0aacfcbb31b519e7ee31d292de643715ec037120 57168 
file_5.18-1_armhf.deb
 d3f2490c6c51180f18e6624a5ff8ad5eb669ba8c04d0c316d7d3521508d950f3 169482 
file-dbg_5.18-1_armhf.deb
 4525f2b060e4a5b0f931c6a9b7dfd1ba3a0684b5252811f4e6bf35dbf4b70f4f 229706 
libmagic1_5.18-1_armhf.deb
 2c299fe85ddd5fc8bf986f8ac9e4bb6af0ff926a3c9ee45b9a19f5e9bad7d3eb 97062 
libmagic-dev_5.18-1_armhf.deb
 d4934f6292b6516cea6cc88391138fe70a9bcc97f9927cc3231d46496cb8780e 43124 
python-magic_5.18-1_all.deb
 fe752079454cee46b4104fc314123a08f3d35fded99571891295fd59f4d873b7 43090 
python3-magic_5.18-1_all.deb
Files: 
 b35e65515377c2ccebd55e86fbdfd480 57168 utils standard file_5.18-1_armhf.deb
 05f5eb83ace54bb3083c156e660987a8 169482 debug extra file-dbg_5.18-1_armhf.deb
 bb9a3059f88ea15557907db50ad11eb6 229706 libs standard 
libmagic1_5.18-1_armhf.deb
 79d53b67a23fc4c934b147fc2a0986f0 97062 libdevel optional 
libmagic-dev_5.18-1_armhf.deb
 3b0d04c78a86b291b389f7b4a8a439c9 43124 python optional 
python-magic_5.18-1_all.deb
 60e514d377353fb1d98ea3df7e06a422 43090 python optional 
python3-magic_5.18-1_all.deb
 08adb3e290401b06ecbe7963ff71fc4c 2054 utils standard file_5.18-1.dsc
 78a8da46f4435849239e9de171b6990e 519476 utils standard file_5.18.orig.tar.xz
 d43d7982f179ac4eb6868a4bbb0cf16a 31008 utils standard file_5.18-1.debian.tar.xz

-BEGIN 

Accepted mothur 1.33.3+dfsg-2 (source amd64)

2014-04-25 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 17:39:09 +0200
Source: mothur
Binary: mothur mothur-mpi
Architecture: source amd64
Version: 1.33.3+dfsg-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 mothur - sequence analysis suite for research on microbiota
 mothur-mpi - mpi-enabled binary for mothur
Changes: 
 mothur (1.33.3+dfsg-2) unstable; urgency=medium
 .
   * Re-Add changes from BioLinux which reads in SVN:
 Add the important .pat files and tell Mothur how to find them
 (certainly not in /usr/bin) (see debian/patches/find_pat_files)
Checksums-Sha1: 
 167e588052b5967d63bd5cfaf82cd728dc67f8a3 2121 mothur_1.33.3+dfsg-2.dsc
 9c55d26c877fdbac0fc54cd26de7936def98d4f5 892880 mothur_1.33.3+dfsg.orig.tar.xz
 be3e6870c42b5eda24c0adac73fb09d01addfa7a 14828 
mothur_1.33.3+dfsg-2.debian.tar.xz
 085aa7dcea3b9391928280d7cf7c226d433a703b 3740026 mothur_1.33.3+dfsg-2_amd64.deb
 b8c749115c75596042bf977f354aaef99aaa9774 3651240 
mothur-mpi_1.33.3+dfsg-2_amd64.deb
Checksums-Sha256: 
 c99267ac35449bd371ef94a3e1dda828553d65e52bc8299bec4b8a87eb921070 2121 
mothur_1.33.3+dfsg-2.dsc
 2b98ecbe37cb86eb1f377764200fc0397f48dde7d8f86f828aa8207869080f37 892880 
mothur_1.33.3+dfsg.orig.tar.xz
 87dab6e0961b80d7942fdbdec307a5e2bca2b57c82593c1d00a749486d3601b3 14828 
mothur_1.33.3+dfsg-2.debian.tar.xz
 78c133a2c33ffa9a4769f72ceb3e062769da033eaa9fcb0473107c1f95f25935 3740026 
mothur_1.33.3+dfsg-2_amd64.deb
 bae5211f1fec70c62519dfc05ca440f3c5a08809693f2da15844bd51831bdad3 3651240 
mothur-mpi_1.33.3+dfsg-2_amd64.deb
Files: 
 bc75736dc96673c753174c9de81a1f98 3740026 science optional 
mothur_1.33.3+dfsg-2_amd64.deb
 1c12c5ddf537afad71f549ab1c363426 3651240 science optional 
mothur-mpi_1.33.3+dfsg-2_amd64.deb
 c3c02cd68938b23998daa800b02203a9 2121 science optional mothur_1.33.3+dfsg-2.dsc
 58027e7b9ca2f5279d2fab15b93424be 892880 science optional 
mothur_1.33.3+dfsg.orig.tar.xz
 d28fbd76655d691ffda4ca357821e20e 14828 science optional 
mothur_1.33.3+dfsg-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTWp0bAAoJEFeKBJTRxkbR6yUP/2qBMzWL3XZwT5LVX4yPoMNo
4Y6L7MQfheRY0Evbb1UDuZUwvOFwecE2H6FOFFYrKrg5S+kwLZqCZP+IZqDorNZK
E86JsJQeUSTdQaL/ws3cTxEnns4y25zq54BLwei9EoUcXJpMnsdOfGz0Lrz41Z2T
DjQrQA8igqeZEjxeUlo6jzC4SqeFxcFmaDxkDetm0pqtixPFH+ZQnheonB7risjU
Xv+e828CNVzpmvCuVim20LXztAE5c/B/TuY/quDfFMqaQVTFk1ZW3ae4FeAGx6RB
FR0C3ARgDPXugcO7nnSmnsmbdM9HsxQRwlFJ/SrQTca1Nam5Ac92qgm+AjKNVL2c
6kTmNLC0ASzuzWynM2T6Ho9nxkDG2DlLuQ/nDFtX5n2t4b063c1lkeGHnjXwXtJX
GDk02h4DjpSV1Y/U4p0eZBHarR3NjAh0PdIf+eo+qkSIlnRlmGgqwD6Q9wJCZSnO
ffmKUEfhGsMVCImvOxwjb9rQYmU2Z6YB/SxTKgKXLH5D1cGzELFxU1QFj76kAbST
JPwRwxVDcqmJ5ZmMVK+9yNvUD55Z1LZDy2Ao+1WLi3dkdby4DW4oLbeqe1DbryWh
Fhq1/cPm1DxSM+oC9KGbuGV163cCrUIUvVr//lj/YypU1TeDgC+YunZYbnWwDJH+
pOO6uGQIJn+6jsdhCMTF
=bnI4
-END PGP SIGNATURE-


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



Accepted freefem++ 3.30-1 (source amd64 all)

2014-04-25 Thread Dimitrios Eftaxiopoulos
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 13:47:29 +0300
Source: freefem++
Binary: freefem++ libfreefem++ libfreefem++-dev freefem++-doc
Architecture: source amd64 all
Version: 3.30-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Dimitrios Eftaxiopoulos eftax...@otenet.gr
Description: 
 freefem++  - Provides the binaries of the FreeFem++ FE suite
 freefem++-doc - Provides the documentation of the FreeFem++ FE suite
 libfreefem++ - Provides the shared libraries of the FreeFem++ FE suite
 libfreefem++-dev - Provides the development files of the FreeFem++ FE suite
Changes: 
 freefem++ (3.30-1) unstable; urgency=medium
 .
   * Imported Upstream version 3.30
Checksums-Sha1: 
 96379d37a7a1b0050db7b664d01037f19a1144d7 2767 freefem++_3.30-1.dsc
 cade5a6ba10623e405f26090a25df3116bc81241 11703575 freefem++_3.30.orig.tar.gz
 bfc59981ddc74447258a43cdda62cfb4fdcbe1b9 11268 freefem++_3.30-1.debian.tar.xz
 e8c114017be3aa1ebc7127ff9a2f9ce38697ae36 4249530 freefem++_3.30-1_amd64.deb
 66f68262a7e6337fde98a9cf10cfee3913935784 872268 libfreefem++_3.30-1_amd64.deb
 dab664de132abe955b44ae0b124ff69cfa018d11 233364 
libfreefem++-dev_3.30-1_amd64.deb
 df5ee21d694ecf85f87bd964ad16f15fec0279fd 9840272 freefem++-doc_3.30-1_all.deb
Checksums-Sha256: 
 2c9b3f1cd3fae4e725790cf9c3de8afda29f89170ff483c437b7aea170880f12 2767 
freefem++_3.30-1.dsc
 04f63bbd4135b7e3851eac2dd6965052e16a8f9766534b0ca9e390e75e2ef573 11703575 
freefem++_3.30.orig.tar.gz
 d3be18cd950ffdb91a038986522e92c9051d7ef619d5dbe2847879d5cdae88fb 11268 
freefem++_3.30-1.debian.tar.xz
 11c5abcd66fa53541bde074cc2976c19ed4133aa7ee954487578e9e3e4f014a9 4249530 
freefem++_3.30-1_amd64.deb
 e047df6b8e9a3f9507a3d32013f952998288b0094b0693d1a3ef704731e98148 872268 
libfreefem++_3.30-1_amd64.deb
 a55d0cac560ba62dce1b4be9905a7a70cfeb50d0a6ab8c9f8d39d9fff76d10e6 233364 
libfreefem++-dev_3.30-1_amd64.deb
 435408b2e82995f3ae4a6be5f3fc432f56df07905b704e36c194f85aaa0557e2 9840272 
freefem++-doc_3.30-1_all.deb
Files: 
 ce7e67622dd4db371f19af347429cbbd 4249530 math optional 
freefem++_3.30-1_amd64.deb
 500d6ea50d686d348647d100d339aa1e 872268 libs optional 
libfreefem++_3.30-1_amd64.deb
 e6c478e7a82f1b2784085464c3561938 233364 libdevel optional 
libfreefem++-dev_3.30-1_amd64.deb
 86de1a89c58f80a363884a93cfc940ba 9840272 doc optional 
freefem++-doc_3.30-1_all.deb
 3b5675e23699be792239f4091ffa06f2 2767 science optional freefem++_3.30-1.dsc
 c63e8ab14530a702b6a0a8bafcd73c11 11703575 science optional 
freefem++_3.30.orig.tar.gz
 51227f3373b043022019ea0ce4fa32b9 11268 science optional 
freefem++_3.30-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTWqVuAAoJEKA/UghdQkiVl7IP/3+NXYv612dXgBCZNNGYrZdG
WCiWHzrUqgjjQg11EoJD+Xv5on8XdgwJ3NhLLh8Iy5/sEqKeKVI6KL8Bivbj97NF
5E1/UecSXq0Yxn/DjBp7GAY/Ya9Ws9zjHlp+/6LFV963LQtmRfEbaYvokwcQdjc2
Rib2BAebHmna31uXn+4c1XP34+4bVA4QeaCY9BzmzqonBmqCN/fE1N2OePhS7S5n
AysjGcTQNYIQ7xnj5U5egznS/PPO9CjZ4QA5yAAR/S904P33hYcY+hb8INeOUpXn
fgQrk1zIGoe1p6G9lNdndz7mJ4H3BlNE6+/ofUdZH0p9J+CXiWSp5bO7e7X5xHwJ
nzVBrEh+qWRvSTmP8UPuKtGVly7yRkEmlXMmM8967pZbh4seUBQ6awrqBbXxK5Cb
5+tZiFdCagm5G71huJ8z76tugJih3cSWfBcgVNOJOP92GoAfBBQff2d2FFW4tnmd
KULJ0AgpVQu+uibMx0Os1jSlbb/+NxI/vPhkUPKaJ0UwqEhOWnoGen5GHRjWenGK
Um4vVDPUJePp02MQFbsosjNsX+vlHryjfvTT9NuqdDf1Z9m3p+/o5N5QKOEpaKKR
KI+DZYWUQQ0PVkebGvuPliKowW45iGZd2K+Z9EvWTpNn/EbrCxcb0L1RGktzDTzF
MhTawXroystO/ds9ok1M
=MPIn
-END PGP SIGNATURE-


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



Accepted mdds 0.10.3-1 (source all)

2014-04-25 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 19:24:09 +0200
Source: mdds
Binary: libmdds-dev
Architecture: source all
Version: 0.10.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoff...@lists.debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libmdds-dev - Multi Dimension Data structure library -- headers
Changes: 
 mdds (0.10.3-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 64be7b088f8c1e6c0f4951b68c860c32a206690e 1812 mdds_0.10.3-1.dsc
 0c4fa77918b8cc8ad32460c8d8a679e065976dbe 151389 mdds_0.10.3.orig.tar.bz2
 1166da00b89f4de9f5fe6b54895de4d51408868c 3280 mdds_0.10.3-1.debian.tar.xz
 6034d086e18e4e545679844789a9c0fed6a2b484 77022 libmdds-dev_0.10.3-1_all.deb
Checksums-Sha256: 
 980a17b17f8d1ad171335bc955efd5e9d0d7a717465fe00ae21a2d03db04d246 1812 
mdds_0.10.3-1.dsc
 db10932dbe7e9b5b9b3f513bc8165ab7e29c3bf75702b3c3cfff6956c521e0c2 151389 
mdds_0.10.3.orig.tar.bz2
 9bf1c353d4480a28a85c7cbb4f602ae47c3ecff3687cc2a247bfde6a73f885c5 3280 
mdds_0.10.3-1.debian.tar.xz
 c262fb2faf205354e32fc037adf4aed7b12a9f2e5df1af0137110836403016c4 77022 
libmdds-dev_0.10.3-1_all.deb
Files: 
 a05b44e666e26ce4e33e5e3b1d70bae9 77022 libdevel optional 
libmdds-dev_0.10.3-1_all.deb
 53b9512bff9676117faed368c06ad05b 1812 libdevel optional mdds_0.10.3-1.dsc
 aa5ca9d1ed1082890835afab26400a39 151389 libdevel optional 
mdds_0.10.3.orig.tar.bz2
 29bc2f18e51e2d1e65a1a33add79b993 3280 libdevel optional 
mdds_0.10.3-1.debian.tar.xz

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

iQIcBAEBAgAGBQJTWq01AAoJEAqgRXHQPj5w6HIQAJs1vYHpnshfZZ0T0RwNKPgZ
Izl1tDXe/oJD+rLm82t66L2lcuWb2sIUJ3L96qSlYcGubwzk71VRTIvKV7cgk829
4HpsRC6LoonmnhZ3AWrX6Dt9KBk92INBMRENE78l5UqKcnESXMpV6oz+XDyzqwud
Nk1TN9jIvCsVc/ZVKsZ3SckzxWHWNixGACZ/XXXHr9n1iglOhIi6KyI+AtRlCtAJ
kdDJ2+IlEkjyqtPwiRgpihou/6KdiRlBCnnAYQErNAe+3kXZwgLozhakv3Mfj2Kr
gxSxAOPedUtdOs4HbfI+nHvOvwgw+tcjfd7pK5mn0jUIam6fHCYdddV8/9gXyXqk
oUkuYvUy+d2C+uCh9dEEYNW6rPCDQeUsh9sy33b702zncCo5PuXjzYBedrSMpq+l
rnrSMetbTOfa2TB4at4qrqfdoKrO5mDQuI8LyIy5jAYS6JdbWCT5/lRFC4jWEJOl
Ad0LmVjgQiZhj0wNZoL2AcdFv/8WRwNVXvKX5oSelpxnNzV0SBD6nWSsOfR66Fvv
MkBmYNFXSmg/FitXb9rlFhHkIENUzxUsu/fe930afYncfvTDV/vHVJXh6ZbrIN11
YhN+YgTdVr4r2RQM3ofC6cJn7yrSGXgtLjFYLxOQCjpeb0CNUgAJKgPaEFYtto+1
M0Qdn6/8kD9dCYFipkpA
=aMBx
-END PGP SIGNATURE-


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



Accepted libguestfs 1:1.26.1-1 (source amd64 all)

2014-04-25 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 19:58:12 +0200
Source: libguestfs
Binary: guestfsd libguestfs-dev libguestfs0 libguestfs-tools libguestfs0-dbg 
python-guestfs python3-guestfs libguestfs-perl libguestfs-ocaml 
libguestfs-ocaml-dev erlang-guestfs libguestfs-java ruby-guestfs 
libguestfs-gobject-1.0-0 libguestfs-gobject-dev gir1.2-guestfs-1.0 lua-guestfs 
golang-guestfs-dev
Architecture: source amd64 all
Version: 1:1.26.1-1
Distribution: unstable
Urgency: medium
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 erlang-guestfs - guest disk image management system - Erlang bindings
 gir1.2-guestfs-1.0 - guest disk image management system - GObject 
introspection files
 golang-guestfs-dev - guest disk image management system - Golang bindings
 guestfsd   - Daemon to access to guest virtual machine through virtio serial
 libguestfs-dev - guest disk image management system - development headers
 libguestfs-gobject-1.0-0 - guest disk image management system - GObject 
bindings
 libguestfs-gobject-dev - guest disk image management system - GObject 
development headers
 libguestfs-java - guest disk image management system - Java bindings
 libguestfs-ocaml - guest disk image management system - OCaml bindings
 libguestfs-ocaml-dev - guest disk image management system - OCaml development 
files
 libguestfs-perl - guest disk image management system - Perl bindings
 libguestfs-tools - guest disk image management system - tools
 libguestfs0 - guest disk image management system - shared library
 libguestfs0-dbg - guest disk image management system - debug symbols
 lua-guestfs - guest disk image management system - Lua bindings
 python-guestfs - guest disk image management system - Python bindings
 python3-guestfs - guest disk image management system - Python 3 bindings
 ruby-guestfs - guest disk image management system - Ruby bindings
Changes: 
 libguestfs (1:1.26.1-1) unstable; urgency=medium
 .
   * New upstream version
   * Added patch for building with qemu 2+
Checksums-Sha1: 
 f541bb0e7508e0c2e9b4755da7d6e79aae0440f8 4576 libguestfs_1.26.1-1.dsc
 51b94e44cb4b37900b000cc11a85069e1c54c9ed 11912359 libguestfs_1.26.1.orig.tar.gz
 260b7e4b88ba485b642a62f6d3215fdb33cf8e2e 24416 
libguestfs_1.26.1-1.debian.tar.xz
 69e28a7576a8cd0794c0c526c926a249d10f8e29 796266 guestfsd_1.26.1-1_amd64.deb
 e4134f82847e2014756bfe0bad95ba6b2c67cb75 1425296 
libguestfs-dev_1.26.1-1_amd64.deb
 431c17634defd6fb0bbefebdd35854d548ef016f 2195254 libguestfs0_1.26.1-1_amd64.deb
 ed56857ecd9a0ccad0e23d96705eacec0a9eeede 2632646 
libguestfs-tools_1.26.1-1_amd64.deb
 c1c18ba6a99827ba8ce05252200f6ba08c3eff5b 7585590 
libguestfs0-dbg_1.26.1-1_amd64.deb
 a11bf12ef5a44626b86a06beaa911191757e3599 754918 
python-guestfs_1.26.1-1_amd64.deb
 a1e053d741385799f8b33ff3e2de38da8c1a8c1b 748244 
python3-guestfs_1.26.1-1_amd64.deb
 23744ee4934af6f454dc2964f4b900ce3d119714 900436 
libguestfs-perl_1.26.1-1_amd64.deb
 a6a3251b12318fcd339b5a94fb719a045aeb2330 683658 
libguestfs-ocaml_1.26.1-1_amd64.deb
 ac91f199445ef46bd55c4d1b8a4b8e4572f3bcbf 928316 
libguestfs-ocaml-dev_1.26.1-1_amd64.deb
 4a5c3b7f67f61e7ae05b3ca49a2e2379c36415ad 749366 
erlang-guestfs_1.26.1-1_amd64.deb
 9f6cda7baf178f2740d6e6ead592e5307b5fc9ff 854530 
libguestfs-java_1.26.1-1_amd64.deb
 52f60cd1103412780fe269887d1fa6a3179ae065 702364 ruby-guestfs_1.26.1-1_amd64.deb
 19483eb65b9bc8737e94882a9cd73f02deeabf7f 699506 
libguestfs-gobject-1.0-0_1.26.1-1_amd64.deb
 564212577617ff930217e4378a577d6455589485 793242 
libguestfs-gobject-dev_1.26.1-1_amd64.deb
 83f88f27bafd717401beeecb13b1a00c3875e18e 646518 
gir1.2-guestfs-1.0_1.26.1-1_amd64.deb
 ae86b111a0fd97a51cbed40f75d399669c39f034 749798 lua-guestfs_1.26.1-1_amd64.deb
 15541b1c8eeb5da8cff6e09bcb765d38c4e6e4fe 674238 
golang-guestfs-dev_1.26.1-1_all.deb
Checksums-Sha256: 
 1a156f86d7d580485491317083b7396ae35e006c311688644c625bb1357db177 4576 
libguestfs_1.26.1-1.dsc
 d047f951e79cc2f00b62a7e8d4e3acf18bb69c6be0a75884158923828b5264f6 11912359 
libguestfs_1.26.1.orig.tar.gz
 5cc445745ad2be18ff1d655d32d09c9588470b1a3b848657d0c7b3c0cad72632 24416 
libguestfs_1.26.1-1.debian.tar.xz
 c43e035e213927b7cd74b73593f1cafb1c008234c8cf8665897755b73a44f913 796266 
guestfsd_1.26.1-1_amd64.deb
 295c9bcc6e4c931857da5dc24b08eed46bd6cc168a5c38e83f1312de169cb7d1 1425296 
libguestfs-dev_1.26.1-1_amd64.deb
 ecea01b9e189fe0d38447fdec23ced571219c0bef2431ad36ee501b3a730d5e8 2195254 
libguestfs0_1.26.1-1_amd64.deb
 385a4591f40d103705996bc276a707ef645322bf048f60876758d3e159d70fb0 2632646 
libguestfs-tools_1.26.1-1_amd64.deb
 9e6ce37023bfe11ef6c25fd8bb7786d84f95f376c9b95768c2d556f42913b002 7585590 
libguestfs0-dbg_1.26.1-1_amd64.deb
 07b5a8f1a6bf37abbe9bc532dc0feda4b8b781d35e1b0cb96a9af0a94cdcc076 754918 
python-guestfs_1.26.1-1_amd64.deb
 1da0d949800b331f5b73c64ab11471e0ce417a6aeb01ef9cbbdff382f85eec1f 748244 
python3-guestfs_1.26.1-1_amd64.deb
 

Accepted libjibx1.2-java 1.2.3-4 (source all)

2014-04-25 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 11:34:11 +0200
Source: libjibx1.2-java
Binary: libjibx1.2-java libjibx-java libjibx1.2-java-doc
Architecture: source all
Version: 1.2.3-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Emmanuel Bourg ebo...@apache.org
Description: 
 libjibx-java - Framework for binding XML data to Java objects
 libjibx1.2-java - Framework for binding XML data to Java objects
 libjibx1.2-java-doc - Documentation for libjibx-java
Changes: 
 libjibx1.2-java (1.2.3-4) unstable; urgency=medium
 .
   * Team upload.
   * Modified the detection of the JDK to build with Java 8
Checksums-Sha1: 
 db4a12493addcb8641681ed7dad6de715a4b16e0 2315 libjibx1.2-java_1.2.3-4.dsc
 d8f6fab5d77ab389666878c2319b32d407a31704 7528 
libjibx1.2-java_1.2.3-4.debian.tar.xz
 f4f4539aedd248a517e3eec2f32152c1ff3c8598 656906 libjibx1.2-java_1.2.3-4_all.deb
 e27ef736fba02056e7c8d283578e99deaeff298d 6628 libjibx-java_1.2.3-4_all.deb
 efa59aa1fc4fcd78fab87b5a9b73d2417b6b06cc 4765002 
libjibx1.2-java-doc_1.2.3-4_all.deb
Checksums-Sha256: 
 a598df0184ef5643e1d23c97d3238715281adf96ea3bf6cd3615a597f1506939 2315 
libjibx1.2-java_1.2.3-4.dsc
 0dea82e72b95d01689a508b03e5e782f10d2250aca7b8359e7071006e1c8b321 7528 
libjibx1.2-java_1.2.3-4.debian.tar.xz
 98ac405b5b3734834b1508604ccd3f839f1b57a36b4639acc05280461c2ed482 656906 
libjibx1.2-java_1.2.3-4_all.deb
 61d8c81efc4a6ee451ea25f2bc197a6bd9b60daf1b2eff5b94367e4a9f2fb599 6628 
libjibx-java_1.2.3-4_all.deb
 6f13e3740d10205cf57103f7e7bf5554fb6bce1680f9b4bb685a69c2b7456772 4765002 
libjibx1.2-java-doc_1.2.3-4_all.deb
Files: 
 410bc7402843482eb93aa671a0e54aa1 656906 java optional 
libjibx1.2-java_1.2.3-4_all.deb
 22ee444b7d4ccff02a81191d70ca5259 6628 java optional 
libjibx-java_1.2.3-4_all.deb
 be3ca5ca84e695a946ee005e080d86fd 4765002 doc optional 
libjibx1.2-java-doc_1.2.3-4_all.deb
 6bafc2053e91165c46fff20cb88f3dbf 2315 java optional libjibx1.2-java_1.2.3-4.dsc
 ae0a2805e4302dfe3dc07ce30f424902 7528 java optional 
libjibx1.2-java_1.2.3-4.debian.tar.xz

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

iQIcBAEBAgAGBQJTWrhzAAoJEI8AS/UHtGj7Ae4QAMXBxxzGWiwwfxnG+4mARaqU
lr/YcjlVVBdi/huTe1Mt4gT7eRPxPlNfDvKYuMrpGu7KYlX8okwIwK3hjyhYzVWL
A5DEo4bMlGkZZPIOd3i/MORimSWZd2e1Hd3YNlsiqm0GU1VLfibwgdQiU8SSVQrT
jVL/K7lYtDkVvlvfZq6cPo2yj49bvNij5lMet3E/OO52X9PGM01ZK9Z15/xEGgiE
1DUdioEql3/sWod07SL3LCwWzOuZUGdDsiQhQ03cSZqrswlbxCW0gXbsegU3eiMt
JTwTZuWoht7mAOUMTE5H4OfyCOeHyohMPpeMlLNGBiCMBvt/f7H82Fh0gwgoIn+z
v18/cb+4Pd8JFHkZGbpJfaZmbTyVDvfDUUCwgUkT1s0rOuBnOaKHS5JfNngLv+K9
1illNdehtdRE6XQWz/NpKbMRbPKyMfoVfCYx9tzvEdc5N2fkCuKlu59qPlXi+lIW
BMECQ6lkOy426wQHy+ex8LP7r7hsdjP7LXuXm5JQ8jF7JOfglHoHOZnOaJ6Fe75T
c2rkP9ibn/NcUXTzoS6KNkoHO+9/3va5es6dhYnOfh6yD5Y4j9D08xANcdBxMic0
eSacIxc3Y/lZABY7KJ99CsJcbKMSADtVzQ/kizZGeHepnhzrTpna7JZiL3d2tA05
xomCksU7e3vjC7/gdUTF
=sxtH
-END PGP SIGNATURE-


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



Accepted 389-ds-base 1.3.2.9-1.1 (source all amd64)

2014-04-25 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 15:11:16 +0200
Source: 389-ds-base
Binary: 389-ds 389-ds-base-libs 389-ds-base-libs-dbg 389-ds-base-dev 
389-ds-base 389-ds-base-dbg
Architecture: source all amd64
Version: 1.3.2.9-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian 389ds Team 
pkg-fedora-ds-maintain...@lists.alioth.debian.org
Changed-By: Tobias Frost t...@coldtobi.de
Description: 
 389-ds - 389 Directory Server suite - metapackage
 389-ds-base - 389 Directory Server suite - server
 389-ds-base-dbg - 389 Directory Server suite - server debugging symbols
 389-ds-base-dev - 389 Directory Server suite - development files
 389-ds-base-libs - 389 Directory Server suite - libraries
 389-ds-base-libs-dbg - 389 Directory Server suite - library debugging symbols
Closes: 741600 745821
Changes: 
 389-ds-base (1.3.2.9-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Apply fix for CVE-2014-0132, see like named patch (Closes: 741600)
   * Fix m4-macro for libsrvcore and add missing B-D on libpci-dev
 (Closes: #745821)
Checksums-Sha1: 
 46bb7385c1304964e81bca719d7830b2dfbab8f0 2583 389-ds-base_1.3.2.9-1.1.dsc
 ffafead56e41340eea8a0fb54f2fdaabddd8dba9 20292 
389-ds-base_1.3.2.9-1.1.debian.tar.xz
 293657c1efed08cd531c40b2c4fdc71faaad0734 14682 389-ds_1.3.2.9-1.1_all.deb
 518767ebbb416c14c5150b71814941b9c594d7f7 355482 
389-ds-base-libs_1.3.2.9-1.1_amd64.deb
 eebaaee6eb0777c34056f1461af23035de34e9e3 1286850 
389-ds-base-libs-dbg_1.3.2.9-1.1_amd64.deb
 eae5e60ff15d61d11d605ae209be32ed45d05cf2 66862 
389-ds-base-dev_1.3.2.9-1.1_amd64.deb
 ff1ab63e0ab67f38b3ba050951ab5ac208682049 1394896 
389-ds-base_1.3.2.9-1.1_amd64.deb
 a241d67cbd7a4dbba254d107f611e6b0f404faa6 4362090 
389-ds-base-dbg_1.3.2.9-1.1_amd64.deb
Checksums-Sha256: 
 052cb4017ed9f554289e9521134dde6f4bcbdf8bea4ef70f62b898ba564e9bef 2583 
389-ds-base_1.3.2.9-1.1.dsc
 2439b773d438e1a884eeabf7ed81ff574bc647898fb56ec3fa2b7f95c0435614 20292 
389-ds-base_1.3.2.9-1.1.debian.tar.xz
 cb6d4d31aefa03fb8e169f4ee37880e14cc1cd4d3f934f0c772f9b16f531debe 14682 
389-ds_1.3.2.9-1.1_all.deb
 e94d9c848d9423c626d54cacee37a5feda110bd1697afebe6a47d0bf47e76df8 355482 
389-ds-base-libs_1.3.2.9-1.1_amd64.deb
 dc37aeef3115aa00d3118f7326b8ba9af482801cf2a852d1e37e06b8adc92b98 1286850 
389-ds-base-libs-dbg_1.3.2.9-1.1_amd64.deb
 4a52fedfbe2602882467cd80e78373e4bdee10594824591ee1ab501a0b64414a 66862 
389-ds-base-dev_1.3.2.9-1.1_amd64.deb
 7bb9bf971a81df9a79eadde8253402ed8a9d5ecb6b4dff169fc5ec84fa440fda 1394896 
389-ds-base_1.3.2.9-1.1_amd64.deb
 c5a136300aef05b57f4bf18ca2840184604a105a157aba2af61834af540c2703 4362090 
389-ds-base-dbg_1.3.2.9-1.1_amd64.deb
Files: 
 45e6bf17837906bd788cd4c42ac3e49b 14682 net optional 389-ds_1.3.2.9-1.1_all.deb
 270e8d3e59d2e8f21ee4f5085995b519 355482 libs optional 
389-ds-base-libs_1.3.2.9-1.1_amd64.deb
 11134b552968d64717a1cc61f7eea67b 1286850 debug extra 
389-ds-base-libs-dbg_1.3.2.9-1.1_amd64.deb
 239ceafc5b142f1b6341432ff04dd5b0 66862 libdevel optional 
389-ds-base-dev_1.3.2.9-1.1_amd64.deb
 ec5aa74c5a026891d6a0200845aa376d 1394896 net optional 
389-ds-base_1.3.2.9-1.1_amd64.deb
 9e9540e0f65c50fc0b1e82375e755db2 4362090 debug extra 
389-ds-base-dbg_1.3.2.9-1.1_amd64.deb
 8ce4c2f4ba2698008395964ba8a36f6e 2583 net optional 389-ds-base_1.3.2.9-1.1.dsc
 6f248fec8102eea40b3a99a4fb308148 20292 net optional 
389-ds-base_1.3.2.9-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTWsGRAAoJEKGwm0IzOWHoGSoQAOH8Q84cVfd13rCcF5vjZ316
MSAqtutlKM9wn5zYnym49hsJxFXwCMrxIdGVdW3UxDEXUgo0RwGMXg5bWY8qUieY
p1eXF6ILcjhrbPmbJP7OTOiUYDMJyIQrvNPI/bjWGLxjjvD0zD0z4Lzu+yScj/X1
YX63fBE06HyBwjqyB3A/tdhHPIUl+cmV9HcFAVLNGiDN8F14OSHW/H0IDbp7KqkK
cW9wFXAoGWAZorgHrZ4fg5VnLKqUhRCR9OByhiBmCQqXxfbmN1PidbjFj9FL4hu5
R5EVdfsmL5HnoRB7DgXx6kJoeMpMmd3GVWao+P/ATiGW5h1Yog9NlfYtqIPPUtCJ
Y7kg72atISq/T6NhmVxobIDcN9gErRi4LTjI8c3ZFV0wOlrcCgRUFk2/VVghlp53
Dxm/2DWTVs6CDWizFraON7zBtwiL85DRkY6D0jlvFj3YxgP1eSIViIqr53cgi705
nJ7kv/oFoTdwZ8lXFG3Kl2LRUTi4fPMwFvke2VehwDi9xDpplhlbOWZ0uXmZhM4f
db8Y+m+NCTuGmoIHe7fA1KZzdLapmtzlvFeGUvn4EO8DCCktLx/3RJcTaqo4K7FS
SeQFBKY8FzkPowAe/Xontb/sjehbXfVyRtIYBkOGfyqvI6Zoi9opI2ltGzN08doG
H15xdV/jB++5YwnBHq52
=pXLa
-END PGP SIGNATURE-


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



Accepted arduino-mk 1.3.3-1 (source all)

2014-04-25 Thread Simon John
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Apr 2014 17:41:00 +0200
Source: arduino-mk
Binary: arduino-mk
Architecture: source all
Version: 1.3.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Simon John g...@the-jedi.co.uk
Description: 
 arduino-mk - Program your Arduino from the command line
Changes: 
 arduino-mk (1.3.3-1) unstable; urgency=medium
 .
   * Put manpage back
Checksums-Sha1: 
 3a04d7dc484ef549bb3024b10149935f47d388c3 1360 arduino-mk_1.3.3-1.dsc
 5d67ffd22762be493c79410bee9ffa7cb893 45624 arduino-mk_1.3.3.orig.tar.gz
 5344d983b6f7b3145a9141f9756206c1d9f62bf0 3120 arduino-mk_1.3.3-1.debian.tar.xz
 0d78ee09d80c29bc9caf537961daa09bd97c0c45 27360 arduino-mk_1.3.3-1_all.deb
Checksums-Sha256: 
 59386c17f1bf1f9b1fd5db4688b995e8c065c8d145e8c3b1e72f96b1a702cc89 1360 
arduino-mk_1.3.3-1.dsc
 437c0e2a7f74d3cd65044e7c33db410022d5a326994d8946b698d270822204fa 45624 
arduino-mk_1.3.3.orig.tar.gz
 26a708bfce4e623a0e5a80937ae5d9cb5010759f3efdfba8ec03a5586a1ba6c5 3120 
arduino-mk_1.3.3-1.debian.tar.xz
 cff20d1c6f60abeae11292da1d38893997ff402d9f8122c16110cea8c9d163e1 27360 
arduino-mk_1.3.3-1_all.deb
Files: 
 eadba449e74946b1fdad2ba12384a646 1360 electronics extra arduino-mk_1.3.3-1.dsc
 4dd9a189835468e2ef145719a1eb0b2d 45624 electronics extra 
arduino-mk_1.3.3.orig.tar.gz
 d2c63a5edbd2b858fb667dbddf716b06 3120 electronics extra 
arduino-mk_1.3.3-1.debian.tar.xz
 7e30f32a6e7b9364f2e381cec7f68b39 27360 electronics extra 
arduino-mk_1.3.3-1_all.deb

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

iEYEARECAAYFAlNaxNwACgkQuqVp0MvxKmpmpwCgrzH+heXy/nzuH8EZPnmd/IMt
yZ0An33csgyt9wp/16Mb80XYtn3Bl35u
=ztWy
-END PGP SIGNATURE-


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



Accepted libpithub-perl 0.01024-1 (source all)

2014-04-25 Thread Dominique Dumont
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Apr 2014 22:05:01 +0200
Source: libpithub-perl
Binary: libpithub-perl
Architecture: source all
Version: 0.01024-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libpithub-perl - Github v3 API
Changes: 
 libpithub-perl (0.01024-1) unstable; urgency=medium
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Dominique Dumont ]
   * Imported Upstream version 0.01024
 - Add Pithub::Repos::Releases::Assets (Johannes Plunien)
 - Add Pithub::Repos::Releases (Johannes Plunien)
   * copyright: updated years
Checksums-Sha1: 
 e219ac9575851bf85483b0c93b35a309c82208e3 2172 libpithub-perl_0.01024-1.dsc
 ddc669d78b38c803d93cdbe20855197715f55852 83618 
libpithub-perl_0.01024.orig.tar.gz
 5af25e14c8cccb21e48f705208aff0dc05f28db6 1944 
libpithub-perl_0.01024-1.debian.tar.xz
 2a1dd56b682a3112e61c045a7e5970df84d49b8c 150420 
libpithub-perl_0.01024-1_all.deb
Checksums-Sha256: 
 21dfd8f30a56d623cca7f18fc608ad1328e990e88efb7cdfa787102c45664164 2172 
libpithub-perl_0.01024-1.dsc
 3963abf505c4c8dba477fd4dca5324a0fccf7d7dd8255fa49897f0ff4305937c 83618 
libpithub-perl_0.01024.orig.tar.gz
 7a73b064f1a0f558fc59122cfb7c1a3d4a5d4af8c764a61a1245f89015203772 1944 
libpithub-perl_0.01024-1.debian.tar.xz
 bfe43bb2def28e0d5c4075c60f1ad78c2db7587aab25e7c0903eb63b10fdbc01 150420 
libpithub-perl_0.01024-1_all.deb
Files: 
 3c65b5f6e6689be20e193f2d5af0f0fa 150420 perl optional 
libpithub-perl_0.01024-1_all.deb
 242b7b82b7331e9a365786ff2c210e08 2172 perl optional 
libpithub-perl_0.01024-1.dsc
 c6e4bfddc1f87f340db11d2ec49a732c 83618 perl optional 
libpithub-perl_0.01024.orig.tar.gz
 951fb3e4f9b2f1e35fe57b31d2b4ce9f 1944 perl optional 
libpithub-perl_0.01024-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJTWsAZAAoJEMMfT9lJqyts+nYQAKUoymLOX+ni1oQkC4HO5mc7
rObh8Tsj5pPxism/VtLLRSVJtMtd8MmhU2xRWbXkVEzujVFrVVV2O66o0ZVn7e86
US5boyIwd/b4EWvuwfVWoCiO+jE1gvVmmxGXPCgwGuUHM0T/dEdeK2feGDTnwqIL
u5sEHexqPXNaCedzKAaAeqER8Yxa8sdd6cr1g42PeJGC0La8qyY7tuQyxNHur2zL
KyLVcTY6JGly+IsWOHn9WUwDo1K9R4ArdsANYMduO3oNZ+2A8EapYXae/Vc9+lX1
5iSkd5jlIObMv2e2X/qvI4mjE8QGgUdPgcwEAexDtnqXMBDqiIrJLJKyFSI+dR18
VlvseEGNTHMkja6HdIkJddgsNSn80wxylZc5Z7LVLmC6Hh8tKvYRiNrXUnMAgR0G
eA/MQBDLejDRWmo0m03GlDUP7nBgjj/RWksfTBNEJmDapH7l9kZDgRt83NGrgRnW
jnB1OT+kjrY5TQHBsE6Wswbcxx19vssaqg/xKR9sy4yOHXa3dxSJMTl63VKRAYri
N/Oqi37cl53uYLqzIbgKHcqrRvxWMPbfu6Rv1G9D7DgCOqORHwOLaAnYqsL0IiUW
OyITmdQO0fEzmApp/eXaOEd67EXu00h9ULTjfvzgmcq4SrLYMLCLOgEWHuQSwGuI
Z3A7c5wzHPMbge++pwBF
=FpSl
-END PGP SIGNATURE-


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



Accepted luajit 2.0.3+dfsg-3 (source amd64 all)

2014-04-25 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 21:37:45 +0200
Source: luajit
Binary: luajit libluajit-5.1-common libluajit-5.1-2 libluajit-5.1-dev
Architecture: source amd64 all
Version: 2.0.3+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Enrico Tassi gareuselesi...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 libluajit-5.1-2 - Just in time compiler for Lua - library version
 libluajit-5.1-common - Just in time compiler for Lua - common files
 libluajit-5.1-dev - Just in time compiler for Lua - development files
 luajit - Just in time compiler for Lua programming language version 5.1
Closes: 744917
Changes: 
 luajit (2.0.3+dfsg-3) unstable; urgency=medium
 .
   * Fix FTBFS when /sbin is not in $PATH (Closes: 744917)
Checksums-Sha1: 
 3e6e19ae190e41c9daabf0c340cb05aea3876827 2324 luajit_2.0.3+dfsg-3.dsc
 e83687abc5d8ccb40f302a91875bc056e7eeef53 6444 luajit_2.0.3+dfsg-3.debian.tar.xz
 e45418b3186c8a34be9f44b3594551b4cae11379 204752 luajit_2.0.3+dfsg-3_amd64.deb
 e2c8bf422213f0190d3ce35f07e4f5084dfe2924 36612 
libluajit-5.1-common_2.0.3+dfsg-3_all.deb
 5eeedddae78044a7eacfe3577404697f99c5f255 204110 
libluajit-5.1-2_2.0.3+dfsg-3_amd64.deb
 e5c748e345a2ff1a259f1b135b1b0f3f2d287b32 218858 
libluajit-5.1-dev_2.0.3+dfsg-3_amd64.deb
Checksums-Sha256: 
 0ad42e40b87bc8bd39bdc2eec4638198a0bad50e9514d947a69c1396eb42f8d0 2324 
luajit_2.0.3+dfsg-3.dsc
 1beac2ed146505961f90a9da6853ed3bd712baff632343d1d13f2d021d5c9971 6444 
luajit_2.0.3+dfsg-3.debian.tar.xz
 360fb05153b8965f4034db20b84f0a0b14f59cd1cc72a5c69c6632bc54d5df67 204752 
luajit_2.0.3+dfsg-3_amd64.deb
 cd8100b6cd69b9a68b14ba0c5a4d477003c1768d438df765285b0e6b33a301f4 36612 
libluajit-5.1-common_2.0.3+dfsg-3_all.deb
 88e72f54b24f92e923fc9354d13502903c2cb13140e733a2374ec3102c070ea2 204110 
libluajit-5.1-2_2.0.3+dfsg-3_amd64.deb
 e08719cad002f7e1241fdd294b0ab937cdc9f1024fdbd1d6cd38302f92b6b52a 218858 
libluajit-5.1-dev_2.0.3+dfsg-3_amd64.deb
Files: 
 0914c2c559c44aba4d44b37add6a0bfc 204752 interpreters optional 
luajit_2.0.3+dfsg-3_amd64.deb
 ffcb22f6373421ada1b91db260ce123b 36612 interpreters optional 
libluajit-5.1-common_2.0.3+dfsg-3_all.deb
 5f218fc2bb042a8d60c864f702ad470a 204110 interpreters optional 
libluajit-5.1-2_2.0.3+dfsg-3_amd64.deb
 f508dca29f666f9544cc0921a04d4b08 218858 libdevel optional 
libluajit-5.1-dev_2.0.3+dfsg-3_amd64.deb
 2e53770d6411441e6c81d4c97bddf682 2324 interpreters optional 
luajit_2.0.3+dfsg-3.dsc
 cdbbc229f41da306a154278d43114791 6444 interpreters optional 
luajit_2.0.3+dfsg-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTWruNAAoJECUFM8yim3ZPpcQP/jVfZ4dgveJ67YwW4mjvRNbF
UcvRa09Ra24cKdDMf+G9ph4fAahnR0q5jZlRlcblCTwB+LkZytaNhBQF3UZAp1gH
692Iqs8jQjx1Eu+9T1mUFRg7ZvtMVBtf2fDxAg2bjAVR6uqgbPKVLCYiZ5uWrvNz
Wyfx2u9nYpWqnnwsv9x3BmONh/AzyM7RgMJL4X3v5s3o8mvujfGyQtZ4SM8Plhl2
vA8onomIhaEFlzrYFbEy4mKuNMBkhzjWU6Ytl9Mqg8uvMh8X3f8gxOAiIAdO6rx7
OqmdTZTBlvYS41CIVcMGZ0Q3vhpET1K7cCdqatLn0WrOUyWtjR4JNnLabUZZkB/f
P4hahBj9QID3yxhXhTSh1a4+dXPLfZvDll92xeuhRXKEDJP51bpyF9Y5OJAU+YrB
uNHH+1oM1UOGcozSxm8VX7M582jd3xpOMtLY6bloKa8OBLxLZm6rMIwWp6y+Wbni
GsXHKT0ONYaGmevraVHVIv79kz2fD2jDebyp5r5jUZkgxjRdmjOWrqLngq+nyvay
rZdRkJEtpviU5INXXHDG/N6WpuYUAT7VF1X8UlNUa2sxjw0DHJY9NMjX6plsPjXL
9JuCkamy+QjJEA336P0MeyiY2IxrFdA1aO7xgoocecLbkcxWr1kn3EvO8Jfih/Hv
03QRQAgmbWt5cZUKNqx+
=iV0d
-END PGP SIGNATURE-


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



Accepted qxw 20140331-1 (source amd64)

2014-04-25 Thread Mark Owen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Apr 2014 15:11:00 +0100
Source: qxw
Binary: qxw
Architecture: source amd64
Version: 20140331-1
Distribution: unstable
Urgency: low
Maintainer: Mark Owen deb...@quinapalus.com
Changed-By: Mark Owen deb...@quinapalus.com
Description: 
 qxw- advanced interactive crossword construction tool
Changes: 
 qxw (20140331-1) unstable; urgency=low
 .
   * New upstream release
   * Source signature check
Checksums-Sha1: 
 092a09014c3c855ea2a65abcc2f72d747c06e2b6 1142 qxw_20140331-1.dsc
 3613e0e77b44eeeb7951353aea5f95428bcc8ac5 113644 qxw_20140331.orig.tar.gz
 82f8a763ff474695519ce32f39625208f657e057 5720 qxw_20140331-1.debian.tar.xz
 43839380a2d236f1865381a0219f21305c76ff0c 144976 qxw_20140331-1_amd64.deb
Checksums-Sha256: 
 18b6198183ca59578623df1579dfe8f96b0f53eb408225fbe8077f8a514c754b 1142 
qxw_20140331-1.dsc
 c1c61388542151279f62be9ae19ef5f114ecf55469f7815f7aa1c8209648c06b 113644 
qxw_20140331.orig.tar.gz
 2a656e3c42ee4bc67302a83e22a747abf410cd6ad5e9aa0f10f5a2e7a463f9ef 5720 
qxw_20140331-1.debian.tar.xz
 5cc0b8828238a269cbd64eabe6b00abba99048065c23b7c9c95eaf73b9ae8bd0 144976 
qxw_20140331-1_amd64.deb
Files: 
 97f56bc8f7eafc6bdcc7453f2c17e613 144976 games optional qxw_20140331-1_amd64.deb
 89ec0a2a0402da0a1a51eae16ff8270d 1142 games optional qxw_20140331-1.dsc
 745bdc9eb7a05602539f685b0bb8527b 113644 games optional qxw_20140331.orig.tar.gz
 3bf10e70ee768765dd73a0196e021cde 5720 games optional 
qxw_20140331-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlNa0nEACgkQpD5tJxKCh+hVJgCbBoHfvECy2rWol5d83Z9Ngd+6
FWcAoLY+KYbJIIVFYWGocuA994G/BnuT
=yO/n
-END PGP SIGNATURE-


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



Accepted mate-indicator-applet 1.8.0-1 (source amd64)

2014-04-25 Thread Mike Gabriel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 Apr 2014 22:19:07 +0200
Source: mate-indicator-applet
Binary: mate-indicator-applet
Architecture: source amd64
Version: 1.8.0-1
Distribution: unstable
Urgency: low
Maintainer: MATE Packaging Team pkg-mate-t...@lists.alioth.debian.org
Changed-By: Mike Gabriel sunwea...@debian.org
Description: 
 mate-indicator-applet - MATE panel indicator applet
Closes: 734932
Changes: 
 mate-indicator-applet (1.8.0-1) unstable; urgency=low
 .
   * Initial release. (Closes: #734932).
Checksums-Sha1: 
 20e8903c32bb0acb2e65f960f1b9f8276ed16e8c 2367 mate-indicator-applet_1.8.0-1.dsc
 743124bedc979b611c2a4b1fe7af80d9212f22c7 86712 
mate-indicator-applet_1.8.0.orig.tar.xz
 1d821656745cf84e20dc1e25b9b27d6d29465818 2240 
mate-indicator-applet_1.8.0-1.debian.tar.xz
 dbc95fb4b78ca30c517a83a28f38c8479e1cc4c2 82072 
mate-indicator-applet_1.8.0-1_amd64.deb
Checksums-Sha256: 
 206e24ca18db5a3d352ae17eeace98ce93376154fb984e7fd3955e3b50460e6c 2367 
mate-indicator-applet_1.8.0-1.dsc
 8e61aa74433e0a43cc81604bc3392b12bcd4ba7de0eac6cb8ed517503007a025 86712 
mate-indicator-applet_1.8.0.orig.tar.xz
 98fcd6817136dfb9cbe9e9f175d2550b7d9f0703065c55b37ab928365b6a771b 2240 
mate-indicator-applet_1.8.0-1.debian.tar.xz
 22c06dadf7a33076eb1cd00c74bfa0b0a5489465cdb7c48f1b5b9644c95090c3 82072 
mate-indicator-applet_1.8.0-1_amd64.deb
Files: 
 d8d98d1b34765798f9c2432e4db2f6aa 82072 x11 optional 
mate-indicator-applet_1.8.0-1_amd64.deb
 fe1d27c94af04bb7266d2c2b8b6cdaa8 2367 x11 optional 
mate-indicator-applet_1.8.0-1.dsc
 ce665bda93d41a2443daf304d2ae3947 86712 x11 optional 
mate-indicator-applet_1.8.0.orig.tar.xz
 8efe38384d3437cd02bf29ddb3e11bd7 2240 x11 optional 
mate-indicator-applet_1.8.0-1.debian.tar.xz

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

iQIcBAEBCAAGBQJTVtEfAAoJEJr0azAldxsxf3MP/jQKUCYSW7nC12HlSB3S/ZKl
CcTdBDC3wafs/geU49r/duSvO+2IEtuasl1o1HFTCxMBUsCxjRMUiHFBn7o9aTI2
N1FGaNbE8Wf4LOQu5FeK7/vKiXhVP702LpQSG+N0+Wm/rFTHq/22K4KkLSAuTVlD
ThG/cmCug43rkjDzyng0QPqkRp0ZA3savtZGC41j/8gvvSdVmWvkW0O85ybmgtFy
jk3bEh9hVqSGGdhhiWQZuDOv5tHRpU96V/JsX5kM7za9wprBdl+ywK7DFRHjwKBo
iAj5JQ9+u91pmSRhKTjchjG7tYbeYDJASr7yit1afpUc5hjcQy2IZ2RBNzPXekI+
xqeEX9XOVwrD7kFVVkh6bzdmS+fjtDr+Ccmqh9Q/3TTcZCq5NSlEUilpovccbJEa
Q3F/ktERgF9cvB+RIV8vkZF5H8Om1QlWeFjLA6GTWx3GaJttGWynEko8fvptsgKg
Y67MTAzF9v5bJT112j+UXsGRNmTLw65AUG11OQp6hriYMzlRdhOfyQ4YVzwbxXSx
WYwjCFS/SsXktTm27Yb/tkl6Wh8IWfbzNU3F0DXyvqSdjVnM3+8A5yinlpwiZ27s
4gHNIt8twvSMFKmZCtAkjAJe18D2O64kTwUwtnJeuW6zVX9pbhIz3CAoXT+NbveP
rHNkWoS8IYmpJvGVX4CU
=rPo8
-END PGP SIGNATURE-


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



  1   2   >