Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Philipp Kern
I'd prefer if such a tool could replace an existing one. Why not aim at
replacing dput if there's a reason for it?


signature.asc
Description: Digital signature


Re: [PROPOSAL v2] Orphaning another maintainer's packages

2012-10-28 Thread Christian PERRIER
Quoting Lucas Nussbaum (lu...@lucas-nussbaum.net):

 I think I agree with everybody, so here is a new version of the last step of
 the proposed procedure:


I read the huge thread quickly during last days and I think your
text well summarizes what seems to be the best consensus.

That's great work, Lucas, much appreciated and it had to be said..:-)




signature.asc
Description: Digital signature


discrepancy: rc_policy.txt and policy

2012-10-28 Thread Osamu Aoki
Hi,

I am a bit confused on discrepancy between policy and Release Critical
Issues for Wheezy.
 
  http://www.debian.org/doc/debian-policy/ch-archive.html#s-main
  http://release.debian.org/wheezy/rc_policy.txt

Is this discrepancy of requirements for main on Recommends: intended
one or some typo.

Policy states In addition, the packages in main must not require or
recommend a package outside of main for compilation or execution (thus,
the package must not declare a Pre-Depends, Depends, Recommends,
Build-Depends, or Build-Depends-Indep relationship on a non-main
package), ...

On the other hand rc_policy.txt states  Packages in main cannot require
any software outside of main for execution or compilation.
Recommends: lines do not count as requirements. ...

rc_policy.txt is a bit confusing since it talks about source dependency and
comments on binary dependency w.r.t. Recommends: which seems to contradict
with policy.  (Am I wrong?  Was there any reasons?)

At least, discrepancy from policy can be fixed with the following:

--- rc_policy.txt.orig  2012-10-28 13:59:02.194465621 +0900
+++ rc_policy.txt   2012-10-28 13:59:31.764751376 +0900
@@ -52,7 +52,7 @@

Packages in main cannot require any software outside of main
for execution or compilation.
-   Recommends: lines do not count as requirements.
+   Suggests: lines do not count as requirements.

Packages must include a Depends: line listing any other
packages they require for operation, unless those packages are





-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121028071702.GA27770@goofy.localdomain



Re: Mandatory -dbg packages

2012-10-28 Thread Philip Ashmore

On 27/10/12 19:30, Michael Biebl wrote:

On 27.10.2012 12:25, Vincent Bernat wrote:

Hi!

Libraries with `-dbg` package are a pain to deal with when debugging
some problem. The solution to ask each user to rebuild the library
without stripping debug symbols[1] seem suboptimal. Asking each
maintainer to ship a `-dbg` package may be a solution[2] but couldn't we
generate those packages automatically by the builders, like this is done
with Ubuntu[3]?

I remember we had a discussion about this a few years ago. An automatic
service has been setup for this[4] by myon but it does not seem to be
updated anymore.

Why does this experiment have been stopped? Could we mainstream it?



Afaik the work was started by pochu as port of GSoC [1][2]. According to
[3], Marc was his mentor. I've CCed both, maybe they can comment on
what's still missing.
I'd love to see that happen.
Yeah, in (cough)Fedora, kdbg even offers to download and install debug 
packages for you.
Debug packages also make back-traces more than useless, and 
(cough)Ubuntu offers to download debug packages which it installs and 
re-examines the back-trace to see if more are needed.
Having the sources installed in /usr/src and referenced there rather 
than /buildd would be an improvement too.


If there's a way to re-path debug information from /home/user/x or 
/buildd to /usr/src then that would be great.


One less reason for Debians build process to need a fake root.

Michael


[1] http://wiki.debian.org/EmilioPozueloMonfort/GSoC2009Ddebs
[2] http://wiki.debian.org/AutomaticDebugPackages
[3]
http://wiki.debian.org/SummerOfCode2009#Automatic_Debug_Packages_Creation_and_Handling

Philip


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/508ce6cd.4000...@philipashmore.com



Re: Mandatory -dbg packages

2012-10-28 Thread Timo Juhani Lindfors
Philip Ashmore cont...@philipashmore.com writes:
 Debug packages also make back-traces more than useless, and

They also allow systemtap to probe userland binaries once
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=691167 is fixed.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/84ehkjt2vm@sauna.l.org



Re: suggestion

2012-10-28 Thread Samuel Thibault
Paul Wise, le Sun 28 Oct 2012 11:34:33 +0800, a écrit :
 On Sat, Oct 27, 2012 at 6:39 PM, Samuel Thibault wrote:
  When somebody implements it.
 
 Someone already did:
 
 ftp://ftp.debian.org/debian/tools/win32-loader/unstable/win32-loader.txt

Wubi is not only about installing from windows, but also installing *in*
windows, without repartitioning.

Samuel


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20121028093405.gs5...@type.wlan.youpi.perso.aquilenet.fr



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Arno Töll
Hi,

On 28.10.2012 08:03, Philipp Kern wrote:
 I'd prefer if such a tool could replace an existing one. Why not aim at
 replacing dput if there's a reason for it?

As for us, we'd welcome that. However, that's primarily left to the
current dput maintainer and his interest in that. Also note, we keep
some backward compatibility but we are not entirely backwards compatible
(but only a few users with edge case configurations should notice this).

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



signature.asc
Description: OpenPGP digital signature


Re: Mandatory -dbg packages

2012-10-28 Thread Bernhard R. Link
* Philip Ashmore cont...@philipashmore.com [121028 09:12]:
 Yeah, in (cough)Fedora, kdbg even offers to download and install
 debug packages for you.
 Debug packages also make back-traces more than useless, and
 (cough)Ubuntu offers to download debug packages which it installs
 and re-examines the back-trace to see if more are needed.

While having some way to get the stripped debug info from the installed
packages is nice to more easily get some debug information or to
retroactively make a backtrace a bit more verbose, it is still not
enough for all cases of debugging. Ideal debugging information you get
by locally rebuilding the needed libraries with
DEB_BUILD_OPTIONS=noopt nostrip and installing those.
(Sadly not all libraries support noopt, but it's getting much better as a
side effect of the current hardening effords).

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121028103552.ga3...@client.brlink.eu



Re: discrepancy: rc_policy.txt and policy

2012-10-28 Thread Adam D. Barratt

On 28.10.2012 07:17, Osamu Aoki wrote:

Policy states In addition, the packages in main must not require or
recommend a package outside of main for compilation or execution 
(thus,
the package must not declare a Pre-Depends, Depends, 
Recommends,

Build-Depends, or Build-Depends-Indep relationship on a non-main
package), ...

On the other hand rc_policy.txt states  Packages in main cannot 
require

any software outside of main for execution or compilation.
Recommends: lines do not count as requirements. ...


That text has been there for several releases. We should possibly 
revisit it and decide whether to bring it more in line with the Policy 
wording, but I don't think that during a freeze is really the 
appropriate time to do so.


rc_policy.txt is a bit confusing since it talks about source 
dependency and
comments on binary dependency w.r.t. Recommends: which seems to 
contradict

with policy.  (Am I wrong?  Was there any reasons?)


The text indeed refers to both source and binary dependencies, as does 
the Policy text you quoted - compilation is source, execution is 
binary.



At least, discrepancy from policy can be fixed with the following:

--- rc_policy.txt.orig  2012-10-28 13:59:02.194465621 +0900
+++ rc_policy.txt   2012-10-28 13:59:31.764751376 +0900
@@ -52,7 +52,7 @@

Packages in main cannot require any software outside of main
for execution or compilation.
-   Recommends: lines do not count as requirements.
+   Suggests: lines do not count as requirements.


As above, it's too late in the release cycle to be significantly 
changing what we consider to be RC for wheezy.


Regards,

Adam


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/bca7234f03a10a293049c6402737d...@mail.adsl.funky-badger.org



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Florian Weimer
* Arno Töll:

 dput-ng features many enhancements over dput, such as more
 comprehensive checks, an easy to use plugin system, and code
 designed to handle the numerous archives that any Debian package
 hacker will interact with.

Does it prevent uploading security updates to the main archive by
default?


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ehkiiwjh@mid.deneb.enyo.de



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Arno Töll
Hi,

On 28.10.2012 13:57, Florian Weimer wrote:
 Does it prevent uploading security updates to the main archive by
 default?

Adam, with his Release Team hat on, suggested us to prevent this for
t-p-u likewise. We have the infrastructure and possibilities to
implement a check like this, and it is reasonably trivial to implement.

For the time being we do not prevent this, but it is on our TODO already
and the first version we upload to Debian will most likely feature such
a check.


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



signature.asc
Description: OpenPGP digital signature


Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Adam D. Barratt

On 28.10.2012 13:06, Arno Töll wrote:

On 28.10.2012 13:57, Florian Weimer wrote:

Does it prevent uploading security updates to the main archive by
default?


Adam, with his Release Team hat on, suggested us to prevent this for
t-p-u likewise.


I think it was p-u, but more as a grumble about an uncoordinated upload 
than necessarily an actual feature request. :-)


Cheers,

Adam


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/3b9ec2eaa4e63f654b76f849b1415...@mail.adsl.funky-badger.org



Re: [SUMMARY/PROPOSAL] Orphaning another maintainer's packages - delay for maintainer to react

2012-10-28 Thread Thomas Goirand

On 10/27/2012 04:47 AM, Dmitry Smirnov wrote:

For example if package is not maintained for years we can certainly wait for a
month or two before orphaning even though there may be no need to wait that
long.

This unfortunately cannot be set as a rule. Sometimes, a package that was
left unmaintained for a long time becomes a piece of something else,
maybe because it's a dependency of a new package, and needs to be
taken care of, and that's exactly when you will want to have a quick
adoption of the package, in order to not waste some maintainer / DD
time and/or delaying the achievement/upload of a project/package.

On 10/27/2012 04:47 AM, Dmitry Smirnov wrote:

Michael Gilbert's proposal to start salvaging with NMUs makes more sense as it
allows to proceed gently and demonstrate motivation and willingness to work on
the package. From non-DD prospective couple of successful NMUs will confirm
salvaging intent and capacity better than random ACKs.

I also think it would be a good thing if there was some kind of work
showing the intent of the adopter, on top of the ACK. This could be
in the form of a patch sent to the BTS, or some NMU. But I don't
think this should be a hard requirement. I agree with others saying
that we should trust that DDs will do the right thing.

Cheers,

Thomas


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



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Arno Töll
Hi,

On 28.10.2012 14:15, Adam D. Barratt wrote:
 On 28.10.2012 13:06, Arno Töll wrote:
 On 28.10.2012 13:57, Florian Weimer wrote:
 Does it prevent uploading security updates to the main archive by
 default?

 Adam, with his Release Team hat on, suggested us to prevent this for
 t-p-u likewise.
 
 I think it was p-u, but more as a grumble about an uncoordinated upload
 than necessarily an actual feature request. :-)

I implemented it nonetheless in [1] :

Yes, I know it still lacks code name aliases, but that's something we
are aware of. Also, the user prompting interface is not very clean yet :)

[1]
http://anonscm.debian.org/gitweb/?p=collab-maint/dputng.git;a=commitdiff;h=ae1121c8f0f872376689fe81ec49194d4bb35ae0
-- 
with kind regards,
Arno Töll
IRC: daemonkeeper on Freenode/OFTC
GnuPG Key-ID: 0x9D80F36D



signature.asc
Description: OpenPGP digital signature


Re: [PROPOSAL v2] Orphaning another maintainer's packages

2012-10-28 Thread Andrew Starr-Bochicchio
On Sun, Oct 28, 2012 at 12:19 AM, Michael Gilbert mgilb...@debian.org wrote:
 On Sat, Oct 27, 2012 at 8:51 PM, Charles Plessy wrote:
 maybe we could simply allow anyone, including non-DDs, to submit O-bugs for
 packages which seem abandoned by the maintainer, and to submit ITA-bugs for
 packages he/she wishes to salvage.

 I think that this misses one of the reasons for the original proposal, which 
 is
 to provide guidelines to the contributors who refrain from orphaning packages
 because they are not sure how to appreciate whether packages seem 
 abandonned.

 Everybody who are confident in what they are doing can orphan anything any
 time.  And they are fully responsible for their mistakes.  The guidelines 
 that
 are proposed to be added in the Developers reference are a formal process,
 which purpose is to help the orphaners to strongly reduce the chances that 
 they
 make a mistake.

 If, as Bart has found, such mistakes are quite rare, then why worry so
 much?  We don't need new formal processes for rarely occurring social
 problems.  We need more people willing to help those that make social
 mistakes to learn and improve themselves.

It's not that too many people are making mistakes. It's that too many
people don't take any action out of fear of making the mistake in the
first place. That's why we need a well defined process (or to at least
codify the status quo more clearly).

-- Andrew Starr-Bochicchio

   Soon to be a...@debian.org Just waiting on account creation!


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



Re: Mandatory -dbg packages

2012-10-28 Thread Ben Hutchings
On Sun, 2012-10-28 at 11:35 +0100, Bernhard R. Link wrote:
 * Philip Ashmore cont...@philipashmore.com [121028 09:12]:
  Yeah, in (cough)Fedora, kdbg even offers to download and install
  debug packages for you.
  Debug packages also make back-traces more than useless, and
  (cough)Ubuntu offers to download debug packages which it installs
  and re-examines the back-trace to see if more are needed.
 
 While having some way to get the stripped debug info from the installed
 packages is nice to more easily get some debug information or to
 retroactively make a backtrace a bit more verbose, it is still not
 enough for all cases of debugging. Ideal debugging information you get
 by locally rebuilding the needed libraries with
 DEB_BUILD_OPTIONS=noopt nostrip and installing those.
 (Sadly not all libraries support noopt, but it's getting much better as a
 side effect of the current hardening effords).

There are plenty of bugs that involve 'undefined behaviour' that in
practice depends on whether optimisation is enabled.  Unless you have a
good idea what's going wrong, how do you know that 'noopt' won't hide
the bug?  Also, gdb and the GNU toolchain have recently got a lot better
at handling highly optimised code (tracking variables in registers,
treating inlined functions as logically separate functions, etc.).

Ben.

-- 
Ben Hutchings
Reality is just a crutch for people who can't handle science fiction.


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


Re: [PROPOSAL v2] Orphaning another maintainer's packages

2012-10-28 Thread Russ Allbery
Andrew Starr-Bochicchio a.star...@gmail.com writes:
 Michael Gilbert mgilb...@debian.org wrote:

 If, as Bart has found, such mistakes are quite rare, then why worry so
 much?  We don't need new formal processes for rarely occurring social
 problems.  We need more people willing to help those that make social
 mistakes to learn and improve themselves.

 It's not that too many people are making mistakes. It's that too many
 people don't take any action out of fear of making the mistake in the
 first place. That's why we need a well defined process (or to at least
 codify the status quo more clearly).

Yes, exactly.

I don't want to be trusted to orphan packages on my own, and I've been a
DD for years.  It's too much pressure!  And as a result, I basically never
do it.  One of the huge advantages of somewhat more formal systems is that
they remove the feeling of personal responsibility and provide some sort
of system that can deal with issues, which can make the whole thing feel
much more comfortable for everyone involved.

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


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



Re: Mandatory -dbg packages

2012-10-28 Thread Wouter Verhelst
On Sun, Oct 28, 2012 at 08:03:25AM +, Philip Ashmore wrote:
 Having the sources installed in /usr/src and referenced there rather
 than /buildd would be an improvement too.

That's why there is the 'substitute-path' feature in gdb to fix that. Also see
http://grep.be/blog/en/computer/code/gdb_substitute_path

-- 
Copyshops should do vouchers. So that next time some bureaucracy requires you
to mail a form in triplicate, you can mail it just once, add a voucher, and
save on postage.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121028160936.gf23...@grep.be



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Wouter Verhelst
On Sun, Oct 28, 2012 at 11:15:47AM +0100, Arno Töll wrote:
 Hi,
 
 On 28.10.2012 08:03, Philipp Kern wrote:
  I'd prefer if such a tool could replace an existing one. Why not aim at
  replacing dput if there's a reason for it?
 
 As for us, we'd welcome that. However, that's primarily left to the
 current dput maintainer and his interest in that.

Have you talked to the dput maintainer?

If so, what were their answers?

If not, why are you claiming to replace their code? It's fine to be
writing something else to replace older code; but it's fairly rude to
be claiming that whatever you're writing is the next generation of
that older code, unless you're either the actual maintainer of said
code, or the actual maintainer gave their assent. Calling something
next generation implies that the older code is suddenly outdated or no
longer useful or something similar; that may be your opinion, but that
isn't necessarily true.

So if you don't have the original maintainer's agreement to call this
the next generation of their code, please be a bit more creative and
give it a different name. After all, that was also what the dput
maintainers did when they rewrote dupload.

-- 
Copyshops should do vouchers. So that next time some bureaucracy requires you
to mail a form in triplicate, you can mail it just once, add a voucher, and
save on postage.


signature.asc
Description: Digital signature


Re: Mandatory -dbg packages

2012-10-28 Thread Bernhard R. Link
* Ben Hutchings b...@decadent.org.uk [121028 17:02]:
 There are plenty of bugs that involve 'undefined behaviour' that in
 practice depends on whether optimisation is enabled.  Unless you have a
 good idea what's going wrong, how do you know that 'noopt' won't hide
 the bug?

If the bug still shows up with the library recompiled with 'noopt', then
no harm done. If it is a bug in the library, you want to look there
anyway (and you will most likely want to compile different parts of it
with or without optimisation or any other technique; in any case you
will want more of the library than just the binary and some debugging
symbols of it). The only case where a noopt library variant is a
disadvantage is a very ugly case of heisenbug, that is hidden by the
slightly changed library.

 Also, gdb and the GNU toolchain have recently got a lot better
 at handling highly optimised code (tracking variables in registers,
 treating inlined functions as logically separate functions, etc.).

Yeah, they got a lot better. But even if gdb got perfect in that regard
it can still not show what isn't there (like the value of a variable
(or function argument passed as register) no longer stored anywhere.

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20121028163707.ga19...@client.brlink.eu



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Paul Tagliamonte
On Sun, Oct 28, 2012 at 05:25:20PM +0100, Wouter Verhelst wrote:
 On Sun, Oct 28, 2012 at 11:15:47AM +0100, Arno Töll wrote:
  Hi,
  
  On 28.10.2012 08:03, Philipp Kern wrote:
   I'd prefer if such a tool could replace an existing one. Why not aim at
   replacing dput if there's a reason for it?
  
  As for us, we'd welcome that. However, that's primarily left to the
  current dput maintainer and his interest in that.
 
 Have you talked to the dput maintainer?

No.

 
 So if you don't have the original maintainer's agreement to call this
 the next generation of their code, please be a bit more creative and
 give it a different name. After all, that was also what the dput
 maintainers did when they rewrote dupload.

It maintains the same interface and is backwards compatible. The change
between dput and dupload was big enough where they were totally
different ways of solving the problem.

We support old arguments, and will make it a point to make sure old
setups are still compatable.

Cheers,
  Paul

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


signature.asc
Description: Digital signature


Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Michael Gilbert
On Sun, Oct 28, 2012 at 12:25 PM, Wouter Verhelst wrote:
 If not, why are you claiming to replace their code? It's fine to be
 writing something else to replace older code; but it's fairly rude to
 be claiming that whatever you're writing is the next generation of
 that older code

Any rewrite will be a next generation of the previous thing.  I
don't see the harm in calling things what they actually are.

There were probably some hurt feelings on the Star Trek staff when
Star Trek: TNG came around, but that's not sufficient justification to
stop the writers of that show from calling it what they wanted to call
it.

Best wishes,
Mike


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



Re: Bug#691624: ITP: dput-ng -- next generation Debian package upload tool

2012-10-28 Thread Philipp Kern
On Sun, Oct 28, 2012 at 02:40:53PM +0100, Arno Töll wrote:
 Yes, I know it still lacks code name aliases, but that's something we
 are aware of. Also, the user prompting interface is not very clean yet :)

Please make sure that it can be overridden on the commandline, thanks.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: Candidates for removal from testing (results)

2012-10-28 Thread Stefano Zacchiroli
On Fri, Oct 26, 2012 at 12:37:38PM +0200, Niels Thykier wrote:
 ax25-apps, fabric, firmware-crystalhd, icewm-themes, ilisp, inguma,
 lustre, mingw-ocaml, noflushd, openvas-plugins-dfsg, php-crypt-gpg,
 phpgacl, python-django-piston, smbind, sorl-thumbnail, spatialite-gui,
 sugar-chat-activity-0.86, sugar-log-activity-0.86, sugar-moon-activity,
 twidge, venkman
 
 The removed packages accounted for about 4.4% of all RC bugs left in
 testing[0].

Thanks a lot, Neil! Is that something that you plan to automate further
(at least the warning mails, I understand you probably want to further
inspect the individual removals), and/or run on a fixed cadence?

-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Debian Project Leader . . . . . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Re: [PROPOSAL v2] Orphaning another maintainer's packages

2012-10-28 Thread Michael Gilbert
On Sun, Oct 28, 2012 at 12:07 PM, Russ Allbery wrote:
 If, as Bart has found, such mistakes are quite rare, then why worry so
 much?  We don't need new formal processes for rarely occurring social
 problems.  We need more people willing to help those that make social
 mistakes to learn and improve themselves.

 It's not that too many people are making mistakes. It's that too many
 people don't take any action out of fear of making the mistake in the
 first place. That's why we need a well defined process (or to at least
 codify the status quo more clearly).

 Yes, exactly.

 I don't want to be trusted to orphan packages on my own, and I've been a
 DD for years.  It's too much pressure!  And as a result, I basically never
 do it.  One of the huge advantages of somewhat more formal systems is that
 they remove the feeling of personal responsibility and provide some sort
 of system that can deal with issues, which can make the whole thing feel
 much more comfortable for everyone involved.

I think everyone is in agreement on that defined rules are bound to
improve the situation.  The question (at least with respect to
non-maintainer orphaning) is, do we codify the tried and true bug
report + wait 4*7*24*3600 system, or do we take a gamble with one of
the new untested bureaucratic ones?

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/CANTw=MOJNWTDUwaQ1B=ZwCc_diJEN8GqcfLydv-B8=mu+3a...@mail.gmail.com



Re: [SUMMARY/PROPOSAL] Orphaning another maintainer's packages

2012-10-28 Thread Stefano Zacchiroli
On Fri, Oct 26, 2012 at 06:24:24PM -0700, Steve Langasek wrote:
  Similarly, Steve: can you comment on the criticism of voting on
  packages, why don't you see it as a problem?
[…]

 *I am not proposing a new process*.  This was the process that was
 used for *years* via debian-qa.  But, evidently because this process
 was never adequately codified in the developer's reference

Hi Steve, thanks for your detailed reply. I'm in agreement with
basically [1] all you wrote.

In fact, I've remained subscribed to -qa all those years, after my
active hacking on the QA infrastructure, because I wanted to follow
orphaning and similar discussions there. Unfortunately, if my memory
serves me well, the mail -qa process has grown more and more underused
in recent years. Also, some recent high profile cases have often
debated on -devel, partly increasing the drama around 3rd party
orphaning. That, combined with the fact that the process you remember
was written only in folklore, has probably made it unknown to most and
hardly discoverable by new developers.

No matter the actual letter of the process, we could all probably learn
from this experience that there is a lot of value in documenting
processes, even when they're supposed to be known in folklore. In Debian
we are not particularly good at doing that and we often end up paying
the price of it.

Cheers.

[1] I think at this point our judgement differs only on the matter of
the minimum number of ACKs, if any. My motive is that I like sane
defaults where responsible individuals _alone_ are empowered to act.
I'm fine with safeguards when the action is potentially risky, but
I'm weary of safeguards that block individuals to act forever if
everyone else in the world happen to be busy.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Debian Project Leader . . . . . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Re: [PROPOSAL v2] Orphaning another maintainer's packages

2012-10-28 Thread Stefano Zacchiroli
On Sat, Oct 27, 2012 at 11:36:15AM +0200, Lucas Nussbaum wrote:
 ---8
 4. When/if consensus has been reached, or if no objections have been raised,
the package can be orphaned by retitling and reassigning the ITO bug
accordingly. Here are some example situations where it is considered
acceptable to move forward:
 - one month has passed since the ITO bug was submitted, and nobody
   objected to the orphaning;
 - one week has passed since the ITO bug was submitted, and at least
   3 DDs supported the orphaning (possibly including the submitter
   of the ITO bug, if it was a DD), while nobody objected.
 ---8
 
 For completeness, here is the full proposal. I've also addressed a few
 cosmetic comments.

Hi Lucas, thanks a lot for this updated draft. I think is good and I'm
generally supportive of it.

A remaining concern of mine, however, is the second case. One week
really seems too short.

I understand that 3 DDs supporting the orphaning should give a good
safeguard against hostile takeovers. But I don't see the need for such a
short timeframe: if there's urgency, the interested DDs can use NMUs.
And on the other hand I do feel the risk of maintainers coming back from
VAC and finding packages where they've invested a lot of efforts
orphaned, maybe because a group of DDs working closely together ended up
sharing a (wrong) view on the maintainer intentions. That has a very
negative social potential and I think we should try hard to avoid it.

I propose to go for 15 days before proceeding in presence of ACKs.

It matches the longest DELAYED/XX period we currently have. For that
reason it seems to be culturally associated with a long delay we give
to people to react.

Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Debian Project Leader . . . . . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Towards d-i wheezy beta 4

2012-10-28 Thread Cyril Brulebois
Hi folks,

sorry, I hadn't found time yet to let you know about the prospective
plans for beta 4. I also haven't found time to read most of the last ~
200 mails on -boot@ but baring regressions in beta 3 (privext handling
for netcfg/NM comes to mind, which got worked around already), I'm
tempted to release a beta 4 as soon as src:linux hits testing.

If you want to see packages migrate from sid to testing before that,
please speak up. I'm tempted to keep everything l10n-ish for release
candidates (beta 4 might be the last beta).

Release team: please ping me before unblocking packages.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Re: [SUMMARY/PROPOSAL] Orphaning another maintainer's packages - delay for maintainer to react

2012-10-28 Thread Dmitry Smirnov
On Mon, 29 Oct 2012 00:21:41 Thomas Goirand wrote:
 On 10/27/2012 04:47 AM, Dmitry Smirnov wrote:
  For example if package is not maintained for years we can certainly wait
  for a month or two before orphaning even though there may be no need to
  wait that long.
 
 This unfortunately cannot be set as a rule. 

That's fine, recommendation would be good enough. 

On Mon, 29 Oct 2012 00:21:41 Thomas Goirand wrote:
 Sometimes, a package that was
 left unmaintained for a long time becomes a piece of something else,
 maybe because it's a dependency of a new package, and needs to be
 taken care of, and that's exactly when you will want to have a quick
 adoption of the package, in order to not waste some maintainer / DD
 time and/or delaying the achievement/upload of a project/package.

Of course, but it looks like we've lost a bit of context.
I was talking about orphaning-only while what you're saying is about 
adoption/salvaging/co-maintainership.


On Mon, 29 Oct 2012 00:21:41 Thomas Goirand wrote:
 I also think it would be a good thing if there was some kind of work
 showing the intent of the adopter, on top of the ACK. This could be
 in the form of a patch sent to the BTS, or some NMU. But I don't
 think this should be a hard requirement. I agree with others saying
 that we should trust that DDs will do the right thing.

Indeed it don't have to be just NMU -- any form of contribution will do.

Regards,
Dmitry.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201210290904.04784.only...@member.fsf.org



Re: [PROPOSAL v2] Orphaning another maintainer's packages

2012-10-28 Thread Dmitry Smirnov
On Mon, 29 Oct 2012 03:07:16 Russ Allbery wrote:
 Andrew Starr-Bochicchio a.star...@gmail.com writes:
  It's not that too many people are making mistakes. It's that too many
  people don't take any action out of fear of making the mistake in the
  first place. That's why we need a well defined process (or to at least
  codify the status quo more clearly).
 
 Yes, exactly.
 
 I don't want to be trusted to orphan packages on my own, and I've been a
 DD for years.  It's too much pressure!  And as a result, I basically never
 do it.

Perhaps your experience may confirm my observation: Except for orphaning as 
part of MIA procedure I can't recall situation when a particular package was 
orphaned by non-maintainer. 
It looks like such cases are extremely rare so as result prospective 
contributors are often reluctant to invest much time into improvement of de-
facto unmaintained but not orphaned package.


 One of the huge advantages of somewhat more formal systems is that
 they remove the feeling of personal responsibility and provide some sort
 of system that can deal with issues, which can make the whole thing feel
 much more comfortable for everyone involved.

Absolutely.
Even a bit of guidelines will do very well.
For example at the moment it is not obvious that adoption can begin with ITA 
bug to the package but this little hint can save time and improve visibility 
of adoption comparing to private email to maintainer if it remains unanswered.

Regards,
Dmitry.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201210290958.21858.only...@member.fsf.org



Re: Bug#690142: marked as done (remote named DoS on recursor (CVE-2012-5166))

2012-10-28 Thread Matthew Grant
Hi THere!

Just trying to avoid people wasting effort on bind9 NMU work.

I am working with LaMont Jones on an update for wheezy to bind9 9.8.4,
rebased on the ISC 9.8.4 code, which will definitely close #690569,
#690142, and may be #689755.  (The rest of the Important bugs appear to
be with old versions of bind9 before 9.7.x.)

The main reason is to reduce the work required for security patching and
to mostly eliminate the risk of introducing new bugs with the fixes.

It has been found that the data structures between ISC bind9 9.8.1 and
9.8.4 have markedly changed due to essential protocol fixes and security
fixes.  Applying patches is no longer that simple a matter, with a
considerable risk of introducing new bugs.

I originally adapted up the patch for bind9 9.8.1.dfsg.P1-4.2 , and was
proceeding to fix  #690569 DNS wildcards fail to resolve with DNSsec
enabled when I found that there was a serious risk of introducing new
new bugs, and desisted from NMUing bind9. (I was a professional C router
programmer)

There is also the matter of #689755 bind9: memory leak in named.  I am
currently working on an ISP DNS project based on wheezy, and have
observed some suspicious behaviour in this regard.  On reading the ISC
CHANGES file for 9.8.4, there are fixes that could be related to this
sort of behavior.

This is a notice that the bind9 9.8.1.dfsg.P1-4.x package might be
replaced, after going through the appropriate channels (Debian Release
Team). LaMont will be uploading our work to wheezy-proposed shortly.

A repository of work done so far is up at
http://anonscm.debian.org/git/collab-maint/bind9.git/

Thank you very much for your patience.

Best Regards,

Matthew Grant

On 29/10/12 11:21, Debian Bug Tracking System wrote:
 Your message dated Sun, 28 Oct 2012 23:16:32 +0100
 with message-id 20121028221632.ga21...@spike.0x539.de
 and subject line fixed in 9.8.1.dfsg.P1-4.3
 has caused the Debian Bug report #690142,
 regarding remote named DoS on recursor (CVE-2012-5166)
 to be marked as done.
 
 This means that you claim that the problem has been dealt with.
 If this is not the case it is now your responsibility to reopen the
 Bug report if necessary, and/or fix the problem forthwith.
 
 (NB: If you are a system administrator and have no idea what this
 message is talking about, this may indicate a serious mail system
 misconfiguration somewhere. Please contact ow...@bugs.debian.org
 immediately.)
 
 




signature.asc
Description: OpenPGP digital signature


Re: Mandatory -dbg packages

2012-10-28 Thread Philip Ashmore

On 28/10/12 16:09, Wouter Verhelst wrote:

On Sun, Oct 28, 2012 at 08:03:25AM +, Philip Ashmore wrote:

Having the sources installed in /usr/src and referenced there rather
than /buildd would be an improvement too.


That's why there is the 'substitute-path' feature in gdb to fix that. Also see
http://grep.be/blog/en/computer/code/gdb_substitute_path
While this feature allows gdb to know the correct source locations, 
using it implies that packages requiring the feature contain incorrect 
source paths - wouldn't it be better for these packages to contain 
correct source paths in the first place?


Regards,
Philip


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/508dd2c3.9090...@philipashmore.com



Re: Mandatory -dbg packages

2012-10-28 Thread Paul Wise
On Mon, Oct 29, 2012 at 8:50 AM, Philip Ashmore wrote:

 While this feature allows gdb to know the correct source locations, using it
 implies that packages requiring the feature contain incorrect source paths -
 wouldn't it be better for these packages to contain correct source paths in
 the first place?

There is no such thing as a correct source path, I unpack source
tarballs to ~/tmp/ when debugging, you seem to use /usr/src/ and John
Doe uses ~/src/debian/pool/f/foo/foo-0.1/.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Accepted ruby-tmail 1.2.7.1-3 (source amd64 all)

2012-10-28 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 27 Oct 2012 00:53:34 +0200
Source: ruby-tmail
Binary: ruby-tmail libtmail-ruby-doc libtmail-ruby1.8
Architecture: source amd64 all
Version: 1.2.7.1-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: 
 libtmail-ruby-doc - Transitional package for ruby-tmail
 libtmail-ruby1.8 - Transitional package for ruby-tmail
 ruby-tmail - Mail class library for Ruby
Closes: 688798
Changes: 
 ruby-tmail (1.2.7.1-3) unstable; urgency=medium
 .
   * Team upload
   * Set urgency to medium, as a RC bug is fixed
   * Build only for Ruby 1.8 (Closes: #688798)
 - debian/control: change XS-Ruby-Versions from all to ruby1.8;
mention in the description it may not work properly with Ruby 1.9.
 - add debian/README.Debian describing the situation
   * Add debian/patches/0002-include_is_binary_data_definition.patch: include
 the definition of isString#_binary_data? method needed in tmail/quoting.rb.
   * Add debian/patches/0003-deactivate_faulty_test.patch: deactivate test
 relying on ordered hashes, which is a wrong asumption with Ruby 1.8.7.
   * Enable test suite to track possible regressions
 - debian/rules: do not ignore test results anymore
 - debian/ruby-test-files.yaml: restore the list of test files
Checksums-Sha1: 
 fe2f09615fbceeb0ee10db131144a1b18d21de24 2237 ruby-tmail_1.2.7.1-3.dsc
 e1ce57d42c42dcbb1e4d0ab1a1e1f74a2f553b8e 5280 
ruby-tmail_1.2.7.1-3.debian.tar.gz
 cbb0ff68378687ba78e56424f60fdc1edc01e0f2 65214 ruby-tmail_1.2.7.1-3_amd64.deb
 6fe09e0b44f9f046147b34abe09c30d572b948f2 6312 
libtmail-ruby-doc_1.2.7.1-3_all.deb
 2dea0f6f246ca254eae9e03f86c387e5b0b7c453 6314 
libtmail-ruby1.8_1.2.7.1-3_all.deb
Checksums-Sha256: 
 f6027715f32285b9536aaba5025fadbbb7907e1df37d4758dc8a6cb17dcfcd17 2237 
ruby-tmail_1.2.7.1-3.dsc
 cf84a1d4404222a837e8f5a2ae310d0c5d495f746e08c85b1b21dbede2b5c5dd 5280 
ruby-tmail_1.2.7.1-3.debian.tar.gz
 c1cf374b25486f1ee2c487f45668abf8a867302c5f600ebaf4dc422d1a491f14 65214 
ruby-tmail_1.2.7.1-3_amd64.deb
 3c6bd1075c75dc60e0bf68668e7cc875f2dd29f8c0efe8e1364bc0be1210fd34 6312 
libtmail-ruby-doc_1.2.7.1-3_all.deb
 998516383469ea52309a344d05812f42eff5ee14c8b2017061077e0d69ac9cd3 6314 
libtmail-ruby1.8_1.2.7.1-3_all.deb
Files: 
 7d8233cf6840cc09034c8aeb83353914 2237 ruby optional ruby-tmail_1.2.7.1-3.dsc
 543d42ff84e48379c8900b02bf04e635 5280 ruby optional 
ruby-tmail_1.2.7.1-3.debian.tar.gz
 f55e6ed6bd24cdf8bb51d9034af51fc1 65214 ruby optional 
ruby-tmail_1.2.7.1-3_amd64.deb
 5e69a8b4af502d21ffc8dcaa5b7042fe 6312 oldlibs extra 
libtmail-ruby-doc_1.2.7.1-3_all.deb
 fc7b7c1bba6c3db0efcd9889ac1cac7e 6314 oldlibs extra 
libtmail-ruby1.8_1.2.7.1-3_all.deb

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

iQIcBAEBCAAGBQJQjNGoAAoJENpJWPYR4UnpGBMQALJwTNGMAkYKGnG76ebQsIfQ
go/cNDKNqKl9ySD5cTPsB0FExVNVllojqW2cF1IxZZP2VgmUI/PY71OsI1vJ1JaD
TKBOH6ljAaMAakPPpejAXidhP9Sz39hoKXOJJsg6xKbBV2eaD7J6O983q2BfLR16
t2ATViylCLFHNmM/B+q2Vf0CByLGkbzOv89Y3Diq5cxFzzgiVdg7V4rOnsH3gLz1
+xjjPFSYINpy+XGoLXJ2+Sdn7VW0raWtMNcmsu1GEg1X7CvhIdTtNm12vAyTDHV3
JkzHzA0JgWheJBTHMxk/7rOp0IhdnHX9Iv+tFdJkRLp4g8CIGOfBNVNDSPRJufiD
hbAOa0VJTAq8D6ACOWh8CSt6a1pmmKLNRBhKV/A7EKxwr5NPwOMUh8KOCLvEYqP8
CHW3E5r8vLmDDnHbKgUWfJhIHZEEM4HrPIOTuSczCxHd46sjFr8kqspyeedxOrgQ
oDvdB4+5Dvyvj0AZiLmOAKwrDv6zdyfliFwAoPaQFz8cHbeBSQUPF/dHUGu7vvbr
ortcQnPgm0ZGzlHwXuOb5oO/amOHEz/3tfILnYpCqq6BjRrdG8dOKdkLfo5EtjNh
AGEg1M6m0cEo045gr92d4t445/GmYl/gGqRlE3mcZmR3ofqAD58eRbNILFh8RJkE
ZL7IUOQXuTcgcijwBBn/
=/CKO
-END PGP SIGNATURE-


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



Accepted netcfg 1.100 (source amd64)

2012-10-28 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 10:16:17 +0100
Source: netcfg
Binary: netcfg netcfg-static
Architecture: source amd64
Version: 1.100
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 netcfg - Configure the network (udeb)
 netcfg-static - Configure a static network (udeb)
Changes: 
 netcfg (1.100) unstable; urgency=low
 .
   * Temporarily revert the activation of IPv6 privacy extensions
 to cope with network-manager not commenting out the interfaces
 stanza correctly.
Checksums-Sha1: 
 ef3435b5954e67f7a17a3af2d7ac4b0bc714b257 1522 netcfg_1.100.dsc
 91bedac93098085c6e0a469ac84792df8d71588a 748942 netcfg_1.100.tar.gz
 ad5febdcf8f4dc7d844d8950dbfc51136da782da 419286 netcfg_1.100_amd64.udeb
 fdc38843d5fd57b99efc435c7d24bb51a13dd955 329422 netcfg-static_1.100_amd64.udeb
Checksums-Sha256: 
 c8a4ce891c5bc063df607e734e8dd1d6c91ab2e585dce8d1a0d315416205b4d0 1522 
netcfg_1.100.dsc
 a6f941aa7d08309af77946030a8bb32d8b5cee0053d8d9f16198ce7e3547cd4e 748942 
netcfg_1.100.tar.gz
 d8d58b47af3581830e7b24103ae442c7ae1eaff49845c088fb81e0130ab880b6 419286 
netcfg_1.100_amd64.udeb
 f9a0813aca1800323e5b9c98d1e2e4a89a6735c9dd60928a884c4b56da9372a1 329422 
netcfg-static_1.100_amd64.udeb
Files: 
 7ca93a268b21c60e7f11385b4cccb14e 1522 debian-installer optional 
netcfg_1.100.dsc
 6966fab1ade78eb69f383f3dc7bd07a8 748942 debian-installer optional 
netcfg_1.100.tar.gz
 ff2526f86f45abae906cc90c08266396 419286 debian-installer optional 
netcfg_1.100_amd64.udeb
 d51c4e43d761add6a14f50d98014371a 329422 debian-installer optional 
netcfg-static_1.100_amd64.udeb

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

iQEcBAEBCAAGBQJQjPgGAAoJEERuJUU10Fbsb4QIAIOtrLHeneYbg8u+edQImZ/2
9jut/IQj8zfH+XyZBcFiUWWjv26d58oJc0MWnuNOOJTXrPdlRwc904dr9oXr0QDe
jDyhOlgPfwkrXv6otYKpae972oRbSEcm/wFoV3GAq0Qlp9lUUYfInH3FMqxxI57m
yq9ZjrNrZ8XAZ/fUV0/AIB3PUEIpTPvlmU6qE0+zOJEQAcbKYJD6XNOpxQCNG8Na
+OMBq54eeFe8iYi9cfx84yuVznj5g0CU7hagFYDjaDY0JEXusH4Akps4a6idIwTL
aN3vcLE0LOH8mMg9vjufd+68sqy7922iDpsJTkKr0ZpDSRZrwmulLilTSuQilWE=
=v11M
-END PGP SIGNATURE-


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



Accepted jhead 1:2.96-2 (source amd64)

2012-10-28 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 10:28:57 +0100
Source: jhead
Binary: jhead
Architecture: source amd64
Version: 1:2.96-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description: 
 jhead  - manipulate the non-image part of Exif compliant JPEG files
Closes: 691607
Changes: 
 jhead (1:2.96-2) unstable; urgency=low
 .
   * Fix documentation still hints at old -nf renaming functionality
 Apply attached patch (Closes: #691607)
Checksums-Sha1: 
 bff603597a995ca25a37abe7bea0ad0a883e2819 1041 jhead_2.96-2.dsc
 8e3ec1c85e8dd70a87ab8d391ffb61530b93abcb 6314 jhead_2.96-2.debian.tar.gz
 0b30651c64a5b9fa7efe114700c0404b11c53340 51332 jhead_2.96-2_amd64.deb
Checksums-Sha256: 
 9e1c65e00710e86f4a592ccf61e19cd03884de89e771dbeea4740882734781fe 1041 
jhead_2.96-2.dsc
 d73d49e439278fb89bdf6b3afe754218e3247a52e09c4ddc2e2591a438b73833 6314 
jhead_2.96-2.debian.tar.gz
 11830e77c47bac2d48f37e022b7f31814e800a1df65bc392c9c003310272a8f0 51332 
jhead_2.96-2_amd64.deb
Files: 
 4343abe82a399562131a72b0ffa87ad0 1041 graphics optional jhead_2.96-2.dsc
 9d1a394a640a4a8a103976d1f865af66 6314 graphics optional 
jhead_2.96-2.debian.tar.gz
 99d2f4ac5c637bbbd844c6437a945b53 51332 graphics optional jhead_2.96-2_amd64.deb

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

iEYEARECAAYFAlCM/WwACgkQP0qKj+B/HPl06QCeLMvhs2RqPUqwf+X2g8CbV+kr
OzMAnjGDy8athFN5Srt5AAbhOP49ae5N
=GvgL
-END PGP SIGNATURE-


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



Accepted imagevis3d 3.0.0-1 (source amd64)

2012-10-28 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 10:33:10 +0100
Source: imagevis3d
Binary: imagevis3d
Architecture: source amd64
Version: 3.0.0-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: 
 imagevis3d - desktop volume rendering application for large data
Changes: 
 imagevis3d (3.0.0-1) unstable; urgency=low
 .
   * New upstream: 3.0.0
 - New Grid Leaper renderer
 - Added limited support for MRC files
   * Refreshed systemlua.patch
Checksums-Sha1: 
 9231a702273a5951770bdc33ce3ac1b35fb92b7c 2159 imagevis3d_3.0.0-1.dsc
 80bcfdb83cac2ffb01140c7b5ce8cc9de4484f40 4424661 imagevis3d_3.0.0.orig.tar.gz
 c47b64b6773d9fca875e13de140e0f8d1609adf4 32036 imagevis3d_3.0.0-1.debian.tar.gz
 96676467a7435741100257fc54f88ec95276e227 4094198 imagevis3d_3.0.0-1_amd64.deb
Checksums-Sha256: 
 0e0dc79239d8db55cda7a3d3e8533a4ac41142ec07c7d60c023597825ec1511b 2159 
imagevis3d_3.0.0-1.dsc
 fec004d342988162b027c18d600021cd660f1eb529c57d392e34c8d2a8053f7b 4424661 
imagevis3d_3.0.0.orig.tar.gz
 d18ec88f449f22ba92b18d194c56443b2ac71aa233a7ee3ca105629248db85c3 32036 
imagevis3d_3.0.0-1.debian.tar.gz
 d80df0f164016addb1d31cb6739bfbc4cdef1aa55162b0be71d569612523ae61 4094198 
imagevis3d_3.0.0-1_amd64.deb
Files: 
 7fd6fc40eed0cd20d34ead80099e657d 2159 science optional imagevis3d_3.0.0-1.dsc
 87e7e34d6ff1c3a495cecfedaec4b587 4424661 science optional 
imagevis3d_3.0.0.orig.tar.gz
 e210882b7ae75756ddb1d9cab74cb826 32036 science optional 
imagevis3d_3.0.0-1.debian.tar.gz
 e6b8ab924c27da6e4a8f473966020c0e 4094198 science optional 
imagevis3d_3.0.0-1_amd64.deb

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

iQIcBAEBAgAGBQJQjQMOAAoJEAFx4YKK4JNFpTEP/3pf6eu3mExnEln0d5PiqJUG
fpWjd9fcKO7CPkRt56Fy+ee0ygw+oZNeKwrMWbeQLJoqquBdBmuIGwikoBkjps1u
x54Zh2qILbINlVV4ubvyTlG1dFVwxXGbWy4P3N05BGnV+EeC+66r4psw0ENvH7SO
92wzfnuV/fVsIwwssUy45QdLiXfvUho+dC9KBlXjrtJTXKWe7kge1ak1DMWH5Ech
5hJzezCz3Tfu9I2h6Lw2PYEgTpT5+Jo1BKmzykX9KQug7oEsZaTIwA/tkSaquiQy
N+kHwUhc4r/GahNGCTSHe+ahbEWqkKmLseEr+e5Y3pS3QIdWWrDAHsblRq7+jJdW
hVEcEgKo6LUmbz0APxjliQthcdxhehIyiBrEAzVtGvjqcYOGw3DW9KwLOTnJWtgE
BB/eCEdcFomXIUybWjRwG0FTJj7pZcUa1KoCVq6BxeDDNNOBGNjSoDED5MSWtywg
+ML4I2LHsuPzZcZvG3XjjHwNsC/wk+yCvlH3dgRN7/f2aOxk5qUFyhfTayABm1aj
7SX7DeoQADNRN25CKW7MbSASWBoBqPbK3aQGWvhRKFMy3CHAq3FnxsQ+es/ThQVi
4FOqifXagmJlo846etEatqcLwchLYTUBHaYGGP7dPbAI6klBgPSDjyLyQfVkt9C1
YelL+O4AHPcuytN8Cmgi
=IWJs
-END PGP SIGNATURE-


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



Accepted pycurl 7.19.0-6 (source amd64)

2012-10-28 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 11:20:44 +0100
Source: pycurl
Binary: python-pycurl python-pycurl-dbg
Architecture: source amd64
Version: 7.19.0-6
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-pycurl - Python bindings to libcurl
 python-pycurl-dbg - Python bindings to libcurl (debug extension)
Closes: 690187
Changes: 
 pycurl (7.19.0-6) experimental; urgency=low
 .
   * debian/patches/20_remove_string_options.patch
 - No longer keep copies of string options since this is managed by libcurl,
   needed to have pycurl.c in sync with upstream CVS, and apply further
   patches
   * debian/patches/30_fix_refcounts_calling_reset_twice.patch
 - Fixes refcount bug and provides better organization of PyCurl object,
   allowing to call reset() multiple time; thansk to Emmanuel Bouthenot for
   the report; Closes: #690187
   * debian/patches/40_add_CURLOPT_SEEKFUNCTION_and_CURLOPT_SEEKDATA.patch
 - Added CURLOPT_SEEKFUNCTION, CURLOPT_SEEKDATA
   * debian/control
 - bump Standards-Version t0 3.9.3 (no changes needed)
Checksums-Sha1: 
 4e52b34ec04213d91d4cd6efed16d9885fd6c052 1520 pycurl_7.19.0-6.dsc
 a7a50da5599cf7ed8b33501c9b4e4b1fd86d22e9 10523 pycurl_7.19.0-6.debian.tar.gz
 84de3bb83df702cae85b606f80e041d0020218cc 87554 python-pycurl_7.19.0-6_amd64.deb
 8fbea0f53663b8de6b7c654f284672054f462135 243646 
python-pycurl-dbg_7.19.0-6_amd64.deb
Checksums-Sha256: 
 dc26c6091dd010caf3c71117a2f9f0f37688f56dbb437a0d9259caccbd60a7fb 1520 
pycurl_7.19.0-6.dsc
 b26566785cd0cd74e0e37503dc66d61deecf200a604c6d274c4e15a02b6f8e98 10523 
pycurl_7.19.0-6.debian.tar.gz
 a0c5dde9e11de1b00d6bc0a26acf9b39db01eabb6aefb5eea0359a4e51565be4 87554 
python-pycurl_7.19.0-6_amd64.deb
 062a50f7c62dd15b1f759ba6faa3100337364b0df51e037208e13b04aef6f634 243646 
python-pycurl-dbg_7.19.0-6_amd64.deb
Files: 
 979a9abf413d6df88b3bcc7cfa901ff1 1520 python optional pycurl_7.19.0-6.dsc
 96e0678bb7c07ab4979adf06e2939c54 10523 python optional 
pycurl_7.19.0-6.debian.tar.gz
 4f1abece2a38fb6e10410f1b73a65d50 87554 python optional 
python-pycurl_7.19.0-6_amd64.deb
 b13d3078fe1ce7885a24c8f66f6a824c 243646 debug extra 
python-pycurl-dbg_7.19.0-6_amd64.deb

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

iEYEARECAAYFAlCNB3EACgkQAukwV0RN2VDwPwCfaDMi5WyZEBKH9oR8DNmhavME
0SEAnibu1scdU3hVsXvwX80do4atN4GH
=0UYI
-END PGP SIGNATURE-


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



Accepted procmail-lib 1:2009.1202-3 (source all)

2012-10-28 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Oct 2012 15:15:13 +0300
Source: procmail-lib
Binary: procmail-lib
Architecture: source all
Version: 1:2009.1202-3
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 procmail-lib - procmail library of plug-in recipes
Changes: 
 procmail-lib (1:2009.1202-3) unstable; urgency=low
 .
   * debian/compat
 - Update to 9.
   * debian/control:
 - (Build-Depends): debhelper 9.
 - (Standards-Version): Update to 3.9.4.
   * debian/copyright
 - Update to Format 1.0.
   * debian/procmail-lib.lintian-overrides
 - New file.
   * debian/rules
 - Simplify to dh(1) rules.
Checksums-Sha1: 
 b8c6b54e61ccd9c47507aeedad5133c841859671 1270 procmail-lib_2009.1202-3.dsc
 984e7b1ec9b3c94077b7b4e590ddea565f8e747d 5063 
procmail-lib_2009.1202-3.debian.tar.gz
 a6c68e21d9ab99a937bbc089221375f29ed1e750 339728 
procmail-lib_2009.1202-3_all.deb
Checksums-Sha256: 
 b2cff16ae61e522b52f8dd79024e483cc4d25c5f4896b3bc7ac3e9c5162f3416 1270 
procmail-lib_2009.1202-3.dsc
 4ba1990126df4d75b4eeb8a572f7c0d65d7916c6c1cb7820cc3426864162a91b 5063 
procmail-lib_2009.1202-3.debian.tar.gz
 17affdb49524449744fcfbce82fd124075c33025d23db280e870e159ea3e3183 339728 
procmail-lib_2009.1202-3_all.deb
Files: 
 b4a8ea757182bd646aa3996305d3ebec 1270 mail optional 
procmail-lib_2009.1202-3.dsc
 d86de91d1572a9e0f178b7b9f0cb40bb 5063 mail optional 
procmail-lib_2009.1202-3.debian.tar.gz
 344a282ff41871918779a6c4f098f213 339728 mail optional 
procmail-lib_2009.1202-3_all.deb

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

iEYEARECAAYFAlCNENYACgkQLARVQsm1XazQKgCgnCVj/ZQn9jlYXddzNe0ZQKnQ
aj4An0jIrwEE3Yz4M0iuVLEZ3eNuvfkx
=sPVH
-END PGP SIGNATURE-


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



Accepted py3cairo 1.10.0+dfsg-3~exp3 (source i386 all)

2012-10-28 Thread Koichi Akabe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 20:00:11 +0900
Source: py3cairo
Binary: python3-cairo python3-cairo-dev python3-cairo-doc
Architecture: source i386 all
Version: 1.10.0+dfsg-3~exp3
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Koichi Akabe vbkaise...@gmail.com
Description: 
 python3-cairo - Python 3 bindings for the Cairo vector graphics library
 python3-cairo-dev - Python 3 cairo bindings: development files
 python3-cairo-doc - Python 3 cairo bindings: documentation files
Closes: 691241
Changes: 
 py3cairo (1.10.0+dfsg-3~exp3) experimental; urgency=low
 .
   * debian/rules
- fix build for other python3 versions (Closes: #691241)
   * debian/patches/50_specify-encoding-in-waf.patch
- add to fix encoding probrem on python 3.3
Checksums-Sha1: 
 62ef0f39c806f27487dc4996401f27cf01b4da2a 2281 py3cairo_1.10.0+dfsg-3~exp3.dsc
 2802e2354f8043a695b9ab5b59d5eab99a69d581 12105 
py3cairo_1.10.0+dfsg-3~exp3.debian.tar.gz
 6d5ac6748925e002c54ad4082643076910422a36 37984 
python3-cairo_1.10.0+dfsg-3~exp3_i386.deb
 d2571fa9da0af7b725b698a016d8836f697fd4c6 7306 
python3-cairo-dev_1.10.0+dfsg-3~exp3_all.deb
 031cc5165ee234570b00e574720fc1e4dc7c1e5f 127636 
python3-cairo-doc_1.10.0+dfsg-3~exp3_all.deb
Checksums-Sha256: 
 64efc8eae4f974803611d2b61969b85ce8a4d2f012463500a41e6b42f90b3e6e 2281 
py3cairo_1.10.0+dfsg-3~exp3.dsc
 b3a21acaf6a0840011f0f9f6f59754dddfd2fbab23d2c224f49b04049e54c9fc 12105 
py3cairo_1.10.0+dfsg-3~exp3.debian.tar.gz
 7c25bd4ce19a86049868d852c695be9e900b4555cb9899d42c6071d2d7b5d957 37984 
python3-cairo_1.10.0+dfsg-3~exp3_i386.deb
 f7794d17bca0d878b753b479d508f37dc0669a421d12e79b03d394db8098b9ce 7306 
python3-cairo-dev_1.10.0+dfsg-3~exp3_all.deb
 c5bba211761ea33b096fdbe2efba28c92a6a6fcd75a77243c6c25bf752e9dbe0 127636 
python3-cairo-doc_1.10.0+dfsg-3~exp3_all.deb
Files: 
 517b251e8f745894023e41e429f3679e 2281 python optional 
py3cairo_1.10.0+dfsg-3~exp3.dsc
 60523430e10ec033ff9653cfc440d3db 12105 python optional 
py3cairo_1.10.0+dfsg-3~exp3.debian.tar.gz
 d692a31a6ce1dcdfb2c6452faa26039f 37984 python optional 
python3-cairo_1.10.0+dfsg-3~exp3_i386.deb
 d6cc2945e4ea182599feebf9c5b55f38 7306 python optional 
python3-cairo-dev_1.10.0+dfsg-3~exp3_all.deb
 4d3da5aa2b1507b3865bf4d72fb0f0a7 127636 doc optional 
python3-cairo-doc_1.10.0+dfsg-3~exp3_all.deb

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

iQIcBAEBAgAGBQJQjRGLAAoJEOQCFSmchA6BrOkP/1VfkSNgaLLJOmLWAgKbWrdX
us/sKq1p6Va2j5M1/sb0TFe28vx/aZ8zUENkhqSezbK3+G9DMcLvSMFWIWQw9zQN
Xe3E7TB2kAsiJ8LQU6wXDWN02zqOGjvu8BGFby+3Vi1cmzfkkfg9lVL76eBsQwGu
35D44t5XopYHspNL3szUl9XbuROuMPfssrsshgT9A9tFsoV8WM6/bO0+U0SLzn3K
rLPtNupwe77RP3ij+t+Y2NH2Q+Gxv4ccy5iotf6D2IIxs+62ZHP4dNDjt/nabcLw
h8CLpfVPCmSUC29ouDZ+oltbRlCL5ImyromLjUuQ+f/ldHfWYCm0Xda7ilrIPoHV
zg8ZDWPRlTLZN57Gc713+tozZ1ICwa+HnmfK/XSwfQoWrI/7nkG68drSLNeBKKsl
Br444guhHXvIHsLn8r4QI538RJn183+mVqkeJX913LihtlLI6MefEZYUek2Fxf5u
3TQ6nDCB044Q8q3ychF3a3sBDRi3vvXxQU4i9y6aTYP2pW/cFmKVGYUCvssUU2R3
GHRVOIROhgMAYRR4PX90EIcv+0yrDdU9ZKPysU0pMx6X/MgnpctC4NHveaJj0399
5KI26G28VVA4yhKCr19Op/XbV/BP8y2sWv5SuN8ACVUFsIq57E+jfoyDm+lWnmky
/ZT2A1helw7D/buuUPdn
=BcL0
-END PGP SIGNATURE-


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



Accepted rakudo 2012.10-1 (source amd64)

2012-10-28 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 13:22:43 +0100
Source: rakudo
Binary: rakudo
Architecture: source amd64
Version: 2012.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Rakudo Maintainers pkg-rakudo-de...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini gh...@debian.org
Description: 
 rakudo - Perl 6 implementation on top of Parrot virtual machine
Changes: 
 rakudo (2012.10-1) unstable; urgency=low
 .
   * New upstream release
   * Bump parrot and nqp required versions
   * Bump Standards-Version to 3.9.4 (no changes needed)
Checksums-Sha1: 
 1a9f36ef5603a386d089ae8a62898adf2448eabd 2017 rakudo_2012.10-1.dsc
 79031634c037b8a01dc5ab6dfdaeac310278081e 405526 rakudo_2012.10.orig.tar.gz
 a4fa9e23c862683bd623b40af93677bc00f1929c 5880 rakudo_2012.10-1.debian.tar.gz
 c997fbc850420f2dfe8d164aa8d7ba7c90be36e9 2496830 rakudo_2012.10-1_amd64.deb
Checksums-Sha256: 
 e540bfb26669d413993a6ccf202b01cbf926d8582a86d5b1c5d32a23a08ac820 2017 
rakudo_2012.10-1.dsc
 97c8e857b3dc180775149cd0fe45789260d679b16d49caf21a773264709307fd 405526 
rakudo_2012.10.orig.tar.gz
 734a4b39e98a425de059547ac60a7520ac29fb7b99710f00f1316a1b517af153 5880 
rakudo_2012.10-1.debian.tar.gz
 a54699737bd648fbd5e198da17beab57788fa106e2444ae9f8b76d6a6b3db4d4 2496830 
rakudo_2012.10-1_amd64.deb
Files: 
 3eb7164e80a69c02c02b27a0a57c25ca 2017 interpreters optional 
rakudo_2012.10-1.dsc
 5da407ec59aaccbc01c69089ca9a7ba5 405526 interpreters optional 
rakudo_2012.10.orig.tar.gz
 0d48d6c3a86e2cf06881a201fa3e7fb5 5880 interpreters optional 
rakudo_2012.10-1.debian.tar.gz
 a49818d6d1421c5c59d8268b778a0c36 2496830 interpreters optional 
rakudo_2012.10-1_amd64.deb

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

iQIcBAEBAgAGBQJQjScAAAoJEK+lG9bN5XPLjt8P/RPHNGQrJYT4awnitp6dTl8/
L7HZr6XB9219U6XQjJhTOzIWwymmhBRhpULdclTeQKEDbYNxuAAOobX3LTJqcs3T
AZ/TtswxaK6rlsf2oMLYIto5oJwxBSt5Ds5Gp6dyfauYLJOrkdvpGwg8ZzeTdAzF
phI4iAaW9sAXeuGOyAnNUtH9zoRC4pPnJUcwwRGbV4rxZOjJYnpJNzQ8WehJcqLW
Nc2tBjYZ2rhO+nmap2xAoEWvVUYrhDrDyQF9eDoF29jzGyLn4m2GWmaThfhGmGRv
a5LEIyCPIIvBDYV9j3iz3woXj/8FsHwMkz83p/acuMY6evc+QCt2P0AouslGZvZx
z01zCAVr8JQLuti7zPw36sYJriKmTEbAvEkEhF+XoUN/CgxWIjNEOUTzF6Cx9y90
4rAuLoYHfl1VaO997eikgsx0lsclWWs76aZ/Z67AYdrybHcXXWh2yeoNESa90KUJ
YNPbEJA/wlAfYwUFNvV3Pgd3KCbPMXEo8u/WK6SuScH6FW46G9+EmFfdkuz+Fz+a
d5Taec6NyFrrTYlcspy0D3ahEK6IUDc5Wz7+PYoQQ+v/MWtzEgxZ92vlHPDLgBC7
pbZsKFCehX6bz9GGz+ePLPJH2KsJytjCFV7KR8Po5PIqsN0G0Wv4rZhyxpa/C/e1
n3KKADHM2C6vH0YWEGt3
=5oGM
-END PGP SIGNATURE-


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



Accepted manpages-de 1.2-1 (source all)

2012-10-28 Thread Tobias Quathamer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 13:01:37 +0100
Source: manpages-de
Binary: manpages-de manpages-de-dev
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Quathamer to...@debian.org
Changed-By: Tobias Quathamer to...@debian.org
Description: 
 manpages-de - German manpages
 manpages-de-dev - German development manpages
Changes: 
 manpages-de (1.2-1) unstable; urgency=low
 .
   * Imported Upstream version 1.2
 - Check that po4a is installed on the system
 - Some new translations and lots of translation updates
Checksums-Sha1: 
 b972b3b190017ed462997619af8a17e546a52444 2076 manpages-de_1.2-1.dsc
 64a88340c73a2d12aa6db764d648777a99ace544 1192723 manpages-de_1.2.orig.tar.bz2
 f5000fe2040c0fc8b0405aa4c82398a31655748e 10271 manpages-de_1.2-1.debian.tar.gz
 6ca942f1670972ebaa96a2545c424884cab95896 681548 manpages-de_1.2-1_all.deb
 a4f43702105e2d8e843af049f53919a4ebf48959 755564 manpages-de-dev_1.2-1_all.deb
Checksums-Sha256: 
 2f6fec6b864c117854c3eecccb92154812336d0f04b7d76919cbf7010bbd9bee 2076 
manpages-de_1.2-1.dsc
 0a4cfd95954c423cb412f7fae7ed62e07cc515c77eb48ff3b808b6929b516264 1192723 
manpages-de_1.2.orig.tar.bz2
 3aaff0a7f946629ec45b9284a28de271121c0dde7a9e9f147b68ff241232657a 10271 
manpages-de_1.2-1.debian.tar.gz
 bf4ebeccb893f9fd95b79814ae4dd7b2f811335f4ff957ea0f9bc307098fc310 681548 
manpages-de_1.2-1_all.deb
 66d7531f9ecc8c60542a691963bf1dabd3cab0712f4c0d7d6a98ee388090 755564 
manpages-de-dev_1.2-1_all.deb
Files: 
 35e9b036593a5fe1c052cdea6b10bb08 2076 doc optional manpages-de_1.2-1.dsc
 2ecb1e4a7b75341f7b8d7b11e8193399 1192723 doc optional 
manpages-de_1.2.orig.tar.bz2
 fe7fc077ef0c58d3e566a2f468064142 10271 doc optional 
manpages-de_1.2-1.debian.tar.gz
 bd60c3a1959d0f5a23dec5d94dd25ffe 681548 doc optional manpages-de_1.2-1_all.deb
 9b4c428e55f8f8ed2de78f9bb11f82ee 755564 doc optional 
manpages-de-dev_1.2-1_all.deb

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

iQIcBAEBCAAGBQJQjSCVAAoJEIP9HEaC0Tjgx+AP/AuDtGjv3NoC5HzcQ2IW4SCT
M9IP+b1PsT71gRm9RB7OvZELTP5PwX7/IGO6xKD6CQnpU57tcjZuWj5u0yE/S0CR
TtqI/2TjfBnp3zCRJRBsgwKboIBpt4TcLxqUf/Srmz2Vtgpzj7lKw51P474OeGzK
BM3EiH24/haBqPmyNhgxuH5ymnz5W/s8+mIjFPWTIJ3muu4XNr1BW92ugwk+YHwM
3duXp6qh7xOwAluoJrxDVHaqrostdpwo//WO4ftB8jdgeCMNMgKFMiwy9bqDTi6Y
hglq1PsWxw2KmNtYgq+6zRWfgh1yH0k4DwhWCMsuVLIQTJ3Ihs1P8bYyyImjz+wx
dxTphdoSKYMRGXVWCQDN0++4DuiVXS+tiAoQIekyqWAyaVD6gphMY6NTwS6qL2uN
4zKLSpB3l/1tuecmF5amFIa1RdyKjHQ1Uwi4ScRLZVVdCK+oCjcz55zj3MqT62u+
ZgZkWkrmiGNUDa676TvZuTdP9zEQj6WJ95dR6U4F4L5oL9vZyaxPHCvyxwJuY6tc
Ne6ygDU02zrYgipVjJfvgYJqhMuKDfwnRZgoXLUsqO0R5t0LxtWD4RKeVfeaYvUv
uKDPiNZdDzFjE6Jy4owC/sk4pq30OSzbLxPm8yHsk41NZm+iGm+rwYni50iCjur2
uIGXaWhcZztW665uXAan
=nQpL
-END PGP SIGNATURE-


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



Accepted schroot 1.6.4-2 (source all amd64)

2012-10-28 Thread Roger Leigh
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Oct 2012 11:49:57 +
Source: schroot
Binary: schroot-common libsbuild-dev schroot-dbg libsbuild-doc schroot dchroot 
dchroot-dsa
Architecture: source all amd64
Version: 1.6.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers 
buildd-tools-de...@lists.alioth.debian.org
Changed-By: Roger Leigh rle...@debian.org
Description: 
 dchroot- Execute commands in a chroot environment
 dchroot-dsa - Execute commands in a chroot environment
 libsbuild-dev - development files for the Debian source builder
 libsbuild-doc - development documentation for the Debian source builder
 schroot- Execute commands in a chroot environment
 schroot-common - common files for schroot
 schroot-dbg - schroot, dchroot and dchroot-dsa debugging symbols
Changes: 
 schroot (1.6.4-2) unstable; urgency=low
 .
   * sbuild::chroot_facet_session_clonable: Include
 sbuild-chroot-block-device-base.h, which was missing on
 kFreeBSD and Hurd builds (it's included indirectly on Linux
 via the LVM snapshot header).
Checksums-Sha1: 
 220235801428c5f019686cf7cb65f5ef0e63af6b 2424 schroot_1.6.4-2.dsc
 7098b9837dcd272108bc6e3fbe91bc8f8df7edfe 30934 schroot_1.6.4-2.debian.tar.gz
 6c2d450c218a024477d279e44c02ebf044fcb54c 267926 schroot-common_1.6.4-2_all.deb
 8a64835440d6d1f6e56312b0838a3ee65829bf02 2297066 
libsbuild-dev_1.6.4-2_amd64.deb
 c7b23229ec067e832be5db5067aa522663e47c02 29133952 schroot-dbg_1.6.4-2_amd64.deb
 3e5c3001ac32f5ade9cdffe1571e5b8ac06d1024 8188768 libsbuild-doc_1.6.4-2_all.deb
 f14c25edc94f3e65acfbebe6f9ace2f5dd63a9e7 966906 schroot_1.6.4-2_amd64.deb
 081ccc7a4aae310329feb4148f50a1c97a1ae946 370162 dchroot_1.6.4-2_amd64.deb
 cddce5562be0be45f96d0e27025d8dadb9649c3f 369404 dchroot-dsa_1.6.4-2_amd64.deb
Checksums-Sha256: 
 dcfedc7c2ebf18760df8a78aee70be72633f28464cf2dc2d994ee66f63ec7ca2 2424 
schroot_1.6.4-2.dsc
 e80adbf6794e73447a9509fa43c0d55cd0fc2d467fa20e12ddca7d3c716091cd 30934 
schroot_1.6.4-2.debian.tar.gz
 4e026b10b578b45776c5c114481b7593aab5d01546fa9e30b3d522aad8bab08f 267926 
schroot-common_1.6.4-2_all.deb
 fe9668577bf6d974775e06db745d9800b3bef8249405c8b8c49206d058038917 2297066 
libsbuild-dev_1.6.4-2_amd64.deb
 f3f59884dfe13828fd4e29965bc0c5d8e4b750d2ee210722699f8b34028f9435 29133952 
schroot-dbg_1.6.4-2_amd64.deb
 ab0b8d6dd2dd77275b23b16f32a7c692cccb02e304e23bcdc2aab4bd58b81d66 8188768 
libsbuild-doc_1.6.4-2_all.deb
 32f34231a394f551a27cfca78adab1d579b8675c47dd8ce19885b8c739d93d84 966906 
schroot_1.6.4-2_amd64.deb
 e9536f3fca6102e79af5d34e9d621b255f2aaafaf959c28a84e364c925ea5349 370162 
dchroot_1.6.4-2_amd64.deb
 4e77271fa8ab3948e208d059edc5bbadf04bfa010f62081420793073846b9dec 369404 
dchroot-dsa_1.6.4-2_amd64.deb
Files: 
 14d3d5a360c11ec027906ae2edf9e315 2424 admin optional schroot_1.6.4-2.dsc
 ed0ecf768110dd1e38fcad943ac04d8e 30934 admin optional 
schroot_1.6.4-2.debian.tar.gz
 512116a60217b479903b49f55947f3bf 267926 admin optional 
schroot-common_1.6.4-2_all.deb
 e4ccb2f99fff924868882d28d5df491f 2297066 libdevel optional 
libsbuild-dev_1.6.4-2_amd64.deb
 7ca327784f3186a18024eb0c0ecdb2a3 29133952 debug extra 
schroot-dbg_1.6.4-2_amd64.deb
 c13bc9469dcc7a8c581e4cb1be783039 8188768 doc optional 
libsbuild-doc_1.6.4-2_all.deb
 85b9a21233844c65063ef880732d9326 966906 admin optional 
schroot_1.6.4-2_amd64.deb
 748e7d53abbb690b691e7a7103516f0a 370162 admin optional 
dchroot_1.6.4-2_amd64.deb
 571dd64e5a9349fd02fa130eca1bacd8 369404 admin optional 
dchroot-dsa_1.6.4-2_amd64.deb

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

iQIcBAEBCgAGBQJQjSMHAAoJEOJSSsUKn1xZJbwP/iw6d6QMVRVb2/XFZ2s/EzuG
LVzs3OZ4Neg2baNIMFzjWqpbxHQ3vYte4f5hTArtOmJjxNkxgqe0RiEpAduMv3xN
tNqxsJQlpbEHSiIeFNksY2bpAf3QLUyYSEekzIZ4ngQ09eefpGoQCpwDOA8mSk/t
U9vBbjO8KbALxOAe8YLwp1eNpd3V6wTPPOX9lt8zAZEpT2xMZQ/D4FYRz1j8NdqC
YobY7WGI6C+vlPrjoD99jypjNUUEkGGnsXR7X9BFT24ZxNiclMsA/gx6YmlmjQkz
KVfSLEEDmTrmhBlP1DSAUJcdd3L3JkMwIDy9Ib5jSnaYx+B5whz0DWmM72zPNfeI
l7NTriRFPpsAWpd8c/qliOr62+HC+fEGDT1EYNGT1F4HqjhigX/v1pAEUnTqdxOn
H9tMOQW6MczI/d8AYKzZdGlcQTH/62mkhcnqlQcYLQ6RTOZrGWRVqW4RLq9osNM6
1p9oUZerCYyXQ7PGnw+s88x+b8s4V4Of+KzvwmACEiQioeI9ahBcINz3Q6iGKhTE
JZq+RYfzBqdiV/inSWFp01WW+s4TdxTpF0ayIxi4UDECPceV5iouSnQMyDr9bxbu
ywDVdWdXXR7vPO/ZDtua1sUk8GW6UWt/PLfZn5IbzE6tdOUHW1XbwYBBzXv+IoRy
xjZaiAnYKxmT055XAb72
=g3I9
-END PGP SIGNATURE-


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



Accepted ensymble 0.28-3 (source all)

2012-10-28 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 13:31:56 +
Source: ensymble
Binary: ensymble
Architecture: source all
Version: 0.28-3
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 ensymble   - developer utilities for Symbian OS
Closes: 616799
Changes: 
 ensymble (0.28-3) unstable; urgency=low
 .
   [ Eddy Petrișor ]
   * drop python-central (Closes: 616799)
 - add dependency on python (= 2.6.6-3~)
 - remove XB-Python-Version line
 - Use X-Python-Version instead of XS-Python-Version
Checksums-Sha1: 
 07da464ce93f8685ecb101303075e29c6c689770 1188 ensymble_0.28-3.dsc
 d8200f5f6195bb58a5405983cbf5d786b1ae61df 5086 ensymble_0.28-3.diff.gz
 41a1dde45e813831ecb94070f478e7c7ac53b96c 82984 ensymble_0.28-3_all.deb
Checksums-Sha256: 
 7f6bf661423b1dc06c885db1cc759e6eabae9c7c77c415c97254a6f0699f3bed 1188 
ensymble_0.28-3.dsc
 a193283dfd18b5cb85098bd19b887de7256fa9c71e6f4c047e8f52439b65ea1b 5086 
ensymble_0.28-3.diff.gz
 4f7944dfba74dd2670044edec2c81c77012da27120ad3315ff728935011e900c 82984 
ensymble_0.28-3_all.deb
Files: 
 d4485c6d1f658dfc67813237e8d65ccd 1188 devel extra ensymble_0.28-3.dsc
 0da0c0523b342457968bfe54e7c64724 5086 devel extra ensymble_0.28-3.diff.gz
 c757d5ddecab82ada539b89058d9dbc0 82984 devel extra ensymble_0.28-3_all.deb

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

iD8DBQFQjTQNYzuFKFF44qURAkWfAKDRzTvj8nkxG3DB6KmPqj7I5CaJDgCeNz3q
Z1R4ub7SdpxysOLta6wI8ow=
=JM06
-END PGP SIGNATURE-


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



Accepted mediainfo 0.7.61-1 (source amd64)

2012-10-28 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 04:31:09 +0800
Source: mediainfo
Binary: mediainfo mediainfo-gui
Architecture: source amd64
Version: 0.7.61-1
Distribution: experimental
Urgency: low
Maintainer: Chow Loong Jin hyper...@debian.org
Changed-By: Chow Loong Jin hyper...@debian.org
Description: 
 mediainfo  - command-line utility for reading information from audio/video fil
 mediainfo-gui - graphical utility for reading information from audio/video 
files
Changes: 
 mediainfo (0.7.61-1) experimental; urgency=low
 .
   * [87a00e0] Imported Upstream version 0.7.61
   * [7e36e66] Bump version in libmediainfo-dev dependency
Checksums-Sha1: 
 d2d072cd30c2c78aac0349a0e97f44b0f3e9b9f1 2012 mediainfo_0.7.61-1.dsc
 eb6f9d701348def14662a38a976bd11926fe1aae 1569974 mediainfo_0.7.61.orig.tar.gz
 f1fba6163983b68b212dc37fd556f422bcf99423 5258 mediainfo_0.7.61-1.debian.tar.gz
 95719fc155bfe5bd820333ffdd7211f9498c9733 5 mediainfo_0.7.61-1_amd64.deb
 e7fb1d35d948a95511f88ef58172b6d95e6409ba 153202 
mediainfo-gui_0.7.61-1_amd64.deb
Checksums-Sha256: 
 83e3d949e732df966f86957cdd04fe672527ef9bfa28a4081982273ea85b1700 2012 
mediainfo_0.7.61-1.dsc
 dccad2202af9c3abc98861f669dbe51a817109bce18ef1752b2c9fbd59c345fe 1569974 
mediainfo_0.7.61.orig.tar.gz
 5f96140dafe496a540bad0bf1b7cb0c46a164293c7d36d3fa9713244bb665346 5258 
mediainfo_0.7.61-1.debian.tar.gz
 b02d497c3d0889e4159a12f90c32e7ef0865ed74be4f50877302d2fa63480e2d 5 
mediainfo_0.7.61-1_amd64.deb
 c43247cb0bb26d47041516f7b9913e69d95066a4c400ce9bb51f64c1bcca61ca 153202 
mediainfo-gui_0.7.61-1_amd64.deb
Files: 
 13980ac1c51817067acc2d05bd515684 2012 utils optional mediainfo_0.7.61-1.dsc
 34b14143a361732b5f0cd9220397f6f4 1569974 utils optional 
mediainfo_0.7.61.orig.tar.gz
 cda1783cbf64044c7b044d691b303977 5258 utils optional 
mediainfo_0.7.61-1.debian.tar.gz
 d4b8cb018ea21190fe1282dd94c88e88 5 utils optional 
mediainfo_0.7.61-1_amd64.deb
 5d2c45f1eb0bc1fe6b60b180683adc07 153202 utils optional 
mediainfo-gui_0.7.61-1_amd64.deb

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

iQIcBAEBAgAGBQJQjSL+AAoJEPvVIltYh1Khxu8P/20dOA9tzUH0+2LisGK1D3aS
0EPdQGyPnVK/4g9rCgjpHIAiQ6aGyf3GPpcUbeipAco6xxUDs8S0Qsd09JVfUGqy
0lSoCjRwQwTWRNsdG3qc3CB6oEZ12Fi6ZBKifn5fmLJEgzvD5W8s7SF/4yy1RFvD
LCzY8EyU2wSqvsbCmLVmivmwffnb2BCTjhzVjbwZGRKhZpqOhrOwIosQGdB8gz9V
Vm8lJzQP85Tm07HP6TQza7g9b6P108cQnjj9ogPfzMa2Sv5uvROt1VW3vBpop1ar
Gnnc27FefNa+LmOqHWuCvwrMOV1DYCm94+q1bs66oumhkgIpnBq6NeRNj12+9nPV
/SfF6j5ic8waB2X0KeoGUYMJpN9W1RtT9nrfFVz605g9kjKHDKw3NDdzkD09E5sI
lyznXQusH/gg4GlU6XwcOAvyBwrJN3f7lEwyMXrDDTry9IZCXLEpNJFTt/g2QkDD
toWQXODmI8n0ioxyPxFTx//GWjtqoAvilb3vuLwW30mC+UFy/TVCxTSM1987azAI
wcqHW+/WzKEutpuUMGJ8pRSnLs7ayWwqX70darK5jGx9h+PtPaMNlE/2tKbe28g1
3bt5AithOFQE0+lcJdRPOYcAVOoCbyy2lkiPpn8R5Xu3O85mQDuSHxT1Ki14J3OO
FuZFD044t3G74sgkVMQ2
=TyU8
-END PGP SIGNATURE-


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



Accepted libmediainfo 0.7.61-1 (source amd64 all)

2012-10-28 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 04:58:26 +0800
Source: libmediainfo
Binary: libmediainfo-dev libmediainfo0 libmediainfo-doc
Architecture: source amd64 all
Version: 0.7.61-1
Distribution: experimental
Urgency: low
Maintainer: Chow Loong Jin hyper...@debian.org
Changed-By: Chow Loong Jin hyper...@debian.org
Description: 
 libmediainfo-dev - library reading metadata from media files -- headers
 libmediainfo-doc - library for reading metadata from media files -- 
documentation
 libmediainfo0 - library for reading metadata from media files -- shared library
Changes: 
 libmediainfo (0.7.61-1) experimental; urgency=low
 .
   * [94f6dbd] Imported Upstream version 0.7.61
   * [360e5da] Refresh Drop-direct-linkage-of-libzen-in-.pc.patch
Checksums-Sha1: 
 142dc839140b14dbc2c788c6f78c9426c74ddfd6 2101 libmediainfo_0.7.61-1.dsc
 3074e34dcf04e0164b6f64f7b349b030b9848ba9 1266909 
libmediainfo_0.7.61.orig.tar.gz
 72a26cb03f5053f5b722c505167ac41a1c666e01 8206 
libmediainfo_0.7.61-1.debian.tar.gz
 7e1554073995b853a271467155266ac5da75fb08 20280 
libmediainfo-dev_0.7.61-1_amd64.deb
 8b8879f831a22609b744736f9ce535ae8b2e0225 1762640 
libmediainfo0_0.7.61-1_amd64.deb
 23784edcb71dc62cc88ed0a9ed093eac311c764b 74588 
libmediainfo-doc_0.7.61-1_all.deb
Checksums-Sha256: 
 dc71e95c602e00db0081c9df83f8b255fa3736877fea924775b26cde88dc0085 2101 
libmediainfo_0.7.61-1.dsc
 e5d2262f7a3f4dc3a27700231bae418b1e5b8427d599f1a6ca1e8a80113cce77 1266909 
libmediainfo_0.7.61.orig.tar.gz
 3f003f29b8741095373260f40d5d86eb7dde194e96b0a81aaac79e0ae451ad5b 8206 
libmediainfo_0.7.61-1.debian.tar.gz
 ab5b91d100ac248587a0e5170ed6749d5aa981433c62291302600f6c6ae71474 20280 
libmediainfo-dev_0.7.61-1_amd64.deb
 aebc57fc4a08b82669369ff611653a589f0c5f11d91e88a3e0170e28d8f794e0 1762640 
libmediainfo0_0.7.61-1_amd64.deb
 4869cc9efa24f6b2ac87d3d40dfafb4a957339f623db11e35c34d5beef2f68ee 74588 
libmediainfo-doc_0.7.61-1_all.deb
Files: 
 c49c89ab598a8c1eba6bff90064084cc 2101 libs optional libmediainfo_0.7.61-1.dsc
 816924b744c02e489df365aed774eb91 1266909 libs optional 
libmediainfo_0.7.61.orig.tar.gz
 da426658e948c7e750f22e7435606de8 8206 libs optional 
libmediainfo_0.7.61-1.debian.tar.gz
 610d108bc3eb8ef8f0a64053196731e6 20280 libdevel optional 
libmediainfo-dev_0.7.61-1_amd64.deb
 25a6d4f734b0f33589245a15944b6e9e 1762640 libs optional 
libmediainfo0_0.7.61-1_amd64.deb
 04cbdb778a906d9a9b781813252a6e83 74588 doc optional 
libmediainfo-doc_0.7.61-1_all.deb

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

iQIcBAEBAgAGBQJQjSLzAAoJEPvVIltYh1Khl38P/2JSjRVZDJeJlQjdffstELGC
M2ULUSV0pO1G4jnwXhlhJj2Lg2efCk8rx7R6vefR62szKVSZ4DgERZyIahizWIk4
sj1tis7Xv2axoc/KPKvkmnCk7GJlsyz3BNvV6eMJhd8MYZMH8mcqPeCDkeba21vE
eHN3gSSaZ2JOpdevgxSMzapvKAGFFt/RywAcFj5kF2dEZ4mIAZ3Wda0TdnYzVL7L
Jnl/tnIEftE2H0rVJ5tgUGhvXe/15Ex3Vn4ImF/NDrKxScivkds7a0S+CLxf4nu3
6BGiCeGokQ1dGgWa+uIFIm6NMhirTW/R1yoQYMXfBzy5ebRnOGV2xAOATceMgzNR
8YVxuH9f1iWjQIQ4xQPpAqvTFZ61xzTL93W4shIoT6ytOY1xDY6+i/rEKCHALxI6
zvntXvk4Y8LYluvnNh/YQQV1X4ndTUADk5VWf0BI29VJZAVm1tRgk2vwIJO3CvWg
zQNBViERd7If5LHx2Q5oIIIoJjRczh3bPE2uYex3GFU+wGZLS3IjDZXVw03mc0gB
wA21zYwG09X0wIr0CesfbCqg7AqR9QDu893ZIGxpQIZ0iQbOC/W35taTv8sHjMcH
oCDCxSVQP4rsTifn3/aaKIifarjU40B7mSA8A70kzw9cZUhGKde84xp6hZJjoOwM
SELlsoejjIHtDoWlFaov
=p8UV
-END PGP SIGNATURE-


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



Accepted moodle 2.2.3.dfsg-2.4 (source all)

2012-10-28 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 15:01:09 +0100
Source: moodle
Binary: moodle
Architecture: source all
Version: 2.2.3.dfsg-2.4
Distribution: unstable
Urgency: low
Maintainer: Moodle Packaging Team 
pkg-moodle-maintain...@lists.alioth.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 moodle - course management system for online learning
Closes: 689506
Changes: 
 moodle (2.2.3.dfsg-2.4) unstable; urgency=low
 .
   * Non-maintainer upload.
 .
   * Drop a left-over symlink in favour of the shipped directory.
(Closes: #689506)
Checksums-Sha1: 
 7c0961dd2cbfa160bed4373526f7816b3e460774 1875 moodle_2.2.3.dfsg-2.4.dsc
 a44791a37b68770d92c8b094e4bd3ff2af8aa5d4 35896 
moodle_2.2.3.dfsg-2.4.debian.tar.gz
 143574a7114152fa080bdf1e87259d0536c43cd3 16280106 moodle_2.2.3.dfsg-2.4_all.deb
Checksums-Sha256: 
 dc01b5d68975bd27f50941fdd25ced67592eac3fc5b3a07ddcd025c36cb22943 1875 
moodle_2.2.3.dfsg-2.4.dsc
 e50d836c1ca4b9130eb9e5e4a465832c5fdc926b0f0f582a9eb1de53c3b6fb4b 35896 
moodle_2.2.3.dfsg-2.4.debian.tar.gz
 61e2e31ac7ebb7dcef44f306d684b6c656b0654f8498d63a454d8777bb1792ff 16280106 
moodle_2.2.3.dfsg-2.4_all.deb
Files: 
 77c0031fe819e8371bae1305f2499e9e 1875 web optional moodle_2.2.3.dfsg-2.4.dsc
 a2c40fa73d8eedb1f37f44106ab201d9 35896 web optional 
moodle_2.2.3.dfsg-2.4.debian.tar.gz
 ee6e6a0066dee544465c5865400ebff3 16280106 web optional 
moodle_2.2.3.dfsg-2.4_all.deb

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

iQGcBAEBCAAGBQJQjUuIAAoJEIvPpx7KFjRV4CYL/0dMv++qECn186CrruLaZLon
kRahZOQLoA0ytLwaog3tPtdbEVpiDkHh17O4sGBMXSnE5XBxwsQDYtA652M+H81Z
6c6txGE4IXWj+XFGbvTjT+i5pTpmM5IKJD8YX829bf9E/rm6qyIqV4bn7lYEd2ih
OLGHWPlsGevWhtffqD1V8Xk0Dc/VxuJO+W3/7DzDZDuPjErxjd9pHtf0OHa0p8CU
C49u/3pdkDk4sIbunCc9v91HgHSWST9ajN1K7aVBRTwtsmUd0MuDPtSL4CXJL2oz
0UO+JZ9jOXoU8lqiyoJVrf2TwjG12tb68uWkZI7DEZLfXjopkekVSFSfh4aDOGat
JWlaL0FODdhKRDRLBX7Z4+U33alGiYnOPqfTmTYdw+Gi0EYWaxe33scwRy8oGcdq
zuWDpQtpiysZifzpWGyRyeN6bpNEII3DLdxTXLFUqt3xdcLV3NewvVwDjPEZpTIR
wFxqYKjgR1+X+GiWPuCZHU7D/fCQBf0cUv5mg7woGg==
=1G8k
-END PGP SIGNATURE-


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



Accepted mysql-connector-python 1.0.7-1 (source all)

2012-10-28 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 16:40:02 +0100
Source: mysql-connector-python
Binary: python-mysql.connector python3-mysql.connector
Architecture: source all
Version: 1.0.7-1
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-mysql.connector - pure Python implementation of MySQL Client/Server 
protocol
 python3-mysql.connector - pure Python implementation of MySQL Client/Server 
protocol (Pytho
Changes: 
 mysql-connector-python (1.0.7-1) experimental; urgency=low
 .
   * New upstream release (GA)
   * debian/copyright
 - extend both upstream and packaging copyright years
 - update FLOSS exception comment
   * debian/{control, copyright}
 - update Homepage and Source fields to point to Oracle pages
   * debian/rules
 - install examples for both py2 and py3 packages
 - install documentation in all binary packages
Checksums-Sha1: 
 68b2652380904e1adea048112471eab0d244c7c5 1596 
mysql-connector-python_1.0.7-1.dsc
 4d53f3f6797f74fb766692cd2c81e1a54892e7ed 412712 
mysql-connector-python_1.0.7.orig.tar.gz
 d8048229889895ef790b700d87e34cc753fd81a6 2414 
mysql-connector-python_1.0.7-1.debian.tar.gz
 afd359b2bb9d5b346ca3ec67d489d43faefcb7cb 89390 
python-mysql.connector_1.0.7-1_all.deb
 7796724b2da273a871591b3bd96447fa944eed55 84576 
python3-mysql.connector_1.0.7-1_all.deb
Checksums-Sha256: 
 b08ad011601c18295ca3bdcc0284b57f902b32e7084758428ff8c3d2cdb48de4 1596 
mysql-connector-python_1.0.7-1.dsc
 5d120dc4e0988cee7710a72c491a5952691c815b1bd81fda15e0b3cdc47ec39f 412712 
mysql-connector-python_1.0.7.orig.tar.gz
 9df797110ba456d728c8ac0740a7de8a64e07cfa3c9f782f223d2ba374dbc81e 2414 
mysql-connector-python_1.0.7-1.debian.tar.gz
 857b4d26c83cba9a4b3e04a60d1abfacdd8eee23475faf1c87b52743f21ec1ec 89390 
python-mysql.connector_1.0.7-1_all.deb
 5303a095d5115b573e475daaa14c90c88ac389c31c9c5c218d5cd3a103880dd7 84576 
python3-mysql.connector_1.0.7-1_all.deb
Files: 
 20fcd35745279803c61dcaea60aa2a8e 1596 python optional 
mysql-connector-python_1.0.7-1.dsc
 44c6b2c314c7ab7b7060484970b5ff23 412712 python optional 
mysql-connector-python_1.0.7.orig.tar.gz
 9acfc8855fe95c9220259322034382d8 2414 python optional 
mysql-connector-python_1.0.7-1.debian.tar.gz
 96608d2255a042a7cb0057c1d4e9c0b6 89390 python optional 
python-mysql.connector_1.0.7-1_all.deb
 c1798965ce3e51a65d14d52dd9f6321f 84576 python optional 
python3-mysql.connector_1.0.7-1_all.deb

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

iEYEARECAAYFAlCNU3oACgkQAukwV0RN2VAPMgCgmTlIcSd7E3pimkLkq+wITdm2
c78AnitdD4bi/o6goBNPH+i4JGprWDpp
=Fz4A
-END PGP SIGNATURE-


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



Accepted at-spi2-atk 2.5.3-3 (source amd64)

2012-10-28 Thread Samuel Thibault
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Oct 2012 17:19:47 +0100
Source: at-spi2-atk
Binary: libatk-adaptor libatk-adaptor-dbg libatk-adaptor-data 
libatk-bridge2.0-0 libatk-bridge2.0-dev libatk-bridge2.0-0-dbg
Architecture: source amd64
Version: 2.5.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Accessibility Team debian-accessibil...@lists.debian.org
Changed-By: Samuel Thibault sthiba...@debian.org
Description: 
 libatk-adaptor - AT-SPI 2 toolkit bridge
 libatk-adaptor-data - AT-SPI 2 toolkit bridge - data
 libatk-adaptor-dbg - AT-SPI 2 toolkit bridge - debugging symbols
 libatk-bridge2.0-0 - AT-SPI 2 toolkit bridge - shared library
 libatk-bridge2.0-0-dbg - AT-SPI 2 toolkit bridge - debugging symbols
 libatk-bridge2.0-dev - Development files for the AT-SPI 2 toolkit bridge
Closes: 691513
Changes: 
 at-spi2-atk (2.5.3-3) unstable; urgency=low
 .
   * libatk-adaptor-data.install: Do not install schema any more, it is actually
 useless. (Closes: #691513)
Checksums-Sha1: 
 8ceec6dc9d91b5c35c234e14e01af8d25f80e871 1863 at-spi2-atk_2.5.3-3.dsc
 2a062051f906ad53d6bfb848a3f87b40ec1a2912 8806 at-spi2-atk_2.5.3-3.debian.tar.gz
 ef0156910257b42da1362d9a9024ad1bc66d510a 5974 libatk-adaptor_2.5.3-3_amd64.deb
 ba385d86c0dd7ef53f7e3849f59bce38dc7297a5 6368 
libatk-adaptor-dbg_2.5.3-3_amd64.deb
 82f42526c2a5e9446a7003e265e0250a66c9b172 21096 
libatk-adaptor-data_2.5.3-3_amd64.deb
 9ac101df9f978fe282ac1ffc1d32c9e965193499 61948 
libatk-bridge2.0-0_2.5.3-3_amd64.deb
 be8eb0b3570f1e838b6c8a844825bc87c6a24a78 4366 
libatk-bridge2.0-dev_2.5.3-3_amd64.deb
 4196e69108267daaba447f1afd62c6b91fe35129 90234 
libatk-bridge2.0-0-dbg_2.5.3-3_amd64.deb
Checksums-Sha256: 
 b33cf167f770e446cd2f3c872b241a8c717cb71e6d4328158e95cf37b5f3e6e8 1863 
at-spi2-atk_2.5.3-3.dsc
 eb37f5a90fe74093b8f7eb0d6fa4fc3e97b7a7c1f82a8dc970b14a71a4ce84f2 8806 
at-spi2-atk_2.5.3-3.debian.tar.gz
 01eb0709fa84e964935f057aece6173e3f1dbd9b5b4a2cb85daa2e792bcf3fad 5974 
libatk-adaptor_2.5.3-3_amd64.deb
 5c7ae57bfbe7244f1da24f38add4d01326f57156d0a2e78fdb88359b0b5a97c1 6368 
libatk-adaptor-dbg_2.5.3-3_amd64.deb
 4a7172e6ed2d5a86dea3665c9be288687bafe81e02b041a0f88dbe6c12ee887d 21096 
libatk-adaptor-data_2.5.3-3_amd64.deb
 1b38067f3f4b183f0bad77f54cfe63fd775e8d4a7e3ff248e82322dc2f5adb8e 61948 
libatk-bridge2.0-0_2.5.3-3_amd64.deb
 3cdfddcb7926b37a678a5199ea43bbcee92547384ccd0b5a6c0a93d1b43e2af5 4366 
libatk-bridge2.0-dev_2.5.3-3_amd64.deb
 adce184749366e1705e489e28eff794d18ce4d77cd6f618fdb4806e19574e2a9 90234 
libatk-bridge2.0-0-dbg_2.5.3-3_amd64.deb
Files: 
 58f4f39872c8073b2f8ca389482df23d 1863 misc optional at-spi2-atk_2.5.3-3.dsc
 0bbafa65f425937de26f22c9a29b9463 8806 misc optional 
at-spi2-atk_2.5.3-3.debian.tar.gz
 d730931fe31bcf2e864f8594c099cdd9 5974 misc optional 
libatk-adaptor_2.5.3-3_amd64.deb
 48eeae3f087c72e8a805da1dbd4e5ba4 6368 debug extra 
libatk-adaptor-dbg_2.5.3-3_amd64.deb
 020b8d9ef4fa54f658a96d2e40187f6e 21096 misc optional 
libatk-adaptor-data_2.5.3-3_amd64.deb
 004b0f2412f67bd76a0b42131799fd54 61948 libs optional 
libatk-bridge2.0-0_2.5.3-3_amd64.deb
 7fcb98546b9ec3bf7ca0452de155071a 4366 libdevel optional 
libatk-bridge2.0-dev_2.5.3-3_amd64.deb
 6c01340f86717981558794ab1fed9913 90234 debug extra 
libatk-bridge2.0-0-dbg_2.5.3-3_amd64.deb

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

iF4EAREKAAYFAlCNW8sACgkQ2y9P4eIpzVDytAD6AxLzUlTH573f1eVfKmSFE0/v
CJdxIZFA10cewfDwmVwA/jMrMFuFQoxBPR8GCcQ+JCd0qTgH29JDh30UGL4lBB+n
=VSHM
-END PGP SIGNATURE-


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



Accepted psad 2.2-3 (source amd64)

2012-10-28 Thread Franck Joncourt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 15:47:04 +0100
Source: psad
Binary: psad
Architecture: source amd64
Version: 2.2-3
Distribution: unstable
Urgency: low
Maintainer: Franck Joncourt fra...@debian.org
Changed-By: Franck Joncourt fra...@debian.org
Description: 
 psad   - Port Scan Attack Detector
Closes: 688891
Changes: 
 psad (2.2-3) unstable; urgency=low
 .
   * Fix modifies conffiles (policy 10.7.3): /etc/psad/psad.conf
 (Closes: #688891). Thanks gregoa to help me fix this.
 - Reverted the changes from 2.2-2 in d.psad.preinst.
 - Removed the d.psad.postinst script which updated the HOSTNAME variable
   from psad.conf. The psad daemon can start without the default value in
   psad.conf (_CHANGEME_).
   * Removed the /var/run/psad directory in d.psad.postrm when purging the
 package.
Checksums-Sha1: 
 c03f7b87abaa1781709bc16abe0a1cc3cc7c897c 1184 psad_2.2-3.dsc
 c2dee269b6a5d628ea2107d655ea66fd7f26f446 12554 psad_2.2-3.debian.tar.gz
 e1663cdeacc671737cbe6e9fa835506977389a16 198252 psad_2.2-3_amd64.deb
Checksums-Sha256: 
 9c582c3e80b5bc790721b6a7affefd4f3427cdfea9a9bd20927d75b3614d 1184 
psad_2.2-3.dsc
 5ad0a40b2a1ac5027b1c0a8724cd2316ee3e78a02e0865cceacc3258f38abe1c 12554 
psad_2.2-3.debian.tar.gz
 65d827db04948a43ac126d5419f948df5a44ff7d978b9e1485c88029e196f2d6 198252 
psad_2.2-3_amd64.deb
Files: 
 e8e9a9e30294a25c6897b4b537b963a6 1184 admin optional psad_2.2-3.dsc
 f771af9e8add67ba7601195b6dd455a6 12554 admin optional psad_2.2-3.debian.tar.gz
 e2efbfabe5c3a0b536105dbd9ed525a2 198252 admin optional psad_2.2-3_amd64.deb

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

iEYEARECAAYFAlCNYR4ACgkQxJBTTnXAif4wzQCePlc9VTD8wgmsJ2Oi97uVaRMt
DwcAoLAVbR247/KZeiP/GrQvRyNUuZg4
=kMcz
-END PGP SIGNATURE-


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



Accepted devilspie2 0.25-1 (source amd64)

2012-10-28 Thread Andreas Rönnquist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 17:39:01 +0100
Source: devilspie2
Binary: devilspie2
Architecture: source amd64
Version: 0.25-1
Distribution: experimental
Urgency: low
Maintainer: Andreas Rönnquist gus...@gusnan.se
Changed-By: Andreas Rönnquist gus...@gusnan.se
Description: 
 devilspie2 - LUA-based window matching utility
Changes: 
 devilspie2 (0.25-1) experimental; urgency=low
 .
   * [c34c2a6] Imported Upstream version 0.25
Checksums-Sha1: 
 d567545f029e8ee998ab5fadef7d34585b2979f7 1937 devilspie2_0.25-1.dsc
 9d499464b77e65cb834dc373a2897f6773ec957d 35955 devilspie2_0.25.orig.tar.gz
 8ba60bdc4a669aefad6e5dcfc1d3da1bd2dd7c1a 2267 devilspie2_0.25-1.debian.tar.gz
 7a3552da71ae4d7e90aa5e109ad0f652fb829b80 28620 devilspie2_0.25-1_amd64.deb
Checksums-Sha256: 
 db9da65cc77d0fd58e4bafa23de459a37457ed95ea3bd787a56aae97335423fb 1937 
devilspie2_0.25-1.dsc
 98d3a303013cdc76ebaaafef0105fa69302a4a404cf301726ded4bb18564510a 35955 
devilspie2_0.25.orig.tar.gz
 397cb52d9e99b1e9b33a7e791df264e74c3fbea827745c8c1862f1631e817a8d 2267 
devilspie2_0.25-1.debian.tar.gz
 f4b92e7fa2cc61a570ee47ae3ec54aafeb4fda1ef5cd2aedf27f1d49d8895e89 28620 
devilspie2_0.25-1_amd64.deb
Files: 
 e51cc9f6e255488e13cd3b6747421048 1937 gnome optional devilspie2_0.25-1.dsc
 e62f6e77eece9c319943b46ebc10b7d9 35955 gnome optional 
devilspie2_0.25.orig.tar.gz
 eba404a04d3ec6e07bc9a8f52e8e7ff0 2267 gnome optional 
devilspie2_0.25-1.debian.tar.gz
 17a114bf20284613aa33b5eb3bb08698 28620 gnome optional 
devilspie2_0.25-1_amd64.deb

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

iQIcBAEBCAAGBQJQjWgcAAoJEBlLYxqy2iiIjvoP/3fUS/eLBN5aPH4qGZar83fN
ZSzgr8C5JMRcvRUfeRoIIgQ133xfvCkYvqfGH4cFjXsWMUv1NJU1cYhj4Pw8iUpv
dbVaes2IKeiDFJfp7vTSyWnVzDBgUb2Np9bkXTcAEI6bYi1VBOj8Ih6uMwcfa6Ol
Wajvc2HLlD9oYzgBhFHzf5hBAFQVFojLwmRZtEwff8oaV/JBuCS4ELkRpiShdnec
px9orB5lmZsvZWnNJLOmkKrB7gbAH96Mmnrj4bFfa/0vUjDd4qAYDWdVewNkrlp8
z66ZKdFfxmqA+XX83RKF/rD3dkN+kzG3Ugj1R6g5qjO9YYunM28nNbMsY/AckngE
aP1qG10+pDfpJtsrPhB+ZfpZZh3abVsuJGRwwON1kWApQX2ua/TPaT4m0qW0NTSn
fQBSuVaFarnYLi/mwgyRGKu9ZL/aCIFN9u2/5qE+X38NTXcnFrzY1hcj0wjRmUYI
icuMs4nYaIMhI7F76Ga6p1zhEzFeE+IcxQc/AsWsIpN1uEuYyRzuw4GjVHyylDJr
jocaUK+5x3AimbQLqbp0ojKH6vlVWkLEnXVxnQ8B0tCjSlq+5NwgSgVOu3vr/JYw
8Y0OVYqeqb7Wk+VF0rFJKm02crcRQo29nHFCWB2MQrvxUF2ByAbR43xIg8fgMbTs
0BZl0PXeU3SB4WbmoSn6
=+W85
-END PGP SIGNATURE-


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



Accepted liburi-encode-perl 0.080-1 (source all)

2012-10-28 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 17:19:39 +0100
Source: liburi-encode-perl
Binary: liburi-encode-perl
Architecture: source all
Version: 0.080-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 liburi-encode-perl - Perl module to encode and decode strings to URIs
Changes: 
 liburi-encode-perl (0.080-1) unstable; urgency=low
 .
   * New upstream version
   * Bump Standards-Version to 3.9.4 (no changes)
Checksums-Sha1: 
 551d1e7d78a589a62ece43434cac35df100fc3c9 2200 liburi-encode-perl_0.080-1.dsc
 3a5605aa2faed2ec4d8d6ab782d60eb0a227c6e6 14686 
liburi-encode-perl_0.080.orig.tar.gz
 f9815b8bcd5b089331cc730d2b4c5b46e3bda11f 1806 
liburi-encode-perl_0.080-1.debian.tar.gz
 67385b7aef163b7625eff11af97769f2d521ff7f 9780 
liburi-encode-perl_0.080-1_all.deb
Checksums-Sha256: 
 1270317d21ddb31f8b3d3ead9741c6fd2fbddbedfef843662ae927203598a67f 2200 
liburi-encode-perl_0.080-1.dsc
 54897f58d54ed22f9d657f7cb258b0771cc767b4f894faff918f80cb49f57f69 14686 
liburi-encode-perl_0.080.orig.tar.gz
 3d65d93b8f819e8b5d789feb783316528a72378e1b6a1955b82fd86eb08103a6 1806 
liburi-encode-perl_0.080-1.debian.tar.gz
 1fe4440a6b92da330b8d36ba9eefefe4eb4c9e76430c7f5aeb38fb8cf614930e 9780 
liburi-encode-perl_0.080-1_all.deb
Files: 
 506b14008c0cbbc43de68186695ff816 2200 perl optional 
liburi-encode-perl_0.080-1.dsc
 1214037caac3c667c643c2163c9d1bdf 14686 perl optional 
liburi-encode-perl_0.080.orig.tar.gz
 8863fdc0ad4d7aee158c5e6a5e4d7f8e 1806 perl optional 
liburi-encode-perl_0.080-1.debian.tar.gz
 510ed24870bdc02158d3de204b1b4e44 9780 perl optional 
liburi-encode-perl_0.080-1_all.deb

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

iQIcBAEBCAAGBQJQjXGIAAoJELs6aAGGSaoGAPYQALe60f5CTrlMZ6DxX/mrXvDe
hj5Xgut58FS2nARBox7ePEk23oeL+kowW9SKswdp0UDBMXSiiYaX9yjTZKmp9NFq
H0xmfJy81uidI9pF8ygATChRXCgzEZlcSqEAxMPVHBzRf0/BdsCqJC+L6smd8tAn
g4LoC6ioo7Pjw7jekkQkcYqmOY0tI7klhCEI1DKBoQpaGYVsUKX1B4efje+YTpDV
Pq8A3cBFLyaUVb5hDB93Rifksel8tv0OyvlG4XF3Rihz0kRkV9G+B31XqWuvJ28w
C1FNi9QyE31RFJseGrmIr+kLDLGt6+gmAA2l2FNYoXI47iTtbIHmskkCWBh+CGXk
KQOJwESSAG4lJMhYGmxTqwiHz4Bq20NHLbOlhhsbX3Xg+I1I3mXqoL92lQQjs+sn
qYVgf8o/l4X/xyEnhqcY3Ih3pP9T4KjO6isfRrHNSgUlN4DnqeCKCX6d3JUKJQTL
pq5t5m0+jkL0QVCKOA5IY32jtBP4HXqcDoJhYCn0n8/Da/zlWJZMh9tSZVuzLhXi
Pes85KMPAjUoqRYsQ8Y9gDL0pi2krUjdQ8dtv5yyoYEifPhFNpkWiMjV7oZ3U+Xk
H6IvDw96WAOq3U6OxZ4lP0ys73eq40qHBX3SjXNjSeI0qKFKNjyLQG4hBUsN64eu
83rs4meOX938rEkwum2G
=6Mh1
-END PGP SIGNATURE-


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



Accepted dkimpy 0.5.3-1 (source all)

2012-10-28 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Oct 2012 10:32:13 +0100
Source: dkimpy
Binary: python-dkim python3-dkim
Architecture: source all
Version: 0.5.3-1
Distribution: unstable
Urgency: medium
Maintainer: Scott Kitterman sc...@kitterman.com
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-dkim - Python module for DKIM signing and verification
 python3-dkim - Python 3 module for DKIM signing and verification
Closes: 691662 691663
Changes: 
 dkimpy (0.5.3-1) unstable; urgency=medium
 .
   * Urgency medium for multiple RC bug fixes
   * New upstream release:
   * Fix header unfolding and body hash calculation errors that cause
 correct DKIM signatures to fail to verify in many cases
 (Closes: #691663)
   * Add minimum key length requirement to prevent validation of signatures
 generated with insecure keys (Closes: #691662)
Checksums-Sha1: 
 7f14db17e5134dc17e10ea93cc81bd7f4bc17d68 1983 dkimpy_0.5.3-1.dsc
 138fc07a2c74721c29486252a6305f8650b3aa3b 30143 dkimpy_0.5.3.orig.tar.gz
 175f9008d40e8436ff2af47991aca12df0cae1d2 3580 dkimpy_0.5.3-1.diff.gz
 6a56a64cff87f433dcfad9aa6684bfb99ae632d5 33170 python-dkim_0.5.3-1_all.deb
 6293e7694ad3f4da7b3ff9aa939c6f2656828210 26974 python3-dkim_0.5.3-1_all.deb
Checksums-Sha256: 
 63e32e25bd4573e24ecae810d0c15eaa7e40eb9f2c6d492520a394ba1d8d0ef6 1983 
dkimpy_0.5.3-1.dsc
 1f44b81fb7b0209277923538b493a8382d119f8debb3b37995d6e4423bf13f33 30143 
dkimpy_0.5.3.orig.tar.gz
 da7f83a0b967cef22315bcf24afbf9aad785a924da92b406188bc7e6804299c7 3580 
dkimpy_0.5.3-1.diff.gz
 32f9d4617d0c1cdaaa3ada0f89e588e925aa8aacee4cdf303d06477204ca46b9 33170 
python-dkim_0.5.3-1_all.deb
 195fb7d8b140b43af3abf82343f4bac59a5184de05edba923e773057c19e8fa6 26974 
python3-dkim_0.5.3-1_all.deb
Files: 
 c5cc126677c26b347c300b8b4467490a 1983 python optional dkimpy_0.5.3-1.dsc
 02986399087b1aeb481505c31891bf6e 30143 python optional dkimpy_0.5.3.orig.tar.gz
 772ffe3310a13bc1f3a3f08aecf96c07 3580 python optional dkimpy_0.5.3-1.diff.gz
 c9b09458bf7135d1f826deb9cfad0868 33170 python optional 
python-dkim_0.5.3-1_all.deb
 05eca6655350af859ce2bfdeb88a963e 26974 python optional 
python3-dkim_0.5.3-1_all.deb

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

iQIcBAEBCgAGBQJQjXf5AAoJEK728aKnRXZFq8AQANVliK/mfmGz8wcUAk1XUdrO
rNeGSDZuAz8tjCXVtrJfcadDE0OyopDyqOcOlu0QAXFBHjf5J7uzkOc6ZP5dSt47
UYsf9f/pBR7MhiRBB86IOUn21GZqB3wG1yXBBhzr7Z2ujugMY9xUAbuKNd+FXLgo
rkdTXH205WY9rT9Rg62t+8dHNmnAbkoSowHT26rRy1K/nGc6eEH8Z31lC3lrCQ6O
zKn+Ct3e4EPRr0/+2kq2l4vWLyartlxT66iugjZ7YREbvg+Ur8k4/LdWhA1gC4fu
goVX2H1VO5SfJ/KoFI5oOMAk7yNavp/yztOfrYaWIrUHGUIRbF9TdnEnAMdj5j8x
iqkV9pGVgS/X3bL1YgXPJDwJUGjDJbQ9WqFBLSXorW9fpvskzR5AoE8cSkmApDuq
WyAGiV5it0PmRo2I3ULuZEm4xjMPS79RupibGPTbOkd9CwOuo/QFkPyjmli9Vhaf
mSGk6y4MGirjx7XHGqvi8eabJYNBWXENZYEuI+Zq3hxhlQfNtreeb/97Hvvpdp7G
jDlM/An20bzPrRDWzjSKe3Ll+OoBDuxXixUmNtNzOZtk9XTzQlCcKvRTxYfN26iL
3kRpBgE4PW7jeWG0dLK5CWrtoiB5qhe6CHfZ+L720T2SxjcQJFDSAml9youwvS/G
mBaZ6Vo1MG+Lh7GNNgv7
=M3mu
-END PGP SIGNATURE-


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



Accepted mdadm 3.2.5-4+mdmon (source i386)

2012-10-28 Thread Michael Tokarev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 20 Oct 2012 19:20:12 +0400
Source: mdadm
Binary: mdadm mdadm-udeb
Architecture: source i386
Version: 3.2.5-4+mdmon
Distribution: experimental
Urgency: low
Maintainer: Debian mdadm maintainers pkg-mdadm-de...@lists.alioth.debian.org
Changed-By: Michael Tokarev m...@tls.msk.ru
Description: 
 mdadm  - tool to administer Linux MD arrays (software RAID)
 mdadm-udeb - tool to administer Linux MD arrays (software RAID) (udeb)
Closes: 684708 686100 686703 691668 691670 691671
Changes: 
 mdadm (3.2.5-4+mdmon) experimental; urgency=low
 .
   * fix `/etc/init.d/mdadm-raid status' inverse logic (Closes: #686100)
   * /etc/init.d/mdadm: change RUNDIR to /run instead of /var/run.
 Mdadm itself uses /run internally, we properly depend on initscripts
 version which creates /run, and the initscript itself is started
 after local_fs is processed, so this is merely a no-op, but let's
 do it for consistency.
   * Fix 'enough' function for RAID10, to prevent starting of a RAID10
 array which does not have required minimum of component devices.
 (Closes: #691668).
   * fix segfaults in Detail() - mdadm --detail may segfault if a drive
 has been removed from the array (Closes: #691670)
   * super0: do not override uuid with homehost.  The bug prevented
 re-creating an array with v0.90 superblock with the specified uuid
 when homehost is also specified.  (Closes: #686703)
   * several fixes for mdmon argument processing (Closes: #691671):
 - allow --takeover when original was started with --offroot
 - fix arg parsing.
 - fix arg processing for -a
   * Changes based on a patch by Miquel van Smoorenburg (Closes: #684708):
 - install mdmon in udeb and initramfs, so imsm arrays can work.
   mdadm runs mdmon automatically when needed (currently for imsm
   arrays), and mdmon is required to make such arrays read-write
   (they're read-only by default) so merely presence of mdmon is
   enough to be able to use imsm arrays.
 - /etc/init.d/mdadm start: if a mdmon pidfile is found in /run/mdadm,
   restart mdmon (--takeover --all)
 - /etc/init.d/mdadm stop: link pidfiles of mdmon processes into
   /run/sendsigs.omit.d, and make sure that happens before sendsigs runs.
 - stop mdadm before sendsigs, so that the above code works
 - add script mdadm-waitidle that runs just before reboot/halt.
   For each array that is still running, it sets sync_action to idle,
   and uses mdadm --wait-clean to wait for all arrays to go idle
   (it has a short timeout).
Checksums-Sha1: 
 027c92cc31020cab097bd84a5f156ffb4fa7508f 1515 mdadm_3.2.5-4+mdmon.dsc
 10e9e0437d895b462c3ce793873bb32455393ba3 127483 
mdadm_3.2.5-4+mdmon.debian.tar.bz2
 b67034f130aa1007088ff78940dad09743024b37 565840 mdadm_3.2.5-4+mdmon_i386.deb
 6874df31b5ed4ed67bd076509819076aaddd82c2 196250 
mdadm-udeb_3.2.5-4+mdmon_i386.udeb
Checksums-Sha256: 
 416ff0990bbe2f76f9eb6cc37cf0264aaf1771a82b4dc13a5592964ca5f92e73 1515 
mdadm_3.2.5-4+mdmon.dsc
 099b3f816db45c46ca0ae267c9b81549e1e1bc2023d7bff04279b867cfa3f7f9 127483 
mdadm_3.2.5-4+mdmon.debian.tar.bz2
 e075e22c5d232932f6811af27d4c2011cb29eca7bafd84ab7294df75cff9e8cf 565840 
mdadm_3.2.5-4+mdmon_i386.deb
 62742a3bb2d649d1de5bef817092632dbda35016d48a8afa8049239d121dfbcc 196250 
mdadm-udeb_3.2.5-4+mdmon_i386.udeb
Files: 
 91a614a28b83b127ba9e4539e21cf0d4 1515 admin optional mdadm_3.2.5-4+mdmon.dsc
 4ba1ed5148c8edf9b2b62fe3dae534e4 127483 admin optional 
mdadm_3.2.5-4+mdmon.debian.tar.bz2
 e0b1ec4744e126416b18efe2c4e10706 565840 admin optional 
mdadm_3.2.5-4+mdmon_i386.deb
 56f51cd65bff7e3fcbfc6e30d6f14b0b 196250 debian-installer optional 
mdadm-udeb_3.2.5-4+mdmon_i386.udeb
Package-Type: udeb

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

iJwEAQECAAYFAlCNe/4ACgkQUlPFrXTwyDhXEwP9FY68VaxgwftKj8pWUjUUZONm
OpRmb95okOXfRt5KebXMV72lTUcE/WwHxlN5rZ6ZMFKRfvzobZ55DPDotCdr+262
Jg4666D81s377S+PZdYkccceXr9DPs4wW4hiXrBiKQ5lBkfowUTchzGKfYb470DO
SeaTk7iyl1dBH7XZ3uM=
=2IZ7
-END PGP SIGNATURE-


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



Accepted npapi-vlc 2.0.0-2 (source amd64)

2012-10-28 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Oct 2012 19:01:32 +0100
Source: npapi-vlc
Binary: browser-plugin-vlc mozilla-plugin-vlc
Architecture: source amd64
Version: 2.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 browser-plugin-vlc - multimedia plugin for web browsers based on VLC
 mozilla-plugin-vlc - transitional dummy package
Closes: 690133
Changes: 
 npapi-vlc (2.0.0-2) unstable; urgency=low
 .
   * debian/mozilla-plugin-vlc.preinst: Remove previous symlink that is
 replaced by a directory. Thanks to David Prévot. (Closes: #690133)
Checksums-Sha1: 
 4937586c4cf9d6ff1a4c54e785fb29830caea71c 2124 npapi-vlc_2.0.0-2.dsc
 ff1a9eda33f233f30e7df033813f032ac7841d67 2960 npapi-vlc_2.0.0-2.debian.tar.gz
 aa57cb8dbb6d7291862968bf27e94ad8652f1fa2 51758 
browser-plugin-vlc_2.0.0-2_amd64.deb
 72bfb83c901271f6e7135fab3d8d56de264d3804 2420 
mozilla-plugin-vlc_2.0.0-2_amd64.deb
Checksums-Sha256: 
 8fc613bdf303110af27ab7080e6ea71b057bee04f6bc3ccf83abaca75cbcb673 2124 
npapi-vlc_2.0.0-2.dsc
 b2346f6b55daa65e3a8f11f94749d6037d8ba1e2764b7ed3b8479a9c0ed23339 2960 
npapi-vlc_2.0.0-2.debian.tar.gz
 1ca5784dedc8735f652bc47d50afc4b19d7577fd68b321cf063244bb408f8209 51758 
browser-plugin-vlc_2.0.0-2_amd64.deb
 ef5a94651d302754bc0fdecc075e6f788467e83ab0b08475e066c8ced17a31e1 2420 
mozilla-plugin-vlc_2.0.0-2_amd64.deb
Files: 
 90ddb82025667191c6907ba2209d914b 2124 video optional npapi-vlc_2.0.0-2.dsc
 153ec5c0ae50b2f567e9db4aa80749ce 2960 video optional 
npapi-vlc_2.0.0-2.debian.tar.gz
 1714be2acb3cd2d7c1a53f5d86704c34 51758 video optional 
browser-plugin-vlc_2.0.0-2_amd64.deb
 cb3c1ecfdfc0a3cbd0d17cf74d19dfb7 2420 oldlibs optional 
mozilla-plugin-vlc_2.0.0-2_amd64.deb

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

iQIcBAEBCgAGBQJQjX5HAAoJEBWetcTvyHdMW7EP/j9FZs/U9KEvF6zdMFDPWxXR
XA6BnZPnDs1OcP4KVa+rMjgaC/2g/ME3p+HRJGXJPYnWJ9XBIP4bl1pJJwjObl8e
rG8P5I3FoT3eNJl93rtP0uOE9Dvt9Ejdlmmlw4cI+hg/ilK9I7HyLpQBD/5cT5jZ
PJGzygea7w6OgMS7FwhWmXuXwDdSTXTGZrOJQWWdjbsqDpBVNAdMyhYsoweinJDP
+57zEKf+7JoYABBaKiAwuqpmFf+Y6Dpwb/ie+hv7yNsSGDScFOsmeJTEMAdpiIeC
NKhjFMeyPPe1JYI2N58idUvIMnjCoGIcByd7OEZ49nW7bz5WwjMwVYhkRIqCoMDY
Ih/ZLGLwfB4Ntq2PVGbAtvGm+ozMAzZV+TiTNu1oH+U6i0p0Mib4M65xocV3tTJN
e0qGILfB4NIh4D2juAXUvf1SfDP4bIrn4ziwIGRvWbbo82VJqFi+5H5SI2ENOkDu
8CO1K+hL1XMxtCMD9zeOmHZpnK2NEzAGhFsCeEjKAF6wFUyFJqu9aV1q0tq04izV
QNKskcvBtfrI7JW1YRK4B5xlfXrfFrRrkgqOb95xBI/MTbqqWeTl4ThKTLmZELo8
Su/z29gdH28bpQ9QZclw/t+i8b+u1Yj8tEop0FKENIYfRQ02+5EWPV4ladQkkRcQ
1I//yrcnETSFAcQtLaHg
=fSDz
-END PGP SIGNATURE-


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



Accepted libvirt 1.0.0~rc1-1 (source all i386)

2012-10-28 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 17:13:08 +0100
Source: libvirt
Binary: libvirt-bin libvirt0 libvirt0-dbg libvirt-doc libvirt-dev 
python-libvirt libvirt-sanlock
Architecture: source all i386
Version: 1.0.0~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Libvirt Maintainers 
pkg-libvirt-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libvirt-bin - programs for the libvirt library
 libvirt-dev - development files for the libvirt library
 libvirt-doc - documentation for the libvirt library
 libvirt-sanlock - library for interfacing with different virtualization systems
 libvirt0   - library for interfacing with different virtualization systems
 libvirt0-dbg - library for interfacing with different virtualization systems
 python-libvirt - libvirt Python bindings
Changes: 
 libvirt (1.0.0~rc1-1) experimental; urgency=low
 .
   * [51182d6] New upstream version 1.0.0~rc1
   * [a8b162b] Refresh patches.
 Fixed upstream:
 * Properly-parse-unsigned-long-long.patch
 * storage-lvm-Don-t-overwrite-lvcreate-errors.patch
 * storage-lvm-lvcreate-fails-with-allocation-0-don-t-d.patch
   * [418be04] Update symbols
   * [f3fdef3] Install systemtap tapsets on Linux
   * [e18098f] Build require a netcf linked against libnl-3-dev
   * [8acbd16] Adjust to changed policy file names
Checksums-Sha1: 
 16831586c1bc5cd790dcb6d312c2ef1cee7c768e 2497 libvirt_1.0.0~rc1-1.dsc
 5f4f326386992352b3abcc8fa5853401c431c1cb 22289821 libvirt_1.0.0~rc1.orig.tar.gz
 c802be6a127953a557b198e6e4e6d93c7f3c2079 36877 
libvirt_1.0.0~rc1-1.debian.tar.gz
 90a2bf1748bbf45f3d4ffec3446815d71c4269b8 2490632 
libvirt-doc_1.0.0~rc1-1_all.deb
 b8b50a6d68565d1fcd6ba606b218986fcc2c3980 4188848 
libvirt-bin_1.0.0~rc1-1_i386.deb
 994fd42897270c068b6940b520f19b7d7c128df9 2355560 libvirt0_1.0.0~rc1-1_i386.deb
 b8c9064d6e705e9827a12a4d6d2ba27d249f9c37 9366038 
libvirt0-dbg_1.0.0~rc1-1_i386.deb
 4210719782b974e15526a787f323810f98f35f4d 2725740 
libvirt-dev_1.0.0~rc1-1_i386.deb
 d0c9b54ed3fabb465a3ba6134ae32a4b1b4a1413 1667230 
python-libvirt_1.0.0~rc1-1_i386.deb
 cd54852c0006fa6109fbac1249ba04ff034a285c 1376996 
libvirt-sanlock_1.0.0~rc1-1_i386.deb
Checksums-Sha256: 
 bf01fc224a5342ec5532ec7e203c4db4289172f3bceae3a9dbf14a3dff9df9e3 2497 
libvirt_1.0.0~rc1-1.dsc
 32bbec4962b730a7ccf3b90ee4c90b2260d52f6f9a826db70ec66faad68ee038 22289821 
libvirt_1.0.0~rc1.orig.tar.gz
 afa2bd380dcfac8fbd80c1a3582310a9264e4973b61d38ba518b622296143011 36877 
libvirt_1.0.0~rc1-1.debian.tar.gz
 8e45fe077ec98417e10dca55b5d723c50199253121c0a9d4fbb8531d516fb055 2490632 
libvirt-doc_1.0.0~rc1-1_all.deb
 fe142449980ed31746c81d21ef6734ea81923d90cae87b3a787cb202df7fa616 4188848 
libvirt-bin_1.0.0~rc1-1_i386.deb
 bfee382570bd94ad49b79f8617f88041bbd021b2b74332bb5432897e89a8b7e3 2355560 
libvirt0_1.0.0~rc1-1_i386.deb
 911002c6249fd70fd9cdfef24eadabc8bdf79b65c719fd749b8fa4878a986bb6 9366038 
libvirt0-dbg_1.0.0~rc1-1_i386.deb
 070b5ba47a779531cfb7193eb0f115ce0ab7cea9965c49c01edcf508a6978676 2725740 
libvirt-dev_1.0.0~rc1-1_i386.deb
 41503f987b614e9c5fd17c0625afafc27fa91ec93c3ebc8c208d501207eaadf4 1667230 
python-libvirt_1.0.0~rc1-1_i386.deb
 0aa872c71464bf4e90042b7d7610884773e5948489be0f50e0152903f0b10285 1376996 
libvirt-sanlock_1.0.0~rc1-1_i386.deb
Files: 
 7b8b16c72db2298329a636fd2125a8be 2497 libs optional libvirt_1.0.0~rc1-1.dsc
 8b2872815ca4aa4f9c3e7bf923cba061 22289821 libs optional 
libvirt_1.0.0~rc1.orig.tar.gz
 d3706bb72521352251797603ddf57bed 36877 libs optional 
libvirt_1.0.0~rc1-1.debian.tar.gz
 55ef86758d115eea984f1f0d6758c086 2490632 doc optional 
libvirt-doc_1.0.0~rc1-1_all.deb
 87c511eeb7841c380473c35d230deef3 4188848 admin optional 
libvirt-bin_1.0.0~rc1-1_i386.deb
 625e776499c206a6c14c2d75942a676d 2355560 libs optional 
libvirt0_1.0.0~rc1-1_i386.deb
 f8357a07da62e853019941354d1f3220 9366038 debug extra 
libvirt0-dbg_1.0.0~rc1-1_i386.deb
 bbad4ba3e4fbb88850a3cd37b6c74be6 2725740 libdevel optional 
libvirt-dev_1.0.0~rc1-1_i386.deb
 3a2dfde9d1e1f65d1a4d1c1ded5db7b2 1667230 python optional 
python-libvirt_1.0.0~rc1-1_i386.deb
 458f67e87a404d4336007c7fe08d6f75 1376996 libs extra 
libvirt-sanlock_1.0.0~rc1-1_i386.deb

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

iD8DBQFQjYCan88szT8+ZCYRAj2sAJ9pcgd60GiNCqh5ddNW985GL0hNKgCfbABG
3F4LO1aaiaFZ1RYV194M/Kg=
=ZO1N
-END PGP SIGNATURE-


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



Accepted sepia 0.992-3 (source all)

2012-10-28 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 20:22:38 +0100
Source: sepia
Binary: sepia
Architecture: source all
Version: 0.992-3
Distribution: sid
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 sepia  - Simple Emacs-Perl InterAction
Changes: 
 sepia (0.992-3) unstable; urgency=low
 .
   * Sepia also works with emacs24
Checksums-Sha1: 
 a837e8efca76b478657091390ae6ce8119842404 1259 sepia_0.992-3.dsc
 0892246aec9e64511874cb6dcb74b02633ca9a5f 19566 sepia_0.992-3.diff.gz
 495cbff71f08e8ba33f14956a383e66e75cf324f 107414 sepia_0.992-3_all.deb
Checksums-Sha256: 
 5a0da5e3554d8e836ccd700f4a56381372825a68a21622e2b9b1e1b813b22d23 1259 
sepia_0.992-3.dsc
 57a1ea2e5464607a0999c6a29d8810fc02e24b4c18faa6bcfc7d99ae6a14c3e3 19566 
sepia_0.992-3.diff.gz
 373ae8d88f6dd4be487e2787e8c2a29efb35b0fa598f54d1498cededde9edb65 107414 
sepia_0.992-3_all.deb
Files: 
 bc0c91015dd41b6b7cee639ccf19b5e0 1259 perl optional sepia_0.992-3.dsc
 c7087a18ef40c70c77f872533c2bdfdd 19566 perl optional sepia_0.992-3.diff.gz
 d7d79057ee17ee90fce5af4ed12db75b 107414 perl optional sepia_0.992-3_all.deb

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

iEYEARECAAYFAlCNiPoACgkQUCgnLz/SlGhD6ACgiyJyfciyg7pT80oUVXxGDTS6
HykAoMenjfznqbWZvCsz71oH5iW0CgKk
=Sgqf
-END PGP SIGNATURE-


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



Accepted bind9 1:9.8.1.dfsg.P1-4.3 (source all amd64)

2012-10-28 Thread Philipp Kern
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 20:28:11 +0100
Source: bind9
Binary: bind9 bind9utils bind9-doc host bind9-host libbind-dev libbind9-80 
libdns81 libisc83 liblwres80 libisccc80 libisccfg82 dnsutils lwresd
Architecture: source all amd64
Version: 1:9.8.1.dfsg.P1-4.3
Distribution: sid
Urgency: medium
Maintainer: LaMont Jones lam...@debian.org
Changed-By: Philipp Kern pk...@debian.org
Description: 
 bind9  - Internet Domain Name Server
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 host   - Transitional package
 libbind-dev - Static Libraries and Headers used by BIND
 libbind9-80 - BIND9 Shared Library used by BIND
 libdns81   - DNS Shared Library used by BIND
 libisc83   - ISC Shared Library used by BIND
 libisccc80 - Command Channel Library used by BIND
 libisccfg82 - Config File Handling Library used by BIND
 liblwres80 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Changes: 
 bind9 (1:9.8.1.dfsg.P1-4.3) unstable; urgency=medium
 .
   [ Philipp Kern ]
   * Non-maintainer upload.
 .
   [ Marc Deslauriers ]
   * SECURITY UPDATE: denial of service via specific combinations of RDATA
 - bin/named/query.c: fix logic
 - Patch backported from 9.8.3-P4
 - CVE-2012-5166
Checksums-Sha1: 
 4ced80f21d1a5fc6decb946ec9ece2f1017945c1 2252 bind9_9.8.1.dfsg.P1-4.3.dsc
 12b0357b5f7736e08a99bca32286a85ad4388805 505772 bind9_9.8.1.dfsg.P1-4.3.diff.gz
 ae33f58b31c54747b4668ea1458120a7e32a26a4 350296 
bind9-doc_9.8.1.dfsg.P1-4.3_all.deb
 f17989b63a5f9a834ee8c27383b2af4ec2b7e6dd 19558 host_9.8.1.dfsg.P1-4.3_all.deb
 a7ec13906ec7b2b9faad5e0a772d20984e1a984c 351942 
bind9_9.8.1.dfsg.P1-4.3_amd64.deb
 eeb352093eed96bff5d28d96a4dd9e5c5dc1c99d 122850 
bind9utils_9.8.1.dfsg.P1-4.3_amd64.deb
 d92154dc3dc34ac3e93abc1345cc0cfc6cfb4d4d 72276 
bind9-host_9.8.1.dfsg.P1-4.3_amd64.deb
 9c1d9871747dd972c349c4b85238733c23c90305 1535010 
libbind-dev_9.8.1.dfsg.P1-4.3_amd64.deb
 88bc169738c89cf0c3b6bfae82b1c75fcb45f1bc 40830 
libbind9-80_9.8.1.dfsg.P1-4.3_amd64.deb
 70d6741053dbd1816296d0fef69234fc5a08cc62 728358 
libdns81_9.8.1.dfsg.P1-4.3_amd64.deb
 f13a057a8a660bc27cd98f37946480c76d58e9d7 177586 
libisc83_9.8.1.dfsg.P1-4.3_amd64.deb
 8142cd0a15bea0a17aee25b1917ca8a671d8ccb6 54092 
liblwres80_9.8.1.dfsg.P1-4.3_amd64.deb
 44d44684cfbd3ff6546454e330c7c159a491834f 34768 
libisccc80_9.8.1.dfsg.P1-4.3_amd64.deb
 b56948694a382e1f79a337d280b6f3dccf3a6461 60586 
libisccfg82_9.8.1.dfsg.P1-4.3_amd64.deb
 e2de3534e7e06dc54f70b38f9c5b0b1eeb88197c 165114 
dnsutils_9.8.1.dfsg.P1-4.3_amd64.deb
 379df3b38928d8b02f0c94a738c1f3d309a7f458 239974 
lwresd_9.8.1.dfsg.P1-4.3_amd64.deb
Checksums-Sha256: 
 a845d82467e40412d60b963133102f7470741cf9e324277f8848677e853f7260 2252 
bind9_9.8.1.dfsg.P1-4.3.dsc
 8bd68fddaa8e7c38c0af93eeb998c4100bf8c865c3a7870fefc381b55dd10041 505772 
bind9_9.8.1.dfsg.P1-4.3.diff.gz
 a3ef2b1bb1546f9ff5481a0a5c008a8f95baf518ba781399e005b54f9f0761bf 350296 
bind9-doc_9.8.1.dfsg.P1-4.3_all.deb
 552311d555dd98c656fe51675af78b875257ed34176001d8a20de01b226a47d1 19558 
host_9.8.1.dfsg.P1-4.3_all.deb
 7f198398f0466ed59b3fe2a9c062ff498c6c8f348fb3d17a2b89d2ff1a60ea29 351942 
bind9_9.8.1.dfsg.P1-4.3_amd64.deb
 701f6b41f85826139f2d66c0b9ed9dad047c08ac8395fb21d34611480df5f5f1 122850 
bind9utils_9.8.1.dfsg.P1-4.3_amd64.deb
 5fe91ee4cee5c192dd4a73197faee5bb4b4b4f0b6c539028215ab598e850e6d3 72276 
bind9-host_9.8.1.dfsg.P1-4.3_amd64.deb
 5938561abb019cafa22a35578423d4b79f0d457e7540dcfbfade40708fd9dd51 1535010 
libbind-dev_9.8.1.dfsg.P1-4.3_amd64.deb
 c564949a3b4e600d317ed771a43d1a44f00f3f757c5aab274acdab1d15b8a3da 40830 
libbind9-80_9.8.1.dfsg.P1-4.3_amd64.deb
 b585e435c707c123225e191b413473c1e1335c923798de977c2e2b52acb7f48e 728358 
libdns81_9.8.1.dfsg.P1-4.3_amd64.deb
 b20296cab6ee82acd6154ac27ccb665a9acd2bc6482a743a4e414d1f1f9ab409 177586 
libisc83_9.8.1.dfsg.P1-4.3_amd64.deb
 c0c97a67f8f090d878ac111fba4559556358704a65e38e9187a1860b2d608ee3 54092 
liblwres80_9.8.1.dfsg.P1-4.3_amd64.deb
 1fd70ed72eba4c9ab401fa638f0511906a3cb3af5c3330b215a43fea9194a066 34768 
libisccc80_9.8.1.dfsg.P1-4.3_amd64.deb
 01a189ccafd6f84eec710df56157835fed9aeb81f8b5ff1b4c0c1ff7995177fb 60586 
libisccfg82_9.8.1.dfsg.P1-4.3_amd64.deb
 b8abbc260fb4566a524e245bc2f10e9858fe6e53bc77ea533faaca3c47c48367 165114 
dnsutils_9.8.1.dfsg.P1-4.3_amd64.deb
 651f67d96f322d544073a5f175c8f130de2c44f69d88587d46acabe555abd1da 239974 
lwresd_9.8.1.dfsg.P1-4.3_amd64.deb
Files: 
 2617d8609af8f52f9292c3ab424561eb 2252 net optional bind9_9.8.1.dfsg.P1-4.3.dsc
 4634f639001495161d82059b0bc0322c 505772 net optional 
bind9_9.8.1.dfsg.P1-4.3.diff.gz
 1e10a14be7941d1e5cbc172c4d3bf8fe 350296 doc optional 
bind9-doc_9.8.1.dfsg.P1-4.3_all.deb
 334f9056f907c59883c8d235801864e3 19558 net standard 
host_9.8.1.dfsg.P1-4.3_all.deb
 9cc6c128a8376133eaad58c7fd0fb40e 351942 net optional 

Accepted bitlbee 3.0.6-1 (source all amd64)

2012-10-28 Thread Wilmer van der Gaast
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 19:58:33 +
Source: bitlbee
Binary: bitlbee bitlbee-libpurple bitlbee-common bitlbee-dev bitlbee-plugin-otr 
bitlbee-plugin-skype skyped
Architecture: source all amd64
Version: 3.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Wilmer van der Gaast wil...@gaast.net
Changed-By: Wilmer van der Gaast wil...@gaast.net
Description: 
 bitlbee- An IRC to other chat networks gateway (default version)
 bitlbee-common - An IRC to other chat networks gateway (common files/docs)
 bitlbee-dev - An IRC to other chat networks gateway (dev files)
 bitlbee-libpurple - An IRC to other chat networks gateway (using libpurple)
 bitlbee-plugin-otr - An IRC to other chat networks gateway (OTR plugin)
 bitlbee-plugin-skype - An IRC to other chat networks gateway (Skype plugin)
 skyped - Daemon to control Skype remotely
Changes: 
 bitlbee (3.0.6-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ef1190afe5e7c4a595802630eb58df21427c6a11 1562 bitlbee_3.0.6-1.dsc
 6ac7cab4dab422f9baac97818e69ee9934db345c 730918 bitlbee_3.0.6.orig.tar.gz
 98dcbd8f616c634b5ca38cfc810396c27e33d426 25953 bitlbee_3.0.6-1.diff.gz
 62d51d413de29712685757ae885d34c7ae7a054f 137930 bitlbee-common_3.0.6-1_all.deb
 50d78b5fd4840ca4aa1ecdd5a5176e407995d047 25992 bitlbee-dev_3.0.6-1_all.deb
 f11a6f9fa10d5427550210f52863590312f8b4d8 299104 bitlbee_3.0.6-1_amd64.deb
 8dd43361e5f2a39b3ea6100d70f4c4f38886189b 127130 
bitlbee-libpurple_3.0.6-1_amd64.deb
 caf02ee6b0a8e11b54fc2c6cc68c79e4cd52a9cd 17070 
bitlbee-plugin-otr_3.0.6-1_amd64.deb
Checksums-Sha256: 
 c73ca3d75557b9643041d870457220370baec783241c31a77ca7398c0f444247 1562 
bitlbee_3.0.6-1.dsc
 4f3e169f9a8e0cdf7976d2e6f41b9a8f6020a262b5731aa0f91fdb66d17446e8 730918 
bitlbee_3.0.6.orig.tar.gz
 bd33f7d26a58ca61d3a3ff10d5659cade3d40a8814f7caabd1cab6ab4076abbf 25953 
bitlbee_3.0.6-1.diff.gz
 87eb6d24b6603f329282e117b867c3fb4bb01f0c07254766b08f3a68f2ee 137930 
bitlbee-common_3.0.6-1_all.deb
 7c56a0f5818bdaf9bc284d827e95d6b7b5e7e25d243061569039805af31a1cff 25992 
bitlbee-dev_3.0.6-1_all.deb
 877349ea6e72ba8015a3d65d9b43752380de47fda62c4ad0909b8bde83f12996 299104 
bitlbee_3.0.6-1_amd64.deb
 e15c21db6ffc52f158308614f739a529f3ea42b46707cac34374d8631662c658 127130 
bitlbee-libpurple_3.0.6-1_amd64.deb
 3d67c9d80932f38bdb7ebf7636a69aca6b1f60b2793eb95a76459a7fe126742b 17070 
bitlbee-plugin-otr_3.0.6-1_amd64.deb
Files: 
 4a9aef6ef289c000d246cab07f61190d 1562 net optional bitlbee_3.0.6-1.dsc
 0ab9c9159bd9bac9210fdb5d2f66448a 730918 net optional bitlbee_3.0.6.orig.tar.gz
 b73cd5ad23e3b7136211656e4855d774 25953 net optional bitlbee_3.0.6-1.diff.gz
 ef69985367f3d2e44578fc7a998f984d 137930 net optional 
bitlbee-common_3.0.6-1_all.deb
 ce66a4a2f5a622d9be6b73daa0ba5a78 25992 net optional bitlbee-dev_3.0.6-1_all.deb
 e306da6e7fcdbc78b09185c5aa40f47a 299104 net optional bitlbee_3.0.6-1_amd64.deb
 a5907f125d8908addce7cca30b96488e 127130 net optional 
bitlbee-libpurple_3.0.6-1_amd64.deb
 d0dbbbe6debdc54962583e185f5fe5d9 17070 net optional 
bitlbee-plugin-otr_3.0.6-1_amd64.deb

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

iD8DBQFQjZGYeYWXmuMwQFERAuUuAKDP5UoxCJXBy54oCUMSmdGJaW5KCwCgxhpv
XL9dReM6Pga8Cykrg+vJzNY=
=kToZ
-END PGP SIGNATURE-


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



Accepted libmodule-starter-perl 1.600+dfsg-1 (source all)

2012-10-28 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 28 Oct 2012 21:09:42 +0100
Source: libmodule-starter-perl
Binary: libmodule-starter-perl
Architecture: source all
Version: 1.600+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmodule-starter-perl - simple starter kit for Perl modules
Closes: 472102
Changes: 
 libmodule-starter-perl (1.600+dfsg-1) experimental; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 1.600+dfsg
 + Tries to quess author from getpwuid if --author is not provided; Tries
   to guess email from $ENV{'EMAIL'} if not provided with --email.
   (Closes: #472102).
   * Replace debian/repack.stub with current version.
 Replace debian/repack.stub with current script version provided in
 pkg-perl git repository (only typo fixes and reference to git repository
 instead of svn repository).
   * Update debian/copyright file.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
 Update copyright years for debian/* packaging.
   * Bump Standards-Version to 3.9.4
   * Bump Debhelper compat level to 9.
 Adjust versioned Build-Depends on debhelper to debhelper (= 9).
   * Override dh_auto_test in debian/rules.
 Set RELEASE_TESTING=1 to run the two pod tests t/pod.t and
 t/pod-coverage.t.
Checksums-Sha1: 
 2163ca9c35c1c0ae16aa47dce3a169b3f33f9fd7 2325 
libmodule-starter-perl_1.600+dfsg-1.dsc
 2007d831061eefc697c40a92fa2026c905271a19 50023 
libmodule-starter-perl_1.600+dfsg.orig.tar.gz
 becad87a5df8549481964d44512f7b2d8bd00bd3 4012 
libmodule-starter-perl_1.600+dfsg-1.debian.tar.gz
 fd4b163bec03e9bcd70ed50fde9b6a03c3234ea0 52496 
libmodule-starter-perl_1.600+dfsg-1_all.deb
Checksums-Sha256: 
 8c9d5941475397c626750b32ab40d1bf24fa0d8afec77e213eb5cfda3dcec4b6 2325 
libmodule-starter-perl_1.600+dfsg-1.dsc
 f628b1e6c64dbbe01b642c8e0682fa22691a2f005f4216d252603bf0022f0cbe 50023 
libmodule-starter-perl_1.600+dfsg.orig.tar.gz
 5bd158bbc661d93e4013e913505ccbe69b9991304fc87dbca459bacf6b832777 4012 
libmodule-starter-perl_1.600+dfsg-1.debian.tar.gz
 9b36f6a34d409ce1236ee7aac6fc11e9c7f04bb4ed2fcfd26c036494dfea4846 52496 
libmodule-starter-perl_1.600+dfsg-1_all.deb
Files: 
 e52295898e2c5390a9b3dee2d2d4a086 2325 perl optional 
libmodule-starter-perl_1.600+dfsg-1.dsc
 71964bb78dc53f97d62ac101ef2f268f 50023 perl optional 
libmodule-starter-perl_1.600+dfsg.orig.tar.gz
 6e51eacebcbbded52b14b66565abf8cf 4012 perl optional 
libmodule-starter-perl_1.600+dfsg-1.debian.tar.gz
 ea640cdf554aa94f5afceed9d3684129 52496 perl optional 
libmodule-starter-perl_1.600+dfsg-1_all.deb

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

iQIcBAEBCgAGBQJQjZILAAoJEHidbwV/2GP+9d8QAPAXVITKzIAsh6bODc0ECvPJ
IWOYYSRzF1d44MX4lR6Mg1Km9rzIhviBLhBd7Ea3MtyuAvTaw/rAM3QwNX05PJhB
11OgIQTJkNDu33M+qCwTZ+MJXGsL54JCrqcl3BiMCfNaIwvZ4r/xJ43lUhvlVJJ1
SJGJVY+7yMlA/rlo7qX+oWnafCAeYtew1gGhPphsm0ROp3hW/kI99H0BASTwZSi6
KVkR909U61VwHrhHnJuVieqyjn8q65Q3AGVw82gC/cgZYZxRK3GhBLlr+l0b5etz
c+wutvpsnrAUIuVhy4ZNTpth5iqHHYjv9fzVhweumjSkws6Z0/+l2RHx/oDt5jXI
vi1HGKq9BauwhfJeX0m2GxMLeSVqUz9t2x0+uT5hWmvtltiwz/HY6j6M7wTf8Ozu
A+I5SCxPdZQXSrs/kqZRtWobRALg9KPUBeHSqsnSothZS18BPT7VYewISVZ6KwgL
ko1UMwqE38sgmura2TVit34ylUyjVxyu1aG8HMJXhXbAZLrhJ9nUamdWeiLiw7H5
Mbo+uyWdld0p0PYzguOYCUSYRKFlL3JVgUjIwGZXt4Gw/FkC+4qypw1zY9ayDpQ6
rcL+c1oc/t23V3x5B6ouXRDEFqN+ehxkXCfzt5prZqFlWqs+CBHC6BmQYBDfhs3t
pO6KgbnNAyxmbINdhU/N
=kEAU
-END PGP SIGNATURE-


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



Accepted accessodf 0.1-1.2 (source all)

2012-10-28 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 23 Oct 2012 19:53:57 +0200
Source: accessodf
Binary: accessodf
Architecture: source all
Version: 0.1-1.2
Distribution: unstable
Urgency: low
Maintainer: Sebastian Humenda shume...@gmx.de
Changed-By: Rene Engelhard r...@debian.org
Description: 
 accessodf  - Libreoffice extension to check accessibility of ODF documents
Closes: 679717
Changes: 
 accessodf (0.1-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * set $HOME explicitely in unopkg usage in maintainer scripts
 (closes: #679717)
Checksums-Sha1: 
 f4816bb32a6938f6258929f73839b5e87f2e1d89 1872 accessodf_0.1-1.2.dsc
 a54249cd02fc5f0e0229be3eff31688bc2faac29 6038 accessodf_0.1-1.2.debian.tar.gz
 7d657036dc74eb5742a567e4bbfc91d8e3ec1cb4 254478 accessodf_0.1-1.2_all.deb
Checksums-Sha256: 
 8449d7044e3fb20a986ae780cbb0ac640099bfdbcebbd959ed2353a96c7cb909 1872 
accessodf_0.1-1.2.dsc
 92eeb7efa6dcedd974a245ede38555cb8910888deaee73f2c048ce1f49ba3953 6038 
accessodf_0.1-1.2.debian.tar.gz
 80dc617c918b70a460e9a9dc76f4a40f467ee540429085a1fd04145f78d47862 254478 
accessodf_0.1-1.2_all.deb
Files: 
 0b5eddb9a19d12ff98cb6b5ebfe14260 1872 java extra accessodf_0.1-1.2.dsc
 e6375838faa9704b6de4a71c4571607e 6038 java extra 
accessodf_0.1-1.2.debian.tar.gz
 f2d843e25c28b2828bfcaac8bc0c47ec 254478 java extra accessodf_0.1-1.2_all.deb

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

iQIcBAEBCAAGBQJQhwFXAAoJEAqgRXHQPj5wnbcP/2a9i+2cfVunJNFloXw0gPtG
QPJ0jTSyHM8fUni7L349PDn6O7gvU4uxkkaAC9HoomWD61QwUWwiR4IsxBsjBMqg
NuzpvheOFO+rRo9vVU/V8R9KZIj4KOtt27JMyxkxAzfha5VWof5I5k6lHjb0aBPX
pIzDR2qY6wXFk/I3Pdl8VhxshLULH6N4wedYnoQbSphqWN7ZNBEL2KYmYDLa2zxm
W/75dJxJXyN9KAN9RglGueuiAozMAHO0H2z74LWQ/Ct3SEs0PD/ofOAxebnTkNYB
Oiz9ZIIgWA56TR7ABDTx1iVFvgdjXDfqngmpfXhHojjg/QPAg1yXDtW7q3mhwHrg
edtYdKS3s9yOhyEK0s+Qidaw8BHT2XDgxhLG33bIsuyuId5d+Brlmbaw2vg/dsbR
9ZN/TORVrJMh6Ier3cPebE4PT5pgj0eXh0AkEIIcMwXiYk4cpCJcx10HOtJBpFQH
tZG5GSN49HtZP21wUa1QUyYj26jzTY8L2A9ahi97ROR36aGyhJVwvEifffVdZeEC
DAsl7Rb4Bikl85+3zNh5AUmI3v2keW2bQjJLMw5ipeMUJdLkh0RQmIAnVuLJycmL
OhmsePk/aD/AcWb7f5Q9842jEQIafjzIdYj+wN0aKDuKZ/KFVwbN/dUg2ytJV36z
auFpoEsUYk/IPR1gCjRf
=kpU6
-END PGP SIGNATURE-


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



Accepted katarakt 0.0+git2012.10.28-1 (source kfreebsd-amd64)

2012-10-28 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 13:06:57 -0700
Source: katarakt
Binary: katarakt
Architecture: source kfreebsd-amd64
Version: 0.0+git2012.10.28-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Egger christ...@debian.org
Changed-By: Christoph Egger christ...@debian.org
Description: 
 katarakt   - simple PDF viewer with two layouts
Closes: 690939
Changes: 
 katarakt (0.0+git2012.10.28-1) unstable; urgency=low
 .
   * New upstream snapshot
   * Remove Homepage, Correct Vcs-* (Closes: #690939)
Checksums-Sha1: 
 1c8abfff7966bf8d0b7fa231edf5dc283730ea99 2066 katarakt_0.0+git2012.10.28-1.dsc
 869d3349598953c3375d9017a64ddd1b53c4446b 17560 
katarakt_0.0+git2012.10.28.orig.tar.xz
 3ef93cb107e851312b6d1891069a70d3c67851d6 2299 
katarakt_0.0+git2012.10.28-1.debian.tar.gz
 b8c668fd26e0847ede22026f771c04bf6565db92 55010 
katarakt_0.0+git2012.10.28-1_kfreebsd-amd64.deb
Checksums-Sha256: 
 6de0f06ad28898ff9b6c3947bc96b743d139e132971230e872f969d8a8ed99aa 2066 
katarakt_0.0+git2012.10.28-1.dsc
 6f66fc780af8009055312fed4fe9575a33510b7e19861532a3b75e6fdf8fcacf 17560 
katarakt_0.0+git2012.10.28.orig.tar.xz
 482d8a511e2094cf13d777f7e90388671538603974b6c50d48870f7bf80e8e81 2299 
katarakt_0.0+git2012.10.28-1.debian.tar.gz
 473053b328a55f245033348db0782739e85d22496822bc29bebec43d29230248 55010 
katarakt_0.0+git2012.10.28-1_kfreebsd-amd64.deb
Files: 
 836993b3a0032c48fb1fdb28a5613079 2066 utils optional 
katarakt_0.0+git2012.10.28-1.dsc
 38a2869b87a0b8b97105b4291ffef9c7 17560 utils optional 
katarakt_0.0+git2012.10.28.orig.tar.xz
 82cea65d926409a841abeeae7691c152 2299 utils optional 
katarakt_0.0+git2012.10.28-1.debian.tar.gz
 bc3630f31ca80717699d6301bd7e1289 55010 utils optional 
katarakt_0.0+git2012.10.28-1_kfreebsd-amd64.deb

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

iQIcBAEBAgAGBQJQjZ5oAAoJEKv/7bJACMb5F4cP/jWPgLbPIyXFaVZCGUgFQsdu
xXtSdBnwJ7KORU/QcusqjkUO+p5IRviA4rfFxi2ZC8JUgNpM7hRGfMVWgNCXh3+u
SexG4Lz8Hbel9be30qw4M3i8kf7wUEFp/dSXVXeVJrK3pm3mP+CwGzH67CHMmzhz
9Yy4jOyft0RS97Hhadbk3lCrjOoWTMNeMKt37QC0+x96ovo7VPPPa5FpmDcaAKN/
oaEsO1PxD1m/EgcN9+all9JGSS5If2gf4M1JWZ5rUKiW7A2QCEnu1WyNNgHXNFDC
/Mrfi48ZwrL80FrNPiot8GskTX3PsOjT+EhTnBQP2Pi2BolyFHe2DFt1KhF+iatM
ql3L/OVTdcsurs827ROK4oFkKZj7rv/MkN6oookXMKN7RtFV21toxQ0gqpYmJ1HV
N3xRXN7LW0WbSG6drjJx/Y5QKZps1ohg2cZgBgvIEua5GHTDIPU8CrYR0Q7WiJ3h
UdRTCmTRmqS0GckZ9s67nPpXJR3fjTuItz5IBisM3jbmIXCoee2SU2Vicc9prcfn
9VYKs4XJA4fX2EMV/GwxbmkyIVBeUfi+C7m59ILgOOazghaz+3lleXyDzI1s7fZ0
p1YD0JK9umPKvBQh/rAdGRBuai/pRMMqJ1QO8J749kP1SsPYuIpjhtTVqrmxFDu2
LGLBEGZIMqyPw2WN9pvn
=A66k
-END PGP SIGNATURE-


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



Accepted chromium-browser 22.0.1229.94~r161065-3 (source all amd64)

2012-10-28 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 00:55:58 -0400
Source: chromium-browser
Binary: chromium-browser chromium-browser-dbg chromium-browser-l10n 
chromium-browser-inspector chromium chromium-dbg chromium-l10n 
chromium-inspector
Architecture: source all amd64
Version: 22.0.1229.94~r161065-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Chromium Maintainers 
pkg-chromium-ma...@lists.alioth.debian.org
Changed-By: Michael Gilbert mgilb...@debian.org
Description: 
 chromium   - Google's open source chromium web browser
 chromium-browser - Chromium browser - transitional dummy package
 chromium-browser-dbg - chromium-browser debug symbols transitional dummy 
package
 chromium-browser-inspector - page inspector for the chromium-browser - 
transitional dummy pack
 chromium-browser-l10n - chromium-browser language packages - transitional 
dummy package
 chromium-dbg - Debugging symbols for the chromium web browser
 chromium-inspector - page inspector for the chromium browser
 chromium-l10n - chromium-browser language packages
Changes: 
 chromium-browser (22.0.1229.94~r161065-3) unstable; urgency=medium
 .
   * Use system vpx library again (resolves armel build failures).
Checksums-Sha1: 
 7f8c5a5d09023f54fbe1b45ca5fa8b720c97 4384 
chromium-browser_22.0.1229.94~r161065-3.dsc
 40afd932aee25e01ce19113cab07c33490265fdb 252395 
chromium-browser_22.0.1229.94~r161065-3.debian.tar.gz
 ec4f6c3d4618a5dbf999f9133f1ea546b773165c 164850 
chromium-browser_22.0.1229.94~r161065-3_all.deb
 37e4aa6306b2d70ba5445f3cdc69020ce2606241 164240 
chromium-browser-dbg_22.0.1229.94~r161065-3_all.deb
 c197c5c9b6d0a55bad75a8c931a18574b362b399 164388 
chromium-browser-l10n_22.0.1229.94~r161065-3_all.deb
 5cb6d385ae1258317a33f650848056f6d2cf86ee 164244 
chromium-browser-inspector_22.0.1229.94~r161065-3_all.deb
 4a26e0a9907cab631188c3fd76b70422baa9b641 2358108 
chromium-l10n_22.0.1229.94~r161065-3_all.deb
 319d8ea3190683a09675191381b65dc4ec88db7f 733952 
chromium-inspector_22.0.1229.94~r161065-3_all.deb
 ef6a9d946cd4432dcd413b581f93ec85c0a56f11 34959688 
chromium_22.0.1229.94~r161065-3_amd64.deb
 6ac00b18e07e9e25e38060cb5a13da51841489a9 382929350 
chromium-dbg_22.0.1229.94~r161065-3_amd64.deb
Checksums-Sha256: 
 5d19e15eff55e8d134adee65cc1e824738268ed0e53dbd503972a28144c9a936 4384 
chromium-browser_22.0.1229.94~r161065-3.dsc
 3514975bb660dfe1b4aee67bd628dd59116a8a6cb774cecc249d54f08a515886 252395 
chromium-browser_22.0.1229.94~r161065-3.debian.tar.gz
 22697c545217253febacb617e86f2baadf8744bc5f00b5b8eb7aac29f56d78bd 164850 
chromium-browser_22.0.1229.94~r161065-3_all.deb
 65c2630c61afcf443ceb2c1be0de39e898bc27df416c94934d6aef21425ce709 164240 
chromium-browser-dbg_22.0.1229.94~r161065-3_all.deb
 b9ac3b7df4759c1511b0738c5350581351b719f082b492a0416d20967c08274e 164388 
chromium-browser-l10n_22.0.1229.94~r161065-3_all.deb
 14121abdcfb3a8f3b15bfbdf315857a03a4fce329b302f4b370794035dd04397 164244 
chromium-browser-inspector_22.0.1229.94~r161065-3_all.deb
 3d46bc9ba63202b660f25bc0b856ccfd69d91d226b027206ad1b16f3193d0ada 2358108 
chromium-l10n_22.0.1229.94~r161065-3_all.deb
 7b3648359f4181cf443032c5e52a91c9998672e33b70ef7cdbc9c6b2e8a46da7 733952 
chromium-inspector_22.0.1229.94~r161065-3_all.deb
 076c895095df0803572a2c53a5cb368c77e25a04fbbb64adca0d598b684cb59e 34959688 
chromium_22.0.1229.94~r161065-3_amd64.deb
 ad59b2f10a6aa68671b68f5f0938591aab01203b36b004637138566ebd65847a 382929350 
chromium-dbg_22.0.1229.94~r161065-3_amd64.deb
Files: 
 66ba98e73d5387287be9ad6de35175bd 4384 web optional 
chromium-browser_22.0.1229.94~r161065-3.dsc
 700230bdb354ea49204b51fb00fc5396 252395 web optional 
chromium-browser_22.0.1229.94~r161065-3.debian.tar.gz
 8050ab4387621ca198282130b16c2d3b 164850 oldlibs optional 
chromium-browser_22.0.1229.94~r161065-3_all.deb
 ddeafa4c74cae1f4a0d47895c9fa1ce9 164240 oldlibs extra 
chromium-browser-dbg_22.0.1229.94~r161065-3_all.deb
 86c3f337930606866620aa4a787bf151 164388 oldlibs optional 
chromium-browser-l10n_22.0.1229.94~r161065-3_all.deb
 5f6c01ae4d73a9a6c7c4fa66b4f8c0e2 164244 oldlibs optional 
chromium-browser-inspector_22.0.1229.94~r161065-3_all.deb
 7833a1b237598ca694f2b96880e5a858 2358108 web optional 
chromium-l10n_22.0.1229.94~r161065-3_all.deb
 a332ae91fc32541ea2e91848749c22a1 733952 web optional 
chromium-inspector_22.0.1229.94~r161065-3_all.deb
 67d68ebde3ef5009f533a6490698d2b7 34959688 web optional 
chromium_22.0.1229.94~r161065-3_amd64.deb
 3374451c5ea8053fcd7ea7bcf8826ff4 382929350 debug extra 
chromium-dbg_22.0.1229.94~r161065-3_amd64.deb

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

iQQcBAEBCAAGBQJQjaKCAAoJELjWss0C1vRzm68gAKXLJTl38ekgwar3m1CxTOyC
KnR6HzpRCQQ84t7ieT/NQ4zHyOpOTQ3O5NXZPVZ4j2cCDvk/v70eUeiIdl/Uu2HE
PS9d3F/Fyl4N++ADzf9QhyZrwQI7NuKdlxzagBDzyGKQopGkBBo6fj69679zAlXz
9vEumVyu2jDKrnGdYdHYLiwRoZDyJZHgwEUlalIgbGi+nVnLibfZbVe7uDWDfgnh
mghTe1cEvLp17F3HWlc1qwLsvZ2nj8DuDUtGNV1R80lpUo8+cfNX5p5/ER19KOLs

Accepted trac 0.12.4-1 (source all)

2012-10-28 Thread W. Martin Borgert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Oct 2012 12:05:25 +
Source: trac
Binary: trac
Architecture: source all
Version: 0.12.4-1
Distribution: experimental
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: W. Martin Borgert deba...@debian.org
Description: 
 trac   - Enhanced wiki and issue tracking system for software development
Changes: 
 trac (0.12.4-1) experimental; urgency=low
 .
   [ W. Martin Borgert deba...@debian.org ]
   * New upstream 0.12.4 (long term support).
Checksums-Sha1: 
 8860dc1780b054372494e054a188a3bde87d1a40 1448 trac_0.12.4-1.dsc
 fadc9f76d857fb9b4f9ef40be0e3ab3ec5a5ce93 2329394 trac_0.12.4.orig.tar.gz
 26223fb2ecfc38231658be3dee2ece2e931a64ee 18269 trac_0.12.4-1.debian.tar.gz
 3b7d68f48bd7df6a73d934dea312952c7747f10f 1997244 trac_0.12.4-1_all.deb
Checksums-Sha256: 
 3c5af52ba30d0ea9d7baed87287167b9f910463337c032f75b99d1c3c501be90 1448 
trac_0.12.4-1.dsc
 3c3d773442e9d9cf757ef6675250a89d635eaf5dd0c1324b6137051f875b457a 2329394 
trac_0.12.4.orig.tar.gz
 3584e3ac086b8fa7621e8b8c3e8af17cd90ff57edf9fd8af3882958789639cd8 18269 
trac_0.12.4-1.debian.tar.gz
 9a564be330f8454f4e773cd05a29d1cbb4d517dfb33c718d806246c2dc5aa1b8 1997244 
trac_0.12.4-1_all.deb
Files: 
 3a034b7ed78cacb2d8a6e69e317ac263 1448 web optional trac_0.12.4-1.dsc
 de6c50ae06215bd8c4f84d07876ef90c 2329394 web optional trac_0.12.4.orig.tar.gz
 e32e7293737a487ff22ceaa523126d59 18269 web optional trac_0.12.4-1.debian.tar.gz
 2c67c569b7ba82b768ded42b1763b092 1997244 web optional trac_0.12.4-1_all.deb

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

iEYEARECAAYFAlCNpgIACgkQ+xM0OFfj6IgX9QCdHVgNBkH5FiI1L4IWpFAVOEik
vEEAnRz5FTXyWrpkZmS8QgNuzq4lFiH8
=C/ZO
-END PGP SIGNATURE-


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



Accepted swi-prolog 6.2.2-16 (source amd64)

2012-10-28 Thread Євгеній Мещеряков
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 20:57:30 +0100
Source: swi-prolog
Binary: swi-prolog swi-prolog-nox swi-prolog-x swi-prolog-java swi-prolog-odbc
Architecture: source amd64
Version: 6.2.2-16
Distribution: experimental
Urgency: low
Maintainer: Євгеній Мещеряков eu...@debian.org
Changed-By: Євгеній Мещеряков eu...@debian.org
Description: 
 swi-prolog - ISO/Edinburgh-style Prolog interpreter
 swi-prolog-java - Bidirectional interface between SWI-Prolog and Java
 swi-prolog-nox - ISO/Edinburgh-style Prolog interpreter (without X support)
 swi-prolog-odbc - ODBC library for SWI-Prolog
 swi-prolog-x - User interface library for SWI-Prolog (with X support)
Changes: 
 swi-prolog (6.2.2-16) experimental; urgency=low
 .
   * Show ulimit settings during build (for thread stack size problem
 debugging).
   * Use swipl.sh wrapper to install prolog packages
Checksums-Sha1: 
 c96922f18fef9a5d0aafe2ca70ceb983d9d78934 1849 swi-prolog_6.2.2-16.dsc
 0830df3e52bf73d70714af912b48382c87c1ef1e 43907 
swi-prolog_6.2.2-16.debian.tar.gz
 353c0bd5694d3eaa66a48eaca501b6b0856c6e79 13098 swi-prolog_6.2.2-16_amd64.deb
 d67554340a9702886cc26a6702a5abe69151a9aa 2838328 
swi-prolog-nox_6.2.2-16_amd64.deb
 da5e8ed8827a93909f4117b0cf6109a71e1804c6 1984486 
swi-prolog-x_6.2.2-16_amd64.deb
 71b42659978c881c842e9839a2595ac4cdac273e 486560 
swi-prolog-java_6.2.2-16_amd64.deb
 23b226d7f2234a021852f48f6c086787d2644fed 37298 
swi-prolog-odbc_6.2.2-16_amd64.deb
Checksums-Sha256: 
 beeb1e915bd0b3cd459e7590de66ede334197d28d7661d457a673e7bbfa68906 1849 
swi-prolog_6.2.2-16.dsc
 298a74cbbfc23ef9b2c2e1f1263d043c6835e25274d7d5ab493292674247984b 43907 
swi-prolog_6.2.2-16.debian.tar.gz
 2d94a07d06929b54bf946e51345fc483908d44668a56a5fa029a15c0d377aec8 13098 
swi-prolog_6.2.2-16_amd64.deb
 2eb89521dcba4f8983c72e22b2d5aaac23d73e341c2f1db27f9ccc535421cf34 2838328 
swi-prolog-nox_6.2.2-16_amd64.deb
 05a604ee3317a840cf41593ef5823dd558305dcac86090d4f19df3ea5bb699b2 1984486 
swi-prolog-x_6.2.2-16_amd64.deb
 957ee30798669f70cb2a40ae69e0d257774caf440af9788e9edcdbe2b7542dbb 486560 
swi-prolog-java_6.2.2-16_amd64.deb
 8882aec5bbff9ddced87f52aa228f0349fe957b0cf848f990c2d692f358a1b3a 37298 
swi-prolog-odbc_6.2.2-16_amd64.deb
Files: 
 88758bba258a244bd1768d5df52f7126 1849 interpreters optional 
swi-prolog_6.2.2-16.dsc
 4f9f615cb057929b6b9d321b795973c7 43907 interpreters optional 
swi-prolog_6.2.2-16.debian.tar.gz
 093799c485f5149fc78d75a5ada0f6f3 13098 interpreters optional 
swi-prolog_6.2.2-16_amd64.deb
 d6c37a5c27d14684916be8ec0df0ad2d 2838328 interpreters optional 
swi-prolog-nox_6.2.2-16_amd64.deb
 64be08b414c06b68c0e55ba8fe50d383 1984486 interpreters optional 
swi-prolog-x_6.2.2-16_amd64.deb
 d85e58974c9173ba36f30ee2a4d13d2c 486560 interpreters optional 
swi-prolog-java_6.2.2-16_amd64.deb
 b72cf264698e64f9eb5da06a016296b4 37298 interpreters optional 
swi-prolog-odbc_6.2.2-16_amd64.deb

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

iEYEARECAAYFAlCNsN4ACgkQKaC6+zmozOJy/wCeNsVkHUV/i4r0L+KksUWRf6Gn
kSwAniLjAQkculibgu1xgxgHgWeqwQt2
=qhXU
-END PGP SIGNATURE-


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



Accepted synergy 1.4.10-1 (source amd64)

2012-10-28 Thread Jeff Licquia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 16:35:08 -0400
Source: synergy
Binary: synergy
Architecture: source amd64
Version: 1.4.10-1
Distribution: experimental
Urgency: low
Maintainer: Jeff Licquia licq...@debian.org
Changed-By: Jeff Licquia licq...@debian.org
Description: 
 synergy- Share mouse, keyboard and clipboard over the network
Changes: 
 synergy (1.4.10-1) experimental; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 30a1caebfef16c85c35569ec0b47b33e2e831696 1232 synergy_1.4.10-1.dsc
 95164d7a64f9ceb00c10fdbdba114c7a228be7b4 3598533 synergy_1.4.10.orig.tar.gz
 dfbd2822103b5ce728d9730fb2cb0773c17c6c4c 14137 synergy_1.4.10-1.debian.tar.gz
 d3f20bcf14cdeaa9521af82b21889eda723630be 1266850 synergy_1.4.10-1_amd64.deb
Checksums-Sha256: 
 96ccdee23e3b8cca395253aa323b00f46e8edd07ff01298ee9d1403446287324 1232 
synergy_1.4.10-1.dsc
 06d5a2ceb4cf8808cdab22441897c7b54ec8b4bc8351ac116f9accf54c720fbe 3598533 
synergy_1.4.10.orig.tar.gz
 d34fdd97c2ad5216e6d1d51fddf66d84cbaf4cb0c8ddc79c189b037168b830e3 14137 
synergy_1.4.10-1.debian.tar.gz
 77f55db374ec3e518d9196dc7e1d45c3aefeb03c35913d838de968d8b5e6ce72 1266850 
synergy_1.4.10-1_amd64.deb
Files: 
 3d48d85a9636d86befc59ff6ff104af0 1232 x11 optional synergy_1.4.10-1.dsc
 18aee04a7e232e4d821f46ff24da3364 3598533 x11 optional 
synergy_1.4.10.orig.tar.gz
 7f9c822eb088a391e3f2ed4119efb6bd 14137 x11 optional 
synergy_1.4.10-1.debian.tar.gz
 754f385cd4e4dbec328236b9ea9354e6 1266850 x11 optional 
synergy_1.4.10-1_amd64.deb

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

iEYEARECAAYFAlCNto0ACgkQYApVP/ZmyR3qRgCffGEZmAv7MDVQYI2owyORn8ve
XqQAn0eDlXKixTtAwbrGA3g0+MQhcB2a
=md7V
-END PGP SIGNATURE-


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



Accepted ubiquity-extension 0.6.2-1 (source all)

2012-10-28 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 23:57:30 +0100
Source: ubiquity-extension
Binary: xul-ext-ubiquity
Architecture: source all
Version: 0.6.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 xul-ext-ubiquity - browser interface based on natural language input
Closes: 652338
Changes: 
 ubiquity-extension (0.6.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove python:Depends from runtime deps (Closes: #652338).
   * Update upstream url.
Checksums-Sha1: 
 38432fa9cb2501b3908ebea8f62fcbf419e8e5e4 1438 ubiquity-extension_0.6.2-1.dsc
 3afb5084d64e30b6610412ece9de92c4afea097c 492108 
ubiquity-extension_0.6.2.orig.tar.xz
 68e7f244d56a3aca20ae6212f228f43f1caad1f6 16088 
ubiquity-extension_0.6.2-1.debian.tar.xz
 8d0567f914e89176b3cd1084b4b4a686c82530e7 508880 
xul-ext-ubiquity_0.6.2-1_all.deb
Checksums-Sha256: 
 5c57ec051e2b104f551cb3cab4f9ed0fa5e6bc8f0773d9a16389042154848e13 1438 
ubiquity-extension_0.6.2-1.dsc
 05a1858b6ce6aa01cfc8e77ce64453aacc89135df77e463b3a5f4d57057a 492108 
ubiquity-extension_0.6.2.orig.tar.xz
 feb987ed5028af7ca5ff60308c69962a7fc2207c7d24b2eca6f9e41cbfe6d772 16088 
ubiquity-extension_0.6.2-1.debian.tar.xz
 1de40c77e3d809f0f0fa4048fcca71d98a5520ea6840a1128d93f23168b57830 508880 
xul-ext-ubiquity_0.6.2-1_all.deb
Files: 
 d4e20d405493fb20c5f2308d64ec7608 1438 web optional 
ubiquity-extension_0.6.2-1.dsc
 8aa72068e261c138c2785abb05ba95ed 492108 web optional 
ubiquity-extension_0.6.2.orig.tar.xz
 dff515c816573860200f4d81c23c8ebb 16088 web optional 
ubiquity-extension_0.6.2-1.debian.tar.xz
 b2ec38460113380ca6661f718ab2fcc6 508880 web optional 
xul-ext-ubiquity_0.6.2-1_all.deb

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

iEYEARECAAYFAlCNungACgkQp3cdCbVcnCubbgCgkHhZzkxTLm05MWBgenbhY4d4
0gYAn0TAE7/bc+k5r9rJhtfEpAIjRG+D
=+kYB
-END PGP SIGNATURE-


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



Accepted mysql-connector-python 1.0.7-2 (source all)

2012-10-28 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Oct 2012 00:17:45 +0100
Source: mysql-connector-python
Binary: python-mysql.connector python3-mysql.connector
Architecture: source all
Version: 1.0.7-2
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-mysql.connector - pure Python implementation of MySQL Client/Server 
protocol
 python3-mysql.connector - pure Python implementation of MySQL Client/Server 
protocol (Pytho
Changes: 
 mysql-connector-python (1.0.7-2) experimental; urgency=low
 .
   * debian/{control, rules}
 - run tests at build-time (requires a MySQL server)
   * debian/rules
 - install *.py only as examples
Checksums-Sha1: 
 fd9289d559d222c1c67f48a5c6c9b78e2c6cc72c 1610 
mysql-connector-python_1.0.7-2.dsc
 d2b8b2f469735f2c6019a8122f3e0ccd701821d3 2744 
mysql-connector-python_1.0.7-2.debian.tar.gz
 8ab8b25816bf4e2857a412679bfd755f2dd1cd05 89524 
python-mysql.connector_1.0.7-2_all.deb
 3979c2979474bc0d4d39e96ac191fbcbf7be50e7 84614 
python3-mysql.connector_1.0.7-2_all.deb
Checksums-Sha256: 
 a4c44b26ee11090e628857c6cfd2c90cdaed92e2e70cfe2dd6e5ee24ede28e62 1610 
mysql-connector-python_1.0.7-2.dsc
 4d7f5a4308390578f7d9c2c9b04883a0354000a516a101784e9271c1d1c14481 2744 
mysql-connector-python_1.0.7-2.debian.tar.gz
 a9d609c6239a0a9d2b2a7ab545de484d4dbff8ea3b172f89e0dd10591cc3d88b 89524 
python-mysql.connector_1.0.7-2_all.deb
 e25b8f7df49fef170ee28a9662937a96a4aac48451dcd6be83360ad2a7bf6bde 84614 
python3-mysql.connector_1.0.7-2_all.deb
Files: 
 7bb3298d4124857e21cbdde59490795d 1610 python optional 
mysql-connector-python_1.0.7-2.dsc
 d962013ec3c5748d175575d76c8edc64 2744 python optional 
mysql-connector-python_1.0.7-2.debian.tar.gz
 5967cfdae2db4f91f499876784600f52 89524 python optional 
python-mysql.connector_1.0.7-2_all.deb
 bf480d0ab7e1524f35b8f89dd640be64 84614 python optional 
python3-mysql.connector_1.0.7-2_all.deb

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

iEYEARECAAYFAlCNvjoACgkQAukwV0RN2VANvQCfTjQrUZ2bTySl4nFqzmrtB2bA
Mk8An0PFoV9LBdsMZ7LB4xmYIaTOJgZo
=+h4O
-END PGP SIGNATURE-


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



Accepted sweethome3d 3.7+dfsg-1 (source all)

2012-10-28 Thread Gabriele Giacone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Oct 2012 17:18:54 +0100
Source: sweethome3d
Binary: sweethome3d
Architecture: source all
Version: 3.7+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Gabriele Giacone 1o5g4...@gmail.com
Description: 
 sweethome3d - Interior 2D design application with 3D preview
Changes: 
 sweethome3d (3.7+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 03835b7ec15fef2e5d80c9e8254bbb51a4213d9e 1531 sweethome3d_3.7+dfsg-1.dsc
 7f287a3640eb3a7158d45e9d7e14c6e2d692ac19 7384496 
sweethome3d_3.7+dfsg.orig.tar.xz
 bc5de3048d2b90a5105ddbd011a73a6fe954f01c 8584 
sweethome3d_3.7+dfsg-1.debian.tar.xz
 e4fa18a523ef605c521c0dac354e7571629404cc 9719098 sweethome3d_3.7+dfsg-1_all.deb
Checksums-Sha256: 
 f2b13da6d55a78884c5c3a40bc4c0cbecc2fe8e57926866ab7402727b6463c99 1531 
sweethome3d_3.7+dfsg-1.dsc
 83df61e51b204109359bad910952c68ee8c3fdb0502683f202da82765e6d5f5e 7384496 
sweethome3d_3.7+dfsg.orig.tar.xz
 47223f30c18c30c27bca56a91480514e26b0576f2d005001c751e1b8febd41c2 8584 
sweethome3d_3.7+dfsg-1.debian.tar.xz
 c6547e364f1e03ee714ea8e761015f12413bcb011e045efe4e513b0849568299 9719098 
sweethome3d_3.7+dfsg-1_all.deb
Files: 
 c24c30c1c55d222f81ac6494e4fcf425 1531 java optional sweethome3d_3.7+dfsg-1.dsc
 39e1f8150222712c624ff4de448f29da 7384496 java optional 
sweethome3d_3.7+dfsg.orig.tar.xz
 0968be9189a1a8a6828a5cf0f61c8eb9 8584 java optional 
sweethome3d_3.7+dfsg-1.debian.tar.xz
 09c2cda930cb343a3073bacf607957e1 9719098 java optional 
sweethome3d_3.7+dfsg-1_all.deb

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

iEYEARECAAYFAlCNYyYACgkQp3cdCbVcnCubUACgk71WNc0/EUuK2OqGZjSG+IkW
O4kAn02+x5pUZN4cDJ4l0ulz1xwOYo3t
=mY9X
-END PGP SIGNATURE-


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



Accepted gnote 3.6.1-1 (source amd64)

2012-10-28 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 16:28:17 -0700
Source: gnote
Binary: gnote
Architecture: source amd64
Version: 3.6.1-1
Distribution: experimental
Urgency: low
Maintainer: Vincent Cheng vincentc1...@gmail.com
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 gnote  - desktop note taking program using Wiki style links
Changes: 
 gnote (3.6.1-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 a6d7ef3883d49fbd0c50668e5e89846521d8d2a3 2155 gnote_3.6.1-1.dsc
 c29b78e6247ee072175bdc528db6ae8999c28ac4 2634976 gnote_3.6.1.orig.tar.xz
 ea192683ac117453249622622dd444d07fdad77e 6440 gnote_3.6.1-1.debian.tar.gz
 e9fd2a4d6dd2fcae828e3c410b1f0a30d7982d83 3903062 gnote_3.6.1-1_amd64.deb
Checksums-Sha256: 
 090fe69616876547b01bff753ce2c3285239df8956c2c913186f73285c00c05b 2155 
gnote_3.6.1-1.dsc
 f1f62ccf9cce1eef2ee2b41039360f946f3b4223983ca52223ccb6687a59f2f9 2634976 
gnote_3.6.1.orig.tar.xz
 cd352b14096a08c116afff085da51accfbac8e4f6ae33f76a16e580bdb3b55c2 6440 
gnote_3.6.1-1.debian.tar.gz
 6a14bc105fc2e735d1a6a8fdc7cfeebcb3b78694688e5eb640b07909cb5d8352 3903062 
gnote_3.6.1-1_amd64.deb
Files: 
 b89f54a181a57fedea46c732c9f426ac 2155 gnome optional gnote_3.6.1-1.dsc
 ea4fea28aa7ed52bc918193678c6524b 2634976 gnome optional gnote_3.6.1.orig.tar.xz
 c8659d0cc0bb9bac2014dad8ad29a63e 6440 gnome optional 
gnote_3.6.1-1.debian.tar.gz
 a557263f015c99cde1d647e75654d84c 3903062 gnome optional gnote_3.6.1-1_amd64.deb

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

iQIcBAEBCAAGBQJQjcn8AAoJEI7tzBuqHzL/XgkQAOnJLFSjne09MCWjh65YaFDu
CoUu3qa0TR1KGjPMFf0bHgFOvD6dsV+ca95ORVOrcMO38jITrFPx3nr62fePbutA
dPWX0nb2f6/tN+yxRYJ5jD8NG7BbJcEl2rhQlgyf7LvEn3OGWW25If3WDctz4+1q
fBhHgJpa0t3gxl+TQGGeeqJaB+4wIsfBI+wJyn2Orpz2IGLJRpRz6VEnXskxd8r/
mkiNJN8h6qdVqyMY2zln+m1GCxc3qGNY+jTjCUTnSlYIpmjZrgHha3KOyug7COEP
nf0iQK9jlLBDWIqByLeQslt3de2TEbzb5RlSvEVO6Hg+UuU8qaUMfQe2zqSiVXQo
bc73szKUtop9vh5BBc8QD8yJTbYelBCYuUw3F2RqK0emJ4t3GYmJWwzV41l2ubKM
MMyKbAOVZAiWmfK3b3Au4oB9ONJkCq/xvZW1mDVWXfP9bok21QIP/85cJr+k6q1X
2y4erFAmNLCr33Wp9Jn3sh4UGeJoWgXTrv24YhqpaTy2Iycvem4BwgeVKWa/rrIF
mNX5rZ6inrfJ3H99VXnFxkBjNvw1iNj3a44L7M+3B7UnS3us6JQMna2Qca6pqLPM
wM4DUQBOrGU3IyYHUBqMOu85kPpR547fxXs7iIhrAHpDCcxUUtvRonooeIHHNeAZ
jv4sQQzpqTxronlSgDEM
=uaRY
-END PGP SIGNATURE-


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



Accepted icedove-l10n 1:10.0.10-1 (source all)

2012-10-28 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 28 Oct 2012 17:40:53 -0400
Source: icedove-l10n
Binary: icedove-l10n-all icedove-l10n-ar icedove-l10n-ast icedove-l10n-be 
icedove-l10n-bg icedove-l10n-bn-bd icedove-l10n-br icedove-l10n-ca 
icedove-l10n-cs icedove-l10n-da icedove-l10n-de icedove-l10n-el 
icedove-l10n-en-gb icedove-l10n-es-ar icedove-l10n-es-es icedove-l10n-et 
icedove-l10n-eu icedove-l10n-fi icedove-l10n-fr icedove-l10n-fy-nl 
icedove-l10n-ga-ie icedove-l10n-gd icedove-l10n-gl icedove-l10n-he 
icedove-l10n-hu icedove-l10n-id icedove-l10n-is icedove-l10n-it icedove-l10n-ja 
icedove-l10n-ko icedove-l10n-lt icedove-l10n-nb-no icedove-l10n-nl 
icedove-l10n-nn-no icedove-l10n-pa-in icedove-l10n-pl icedove-l10n-pt-br 
icedove-l10n-pt-pt icedove-l10n-rm icedove-l10n-ro icedove-l10n-ru 
icedove-l10n-si icedove-l10n-sk icedove-l10n-sl icedove-l10n-sq icedove-l10n-sr 
icedove-l10n-sv-se icedove-l10n-ta-lk icedove-l10n-tr icedove-l10n-uk 
icedove-l10n-vi icedove-l10n-zh-cn icedove-l10n-zh-tw
Architecture: source all
Version: 1:10.0.10-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Goehre ch...@sigxcpu.org
Changed-By: Christoph Goehre ch...@sigxcpu.org
Description: 
 icedove-l10n-all - All language packages for Icedove (meta)
 icedove-l10n-ar - Arabic language package for Icedove
 icedove-l10n-ast - Asturian language package for Icedove
 icedove-l10n-be - Belarusian language package for Icedove
 icedove-l10n-bg - Bulgarian language package for Icedove
 icedove-l10n-bn-bd - Bengali language package for Icedove
 icedove-l10n-br - Breton language package for Icedove
 icedove-l10n-ca - Catalan/Valencian language package for Icedove
 icedove-l10n-cs - Czech language package for Icedove
 icedove-l10n-da - Danish language package for Icedove
 icedove-l10n-de - German language package for Icedove
 icedove-l10n-el - Greek language package for Icedove
 icedove-l10n-en-gb - English (Great Britain) language package for Icedove
 icedove-l10n-es-ar - Spanish (Argentina) language package for Icedove
 icedove-l10n-es-es - Spanish (Spain) language package for Icedove
 icedove-l10n-et - Estonian language package for Icedove
 icedove-l10n-eu - Basque language package for Icedove
 icedove-l10n-fi - Finnish language package for Icedove
 icedove-l10n-fr - French language package for Icedove
 icedove-l10n-fy-nl - Frisian language package for Icedove
 icedove-l10n-ga-ie - Irish (Ireland) language package for Icedove
 icedove-l10n-gd - Gaelic (Scottish) language package for Icedove
 icedove-l10n-gl - Galician language package for Icedove
 icedove-l10n-he - Hebrew language package for Icedove
 icedove-l10n-hu - Hungarian language package for Icedove
 icedove-l10n-id - Indonesian language package for Icedove
 icedove-l10n-is - Icelandic language package for Icedove
 icedove-l10n-it - Italian language package for Icedove
 icedove-l10n-ja - Japanese language package for Icedove
 icedove-l10n-ko - Korean language package for Icedove
 icedove-l10n-lt - Lithuanian language package for Icedove
 icedove-l10n-nb-no - Bokmaal (Norway) language package for Icedove
 icedove-l10n-nl - Dutch language package for Icedove
 icedove-l10n-nn-no - Nynorsk (Norway) language package for Icedove
 icedove-l10n-pa-in - Punjabi (India) language package for Icedove
 icedove-l10n-pl - Polish language package for Icedove
 icedove-l10n-pt-br - Portuguese (Brazil) language package for Icedove
 icedove-l10n-pt-pt - Portuguese (Portugal) language package for Icedove
 icedove-l10n-rm - Romansh language package for Icedove
 icedove-l10n-ro - Romania language package for Icedove
 icedove-l10n-ru - Russian language package for Icedove
 icedove-l10n-si - Sinhala language package for Icedove
 icedove-l10n-sk - Slovak language package for Icedove
 icedove-l10n-sl - Slovenian language package for Icedove
 icedove-l10n-sq - Albanian language package for Icedove
 icedove-l10n-sr - Serbian language package for Icedove
 icedove-l10n-sv-se - Swedish (Sweden) language package for Icedove
 icedove-l10n-ta-lk - Tamil language package for Icedove
 icedove-l10n-tr - Turkish language package for Icedove
 icedove-l10n-uk - Ukrainian language package for Icedove
 icedove-l10n-vi - Vietnamese language package for Icedove
 icedove-l10n-zh-cn - Chinese (China) language package for Icedove
 icedove-l10n-zh-tw - Chinese (Taiwan) language package for Icedove
Closes: 691658
Changes: 
 icedove-l10n (1:10.0.10-1) unstable; urgency=low
 .
   * [5139afa] Imported Upstream version 10.0.10 (Closes: #691658)
Checksums-Sha1: 
 05732000fd187df1988fdfedd46a7df4c2fcd306 5168 icedove-l10n_10.0.10-1.dsc
 05f02098997930f9566d4050d09fafb67ba7d6b7 12633096 
icedove-l10n_10.0.10.orig.tar.gz
 89ca305ac5943fb3fb3a10748b027ff887118d28 18376 
icedove-l10n_10.0.10-1.debian.tar.gz
 d576811fbc9f70693ff21a377327c1df11ac5916 7458 
icedove-l10n-all_10.0.10-1_all.deb
 cd99c068fb0c9e01ebca09ecd234337ae09eca24 394970 
icedove-l10n-ar_10.0.10-1_all.deb
 

Accepted qlandkartegt 1.5.3~dfsg0-1 (source amd64)

2012-10-28 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 29 Oct 2012 01:09:27 +0100
Source: qlandkartegt
Binary: qlandkartegt
Architecture: source amd64
Version: 1.5.3~dfsg0-1
Distribution: experimental
Urgency: low
Maintainer: Jaromír Mikeš mira.mi...@seznam.cz
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 qlandkartegt - GPS mapping (GeoTiff and vector) and GPSr management
Changes: 
 qlandkartegt (1.5.3~dfsg0-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3e27ca5d9d3c34e36a1340b3a877256578961b87 2180 qlandkartegt_1.5.3~dfsg0-1.dsc
 4d4b1d13e0a353eca1b6de05962c120ba74fe171 7114690 
qlandkartegt_1.5.3~dfsg0.orig.tar.gz
 e1172e13ef5f92f380cfbad19d8821abcd1c409e 6336 
qlandkartegt_1.5.3~dfsg0-1.debian.tar.gz
 4c3449af9929e168a545e87f32ad1b22ef361553 4177112 
qlandkartegt_1.5.3~dfsg0-1_amd64.deb
Checksums-Sha256: 
 575cda252d57e858823369731b681bd4251ad3ce3f15f427105d0e7e31dad613 2180 
qlandkartegt_1.5.3~dfsg0-1.dsc
 98d3457c4f4263f6b59088c3633453a3d550dce06e64836d529a1e55bf06566a 7114690 
qlandkartegt_1.5.3~dfsg0.orig.tar.gz
 7837f6eee3f5a9c151cf788e4e212f282c2f98cf7169ee07ef65e01b44479c4f 6336 
qlandkartegt_1.5.3~dfsg0-1.debian.tar.gz
 530986c56593513026aa829e4b9ecb3c7516f7fd00d92ef346a8af3a72343ccf 4177112 
qlandkartegt_1.5.3~dfsg0-1_amd64.deb
Files: 
 bb9b1d732825e7facbf1aa872fd7df7d 2180 x11 optional 
qlandkartegt_1.5.3~dfsg0-1.dsc
 5da0fc6685982d458b3fcc4267b4ed90 7114690 x11 optional 
qlandkartegt_1.5.3~dfsg0.orig.tar.gz
 02943694570ebb03de879863f5c2912b 6336 x11 optional 
qlandkartegt_1.5.3~dfsg0-1.debian.tar.gz
 6ae02a5b34abf5007552e9a02247d443 4177112 x11 optional 
qlandkartegt_1.5.3~dfsg0-1_amd64.deb

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

iQIcBAEBAgAGBQJQjdVfAAoJEFsBlFXiuE+lDRQQALVjJ2zjoq7Y0HebK9U8qiHw
F8AKkTz/VpfzF2mfifqea44YQskXCneSpc7P3FL0uzLfS6Pnub7C2htmUhrfRLQg
C/aVZ4v7+oBFvf2mv9/0QqGa7VqrxyVIhfUEwhKSxovl5C3u4NwyXDMAgCWg15p9
E8xK3OJI3iWojQZnwZIP0Qugcz9PTQ5VPQmAzPr2CNe1pTyP5t27h/MQh5skFEJq
8zCUBNsBaMUhjgn8RabNYd02wAE/zGFLXqzjxro+JSI9vfyMgoRys35rfaZ56MZV
kTa7X5Wd9+tXogDOZZOiP8YrlG4H6UL6srVQVv/cUEq2uEnExqlgIRzyR6XPYSJP
SEgRL5zNmXxoerNTuHakoaUergbX2ypzrgk9Lm4cC2N9dBHaXUHnGpB9jKAd6ajQ
wxkqIW18/17LyRV+RVRXA+kczXBaJjQ4RmpaF5/Zxo3Lh7/sCu8oKWD6hAULiavR
zsC7gYd6k1dWE8RtSAWV+4q3qG2OhtCEK1Z9uplcK6PWtyaq1lgVl9CAKEz6KzUP
Yx7Ur76RgaBGWq/ateKFxhCXMTD2TQPI4llNbvOB0tdKgwCDFV7sT1V3qxDKRiO5
dcUGZjUAWXvLtPhaTovYI9IOMYjpNldWwiEU/2ccvte/YY8PQhigXVV6rg57u2eM
fX1qI/DnqO2ijCSABwGd
=IHZI
-END PGP SIGNATURE-


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



Accepted kfreebsd-9 9.0-7 (source all mipsel)

2012-10-28 Thread Steven Chamberlain
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 30 Sep 2012 17:06:07 +0100
Source: kfreebsd-9
Binary: kfreebsd-source-9.0 kfreebsd-headers-9.0-2 kfreebsd-image-9.0-2-686-smp 
kfreebsd-image-9-686-smp kfreebsd-headers-9.0-2-686-smp 
kfreebsd-headers-9-686-smp kfreebsd-image-9.0-2-amd64 kfreebsd-image-9-amd64 
kfreebsd-headers-9.0-2-amd64 kfreebsd-headers-9-amd64 kfreebsd-image-9.0-2-486 
kfreebsd-image-9-486 kfreebsd-headers-9.0-2-486 kfreebsd-headers-9-486 
kfreebsd-image-9.0-2-686 kfreebsd-image-9-686 kfreebsd-headers-9.0-2-686 
kfreebsd-headers-9-686 kfreebsd-image-9.0-2-xen kfreebsd-image-9-xen 
kfreebsd-headers-9.0-2-xen kfreebsd-headers-9-xen kfreebsd-image-9.0-2-malta 
kfreebsd-image-9-malta kfreebsd-headers-9.0-2-malta kfreebsd-headers-9-malta
Architecture: source all mipsel
Version: 9.0-7
Distribution: unstable
Urgency: medium
Maintainer: GNU/kFreeBSD Maintainers debian-...@lists.debian.org
Changed-By: Steven Chamberlain ste...@pyro.eu.org
Description: 
 kfreebsd-headers-9-486 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-686-smp - header files for kernel of FreeBSD 9 
(transitional package)
 kfreebsd-headers-9-amd64 - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-malta - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9-xen - header files for kernel of FreeBSD 9 (meta-package)
 kfreebsd-headers-9.0-2 - Common architecture-specific header files for kernel 
of FreeBSD 9
 kfreebsd-headers-9.0-2-486 - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-2-686 - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-2-686-smp - header files for kernel of FreeBSD 9.0 
(transitional package)
 kfreebsd-headers-9.0-2-amd64 - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-2-malta - header files for kernel of FreeBSD 9.0
 kfreebsd-headers-9.0-2-xen - header files for kernel of FreeBSD 9.0
 kfreebsd-image-9-486 - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-686 - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-686-smp - kernel of FreeBSD 9 (transitional package)
 kfreebsd-image-9-amd64 - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-malta - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9-xen - kernel of FreeBSD 9 image (meta-package)
 kfreebsd-image-9.0-2-486 - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-2-686 - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-2-686-smp - kernel of FreeBSD 9.0 (transitional package)
 kfreebsd-image-9.0-2-amd64 - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-2-malta - kernel of FreeBSD 9.0 image
 kfreebsd-image-9.0-2-xen - kernel of FreeBSD 9.0 image
 kfreebsd-source-9.0 - source code for kernel of FreeBSD 9.0 with Debian patches
Closes: 686962
Changes: 
 kfreebsd-9 (9.0-7) unstable; urgency=medium
 .
   * Pick SVN 239447 from FreeBSD 9-STABLE to fix a remote DoS
 vulnerability of SCTP (CVE-2012-3549) (Closes: #686962)
Checksums-Sha1: 
 63b878cfce469679667be37c97bf7abd60ed5c9b 4004 kfreebsd-9_9.0-7.dsc
 dabc6000b29d7dad823fc29782b3d3a384e50fc1 86259 kfreebsd-9_9.0-7.debian.tar.gz
 03db2c194083f75976bad67269b3d03424f45c4b 21827344 
kfreebsd-source-9.0_9.0-7_all.deb
 05856abbb134c382f6478bc259dd7fda7e2385d2 9711568 
kfreebsd-headers-9.0-2_9.0-7_mipsel.deb
 235717edf5b210cc2ae3e8d59f9a36cd7853f503 1861446 
kfreebsd-image-9.0-2-malta_9.0-7_mipsel.deb
 68bb7760e933b027938940a9f0b391de36d385e3 50952 
kfreebsd-image-9-malta_9.0-7_mipsel.deb
 63f1ada894d08406e4108c30e482cb8e058ecf4f 297014 
kfreebsd-headers-9.0-2-malta_9.0-7_mipsel.deb
 6b27f6203d59032e65ea44b6173814f2142b33cd 50958 
kfreebsd-headers-9-malta_9.0-7_mipsel.deb
Checksums-Sha256: 
 3a9d2555e1eb0033642b1dfebf098ce10192d7337239ef3dc06d498ab4789ea9 4004 
kfreebsd-9_9.0-7.dsc
 d3498429b087516e7c8185b3cc2abcc2bb085953f5e63d2608b8aa253d86992f 86259 
kfreebsd-9_9.0-7.debian.tar.gz
 c6595b3cc386ec0b82281b76daf3bde76b6ad30c1a5bb876f67558580ab8188a 21827344 
kfreebsd-source-9.0_9.0-7_all.deb
 d6b39db2809a80222eece402e92cbb4459cc623fce9f11376759e67e3125f800 9711568 
kfreebsd-headers-9.0-2_9.0-7_mipsel.deb
 d17b8c565b93387f7080821d7acfd1763c3f8da0be8f0335f8a212740353286d 1861446 
kfreebsd-image-9.0-2-malta_9.0-7_mipsel.deb
 c69c0fb2b696ef2c847b43057fce3c851dc064c31eeef96fe3e88f839467ed8a 50952 
kfreebsd-image-9-malta_9.0-7_mipsel.deb
 87e15b1fb64e29127c97792dc24950ecd2a6074cbc5d7243312c81b66d0032ab 297014 
kfreebsd-headers-9.0-2-malta_9.0-7_mipsel.deb
 8f3cabcb842efeb8e23aca13ef6a140474142dc9b3cd765775f275e303d1d2db 50958 
kfreebsd-headers-9-malta_9.0-7_mipsel.deb
Files: 
 9cb092f3f1e1f9caa51acbef2be9f313 4004 kernel optional kfreebsd-9_9.0-7.dsc
 84c47e22347ec7c159e14f58c5692ae7 86259 kernel optional 
kfreebsd-9_9.0-7.debian.tar.gz
 69bddf3c6a9963da75133615d49562d1 21827344 kernel optional 
kfreebsd-source-9.0_9.0-7_all.deb
 8b434a7504275977137c022589a2fabe 9711568 kernel