Bug#664257: multiarch tuples are not documented/defined

2012-03-17 Thread Matthias Klose

Package: general
Severity: serious
Tags: wheezy, sid

While we strive to get multiarch ready for squeeze, there is currently nothing 
to point to what the multiarch tuples actually mean, neither on the Debian side 
nor on some kind of standards side like the FHS or LSB.  This has to be 
documented on the Debian side, and better be incorporated into standards like 
the FHS or LSB.


The current state is http://wiki.debian.org/Multiarch/Tuples, deriving from 
http://wiki.debian.org/Multiarch/TuplesAbandoned. An email to debian-ports 
didn't get any feedback. From my point of view such a wiki page should be 
self-contained and be usable as a reference for upstream projects.  My current 
concern is that upstream builds of GCC and binutils are currently broken and 
patch submissions to GCC are on hold until such a definition is available at 
least on the Debian side.




--
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/4f64291d.1010...@debian.org



Re: On init in Debian

2012-03-17 Thread Allison Randal
On 03/16/2012 06:50 PM, Ben Finney wrote:
 
 Which decision in particular, and by who?

Anthropologically speaking, folkmoot is a very different system than
top-down rule, but both are among a large variety of systems humans use
to collaboratively build things larger than a single individual. In this
case, the options I see being weighed are whether to support sysvinit,
upstart, or systemd, or some combination.

Open discussion is an important part of the moot process (one of the
great strengths of having many brains, to examine all angles), but I'd
say the decision is more a matter of who volunteers to do what.

Does that sound about right?

 If the Canonical contributor agreement were no longer required for
 contributions to a work, then depending on that work for core Debian
 features would be significantly less controversial, IMO. Does that
 answer your question?

Yes, thanks. So, the contributor agreement is a factor, but not the only
factor (or even the primary factor). Other parts of the thread explore
the technical obstacles more deeply. The paradox is, if the contributor
agreement *were* the only obstacle for adoption of upstart, there would
be a stronger case for no longer requiring it.

 Thanks for explicitly raising the possibility for discussion.

Thanks,
Allison


-- 
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/4f642ff9.4040...@lohutok.net



Re: debian-multimedia.org considered harmful

2012-03-17 Thread Arto Jantunen
Thomas Goirand z...@debian.org writes:

 On 03/17/2012 06:11 AM, Romain Beauxis wrote:
 2012/3/11 Mike Hommey m...@glandium.org
   
 The problem is: decss is illegal in very much more than just the US.
 This is a very different situation.
 
 Orly? Do you know of any law and/or court case backing this assertion?

 Romain
   
 There is a DMCA in both US and UK (at least)...

The EU has a directive that requires member countries to implement at
least some parts of the DMCA. For example Finland opted to implement the
full thing, and people have actually gotten convictions for using decss
(so far only people who turned themselves in as a protest, however).

The US has a lot of power and desire to push their agenda through in
other countries, which tends to mean that a legal problems in the US
will easily spread to a lot of places. The ACTA and TPPA things are
nice examples (they include the DMCA and worse).

-- 
Arto Jantunen


-- 
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/87bonvmyy0@iki.fi



Re: On init in Debian

2012-03-17 Thread Philip Hands
On Fri, 16 Mar 2012 23:32:25 -0700, Allison Randal alli...@lohutok.net wrote:
...
 In this case, the options I see being weighed are whether to support
 sysvinit, upstart, or systemd, or some combination.
...
 So, the contributor agreement is a factor, but not the only factor (or
 even the primary factor).

There is a big difference between supporting the use of something as an
alternative, and choosing it as a default -- I'd expect that we're able
to support the use of all of these to a greater or lesser extent, but
the contributor agreement ensures that many people will vehemently
resist its adoption as the Debian default, which is almost certainly
enough to ensure it won't happen no matter if upstart were 1000 times
better than every alternative in every dimension (and if that were the
case I'd imagine we'd fork it to route around the problem, as with ice*)

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


pgpib32DV5Mxv.pgp
Description: PGP signature


Re: On init in Debian

2012-03-17 Thread Thomas Goirand
On 03/17/2012 08:10 AM, Fernando Lemos wrote:
 Right now, creating a init script means copying an ugly 159-line
 skeleton and carefully editing it, hoping not to break anything while
 at it. Even if we can't have a single generator for multiple init
 systems, having something declarative to build most init scripts we
 need would be a big step forward and it would make a lot of sense as
 well in a future where we may need to support multiple init systems.
   

Yes!

Having a shell script library for that would make it more declarative,
and less imperative, so we wouldn't have to write all of the script.

For me, that'd be quite easy enough. I'm proposing myself to write
such library if nobody wants to do it, but of course, I would need some
others to review my work. The ultimate goal would be that packages
would simply need to do something like:

NAME=package-binary-file
DESC=package daemon description

[ -e . /usr/share/sysv-lib/debsysv-lib ]  debsysv-init-lib $@

That's (in best cases) only 3 lines, (plus the lsb-base header)...
Of course, in many cases, we need a bit more, this could be
implemented with things like START_OPTS / STOP_OPTS and
so on, and maybe some hooks for start/stop functions.

Please comment on the above and give you ideas. Let's start
a discussion on how to simplify what we have already, this
can't hurt, whatever path we choose!

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/4f64663d.3030...@debian.org



Re: On init in Debian

2012-03-17 Thread Thomas Goirand
On 03/17/2012 02:45 AM, Russ Allbery wrote:
 Lars Wirzenius l...@liw.fi writes:

   
 I don't know what should happen next, except someone should take
 leadership on this issue and find a rough consensus on what we as a
 project want to do.  The usual way of that to happen is for someone to
 grab a keyboard and start writing actual code, as opposed to
 e-mails. Do-ocracy ftw.
 
 I believe we should finalize the Policy update to allow packages to start
 including optional upstart scripts (#591791, which needs more seconds),
 write a similar Policy update for systemd, and then get some practical
 experience.

 That doesn't resolve the whole problem, but it does let people start doing
 things instead of just talking about it and may uncover interesting data.
 And allowing packages to include parallel upstart configuration with init
 scripts that defer to upstart when it's available has the separate
 advantage of immediately making life easier for packagers who want to
 maintain the same package on both Debian and Ubuntu.
   
There's not only the policy to change, unfortunately. I wrote it already.

Currently, if you make a debian/$package.upstart using dh 8 sequencer,
then $package will depend on upstart. Then if you install $package, it
will pull upstart, and remove sysvinit, which makes your system unusable
(since most package don't have upstart support).

So again, currently, adding upstart support in a package when using
dh 8 sequencer and ${misc:Depends} is *not* possible today.

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/4f646894.5080...@debian.org



Re: On init in Debian

2012-03-17 Thread Ben Finney
Allison Randal alli...@lohutok.net writes:

 On 03/16/2012 06:50 PM, Ben Finney wrote:
 Allison Randal alli...@lohutok.net writes:
   Hypothetically, if this went away,
   would it have a substantial impact on the decision?
  Which decision in particular, and by who?

 Anthropologically speaking, folkmoot is […] but I'd say the decision
 is more a matter of who volunteers to do what.

 Does that sound about right?

I don't know what you're asking, which is why I asked you for
clarification of what you mean.

You asked “if this [requirement for the Canonical contributor agreement
before accepting contributions in ‘upstart’] went away, would it have a
substantial impact on the decision?” and I don't know what “the
decision” you're referring to is.

There are several being discussed, to be decided by different parties,
as summarized by Lars Wirzenius. Which one are you asking about?

  If the Canonical contributor agreement were no longer required for
  contributions to a work, then depending on that work for core Debian
  features would be significantly less controversial, IMO. Does that
  answer your question?

 Yes, thanks. So, the contributor agreement is a factor, but not the only
 factor (or even the primary factor).

That's not a good conclusion from what I'm saying. I don't know enough
about the issues that might be relevant for ‘upstart’ in Debian to be
exhaustive; there may be many more, there many be a few more, or there
may be only one.

I'm only pointing out that the contributor agreement requirement imposed
by Canonical is, as you asked, IMO a significant part of the
controversy.

-- 
 \   “It's easy to play any musical instrument: all you have to do |
  `\   is touch the right key at the right time and the instrument |
_o__)will play itself.” —Johann Sebastian Bach |
Ben Finney


-- 
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/87bonvo1uh@benfinney.id.au



Re: On init in Debian

2012-03-17 Thread Philip Hands
On Sat, 17 Mar 2012 18:23:57 +0800, Thomas Goirand z...@debian.org wrote:
 On 03/17/2012 08:10 AM, Fernando Lemos wrote:
  Right now, creating a init script means copying an ugly 159-line
  skeleton and carefully editing it, hoping not to break anything while
  at it. Even if we can't have a single generator for multiple init
  systems, having something declarative to build most init scripts we
  need would be a big step forward and it would make a lot of sense as
  well in a future where we may need to support multiple init systems.

 
 Yes!
 
 Having a shell script library for that would make it more declarative,
 and less imperative, so we wouldn't have to write all of the script.
 
 For me, that'd be quite easy enough. I'm proposing myself to write
 such library if nobody wants to do it, but of course, I would need some
 others to review my work. The ultimate goal would be that packages
 would simply need to do something like:
 
 NAME=package-binary-file
 DESC=package daemon description
 
 [ -e . /usr/share/sysv-lib/debsysv-lib ]  debsysv-init-lib $@

I'm happy to help with that ... although, I doubt we're the first people
to think of something like this, and it would be a shame to ignore an
existing solution.

RedHat have some functions for use in init scripts, in
/etc/rc.d/functions (although I've not used RedHat for a decade or more,
so I've no idea what's included there).

OpenWRT does something quite interesting, which is that they have an
/etc/rc.common and then make the init scripts start thus:

#!/bin/sh /etc/rc.common
# Copyright (C) 2006-2010 OpenWrt.org
# Copyright (C) 2006 Carlos Sobrinho

NAME=dropbear
PROG=/usr/sbin/dropbear
START=50
STOP=50
PIDCOUNT=0
...

so the thing that actually gets run is the /etc/rc.common, which sources
the init.d script at its end, so it is possible to override any part of
the common script by including functions in the service specific script,
but otherwise it just does the default.

Any others?

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


pgpsml5IihDqR.pgp
Description: PGP signature


Bug#664257: multiarch tuples are not documented/defined

2012-03-17 Thread Jonathan Nieder
Matthias Klose wrote:

 While we strive to get multiarch ready for squeeze, there is
 currently nothing to point to what the multiarch tuples actually
 mean, neither on the Debian side nor on some kind of standards side
 like the FHS or LSB.  This has to be documented on the Debian side,
 and better be incorporated into standards like the FHS or LSB.

 The current state is http://wiki.debian.org/Multiarch/Tuples,
 deriving from http://wiki.debian.org/Multiarch/TuplesAbandoned. An
 email to debian-ports didn't get any feedback. From my point of view
 such a wiki page should be self-contained and be usable as a
 reference for upstream projects.

Thanks.  To start (warning: the following is just a bunch of guesses,
many of which are almost certainly wrong):

 i386-linux-gnu: Intel ia32 ABI, ELF, Linux syscalls, glibc 2.x.
psABI is documented in the System V ABI Intel386 architecture
processor supplement: http://www.sco.com/developers/devspecs/

 x86_64-linux-gnu: Likewise, but using the AMD64 psABI as documented
in abi.pdf: http://x86-64.org/documentation/

 sparc-linux-gnu: Likewise, but with the SPARC psABI as documented
in psABI3rd.pdf: http://www.sparc.com/standards/
Debian uses the v8plus ABI, but I think that is
backward-compatible with the old svr4 ABI and doesn't have to be
part of the definition.

 sparc64-linux-gnu: Likewise, but with the SPARC v9 64-bit psABI.
Not sure where the reference documentation is for that.

 alpha-linux-gnu: Likewise, but with the Tru64 UNIX Calling Standard
for Alpha Systems:
http://www.openwatcom.org/ftp/devel/docs/alpha%20calling%20standard.pdf

 m68k-linux-gnu: Likewise, but with the Motorola 68000 Family
Processor Supplement to the System V ABI which doesn't seem to
be available oneline. (?)

 arm-linux-gnueabi: ARM's new GNU EABI for Linux, soft float, 32 bit.
Documented at http://wiki.debian.org/ArmEabiPort which refers to

http://infocenter.arm.com/help/topic/com.arm.doc.ihi0042a/IHI0042A_aapcs.pdf
http://www.codesourcery.com/gnu_toolchains/arm/arm_gnu_linux_abi.pdf

 arm-linux-gnueabihf: likewise but with hard float



-- 
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/20120317130615.GA3097@burratino



Re: On init in Debian

2012-03-17 Thread Jon Dowland
On Sat, Mar 17, 2012 at 06:23:57PM +0800, Thomas Goirand wrote:
 Having a shell script library for that would make it more declarative,
 and less imperative, so we wouldn't have to write all of the script.
 
 For me, that'd be quite easy enough. I'm proposing myself to write
 such library if nobody wants to do it

Isn't this what metainit does?


-- 
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/20120317141331.GA9426@debian



Re: On init in Debian

2012-03-17 Thread Josselin Mouette
Le samedi 17 mars 2012 à 09:16 +, Philip Hands a écrit : 
 There is a big difference between supporting the use of something as an
 alternative, and choosing it as a default -- I'd expect that we're able
 to support the use of all of these to a greater or lesser extent, but
 the contributor agreement ensures that many people will vehemently
 resist its adoption as the Debian default, which is almost certainly
 enough to ensure it won't happen no matter if upstart were 1000 times
 better than every alternative in every dimension (and if that were the
 case I'd imagine we'd fork it to route around the problem, as with ice*)

If this were the case, we would have never replaced lprng by CUPS.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Re: On init in Debian

2012-03-17 Thread Josselin Mouette
Le vendredi 16 mars 2012 à 18:39 +0100, Marco d'Itri a écrit : 
 On Mar 16, Vincent Danjean vdanjean...@free.fr wrote:
 
  * We could try to define a file format that allow a conversion (by a
separate specific tool or at runtime) to various init systems.
This would avoid to be blocked by the syntax/features of one source
init system.
 I doubt that this is possible except for the most trivial cases (which 
 are not interesting), because the three init systems do not have the 
 same features and they have different semantics.

It is for trivial cases (90% of init scripts) that this is the most
interesting. Non-trivial cases could still be handled by shipping a
manually written init script together.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-


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


Re: On init in Debian

2012-03-17 Thread Marco d'Itri
On Mar 17, Josselin Mouette j...@debian.org wrote:

  I doubt that this is possible except for the most trivial cases (which 
  are not interesting), because the three init systems do not have the 
  same features and they have different semantics.
 It is for trivial cases (90% of init scripts) that this is the most
 interesting. Non-trivial cases could still be handled by shipping a
 manually written init script together.
But for the trivial cases we can just keep using sysv init scripts until 
a winner emerges.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: On init in Debian

2012-03-17 Thread Marco d'Itri
On Mar 16, Alexander Wirt formo...@debian.org wrote:

  What attack? Toys are not evil, I like toys.
  But an OS developed by 10 people for maybe 100 people is still a toy.
 Yeah, like Linux too not so long ago. With people like you we would still
 have to use Windows.
Predicting the future has always been a tricky business, but the 
adoption rates (as users and as developers) of both OSes are different 
enough that some extrapolation is reasonable: for the foreseable future 
~nobody will ever care about Hurd and kFreeBSD.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: On init in Debian

2012-03-17 Thread Thomas Goirand
On 03/17/2012 10:13 PM, Jon Dowland wrote:
 On Sat, Mar 17, 2012 at 06:23:57PM +0800, Thomas Goirand wrote:
   
 Having a shell script library for that would make it more declarative,
 and less imperative, so we wouldn't have to write all of the script.

 For me, that'd be quite easy enough. I'm proposing myself to write
 such library if nobody wants to do it
 
 Isn't this what metainit does?
   
I just had a look, and no, that's not what metainit does.
What it does is *generating* an init.d script, using the
metainit syntax as input. IMO, just a normal shell script
tiny library to simplify our init.d scripts would be enough.

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/4f64bd3e.6050...@debian.org



Re: On init in Debian

2012-03-17 Thread Russ Allbery
Thomas Goirand z...@debian.org writes:

 Currently, if you make a debian/$package.upstart using dh 8 sequencer,
 then $package will depend on upstart. Then if you install $package, it
 will pull upstart, and remove sysvinit, which makes your system unusable
 (since most package don't have upstart support).

Changing this is only waiting for Policy to be finalized.  See #577040.

-- 
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/871uorw4n2@windlord.stanford.edu



Re: On init in Debian

2012-03-17 Thread Russ Allbery
m...@linux.it (Marco d'Itri) writes:
 On Mar 17, Josselin Mouette j...@debian.org wrote:

 It is for trivial cases (90% of init scripts) that this is the most
 interesting. Non-trivial cases could still be handled by shipping a
 manually written init script together.

 But for the trivial cases we can just keep using sysv init scripts until
 a winner emerges.

I would dearly like to stop using sysv init scripts for the trivial cases
as soon as I can, since they just introduce a bunch of possible bugs
without much real benefit.

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



Re: On init in Debian

2012-03-17 Thread Thomas Goirand
On 03/17/2012 08:40 PM, Philip Hands wrote:
 I'm happy to help with that ...

Cool! Let's do it together then.

 although, I doubt we're the first people
 to think of something like this, and it would be a shame to ignore an
 existing solution.

 RedHat have some functions for use in init scripts, in
 /etc/rc.d/functions (although I've not used RedHat for a decade or more,
 so I've no idea what's included there).
   

I had a look in a CentOS VM, and I didn't see such file. Is it only in RHEL?

 OpenWRT does something quite interesting, which is that they have an
 /etc/rc.common and then make the init scripts start thus:

 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006-2010 OpenWrt.org
 # Copyright (C) 2006 Carlos Sobrinho

 NAME=dropbear
 PROG=/usr/sbin/dropbear
 START=50
 STOP=50
 PIDCOUNT=0
 ...

 so the thing that actually gets run is the /etc/rc.common, which sources
 the init.d script at its end, so it is possible to override any part of
 the common script by including functions in the service specific script,
 but otherwise it just does the default.
   

The idea is nice, I think that being able to overwrite the functions
you want is cool, even though there are many other ways to do it.
But it seems to be a bit hard to integrate with dh_installinit, Probably,
what we would like is a symlink to this rc.common, with the
package specific script being located in /etc/$whatver being sourced
by rc.common, right? Do you see how we could do and keep a
dh_installinit compatibility?

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/4f64c041.4050...@debian.org



Re: On init in Debian

2012-03-17 Thread Thomas Goirand
On 03/16/2012 06:14 PM, Lars Wirzenius wrote:
 * We could require every package that provides a service that needs to be
   started by init to support both sysvinit and upstart or systemd. However,
   given the realities of Debian development, this would probably mean
   that one of them would be badly tested, and therefore likely to be buggy.
 * We could try to have a tool to automatically convert an upstart or systemd
   service configuration into a sysvinit init.d script. I have no idea if that
   is really feasible, but if it worked for most packages, we could probably
   live with the others requiring some manual work.
   

disclaimerI know almost nothing about systemd/disclaimer

I'd like people to think twice before opt-in for systemd. I just
taked with a friend working for redhat, and he told me how much
he hates it. He told me that if *anything* goes wrong in the boot
process, then basically, you're stuck, because the next thing will
be waiting forever. That's basically truth with any event based
init, and maybe we're just fine with just dependency booting.

In French we say: Le mieux est l'ennemi du bien... :)

If anyone who knows systemd can comment on the above, that'd be great.

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/4f64c191.3080...@debian.org



Re: On init in Debian

2012-03-17 Thread Timo Juhani Lindfors
Thomas Goirand z...@debian.org writes:
 taked with a friend working for redhat, and he told me how much
 he hates it. He told me that if *anything* goes wrong in the boot
 process, then basically, you're stuck, because the next thing will

http://fedoraproject.org/wiki/How_to_debug_Systemd_problems

seems to cover this quite extensively.


-- 
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/848vizku3d@sauna.l.org



Re: On init in Debian

2012-03-17 Thread Russ Allbery
Thomas Goirand z...@debian.org writes:

 I'd like people to think twice before opt-in for systemd. I just taked
 with a friend working for redhat, and he told me how much he hates
 it. He told me that if *anything* goes wrong in the boot process, then
 basically, you're stuck, because the next thing will be waiting
 forever.

How does this differ from sysvinit or, really, any init system going back
to the earliest days of UNIX?  I had to debug problems of that type on
Solaris and even SunOS systems years ago.  Either the boot is fully
ordered, in which case each init script has to complete before the next
can run and init scripts that don't complete stop the boot process, or
it's dependency-based (whether via events or not) and runs potentially in
parallel, in which case if a subsystem that provides a significant
dependency doesn't start, nothing that depends on that subsystem will
start either.

So far as I can tell, this is the case for all the boot systems we're
considering, including the one we're using now.

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



Re: On init in Debian

2012-03-17 Thread Lars Wirzenius
On Sun, Mar 18, 2012 at 12:53:37AM +0800, Thomas Goirand wrote:
 disclaimerI know almost nothing about systemd/disclaimer
 
 I'd like people to think twice before opt-in for systemd. I just
 taked with a friend working for redhat, and he told me how much
 he hates it. He told me that if *anything* goes wrong in the boot
 process, then basically, you're stuck, because the next thing will
 be waiting forever. That's basically truth with any event based
 init, and maybe we're just fine with just dependency booting.

Oh nice!

I managed a to spark a new empty discussion, which repeats the old 
arguments, but produces no code. And now there's a challenge
to start a new round of naked FUD wrestling. This was quite the
opposite of what I tried to do. Sorry.

Bugs happen. They get fixed. Life goes on. If you don't grok that,
you should disqualify yourself from doing anything with technology.

I am disappointed in myself for believing that anything good would
come from discussing anything controversial on debian-devel. Luckily,
this new realisation has sobered me so thoroghly that if I get drunk
on Irish whiskey tonight, I won't have a hungover tomorrow.

-- 
All my predictions will turn out to be false


signature.asc
Description: Digital signature


Re: On init in Debian

2012-03-17 Thread Allison Randal
On 03/17/2012 05:20 AM, Ben Finney wrote:
 
 I don't know what you're asking, which is why I asked you for
 clarification of what you mean.
 
 You asked “if this [requirement for the Canonical contributor agreement
 before accepting contributions in ‘upstart’] went away, would it have a
 substantial impact on the decision?” and I don't know what “the
 decision” you're referring to is.
 
 There are several being discussed, to be decided by different parties,
 as summarized by Lars Wirzenius. Which one are you asking about?

Ah, got it. I was asking about any of the variations involving upstart.

But, I think Philip's right, that there's a significant difference
between supporting it as an alternative and choosing it as a default.

 I'm only pointing out that the contributor agreement requirement imposed
 by Canonical is, as you asked, IMO a significant part of the
 controversy.

Okay, thanks, that's useful.

Allison


--
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/4f64d931.8030...@lohutok.net



Re: On init in Debian

2012-03-17 Thread Thomas Goirand
On 03/18/2012 01:43 AM, Lars Wirzenius wrote:
 I managed a to spark a new empty discussion, which repeats the old 
 arguments, but produces no code. And now there's a challenge
 to start a new round of naked FUD wrestling. This was quite the
 opposite of what I tried to do. Sorry.
   
Sorry, that was *not* my intention, and I'm disappointed if you
take it this way. Your summing-up of the previous discussion
was quite good, please don't go away... :)

Have you noticed that both myself and Phil Hands took the
decision to write a sysv init lib, to avoid code duplication?
That alone is a good thing, no?

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/4f64dcae.8040...@debian.org



Re: On init in Debian

2012-03-17 Thread Michael Biebl
On 17.03.2012 17:48, Thomas Goirand wrote:
 On 03/17/2012 08:40 PM, Philip Hands wrote:
 I'm happy to help with that ...
 
 Cool! Let's do it together then.
 
 although, I doubt we're the first people
 to think of something like this, and it would be a shame to ignore an
 existing solution.

 RedHat have some functions for use in init scripts, in
 /etc/rc.d/functions (although I've not used RedHat for a decade or more,
 so I've no idea what's included there).
   
 
 I had a look in a CentOS VM, and I didn't see such file. Is it only in RHEL?
 
 OpenWRT does something quite interesting, which is that they have an
 /etc/rc.common and then make the init scripts start thus:

 #!/bin/sh /etc/rc.common
 # Copyright (C) 2006-2010 OpenWrt.org
 # Copyright (C) 2006 Carlos Sobrinho

 NAME=dropbear
 PROG=/usr/sbin/dropbear
 START=50
 STOP=50
 PIDCOUNT=0
 ...

 so the thing that actually gets run is the /etc/rc.common, which sources
 the init.d script at its end, so it is possible to override any part of
 the common script by including functions in the service specific script,
 but otherwise it just does the default.
   
 
 The idea is nice, I think that being able to overwrite the functions
 you want is cool, even though there are many other ways to do it.
 But it seems to be a bit hard to integrate with dh_installinit, Probably,
 what we would like is a symlink to this rc.common, with the
 package specific script being located in /etc/$whatver being sourced
 by rc.common, right? Do you see how we could do and keep a
 dh_installinit compatibility?
 


looks like you are wanting to re-invent openrc [1]

[1] http://roy.marples.name/projects/openrc
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Re: On init in Debian

2012-03-17 Thread Marco d'Itri
On Mar 17, Thomas Goirand z...@debian.org wrote:

 Have you noticed that both myself and Phil Hands took the
 decision to write a sysv init lib, to avoid code duplication?
 That alone is a good thing, no?
It's not, because the goal should be to deprecate init scripts like 
other distributions did.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: On init in Debian

2012-03-17 Thread Philip Hands
On Sun, 18 Mar 2012 00:48:01 +0800, Thomas Goirand z...@debian.org wrote:
 On 03/17/2012 08:40 PM, Philip Hands wrote:
...
  so the thing that actually gets run is the /etc/rc.common, which sources
  the init.d script at its end, so it is possible to override any part of
  the common script by including functions in the service specific script,
  but otherwise it just does the default.

 
 The idea is nice, I think that being able to overwrite the functions
 you want is cool, even though there are many other ways to do it.
 But it seems to be a bit hard to integrate with dh_installinit, Probably,
 what we would like is a symlink to this rc.common,

No, I think you've misunderstood -- the normal script itself
(/etc/init.d/whatever) is run initially, which because of the #! is not
run as a shell script, but instead it runs the rc.common script, which
then uses the script you thought you were running as a configuration
file, by sourcing it at the end of the rc.common.

Maybe it'll be clearer if I paste an edited version of rc.common here:

=-=-=-=-=-=-
#!/bin/sh
# Copyright (C) 2006-2009 OpenWrt.org
 
. $IPKG_INSTROOT/etc/functions.sh
 
initscript=$1
action=${2:-help}
shift 2  
   
start() {
return 0
}   
 
stop() {
return 0
}   
 
restart() {
trap '' TERM
stop $@
start $@
} 

...

. $initscript  
 
ALL_COMMANDS=start stop reload restart boot shutdown enable disable enabled 
depends ${EXTRA_COMMANDS}
list_contains ALL_COMMANDS $action || action=help 
   
[ $action = reload ]  action='eval reload $@ || restart $@  :'  
   
$action $@
   
=-=-=-=-=-

so it works out what the script that called it was, and what it was
being asked to do, but because it sources the $initscript, you get the
chance to define your own versions of start() stop() etc.

It's really quite clever, but the main problem with it is that (as you
just found) people tend to misunderstand what's going on, which could
lead to more problems than it solves.  Also, if we were going to try to
get people to change their init scripts, it's probably better to breath
new life into the metainit idea.

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


pgp0i1lPLF5Zd.pgp
Description: PGP signature


Re: On init in Debian

2012-03-17 Thread Nikolaus Rath
Thomas Goirand z...@debian.org writes:
 On 03/18/2012 01:43 AM, Lars Wirzenius wrote:
 I managed a to spark a new empty discussion, which repeats the old 
 arguments, but produces no code. And now there's a challenge
 to start a new round of naked FUD wrestling. This was quite the
 opposite of what I tried to do. Sorry.
   
 Sorry, that was *not* my intention, and I'm disappointed if you
 take it this way.

I would be pretty surprised if anyone took this any other way. You
started by saying that you don't really know what you're talking about,
and continued by spreading some rumors about a systemd deficiency you
have heard of from someone else. 


Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C


-- 
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/874ntm53cb@vostro.rath.org



Bug#664466: ITP: shelltestrunner -- test command-line programs or arbitrary shell commands

2012-03-17 Thread Iustin Pop
Package: wnpp
Severity: wishlist
Owner: Iustin Pop ius...@debian.org

* Package name: shelltestrunner
  Version : 1.2.1
  Upstream Author : Simon Michael si...@joyful.com
* URL : http://joyful.com/shelltestrunner
* License : GPLv3
  Programming Lang: Haskell
  Description : test command-line programs or arbitrary shell commands

shelltestrunner is a cross-platform tool for testing command-line
programs (or arbitrary shell commands). It reads simple declarative
tests specifying a command, some input, and the expected output, error
output and exit status. Tests can be run selectively, in parallel,
with a timeout, in color, and/or with differences highlighted.



-- 
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/20120317222033.30496.97179.report...@ruru.hq.k1024.org



Re: On init in Debian

2012-03-17 Thread Karl Goetz
On Sun, 18 Mar 2012 00:48:01 +0800
Thomas Goirand z...@debian.org wrote:

 On 03/17/2012 08:40 PM, Philip Hands wrote:
  I'm happy to help with that ...
 
 Cool! Let's do it together then.
 
  although, I doubt we're the first people
  to think of something like this, and it would be a shame to ignore
  an existing solution.
 
  RedHat have some functions for use in init scripts, in
  /etc/rc.d/functions (although I've not used RedHat for a decade or
  more, so I've no idea what's included there).

 
 I had a look in a CentOS VM, and I didn't see such file. Is it only
 in RHEL?

19:33:06 (centos6) kgoetz@epicfail: ~ $ ls /etc/init.d/functions 
-rwxr-xr-x 1 root root 14K Dec 19 12:00 /etc/init.d/functions

(i note init.d is a symlink to /etc/rc.d/init.d, so the functions have
been moved down a level)
thanks,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK7FOSS)
http://www.kgoetz.id.au
No, I won't join your social networking group
*** I've changed GPG key to 6C097260 ***


signature.asc
Description: PGP signature


Re: On init in Debian

2012-03-17 Thread Karl Goetz
On Sat, 17 Mar 2012 18:23:57 +0800
Thomas Goirand z...@debian.org wrote:

 On 03/17/2012 08:10 AM, Fernando Lemos wrote:
  Right now, creating a init script means copying an ugly 159-line
  skeleton and carefully editing it, hoping not to break anything
  while at it. Even if we can't have a single generator for multiple
  init systems, having something declarative to build most init
  scripts we need would be a big step forward and it would make a lot
  of sense as well in a future where we may need to support multiple
  init systems. 

 some others to review my work. The ultimate goal would be that
 packages would simply need to do something like:
 
 NAME=package-binary-file
 DESC=package daemon description

If you are planning to generate these out of systemd/upstart configs,
both provide a description field, but I don't see a name field from
either.
http://www.freedesktop.org/software/systemd/man/systemd.unit.html
http://linux.die.net/man/5/init

 [ -e . /usr/share/sysv-lib/debsysv-lib ]  debsysv-init-lib $@
 
 That's (in best cases) only 3 lines, (plus the lsb-base header)...
 Of course, in many cases, we need a bit more, this could be
 implemented with things like START_OPTS / STOP_OPTS and
 so on, and maybe some hooks for start/stop functions.

Hopefully there is some way to know (as a user) that a service doesn't
support restart (or some other arbitrary target). Services that
silently fail to (re)start are rather annoying
thanks,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK7FOSS)
http://www.kgoetz.id.au
No, I won't join your social networking group
*** I've changed GPG key to 6C097260 ***


signature.asc
Description: PGP signature


Re: debian-multimedia.org considered harmful

2012-03-17 Thread Romain Beauxis
2012/3/17 Arto Jantunen vi...@debian.org:
 Thomas Goirand z...@debian.org writes:

 On 03/17/2012 06:11 AM, Romain Beauxis wrote:
 2012/3/11 Mike Hommey m...@glandium.org

 The problem is: decss is illegal in very much more than just the US.
 This is a very different situation.

 Orly? Do you know of any law and/or court case backing this assertion?

 Romain

 There is a DMCA in both US and UK (at least)...

 The EU has a directive that requires member countries to implement at
 least some parts of the DMCA. For example Finland opted to implement the
 full thing, and people have actually gotten convictions for using decss
 (so far only people who turned themselves in as a protest, however).

 The US has a lot of power and desire to push their agenda through in
 other countries, which tends to mean that a legal problems in the US
 will easily spread to a lot of places. The ACTA and TPPA things are
 nice examples (they include the DMCA and worse).

Yes, but how does that make decss or other CSS decryption codes illegal?

It's a cliche comparison but still, CSS decryption is the knife and
DMCA is the murder; the fact that murder is illegal does not imply
that knives are.

There are grounds for declaring a CSS decryption code illegal, such as
license and patent infringement but, as far as I know, there is not
existing legal decision on that mater, at least in western Europe.

Furthermore, concerning libdvdcss, encryption keys are generated or
brute-force'd which makes it even harder to argue based on
intellectual property.. Also libdvdcss has never been legally
challenged.

Most of the legal arguments on this matter are based on legal
bullying. There may be some serious threat, though, but I believe that
it is wrong to consider CSS decryption codes illegal per say.

Romain


-- 
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/CABWZ6OQfaersAqE-Mtrv=NF3u-yd=-RfzUKL=etc-xuv_w3...@mail.gmail.com



Re: Re: debian-multimedia.org considered harmful

2012-03-17 Thread Christoph Anton Mitterer
On Sun, 2012-03-11 at 10:02 +0100, Eric Valette wrote:
 Again, I can understand the reasons, but an average user expects to be 
 able to read dvd or blue-ray or to get a decent multimedia player.
 
 Other distribution do have ways to provide it to their users.

Which distro provides Blu-Ray playback?

Even though there is libaacs and friends now... the MKBs are only
publicly known till version ... what? ... 10?


Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: debian-multimedia.org considered harmful

2012-03-17 Thread Christoph Anton Mitterer
On Sun, 2012-03-11 at 00:56 -0800, Russ Allbery wrote:
 Because it's not illegal in just Kbanga. 
  The content providers are doing
 their best to make it illegal everywhere, and would potentially harass
 Debian as an organization in rather more than just one country if we
 distribute decss.

In principle you're right,.. but we start to enter a path of doom if we
censor ourself like this...
You'll probably be able to find thousands of places in any distro, where
some patent troll or content mafia organisations pretend to have
rights on.
This starts with Redmonds FAT in the Linux kernel over probably
gazillions of Patents of VoIP or other multimedia techniques.

Unfortunately courts in many countries largely follow those evil
organisations.


Cheers,
Chris.


smime.p7s
Description: S/MIME cryptographic signature


Re: debian-multimedia.org considered harmful

2012-03-17 Thread Russ Allbery
Christoph Anton Mitterer cales...@scientia.net writes:

 In principle you're right,.. but we start to enter a path of doom if we
 censor ourself like this...

 You'll probably be able to find thousands of places in any distro, where
 some patent troll or content mafia organisations pretend to have
 rights on.

Hence the Debian patent policy.

We can't just ignore things like this, nor is it responsible use of
project resources to openly flaunt disobedience to laws, however
ill-conceived.  But neither is it Debian policy to seek out trouble when
that trouble isn't forthcoming.

If you do want to be part of an organization that openly disobeys stupid
laws and makes a point of civil disobedience, more power to you.  I
personally will be cheering you on.  But the Debian Project is not that
organization, nor is it structured to be that organization (and carefully
structuring such an organization is important).  The Debian Project has
other goals, which mostly require that it work within the legal framework
that it has available while making public statements when that legal
framework interferes with project goals.

As individual developers, we can of course support a range of
organizations, from the practical and goal-oriented to those that are more
political, adversarial, or aimed at practicing civil disobedience, as we
feel is appropriate and as match our individual beliefs.  It doesn't work
for one organization to try to be all of those things at once.

The situation with decss is not new, and the project has been putting up
with it for quite a long time.  The legal situation around DRM and other
content restrictions continues to be troubling, but I don't think anything
has changed about decss recently that augurs a path of doom.

-- 
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/873996n08h@windlord.stanford.edu



Re: Adding selinux pam module by default for desktop manager

2012-03-17 Thread Steve Langasek
On Thu, Mar 08, 2012 at 08:13:10PM +0100, Laurent Bigonville wrote:
 On SELinux enabled system, login applications need to call selinux pam
 module during the opening of the session to correctly set the user's
 security context. In Debian the login service is already doing this,
 but desktop managers are not.

 I would propose to add the needed call to the pam_selinux module in DM
 pam services by default. This pam module is installed in the
 libpam-modules package, which is (I think) installed by default on
 every system.

Heh, yes, libpam-modules is a non-removable part of the system.

 The pam module needs to be called twice, please see the login pam
 service or my patch[0] for gdm3. The module can be 'require'ed if we
 are sure it's installed on the system.

 Any input on this?

 [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=661289

This is an obviously-correct change to make; we should have the same
handling in gdm and other DMs as we do in login.

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


signature.asc
Description: Digital signature


Re: debian-multimedia.org considered harmful

2012-03-17 Thread Chris Knadle
On Saturday, March 17, 2012 21:53:18, Russ Allbery wrote:
 Christoph Anton Mitterer cales...@scientia.net writes:
  In principle you're right,.. but we start to enter a path of doom if we
  censor ourself like this...
  
  You'll probably be able to find thousands of places in any distro, where
  some patent troll or content mafia organisations pretend to have
  rights on.
 
 Hence the Debian patent policy.
 
 We can't just ignore things like this, nor is it responsible use of
 project resources to openly flaunt disobedience to laws, however
 ill-conceived.  But neither is it Debian policy to seek out trouble when
 that trouble isn't forthcoming.
 
 If you do want to be part of an organization that openly disobeys stupid
 laws and makes a point of civil disobedience, more power to you.  I
 personally will be cheering you on.  But the Debian Project is not that
 organization, nor is it structured to be that organization (and carefully
 structuring such an organization is important).  The Debian Project has
 other goals, which mostly require that it work within the legal framework
 that it has available while making public statements when that legal
 framework interferes with project goals.

The above explains the whole reason d-m.o exists.

However perhaps it also might explain the tenuous relationship d.o has with  
d-m.o because d.o may need to distance itself from the work d-m.o does.

  -- Chris

--
Chris Knadle
chris.kna...@coredump.us


-- 
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/201203180129.20352.chris.kna...@coredump.us



Re: debian-multimedia.org considered harmful

2012-03-17 Thread Russ Allbery
Chris Knadle chris.kna...@coredump.us writes:
 On Saturday, March 17, 2012 21:53:18, Russ Allbery wrote:

 Hence the Debian patent policy.

 We can't just ignore things like this, nor is it responsible use of
 project resources to openly flaunt disobedience to laws, however
 ill-conceived.  But neither is it Debian policy to seek out trouble
 when that trouble isn't forthcoming.

 If you do want to be part of an organization that openly disobeys
 stupid laws and makes a point of civil disobedience, more power to you.
 I personally will be cheering you on.  But the Debian Project is not
 that organization, nor is it structured to be that organization (and
 carefully structuring such an organization is important).  The Debian
 Project has other goals, which mostly require that it work within the
 legal framework that it has available while making public statements
 when that legal framework interferes with project goals.

 The above explains the whole reason d-m.o exists.

 However perhaps it also might explain the tenuous relationship d.o has
 with d-m.o because d.o may need to distance itself from the work d-m.o
 does.

Yup.  Exactly.  Christian is taking on himself the legal risk of providing
those packages, which the project as a whole can't really do.  Discussion
about the confusion that can be caused by some of the other packages he
carries aside (and I do think that issue is real), I for one thank him for
his work.

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



Accepted libdevel-trace-perl 0.12-1 (source all)

2012-03-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 07:23:42 +0100
Source: libdevel-trace-perl
Binary: libdevel-trace-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libdevel-trace-perl - Perl module to aid debugging by printing out each line 
before exe
Changes: 
 libdevel-trace-perl (0.12-1) unstable; urgency=low
 .
   * Team upload.
   * Imported Upstream version 0.12
   * Update debian/copyright file format.
 Update format to copyright-format 1.0 as released together with Debian
 policy 3.9.3.
   * Bump Standards-Version to 3.9.3
   * Add override rule for dh_auto_install.
 Add override rule to remove demo.pl installed under
 /usr/share/perl5/Devel.
Checksums-Sha1: 
 ee620bf8ba1d68a2a1b64aafe1a77e74a3ac16d6 2116 libdevel-trace-perl_0.12-1.dsc
 3d405f1458695a0c57c44642ea31a92dd437c5c5 3167 
libdevel-trace-perl_0.12.orig.tar.gz
 6a0c0b0dfce3d68f447769d42361f93ea7ef5f67 1737 
libdevel-trace-perl_0.12-1.debian.tar.gz
 cfa22e1f91a66d2d47ee7bbff937065e2c6c8d99 6548 
libdevel-trace-perl_0.12-1_all.deb
Checksums-Sha256: 
 46dcc68bb6a51b2ba0de93f90e7a997b77aa597f6ec2f35c3a05206b5dc698d2 2116 
libdevel-trace-perl_0.12-1.dsc
 f501caf776ff7e986f76e02544d6ce234c89770173283f31df7dcc57800a3868 3167 
libdevel-trace-perl_0.12.orig.tar.gz
 981630f85e6598e96b3b6ea1470b48be8279a62f0cfe074efe6f1635ecee2204 1737 
libdevel-trace-perl_0.12-1.debian.tar.gz
 40f457b4bcfc6a99b5b28d701eb22e5d27ac00694ab2cc488ff56bc59ef6341a 6548 
libdevel-trace-perl_0.12-1_all.deb
Files: 
 5d81ac906d5b0455295f93bdf7781e2f 2116 perl optional 
libdevel-trace-perl_0.12-1.dsc
 6cea68e7e12f99cb94c7802346f15ab3 3167 perl optional 
libdevel-trace-perl_0.12.orig.tar.gz
 39c671f9ae3158411ea186876735cc8d 1737 perl optional 
libdevel-trace-perl_0.12-1.debian.tar.gz
 4a29a257120c307ca698c298323044ed 6548 perl optional 
libdevel-trace-perl_0.12-1_all.deb

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

iQIcBAEBCAAGBQJPZC/zAAoJEHidbwV/2GP+imYQAIZmp7uASSy2nygLJ5QGNRLZ
a4EDN7+V5QAYNAoSXxpcUIUQqvJV5TOptA53I47O1Lytsm4urzwvZSR+R8aDTzbD
8AsJKkBygMe0Aj3pW5qdtTloaxpL/wD1PtWnM53kJ8wkZRUrigMw3iTMbw7wyTLv
tQdGIOKqvy7WMtBAHNi7ktYVQVQ3FRyedjaa9W8ju2I6bMnkOSxrhuYS/0K+iz60
DHsV00olbdlaNib/cJAdAa4giC+BMtFQMSARb74HQC4FNTYAwk3ZJU8fIF9IXBq9
c/Tee0ApOE1mCuNQGBHzh64N9X0hcmz5deAUf4BMj5kk9yFRBUnp6Ur9iATw54W7
+IfxvLImVTuRipWxd7mk61uha5stGcry0mT1cyF2yf070HX0+CNAoZP5u0yMkTxn
3HotZdMQK+c7AkknPJQ9deJO9nXT5b/zRyO1Nd3f+CL8F9TQEbAk+9BcBp16iiG1
aJzzz2MDu0W3xUG5OaGyKfqnCn42tmPUqlJ1Ug4gFiP5GZbUl0R/By5D+y1Nk+m/
W5j2t1g7AEdQkrYPR1lnbhNVtjLgUEm5jyQRilkCVrMTSP7ykU95Fahse/CRCARG
Lmw90A231f7sW3q9eaRJ6fbx3Lx11AYA+FJDTts4FSRuGhv6EfuTCiWiY2YQu6nE
Cz+q7Jfsd2NeWjSbRMlu
=jnYN
-END PGP SIGNATURE-


Accepted:
libdevel-trace-perl_0.12-1.debian.tar.gz
  to main/libd/libdevel-trace-perl/libdevel-trace-perl_0.12-1.debian.tar.gz
libdevel-trace-perl_0.12-1.dsc
  to main/libd/libdevel-trace-perl/libdevel-trace-perl_0.12-1.dsc
libdevel-trace-perl_0.12-1_all.deb
  to main/libd/libdevel-trace-perl/libdevel-trace-perl_0.12-1_all.deb
libdevel-trace-perl_0.12.orig.tar.gz
  to main/libd/libdevel-trace-perl/libdevel-trace-perl_0.12.orig.tar.gz


-- 
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/e1s8nqm-bv...@franck.debian.org



Accepted samba 2:3.6.3-2 (source i386 all)

2012-03-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Mar 2012 20:49:24 +0100
Source: samba
Binary: samba samba-common-bin samba-common samba-tools smbclient swat 
samba-doc samba-doc-pdf libpam-smbpass libsmbclient libsmbclient-dev winbind 
libpam-winbind samba-dbg libwbclient0 libwbclient-dev
Architecture: source i386 all
Version: 2:3.6.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Samba Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 libpam-smbpass - pluggable authentication module for Samba
 libpam-winbind - Samba nameservice and authentication integration plugins
 libsmbclient - shared library for communication with SMB/CIFS servers
 libsmbclient-dev - development files for libsmbclient
 libwbclient-dev - Samba winbind client library - development files
 libwbclient0 - Samba winbind client library
 samba  - SMB/CIFS file, print, and login server for Unix
 samba-common - common files used by both the Samba server and client
 samba-common-bin - common files used by both the Samba server and client
 samba-dbg  - Samba debugging symbols
 samba-doc  - Samba documentation
 samba-doc-pdf - Samba documentation in PDF format
 samba-tools - Samba testing utilities
 smbclient  - command-line SMB/CIFS clients for Unix
 swat   - Samba Web Administration Tool
 winbind- Samba nameservice integration server
Closes: 659963 660312 661125 662243 662801
Changes: 
 samba (2:3.6.3-2) unstable; urgency=low
 .
   [ Christian Perrier ]
   * Fix example samba.ldif syntax. Closes: #659963
   * Set minimal version of tdb ot 1.2.6 in Build-Depends
 (thanks, backports!)
   * Lower priority of debconf question to medium after some pondering.
 After all, we have a sane default. Closes: #662801
   * Merge some Ubuntu patches:
 - samba.config: Avoid scary pdbedit warnings on first import.
 - samba.postinst: Add more informative error message for the case
   where smb.conf was manually deleted.
 .
   [ Maarten Bezemer ]
   * Removed references to the testprns command from documentation
   * Added notes that the smbsh command is not available in this package
 Closes: #662243
 .
   [ Debconf translations ]
   * Indonesian (Arief S Fitrianto).  Closes: #660312
   * Slovak (Ivan Masár).  Closes: #661125
 .
   [ Steve Langasek ]
   * Use Debian copyright-format 1.0 in debian/copyright.
Checksums-Sha1: 
 0b669ecb541d53e7217648476552cfcfcb58fe8a 3018 samba_3.6.3-2.dsc
 262ca88bd122253b27065e3b48f68952f6a37d98 24477313 samba_3.6.3.orig.tar.bz2
 82b53cc1bb7916f89c965ce0b4d67e3bf5604c19 223518 samba_3.6.3-2.debian.tar.gz
 5ce52d528aa6ff52a0d5cb8059734636838299f0 8332766 samba_3.6.3-2_i386.deb
 fd05ee2479b036dcdb676f6c078734ec65640078 6391510 
samba-common-bin_3.6.3-2_i386.deb
 3961cf793ed76edff49d9c9243496655f0706a6f 391368 samba-common_3.6.3-2_all.deb
 c25f11e6032af96b435afc54f7296036615495f8 11906524 samba-tools_3.6.3-2_i386.deb
 4eaeb307526ae12004573f91e3478db5e99756fb 14389166 smbclient_3.6.3-2_i386.deb
 38eadab1f9f17b49814484bc469d10f9a548b65b 2305488 swat_3.6.3-2_i386.deb
 44f769da85686ffde7ea81789d4b628b421aa341 1753850 samba-doc_3.6.3-2_all.deb
 27ae4d47a27240d9951e4ec9a9d058cddd60e929 7059240 samba-doc-pdf_3.6.3-2_all.deb
 16b18da040667e572e7466c8272be11b7f58c79c 864198 libpam-smbpass_3.6.3-2_i386.deb
 22eafa08679bb2c5120cd654d3cc5d5ecba69fc8 2257216 libsmbclient_3.6.3-2_i386.deb
 edd19973b04027e6dfe115a2a10dad779ba2d74f 2940196 
libsmbclient-dev_3.6.3-2_i386.deb
 2a518acdab79a9e4ecf88dd5bfcb53f08773433b 4592724 winbind_3.6.3-2_i386.deb
 ff81bd756e0852c8d584566dd8b76f8fc4ec9fb2 721360 libpam-winbind_3.6.3-2_i386.deb
 381ad8351ba3a21427a2b9d74357dcc44bb2282a 48319498 samba-dbg_3.6.3-2_i386.deb
 413cea9357bc8f86a71928d6be013141878bcde1 97318 libwbclient0_3.6.3-2_i386.deb
 8dd5d74fa43564d11d27c02a816173d6bfb98ec0 80838 libwbclient-dev_3.6.3-2_i386.deb
Checksums-Sha256: 
 16aac39b57d477aa3040f1265fae86058dcfbca06f3af71b97bca6a0be469314 3018 
samba_3.6.3-2.dsc
 34393921b220e97bdb29de28c560e305c4f2ede74ca35355d08f43f521c90533 24477313 
samba_3.6.3.orig.tar.bz2
 d7baccfbc090d6d3b157b3d3525d932786c4f0e0085d57cdfc8b7416c8004586 223518 
samba_3.6.3-2.debian.tar.gz
 4df7675a49bbcb643ad4f4779a806b50bcab829f9e310f92a29fd754a747d57c 8332766 
samba_3.6.3-2_i386.deb
 1ac967faa73c6daa388b138da3cca8c203b95ad84344fb6512e984fe5a454fc6 6391510 
samba-common-bin_3.6.3-2_i386.deb
 fbdc77a7eac71789a6e791ac461ee4a32c44d2263f840bd5b8ec61fb9fdcff19 391368 
samba-common_3.6.3-2_all.deb
 286c71a85746dc32512a7ead3099ae34c04bac41d5ea13cfa6d01728e3d6c39d 11906524 
samba-tools_3.6.3-2_i386.deb
 091b7c0942b84ef4c5695bdaf422cb053fc3d635a57bf64a7eb18dc10b17 14389166 
smbclient_3.6.3-2_i386.deb
 0e0f64139d6fce0e8c3c03b8b57f3aca38e5d11abcd8b5cad0e904c0f27a2730 2305488 
swat_3.6.3-2_i386.deb
 4b0e399822d041527f6d1c46c86cec9529f8cd13fad0f0108911fd16662d9cb7 1753850 
samba-doc_3.6.3-2_all.deb
 

Accepted xserver-xorg-video-qxl 0.0.17-1 (source amd64)

2012-03-17 Thread Liang Guo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2012 16:13:52 +0800
Source: xserver-xorg-video-qxl
Binary: xserver-xorg-video-qxl xserver-xorg-video-qxl-dbg
Architecture: source amd64
Version: 0.0.17-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Liang Guo bluestonech...@gmail.com
Description: 
 xserver-xorg-video-qxl - X.Org X server -- QXL display driver
 xserver-xorg-video-qxl-dbg - X.Org X server -- QXL display driver (debugging 
symbols)
Changes: 
 xserver-xorg-video-qxl (0.0.17-1) unstable; urgency=low
 .
   [ Liang Guo ]
   * New upstream release.
   * debian/copyright:
 - Remove src/lookup3.c, removed upstream.
 - Add src/murmurhash3.{c,h}, new file.
   * debian/source/options:
 - Ignore ChangeLog, included in upstream tarbar, but not in git.
   * Remove translate-the-access-region.patch, applied upstream.
   * Bump Standards-Version to 3.9.1, no changes needed.
   [ Cyril Brulebois ]
   * Fix typo in the debug package's description.
Checksums-Sha1: 
 f9a03e249ef7943c962b552de5a235afa2d9fd8e 2475 
xserver-xorg-video-qxl_0.0.17-1.dsc
 b4efa1cde649c0f3b362c9872041397a973c7526 379844 
xserver-xorg-video-qxl_0.0.17.orig.tar.bz2
 1c28d4be5cebf134d1df80f81e50f1efc12a6393 3936 
xserver-xorg-video-qxl_0.0.17-1.debian.tar.gz
 dd1f03496da3277dfde64d2f148c9c6d1c841414 96592 
xserver-xorg-video-qxl_0.0.17-1_amd64.deb
 a71afdc00b62ca14307284d67712d114b30b358e 284870 
xserver-xorg-video-qxl-dbg_0.0.17-1_amd64.deb
Checksums-Sha256: 
 edc10a9ca8dd4fbfd74e95836393e4d83f78d99e4aee3ab9b81aa0b34116b04b 2475 
xserver-xorg-video-qxl_0.0.17-1.dsc
 193c2bb4889de39f7b0071990adaae1753b45e542f68d76cc0d55a7299b49f82 379844 
xserver-xorg-video-qxl_0.0.17.orig.tar.bz2
 576448b203c946696c4a2d564ecb3a421980ead41e9ab9acacb0160a019ee8ad 3936 
xserver-xorg-video-qxl_0.0.17-1.debian.tar.gz
 a7e722a863c3ea4e230e0a4a25d95da8005e32027ce8c2e14b31b6856260dfbf 96592 
xserver-xorg-video-qxl_0.0.17-1_amd64.deb
 4147937728349f2bce5315fafdc34c0efd13c6c8ac9a1c0d52594eb9c6c75f8a 284870 
xserver-xorg-video-qxl-dbg_0.0.17-1_amd64.deb
Files: 
 2703a4946d7343dba550ad0edc205fbb 2475 x11 optional 
xserver-xorg-video-qxl_0.0.17-1.dsc
 c0ee45ce06654b9f2e6ddac478d5fbd6 379844 x11 optional 
xserver-xorg-video-qxl_0.0.17.orig.tar.bz2
 dc6788c0826fe0ca27fd8fcd7c6671f1 3936 x11 optional 
xserver-xorg-video-qxl_0.0.17-1.debian.tar.gz
 e1d64e54ad643f10ac8d558c61e6839b 96592 x11 optional 
xserver-xorg-video-qxl_0.0.17-1_amd64.deb
 f1b951ee58f56d04411e01fe2800e9d4 284870 debug extra 
xserver-xorg-video-qxl-dbg_0.0.17-1_amd64.deb

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

iQIcBAEBCAAGBQJPZDU0AAoJEIK1tAhowJe894QQAKWUVqt4IW4iLjJkMZ2f5mMi
iH8IeahwJDpYQAk1C0tPAY2krYwiHPXzjqRJPdf99xcNpe8YpHzgA9V2SAmNeGy1
MfgRuYFPF627U8oIo6ikcK8KGnY9ayfk7acnS9lt30+PQUfAIrJg5n4l+eN0fJ3E
BPt7bKSPTzxMSOqGEb3VOxSS1JbsN3ZOIOTxuM+T2INmdgZ0O2swtt5g23Mwe/r9
HQb68D+6eyjTYiF3rfZQHQUno/Bwaeo0Bjvuh1rGbz6KdiHpa4zcS0gx+S59oNkB
v7uOPgswhrFlXmaHRit0vSFNbJ9HovioCrOH1qBPynFOKDqYcQblMnAULQVbWfUn
8tbwByC0MrowbVx7o8LJhqB4wexAeocSWetsebkchtkKEFit5as5Zhh6/cX96oJA
cCqU2AwBgsSsuMreKUU40E6g5OU6MTgFgl5LSigKvP6hT83QXPD2sruQk/Yo0NJR
R1+OFZmuoBzXpA//qe1PO+8fSSR96ZYntXSUNBnfZzmhPRf3L3fc9tLVDWxFsODG
kRLw94MG+8x+J648GYUI+hj5pPVs8z5IikFddwqEUWS32MQuCXspjPXCEnALFMkY
6Mir63bJwu5nqX5OyWasOWRgPemOWGRTfCBZwp8Lu/UYmaOGrZrT1XXH2jMXeDRl
40QeqAodrmlGlt9X+6t2
=dUiU
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-qxl-dbg_0.0.17-1_amd64.deb
  to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl-dbg_0.0.17-1_amd64.deb
xserver-xorg-video-qxl_0.0.17-1.debian.tar.gz
  to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.17-1.debian.tar.gz
xserver-xorg-video-qxl_0.0.17-1.dsc
  to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.17-1.dsc
xserver-xorg-video-qxl_0.0.17-1_amd64.deb
  to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.17-1_amd64.deb
xserver-xorg-video-qxl_0.0.17.orig.tar.bz2
  to main/x/xserver-xorg-video-qxl/xserver-xorg-video-qxl_0.0.17.orig.tar.bz2


-- 
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/e1s8ngw-000295...@franck.debian.org



Accepted r-bioc-edger 2.4.6~dfsg-1 (source all)

2012-03-17 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 16:18:52 +0900
Source: r-bioc-edger
Binary: r-bioc-edger
Architecture: source all
Version: 2.4.6~dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 r-bioc-edger - Empirical analysis of digital gene expression data in R
Changes: 
 r-bioc-edger (2.4.6~dfsg-1) unstable; urgency=low
 .
   181300f New upstream version 2.4.6.
Checksums-Sha1: 
 92154ecdebaf1388e7a9034b1cebb74520ab8af1 2081 r-bioc-edger_2.4.6~dfsg-1.dsc
 0d3b1b5be6581d07bae68e719a222a5073f32992 404681 
r-bioc-edger_2.4.6~dfsg.orig.tar.gz
 92d26ddbad12bc2e498a24a064211217bd3ca7e5 3092 r-bioc-edger_2.4.6~dfsg-1.diff.gz
 1e14c70f087d6299e6e99e0eb1e963e92da97eff 545890 
r-bioc-edger_2.4.6~dfsg-1_all.deb
Checksums-Sha256: 
 4fcbf973541ed50395e3f26be72fed10718fae40dd0602372d3d2d917b63815f 2081 
r-bioc-edger_2.4.6~dfsg-1.dsc
 a86418b1d4d9e56c670d14263f417e1c160235672c77c4209920a96b48c1833f 404681 
r-bioc-edger_2.4.6~dfsg.orig.tar.gz
 d9115e6690def161994667435dfea7c2e5e9a4ef0afa830618149622a2b9b287 3092 
r-bioc-edger_2.4.6~dfsg-1.diff.gz
 e071e3c3ad2419dc15d1108f0b2f9bfc553d711093f20e2ef22465526e95809f 545890 
r-bioc-edger_2.4.6~dfsg-1_all.deb
Files: 
 693065bb1bf0a4b2bbc8dde45882ce49 2081 gnu-r optional 
r-bioc-edger_2.4.6~dfsg-1.dsc
 fe26abce649858a920605ee696519a45 404681 gnu-r optional 
r-bioc-edger_2.4.6~dfsg.orig.tar.gz
 e3d2f61ada0b0c349f0164209b655378 3092 gnu-r optional 
r-bioc-edger_2.4.6~dfsg-1.diff.gz
 e4ac91c0e3390975ed77b1e4a4356bb0 545890 gnu-r optional 
r-bioc-edger_2.4.6~dfsg-1_all.deb

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

iQIcBAEBCAAGBQJPZD0+AAoJEMW9bI8ildUC97IP/2KK+ORpvrhiWBYAerkHkxaU
CeZLifO6V4A5jhYG4aLOIAypNpf6h5QZwvDjN3tHy4o/EQeBW9+0DrBa4IqZGW41
UxXXLjIBOqW6TuVtf9SYzTSLIZHasQuWWoDrSYPkXeWt6X4PQ2LNRlcBTJs+VvV7
sdoF3YHE3KBLDeYMWgJSuHmnyDP2CoOlU5wZADQOrbheORFxeTMIIq8G/mn7yKVl
jmHMbllkiv+z/ND1ZcsCrpA3STyH3z2pBV3vf1UPsy+yV+ap7eOiOxewYJx/umVO
fLSHem2P3HQR75HfjmEYzmT6WD6shhWnAtIZrmmnNL5FMla0nnicrKI6ADOe3/AD
yp625J0n5n/dBdz3k1aIsbf4sKaSSr7bP8DYMG5iEZ7SlPxoOTJGhOVag2mF41Bz
gHBe7j9rDm0i1FWrkpBHf55v2aOh+vMNrUUTPU776h0jAMg69lRudcQ6jlmUJMJ4
Y8/5cxgqxs90Yxpnne1RPxGA7I4AWXL4Sk2pwa4EcXC349KzSKHR8jS3rKy3NpSD
A6xKAT9ateG+4I2Zx4d0GhHZHiS9uehd8h0xuyJ4tiM8WdpZnLtsKuVCYVtldJm0
iPxXViw1gkJ1thcNTMZbxEuEDeUTRl03tRS3eBEY1GRdIRwLsvbnp2sJKUaDrWX1
9kmnrwvg2YBlV0p3SCDa
=nibL
-END PGP SIGNATURE-


Accepted:
r-bioc-edger_2.4.6~dfsg-1.diff.gz
  to main/r/r-bioc-edger/r-bioc-edger_2.4.6~dfsg-1.diff.gz
r-bioc-edger_2.4.6~dfsg-1.dsc
  to main/r/r-bioc-edger/r-bioc-edger_2.4.6~dfsg-1.dsc
r-bioc-edger_2.4.6~dfsg-1_all.deb
  to main/r/r-bioc-edger/r-bioc-edger_2.4.6~dfsg-1_all.deb
r-bioc-edger_2.4.6~dfsg.orig.tar.gz
  to main/r/r-bioc-edger/r-bioc-edger_2.4.6~dfsg.orig.tar.gz


-- 
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/e1s8omn-0004zm...@franck.debian.org



Accepted dictd 1.12.0+dfsg-4.1 (source i386)

2012-03-17 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 09 Mar 2012 07:58:17 +0100
Source: dictd
Binary: dictd dict dictzip dictfmt
Architecture: source i386
Version: 1.12.0+dfsg-4.1
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 dict   - dictionary client
 dictd  - dictionary server
 dictfmt- utility to format a file for use by a dictd server
 dictzip- compression utility for dictionary databases
Closes: 652021 661144
Changes: 
 dictd (1.12.0+dfsg-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Dutch; (Jeroen Schot).  Closes: #652021
 - Indonesian (Mahyuddin Susanto).  Closes: #661144
Checksums-Sha1: 
 4e1a912334d21f72760328c929b1f1e750c4e8c4 2036 dictd_1.12.0+dfsg-4.1.dsc
 69f0d20a6d64aca9c04e3bbb55aa1b28b7117a96 407286 dictd_1.12.0+dfsg.orig.tar.gz
 10fca44c378656c2e1b50de3ffdec56e9a548c2e 67460 
dictd_1.12.0+dfsg-4.1.debian.tar.gz
 a0f162a81daf4a57732b3569ec0491ce9e4183b5 148520 dictd_1.12.0+dfsg-4.1_i386.deb
 b1de0289f7677aa5d0781302ea56dc56f16bacb1 82614 dict_1.12.0+dfsg-4.1_i386.deb
 1310b7d6cd41e7edf99dcea9d369365d2bdc6f99 57320 dictzip_1.12.0+dfsg-4.1_i386.deb
 6b14ec0c26b8dd48f6b8d2c56bd45666349f4a2e 66676 dictfmt_1.12.0+dfsg-4.1_i386.deb
Checksums-Sha256: 
 727de90ced210eceafb720a5951beeb603e1430005622e8418ed57e0d07b8344 2036 
dictd_1.12.0+dfsg-4.1.dsc
 ed65d1c5b29f6cef5e0bbdef6e8b9a05eeb2a4f6cad573b4d3d575e6831e5f9c 407286 
dictd_1.12.0+dfsg.orig.tar.gz
 37bc4afa31bc08379b38305aa035b49dc05832ce79fb7b8c5f17fcf6080174a2 67460 
dictd_1.12.0+dfsg-4.1.debian.tar.gz
 afd18b3bb96865d6e5695ab98f6ea37f97ccf1375d1cb92cb7d7e91ac111afad 148520 
dictd_1.12.0+dfsg-4.1_i386.deb
 0f07764fec0a4a727897df2fe7e592063dcf79fe27c445dc2e8230c5e39d4ec3 82614 
dict_1.12.0+dfsg-4.1_i386.deb
 3287d17da585fd62965ff779323ceeef213e89098143ac1c40aa95646777324f 57320 
dictzip_1.12.0+dfsg-4.1_i386.deb
 10fa3bb417011d13c80ef70636cc0dbabb45957919291979355af33538d3b34f 66676 
dictfmt_1.12.0+dfsg-4.1_i386.deb
Files: 
 5eceecd34f9fefc9a2eaf0fbd8a352b5 2036 text optional dictd_1.12.0+dfsg-4.1.dsc
 1f31b610dfce402a0ee0dc921ddfb918 407286 text optional 
dictd_1.12.0+dfsg.orig.tar.gz
 af4e386f80aa9cad7013beee070ae1f3 67460 text optional 
dictd_1.12.0+dfsg-4.1.debian.tar.gz
 dd1d259238bc3ad5d96ab73dc0e0da0b 148520 text optional 
dictd_1.12.0+dfsg-4.1_i386.deb
 29b8c7aabacac6e4d83a293b838f8a66 82614 text optional 
dict_1.12.0+dfsg-4.1_i386.deb
 fad593be920eb064d42d4ea0ab0b0db4 57320 text optional 
dictzip_1.12.0+dfsg-4.1_i386.deb
 bfdd65b7d64591639064f4edeb4b00ae 66676 utils optional 
dictfmt_1.12.0+dfsg-4.1_i386.deb

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

iQIVAwUBT1sGmIcvcCxNbiWoAQIHkQ//WYwLqksan4/njRUW0iMJ7YWVzf2J/4rn
PtbOiEmIuQbbaLVpF1fc5KIEYKA0aseLQzX2+LjwDlzL7qJvYTjz3etfihjv6NBR
fY+Rx3+hIl4k5EKwyKlgcMzLx3exMLUdIO8zXwOKrJIMDRAKH2H+wKHs9JQfFyWf
IT2XZqRIdrXVC30c0+OAHQXE60DQwBZQwKqe9Ai5kfeorzsXpH6Mi4fETsmBP5+b
mESrl8czC85XNNdKKYcuXInf1F2gaJmHIorFdD6OnwliDvb0riCShlGicJTq3ggB
+dVeeTL8axSE1A0J3MBxVyim6ExgiaoO6zcjS6gy03ebLnEe5XisF63sDCirLnZA
6G0DiMBbEEYgDBH9RrlFEmXe5kb28iycbJayVFH38KoMEFpuLkN0R8w1ApXIm8Ft
aewAKwa2NIuRS53roGjez62oApNsLR8diae2J+iNXtNWSdvqyhYodVIj6zOpXT6i
qX6bzSefhUbnkizOlDSGK8O+0z99AxR8Z5xDOKEyABIJzc5FJpy9ZQCBZU02e46k
XlXth1BBo5pQJ3ITxK8jeTZTS8sKOJsrbrwxKkY0Gollj40ug17WyImPA6haiLFs
HsjA9/PZivBE06HEcU63CMKBR1P9pdgkl+FzxZa6Eod4FbmQAVaKsyl3xsoOLsHy
wpMF2byHJ1Y=
=tvRF
-END PGP SIGNATURE-


Accepted:
dict_1.12.0+dfsg-4.1_i386.deb
  to main/d/dictd/dict_1.12.0+dfsg-4.1_i386.deb
dictd_1.12.0+dfsg-4.1.debian.tar.gz
  to main/d/dictd/dictd_1.12.0+dfsg-4.1.debian.tar.gz
dictd_1.12.0+dfsg-4.1.dsc
  to main/d/dictd/dictd_1.12.0+dfsg-4.1.dsc
dictd_1.12.0+dfsg-4.1_i386.deb
  to main/d/dictd/dictd_1.12.0+dfsg-4.1_i386.deb
dictfmt_1.12.0+dfsg-4.1_i386.deb
  to main/d/dictd/dictfmt_1.12.0+dfsg-4.1_i386.deb
dictzip_1.12.0+dfsg-4.1_i386.deb
  to main/d/dictd/dictzip_1.12.0+dfsg-4.1_i386.deb


-- 
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/e1s8pic-00064y...@franck.debian.org



Accepted volumeicon 0.4.6-1 (source amd64)

2012-03-17 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 08:47:48 +0100
Source: volumeicon
Binary: volumeicon-alsa
Architecture: source amd64
Version: 0.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Gainer gainer.and...@gmail.com
Changed-By: Julien Valroff jul...@debian.org
Description: 
 volumeicon-alsa - systray volume icon for alsa
Changes: 
 volumeicon (0.4.6-1) unstable; urgency=low
 .
   * New upstream release
   * Update copyright file as per DEP-5 1.0 standard
   * Bump Debian standards to 3.9.3
Checksums-Sha1: 
 5ce803c9838630b0df3eb897b093d915d1b5bfaf 2004 volumeicon_0.4.6-1.dsc
 e9f02e80903e0cd0e99aca0f508a150c0f1f501f 136769 volumeicon_0.4.6.orig.tar.gz
 3af2072e0f2fc4e96a2ce27e74eef84f5d3c9c92 3691 volumeicon_0.4.6-1.debian.tar.gz
 d71c0a909ffb27add11e1829e69cc2e53bc1e922 41020 
volumeicon-alsa_0.4.6-1_amd64.deb
Checksums-Sha256: 
 f48c028f4d148194c3a3abb74d61096321911d12fe3473e6fd7c39272b64d184 2004 
volumeicon_0.4.6-1.dsc
 32f94adc5f346404ae564405dd483ae4bd04212df08e46f18d369b4ba2cb6590 136769 
volumeicon_0.4.6.orig.tar.gz
 efa47cc2bbaaf4200ddfefd75233b0a59b2bea0d598c22f6be30f8611500cae9 3691 
volumeicon_0.4.6-1.debian.tar.gz
 0b22a5077fddb49788b73ed74ded638294a0e3bb2159dab2d2640e49806bb8ba 41020 
volumeicon-alsa_0.4.6-1_amd64.deb
Files: 
 ff2e23a5cd7d30e3d8ebe5d3b56ef67e 2004 sound optional volumeicon_0.4.6-1.dsc
 7fd6dffba823e9c529d151d4789ff992 136769 sound optional 
volumeicon_0.4.6.orig.tar.gz
 a41c021d080f657bcd47710ad6266e83 3691 sound optional 
volumeicon_0.4.6-1.debian.tar.gz
 027402305c87364ef4d3f3eab503185b 41020 sound optional 
volumeicon-alsa_0.4.6-1_amd64.deb

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

iQIcBAEBCAAGBQJPZEH+AAoJEFHhprzRxas71u4QAJGpnZTiF15/JtbTMLCEfiyN
9WWj8ygPJG9myMNKBkDPyzg5RYUg3aQcc0slgUj7Mb0yQzQ/oAM4FRn+9HGvIAkc
wtbnm809YeKfhbytjRNNhEzlR/SChO/3y4aPkY9ISe0rfb1l3Ym2G+vn8OqgaIW9
KDljAtlRX/28HVEksxH02mjjHXNolh54vKHcT6rXz+0xNmmHtfgdnE+ryLIys6Lg
hXqy6ihG1G09DNmukZU4OdoTXInAiJS+Be+YBU+aNRKZ0aIeXTHP0TgHDMx7yUfu
dKU4bG4YRU0SAldPKWCcuAeqE5XjHEmMbBxUEyH/GCo5G3ow8Vr9f0Vg5XTIQfKw
0vK4PInAAEk2N8GBGTId1hwj6kwP04cf950OwIRmoZW0x/0Fjzbg/y4ffW4HfP74
LK4g7kNx/Q2YU0JbTzTPjVX1WQV+yJ1iLujOzkdDyeZ6v89Kl0sYrgQ/bMdqJ3L6
PFJTzae0UdEEa0y6HWIxxQXgGsClTBFvYXQ3oKVTmkfuXy4UvcV1Ofk5MryLCwil
PmkQdAKHar9lHjZm6gwvQzZmgzHnXUNDle7M4ShtcXtQg2+bBpbuGrGoXY2uaNXT
DDfLn5d5GiuihByiic7F5KlC0gYmq6qv2yvlDc1A0JCoVJSjcncuajhpQ4MqyHcx
/WxPzVXzOuXedW+nDUCm
=UhZo
-END PGP SIGNATURE-


Accepted:
volumeicon-alsa_0.4.6-1_amd64.deb
  to main/v/volumeicon/volumeicon-alsa_0.4.6-1_amd64.deb
volumeicon_0.4.6-1.debian.tar.gz
  to main/v/volumeicon/volumeicon_0.4.6-1.debian.tar.gz
volumeicon_0.4.6-1.dsc
  to main/v/volumeicon/volumeicon_0.4.6-1.dsc
volumeicon_0.4.6.orig.tar.gz
  to main/v/volumeicon/volumeicon_0.4.6.orig.tar.gz


-- 
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/e1s8pkw-0006dg...@franck.debian.org



Accepted sciteproj 0.7.04-1 (source amd64)

2012-03-17 Thread Andreas Rönnquist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2012 18:16:13 +0100
Source: sciteproj
Binary: sciteproj
Architecture: source amd64
Version: 0.7.04-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Rönnquist gus...@gusnan.se
Changed-By: Andreas Rönnquist gus...@gusnan.se
Description: 
 sciteproj  - project manager for the SciTE editor
Changes: 
 sciteproj (0.7.04-1) unstable; urgency=low
 .
   * [b1d66a5] Imported Upstream version 0.7.04
Checksums-Sha1: 
 80c4fb0cd0e35f131851c145d722dc084dce16cf 1916 sciteproj_0.7.04-1.dsc
 85e87828de8e248c4bd458855babe264f561307a 96579 sciteproj_0.7.04.orig.tar.gz
 f991ebbfad8444d7e3751577a78a71b5c4d62429 2519 sciteproj_0.7.04-1.debian.tar.gz
 6c40455fd4f3233345570d83eccee6f41c700a0b 78328 sciteproj_0.7.04-1_amd64.deb
Checksums-Sha256: 
 cc7ef04c2fc5508d8f072339d8480c9ee0dd3f56762fc54545a0be2e222ab29e 1916 
sciteproj_0.7.04-1.dsc
 e76ca8b3a6dbf436804cea43d2b2465641cc7f270b9a68f0cfe2cd41ebf71cd4 96579 
sciteproj_0.7.04.orig.tar.gz
 9b5b4e5fc135bcfbbec1a3d9425862ac5ed07a1b4fffb26e739c937ad10d05ed 2519 
sciteproj_0.7.04-1.debian.tar.gz
 3784f2187cbd0d8a010ed7e1a4d3e11de7ba73562f51a11b20b6371a8f726b22 78328 
sciteproj_0.7.04-1_amd64.deb
Files: 
 8c0cb0d838f42b4d8eea44e5424a1f94 1916 editors optional sciteproj_0.7.04-1.dsc
 d68629ea602c68834c95a5ea1cc129dc 96579 editors optional 
sciteproj_0.7.04.orig.tar.gz
 ab7cc34b3745a35c44519f375418fa2f 2519 editors optional 
sciteproj_0.7.04-1.debian.tar.gz
 5256841955c776129ff772798f74c455 78328 editors optional 
sciteproj_0.7.04-1_amd64.deb

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

iQIcBAEBCAAGBQJPZF24AAoJEAVLu599gGRC/KAP+wZLxQPpga1QDiUJ0reT/Xct
QgZPqMSyL8Qr6IXg3eM1znj2sD9oVOZTFMsiL1VZwAs/aQLfocWYFrN4MUb/fwoh
4qvlwnKDD8lWS68bRQZ3oH7yK3PRL4wPkZpIpecmmlZH7GtyXdZ1OK94L1srhHnM
egMIDhgOQ1zhG5kdl5CkkAqELQrKhurh3G6q4Bm+hfWURK7LWBM7X6nX1Bv0TNXJ
LhBA0Ph4eHxmrF46jKn+VEJg+3hdEWlj25U8v3sT5VCJD7pBIYB3SwY+PbdwNLdR
G2ZoLVxtZCHJ62pn1iX07ZEvAFPUoeH+l6OEmWiTArKC5z/wGndll4tc1k/EobSC
pSBOrzeyglwunrpnsVNaeBtwYmGGkysSDTlLzV9mkLWHXQJxI/lpCJ6EDc/fJkUp
dwBD63FKmGnQxhsy+G2ttBx1NUQq8FlyO+GQzWXI7OIlMkgLc7npA4HmEiD7DcGT
5Hsie/Exm6FzGQROZfd2vYqtQOj/7rPhAnpImvAkn0K/5Vg4IMoxJ6efq+blROxO
E/2GkgACTpLFfaEEfEefdmGO1MeDQ1u1o4EQw+9UyseM/dkbWtos/UEru5UXYgR4
cX93YljkvmmMGh6DDnVQgtcVkyik+AzrUHkkCCHKw4clEffSQm8j98Sp0P8oxOES
BZ0WYFu8Vaoo8uHJJzqi
=FEna
-END PGP SIGNATURE-


Accepted:
sciteproj_0.7.04-1.debian.tar.gz
  to main/s/sciteproj/sciteproj_0.7.04-1.debian.tar.gz
sciteproj_0.7.04-1.dsc
  to main/s/sciteproj/sciteproj_0.7.04-1.dsc
sciteproj_0.7.04-1_amd64.deb
  to main/s/sciteproj/sciteproj_0.7.04-1_amd64.deb
sciteproj_0.7.04.orig.tar.gz
  to main/s/sciteproj/sciteproj_0.7.04.orig.tar.gz


-- 
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/e1s8qts-0002tn...@franck.debian.org



Accepted cdcat 1.8-1 (source amd64)

2012-03-17 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 11:11:34 +0100
Source: cdcat
Binary: cdcat
Architecture: source amd64
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch bl...@debian.org
Changed-By: Eduard Bloch bl...@debian.org
Description: 
 cdcat  - media catalog program
Closes: 662030
Changes: 
 cdcat (1.8-1) unstable; urgency=low
 .
   * New upstream release
 + search crash fix (closes: #662030)
Checksums-Sha1: 
 1870c2523e2b6e685e8764673ed1e6da8f49b975 1128 cdcat_1.8-1.dsc
 0eda2a79cfe119d5a9d6392e660fe3e5c5819651 306422 cdcat_1.8.orig.tar.bz2
 67e243107d6c84c7f0844509b11d84f249e6cfc5 5416 cdcat_1.8-1.debian.tar.xz
 4ef43286687eafd51d9160b67840b31b39802d97 466556 cdcat_1.8-1_amd64.deb
Checksums-Sha256: 
 481a40a11751ebe2bf2d450f8affe6e23b251fa4fd8c3f90a695b8355ed7902f 1128 
cdcat_1.8-1.dsc
 0f535a544227e8ff7859f618ab81723e84ba8a2dc7684ace4d13d10127c6eb24 306422 
cdcat_1.8.orig.tar.bz2
 32a8e0f5ae10fcbbaa379acafc29e4ffb697b3191ff8a8c33daf10216fbe311b 5416 
cdcat_1.8-1.debian.tar.xz
 870a1672d261b233060a7a3e7656f867ecc706dc882afc51fcd98e8117124274 466556 
cdcat_1.8-1_amd64.deb
Files: 
 a8da42336a5756cca7f2991513f54ab7 1128 x11 optional cdcat_1.8-1.dsc
 8179e5a551373109d2d7bb245b549fc0 306422 x11 optional cdcat_1.8.orig.tar.bz2
 4b3ee36658306dd364deb8684741b68e 5416 x11 optional cdcat_1.8-1.debian.tar.xz
 95ee2345bac543ba4ee1f724156a0895 466556 x11 optional cdcat_1.8-1_amd64.deb

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

iD8DBQFPZGTM4QZIHu3wCMURAqteAJ0e7CifLaRQFJPKmIF45FjXN9HHyACeKqdC
UxsGPHKzDbhg/Yl3a5mp/M8=
=7SbI
-END PGP SIGNATURE-


Accepted:
cdcat_1.8-1.debian.tar.xz
  to main/c/cdcat/cdcat_1.8-1.debian.tar.xz
cdcat_1.8-1.dsc
  to main/c/cdcat/cdcat_1.8-1.dsc
cdcat_1.8-1_amd64.deb
  to main/c/cdcat/cdcat_1.8-1_amd64.deb
cdcat_1.8.orig.tar.bz2
  to main/c/cdcat/cdcat_1.8.orig.tar.bz2


-- 
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/e1s8qvk-0004he...@franck.debian.org



Accepted 4store 1.1.4-2 (source amd64)

2012-03-17 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 17 Mar 2012 11:39:41 +0100
Source: 4store
Binary: 4store lib4store-dev lib4store0
Architecture: source amd64
Version: 1.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 4store - RDF database storage and query engine -- database daemon
 lib4store-dev - RDF database storage and query engine -- development files
 lib4store0 - RDF database storage and query engine -- shared library
Changes: 
 4store (1.1.4-2) unstable; urgency=low
 .
   * Add patches 1002-1005 to fix building for the Hurd.
 Thanks to Cyril Roelandt.
   * Bump standards-version to 3.9.3.
   * Use anonscm.debian.org URL in Vcs-Browser field.
   * Update copyright file:
 + Bump format to 1.0.
 + Fix double-indent in Copyright fields as per Policy §5.6.13.
   * Simplify arguments to dh_install (unneeded with debhelper 7).
Checksums-Sha1: 
 31c5052ac22b9aaf3148cec6e2d332e39c6874aa 2131 4store_1.1.4-2.dsc
 d061e718b9f391c175e21f5c5b9196d880568a5c 18037 4store_1.1.4-2.debian.tar.gz
 db589a5965c8f7fc7183e5bc0cdd83377c9de73d 928868 4store_1.1.4-2_amd64.deb
 9a264a1421cfd8b9b1c6f8f5ea5a5331cf5744d6 62618 lib4store-dev_1.1.4-2_amd64.deb
 cbd5e5781798aaa070ab5a8431bb577c6a397a25 56704 lib4store0_1.1.4-2_amd64.deb
Checksums-Sha256: 
 d79e45bba7b13108be7daa5ecf6098d9c21734a58544c3de543b25eb5e555a54 2131 
4store_1.1.4-2.dsc
 1e66711495c2f5b34f8f8927d9af24d0d4a2dfcd8eecf95549047d16430d162f 18037 
4store_1.1.4-2.debian.tar.gz
 5cf0270a83e043cc2749ab6b048370f4526217e37ec0bbaf84c967fb36a4f95c 928868 
4store_1.1.4-2_amd64.deb
 978651b48b78d95366c5c5262cd47f60e74d7b1a6b741c95229959bef31184db 62618 
lib4store-dev_1.1.4-2_amd64.deb
 b7ab02e013dc8767f88106f91b8c0c1551165e8c8138b8b1dadcb346784ef287 56704 
lib4store0_1.1.4-2_amd64.deb
Files: 
 360a136c0436a5cc770ae7c550eb58bb 2131 utils extra 4store_1.1.4-2.dsc
 def8a4f7b70af3fe09ae536f7f51cdf6 18037 utils extra 4store_1.1.4-2.debian.tar.gz
 a07d36b67457a27436d366af092bf7f2 928868 utils extra 4store_1.1.4-2_amd64.deb
 6d77dcfd606d5ab88767d9c5a1966203 62618 libdevel extra 
lib4store-dev_1.1.4-2_amd64.deb
 5b6f10adcf7df853f37c7a0fc42ed10b 56704 libs extra lib4store0_1.1.4-2_amd64.deb

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

iQIcBAEBCgAGBQJPZGuyAAoJECx8MUbBoAEhWl8P/RUOz0pmy1KV+JU1JmDBoiNy
GCPKSw4xbWg1+foJonObADfmx1XFPcwpNvrDEbVQUa8ER6r6hYSGbHOOgxftmEDz
0RRvPRnxHj5I1leox5FyWoQnit4XWY/T0snOT4IGD+GPWaylTMT492CtWYtAHdne
KYxz3EE7ZsvoucYLZI4Hf9EZ7xJdSb1PrpM6MzM/eIVmi12UcZDNQrZ2eDEZObhG
v7G0FhWbOCNMwKK0MCrJ2PGNF/Mvn88qqP9CYbQw7JVKNeEwF9w2uz2usEdV/S0o
2yvsdEOHJLVRf2dZcyGyDkDlq9nq4dl/jI8S9baJN3WlMQm/IXqXQAKcsu9H5LBr
TEzoV9mPwiRYyeAMGMNwypVCg8/OXA5HhplCNBl9ShSbu+63ScLI1c9V+a85/1En
16yYhbuo3Ldrh0+BQcYcy8bblE/427Fru0CZDAhsM1YYJ6lHDQweYIpOmkgK5oic
Wv8LWobWq1TU+UoPnqPuswqW4jNtxCp/ksjJ0wvrcllLWGHkaI0Si9eUARdUXsY0
+NYVuKcUzL0cUvDNpWCZoTDZYqaDgZzK2Z7jGiDCbdJBUt89ESdTySnrHYjKtgKK
072JeV17JVIcXzll09hMUyZHUf+s6IzxcmRAV9XMsqUUcWR62QylbxzFYioAA3vn
atVKfMXj31CpUmRpkxF3
=4aFs
-END PGP SIGNATURE-


Accepted:
4store_1.1.4-2.debian.tar.gz
  to main/4/4store/4store_1.1.4-2.debian.tar.gz
4store_1.1.4-2.dsc
  to main/4/4store/4store_1.1.4-2.dsc
4store_1.1.4-2_amd64.deb
  to main/4/4store/4store_1.1.4-2_amd64.deb
lib4store-dev_1.1.4-2_amd64.deb
  to main/4/4store/lib4store-dev_1.1.4-2_amd64.deb
lib4store0_1.1.4-2_amd64.deb
  to main/4/4store/lib4store0_1.1.4-2_amd64.deb


-- 
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/e1s8ror-00068g...@franck.debian.org



Accepted js-of-ocaml 1.1.1-1 (source all amd64)

2012-03-17 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 17 Mar 2012 11:39:42 +0100
Source: js-of-ocaml
Binary: js-of-ocaml libjs-of-ocaml-dev libjs-of-ocaml libjs-of-ocaml-doc
Architecture: source amd64 all
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 js-of-ocaml - OCaml bytecode to JavaScript compiler (compiler)
 libjs-of-ocaml - OCaml bytecode to JavaScript compiler (runtime)
 libjs-of-ocaml-dev - OCaml bytecode to JavaScript compiler (development files)
 libjs-of-ocaml-doc - OCaml bytecode to JavaScript compiler (documentation)
Changes: 
 js-of-ocaml (1.1.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 29fb7e3cc2bbea03130f94164317868a56440ed9 2321 js-of-ocaml_1.1.1-1.dsc
 5bb27b3edb49a4488ce294a67d8eb56b89a6dc2c 1881382 js-of-ocaml_1.1.1.orig.tar.gz
 2ff38693647ecde8dc5f2125c9467c56971ac712 4394 js-of-ocaml_1.1.1-1.debian.tar.gz
 1421a3efcc07f30ce2f739839f9fd90f91c61d44 310546 js-of-ocaml_1.1.1-1_amd64.deb
 fe435ce51d96f0b118f4705c641af1ffd70e303a 981432 
libjs-of-ocaml-dev_1.1.1-1_amd64.deb
 34af57a4a59891622776cd31f2a72d9ad7e44627 1415022 
libjs-of-ocaml_1.1.1-1_amd64.deb
 b128644b1503b21027a7f58e38d37ea54e4d053d 1206434 
libjs-of-ocaml-doc_1.1.1-1_all.deb
Checksums-Sha256: 
 41256593729989e83de934c5cab997a3a8ecf283d56e63a708253759bb2615f9 2321 
js-of-ocaml_1.1.1-1.dsc
 dfa440d7a3e2a4a4bb22eab85c2e61c2feaa6be540967e3143becae363c46108 1881382 
js-of-ocaml_1.1.1.orig.tar.gz
 f958dc753fe8c87b47ae1827bc84a4a493a277463add1ccd76e4f4ba02b38023 4394 
js-of-ocaml_1.1.1-1.debian.tar.gz
 b74b986b63c701ddb81353e611e0f517d5b7e03b101a1522beb870a62a6a768a 310546 
js-of-ocaml_1.1.1-1_amd64.deb
 b35ac23cefa3d2ca3b36566743a2b0656c2dcb9147b7bea43daa3df2a75f6f71 981432 
libjs-of-ocaml-dev_1.1.1-1_amd64.deb
 54e293be28a7da3383453753b431e799065073ce3a2e6d2f6c3f21a0141f689e 1415022 
libjs-of-ocaml_1.1.1-1_amd64.deb
 b69f79cd2a3f228ea5e9b094f0a13b27e2c04541b4b5348c01224eb6752c19de 1206434 
libjs-of-ocaml-doc_1.1.1-1_all.deb
Files: 
 a2aa63609db5de85fd9cb1e956b68b9f 2321 ocaml optional js-of-ocaml_1.1.1-1.dsc
 8fe09ba39e50c1075fb731b0209b9aa9 1881382 ocaml optional 
js-of-ocaml_1.1.1.orig.tar.gz
 35836f612c685fb0db7daa30dfffe989 4394 ocaml optional 
js-of-ocaml_1.1.1-1.debian.tar.gz
 22d1026e2a72808c831f8e68300b2f7c 310546 ocaml optional 
js-of-ocaml_1.1.1-1_amd64.deb
 1dc9fdb205aa003cc26355ece871a734 981432 ocaml optional 
libjs-of-ocaml-dev_1.1.1-1_amd64.deb
 ae31fcc36d278f9f3e6970919c06e268 1415022 ocaml optional 
libjs-of-ocaml_1.1.1-1_amd64.deb
 d75f5c7b04d097d7dce08bf2d6461756 1206434 doc optional 
libjs-of-ocaml-doc_1.1.1-1_all.deb

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

iQIcBAEBCgAGBQJPZGvcAAoJEHhT2k1JiBrT+UcP/0r9fIiPv+E5/zwOduIr0Hgm
2ohSJzLmnsrE95w84h0DjH6BqsPcuOPacHuTN/ZB96M5hdwzpYX3uO+Ojt4xKA5z
8RKcGt/JP11R0tQ1Zgp/MfNE2OIOI/aq+dsXuIhnFHNxowW3y7jOrh8RVUNcL38I
/V7AdObprlaWJAk6CdcEV5NpKBBELu4IPgKJgLkbU5wNiSTP9mUL5qqu8/GGNAZ3
0d+wHFwhJ4IQAnDfyXexuUs4vLx3igmZWAKG0KdHbIT2aLiyufR+39NdV9AHc1gX
fn8T+5odu18SnKQVflpIMhvK9U4ERAHkJe1jBdyMopjTe8U/UDvRWNXb1I8OkBsz
iuJPa7BkP1gFX049nYYuMpz/1OCM2QIb3/k/Sly8ByhQlNcq+wafTI2mhhD0Ozgt
1cQQQck0T+rFm4S2GIx7PtKqcgGj04Qfka4ZuZKbsNlfN8cNQ1rh7yuRIMevAwiX
sHFVzKic14vqd54MccSJS2+S9dyVn/MMTty9u5mDtXJaCd+wh8uEX92seczTEig2
pTLiAGIBWFr4ABP/EPelggQkmyEBsRJeXnMDm09KiciBdylhhUWThX9Sbgt0PnwG
dVq2GkrlvvVWjUM3Ma16EHh2VfFB40kMEww/hcjE7vGEidLpcqF05EmV0QEPkyLx
xDAOu3cH0JSVdWma0UBu
=06ri
-END PGP SIGNATURE-


Accepted:
js-of-ocaml_1.1.1-1.debian.tar.gz
  to main/j/js-of-ocaml/js-of-ocaml_1.1.1-1.debian.tar.gz
js-of-ocaml_1.1.1-1.dsc
  to main/j/js-of-ocaml/js-of-ocaml_1.1.1-1.dsc
js-of-ocaml_1.1.1-1_amd64.deb
  to main/j/js-of-ocaml/js-of-ocaml_1.1.1-1_amd64.deb
js-of-ocaml_1.1.1.orig.tar.gz
  to main/j/js-of-ocaml/js-of-ocaml_1.1.1.orig.tar.gz
libjs-of-ocaml-dev_1.1.1-1_amd64.deb
  to main/j/js-of-ocaml/libjs-of-ocaml-dev_1.1.1-1_amd64.deb
libjs-of-ocaml-doc_1.1.1-1_all.deb
  to main/j/js-of-ocaml/libjs-of-ocaml-doc_1.1.1-1_all.deb
libjs-of-ocaml_1.1.1-1_amd64.deb
  to main/j/js-of-ocaml/libjs-of-ocaml_1.1.1-1_amd64.deb


-- 
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/e1s8rqj-0006hu...@franck.debian.org



Accepted tmux 1.6-2 (source amd64)

2012-03-17 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 11:42:28 +0100
Source: tmux
Binary: tmux
Architecture: source amd64
Version: 1.6-2
Distribution: unstable
Urgency: low
Maintainer: Karl Ferdinand Ebert kfeb...@gmail.com
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 tmux   - terminal multiplexer
Closes: 659794 662250
Changes: 
 tmux (1.6-2) unstable; urgency=low
 .
   [ Colin Watson ]
   * Use maintscript support in dh_installdeb rather than writing out
 dpkg-maintscript-helper commands by hand.  We now simply Pre-Depend on a
 new enough version of dpkg rather than using 'dpkg-maintscript-helper
 supports' guards, leading to more predictable behaviour on upgrades
 (closes: #659794).
 .
   [ Romain Francoise ]
   * Quote backslash in examples/screen-keys.conf to avoid syntax error
 (closes: #662250).
   * Bump Standards-Version to 3.9.3.
Checksums-Sha1: 
 b83254bfea2e064c3a29641c356d647ee7624b71 1246 tmux_1.6-2.dsc
 293ab226157204dd754bd8b84932eba868c65a39 10367 tmux_1.6-2.debian.tar.gz
 4fbdecd9d6af6dcf54a5c98d518b7557b19cd7bd 249380 tmux_1.6-2_amd64.deb
Checksums-Sha256: 
 0a3506a457aafc8e7af7ba638de69be0166d15953db93c89d1160702f4eb34fb 1246 
tmux_1.6-2.dsc
 667772209d8cdf6ed574288e520c209c8a565a87274d8c4dfb42027b5fb1c896 10367 
tmux_1.6-2.debian.tar.gz
 bc41e2c1323e429f83ed6d0aaae7289e2d9f5fca949f50c8f8e3f450660fd273 249380 
tmux_1.6-2_amd64.deb
Files: 
 3bd31a4fbea78546aa1b6ba827a93299 1246 admin optional tmux_1.6-2.dsc
 17826db28eab02caad27019953b95db4 10367 admin optional tmux_1.6-2.debian.tar.gz
 6956b6e86b86af41aac9f3bc284e0a36 249380 admin optional tmux_1.6-2_amd64.deb

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

iD8DBQFPZG4NogN2vsA8Vt8RAjmNAKCL7XHymUeveGmON9z4M34+l2vtmwCgu5tR
HkTcE3MskVGkhIahiJ7hEI0=
=M6uY
-END PGP SIGNATURE-


Accepted:
tmux_1.6-2.debian.tar.gz
  to main/t/tmux/tmux_1.6-2.debian.tar.gz
tmux_1.6-2.dsc
  to main/t/tmux/tmux_1.6-2.dsc
tmux_1.6-2_amd64.deb
  to main/t/tmux/tmux_1.6-2_amd64.deb


-- 
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/e1s8rr5-0006la...@franck.debian.org



Accepted file 5.11-1 (source i386)

2012-03-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 10:20:34 +0100
Source: file
Binary: file libmagic1 libmagic-dev python-magic python-magic-dbg
Architecture: source i386
Version: 5.11-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 file   - Determines file type using magic numbers
 libmagic-dev - File type determination library using magic numbers 
(developmen
 libmagic1  - File type determination library using magic numbers
 python-magic - File type determination library using magic numbers (Python 
bin
 python-magic-dbg - File type determination library using magic numbers 
(Python bin
Changes: 
 file (5.11-1) unstable; urgency=low
 .
   [ Judit Foglszinger ]
   * Merging upstream version 5.11.
 .
   [ Daniel Baumann ]
   * Updating to debhelper version 9.
   * Removing uneeded versioned build-depends against dpkg-dev.
   * Updating to standards version 3.9.3.
   * Updating copyright file machine-readable format version 1.0.
   * Adding todo file.
Checksums-Sha1: 
 a703928df2b4e67166e78e70e2f890bf3b7bb041 1348 file_5.11-1.dsc
 df8ffe8759ec8cd85a98dc98e858563ea2555f64 610019 file_5.11.orig.tar.gz
 bafd675547162abb365ab1bfce63a8f0b724a34c 27551 file_5.11-1.debian.tar.gz
 cce616686b9d44a2fbadbbba7fd0f0f161037a2f 52674 file_5.11-1_i386.deb
 eba5fc1984b6a44751c601ac786dffeae73d502d 249742 libmagic1_5.11-1_i386.deb
 75d74b92a9a86b7b023ea2aa5715a9b9d4da1a22 99608 libmagic-dev_5.11-1_i386.deb
 1c66701f821154eec8b92539525bdaf4c648f76d 38924 python-magic_5.11-1_i386.deb
 8fc4dd3e9435077df40e34b769a29bc001f5e981 888 python-magic-dbg_5.11-1_i386.deb
Checksums-Sha256: 
 2dc5d81220d9bea25471c68514cfe3143750c1d74c874517c3023b0b72d095f0 1348 
file_5.11-1.dsc
 c70ae29a28c0585f541d5916fc3248c3e91baa481f63d7ccec53d1534cbcc9b7 610019 
file_5.11.orig.tar.gz
 eab0e47a63868bba4c7cdbf5975262942e8495035c1ccaa71d1c16e8e4d50110 27551 
file_5.11-1.debian.tar.gz
 79472bbca69ad3a5c9eac50103c9ef1ee1253a39f0e014be7591e7629d5ec32d 52674 
file_5.11-1_i386.deb
 3f1ab8e140fdf5057e269f6726115ddc95f935b26e88d96af8d57b88a5c3297f 249742 
libmagic1_5.11-1_i386.deb
 4f2840f910d6adcd2693e24df5bf12d1429f510d4b3d5b9f65aeaa13835b94ee 99608 
libmagic-dev_5.11-1_i386.deb
 028a3525e2eaf866fe437871addaef6f22021f5c6540590133d896f22d95e308 38924 
python-magic_5.11-1_i386.deb
 5b3282e88122a88ba9286a090088ca3baeb8b6d5d1cce85c85bfdaf0574b40c2 888 
python-magic-dbg_5.11-1_i386.deb
Files: 
 e7751ef438333dbf9a7bf660b615f98c 1348 utils standard file_5.11-1.dsc
 16a407bd66d6c7a832f3a5c0d609c27b 610019 utils standard file_5.11.orig.tar.gz
 1c3723e9f3bea2ed52b5286377298635 27551 utils standard file_5.11-1.debian.tar.gz
 999620c58312a70a7cbcc6a20de0d704 52674 utils standard file_5.11-1_i386.deb
 660af097ac55f7366a2bcc993f6a6863 249742 libs standard libmagic1_5.11-1_i386.deb
 01b598eed3f65b3c2142598c6332d0f9 99608 libdevel optional 
libmagic-dev_5.11-1_i386.deb
 78c7c5fc544028b61397b10b6d9a5e14 38924 python extra 
python-magic_5.11-1_i386.deb
 68f19f92de950285742a529f996865c8 888 debug extra 
python-magic-dbg_5.11-1_i386.deb

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

iEYEARECAAYFAk9kcNQACgkQ+C5cwEsrK5551QCgso/Vy0VVeDtA96rZH8zbWLIz
RDAAnRkZDAQyVZNRSi+04um2f5qliUQR
=sewR
-END PGP SIGNATURE-


Accepted:
file_5.11-1.debian.tar.gz
  to main/f/file/file_5.11-1.debian.tar.gz
file_5.11-1.dsc
  to main/f/file/file_5.11-1.dsc
file_5.11-1_i386.deb
  to main/f/file/file_5.11-1_i386.deb
file_5.11.orig.tar.gz
  to main/f/file/file_5.11.orig.tar.gz
libmagic-dev_5.11-1_i386.deb
  to main/f/file/libmagic-dev_5.11-1_i386.deb
libmagic1_5.11-1_i386.deb
  to main/f/file/libmagic1_5.11-1_i386.deb
python-magic-dbg_5.11-1_i386.deb
  to main/f/file/python-magic-dbg_5.11-1_i386.deb
python-magic_5.11-1_i386.deb
  to main/f/file/python-magic_5.11-1_i386.deb


-- 
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/e1s8rdv-0006xm...@franck.debian.org



Accepted ocsigenserver 2.0.4-1 (source all amd64)

2012-03-17 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 17 Mar 2012 11:42:51 +0100
Source: ocsigenserver
Binary: ocsigenserver libocsigenserver-ocaml libocsigenserver-ocaml-dev 
ocsigenserver-doc
Architecture: source amd64 all
Version: 2.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 libocsigenserver-ocaml - web server of the Ocsigen project (runtime libraries)
 libocsigenserver-ocaml-dev - web server of the Ocsigen project (dev libraries)
 ocsigenserver - web server of the Ocsigen project
 ocsigenserver-doc - web server of the Ocsigen project (documentation)
Changes: 
 ocsigenserver (2.0.4-1) unstable; urgency=low
 .
   * New upstream release
   * Fix FTBFS with bash as /bin/sh
Checksums-Sha1: 
 e6067320f93253e2c9ebb98a2aee067ec7644bfc 2639 ocsigenserver_2.0.4-1.dsc
 0bff229d3d3fb671eed3899754bad73b2e38e7a3 1255287 
ocsigenserver_2.0.4.orig.tar.gz
 e0e2c2e0ec5fb518780ec044f8a0af36e51dae56 11426 
ocsigenserver_2.0.4-1.debian.tar.gz
 b40bc2702493f306941e3ae3b7dac0b5be6865e7 2300246 
ocsigenserver_2.0.4-1_amd64.deb
 1368016f5622d808b2e02408bd940befcbdc4578 1141778 
libocsigenserver-ocaml_2.0.4-1_amd64.deb
 82e4995c2550e84de6f849e2b54df91e785ce836 515214 
libocsigenserver-ocaml-dev_2.0.4-1_amd64.deb
 b4a1348d6e886a51f89dfccd86ce520fb4c89cb4 136970 
ocsigenserver-doc_2.0.4-1_all.deb
Checksums-Sha256: 
 1ddf273828f69bbbf4e8a404a072cf6e4fe6ad4b7aa9cd96a4d976433a5a7cdb 2639 
ocsigenserver_2.0.4-1.dsc
 7fa16a242237901d9d4454da2111cce4969396369a0899deb15742b3bad37be0 1255287 
ocsigenserver_2.0.4.orig.tar.gz
 9f00d2a07f2b043240fa68916b425f4460bd9486658c1fb6669dd913a0c64d5c 11426 
ocsigenserver_2.0.4-1.debian.tar.gz
 6b90f5d3730bc73654e5b7c93512cc2cdc7c2b1a68a35b9869872930ddcbe4a6 2300246 
ocsigenserver_2.0.4-1_amd64.deb
 9a71949aee6205c14b69555bfdf2bd0eb5d5654c88e757178dadd50401f62e1f 1141778 
libocsigenserver-ocaml_2.0.4-1_amd64.deb
 82e75751e639657c25420370494339f67e668e48c3c196f5e104d783280276cf 515214 
libocsigenserver-ocaml-dev_2.0.4-1_amd64.deb
 cc8d86766d46c166b957820ddccd2c3431eb801c5a54aee5344ac0c8c7c29340 136970 
ocsigenserver-doc_2.0.4-1_all.deb
Files: 
 2a1e83590b0ca26725cd66b54f93 2639 ocaml optional ocsigenserver_2.0.4-1.dsc
 716c2ab339251d4cbc1471a183fea6ec 1255287 ocaml optional 
ocsigenserver_2.0.4.orig.tar.gz
 c493592de21658992eb1c39c7cb06b3d 11426 ocaml optional 
ocsigenserver_2.0.4-1.debian.tar.gz
 93335d20a8bb51fb0ee4836848fccc80 2300246 httpd optional 
ocsigenserver_2.0.4-1_amd64.deb
 5a9daa6dbe16fdbf53e83aa2b02d0eb0 1141778 ocaml optional 
libocsigenserver-ocaml_2.0.4-1_amd64.deb
 748f1fed1ad57905701fcce5f1272f1c 515214 ocaml optional 
libocsigenserver-ocaml-dev_2.0.4-1_amd64.deb
 3d4865e6bc8268a283f462f0f7c8be03 136970 doc optional 
ocsigenserver-doc_2.0.4-1_all.deb

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

iQIcBAEBCgAGBQJPZHMuAAoJEHhT2k1JiBrT/KYP/0569W/SLTcUIIjVP4ABvY27
e+tTcDnEuEx9VupL58aOUu96aMlV2k6DDLVDV0CcXTGN790OE4gHs3XakUjdPCTz
rhkcKrFSos9isRVsgpl/AcBJizG6eFhn0P3tKXTcte61ua9HUGKvpx+IvAIjPNAI
M6Id7IvrWJ3EPnqNl5YtcpyHsjyHZ8yZNOBFGG9NxqhGiTICMjvyHyNBndv7+Npw
iImO9BlhIs1QBX1NX/5i/agwyL78tlw6B2G9v1RXRJ1F5PUwziWQESEJK8oUYUzX
NceXO7Y2L2eeGZom0hiATnZa2Gpg4JStZxbiL9XNQoJxduJXIDZE9EIU34PbCbIJ
3P6TvGd+0c+rQ5gdIwp/Xt0CP5f2YmA153XZIRqJFz6MbLZ02V9pFj6ngTDPdoha
0WbyuJNRloUWhO0lDM0EPirjmV/VQ5Q5/ULA+KR/L0LITlu7dvxBUykY+wx9JaHf
exzma6iRzeSOdkTga6zwgEecg+tP4GhZhbquXUVTpsv0ABhuRkyMURc08aXqarf2
w5bc0Fs8NADh62qW2SHL8NiDVraYe71q4PdCG4TBfilMIhOh2yrtYxQ7ADZNIPF+
wMR1KTHaVM+9rr6o/B68TorWENqK6k1kbmYA2T+Ub4ZyVjMvA3j1+ewA5gS9m/G3
553zEuAAbvf/K9z/fuYF
=iosS
-END PGP SIGNATURE-


Accepted:
libocsigenserver-ocaml-dev_2.0.4-1_amd64.deb
  to main/o/ocsigenserver/libocsigenserver-ocaml-dev_2.0.4-1_amd64.deb
libocsigenserver-ocaml_2.0.4-1_amd64.deb
  to main/o/ocsigenserver/libocsigenserver-ocaml_2.0.4-1_amd64.deb
ocsigenserver-doc_2.0.4-1_all.deb
  to main/o/ocsigenserver/ocsigenserver-doc_2.0.4-1_all.deb
ocsigenserver_2.0.4-1.debian.tar.gz
  to main/o/ocsigenserver/ocsigenserver_2.0.4-1.debian.tar.gz
ocsigenserver_2.0.4-1.dsc
  to main/o/ocsigenserver/ocsigenserver_2.0.4-1.dsc
ocsigenserver_2.0.4-1_amd64.deb
  to main/o/ocsigenserver/ocsigenserver_2.0.4-1_amd64.deb
ocsigenserver_2.0.4.orig.tar.gz
  to main/o/ocsigenserver/ocsigenserver_2.0.4.orig.tar.gz


-- 
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/e1s8rtt-00085t...@franck.debian.org



Accepted httrack 3.45.1-1 (source all amd64)

2012-03-17 Thread Xavier Roche
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 10:35:16 +0100
Source: httrack
Binary: httrack webhttrack webhttrack-common libhttrack2 libhttrack-dev 
httrack-doc proxytrack
Architecture: source all amd64
Version: 3.45.1-1
Distribution: unstable
Urgency: low
Maintainer: Xavier Roche ro...@httrack.com
Changed-By: Xavier Roche roche@proliant.localnet
Description:
 httrack- Copy websites to your computer (Offline browser)
 httrack-doc - Httrack website copier additional documentation
 libhttrack-dev - Httrack website copier includes and development files
 libhttrack2 - Httrack website copier library
 proxytrack - Build HTTP Caches using archived websites copied by HTTrack
 webhttrack - Copy websites to your computer, httrack with a Web interface
 webhttrack-common - webhttrack common files
Changes:
 httrack (3.45.1-1) unstable; urgency=low
 .
   * Updated to 3.45.1 (3.45-1)
Checksums-Sha1:
 f48914faad2a2bd0fbce6e0f5a7d549674304d1d 1315 httrack_3.45.1-1.dsc
 89cfa9f3128e764754e03f25d29215ba04afecbf 1671387 httrack_3.45.1.orig.tar.gz
 3d9db236549dd7f69a45ac9174f8510fa8f76007 9286 httrack_3.45.1-1.diff.gz
 f30b9e5977da4e816891aa43384ca74f601dab2b 394902 
webhttrack-common_3.45.1-1_all.deb
 fb64bd80ee3ce06ecc2b03141c0d8a31abbc4394 515348 httrack-doc_3.45.1-1_all.deb
Checksums-Sha256:
 e829e06fc5c8e3e2607e969b97153dc404836f0007367f515e4eb76b7cd4cd0d 1315 
httrack_3.45.1-1.dsc
 d66a3bb9cabacecc8813e681a638c392866abe503019481da51d1ba5568fe73d 1671387 
httrack_3.45.1.orig.tar.gz
 c7f1bc706d82178999be600fbb1fddf124846f638434f597d71d9173e82f09b5 9286 
httrack_3.45.1-1.diff.gz
 b2c0cc51dab6ce816d1f8d0be7dba43f778ec8bb49fb248e2085ee3b0dfa8b1e 394902 
webhttrack-common_3.45.1-1_all.deb
 51355f6edbe12208d543f77f625e06426a4f81ed532101160a77d66bfed6eb6e 515348 
httrack-doc_3.45.1-1_all.deb
Files:
 5746a3af669bbb986e1284e0d7858ead 1315 web optional httrack_3.45.1-1.dsc
 c7974b4253fef7321988661211f564dc 1671387 web optional 
httrack_3.45.1.orig.tar.gz
 1f78a1d55acdd384ea2a83e4f6729c73 9286 web optional httrack_3.45.1-1.diff.gz
 5ff033c4fcef1917fe043efdff2ca9ae 394902 web optional 
webhttrack-common_3.45.1-1_all.deb
 89d2c49425708a66b2650349c2cf2590 515348 doc optional 
httrack-doc_3.45.1-1_all.deb

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

iD8DBQFPZHji3PjWWwPzWYgRAnFEAKCcSyqkCzNxX4FTkQ7U4tFzqUVJqgCcCkmI
AuybH8B9LiIFK/z6KfaR29A=
=yBy4
-END PGP SIGNATURE-


Accepted:
httrack-doc_3.45.1-1_all.deb
  to main/h/httrack/httrack-doc_3.45.1-1_all.deb
httrack_3.45.1-1.diff.gz
  to main/h/httrack/httrack_3.45.1-1.diff.gz
httrack_3.45.1-1.dsc
  to main/h/httrack/httrack_3.45.1-1.dsc
httrack_3.45.1.orig.tar.gz
  to main/h/httrack/httrack_3.45.1.orig.tar.gz
webhttrack-common_3.45.1-1_all.deb
  to main/h/httrack/webhttrack-common_3.45.1-1_all.deb


-- 
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/e1s8sm9-0002d6...@franck.debian.org



Accepted colorhug-client 0.1.7-1 (source amd64)

2012-03-17 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2012 14:28:13 +0100
Source: colorhug-client
Binary: colorhug-client libcolorhug1 libcolorhug-dev
Architecture: source amd64
Version: 0.1.7-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 colorhug-client - Tools for the Hughski Colorimeter
 libcolorhug-dev - Devel files for the Hughski Colorimeter
 libcolorhug1 - Library for the Hughski Colorimeter
Changes: 
 colorhug-client (0.1.7-1) unstable; urgency=low
 .
   * New upstream release.
   * Add separate packages for library and devel files.
Checksums-Sha1: 
 dea95f6aa0591f8e49377c32ae4442b84342493f 2179 colorhug-client_0.1.7-1.dsc
 37e5933305fdbc80ab495bec2dbae6f6a82ff18c 427848 
colorhug-client_0.1.7.orig.tar.xz
 a85b26f5beb521c668863f3f0b16e171e5742d77 2675 
colorhug-client_0.1.7-1.debian.tar.gz
 9f2ca2d70e29d5d0e8472131c95f27df4c1e579b 217978 
colorhug-client_0.1.7-1_amd64.deb
 4cec302e84057a16fecd3f0d4e3795a4c1c31d22 23666 libcolorhug1_0.1.7-1_amd64.deb
 e9f00258a69ae7737d8620da95bac7923aa9a1b4 12314 
libcolorhug-dev_0.1.7-1_amd64.deb
Checksums-Sha256: 
 a4b8740abe32c121dfd0b71f4509f23231b09e0318c28d0787de1d1f44ded614 2179 
colorhug-client_0.1.7-1.dsc
 deb851ded4940c76483bab532833115d9688d94ecad100188b7252ae662e124e 427848 
colorhug-client_0.1.7.orig.tar.xz
 bdf76ce7834dbe445ccdb0846a291e5a0993852892f6ac033e1c27a3c3b53abb 2675 
colorhug-client_0.1.7-1.debian.tar.gz
 79b75851aa8ffdf0fecd4db2681cadf13b76d706c57d803d4214a42e8b0688cd 217978 
colorhug-client_0.1.7-1_amd64.deb
 fde21b5800926a675c46736535774a3fcfbc6c29ba0f56186ddcc763c5191398 23666 
libcolorhug1_0.1.7-1_amd64.deb
 ccd9e61d0756dc6883baf9eef104bc1d1b9bf8157fdc23bbcf3fb0ae41fea293 12314 
libcolorhug-dev_0.1.7-1_amd64.deb
Files: 
 df88389a8651fd9c392a5d67881636e4 2179 graphics extra 
colorhug-client_0.1.7-1.dsc
 d93690beaa433ab34b3d36517085f2cd 427848 graphics extra 
colorhug-client_0.1.7.orig.tar.xz
 d369f8b335ee6dd18edaebdb943d0a68 2675 graphics extra 
colorhug-client_0.1.7-1.debian.tar.gz
 057dcc8c832ae05913b35e74de3e2eb2 217978 graphics extra 
colorhug-client_0.1.7-1_amd64.deb
 1d19e3d789f2f325cf843d8dfac7c7f3 23666 graphics extra 
libcolorhug1_0.1.7-1_amd64.deb
 6661856b3d6b9370f1d012fbddb3e737 12314 libdevel extra 
libcolorhug-dev_0.1.7-1_amd64.deb

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

iQIcBAEBCAAGBQJPY1raAAoJEGo39bHX+xdNfnUP/26oSA/EL9btPvNKNplwrNW8
Bi45roOaIOqH+iVc8VT2OpQUr9JwYTsQQl/H7uhFC+VFzaCTNEgNYUuCdz1ZbSSM
Y/MqILuL9UM9by40i0/oKz8L7fq8BgK3YyVkqtcW31JAE5FcwCDtv0zbiqM4hGCY
PH5W1pLJ6RgfTEM+yKkRIukkBtP2BGNlN7yX9GgZ3mnQD8CUlDKLTSMO0VS7kxoE
fp+bGe7ijYLiiAsDkGyJNrUF45RXek1zS6pe78s/iQUqoWW9zcrWs1+s1Dck43r9
ZV795fFnVEwoLq5+8fFq/TmMKGseC6uq1NHpRtv+5F5iJxhKFUiA/DNmT2n9fjQZ
LNu0qzUDQhP2W2YpKpyCvCd0u6ybkzbH6O0cs5O29ko8H4vRxrXiWQhelio0lcEo
7WJKA4B6zysdY8Xuw9wO7u9qE8EoHtHW+cuwQxfe4el74ouzBpnsH634W8qkt5TM
9fVmbPCVD9ZfZG0Z4C6SHHNsvqulTup20qDmpU0x7MEsMoTeR1x+ijKgcpwqcxs8
NVjvb7xGXhJQ6vnVizQjYLZ/+TP2UbiztlgxkNIrsNwaDeh/5njhQaSHcVXoiXk6
RY4RMvliXtbqgf0FZuhFzuuZwr+tHd5HuDY/oQ7icAhXwUMzmL0ce4kw94543S4Z
t6BmI5aIHT+zj1lKGU0a
=wdLP
-END PGP SIGNATURE-


Accepted:
colorhug-client_0.1.7-1.debian.tar.gz
  to main/c/colorhug-client/colorhug-client_0.1.7-1.debian.tar.gz
colorhug-client_0.1.7-1.dsc
  to main/c/colorhug-client/colorhug-client_0.1.7-1.dsc
colorhug-client_0.1.7-1_amd64.deb
  to main/c/colorhug-client/colorhug-client_0.1.7-1_amd64.deb
colorhug-client_0.1.7.orig.tar.xz
  to main/c/colorhug-client/colorhug-client_0.1.7.orig.tar.xz
libcolorhug-dev_0.1.7-1_amd64.deb
  to main/c/colorhug-client/libcolorhug-dev_0.1.7-1_amd64.deb
libcolorhug1_0.1.7-1_amd64.deb
  to main/c/colorhug-client/libcolorhug1_0.1.7-1_amd64.deb


-- 
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/e1s8szm-0004sa...@franck.debian.org



Accepted gnuradio 3.5.2.1-1 (source all amd64)

2012-03-17 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 16 Mar 2012 20:30:18 -0400
Source: gnuradio
Binary: gnuradio gnuradio-doc gnuradio-dev libgnuradio-atsc3.5.2.1 
libgnuradio-audio3.5.2.1 libgnuradio-comedi3.5.2.1 libgnuradio-core3.5.2.1 
libgnuradio-digital3.5.2.1 libgnuradio-noaa3.5.2.1 libgnuradio-pager3.5.2.1 
libgnuradio-qtgui3.5.2.1 libgnuradio-trellis3.5.2.1 libgnuradio-uhd3.5.2.1 
libgnuradio-video-sdl3.5.2.1 libgnuradio-vocoder3.5.2.1 libgruel3.5.2.1 
libvolk0.0.0
Architecture: source amd64 all
Version: 3.5.2.1-1
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: A. Maitland Bottoms bott...@debian.org
Description: 
 gnuradio   - GNU Radio Software Radio Toolkit
 gnuradio-dev - GNU Software Defined Radio toolkit development
 gnuradio-doc - GNU Software Defined Radio toolkit documentation
 libgnuradio-atsc3.5.2.1 - gnuradio atsc functions
 libgnuradio-audio3.5.2.1 - gnuradio audio functions
 libgnuradio-comedi3.5.2.1 - gnuradio comedi instrument control functions
 libgnuradio-core3.5.2.1 - gnuradio core functions
 libgnuradio-digital3.5.2.1 - gnuradio digital communications functions
 libgnuradio-noaa3.5.2.1 - gnuradio noaa satellite signals functions
 libgnuradio-pager3.5.2.1 - gnuradio pager radio functions
 libgnuradio-qtgui3.5.2.1 - gnuradio Qt graphical user interface functions
 libgnuradio-trellis3.5.2.1 - gnuradio trellis modulation functions
 libgnuradio-uhd3.5.2.1 - gnuradio universal hardware driver functions
 libgnuradio-video-sdl3.5.2.1 - gnuradio video functions
 libgnuradio-vocoder3.5.2.1 - gnuradio vocoder functions
 libgruel3.5.2.1 - gnuradio utilities etcetera functions
 libvolk0.0.0 - gnuradio vector optimized functions
Changes: 
 gnuradio (3.5.2.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 f0ad57d161225d6534b82a2b26137d5fb9d70d1e 2828 gnuradio_3.5.2.1-1.dsc
 8d0b84a82042913fcb0dbc5223d4c097dd1ab5a3 2593374 gnuradio_3.5.2.1.orig.tar.gz
 29df860d237d836b7188b3ee5e90cf166d6651f4 23000 gnuradio_3.5.2.1-1.debian.tar.gz
 75ac3e96ff59d13b5e96e3bde3463c4972d2b9a9 3650266 gnuradio_3.5.2.1-1_amd64.deb
 a0fbb6ef23329ca6c4631a32b6bc821a0acaac8a 7946944 gnuradio-doc_3.5.2.1-1_all.deb
 460fd554e73cafc1ee7c8549747000cf11ea2333 546976 gnuradio-dev_3.5.2.1-1_all.deb
 20547f14f21e264ee0a0dcd268128f2fe7e2730b 86720 
libgnuradio-atsc3.5.2.1_3.5.2.1-1_amd64.deb
 974632ec41c887d62106035a485b903b24c3c1ce 61698 
libgnuradio-audio3.5.2.1_3.5.2.1-1_amd64.deb
 6ed687a449871d5fc8fc50874fe241516f130805 16404 
libgnuradio-comedi3.5.2.1_3.5.2.1-1_amd64.deb
 83df8cee743293ded45a979421ddc52f4114dffd 643930 
libgnuradio-core3.5.2.1_3.5.2.1-1_amd64.deb
 78f19546fb9adca9243090c77fd592e15414af78 81442 
libgnuradio-digital3.5.2.1_3.5.2.1-1_amd64.deb
 74fc1dc4e8efe8b4ad0f5bc358d2fd57ac802e65 16740 
libgnuradio-noaa3.5.2.1_3.5.2.1-1_amd64.deb
 3c5c8f3ead886309e905c9d996a301308aa0935a 22506 
libgnuradio-pager3.5.2.1_3.5.2.1-1_amd64.deb
 8fefaf7a1a86246bc673b833d6b6a7f2c918d357 102906 
libgnuradio-qtgui3.5.2.1_3.5.2.1-1_amd64.deb
 f4c7a9896733daa95d47db5154e3875a36765d20 112096 
libgnuradio-trellis3.5.2.1_3.5.2.1-1_amd64.deb
 a0477b80b71ed69cad5b34ef5f178edc09498653 61948 
libgnuradio-uhd3.5.2.1_3.5.2.1-1_amd64.deb
 8a7f618cbc80d44f5fd51fe7242924c27bbd6259 18604 
libgnuradio-video-sdl3.5.2.1_3.5.2.1-1_amd64.deb
 1359092020218a2469c2a3c0311e358ff7ef1026 75704 
libgnuradio-vocoder3.5.2.1_3.5.2.1-1_amd64.deb
 28e3db153005a37613d6a4294fe3c9b3aeb8bb63 95132 
libgruel3.5.2.1_3.5.2.1-1_amd64.deb
 b3a674987d4e1abd3fc5a4600e456b85d6ed45e5 281336 
libvolk0.0.0_3.5.2.1-1_amd64.deb
Checksums-Sha256: 
 0c294c86c18a4809af355bc2138f1c418e3896ec8b40e784aaa9367883687e6c 2828 
gnuradio_3.5.2.1-1.dsc
 b64fe54639f4375c798e28b7df2149757e21771c2d88743dbdf2ab745eb91abd 2593374 
gnuradio_3.5.2.1.orig.tar.gz
 a58a92ccb9b957d6cb9077e0451c6fd5b45e8fa3553499684b24c1532647b79f 23000 
gnuradio_3.5.2.1-1.debian.tar.gz
 c38791036a3c826f195ef5c0929ea2f85ae67b7745e552be356f1a9729052fcd 3650266 
gnuradio_3.5.2.1-1_amd64.deb
 9f53fb11c14cf2f2295a0d9cbd6a1346bd39f4ebb0e001a55fb43a6c52cd8870 7946944 
gnuradio-doc_3.5.2.1-1_all.deb
 8dbd7da88013a15c8657e8eb6ba5a4e0a916855e8d266fb758c6f52fc3b03fa7 546976 
gnuradio-dev_3.5.2.1-1_all.deb
 067565dad8f8f4bac39ac872d0980beb8800b5ee5b3c2ad13c036fbb1d703c77 86720 
libgnuradio-atsc3.5.2.1_3.5.2.1-1_amd64.deb
 f4115ca47ab02c85979eb81d00ffa542b3c6edaa3608d4fcc4e809fce9178736 61698 
libgnuradio-audio3.5.2.1_3.5.2.1-1_amd64.deb
 2dac8f43d1d8a0a26ce4d2acc7669a52395b2378e1d0de73c916acc97bd606d7 16404 
libgnuradio-comedi3.5.2.1_3.5.2.1-1_amd64.deb
 3a76e973cb2c97613f9524a602667d6c470cc61c3eb4d91ac92d95e8033132ef 643930 
libgnuradio-core3.5.2.1_3.5.2.1-1_amd64.deb
 e4dfe7ccbcb7a6a329cec983029212a07ad5dd2fa1863d05aa0a3d80949b 81442 
libgnuradio-digital3.5.2.1_3.5.2.1-1_amd64.deb
 a11ed741c31393a9a8717fcfb102b6dc51d1dcd8d4c9bf0c9690f985e312d9ac 16740 
libgnuradio-noaa3.5.2.1_3.5.2.1-1_amd64.deb
 

Accepted hivex 1.3.5-1 (source amd64)

2012-03-17 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 15 Mar 2012 17:21:17 +0100
Source: hivex
Binary: libhivex0 libhivex-dev libhivex0-dbg libhivex-bin libwin-hivex-perl 
libhivex-ocaml libhivex-ocaml-dev python-hivex ruby-hivex
Architecture: source amd64
Version: 1.3.5-1
Distribution: sid
Urgency: low
Maintainer: Hilko Bengen ben...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 libhivex-bin - utilities for reading and writing Windows Registry hives
 libhivex-dev - library for reading and writing Windows Registry hives
 libhivex-ocaml - OCaml bindings for hivex -- runtime files
 libhivex-ocaml-dev - OCaml bindings for hivex -- development files
 libhivex0  - library for reading and writing Windows Registry hives
 libhivex0-dbg - library for reading and writing Windows Registry hives
 libwin-hivex-perl - Perl bindings to hivex
 python-hivex - Python bindings for hivex
 ruby-hivex - Ruby bindings for hivex
Changes: 
 hivex (1.3.5-1) unstable; urgency=low
 .
   * New upstream version
   * [3488703] Added ruby-hivex package
   * [d0bdba9] Rebased patch queue, added Ruby fixes
   * [46bed8b] Bumped Standards-Version
Checksums-Sha1: 
 22ea7c738e5c6aeb9f1fc4cda4f17f98cc655b57 1812 hivex_1.3.5-1.dsc
 897a2078d43c799bb25f18a6b1ce1779b977c0c2 1142710 hivex_1.3.5.orig.tar.gz
 846dd4b76f761f98a270803e825a35cbe776c8d4 16883 hivex_1.3.5-1.debian.tar.gz
 3c5dae18a095450ea2227f896c992bac7e6f 50396 libhivex0_1.3.5-1_amd64.deb
 77529e5f35ebd842dfc5210d5bd0c4b8e8fee1cb 66552 libhivex-dev_1.3.5-1_amd64.deb
 9ef574e71f9a59d80d5e998891e526b04b69a0c0 205208 libhivex0-dbg_1.3.5-1_amd64.deb
 b10b51a722839a8f55b58740c8c180766a0e30b3 64862 libhivex-bin_1.3.5-1_amd64.deb
 5ef121e14589c4b9e4b50b40709bd6a6dc7ea5a0 60550 
libwin-hivex-perl_1.3.5-1_amd64.deb
 d16411d0cb132c2b3b73ff442ace4785c9d1a2c0 26446 libhivex-ocaml_1.3.5-1_amd64.deb
 f73c087abf9c7bcd56340fc3b2ce61ad1cf4eb4c 33470 
libhivex-ocaml-dev_1.3.5-1_amd64.deb
 c0c40707a767e0801ff6e5f740f46457d1152fe1 34150 python-hivex_1.3.5-1_amd64.deb
 87af9462fca563faef4a5d7116de660515e59324 26624 ruby-hivex_1.3.5-1_amd64.deb
Checksums-Sha256: 
 8c0faff2a30a327185d774bcc2758c32cfd71e312e2f184eb6355c4a32daf277 1812 
hivex_1.3.5-1.dsc
 e3614bc5b8fd8ed5268be7183dea015d5ab2007d8b47f1c594e6a947bb834adf 1142710 
hivex_1.3.5.orig.tar.gz
 d04adbca72a59e66fbdbaa58f5c346676880d3ba65245055a581ce61487d42be 16883 
hivex_1.3.5-1.debian.tar.gz
 9bdbb5848cc0628e3150ee8f399a1295a54e502cbcf0373a8f7dc20806454c98 50396 
libhivex0_1.3.5-1_amd64.deb
 9d446272c9d58d36d000d845f024aecf30f4c2bb220eec7b2fc617130433af69 66552 
libhivex-dev_1.3.5-1_amd64.deb
 e0910237e63f714ed5106189c264d3bcdee23fa7954b1411571834c00b7b0bfa 205208 
libhivex0-dbg_1.3.5-1_amd64.deb
 4812fd3b51c843c0bca1d582687bead55cfe5666708efea6b26e2a3432b1b67d 64862 
libhivex-bin_1.3.5-1_amd64.deb
 2015587d8f335f7a964baee05dbf3b43be35dad0b002193b0bf1e242f8fe93cc 60550 
libwin-hivex-perl_1.3.5-1_amd64.deb
 06de69f7071a89c6b786b75187bbf4874f91e3c3e6aa2de004614fd9a80d2f1e 26446 
libhivex-ocaml_1.3.5-1_amd64.deb
 376d6baf3c1060f3a230c306baa2c46b8328e3638e48d1e998d9d6eebe74fb62 33470 
libhivex-ocaml-dev_1.3.5-1_amd64.deb
 8418385ea4ca086043eb5ea5f0c879e9d95c6a5dbf9ebf2e7d6cd8f2e5b4684d 34150 
python-hivex_1.3.5-1_amd64.deb
 d22ec12399eb3ae873808c0ae35e8dba6c56cacea8caa4b472fbd5bb0f82a314 26624 
ruby-hivex_1.3.5-1_amd64.deb
Files: 
 dac351f039aee7a12c394494c401a1f3 1812 libs extra hivex_1.3.5-1.dsc
 89e185f2c698863defbc8a22a4470a6c 1142710 libs extra hivex_1.3.5.orig.tar.gz
 a8a7e8c0bfbf56345b19ea2965dcfbb8 16883 libs extra hivex_1.3.5-1.debian.tar.gz
 529559eb736e900b51aee2f15a1ed296 50396 libs extra libhivex0_1.3.5-1_amd64.deb
 be3c249aecaf22ffaee97b8d023c1999 66552 libdevel extra 
libhivex-dev_1.3.5-1_amd64.deb
 ce54d51cc262095f8142c2918d28ee40 205208 debug extra 
libhivex0-dbg_1.3.5-1_amd64.deb
 312a6645de5aca77e6f2778324267577 64862 otherosfs extra 
libhivex-bin_1.3.5-1_amd64.deb
 d5b16b603b2d616cfa435eaf8ece0bc0 60550 perl extra 
libwin-hivex-perl_1.3.5-1_amd64.deb
 dc24b61b6f729dcaa1dca6f24b01f2c5 26446 ocaml extra 
libhivex-ocaml_1.3.5-1_amd64.deb
 108f8a5c3862c6aa8a6480319b79ff97 33470 ocaml extra 
libhivex-ocaml-dev_1.3.5-1_amd64.deb
 48e62401a13ab30464276d821e3e0909 34150 python extra 
python-hivex_1.3.5-1_amd64.deb
 5b686007cb7fc0b8120246f82a6bae55 26624 ruby extra ruby-hivex_1.3.5-1_amd64.deb

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

iEYEARECAAYFAk9iG78ACgkQUCgnLz/SlGiSPQCeP1myqs9wHCZHbkS2j3wKkOkQ
Ls4AoPRv/RxhFbmV0fvyKSTuKayd4+BV
=qKAx
-END PGP SIGNATURE-


Accepted:
hivex_1.3.5-1.debian.tar.gz
  to main/h/hivex/hivex_1.3.5-1.debian.tar.gz
hivex_1.3.5-1.dsc
  to main/h/hivex/hivex_1.3.5-1.dsc
hivex_1.3.5.orig.tar.gz
  to main/h/hivex/hivex_1.3.5.orig.tar.gz
libhivex-bin_1.3.5-1_amd64.deb
  to main/h/hivex/libhivex-bin_1.3.5-1_amd64.deb
libhivex-dev_1.3.5-1_amd64.deb
  to main/h/hivex/libhivex-dev_1.3.5-1_amd64.deb
libhivex-ocaml-dev_1.3.5-1_amd64.deb
  to 

Accepted iceape 2.7.3-1 (source all amd64)

2012-03-17 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2012 15:19:55 +0100
Source: iceape
Binary: iceape iceape-browser iceape-dbg iceape-chatzilla iceape-l10n-all 
iceape-l10n-be iceape-l10n-ca iceape-l10n-cs iceape-l10n-de iceape-l10n-en-gb 
iceape-l10n-es-ar iceape-l10n-es-es iceape-l10n-fi iceape-l10n-fr 
iceape-l10n-gl iceape-l10n-hu iceape-l10n-it iceape-l10n-ja iceape-l10n-lt 
iceape-l10n-nb-no iceape-l10n-nl iceape-l10n-pl iceape-l10n-pt-pt 
iceape-l10n-ru iceape-l10n-sk iceape-l10n-sv-se iceape-l10n-tr iceape-l10n-zh-cn
Architecture: source amd64 all
Version: 2.7.3-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Transitional package to iceape
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
 iceape-l10n-all - All language packages for Iceape (meta)
 iceape-l10n-be - Belarusian language package for Iceape
 iceape-l10n-ca - Catalan language package for Iceape
 iceape-l10n-cs - Czech language package for Iceape
 iceape-l10n-de - German language package for Iceape
 iceape-l10n-en-gb - English (United Kingdom) language package for Iceape
 iceape-l10n-es-ar - Spanish (Argentina) language package for Iceape
 iceape-l10n-es-es - Spanish (Spain) language package for Iceape
 iceape-l10n-fi - Finnish language package for Iceape
 iceape-l10n-fr - French language package for Iceape
 iceape-l10n-gl - Galician language package for Iceape
 iceape-l10n-hu - Hungarian language package for Iceape
 iceape-l10n-it - Italian language package for Iceape
 iceape-l10n-ja - Japanese language package for Iceape
 iceape-l10n-lt - Lithuanian language package for Iceape
 iceape-l10n-nb-no - Norwegian Bokmål (Norway) language package for Iceape
 iceape-l10n-nl - Dutch language package for Iceape
 iceape-l10n-pl - Polish language package for Iceape
 iceape-l10n-pt-pt - Portuguese (Portugal) language package for Iceape
 iceape-l10n-ru - Russian language package for Iceape
 iceape-l10n-sk - Slovak language package for Iceape
 iceape-l10n-sv-se - Swedish (Sweden) language package for Iceape
 iceape-l10n-tr - Turkish language package for Iceape
 iceape-l10n-zh-cn - Chinese (China) language package for Iceape
Changes: 
 iceape (2.7.3-1) unstable; urgency=low
 .
   * New manually-made upstream release. (Upstream Seamonkey doesn't release
 from the ESR branch)
   * Fixes for mfsa2012-{12-19}, also known as
 CVE-2012-0454, CVE-2012-0455, CVE-2012-0456, CVE-2012-0457,
 CVE-2012-0451, CVE-2012-0458, CVE-2012-0459, CVE-2012-0460,
 CVE-2012-0461, CVE-2012-0462, CVE-2012-0464.
   * debian/source.filter: Refreshed.
   * debian/import-tar.py, debian/l10n.filter, ,debian/latest_nightly.py,
 debian/make.mk, debian/repack.py, debian/rules, debian/upstream.mk:
 Import utility makefiles and scripts from iceweasel.
   * debian/upstream.mk: Allow a separate revision for compare-locales.
   * debian/control*, debian/l10n, debian/rules: Add iceape l10n.
   * debian/rules: Don't sign NSS libraries, as this is done as part of libnss3
 build process.
 .
   * widget/src/xpwidgets/GfxInfoX11.*:
 - Block OpenGL 1 drivers explicitly to steer clear of crashes. bz#696636.
 - Block the Nouveau 3D driver with Mesa  8.0.1. bz#729817.
   * xpcom/base/nsStackWalk.cpp: Fixup bz#730195 for Linux ARM (use
 _URC_FOREIGN_EXCEPTION_CAUGHT instead of _URC_NORMAL_STOP).
   * suite/browser/browser-prefs.js: Don't auto-disable extensions in system
 directories.
Checksums-Sha1: 
 9dc7ebed46e9b62c5d0d95df8f517cb57845719b 10590 iceape_2.7.3-1.dsc
 d1923db06d4a6d73e7bf9f1f6eef76230a5aca4b 22970 
iceape_2.7.3.orig-compare-locales.tar.bz2
 ca8dbcd8160af41c216a6389d82806ea888453dc 543478 
iceape_2.7.3.orig-l10n-be.tar.bz2
 a9e8a37148248b2d741b763826228bf04feacd5b 680417 
iceape_2.7.3.orig-l10n-ca.tar.bz2
 2f230e2dec18e34cd4809a2ca1b309e71a9fdb3e 667563 
iceape_2.7.3.orig-l10n-cs.tar.bz2
 7ec9d21d790488572a56d7fbebcc65b632778537 720102 
iceape_2.7.3.orig-l10n-de.tar.bz2
 5da828ede9f809360508318ac73e1b85db37183b 543935 
iceape_2.7.3.orig-l10n-en-GB.tar.bz2
 88f37ee99834a9d8e7108e2631abea6695ef90bf 653390 
iceape_2.7.3.orig-l10n-es-AR.tar.bz2
 9ee07ace4d3888f9618ff35360b27d144b32ac1e 601192 
iceape_2.7.3.orig-l10n-es-ES.tar.bz2
 5a3311386557c7973b24309b5b6fb8d52ad549e2 668711 
iceape_2.7.3.orig-l10n-fi.tar.bz2
 8024251eabfda551b1ca4b0bd5a404091a4c3126 1043456 
iceape_2.7.3.orig-l10n-fr.tar.bz2
 490693a16c8e1daf1f8833ebb68b94100bd3fed7 614176 
iceape_2.7.3.orig-l10n-gl.tar.bz2
 96f66135811d807fbe7cf37bd0b5c1e805e4d673 1274241 
iceape_2.7.3.orig-l10n-hu.tar.bz2
 2a175f44bc20e0756cec45ee049afe63494b940b 573909 
iceape_2.7.3.orig-l10n-it.tar.bz2
 2e355985e643b30d56bcc93de548e16432d11571 921424 
iceape_2.7.3.orig-l10n-ja.tar.bz2
 

Accepted spectrwm 1.0.0-1 (source all amd64)

2012-03-17 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 07 Mar 2012 23:10:57 +0100
Source: spectrwm
Binary: spectrwm scrotwm
Architecture: source amd64 all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager (transitional package)
 spectrwm   - dynamic tiling window manager
Changes: 
 spectrwm (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Change source and binary package name to spectrwm in order to be
 consistent with upstream's new naming choices.
 - Provide a transitional binary package for compatibility.
 - Add Pre-Depends: on dpkg (= 1.15.7.2~) to properly migrate existing
   custom configuration files.
   * 104-skip-compatibility-symlinks.diff:
 - don't let upstream's build system handle compatibility symlinks.
   * 005-use-consistent-naming.diff:
 - merged upstream; dropped.
   * Update Standards-Version to 3.9.3 (no changes needed).
Checksums-Sha1: 
 0fe813b17767aa94eda0898e4a2fd89a84a1731b 1973 spectrwm_1.0.0-1.dsc
 fc0485c0a1c9fc782ba6f8fa6e11c8d6dbf2c9f0 88112 spectrwm_1.0.0.orig.tar.gz
 49c73ba049de57898fdd52751ed3429c81379ad5 19310 spectrwm_1.0.0-1.debian.tar.gz
 331ea6485cca6e644b4b8c7ee42970b83124b604 91730 spectrwm_1.0.0-1_amd64.deb
 6ec3ce4defbda49fceca2ae8c3ae0d876ea014de 6326 scrotwm_1.0.0-1_all.deb
Checksums-Sha256: 
 f7ffd5c55b7a3f7d719f3aecc63acb4764cca299fbfe446f09860927df380805 1973 
spectrwm_1.0.0-1.dsc
 4cfd7ed7c61fdfc8c108e5efec4513ee14b32baa8d2b095465c62e7bfdd65998 88112 
spectrwm_1.0.0.orig.tar.gz
 e2f73a65fd492622df3086f2e75250653e6739726854ac4e6389a11ad44ed732 19310 
spectrwm_1.0.0-1.debian.tar.gz
 cae73bae2ec75939dbd6fef287666d2f0ea3993be6806054665e46ec738052c3 91730 
spectrwm_1.0.0-1_amd64.deb
 33fa899eee4b30c51c01d23dfa6bef4a0953d009e80a1d22eef7619f206ed9d9 6326 
scrotwm_1.0.0-1_all.deb
Files: 
 995d150a1a0554b84fc20d685d9a127b 1973 x11 optional spectrwm_1.0.0-1.dsc
 8dd279f53f998c0543fa1ce35a9b4a13 88112 x11 optional spectrwm_1.0.0.orig.tar.gz
 65a030bdfb4b3e6b6908ac7bf2e34599 19310 x11 optional 
spectrwm_1.0.0-1.debian.tar.gz
 1e7086a71a07e0695bffd08d3b0b73b5 91730 x11 optional spectrwm_1.0.0-1_amd64.deb
 e0a8cfd0df86b205516405effc57c752 6326 oldlibs extra scrotwm_1.0.0-1_all.deb

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

iQIcBAEBCAAGBQJPYIZTAAoJEAVLu599gGRCN0UQAKxK1U0obMv3C9gLFK4OqOun
v5gPui9z3PXZvYFN+QxhpgHJPHL/UU2eXFj152trC8dLXQ7jni04RubOMFalrewW
O6Fkw6jnKJApI2F2U4D+39CGv+jRyuTfQZrndeDi3tMldstO+QQOywdI4UmCc7KV
nKyt50GKQBkiSfBvKAhgatizg2gOi7+JL4jmwnVzCTOwkYUjZhqlHHsvZjjY1aQ9
/yd3eoFccmuDPqXJp1RL/6i59RHzvuO9rwEybwSi9JU8T+YwOYWriT+A3JiuCpQj
Y+3MJcr9193rThuJYWqdiRxwMiG8lx0a+9vcCFQ0J8IFR/O/ZIe3XJgLdV8TimIq
venfK5EZ9f6nKozNhc845g8Xy5cG7JImDJuxLi9NwDlIoOJethXMHzOjj/2+qFEv
18mNHjwoaR9JB35HO3ys0elRRck3jWKouLtr3Ks/IdYKL76ZstkBhsPuUzuTKv1I
L9bTMQBCMJ8pWOh05+9hHUss0/RtShYZ47jnmEhuMatE1Wis6bQF/TKiDgNR4cVc
sQax80Ywdiwxq9EV2NqnkN2JsqKqwN5xZT/BpaO+R4cc7lI+EbsdMEHdeoxCoaQF
xDmhRXXfB3iQgdvOI9sk5dRLXliweOiXtJJZYW15yU/b8fZjHkX7Jk22tMq95TFa
Ivr2+DOSHxMqPHNThUeX
=YyMk
-END PGP SIGNATURE-


Accepted:
scrotwm_1.0.0-1_all.deb
  to main/s/spectrwm/scrotwm_1.0.0-1_all.deb
spectrwm_1.0.0-1.debian.tar.gz
  to main/s/spectrwm/spectrwm_1.0.0-1.debian.tar.gz
spectrwm_1.0.0-1.dsc
  to main/s/spectrwm/spectrwm_1.0.0-1.dsc
spectrwm_1.0.0-1_amd64.deb
  to main/s/spectrwm/spectrwm_1.0.0-1_amd64.deb
spectrwm_1.0.0.orig.tar.gz
  to main/s/spectrwm/spectrwm_1.0.0.orig.tar.gz


-- 
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/e1s8seg-0005yu...@franck.debian.org



Accepted webauth 4.1.0-1 (source i386 all)

2012-03-17 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 15 Mar 2012 16:18:41 -0700
Source: webauth
Binary: libapache2-webauth libapache2-webkdc libwebauth-perl libwebauth6 
libwebauth-dev libwebkdc-perl webauth-tests webauth-utils webauth-weblogin
Architecture: source i386 all
Version: 4.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery r...@debian.org
Changed-By: Russ Allbery r...@debian.org
Description: 
 libapache2-webauth - Apache 2 modules for WebAuth authentication
 libapache2-webkdc - Apache 2 modules for a WebAuth authentication KDC
 libwebauth-dev - Development files for WebAuth authentication
 libwebauth-perl - Perl library for WebAuth authentication
 libwebauth6 - Shared libraries for WebAuth authentication
 libwebkdc-perl - Perl libraries for WebAuth central login server
 webauth-tests - Tests for the WebAuth authentication modules
 webauth-utils - Command-line utilities for WebAuth authentication
 webauth-weblogin - Central login server for WebAuth authentication
Changes: 
 webauth (4.1.0-1) unstable; urgency=low
 .
   * New upstream release.
 - New mod_webkdc WebKdcUserInfoTimeout option to set a network timeout
   for user information service queries.  The new default is 30
   seconds.
 - New mod_webkdc WebKdcUserInfoIgnoreFail error to allow users to
   authenticate with password and use pre-existing single sign-on
   cookies even if the user information service is down.  Be aware that
   this can allow bypassing a centrally-mandated multifactor
   requirement.
 - Use remctl_set_ccache instead of setting KRB5CCNAME when available
   to avoid memory leaks on calling the user information service and to
   not leak settings across threads.
 - Fix WebLogin error handling when the password field is left blank.
 - Fix WebLogin error handling of empty usernames.
 - Drop library support for base64-encoded token attributes (which was
   never used by WebAuth).
 - Drop webauth_info_{build,version} library APIs.
 - Document Apache/Tomcat security interaction around URL parsing in
   the mod_webauth manual.  This affects any Apache security mechanism
   used in conjunction with Tomcat.
   * Bump libremctl-dev build dependency to = 3.1 for consistent builds.
   * Add Build-Depends-Package to the symbols file for better dependency
 handling.
   * Update standards version to 3.9.3 (no changes required).
Checksums-Sha1: 
 edf8b1f76ff350a958e507e1b80b224238e17cdc 2513 webauth_4.1.0-1.dsc
 0faeeb24178e4e0946d2cf91ee4a34688ead2b8d 1053315 webauth_4.1.0.orig.tar.gz
 ee7da5a4f39f624ed3e9dfa7305f7d8608653361 25016 webauth_4.1.0-1.debian.tar.gz
 53541147c60569fe1b3f214bc51caaafe78ea73d 223030 
libapache2-webauth_4.1.0-1_i386.deb
 64241e8a6776f18ad245cc4ba96d1dbc427151ce 93024 
libapache2-webkdc_4.1.0-1_i386.deb
 bc65b6a316c24ea5b8f71a14a6246f4bf8b54485 69250 libwebauth-perl_4.1.0-1_i386.deb
 d12255d75c5c22faf5f7eeb167d46026c6884e73 72688 libwebauth6_4.1.0-1_i386.deb
 8cfe6af41a7ea50984dbeb9a5fa9b5d50e5a479a 93244 libwebauth-dev_4.1.0-1_i386.deb
 ea72e1d1c285639b5818d260859b1623be21e94d 78880 libwebkdc-perl_4.1.0-1_all.deb
 5c9da11bbe8ae92c00cfd9dc2efc0874057f4e97 46216 webauth-tests_4.1.0-1_all.deb
 b3060c10483844d80410798fe1ef3ee78b2ffb96 43282 webauth-utils_4.1.0-1_i386.deb
 2971871b4980abfedf46aa5583298f1ddb27c5d3 95426 webauth-weblogin_4.1.0-1_all.deb
Checksums-Sha256: 
 1c5b94e3f4f4764a7355568a231a488732af4c62eaffdc6b62b07ee535073047 2513 
webauth_4.1.0-1.dsc
 0700aef26b7f57bade32490a79eb218df6b190c4badd96253cbab930599a7be5 1053315 
webauth_4.1.0.orig.tar.gz
 bad254b7f0eb39a05ab413ba80db3a882955b86887e97ebc0bc7d70f47251336 25016 
webauth_4.1.0-1.debian.tar.gz
 a3e7e32485b38ea57ae9da5ecd3d186ff94a0103092238268dbfa591f3a23352 223030 
libapache2-webauth_4.1.0-1_i386.deb
 6e5654ad0289ac97b722e7217938fd2a8ba5d364d4dba3a8d5412acf8104ebc6 93024 
libapache2-webkdc_4.1.0-1_i386.deb
 44eeaf98e4572261cad46c90bb5ca28b47c9b79c070ea0f3215960c0e87cd2db 69250 
libwebauth-perl_4.1.0-1_i386.deb
 44146b4dbfecad5151d911aee03911316c0dd739049ca1f4fbfc77f5666a6b39 72688 
libwebauth6_4.1.0-1_i386.deb
 f7851798837ffee2381c0e1056c790f0a0d8abd9c12338342173bc3b9dadb85a 93244 
libwebauth-dev_4.1.0-1_i386.deb
 99ffd7a13ebb1f37ff2a2a36d7529b4b641e9067ce9682a6f850308b01c848f1 78880 
libwebkdc-perl_4.1.0-1_all.deb
 95ebbdb4dfb29d1b98ee20b5f1f16fb2d3b294bd2e0c543c5247e7e708320c17 46216 
webauth-tests_4.1.0-1_all.deb
 72eb3792ffaf14f316ac9a7e91aef7a7a448f5d142f8173cc28986d8dc74b664 43282 
webauth-utils_4.1.0-1_i386.deb
 c2f782de132558c2145dfcc31772267a54aa985860f4c38323c81bd9a35d127a 95426 
webauth-weblogin_4.1.0-1_all.deb
Files: 
 ebd6faedb2b49e7963214a7389858d5f 2513 web optional webauth_4.1.0-1.dsc
 b00e4c299e1a1d02f506cd43d0e00ca9 1053315 web optional webauth_4.1.0.orig.tar.gz
 e9d34c19ac27872c18e61157ef87c611 25016 web optional 
webauth_4.1.0-1.debian.tar.gz
 d3743d18e7d35348bfd3112b74762ba7 223030 httpd optional 

Accepted zathura 0.1.1-1 (source i386 all)

2012-03-17 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 15 Mar 2012 22:01:52 +0100
Source: zathura
Binary: zathura zathura-dev
Architecture: source i386 all
Version: 0.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Sebastian Ramacher s.ramac...@gmx.at
Changed-By: Sebastian Ramacher s.ramac...@gmx.at
Description: 
 zathura- PDF viewer with a minimalistic interface
 zathura-dev - development files for zathura plugins
Closes: 657159 657160 663131
Changes: 
 zathura (0.1.1-1) experimental; urgency=low
 .
   * New upstream release. (Closes: #657159, #657160, #663131)
   * Pack zathura-pdf-poppler as part of zathura.
   * debian/control:
 - Bump Standards-Version to 3.9.3 (no changes required).
 - Add Build-Dep on libgirara-dev.
 - Add Build-Dep on check to build the test suite.
 - Add Build-Dep on dpkg-dev (= 1.16.1~) for
   /usr/share/dpkg/buildflags.mk.
 - Add Build-Dep on libsqlite3-dev to build sqlite database backend.
 - Add Build-Dep on gettext to build the translation files.
 - Add zathura-dev package.
 - Remove Suggests on cups-client | lpr. zathura now uses GTK+ to print.
 - Update description and mention the ability to extend zathura via
   plugins.
   * debian/patches:
 - Drop safe-realloc-fix (not needed anymore).
 - Drop use-sensible-browser. zathura now uses xdg-open via girara to open
   links.
 - Add fix-version-check from upstream. Otherwise the plugin will be
   relinked during install.
 - Add fix-translation from upstream. This fixes some issues with
   the German translation.
 - Add add-zathurarc-content from upstream so that zathurarc.5 is not
   useless.
   * debian/watch: Update once again due to website layout changes.
   * debian/zathura-pdf-poppler.watch: Add watch file for the PDF plugin.
   * debian/rules:
 - Build the plugin and translation files.
 - Add get-orig-source target to rename the PDF plugin's source
   accordingly.
 - Upstream's build system now supports CPPFLAGS.
 - Include /usr/share/dpkg/buildflags.mk to get the buildflags and call
   dpkg-buildflags directly to get the hardening=+all buildflags for 
zathura.
   * debian/examples/zathurarc: Update to new setting names and add an example
 on how to change the database backend.
   * debian/copyright:
 - Add copyright information for zathura-pdf-poppler.
 - Update copyright to reflect changes from upstream's LICENSE.
 - Update Format URL.
 - Update Upstream-Contact and Homepage.
   * debian/clean: Removed (not needed anymore).
   * debian/menu: Renamed to debian/zathura.menu.
   * debian/{zathura,zathura-dev}.install: Added to install files in the
 correct packages.
Checksums-Sha1: 
 3ec751ed683b587a8fd1840888ce072e81d53d3c 2303 zathura_0.1.1-1.dsc
 6a644127f272c0bbb1582334935a0206ead8e4b9 7584 
zathura_0.1.1.orig-pdf-poppler-0-1-1.tar.gz
 a39044d410e6c9208a795f8eebe9f72b433a54c5 54764 zathura_0.1.1.orig.tar.gz
 a2b2c72adc9c3791b62662ac5d59104869f64d02 10703 zathura_0.1.1-1.debian.tar.gz
 8030bab72663ad0136936d00027cc0fdf5193659 71750 zathura_0.1.1-1_i386.deb
 9314035ca56ac8f6ba0f1f91903a3bd512d93a5f 10822 zathura-dev_0.1.1-1_all.deb
Checksums-Sha256: 
 454993796d7bdf64f5062b0c8e3675a2eef2fd5dad0c396ba967df36555017c4 2303 
zathura_0.1.1-1.dsc
 bec5fee721fcaee9f4b53d3882908b19efa82815393aa8c3619ff948b909d4a7 7584 
zathura_0.1.1.orig-pdf-poppler-0-1-1.tar.gz
 355abe33ca3e36247fe0f422f292ebf9eb045c2155393450d5f3ff78c9d41e58 54764 
zathura_0.1.1.orig.tar.gz
 12030faece30b945201dd0826b0ddf74a52e2b25b0a577b8fa9a31bc6566fd4b 10703 
zathura_0.1.1-1.debian.tar.gz
 a3e020bd75956ff649ca3869910a92855c8e4c34fdef4ae43861b6d1db56aabf 71750 
zathura_0.1.1-1_i386.deb
 b94e8124d5c6de937385c28d0305e9369f144580233e5a48a13040e2eb853d1e 10822 
zathura-dev_0.1.1-1_all.deb
Files: 
 69db74ff085829a10b86f99bee827bf0 2303 text optional zathura_0.1.1-1.dsc
 a43db96a893e0b37c446f23202b930d2 7584 text optional 
zathura_0.1.1.orig-pdf-poppler-0-1-1.tar.gz
 1379dfb1657b323da3b521ed251bb87a 54764 text optional zathura_0.1.1.orig.tar.gz
 8ff26889efe0d304fe74ab1ae85e040e 10703 text optional 
zathura_0.1.1-1.debian.tar.gz
 1f670e1dc472a2e3398b5163204b0e91 71750 text optional zathura_0.1.1-1_i386.deb
 785f06da06bed138e6368b744818aeed 10822 libdevel optional 
zathura-dev_0.1.1-1_all.deb

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

iQIcBAEBCAAGBQJPYomIAAoJEC1Os6YBVHX1oQcP/RGNWCk2+N/399QdmSXMRcK/
dVg9Av/qmPI6aMtn3fThdq3S7RR8BxIL2oKqwvzGWwdIkQmfPIBhdBjWF/n1nP29
S5NoCHgxaB+dB003bVUcWeNJkNIshGLrs5robwDZOXL9bhrGgXc4CdRmDSMynTb7
3aijiZaZNeAijQfnM2aoxBdnwTxhirpjal1TEZKvDZdhCjUvMY8ZX/S5FbUxt4bY
U5ITw1GJUSQ0WI1m1WCI1plP4N+Y4xTu3bT5MybcZqIALRKq0cRCPg006FymAikq
fyVjGkDcoPziSkQd36C8ZtfLYyolrz0yd42Ix8zXjKM2UAnohV1ntw84ldwPX+el
tjz9uTB/PwiG5QmieBS0yAOGLqR81k+RChnSzqBzs2w/ie7KsxRzWkrLfW7vVDUr
pEra5DAoZYgtgsPxjnsPm1xO5xHG6bD04p5GW8y9JKeFn+1nVbVzg5bijHI7FUQA

Accepted makehuman 1.0.0~alpha6-1 (source all amd64)

2012-03-17 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 06 Jan 2012 21:24:11 +0100
Source: makehuman
Binary: makehuman makehuman-data makehuman-doc
Architecture: source amd64 all
Version: 1.0.0~alpha6-1
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib muam...@debian.org
Changed-By: Muammar El Khatib muam...@debian.org
Description: 
 makehuman  - Modelling of 3-Dimensional humanoid characters
 makehuman-data - Modelling of 3-Dimensional humanoid characters (application 
data)
 makehuman-doc - Modelling of 3-Dimensional humanoid characters (documentation)
Closes: 456959
Changes: 
 makehuman (1.0.0~alpha6-1) unstable; urgency=low
 .
   * Initial release (Closes: #456959)
Checksums-Sha1: 
 15066cb53bd0468edeb29e84c59db848f7b68eed 1398 makehuman_1.0.0~alpha6-1.dsc
 f1a079f880baffe31d08f40fb073ba902bb82830 58300587 
makehuman_1.0.0~alpha6.orig.tar.gz
 d5a2e37456051961aa31b48646cac4b309292edb 6240 
makehuman_1.0.0~alpha6-1.debian.tar.gz
 c162e6deab45c8a508412c83eea35b1dc189e275 1293798 
makehuman_1.0.0~alpha6-1_amd64.deb
 887a363daf594678b454b0b9338977dc81940e25 56325526 
makehuman-data_1.0.0~alpha6-1_all.deb
 c75d6ff3ec614a4fc7804feaeffbf02cca595758 167898 
makehuman-doc_1.0.0~alpha6-1_all.deb
Checksums-Sha256: 
 75653d8ee1292442e718f60bd87df5018dd1eefbb93a1eb3669ebefed22bd61c 1398 
makehuman_1.0.0~alpha6-1.dsc
 84d1cc07584d01eebc476bd01bd7c17885afdc7468442381cd567c3b617b22c7 58300587 
makehuman_1.0.0~alpha6.orig.tar.gz
 49e2ee1a7e2ee4540eac8cc7c87796d6ee313901583b58a434279e8432e4092e 6240 
makehuman_1.0.0~alpha6-1.debian.tar.gz
 1881a70afe675417dae197a0151aa1260e328b1a589321595ef9f1e2693edb9d 1293798 
makehuman_1.0.0~alpha6-1_amd64.deb
 10871491f7a0e09baa6917106165c0cdccb6982983b3245ae911e2f600040381 56325526 
makehuman-data_1.0.0~alpha6-1_all.deb
 f66d7fdfcf58abcf44405fb86d8c858b178c4c3a4cd922307699697fc4fe4687 167898 
makehuman-doc_1.0.0~alpha6-1_all.deb
Files: 
 90b11c83b13ebaa2b4d0eb09d4e51246 1398 graphics optional 
makehuman_1.0.0~alpha6-1.dsc
 903aa04b96af7a6873881c7ba341c09e 58300587 graphics optional 
makehuman_1.0.0~alpha6.orig.tar.gz
 b69a5280077652929cc54f60b71550d0 6240 graphics optional 
makehuman_1.0.0~alpha6-1.debian.tar.gz
 6429921c336da6e7ebcaf4fd390ed4ea 1293798 graphics optional 
makehuman_1.0.0~alpha6-1_amd64.deb
 ac04ba064c0a410be4aad681ff15476a 56325526 graphics optional 
makehuman-data_1.0.0~alpha6-1_all.deb
 22570d37c008aa721f6c94d6914a14f6 167898 doc optional 
makehuman-doc_1.0.0~alpha6-1_all.deb

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

iEYEARECAAYFAk9grFAACgkQMOtAOxJwKfHUzQCfT2lmSyu3VS+SgnwKgG4Yv8tp
TBkAnikBRUvjeQsIkeFC1Q2IX59vqFUB
=iYQH
-END PGP SIGNATURE-


Accepted:
makehuman-data_1.0.0~alpha6-1_all.deb
  to main/m/makehuman/makehuman-data_1.0.0~alpha6-1_all.deb
makehuman-doc_1.0.0~alpha6-1_all.deb
  to main/m/makehuman/makehuman-doc_1.0.0~alpha6-1_all.deb
makehuman_1.0.0~alpha6-1.debian.tar.gz
  to main/m/makehuman/makehuman_1.0.0~alpha6-1.debian.tar.gz
makehuman_1.0.0~alpha6-1.dsc
  to main/m/makehuman/makehuman_1.0.0~alpha6-1.dsc
makehuman_1.0.0~alpha6-1_amd64.deb
  to main/m/makehuman/makehuman_1.0.0~alpha6-1_amd64.deb
makehuman_1.0.0~alpha6.orig.tar.gz
  to main/m/makehuman/makehuman_1.0.0~alpha6.orig.tar.gz


-- 
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/e1s8soa-0007nq...@franck.debian.org



Accepted pymtbl 0.1-1 (source amd64)

2012-03-17 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Mar 2012 17:51:56 -0500
Source: pymtbl
Binary: python-mtbl
Architecture: source amd64
Version: 0.1-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds edmo...@debian.org
Changed-By: Robert S. Edmonds edmo...@debian.org
Description: 
 python-mtbl - immutable sorted string table library (Python bindings)
Closes: 661209
Changes: 
 pymtbl (0.1-1) unstable; urgency=low
 .
   * Initial release; closes: #661209.
Checksums-Sha1: 
 aa7949ef6419033d9c4d95d2e30e01c45e5d760d 1042 pymtbl_0.1-1.dsc
 1a0e221a22c320e186bd0e8825b833f3f6f293db 8118 pymtbl_0.1.orig.tar.gz
 5d1bed1ff7285e9b057f0c6a753beb9408d1d5d4 1785 pymtbl_0.1-1.debian.tar.gz
 fb4a52f2518a367582878b52775c282ecedc964c 62110 python-mtbl_0.1-1_amd64.deb
Checksums-Sha256: 
 edef697c922082aada180a80c64f4a4fa01302de7cae9711148bc066acd1042a 1042 
pymtbl_0.1-1.dsc
 3a175a1620c4c1a4ef2a9156cc32f8a647365c062fd33060eae90b99edefde63 8118 
pymtbl_0.1.orig.tar.gz
 9971dcc04d5c2a296db94b7c7a3d817f7482a2dc91c806fef562603b1c572050 1785 
pymtbl_0.1-1.debian.tar.gz
 a845f1c1974123a708de5ee63a8e2bd3b0240e4a0c5c07250b1c1bc44e09c7fa 62110 
python-mtbl_0.1-1_amd64.deb
Files: 
 779f550552d76f6b4c43cfec057bf791 1042 python optional pymtbl_0.1-1.dsc
 00ff56b547c8f66fd5b906143c40dc4a 8118 python optional pymtbl_0.1.orig.tar.gz
 aebdd55f92c66fdedbaad957c32f80af 1785 python optional 
pymtbl_0.1-1.debian.tar.gz
 b8d6339dffd6a3c1ee1f1dd05d5c07c2 62110 python optional 
python-mtbl_0.1-1_amd64.deb

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

iEYEARECAAYFAk9T9mUACgkQdp+/SHMBQJF4PQCfYGqOcVpdyK5CzjsjyXnn3TWs
3tgAnjvcZH6xuS2Sv2mi/35Gf/2WZNuA
=VMDs
-END PGP SIGNATURE-


Accepted:
pymtbl_0.1-1.debian.tar.gz
  to main/p/pymtbl/pymtbl_0.1-1.debian.tar.gz
pymtbl_0.1-1.dsc
  to main/p/pymtbl/pymtbl_0.1-1.dsc
pymtbl_0.1.orig.tar.gz
  to main/p/pymtbl/pymtbl_0.1.orig.tar.gz
python-mtbl_0.1-1_amd64.deb
  to main/p/pymtbl/python-mtbl_0.1-1_amd64.deb


-- 
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/e1s8son-0007pq...@franck.debian.org



Accepted bundler 1.1.0-1 (source all)

2012-03-17 Thread Christian Hofstaedtler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 15 Mar 2012 16:20:58 +0100
Source: bundler
Binary: bundler
Architecture: source all
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Ruby Extras Maintainers 
pkg-ruby-extras-maintain...@lists.alioth.debian.org
Changed-By: Christian Hofstaedtler christ...@hofstaedtler.name
Description: 
 bundler- Manage Ruby application dependencies
Closes: 657143
Changes: 
 bundler (1.1.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #657143)
   * Tests are disabled for the time being, as they break when run during
 the build.
Checksums-Sha1: 
 ee4ec5222b605f92a176ee8a28c17377e9319586 1390 bundler_1.1.0-1.dsc
 61da1ad304366281f9eed53bda170eea6d59678d 197666 bundler_1.1.0.orig.tar.gz
 68b6fea9d0e26fb114c7d32c052bf08e279b4a8f 4367 bundler_1.1.0-1.debian.tar.gz
 c116877a857b684680ac5ecff3eea9ae71888cc0 142216 bundler_1.1.0-1_all.deb
Checksums-Sha256: 
 f33e1dd82f34888acc08d26a4aac3e8cf0a75e16480f882e1086e43b53fe8839 1390 
bundler_1.1.0-1.dsc
 0618331cd889f531363434e79c0496cab3a51a86be086cdf92925ce67b5d82f6 197666 
bundler_1.1.0.orig.tar.gz
 8ba438f776139dad8f7b7076f580418a73884d0f71e200543c454754b9affafd 4367 
bundler_1.1.0-1.debian.tar.gz
 7371e53f9603e60d43e574cdc27d7f0daba2bee068a9cc3488e4a9a9e02ab398 142216 
bundler_1.1.0-1_all.deb
Files: 
 20677e48da3f5e41ad826d77e92eb3d7 1390 ruby optional bundler_1.1.0-1.dsc
 a70fddb7c4711f0cda0136b14bec6999 197666 ruby optional bundler_1.1.0.orig.tar.gz
 5dbd5031720764116c5490dd847f4033 4367 ruby optional 
bundler_1.1.0-1.debian.tar.gz
 a8077f85768d4abafd0d689e92891464 142216 ruby optional bundler_1.1.0-1_all.deb

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

iEYEARECAAYFAk9iDHEACgkQ2N9T+zficugVAQCaAkjF3Hw7oZzUOrQrlHkbaJwb
r68Anipcix4+eXZ3MgcduZt+W8s+zk2K
=k5z+
-END PGP SIGNATURE-


Accepted:
bundler_1.1.0-1.debian.tar.gz
  to main/b/bundler/bundler_1.1.0-1.debian.tar.gz
bundler_1.1.0-1.dsc
  to main/b/bundler/bundler_1.1.0-1.dsc
bundler_1.1.0-1_all.deb
  to main/b/bundler/bundler_1.1.0-1_all.deb
bundler_1.1.0.orig.tar.gz
  to main/b/bundler/bundler_1.1.0.orig.tar.gz


-- 
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/e1s8t2n-0008sr...@franck.debian.org



Accepted lazyarray 0.1.0-1 (source all)

2012-03-17 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 15 Mar 2012 13:42:09 +0100
Source: lazyarray
Binary: python-lazyarray
Architecture: source all
Version: 0.1.0-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian team t...@neuro.debian.net
Changed-By: Michael Hanke m...@debian.org
Description: 
 python-lazyarray - Python module providing a NumPy-compatible lazily-evaluated 
array
Closes: 664022
Changes: 
 lazyarray (0.1.0-1) unstable; urgency=low
 .
   * Initial Debian release (Closes: #664022).
Checksums-Sha1: 
 a49d8ea16b07ceb046c1b305f6cf09c3b23f0601 1984 lazyarray_0.1.0-1.dsc
 9f1b73496577b3627c386872229afa9fce435c3b 11742 lazyarray_0.1.0.orig.tar.gz
 6babb4f1d2ea0fe003a6be8a49605c1e869e9fca 2086 lazyarray_0.1.0-1.debian.tar.gz
 d7c3712d543dea9b29ff1709182a5f981fcd9843 7058 python-lazyarray_0.1.0-1_all.deb
Checksums-Sha256: 
 4bdfd31666947f80922d0d94c9149e4a5dccb46cec7256406e2013c0ee6e57ea 1984 
lazyarray_0.1.0-1.dsc
 b8f4cd357c9d25b182f8f5100ac28a9ec342c705db9b511279150037de2bad50 11742 
lazyarray_0.1.0.orig.tar.gz
 4df6ebe958e77a11160a812653ac1ee4d9fbe821e9b66543f889d9efff7e95e5 2086 
lazyarray_0.1.0-1.debian.tar.gz
 3496ac4a942e89961d236401415899455d20ba7ea3cfe4c1b55669c2ef04d538 7058 
python-lazyarray_0.1.0-1_all.deb
Files: 
 c31624d83f85f4e3fca74cf358d53a84 1984 python optional lazyarray_0.1.0-1.dsc
 a768cc6e9756cbed7efe66dc96a25f8c 11742 python optional 
lazyarray_0.1.0.orig.tar.gz
 547a86fdfd240b8045e029d320410642 2086 python optional 
lazyarray_0.1.0-1.debian.tar.gz
 6b71b9be6b2848becdacdfff685a10ae 7058 python optional 
python-lazyarray_0.1.0-1_all.deb

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

iQIcBAEBAgAGBQJPYeWoAAoJEMBz0ih/+56bwYkQAJlaXl5xtJfwOSsx9lYXJkbh
es09URcVbI6/aH1r5flXuqHTg+8MSl4kLymyZgKK3T0Z8iTPDMSFUswpk0YwNkng
xmqLX1XVIlK9AD2MvOA8wHg884ewiF4Xi3oZpYdSN3pNzuOmBNNJy+xQvQzUxoLP
MYXy2PiZzBN0QqO4sf55dTDRxZWpqvhPWzSjuTryjY+4xXgpAxKeZihG5HUrcyvo
cugg/sUC7oHfodfiPlUSRKrIdLnWxoLo7l8aWvtZ45eWojAMsm7ZNVsbZh4dDjQV
2zN9VHhk3icdZbwSPJjtqEnJvKRjpmCCyOraWhQQIrp4Zu+oiVS+JsBJAx34udKP
9OvVYoVGLFZkXl3+RzI+9rdPEk6yrYI4xAFZQYjxjwf287F4YeCqGc+peD/YTN/M
p2rA8SWEKugoluBUHD0JEdRNkQkck2Sw0D5oRXsjBGuuSYZpj3FH8iC8VHYm/5Gn
/6dgSm+tGYeL5/w0Ocluz+N1y3zFZGdgjywWoAV/qX3omqCII+BNzZ/gbJXvaEKe
kDVaGIDYbSAcnyw8/Nrm8tzlWbup/ZMoply09ykhg2kFDUot9mll7XITHgl75kxS
7cbkVvctbLvjj5K/KoujY8zqx+0Xg2986G6u2lbCHvaZ9GbeJIZ3+BhqLKyTZHp1
N0WGdNfbOZExqtltPSal
=6BqN
-END PGP SIGNATURE-


Accepted:
lazyarray_0.1.0-1.debian.tar.gz
  to main/l/lazyarray/lazyarray_0.1.0-1.debian.tar.gz
lazyarray_0.1.0-1.dsc
  to main/l/lazyarray/lazyarray_0.1.0-1.dsc
lazyarray_0.1.0.orig.tar.gz
  to main/l/lazyarray/lazyarray_0.1.0.orig.tar.gz
python-lazyarray_0.1.0-1_all.deb
  to main/l/lazyarray/python-lazyarray_0.1.0-1_all.deb


-- 
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/e1s8t2x-0008ui...@franck.debian.org



Accepted sift 4.0.3b-1 (source amd64)

2012-03-17 Thread Laszlo Kajan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 23 Feb 2012 18:55:23 +0100
Source: sift
Binary: sift
Architecture: source amd64
Version: 4.0.3b-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Laszlo Kajan lka...@rostlab.org
Description: 
 sift   - predicts if a substitution in a protein has a phenotypic effect
Closes: 660272
Changes: 
 sift (4.0.3b-1) unstable; urgency=low
 .
   * Initial release (Closes: #660272)
Checksums-Sha1: 
 d7dd1d2b3ab13629f2f618c7bb951b4e18aa0ee8 1387 sift_4.0.3b-1.dsc
 95965cc4d4ddaecc5f666331106dc1ba3243d819 80095108 sift_4.0.3b.orig.tar.gz
 58660818dcf4f23999e561abbe164a2a1ea0701c 27617 sift_4.0.3b-1.debian.tar.gz
 a1d95787f501a3b8ce74c17842e5ec696db3d283 613822 sift_4.0.3b-1_amd64.deb
Checksums-Sha256: 
 b3d92e683b1cff4da65142a6dd705b5762a233ed6ce82c6b02b62cac9deab0a6 1387 
sift_4.0.3b-1.dsc
 9077c77efcb82d737b00541b39c01ff568ef741a318510ae88c4d970b4d43d6b 80095108 
sift_4.0.3b.orig.tar.gz
 2024dc3e59c67ef9363e09cfbde34a5f5b4181de2dc86790049ec4664b921a5f 27617 
sift_4.0.3b-1.debian.tar.gz
 30628f21f0a3c4f23ef1814feaa8cf7ec1babf63e1269c5fc8e39a9bcae04c62 613822 
sift_4.0.3b-1_amd64.deb
Files: 
 751d0d597aaf3b511c963abd49157211 1387 non-free/science extra sift_4.0.3b-1.dsc
 fba108a66c5a8db226479fa0cac163f7 80095108 non-free/science extra 
sift_4.0.3b.orig.tar.gz
 73d463c3d51eb84be0a069719dc13e96 27617 non-free/science extra 
sift_4.0.3b-1.debian.tar.gz
 f4701b8d45b51d0c00ab7921441a5081 613822 non-free/science extra 
sift_4.0.3b-1_amd64.deb

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

iEYEARECAAYFAk9g9+wACgkQYDBbMcCf01qlGwCZAdJ5GWl/GthiIjIioFGMvJ5d
ahIAnReNMxyvrlON8UkMlKEHJPuSgZyj
=/vOX
-END PGP SIGNATURE-


Accepted:
sift_4.0.3b-1.debian.tar.gz
  to non-free/s/sift/sift_4.0.3b-1.debian.tar.gz
sift_4.0.3b-1.dsc
  to non-free/s/sift/sift_4.0.3b-1.dsc
sift_4.0.3b-1_amd64.deb
  to non-free/s/sift/sift_4.0.3b-1_amd64.deb
sift_4.0.3b.orig.tar.gz
  to non-free/s/sift/sift_4.0.3b.orig.tar.gz


-- 
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/e1s8t2r-6w...@franck.debian.org



Accepted solarpowerlog 0.23a-1 (source amd64)

2012-03-17 Thread Tobias Frost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Mar 2012 17:00:49 +0100
Source: solarpowerlog
Binary: solarpowerlog
Architecture: source amd64
Version: 0.23a-1
Distribution: unstable
Urgency: low
Maintainer: Tobias Frost t...@coldtobi.de
Changed-By: Tobias Frost t...@coldtobi.de
Description: 
 solarpowerlog - photovoltaic data logging
Closes: 652904
Changes: 
 solarpowerlog (0.23a-1) unstable; urgency=low
 .
   * Initial upload (Closes: #652904)
Checksums-Sha1: 
 501de72faf3940ea6f718d9db45a9d9aa0ebca68 2182 solarpowerlog_0.23a-1.dsc
 ebc8defebe897cbf4feb94bebf5738d35c555cf2 506890 solarpowerlog_0.23a.orig.tar.gz
 c9d0eed92d1fb19ec2116652b51ae988bef0d8ea 2666 
solarpowerlog_0.23a-1.debian.tar.gz
 8f4c10bc8ae9b17dff8f40283b2ac7a2c7f06f0f 277054 solarpowerlog_0.23a-1_amd64.deb
Checksums-Sha256: 
 1f5e597d19e0d62a9cc909db3f20da83213d6dee8e2e5e7944ee506989967059 2182 
solarpowerlog_0.23a-1.dsc
 a1fa6d985b7410112e52018721014e309af4afee49dee17aa52b45e6f1d6fa8f 506890 
solarpowerlog_0.23a.orig.tar.gz
 ad4b6da0851f74de0862b1232dba03db5d6f012c3343d0805e50111d4cf03749 2666 
solarpowerlog_0.23a-1.debian.tar.gz
 b76f2784555b646fb98c91c7b4e5fbb335e5b9687437a21f056cebbbf18e9a90 277054 
solarpowerlog_0.23a-1_amd64.deb
Files: 
 1c04f78675b7e496de4466eaf82f0ad9 2182 utils optional solarpowerlog_0.23a-1.dsc
 881e29b35c1bd6edbd0497ba6dc46b4a 506890 utils optional 
solarpowerlog_0.23a.orig.tar.gz
 8df7136a5b94b50bafc8498522f752e4 2666 utils optional 
solarpowerlog_0.23a-1.debian.tar.gz
 e785457017a57222d80bfbe18e0dbfc3 277054 utils optional 
solarpowerlog_0.23a-1_amd64.deb

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

iQIcBAEBCAAGBQJPYRXqAAoJEBLZsEqQy9jkcu4QAJHYA8rrssNFFqoBmwFLJyZZ
CeHqfsda0KXpiBQIKgdFY4adHnVTHFPhSCYFVHweIYEhzPXESuEPT0RZz1N7zpo8
PAHHlckQk2wPa2oOrPqulDSvFbVmJemDlvLZZg1Pv6GHn5JOJDGcprEVk2vo+Lj+
xQFUiYtWQuN+anKewPkJrugfxHDE++Yn06rqzrg9b4fX8jaNk/dGCgwm69joNlui
DWe4FVrii1x74s0GUkZybqlNDwtrTjnQzKHvbvSu9LuLP5+pbFp0q2eL72ahUzmE
NZNvkHTduQytn/RqXLbsTEt7y+tuyJ9xszxzergNfjrV9micL+VPdeva51dhxLkh
p0fdB1Z2L9G7PhSSGPgWpZzg3sgc0iQHom4wqwY3IGH9QTdV0SKTpsgcUpw5j0ov
rPbDaLSe21r0VgcVnJ74WqGkW29pTepd3NxgeTQTE/8gskEwKIZnQF5j6Sq4Zc7A
eYrdAEH8i8wrDik/662vlHU4T/4cvZ5ObQC2AoGXQnofEdo1DrIVZur9v0gU0yLp
0JuTlQ+9kmOm8wIhCg4zrE6r8KLsaqDcI5MXJOxRuUvDJ/EJBMwoc+ulBVTSN1Rk
u8+l6HS5oqEOH2FzTUvCO5lVs+6OsXxfQcc18Z+FG4XzIskW7cCh1qJIU+vKPxjj
cNzqxo3GCf02yeRy38MM
=GGOl
-END PGP SIGNATURE-


Accepted:
solarpowerlog_0.23a-1.debian.tar.gz
  to main/s/solarpowerlog/solarpowerlog_0.23a-1.debian.tar.gz
solarpowerlog_0.23a-1.dsc
  to main/s/solarpowerlog/solarpowerlog_0.23a-1.dsc
solarpowerlog_0.23a-1_amd64.deb
  to main/s/solarpowerlog/solarpowerlog_0.23a-1_amd64.deb
solarpowerlog_0.23a.orig.tar.gz
  to main/s/solarpowerlog/solarpowerlog_0.23a.orig.tar.gz


-- 
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/e1s8t34-9t...@franck.debian.org



Accepted all-knowing-dns 1.2-1 (source all)

2012-03-17 Thread Michael Stapelberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 11 Mar 2012 20:08:42 +0100
Source: all-knowing-dns
Binary: all-knowing-dns
Architecture: source all
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Stapelberg mich...@stapelberg.de
Changed-By: Michael Stapelberg mich...@stapelberg.de
Description: 
 all-knowing-dns - tiny DNS server for IPv6 Reverse DNS
Closes: 663508
Changes: 
 all-knowing-dns (1.2-1) unstable; urgency=low
 .
   * Initial Release (Closes: #663508).
Checksums-Sha1: 
 90ead5c879728be40a4417e0885d5be4257953cc 1899 all-knowing-dns_1.2-1.dsc
 08895bb55890a87bdc8c703149bd38051d6a896b 24604 all-knowing-dns_1.2.orig.tar.gz
 29d4c37f791fed78e54b468c1d82417fccb29df9 4139 
all-knowing-dns_1.2-1.debian.tar.gz
 2b18fd4369bb1e8b7eccd23002d1fe26c5851727 22714 all-knowing-dns_1.2-1_all.deb
Checksums-Sha256: 
 2f7c81c0e8d098bc9b454276b5ba1da4c2a03ee6c8560bc10a85864740e95a39 1899 
all-knowing-dns_1.2-1.dsc
 f12d5c1199d6c5deaf1a74bd9f259b77c678add818823453bb80dd9639a9d5a0 24604 
all-knowing-dns_1.2.orig.tar.gz
 5a5bde3b160f802d0d7d288703b37ca2de27ac3d9323936e299ac6e74adca770 4139 
all-knowing-dns_1.2-1.debian.tar.gz
 be0114c37be345c632bf2d13ef6d8d472528b2849ca9cf5f6868e36380fd4f65 22714 
all-knowing-dns_1.2-1_all.deb
Files: 
 48b408b2b03706efbd78751bab9ab2b6 1899 perl optional all-knowing-dns_1.2-1.dsc
 5732617f5c9512ba9d2f2ebae4e8cb16 24604 perl optional 
all-knowing-dns_1.2.orig.tar.gz
 886e66813d7a92cdf08758efd1385bcc 4139 perl optional 
all-knowing-dns_1.2-1.debian.tar.gz
 5561fb8f83fbb5c01bdc3a4ce86b0536 22714 perl optional 
all-knowing-dns_1.2-1_all.deb

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

iQIcBAEBCAAGBQJPY194AAoJELs6aAGGSaoGHhEQAKbxkdCBMAZuS2dQbSeMsI5N
qf4RaUCHEFITSnU0cp8hVoMunJyGaUqe7Bml7S5dmddtrkiUFFf2AyYZXOP9qV1S
KlY1otGg0cv/ghSJ7HgKuQu1jDA40jzRPBJW4JupTnCpGMhydS+3vGwTH6pFaZ2m
KDVRvMrJQcKvaaonrl4Jq5S9eQofMRsCABj8p7771rHEUJ1SN4VAUlTxB/zTidnU
k5ALoOx7YUWhhXRzxow1cfPPEKLybOCQp60iQlHuLNQt5nQd0HiLyy8nzZxzGCaM
+AsacODK1U6ZMRh8of4lEOK4BVPWnlahFpxQzCMaSdoF/h9dW4FFzudrxaMNM7/2
AO6j223JG2Kvd6tgjuF2D6v1Kew3sjTdQMMx9cFV4fk+/gx2LzqEinf1llMWuoLX
LldDZt29CUnb6ryC6GkmfiQw4xh1VZeQkdKCkIeA/qXy8AmmdvnMKA87D9vXUhJv
afnQA748UlNEKxXZ9oEtEk/JcjQRZSiqPhT0FzgOV1Ys1oCImDk8r4TUfunZrH7X
vT6vDNNXJc2TAicJUdHDYrqwOBtzgns4oOz5yR0N2J21dWh8iavCe6jklnmbdbZK
w3nthCnuoqxmdxQlO35D2phBq1xGbz9AphPiQbfsFiUwIg6Hp5wkdYjIndcvDrcQ
m70pCzuxVRqh91yCojdX
=0HLk
-END PGP SIGNATURE-


Accepted:
all-knowing-dns_1.2-1.debian.tar.gz
  to main/a/all-knowing-dns/all-knowing-dns_1.2-1.debian.tar.gz
all-knowing-dns_1.2-1.dsc
  to main/a/all-knowing-dns/all-knowing-dns_1.2-1.dsc
all-knowing-dns_1.2-1_all.deb
  to main/a/all-knowing-dns/all-knowing-dns_1.2-1_all.deb
all-knowing-dns_1.2.orig.tar.gz
  to main/a/all-knowing-dns/all-knowing-dns_1.2.orig.tar.gz


-- 
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/e1s8tgs-0001xh...@franck.debian.org



Accepted haskell-yesod-markdown 0.3.3-1 (source all amd64)

2012-03-17 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 16 Mar 2012 12:52:51 -0400
Source: haskell-yesod-markdown
Binary: libghc-yesod-markdown-dev libghc-yesod-markdown-prof 
libghc-yesod-markdown-doc
Architecture: source all amd64
Version: 0.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-yesod-markdown-dev - tools for using Markdown in a Yesod application
 libghc-yesod-markdown-doc - tools for using Markdown in a Yesod application; 
documentation
 libghc-yesod-markdown-prof - tools for using Markdown in a Yesod application; 
profiling librar
Changes: 
 haskell-yesod-markdown (0.3.3-1) unstable; urgency=low
 .
   * Initial release.
Checksums-Sha1: 
 47978f467950e1cbd9e9ece1a25565985c8fb479 3102 
haskell-yesod-markdown_0.3.3-1.dsc
 6117f5af6ae485d42e56da4ab2f9a50fef338c4b 9057 
haskell-yesod-markdown_0.3.3.orig.tar.gz
 8e91fa65d620c4c139323fee4e9fd6863713e2d1 1507 
haskell-yesod-markdown_0.3.3-1.debian.tar.gz
 681d66a99b20bf31890528cdc6bdcfacaa65a6f8 34116 
libghc-yesod-markdown-doc_0.3.3-1_all.deb
 c78a00fd030f31ff62b986daf9e472a41c97c34c 54060 
libghc-yesod-markdown-dev_0.3.3-1_amd64.deb
 cd6bd2ecf764b62371f49696117fcc2a1f494270 47436 
libghc-yesod-markdown-prof_0.3.3-1_amd64.deb
Checksums-Sha256: 
 66b5897a1d750153408b717a7be19a795d98ef815089aa4883630c1ed5af305c 3102 
haskell-yesod-markdown_0.3.3-1.dsc
 b1abd91270c0252d6fa8c701c2b7c21c59658f25403b90b7eb5e9617f54c1943 9057 
haskell-yesod-markdown_0.3.3.orig.tar.gz
 4189cf82d2849397e4984becd79a3bb6e3b08ae514f2b5b9a332171575daa5bb 1507 
haskell-yesod-markdown_0.3.3-1.debian.tar.gz
 e40141942e3f6be51de3ff9ef873ad2e1880a21618304e98c7b1f081c2e0b59f 34116 
libghc-yesod-markdown-doc_0.3.3-1_all.deb
 3e30aa77bb3258ede8418338124447f201953f9fde1f8bd486d1d673bb87a8f9 54060 
libghc-yesod-markdown-dev_0.3.3-1_amd64.deb
 40c8ac037e68cd5ef56a3ed00b532cd06693a220eca58264fbf0bc96284a3ab3 47436 
libghc-yesod-markdown-prof_0.3.3-1_amd64.deb
Files: 
 d9e1261731ff363ca7ef686e111c3249 3102 haskell extra 
haskell-yesod-markdown_0.3.3-1.dsc
 e286259b7bbb96538714c87506d63415 9057 haskell extra 
haskell-yesod-markdown_0.3.3.orig.tar.gz
 cc468e8cef2d172a28c873de7129039a 1507 haskell extra 
haskell-yesod-markdown_0.3.3-1.debian.tar.gz
 22dbaff59079292a3ebc637d90aa224b 34116 doc extra 
libghc-yesod-markdown-doc_0.3.3-1_all.deb
 d0afdcfa57fb8e88cb2ace82cecd8cc7 54060 haskell extra 
libghc-yesod-markdown-dev_0.3.3-1_amd64.deb
 ea770a1d1d6a04eedb1586de80dae12d 47436 haskell extra 
libghc-yesod-markdown-prof_0.3.3-1_amd64.deb

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

iQIcBAEBCgAGBQJPY3NkAAoJEFWSMx4ZnTioSLQQAKaVBOwOUqrlrrtKnX7qA7lg
LrB/65uA/PMNJuNJWHDp2nuPXMBX3kpIQXx+Pjog6J7YsnjqPL+Mtd5FfX9/vwr8
WxPh8lTB72D0L7dDgfFlwyLIBN/JZmxcejdgGSFnqwNBTaru10IdIt/pxSGQZLKU
p266q1UIt2v2qQ9EV0f8RfXhxqaU7m767l85rK4qnV5BSc0E0xvIRXMlyCrogEM9
aHPgpCt6fgp1SfvfObAxwalg56EC/aaM+h5GsFDAtQ6ZUyH9F1Lc48Vwcq20L8HH
J5h3Mg6WhY/SxkxhfRCNpPTQUHSfbZq90x3A1dcuEpa/fcrq1WSdyUMqKR8cR2jU
+3F21AQNFvQD8mMo94NBaAoVHxYgxwzNXnlYPbZ9ViB4gcOZn4CcQsZN9OJupyTu
Jpt0vDeFHa/y9zBO+e2V0Ku25WM/guOYEwQI4rwgxvsRT0Pr739ZAy5hqw+5ZR61
Jg2sKSOxpmQnEsQDx7Ej0o5YF9Gij56jc9kPr+Pafw8OtIzrwTpIFNFYWIeTyG+m
5zNlQhaF5oznh8cqFyvinqSJ9KFY0yfdV61016Y8sW4B4cqM0Bq9ef/kT+YNjG/o
DQBke1jZ99Q+jBRD8BEO7KRNeRb2lENypRUzug1KYS9FyasPfR4ZjKnOZ8br+vYk
ktSf6bfXzeAGlGoUW3qF
=5w5l
-END PGP SIGNATURE-


Accepted:
haskell-yesod-markdown_0.3.3-1.debian.tar.gz
  to main/h/haskell-yesod-markdown/haskell-yesod-markdown_0.3.3-1.debian.tar.gz
haskell-yesod-markdown_0.3.3-1.dsc
  to main/h/haskell-yesod-markdown/haskell-yesod-markdown_0.3.3-1.dsc
haskell-yesod-markdown_0.3.3.orig.tar.gz
  to main/h/haskell-yesod-markdown/haskell-yesod-markdown_0.3.3.orig.tar.gz
libghc-yesod-markdown-dev_0.3.3-1_amd64.deb
  to main/h/haskell-yesod-markdown/libghc-yesod-markdown-dev_0.3.3-1_amd64.deb
libghc-yesod-markdown-doc_0.3.3-1_all.deb
  to main/h/haskell-yesod-markdown/libghc-yesod-markdown-doc_0.3.3-1_all.deb
libghc-yesod-markdown-prof_0.3.3-1_amd64.deb
  to main/h/haskell-yesod-markdown/libghc-yesod-markdown-prof_0.3.3-1_amd64.deb


-- 
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/e1s8th6-0001by...@franck.debian.org



Accepted libtelnet 0.20-1 (source amd64)

2012-03-17 Thread Ralph Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 15 Mar 2012 19:25:20 +0100
Source: libtelnet
Binary: libtelnet2 libtelnet-dev libtelnet-utils
Architecture: source amd64
Version: 0.20-1
Distribution: unstable
Urgency: low
Maintainer: Ralph Lange ralph.la...@gmx.de
Changed-By: Ralph Lange ralph.la...@gmx.de
Description: 
 libtelnet-dev - Small library for parsing the TELNET protocol - development 
files
 libtelnet-utils - Small library for parsing the TELNET protocol - utilities
 libtelnet2 - Small library for parsing the TELNET protocol - shared library
Closes: 662972
Changes: 
 libtelnet (0.20-1) unstable; urgency=low
 .
   * Initial release (Closes: #662972)
Checksums-Sha1: 
 391271ff0cfab1af644af03f6718cb2304799f6c 1930 libtelnet_0.20-1.dsc
 03f9cb24958c9398079f3feefb9f2ec3b2eb583d 325822 libtelnet_0.20.orig.tar.gz
 7e8a8af32b433955985ec62fb640476c55957947 1867 libtelnet_0.20-1.diff.gz
 c56d14558f2798ffeb2e961a959d5b4e8af8a015 21796 libtelnet2_0.20-1_amd64.deb
 04f9b3cdbcef6b1209162bd68608c4f764b7de11 27544 libtelnet-dev_0.20-1_amd64.deb
 4ec0de20187f57481a7a07c2503422339cb376f1 24052 libtelnet-utils_0.20-1_amd64.deb
Checksums-Sha256: 
 73055678b66722a3124fffd70111b37485b0958246eb055de949f800cf75 1930 
libtelnet_0.20-1.dsc
 8d3547769277f7436868ddc0878b65803e88282738df8d0683460a24186b630d 325822 
libtelnet_0.20.orig.tar.gz
 99331b8f4cdeb741306ce45dd3892f05eebbd1fd6ee45c1a537448a8fa9b7c82 1867 
libtelnet_0.20-1.diff.gz
 0736af32af596be6dc4d53d51109736be2f0942e49307bd0a4429d803589c53a 21796 
libtelnet2_0.20-1_amd64.deb
 4c7b9ce227e67cc2a875b09fc89ec1faf04c94b6ff6dd26c8cd8138778f9daaa 27544 
libtelnet-dev_0.20-1_amd64.deb
 14e12ceefe73fc2d5f36d7d25a159ebb27c777e22e812c2b602e6a75edbf82c8 24052 
libtelnet-utils_0.20-1_amd64.deb
Files: 
 c8899e9659086d1b93a6370769e56e0b 1930 libs optional libtelnet_0.20-1.dsc
 49bd0a1b5e63efd8dfec8309751cb006 325822 libs optional 
libtelnet_0.20.orig.tar.gz
 7178455241363f64cc24ea6eceb656d4 1867 libs optional libtelnet_0.20-1.diff.gz
 d3a8a8fbde89d8cafc3bcfd10cdc60a1 21796 libs optional 
libtelnet2_0.20-1_amd64.deb
 ac272c6197cd05ee688f3fd4a7d067a1 27544 libdevel optional 
libtelnet-dev_0.20-1_amd64.deb
 0cfabbd8689fe1731d0403a60f13ee7b 24052 net optional 
libtelnet-utils_0.20-1_amd64.deb

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

iQIcBAEBAgAGBQJPY3GjAAoJEBxXDIkOS9CrgckP/0yxP3GOkqE1z7K1vSj6p4Zd
/1HJnJjnnAESamLbyu1BoabN9t9mTyy5II65T6UurSQvpdVIynOOCIUP7YQKCHTD
NjVFNMLVuu/8iYLcmuKkDQ+oyaASCdkwHvuLbAzUI2kGrJspyHZYe0wAxxotva4A
Yg9v+sdx+4C5lvfQ0BK+jd6qNinwNH0V3Ondy6rF6sZjLYMKjxBV7xe7uZ1U8by4
ZPQgk5gHVj38qtnWfLhV2WKpkHzYrhXJJgX3ocmLbuw1nzjwKgypXvaNnpq4BVPu
ZoaW2NiFzFSHZj9ZMVso8TLN3hVaUmvm9MHw+4/CC6MNcBUkMGUySS8h+ExKK1Yy
qzkV83JNev/Vno5A4PfrSt1Etmf+Ncb4iBSOHhgNhDDctmm5PYfAual9xFkR3Cqz
p/K01PAgAqsCDQxxdsOl/aZLrLQlPeB2YkzdslSeryQZfVaL1XzWlkO6AbbP343/
7Nron3E1kxYgbcidwi4O1yS8nlRlBpX8dew1ZLCKq3+UqgnCBJkKLKlrnr+uMZgN
tYtFgDYj1K1gVT9ncD73fYTzXY/S3WptvCklfrrIZw2Te0+7Vvi7AqJox2xW0nRD
DWBf4dzHxaba6+L97PnKM6MSBi8P0YPbz0TIWK+nl5nh6Dqtn9VCoZ8DOxLGnBa3
LA/O92KcND/fTGD19357
=/2hL
-END PGP SIGNATURE-


Accepted:
libtelnet-dev_0.20-1_amd64.deb
  to main/libt/libtelnet/libtelnet-dev_0.20-1_amd64.deb
libtelnet-utils_0.20-1_amd64.deb
  to main/libt/libtelnet/libtelnet-utils_0.20-1_amd64.deb
libtelnet2_0.20-1_amd64.deb
  to main/libt/libtelnet/libtelnet2_0.20-1_amd64.deb
libtelnet_0.20-1.diff.gz
  to main/libt/libtelnet/libtelnet_0.20-1.diff.gz
libtelnet_0.20-1.dsc
  to main/libt/libtelnet/libtelnet_0.20-1.dsc
libtelnet_0.20.orig.tar.gz
  to main/libt/libtelnet/libtelnet_0.20.orig.tar.gz


-- 
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/e1s8thk-0001gr...@franck.debian.org



Accepted rudecgi 5.0.0-1 (source amd64)

2012-03-17 Thread Medhamsh V
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 01 Feb 2012 14:36:50 +0530
Source: rudecgi
Binary: librudecgi-dev librudecgi5
Architecture: source amd64
Version: 5.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Medhamsh V m...@medhamsh.org
Changed-By: Medhamsh V m...@medhamsh.org
Description: 
 librudecgi-dev - C++ parser library for CGI applications - development 
libraries
 librudecgi5 - C++ parser library for CGI applications - runtime
Closes: 658347
Changes: 
 rudecgi (5.0.0-1) unstable; urgency=low
 .
   * Initial release (Closes: #658347)
Checksums-Sha1: 
 c24a81f3038da25af52361ac658bf458c89eb5cd 1919 rudecgi_5.0.0-1.dsc
 b1b23b01f7b2616c888033ab91fd20e1e61ccdb3 332016 rudecgi_5.0.0.orig.tar.gz
 81ff82636df7f0cfd370741cc735fa2f2019fb8a 2177 rudecgi_5.0.0-1.debian.tar.gz
 5593fafc42dceb98ea447eea9f2e52ff2e89f0c0 50990 librudecgi-dev_5.0.0-1_amd64.deb
 c23fe69a266ca15b4e0e64f239549b44201f5592 37616 librudecgi5_5.0.0-1_amd64.deb
Checksums-Sha256: 
 9832e1703dd8cbb2502eb50fe7aba2760887bc809ccf6398013d5b03a95d9c3a 1919 
rudecgi_5.0.0-1.dsc
 41152064d5ba74a8302a0ffcea9668f218ebc970f8f1b6301a936248e5467d68 332016 
rudecgi_5.0.0.orig.tar.gz
 00e82c176ce3ead045988d244d2ebb4928102c7f08a4c9b6f7ceb60dbb8a8fa9 2177 
rudecgi_5.0.0-1.debian.tar.gz
 eac457fc4d33b82708ac654efcb10f1a8e54e0c68c64bc6849245d9babc12808 50990 
librudecgi-dev_5.0.0-1_amd64.deb
 c3af194bf2dc63534c2d662561945d75de6e7b0e4f28ffd923fd88fb3baa2f13 37616 
librudecgi5_5.0.0-1_amd64.deb
Files: 
 0aad6dc8e6ee6d6f9f0a1d7e63d80de1 1919 libs optional rudecgi_5.0.0-1.dsc
 27282b1d11f34bcf61977824f49b26b4 332016 libs optional rudecgi_5.0.0.orig.tar.gz
 dc85ba3af35e524e7bb16d99f4536426 2177 libs optional 
rudecgi_5.0.0-1.debian.tar.gz
 f27a1aa0013f4c7d5ef9fd18fd986839 50990 libdevel optional 
librudecgi-dev_5.0.0-1_amd64.deb
 2594063f9cff8df1f0e7b970e79d6182 37616 libs optional 
librudecgi5_5.0.0-1_amd64.deb

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

iQIcBAEBCgAGBQJPY6iGAAoJEOryzVHFAGgZpZcP/0TRDeiTDdWsA9syJ/3PChST
I+cKQR7WDFJCrttVpqp8TpePPcCYkPECDwxvz1Kz9Af5OvZdvfrkkup/Rblmd0wF
tcENQiTApHEjjEiTcHHefOBkPDKnfRYD5ucNelwk2lRH6eDKyp//+t4VFgp16vxW
+I2uheTQ3hJ4dvTuwI4R0/PlVFGL1+vgZh1gpV3s7gcaZAHSt1FVeTfqEBvGKyfV
a0eIZYmRpvv5xyVC5ZBsu+REScgxV1U+ShEe8Ji7ypF2jRtXhJF/NexolsDW9y+s
gj0w3DyJi7xfOAFbMEepU9uf4ZIj2mKvLzk/8v9UkuVEhHr4/SDjSwIgK95SLRaG
OsF8bBzcdZ+ry97DoNcdOpEUWaXNy5WGDK26u8awT9+/TGn8lQ1Kcr1wC92eciuy
PO7gRF6JyAGmEUl1mxCbzD08xyreNpwOlVBGffKKBRo5uObugXt1XbnVD011946H
Dl+gGp8bSbYnu+Roj7O7pRiTOxqgBKHUWMywUrFTV+brRtugrF5zuQx8N4WT+5a6
HtPXY0oJn7tIosecIk4hS72VT2M/mBHnGy9EBF0kfcu2jeDXXGisOvYRKEotmavU
hsI7OU2hhi5uPw6vksDMvw2Y6bJDm7aUb9vhU4oQ1rby7D/9EgtxZrOq4QDNWgCL
GlPQiHWtrd5BjyX/zQJC
=EgvD
-END PGP SIGNATURE-


Accepted:
librudecgi-dev_5.0.0-1_amd64.deb
  to main/r/rudecgi/librudecgi-dev_5.0.0-1_amd64.deb
librudecgi5_5.0.0-1_amd64.deb
  to main/r/rudecgi/librudecgi5_5.0.0-1_amd64.deb
rudecgi_5.0.0-1.debian.tar.gz
  to main/r/rudecgi/rudecgi_5.0.0-1.debian.tar.gz
rudecgi_5.0.0-1.dsc
  to main/r/rudecgi/rudecgi_5.0.0-1.dsc
rudecgi_5.0.0.orig.tar.gz
  to main/r/rudecgi/rudecgi_5.0.0.orig.tar.gz


-- 
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/e1s8thx-0001kg...@franck.debian.org



Accepted aegisub 2.1.9-1 (source all amd64)

2012-03-17 Thread Sebastian Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 16 Mar 2012 22:58:00 +0100
Source: aegisub
Binary: aegisub aegisub-l10n
Architecture: source amd64 all
Version: 2.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Reichel s...@debian.org
Changed-By: Sebastian Reichel s...@debian.org
Description: 
 aegisub- advanced subtitle editor
 aegisub-l10n - aegisub language packages
Closes: 580594
Changes: 
 aegisub (2.1.9-1) unstable; urgency=low
 .
   * Initial Debian release (Closes: #580594)
Checksums-Sha1: 
 d0f59a67e3880b28c55e37abcbf6894d7ac8e587 2101 aegisub_2.1.9-1.dsc
 cfc29e1180fb1e2ded930ec9e1e24e1f9ff67f95 2538256 aegisub_2.1.9.orig.tar.gz
 5997b160c274e8225cb5bcfdfe1ac10e2c93f28a 8932 aegisub_2.1.9-1.debian.tar.gz
 b2deba9ea118bf1ee8f46f5b0638a5d2e7530aa1 1148634 aegisub_2.1.9-1_amd64.deb
 e8a2ee75921147a571502350e5a5bad87eb9e2df 894340 aegisub-l10n_2.1.9-1_all.deb
Checksums-Sha256: 
 ad6fdd488a9002751aa7df0c7a8751d1e53d369ac7c066932c2971611f659ad5 2101 
aegisub_2.1.9-1.dsc
 ac1f20751f3d2732d7e11627ea4cc30b53cb905d11422925b7f881785d373706 2538256 
aegisub_2.1.9.orig.tar.gz
 86fec53828c47f4bbfae3cdc5eeab8dcd32a3c3018b793bf438029db2c9deb19 8932 
aegisub_2.1.9-1.debian.tar.gz
 82dd9a6749c91baf9e09d8971373ad620221e854752812c0ae9cb31b0d94a248 1148634 
aegisub_2.1.9-1_amd64.deb
 030fdf4a3197f332ac0687c44ef09d85b76936cfd145b08be3db74807ea0dc1f 894340 
aegisub-l10n_2.1.9-1_all.deb
Files: 
 8e611126c9ddfad1ced1241ab2af9d0a 2101 video extra aegisub_2.1.9-1.dsc
 878cf7e6fd9c35cc218537bac3b86c25 2538256 video extra aegisub_2.1.9.orig.tar.gz
 8475440ecb66b6b6547b05e6735055b2 8932 video extra aegisub_2.1.9-1.debian.tar.gz
 39c791bb35b9b689755653ce14e363d8 1148634 video extra aegisub_2.1.9-1_amd64.deb
 a3053fa0c3f437b8e3b7de46bbe843fb 894340 localization extra 
aegisub-l10n_2.1.9-1_all.deb

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

iQIcBAEBCAAGBQJPY/9SAAoJENju1/PIO/qapt8P/jt9pkqreVVL38B/q/Nd+9jE
GfSEAYTLUNWV43TGHThxnFOPulHrTStHKJOwHTYjOtjsSao38o0aG6E5v7jcMNCT
AF/khvY3ICthP5jlyI57YfHIj/LNgS0HvIHz4I91LS8fNW6JPD+KfWItoBMpeifm
Faoid2qRmJ3qWW6E3rjLDwOnkZxeIHmzBN8I4URtgNGqVFm6MkSNCGLUmpbccm0G
jaBs4pK6mNkefk9WjuVnjuH5CpngTfVB8aPnP9ksuyH5EK0nMxdjkNjVJMpqcL0+
Pq9sNBYjm5St/5xxVphTjcUo5M4Zd6vH942ZAKhkhlazCeOauLmDzdVqQ4gNKswg
fUDAkdZGF8qDV5bsq9cBm3zaCSiebJp3gIHL/UyFI+K3NZ1HCWUumqCOj26bPPop
A2goHrODHOJgS+wcTKXE9IbrjHX5JePW6ztsWVtzl1v1x+4QDB2gH5Rh2NeOQB0f
vavMo2zD0zu+RtR3wtCDmCcWthlUd2qvprhLgeZis1NKp5UycWEPVtTa0vC8j8NL
MAMbq+c9PU3/NuMwA8P42H/BI5e0G2xvm+oezvySM+nw4vhg9e4+qAGZGburrW5g
61czVSVUCSnkmTWarR12T7ktckSnu3+RBQRQl6NdvizYaINvw12cRxYneaIzDQpK
BT8wXPSjPVhF6p/a50Rb
=KY/D
-END PGP SIGNATURE-


Accepted:
aegisub-l10n_2.1.9-1_all.deb
  to main/a/aegisub/aegisub-l10n_2.1.9-1_all.deb
aegisub_2.1.9-1.debian.tar.gz
  to main/a/aegisub/aegisub_2.1.9-1.debian.tar.gz
aegisub_2.1.9-1.dsc
  to main/a/aegisub/aegisub_2.1.9-1.dsc
aegisub_2.1.9-1_amd64.deb
  to main/a/aegisub/aegisub_2.1.9-1_amd64.deb
aegisub_2.1.9.orig.tar.gz
  to main/a/aegisub/aegisub_2.1.9.orig.tar.gz


-- 
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/e1s8tvr-0002rx...@franck.debian.org



Accepted python-igraph 0.5.4-1 (source amd64)

2012-03-17 Thread TANIGUCHI Takaki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 17:23:55 +0900
Source: python-igraph
Binary: python-igraph
Architecture: source amd64
Version: 0.5.4-1
Distribution: unstable
Urgency: low
Maintainer: TANIGUCHI Takaki tak...@debian.org
Changed-By: TANIGUCHI Takaki tak...@debian.org
Description: 
 python-igraph - High performance graph data structures and algorithms
Closes: 574825
Changes: 
 python-igraph (0.5.4-1) unstable; urgency=low
 .
   * Initial release (Closes: #574825)
Checksums-Sha1: 
 5e3c622b5ae101478878e54e305353cdc3c313f9 1964 python-igraph_0.5.4-1.dsc
 ed9ebdb1dd29795df95b398937ef9ba173413979 206206 python-igraph_0.5.4.orig.tar.gz
 600fcaa6374cf827324c473ef6622a3c8215fc46 2502 
python-igraph_0.5.4-1.debian.tar.gz
 7509ccba4b4d5560a8522288e556586413344aca 328544 python-igraph_0.5.4-1_amd64.deb
Checksums-Sha256: 
 0d0f886accebf17bda55eb3e9ff76a379eb7c9f3c84d932344f12134e533b7ef 1964 
python-igraph_0.5.4-1.dsc
 761ebf028f6dc03aa42a23306bc20af4cbff4ad7e850a314840cb3f9cb021484 206206 
python-igraph_0.5.4.orig.tar.gz
 6a663fa279fde2fbad451d85f5f7350da3e7036d17961d0994d76e23aa7db397 2502 
python-igraph_0.5.4-1.debian.tar.gz
 3b0d28f42510ffd854d41a3381d8717a1c0cf846e807d6fe7491020cc381a775 328544 
python-igraph_0.5.4-1_amd64.deb
Files: 
 ea7131a1fb9aa49a4dac4ccaac9de8d8 1964 python extra python-igraph_0.5.4-1.dsc
 c80941cc28cd72c886e725f70506 206206 python extra 
python-igraph_0.5.4.orig.tar.gz
 2eec6742ca3943142c201f7c30ac0565 2502 python extra 
python-igraph_0.5.4-1.debian.tar.gz
 39c068e32cde24bf7e429bac577754b9 328544 python extra 
python-igraph_0.5.4-1_amd64.deb

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

iQIcBAEBCAAGBQJPZFkPAAoJEMwUn2wopeJXodcP/RcksafAU0mS22BjiqzHDTxW
qZGxEUaET8gOBzNJUnihHmiKeiGRh6WquVdb9gwR/d77bxS+2cVOCaV+bviqFcMF
06sTPWAI+PYsqG+jxm32yOstF6NyTNX7TUzkmGjad0+HDoZMppskdYutN10ID8Bo
peKLIqu/u0xMHhF0254tImE883GukEaeZeQNkcg9ir0Oxc6bhim4ytA5dyd249c7
ORY3hii/AhcQnrYruWBhdmId/VZR73zXu0ZzCR4MQZTYZtaVDGjgQXFpxWHHiQP7
CkuqlpKhEYQgMIS4ockXXTF7bHXk3w4fuf0reuQWIcVxwHujrMjDHSa36NQpUuZ2
/d3PEAyWDQlmrrw6UqGd0fh85jlOU3/q4Y2XjSle4XvOvQahOO3gI0sZiCRB8RDF
4R0M94Q0YIjts2w4Qaw/C8rSWfBOlpLObjsyq9C3Ry2KSacqJh1tp2J7zaIzv8Ei
GqPQqseIRD9AmB5MZy11LLhLVul1NC77GbpO1AhVS0xCxw/E1a0Xw+jnW1SMBIvh
aKCKKmM9XYTd0qNkoG1/8UN6g2U4TWYvgRhybu21Z28HprfWKUlgI2yUILoHdbkZ
pbKOYzIZwvLgdGQ+ViLko2+atLLOmYOqf12lnYeEXo0SJVkvKgQXNN9KXavHB3bk
+Ii6hk29YCmcR7UL9rlL
=WUKk
-END PGP SIGNATURE-


Accepted:
python-igraph_0.5.4-1.debian.tar.gz
  to main/p/python-igraph/python-igraph_0.5.4-1.debian.tar.gz
python-igraph_0.5.4-1.dsc
  to main/p/python-igraph/python-igraph_0.5.4-1.dsc
python-igraph_0.5.4-1_amd64.deb
  to main/p/python-igraph/python-igraph_0.5.4-1_amd64.deb
python-igraph_0.5.4.orig.tar.gz
  to main/p/python-igraph/python-igraph_0.5.4.orig.tar.gz


-- 
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/e1s8tvf-0002up...@franck.debian.org



Accepted tt-rss 1.5.10+dfsg-1 (source all)

2012-03-17 Thread Sebastian Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 21 Feb 2012 17:52:13 +0100
Source: tt-rss
Binary: tt-rss
Architecture: source all
Version: 1.5.10+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Sebastian Reichel s...@debian.org
Changed-By: Sebastian Reichel s...@debian.org
Description: 
 tt-rss - web-based news feed (RSS/Atom) aggregator
Closes: 440602
Changes: 
 tt-rss (1.5.10+dfsg-1) experimental; urgency=low
 .
   * Initial release (Closes: #440602)
Checksums-Sha1: 
 75430d0c5433b7529eb02ba24660f3aad7be623f 1902 tt-rss_1.5.10+dfsg-1.dsc
 d8df16db1e4048ead882ee51dc4a8bba13c7c96d 2730916 tt-rss_1.5.10+dfsg.orig.tar.gz
 6f2fba1578bf88ea2113b4cceb86f0eab8ddda3b 10216 
tt-rss_1.5.10+dfsg-1.debian.tar.gz
 015c96b2baaf45688d9cd81bd480701d18760d06 1172398 tt-rss_1.5.10+dfsg-1_all.deb
Checksums-Sha256: 
 94dcaeab7122512c46f39ef291278070f5e683ad3fc46505ae4b49ec2984eae9 1902 
tt-rss_1.5.10+dfsg-1.dsc
 ed1bbe490e3b5c4fa90b9aa1dc2051619f9f9e1cebda3ad4325dd7e0ca63386d 2730916 
tt-rss_1.5.10+dfsg.orig.tar.gz
 b5a64cf95cc795996a084af701e7bac7a9d029de7814f34dd06788a26373 10216 
tt-rss_1.5.10+dfsg-1.debian.tar.gz
 838c44e2779aa091b6909450421fd921ff82406e867542cf3365a96d5b16cc4b 1172398 
tt-rss_1.5.10+dfsg-1_all.deb
Files: 
 d1b6418cb8b2d242c61da136b48d3808 1902 web optional tt-rss_1.5.10+dfsg-1.dsc
 e736fa613060a7047597d056934e828f 2730916 web optional 
tt-rss_1.5.10+dfsg.orig.tar.gz
 0f5e0aab24aa51360446d8659047c5e2 10216 web optional 
tt-rss_1.5.10+dfsg-1.debian.tar.gz
 2cb8026029cacdbab203d1fde10649d1 1172398 web optional 
tt-rss_1.5.10+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJPZAU9AAoJENju1/PIO/qanrAP/iNTdnvaHQrNRqPA0WU2wHSE
zyoQdN1bjaP2Hl5U0d1uDbskcubbtkGlGtPhY9l6LTZi4I0l7Hi+qzbyGH1Wlp3R
c4E+MqdAS6p70xnkgeBlaw0B7X0C+ngjO5yIYJt9FbkTk6U+mNqHNUBhlgIH6Wds
KdVgvkWSh2ciwD7m80hjBmXUoezVesMFXHgFRavwt+nnFJ4Eo0ySlicDAdjed2PL
S2RKIKuXFe8+cyQHZWi0q7jRgXVvyVUvwt+Vgm+zWVrbK5Maxh2WATBFVuF71cUz
uLf31lJFO8LP7HeKqrCmxm6a6+xKD09VyJ+LaZFJ7AkzlydWUlV6tQcWNNQaV0Ws
4rWNWzBwqRof7EsebE06OQmFslhKzgctbgcbat8n/909iTTwnQ5r8ArONC1OYaHz
hdj6/913U2M4sWZsTvfNHgL7bpwktftgIvdBjHaQ7C7kPjZypnUfC6TJ8G3V2QK1
6dXDGnB10jwTdxdgc5Pd7ZruFyg3XbMKcnI5cHsHuBgr04MSGbMnNP5enMxcxE9M
PcbkHizDlbYnZh2mrHTr6UYgMe4fUdeuBv1qD1ECv0g0U5EkbzglyqrtOn958lVp
EkCpk2Nl6+aBS8o5sYzvX0THzLvyBKFXdqT27XZuUgTLncTyFeJH6mJBUUaHqyGa
Bs0xgD2t6G/4dakiO26J
=C7Iv
-END PGP SIGNATURE-


Accepted:
tt-rss_1.5.10+dfsg-1.debian.tar.gz
  to main/t/tt-rss/tt-rss_1.5.10+dfsg-1.debian.tar.gz
tt-rss_1.5.10+dfsg-1.dsc
  to main/t/tt-rss/tt-rss_1.5.10+dfsg-1.dsc
tt-rss_1.5.10+dfsg-1_all.deb
  to main/t/tt-rss/tt-rss_1.5.10+dfsg-1_all.deb
tt-rss_1.5.10+dfsg.orig.tar.gz
  to main/t/tt-rss/tt-rss_1.5.10+dfsg.orig.tar.gz


-- 
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/e1s8tvw-0002wi...@franck.debian.org



Accepted libdist-zilla-perl 4.300010-1 (source all)

2012-03-17 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 12:11:17 +0100
Source: libdist-zilla-perl
Binary: libdist-zilla-perl
Architecture: source all
Version: 4.300010-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini al3x...@gmail.com
Description: 
 libdist-zilla-perl - Perl distribution builder
Changes: 
 libdist-zilla-perl (4.300010-1) unstable; urgency=low
 .
   * New upstream release
   * Update debian/copyright format as in Debian Policy 3.9.3
   * Bump Standards-Version to 3.9.3
   * Bump versioned (build) dep on libcpan-meta-perl and libconfig-mvp-perl
Checksums-Sha1: 
 d931ce531beb9b3d5fa3ddfe4d1b9957bb7fb928 3545 libdist-zilla-perl_4.300010-1.dsc
 4a6e61cb7a1d07194f978a8d990f2d47ca8407c6 124069 
libdist-zilla-perl_4.300010.orig.tar.gz
 b08fb8223496839e272588a1aab7b97fd7dc78ac 5253 
libdist-zilla-perl_4.300010-1.debian.tar.gz
 af97ae7e2a993e6c4a0987c230e46f49141cc95d 374674 
libdist-zilla-perl_4.300010-1_all.deb
Checksums-Sha256: 
 92000f27abe343a6119e0dffa68bd316717c8135ce3e4e9838b705e3f7afc58f 3545 
libdist-zilla-perl_4.300010-1.dsc
 0d36fa9394bc85b51afbbf26f49c3f4b3035c78a3d51c2d562c880ba55e79128 124069 
libdist-zilla-perl_4.300010.orig.tar.gz
 04ad352346594d0330d0a2625acd936d3f3cfb879ac8dce452c7874bedbafb6e 5253 
libdist-zilla-perl_4.300010-1.debian.tar.gz
 d68ab9e04c2b3b32fa069a74e22887241d4a8763a33f99e94fd17220122608dc 374674 
libdist-zilla-perl_4.300010-1_all.deb
Files: 
 f55fbfb19ce6516ad13aca5ddd1810fc 3545 perl optional 
libdist-zilla-perl_4.300010-1.dsc
 77be912bee20f869d994e1110187dd45 124069 perl optional 
libdist-zilla-perl_4.300010.orig.tar.gz
 88fcc1044d310e4f59e99a467cb9ab1d 5253 perl optional 
libdist-zilla-perl_4.300010-1.debian.tar.gz
 516f7508e04939d92c9a9ac5ffe7bd67 374674 perl optional 
libdist-zilla-perl_4.300010-1_all.deb

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

iQIcBAEBCAAGBQJPZJfXAAoJEHidbwV/2GP+odEQAIL5CrzR6VIVtrz4lq+piXqm
To3grP/KVU1K+6NNefyf7B8vvQWF1KsK1pInVq8RP4P+HMyVxNJKiQ3W8/+Cil3c
8+b2+NXxZ/jmRrn8gLlTEVdQOHtob0TxK/mS15by1XMTOxHTDM577YId4uhRoAB7
Ev/KmBi2bizfhatEo1jsI+KOjPinefYlVKr8Sdoh3XOYiRlKCPwgxLXl48FDIOFt
qlLRA+WhEAoR7kNRjWx1DB8lM00mj9ibMq2vCHhMqzG9/pGtGpMpo8EbrpAjwMhF
w6tjo0jrUJeaX/+rckNStX47PLfjNG9sRbYN6MbbdVS/YsZ7lyvXJHUStXMTsWE7
6KddrFOlBkXaZf6ov6rL0+VOKIq8stEU9xi7t73tqyKDHx+0BgN8xpLDCtMu+wMO
haZdkHxSSaVbh37mhmrNK1wv/7N8axu/AQa/Bqh/o/OS0gZ31KD7xlJxX0WMitjH
eQz3upW/ciIV0qCNRJBOghvwXPZQ7RBycbDxIOxKWXjP8tvLbcZ9+xNTh++WT5Id
1vsTu/3AHhohx5jaocGhrMv/iMamWaF5Ina98N4muU6E5kkPDzyFhqSe5UFNE2cA
h54twagHT17zM+63nFwJCu5blAOVJIfYgj3Xs98GNMycFKI7p3GR16MpQmDS7Gja
ibATRS491HMwYmLddw4o
=rUGW
-END PGP SIGNATURE-


Accepted:
libdist-zilla-perl_4.300010-1.debian.tar.gz
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_4.300010-1.debian.tar.gz
libdist-zilla-perl_4.300010-1.dsc
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_4.300010-1.dsc
libdist-zilla-perl_4.300010-1_all.deb
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_4.300010-1_all.deb
libdist-zilla-perl_4.300010.orig.tar.gz
  to main/libd/libdist-zilla-perl/libdist-zilla-perl_4.300010.orig.tar.gz


-- 
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/e1s8uye-0008ji...@franck.debian.org



Accepted libxml-libxml-perl 1.95+dfsg-1 (source amd64)

2012-03-17 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 14:32:37 +0100
Source: libxml-libxml-perl
Binary: libxml-libxml-perl
Architecture: source amd64
Version: 1.95+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini al3x...@gmail.com
Description: 
 libxml-libxml-perl - Perl interface to the libxml2 library
Closes: 664056
Changes: 
 libxml-libxml-perl (1.95+dfsg-1) unstable; urgency=low
 .
   * New upstream release
 - Fix XML::LibXML::Element tests for inequality with == and eq
   (Closes: #664056)
   * Add dont-link-to-zlib.patch
   * Bump versioned build dep on debhelper to get CPPFLAGS and LDFLAGS too
Checksums-Sha1: 
 64dd651fadb51e73836fabd963c4b7d8a1b07026 2300 
libxml-libxml-perl_1.95+dfsg-1.dsc
 735de163bab3c958cfc243773c45afe61cf7217a 371556 
libxml-libxml-perl_1.95+dfsg.orig.tar.gz
 7b1064fe0bf93046c457c326748b609a9e871c96 10821 
libxml-libxml-perl_1.95+dfsg-1.debian.tar.gz
 c75593e2d226128b34ddf4b8c59edfb365969094 411858 
libxml-libxml-perl_1.95+dfsg-1_amd64.deb
Checksums-Sha256: 
 f39128a188b4062559fac92c524804d901e1d343a4f7a10f546c49aa844155ea 2300 
libxml-libxml-perl_1.95+dfsg-1.dsc
 0b241179877a8f894f8f5c83b6837ed1e2ebee6ed52e1baf34ae618d494a2abc 371556 
libxml-libxml-perl_1.95+dfsg.orig.tar.gz
 76b7441b3587e2ecdacc005f820988270cd992ba728884b4a685547416d8ab54 10821 
libxml-libxml-perl_1.95+dfsg-1.debian.tar.gz
 f73d746b099a625133f9a4bd462f75ae9558885e1454edbe9038ecc9faf49df4 411858 
libxml-libxml-perl_1.95+dfsg-1_amd64.deb
Files: 
 e4c7c30f074545bdef2d41af7e279b4c 2300 perl optional 
libxml-libxml-perl_1.95+dfsg-1.dsc
 6e2e9a6197cf05fa216728f6d04e3a46 371556 perl optional 
libxml-libxml-perl_1.95+dfsg.orig.tar.gz
 9fd97940b0969c4f441bd85a0706c36a 10821 perl optional 
libxml-libxml-perl_1.95+dfsg-1.debian.tar.gz
 4344d78eb55c356e58e5692291e5a204 411858 perl optional 
libxml-libxml-perl_1.95+dfsg-1_amd64.deb

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

iQIcBAEBCAAGBQJPZJemAAoJELs6aAGGSaoG0kcP/2CizgcwyGQy5r/V3rO2p6+W
y9THs7gCkC1lfohX3F0YlEL1cfwR83M2emJfpj7NCz8zLMo/jWzhxEU3QNDCGZkp
lKPTqmAq+Dq+GhsXeiWXFx0pmfN8lJYKPQyiUzf0KpjKUo7xGk+Ek7YFo5IUETDq
cUAPvLUcgJOIFJhGpBkgmO6QXx4TGcvZbkpGiUW/lN5oyMxuwaDS6unTzmeUxhxI
QbbiyIqzwGlTy6k2jl3lDYFNUE2VdQJk3Ndb0RefkSnbU3Ym26PIZ/EYfnMXs+wE
dXR453b8c+6lj1dllltjeq5UNrcU1NruRDYLHikzCiEI3ctxKZD/tVFRFKuFRSWh
8EeWTCdO+gHli3ctt6ZIrPg/h0CXrT4LtDFt7epvI3rgFrvTS8wwovPMzDLyt3/o
uxHlQRvaiAimcbtxKPb3YJHKEMqr0sYHEM4pHiq+2NOs4VWcbSoYDjMXfmWjqz5k
jsdH7tSHrPKM7y36346kP9v84KORBkPHjrw7JR0tOv3CSI7UXql2RzFpOS9EpYGp
545o70/OgxMveq5HQTfpO1FiDwFwF1ZAfKAsZFfpqF02WuvOYflBNbn3scFebchv
CZcnxpzR4opFSgXfw55YdkOHEltfW4zgbAtTirUGSqidZaCt9QVxem/u5jQzi2aP
lDQ6afqmy2eSVAHcAqsk
=vDmr
-END PGP SIGNATURE-


Accepted:
libxml-libxml-perl_1.95+dfsg-1.debian.tar.gz
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.95+dfsg-1.debian.tar.gz
libxml-libxml-perl_1.95+dfsg-1.dsc
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.95+dfsg-1.dsc
libxml-libxml-perl_1.95+dfsg-1_amd64.deb
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.95+dfsg-1_amd64.deb
libxml-libxml-perl_1.95+dfsg.orig.tar.gz
  to main/libx/libxml-libxml-perl/libxml-libxml-perl_1.95+dfsg.orig.tar.gz


-- 
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/e1s8uzi-0008mx...@franck.debian.org



Accepted octave-data-smoothing 1.3.0-1 (source all)

2012-03-17 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 15:34:54 +0100
Source: octave-data-smoothing
Binary: octave-data-smoothing
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Sébastien Villemot sebastien.ville...@ens.fr
Description: 
 octave-data-smoothing - functions to do data smoothing on noisy data
Changes: 
 octave-data-smoothing (1.3.0-1) unstable; urgency=low
 .
   * Imported Upstream version 1.3.0
   * Bump to debhelper compat level 9
   * debian/copyright: upgrade to machine-readable format 1.0
   * Bump to Standards-Version 3.9.3, no changes needed
   * Build-depend on octave-pkg-dev = 1.0.1, to compile against Octave 3.6
   * Remove ${shlibs:Depends}, meaningless on an arch:all package
Checksums-Sha1: 
 ef42bab0699fc119e890ebc4a73ed7ce124c7b71 2152 octave-data-smoothing_1.3.0-1.dsc
 28fb1233f0db586bccac9317f0f0eff84bb9842e 17315 
octave-data-smoothing_1.3.0.orig.tar.gz
 b3fda18a7caf7bc02d6598e0bd0daf027d835f2a 2735 
octave-data-smoothing_1.3.0-1.debian.tar.gz
 d84b0bf89a5e640a1020d5f865a289466bd77996 9872 
octave-data-smoothing_1.3.0-1_all.deb
Checksums-Sha256: 
 3688b13c708749c71f6550e1c8bb55077c5c47e0feeadf01305734ec6139d9b0 2152 
octave-data-smoothing_1.3.0-1.dsc
 012bd7a9681619ed33d8643f3785ba9b17a82febab9b242674fe79746bc31b60 17315 
octave-data-smoothing_1.3.0.orig.tar.gz
 70438db259d17167b3c7d27141e4fc244908da96d256340d74c02add3d9fd7e1 2735 
octave-data-smoothing_1.3.0-1.debian.tar.gz
 6434f99df4b357565cb3b94d8b70fc22ecfaac385b02768ebd928387f4c286e5 9872 
octave-data-smoothing_1.3.0-1_all.deb
Files: 
 bb93b8944553a86ad7deb44faa42326e 2152 math optional 
octave-data-smoothing_1.3.0-1.dsc
 d8fc52ed097b5096f5e7ea16dc5ab343 17315 math optional 
octave-data-smoothing_1.3.0.orig.tar.gz
 dc7a180fe427b43ff063ec9210b971da 2735 math optional 
octave-data-smoothing_1.3.0-1.debian.tar.gz
 4f05b0e8c33f3180385708e6012f62ec 9872 math optional 
octave-data-smoothing_1.3.0-1_all.deb

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

iQIcBAEBCAAGBQJPZKIAAAoJECzs6TUOzr5KINYP/RXegkGK/JyzyqMj6/DZ8vGe
ExYoLs5uSrdAMf/vfZ2nIdf8o/ssLhEsbU9eCYT4hqrGwbWWu2wkA5NXbo6bCm12
5zQw/lJ7+4J1OOF94B3Sjp7JCySDneOmid+oOzWw4vzSJ1EIStmfggXWSX0ZWbED
5wBh4OFhHGDAEF8zi9YtXEOGiThnRCmSGZBrBmqic5dFk8mT9cOwcFrSR0d+/GQm
9NWB7faL2mm5TC1yFt18exMkUGdAaQFBvIcLf/Y2E/MTvinjL2K91xt6n/hUirdl
Gzq7uPSoD3sdjltsvcFHk5e7ES12b6FNHGye8NJULphHZ+icKyIVsSRqPzG/A/tn
HjXPMwVm69F5QCQWtB0Rlt99Xk9WWbOowsZjGtB3uHfITPU4XPT3o/dWz5X4Be/H
OzItr0G1jL/YRNRH5Tvnz74lCF5TLHXszwm6w7BDM32wji+f/HtB/QaDFduvXhWE
VbVtwdEfVuqch9XnPYGk2NVi9HgmG5qsuq0QDy9Hg0ON1h+98uXMYqK8Y0SxjmO6
6jcEL1chUtb1/2ypJ7fWC9/eIsN5GeWwAjv5LSXuLXnNcEMhL9fZhsUINeqnvL+o
bknl/8taQkPotps9RPROg/4rdEus/wVL4EAcNZUAyhnXAlZ0D35xYEHgs9gSUQ7t
TjD2N9wW4qXqsl+QB2d0
=dAOn
-END PGP SIGNATURE-


Accepted:
octave-data-smoothing_1.3.0-1.debian.tar.gz
  to main/o/octave-data-smoothing/octave-data-smoothing_1.3.0-1.debian.tar.gz
octave-data-smoothing_1.3.0-1.dsc
  to main/o/octave-data-smoothing/octave-data-smoothing_1.3.0-1.dsc
octave-data-smoothing_1.3.0-1_all.deb
  to main/o/octave-data-smoothing/octave-data-smoothing_1.3.0-1_all.deb
octave-data-smoothing_1.3.0.orig.tar.gz
  to main/o/octave-data-smoothing/octave-data-smoothing_1.3.0.orig.tar.gz


-- 
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/e1s8uzq-0008pz...@franck.debian.org



Accepted yelp-tools 3.3.3-1 (source all)

2012-03-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 15:22:25 +0100
Source: yelp-tools
Binary: yelp-tools
Architecture: source all
Version: 3.3.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 yelp-tools - Yelp documentation tools
Changes: 
 yelp-tools (3.3.3-1) experimental; urgency=low
 .
   * New upstream development release.
   * debian/copyright: Update Format to the final version 1.0.
   * Bump Standards-Version to 3.9.3.
Checksums-Sha1: 
 1d2bc814d56c20ebade6ae3146e5e48b28a24270 2020 yelp-tools_3.3.3-1.dsc
 d0aa32e847d2feefc5e20589c9b331f94fd244fd 195340 yelp-tools_3.3.3.orig.tar.xz
 0d7475e3e9ab6a21f6d00fb31f4b2ca30a9a8cc9 1918 yelp-tools_3.3.3-1.debian.tar.gz
 8c4c209ccbcfc71ee1724faff197ec547082b477 188016 yelp-tools_3.3.3-1_all.deb
Checksums-Sha256: 
 b9aeee8b8a1a286661df05914d1d560b716748698e382cf41805cab4bd52a676 2020 
yelp-tools_3.3.3-1.dsc
 072ce2db79517c3875dbb1884e51e700d3053084b9a27310b676e30fd8a1e087 195340 
yelp-tools_3.3.3.orig.tar.xz
 0e5b59fb8c9f8510dd32bb2d95a05f0d2c9fc9278520a9a6ecf8237b8e7eaf6b 1918 
yelp-tools_3.3.3-1.debian.tar.gz
 04f6e13fd1d5a0b817167a618313df2dd80c87679addd733586d886b61b3ba1d 188016 
yelp-tools_3.3.3-1_all.deb
Files: 
 c2cd9c85f8e2dfb74d29d6e681ff61aa 2020 gnome extra yelp-tools_3.3.3-1.dsc
 291894dbea90a4998e61ddac40f70a66 195340 gnome extra 
yelp-tools_3.3.3.orig.tar.xz
 f142b7b3270d8714063f0867447c3bb8 1918 gnome extra 
yelp-tools_3.3.3-1.debian.tar.gz
 5adefe105723ec1c31c17d8950268a38 188016 gnome extra yelp-tools_3.3.3-1_all.deb

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

iQIcBAEBCAAGBQJPZJ5rAAoJEGrh3w1gjyLcisIP/0IyugiCaSimlPkPPt1FTXHe
xz6SmiBUGybLCOInYtNb7FDj0hZDc5fOlAGZoT2HeaLhqmm+xpdBuj5VX9AcT6+X
XVDqReLjtVlZbzNUt1lHoRHWg8uBhNi1MMFxtIDG8ThlIbk2Emr4f51zQ5HI6hFY
4Wyl43ZIjSguFyKUx4q3zUBhZAD11b1QAQwA2S4xCy0CO+q3lIOEyuDOXE10t6p/
uS0hittKzIFhOqmjZDJ2Un4VeYraUi51lDpOyXzMzjKYwDcvwOxKDHS1C/doTKh9
PP8vP1aLSF1SS7fJqA0jlijM3jYh6sz/H3Q76alogIFlT4Xb1SQQpo9DpvGzSvDM
K+kzN9okRLlVq0AETOOBgmBcouqZw98ZALG9rR1x0/YWeZEKQDVkGIEd/ZQ4Jfh/
HsHiHJNui2q8EJ7C+9P45cH7t6FYotLRn8RHFnF4eKg+SPv5+zMLhsSPze9skKYA
X2la7Noaa+RjrQfNX7S2J5slnERwlP9qpETUl10xYENMaIlfnUuLnxDypsY/VY9o
yoAPcEIv4Z9/oo4tjg6Bl+r51yfD0/GZwVHA/ZRj/1Pgn4aWr+7I5Z40cVU+6UUs
tgT2aKqlhT9Pw21awB8XGB2RmFVv8f0qaOsObC2o6fis0e4w1r4GU7UsJzFdlgBy
/Yqg5yYhtSVmwuZnJhVp
=hdTE
-END PGP SIGNATURE-


Accepted:
yelp-tools_3.3.3-1.debian.tar.gz
  to main/y/yelp-tools/yelp-tools_3.3.3-1.debian.tar.gz
yelp-tools_3.3.3-1.dsc
  to main/y/yelp-tools/yelp-tools_3.3.3-1.dsc
yelp-tools_3.3.3-1_all.deb
  to main/y/yelp-tools/yelp-tools_3.3.3-1_all.deb
yelp-tools_3.3.3.orig.tar.xz
  to main/y/yelp-tools/yelp-tools_3.3.3.orig.tar.xz


-- 
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/e1s8v1i-0008w1...@franck.debian.org



Accepted yelp-xsl 3.3.3-1 (source all)

2012-03-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 15:12:22 +0100
Source: yelp-xsl
Binary: yelp-xsl
Architecture: source all
Version: 3.3.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 yelp-xsl   - XSL stylesheets for the yelp help browser
Changes: 
 yelp-xsl (3.3.3-1) experimental; urgency=low
 .
   * New upstream development release.
Checksums-Sha1: 
 264db17e65fc0b11e78b9a15da8c246b32996fa3 2058 yelp-xsl_3.3.3-1.dsc
 b31978858cd0a77061c806b34dc2e20ebc5944f7 571468 yelp-xsl_3.3.3.orig.tar.xz
 4199afa3a82c3472096fb38da76cc97cd33f211b 14051 yelp-xsl_3.3.3-1.debian.tar.gz
 9119e881394181c7f3e9b52b2705bd4e82915247 519780 yelp-xsl_3.3.3-1_all.deb
Checksums-Sha256: 
 b10f9cd2ea90788db4f31c32af1119c666e3e72bd7e2cedfea3b56b27df12e29 2058 
yelp-xsl_3.3.3-1.dsc
 4f6d3fcc578f1b65d18691ee398c556f21b2d60104e4706f2002357b6c3b28ee 571468 
yelp-xsl_3.3.3.orig.tar.xz
 3a889c309bce6d6cf997b3aef387434a5031c7147f9f08dae0f9399880866f2c 14051 
yelp-xsl_3.3.3-1.debian.tar.gz
 7bb73f93221ef5e7d89150006ee6716baa14e55d415ddf9b362396df40630655 519780 
yelp-xsl_3.3.3-1_all.deb
Files: 
 39151ac5f4736f83d9e5176d9da2c646 2058 gnome extra yelp-xsl_3.3.3-1.dsc
 7b8c8f56c75a212da767aa36dd1d2605 571468 gnome extra yelp-xsl_3.3.3.orig.tar.xz
 5142e512dc273826af2d5a410a42e1cb 14051 gnome extra 
yelp-xsl_3.3.3-1.debian.tar.gz
 e8bc9e6ccf1117db07d4b376e6236cec 519780 gnome extra yelp-xsl_3.3.3-1_all.deb

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

iQIcBAEBCAAGBQJPZJxAAAoJEGrh3w1gjyLchiIQAITuMyFSFL6RG0/zNlxlgaRe
MHyvUz3JQzJpQ17EBvAnLmz1bngjSCGu7LQfR2UT55gwetPavcMngszSKQTT4/L6
lP3JEuvAy3zed4ipYEbZPJTquRkxzg3jV6UiRPpU2pqm1FcZ6g++TtuajtNuxkCJ
8rOgBOju8Hlhhyd+BPnB+27plHB8ahFE0xObJ0hlKi8QfaWtYkSiVZ7aR+g42p2e
yhYh0USLP0CoL1XjQlp7qoESTBHsZOTS7Qh0KNj2PfRqD2jaFuxYVX8/a1fhKXfa
06WOaHXGkiHWgymVmTCwybB53IxOQ8Vf9v/NqaxeBVDYW7LV3p7SYVGH/kImlGeB
V85GGVN4r/8Ytb9a+JMGLWP5ZH3KvdxVp3hysOsHLdCZZdLONOPv6C0cI5c94b1h
97A7gQMuU1AgOmkQni8N6kXPMZFvXD8E0k+b93cIQKEByzpXCUGcjOncudqQDEdn
sYFHYiWIDWV7Fn4feBPlNapPPWOe7kjoYfw21JO4cCmCi/GcB13o0y9UU+gCNvp/
+81/WV8bdA4Cqb2LCyBe4h5ERfQpAbZpPgXQ7+wo0MrIs7yVXH21r+tNGkY5Lq2z
Ghj6oKUJkm648ZCKAnoVNBHjGRvES6sPLRf2xB5rCIfC6/X4JdyRKdtfgQj6S36W
w5RtH+He+mAJknt/GCNz
=8CUF
-END PGP SIGNATURE-


Accepted:
yelp-xsl_3.3.3-1.debian.tar.gz
  to main/y/yelp-xsl/yelp-xsl_3.3.3-1.debian.tar.gz
yelp-xsl_3.3.3-1.dsc
  to main/y/yelp-xsl/yelp-xsl_3.3.3-1.dsc
yelp-xsl_3.3.3-1_all.deb
  to main/y/yelp-xsl/yelp-xsl_3.3.3-1_all.deb
yelp-xsl_3.3.3.orig.tar.xz
  to main/y/yelp-xsl/yelp-xsl_3.3.3.orig.tar.xz


-- 
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/e1s8v1x-6g...@franck.debian.org



Accepted xxxterm 1:1.11.3-1 (source amd64)

2012-03-17 Thread Luis Henriques
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Mar 2012 13:12:46 +
Source: xxxterm
Binary: xxxterm
Architecture: source amd64
Version: 1:1.11.3-1
Distribution: unstable
Urgency: low
Maintainer: Luis Henriques hen...@camandro.org
Changed-By: Luis Henriques hen...@camandro.org
Description: 
 xxxterm- Minimalist's web browser
Closes: 660331
Changes: 
 xxxterm (1:1.11.3-1) unstable; urgency=low
 .
   * New upstream release
   * Updated copyright file with new files in package
   * Updated copyright file format field
   * Added postinst and prerm to add/remove x-www-browser alternative
 (Closes: #660331)
   * Updated Standards-Version to latest version (3.9.3)
Checksums-Sha1: 
 5df015873bb7e5a16ecd1a5a8054b0072c8c11ff 1171 xxxterm_1.11.3-1.dsc
 1701957d2ea4156fc74af9d47270ee350843458d 205935 xxxterm_1.11.3.orig.tar.bz2
 a206cf202dea2ca4ef6a902a98f35b3b6a227bef 15422 xxxterm_1.11.3-1.debian.tar.gz
 a487cf67c71caf673bec9b50ae1430baf11e7d14 181740 xxxterm_1.11.3-1_amd64.deb
Checksums-Sha256: 
 3ffca86068c4e66446b3533e3e7a24254bd2c1c559092ec4f05fed511beea305 1171 
xxxterm_1.11.3-1.dsc
 33528ecbfde814bbb9d39bf99276bd3e09b3abfba166d6614a1cf98486e47377 205935 
xxxterm_1.11.3.orig.tar.bz2
 572ddaf4fef2da8a4c8c6cfe592cba9c0f2ea3ffb669da3b3bffb75181b076ed 15422 
xxxterm_1.11.3-1.debian.tar.gz
 09c6513acb29af8cf721299f5b68f47ee8d2d5f7ec46a663c76965df6e7cb1c6 181740 
xxxterm_1.11.3-1_amd64.deb
Files: 
 15fdbdc8ec9642ce0e6172c3167f5382 1171 web optional xxxterm_1.11.3-1.dsc
 68574981a94151bff555e304049d59e4 205935 web optional 
xxxterm_1.11.3.orig.tar.bz2
 d67d44882fe5e7bd5c5c9e6c6685e0fd 15422 web optional 
xxxterm_1.11.3-1.debian.tar.gz
 b676a2f04ecff6da9a64e10b9d182b91 181740 web optional xxxterm_1.11.3-1_amd64.deb

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

iEYEARECAAYFAk9kox0ACgkQoRg/jtECjI00DQCgmWV7pLyeCqp5qYVOGYxC8bS4
S0YAoJCoJAxS4Dy6n0Wp4ZkwpjG8Oasp
=4bv3
-END PGP SIGNATURE-


Accepted:
xxxterm_1.11.3-1.debian.tar.gz
  to main/x/xxxterm/xxxterm_1.11.3-1.debian.tar.gz
xxxterm_1.11.3-1.dsc
  to main/x/xxxterm/xxxterm_1.11.3-1.dsc
xxxterm_1.11.3-1_amd64.deb
  to main/x/xxxterm/xxxterm_1.11.3-1_amd64.deb
xxxterm_1.11.3.orig.tar.bz2
  to main/x/xxxterm/xxxterm_1.11.3.orig.tar.bz2


-- 
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/e1s8vb0-0001ly...@franck.debian.org



Accepted gnutls28 3.0.17-1 (source all i386)

2012-03-17 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 17 Mar 2012 15:59:17 +0100
Source: gnutls28
Binary: libgnutls28-dev libgnutls28 libgnutls28-dbg gnutls-bin gnutls-doc 
guile-gnutls libgnutlsxx28
Architecture: source all i386
Version: 3.0.17-1
Distribution: experimental
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 gnutls-bin - GNU TLS library - commandline utilities
 gnutls-doc - GNU TLS library - documentation and examples
 guile-gnutls - GNU TLS library - GNU Guile bindings
 libgnutls28 - GNU TLS library - main runtime library
 libgnutls28-dbg - GNU TLS library - debugger symbols
 libgnutls28-dev - GNU TLS library - development files
 libgnutlsxx28 - GNU TLS library - C++ runtime library
Changes: 
 gnutls28 (3.0.17-1) experimental; urgency=low
 .
   * New upstream version.
 + Bump shlibs.
Checksums-Sha1: 
 4292a75ef40dc2956b5830c7053ce5a2f2e1dcbc 1960 gnutls28_3.0.17-1.dsc
 2e2adc41e0c75d8170fdca5955bd007ae93ceada 4884988 gnutls28_3.0.17.orig.tar.xz
 c341a17296e300b9b160989411ecef5d24d9ef36 27718 gnutls28_3.0.17-1.debian.tar.gz
 cf948679a2b7aa5b0d796cef63cc2951a58027f7 3111020 gnutls-doc_3.0.17-1_all.deb
 62941646f12d939330d074255aa34d71044ed6d4 819946 
libgnutls28-dev_3.0.17-1_i386.deb
 ae28a9ba70b4f703655c9e1a5a2d36fb9a6a010b 706664 libgnutls28_3.0.17-1_i386.deb
 fed17bfc3449485e6024c5a4925034098ea02af7 1712862 
libgnutls28-dbg_3.0.17-1_i386.deb
 e308e3507f53a72345478192de69dfe3839ea966 423844 gnutls-bin_3.0.17-1_i386.deb
 3e425ecaba0fa15e928d2508a283b35e5b726433 268608 guile-gnutls_3.0.17-1_i386.deb
 e3c93fc84c5a91de3122bfb9d3445851933d10e3 21418 libgnutlsxx28_3.0.17-1_i386.deb
Checksums-Sha256: 
 daeaa101d4921acb5e2d339a8fd0ba970ba148c90730397956ceb44f12ce317a 1960 
gnutls28_3.0.17-1.dsc
 ef89e32fee79345a57795472fb8ab4a764102fc84c9d6855926e0f78e9d4b4dc 4884988 
gnutls28_3.0.17.orig.tar.xz
 0bfc04a0b0ccc0826177bd1f20c7eda5344ff8f47aacd62c1c2f36710224195a 27718 
gnutls28_3.0.17-1.debian.tar.gz
 aec33b874525a3d26da954a83ea61bceaef6320e77581f2c2eca053e1abdc153 3111020 
gnutls-doc_3.0.17-1_all.deb
 6f721033f5600e0809e65f9d56554bc0a1f68ef4e73ffa1d9ba7afc02ff1dd22 819946 
libgnutls28-dev_3.0.17-1_i386.deb
 b48a604c35b2a8357d6b9a0abe9fe01082679600aa7970ca1eb82d7d2bd29e45 706664 
libgnutls28_3.0.17-1_i386.deb
 1bb7f3704da2b808aeb45d4a1049f18b62ef65595411908095c8b72d2c66d5eb 1712862 
libgnutls28-dbg_3.0.17-1_i386.deb
 bc7c774259218442b3e806e71bc5b1bd03a48bf59a17019cb9d31071c72cd5dc 423844 
gnutls-bin_3.0.17-1_i386.deb
 786d702a6af517bbfe99d5e923ec30895ecc7a2245a4f07731789902d1ee94d0 268608 
guile-gnutls_3.0.17-1_i386.deb
 3a879d29a5402121dcdffc87da767bd4398e067511815ca5f819a300f282d157 21418 
libgnutlsxx28_3.0.17-1_i386.deb
Files: 
 74a3a60a21eee498b68995cdfcd17f47 1960 libs optional gnutls28_3.0.17-1.dsc
 5e87bd73a237749e2acbbb7161f11d5e 4884988 libs optional 
gnutls28_3.0.17.orig.tar.xz
 f8bc21a33f5322c8f7163ebc38532169 27718 libs optional 
gnutls28_3.0.17-1.debian.tar.gz
 127fb227d8c154682b8de2050de5183d 3111020 doc optional 
gnutls-doc_3.0.17-1_all.deb
 f3d478ce665dfec14a23ec174d2e42ba 819946 libdevel optional 
libgnutls28-dev_3.0.17-1_i386.deb
 58eb89c2670dd66723613a75b66d8074 706664 libs standard 
libgnutls28_3.0.17-1_i386.deb
 c5679bb3f2bb14ac2136099c3710f2b8 1712862 debug extra 
libgnutls28-dbg_3.0.17-1_i386.deb
 82273e7391034c1c760b3a2d27460804 423844 net optional 
gnutls-bin_3.0.17-1_i386.deb
 43fdcd60cde9f50a11f4bfb2e3dc30ac 268608 lisp optional 
guile-gnutls_3.0.17-1_i386.deb
 b76b2689eb09dbf37d2b0f911d7a1dd5 21418 libs extra 
libgnutlsxx28_3.0.17-1_i386.deb

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

iEYEAREDAAYFAk9kqLYACgkQHTOcZYuNdmPjOwCbBJzeVm/xdm5rx+wFebaFXH8V
DHYAn26/q2ToBEW28yohUa+nBth6tq3b
=Iabv
-END PGP SIGNATURE-


Accepted:
gnutls-bin_3.0.17-1_i386.deb
  to main/g/gnutls28/gnutls-bin_3.0.17-1_i386.deb
gnutls-doc_3.0.17-1_all.deb
  to main/g/gnutls28/gnutls-doc_3.0.17-1_all.deb
gnutls28_3.0.17-1.debian.tar.gz
  to main/g/gnutls28/gnutls28_3.0.17-1.debian.tar.gz
gnutls28_3.0.17-1.dsc
  to main/g/gnutls28/gnutls28_3.0.17-1.dsc
gnutls28_3.0.17.orig.tar.xz
  to main/g/gnutls28/gnutls28_3.0.17.orig.tar.xz
guile-gnutls_3.0.17-1_i386.deb
  to main/g/gnutls28/guile-gnutls_3.0.17-1_i386.deb
libgnutls28-dbg_3.0.17-1_i386.deb
  to main/g/gnutls28/libgnutls28-dbg_3.0.17-1_i386.deb
libgnutls28-dev_3.0.17-1_i386.deb
  to main/g/gnutls28/libgnutls28-dev_3.0.17-1_i386.deb
libgnutls28_3.0.17-1_i386.deb
  to main/g/gnutls28/libgnutls28_3.0.17-1_i386.deb
libgnutlsxx28_3.0.17-1_i386.deb
  to main/g/gnutls28/libgnutlsxx28_3.0.17-1_i386.deb


-- 
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/e1s8vnu-0002fn...@franck.debian.org



Accepted yelp 3.3.4-1 (source amd64)

2012-03-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 15:57:17 +0100
Source: yelp
Binary: yelp libyelp0 libyelp-dev
Architecture: source amd64
Version: 3.3.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libyelp-dev - Library for the GNOME help browser (development)
 libyelp0   - Library for the GNOME help browser
 yelp   - Help browser for GNOME
Changes: 
 yelp (3.3.4-1) experimental; urgency=low
 .
   * New upstream development release.
   * The upstream tarball no longer contains any compressed java script files.
 So we no longer need to repack it and can drop the dependency on
 libjs-jquery-ui.
   * debian/patches/06_setup_error_on_missing_dbus.patch: Removed, merged
 upstream.
   * debian/libyelp0.symbols: Add new symbols.
   * Drop Build-Depends on gnome-doc-utils.
   * Add Build-Depends on itstool.
Checksums-Sha1: 
 1c2626956fd9aa4eed288fac261c6ad15521f0ca 2451 yelp_3.3.4-1.dsc
 79e237b198412ffb4737d6990b0fe573f14568d2 856392 yelp_3.3.4.orig.tar.xz
 c3d7b0b16f50e50a53b0204f3adceae1ab664015 13825 yelp_3.3.4-1.debian.tar.gz
 8fb04bbb0eea4bff7ba18751984afe91e747a15d 582486 yelp_3.3.4-1_amd64.deb
 524bb439aa09496c93a8feb0f942951b85d99810 205740 libyelp0_3.3.4-1_amd64.deb
 4cbf01ba73544a0b8f8bb04417b09b6537ced1ea 128072 libyelp-dev_3.3.4-1_amd64.deb
Checksums-Sha256: 
 a9c751abc60affe59341b59c06058c4854b7e0015c8e8dffd3b0c9ce5c89b54d 2451 
yelp_3.3.4-1.dsc
 abbc439093408da41f0f2dbc6a9ae5df3464e354e8f1706d6ed5d1ffd4d8b6fb 856392 
yelp_3.3.4.orig.tar.xz
 8f990051ad33f388ce7d244d8f2f2e6db15f2c7a5fe2a5e9de242aa8b8e8 13825 
yelp_3.3.4-1.debian.tar.gz
 29669b233411f65c8a836504fa79f2292b3d9df6082f2739cb86e0c5e4230955 582486 
yelp_3.3.4-1_amd64.deb
 e41cde3fda3b8bac422370245650625cf8c4181aeacdd63185bf0c54b1cd1019 205740 
libyelp0_3.3.4-1_amd64.deb
 dcbe58edd4ff9a95c0a2a961930f54e7f8c45ead1657f1c1d06cc09942d72321 128072 
libyelp-dev_3.3.4-1_amd64.deb
Files: 
 38cdbf858230517816ff0ad55ebd0aa4 2451 gnome optional yelp_3.3.4-1.dsc
 9acdbfa0b140e88f648ef01046b1475b 856392 gnome optional yelp_3.3.4.orig.tar.xz
 24313ff82b36adbaa2005ef6385ae5d0 13825 gnome optional 
yelp_3.3.4-1.debian.tar.gz
 b4a77a9363f25a3c1913bca41b4bdf1e 582486 gnome optional yelp_3.3.4-1_amd64.deb
 56b264d38fccf749ebbabbe35b14010a 205740 libs optional 
libyelp0_3.3.4-1_amd64.deb
 258d1cb76f2183810d6046b2324914c2 128072 libdevel optional 
libyelp-dev_3.3.4-1_amd64.deb

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

iQIcBAEBCAAGBQJPZKbaAAoJEGrh3w1gjyLcDJUQAI6E02vC668DG1Y1xMxcwlRP
z70g5U1TySq1EQKPzM6W+CZbyhNqzWMTgxJTKhv5vt60rpntskFm9CSlHuhOpOja
BkUzBYH6tn4odCR0B20bA36+m9L2Zq+0PRWxb4aQx7xsdQTM55upGVhZwUcAnHJ6
USXsAqwfDc2vSosN6381nFsd55rv7LhR1e1MRMwGgPhKgWYsHxdsvQd2OQPO4Jff
3uA2nOLiF0uPWT05UsSNHawotNFsg+r0fLxNxafIl8m6wzWyLw4MXC8LA9kqTWN5
COlV/JdSRdGG5ZyI27uaWCOtD4+3VTAE5IZiNj7iymQ4BjSzSjKmmfEZEkkF6yN0
zlWPmac8iEJLBS+qk/MWYKPqnY5KtzsK7Nk0D9+36VSOnqYKKW81h1AGVpW/SJBi
vKa75eGnuiibi55qCR5vGDIJ1qGIzxiL7UqI9tVlBH2IDd61pd+lPXZ2fVd9vPRM
GTpnRQwZjFqzkdIhq8LIPnBL23UP1dVQnhomvcp/WhtqIZ9vNTBtOm4ABxx+YXb9
WJi7CAWimX9s5V24hDU3dbZybIW45+wRwcsXVEjCsVdILRrd6nLjotwBxWXG63g5
WFnuPHoxd5BitbD6yu5t1gJivqh4FWdVPAYVvzqMSMgN/aS2UTylkPOW0OgEWqqO
26mm8jbvbdODvVIOVu0L
=8rYT
-END PGP SIGNATURE-


Accepted:
libyelp-dev_3.3.4-1_amd64.deb
  to main/y/yelp/libyelp-dev_3.3.4-1_amd64.deb
libyelp0_3.3.4-1_amd64.deb
  to main/y/yelp/libyelp0_3.3.4-1_amd64.deb
yelp_3.3.4-1.debian.tar.gz
  to main/y/yelp/yelp_3.3.4-1.debian.tar.gz
yelp_3.3.4-1.dsc
  to main/y/yelp/yelp_3.3.4-1.dsc
yelp_3.3.4-1_amd64.deb
  to main/y/yelp/yelp_3.3.4-1_amd64.deb
yelp_3.3.4.orig.tar.xz
  to main/y/yelp/yelp_3.3.4.orig.tar.xz


-- 
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/e1s8vpe-0002nr...@franck.debian.org



Accepted intel-vaapi-driver 1.0.16-3 (source all amd64)

2012-03-17 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 10:01:45 -0400
Source: intel-vaapi-driver
Binary: libva-intel-vaapi-driver i965-va-driver libva-intel-vaapi-driver-dbg
Architecture: source amd64 all
Version: 1.0.16-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 i965-va-driver - VAAPI driver for Intel G45  HD Graphics family (transitional 
pac
 libva-intel-vaapi-driver - VAAPI driver for Intel G45  HD Graphics family
 libva-intel-vaapi-driver-dbg - VAAPI driver for Intel G45  HD Graphics family 
(debug symbols)
Changes: 
 intel-vaapi-driver (1.0.16-3) unstable; urgency=low
 .
   * Set Architecture field to specific supported architecture fields.
Checksums-Sha1: 
 42054ec777cc5f5fcebcf10874366a9751329118 2438 intel-vaapi-driver_1.0.16-3.dsc
 17ca1a25a8c98c6ee19b2fa524a7edf10146d9e3 5393 
intel-vaapi-driver_1.0.16-3.debian.tar.gz
 632a2809f7e82453206b3c20843324e5c7c28cad 145204 
libva-intel-vaapi-driver_1.0.16-3_amd64.deb
 4bc37d2043c554b6b06845f2fd8849fdf8a40c17 5056 i965-va-driver_1.0.16-3_all.deb
 de3665d2d3a6a1f0b8a6a805e283998ed6fb8689 231698 
libva-intel-vaapi-driver-dbg_1.0.16-3_amd64.deb
Checksums-Sha256: 
 66af2d26b9e5bd8e979da2f218d32a47eb432d6592b9e87bcf6619f06296b90f 2438 
intel-vaapi-driver_1.0.16-3.dsc
 19ffb3b8e89644476ed42d50565026b4469f983620bcd968adefd2b4d5f8194e 5393 
intel-vaapi-driver_1.0.16-3.debian.tar.gz
 8d22b7a0700d2289d97295ef8fb51f3f77cd478a7667f34b1432d399066a8053 145204 
libva-intel-vaapi-driver_1.0.16-3_amd64.deb
 a92d61081729281bf7e32945e9ca9d97f60d913f9ce0e368ab18f715acccda4b 5056 
i965-va-driver_1.0.16-3_all.deb
 7c055c3e84df79be401cfb3b0cc2f3c559d2830d1fe522d50898b5cb71f77b9c 231698 
libva-intel-vaapi-driver-dbg_1.0.16-3_amd64.deb
Files: 
 4b7ff4694abefc04824cb31c8a3ccd50 2438 libs optional 
intel-vaapi-driver_1.0.16-3.dsc
 acbe40b60e24143b0e34574b66af7cb8 5393 libs optional 
intel-vaapi-driver_1.0.16-3.debian.tar.gz
 68261ee36d6a75dfa0ad212b7957225a 145204 libs optional 
libva-intel-vaapi-driver_1.0.16-3_amd64.deb
 fde3574194d531bb555f36e44f832e72 5056 oldlibs extra 
i965-va-driver_1.0.16-3_all.deb
 c89c41f08210e5f25650ba063fb3ae4b 231698 debug extra 
libva-intel-vaapi-driver-dbg_1.0.16-3_amd64.deb

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

iQIcBAEBAgAGBQJPZK07AAoJED+5x4pTyFTfulwQAKqGg5TQwTbV7MpT8bQe3XYG
90bwspKyU4hNWYeevLVSDztbd86LY+yTJRzKQ8vi4swsaNPRx9Pk1cbYvjH6W05B
GDXHshYBXZJpT89ZkFpYFgaaeWNtuNQDmvgp6pZizkOdaeWzZU5gmTlFqLQgwmmc
7m7fYJLVeMP4YMc93egphchaWuX2sS8oV7E1/jpNED4hyQVk7O8V77YL1hMXJ5is
RbRJgJS1dRU5UOwor0PzuulXh9J+Q3ukZd7pvV3J+8lzJW55CT1rF9qlfsUiVLT0
5zYOHNljIWPBTYQF6HKmC6vVJQNjVNa/KNsLRWQGlxEebTCpRWsnA1kUYH9hy13F
PS7BGCZCsXz0hHyTXQiZSTYfkGsR3p+c3zesI529c0HxjVtecl9eQDKXX6aqmtBr
IAvJsODwuIW9/QijNUEhYC1FjA6d4XGutdMHgfXrFqw7zLmQ/ElUJ+HYoITWNGcg
0Oa/r5CeR+5ffW4W2xRRj7J53SokhrkJJGKCgMUKVQifg8bPboQ75GvqYMO9QwmO
PKeRSOP2fkt2a7FvXH+Ks8pmgHHigV51Aova4ECqGnEsnv6EgdL3P1oxCJrjXe7y
GUx+OyTy05fwQ33bnySDLkgHyUl21fDkqsei/j+q8tS/mcIsACqR8qN+Ecv8EQMg
onW4QD5Dz1IPa7svARNF
=tP+p
-END PGP SIGNATURE-


Accepted:
i965-va-driver_1.0.16-3_all.deb
  to main/i/intel-vaapi-driver/i965-va-driver_1.0.16-3_all.deb
intel-vaapi-driver_1.0.16-3.debian.tar.gz
  to main/i/intel-vaapi-driver/intel-vaapi-driver_1.0.16-3.debian.tar.gz
intel-vaapi-driver_1.0.16-3.dsc
  to main/i/intel-vaapi-driver/intel-vaapi-driver_1.0.16-3.dsc
libva-intel-vaapi-driver-dbg_1.0.16-3_amd64.deb
  to main/i/intel-vaapi-driver/libva-intel-vaapi-driver-dbg_1.0.16-3_amd64.deb
libva-intel-vaapi-driver_1.0.16-3_amd64.deb
  to main/i/intel-vaapi-driver/libva-intel-vaapi-driver_1.0.16-3_amd64.deb


-- 
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/e1s8vde-0003b5...@franck.debian.org



Accepted geiser 0.1.4-2 (source all)

2012-03-17 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 12:21:06 -0300
Source: geiser
Binary: geiser
Architecture: source all
Version: 0.1.4-2
Distribution: unstable
Urgency: low
Maintainer: David Bremner brem...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 geiser - enhanced Scheme interaction mode for Emacs
Closes: 664268
Changes: 
 geiser (0.1.4-2) unstable; urgency=low
 .
   * require geiser-install from /etc/emacs/site-startup.d/50geiser.el
 (Closes: #664268).
 .
   * Bump standards version to 3.9.3 (no changes)
Checksums-Sha1: 
 1950e54da6b9f4b473ed611d65ea277d5ce427aa 1328 geiser_0.1.4-2.dsc
 69e370941c549687e4991d76d3c1706d43706221 5923 geiser_0.1.4-2.debian.tar.gz
 fbc6904454221c3ad302383449dd6fe18f58c833 165404 geiser_0.1.4-2_all.deb
Checksums-Sha256: 
 4a8065dacce13d98cbbe68934620a163ef62fc798810987f9232cc703652150a 1328 
geiser_0.1.4-2.dsc
 1c3e5803784acc6f65e5b4a9ecf43b62678677533cdbfa448afc4c954e7f8f72 5923 
geiser_0.1.4-2.debian.tar.gz
 99dcedc8165a73df25a9dfd816b7186f221ef77a702b426923575a38fc4e17ec 165404 
geiser_0.1.4-2_all.deb
Files: 
 0aed4e7c0f209c6cb686c9fce754c62e 1328 lisp optional geiser_0.1.4-2.dsc
 96a0826e09153e2496090234e0bedb1e 5923 lisp optional 
geiser_0.1.4-2.debian.tar.gz
 e81f7824b00fc741782a41080eac3103 165404 lisp optional geiser_0.1.4-2_all.deb

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

iJwEAQECAAYFAk9ksNwACgkQTiiN/0Um85nUlwP9FcaXWntF2nDj/CslgApi/79D
yXG4lzfu11hzD8Hy/RxQlGGg52BOE3czAFJ1oxTEKPipwpOlmOTrNTMZqUTFl1mI
cB/EbBgSPaQVpnrNZLybBKHH32OTbzPEK47ZkZ9xSNYIZxAc29wPCWEL7Ia2W8Op
iXLHeUdzdxvV/cyf8f8=
=hFvP
-END PGP SIGNATURE-


Accepted:
geiser_0.1.4-2.debian.tar.gz
  to main/g/geiser/geiser_0.1.4-2.debian.tar.gz
geiser_0.1.4-2.dsc
  to main/g/geiser/geiser_0.1.4-2.dsc
geiser_0.1.4-2_all.deb
  to main/g/geiser/geiser_0.1.4-2_all.deb


-- 
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/e1s8vqt-0004vn...@franck.debian.org



Accepted ibus 1.4.1-3 (source all amd64)

2012-03-17 Thread Osamu Aoki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 18 Mar 2012 00:25:01 +0900
Source: ibus
Binary: ibus libibus-1.0-0 libibus-1.0-dev ibus-gtk ibus-gtk3 python-ibus 
ibus-doc gir1.2-ibus-1.0
Architecture: source amd64 all
Version: 1.4.1-3
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: Osamu Aoki os...@debian.org
Description: 
 gir1.2-ibus-1.0 - Intelligent Input Bus - introspection data
 ibus   - Intelligent Input Bus - core
 ibus-doc   - Intelligent Input Bus - development documentation
 ibus-gtk   - Intelligent Input Bus - GTK+2 support
 ibus-gtk3  - Intelligent Input Bus - GTK+3 support
 libibus-1.0-0 - Intelligent Input Bus - shared library
 libibus-1.0-dev - Intelligent Input Bus - development file
 python-ibus - Intelligent Input Bus - Python support
Closes: 664201
Changes: 
 ibus (1.4.1-3) unstable; urgency=low
 .
   * Fixed im-switch hook script. Closes: #664201
Checksums-Sha1: 
 d713238ed4393619d90bbf7377b64805d9e56569 2003 ibus_1.4.1-3.dsc
 afc7c2fd66671ce77fdae7775dce7e17d05b9194 15650 ibus_1.4.1-3.debian.tar.gz
 e852b69b21857dea6749d046b24262f8407ed3e0 443478 ibus_1.4.1-3_amd64.deb
 15661a5e52b7c62440f6b59c2d57f15f0b86ca3b 260760 libibus-1.0-0_1.4.1-3_amd64.deb
 75a414e233a66c7e5ae8cd9d3b63f5dbb883639f 282452 
libibus-1.0-dev_1.4.1-3_amd64.deb
 e6e0ff1bf44106a173af67cb394704282e35208c 164632 ibus-gtk_1.4.1-3_amd64.deb
 c7892f149da39d58bbb47914f0abd035d5b7cb71 164650 ibus-gtk3_1.4.1-3_amd64.deb
 6035fa0b6999f126cf08fae90bfbb7505a003595 185866 python-ibus_1.4.1-3_all.deb
 5e23eb6e3c4f4d66876d5f9bad3931fb7c3e1a9c 335666 ibus-doc_1.4.1-3_all.deb
 4f8c446beb00c1efd1121657019840d060ea336a 204360 
gir1.2-ibus-1.0_1.4.1-3_amd64.deb
Checksums-Sha256: 
 f191569b4bb783bcc1244b106a19801956991a07e5302e379dab129b933db46a 2003 
ibus_1.4.1-3.dsc
 6edd8fe096c97f66a01599f601d3df81ad155bc781a815ebab4e3f85a0bf1c0c 15650 
ibus_1.4.1-3.debian.tar.gz
 4fec1d350572be0b17bc8c873f4500dd685bd77643bbedd7a015e1291d4d7de3 443478 
ibus_1.4.1-3_amd64.deb
 f108131c21a800dbcda412808a1dfae1b77a9454c9bc9b24b2c141ec8916c2bd 260760 
libibus-1.0-0_1.4.1-3_amd64.deb
 a0ffcea4528d1baa97a661c722a791a682dcc1c224c071f5347b520c261b3d41 282452 
libibus-1.0-dev_1.4.1-3_amd64.deb
 5e848f0736f50d28c05b80aca8a6416d3cf058979ad0312daca997fde1c26a59 164632 
ibus-gtk_1.4.1-3_amd64.deb
 83140fe62e8afc29cfbbb34ee382f96bd5d53492c1a4c4552d7a600dc0850753 164650 
ibus-gtk3_1.4.1-3_amd64.deb
 04035e309b046b18cddacd7a3d0b6baa9fb0c45965602b4038d2cf4e42cba70d 185866 
python-ibus_1.4.1-3_all.deb
 497db17650c580356f26941207714a4a274dbcc4de34ed82c3db78a0a4515c9f 335666 
ibus-doc_1.4.1-3_all.deb
 b01476a6a735105af31cb99ca959ca58fa95c95d44c052029fd1a6b92c95f394 204360 
gir1.2-ibus-1.0_1.4.1-3_amd64.deb
Files: 
 52e14b0a9094b55e75b05f6593e48477 2003 utils optional ibus_1.4.1-3.dsc
 0ecb8eaf1a3d1f461bcbb6521a2c3d40 15650 utils optional 
ibus_1.4.1-3.debian.tar.gz
 5843f963a528ccba7f84c201501c7b0f 443478 utils optional ibus_1.4.1-3_amd64.deb
 1df23ff6c5020d105d90895ef92071e3 260760 libs optional 
libibus-1.0-0_1.4.1-3_amd64.deb
 c13117b5f7ddfc9023b77319bf1850f3 282452 libdevel optional 
libibus-1.0-dev_1.4.1-3_amd64.deb
 bd0240b92fc428182a04f8526bdf7f8a 164632 utils optional 
ibus-gtk_1.4.1-3_amd64.deb
 801bb2c4ed72c9d9e2c09fd1c47d0277 164650 utils optional 
ibus-gtk3_1.4.1-3_amd64.deb
 4088ef093a466f6c86b0acac09306eb1 185866 python optional 
python-ibus_1.4.1-3_all.deb
 077c0038c39eea522e5bbce4dea1d8fc 335666 doc optional ibus-doc_1.4.1-3_all.deb
 610602ad08b834b7c631a2e1df503eda 204360 introspection optional 
gir1.2-ibus-1.0_1.4.1-3_amd64.deb

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

iEYEARECAAYFAk9krhoACgkQ6A/EwagGHzIQsQCcCfgH2XKkven119NWou8DUhwi
HRYAn1GPyrRPIg/heNgU4pHSOLrtlodw
=gorv
-END PGP SIGNATURE-


Accepted:
gir1.2-ibus-1.0_1.4.1-3_amd64.deb
  to main/i/ibus/gir1.2-ibus-1.0_1.4.1-3_amd64.deb
ibus-doc_1.4.1-3_all.deb
  to main/i/ibus/ibus-doc_1.4.1-3_all.deb
ibus-gtk3_1.4.1-3_amd64.deb
  to main/i/ibus/ibus-gtk3_1.4.1-3_amd64.deb
ibus-gtk_1.4.1-3_amd64.deb
  to main/i/ibus/ibus-gtk_1.4.1-3_amd64.deb
ibus_1.4.1-3.debian.tar.gz
  to main/i/ibus/ibus_1.4.1-3.debian.tar.gz
ibus_1.4.1-3.dsc
  to main/i/ibus/ibus_1.4.1-3.dsc
ibus_1.4.1-3_amd64.deb
  to main/i/ibus/ibus_1.4.1-3_amd64.deb
libibus-1.0-0_1.4.1-3_amd64.deb
  to main/i/ibus/libibus-1.0-0_1.4.1-3_amd64.deb
libibus-1.0-dev_1.4.1-3_amd64.deb
  to main/i/ibus/libibus-1.0-dev_1.4.1-3_amd64.deb
python-ibus_1.4.1-3_all.deb
  to main/i/ibus/python-ibus_1.4.1-3_all.deb


-- 
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/e1s8vsb-00057y...@franck.debian.org



Accepted bognor-regis 0.6.12+git20101007.02c25268-7 (source i386)

2012-03-17 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 17 Mar 2012 23:29:57 +0800
Source: bognor-regis
Binary: bognor-regis libbognor-regis-0.6-0 libbognor-regis-dev 
libbognor-regis-0.6-0-dbg
Architecture: source i386
Version: 0.6.12+git20101007.02c25268-7
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 bognor-regis - Media daemon and play queue manager
 libbognor-regis-0.6-0 - Media daemon and play queue manager library
 libbognor-regis-0.6-0-dbg - Media daemon and play queue manager library (debug 
symbols)
 libbognor-regis-dev - Media daemon and play queue manager library (development 
files)
Closes: 664024
Changes: 
 bognor-regis (0.6.12+git20101007.02c25268-7) unstable; urgency=low
 .
   [ Michael Biebl bi...@debian.org ]
   * Build against tracker 0.14. (Closes: #664024)
 .
   [ Ying-Chun Liu (PaulLiu) paul...@debian.org ]
   * Merge Michael's patch into port_to_tracker-sparql-0.12.patch and
 rename it to port_to_tracker-sparql-0.14.patch
   * Update debian/copyright format to 1.0
   * Bump Standards-Version to 3.9.3: Nothing needs to be changed.
Checksums-Sha1: 
 5aeaf24f89d5a0795930d2a4f9b4077e9205f0b9 2324 
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
 f6b0e48b58d5ffc2204b67d4b20c6bc3d007e153 5702 
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
 2b1d09295be092c8851ccc62b9fdae6b01df844a 45382 
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
 18324b6bb1c2147b8f5122b2e6cc1291345b5d16 15390 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
 e9a2ba92293d47569e10beab009c10063883 16516 
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
 a50fc0752a7a217a4911fb3ae7cf8063143a009c 90306 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
Checksums-Sha256: 
 16ab898cb4dc23a6893886885ae30a820dba57eb3d5a70d8f532b6dc1f435655 2324 
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
 0e66c92f1063f413d81d3ecf2d0cba7ab9da28de03261d251f8b2f667b70552e 5702 
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
 6d4757f2556f00d50179503264e3fb57df91c6f0ed188f50d74b8c29eb50102e 45382 
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
 03aa75bce5d63a2f763dc0f6412c9537de2535ee3e301aeef3c7f3b87ebc8b8c 15390 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
 8b54f993ef879e381e66c1f9d566db9372ddec593cf63f5f680c5b513fd1f7e1 16516 
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
 adcf5b0ddca2105dc58a3518d6cc7eb227746951167ac166253ff76e151b972d 90306 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
Files: 
 4be1b8c486265ee79d4d0cbbb7b7185a 2324 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
 1347d6bf1d0dc1c1306f4826db960493 5702 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
 d87687a0033e9bd10f89cc97547a4a02 45382 libs optional 
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
 65a4292ce0601ef2dd9d443c0534e01b 15390 libs optional 
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
 a5497601c69b113a665bdfee7bf939b6 16516 libdevel optional 
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
 db84d5f3c7910adcb6445ab8bde6d8a5 90306 debug extra 
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb

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

iQIcBAEBCgAGBQJPZLJIAAoJEPgLgUbQQog2RnUP/As89hG/FLmhJisr/RAekLKB
Cb+QDg1aVDEoHYcnKPb3651dhpFor2t/c+Dg0VfqjvXjNJ5nnWzftS+aSaeb6Ami
XhhB7K/oSGk6Mm3FSJBLCA1RVfwU+VVel/5mffn85BdIc9HD/7gvAYjG7If+9nh5
ktBqqekUZhDvwyr5/q0e5uwa8PxuUn2iPkOFlHliN7fBhQjJseI7aJyWoZzH2qc+
pGoyQMZ+bOQWsLQTiSxgjIQZzQZOgOumXpX8yt6cYeIQqpDrLmEo4n5TzsGceELr
Rr8owEN4Fy6plNelGqHL2qR6H7ZitjZkgPkX65zB6uHp2pCWYGe3+5b6ITh/n+05
2f3Xo0AX7qd1UQYkzJbjEwrBueex1p0KEykfWtmosyVLrmlFOyrjzfLZlBd3qtH0
SNFsi5XvRA3yeQBzIPwY++QzX1iDRYDsqaJ2mAGQcQCoCk3s3EzOHBZgK4/g6okr
BW+A2uYv9euhMytLMqwiC8rgi0P2WFJ3ZJlDY8LBcmXzrjOvMfrxIRRkSutlP1II
EIDcxt2l32NfQzW1XR60MM+IY8xBPtLq6SYPLtxwKMy5UmiXx9LwBrvaePNm3DFW
Lc0n6zdePHUPlX0FiHfWN2Nnwv66AKowieZw+PkHwqNDmypOSyhEf314U8EYyq1e
DtgEKm46rJFzozFmEdwf
=855Q
-END PGP SIGNATURE-


Accepted:
bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
  to 
main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-7.debian.tar.gz
bognor-regis_0.6.12+git20101007.02c25268-7.dsc
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-7.dsc
bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
  to main/b/bognor-regis/bognor-regis_0.6.12+git20101007.02c25268-7_i386.deb
libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
  to 
main/b/bognor-regis/libbognor-regis-0.6-0-dbg_0.6.12+git20101007.02c25268-7_i386.deb
libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
  to 
main/b/bognor-regis/libbognor-regis-0.6-0_0.6.12+git20101007.02c25268-7_i386.deb
libbognor-regis-dev_0.6.12+git20101007.02c25268-7_i386.deb
  to 

Accepted goldencheetah 2.1-1 (source amd64)

2012-03-17 Thread KURASHIKI Satoru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 14 Mar 2012 20:24:44 +0900
Source: goldencheetah
Binary: goldencheetah
Architecture: source amd64
Version: 2.1-1
Distribution: unstable
Urgency: low
Maintainer: KURASHIKI Satoru lur...@gmail.com
Changed-By: KURASHIKI Satoru lur...@gmail.com
Description: 
 goldencheetah - set of analysis tools for cycling performance
Changes: 
 goldencheetah (2.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ff3ccf64388d47ae384f75ef922daecf096a05a2 2133 goldencheetah_2.1-1.dsc
 bcca333641f04fb04a08ac05a1c2895d0900bf7f 8401099 goldencheetah_2.1.orig.tar.gz
 8ea7fcf284b3b69176041ef6816f9662b20f95eb 11738 
goldencheetah_2.1-1.debian.tar.gz
 ff097da35deac3b75958619a505bc49d78bf9dec 5366626 goldencheetah_2.1-1_amd64.deb
Checksums-Sha256: 
 5dad10ff6d74ef705448e0bb88067ad1955097b5c0517df2f3735eace427968c 2133 
goldencheetah_2.1-1.dsc
 72866e0162f4f8b218ebae4d3b9703e59632cf8fd9c0ef2d9c5759f709f4ea26 8401099 
goldencheetah_2.1.orig.tar.gz
 6a9db8f1773c0d4c780d72a1df97232848a544e2bb5cb8269f725f6799ebe62f 11738 
goldencheetah_2.1-1.debian.tar.gz
 b39c91e02150be9a7e62fdedcec38a07a899cf15f19d561ce140f80357e2be1c 5366626 
goldencheetah_2.1-1_amd64.deb
Files: 
 cf8334e5bfd51b57fb287b317ce3b199 2133 misc optional goldencheetah_2.1-1.dsc
 8fb3c8138b06317de9f2a15e82e90d8b 8401099 misc optional 
goldencheetah_2.1.orig.tar.gz
 f417026643c20468bdf03aacc908933b 11738 misc optional 
goldencheetah_2.1-1.debian.tar.gz
 8d1065b60bab1345c433bd11eda5e759 5366626 misc optional 
goldencheetah_2.1-1_amd64.deb

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

iQIcBAEBCAAGBQJPZLP3AAoJENJ93hFAovETVtMP/RIyS42kqeSfgIoqOLRz52Zm
etqVQ0nSoQaik44t78gpTLlXoxpCBndrwInV7TjOtMqFnUCZ0WHBz9lvu4VZy20n
hjeMF8zxAwUVpkniXZJUWSjG7JuKxJt389ymZTRYqYGv6M3UfCDy9N14LcHo6Puj
2TxAeuYJ/I+GwXdqISpGJr4CodGlXECNp3YUPIocuJPfor2AQHqpo4Vya8aH21nu
mSHt33Rjx8xMqaXwHZzRfUky1Sl06qNYoMtiM50XsQvHAaGo+Webp0Kfk7XLqdGX
y/Gu7sJR+e/0ZZ0KmdII3Qyf5ZbVuvDM7Mdd1rFwr+d0uMT9qCIEPdjuFlImYVIa
deTWZ/2Be4Whw7KWTG681z+zVMtAjAqMLQADsQOq3isZMcrs4iHHH6bQzfWcaGbo
Mq6PYQJ1yjICH8nkugFvRP4jsT2PgI/NxquqlrgyYiRiyfNmQYITBNO/pef9XdbU
oQ0+gCh0HO9onXVhDF45ALaSEWPDwmGYp8X5rjwX1bpYj0m4aftfx1zPSKWOQCWZ
D0FpM5G7bhvghZcsFLH9B+F6JXQTGY+BM0hSqqGiq8VYLrBvTzSVs3pp7OP+Byqh
7S6zT61o25jKN6su/+VfYBjY+y6FkrC+K38dRsaAsVcyg0DddbenvH/2Mig9ctcj
7beP2mTrONTClfjeYrkT
=7qyk
-END PGP SIGNATURE-


Accepted:
goldencheetah_2.1-1.debian.tar.gz
  to main/g/goldencheetah/goldencheetah_2.1-1.debian.tar.gz
goldencheetah_2.1-1.dsc
  to main/g/goldencheetah/goldencheetah_2.1-1.dsc
goldencheetah_2.1-1_amd64.deb
  to main/g/goldencheetah/goldencheetah_2.1-1_amd64.deb
goldencheetah_2.1.orig.tar.gz
  to main/g/goldencheetah/goldencheetah_2.1.orig.tar.gz


-- 
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/e1s8w5j-0006jk...@franck.debian.org



Accepted libgnomekbd 3.3.90-1 (source all amd64)

2012-03-17 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 16:53:02 +0100
Source: libgnomekbd
Binary: libgnomekbd-dev libgnomekbd7 libgnomekbd-common gkbd-capplet 
gir1.2-gkbd-3.0
Architecture: source all amd64
Version: 3.3.90-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gir1.2-gkbd-3.0 - GObject introspection data for the GnomeKbd library
 gkbd-capplet - GNOME Panel applet for libgnomekbd
 libgnomekbd-common - GNOME library to manage keyboard configuration - common 
files
 libgnomekbd-dev - GNOME library to manage keyboard configuration - development 
file
 libgnomekbd7 - GNOME library to manage keyboard configuration - shared library
Changes: 
 libgnomekbd (3.3.90-1) experimental; urgency=low
 .
   * New upstream development release.
   * Change section of gir1.2-gkbd-3.0 to introspection.
   * Remove old Provides which are no longer necessary.
   * Remove old Conflicts/Replaces.
   * Re-wrap dependencies.
   * Bump (Build-)Depends on libxklavier-dev to (= 5.2).
   * Drop explicit Build-Depends on the gir1.2-* packages, they are pulled via
 the corresponding -dev packages.
Checksums-Sha1: 
 42ba1494a1da43a908d3fc2902bd011ecd8e2779 2592 libgnomekbd_3.3.90-1.dsc
 f1f8b042f24acb1d57f04403add145e1cf70dee4 376792 libgnomekbd_3.3.90.orig.tar.xz
 cfb7005e1a27db0abb806db3260cbf608c80c8b9 7809 
libgnomekbd_3.3.90-1.debian.tar.gz
 5dec0feac98e03446c279fad383c18bb6aff0a56 110350 
libgnomekbd-common_3.3.90-1_all.deb
 3d3c409551649fcc6bd6db27ef0ce0e3182d2b40 73326 
libgnomekbd-dev_3.3.90-1_amd64.deb
 05d0b14ebdedd0dfc7e0501c899bd44847e4534b 62414 libgnomekbd7_3.3.90-1_amd64.deb
 31d233fd8782d25dc1df6b2b5006041795a13e62 27518 gkbd-capplet_3.3.90-1_amd64.deb
 59c488f64133d2d174e107fb1430f1bbe970a7af 14724 
gir1.2-gkbd-3.0_3.3.90-1_amd64.deb
Checksums-Sha256: 
 fdc50016892496cdc6ebbf968e690271e5bc93aba92e731b3e1b1b684a63743e 2592 
libgnomekbd_3.3.90-1.dsc
 9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482 376792 
libgnomekbd_3.3.90.orig.tar.xz
 0f25fe402926c67eed0220df2e08e2cab6b392346342c5a5a54301be11d4309d 7809 
libgnomekbd_3.3.90-1.debian.tar.gz
 ac168efa7ca6ec6b4ab96cd2bc55512da3c723bcd1353f9d4e85753501f6b339 110350 
libgnomekbd-common_3.3.90-1_all.deb
 d882c38f48c9693cb0af4153b23d1641880f12d2a047985c210bbc1e8e33c185 73326 
libgnomekbd-dev_3.3.90-1_amd64.deb
 1d7df2781a25c2a3ba63bfca92b345191e32fae4a5cd8e9b64a4753d283d924a 62414 
libgnomekbd7_3.3.90-1_amd64.deb
 ca3432918134e58ae5cf0f99a5021ccad4a1b410f40c7005d92e4c262eafdaba 27518 
gkbd-capplet_3.3.90-1_amd64.deb
 7276a7dee0fe4381b1b50b51206373a80b800d42de5676bce8a7a1ae1de8 14724 
gir1.2-gkbd-3.0_3.3.90-1_amd64.deb
Files: 
 a2cd2e78828142ae86eb9c7d8ecc1cb7 2592 gnome optional libgnomekbd_3.3.90-1.dsc
 c12f61c258c57ee2397421f62dc64eae 376792 gnome optional 
libgnomekbd_3.3.90.orig.tar.xz
 774d333485bfad3648bf6d39e4084042 7809 gnome optional 
libgnomekbd_3.3.90-1.debian.tar.gz
 d64ea80ee1d59aaae79475af38f3e55b 110350 libs optional 
libgnomekbd-common_3.3.90-1_all.deb
 a84ae64860c9e1f7858de37b8c3ebe77 73326 libdevel optional 
libgnomekbd-dev_3.3.90-1_amd64.deb
 89f4002fc22af2d5c2990b185b77c209 62414 libs optional 
libgnomekbd7_3.3.90-1_amd64.deb
 4f5bbd35467573fd190fdcf7fdbcd0e2 27518 gnome optional 
gkbd-capplet_3.3.90-1_amd64.deb
 64496053d62e50a10fe608cfaa0ed4fe 14724 introspection optional 
gir1.2-gkbd-3.0_3.3.90-1_amd64.deb

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

iQIcBAEBCAAGBQJPZLR4AAoJEGrh3w1gjyLcvs4QAIzir8vcxlA7FprTFDy+BDab
A44H9J7SeHg1vU4qpCqrgD7uIlj8nfhlyAO+LUBjkIlT6jgXx0D9lntNs9oP+3gN
hjTs63Y9xqLi9PFuxJ5x3gT3MH+Q7Fe9ODGz3PSw6s0A+CfIDBjVAo2CxzUVa/ve
KKgmA3VqWyv4lCvkMW0dRRUtoFoUzwc/lSvkg/8IZ9uMTLiS6cjMLWr7FKi8VOJM
8iZoID1PABUTCrUZKtiimwEjK2pkPXkSi3dVio6fnMYS+81pEuU4CUbVDdoJOr+y
H7kvOk+HVKZcyQm7dRqczSzd9X8XOVsJUU8s4Djc9xqbw+rSJ3kNpwJ/HvqOYGlQ
bGWY/oVa6yNkwywYHiuI2pS3c0Mac/yCpozLgZzo1wO1rRq4jOiutRZB1E2J+beY
sBg/TYlBttXNsZBbfqIXxvYtOn0uDXiwl8QJWQd6FuBXw4dBE7OsUJFEe2Plhwlu
vgx9UvsdJXJ4Ftt8uXwWIgBtjLBp74f9ZAWzPcGGn80LC16ZV/HYVHgXOgAQh+Rq
Vf3y80NQ/6Uvf6vS2WMvsInR2P+xIrHD/FrpNuzsRx1VyNhrOGjR3DgCy83cwtKD
QL0VPzbK992/5rIq5ssgpiCHImVPJ9DXCivGTijMOyLTE3GOQCbr4UYZQE0kzoeC
/TAOljxUhFpbqMRdUDMO
=9DEN
-END PGP SIGNATURE-


Accepted:
gir1.2-gkbd-3.0_3.3.90-1_amd64.deb
  to main/libg/libgnomekbd/gir1.2-gkbd-3.0_3.3.90-1_amd64.deb
gkbd-capplet_3.3.90-1_amd64.deb
  to main/libg/libgnomekbd/gkbd-capplet_3.3.90-1_amd64.deb
libgnomekbd-common_3.3.90-1_all.deb
  to main/libg/libgnomekbd/libgnomekbd-common_3.3.90-1_all.deb
libgnomekbd-dev_3.3.90-1_amd64.deb
  to main/libg/libgnomekbd/libgnomekbd-dev_3.3.90-1_amd64.deb
libgnomekbd7_3.3.90-1_amd64.deb
  to main/libg/libgnomekbd/libgnomekbd7_3.3.90-1_amd64.deb
libgnomekbd_3.3.90-1.debian.tar.gz
  to main/libg/libgnomekbd/libgnomekbd_3.3.90-1.debian.tar.gz
libgnomekbd_3.3.90-1.dsc
  to 

Accepted gconf 3.2.3-4 (source all amd64)

2012-03-17 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 17:23:46 +0100
Source: gconf
Binary: gconf2 gconf-service gconf2-common gconf-defaults-service libgconf-2-4 
libgconf2-4 libgconf2-dev libgconf2-doc gir1.2-gconf-2.0 gconf-gsettings-backend
Architecture: source all amd64
Version: 3.2.3-4
Distribution: unstable
Urgency: medium
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 gconf-defaults-service - GNOME configuration database system (system defaults 
service)
 gconf-gsettings-backend - GNOME configuration database system - GSettings 
back-end
 gconf-service - GNOME configuration database system (D-Bus service)
 gconf2 - GNOME configuration database system (support tools)
 gconf2-common - GNOME configuration database system (common files)
 gir1.2-gconf-2.0 - GNOME configuration database system (GObject-Introspection)
 libgconf-2-4 - GNOME configuration database system (shared libraries)
 libgconf2-4 - GNOME configuration database system (dummy package)
 libgconf2-dev - GNOME configuration database system (development)
 libgconf2-doc - GNOME configuration database system (API reference)
Closes: 663167
Changes: 
 gconf (3.2.3-4) unstable; urgency=medium
 .
   * Let libgconf2-4 and libgconf-2-4 break gconf2  3.2.3-2 to avoid
 triggering gconf2 while in an inconsistent state. Thanks a lot to
 Steve Langasek for the analysis. Closes: #663167.
Checksums-Sha1: 
 c47abe796112b502a7c647b680ab68f16497d39f 2317 gconf_3.2.3-4.dsc
 6a85531722207f6e02d93493f7cfb4ddaaad98bf 27864 gconf_3.2.3-4.debian.tar.gz
 bb1f41818fb6b6bf2dfa35dca64e63445969a398 2009028 gconf2-common_3.2.3-4_all.deb
 880a6eecdf627c193043ef2ec33770d4d599696b 431696 libgconf2-doc_3.2.3-4_all.deb
 3b209115d62c31b4d799e598f37e80e485dab3b0 429926 gconf2_3.2.3-4_amd64.deb
 8064fde48c39edb8092d9fdede0f406968d0b8fa 422940 gconf-service_3.2.3-4_amd64.deb
 b53bd5b7d343bb6ceb1f6d904f6655bdd1a09cd3 367914 
gconf-defaults-service_3.2.3-4_amd64.deb
 e3bb2cee1049f1ee90185ba7385ea596e7889506 431782 libgconf-2-4_3.2.3-4_amd64.deb
 767354a87a70408b81ef70cfd035e3901ce5bb8b 348852 libgconf2-4_3.2.3-4_amd64.deb
 6a8846a100453ec436833d1015f10f6647be7560 474798 libgconf2-dev_3.2.3-4_amd64.deb
 35f2895b24261ad567162e0d727cf3f7e9617a54 354414 
gir1.2-gconf-2.0_3.2.3-4_amd64.deb
 ad4479c000fc17bfd8bdbf8f8cf21373ebf1b75f 358608 
gconf-gsettings-backend_3.2.3-4_amd64.deb
Checksums-Sha256: 
 41c738342c71a5b482f57d4b78de1add7002c1bfb99acd47e5492a846c2bbf78 2317 
gconf_3.2.3-4.dsc
 125ad8d7fceb788b67ec6eff97a765cf93bb03361f45f136f35e152a3bfbbc86 27864 
gconf_3.2.3-4.debian.tar.gz
 1816f733ecc64f0a36b5d0afa89d77685f445c2321c0cfe5d7c3e9ef72bcd02f 2009028 
gconf2-common_3.2.3-4_all.deb
 98c34f752c3aa1165a6d7773b42d805c3e7c9238967e73ab31fb11eebf4f252a 431696 
libgconf2-doc_3.2.3-4_all.deb
 74287d3f61c1ac9ae7dda68f94825342d912186fc73a3c79e0d54ee51c5f5521 429926 
gconf2_3.2.3-4_amd64.deb
 4314e6b4ea1a567e29bb565de30fde9131a2cb2652a3af7e9d794ace82ae927b 422940 
gconf-service_3.2.3-4_amd64.deb
 f6d7087e933110e700c8e97c71c4ef6964a4d8138ca77e6f10cdb3f69d15a51e 367914 
gconf-defaults-service_3.2.3-4_amd64.deb
 7b05e8d7ae801ab8c9075377a15e6cb5af45a2ea609895b864e5b740133e3498 431782 
libgconf-2-4_3.2.3-4_amd64.deb
 d410a9f7dadcc9dc156d8422d24716d67d882908ec359fa9992530c1a88093d6 348852 
libgconf2-4_3.2.3-4_amd64.deb
 1063a1c050daf200c00eec9db1229723f8275058b36c07625288a816030c6475 474798 
libgconf2-dev_3.2.3-4_amd64.deb
 2d75a652c6c293497d131fd9ac20689bf1312951eaed478772eb21c57b9fb1fb 354414 
gir1.2-gconf-2.0_3.2.3-4_amd64.deb
 8439bf08a8e461c0ea38af65fd881061a61e677efb06fbf4ded9ce1eb1868af0 358608 
gconf-gsettings-backend_3.2.3-4_amd64.deb
Files: 
 b7647596f3c2c29c2d8b352f37156df4 2317 libs optional gconf_3.2.3-4.dsc
 2cb46800aa9048df88d0f4af9f52915c 27864 libs optional 
gconf_3.2.3-4.debian.tar.gz
 92c75361ea3cf87dd1193793f5d448e5 2009028 libs optional 
gconf2-common_3.2.3-4_all.deb
 3de49abc72a02cd4c44840f68272527a 431696 doc optional 
libgconf2-doc_3.2.3-4_all.deb
 53438907d4a951e936b5b6fbb90ee477 429926 libs optional gconf2_3.2.3-4_amd64.deb
 c3098bfc9c7ee5f3486facc30af2b68f 422940 libs optional 
gconf-service_3.2.3-4_amd64.deb
 b689deab1c27f23fedac9d74f741ba54 367914 libs optional 
gconf-defaults-service_3.2.3-4_amd64.deb
 ddd5b503d75c03b18671abc41a52f32d 431782 libs optional 
libgconf-2-4_3.2.3-4_amd64.deb
 a39deeb36e0575360e57f617e539c317 348852 oldlibs optional 
libgconf2-4_3.2.3-4_amd64.deb
 4f64d5fdf8c0442e644e2d714b2fb8b1 474798 libdevel optional 
libgconf2-dev_3.2.3-4_amd64.deb
 767fd5280affa0bf0f2fd212dc9751c0 354414 introspection optional 
gir1.2-gconf-2.0_3.2.3-4_amd64.deb
 f950380e5407d4c18f1834c668071b16 358608 libs extra 
gconf-gsettings-backend_3.2.3-4_amd64.deb

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

iD8DBQFPZLxdrSla4ddfhTMRAvrRAJ9UFqQCggMrWB4Oan2SlSZqePNo3QCg5xuw
7/v0/Qbpt9y7jk4UDfJwNzY=
=W7bB
-END PGP SIGNATURE-


Accepted:

Accepted youtube-dl 2012.02.27-1 (source all)

2012-03-17 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 13:41:15 -0300
Source: youtube-dl
Binary: youtube-dl
Architecture: source all
Version: 2012.02.27-1
Distribution: unstable
Urgency: low
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description: 
 youtube-dl - downloader of videos from YouTube and other sites
Closes: 657978
Changes: 
 youtube-dl (2012.02.27-1) unstable; urgency=low
 .
   * Imported Upstream version 2012.02.27. Highlights:
 + Add support for MTV.
 + Allow the Vimeo engine to work with embedded video URLs.
 + Add --verbose switch option. Not documented in the manpage yet,
   patches welcome.
   * debian/gbp.conf: Add defaults for the git-buildpackage suite.
   * Make debian/README.source simpler.
   * Don't automatically sign tags with git-buildpackage.
   * Update the manpage to cite which sites youtube-dl supports.
 Thanks to Adrian Knoth for the patch (Closes: #657978)
   * Update Standards-Version to 3.9.3 (no other changes).
Checksums-Sha1: 
 ce7d8299e592c466c28ea99ff597322e0159713d 1307 youtube-dl_2012.02.27-1.dsc
 66eee68273753e7d0c9c29072fece3dd9c0f297c 75108 
youtube-dl_2012.02.27.orig.tar.gz
 113e9e04cf500453ee476d55937edd2e95879ff7 10783 
youtube-dl_2012.02.27-1.debian.tar.gz
 6025050b7aa2399182015739cdaa486e6b0aa7cb 50368 youtube-dl_2012.02.27-1_all.deb
Checksums-Sha256: 
 cca50554c4b481b2398424840c00dd2bb75cdac7221e4603a3900840a1a25d26 1307 
youtube-dl_2012.02.27-1.dsc
 cac5966e0637ed737704e31390dd9c9701b6c3d721a9bc2bdcae9aa09495cf6e 75108 
youtube-dl_2012.02.27.orig.tar.gz
 1c280018fe83f42fd4232ed3f19dd49d386c68ba578b3473c4f104ba5bea0b27 10783 
youtube-dl_2012.02.27-1.debian.tar.gz
 01771b8e29d92b51f9fec60ba416847d793afa4a9971ba572a56c029a919596b 50368 
youtube-dl_2012.02.27-1_all.deb
Files: 
 461be642bbfd955e1e1ba07f867fcbe4 1307 web extra youtube-dl_2012.02.27-1.dsc
 72f396e8de5ab3948f8ffe0727c41ee5 75108 web extra 
youtube-dl_2012.02.27.orig.tar.gz
 0f7a47bd50a40e6fb9362f5d23f333e9 10783 web extra 
youtube-dl_2012.02.27-1.debian.tar.gz
 034398dcf944b6e06eb8c997dbf83cf8 50368 web extra 
youtube-dl_2012.02.27-1_all.deb

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

iEYEARECAAYFAk9kv2EACgkQCFqbMnwsrrjeBACeJ+fH/bYGE9Aoji4epg9ZoX5n
ddMAoKDH7cAv8BSKHXvmVWu9Ligc+3R1
=2b75
-END PGP SIGNATURE-


Accepted:
youtube-dl_2012.02.27-1.debian.tar.gz
  to main/y/youtube-dl/youtube-dl_2012.02.27-1.debian.tar.gz
youtube-dl_2012.02.27-1.dsc
  to main/y/youtube-dl/youtube-dl_2012.02.27-1.dsc
youtube-dl_2012.02.27-1_all.deb
  to main/y/youtube-dl/youtube-dl_2012.02.27-1_all.deb
youtube-dl_2012.02.27.orig.tar.gz
  to main/y/youtube-dl/youtube-dl_2012.02.27.orig.tar.gz


-- 
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/e1s8wp2-ye...@franck.debian.org



Accepted basemap 1.0.2-2 (source all amd64)

2012-03-17 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 16:51:34 +0100
Source: basemap
Binary: python-mpltoolkits.basemap python-mpltoolkits.basemap-data 
python-mpltoolkits.basemap-doc
Architecture: source amd64 all
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-mpltoolkits.basemap - matplotlib toolkit to plot on map projections
 python-mpltoolkits.basemap-data - matplotlib toolkit to plot on map 
projections (data package)
 python-mpltoolkits.basemap-doc - matplotlib toolkit to plot on map projections 
(documentation)
Closes: 663403
Changes: 
 basemap (1.0.2-2) unstable; urgency=low
 .
   * debian/patches/fix_ftbfs_with_geos3.3
 - fix a FTBFS with geos 3.3; thanks to Andreas Beckmann for the report and
   to Francesco P. Lovergine for the patch; Closes: #663403
   * debian/{control, rules}
 - use dh_numpy
   * debian/control
 - bump Standards-Version to 3.9.3 (no changes needed)
Checksums-Sha1: 
 231a0b7de7282eb567e223c1d5b2fe8498cae59e 1575 basemap_1.0.2-2.dsc
 1d96e8d625df0abb9ff58017a06e126411646a73 21563 basemap_1.0.2-2.debian.tar.gz
 2380c0a0691803bc66e2bb1ba92a7fa77103a6db 1261258 
python-mpltoolkits.basemap_1.0.2-2_amd64.deb
 6f3c9d41b908c960a4179824ea3659b8a7be0c5d 105474036 
python-mpltoolkits.basemap-data_1.0.2-2_all.deb
 f2449ce1d3c221f284b927cd9c175fb0703ff0fa 7330434 
python-mpltoolkits.basemap-doc_1.0.2-2_all.deb
Checksums-Sha256: 
 5e27e739dfb60b55d24f7661626f099dcbd41805686eeb9293bac0d3654511ec 1575 
basemap_1.0.2-2.dsc
 b64f50c6e96c4a83def0484e094d0270e668e4c3faa998a9d2c4959f0128be45 21563 
basemap_1.0.2-2.debian.tar.gz
 c85c034d2bb669f3ec1eba69340e69b9b61d252a68523f654b9398ef7f6fcba4 1261258 
python-mpltoolkits.basemap_1.0.2-2_amd64.deb
 a4880cdf0acdb1fb770e0ca5c8a06c38b7a34ad848cfd04ef6366c4ba5e31323 105474036 
python-mpltoolkits.basemap-data_1.0.2-2_all.deb
 1d218d6c7ed2301756e830f33ed74bf8f6f7049fbcaa3f18fda315b2d2a57fc2 7330434 
python-mpltoolkits.basemap-doc_1.0.2-2_all.deb
Files: 
 d7da13b0f11fe9591338f55efe9c01eb 1575 python optional basemap_1.0.2-2.dsc
 b12cc6e907d2ad851194bfca33e51854 21563 python optional 
basemap_1.0.2-2.debian.tar.gz
 96690a1021cf1e5b3084b28c9336cf8e 1261258 python optional 
python-mpltoolkits.basemap_1.0.2-2_amd64.deb
 4840d5092a22dcc7f60b01e0659ad196 105474036 python optional 
python-mpltoolkits.basemap-data_1.0.2-2_all.deb
 43d168998684c55fcf2c8d3b8f80634d 7330434 doc optional 
python-mpltoolkits.basemap-doc_1.0.2-2_all.deb

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

iEYEARECAAYFAk9ktYMACgkQAukwV0RN2VBsHgCgjzP4vtdzBF+i9mKi7kzAVfsh
Og8An2guD6LQwZJrmTOFmmMxwEHKD3qb
=qnkr
-END PGP SIGNATURE-


Accepted:
basemap_1.0.2-2.debian.tar.gz
  to main/b/basemap/basemap_1.0.2-2.debian.tar.gz
basemap_1.0.2-2.dsc
  to main/b/basemap/basemap_1.0.2-2.dsc
python-mpltoolkits.basemap-data_1.0.2-2_all.deb
  to main/b/basemap/python-mpltoolkits.basemap-data_1.0.2-2_all.deb
python-mpltoolkits.basemap-doc_1.0.2-2_all.deb
  to main/b/basemap/python-mpltoolkits.basemap-doc_1.0.2-2_all.deb
python-mpltoolkits.basemap_1.0.2-2_amd64.deb
  to main/b/basemap/python-mpltoolkits.basemap_1.0.2-2_amd64.deb


-- 
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/e1s8x1r-0001aa...@franck.debian.org



Accepted netapplet 1.0.8-3.2 (source amd64)

2012-03-17 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 15 Mar 2012 17:52:14 +0100
Source: netapplet
Binary: netapplet
Architecture: source amd64
Version: 1.0.8-3.2
Distribution: unstable
Urgency: low
Maintainer: Rudy Godoy r...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 netapplet  - User-friendly network interface control applet
Closes: 661768
Changes: 
 netapplet (1.0.8-3.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix FTBFS: fix config.{guess,sub} handling:
 - remove them from package-diff.patch
 - handle them with autotools-dev (debian/{rules,control}
 - additionally s|dh_prep|dh_clean| in debian/rules' clean target
 (Closes: #661768)
Checksums-Sha1: 
 dbc7a9f6d0a732ac02b5c1ea89777b06c7260d82 1798 netapplet_1.0.8-3.2.dsc
 e71a0c6b2d959459dadc612fe7ae3d42fe0661e4 28240 
netapplet_1.0.8-3.2.debian.tar.gz
 d694d43acf8186786390ff288fb984cce833c335 57428 netapplet_1.0.8-3.2_amd64.deb
Checksums-Sha256: 
 ac048bcecf98ee2f9e254c53988ff020614e27af838aa99ce962c31d18cec316 1798 
netapplet_1.0.8-3.2.dsc
 c840c79e9f65b71e211de0250b5d956d0e53ef10eb7e4945f5f54e4308b1f804 28240 
netapplet_1.0.8-3.2.debian.tar.gz
 9118b5d4246d77e288085077d052d55a9332de00163ad9ae92cae70b0c537b9c 57428 
netapplet_1.0.8-3.2_amd64.deb
Files: 
 0d54a0db8ef8b8bd9dc0ea4d1f5efa87 1798 gnome optional netapplet_1.0.8-3.2.dsc
 0e6212ec39846c69790aeabcb3334dd3 28240 gnome optional 
netapplet_1.0.8-3.2.debian.tar.gz
 6decf36c192e5ec0820caf0c7f786415 57428 gnome optional 
netapplet_1.0.8-3.2_amd64.deb

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

iQIcBAEBCAAGBQJPYh80AAoJELs6aAGGSaoGnsYP/idHcyimT1OquZ6UET3FgyLe
lbTrZNqV9b2n9orkwxQocydLZq8E+Qa8swKNs5xs0GNUhUFO9NccErMmh6Xv1faA
CC28Gm/jNDJ9319tubzp/aP+4jzrxOSoX1qVXelsTKSa/y1oALbwpDtNNlcvTROu
Mv0ZGFUpm8JSOVlykAI8gDHjg85Fvy8kIuFNJ1ruRvyeMH7z+BUUZFUfZDCTYHw7
1RBMdFn+JrrJcADzmFs74k5AtwXaaz6oCmj1Z3EnaIXtjzzZuShkZYBnJXzACcNq
jF9SPJz6sltfew4XwyqjygijztDLRTrwaQ75WbkoeV6C1vKhYCJjeqDtTflqnZJF
4Ad1rVcEp7Ovz/StpMWL7c8QzvwS2LcjNap+8lxMdtoPO99PFm1XjyNuMTjYPgQs
UqQkS2Ob6QXXU+2BSpbBG3fXGKhWxsPHk5uug+1f9mThj+m1N9v+y/qxd1hY8Br8
WAOkyDyT4BZNfDo7kmZ2qsUEz1X36FETZitcVPpyJBdwxll6kXtwj7srSKPaLzhO
98AqKv1rpQeABiXzE03oStLfxT/dZljw/BH3HYYjmNBjAN3dNT67WNq7XLqevo4y
TqT/0CJO1I7YRgDtEei/kyc9QHU/kyVABlmWte1+fXQWsZzk4SQZkYyZfmrUS/Xj
9kqzypFBASXV48JkQTor
=M/gg
-END PGP SIGNATURE-


Accepted:
netapplet_1.0.8-3.2.debian.tar.gz
  to main/n/netapplet/netapplet_1.0.8-3.2.debian.tar.gz
netapplet_1.0.8-3.2.dsc
  to main/n/netapplet/netapplet_1.0.8-3.2.dsc
netapplet_1.0.8-3.2_amd64.deb
  to main/n/netapplet/netapplet_1.0.8-3.2_amd64.deb


-- 
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/e1s8xg4-000268...@franck.debian.org



Accepted darktable 1.0-1 (source amd64)

2012-03-17 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 15 Mar 2012 19:14:57 -0300
Source: darktable
Binary: darktable darktable-dbg
Architecture: source amd64
Version: 1.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian PhotoTools Maintainers 
pkg-phototools-de...@lists.alioth.debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 darktable  - virtual lighttable and darkroom for photographers
 darktable-dbg - virtual lighttable and darkroom for photographers
Closes: 624763
Changes: 
 darktable (1.0-1) experimental; urgency=low
 .
   * New upstream release
   * Bug fix: darktable gconf schemas cause warnings on each gconf2
 trigger call, thanks to Julien Valroff (Closes: #624763).
   * Bump standards version (no changes).
Checksums-Sha1: 
 1ee732feb216d6d3f89bf6e4313d77240816ae2a 1842 darktable_1.0-1.dsc
 3142beea51d5d5ae6f0089a11cf1b342a48a69f7 2535774 darktable_1.0.orig.tar.gz
 fa38ad6446122f955e7d70a0b81a10aeaeaee17e 9039 darktable_1.0-1.debian.tar.gz
 ee95cdedbaaf51eb1f3e1bd176a1f74c8982faea 2120134 darktable_1.0-1_amd64.deb
 70195c6410a85660df66b31e0c81770e6284c31d 4682684 darktable-dbg_1.0-1_amd64.deb
Checksums-Sha256: 
 19e00d2cf50b9f67cba670abfbeaae9a890b8fb299b76dc3da2a6c8a820357ea 1842 
darktable_1.0-1.dsc
 75e2a1905dc262d771a0064b461b4419a6dc914776ed18cc6a45b8294c175b72 2535774 
darktable_1.0.orig.tar.gz
 e16e4b57194ed6746e6da4e80fdc6c6171911cf3c1b6937afd1531a305e2c38a 9039 
darktable_1.0-1.debian.tar.gz
 6262b5d950e7c4aa524d73ee21e7bee9d86224ba4beab55d40ea7b10b6ed74eb 2120134 
darktable_1.0-1_amd64.deb
 89e5914b56fdef91c013d6a993630022ff1b5dea659372fb31425e3c65172e63 4682684 
darktable-dbg_1.0-1_amd64.deb
Files: 
 0fefd7bd5122a71637eef0c031006f50 1842 graphics optional darktable_1.0-1.dsc
 b72375782519b7a4a6b8efcad1bfcf6b 2535774 graphics optional 
darktable_1.0.orig.tar.gz
 40baad413ea5c1fcef1441cd3b886312 9039 graphics optional 
darktable_1.0-1.debian.tar.gz
 1257359f99e50369bc144327dfd01510 2120134 graphics optional 
darktable_1.0-1_amd64.deb
 16b44ca2436eeb1cdac0e50cca796db6 4682684 debug extra 
darktable-dbg_1.0-1_amd64.deb

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

iJwEAQECAAYFAk9kzOAACgkQTiiN/0Um85lZowQAlEGQrvFtaEMQerdgS/LlKWIB
8oD0zyWjnVj5TIw60WsNDQk1rqzK7cOdEX5C+sUhxiCMcZW3smVdfsD928BMHFnt
QRTXvfRvnBdTmN+ihM4H/9APAvRz9bmIkNLLxsCzai7s2LNo3c0xXBloIHKJslMS
HC83Jomm/t0Fx6Ksa3M=
=zaMV
-END PGP SIGNATURE-


Accepted:
darktable-dbg_1.0-1_amd64.deb
  to main/d/darktable/darktable-dbg_1.0-1_amd64.deb
darktable_1.0-1.debian.tar.gz
  to main/d/darktable/darktable_1.0-1.debian.tar.gz
darktable_1.0-1.dsc
  to main/d/darktable/darktable_1.0-1.dsc
darktable_1.0-1_amd64.deb
  to main/d/darktable/darktable_1.0-1_amd64.deb
darktable_1.0.orig.tar.gz
  to main/d/darktable/darktable_1.0.orig.tar.gz


-- 
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/e1s8xix-0005mp...@franck.debian.org



Accepted x264 2:0.120.2171+git01f7a33-2 (source amd64)

2012-03-17 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 13:37:11 -0400
Source: x264
Binary: x264 libx264-120 libx264-dev
Architecture: source amd64
Version: 2:0.120.2171+git01f7a33-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 libx264-120 - x264 video coding library
 libx264-dev - development files for libx264
 x264   - video encoder for the H.264/MPEG-4 AVC standard
Changes: 
 x264 (2:0.120.2171+git01f7a33-2) unstable; urgency=low
 .
   * Allow dev package to be multiarch installable.
   * Bump to Standards-Version 3.9.3.
   * Add hardened build flags excluding -O2 and -g.
Checksums-Sha1: 
 4f3b5f3b7b36c84604981f0fb3a0ef8fa776555c 2363 x264_0.120.2171+git01f7a33-2.dsc
 59210522504534aebf09ce44c32b2e53d888f9c0 20613 
x264_0.120.2171+git01f7a33-2.debian.tar.gz
 cf7e4c0527a832c033ac87c54972db1750854e5e 299986 
x264_0.120.2171+git01f7a33-2_amd64.deb
 f2a94542fe36e3ea3c9c1695c9f87cec9d25734e 435258 
libx264-120_0.120.2171+git01f7a33-2_amd64.deb
 da8a47d7fa2389f400ddf961847014de96b7e83c 503660 
libx264-dev_0.120.2171+git01f7a33-2_amd64.deb
Checksums-Sha256: 
 b01fc5f1185edca6575a5d6e1b76114a1b6edff27cf150b2db188814756d7099 2363 
x264_0.120.2171+git01f7a33-2.dsc
 cac57c8ce3fa0a5f6f62fa0f3fe35bb8cb25308436bd0b07d542979f09e3a28e 20613 
x264_0.120.2171+git01f7a33-2.debian.tar.gz
 30067df6476864c4e1756b119a1b338acb449632a30df65012d0c7a8687eb537 299986 
x264_0.120.2171+git01f7a33-2_amd64.deb
 abe558799c80bf2a09150381c21be957412b61aeb540db853a2401a2a8f3b142 435258 
libx264-120_0.120.2171+git01f7a33-2_amd64.deb
 7e78b9f59b7369f1bb2e590720e8e6287c8cab6f769033e38f74883fe7f95ace 503660 
libx264-dev_0.120.2171+git01f7a33-2_amd64.deb
Files: 
 9fa48b40a018b54c395cb6a36b25f7f6 2363 libs optional 
x264_0.120.2171+git01f7a33-2.dsc
 cfb83cdec372491962cc1279443cfda8 20613 libs optional 
x264_0.120.2171+git01f7a33-2.debian.tar.gz
 407a6f9777a8c9ba857330339c322859 299986 graphics optional 
x264_0.120.2171+git01f7a33-2_amd64.deb
 890227c925d5a7533bd9dd55b30112c9 435258 libs optional 
libx264-120_0.120.2171+git01f7a33-2_amd64.deb
 52839db50fb07da3cb0246b8d063cac8 503660 libdevel optional 
libx264-dev_0.120.2171+git01f7a33-2_amd64.deb

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

iQIcBAEBAgAGBQJPZM1GAAoJED+5x4pTyFTfUREP/1KfU9WmjUSt1hGw4bLEnxJW
lRO5n+F0VTtvtkuKgH4ALvq8zSq6xIbm+4ut1e+NnKqFel1O2UNEqk0l+LqcSOvL
6PXQUNRYUyb+bHFSB1jScJ4zjq2/Iz3WHddBHptR3BKEW0M4mJj7rXdEWwwrhtCD
FZYDNABbQwz7HhnVOzb+c8MPjgd/M7c6WzS/I6oxv2asTfVeGIy8+8bTEQpY123O
XSPkrK4MKGJVerzaudpteBmqnetxB6DTol/KqK1ZvrLClBCj8aYNqw6C0AKtx8HF
PTKt3KrfFc89C+Uq5l4n9UqaU4REzfeebzzHJIc7nuqzeIjA+t39YG0dQZzTgJsx
7G9P/jQZrT6ZooUDMxrqaSWowxyzanCVMiK99oo71rJZ0+V2qQNkEFysqjXdy74y
/cDJxNUF5b7lLqZg8wzE+byqHInmmgDkqTgk5vE9GoxhWQn+Ft0pRLWONkxk0eFt
1UoG2yQe9nSLG5BJ+98qOF8YZLq8aD4yM/s5LfTfs599BO7dzdIYYOkcFvTRcHBg
K2+NpQzJVE7wL7mE5CM2K1+mqWAuj1PXHxHMAEhAYfjSyxU76c73yigZDrxif6cm
+YQLIX4Il/Gn5flWAL0VVP0pjE4O2kOGQikS2RFr8TGmQCgx6+eOB66zqaNO8VnR
BUpc1o63nuTyM1vGDsGs
=361o
-END PGP SIGNATURE-


Accepted:
libx264-120_0.120.2171+git01f7a33-2_amd64.deb
  to main/x/x264/libx264-120_0.120.2171+git01f7a33-2_amd64.deb
libx264-dev_0.120.2171+git01f7a33-2_amd64.deb
  to main/x/x264/libx264-dev_0.120.2171+git01f7a33-2_amd64.deb
x264_0.120.2171+git01f7a33-2.debian.tar.gz
  to main/x/x264/x264_0.120.2171+git01f7a33-2.debian.tar.gz
x264_0.120.2171+git01f7a33-2.dsc
  to main/x/x264/x264_0.120.2171+git01f7a33-2.dsc
x264_0.120.2171+git01f7a33-2_amd64.deb
  to main/x/x264/x264_0.120.2171+git01f7a33-2_amd64.deb


-- 
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/e1s8xk8-0005ux...@franck.debian.org



Accepted lame 3.99.5+repack1-3 (source all amd64)

2012-03-17 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 13:41:03 -0400
Source: lame
Binary: lame lame-doc libmp3lame0 libmp3lame-dev
Architecture: source amd64 all
Version: 3.99.5+repack1-3
Distribution: unstable
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 lame   - MP3 encoding library (frontend)
 lame-doc   - MP3 encoding library (documentation)
 libmp3lame-dev - MP3 encoding library (development)
 libmp3lame0 - MP3 encoding library
Changes: 
 lame (3.99.5+repack1-3) unstable; urgency=low
 .
   * Handle case on setting CFLAGS for systems where dpkg-dev ( 1.15.7)
Checksums-Sha1: 
 c6256edf12fc6705ad560483eb4c95c7a6582190 2237 lame_3.99.5+repack1-3.dsc
 ea45fbe8f8f1745ee36459fc37eec8575224aa43 12691 
lame_3.99.5+repack1-3.debian.tar.gz
 cdad37ca58de9355438d189ab01499627e4f42c4 280064 lame_3.99.5+repack1-3_amd64.deb
 aac26c8f8a497e93015fb1935e80d1937dbc2b21 295944 
lame-doc_3.99.5+repack1-3_all.deb
 efe80462819b58a0971bd7ca2a8f1e30edd4ff2b 404040 
libmp3lame0_3.99.5+repack1-3_amd64.deb
 ed049525ceb097a6d497ce6e45ca59c1b85cee30 440224 
libmp3lame-dev_3.99.5+repack1-3_amd64.deb
Checksums-Sha256: 
 fe2ec99c71aedb779ec814640d13fb2716aaeca0efe1e9fa729b57d12dab3870 2237 
lame_3.99.5+repack1-3.dsc
 a2084ffb1e145ec2c3cb0440b229a4c2480fdba0517c786a370001e25bfa37c7 12691 
lame_3.99.5+repack1-3.debian.tar.gz
 8929c9cb62bfdd75844888a3dbc2ef951b1f6fd32c4d556f72cc8822dd0a087e 280064 
lame_3.99.5+repack1-3_amd64.deb
 665928d820cca2dc17da0a0966933085d9d53466646c3b734f9818d377e494c0 295944 
lame-doc_3.99.5+repack1-3_all.deb
 c8fb150d6fb7a841c4113282e9563ac8b67c150f66193d846732b95300945e99 404040 
libmp3lame0_3.99.5+repack1-3_amd64.deb
 e5b83fd2f45ec34b12fc4574b980dda142efd500b5ba825267e23e818b93e984 440224 
libmp3lame-dev_3.99.5+repack1-3_amd64.deb
Files: 
 bf4cbbba32443ca8e208122ee55ec434 2237 sound optional lame_3.99.5+repack1-3.dsc
 794b9457920d6c83e36f01ca0a660422 12691 sound optional 
lame_3.99.5+repack1-3.debian.tar.gz
 d9612fd320cf80e79df515e09499cc7d 280064 sound optional 
lame_3.99.5+repack1-3_amd64.deb
 92b5264edeaa0a35a473b7dbf2f52184 295944 doc optional 
lame-doc_3.99.5+repack1-3_all.deb
 3b92df39b86ef73172c18b467fd5b153 404040 libs optional 
libmp3lame0_3.99.5+repack1-3_amd64.deb
 c481eab253eaec5b48b57933caf7ca4b 440224 libdevel optional 
libmp3lame-dev_3.99.5+repack1-3_amd64.deb

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

iQIcBAEBAgAGBQJPZM2/AAoJED+5x4pTyFTfSMoP/3X/TUiU1F34FZRdzEqSK+g/
q7iPKX3qTxHMXggCiMTi6cztXQ9l2m3i56KJIKW0ZlUmdV66PEl7s5z5+WlYveXz
gvgqh2XuSWH0TktD3N5ONwag0aYpigrUpAdgBV2dPFRqKcTUccHICh/xOccdbKuu
tQyhD55MnhgYSqOq3rM0HaiwVBX4C5utLXgmOv6x9lQzSdwaR2Z2LjgmZgEJ0SAk
7xNfX6Ca8mf/+izOkO9wAiF404kZOfkvaQKFZ1t/1Q8lVlXsZN5f40WZ+ilYmQy/
e+GHV9n88k7XZSwcrMHx5VCm0+EbDExP8t4nyvqrXIpQP60OP2cC7bOl1NtGbdF8
ELtNyIU6sKK2KiPGCOgUyWMa1Gacd+osybpG3etgWERAzjRD5aExPrVEJNaosgM8
HarPJp7Ux7M/4AAYPdnM4KJrGWsN/cW4q0umormUrNUifgPcEDn5ZDttqG7lFIpw
mnjw9/qht8PIdpJzJJKhSLGmSDTiu2tYvqnXBPB8Hkykr3rj6Rw0oJcRknvz29tv
I+SC2fAdy/WiufM+rSIS3bLgrSZW/JLIGCLVFMVufNiJdtBIGg5J8z+S/HT3gl1F
k4MF6Iw3eb7UcFAyRhuzU/fdJ34TRzHHi8oWq4dcxxgO9qOHzFrLDzwQ3zgTx/0B
zqrMx47VATR2Di2D8Bp+
=RIyL
-END PGP SIGNATURE-


Accepted:
lame-doc_3.99.5+repack1-3_all.deb
  to main/l/lame/lame-doc_3.99.5+repack1-3_all.deb
lame_3.99.5+repack1-3.debian.tar.gz
  to main/l/lame/lame_3.99.5+repack1-3.debian.tar.gz
lame_3.99.5+repack1-3.dsc
  to main/l/lame/lame_3.99.5+repack1-3.dsc
lame_3.99.5+repack1-3_amd64.deb
  to main/l/lame/lame_3.99.5+repack1-3_amd64.deb
libmp3lame-dev_3.99.5+repack1-3_amd64.deb
  to main/l/lame/libmp3lame-dev_3.99.5+repack1-3_amd64.deb
libmp3lame0_3.99.5+repack1-3_amd64.deb
  to main/l/lame/libmp3lame0_3.99.5+repack1-3_amd64.deb


-- 
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/e1s8y0m-0006po...@franck.debian.org



Accepted libnet-sftp-foreign-perl 1.71+dfsg-1 (source all)

2012-03-17 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 18:56:28 +0100
Source: libnet-sftp-foreign-perl
Binary: libnet-sftp-foreign-perl
Architecture: source all
Version: 1.71+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libnet-sftp-foreign-perl - client for the Secure File Transfer Protocol
Changes: 
 libnet-sftp-foreign-perl (1.71+dfsg-1) unstable; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 1.71+dfsg
   * Drop Recommends on libexpect-perl
   * Drop spelling.patch patch.
 Spelling fixes are applied upstream.
   * Update debian/copyright file information.
 Update format to copyright-format 1.0 as released with Debian policy
 3.9.3.
 Update copyright years for upstream files and for debian/* packaging.
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 f1c8742b26c334dd808bf4f1c0b8506e663190e0 2390 
libnet-sftp-foreign-perl_1.71+dfsg-1.dsc
 c526cf87b919c816fa8af6cc6164f70fb5a07716 85703 
libnet-sftp-foreign-perl_1.71+dfsg.orig.tar.gz
 937218c9afcb70b2447fe17dec30cb2feb090dbd 4842 
libnet-sftp-foreign-perl_1.71+dfsg-1.debian.tar.gz
 e5b80ac28545e8d98117f4dcc8d48a026bd6c5ea 114064 
libnet-sftp-foreign-perl_1.71+dfsg-1_all.deb
Checksums-Sha256: 
 d7371cd3ee3c622b784b430717d480c464140d4c2009e59846459bd6ca0b4dee 2390 
libnet-sftp-foreign-perl_1.71+dfsg-1.dsc
 f7ea264692355bce8bac3364657ebd3730677076227a9e89a9470f5f9affbd4b 85703 
libnet-sftp-foreign-perl_1.71+dfsg.orig.tar.gz
 3e52bcfc1f916c18d753623fa4a607a52785bfa2d12f86a07f228be257adae70 4842 
libnet-sftp-foreign-perl_1.71+dfsg-1.debian.tar.gz
 6ed00bd796792cdd1008e4904ae91acff10563508a94b7d6d81754981b327815 114064 
libnet-sftp-foreign-perl_1.71+dfsg-1_all.deb
Files: 
 c2355e8443b486af67a887c1e0cbebca 2390 perl optional 
libnet-sftp-foreign-perl_1.71+dfsg-1.dsc
 e47b0e28a8964cdc5c2935d33dbf837a 85703 perl optional 
libnet-sftp-foreign-perl_1.71+dfsg.orig.tar.gz
 11570447b67868ac307e55e16ff68208 4842 perl optional 
libnet-sftp-foreign-perl_1.71+dfsg-1.debian.tar.gz
 80aabb02bd88b61355c53db4576e62ca 114064 perl optional 
libnet-sftp-foreign-perl_1.71+dfsg-1_all.deb

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

iQIcBAEBCAAGBQJPZNGiAAoJEHidbwV/2GP+dHQP/ig9i4nbdu806ggaCI2h7Isz
HJXwf9kbRX9N/WglYzsLbElg96sGpjDe+FjSfbY5ej5SErZB6Fa2cZ1go+gA5Rt4
vFljS30ulfwTc1SB6jG55YURTinXr928dIrkHhSepM8F8SuOpOzgrJ6dKjd8UeAU
Xus7gExLOd/Q4VtjfYx6DNo+lr5Hp+R/cMFQxTas18/+UXENUsiOefAZnGQgUkDW
XYRrJ/Q2A8D/mPXNT+hWgciFQ8bOVS6+GCUz3oT0QnwGO8MmQpAmJILphDIBzd6d
9Xi04/ehCwlhkzQTAjJI6Q8ht8Nd8jcBxyOkjQnHmnGrOS/6ZcE6bGpJiAniTGwV
BenFQzgl99vSpAN2yBIEJoJUzIW+1D4v3qvguOA/Fl+RbwqvZd/hSUmkCDTmUt5L
JFyGPvHc/wyNwOL5rSwQFzYqBg9ZDRcveGhwwjqs5zhlDaWnfy/jZUUHQbm3txo0
S0dsunyGE10SfV8GZMKEHSA7aKtT7m/zdeT/9PrGg93Ha5xk/UI8zE/fu0I89pQh
RG3677P5TcO4U/lDXFCECDMPMT08xVih1PuxG5BW4PsDVQg2xowwLUxh4oEZNObC
EIcdUP4ruHe9LcozltnBGX4CBhuJXbxlEtjXQiSxAejI+qj0zKNHDCaNPHlO8K77
sF2aPYm+3V/6k8QKMohj
=Zxqg
-END PGP SIGNATURE-


Accepted:
libnet-sftp-foreign-perl_1.71+dfsg-1.debian.tar.gz
  to 
main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.71+dfsg-1.debian.tar.gz
libnet-sftp-foreign-perl_1.71+dfsg-1.dsc
  to main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.71+dfsg-1.dsc
libnet-sftp-foreign-perl_1.71+dfsg-1_all.deb
  to 
main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.71+dfsg-1_all.deb
libnet-sftp-foreign-perl_1.71+dfsg.orig.tar.gz
  to 
main/libn/libnet-sftp-foreign-perl/libnet-sftp-foreign-perl_1.71+dfsg.orig.tar.gz


-- 
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/e1s8ycq-0007tp...@franck.debian.org



Accepted x264 2:0.120.2171+git01f7a33-3 (source amd64)

2012-03-17 Thread Andres Mejia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 14:00:21 -0400
Source: x264
Binary: x264 libx264-120 libx264-dev
Architecture: source amd64
Version: 2:0.120.2171+git01f7a33-3
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Andres Mejia ame...@debian.org
Description: 
 libx264-120 - x264 video coding library
 libx264-dev - development files for libx264
 x264   - video encoder for the H.264/MPEG-4 AVC standard
Changes: 
 x264 (2:0.120.2171+git01f7a33-3) unstable; urgency=low
 .
   * Fix issue of setting hardened CFLAGS for shared library.
Checksums-Sha1: 
 0c6a3cfd4792cb6add1e9151316866b8ac53940e 2363 x264_0.120.2171+git01f7a33-3.dsc
 757173b99cb709bcdc4f88c0f69597b5fd0f9e6f 20620 
x264_0.120.2171+git01f7a33-3.debian.tar.gz
 15a690922a11664212aebe5939b359206a7018d2 300368 
x264_0.120.2171+git01f7a33-3_amd64.deb
 e6c63aae4e3d9e5f889a1a2285d748ecd0c56020 435968 
libx264-120_0.120.2171+git01f7a33-3_amd64.deb
 82fe076361f46d2292bb2393cf1ba78ea67e9370 503740 
libx264-dev_0.120.2171+git01f7a33-3_amd64.deb
Checksums-Sha256: 
 10a2656d67a1cb585181d4131172e4118aa5b1dc94b1a22c56603b4e9560c1b2 2363 
x264_0.120.2171+git01f7a33-3.dsc
 dd313ab06043f2a27081026d1ad00add1f786b2d902a747ce922ee2bb314aff9 20620 
x264_0.120.2171+git01f7a33-3.debian.tar.gz
 1ad78e16bbf4ba1e2a190748e3d00f668d2252a66924b1fb52ba824d4d44f05d 300368 
x264_0.120.2171+git01f7a33-3_amd64.deb
 91d6d22b4b5dd47773730db76fc7db7b7d962e957838639f736498095cd76efc 435968 
libx264-120_0.120.2171+git01f7a33-3_amd64.deb
 6db73cb7d53fc83cb690cdc46287e258115789dd911258aa5cd3c79944222591 503740 
libx264-dev_0.120.2171+git01f7a33-3_amd64.deb
Files: 
 5fa8cdec80223fad3e7eef83f6b07226 2363 libs optional 
x264_0.120.2171+git01f7a33-3.dsc
 38d83f640d582bf6bf510052db9a8022 20620 libs optional 
x264_0.120.2171+git01f7a33-3.debian.tar.gz
 5eaf9181e629731f45dad912a269c866 300368 graphics optional 
x264_0.120.2171+git01f7a33-3_amd64.deb
 c60d7288249b12413be70fe2920dc824 435968 libs optional 
libx264-120_0.120.2171+git01f7a33-3_amd64.deb
 d4a48dbea8efdd00b4cc0cf934b16672 503740 libdevel optional 
libx264-dev_0.120.2171+git01f7a33-3_amd64.deb

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

iQIcBAEBAgAGBQJPZNLjAAoJED+5x4pTyFTfAkQP/0TgeESQnGiofQ1Y3beBiUO3
5fbnOKwe2DTkGKcSxk8e/LRjIbSxp61JDWKnnH4RAoFivs37MaftUivD/MCdN0tP
coUztPlDoEvGVIgihHNP0azNhcLflNGFqHtUGP+aRkaAaZWmjwUTlesGmkjU0bU9
xlkB5MIyxQ5CWf9WCLJ5gM6TKNoVG+nMpoLnoXoCsRIN1PKbj4YgTNFPn9HZ2OgW
ltj5JmMHMv3EZWP7OV305NidIzwQAUhC7K4DMTSvwmIi+v3MzK0b5WsibaOZMzVM
JdvkNfg72QGBaLw2MywljmXw51h5oUY8Wov4/4SnIBsBDhNmHkRpUbKmN45uINk6
TGpAMdLOarPK9XIzUwV9l8FL9dbgfbySV2dHOwGKlIT1p/T6LhYM8DTQc0N6Ybed
pbqYyAy6kw7ySkRoCPJo8bvbkpj2ME3sxENYzSXlCTsjgOXfMLdiy7TzM+fypbKz
W2RrwgbByJ+jG8mHWzXSGLcU0MezTEWVfhdM6sOuHYXwAd4AlIcvZaTiJSgKLyfv
VJPhdFZEzWGjzxKRDSQTe1objWfX+ss00ZXuaDBpz9NJjTSDE6L+tHafp7HRtnJn
XHHfPfA/A3vjB0qjPL/63u6OMghnukkHopsVJJTsmIu9Fd1JCq27CLpvRj3pcT2p
V8boLrewbdmdvVaSeFQw
=QW09
-END PGP SIGNATURE-


Accepted:
libx264-120_0.120.2171+git01f7a33-3_amd64.deb
  to main/x/x264/libx264-120_0.120.2171+git01f7a33-3_amd64.deb
libx264-dev_0.120.2171+git01f7a33-3_amd64.deb
  to main/x/x264/libx264-dev_0.120.2171+git01f7a33-3_amd64.deb
x264_0.120.2171+git01f7a33-3.debian.tar.gz
  to main/x/x264/x264_0.120.2171+git01f7a33-3.debian.tar.gz
x264_0.120.2171+git01f7a33-3.dsc
  to main/x/x264/x264_0.120.2171+git01f7a33-3.dsc
x264_0.120.2171+git01f7a33-3_amd64.deb
  to main/x/x264/x264_0.120.2171+git01f7a33-3_amd64.deb


-- 
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/e1s8ydl-00084v...@franck.debian.org



Accepted libxml-atom-microformats-perl 0.003-2 (source all)

2012-03-17 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 17 Mar 2012 15:08:41 +0100
Source: libxml-atom-microformats-perl
Binary: libxml-atom-microformats-perl
Architecture: source all
Version: 0.003-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini al3x...@gmail.com
Description: 
 libxml-atom-microformats-perl - parse microformats in Atom content
Changes: 
 libxml-atom-microformats-perl (0.003-2) unstable; urgency=low
 .
   * Team upload
   * Build depend on libxml-libxml-perl = 1.95+dfsg (see #664056)
   * Update debian/copyright format as in Debian Policy 3.9.3
   * Bump Standards-Version to 3.9.3
Checksums-Sha1: 
 7b9e6ed631c74cf25d4949ea83e169a9de601536 2453 
libxml-atom-microformats-perl_0.003-2.dsc
 56f39aead2918972c64f9724676e34cffce8b0e8 4104 
libxml-atom-microformats-perl_0.003-2.debian.tar.gz
 6783417c6a53ab19be580b015da6944ca4e518f3 21312 
libxml-atom-microformats-perl_0.003-2_all.deb
Checksums-Sha256: 
 5ea29adf3be253b28483563d2c8b6fe449c0701b278528425118626a5fd607ae 2453 
libxml-atom-microformats-perl_0.003-2.dsc
 573eea30366cdbc39c75fd33657ad341b2a5dc2cedfff408b5b62270c8a0bf77 4104 
libxml-atom-microformats-perl_0.003-2.debian.tar.gz
 4623f2a1191d8c1ed6ed396689e58c3572b434b871072d65ac4cd7b8e41eeb6a 21312 
libxml-atom-microformats-perl_0.003-2_all.deb
Files: 
 2a444000b9300bcea4c6beeb3254ba85 2453 perl optional 
libxml-atom-microformats-perl_0.003-2.dsc
 2dc383bc4f91cd7afe869f5d3556fcb7 4104 perl optional 
libxml-atom-microformats-perl_0.003-2.debian.tar.gz
 9c541b95aafa45943bae8edc8017c128 21312 perl optional 
libxml-atom-microformats-perl_0.003-2_all.deb

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

iQIcBAEBCAAGBQJPZNfuAAoJELs6aAGGSaoGydUP/RYCJ0Q0lEnW79bz+8AY4ZhF
cnxTze/4xVC9pFAmDC2M7IPt15vB7wIv1TNsR7BxiAbMgegdOAqGgy/9XXQaY6jq
ucNBnnpI/o0mIYm4dxK66+jqiPj2GxmiXyjkGAI7m3+eVsXj3tuhZsFLo2qR7BaP
qDU0dt5Bam4B+s1LVSoPbwtR6GqC3B3oCK0kHimnvj4AES+d8PixJIgKhX10zCQR
IQscLMFnbatqzXucUhUjb+mcUlsl+tjRzseot+BawzfsuNZBq2fQwHHjEYgqpXwZ
qHbowcI5wvxiSa6oQFfds6P74mj+suxLHrOxQNOFp2ohqgT3SRW9HIsm76BvRHkw
fgPCRnlWoS1NfbpEDW3sR0mXpA+EDjquDn8htA3WBk0x/9rEOFbW78FMj6ImRqwe
YjoFCRj1i2PceUlO3PtYsTxr6B/ZCJDY8Yf5VFb3awItiDQKHifNsHrh2H0bnyrR
34Wzm83GdflyOrCjSjccWx4vIowt0roYUrqIllzSOU5L168i+IcszuZFyjLM2AXJ
jKTaqKwOV8OSjQivHXmCqY6dE9He1HxHZh1i4CFbZxv290/Vn0qS7fwdoUNpMqiA
Ehmf4BIPxSleiLYeAvFAjrFutN07q1Dh15SsxwcQ+IzF/LRzcmnbMSwyzSQVGHux
HAflufSHmu/MsnKsiIhR
=YBbt
-END PGP SIGNATURE-


Accepted:
libxml-atom-microformats-perl_0.003-2.debian.tar.gz
  to 
main/libx/libxml-atom-microformats-perl/libxml-atom-microformats-perl_0.003-2.debian.tar.gz
libxml-atom-microformats-perl_0.003-2.dsc
  to 
main/libx/libxml-atom-microformats-perl/libxml-atom-microformats-perl_0.003-2.dsc
libxml-atom-microformats-perl_0.003-2_all.deb
  to 
main/libx/libxml-atom-microformats-perl/libxml-atom-microformats-perl_0.003-2_all.deb


-- 
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/e1s8yrf-xm...@franck.debian.org



Accepted flowscan 1.006-13.2 (source all)

2012-03-17 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 18:24:30 +
Source: flowscan
Binary: flowscan
Architecture: source all
Version: 1.006-13.2
Distribution: unstable
Urgency: low
Maintainer: Guillaume Delacour g...@iroqwa.org
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 flowscan   - flow-based IP traffic analysis and visualization tool
Closes: 659420
Changes: 
 flowscan (1.006-13.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add Depends on libperl4-corelibs-perl (Closes: #659420)
Checksums-Sha1: 
 b33213b148efe177a25c37a23e3e9fc4fa0b8d03 1304 flowscan_1.006-13.2.dsc
 83ac5986b10b35518fe5ce2da6b5f257bfd80188 7753 flowscan_1.006-13.2.diff.gz
 69200eefe43caa7566d83ef6c8a31641bff820fe 142794 flowscan_1.006-13.2_all.deb
Checksums-Sha256: 
 4101ec821e772c482a180c17ff621f521d8d8bbc47f002253ffe720ae240f605 1304 
flowscan_1.006-13.2.dsc
 091d43e58521ecb3a9a9471351775284eb41dc78bea95233b250081d9ed1e63e 7753 
flowscan_1.006-13.2.diff.gz
 7efdc41194a03f50388762ab6bd9f8ea8769359444711419f3da760b68144f40 142794 
flowscan_1.006-13.2_all.deb
Files: 
 63d67b0ce950694e09cf40f26ee35045 1304 net optional flowscan_1.006-13.2.dsc
 eded8e306d9bc7cfe3d9f3f3f14ada88 7753 net optional flowscan_1.006-13.2.diff.gz
 ea98a6dca34056f14403f81c0c1b212b 142794 net optional 
flowscan_1.006-13.2_all.deb

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

iD8DBQFPZNkWYzuFKFF44qURAqXbAJ9640BGt4HWadSDiZGkDQ3SKb+8HwCg06+1
kIMy5P3Ez9ZSW41/VR0KxZc=
=41ON
-END PGP SIGNATURE-


Accepted:
flowscan_1.006-13.2.diff.gz
  to main/f/flowscan/flowscan_1.006-13.2.diff.gz
flowscan_1.006-13.2.dsc
  to main/f/flowscan/flowscan_1.006-13.2.dsc
flowscan_1.006-13.2_all.deb
  to main/f/flowscan/flowscan_1.006-13.2_all.deb


-- 
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/e1s8yel-0001mt...@franck.debian.org



Accepted dose3 2.9.14-2 (source amd64)

2012-03-17 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 19:24:48 +0100
Source: dose3
Binary: libdose3-ocaml-dev libdose3-ocaml dose-distcheck dose-builddebcheck 
dose-extra apt-cudf
Architecture: source amd64
Version: 2.9.14-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 apt-cudf   - CUDF solver integration for APT
 dose-builddebcheck - Checks whether build-dependencies can be satisfied
 dose-distcheck - Checks whether dependencies of packages can be satisfied
 dose-extra - Extra QA tools from the Dose3-library
 libdose3-ocaml - OCaml libraries for package dependencies (runtime files)
 libdose3-ocaml-dev - OCaml libraries for package dependencies (development 
files)
Changes: 
 dose3 (2.9.14-2) unstable; urgency=low
 .
   * patch dont-strip-bytecode: install must not try to strip executables
 when compilation to bytecode. Fixes an FTBFS on architectures with
 compilation to bytecode.
Checksums-Sha1: 
 925dc6b78c7f48e9c1b03c3aab5e64b66b224c47 1828 dose3_2.9.14-2.dsc
 2d09afdcc8a8514dcbf1f47d2b5b5c1ca6954a0c 13002 dose3_2.9.14-2.debian.tar.gz
 203beccff0397a315ac63ec26af645c8922486fe 1021612 
libdose3-ocaml-dev_2.9.14-2_amd64.deb
 c592c0ff9b1d6da82a4829389741e3d826ac58bf 8918 libdose3-ocaml_2.9.14-2_amd64.deb
 8bacf7a40bf66b86801bcddcbdea79114c5307dd 673466 
dose-distcheck_2.9.14-2_amd64.deb
 964399b0a3a2bff9cff6944fff641c944814ec61 620090 
dose-builddebcheck_2.9.14-2_amd64.deb
 cf6967e553632cd1d83255262f059a16a93176d3 1898286 dose-extra_2.9.14-2_amd64.deb
 d401d3fc02e328a3e402a1a1678f93ac84144919 435062 apt-cudf_2.9.14-2_amd64.deb
Checksums-Sha256: 
 a21e900898e93bbd0c48163b4b0d13abb4b8e9d8f6000d8dba1692ddf3168fb4 1828 
dose3_2.9.14-2.dsc
 c993bf5f4708814fc476d286612cce89ea62f73c93a913252fc63f4af2815505 13002 
dose3_2.9.14-2.debian.tar.gz
 90b3564a505692fad128ea0502c0f5abc29358b3e6038470f2a9213518e5a39b 1021612 
libdose3-ocaml-dev_2.9.14-2_amd64.deb
 563df048b166b7e60900fb0f97e23e5c0a13b83c2433165041ca15a5778e9225 8918 
libdose3-ocaml_2.9.14-2_amd64.deb
 fca31a9e33eb1a8f361b5c7833b0d3141d8a97b5c0541d18720e4225d9fc8021 673466 
dose-distcheck_2.9.14-2_amd64.deb
 4e8e463d489de3e4f33ab32c4512a354fbc9b8ecde45c8ad9eece38e9dc8b6bf 620090 
dose-builddebcheck_2.9.14-2_amd64.deb
 58234a2664b52e9f9d7a77587fa929fb7c62c1601f9a52178b626d75018a094d 1898286 
dose-extra_2.9.14-2_amd64.deb
 0d3f3a656dbdff6e529d1824e8f7cc1626b9b6c4630de701e8eedcfb221d4609 435062 
apt-cudf_2.9.14-2_amd64.deb
Files: 
 7be869efbf04f1ce5d7d64a0fe6d5365 1828 ocaml extra dose3_2.9.14-2.dsc
 5353fb13c47a408c896b4649cf129000 13002 ocaml extra dose3_2.9.14-2.debian.tar.gz
 5b084cfa0e34b1a670278ff4109038ad 1021612 ocaml extra 
libdose3-ocaml-dev_2.9.14-2_amd64.deb
 6c9a5b61d82523540bf7110067c6aa1a 8918 ocaml extra 
libdose3-ocaml_2.9.14-2_amd64.deb
 5cb145e769d608ed74d87edacc60b336 673466 devel extra 
dose-distcheck_2.9.14-2_amd64.deb
 ea6fd20a603546537f26a1a813f40b93 620090 devel extra 
dose-builddebcheck_2.9.14-2_amd64.deb
 c62c91ab34525715e575b5a2a58f4aaf 1898286 devel extra 
dose-extra_2.9.14-2_amd64.deb
 285c4c3f0068dee37eb53010a256c777 435062 admin extra apt-cudf_2.9.14-2_amd64.deb

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

iEYEARECAAYFAk9k260ACgkQtzWmSeC6BMEYOwCgnXdceBwNqsMwQdvzDikq4e+o
lGgAoPUdIeduu0nlOn5liR6T8YBD9ZfT
=qjNE
-END PGP SIGNATURE-


Accepted:
apt-cudf_2.9.14-2_amd64.deb
  to main/d/dose3/apt-cudf_2.9.14-2_amd64.deb
dose-builddebcheck_2.9.14-2_amd64.deb
  to main/d/dose3/dose-builddebcheck_2.9.14-2_amd64.deb
dose-distcheck_2.9.14-2_amd64.deb
  to main/d/dose3/dose-distcheck_2.9.14-2_amd64.deb
dose-extra_2.9.14-2_amd64.deb
  to main/d/dose3/dose-extra_2.9.14-2_amd64.deb
dose3_2.9.14-2.debian.tar.gz
  to main/d/dose3/dose3_2.9.14-2.debian.tar.gz
dose3_2.9.14-2.dsc
  to main/d/dose3/dose3_2.9.14-2.dsc
libdose3-ocaml-dev_2.9.14-2_amd64.deb
  to main/d/dose3/libdose3-ocaml-dev_2.9.14-2_amd64.deb
libdose3-ocaml_2.9.14-2_amd64.deb
  to main/d/dose3/libdose3-ocaml_2.9.14-2_amd64.deb


-- 
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/e1s8ytn-000316...@franck.debian.org



Accepted r-base 2.15.0~20120317-1 (source i386 all)

2012-03-17 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 13:27:32 -0500
Source: r-base
Binary: r-base r-base-core r-base-dev r-mathlib r-base-html r-doc-pdf 
r-doc-html r-doc-info r-recommended r-base-core-dbg
Architecture: source i386 all
Version: 2.15.0~20120317-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-base - GNU R statistical computation and graphics system
 r-base-core - GNU R core of statistical computation and graphics system
 r-base-core-dbg - GNU R debug symbols for statistical comp. language and 
environmen
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.15.0~20120317-1) unstable; urgency=low
 .
   * Initial beta build (r58769) of R 2.15.0 expected for March 30
 .
   * debian/R.bash_completion: New version from SVN (thanks, Deepayan!)
 .
   * R/m4, configure: Override bzip2 test for 1.0.6 to let our patched
 1.0.5 version pass as lintian does not like the embedded library
Checksums-Sha1: 
 c7cd395304c3ff6d3332bc23cfa18522e2134ae7 2143 r-base_2.15.0~20120317-1.dsc
 e685e73f2e7bc914076736437f71cdd8cb81cb86 24193541 
r-base_2.15.0~20120317.orig.tar.gz
 6f878e07bb513f7a0ae3c46e054004217db30c95 72831 r-base_2.15.0~20120317-1.diff.gz
 cd53ce0d0b7ef4fe87e6262e901fda4705002f05 20268362 
r-base-core_2.15.0~20120317-1_i386.deb
 96b8b4f97d22c66694e2139e1755f3af9498924b 628528 
r-mathlib_2.15.0~20120317-1_i386.deb
 cc34f5540c35554fb5331336c4f5a9647b5b6517 2877758 
r-base-core-dbg_2.15.0~20120317-1_i386.deb
 d1a0b76a3f86c50e0cdaddff07f86f0b7c2c4db3 36126 r-base_2.15.0~20120317-1_all.deb
 d715e291a00563fa890b915f8bb77eb0901645b3 3910 
r-base-dev_2.15.0~20120317-1_all.deb
 e805787f339050a3c6010ca459d4ac3abd9c7330 89560 
r-base-html_2.15.0~20120317-1_all.deb
 80f535071c49991cd3cb6b6200c0a2e2e07b5a40 36172 
r-doc-pdf_2.15.0~20120317-1_all.deb
 99d73767f04a380b133312da18cd6fb3c4f7b140 636328 
r-doc-html_2.15.0~20120317-1_all.deb
 1c267cf94ed6fa4e5b17b5f6af86413f4938b831 544928 
r-doc-info_2.15.0~20120317-1_all.deb
 cc19d26a2dded4cc88f6e704c06b8ac96525d233 2688 
r-recommended_2.15.0~20120317-1_all.deb
Checksums-Sha256: 
 b210eb699fd722055ab46881a769b33a54abab50810172ae68528da65eed9629 2143 
r-base_2.15.0~20120317-1.dsc
 5d5324d4ce4726d104c530b1a3d673da7aa0212ef1ec91f208f0c12d95d3a915 24193541 
r-base_2.15.0~20120317.orig.tar.gz
 e53bd4e7113022bbe9002597963298a850c19dbbe4671ce78de6831a4baebad1 72831 
r-base_2.15.0~20120317-1.diff.gz
 8e7c185f49b16a3a2cbeaf0c68f1a5effcdaac6536c091b93e20ded09174cd3e 20268362 
r-base-core_2.15.0~20120317-1_i386.deb
 0aef475e9045e776ee8282c7fc1d1835b6468d467d653df2e0c61010e7f9e06e 628528 
r-mathlib_2.15.0~20120317-1_i386.deb
 6e0c5a3498ff7a2a7c3f1f2db96a18e90f3d98f7d87a467a4f87e6244c28f34c 2877758 
r-base-core-dbg_2.15.0~20120317-1_i386.deb
 3708591d17fa91521c7270ba05d0726cbd6fdc9fbf6c67e08b7796082aa37fc9 36126 
r-base_2.15.0~20120317-1_all.deb
 3455b3b8b987824a8ce6674209ae6f0d897df48177dab1d1edb1ebc91baf3f2f 3910 
r-base-dev_2.15.0~20120317-1_all.deb
 1b3453e3c833782e655e7d49b08ac0fa59e9e438be4d40c363eb98456e8b78e6 89560 
r-base-html_2.15.0~20120317-1_all.deb
 73831518563659a03d1fe0fe6d4d13417339abb3e9ebef44c881c831ee8ce82d 36172 
r-doc-pdf_2.15.0~20120317-1_all.deb
 bafdee90bd7552979e48242f9b6468442aa821a86562917fd7fe3aa9b5e9f5aa 636328 
r-doc-html_2.15.0~20120317-1_all.deb
 d71f7be77b49dde36e0156d31cc1514b98ca8db1048cafc984cab7691b37bbe4 544928 
r-doc-info_2.15.0~20120317-1_all.deb
 b3ce69c60cd82a4a1e0253e572e2f79ab1da1055e9b00a5377673b1bc7e79c2e 2688 
r-recommended_2.15.0~20120317-1_all.deb
Files: 
 f81cf4b619c5e059dd3bc240a4371bed 2143 gnu-r optional 
r-base_2.15.0~20120317-1.dsc
 e188e153ab550767c608acfd52a6029f 24193541 gnu-r optional 
r-base_2.15.0~20120317.orig.tar.gz
 29d9c5e83217aebaff615c11fd184064 72831 gnu-r optional 
r-base_2.15.0~20120317-1.diff.gz
 2b871868c23ef2dee369735cd95f8af4 20268362 gnu-r optional 
r-base-core_2.15.0~20120317-1_i386.deb
 e7d25e03700941b21f871177c46e2a36 628528 gnu-r optional 
r-mathlib_2.15.0~20120317-1_i386.deb
 29e061a8defb0ea3987930fb0fe7632b 2877758 debug extra 
r-base-core-dbg_2.15.0~20120317-1_i386.deb
 da2836fc0ee3282f049c402d74c1ef15 36126 gnu-r optional 
r-base_2.15.0~20120317-1_all.deb
 f27cf5a09ffb59b82ddbd66d3283aadf 3910 gnu-r optional 
r-base-dev_2.15.0~20120317-1_all.deb
 4daf4a8dcf166745d41fc43e28c6b20f 89560 doc extra 
r-base-html_2.15.0~20120317-1_all.deb
 d49dfe8aa0d38ff44f62cdea8be5f08d 36172 doc optional 
r-doc-pdf_2.15.0~20120317-1_all.deb
 9ac063d4030ed930b8ab0f42719b49e5

Accepted citadel 8.05-1 (source all amd64)

2012-03-17 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 17 Mar 2012 20:15:36 +0100
Source: citadel
Binary: citadel-server citadel-mta citadel-client citadel-doc citadel-dbg
Architecture: source amd64 all
Version: 8.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Citadel Team pkg-citadel-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 citadel-client - complete and feature-rich groupware server (command line 
client)
 citadel-dbg - complete and feature-rich groupware server - debugging symbols
 citadel-doc - complete and feature-rich groupware server (documentation)
 citadel-mta - complete and feature-rich groupware server (mail transport agent)
 citadel-server - complete and feature-rich groupware server
Changes: 
 citadel (8.05-1) unstable; urgency=low
 .
   * Imported Upstream version 8.05
   * Bumped Standards-Version to 3.9.3, no changes needed.
Checksums-Sha1: 
 aacebe57e4ac5a9b81d9d78d18f6505dbf5ec2c2 1706 citadel_8.05-1.dsc
 157cac86d83e8aec5e9b5b6ec38ec0f63f6bb1ba 807819 citadel_8.05.orig.tar.gz
 d50d8a739ae0a66e3590105d8980a4a44fd28fc5 39527 citadel_8.05-1.diff.gz
 06a2db086587a428bd35e3997f35cd01f50906bf 435536 citadel-server_8.05-1_amd64.deb
 2208452e13d91fd73c7127330db4d41e3dc9060b 11390 citadel-mta_8.05-1_amd64.deb
 d9ce80796ee7f79d0d00ce66c6f9ea625f8fddee 132328 citadel-client_8.05-1_amd64.deb
 38d848dacf00b6ba1db4c6ee080285b0f344379b 38462 citadel-doc_8.05-1_all.deb
 ce2bdfb8936f7832268e09658f618e6c1d7d02b9 1418124 citadel-dbg_8.05-1_amd64.deb
Checksums-Sha256: 
 71ede671178dae7f91e8f4d36edcadf9cc8b6f6d5b23cfda46d22f45c78b2a36 1706 
citadel_8.05-1.dsc
 95807e6101a30b817c48ed175d589167553ca66c7ebd64c0aaa1b5269ab12cc4 807819 
citadel_8.05.orig.tar.gz
 ba9a2f8b497145a58369dfef4a88bebdeb24e90ae428da477884f8647d9ed93c 39527 
citadel_8.05-1.diff.gz
 4b25cc9fa127c40df25403aec578faa4b2ea28f04768d3d2d41275f0f28aba2a 435536 
citadel-server_8.05-1_amd64.deb
 aaad956d4b88d1ac3d8d64f99f2ea99338032fcbd3c1d224b787b99fcc99f11c 11390 
citadel-mta_8.05-1_amd64.deb
 f354044abb3d99d6721c0a904738b75f263b3d92b5c9745f195b48b092adbb4b 132328 
citadel-client_8.05-1_amd64.deb
 7986c48b81de705fb507b2c39bd14a5f2d0b1d32eb3aab028886e6c09bf7601f 38462 
citadel-doc_8.05-1_all.deb
 73e52539f4b3e05a42e974a5513c8392d66385599ef5dc6c22bf8520ac00e377 1418124 
citadel-dbg_8.05-1_amd64.deb
Files: 
 67ccde3211324edcaa73f161de7aae98 1706 mail extra citadel_8.05-1.dsc
 0ebf6ab5b422c5c9741ae709a863b7f9 807819 mail extra citadel_8.05.orig.tar.gz
 37034f4766cffe0aa91a5c54e1df8fdb 39527 mail extra citadel_8.05-1.diff.gz
 cc11c046ec2a9a3abfefb8acab758c71 435536 mail extra 
citadel-server_8.05-1_amd64.deb
 30573c9f1ad6f1c2ed9a1bed369c4e05 11390 mail extra citadel-mta_8.05-1_amd64.deb
 641d84c550872aff18a775046f4f4f62 132328 mail extra 
citadel-client_8.05-1_amd64.deb
 2e2efdf76475f251f5a888762083ad90 38462 doc extra citadel-doc_8.05-1_all.deb
 3e453a7fd0551ae4292c168d1ba7dc08 1418124 debug extra 
citadel-dbg_8.05-1_amd64.deb

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

iD8DBQFPZO0aVkEm8inxm9ERAog+AKCCfKOC0rpD/83MNpwhiTld7lT+2ACffTRH
3ZlNcltsmdfY9ETYkxAHAZw=
=/IMt
-END PGP SIGNATURE-


Accepted:
citadel-client_8.05-1_amd64.deb
  to main/c/citadel/citadel-client_8.05-1_amd64.deb
citadel-dbg_8.05-1_amd64.deb
  to main/c/citadel/citadel-dbg_8.05-1_amd64.deb
citadel-doc_8.05-1_all.deb
  to main/c/citadel/citadel-doc_8.05-1_all.deb
citadel-mta_8.05-1_amd64.deb
  to main/c/citadel/citadel-mta_8.05-1_amd64.deb
citadel-server_8.05-1_amd64.deb
  to main/c/citadel/citadel-server_8.05-1_amd64.deb
citadel_8.05-1.diff.gz
  to main/c/citadel/citadel_8.05-1.diff.gz
citadel_8.05-1.dsc
  to main/c/citadel/citadel_8.05-1.dsc
citadel_8.05.orig.tar.gz
  to main/c/citadel/citadel_8.05.orig.tar.gz


-- 
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/e1s90lx-0008j6...@franck.debian.org



  1   2   >