Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Andrew O. Shadoura
Hello,

On Wed, 06 Apr 2011 07:29:05 +0200
Josselin Mouette j...@debian.org wrote:

 Your limited knowledge is like jam. The less you have, the more you
 spread it.

Well, you have just confirmed this statement.

 What you actually like about ifupdown is that it cannot do anything
 but extremely trivial setups. Then you can stack all soft of stuff on
 top of it, and get them to work manually for your specific setup, and
 since it’s not event-based you have to hard-code the way your network
 is set up.

Maybe you just don't know how to 'cook' it properly?

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Re: Making may not be removed and needed

2011-04-06 Thread Bernhard R. Link
* Steve Langasek vor...@debian.org [110405 20:29]:
  I think it might be nice if those two aspects could be isolated somehow.
  This could also reduce the size of some build chroots and the set of 
  packages
  any boot-strap code has to handle specially[1]. With all the essential
  stuff only needed for a full system to boot, those are larger than they
  needed to be.
 [...]
  and their dependencies (passwd, initscripts, the whole pam stack)
  are mostly not needed in that set[2].
  (Util-linux might have one or two programs one might want to move
  to another package then, and something for update-rc.d needs to be
  done).

 I think this is a false optimization.  How does reducing the set of packages
 in a buildd chroot help anything?  A typical package has build-dependencies
 many times the size of the Essential set.

It might not be so big a saving for build chroots sizes (though I guess
it will in the mayority of cases be more than 5%). For package install
tests I guess it would be much more significant.

More importantly is the boot-strap code. Currently everything in the
required set gets a special handling, must be unpackaged twice and is
supposed to work in quite a special situation (all files existing in the
file system but no pre/postinst yet run, ...).

Such a step would almost reduce the packages to a half (something like 61 to 
33).

Bernhard R. Link


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110406072426.ga31...@pcpool00.mathematik.uni-freiburg.de



Please do not use /run yet

2011-04-06 Thread Roger Leigh
Hi,

As of base-files 6.2 which went into unstable yesterday, we have a
new top-level directory, /run.

This directory will contain a tmpfs which will be present from early
boot, and which will replace /var/run.  This will be done by
initscripts, which we are waiting to be uploaded.  For the time
being, /run is just an empty directory, and it's not guaranteed to
be writable either during early boot, or during normal operation.

In order to make use of, or transition to use /run, packages will be
required to have a versioned dependency on initscripts (= x), where x
is the initscripts version adding support for /run.  This dependency
will ensure that /run is both present *and* usable.

I'm just mentioning this here because udev started to use /run before
we had completed our work, and without a versioned dependency, causing
breakage.  If you are planning on using /run, please hold fire for a
few days longer until initscripts is uploaded!


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Brett Parker
On 06 Apr 09:10, Andrew O. Shadoura wrote:
 Hello,
 
 On Wed, 06 Apr 2011 07:29:05 +0200
 Josselin Mouette j...@debian.org wrote:
 
  Your limited knowledge is like jam. The less you have, the more you
  spread it.
 
 Well, you have just confirmed this statement.
 
  What you actually like about ifupdown is that it cannot do anything
  but extremely trivial setups. Then you can stack all soft of stuff on
  top of it, and get them to work manually for your specific setup, and
  since it’s not event-based you have to hard-code the way your network
  is set up.
 
 Maybe you just don't know how to 'cook' it properly?

(NOTE: Not an endorsement of n-m in anyways, but...)

Everything that you can do with ifupdown you can do with network
manager, which will also happily trigger the ifupdown pre/post scripts
if you enable that plugin.

Personally, I'm very happy with ifupdown on my laptop, and there's some
truly odd networking at times on here... and on the work laptop, so far
n-m has been ok (I'm giving it a chance to not explode, and I don't need
that one to have networking if I'm not logged in to it).

Cheers,
-- 
Brett Parker http://www.sommitrealweird.co.uk/
PGP Fingerprint 1A9E C066 EDEE 6746 36CB  BD7F 479E C24F 95C7 1D61


-- 
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/20110406092724.gf3...@sommitrealweird.co.uk



Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Philip Hands
On Wed, 06 Apr 2011 07:29:05 +0200, Josselin Mouette j...@debian.org wrote:
 ... and since it’s not event-based you have to hard-code the way your
 network is set up.

I think this is the vital difference -- those that prefer ifupdown do so
because they prefer to be in tight control of what is happening on their
systems, whereas those that prefer NM don't want to be bothered about
networking, they just want things to work.

When someone wanders into an Internet cafe and plugs a wire into their
Ethernet port, they just want a notification to tell them that they're
online.

If some dimwit sysadmin at my co-lo plugs something new into my server I
want _absolutely_ _nothing_ to occur, not even a new process -- a syslog
message would be fine.

I don't want to have to learn a lot of complicated tricks to turn all
the cleverness in NM off to achieve this, because an upgrade is bound to
introduce new cleverness that I'll then need to learn to turn off, and
each repeat of that is going to be a painful discovery.  I also don't
want a lot of code I don't routinely use sitting on my disks waiting for
someone to discover an exploit.

So, clearly one size is never going to fit all.

We then seem to have a choice of installing something that works well
for one group, and giving the others the chance to add the other (say,
by including NM in the desktop task), or installing the other and
getting the people who want less to remove it -- given that we've
already implemented the first, and it seems to work fine, why would we
want to force server installs of Debian (which may well be in the
majority) to uselessly default to installing software that will either
do a poor job for the life of the server, or incur the additional effort
of removing it?

On the other hand, if NM based udeb can do a better job of guessing
what's going on from within D-I, and can be preseeded to not bother
probing for things that are inappropriate, and can be persuaded to
configure ifupdown for the server scenario (with no need to put N-M,
dbus, etc onto the target) then fine, let's use it in D-I.

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


pgpGsHtSea6i5.pgp
Description: PGP signature


More Vcs-Fields in debian/control?

2011-04-06 Thread Evgeni Golov
Hi -devel!

We (lindi, liw and me) had just a short discussion in #-devel, that it
would be nice to have some sort of Vcs-Upstream-* in debian/control, to
be able to get to upstreams vcs history if it is not imported in
debian's vcs (which is often the case when using svn-bp or git-bf with
import-orig). [background: lindi is doing some git-copyright checks and
it fails heavily if there is no upstream history as the debian
maintainer is asumed to be the copyright holder for everything]

My suggestion would even go further (attention, I have NO idea how
debian/control is parsed and how much work the following would be):
Let's make that Vcs-Vendor with Vendor (like in DEP3) Debian,
Upstream, Ubuntu, Whoever-else-uses-the-packaging.

Opinions?

Regards
Evgeni


-- 
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/4d9c3b1f.4060...@debian.org



Re: Please do not use /run yet

2011-04-06 Thread Reinhard Tartler
On Wed, Apr 06, 2011 at 10:54:53 (CEST), Roger Leigh wrote:

 As of base-files 6.2 which went into unstable yesterday, we have a
 new top-level directory, /run.

 This directory will contain a tmpfs which will be present from early
 boot, and which will replace /var/run.  This will be done by
 initscripts, which we are waiting to be uploaded.  For the time
 being, /run is just an empty directory, and it's not guaranteed to
 be writable either during early boot, or during normal operation.

What about adding a lintian warning (error?) for packages that place
files in /run?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


-- 
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/87wrj7isxz@faui44a.informatik.uni-erlangen.de



Re: Shipping /bin/sh [Re: Moving bash from essential/required to important?]

2011-04-06 Thread Simon McVittie
On Wed, 06 Apr 2011 at 01:55:20 +0200, Carsten Hey wrote:
 It would also need to assure that whilst
 it is running /bin/sh is always functional.  Passing a shell to it that
 is not included in /etc/shells could lead to failing of this tool,
 unless --force is used.

Not everything in /etc/shells is POSIXy enough to be /bin/sh. The *csh family
aren't Bourne shells, and while zsh is a very nice Bourne-ish interactive
shell, in its default configuration it isn't POSIX-compliant.

smcv (a zsh user)


-- 
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/20110406102207.ga18...@reptile.pseudorandom.co.uk



Re: More Vcs-Fields in debian/control?

2011-04-06 Thread Benjamin Drung
Am Mittwoch, den 06.04.2011, 12:06 +0200 schrieb Evgeni Golov:
 Hi -devel!
 
 We (lindi, liw and me) had just a short discussion in #-devel, that it
 would be nice to have some sort of Vcs-Upstream-* in debian/control, to
 be able to get to upstreams vcs history if it is not imported in
 debian's vcs (which is often the case when using svn-bp or git-bf with
 import-orig). [background: lindi is doing some git-copyright checks and
 it fails heavily if there is no upstream history as the debian
 maintainer is asumed to be the copyright holder for everything]
 
 My suggestion would even go further (attention, I have NO idea how
 debian/control is parsed and how much work the following would be):
 Let's make that Vcs-Vendor with Vendor (like in DEP3) Debian,
 Upstream, Ubuntu, Whoever-else-uses-the-packaging.
 
 Opinions?

I like this idea.

There should be a Vcs-Debian-* too and used in most cases. A package
should use Vcs-Debian-* if the vcs is only used in Debian. A package
could use Vcs-* if the vcs is used in derived distros too.

What should we do if we have multiple upstream VCSes? For exapmle,
Eclipse has Eclipse and eclipse-build as upstream.

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Re: Please do not use /run yet

2011-04-06 Thread Julien Cristau
On Wed, Apr  6, 2011 at 12:18:32 +0200, Reinhard Tartler wrote:

 On Wed, Apr 06, 2011 at 10:54:53 (CEST), Roger Leigh wrote:
 
  As of base-files 6.2 which went into unstable yesterday, we have a
  new top-level directory, /run.
 
  This directory will contain a tmpfs which will be present from early
  boot, and which will replace /var/run.  This will be done by
  initscripts, which we are waiting to be uploaded.  For the time
  being, /run is just an empty directory, and it's not guaranteed to
  be writable either during early boot, or during normal operation.
 
 What about adding a lintian warning (error?) for packages that place
 files in /run?
 
How do you catch that?  Files in /run wouldn't be part of the packages,
they'd be created at runtime.

Cheers,
Julien


-- 
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/20110406103009.gi3...@radis.liafa.jussieu.fr



Re: Updating GPG howto (http://keyring.debian.org/creating-key.html)

2011-04-06 Thread Vincent Caron
On Wed, 2011-04-06 at 01:09 +, brian m. carlson wrote:
 On Tue, Apr 05, 2011 at 05:15:15PM +0200, Vincent Caron wrote:
2/ It is suggested to update gnupg.conf with:
  
personal-digest-preferences SHA256
cert-digest-algo SHA256
default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES 
  CAST5 ZLIB BZIP2 ZIP Uncompressed
  
Is it still needed with GnuPG 1.4.11 ?
 
 This isn't strictly needed with any version of GnuPG.  However, these
 settings choose algorithms which are known to be stronger (avoiding MD5
 and the mandatory but somewhat weakened SHA1).  Setting
 default-preference-list specifies which algorithms you prefer in your
 key's self-signature (which you can always change later).
 Implementations are forbidden from using algorithms (other than the
 default must-implement ones) that you do not specify in your
 self-signature.  Using cert-digest-algo chooses the algorithm you will
 use in signing keys.  And finally, personal-digest-preferences is the
 algorithm you will use when signing data.

   That's a nice explanation that would fit on
http://keyring.debian.org/creating-key.html

  Thanks for your help.



-- 
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/1302084949.4011.11.camel@zerohal.local



Re: Please do not use /run yet

2011-04-06 Thread Noel David Torres Taño
 On Wed, Apr  6, 2011 at 12:18:32 +0200, Reinhard Tartler wrote:
  On Wed, Apr 06, 2011 at 10:54:53 (CEST), Roger Leigh wrote:
   As of base-files 6.2 which went into unstable yesterday, we have a
   new top-level directory, /run.
   
   This directory will contain a tmpfs which will be present from early
   boot, and which will replace /var/run.  This will be done by
   initscripts, which we are waiting to be uploaded.  For the time
   being, /run is just an empty directory, and it's not guaranteed to
   be writable either during early boot, or during normal operation.
  
  What about adding a lintian warning (error?) for packages that place
  files in /run?
 
 How do you catch that?  Files in /run wouldn't be part of the packages,
 they'd be created at runtime.

Precisely :) Throw an error on all packages placing files in /run

Noel
er Envite


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


Re: Please do not use /run yet

2011-04-06 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2011-04-06 13:12, Noel David Torres Taño wrote:
 On Wed, Apr  6, 2011 at 12:18:32 +0200, Reinhard Tartler wrote:
 On Wed, Apr 06, 2011 at 10:54:53 (CEST), Roger Leigh wrote:
 As of base-files 6.2 which went into unstable yesterday, we have a
 new top-level directory, /run.

 This directory will contain a tmpfs which will be present from early
 boot, and which will replace /var/run.  This will be done by
 initscripts, which we are waiting to be uploaded.  For the time
 being, /run is just an empty directory, and it's not guaranteed to
 be writable either during early boot, or during normal operation.

 What about adding a lintian warning (error?) for packages that place
 files in /run?

 How do you catch that?  Files in /run wouldn't be part of the packages,
 they'd be created at runtime.
 
 Precisely :) Throw an error on all packages placing files in /run
 
 Noel
 er Envite


You mean like the tag dir-or-file-in-var-run, which lintian already
throws at people?  Sure, just file a wishlist bug against lintian.

But we are unlikely to be able to detect (e.g.) that packages are using
/run without depending on the right version of initscripts[1], which I
think was the original proposal.

~Niels

[1] Assuming they create files at run-time which (as I understand it) is
the correct usage of /run.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNnE8sAAoJEAVLu599gGRC7QkQAJ3xo96j1fK/Escfi4qxsGsO
ZVlrHw8AKprUOVmg86X90pYLlZuMaOJOIlarP3Rtowt8gmzLFrnwyTr4JoC/fGbw
mvA2Fef/l9Pj8f71u/29OnakKPRlXAccWRKLO79oKRvzUgGCeQHz81Dg+fVl9zFZ
M0f98A+y0mL6/np/pMvlUByD5gWHa7yBu6w5shD5pA3MNPh5mv986HleE1dCVKE5
JtRDiRfMCdPEhaH5q2ArJfZSg5whsFXPRLo8Dc8V5fJC8lsYM125ojlairhBmhj1
yeIIqyc8p076mFmdB9QZ2jZMF+xwsOTxZs2jTFHOd9F53Oj0UuhHFFwp4SOInWfb
Jophn7hyoEvVtxrg5yC9eIt86BzJ0EA1uE6QuzX5NRlFheq2fg76l7hGsvPXcTCi
MHNVsvIF9HvsbmLeSIXiIjmMP2z2VGCQ95hZr8nVMYzMkw3YL0C+dfJZfXBY/7mS
Urhcf05YCoEHnRi2QRSiudPKsWv806I5uTM0mRJzN+Mj7CqtF9+jI2JhzjCrvCX4
VV9VpKbGRnO1O9b/DEbwtngguovqb5zsNwjkE78PNf55KUvcbNmUaEgpJxPLR08W
oQAkcirSPtNzyRZmCPELzAsKK1e5woj/0nzaMdnucxKfVnuB2zx9AJrYbLBxeZyd
sfkH8KEFwkXN6w6uz50u
=UrTH
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d9c4f2d.7050...@thykier.net



Re: Back to technical discussion? Yes! (was: network-manager as default? No!)

2011-04-06 Thread Vincent Lefevre
Hi,

On 2011-04-05 20:37:39 +0300, Andrew O. Shadoura wrote:
 Hello,
 
 On Tue, 5 Apr 2011 14:31:40 +0200
 Vincent Lefevre vinc...@vinc17.net wrote:
 
  [About the general problem of documentation]
  The problem is to find the correct tools and the correct
  documentation. For instance, imagine the average user who wants for
  Ethernet (eth0), to do the following automatically (for a laptop):
1. use some fixed IP address if there's some peer 192.168.0.1
   with some given MAC address;
2. otherwise, if an Ethernet cable is plugged in (and only in this
   case), start a DHCP client;
3. make things still work after a suspend/resume.
  I now know how to do this. But I still wonder what documentation a
  user should read to achieve such a configuration. It is normal that a
  user may want to use his laptop from network to network and things
  work without manual reconfiguration.
 
 Of course, man guessnet. Just few lines.

First, my remark was more about: how does the user find that he needs
guessnet in the first place (and not some other tool)? One often find
tools via references from man pages or package descriptions, but this
doesn't seem to be the case here.

Moreover, guessnet is sufficient for (1), but not for (2) and (3)
(this part is covered below).

 mapping eth1
   script guessnet-ifupdown
   map default: dhcp
 
 iface eth-home inet static
   test peer address 192.168.0.1 mac ...
   ...
 
 iface dhcp inet dhcp

That's not sufficient, because if a DHCP client is still running (e.g.
because the previous configuration used DHCP), one needs to kill it
before using a fixed IP address (in eth-home).

My solution is to use a wrapper to guessnet that does this job.

 The last requirement is fulfilled by means of installing ifplugd.

Well, ifplugd didn't work for me. I don't know what the real causes
were. There was at least a $PATH problem, because contrary to ifupdown,
the ifplugd init script doesn't include /usr/local/sbin in $PATH (and
the error message was not logged). There are still open bugs that
could be related to my problems with it.

I'm using netplug instead, but again, there's a bug with the default
configuration (and it seems that ifplugd is affected by this too).
See:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619866

I now use a workaround, but to find the cause of the problem, I had
to do a strace in a /etc/init.d script, in particular causing the
machine to be sometimes unbootable.

Really, this is not what an end user should do.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
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/20110406114043.ga13...@prunille.vinc17.org



Re: Shipping /bin/sh [Re: Moving bash from essential/required to important?]

2011-04-06 Thread Vincent Lefevre
On 2011-04-06 11:22:07 +0100, Simon McVittie wrote:
 Not everything in /etc/shells is POSIXy enough to be /bin/sh. The
 *csh family aren't Bourne shells, and while zsh is a very nice
 Bourne-ish interactive shell, in its default configuration it isn't
 POSIX-compliant.

When invoked as sh, zsh should be in a POSIX-compliant configuration.
The main problem is that AFAIK, it still has bugs...

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
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/20110406115509.gb13...@prunille.vinc17.org



Re: time based freezes

2011-04-06 Thread Bernd Zeimetz
On 04/05/2011 06:55 PM, Martin Wuertele wrote:
 * Bernd Zeimetz be...@bzed.de [2011-04-05 15:04]:
 
 On 04/04/2011 01:15 PM, Piotr Ożarowski wrote:

 most of the work is done by our upstreams, and by simply telling
 them we'll freeze PICK_YOUR_MONTH every even/odd year will (in the long
 term) improve quality of Debian *a lot* more than choosing a random^Wperfect
 (and different) date for every release cycle (and not announcing it to
 upstream authors *at all*), IMHO

 Ack! We need to be able to give our upstreams a fixed release date so
 they can plan ahead to have their release ready in time. If they don't
 manage to do so it is not our fault anymore at least.
 
 s/release date/freeze date/ and I agree.

Erm yes, that is what I thought but my fingers did not type.
fixed freeze date, of course.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
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/4d9c55f9.90...@bzed.de



Re: Back to technical discussion? Yes! (was: network-manager as default? No!)

2011-04-06 Thread Vincent Lefevre
On 2011-04-06 07:24:30 +0200, Josselin Mouette wrote:
 There are several hacks to do that (like guessnet or laptop-net), but I
 don’t think this can work correctly in the general case with IPv4.

FYI, I had used laptop-net in the past, but it has been removed
from Debian:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581442

This is another problem for the user: he may spend time to try
to configure his network with some tool, but then the tool is
removed...

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
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/20110406121135.gc13...@prunille.vinc17.org



Re: Please do not use /run yet

2011-04-06 Thread Thomas Goirand
On 04/06/2011 04:54 PM, Roger Leigh wrote:
 Hi,
 
 As of base-files 6.2 which went into unstable yesterday, we have a
 new top-level directory, /run.
 
 This directory will contain a tmpfs which will be present from early
 boot, and which will replace /var/run.

Why this change?

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/4d9c66dc.8050...@debian.org



Re: Please do not use /run yet

2011-04-06 Thread Bernd Zeimetz
On 04/06/2011 03:13 PM, Thomas Goirand wrote:
 On 04/06/2011 04:54 PM, Roger Leigh wrote:
 Hi,

 As of base-files 6.2 which went into unstable yesterday, we have a
 new top-level directory, /run.

 This directory will contain a tmpfs which will be present from early
 boot, and which will replace /var/run.
 
 Why this change?

20110330152010.ge20...@codelibre.net and following thread.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


-- 
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/4d9c6b28.5020...@bzed.de



Re: Bits from keyring-maint

2011-04-06 Thread Werner Koch
Hi,

I do not think that it is a good idea to push for 4k RSA keys! You gain
nothing from it except for slowness on small devices.  Debian is used on
a lot of small devices.  Further DDs are strongly represented in the WoT
and thus many keyrings will increase in size and checking all the
signatures will take much longer.

Requiring 2k keys which are capable of SHA-2 is a good idea as it goes
conform with current practice.  Everything else is over the top.

The future is not RSA but ECC.  GnuPG 2.1 already implements ECC and it
can be expected that by 2012 more and more ECC keys will hit our WoT.


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Ausnahmen regelt ein Bundesgesetz.


-- 
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/87zko38rlu@vigenere.g10code.de



Re: Back to technical discussion? Yes! (was: network-manager as default? No!)

2011-04-06 Thread Jon Dowland
On Wed, Apr 06, 2011 at 02:11:35PM +0200, Vincent Lefevre wrote:
 On 2011-04-06 07:24:30 +0200, Josselin Mouette wrote:
  There are several hacks to do that (like guessnet or laptop-net), but I
  don’t think this can work correctly in the general case with IPv4.
 
 FYI, I had used laptop-net in the past, but it has been removed
 from Debian:
 
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581442
 
 This is another problem for the user: he may spend time to try
 to configure his network with some tool, but then the tool is
 removed...

Absolutely.  An appropriate solution is something that has enough momentum
behind it that this is very unlikely.  Whatever else can be said about it,
NetworkManager certainly has that momentum.


-- 
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/20110406134856.ga15...@deckard.alcopop.org



Re: Please do not use /run yet

2011-04-06 Thread Roger Leigh
On Wed, Apr 06, 2011 at 09:54:53AM +0100, Roger Leigh wrote:
 I'm just mentioning this here because udev started to use /run before
 we had completed our work, and without a versioned dependency, causing
 breakage.  If you are planning on using /run, please hold fire for a
 few days longer until initscripts is uploaded!

Just for the record: if you're suffering from udev breaking
horribly (#621036,#620995), a quick fix is to rm -rf /run and
restart udev.

I saw behaviour like #593083, where it failed to load all modules,
leading to not bringing up fbcon (radeondrmfb), no networking, and
then X locking up the whole console, requiring a hard reboot to
recover.  The latter is probably X rather than udev at fault, but
triggered by the earlier failure to initialise the hardware.  Not
sure what causes this, because at boot /run isn't writable and
udev falls back to /dev/.udev, but despite falling back correctly,
it's still broken for some reason.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Please do not use /run yet

2011-04-06 Thread Michael Biebl
Am 06.04.2011 15:50, schrieb Roger Leigh:
 On Wed, Apr 06, 2011 at 09:54:53AM +0100, Roger Leigh wrote:
 I'm just mentioning this here because udev started to use /run before
 we had completed our work, and without a versioned dependency, causing
 breakage.  If you are planning on using /run, please hold fire for a
 few days longer until initscripts is uploaded!
 
 Just for the record: if you're suffering from udev breaking
 horribly (#621036,#620995), a quick fix is to rm -rf /run and
 restart udev.
 
 I saw behaviour like #593083, where it failed to load all modules,
 leading to not bringing up fbcon (radeondrmfb), no networking, and
 then X locking up the whole console, requiring a hard reboot to
 recover.  The latter is probably X rather than udev at fault, but
 triggered by the earlier failure to initialise the hardware.  Not
 sure what causes this, because at boot /run isn't writable and
 udev falls back to /dev/.udev, but despite falling back correctly,
 it's still broken for some reason.

The bug is in the sysv init script for udev:
It has set -e and

if [ -d /run/ ]; then
  mkdir -p /run/udev/rules.d/
  create_dev_root_rule /run/udev/
else

This will obviously break when /run is ro and udevd is never started.

Michael

-- 
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: network-manager as default? No!

2011-04-06 Thread Bjørn Mork
Brett Parker idu...@sommitrealweird.co.uk writes:

 Everything that you can do with ifupdown you can do with network
 manager, 

That's simply not true.

You cannot use n-m remotely without having some out-of-band access.

For a start.  Fix that, and I'll come back with the next issue.  You
don't seem to have a clue wrt the power of ifupdown...

And no, to all the pedants around here, I have not opened a bug report
regarding this.  There are more than enough of those already, and the
maintainer responses clearly shows that they don't care about such
fundamental design flaws.

See e.g. bug #432322.



Bjørn


-- 
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/87vcyr79vb@nemi.mork.no



Re: Proposed pre-depends addition: all multiarched libs - multiarch-support

2011-04-06 Thread Goswin von Brederlow
Steve Langasek vor...@debian.org writes:

 On Tue, Apr 05, 2011 at 11:12:29AM +0100, Simon McVittie wrote:
 On Tue, 05 Apr 2011 at 11:12:54 +0200, Adam Borowski wrote:
  On Sat, Apr 02, 2011 at 12:36:05AM -0700, Steve Langasek wrote:
   Specifically, the plan is that any package in wheezy shipping a runtime
   library in a multiarch directory should declare a Pre-Depends on the
   metapackage 'multiarch-support'.

  And the dependency would be added by either dpkg-dev, debhelper, or
  dpkg-shlibdeps rather than being added to every single library by hand,
  right?

 Because debhelper doesn't add any Pre-Depends yet, there's nowhere to put
 the new dependency that would automatically be picked up. I believe the
 current plan is that:

 * debhelper adds multiarch-support to a new
   ${misc:Pre-Depends} substvar (which must be added to the library by hand)

 * this is only relevant to packages that divert files into multiarch
   directories, which would only happen with package-specific changes anyway
   (bumping the debhelper compat level to 9, if nothing else)

 * lintian should warn (error?) if a binary package has libraries in a 
 multiarch
   directory and doesn't pre-depend on multiarch-support

 Yes, it should.  I think this should actually be an immediate archive reject
 for any package installing to the multiarch lib path without the correct
 pre-depends, since (on i386, anyway) the missing pre-dep will break partial
 upgrades in a Bad Way.

Which doesn't mean one has to use debhelper or compat level 9. The
rejection should be purely on the basis of the missing pre-depends and
multiarch paths. How you get the pre-depends doesn't matter.

MfG
Goswin


-- 
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/87vcyrbfjo.fsf@frosties.localnet



Re: Bug#620458: base-files: Please make /var/run world-writable and sticky, like /var/lock and /tmp

2011-04-06 Thread Goswin von Brederlow
Russell Coker russ...@coker.com.au writes:

 On Wed, 6 Apr 2011, Yaroslav Halchenko deb...@onerussian.com wrote:
 sorry for a blunt follow-up -- wouldn't making /var/run writable by
 regular mortals  ask for security concerns if an attacker starts
 pre-creating files/pipes trying to steal the communications of
 daemons spawned by root or just ruin some data on the system by
 symlinking against root-owned files?

 There have been security issues with daemons using /tmp for Unix domain 
 sockets in the past.

And the same issues would happen in /var/run. A different base path
doesn't make security bugs disapear.

MfG
Goswin


-- 
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/87r59fbf7x.fsf@frosties.localnet



Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Heiko Schlittermann
Stanislav Maslovski stanislav.maslov...@gmail.com (Sun Apr  3 12:37:26 2011):
 On Sun, Apr 03, 2011 at 10:11:03AM +0200, martin f krafft wrote:
  But if network-manager would become default and ifupdown an optional
  replacement, I would question Debian's capacity to make technically
  excellent decisions and wonder, how much we have been dragged along
  by user-friendly distros and slid off the track.
 
 I agree. If that happens I will seriously think about moving to
 another distro (I have been using Debian since around 1999). Or maybe
 to a *BSD.

Using Debian (and partly supporting it) since about 1996: as soon as the
network manager and similar tools become the default, it will be Debian's
last days on my and our customers machines.

Best regards from Dresden/Germany
Viele Grüße aus Dresden
Heiko Schlittermann
-- 
 SCHLITTERMANN.de  internet  unix support -
 Heiko Schlittermann, Dipl.-Ing. (TU) - {fon,fax}: +49.351.802998{1,3} -
 gnupg encrypted messages are welcome --- key ID: 48D0359B -
 gnupg fingerprint: 3061 CFBF 2D88 F034 E8D2  7E92 EE4E AC98 48D0 359B -


signature.asc
Description: Digital signature


Re: Back to technical discussion? Yes! (was: network-manager as default? No!)

2011-04-06 Thread Andrew O. Shadoura
Hello,

On Wed, 6 Apr 2011 13:40:43 +0200
Vincent Lefevre vinc...@vinc17.net wrote:

 That's not sufficient, because if a DHCP client is still running (e.g.
 because the previous configuration used DHCP), one needs to kill it
 before using a fixed IP address (in eth-home).

If you do `ifdown`, either manually or by unplugging the cable, the
problem doesn't appear to exist. Calling ifupdown may be inserted into
the suspend/resume scripts.

-- 
WBR, Andrew


signature.asc
Description: PGP signature


Re: Moving bash from essential/required to important?

2011-04-06 Thread Lars Wirzenius
On ti, 2011-04-05 at 08:52 +0100, Lars Wirzenius wrote:
 I'm re-running the scripts, which will probably take a few hours, and
 will report results when they're done. If you notice any problems with
 the scripts, please tell me ASAP.

The new scripts look also in maintainer scripts.

New results: http://files.liw.fi/temp/bash2.list

Summary:

4450 files
973 packages

I further ran checkbashisms on every file in bash2.list, and classified
files accordingly to the exit code: exit code 0 means it's not a bash
script. Result: http://files.liw.fi/temp/reallybash.list

Summary:

1787 files classified as bash scripts
2663 not bash scripts

Obviously, checkbashisms is not infallible, so the numbers may well be
off. If I remove all the not bash scripts from bash2.list, I get a
much shorter file: http://files.liw.fi/temp/bash2-isbash.list

Summary:

1775 files
621 packages

Assuming I didn't do anything stupid in these scripts or in counting the
results, it looks like it's a reasonably small set of packages that
would need to add a bash dependency. However, that would require all the
#!/bin/bash scripts that don't actually need to be bash to be changed
(and tested etc).

Obviously, doing these changes earlier rather than later in the release
cycle would be good, if they are to be done at all.

Opinions?

-- 
Blog/wiki/website hosting with ikiwiki (free for free software):
http://www.branchable.com/


-- 
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/1302104248.2627.88.ca...@havelock.liw.fi



Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Matt Zagrabelny
On Wed, Apr 6, 2011 at 9:45 AM, Heiko Schlittermann h...@schlittermann.de 
wrote:
 Stanislav Maslovski stanislav.maslov...@gmail.com (Sun Apr  3 12:37:26 
 2011):
 On Sun, Apr 03, 2011 at 10:11:03AM +0200, martin f krafft wrote:
  But if network-manager would become default and ifupdown an optional
  replacement, I would question Debian's capacity to make technically
  excellent decisions and wonder, how much we have been dragged along
  by user-friendly distros and slid off the track.

 I agree. If that happens I will seriously think about moving to
 another distro (I have been using Debian since around 1999). Or maybe
 to a *BSD.

 Using Debian (and partly supporting it) since about 1996: as soon as the
 network manager and similar tools become the default, it will be Debian's
 last days on my and our customers machines.

Wow. Just because a certain network configuration system is the
*default*? Are you this polar about text editors, web browsers, DE,
and other tools, too?

It seems like this thread is no longer productive.

-matt zagrabelny


--
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/BANLkTi=7gwtax3meiwtftc3yxpykgif...@mail.gmail.com



Bug#621115: ITP: skytools-3.0 -- Skype tools for PostgreSQL replication and queueing

2011-04-06 Thread Dimitri Fontaine
Package: wnpp
Owner: Dimitri Fontaine dfonta...@hi-media-techno.com
Severity: wishlist

* Package name: skytools-3.0
  Version : 1.0
  Upstream Author : Marko Kreen, Skype Technologies OÜ
* URL or Web page : Skype tools for PostgreSQL replication and queueing
* License : BSD
  Description : Skype tools for PostgreSQL replication and queueing

-- 
Dimitri Fontaine
PostgreSQL DBA, Architecte



--
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/87mxk3vac3@hi-media-techno.com



Re: network-manager as default? No!

2011-04-06 Thread Teemu Likonen
* 2011-04-06T16:45:03+02:00 * Heiko Schlittermann wrote:

 Stanislav Maslovski stanislav.maslov...@gmail.com (Sun Apr 3
 12:37:26 2011):
 On Sun, Apr 03, 2011 at 10:11:03AM +0200, martin f krafft wrote:
 But if network-manager would become default and ifupdown an optional
 replacement, I would question Debian's capacity to make technically
 excellent decisions and wonder, how much we have been dragged along
 by user-friendly distros and slid off the track.
 
 I agree. If that happens I will seriously think about moving to
 another distro (I have been using Debian since around 1999). Or maybe
 to a *BSD.

 Using Debian (and partly supporting it) since about 1996: as soon as
 the network manager and similar tools become the default, it will be
 Debian's last days on my and our customers machines.

There is a pretty good technical discussion going on about this subject
at the very moment. If you have useful information to add to that
discussion please share it. Stating that if you do this, I'm gonna
leave does not help. Technical information is more useful. Someone who
really understands how different alternatives work could add valuable
information and opinions to the discussion. You know, everyone wants to
make Debian better and there is this usual challenge of having different
tools with different advantages and disadvantages. How to combine as
much advantages as possible?


-- 
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/87sjtvqssw@mithlond.arda



Re: Please do not use /run yet

2011-04-06 Thread Luca Capello
Hi there!

On Wed, 06 Apr 2011 10:54:53 +0200, Roger Leigh wrote:
 As of base-files 6.2 which went into unstable yesterday, we have a
 new top-level directory, /run.

 This directory will contain a tmpfs which will be present from early
 boot, and which will replace /var/run.  This will be done by
 initscripts, which we are waiting to be uploaded.

Maybe a naive question, but given your roadmap, why not upload *first*
iniscripts (which holds the infrastructure necessary for /run to work as
expected) and *then* base-files (which simply add the last piece to the
infrastructure above, i.e. `mkdir /run`)?

Thx, bye,
Gismo / Luca


pgpHJUBwK2X1g.pgp
Description: PGP signature


Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Stanislav Maslovski
On Wed, Apr 06, 2011 at 07:29:05AM +0200, Josselin Mouette wrote:
 Le mardi 05 avril 2011 à 02:08 +0400, Stanislav Maslovski a écrit : 
  Well, that is not the question of how many, that is the question of
  can you do a given task or not with a given tool. NM is limited in all
  possible ways I can imagine, and also buggy. On the contrary, with
  ifupdown, one for sure can do things that I even cannot imagine due to
  my limited knowledge.
 
 Your limited knowledge is like jam. The less you have, the more you
 spread it.

Thanks, I also love how you show your bitching side on this mailing
list when you have no better arguments.

 What you actually like about ifupdown is that it cannot do anything but
 extremely trivial setups.

No, you are wrong.

 Then you can stack all soft of stuff on top of it, and get them to
 work manually for your specific setup, and since it’s not event-based
 you have to hard-code the way your network is set up.

I am just following the best practices that are currently available.

-- 
Stanislav


-- 
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/20110406165218.GA5910@kaiba.homelan



Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Stanislav Maslovski
 On Wed, Apr 06, 2011 at 07:29:05AM +0200, Josselin Mouette wrote:
  Then you can stack all soft of stuff on top of it, and get them to
  work manually for your specific setup, and since it’s not event-based
 
  you have to hard-code the way your network is set up.
^^
The underlined claims, btw, are also false.

-- 
Stanislav


-- 
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/20110406170511.GA7397@kaiba.homelan



Re: More Vcs-Fields in debian/control?

2011-04-06 Thread Steve Langasek
On Wed, Apr 06, 2011 at 12:28:39PM +0200, Benjamin Drung wrote:
  We (lindi, liw and me) had just a short discussion in #-devel, that it
  would be nice to have some sort of Vcs-Upstream-* in debian/control, to
  be able to get to upstreams vcs history if it is not imported in
  debian's vcs (which is often the case when using svn-bp or git-bf with
  import-orig). [background: lindi is doing some git-copyright checks and
  it fails heavily if there is no upstream history as the debian
  maintainer is asumed to be the copyright holder for everything]

  My suggestion would even go further (attention, I have NO idea how
  debian/control is parsed and how much work the following would be):
  Let's make that Vcs-Vendor with Vendor (like in DEP3) Debian,
  Upstream, Ubuntu, Whoever-else-uses-the-packaging.

 I like this idea.

 There should be a Vcs-Debian-* too and used in most cases. A package
 should use Vcs-Debian-* if the vcs is only used in Debian. A package
 could use Vcs-* if the vcs is used in derived distros too.

What do you mean, only used in Debian?  Do you expect Debian maintainers
to track whether or not downstreams have a separate VCS?

I don't think this is the right way to do it any more than we should rename
'Maintainer' to 'Maintainer-Debian'.  If downstreams diverge, it should be
up to them to kee the information in debian/control current.

Cheers,
-- 
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: More Vcs-Fields in debian/control?

2011-04-06 Thread Benjamin Drung
Am Mittwoch, den 06.04.2011, 11:39 -0700 schrieb Steve Langasek:
 On Wed, Apr 06, 2011 at 12:28:39PM +0200, Benjamin Drung wrote:
   We (lindi, liw and me) had just a short discussion in #-devel, that it
   would be nice to have some sort of Vcs-Upstream-* in debian/control, to
   be able to get to upstreams vcs history if it is not imported in
   debian's vcs (which is often the case when using svn-bp or git-bf with
   import-orig). [background: lindi is doing some git-copyright checks and
   it fails heavily if there is no upstream history as the debian
   maintainer is asumed to be the copyright holder for everything]
 
   My suggestion would even go further (attention, I have NO idea how
   debian/control is parsed and how much work the following would be):
   Let's make that Vcs-Vendor with Vendor (like in DEP3) Debian,
   Upstream, Ubuntu, Whoever-else-uses-the-packaging.
 
  I like this idea.
 
  There should be a Vcs-Debian-* too and used in most cases. A package
  should use Vcs-Debian-* if the vcs is only used in Debian. A package
  could use Vcs-* if the vcs is used in derived distros too.
 
 What do you mean, only used in Debian?  Do you expect Debian maintainers
 to track whether or not downstreams have a separate VCS?

No. Simply answer the question: Is this VCS used by derived distros,
too? If not, it's Debian only. Two examples: The git repository for
apt-mirror is used only for Debian (there's only the master branch). The
git repository for vlc is used for Debian and Ubuntu (master branch for
Debian sid, squeeze branch for Debian squeeze, ubuntu branch for Ubuntu
natty, maverick branch for Ubuntu maverick, and so on).

 I don't think this is the right way to do it any more than we should rename
 'Maintainer' to 'Maintainer-Debian'.  If downstreams diverge, it should be
 up to them to kee the information in debian/control current.

-- 
Benjamin Drung
Debian  Ubuntu Developer


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


Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Hendrik Sattler
Am Mittwoch 06 April 2011, 19:05:11 schrieb Stanislav Maslovski:
  On Wed, Apr 06, 2011 at 07:29:05AM +0200, Josselin Mouette wrote:
   Then you can stack all soft of stuff on top of it, and get them to
   work manually for your specific setup, and since it’s not event-based
 
  
 
   you have to hard-code the way your network is set up.
 
 ^^
 The underlined claims, btw, are also false.

You made clear that you think of yourself as the ultimate master of ifupdown. 
So what? That tells us _nothing_ about the rest of the world...

HS


--
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/201104062251.08798.p...@hendrik-sattler.de



Re: Moving bash from essential/required to important?

2011-04-06 Thread David Weinehall
On Mon, Apr 04, 2011 at 06:04:20PM +0200, Luk Claes wrote:
 Hi
 
 bash is not the default system shell anymore. It's now only the default
 user shell. As such it is not required for a sysadmin to boot and
 install software. Besides that some users would like to get rid of bash
 in their environment which is obviously not easily done atm.
 
 The most obvious reason to not degrade bash to Priority: important is
 obviously that one needs to declare a dependency on bash when it's used
 in a package. Which means quite some packages will need to be changed.
 
 What do others think of moving bash to important (required and important
 are part of the base system)?

I definitely like this idea.  While I wouldn't ever uninstall bash on my
own laptop/server/whatever (unless someone comes along with a nice
replacement), dropping it on embedded devices makes a lot of sense.


Regards: David
-- 
 /) David Weinehall t...@debian.org /) Rime on my window   (\
//  ~   //  Diamond-white roses of fire //
\)  http://www.acc.umu.se/~tao/(/   Beautiful hoar-frost   (/


-- 
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/2011040628.gb9...@suiko.acc.umu.se



Re: More Vcs-Fields in debian/control?

2011-04-06 Thread Jan Hauke Rahm
On Wed, Apr 06, 2011 at 08:55:05PM +0200, Benjamin Drung wrote:
 Am Mittwoch, den 06.04.2011, 11:39 -0700 schrieb Steve Langasek:
  On Wed, Apr 06, 2011 at 12:28:39PM +0200, Benjamin Drung wrote:
   There should be a Vcs-Debian-* too and used in most cases. A package
   should use Vcs-Debian-* if the vcs is only used in Debian. A package
   could use Vcs-* if the vcs is used in derived distros too.
  
  What do you mean, only used in Debian?  Do you expect Debian maintainers
  to track whether or not downstreams have a separate VCS?
 
 No. Simply answer the question: Is this VCS used by derived distros,
 too? If not, it's Debian only. Two examples: The git repository for
 apt-mirror is used only for Debian (there's only the master branch). The
 git repository for vlc is used for Debian and Ubuntu (master branch for
 Debian sid, squeeze branch for Debian squeeze, ubuntu branch for Ubuntu
 natty, maverick branch for Ubuntu maverick, and so on).

And why would we care? We keep track of what we do. Anyone else may use
it or leave it. Let's please not invent another special case for Ubuntu
just because they're big or fancy[TM] at the moment. And no, I
definitely don't want VCS-derived-by-* for each and every derived distro
to make Ubuntu not so special-cased...

Hauke

-- 
 .''`.   Jan Hauke Rahm j...@debian.org   www.jhr-online.de
: :'  :  Debian Developer www.debian.org
`. `'`   Member of the Linux Foundationwww.linux.com
  `- Fellow of the Free Software Foundation Europe  www.fsfe.org


signature.asc
Description: Digital signature


Re: Shipping /bin/sh [Re: Moving bash from essential/required to important?]

2011-04-06 Thread Carsten Hey
* Luk Claes [2011-04-06 07:20 +0200]:
 On 04/06/2011 01:55 AM, Carsten Hey wrote:
  Guaranteeing that /bin/sh exists and is functional during debootstrap,
  even before any maintainer script has been run, could be archived if
  every system shell would provide /bin/sh pointing to itself.  To avoid
  file conflicts, all but the one whose preinst is run first (finding
  a clever way to detect this shouldn't be that hard) could divert their
  /bin/sh to /bin/sh.$SHELL.  When update-shell (or whatever it's name
  would be) finally takes over managing /bin/sh, it could divert the
  remaining /bin/sh away and replace it with a symlink not known to the
  packaging system.

 That unfortunately does not work as diversions are only meant to be used
 when 2 packages provide the same file.

Actually, this impossible use of dpkg-divert was intended to be a way to
work around the missing (or unwanted?) hook support in deboostrap and
cdebootstrap.  Packages in base could use these hooks to set up a part
of what is currently done in /usr/share/debootstrap/scripts/.

Without such hooks, adding /bin/sh could still be done in debootstrap
and cdebootstrap.


 One of the problems being what to do when you remove one of the shells
 (for instance the one providing /bin/sh)...

ksh's prerm script would call update-shell remove /bin/ksh93.  If
/bin/sh would point to ksh93, update-shell would change /bin/sh to point
to the registered system-shell with the highest priority.

System shells would (de)register themselves by calling add-system-shell
in postinst and remove-system-shell in prerm.  'system-shell' would also
be a virtual package provided by bash, dash and so on.  Although I don't
think this would be a problem, using /bin/$SHELL in the shebang of
postinst and prerm could prevent possible problems if /bin/sh changes
whilst these scripts are running.


* Simon McVittie [2011-04-06 11:22 +0100]:
  Passing a shell to it that is not included in /etc/shells could lead
  to failing of this tool, unless --force is used.

 Not everything in /etc/shells is POSIXy enough to be /bin/sh.

This was not meat as whitelist but as inverse blacklist (everything
not in it is most probable not a adequate /bin/sh).  Anyway, this was
a bad idea.


Regards
Carsten


-- 
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/20110407000526.ga27...@furrball.stateful.de



Re: Back to technical discussion? Yes! (was: network-manager as default? No!)

2011-04-06 Thread Vincent Lefevre
On 2011-04-06 18:26:45 +0300, Andrew O. Shadoura wrote:
 If you do `ifdown`, either manually or by unplugging the cable, the
 problem doesn't appear to exist. Calling ifupdown may be inserted into
 the suspend/resume scripts.

I wonder why this isn't done by default.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: http://www.vinc17.net/
100% accessible validated (X)HTML - Blog: http://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / Arénaire project (LIP, ENS-Lyon)


-- 
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/20110407004833.gd13...@prunille.vinc17.org



¿Voto Seguro? .publicidad le geh

2011-04-06 Thread ¿Voto Seguro?
¿VOTO SEGURO? VOTA POR KEIKO



Alejandro Toledo viene gastando importantes sumas de dinero en intentar 
convencer a la población que votar por él para alcanzar un esenario de segunda 
vuelta Toledo - Humala, es un voto seguro.  Nada más equivocado, el voto de 
mayor riesgo en primera vuelta es justamente el voto por Toledo.



En un escenario de 2da vuelta Toledo - Humala, ¿como se distribuirá el voto?



El voto por Keiko:

Keiko es hoy un dique contra Humala, en buena medida comparten parte del mismo 
Mercado. Por ello tiene fundamento afirmar que en ausencia de Keiko en la 
segunda vuelta, un porcentaje importante de su voto (¿50%?) irá a Humala.  Por 
otro lado está el hecho de que los Fujimoristas dificilmente  van a votar por 
Toledo, quien en su primer gobierno los persiguió a mansalva, y a un gran grupo 
de ellos sin justificación de ningún tipo. En conclusión, un porcentaje muy 
bajo del voto de Keiko apoyará a Toledo en una segunda vuelta contra Humala.



El Voto aprista: 

Igualmente, el voto aprista en gran medida irá a Humala. Existe en este caso 
además el factor persecutorio en contra de Alan y demás personajes de su 
entorno. La lista de Toledo es un nido de caviares. Cabe concluir igualmente, 
que muy poco de este voto irá a Toledo en una segunda vuelta contra Humala.



El voto de Castañeda: 

Un electorado básicamente constituido por los sectores C- para abajo, 
beneficiario de sus políticas municipales. Ya hoy este voto está migrando 
masivamente a favor de Humala (existe un relación inversamente proporcional 
entre la caída de Castañeda y la subida de Humala) y es altamente previsible 
que esta tendencia se acentuará en la 2da. vuelta, en un escenario 
Humala-Toledo.



El voto de PPK 

Toledo se ha encargado de generar anticuerpos con todas las agrupaciones 
políticas y sus militantes, incluso co su ex-socio PPK.  Eso se traduce en su 
clara tendencia a la baja y en una marcada resistencia a votar por él en 
segunda vuelta. No se puede afirmar que el voto de PPK será incondicional de 
Toledo en un escenario de segunda vuelta con Humala. 



En conclusión, existe un alto riesgo que en una segunda vuelta Toledo-Humala, 
Toledo no gane.



Con Keiko ocurre exactamente lo contrario. Aparte del arrastre del voto ya a su 
favor, en una segunda vuelta contra Humala contará con el voto aprista, el voto 
de PPK y una parte del voto de Castañeda.  Tiene bastante más opción de ganarle 
a Humala que Toledo.



El voto seguro es el voto por Keiko. 





Para su retiro total responder a::votoseg...@terra.com.pe:: 


Re: Bug#620808: ITP: payyans -- A python utility to convert between ASCII and Unicode.

2011-04-06 Thread jidanni
Also note the uni2ascii package.


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



Teksts kādas nimfomānīgas sievietes dienasgrāmatā! Ak, šī trakā pasaule!

2011-04-06 Thread Lausko Aleksandrs
Ieraksts vienas debešķīgas pežiņas īpašnieces dienasgrāmatā: 

Sestdiena. 

Es izlīdu no gultas ar draiskulīgu sajūtu starp kājām. Sajutu tādu kā tukšumu 
sevī. 

Man savajadzējās locekli. Lielu un stingru. Gribējās tam uzsēsties virsū.

Es to izdarīju: http://www.vilt.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/auto-000139182...@idc.kz



Unofficial Debian Monthly Testing Snapshot Release (version 2011.04)

2011-04-06 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi all,

I am pleased to announce the unofficial Debian monthly testing snapshot
release for April 2011 (version 2011.04).  This release is currently
available in two flavors, i386 and amd64, as mini iso images (16 MiB
each) downloadable from:

http://alioth.debian.org/~gilbert-guest/snapshots/2011.04/debian-testing-snapshot-2011.04-i386-mini.iso
sha512sum: 
b5f3a09ba740c45437fa62e50fbdcff74b1b5bae8affa9c81e67e2eed0293e48ba14c5c9bed50879366fdf9352df05f0cfa74e6adb17dea2cea0b62d9102eb1a
http://alioth.debian.org/~gilbert-guest/snapshots/2011.04/debian-testing-snapshot-2011.04-amd64-mini.iso
sha512sum: 
421fc33b773fb8f242e288e6de8e937653eae10cf623c260605172666f1262662cd5c06e60f01a39e69aab3e52a706c8a30ecc5bbcd66fdb321f7b1c04b16feb

These files can be written to CD or DVD media or directly to a USB
stick. Instructions for USB installation can be found here:
http://www.debian.org/releases/squeeze/i386/ch04s03.html.en

IMPORTANT: There will be no inherent security support for these
snapshot releases.  The images do automatically set up testing-security
as an apt source during installation, so any DTSA's (Debian Testing
Security Advisories) will be automatically applied to snapshot
installations. However, the security team does not issue many updates
this way anymore (optioning instead to primarily use unstable uploads
as a means to fix testing). This is an area that could potentially be
improved if there are volunteers interested in this problem. For more
information on current testing security processes, see:
http://svn.debian.org/wsvn/secure-testing/doc/narrative_introduction

Ideally for those wishing to have a mostly security supported system,
the snapshot media will simply be a reliable stepping stone for
installation followed by an upgrade to testing proper, which does
receive quasi-official support from the security team (i.e. uploads to
unstable that transition to testing).

To upgrade from a previous snapshot, change the existing snapshot entries
in your /etc/apt/sources.list to:
  deb http://snapshot.debian.org/archive/debian/20110331T214934Z wheezy main
  deb-src http://snapshot.debian.org/archive/debian/20110331T214934Z wheezy main
Note that upgradability of individual packages isn't necessarily
guaranteed.

Note that this is an unofficial project since it does not come with the
backing or support from Debian as a team, but hopefully that will
change in the future as the concept is proven out.

This message is being limited only to the debian-devel list to
(hopefully) keep the load on existing resources small for now, and to
determine whether a more robust hosting solution will be necessary for
future releases.  This also provides a chance for feedback and
contributions from the devel community before attempting to target a
wider audience.  Please keep in mind that this is an unofficial
test/development release before spreading the word too much.

Anyway, enjoy!  And send feedback to cut-t...@lists.alioth.debian.org.

Best wishes,
Mike Gilbert
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQQcBAEBCAAGBQJNnTWaAAoJELjWss0C1vRzo3gf/05BLa7scOr5cM8rFPQA3z7R
QH+W6BpPIRmwBxvfHd8bPI2ouEbJz/HWi+HyFEo8y0qM2WaFayqKy3HVmaVGF/dp
TNOJ3ONagm+CLKsO16lrA1Qj5E8PtvygoXFG2UrwR1n+tF3soP2FCIG70TtmZ//X
DNw63YLEEBjrkyKexX5d1yDiGes3wMBDSQgpiwOlySx8h/DA2nLKp30hgp6YoJDR
DDm+/B8Yxp20TW3yJog76jEMbIoVIZ13VBPt3q12UMtnyZ7aabw0Fyq0JtuJV5pz
40yGBv+VgXLJ3hDO/EURuNTnRVpMHH6dpV6dg4o6wnBzfss2krdmj1epiUv5+E6T
d9Muu+tWfHk9H9gqAwXf/ijwiFO86jg4oL8nkEizFpdrJyTUN5mD3UcH2TXLG+tH
cm7lUr/1jhpYE1rmgKL/nN5IYeKHihl6FwJ0B01cky+zKLPzGo/+niRsrejzYvul
xxKTv8URnK8IAdXZflQsONa4vP7VKR1bSR6gRHpwjHrZC9K8XHpDwSafMSBe0+tL
PVrdLHSN4e6tE2yquJrTz9Ok7F1jiO1STTsFqCw6KH+f3q/XV8wtWL8HvYX6Bnop
PNj+P1WX4aeKnzMKZ/5yLKj3NiZnKs2BTxJsUEuEsA6Mm2S2+ovBqQjv9OCK+uYm
ehhvNJ0h2XOEq3m/7ZhnLyaoSV8WHZtzNtWEBO8i3kYnG3n6uozyIYbBpzIYXaQe
ag5TjzFLeHYcNJQBBMlWyxIfRsc9hG4dNVlb4vqkWhoGg8knDEx4MAKL8FCc1rRN
zL5oWJCYG+LA1v/jUQvmTkcuHxDjWsjwDaKlzLq84IXt2vxCNSe/zfn60GF31fYG
mivJks9duGaq12b6YFmVAbGOLcUsaE5Jl3UcvA3Y8inUK2G96c2UySTc21+MsVVw
07zVDDsWhzaLOEJcrbSVVT3Be5J7/Ll0nwTRGdZOfi0KPFGSKy7q7QygG+/NVGkS
+5sBEuNe6qkogVzlUCU3wzTx7Bg49VSLPup9TjeNT+Z2SWgbeXq3PSCzykF3LoQk
6yzB8jUIo7sPv8Z08gsC1wAnWrJGCY/rukHgyeEJTNNM6YuLAbZ7mW8BgLf6pSNY
GghBDMhaXjriHbPkW6D3AdYiGGuUxJiRZesdOp364bLFBLwf51Yy9IKXAEL+cua0
BULFZI33SLo55tQ8skl8vEmkaaPz1EANGk2vCOrsyL1YBEYxhFPXOccrk7vq8NAG
foy6qYpvWTwK+p4qdIzPDNIRugKcOYJsvK4+6Uf+Qpo/HBdo9cNeEFh9WFTqkz0U
OwV3X/DMDDRd5wM0pbSpWRU+Y+N9wxGxZYBXWaINK+Zs1yGRSGG9ltZW4Np+WBk=
=Nbpx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110406235741.0be57f90.michael.s.gilb...@gmail.com



Re: network-manager as default? No! (was: Bits from the Release Team - Kicking off Wheezy)

2011-04-06 Thread Stanislav Maslovski
On Wed, Apr 06, 2011 at 10:51:08PM +0200, Hendrik Sattler wrote:
 Am Mittwoch 06 April 2011, 19:05:11 schrieb Stanislav Maslovski:
   On Wed, Apr 06, 2011 at 07:29:05AM +0200, Josselin Mouette wrote:
Then you can stack all soft of stuff on top of it, and get them to
work manually for your specific setup, and since it’s not event-based
  
   
  
you have to hard-code the way your network is set up.
  
  ^^
  The underlined claims, btw, are also false.
 
 You made clear that you think of yourself as the ultimate master of ifupdown. 
 So what? That tells us _nothing_ about the rest of the world...

First of all, that is only your interpretation which is wrong. Second,
there is no point in turning a discussion about ifupdown vs. NM into a
discussion of my abilities/disabilities.

-- 
Stanislav


-- 
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/20110407040959.GA16611@kaiba.homelan



swetha sharma has invited you to open a Google mail account

2011-04-06 Thread swetha sharma
I've been using Gmail and thought you might like to try it out. Here's an
invitation to create an account.


  You're Invited to Gmail!

swetha sharma has invited you to open a Gmail account.

Gmail is Google's free email service, built on the idea that email can be
intuitive, efficient, and fun. Gmail has:

 *Less spam*
Keep unwanted messages out of your inbox with Google's innovative
technology.

*Lots of space*
Enough storage so that you'll never have to delete another message.

*Built-in chat*
Text or video chat with swetha sharma and other friends in real time.

*Mobile access*
Get your email anywhere with Gmail on your mobile phone.

You can even import your contacts and email from Yahoo!, Hotmail, AOL, or
any other web mail or POP accounts.

Once you create your account, swetha sharma will be notified of your new
Gmail address so you can stay in touch. Learn
morehttp://mail.google.com/mail/help/intl/en/about.htmlor get
startedhttp://mail.google.com/mail/a-c86331dbcf-2c4cb77ba9-9y4XYszWGuHTbYZ2IMpfvP3ZJS0
!
Sign 
uphttp://mail.google.com/mail/a-c86331dbcf-2c4cb77ba9-9y4XYszWGuHTbYZ2IMpfvP3ZJS0

Google Inc. | 1600 Ampitheatre Parkway | Mountain View, California 94043


Bug#621465: ITP: dee -- model to synchronize mutiple instances over DBus

2011-04-06 Thread Kartik Mistry
Package: wnpp
Severity: wishlist
Owner: Kartik Mistry kar...@debian.org

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: dee
  Version : 0.5.16 
  Upstream Author : Mikkel Kamstrup Erlandsen mikkel.kamst...@canonical.com, 
Neil Jagdish Patel neil.pa...@canonical.com
* URL : https://launchpad.net/dee
* License : LGPL-3
  Programming Lang: C
  Description : model to synchronize mutiple instances over DBus

libdee is a shared library that provides objects that help having multiple
instances communicating over DBus.

Note: This packages should be maintain/co-maintain by Ayanta team in futute :)

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

iEYEARECAAYFAk2dTAcACgkQoRg/jtECjI0w5QCggH2Vsdh73rUYsJIgr/plp4Ey
JTsAoKroBVKc2oGeAil8W5hMkNmoujhb
=TnAT
-END PGP SIGNATURE-



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



Re: More Vcs-Fields in debian/control?

2011-04-06 Thread Joey Hess
Evgeni Golov wrote:
 We (lindi, liw and me) had just a short discussion in #-devel, that it
 would be nice to have some sort of Vcs-Upstream-* in debian/control, to
 be able to get to upstreams vcs history if it is not imported in
 debian's vcs (which is often the case when using svn-bp or git-bf with
 import-orig). [background: lindi is doing some git-copyright checks and
 it fails heavily if there is no upstream history as the debian
 maintainer is asumed to be the copyright holder for everything]

I would instead suggest we deprecate packages not including upstream
source in their VCS. The weight of progress is against that practice;
tools have improved so there is little excuse to do it, it increasingly
violates expections and makes things harder.

Some examples:

* git cherry-pick cannot be used
* pristine-tar cannot be used
* apt-get source now suggests running debcheckout when VCS fields are
  present. But for such a package, debcheckout won't result in the same
  source tree as does apt-get source.

Adding baroque complications to the VCS fields doesn't deal with these
problems consistently, and while it might help this style of VCS use
linger a while longer, it will be an unnecessary complication going
forward.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: More Vcs-Fields in debian/control?

2011-04-06 Thread Russ Allbery
Joey Hess jo...@debian.org writes:
 Evgeni Golov wrote:

 We (lindi, liw and me) had just a short discussion in #-devel, that it
 would be nice to have some sort of Vcs-Upstream-* in debian/control, to
 be able to get to upstreams vcs history if it is not imported in
 debian's vcs (which is often the case when using svn-bp or git-bf with
 import-orig). [background: lindi is doing some git-copyright checks and
 it fails heavily if there is no upstream history as the debian
 maintainer is asumed to be the copyright holder for everything]

 I would instead suggest we deprecate packages not including upstream
 source in their VCS. The weight of progress is against that practice;
 tools have improved so there is little excuse to do it, it increasingly
 violates expections and makes things harder.

While I agree with this, I think the problem that they're trying to solve
is getting the upstream revision history, not just a copy of the source.
The Debian repository may contain only snapshots of releases imported via
git-import-orig or the like, rather than the complete revision history.

Having the complete revision history is definitely nice, and I've started
doing that with a few upstreams that use Git, but it's a bit more
complicated to get the details sorted out.  If upstream is using something
like Subversion or CVS, it's even more complicated, although there are
some Git tools that mostly work (at least for Subversion; CVS is another
matter).  If upstream is using some other weird thing like bzr or
Mercurial or whatnot, we're now getting into rather more effort than I'd
personally want to bother with.

So I can still see the point of somewhere adding a pointer to the upstream
VCS repository.

However, is the control file really the right place for that?  I guess we
don't have a better place right now, but this doesn't feel like package
metadata that needs to be put into the Sources file.

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



Accepted libcrypt-openssl-x509-perl 1.7.1-1 (source amd64)

2011-04-06 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 07:47:27 +0200
Source: libcrypt-openssl-x509-perl
Binary: libcrypt-openssl-x509-perl
Architecture: source amd64
Version: 1.7.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libcrypt-openssl-x509-perl - Perl extension to OpenSSL's X509 API
Closes: 620534
Changes: 
 libcrypt-openssl-x509-perl (1.7.1-1) unstable; urgency=low
 .
   * New upstream release (Closes: #620534)
Checksums-Sha1: 
 9ab872161103cf357b413097ff5c48b6a77ccf44 2265 
libcrypt-openssl-x509-perl_1.7.1-1.dsc
 6742ae44b9cbb20450540914478c043682dc5144 42471 
libcrypt-openssl-x509-perl_1.7.1.orig.tar.gz
 fa874f8e10fed13e5ad33de0a6ff560549a8b09b 3165 
libcrypt-openssl-x509-perl_1.7.1-1.debian.tar.gz
 37d28977df5b13605abd867a87cecaf2daee781a 39244 
libcrypt-openssl-x509-perl_1.7.1-1_amd64.deb
Checksums-Sha256: 
 503648a13fddede63bfcd6794c350e2d991be733569a08fba10477096637d397 2265 
libcrypt-openssl-x509-perl_1.7.1-1.dsc
 a7dd59a6bdd633fa877daa625620635fff8182755bcaf4bce2e1769c60aff8e3 42471 
libcrypt-openssl-x509-perl_1.7.1.orig.tar.gz
 ee58e7499b7faf7d418ae88d0de126f73a25d47c7ae85eb09f3da5499e849f76 3165 
libcrypt-openssl-x509-perl_1.7.1-1.debian.tar.gz
 5f74d96bc5c527463e091d9682f27beeea9ed4d2fddd22e8f1a2086d676c5b68 39244 
libcrypt-openssl-x509-perl_1.7.1-1_amd64.deb
Files: 
 b0cdeac60a12dab50dd55f7314396ac9 2265 perl optional 
libcrypt-openssl-x509-perl_1.7.1-1.dsc
 487437a2b11817d00c172c4bd0af3bab 42471 perl optional 
libcrypt-openssl-x509-perl_1.7.1.orig.tar.gz
 028bf536098406d6daf9a8b53768c66d 3165 perl optional 
libcrypt-openssl-x509-perl_1.7.1-1.debian.tar.gz
 30811167ede6b9b0c026571c7f501a0b 39244 perl optional 
libcrypt-openssl-x509-perl_1.7.1-1_amd64.deb

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

iQIcBAEBCAAGBQJNnABUAAoJEHidbwV/2GP+qoQQAONlrMMbTTR/oT3R7LToo4O7
wbAd7ZTe8g8YN3jkETZg3vBxsVMRuclJzCEudOIpcTUQ2/mnUXXz1YdY7oNi7mUz
mwMP/+KJAUr2sS+qIxvT6DSO2VWpC0V2cukyV6auYVY4Z9KatKoIIy5XcYO1aF3W
6c6ACLyX3LP19TPTKxXcALtjF6JEjHcjWBJT71C8oq2u+lrTQ90wr36UOIlGmOYI
qLFX9roTzwrP8w1g4jA+SwJVGkYIZfr0207OUT9lJHBblK1JWJg8UC+2bTfpNcdz
WrrOZxSlv5xGkIs8H1x7A/qvvKQLss8yFebsFAOuFJ4d11WAxzW3cD3fHZnFgWGa
ZnNz5dSOjy+SzKxEGNUKVyrK3V2uK4XzZTBZUj9Vgifp/8u03OTfIaFHkIWLfGVK
soRW5nDjIM+1UW9HlTbBo1dD/svxk94IwKruyjpmTpMzj7x2WZhZ9HxXyPJiy60w
n7QhxrL6dP4+dpYN7A9O5MQnt8/YGZjQ1EPUUZqcSk4yaHGA99o+5xAq+xVfH1eS
pjf7W0IPuxqa3fnkwjewJKkgYawUpqnsozCoDAmCNzr6HV0C5jPVRkDm/1/8guM3
s+3oZPlxa15Xgnly0Mwg37CXDPCaS/ByDFHxeYN5GcQWxuBpCri7eQH/G8sSX1Si
zBxk3g17TSeUWo2gG4od
=Pxbh
-END PGP SIGNATURE-


Accepted:
libcrypt-openssl-x509-perl_1.7.1-1.debian.tar.gz
  to 
main/libc/libcrypt-openssl-x509-perl/libcrypt-openssl-x509-perl_1.7.1-1.debian.tar.gz
libcrypt-openssl-x509-perl_1.7.1-1.dsc
  to main/libc/libcrypt-openssl-x509-perl/libcrypt-openssl-x509-perl_1.7.1-1.dsc
libcrypt-openssl-x509-perl_1.7.1-1_amd64.deb
  to 
main/libc/libcrypt-openssl-x509-perl/libcrypt-openssl-x509-perl_1.7.1-1_amd64.deb
libcrypt-openssl-x509-perl_1.7.1.orig.tar.gz
  to 
main/libc/libcrypt-openssl-x509-perl/libcrypt-openssl-x509-perl_1.7.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/e1q7lod-0008iw...@franck.debian.org



Accepted armadillo 1.1.92+dfsg-1 (source amd64)

2011-04-06 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 01:35:19 -0500
Source: armadillo
Binary: libarmadillo-dev libarmadillo1
Architecture: source amd64
Version: 1.1.92+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Kumar Appaiah aku...@debian.org
Description: 
 libarmadillo-dev - streamlined C++ linear algebra library - Headers
 libarmadillo1 - streamlined C++ linear algebra library
Changes: 
 armadillo (1.1.92+dfsg-1) unstable; urgency=low
 .
   * New upstream release
   * Remove patches/no_lib64.diff; include definition in rules file for lib
 directory.
   * Add binary-indep to the rules file.
Checksums-Sha1: 
 35e6bf3a5adaef4680ef42de744d77dcb0a04dbe 2040 armadillo_1.1.92+dfsg-1.dsc
 348c5395f9762a7713c8268f06b0556565c10758 254274 
armadillo_1.1.92+dfsg.orig.tar.gz
 3b8bd294cae6cf575c808522bcd2adc2e159b0b0 5252 armadillo_1.1.92+dfsg-1.diff.gz
 3db1b8a6d66aaf7cf1cac253f617601691568247 227720 
libarmadillo-dev_1.1.92+dfsg-1_amd64.deb
 21dcaeae9d27b1ae91766a7b7a692b30072dc633 12438 
libarmadillo1_1.1.92+dfsg-1_amd64.deb
Checksums-Sha256: 
 4252ad12abcbf9ecc9d2ebcb52357f1088a1b5fa1bff0820d78371b160b49d54 2040 
armadillo_1.1.92+dfsg-1.dsc
 88e37077d226246eefd4c6e275a2096d4f47f5feb180fb74c486f8a42cdc122d 254274 
armadillo_1.1.92+dfsg.orig.tar.gz
 ba3b6466f19bbe0eaa0b0e2ffaae0efa6f7f70673dc8c23956d831b462e67298 5252 
armadillo_1.1.92+dfsg-1.diff.gz
 80dd7021fd69738d350e7bba222ef5b1ca55177545d1ae2cb5924df721f6a2da 227720 
libarmadillo-dev_1.1.92+dfsg-1_amd64.deb
 51ae3edb22d0ce25200fd6ae52019d02ce8da95a2023501e2b54a64dbbd75efd 12438 
libarmadillo1_1.1.92+dfsg-1_amd64.deb
Files: 
 a347d499a2dc09dd93512ee5995ef4a8 2040 libs optional armadillo_1.1.92+dfsg-1.dsc
 3e3d1bd09a7696dda57d9c5e89c1a441 254274 libs optional 
armadillo_1.1.92+dfsg.orig.tar.gz
 e2dbfc704b82ea2a542bbbabea704ad9 5252 libs optional 
armadillo_1.1.92+dfsg-1.diff.gz
 fdcc310d902819c9e845f32ae898fe0d 227720 libdevel optional 
libarmadillo-dev_1.1.92+dfsg-1_amd64.deb
 74dacf857ee1611653c530b0b045cd5f 12438 libs optional 
libarmadillo1_1.1.92+dfsg-1_amd64.deb

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

iQIcBAEBCgAGBQJNnApAAAoJEHqPSei2NIC+KtMP/0sjAHrnerbIlydXMbXEI7OF
nSc9lV9zYTa8Y16AXKvgEzhpRIhedprOVDFObafPqnlyvfU61N/ga0MhQ7twx6nW
OhWhI8RfyzKjyOVilCcnw1u6qtwvfjToPoyLWM9PNPuCPh3agPyuy2ORMPfB/2Lf
bDVR0Rb6Pu/5y96y5VNu8MypNLo+2l02FFN3PU+5cWaim2OOBPXoZl1OPf/Er1mN
4ZrhUnVDyYE+Z77w+3jU8KlE+eSQ6CpFuG4AqbEK7nSavs8weoS04pOu/uuQv678
t878xiesRCa1z8SGRnqAXExKMO9/dUxh6R9nIZCyVAfehRDISLjzs4QA0RulHTeN
/5FHzGza1FX/1RFIUXqLr1AS8Iq4N5qeySXYuSMEKljK9arGZJCpjFjDrWzylCP5
/9dbH0vVVpg7bJCba/FVMUdOoRLJGnA/7GFDLMxNVlzIddk7cr+3iIDo2UjXzBME
Fyw/LnW5+nqBVXqBvB11J7598C3EXT7TDkGW7umg0ArFaCYlya64/dedP7c555yb
DSFZ3fus96+F0zvPGDA6X8d8+DreHU+re8P2V1SwSPzBcUuH+sX6TqwChc++Ahoj
4ahuK67LXSCGirJow4wNeCxT5cUwBLXyzvbw8zkzeNpROiICuDCzU41iavRyBFDN
LoeftV3rXVO7tJnb9UjD
=grx0
-END PGP SIGNATURE-


Accepted:
armadillo_1.1.92+dfsg-1.diff.gz
  to main/a/armadillo/armadillo_1.1.92+dfsg-1.diff.gz
armadillo_1.1.92+dfsg-1.dsc
  to main/a/armadillo/armadillo_1.1.92+dfsg-1.dsc
armadillo_1.1.92+dfsg.orig.tar.gz
  to main/a/armadillo/armadillo_1.1.92+dfsg.orig.tar.gz
libarmadillo-dev_1.1.92+dfsg-1_amd64.deb
  to main/a/armadillo/libarmadillo-dev_1.1.92+dfsg-1_amd64.deb
libarmadillo1_1.1.92+dfsg-1_amd64.deb
  to main/a/armadillo/libarmadillo1_1.1.92+dfsg-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/e1q7mkl-0003ro...@franck.debian.org



Accepted iptstate 2.2.3-1 (source amd64)

2011-04-06 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 06:22:34 +
Source: iptstate
Binary: iptstate
Architecture: source amd64
Version: 2.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ctay...@debian.org
Changed-By: Chris Taylor ctay...@debian.org
Description: 
 iptstate   - top-like interface to your netfilter connection-tracking table
Changes: 
 iptstate (2.2.3-1) unstable; urgency=low
 .
   * Updated 03-ICMP.
   * Bump standards-version.
   * New upstream release.
Checksums-Sha1: 
 e5c16a48b88b693b3a8dc957bde5bb5c894d5c17 1089 iptstate_2.2.3-1.dsc
 dd9411fb82831079e392c5c3e06f3629e384453a 27546 iptstate_2.2.3.orig.tar.bz2
 291c08f851d85633ce74a4f72faeaeaecfa54c1c 4415 iptstate_2.2.3-1.debian.tar.gz
 17c8da53867bcf66f831e950eaa7f7f52f54a9c5 50482 iptstate_2.2.3-1_amd64.deb
Checksums-Sha256: 
 f2a3549827eab24635dcac697b745cbd870d161d1ad73f8e1e27ac9a912d4961 1089 
iptstate_2.2.3-1.dsc
 3cd38d143a9d160ca0ca462d61b67b1f338076be390e4422507484b8de87e620 27546 
iptstate_2.2.3.orig.tar.bz2
 ed6b35060c70a7afe9ddbb6918a0f2171d1c39f3dba09702c673035a7cbec948 4415 
iptstate_2.2.3-1.debian.tar.gz
 5f244f7673e829266067a9949059bca2c93fa30836ace302d2c29754e881662f 50482 
iptstate_2.2.3-1_amd64.deb
Files: 
 fdc7b9c4d322cbef2a558f45591d2c06 1089 admin optional iptstate_2.2.3-1.dsc
 5238a0c4c4f764a919aba678051698ec 27546 admin optional 
iptstate_2.2.3.orig.tar.bz2
 0867727924b0883dbc7284489becc503 4415 admin optional 
iptstate_2.2.3-1.debian.tar.gz
 7a1f480b991370478f4d24484f02e01e 50482 admin optional 
iptstate_2.2.3-1_amd64.deb

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

iEYEARECAAYFAk2cDcoACgkQLpNUoan9SCGUHACfauGBSArD3e6EZParHP/gzA57
cWkAnAm2GiHHtGTtNCmnspFNjVnkiAws
=YcU4
-END PGP SIGNATURE-


Accepted:
iptstate_2.2.3-1.debian.tar.gz
  to main/i/iptstate/iptstate_2.2.3-1.debian.tar.gz
iptstate_2.2.3-1.dsc
  to main/i/iptstate/iptstate_2.2.3-1.dsc
iptstate_2.2.3-1_amd64.deb
  to main/i/iptstate/iptstate_2.2.3-1_amd64.deb
iptstate_2.2.3.orig.tar.bz2
  to main/i/iptstate/iptstate_2.2.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/e1q7mrx-0003cf...@franck.debian.org



Accepted jpilot 1.8.1-1 (source amd64)

2011-04-06 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 08:47:35 +0200
Source: jpilot
Binary: jpilot jpilot-plugins
Architecture: source amd64
Version: 1.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description: 
 jpilot - graphical app. to modify the contents of your Palm Pilot's DBs
 jpilot-plugins - plugins for jpilot (Palm Pilot desktop)
Changes: 
 jpilot (1.8.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d94e3261bbc1ae0d717078963082f058e07117e0 1169 jpilot_1.8.1-1.dsc
 98a70bbb30bcccb8ba74aecb6a41b819dc8a4a3b 1582869 jpilot_1.8.1.orig.tar.gz
 0eed526e0e704d420a136ae184ee503ba5f142f1 14926 jpilot_1.8.1-1.debian.tar.gz
 d6051a04d020edf66ffa31ac3af6d5de88fd6908 782986 jpilot_1.8.1-1_amd64.deb
 f1e9351f277ea5ca9d9776d18518b82cd17da985 64990 jpilot-plugins_1.8.1-1_amd64.deb
Checksums-Sha256: 
 31fc60bdf5f85ac077b01ee4d5d8ad220b4d40a18567d75f9638d516b50900cd 1169 
jpilot_1.8.1-1.dsc
 682838e8f9634102e5721e779fa0f00ec4be747776a575794137f1ce9420291f 1582869 
jpilot_1.8.1.orig.tar.gz
 f54f21feea3be1c2ffb2d76793490fa1ac73a598c2a1bb048cbc48a138cf1f6d 14926 
jpilot_1.8.1-1.debian.tar.gz
 863117d4212df7fd41becc026044492331a95ee674a9b12bb17af3004bd2758f 782986 
jpilot_1.8.1-1_amd64.deb
 a95fa6d5e7db4f160e0e2f959d25e90f19f2198387d66051df696049cd58ee0d 64990 
jpilot-plugins_1.8.1-1_amd64.deb
Files: 
 e6708c309b017696f452e255f8e5f9d9 1169 otherosfs extra jpilot_1.8.1-1.dsc
 ac59a5708f37e30d39e85b1fcedd266f 1582869 otherosfs extra 
jpilot_1.8.1.orig.tar.gz
 8d49a33ca1af2ce95a46166115b69b8a 14926 otherosfs extra 
jpilot_1.8.1-1.debian.tar.gz
 fbf7f2e170c5236aa9ebe4b975e34e5e 782986 otherosfs extra 
jpilot_1.8.1-1_amd64.deb
 14b9a0b08e2ccfbf4197da3f17828f06 64990 otherosfs extra 
jpilot-plugins_1.8.1-1_amd64.deb

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

iEYEARECAAYFAk2cDQ8ACgkQP0qKj+B/HPlnPgCcCmB4ZK9XzuVAORvd+9HrY3Cf
j6QAn3NvqtiUhiabhnEfCsvcXAkeMCOs
=LtfP
-END PGP SIGNATURE-


Accepted:
jpilot-plugins_1.8.1-1_amd64.deb
  to main/j/jpilot/jpilot-plugins_1.8.1-1_amd64.deb
jpilot_1.8.1-1.debian.tar.gz
  to main/j/jpilot/jpilot_1.8.1-1.debian.tar.gz
jpilot_1.8.1-1.dsc
  to main/j/jpilot/jpilot_1.8.1-1.dsc
jpilot_1.8.1-1_amd64.deb
  to main/j/jpilot/jpilot_1.8.1-1_amd64.deb
jpilot_1.8.1.orig.tar.gz
  to main/j/jpilot/jpilot_1.8.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/e1q7mrl-0003gq...@franck.debian.org



Accepted celestia 1.6.0+dfsg-2.1 (source all amd64)

2011-04-06 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 29 Mar 2011 09:55:40 -0300
Source: celestia
Binary: celestia-common celestia celestia-gnome celestia-glut
Architecture: source amd64 all
Version: 1.6.0+dfsg-2.1
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer perezme...@gmail.com
Description: 
 celestia   - A real-time visual space simulation
 celestia-common - Datafiles for Celestia, a real-time visual space simulation
 celestia-glut - A real-time visual space simulation (GLUT frontend)
 celestia-gnome - A real-time visual space simulation (GNOME frontend)
Closes: 498941 516238 527923 564970 567789 604263 604903
Changes: 
 celestia (1.6.0+dfsg-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove KDE frontend support, thus removing dependency on kde4libs-dev.
 (Closes: #604263, #516238, #527923, #567789, #498941, #604903).
   * Remove KDE 3 related files, as we don't use it anymore:
 - debian/celestia-kde.1
 - debian/celestia-kde.README.Debian
 - debian/celestia-kde.docs
 - debian/celestia-kde.manpages
 - debian/celestia-kde.menu
 - debian/celestia-kde.postinst
 - debian/celiestia-kde.prerm
   * Remove celestia-kde:
 - Remove binary package.
 - Remove celestia-kde from celestia's depends, keeping the order of
   preferences of the rest of the packages.
 - Remove KDE front-end from celestia-glut's description.
 .
   * Modify debian/rules to not build celestia-kde:
 - Remove build-kde from BUILDDIRS.
 - Remove KDE-related commands.
 .
   * Fix build with GCC 4.5 using fix-build-with-gcc-4.5.patch, thanks
 to Peter Green (Closes: #564970).
 .
   * Add missing -ldl to link against libdl. This is done with
 add_missing_ldl.patch.
Checksums-Sha1: 
 ff8ff4746c4a26d8534220a426bc2f69da651a29 1951 celestia_1.6.0+dfsg-2.1.dsc
 6b245993ae5a0986fa62e3a235455e068f861f23 47398 
celestia_1.6.0+dfsg-2.1.debian.tar.gz
 1238420399291bdcdc2605fd806775ce40e573cd 1158610 
celestia-gnome_1.6.0+dfsg-2.1_amd64.deb
 66b0ea8b9421b5b5a99efa83aedd5417c6087543 949166 
celestia-glut_1.6.0+dfsg-2.1_amd64.deb
 393f205f351218e2c121a8d69e31aba99a48d95a 28439618 
celestia-common_1.6.0+dfsg-2.1_all.deb
 b0993334b43b36a3f10199b1d73b0bbf437e36cc 38632 celestia_1.6.0+dfsg-2.1_all.deb
Checksums-Sha256: 
 96ffebc3392c15cd9cfc488c4f2381fa793ee6552b58f73681fef3e830962095 1951 
celestia_1.6.0+dfsg-2.1.dsc
 2009537a5a95cdafee428a86fd56139d8334965d8f8dbfbebed82b07d8192018 47398 
celestia_1.6.0+dfsg-2.1.debian.tar.gz
 4dd39f1680c74650207a100e6eb8585330a0821774f16d3f55290462e21cf79a 1158610 
celestia-gnome_1.6.0+dfsg-2.1_amd64.deb
 a1682678fc7e042f0524adbefe9db73ad855e3f774e7dace26763dbf5216e31b 949166 
celestia-glut_1.6.0+dfsg-2.1_amd64.deb
 6946b7c9934a209d1f8505301cc172cb0d9dd9687c6ab2631ef704e8f7746d70 28439618 
celestia-common_1.6.0+dfsg-2.1_all.deb
 824c3e9b5bcafd5ca3278de8a356bc8171d2b829b77d687f9dbcd3b3828fb9fa 38632 
celestia_1.6.0+dfsg-2.1_all.deb
Files: 
 acf9f865d0266642e2cf04fa424b8a71 1951 science optional 
celestia_1.6.0+dfsg-2.1.dsc
 c3c3c418f264471aaf9e6bdf23154edb 47398 science optional 
celestia_1.6.0+dfsg-2.1.debian.tar.gz
 5274943d039df2ec7e3a8eec8620a441 1158610 gnome optional 
celestia-gnome_1.6.0+dfsg-2.1_amd64.deb
 9b7b42949ab0098e997650ec16ebf98f 949166 science optional 
celestia-glut_1.6.0+dfsg-2.1_amd64.deb
 f3bdfc0a85d2a5c8b3832339d61d25b7 28439618 science optional 
celestia-common_1.6.0+dfsg-2.1_all.deb
 78d19d124014bd2c5ca9e5ab3aa65b78 38632 science optional 
celestia_1.6.0+dfsg-2.1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Signed by Ana Guerrero

iQIcBAEBCAAGBQJNktSjAAoJELNGT4lqoVlIqM8QAJL9en0bbi8Ik0nRpiBVZs3z
7VvhfhfsyYGu3YftynchQFz9tlFqIj9c3HUx2T3THl4hwR73AfCFCVTkDnQW5AJE
IUqtpQkcfXKHhYz+pkZSy9keZ92DUdvkiZeU2F+ZtpYSVjMmG6/a01BCF6MoRZ1/
LTpiKU2Ao6acFtqYgsQ8WqPn0gD7/y1s6vBUEWLGiDDGh1YnKCpcasQsk3svctgm
pvJNYL9u0h1WP94gLsfPPCI7fufaBtFCiKomg8NrzYrk3nwAPCmMJrlT1Zw5zOFV
NUqyqmEUU0Zfw/PuEvCQeKzxhbBPhQcBBpBILTbOrJYW3cPBtaFSjDLRxDijQFgN
z4guvIwsdDCRn0+dyqM7rdMwzptei9GqcYwFNTa5YMjl5dKGJyVg7HW/ZgclnwyQ
0bOwEDcm1Bwm8q8FdNxOouoeNSfyuQSN6bTuCWA8DSKBQcgGp8zMs7RZGJmhjKj2
8qv5pgQmnwE28EGGVCAaS8+qrERMz+/ieOxTTj1AorKcZbo9ml9t8ab/gB08lOiy
ZYfQp81ozW4iOP/IZU1tlw3R8usBKtaF/4pcJy3HUOVGjdNr+vmxAfmkp7Jwssd4
D5puWHvffD9mZONEN8IM2pYjjsndi1vKGVeQRcZ836T/KLBP/q0dW2zKzZ2agkfh
kdFtLGx4AFBNN5SBTLQc
=dmIC
-END PGP SIGNATURE-


Accepted:
celestia-common_1.6.0+dfsg-2.1_all.deb
  to main/c/celestia/celestia-common_1.6.0+dfsg-2.1_all.deb
celestia-glut_1.6.0+dfsg-2.1_amd64.deb
  to main/c/celestia/celestia-glut_1.6.0+dfsg-2.1_amd64.deb
celestia-gnome_1.6.0+dfsg-2.1_amd64.deb
  to main/c/celestia/celestia-gnome_1.6.0+dfsg-2.1_amd64.deb
celestia_1.6.0+dfsg-2.1.debian.tar.gz
  to main/c/celestia/celestia_1.6.0+dfsg-2.1.debian.tar.gz
celestia_1.6.0+dfsg-2.1.dsc
  to main/c/celestia/celestia_1.6.0+dfsg-2.1.dsc

Accepted rawtherapee 3.0~a2+hg1075.9a478044c65c~dfsg1-1 (source amd64)

2011-04-06 Thread Philip Rinn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun,  03 Apr 2011 09:37:21 +0200
Source: rawtherapee
Binary: rawtherapee
Architecture: source amd64
Version: 3.0~a2+hg1075.9a478044c65c~dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Philip Rinn ri...@gmx.net
Changed-By: Philip Rinn ri...@gmx.net
Description: 
 rawtherapee - A free RAW converter and digital photo processing software
Closes: 588220 610727
Changes: 
 rawtherapee (3.0~a2+hg1075.9a478044c65c~dfsg1-1) unstable; urgency=low
 .
   * New upstream snapshot:
 - Switch to branch 'branch_3.0'
 - Improve automatic white balance (closes: #588220)
 - Don't crash with some Sony RAW files (closes: #610727)
 - many other bugfixes (e.g. LP: #738429)
   * Refresh patches to apply cleanly.
   * Remove debian/patches/01-no-debug-build.patch:
 - No need for a patch. We can do this in debian/rules
   * Remove debian/patches/04-move-cache.patch:
 - It's accepted upstream
   * Add debian/patches/01-AboutThisBuild.patch:
 - Hard-code version as we don't ship the whole repository
   * debian/copyright: update copyright info.
Checksums-Sha1: 
 1694d7b7ff998cdf23b02794dd03054e192ae5cf 2133 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.dsc
 8c424004c3ef84ac2f206576ae45b0ab373fa05d 1339153 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1.orig.tar.gz
 de53a3662e575c4641b15a82bc2715052fd7c742 8470 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.debian.tar.gz
 57aba1718546ef9057bb0a1af682fca770a94346 2550710 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1_amd64.deb
Checksums-Sha256: 
 0ad65152e33b04c1dc5f39b85ce2b5532abe89e6a4915231b26fe1bcccb8e674 2133 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.dsc
 37e1114d12c02d5512ac92499ffdd7460651f1e80844b76ae6303f1a45310241 1339153 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1.orig.tar.gz
 dd86c07d5c6cf5e4fa3548ac711393c147c0371ca4d797f3b9d3a6338616a77c 8470 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.debian.tar.gz
 27c0f7310191c5c8ec09973557620fc933f54db08987902882f5b8a3ab36b6f8 2550710 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1_amd64.deb
Files: 
 338b11245018140e414424d2ccbddc59 2133 graphics optional 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.dsc
 cca39fa59b19e764bcec13178c46a6a6 1339153 graphics optional 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1.orig.tar.gz
 98d13c6dcc1ffb9a0c2880d0998ccdef 8470 graphics optional 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.debian.tar.gz
 1c91c26a8cda4621cae3d6ceea037a68 2550710 graphics optional 
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1_amd64.deb

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

iQIcBAEBCgAGBQJNnBT/AAoJEBPAtWZ6OLCwiTEP/isN15uC/fhTMyJPZqLM1lrN
ghONWJN50HfCnoK9Pr/O+HVGqJxamdft87G5gmDsjTJjGE3qvCLlG5Wb6it3CPOQ
3Z5Y8I92tDFGptNLw7GBZ72Wwvgb5M57eWCVPmFRerQ0l6lW+FLyELFDF7C04kWl
JgUwZ3Dv5Twepa24oQJBYHZyDwEr6/OI6EP/S+owpfskt3sKp/nXpP7qypES4Q8v
DsOIKLkXnlooyJiLABaNYEe/9CskLYGi0mXFsTXUhxM01KZsQfWIYnkKKwTTvk7f
CBzye7z97YXBNiYMqD8rbVMeSFOJpesGfmT3jApn+6R21xyFbu7BygxoI0JpPYQw
TAtf7t7Rw3W0tJS8+MP9gKwxh+lHrL/ZOWA0iyNqERWsfq0CZ7LbEn+JVbX+r8hl
DhIhSToqnZlwDKlfaAWOLK6xJ9zwTlGXAurBWtLOfdGHCrdRg1DGYW86hgrSFVbO
z5PD5r/k9La3IKM01n6b7YUSwCN+jNL+iA0R2HzSr+nOj0ExIi6EgQLkPunFVENW
9fdeHD5H8V9sS+dfUv6ySRMDraiASrpjOXRquT+stuZ5igXvV1vLoyfMeogDoDvG
RWJ63HzpUvaY40tomUr8hY+AxcM/uPnhZ20x22FZTAsNKhLhIA/YGuty9oaUh54d
v7xz8n7iT1dyl12T5J5y
=RTby
-END PGP SIGNATURE-


Accepted:
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.debian.tar.gz
  to 
main/r/rawtherapee/rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.debian.tar.gz
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.dsc
  to main/r/rawtherapee/rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1.dsc
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1_amd64.deb
  to main/r/rawtherapee/rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1-1_amd64.deb
rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1.orig.tar.gz
  to main/r/rawtherapee/rawtherapee_3.0~a2+hg1075.9a478044c65c~dfsg1.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/e1q7nfz-0007g7...@franck.debian.org



Accepted java-wrappers 0.1.22 (source all)

2011-04-06 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 10:33:57 +0200
Source: java-wrappers
Binary: java-wrappers
Architecture: source all
Version: 0.1.22
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Vincent Fourmond fourm...@debian.org
Description: 
 java-wrappers - wrappers for java executables
Changes: 
 java-wrappers (0.1.22) unstable; urgency=low
 .
   * Now correctly following relative links from classpaths.
   * Fix a final glitch, ready for upload to unstable
Checksums-Sha1: 
 aa0f8f844d9b32429cf79a15491ca2c91d1a94bc 955 java-wrappers_0.1.22.dsc
 40cdf2293c5aac11c7203adec505c73881b30503 9055 java-wrappers_0.1.22.tar.gz
 409bb5d7c3a83f22f165b2174a4fbdde869772f1 10434 java-wrappers_0.1.22_all.deb
Checksums-Sha256: 
 caa5adc26b6cd3d0c22c63236d757337971c5e57e70c2b24003ec9ad83f8ff0b 955 
java-wrappers_0.1.22.dsc
 3a02d51cf856639041809a0d963fbc598e00c1b9689e626c5f265d15be77179e 9055 
java-wrappers_0.1.22.tar.gz
 d7acd34a4085d71adee54046b8d8b6471aeeb53cfc0007371a6deb3132b75ad1 10434 
java-wrappers_0.1.22_all.deb
Files: 
 8c9f2dd2fe92fceb3b42809909cc77f8 955 java optional java-wrappers_0.1.22.dsc
 589efa7ac22db94c74f811797c60c7ee 9055 java optional java-wrappers_0.1.22.tar.gz
 f1555d6f6ce32ca72be98655b0b1fafb 10434 java optional 
java-wrappers_0.1.22_all.deb

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

iEYEARECAAYFAk2cJcsACgkQx/UhwSKygspyEACePZiEHwD3lBRd+QjXPGlxL/mn
veYAoKyerejt7oPN6JgB3Ks7j32S5n0D
=EHwU
-END PGP SIGNATURE-


Accepted:
java-wrappers_0.1.22.dsc
  to main/j/java-wrappers/java-wrappers_0.1.22.dsc
java-wrappers_0.1.22.tar.gz
  to main/j/java-wrappers/java-wrappers_0.1.22.tar.gz
java-wrappers_0.1.22_all.deb
  to main/j/java-wrappers/java-wrappers_0.1.22_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/e1q7oqd-0007ib...@franck.debian.org



Accepted x11-xserver-utils 7.6+2 (source amd64)

2011-04-06 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 10:25:37 +0200
Source: x11-xserver-utils
Binary: x11-xserver-utils
Architecture: source amd64
Version: 7.6+2
Distribution: unstable
Urgency: high
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 x11-xserver-utils - X server utilities
Changes: 
 x11-xserver-utils (7.6+2) unstable; urgency=high
 .
   [ Robert Hooker ]
   * xrdb 1.0.9 (Fixes CVE-2011-0465)
Checksums-Sha1: 
 ef10f70acba6b7fd8da353673b5a956a9e23fe91 1904 x11-xserver-utils_7.6+2.dsc
 4956813f445090266f3d35043b005ffdb9b4e836 2275101 x11-xserver-utils_7.6+2.tar.gz
 4c32d3e422ec1b7c84571249c6c5d8c660b9c81c 189586 
x11-xserver-utils_7.6+2_amd64.deb
Checksums-Sha256: 
 f32befa64ceabf98229eef43ab09a0eab7674b2019da86f13270400c00811dc5 1904 
x11-xserver-utils_7.6+2.dsc
 0d56a7aba315a939313462d0123dc54a6e1bae78b2ef2a61cef9baa0a3ba1656 2275101 
x11-xserver-utils_7.6+2.tar.gz
 c6161962c824bf90bcdcf4d797d0a30973534159f610245eae05e3fe0bd3f5d4 189586 
x11-xserver-utils_7.6+2_amd64.deb
Files: 
 8c640e674957a1e802a3be3b3872d6fe 1904 x11 optional x11-xserver-utils_7.6+2.dsc
 4cb064a066b2bb577353615aa73be42e 2275101 x11 optional 
x11-xserver-utils_7.6+2.tar.gz
 a9e00c2899edc725a7b9bd525134a83e 189586 x11 optional 
x11-xserver-utils_7.6+2_amd64.deb

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

iQIcBAEBCAAGBQJNnCXNAAoJEDEBgAUJBeQMzz0QAMZStFWouASa/ECgtb1y4aaa
RLZ86pxaStnhKF2OwJdqrgDgUXgQydZWz5qzZzb/XFu6eThX4V3wuOrXbgJSAJu7
aGXJHp4nK7hHOaG1szp3dURMh6LwUfvVn9DeD5NzgFubQuqEkr+WPcN+tOvWQ/Yi
x2Vt1AY+RnqkCaNqd6Dz16awr1e3HbX2gCV8cPOGUEdgT4uKuLoncWBX22HrM3LA
V9+x2d4wfcJiZs+KpEF00V/YKapLWZfR4vEgJrg52jBGJa0FtnwhDwMFh4XvjbIY
W8d9Rk+7vw9PK/cNUcQvaa6ijfxboiosrfjuRwPlQcdCaTZofNcjSD8i/qeil9Hr
b8PWzL255bGt6XUV2vwaPhd1ROwRqf7cTt7ZEsoQx8xCONcBDOkYYknzo7XnFhef
8G5tXSA9YnT8ROUoHNFD1/9hSM1vMk5S0tU/9Hk7wfNRdYTBagsT3BihqRIKoYdP
Q4HN4FTgr9vPS8sVleBEbfntTend00uwhs0XiOm0ohQT1hNB0r6jP/cIBuFEUexV
OuTfKETU+TgUNh9WEg4f9YS12LY3FzrFww5NyMD2S6pPocFvqMgqsXBSqAgqnE7D
iKC4kCr6Jvi1agLWAn/jLWzP78/PyT/OQH7Ajt5lqe8wBWImfGy/wsqHMEEh0fxV
88/4CuUh6OBBD9Y5g4li
=T7TA
-END PGP SIGNATURE-


Accepted:
x11-xserver-utils_7.6+2.dsc
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+2.dsc
x11-xserver-utils_7.6+2.tar.gz
  to main/x/x11-xserver-utils/x11-xserver-utils_7.6+2.tar.gz
x11-xserver-utils_7.6+2_amd64.deb
  to main/x/x11-xserver-utils/x11-xserver-utils_7.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/e1q7orr-0007xr...@franck.debian.org



Accepted yoshimi 0.060.8-1 (source all amd64)

2011-04-06 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 10:00:04 +0200
Source: yoshimi
Binary: yoshimi yoshimi-data
Architecture: source amd64 all
Version: 0.060.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 yoshimi- software synthesizer based on ZynAddSubFX
 yoshimi-data - Presets for Yoshimi
Changes: 
 yoshimi (0.060.8-1) unstable; urgency=low
 .
   * New upstream release.
   * Upload to unstable.
   * Improve description.
Checksums-Sha1: 
 f41bb4fbc5fbab5b5a56dfd47d15cc0e87431f4c 1664 yoshimi_0.060.8-1.dsc
 8d643c34d40479e8cea79a12ff590773b6edea11 1397145 yoshimi_0.060.8.orig.tar.bz2
 83eca3c69e1714039fadf062e659a88fcb7fdec0 10419 yoshimi_0.060.8-1.debian.tar.gz
 5827873507bb896e2ff52f430337aef1e21047ba 522114 yoshimi_0.060.8-1_amd64.deb
 f9766278139be23fa068f893c331a748c144b5e6 1301764 yoshimi-data_0.060.8-1_all.deb
Checksums-Sha256: 
 6e49d1eff7dd9709a12db0b619b03683c8ff1f9abc1ad9bd6838f2627d99d8a3 1664 
yoshimi_0.060.8-1.dsc
 b33e179c87a5d64e4fc11f989a42a92e4df6c54e5545aa60609e69c4d14ae28b 1397145 
yoshimi_0.060.8.orig.tar.bz2
 b7ee95e13e80e2e80e84136535a2c97dd8dfc6c6a3b54fe5893a8c6150673300 10419 
yoshimi_0.060.8-1.debian.tar.gz
 55def3003590f27b60907e876502afa6e229d72ef7cd3f9791296b538b409c85 522114 
yoshimi_0.060.8-1_amd64.deb
 74234d0bedf1c3ed4fc712e42a752986e28ede71fdaa9c15cc5db5725df74606 1301764 
yoshimi-data_0.060.8-1_all.deb
Files: 
 34a3c57631562c8ec41f87b333fd0559 1664 sound optional yoshimi_0.060.8-1.dsc
 8b343b378f1d3a78e8108c3e4a10bdf7 1397145 sound optional 
yoshimi_0.060.8.orig.tar.bz2
 24c117e677a775a912d41f90dc5d4a97 10419 sound optional 
yoshimi_0.060.8-1.debian.tar.gz
 a27e9cfe0d40c086948d596c01b54299 522114 sound optional 
yoshimi_0.060.8-1_amd64.deb
 c4f86959670954352d9d0be82566d463 1301764 sound optional 
yoshimi-data_0.060.8-1_all.deb

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

iEYEARECAAYFAk2cHzcACgkQRdSMfNz8P9Bb7wCeLlJvxsZieXEUyo0gc0Je+NOP
cc0AnREoz6bOIkH9kTXN79FciYuFSMWN
=ZiRs
-END PGP SIGNATURE-


Accepted:
yoshimi-data_0.060.8-1_all.deb
  to main/y/yoshimi/yoshimi-data_0.060.8-1_all.deb
yoshimi_0.060.8-1.debian.tar.gz
  to main/y/yoshimi/yoshimi_0.060.8-1.debian.tar.gz
yoshimi_0.060.8-1.dsc
  to main/y/yoshimi/yoshimi_0.060.8-1.dsc
yoshimi_0.060.8-1_amd64.deb
  to main/y/yoshimi/yoshimi_0.060.8-1_amd64.deb
yoshimi_0.060.8.orig.tar.bz2
  to main/y/yoshimi/yoshimi_0.060.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/e1q7osd-00081i...@franck.debian.org



Accepted widelands 1:16~rc1-1 (source all amd64)

2011-04-06 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 10:02:21 +0200
Source: widelands
Binary: widelands widelands-data widelands-dbg
Architecture: source amd64 all
Version: 1:16~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Martin Quinson mquin...@debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 widelands  - fantasy real-time strategy game
 widelands-data - fantasy real-time strategy game (data files)
 widelands-dbg - fantasy real-time strategy game (debug cruft)
Changes: 
 widelands (1:16~rc1-1) unstable; urgency=low
 .
   * New upsteram release candidate
   * Updated Standards-Version to 3.9.1, no changes required
   * Removed patches/secfix-617960 since part of the new release
   * Do not override widelands version number in debian/rules
Checksums-Sha1: 
 2914c0637d1744def89e144db49ecf1e7d0baff6 1592 widelands_16~rc1-1.dsc
 9661b6c6be39a59a59cb37c79fb05adfc73612c1 137883159 
widelands_16~rc1.orig.tar.bz2
 43a0a3f476370db0b2ae9bcd4646e718dfc85735 12458 widelands_16~rc1-1.debian.tar.gz
 b153ba068b42ab14290405a7622db23462c0d28e 1928426 widelands_16~rc1-1_amd64.deb
 9ee4e81e9902661b6a4a4f64703bc640963e9cea 136539456 
widelands-data_16~rc1-1_all.deb
 cc2fe3dd16e4fac13593cb3be47c7804241dfd2f 21084874 
widelands-dbg_16~rc1-1_amd64.deb
Checksums-Sha256: 
 d155c9f4c92b8d383f2ab10a57acca0dbd1eb4028feb54d70101ce6743b7b9b7 1592 
widelands_16~rc1-1.dsc
 413046a669a61911c344edb8b1079da56bd66c8969d6f331e83c9d35634b8c09 137883159 
widelands_16~rc1.orig.tar.bz2
 ab223dba612589d37515ecafccc6f410190bfb65eb872f914a84818b3c8212f9 12458 
widelands_16~rc1-1.debian.tar.gz
 9254d7a57a783375647407104f31c01beec1645113db2e13b60bcc6320a780be 1928426 
widelands_16~rc1-1_amd64.deb
 742f485cc6e6f10b7e9d7426c350df35f86909c1a7500c2ed26e6c40f414fd09 136539456 
widelands-data_16~rc1-1_all.deb
 60a81f560d99d53b386d71d0030daf82fc2793c9cd1872c15f633dc98eee4517 21084874 
widelands-dbg_16~rc1-1_amd64.deb
Files: 
 26e72a3af62945398946cf1e2906fd8a 1592 games extra widelands_16~rc1-1.dsc
 dde77c66156ad522877616df165d5c6a 137883159 games extra 
widelands_16~rc1.orig.tar.bz2
 e6fec29e197f72183540f15200c94045 12458 games extra 
widelands_16~rc1-1.debian.tar.gz
 7eca3f4ada659ea60557b273184c72f1 1928426 games extra 
widelands_16~rc1-1_amd64.deb
 895a3b368e28554df94ad2cc904a666c 136539456 games extra 
widelands-data_16~rc1-1_all.deb
 004a2aebcade2d70d4635f347d852f75 21084874 debug extra 
widelands-dbg_16~rc1-1_amd64.deb

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

iEYEARECAAYFAk2cKlgACgkQ7kkcPgEj8vL9DACgqMf+SrHfDQ0Mz3gSOGzL+uZN
u9AAnAjsREQ/FhCGVOu1Bjt1N6t7HFP7
=r2La
-END PGP SIGNATURE-


Accepted:
widelands-data_16~rc1-1_all.deb
  to main/w/widelands/widelands-data_16~rc1-1_all.deb
widelands-dbg_16~rc1-1_amd64.deb
  to main/w/widelands/widelands-dbg_16~rc1-1_amd64.deb
widelands_16~rc1-1.debian.tar.gz
  to main/w/widelands/widelands_16~rc1-1.debian.tar.gz
widelands_16~rc1-1.dsc
  to main/w/widelands/widelands_16~rc1-1.dsc
widelands_16~rc1-1_amd64.deb
  to main/w/widelands/widelands_16~rc1-1_amd64.deb
widelands_16~rc1.orig.tar.bz2
  to main/w/widelands/widelands_16~rc1.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/e1q7otk-00018w...@franck.debian.org



Accepted libchamplain 0.10.0-1 (source all amd64)

2011-04-06 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 11:41:43 +0200
Source: libchamplain
Binary: libchamplain-0.10-0 libchamplain-doc libchamplain-0.10-dev 
libchamplain-0.10-dbg gir1.2-champlain-0.10 libchamplain-gtk-0.10-0 
libchamplain-gtk-0.10-dev libchamplain-gtk-doc libchamplain-gtk-0.10-dbg 
gir1.2-gtkchamplain-0.10
Architecture: source all amd64
Version: 0.10.0-1
Distribution: experimental
Urgency: low
Maintainer: Sjoerd Simons sjo...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 gir1.2-champlain-0.10 - C library providing ClutterActor to display maps 
(GObject introsp
 gir1.2-gtkchamplain-0.10 - A Gtk+ widget to display maps (GObject 
introspection)
 libchamplain-0.10-0 - C library providing ClutterActor to display maps
 libchamplain-0.10-dbg - C library providing ClutterActor to display maps 
(debug symbols)
 libchamplain-0.10-dev - C library providing ClutterActor to display maps 
(development fil
 libchamplain-doc - C library providing ClutterActor to display maps 
(documentation)
 libchamplain-gtk-0.10-0 - A Gtk+ widget to display maps
 libchamplain-gtk-0.10-dbg - A Gtk+ widget to display maps (debug symbols)
 libchamplain-gtk-0.10-dev - A Gtk+ widget to display maps (development files)
 libchamplain-gtk-doc - A Gtk+ widget to display maps (documentation)
Changes: 
 libchamplain (0.10.0-1) experimental; urgency=low
 .
   [ Laurent Bigonville ]
   * New upstream release
   * debian/control.in:
 - Make libchamplain-gtk-doc Recommends libclutter-gtk-1.0-doc instead
   of libclutter-gtk-0.10-doc
 - Build-depends against valac-0.12 instead of valac
   * debian/rules: Readd --enable-vala configure flag
   * debian/libchamplain-0.10-0.symbols: Adjust .symbols file
 .
   [ Josselin Mouette ]
   * Make the -dev packages depend on the gir packages.
Checksums-Sha1: 
 8c42f376738c4072da036c95ce877bfe210b94db 2272 libchamplain_0.10.0-1.dsc
 4db1dc76a005ea67c79ab4a6bfc8ffe1fc24fd91 882205 libchamplain_0.10.0.orig.tar.gz
 221b192c62505014e03a810e91bd02a62eda2b94 6977 
libchamplain_0.10.0-1.debian.tar.bz2
 31532a405b36a047d40a7fd431019a5968b48601 224816 
libchamplain-doc_0.10.0-1_all.deb
 198edff74757c30be4ddee5cde1c9b8596900a33 133978 
libchamplain-gtk-doc_0.10.0-1_all.deb
 e85d759299bd44db0bfa6f8b39c5e48b1513bd4f 229008 
libchamplain-0.10-0_0.10.0-1_amd64.deb
 5591db889eb6cdf11fee7d2c5e64bd148b60c1bd 305554 
libchamplain-0.10-dev_0.10.0-1_amd64.deb
 9d3b8e426f25c2af29f6f18bebd2bf6385b747c6 400336 
libchamplain-0.10-dbg_0.10.0-1_amd64.deb
 0c399b339a5e0b7051a1f86b95dd7e2e2162ee13 138518 
gir1.2-champlain-0.10_0.10.0-1_amd64.deb
 553225ddae2bc92f2fd4b37587c5296dea4aeb9a 131594 
libchamplain-gtk-0.10-0_0.10.0-1_amd64.deb
 d4ed43037bbc42c11e3eefb7268f0dc882ee11a9 133676 
libchamplain-gtk-0.10-dev_0.10.0-1_amd64.deb
 23498553ed267fcfda498e1b4d2fb5a0ace7dea0 146216 
libchamplain-gtk-0.10-dbg_0.10.0-1_amd64.deb
 bca64d7593b08d1ef6b3f4a11a2aae6c686d07d5 126884 
gir1.2-gtkchamplain-0.10_0.10.0-1_amd64.deb
Checksums-Sha256: 
 cdda491a1cdf1737b93016b14193c61d2a0f557c88ac3479313783abb1b51ed9 2272 
libchamplain_0.10.0-1.dsc
 39fcfec010792678c98d3e846d2ec4108e8782ef22374f4af10d1b6cbe7551fc 882205 
libchamplain_0.10.0.orig.tar.gz
 47b5602f26855c78f511b815aca310025da0af68267425f0ba20b60764f07c2a 6977 
libchamplain_0.10.0-1.debian.tar.bz2
 2525760ca17f534ee8371f55409327365199b7b09364b922a581f5a0b2fd2d7f 224816 
libchamplain-doc_0.10.0-1_all.deb
 cf95bb35e29f43bda6f403655d77ee0532c5764f7d847170ed185ce5f7d72870 133978 
libchamplain-gtk-doc_0.10.0-1_all.deb
 c723241fd76aa0f4a754995c6c97bf60cf0d155782cb13c03215e1ccb41437b9 229008 
libchamplain-0.10-0_0.10.0-1_amd64.deb
 d9129f835eacb192f73794fb3d7d4278adb74114d24fdfa434106be13d828e4e 305554 
libchamplain-0.10-dev_0.10.0-1_amd64.deb
 86d9ccb04d7ed026620e9993cf0ce208b785d7b32d6ac682c44711a2d4637e64 400336 
libchamplain-0.10-dbg_0.10.0-1_amd64.deb
 1478bf0b7a435bcbaf77369dfb60f2d2dd058e83f030e30dad381c3f6fbdfbd4 138518 
gir1.2-champlain-0.10_0.10.0-1_amd64.deb
 cb6bbc85b5e8ef7d5779a1eaeb88e88df3b4cecf194d2c7fe448bba3c8144564 131594 
libchamplain-gtk-0.10-0_0.10.0-1_amd64.deb
 0f0b07a3b87507b08e1aff53cdf481a6c452803c44cff61af21c7cba35353ebc 133676 
libchamplain-gtk-0.10-dev_0.10.0-1_amd64.deb
 9c9acd6cd6df03f5ff45a6f8b49bc8e9cbec841994bac0c1b038dc8eaf0f83db 146216 
libchamplain-gtk-0.10-dbg_0.10.0-1_amd64.deb
 6aba8868f2a0c513dd042ac442f8597fc0b8c6168d659ab2b7120d7a702f65fd 126884 
gir1.2-gtkchamplain-0.10_0.10.0-1_amd64.deb
Files: 
 7905f79887b66bb672c9c44a88a4ac1f 2272 libs optional libchamplain_0.10.0-1.dsc
 429e40aeb64fbc5dbc5b41daed634fd5 882205 libs optional 
libchamplain_0.10.0.orig.tar.gz
 4e64083b79e49b299a84cdc1baa45e03 6977 libs optional 
libchamplain_0.10.0-1.debian.tar.bz2
 ab52cbb86b39e7017c650143cbfe7f8e 224816 doc optional 
libchamplain-doc_0.10.0-1_all.deb
 2c5f1d8acfbfec69d683da84f6d4ec12 133978 doc optional 
libchamplain-gtk-doc_0.10.0-1_all.deb
 3d87c5d1642eb821db4f710320742f66 229008 libs 

Accepted qbittorrent 2.7.2-1 (source amd64)

2011-04-06 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 12:10:29 +0200
Source: qbittorrent
Binary: qbittorrent qbittorrent-nox qbittorrent-dbg
Architecture: source amd64
Version: 2.7.2-1
Distribution: experimental
Urgency: low
Maintainer: Cristian Greco crist...@regolo.cc
Changed-By: Cristian Greco crist...@regolo.cc
Description: 
 qbittorrent - bittorrent client based on libtorrent-rasterbar with a Qt4 GUI
 qbittorrent-dbg - debug symbols for qbittorrent and qbittorrent-nox
 qbittorrent-nox - bittorrent client based on libtorrent-rasterbar (without X 
suppor
Changes: 
 qbittorrent (2.7.2-1) experimental; urgency=low
 .
   * New upstream version.
 - debian/copyright: updated.
Checksums-Sha1: 
 a3419eb1cc8f8c1a208e1236e9717ef6646c3b97 2023 qbittorrent_2.7.2-1.dsc
 fdfec52385187d9895981aeb68b9081b6789362f 3157190 qbittorrent_2.7.2.orig.tar.gz
 4c24ff437d76e2fc448b7c9153c73bc2b37a3ca4 14513 
qbittorrent_2.7.2-1.debian.tar.gz
 df0ab405daef4a04fd9c799626661eb781ca3de1 2639768 qbittorrent_2.7.2-1_amd64.deb
 23ebfaf487635968c2234ba811964e78f72dacab 1805926 
qbittorrent-nox_2.7.2-1_amd64.deb
 1880426b11f15a87e0f3085553020ac72a33f2bc 167848 
qbittorrent-dbg_2.7.2-1_amd64.deb
Checksums-Sha256: 
 755f3310bc8644dd33a7d7cb10c6ac21f1ced12fb7f2aa097b3651764d365b6d 2023 
qbittorrent_2.7.2-1.dsc
 1e2f802c03350b19ef6610fc2048683fb22a46e7ef6638335855f516465b639c 3157190 
qbittorrent_2.7.2.orig.tar.gz
 12c8026fe35ac0a28cdc3b90f1d8e81cef5b0e5f1a1c8bcc3ac7dc13dcf3d86e 14513 
qbittorrent_2.7.2-1.debian.tar.gz
 ea624080b317a1405f3909138fcbf92a15a878d3b0ac69d7f97cf5a3332f0986 2639768 
qbittorrent_2.7.2-1_amd64.deb
 7a7c45fb113603b86013dc34c6536d1400c624b44edb36abaf7b82edf2f457e9 1805926 
qbittorrent-nox_2.7.2-1_amd64.deb
 a96d83761759217706a78a6d6089932748e1682839f5d5fc2c70673ef6237fa2 167848 
qbittorrent-dbg_2.7.2-1_amd64.deb
Files: 
 fdded77fa1bac27122a28ff8a46e584a 2023 net optional qbittorrent_2.7.2-1.dsc
 0ebd9ff8a0963b5cc7092f328d6df105 3157190 net optional 
qbittorrent_2.7.2.orig.tar.gz
 4e90d3777113b6a128c6f2e2ec680d71 14513 net optional 
qbittorrent_2.7.2-1.debian.tar.gz
 7cb9bf5b0e3a3892de1048d57eb98859 2639768 net optional 
qbittorrent_2.7.2-1_amd64.deb
 c302316054a17be02b66212f46d589ee 1805926 net optional 
qbittorrent-nox_2.7.2-1_amd64.deb
 9b4aee1a7970b2786418f29a2458e9ad 167848 debug extra 
qbittorrent-dbg_2.7.2-1_amd64.deb

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

iQIcBAEBCAAGBQJNnD0/AAoJEID329zPTTLk5IwP/jHKck1CGX8fEq6GtIyf4CXC
YhFhZD7rWO+iR04dAnVq4LRSynfgmgF51S3oKEpswQHrYyTNt81HlHSEiMnymomO
QvmOZmaTdSM/K0tV4CepWXzJGqL+0PJL5TFYJxkkRycTDMonE9p8xVq7UdT0f7f+
YkCCnoosq6wWaeWTs11dKCr0qAfB4EdCjwO1zL+xa/nsL18KTb+UiLh71STuiOm9
B3tw0AMGW3SFJTTGsNRywM5Bt+tMSa+CodWgWV4ir2rM3Vbp++L5DGwOGNkuo02i
zrzCxQagy/obv3uP4do1ly/H0uNkE/UEi2rlmi4QidloSC04uVctYyf9ITMKkFQl
bxjQ9zi9DV4fBFggucKMXzpCsylat1oad2hSKaxwQnRexAkRc8/1kiL2YZ0DAy5t
TdRtnhmuyT41IFP37nviyqBQ/w9G09Zo/PQx6j/QtmKqLBwUjD3x377fnJR1J+dK
S3tuUpLWAXWkctVrvKbtAAocuqC99DYgfzKZTIBcsiQSxGGIv56K82lVY9zC0U/a
6+Q9hmjl+5rv8ygTwMjMLy5pyr114r37NmZhErb2MbrSYp1bWU1KkTuxAevFeImw
ilEg1oSV5JfGppMRR0SyZsM/puGXgG1sCZTCknsqe0a/UvodXbAaC0fOsx3Ttx+y
JnzYIIZQKXi1Lx6meEA4
=ZYMY
-END PGP SIGNATURE-


Accepted:
qbittorrent-dbg_2.7.2-1_amd64.deb
  to main/q/qbittorrent/qbittorrent-dbg_2.7.2-1_amd64.deb
qbittorrent-nox_2.7.2-1_amd64.deb
  to main/q/qbittorrent/qbittorrent-nox_2.7.2-1_amd64.deb
qbittorrent_2.7.2-1.debian.tar.gz
  to main/q/qbittorrent/qbittorrent_2.7.2-1.debian.tar.gz
qbittorrent_2.7.2-1.dsc
  to main/q/qbittorrent/qbittorrent_2.7.2-1.dsc
qbittorrent_2.7.2-1_amd64.deb
  to main/q/qbittorrent/qbittorrent_2.7.2-1_amd64.deb
qbittorrent_2.7.2.orig.tar.gz
  to main/q/qbittorrent/qbittorrent_2.7.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/e1q7q2j-0007to...@franck.debian.org



Accepted cl-asdf 2:2.014.3-1 (source all)

2011-04-06 Thread Francois-Rene Rideau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 04 Apr 2011 23:27:30 -0400
Source: cl-asdf
Binary: cl-asdf
Architecture: source all
Version: 2:2.014.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team 
pkg-common-lisp-de...@lists.alioth.debian.org
Changed-By: Francois-Rene Rideau f...@tunes.org
Description: 
 cl-asdf- Another System Definition Facility
Changes: 
 cl-asdf (2:2.014.3-1) unstable; urgency=low
 .
   * yet another debian package attempt
   * update to 2.014.3, workaround for ABCL make-pathname bug (same as on XCL).
Checksums-Sha1: 
 49cb5a7e1d61835d3c0b23362f697cf750917511 1345 cl-asdf_2.014.3-1.dsc
 f9af81074b2269732937813760325d2082583829 155487 cl-asdf_2.014.3.orig.tar.gz
 50c805f3a2f93d1565696d27648de9ba503af41e 17666 cl-asdf_2.014.3-1.debian.tar.gz
 be7ac2ece1b4a447bceb9738c01d8612498ddbd3 540344 cl-asdf_2.014.3-1_all.deb
Checksums-Sha256: 
 0d7803a32c226ef6493f154da69c7963ca7479a1c79a07702f7379b0a45384d6 1345 
cl-asdf_2.014.3-1.dsc
 8f28459d6d525c0768a2f767c46407fd1d47ff2a8da90c5631978ae72d41992f 155487 
cl-asdf_2.014.3.orig.tar.gz
 3cb88007c967d4cc0b306047f5b59ebc85e85c5f110ab354cb9653ef886b7fb5 17666 
cl-asdf_2.014.3-1.debian.tar.gz
 33e62a3c9bb1605fbb198f56a8926b7d49ab6a43571d133ec999192b5e6846ef 540344 
cl-asdf_2.014.3-1_all.deb
Files: 
 d74f375f3ae2417d2f9c1b614355de83 1345 lisp optional cl-asdf_2.014.3-1.dsc
 5f153a6e11ed6cc54cdfe854879fddbb 155487 lisp optional 
cl-asdf_2.014.3.orig.tar.gz
 ad1d728c75ed51015ba2ac28df1d3a5d 17666 lisp optional 
cl-asdf_2.014.3-1.debian.tar.gz
 67974b4f598b5b57a7d96479850f0da7 540344 lisp optional cl-asdf_2.014.3-1_all.deb

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

iEYEARECAAYFAk2cQM8ACgkQsbdbXzZcx6LzQQCg3D9VDVBnan0cjYJGgpt77eh2
TOAAnRff02Gfr15+Ywz5O1FLNVE9xv1i
=9Cxa
-END PGP SIGNATURE-


Accepted:
cl-asdf_2.014.3-1.debian.tar.gz
  to main/c/cl-asdf/cl-asdf_2.014.3-1.debian.tar.gz
cl-asdf_2.014.3-1.dsc
  to main/c/cl-asdf/cl-asdf_2.014.3-1.dsc
cl-asdf_2.014.3-1_all.deb
  to main/c/cl-asdf/cl-asdf_2.014.3-1_all.deb
cl-asdf_2.014.3.orig.tar.gz
  to main/c/cl-asdf/cl-asdf_2.014.3.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/e1q7qgs-6o...@franck.debian.org



Accepted cl-launch 3.007-1 (source all)

2011-04-06 Thread Francois-Rene Rideau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 31 Mar 2011 10:53:35 -0400
Source: cl-launch
Binary: cl-launch
Architecture: source all
Version: 3.007-1
Distribution: unstable
Urgency: low
Maintainer: Francois-Rene Rideau f...@tunes.org
Changed-By: Francois-Rene Rideau f...@tunes.org
Description: 
 cl-launch  - uniform frontend to running Common Lisp code from the shell
Changes: 
 cl-launch (3.007-1) unstable; urgency=low
 .
   * Support XCL (requires ASDF 2.014.2)
   * Fix $abcl - $ABCL in ABCL support.
Checksums-Sha1: 
 89474b61902387d79b41a36e006e052e6cc243be 1102 cl-launch_3.007-1.dsc
 eb2501351c73920aae6bcb8e9e9be5e9a91631f5 48708 cl-launch_3.007.orig.tar.gz
 3a7278976d8b79afe7e6c69f75443eee3aaef197 13440 cl-launch_3.007-1.debian.tar.gz
 0438d09066091afd92dae65eceace1885bdffd7d 60628 cl-launch_3.007-1_all.deb
Checksums-Sha256: 
 a6884bd9e60e44fafa308176537d156d2e00c52600b10145eea03cf1b96d9b18 1102 
cl-launch_3.007-1.dsc
 b96d2e7304166eab058068ea52b6597883ae1d24b11c28b705bfdd49948f2ff1 48708 
cl-launch_3.007.orig.tar.gz
 c578a6ad62203c91d519811d8d33e46773f88b9f0ca6b22602c86032e99bf764 13440 
cl-launch_3.007-1.debian.tar.gz
 0bbdd87468a30ec27d0031782c07493d87047fafc4ccf61e46a09a905b43bc52 60628 
cl-launch_3.007-1_all.deb
Files: 
 189380e3a9bf4286f6703f0282cff924 1102 lisp optional cl-launch_3.007-1.dsc
 236a3bda1cfc1d64541099feda306e8e 48708 lisp optional 
cl-launch_3.007.orig.tar.gz
 d7a1df1bc18ae7c1b2ebafa4b01b6d4e 13440 lisp optional 
cl-launch_3.007-1.debian.tar.gz
 3e37bd9dfa30f6202997e08e052c6f09 60628 lisp optional cl-launch_3.007-1_all.deb

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

iEYEARECAAYFAk2cQK0ACgkQsbdbXzZcx6JPxgCfUfxoMFoqZqTXSTXQNDcPCDcJ
xTMAniLXnM+oBBPs7G0deQbB3HzRkPZb
=Uks4
-END PGP SIGNATURE-


Accepted:
cl-launch_3.007-1.debian.tar.gz
  to main/c/cl-launch/cl-launch_3.007-1.debian.tar.gz
cl-launch_3.007-1.dsc
  to main/c/cl-launch/cl-launch_3.007-1.dsc
cl-launch_3.007-1_all.deb
  to main/c/cl-launch/cl-launch_3.007-1_all.deb
cl-launch_3.007.orig.tar.gz
  to main/c/cl-launch/cl-launch_3.007.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/e1q7qgc-8n...@franck.debian.org



Accepted libreoffice-voikko 3.2-2 (source i386)

2011-04-06 Thread Timo Jyrinki
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 13:10:51 +0300
Source: libreoffice-voikko
Binary: libreoffice-voikko
Architecture: source i386
Version: 3.2-2
Distribution: unstable
Urgency: low
Maintainer: Timo Jyrinki t...@debian.org
Changed-By: Timo Jyrinki t...@debian.org
Description: 
 libreoffice-voikko - Finnish language tools for LibreOffice
Changes: 
 libreoffice-voikko (3.2-2) unstable; urgency=low
 .
   * Remove the transitional package, already provided by OOo
Checksums-Sha1: 
 7235116b84261516fd309855584d24e8499119d6 1134 libreoffice-voikko_3.2-2.dsc
 1ac16cd2547d59219e015a4d4380167700a57ecd 5049 
libreoffice-voikko_3.2-2.debian.tar.gz
 956c99de4be11fdeab462371db95c1bc8f8a082f 73752 
libreoffice-voikko_3.2-2_i386.deb
Checksums-Sha256: 
 1e0ec0d3bc15f65f9a908da8772a6c9f6d83b0f999b000aff858825f4a4e1d66 1134 
libreoffice-voikko_3.2-2.dsc
 b84e8b6e2b200cbebd34e9dc2950eb0b68bc34e01a0c47f364a14624b2246ece 5049 
libreoffice-voikko_3.2-2.debian.tar.gz
 e2ea8266e712aa6c6b065b85ca2ce2aa9f9017270055ec7c27218f9428267513 73752 
libreoffice-voikko_3.2-2_i386.deb
Files: 
 8975bc2d41efa86d4b89b7b6092db818 1134 text optional 
libreoffice-voikko_3.2-2.dsc
 9f94df7fff9b2a6f4d9edb073e4c2777 5049 text optional 
libreoffice-voikko_3.2-2.debian.tar.gz
 ffeeac3462fd6a4fda68184d248c5e02 73752 text optional 
libreoffice-voikko_3.2-2_i386.deb

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

iEYEARECAAYFAk2cRLsACgkQgtffbfx/bQ9GNQCdGNFtYCpAs1+s/NJjkmA90w8k
h7cAoIl0hNGZuhvTSBP0FgGa631JXqT0
=jL+s
-END PGP SIGNATURE-


Accepted:
libreoffice-voikko_3.2-2.debian.tar.gz
  to main/libr/libreoffice-voikko/libreoffice-voikko_3.2-2.debian.tar.gz
libreoffice-voikko_3.2-2.dsc
  to main/libr/libreoffice-voikko/libreoffice-voikko_3.2-2.dsc
libreoffice-voikko_3.2-2_i386.deb
  to main/libr/libreoffice-voikko/libreoffice-voikko_3.2-2_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/e1q7qvi-0001xt...@franck.debian.org



Accepted openjdk-6 6b22-1.10.1-1 (source all amd64)

2011-04-06 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Apr 2011 13:35:23 +0200
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg icedtea-6-jre-cacao 
icedtea-6-jre-jamvm openjdk-6-jre-zero
Architecture: source amd64 all
Version: 6b22-1.10.1-1
Distribution: experimental
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-6-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-6-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-6 (6b22-1.10.1-1) experimental; urgency=low
 .
   *  Upload to experimental.
Checksums-Sha1: 
 ef4b948991b8b1158aad6fbb6dd544b1c3157ea1 2345 openjdk-6_6b22-1.10.1-1.dsc
 57e3d9c1f73fabedbb58849842bc2e7d3f5df068 74215077 
openjdk-6_6b22-1.10.1.orig.tar.gz
 c15eee693ffce76cbc4cfd015e72c15d826fb1d2 133953 openjdk-6_6b22-1.10.1-1.diff.gz
 174061b085b61867979fdb282e6edd31fe80c6ed 11104610 
openjdk-6-jdk_6b22-1.10.1-1_amd64.deb
 d73e8f54d8fe91852d194d37797cc0885922beca 25400818 
openjdk-6-jre-headless_6b22-1.10.1-1_amd64.deb
 f7050175a923a8e3f97e092df749186f54b5a3be 235884 
openjdk-6-jre_6b22-1.10.1-1_amd64.deb
 5e75d9c6cdcd617421af1323a4d5e15791ff5497 2342292 
openjdk-6-demo_6b22-1.10.1-1_amd64.deb
 56948c4852af6703583ff1eada7612a8eb9b913f 89075502 
openjdk-6-dbg_6b22-1.10.1-1_amd64.deb
 660b0690899065466d7af8500de320a47cd744da 444904 
icedtea-6-jre-cacao_6b22-1.10.1-1_amd64.deb
 e9e5f2bd81ae3f2d7378769246b3e1667ff9fea9 516552 
icedtea-6-jre-jamvm_6b22-1.10.1-1_amd64.deb
 9d93c9a97a17e155302fbed7582a3dcdb610e3f6 2330704 
openjdk-6-jre-zero_6b22-1.10.1-1_amd64.deb
 0377a5622bc3a589956728c938d14d33cd4ee886 5924228 
openjdk-6-jre-lib_6b22-1.10.1-1_all.deb
 09b4d3f0a5e62b0c1205ef4acbd1e6bc517db0c2 40841472 
openjdk-6-source_6b22-1.10.1-1_all.deb
 0ad5985b6a81b333969d734072c9f6127a2161d9 20537940 
openjdk-6-doc_6b22-1.10.1-1_all.deb
Checksums-Sha256: 
 e81303a5d7036432014a4962c0051126f902f1d9ef984fffd45fcaf4971e18f8 2345 
openjdk-6_6b22-1.10.1-1.dsc
 027ae18c9b0dc66587778f7d5bebc12dedf8cb96e1fd57cabb3df1e4a0e20fd7 74215077 
openjdk-6_6b22-1.10.1.orig.tar.gz
 a5c703518054082c2feedb70065ca3cc5b96c5890807d6d5404935a582e6d86c 133953 
openjdk-6_6b22-1.10.1-1.diff.gz
 dfc4545f90e3721620e9bd1db9da1b4322b02177d42b3fff252a41203793b97d 11104610 
openjdk-6-jdk_6b22-1.10.1-1_amd64.deb
 675f01d20da16aeee3dda6a254c939254abcb2e664a5e9ac020570db5f2332c1 25400818 
openjdk-6-jre-headless_6b22-1.10.1-1_amd64.deb
 1f13ee20ec5a8af34519faaf3f791b3d43121ba1cace36657334afff7449bb75 235884 
openjdk-6-jre_6b22-1.10.1-1_amd64.deb
 6dfe3b315d025303c01cae20ace2911b115e6b05d7058a95acb9ae6619a67e58 2342292 
openjdk-6-demo_6b22-1.10.1-1_amd64.deb
 0e8fccc5a0cbd4bc1232f90b4b20e6e155eee380e185d063e11012b4184c1838 89075502 
openjdk-6-dbg_6b22-1.10.1-1_amd64.deb
 7ceeb16fb72d373c2f127a9cb43dbc4867adbc6a97724d5210eb957483d17afa 444904 
icedtea-6-jre-cacao_6b22-1.10.1-1_amd64.deb
 f69ebab86b8668dc697cb056206156d1401baac323bab7236967a49f479314a1 516552 
icedtea-6-jre-jamvm_6b22-1.10.1-1_amd64.deb
 cdf7ab12d4847454f929b52f8ba8e5c80166a6dd15027f5e9c5db7a2cc8c1a89 2330704 
openjdk-6-jre-zero_6b22-1.10.1-1_amd64.deb
 e54db0a560d934964a5e4068b32831fe61315546406081e54e5b4090728766da 5924228 
openjdk-6-jre-lib_6b22-1.10.1-1_all.deb
 2d0097ecbff3fa469630968d0159bf647973ba5568748150b5da9624a4263611 40841472 
openjdk-6-source_6b22-1.10.1-1_all.deb
 0294f08ec498c66d23283f2e14e04aeb7ebc0d5681046cbdfad1e3cdae569827 20537940 
openjdk-6-doc_6b22-1.10.1-1_all.deb
Files: 
 7a27cb636ac6eadf9b3d98c904f9747b 2345 java optional openjdk-6_6b22-1.10.1-1.dsc
 bcebf3aaad0d2b7601c25199d948186b 74215077 java optional 
openjdk-6_6b22-1.10.1.orig.tar.gz
 3492c571bc23342eee9442abce78a664 133953 java optional 
openjdk-6_6b22-1.10.1-1.diff.gz
 c456ff5bdd7001e04ce52ecd504c461a 11104610 java optional 
openjdk-6-jdk_6b22-1.10.1-1_amd64.deb
 fea10220ee83b4c503ef0f7cff088c06 25400818 java optional 
openjdk-6-jre-headless_6b22-1.10.1-1_amd64.deb
 5f72f2aec970c307dcdccabd8513533c 235884 java optional 
openjdk-6-jre_6b22-1.10.1-1_amd64.deb
 1521e5c6d7069be55a7ef81ad8fdc236 2342292 java extra 
openjdk-6-demo_6b22-1.10.1-1_amd64.deb
 69fd2bcbd1b99875ae25aab5fd993841 89075502 debug extra 
openjdk-6-dbg_6b22-1.10.1-1_amd64.deb
 183983a84f9baa1ba32d34f0742f008a 444904 

Accepted wdiff 0.6.5-1 (source all amd64)

2011-04-06 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 13:36:32 +0200
Source: wdiff
Binary: wdiff wdiff-doc
Architecture: source all amd64
Version: 0.6.5-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 wdiff  - Compares two files word by word
 wdiff-doc  - Documentation for GNU wdiff
Closes: 36622 514682
Changes: 
 wdiff (0.6.5-1) unstable; urgency=low
 .
   * New upstream release.
   * From upstream changelog: Never initialize or deinitialize terminals,
 as we do no cursor movement. Closes: #36622.
   * Color is supported by proper use of options -w, -x, -y and -z.
 See manual for details. Closes: #514682.
   * Use strip with prefix for cross-build.
Checksums-Sha1: 
 e23ac93893c27f49bf682ffdd5a23bb3227168e7 1355 wdiff_0.6.5-1.dsc
 8a1d5d76f7faa999a5573619b9f3f0a7711e1d08 1232434 wdiff_0.6.5.orig.tar.gz
 b9a9c38d585e493ba2cfc1c9d8deef67236d22f3 5674 wdiff_0.6.5-1.debian.tar.gz
 2f6128f1a918f0901a461904d7793503ab4adf36 40586 wdiff-doc_0.6.5-1_all.deb
 4448ddb7a7fc332b41e3b595077be256e8f0bde5 174880 wdiff_0.6.5-1_amd64.deb
Checksums-Sha256: 
 e89532205b8f1926a0a86e4122daabd67b826e14a5cce11ec073676d6e3cb773 1355 
wdiff_0.6.5-1.dsc
 55875696f5f548103b8318cf82bdd79aa518f2443a1677e30fb19268213932ba 1232434 
wdiff_0.6.5.orig.tar.gz
 f5410fd42d369c7accce098728ce6c1eecc820a7d265a3d101875c56a2a4232c 5674 
wdiff_0.6.5-1.debian.tar.gz
 e80ef7187f22639bfe54526826a63cae94e9448e235b2b739a8325d813572db6 40586 
wdiff-doc_0.6.5-1_all.deb
 14377447230404f54828d09f8f63ea214714df8d150693b4bf3abfaac9470194 174880 
wdiff_0.6.5-1_amd64.deb
Files: 
 8ac1f7d4d4cc86b1e9d6c34b7d262e08 1355 text optional wdiff_0.6.5-1.dsc
 1828209a14d01ad38c7267985f365cbf 1232434 text optional wdiff_0.6.5.orig.tar.gz
 6bf333703d58e2b099ce0dda27dedba1 5674 text optional wdiff_0.6.5-1.debian.tar.gz
 8185a89af3e0a88c0899d2b5b30091df 40586 doc optional wdiff-doc_0.6.5-1_all.deb
 46f752099ce9f2bd1d4cbb5a341e4a32 174880 text optional wdiff_0.6.5-1_amd64.deb

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

iQEcBAEBCAAGBQJNnFFsAAoJEEHOfwufG4sytLUIAI5JFTSaaW8piSptU0LaxZ6t
CH6+O1wFlrHYn7+7Px690kXOADkpesCSjJhP0kDTdcavvHZqxeuUQl2cxdxTMDGJ
Yk2TLTX/6+ov4TdC6F9p78HUuIdLI74Ji5DcKgOx3VB2UQyZUV7KAdCfj7FRtRyx
AI5QMazpyEzuaf4/Fumh459B4by2g7lumwrZ/wjKXGrE3pyGOYfm9KoJTHD4BVyr
gwj7yRvUfSEXJtiuR4muhfY3oIk4Jg7tYEbuU0tKao6BTayx7FiNXxqBRrDgIL5u
a+nKGVjDLTQbJSSUqB9eaiiRaKLE3HuA6ZVmey8pYdkr2kbP3w1IInUIgPaCY/A=
=kqu+
-END PGP SIGNATURE-


Accepted:
wdiff-doc_0.6.5-1_all.deb
  to main/w/wdiff/wdiff-doc_0.6.5-1_all.deb
wdiff_0.6.5-1.debian.tar.gz
  to main/w/wdiff/wdiff_0.6.5-1.debian.tar.gz
wdiff_0.6.5-1.dsc
  to main/w/wdiff/wdiff_0.6.5-1.dsc
wdiff_0.6.5-1_amd64.deb
  to main/w/wdiff/wdiff_0.6.5-1_amd64.deb
wdiff_0.6.5.orig.tar.gz
  to main/w/wdiff/wdiff_0.6.5.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/e1q7rrn-0007zz...@franck.debian.org



Accepted atari800 2.2.0-1 (source amd64)

2011-04-06 Thread Antonin Kral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 13:11:07 +0200
Source: atari800
Binary: atari800
Architecture: source amd64
Version: 2.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral a.k...@sh.cvut.cz
Changed-By: Antonin Kral a.k...@sh.cvut.cz
Description: 
 atari800   - Atari emulator for SDL
Changes: 
 atari800 (2.2.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Upstream dropped support for X and ncurses versions
Checksums-Sha1: 
 97cff5883e58b072ed297da6535f9bc6edd723d5 1132 atari800_2.2.0-1.dsc
 6ba8a6b90208fc36ca91fdd1e186ed25d51972b3 1388338 atari800_2.2.0.orig.tar.gz
 25e5c36ff8c3fd846320458276215b1a110c1f28 1983 atari800_2.2.0-1.diff.gz
 78618afeecaef93b870f8de1f39be42099bcfdfb 463950 atari800_2.2.0-1_amd64.deb
Checksums-Sha256: 
 29d4a0a5ae7d350a574f233b13d72313634a03365dbedcebc0fb301637a58773 1132 
atari800_2.2.0-1.dsc
 76129ba10ee1d93f014fb28388f213c4826382b48b0196c835b980682051a0bb 1388338 
atari800_2.2.0.orig.tar.gz
 d8295fff65b21c0c03af12bc57be910cc859d75309eba2ab9a72362848ab22ac 1983 
atari800_2.2.0-1.diff.gz
 7fbedc0ebe36da075336e6acb08febfe4c18200e15d989888dd90b62e31f6ad1 463950 
atari800_2.2.0-1_amd64.deb
Files: 
 18ba414a3ae557009ab5fb10ec6140bc 1132 contrib/otherosfs optional 
atari800_2.2.0-1.dsc
 76ffc887731e57a444b9e97f14be04b4 1388338 contrib/otherosfs optional 
atari800_2.2.0.orig.tar.gz
 339f423bb1d8c146b144c0c591b37d2e 1983 contrib/otherosfs optional 
atari800_2.2.0-1.diff.gz
 e0ed4462c50e6596b13c1da02f5adcad 463950 contrib/otherosfs optional 
atari800_2.2.0-1_amd64.deb

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

iEYEARECAAYFAk2cV/gACgkQluuhBRvyMFqtqACcCv8d9EygsRBf9xCDC2e1WNEm
7CIAn3pVi2tGmhnKGTBTsBQbWrZSHaQi
=mo2k
-END PGP SIGNATURE-


Accepted:
atari800_2.2.0-1.diff.gz
  to contrib/a/atari800/atari800_2.2.0-1.diff.gz
atari800_2.2.0-1.dsc
  to contrib/a/atari800/atari800_2.2.0-1.dsc
atari800_2.2.0-1_amd64.deb
  to contrib/a/atari800/atari800_2.2.0-1_amd64.deb
atari800_2.2.0.orig.tar.gz
  to contrib/a/atari800/atari800_2.2.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/e1q7rfz-dk...@franck.debian.org



Accepted stardict-czech 20110401-1 (source all)

2011-04-06 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 13:45:41 +0200
Source: stardict-czech
Binary: stardict-czech
Architecture: source all
Version: 20110401-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 stardict-czech - Stardict package for Czech dictionary of foreign words
Changes: 
 stardict-czech (20110401-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 1ae224b03046f892f4932bde791d2b52bb33560b 1897 stardict-czech_20110401-1.dsc
 fa963432a4205ee3a6507782f26d3c29ce5a9ebf 710861 
stardict-czech_20110401.orig.tar.gz
 8bc94b907a9850537a13d9d81d5f85605e38b638 2341 
stardict-czech_20110401-1.debian.tar.gz
 f7779df11f7f3c6f8fd9be95187a0f7b08144d2c 712738 
stardict-czech_20110401-1_all.deb
Checksums-Sha256: 
 48afe4272679842b420828b095269cc78a474f255cfdde73f93e3fd7fdbd429f 1897 
stardict-czech_20110401-1.dsc
 ce2e8759d8e65ad3a86f3df4d5766e347406f1442aa89fe80abb7682a74782c3 710861 
stardict-czech_20110401.orig.tar.gz
 4ddb3b878c116e503d4e1d7389ecdd82776d34b845d68f2909f13c530c0e7c47 2341 
stardict-czech_20110401-1.debian.tar.gz
 e17e3a68b15bf0a593c03f2fa7dd86f8018a5493d5a953527b82c0bba00d9da8 712738 
stardict-czech_20110401-1_all.deb
Files: 
 5aefaf97db2eddaf6c3b4e3db35670d5 1897 text optional 
stardict-czech_20110401-1.dsc
 32b8c59448aa7d69b1bb725804f5b443 710861 text optional 
stardict-czech_20110401.orig.tar.gz
 b6631e8902d8fbbbee5ea0e8278e48bd 2341 text optional 
stardict-czech_20110401-1.debian.tar.gz
 07ae5f71579021c2fe14e76b529dac75 712738 text optional 
stardict-czech_20110401-1_all.deb

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

iQIcBAEBCAAGBQJNnFQcAAoJEGo39bHX+xdNQgUP/3qtMR+iw2Y+dO6Kc//AHmti
mIjtd9K2HLtmPmj7FSWwmAC09tdGNQA6fSOFg0O5p2uWTCQY3dAVKoB9YOGcmmLz
pKvoooTb/ZwrV+RiaUaSD5HE/CUlhavx2sWohWVPB+XaE5h5H0narFPUmrrdBmYl
5ia5PZydfnalQLsWeQ7mPvDsws3mI7023KWlfvaNzMQIe8NtlXrzroM2kz9yIhBM
0YllhqHxk+4f+jC/6zK+pjC7+RJnPaSxOdVRoRMeV1bAGvc6dcpsnfX3+fPLl4RR
gDoRgx8LI/qZO52wfL2MlGeJSbZlDVH77MmnxyhpU0VGM3ZQM5ikYTiHzwuVkxUj
0cY2GDwgyJLR6NGo19JUwUMZorWoFF2BQu/2+GwFxfpttv4xWnAsw8YkW+ipAW4i
owWrAndKV85gWceWfigCnT1wyH1J8NePJ5d5rE9mW1B8muB6bSWt/vNisK4YkAe8
+Iq719YZF2vn0ReQkLGdGpLKuiUTfDc5AyfhchTYMxb3QhmClDlvt8SIb64GPWa8
Ame16d4ukwpMKrwvD1hYyDMjV/HY3+bddLfiJSkevkeMl7YJrptF3nYjhFYF7HV4
mEuDgMpQQmhpjm84fcVyumSCorNIcCUILlEOZxfRcZRT6jn/Aa0Qdz+TOihNg8Ha
ykl7FjteAUMYPAbVrIXF
=ZnVj
-END PGP SIGNATURE-


Accepted:
stardict-czech_20110401-1.debian.tar.gz
  to main/s/stardict-czech/stardict-czech_20110401-1.debian.tar.gz
stardict-czech_20110401-1.dsc
  to main/s/stardict-czech/stardict-czech_20110401-1.dsc
stardict-czech_20110401-1_all.deb
  to main/s/stardict-czech/stardict-czech_20110401-1_all.deb
stardict-czech_20110401.orig.tar.gz
  to main/s/stardict-czech/stardict-czech_20110401.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/e1q7rg4-is...@franck.debian.org



Accepted stardict-english-czech 20110401-1 (source all)

2011-04-06 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 06 Apr 2011 14:02:58 +0200
Source: stardict-english-czech
Binary: stardict-english-czech
Architecture: source all
Version: 20110401-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař ni...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 stardict-english-czech - Stardict package for English-Czech dictionary
Changes: 
 stardict-english-czech (20110401-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 a837e266c5ea18244e7787f5e36cb0058e2063f1 1980 
stardict-english-czech_20110401-1.dsc
 da303bc1e3afc856e14644932d3593242e6fed33 4260485 
stardict-english-czech_20110401.orig.tar.gz
 5cb4692103f8f955efaa0656991cfaafe0cb2f30 9495 
stardict-english-czech_20110401-1.debian.tar.gz
 a0e59db000ec85e69e5a727d25f8aaf1f77315cf 4256216 
stardict-english-czech_20110401-1_all.deb
Checksums-Sha256: 
 69d36c079e456c97bcf53e996987e7317139251da7dbbc0651470a2cb2c5bd95 1980 
stardict-english-czech_20110401-1.dsc
 27993827e569f8d8e331eb269c54992b1d152a81be1353d31d9feef71d31a79f 4260485 
stardict-english-czech_20110401.orig.tar.gz
 9a80e515393468191f4bcdc52475c87b27d23c997ee943a6d048483ad88bb030 9495 
stardict-english-czech_20110401-1.debian.tar.gz
 ac431f677d8b029a2ab427fe1954ef4575cda9bfaf221105cc8ccfe7951837ea 4256216 
stardict-english-czech_20110401-1_all.deb
Files: 
 9ad05e2c7cf359d05295277eaf8f7d93 1980 non-free/text optional 
stardict-english-czech_20110401-1.dsc
 47e6708f24fe3ae8c248c01cb4a3f570 4260485 non-free/text optional 
stardict-english-czech_20110401.orig.tar.gz
 dce26d690eadb5073123aba1eb628fb6 9495 non-free/text optional 
stardict-english-czech_20110401-1.debian.tar.gz
 20f241ec4e2b38c7afaa4979260eba4d 4256216 non-free/text optional 
stardict-english-czech_20110401-1_all.deb

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

iQIcBAEBCAAGBQJNnFcZAAoJEGo39bHX+xdNlaEQAJs2woYYN2duKlX33LbmNhKN
xCF2k8vgYRmQdCROrb+05k2PtN7Rn/VHG7oTe7a2sOLX3sKlOoViU+Yb/BdluVcM
t+WWhmSHrnq9dtgoLt76yGUJddoI9NgAuQHYcA2Y052KEY75EQcZn8Se43eUwhYL
7I+2eE4EgP0ffRUhQ0iaUNlF277vFLE3c6b6aby0sK58zVowqDBrWdahDLLtHcCr
/wUIr0t3aS2S8ZSOxSTRGn/tfow68CC/JFdqw3uduj6EeWD9BIgs+IenH4i3D75n
K4Pe+HZAoeGZwIP+mcKvfLZTkhpFOKj9o1nBxbGkm9Psm5GDNDPbnh5nAZ9HN1u+
gXMgdi0XLdSPiDLqtnRwpIduudDHa6hjNaA9evU6IFURzy3DPmVaFQOxuU49eUwi
eQ4pDyhVIf0YDGMloNaYggTPR/7cyUHbqoI8mf4rv8sCHpvqldXwVf2r9SNx9UdM
hdmLfoI4idBHo4optgP6hixLlHj9EIkC8o2J9rOBm0h+qRUMsdAcWmbbTMag/xfO
k9+qAsuetG5o2iIVVsDM+jsUBspOguNhI27orrN0CENvXmeXC4RbmsJEighCUp4Q
PdZlW/ozVQB1hzPGOHRkZ8W8Dehj9ZCqq4NNhqZNZmE/86O/eVxdzIXXMN/nEGMK
eQE+vlsyd9HtFvr3Ss8B
=7qS+
-END PGP SIGNATURE-


Accepted:
stardict-english-czech_20110401-1.debian.tar.gz
  to 
non-free/s/stardict-english-czech/stardict-english-czech_20110401-1.debian.tar.gz
stardict-english-czech_20110401-1.dsc
  to non-free/s/stardict-english-czech/stardict-english-czech_20110401-1.dsc
stardict-english-czech_20110401-1_all.deb
  to non-free/s/stardict-english-czech/stardict-english-czech_20110401-1_all.deb
stardict-english-czech_20110401.orig.tar.gz
  to 
non-free/s/stardict-english-czech/stardict-english-czech_20110401.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/e1q7rgh-kq...@franck.debian.org



Accepted c-icap-modules 1:0.1.4-1 (source sparc)

2011-04-06 Thread Tim Weippert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 29 Mar 2011 22:50:24 +0200
Source: c-icap-modules
Binary: libc-icap-mod-clamav libc-icap-mod-urlcheck
Architecture: source sparc
Version: 1:0.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Tim Weippert we...@weiti.org
Changed-By: Tim Weippert we...@weiti.org
Description: 
 libc-icap-mod-clamav - C-ICAP Antivirus Service for c-icap (libclamav)
 libc-icap-mod-urlcheck - C-ICAP URL Check Service for c-icap
Changes: 
 c-icap-modules (1:0.1.4-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 58fe4085b3520d3e58458e6ce7dc17191eeed0a0 1179 c-icap-modules_0.1.4-1.dsc
 c127d6c232d8978a4f5765a380eef6147267e9bf 320914 
c-icap-modules_0.1.4.orig.tar.gz
 626414d190f788297c9c13b790171f8e666a9a45 3514 
c-icap-modules_0.1.4-1.debian.tar.gz
 a2db11b0a556f285e2284bababda2aa7b7401658 18986 
libc-icap-mod-clamav_0.1.4-1_sparc.deb
 b1228761800a8cf71a582d4518ca22be28b6be38 11718 
libc-icap-mod-urlcheck_0.1.4-1_sparc.deb
Checksums-Sha256: 
 6c55e2b64ce0f9127e33f4e135b7ee4908cac3ea7957fc5ac9281a47d0baef59 1179 
c-icap-modules_0.1.4-1.dsc
 385210a31ca31ce6990ea539e1a14403948cbe409b70049f381aec59612f0374 320914 
c-icap-modules_0.1.4.orig.tar.gz
 f2537017fba766201067cd0ce7e48ce41bf81893b3be1c18d02a96739d947fed 3514 
c-icap-modules_0.1.4-1.debian.tar.gz
 39a18e7d3b2065e57bd6f32a122574beddf8daeef99900906d81ab3d50901588 18986 
libc-icap-mod-clamav_0.1.4-1_sparc.deb
 da51dd3f7524ce74700d5eaa090b6d8e1221c6b0617acbf3a3a84a1bb6ba5d1b 11718 
libc-icap-mod-urlcheck_0.1.4-1_sparc.deb
Files: 
 46fc444b7424a4b57a8e9106228db2d4 1179 net extra c-icap-modules_0.1.4-1.dsc
 bb97fa972dc91468809d16365317f1d6 320914 net extra 
c-icap-modules_0.1.4.orig.tar.gz
 544b5ad34a28eaf04ac871d7264d5f62 3514 net extra 
c-icap-modules_0.1.4-1.debian.tar.gz
 1664a686b7e0707e2f8fde5f5bc0ca1c 18986 net extra 
libc-icap-mod-clamav_0.1.4-1_sparc.deb
 a75ec99b1986f7335f9287ff6b5b01fa 11718 net extra 
libc-icap-mod-urlcheck_0.1.4-1_sparc.deb

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

iD8DBQFNnFxZ0fhX0Y/ocz0RAkMwAKCBdMxzY3r2AKFZm0C4fSgZ4dE0/wCcCdks
d0Q9CsEtoryveQyfxSi7xNk=
=SgMW
-END PGP SIGNATURE-


Accepted:
c-icap-modules_0.1.4-1.debian.tar.gz
  to main/c/c-icap-modules/c-icap-modules_0.1.4-1.debian.tar.gz
c-icap-modules_0.1.4-1.dsc
  to main/c/c-icap-modules/c-icap-modules_0.1.4-1.dsc
c-icap-modules_0.1.4.orig.tar.gz
  to main/c/c-icap-modules/c-icap-modules_0.1.4.orig.tar.gz
libc-icap-mod-clamav_0.1.4-1_sparc.deb
  to main/c/c-icap-modules/libc-icap-mod-clamav_0.1.4-1_sparc.deb
libc-icap-mod-urlcheck_0.1.4-1_sparc.deb
  to main/c/c-icap-modules/libc-icap-mod-urlcheck_0.1.4-1_sparc.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/e1q7s90-0002xn...@franck.debian.org



Accepted r-cran-timedate 2130.93-1 (source i386)

2011-04-06 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 07:50:51 -0500
Source: r-cran-timedate
Binary: r-cran-timedate
Architecture: source i386
Version: 2130.93-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-timedate - GNU R package for financial engineering -- timeDate
Changes: 
 r-cran-timedate (2130.93-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 34437b6aab0c4fd510918db512b66b1b07b50613 1107 r-cran-timedate_2130.93-1.dsc
 619f1054c602f5383948f178b1cb37f3587334f3 293849 
r-cran-timedate_2130.93.orig.tar.gz
 ac1367631e23ddad3aa9b49ca0c77b62a47c9a20 2731 r-cran-timedate_2130.93-1.diff.gz
 137b3f1dc7d48b73f2aadba68af90029997c5bd8 786338 
r-cran-timedate_2130.93-1_i386.deb
Checksums-Sha256: 
 9607f7374c8e0ad9e79c6b53263f5c38e786450abe4892663cd2d23c5a9b1595 1107 
r-cran-timedate_2130.93-1.dsc
 c585508366e4ffecf54786edfa3ece9ac35c84cb801eb05de700488cdee4e6d4 293849 
r-cran-timedate_2130.93.orig.tar.gz
 cae6d4bcaac2944c6b77ea69d70c7a93656e4f3b28b2829c3e79d39ef86c9a7c 2731 
r-cran-timedate_2130.93-1.diff.gz
 1ffde4b1114912f08e403ab793e8af3a6fdcdd04dfe4ca6d39fc4e4928768f36 786338 
r-cran-timedate_2130.93-1_i386.deb
Files: 
 5cdb2abac0732a65216b3eb0cad8b7cf 1107 gnu-r optional 
r-cran-timedate_2130.93-1.dsc
 17304d99b056ae5af9da1b7bd8219bb6 293849 gnu-r optional 
r-cran-timedate_2130.93.orig.tar.gz
 06676c9c842c94822c3addd1e603a4c0 2731 gnu-r optional 
r-cran-timedate_2130.93-1.diff.gz
 ee3b78da3aa655ddde7f5baf2ef60d82 786338 gnu-r optional 
r-cran-timedate_2130.93-1_i386.deb

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

iD8DBQFNnGHQCZSR95Gw07cRApccAKCZWC7PVoUJ1qtcKbSrwBZ5jTOIDwCeMKv5
L9b6v4eVxMfdZDcG6FZEYAY=
=Es8l
-END PGP SIGNATURE-


Accepted:
r-cran-timedate_2130.93-1.diff.gz
  to main/r/r-cran-timedate/r-cran-timedate_2130.93-1.diff.gz
r-cran-timedate_2130.93-1.dsc
  to main/r/r-cran-timedate/r-cran-timedate_2130.93-1.dsc
r-cran-timedate_2130.93-1_i386.deb
  to main/r/r-cran-timedate/r-cran-timedate_2130.93-1_i386.deb
r-cran-timedate_2130.93.orig.tar.gz
  to main/r/r-cran-timedate/r-cran-timedate_2130.93.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/e1q7sne-0004l6...@franck.debian.org



Accepted rggobi 2.1.17-1 (source i386)

2011-04-06 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 07:41:46 -0500
Source: rggobi
Binary: r-cran-rggobi
Architecture: source i386
Version: 2.1.17-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-rggobi - GNU R package for the GGobi data visualization system
Changes: 
 rggobi (2.1.17-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 2943b204b379cfb737491fb1e49629946dd81e71 1100 rggobi_2.1.17-1.dsc
 f65b4afd57708896147a14304641148c68d07aa3 134754 rggobi_2.1.17.orig.tar.gz
 6a3d7c700a0a03f63babdec92f1c0348b272591d 6793 rggobi_2.1.17-1.diff.gz
 8498d5794968b8700b9b372a930f748006283236 228944 r-cran-rggobi_2.1.17-1_i386.deb
Checksums-Sha256: 
 c40563594ac02c376d991b3858c9c551d9c38777a9c3bd1a62eb9aa55dcfc169 1100 
rggobi_2.1.17-1.dsc
 0c26feb82ff2a009c801c373e4f8f9094d23fa18377bd75b2bf8fbe6bdb5f549 134754 
rggobi_2.1.17.orig.tar.gz
 b834c424697792b6cc99a693748b9234d225610ab46f01ac3f500554aaa2a541 6793 
rggobi_2.1.17-1.diff.gz
 6c2071d335894fefc35e74bc8e893fe6250e14d6f1906dd7b28292e4303b0281 228944 
r-cran-rggobi_2.1.17-1_i386.deb
Files: 
 a39c0e65203dd03d0d3b88cacf16b6b5 1100 gnu-r optional rggobi_2.1.17-1.dsc
 bc401b470f959ac2d0edb67a516a9aee 134754 gnu-r optional 
rggobi_2.1.17.orig.tar.gz
 88374507ad559c1a635ab15dd21e8a59 6793 gnu-r optional rggobi_2.1.17-1.diff.gz
 887b4c190da7e4eff809317ebb131a06 228944 gnu-r optional 
r-cran-rggobi_2.1.17-1_i386.deb

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

iD8DBQFNnGFmCZSR95Gw07cRAgvMAJ9HKwcjAJXjLTHhq1aQrE1ESKLjIACfWmGz
K2tY/RNMyC6q+peAqkjL3F8=
=vPBJ
-END PGP SIGNATURE-


Accepted:
r-cran-rggobi_2.1.17-1_i386.deb
  to main/r/rggobi/r-cran-rggobi_2.1.17-1_i386.deb
rggobi_2.1.17-1.diff.gz
  to main/r/rggobi/rggobi_2.1.17-1.diff.gz
rggobi_2.1.17-1.dsc
  to main/r/rggobi/rggobi_2.1.17-1.dsc
rggobi_2.1.17.orig.tar.gz
  to main/r/rggobi/rggobi_2.1.17.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/e1q7snq-0004nf...@franck.debian.org



Accepted dcmtk 3.6.0-5 (source all amd64)

2011-04-06 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 28 Mar 2011 15:33:06 +0200
Source: dcmtk
Binary: dcmtk libdcmtk2 libdcmtk2-dev dcmtk-www dcmtk-doc
Architecture: source all amd64
Version: 3.6.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 dcmtk  - The OFFIS DICOM toolkit command line utilities
 dcmtk-doc  - The OFFIS DICOM toolkit documentation
 dcmtk-www  - The OFFIS DICOM toolkit worklist www server application
 libdcmtk2  - The OFFIS DICOM toolkit runtime libraries
 libdcmtk2-dev - The OFFIS DICOM toolkit development libraries and headers
Changes: 
 dcmtk (3.6.0-5) unstable; urgency=low
 .
   * Fix invalid dep. to apache with apache2
   * Remove explicit `invoke-rc.d dcmqrscp stop` since it makes package
 un-removable. Let dh_installinit handles it
Checksums-Sha1: 
 79cf8a2cd764de57d64e289e8e7bb6cb13ffc429 1523 dcmtk_3.6.0-5.dsc
 3bd858c51045676808379089ae5a1cfaace116b5 46850 dcmtk_3.6.0-5.debian.tar.gz
 bf459c6ad476e46e2ddafa2b86f20fc2542b1860 12207344 dcmtk-doc_3.6.0-5_all.deb
 4a28c9553e8551fe260a7ac225ba27885118d68a 1589738 dcmtk_3.6.0-5_amd64.deb
 2fb97e4dffc2a0a40be60d20eb04b84fe54a1987 4118320 libdcmtk2_3.6.0-5_amd64.deb
 d4b7b3638f5fff2e480485809bf0ee6329ce2795 6031106 
libdcmtk2-dev_3.6.0-5_amd64.deb
 76021d2c2608d66315f9c654a997791f355b0e56 145142 dcmtk-www_3.6.0-5_amd64.deb
Checksums-Sha256: 
 2f681ce451205518d6f66062026b9de9e781eb3be880df7e91c578549e4b7c84 1523 
dcmtk_3.6.0-5.dsc
 930b878c492fe8a2095297742909ab5e923490cba536f36c84d5d41e774f5e2f 46850 
dcmtk_3.6.0-5.debian.tar.gz
 3a1db9762dc700b377caca8590346adb42d30e285fb56e7125a0ec78a9035494 12207344 
dcmtk-doc_3.6.0-5_all.deb
 5489ed94d79bd6466456185a0920e8afc2a540194c353b97dc7d899ce45ed4c5 1589738 
dcmtk_3.6.0-5_amd64.deb
 3f80440e339af605867aafe83b8e5ad2386fd79ab4861a1b32ff390799e7f157 4118320 
libdcmtk2_3.6.0-5_amd64.deb
 46bff4106da6a7df2ef6b79529c2e6c5a6ef775ecb00cfb15b6f74ccf3728c06 6031106 
libdcmtk2-dev_3.6.0-5_amd64.deb
 37a7b936276ac106beac26b51c9513b2558fa83f638d5c3f0450c8b0e4bf61c0 145142 
dcmtk-www_3.6.0-5_amd64.deb
Files: 
 89501e14cfb2de6fd45d42b03b7cdf8c 1523 science optional dcmtk_3.6.0-5.dsc
 704e48e85a26eb4f94311e50df86c415 46850 science optional 
dcmtk_3.6.0-5.debian.tar.gz
 bdcc5520489741ae6b5648241144ec19 12207344 doc optional 
dcmtk-doc_3.6.0-5_all.deb
 c9f9c1fe5799953406eee8eef22c1b97 1589738 science optional 
dcmtk_3.6.0-5_amd64.deb
 c1265fe4318203d6dee0289f700d3997 4118320 libs optional 
libdcmtk2_3.6.0-5_amd64.deb
 23ecf10e4c48a725af40ff4768b6d978 6031106 libdevel optional 
libdcmtk2-dev_3.6.0-5_amd64.deb
 1a96235c46ca2cd0bc81d213047904fe 145142 web optional 
dcmtk-www_3.6.0-5_amd64.deb

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

iEYEARECAAYFAk2cXxMACgkQEpFKvQ6iPyvbfQCeJmQBsE87loiyIqSWTo3l5mXW
liQAoLcbjE6+u9SPdxk+3OmZ0vD4JHPc
=mYOV
-END PGP SIGNATURE-


Accepted:
dcmtk-doc_3.6.0-5_all.deb
  to main/d/dcmtk/dcmtk-doc_3.6.0-5_all.deb
dcmtk-www_3.6.0-5_amd64.deb
  to main/d/dcmtk/dcmtk-www_3.6.0-5_amd64.deb
dcmtk_3.6.0-5.debian.tar.gz
  to main/d/dcmtk/dcmtk_3.6.0-5.debian.tar.gz
dcmtk_3.6.0-5.dsc
  to main/d/dcmtk/dcmtk_3.6.0-5.dsc
dcmtk_3.6.0-5_amd64.deb
  to main/d/dcmtk/dcmtk_3.6.0-5_amd64.deb
libdcmtk2-dev_3.6.0-5_amd64.deb
  to main/d/dcmtk/libdcmtk2-dev_3.6.0-5_amd64.deb
libdcmtk2_3.6.0-5_amd64.deb
  to main/d/dcmtk/libdcmtk2_3.6.0-5_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/e1q7sqf-00074q...@franck.debian.org



Accepted ggz-server 0.0.14.1-1.5 (source i386)

2011-04-06 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 03 Apr 2011 15:00:51 +0200
Source: ggz-server
Binary: ggzd ggz-game-servers libggzdmod6 libggzdmod-dev libggzdmod++1 
libggzdmod++-dev
Architecture: source i386
Version: 0.0.14.1-1.5
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers pkg-ggz-maintain...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 ggz-game-servers - GGZ Gaming Zone: game servers collection
 ggzd   - GGZ Gaming Zone: main server
 libggzdmod++-dev - GGZ Gaming Zone: game backend class library - development 
files
 libggzdmod++1 - GGZ Gaming Zone: game backend class library
 libggzdmod-dev - GGZ Gaming Zone: game backend library - development files
 libggzdmod6 - GGZ Gaming Zone: game backend library
Closes: 615722
Changes: 
 ggz-server (0.0.14.1-1.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/ftbfs_gold.diff. Fix build with binutils-gold.
 Closes: #615722
   * Empty dependency_libs in libtool la file.
 http://wiki.debian.org/ReleaseGoals/LAFileRemoval
Checksums-Sha1: 
 8495a2742c4c421c136ed3cc2df7a95b35377327 1532 ggz-server_0.0.14.1-1.5.dsc
 40b274c8fbaa0136be63e27271e374872183dc42 34115 ggz-server_0.0.14.1-1.5.diff.gz
 19f5b47313aca1fdb83f06e3ab9240da73b8bb8a 315282 ggzd_0.0.14.1-1.5_i386.deb
 1d9312f2ca0c7366f537d1dbd110f11853e45f5b 439776 
ggz-game-servers_0.0.14.1-1.5_i386.deb
 5024357ec78a29732d6b4ffebe3ca4dffc1c70bf 247540 
libggzdmod6_0.0.14.1-1.5_i386.deb
 2b6b385bb734c4b11fb80b33dd2bf6defd4affa0 262310 
libggzdmod-dev_0.0.14.1-1.5_i386.deb
 88f1f43eff453df987673fd99636505c5174db00 249282 
libggzdmod++1_0.0.14.1-1.5_i386.deb
 7747f956074f147d66690424f0c610250ab4ba3e 251984 
libggzdmod++-dev_0.0.14.1-1.5_i386.deb
Checksums-Sha256: 
 1d3de5fe1be1bbf7e298b3a61b62c3c777dd852f98604bf996ee48b21573 1532 
ggz-server_0.0.14.1-1.5.dsc
 129c064ab9f42b2aa19c9503cdfbbe3c09f50cffbf1e577963ac8791ca5ab5ee 34115 
ggz-server_0.0.14.1-1.5.diff.gz
 d395e0431b3582976d891abc169ec915fb2d1d145b013b2f28a1011d2ccef013 315282 
ggzd_0.0.14.1-1.5_i386.deb
 c16018a9c27ebef388da1bbd2cb202d5e54c4a1ffe1529d46826eed914ee2879 439776 
ggz-game-servers_0.0.14.1-1.5_i386.deb
 fa1f66775e5dd5a5d25ab65dd141f52cff0aea97175471946c27e8ca3fec5e09 247540 
libggzdmod6_0.0.14.1-1.5_i386.deb
 5c1b9b646f0dbfed4477884a0f25bb9e0672127c9ddb8dd379e48980ea9ed705 262310 
libggzdmod-dev_0.0.14.1-1.5_i386.deb
 3c04376f182ea54d0f22fbad814e80771c140881dc16a65a6c27ddfe7cd2cd61 249282 
libggzdmod++1_0.0.14.1-1.5_i386.deb
 6a314f3af198435a19dcb495c1a2fc148a05936dde0ff61395783502cde233d4 251984 
libggzdmod++-dev_0.0.14.1-1.5_i386.deb
Files: 
 69b86177cd9eb2972ba9fb38eda8ef95 1532 games optional 
ggz-server_0.0.14.1-1.5.dsc
 d9f6c03181b72e18591bca698ad7d0e6 34115 games optional 
ggz-server_0.0.14.1-1.5.diff.gz
 1b7a6f70f38f17aaa1466e431d5b6d6a 315282 games optional 
ggzd_0.0.14.1-1.5_i386.deb
 2828e293944f1dca0c0bfd96cc4d3035 439776 games optional 
ggz-game-servers_0.0.14.1-1.5_i386.deb
 8f0889169ed394762d46edf6829becdd 247540 libs optional 
libggzdmod6_0.0.14.1-1.5_i386.deb
 2bcd01c27762564a037edd25aafebcdc 262310 libdevel optional 
libggzdmod-dev_0.0.14.1-1.5_i386.deb
 922d83fcbc24b0d35e59eda1bce602c1 249282 libs optional 
libggzdmod++1_0.0.14.1-1.5_i386.deb
 6414068135365b07fc2ceeaa36fa433b 251984 libdevel optional 
libggzdmod++-dev_0.0.14.1-1.5_i386.deb

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

iEYEAREDAAYFAk2Yd3AACgkQHTOcZYuNdmPlGQCfZlfkOTwYqsWSZbKuJU9WoNbI
9RoAn08vRBJSb3xlxloTGyVdueCW4lKJ
=wCkr
-END PGP SIGNATURE-


Accepted:
ggz-game-servers_0.0.14.1-1.5_i386.deb
  to main/g/ggz-server/ggz-game-servers_0.0.14.1-1.5_i386.deb
ggz-server_0.0.14.1-1.5.diff.gz
  to main/g/ggz-server/ggz-server_0.0.14.1-1.5.diff.gz
ggz-server_0.0.14.1-1.5.dsc
  to main/g/ggz-server/ggz-server_0.0.14.1-1.5.dsc
ggzd_0.0.14.1-1.5_i386.deb
  to main/g/ggz-server/ggzd_0.0.14.1-1.5_i386.deb
libggzdmod++-dev_0.0.14.1-1.5_i386.deb
  to main/g/ggz-server/libggzdmod++-dev_0.0.14.1-1.5_i386.deb
libggzdmod++1_0.0.14.1-1.5_i386.deb
  to main/g/ggz-server/libggzdmod++1_0.0.14.1-1.5_i386.deb
libggzdmod-dev_0.0.14.1-1.5_i386.deb
  to main/g/ggz-server/libggzdmod-dev_0.0.14.1-1.5_i386.deb
libggzdmod6_0.0.14.1-1.5_i386.deb
  to main/g/ggz-server/libggzdmod6_0.0.14.1-1.5_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/e1q7u1v-00079j...@franck.debian.org



Accepted python-apptools 3.4.1-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 21:25:31 -0400
Source: python-apptools
Binary: python-apptools
Architecture: source all
Version: 3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-apptools - ETS Application Tools
Closes: 616990
Changes: 
 python-apptools (3.4.1-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #616990)
Checksums-Sha1: 
 43aca8f9cb7a2995b71b61f8ff51f39d7c3039ae 2066 python-apptools_3.4.1-1.dsc
 9a36a06bbe3d80993cd4b5d40189b8e5716fa76f 795416 
python-apptools_3.4.1.orig.tar.gz
 1c06eada08206bfa6dda9ce016f547cc5b3e735f 3379 
python-apptools_3.4.1-1.debian.tar.gz
 03493207d6a6557ac038f45be3a44f8d5dfb4557 226386 python-apptools_3.4.1-1_all.deb
Checksums-Sha256: 
 7e592d5d37608daeae7b2bceeea452c8fa7d746e765ad4e4dd2e920a3a96c42a 2066 
python-apptools_3.4.1-1.dsc
 f49b6a73fd9ec108d116b562dc6f862fe14b81035721d6ff9e3a49a3ca504db6 795416 
python-apptools_3.4.1.orig.tar.gz
 2e6b10fba2c1071aa1cf6eb7de3ed0297b5d32e3f81414637ada73f3c24c48da 3379 
python-apptools_3.4.1-1.debian.tar.gz
 e7ca2c59467324d268fe26e11385e980e704057f59fafc275aa5ef11c416fc9d 226386 
python-apptools_3.4.1-1_all.deb
Files: 
 863fe119b68e90238382a1e049541437 2066 python optional 
python-apptools_3.4.1-1.dsc
 f0c6b4b00c930f6db9d48de2353c28fc 795416 python optional 
python-apptools_3.4.1.orig.tar.gz
 4764ec0106771f390cc309216f82ac8d 3379 python optional 
python-apptools_3.4.1-1.debian.tar.gz
 2a567dcb191de783aaad324f3d60806c 226386 python optional 
python-apptools_3.4.1-1_all.deb

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

iQIcBAEBCgAGBQJNm/gEAAoJEHA3PPEpDbnO35MP/28f2RwEPbmQIvogsbkzprak
IKoZ5w5cpOkCxa/KuHNwb65fD877LX9rZQh489kosz4/Js5w3oVnzUcKTCUFp23E
DKC0LgIlzbxC0L9B+a/7+iWKLPEIOz4DJp+RaQE7FoCUTrLnzrOEoLICGrXjd4rK
zVzsf+vhpaUjijKRHplS9LG7z1/oLTVsnwTbI9uiDO3M4il+E271XbzatKRXbb3H
Yn35To+T7H2Vx80ce59tpsTPXOWqkUxUz41zTnCT9pyiJUQoztaKxRMUvN5iuUq5
k+rY83zON1hhrvrG8qrjqZP03EPT9QZDj/+3XozOWOu1ykjzWgf2ZkSF8prG0EDD
TyibIe4L1HIShnyVUYAQGP6vjZP3eKts592r2ZmaCF3hdC9XHI4Ub9S90SwJRxgU
YVTgowgFuplAJAzEInZRbHp2pEpWCbZOetBqhqaVYgN2WPt6kNIx7Ve5lcs0LRoJ
F1pKwq9JjwKkyjavmaxWykVu+aCzw0U0f9mcMJx6U468wJAxq0haRlQKLeka6sn3
qz9G42EikocO45ZwtaHP/4E4AA8NF52Ep52GZeehutzZ1unCGtnPAAliQPIbF18+
nCNKkrYsStLSmJgCApkQReIQHeFeAbGUsQeBxYljma3slQvAWpB3ux4iPAdmqs2V
Lt613B6+ub7HAOSE+5HG
=U88m
-END PGP SIGNATURE-


Accepted:
python-apptools_3.4.1-1.debian.tar.gz
  to main/p/python-apptools/python-apptools_3.4.1-1.debian.tar.gz
python-apptools_3.4.1-1.dsc
  to main/p/python-apptools/python-apptools_3.4.1-1.dsc
python-apptools_3.4.1-1_all.deb
  to main/p/python-apptools/python-apptools_3.4.1-1_all.deb
python-apptools_3.4.1.orig.tar.gz
  to main/p/python-apptools/python-apptools_3.4.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/e1q7u3g-0007gh...@franck.debian.org



Accepted python-chaco 3.4.0-1 (source amd64)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 21:44:30 -0400
Source: python-chaco
Binary: python-chaco
Architecture: source amd64
Version: 3.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-chaco - interactive plotting application toolkit
Closes: 616996
Changes: 
 python-chaco (3.4.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #616996)
Checksums-Sha1: 
 dc583e3ea089e93de0ab29d1e428293541511ff9 2040 python-chaco_3.4.0-1.dsc
 89ea37dbcf6bb01cfab060b20de3b69850c6a5f9 9009267 python-chaco_3.4.0.orig.tar.gz
 5768a1414c47d659697a7d6c7a1986bd9abed7fa 4695 
python-chaco_3.4.0-1.debian.tar.gz
 0ebe727d76c0818ed0ad724547b1e2c4ce45b5da 9061308 python-chaco_3.4.0-1_amd64.deb
Checksums-Sha256: 
 376d79f75e7310c9b15886c8a150a0ae81dc80e436b1aac75bdd2b958a757884 2040 
python-chaco_3.4.0-1.dsc
 074d86eb22162bd99a3c04e8792a6de49872af5c824340f15cdf40c76d4c7d95 9009267 
python-chaco_3.4.0.orig.tar.gz
 64d33b0a251aee4be49d488bd22c861d51ce33e0fe921eface9631a87dcf23e6 4695 
python-chaco_3.4.0-1.debian.tar.gz
 97250f694b13a138222ffdeac4dbfc4fcca954d40dcc6ceea138372a8510cfb7 9061308 
python-chaco_3.4.0-1_amd64.deb
Files: 
 4bf3c26512d62cd405491bbcea16ba62 2040 python optional python-chaco_3.4.0-1.dsc
 e64adad744e203d5b140053036935dc9 9009267 python optional 
python-chaco_3.4.0.orig.tar.gz
 f6f04bf273ea212791a5693dfa1e38a6 4695 python optional 
python-chaco_3.4.0-1.debian.tar.gz
 3075bac7adcc8d735d685f425c6032b9 9061308 python optional 
python-chaco_3.4.0-1_amd64.deb

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

iQIcBAEBCgAGBQJNm/gKAAoJEHA3PPEpDbnOGXgP/jV7CPsvR1tXgY4iXMl73pIh
l1ux4lBcPQWiA6mbGvc4mEBln342+M5CKWDjkuR75h67Wp6rnuSJ0c8GjKyfzkdz
rR6U100wJ/VtII2LpOE0VXHccYV/EuqWDkU26JZpdlr8w1pggZUEdVAJEy85ulE+
k9V66ylRsdlyNsSX0ZHvUQulkikH9gAVJ6JXQWrx2HNRdvUhjgSh2BRCUdcqTMXa
YQxNq+UDY/piUb2XsUNddvl90rBpf0/bq+j7Gbxx99Owza+ZJyPR3j/1KbHVH0XS
jXeM+Q9YGAcAWOSkOYtYtC+NwD8VNIKnE81lPs7ePnUTef2Lb19pY0hPtI3joM/C
5Ka+M5iSvM3Ud5nnj+I0/eINOuqXV+93zKKPy0Wc0ULgGyrMPnSbG15sMttO8+wc
PZ53XLJJG+hGuXsuSS5j3PAVyQQDFKEpwVNmhObUEAYm8w0lIrYiudc2G/4Uccib
YU052s4GbngZMe+oFpoXxiBaxFRz8q6GRj1B6nUC3vf+0yFFTTHTeT/kpAeApaU3
hPPBLnkuEd1drZWBRBX5byLCpZpQqxPkH3A4oCbCe77s2Z8IR9dDsBMOaZm/2/oy
4NAFEWtYEEfuuAW/s8PUj8GCGoGnB2k/Lph+kgjcnc8qc3WQJklvD6JQlEWMqxN0
6fp1rGm4YL1b+7eW/KCa
=7CKk
-END PGP SIGNATURE-


Accepted:
python-chaco_3.4.0-1.debian.tar.gz
  to main/p/python-chaco/python-chaco_3.4.0-1.debian.tar.gz
python-chaco_3.4.0-1.dsc
  to main/p/python-chaco/python-chaco_3.4.0-1.dsc
python-chaco_3.4.0-1_amd64.deb
  to main/p/python-chaco/python-chaco_3.4.0-1_amd64.deb
python-chaco_3.4.0.orig.tar.gz
  to main/p/python-chaco/python-chaco_3.4.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/e1q7u3v-0007jd...@franck.debian.org



Accepted python-enable 3.4.1-1 (source amd64)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 21:54:28 -0400
Source: python-enable
Binary: python-enable
Architecture: source amd64
Version: 3.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-enable - Drawing and interaction packages
Closes: 617002
Changes: 
 python-enable (3.4.1-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617002)
Checksums-Sha1: 
 0df41f36d6b9a52e55d2011277d60df44cce2118 2129 python-enable_3.4.1-1.dsc
 a6f58ac82c04b540ea6b4d885081854fc4958bcb 1550116 
python-enable_3.4.1.orig.tar.gz
 6268cca71a9ad8b499c5d410ee8c6a16df073e28 11297 
python-enable_3.4.1-1.debian.tar.gz
 bb9848f773b9c49cb9c1b32827f7d8b149c1f538 1770552 
python-enable_3.4.1-1_amd64.deb
Checksums-Sha256: 
 430c2f616f07c17debabd9e47be6e05be82813679f852e6e72a6290d18f5a2c5 2129 
python-enable_3.4.1-1.dsc
 148896446b5a1f16a89053948dee6b45911168dab8f9248a158bb56ec9248c71 1550116 
python-enable_3.4.1.orig.tar.gz
 a447ea95a6e86cb115b14f17b36457a175dac6fea140241f4da3de7bbaed72f9 11297 
python-enable_3.4.1-1.debian.tar.gz
 41272fb01dba1877f5ca482b5c172eae16beb94495556def1c787883dbe49fc5 1770552 
python-enable_3.4.1-1_amd64.deb
Files: 
 61743d7ee885a3dacae2907291ea1f25 2129 python optional python-enable_3.4.1-1.dsc
 aebf9a9435110d0fb233ac0ad3e2e7cd 1550116 python optional 
python-enable_3.4.1.orig.tar.gz
 f6e57011ff293a7c6a24054cfe6903a6 11297 python optional 
python-enable_3.4.1-1.debian.tar.gz
 cebf18f2df00ea8fc4203fc03b6829e9 1770552 python optional 
python-enable_3.4.1-1_amd64.deb

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

iQIcBAEBCgAGBQJNm/gPAAoJEHA3PPEpDbnOVVYP/0nCEj5rLx88PEW5xtam4RfL
PhHpOdwO7EvtP6Qo9V9Pl+8jUOJ+6IF5jcrBK/yBdw+nUdahIOa5Uo6TzhqV7lmU
FZ/M3O1M+/JH9PZwElvjSMVD6sO5o9FmW7uc+uKxw9M/MRgl9G/CHCFr0M9Eupgt
YbQkTqb+OiBGD18m3WHf+wbxbOv4AeYRmahbfyDtfWs4YftJNU4EAExYMDsLK8er
Hrn8A4CP7x7FvakXM/pn8ZdlMTxVAjnl17eKnGsd6FtDM8o7ELIjBGXk6eIFwEZA
rnGEOd19IqZdgvw+uTcdeqh9TvVj1M8GxUIAWsFbZIRkYbqISFZJc4PwPG9+8ob9
eRd7Il3v3/IpIQLPQV6tYbTHaDVRfkdC1R+ATcyWdD1e2n0QQiPOBb/w6eA39Ehe
NXLpEtfPi6onEj0BS2O0eMw21kFF3E0W/MePQLpvPgSuaQTXyVijOw1CSmpuR2vc
KTECm+zJdxtCZkScJpW93R36RtvptqEn9uOHN14J1jo4dnHJuw5BIAzRaQT22tKh
Ujs7ioBoUy3qoPMPtF4uk5aiz7abKj0siaXebfR8hYmNQ0+up/Dsrm6Un3g5W53Y
l20FVzXifu7a7XQCx/SvXeE4MmCQDiLWUk0lAglSIzTauKAqYW0mw/KQSR7VB5E0
WxWt8uAqCDRHXJB0SJU/
=8H9p
-END PGP SIGNATURE-


Accepted:
python-enable_3.4.1-1.debian.tar.gz
  to main/p/python-enable/python-enable_3.4.1-1.debian.tar.gz
python-enable_3.4.1-1.dsc
  to main/p/python-enable/python-enable_3.4.1-1.dsc
python-enable_3.4.1-1_amd64.deb
  to main/p/python-enable/python-enable_3.4.1-1_amd64.deb
python-enable_3.4.1.orig.tar.gz
  to main/p/python-enable/python-enable_3.4.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/e1q7u49-0007m3...@franck.debian.org



Accepted python-enthoughtbase 3.1.0-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 23:45:59 -0400
Source: python-enthoughtbase
Binary: python-enthoughtbase
Architecture: source all
Version: 3.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-enthoughtbase - Core packages for the Enthought Tool Suite
Closes: 617003
Changes: 
 python-enthoughtbase (3.1.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617003)
Checksums-Sha1: 
 826da40aa324f3eb795d5d4b507208cb0f0644a9 2087 python-enthoughtbase_3.1.0-1.dsc
 b764ddbc1c28b0ac9263f996498a1a0ed1a2963d 124387 
python-enthoughtbase_3.1.0.orig.tar.gz
 348d745d71ff632c675398391722162101dbc608 3434 
python-enthoughtbase_3.1.0-1.debian.tar.gz
 43a70098835138d2ab91dcaefacb8ac708789125 122834 
python-enthoughtbase_3.1.0-1_all.deb
Checksums-Sha256: 
 6a1790fb0e4a1ef16e3448a6726439a56e48fa24233719cc62556fe02c9638d2 2087 
python-enthoughtbase_3.1.0-1.dsc
 3d1a3fcd2263f8fd9db05d9d26f87394906ed899680cddecae0a3c0f10ede2ea 124387 
python-enthoughtbase_3.1.0.orig.tar.gz
 2acd5b7d592dce970bfd6b95978ab37a66bff65a65955d18de2ad3904a75c857 3434 
python-enthoughtbase_3.1.0-1.debian.tar.gz
 dd122d1b8d9d62d616c1c0bdbe9bbadb1cb71983a46f936f54675e80bf85f906 122834 
python-enthoughtbase_3.1.0-1_all.deb
Files: 
 8d7549ea967470ac1f3dc59f098a982c 2087 python optional 
python-enthoughtbase_3.1.0-1.dsc
 1d8f6365d20dfd5c4232334e80b0cfdf 124387 python optional 
python-enthoughtbase_3.1.0.orig.tar.gz
 9164c2a3fd9d5022efecdd834dc8f863 3434 python optional 
python-enthoughtbase_3.1.0-1.debian.tar.gz
 c02fc30ada7b3792f5e681f405d9fd70 122834 python optional 
python-enthoughtbase_3.1.0-1_all.deb

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

iQIcBAEBCgAGBQJNm/gXAAoJEHA3PPEpDbnO2FIP/1L+3e+NDAVKVDXFUqI1p83k
5piGdSQdj1/CRE8KS3/lhFKb7uSbqfOJZn9LrGH9fwFerCiWdLeSx37E+MD6OXCh
P0+i5/SVnaRIAdEGAAODLNI3xgwK6XtHF04+tWWeCOa+5xC9deyk1NL/coi91f3l
wCNe0yC0KABiFjDHAzK7iE60RbyjlUjXshL39A3/htQomMWMfCGINjJ3pFsZzC8k
ahDgKUxYkDE3VEFdapqgFQ5fk1a9AjGHgwnbB0l9M35KA8L/BV4uvDHXFmJl7Yoy
9QaDZbVnmcx6u4nNAIryj4deVfm9eEDTlqfQk5dYDQYZ2rGGkukwFFpo2aVzLD08
4eTLbgmC0wg2mZeFIoD92DH8bb/NfanxC217bjydQli2r1yK7NRf/gaFVzUWnVu7
ikDt7vXSYHzxS+XiQiPAeXBrKSt7b42iJKJRTDfJKB2/HVWPji6dqUlL57HWhTpx
Q2oK4FQO96X9+UIF4z9mkmLQXcXRPA13pw8SvDEvdtulc32THBzIH5qUFO9Skwt8
vw7K6tHt0JH+sVK72jEP8UGC0rFh0OH1RibmHxYyzYriLxSoGzKcYuUAayP+OgEI
wv+nEt6gqvEYKQrKPB2FGyNHi2uXXMHoDD1JsNGf1dtH6zsIMv6XmI4GB+r/b0YO
26msL4WYLN7S/UqJhxYF
=uZvr
-END PGP SIGNATURE-


Accepted:
python-enthoughtbase_3.1.0-1.debian.tar.gz
  to main/p/python-enthoughtbase/python-enthoughtbase_3.1.0-1.debian.tar.gz
python-enthoughtbase_3.1.0-1.dsc
  to main/p/python-enthoughtbase/python-enthoughtbase_3.1.0-1.dsc
python-enthoughtbase_3.1.0-1_all.deb
  to main/p/python-enthoughtbase/python-enthoughtbase_3.1.0-1_all.deb
python-enthoughtbase_3.1.0.orig.tar.gz
  to main/p/python-enthoughtbase/python-enthoughtbase_3.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/e1q7u4j-0007o2...@franck.debian.org



Accepted python-envisagecore 3.2.0-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 23:54:28 -0400
Source: python-envisagecore
Binary: python-envisagecore
Architecture: source all
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-envisagecore - Extensible Application Framework
Closes: 617004
Changes: 
 python-envisagecore (3.2.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617004)
Checksums-Sha1: 
 6dd672fb172615b670f462f41fc57038eafd5544 2076 python-envisagecore_3.2.0-1.dsc
 41de5f291a1cb36984853e48e2bbd9e16092f596 134050 
python-envisagecore_3.2.0.orig.tar.gz
 94b4d2bd1260150a38ee1fdc63320ee8cc4700b5 2923 
python-envisagecore_3.2.0-1.debian.tar.gz
 1ab7034bafbde47d55ca56aca881bda5e1f2a580 76936 
python-envisagecore_3.2.0-1_all.deb
Checksums-Sha256: 
 231691e177289967b95b31bb0b71fe250ff315cbae2d694afe121034ed6c37e8 2076 
python-envisagecore_3.2.0-1.dsc
 6d0bcd4b424dadef18f4f9d00adbae4bef652658aed342a2d3763928dd2bac18 134050 
python-envisagecore_3.2.0.orig.tar.gz
 be2df808617f7b64ac636606587fb72a8346ddcf1eb9b219b33a732e7591e123 2923 
python-envisagecore_3.2.0-1.debian.tar.gz
 bcba7d123e0d84b1e34e40e4c0c9cf4e1f8d43d82f7778996cc83fb5e2a20f71 76936 
python-envisagecore_3.2.0-1_all.deb
Files: 
 a6f3db9a1b653eed7a865b40fd8b166b 2076 python optional 
python-envisagecore_3.2.0-1.dsc
 47027468582464738f475c3560bcfd29 134050 python optional 
python-envisagecore_3.2.0.orig.tar.gz
 9713301bdb3f4e60ec3f8de0286b476f 2923 python optional 
python-envisagecore_3.2.0-1.debian.tar.gz
 e4d45753a9eff380828908f45be36bd4 76936 python optional 
python-envisagecore_3.2.0-1_all.deb

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

iQIcBAEBCgAGBQJNm/gcAAoJEHA3PPEpDbnOBucP/iURmdze0+eH2PX5fu5Zxv88
pZN58/GxoJUbg0Tfm9wt8/lTw8Fj0TaZXNJfxkPf/T92YrosTT6FqYyq1QdxkmPx
LRy40CvjG8yc/XaLIk5uxaWoZ/KeGMdwfATnr9pjNASPjL8F1UPeg41uM2gHg4dp
HNdR7KELBXUefxtag2sLxovwejjEhX4l6locb+dgK7g44i7UhWFtNYcCkx9dg12R
+vm4HtLITFUEDvkyxLQQWlye8e7RYEz7JadcZyl27wtBsDk9S4mYxKfX80MXvPlA
o0EnsvKGsvHkPS99ti79GLYMqSJF9AHvneeFcQwVsiSxKND+slRGw4/whSnCAGqK
scz9vfjx4o0MCh9RK3Mq61Dvx9EXEYsWmJ8vollKVwW3mZFndMFyFstTHrGInpHk
SrQwr6ogUPkAZj6APxesOXztuGIGdUQTiNwazGK383GBToL+YvNw2G9TFoDfGisn
NUjnrr2Xj1EigUG5nm+nKpfMNEtzUrWwREqjjBAlNEy6eDMB3+u1y0j3Xs+vwWc5
IYRJyxY1xOQE62NLRZwNNKs6xBeru3DPrvJuJJGo1pjdgniLTveZ5lCEmxD/XqdK
z7/3Hx8lFOhUiV1mzYRHkEu+f/jmQIRDuiUHvl0G0Vn75CiiTxcoPvxJls98T7EO
cHlhFVHy8yPCN0BLyHwT
=/wth
-END PGP SIGNATURE-


Accepted:
python-envisagecore_3.2.0-1.debian.tar.gz
  to main/p/python-envisagecore/python-envisagecore_3.2.0-1.debian.tar.gz
python-envisagecore_3.2.0-1.dsc
  to main/p/python-envisagecore/python-envisagecore_3.2.0-1.dsc
python-envisagecore_3.2.0-1_all.deb
  to main/p/python-envisagecore/python-envisagecore_3.2.0-1_all.deb
python-envisagecore_3.2.0.orig.tar.gz
  to main/p/python-envisagecore/python-envisagecore_3.2.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/e1q7u4v-0007q1...@franck.debian.org



Accepted python-envisageplugins 3.2.0-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 23:58:42 -0400
Source: python-envisageplugins
Binary: python-envisageplugins
Architecture: source all
Version: 3.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-envisageplugins - Plugins for the Envisage framework
Closes: 617005
Changes: 
 python-envisageplugins (3.2.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617005)
Checksums-Sha1: 
 958f4785e6f6c6d689bc55199df663666f075ae3 2109 
python-envisageplugins_3.2.0-1.dsc
 cc204bb1b9654159719db203ed922ae4614cb399 239365 
python-envisageplugins_3.2.0.orig.tar.gz
 a1b8ac6ad3c77b055c1d78067d8f925b2c03a0f8 4945 
python-envisageplugins_3.2.0-1.debian.tar.gz
 1992c125b9ba54731a2fbfe89aac55f18bb87a76 244056 
python-envisageplugins_3.2.0-1_all.deb
Checksums-Sha256: 
 f20f1768355631db46984b726f8e67375ac27f6e0a47fca2d9543d4da8b1ae07 2109 
python-envisageplugins_3.2.0-1.dsc
 95050e939863affe6edcedb81610ea55bd19d73a949955ffb0b8fcf924a0c097 239365 
python-envisageplugins_3.2.0.orig.tar.gz
 967fbacf6ed7d68e9400883659159a137d6f683bfda2b45d92f7869f3a6f7cfb 4945 
python-envisageplugins_3.2.0-1.debian.tar.gz
 d73235874e2e68ab1461b861ed7d17f8766527a8b4d7e96a02bc916b85cffa65 244056 
python-envisageplugins_3.2.0-1_all.deb
Files: 
 b8ad17a6631551ee4186cf8d5a750989 2109 python optional 
python-envisageplugins_3.2.0-1.dsc
 3b6d71b6017f81e94f4b3aa2f97b8c1a 239365 python optional 
python-envisageplugins_3.2.0.orig.tar.gz
 8da82a6d09d5ce912e9b5682b2a1ab87 4945 python optional 
python-envisageplugins_3.2.0-1.debian.tar.gz
 65682e958369108c9f0681baa9819f80 244056 python optional 
python-envisageplugins_3.2.0-1_all.deb

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

iQIcBAEBCgAGBQJNm/ghAAoJEHA3PPEpDbnOspYQAIk2c9q6g0i+6La+yoL0WHBL
uF+ULV7neWA5HMhHvEW5JOKUFTbYOol57/UiSRVLkVhPwnLIMploGGeG/0P2uOQu
3dncp0rSr6z4S0VMaZSpWosSANLmpKEnnhMlEi7NGL5s6kfEVYtFvv8LiuBIFMx8
gEoZyr0fR4j3ojrr+zisjDaMhaclVP+vmR1s/tutwn+Ezez+WbdGPFOhLdEs3yDS
ByPJKwSYzA+8HDsf9fwRIn4X1iyh3+XnKag6TMX0ET48zZV1Gu5DB2yVslU73Oxl
rOtYIaw91Azdn82tP/GXW8yhC5VQgYGOTa1WIEhLO9PWBthekd8DBGWiSpU0y6yM
yYp3TrbpnG+bM9upLUTqqVXT53rdhbSDGcFmRJ3hBF2XZl2+/ehIizkbBb0xkTR5
IKveu8ot+44H3hp6DnaNc+cbOOe8HeavCFI+reOnfPn9APC3uqoP+l9TZw/8wd2Q
oHVGuR3ZOj3JaCvGeGUgT8c96oTmJ4nSk8SN4rI/yvwPmoVyJLco5c6EihbiCHtF
jbjvkhi1+ocGMipx8m+JjQy3wabr6LJaGF98T4OKu0x/7V64EmD0M1fkANZlo5OD
J5oiXuMuewfUSy9j+G7/BnhCUJzsnkRpYY5XMXfePD1x8Q9SULeUuvYrR3eLtbQP
01qka4E9Y19fizW9S8HT
=sjRY
-END PGP SIGNATURE-


Accepted:
python-envisageplugins_3.2.0-1.debian.tar.gz
  to main/p/python-envisageplugins/python-envisageplugins_3.2.0-1.debian.tar.gz
python-envisageplugins_3.2.0-1.dsc
  to main/p/python-envisageplugins/python-envisageplugins_3.2.0-1.dsc
python-envisageplugins_3.2.0-1_all.deb
  to main/p/python-envisageplugins/python-envisageplugins_3.2.0-1_all.deb
python-envisageplugins_3.2.0.orig.tar.gz
  to main/p/python-envisageplugins/python-envisageplugins_3.2.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/e1q7u4f-0007s0...@franck.debian.org



Accepted python-setupdocs 1.0.5-2 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 00:01:55 -0400
Source: python-setupdocs
Binary: python-setupdocs
Architecture: source all
Version: 1.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-setupdocs - setuptools plugin that automates building of docs from reST 
sourc
Closes: 617029
Changes: 
 python-setupdocs (1.0.5-2) unstable; urgency=low
 .
   * Convert to dh_python2 (Closes: #617029)
Checksums-Sha1: 
 193d4bbdd079d5ac21f45e457c73d3dc17a4d7e8 2042 python-setupdocs_1.0.5-2.dsc
 95f90c9635d145789c61c60b322e8550664dddf5 2625 
python-setupdocs_1.0.5-2.debian.tar.gz
 29c44ab2ab05fe933fed28f80ef759954a553cb9 9320 python-setupdocs_1.0.5-2_all.deb
Checksums-Sha256: 
 f3e61d9bfacd6c3f1556de7998df4cbe73b6daff406873c463cc6d0e0d06643a 2042 
python-setupdocs_1.0.5-2.dsc
 603a434282ebe5023988f056ad78d6ec0f4d02aebcd4c8eb9a64684c68077d8b 2625 
python-setupdocs_1.0.5-2.debian.tar.gz
 6777fae718a38a254e52323b27dcccbdd7ef12aa27a58a7ab866c0ef6e3700c9 9320 
python-setupdocs_1.0.5-2_all.deb
Files: 
 ba277cab049d47b0010fd1fa08eaf1c7 2042 python optional 
python-setupdocs_1.0.5-2.dsc
 8e862ad5710e27035399683f659a1d4d 2625 python optional 
python-setupdocs_1.0.5-2.debian.tar.gz
 ee1a7f2db0cbfdbdf8fac2a42595c181 9320 python optional 
python-setupdocs_1.0.5-2_all.deb

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

iQIcBAEBCgAGBQJNm/gnAAoJEHA3PPEpDbnO13kP/0vSnc8NI4sPPAczxVshlkPX
DOdB9fOVXymciLMUSv3ybzb+Yd1CNotQQPuwNqXaCOghVGvtt6cAGWZQmSzcuS0w
nbHX4jMv1pVvUpVR1KshaYXtxIshyxNpNNi0gj5w+3fckwxSI3VQjVhmjXoX1+iV
ouBpY++dadt3iwKLoC8iUrJHL7VbE64M20hCqFfXwsXU9nNmLer8RVpEveEi1+eU
bhlhWnww50qigzq8dCv4QFqwq2u2cYQZAnHnX+QdH1fjxpENwYav8z79dI7InLUU
eBET6X4vDZlgs2OHlRCChkuEAkUfffiJmNbLB2+SN7IN9m9G+unwb0/R6NllyEqN
yqBCyCasKDClYszEPENWrsfFH94x5BlBgO0ojbUgPCGStSlG0r8Bj4sJzsTb2/aG
jWPtCdEWQRuSieC7FoXNu705aXs13bkqHoCHAlQtPmdASnwxtKOhj7crhkk2dbkr
400umumhYEXcPBJbjSxrmUmQ8907yVrrqH1DATc9TivQ8wkwSpHu7Yvq/RiXPTZZ
cadjLa2GQ8MBigTlDh0NTrsBK8JrzHtVRdy85Xo3AGagYP5QtFz8iLUZrQlEEJ2s
KdFfChdTVWoYG99IjjKyeCfxaLQEX1k/ChbrCCrX7kqqWNDZTZ1ykpLccar+0rO7
MMYkCkjLY2/9DXFoc5s5
=/6LR
-END PGP SIGNATURE-


Accepted:
python-setupdocs_1.0.5-2.debian.tar.gz
  to main/p/python-setupdocs/python-setupdocs_1.0.5-2.debian.tar.gz
python-setupdocs_1.0.5-2.dsc
  to main/p/python-setupdocs/python-setupdocs_1.0.5-2.dsc
python-setupdocs_1.0.5-2_all.deb
  to main/p/python-setupdocs/python-setupdocs_1.0.5-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/e1q7u4o-0007ty...@franck.debian.org



Accepted python-traits 3.6.0-1 (source amd64)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 00:05:26 -0400
Source: python-traits
Binary: python-traits
Architecture: source amd64
Version: 3.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-traits - Manifest typing and reactive programming for Python
Closes: 617037
Changes: 
 python-traits (3.6.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617037)
Checksums-Sha1: 
 cad3dd8cbfd0b76b3d4d1d2200a8de6a4f59dd24 2020 python-traits_3.6.0-1.dsc
 7a068371c400bed3aae727575ed18b00188a629a 10884341 
python-traits_3.6.0.orig.tar.gz
 b7e0b513abb285796af2b46d50dd9f0af5cb4756 8024 
python-traits_3.6.0-1.debian.tar.gz
 98e6f276cee26f3d247415b7f32c209d6259bd88 975614 python-traits_3.6.0-1_amd64.deb
Checksums-Sha256: 
 c57bb664fd55fb0a4c81a3d45b0fd45ea6fdece98db6f273a1cebbe2eb25fdad 2020 
python-traits_3.6.0-1.dsc
 f48dcd9bb33bec3389566c3fee43f039ff33fc99e5db5ca8c4967fb8e5db8657 10884341 
python-traits_3.6.0.orig.tar.gz
 23c40fe16e9d551628032e4ff032ee25bee6cb47478cf586af19b9e85418cb5b 8024 
python-traits_3.6.0-1.debian.tar.gz
 bd5e2c6333affb8f61151c7ae50ecce53dbf5be90a0aed4b958e067de9ba8e02 975614 
python-traits_3.6.0-1_amd64.deb
Files: 
 edd612b180df443f7a877380610438ae 2020 python optional python-traits_3.6.0-1.dsc
 f20092b1de7c470f61cc95ff4f2090e2 10884341 python optional 
python-traits_3.6.0.orig.tar.gz
 8d91ebd17639aa285bdb754fb4de4e17 8024 python optional 
python-traits_3.6.0-1.debian.tar.gz
 319065b43ce822fcbd8c7385841b7bbc 975614 python optional 
python-traits_3.6.0-1_amd64.deb

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

iQIcBAEBCgAGBQJNm/gsAAoJEHA3PPEpDbnO8msP/jZfTIoNTEf/i7ZGTCvht6QZ
tYX+QOrYDxWZ88MKdtzKBkX3CTqo+FTLWHZbc00zj2C2DT3l9jhvDI/jjzhc/JX0
9y9RWRaOSd77op3qHGlIJYhFks3rECzfQXDbWkl1O0Q+40IoflvJz8DEErH6EZLf
nf6rOEYPrNtlTOPBUSKX5iiSv//Rji58zhW82+lS/jvlxDxxpBQbylCZ1wMieL9n
JbzUkpWjBvU6oWt+/LY4ZVoxSr0cWR0U7U7HGLxkKs9rzBYT1NiCey/A3hwkk4pa
HMkwUVw2RKttW3nEii8aq4RIVQHnBewdjJ0HSj6caM5gE/6CHQBuRDeJR59JAc8R
vGekiDLvMH0Efak9MkzvrqazZV1pXwUb52jen7mB2Ns0daNeAjeE9u/6lIsDvbzm
AjOS/u3T1kzJwaV6oLOvpWATqr4JdIYFNmEbQP+uD5xaiaCTuvIV8qtVNxszzvCx
Ppi1k4x66TpAlsPwZVp+p4fXDsAGNsfyhHzqxA/FrwnCRyUm35ARX1QQ8UeV7pnw
fgJR7RnToAjHRP7+Kd3CQLaXuk7T8kpXxa+9pbOiDnGRIeggAzEDCSWbeMQQMFst
VQckNamcqovhgO+io+Sl0BRWLwBMscLySXSte86iE8EZ76m80wAnD52GEkVZcaxF
uEy9xAt5MGgqnpiquGPS
=Ve9z
-END PGP SIGNATURE-


Accepted:
python-traits_3.6.0-1.debian.tar.gz
  to main/p/python-traits/python-traits_3.6.0-1.debian.tar.gz
python-traits_3.6.0-1.dsc
  to main/p/python-traits/python-traits_3.6.0-1.dsc
python-traits_3.6.0-1_amd64.deb
  to main/p/python-traits/python-traits_3.6.0-1_amd64.deb
python-traits_3.6.0.orig.tar.gz
  to main/p/python-traits/python-traits_3.6.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/e1q7u53-0007wp...@franck.debian.org



Accepted python-traitsbackendqt 3.6.0-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 00:08:36 -0400
Source: python-traitsbackendqt
Binary: python-traitsbackendqt
Architecture: source all
Version: 3.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-traitsbackendqt - PyQt backend for Traits and TraitsGUI (Pyface)
Closes: 617037
Changes: 
 python-traitsbackendqt (3.6.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617037)
Checksums-Sha1: 
 4f2b2705a588238d274f0e1e94eb53839c784d0e 2129 
python-traitsbackendqt_3.6.0-1.dsc
 cd333808a85f1d5b7d627a8b28b46261c7ec8e09 222732 
python-traitsbackendqt_3.6.0.orig.tar.gz
 08e80e2e95dd69b5fa62d614b0caaeb4fa0a46e5 2855 
python-traitsbackendqt_3.6.0-1.debian.tar.gz
 263b1bca747809091256e5541bad0c1307fccc6d 208140 
python-traitsbackendqt_3.6.0-1_all.deb
Checksums-Sha256: 
 52747b05d52cf11e8b047ca060c3c1fa736b9b9f412aa7c43cdd7937bfb78169 2129 
python-traitsbackendqt_3.6.0-1.dsc
 1efa440c416b31c0c7c178f9dbd1ef2bb7feea77be58210450173e358c34d2a5 222732 
python-traitsbackendqt_3.6.0.orig.tar.gz
 3738a587fc530b12ae71d0d6819a46cdcb1793aabaa7234683fdf58c2d9be640 2855 
python-traitsbackendqt_3.6.0-1.debian.tar.gz
 85a0f1319e45982ad721d858f5c897e2eb4b24964d8084140dd5b9049631e4e6 208140 
python-traitsbackendqt_3.6.0-1_all.deb
Files: 
 2fe754a128c9539827fed60253397a2a 2129 python optional 
python-traitsbackendqt_3.6.0-1.dsc
 a655ae137af4d8590739618926e21893 222732 python optional 
python-traitsbackendqt_3.6.0.orig.tar.gz
 4d2ae1dd34a7e0b83b299953a19f6bf0 2855 python optional 
python-traitsbackendqt_3.6.0-1.debian.tar.gz
 73dd83d62dfd819d310d80fb897b10b7 208140 python optional 
python-traitsbackendqt_3.6.0-1_all.deb

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

iQIcBAEBCgAGBQJNm/gxAAoJEHA3PPEpDbnO5LsP/2Ox9Y7HxX4UjN0yDsrO1B1C
Qq72FywBTTYJ1raQexwVnQPuSv2gPWT17ubGPqgtMxVESgBEM05T1fhQmXSW24vn
ngyviHXNlBmCZ+GgEu5cSGBKTZ/YSJEfzT6Ggz9RkWPUPinAGIrp7Ji3cudyDLvx
DXeETbC2Dc+FHzAtGHfO0KOtRYoHRCt4ySG14Og/Qwn5YXfEzklizFkX1IsHF7ax
LqW2tRvDsJvuKXcsdb+fsda4uMgOvc6PK5MrrmMvRKgqvWYIH15XCs5FKNpxW1P+
Ewg0SQ627Ab9Umz3mbNpUH3z4aoIXva1gSrPX7mr6le5fXbJyGRFjPe21CxB5T3/
jR6HooOqMmvLxuI8z/+BYYkcZ2nMEZK9Exs6Z/1WWfW4DA47HeOfPIlThdaIcpXQ
BBj3zQrn3oXpRWsiNRHJpJyqnco458YUhV+m/hak7kvShl8fP2dJEKJTB0m4oKUS
Go1eKzP6yHpVM8plf3IZXLKXfeOO7IOU2eLtVMbkKD6pFHMd2pldgwxAfw4WMQVw
VCN4nwfknXnIVW3APB9Vg5HTGqDGhAVn+jmdvNQIQ87tRUbd9+G1GnF06X9YlSFH
vvWdLuKnHdS6W32SUXQGIIUydbnZy8YModqJ347XL//BsUwgBmCpmAuH6Wjp85JU
urYs2NRHfLL+bR3rInV0
=8/FQ
-END PGP SIGNATURE-


Accepted:
python-traitsbackendqt_3.6.0-1.debian.tar.gz
  to main/p/python-traitsbackendqt/python-traitsbackendqt_3.6.0-1.debian.tar.gz
python-traitsbackendqt_3.6.0-1.dsc
  to main/p/python-traitsbackendqt/python-traitsbackendqt_3.6.0-1.dsc
python-traitsbackendqt_3.6.0-1_all.deb
  to main/p/python-traitsbackendqt/python-traitsbackendqt_3.6.0-1_all.deb
python-traitsbackendqt_3.6.0.orig.tar.gz
  to main/p/python-traitsbackendqt/python-traitsbackendqt_3.6.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/e1q7u5e-0007ys...@franck.debian.org



Accepted python-traitsbackendwx 3.6.0-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 00:11:14 -0400
Source: python-traitsbackendwx
Binary: python-traitsbackendwx
Architecture: source all
Version: 3.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-traitsbackendwx - WxPython backend for Traits and TraitsGUI (Pyface)
Closes: 617039
Changes: 
 python-traitsbackendwx (3.6.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617039)
Checksums-Sha1: 
 491592f509e710e157fa520724d058fa021d6d95 2129 
python-traitsbackendwx_3.6.0-1.dsc
 3b667a7b01abe19e42466d175f03d395a16f08b2 358507 
python-traitsbackendwx_3.6.0.orig.tar.gz
 b04286fb362c4b358971e899395f9c24f76e0d34 6986 
python-traitsbackendwx_3.6.0-1.debian.tar.gz
 5cb0bc9ea465c6eea504902ff90dcced9cf14511 346840 
python-traitsbackendwx_3.6.0-1_all.deb
Checksums-Sha256: 
 e0f8167762653297e7bed3a8913d7aecfa9ee387ef98c6ff0897608725323bf5 2129 
python-traitsbackendwx_3.6.0-1.dsc
 3bfff28dd123b5db40b0ceee38ad82a9d893cf45ecd748ae5b76f672d7db77fc 358507 
python-traitsbackendwx_3.6.0.orig.tar.gz
 5dc43ec919f8ecda5251c39b8b6bc974de04d19fd07283f21d3eeef50804712e 6986 
python-traitsbackendwx_3.6.0-1.debian.tar.gz
 d838007e3e1f4a81e2b0f706727b6b070d1110fcb4f0d8737cc4192dfed96a32 346840 
python-traitsbackendwx_3.6.0-1_all.deb
Files: 
 837ae7e635caa1394a9b2155ac373175 2129 python optional 
python-traitsbackendwx_3.6.0-1.dsc
 e495ab88151759fe29c7a51b69482b38 358507 python optional 
python-traitsbackendwx_3.6.0.orig.tar.gz
 0c8b0d40ca2f4249e43393b86b099dc6 6986 python optional 
python-traitsbackendwx_3.6.0-1.debian.tar.gz
 e36deb3d109134cd482c3faaa4d1b3a0 346840 python optional 
python-traitsbackendwx_3.6.0-1_all.deb

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

iQIcBAEBCgAGBQJNm/g2AAoJEHA3PPEpDbnOZcsP/jMUOGe3N7g8w3myQjLaYHzB
qC5L7jr0dgBhDoENnBPgBWsL6W7sU+umJb7KU6UZes/PS9BlODavVt6nkoc69sPY
p6Yj6BgZwcV8bQdrLwcYvLkM8vTHOJJ8VCQDJFjasvkRjASd0aya+cMdMoSwo/on
7wWVEg6mpb7LoAjrcWYCItPdKNstKxRT3L65DtJBI7Y4rtlF5A/jFp821NeRtQ48
bWu16Eebzb6OIlvxN/+iq6lq3HxWc3e1EYsGNxoW/Hp7zgVyTUCSqEF2Aq4DL0U8
NmVOi4DyUyVlI/+k9mDF+VS1/xHVP5EJPH1SqSzXN6cNj8KNeyq8engG3FxzqTTg
8sor6HsgwuzUK11TY6dnEnM/V6A39zBqWNM2wn5ldyLhSCEFnSVKWIOzSSJg4P5X
pBoDdXUfOzJscFqi0JEUpym29MmuZuUPeB+mlHCcJnP0m2Kkk7+ffPqYdQh1gLp4
1t17IV8rYj6HAh/MLENFpgqavfadFDv17JRmLA4VY0UP490oug20cTI/ntI+3Q4p
YCqw3QLL1qhrrVYfT3o3/HXtujuPrB9NsGETBXAB2es5KEwobxqmnByMdyareR3Q
xZe4CtQO4oIiTfBH14mriElMbbKDpchk7OYej60wzyq7CWInL786EH4CDpdfiFyn
L87Ob2HF1ZiqiqNQZb66
=pQHz
-END PGP SIGNATURE-


Accepted:
python-traitsbackendwx_3.6.0-1.debian.tar.gz
  to main/p/python-traitsbackendwx/python-traitsbackendwx_3.6.0-1.debian.tar.gz
python-traitsbackendwx_3.6.0-1.dsc
  to main/p/python-traitsbackendwx/python-traitsbackendwx_3.6.0-1.dsc
python-traitsbackendwx_3.6.0-1_all.deb
  to main/p/python-traitsbackendwx/python-traitsbackendwx_3.6.0-1_all.deb
python-traitsbackendwx_3.6.0.orig.tar.gz
  to main/p/python-traitsbackendwx/python-traitsbackendwx_3.6.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/e1q7u5r-0007at...@franck.debian.org



Accepted python-traitsgui 3.6.0-1 (source all)

2011-04-06 Thread Varun Hiremath
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 00:18:30 -0400
Source: python-traitsgui
Binary: python-traitsgui
Architecture: source all
Version: 3.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Varun Hiremath va...@debian.org
Description: 
 python-traitsgui - Traits-capable windowing framework
Closes: 617040
Changes: 
 python-traitsgui (3.6.0-1) unstable; urgency=low
 .
   * New upstream release
   * Convert to dh_python2 (Closes: #617040)
Checksums-Sha1: 
 ca6584eeb7347916f41ef045de83790d77068140 2066 python-traitsgui_3.6.0-1.dsc
 2950ac9160fb6902260da67290e36da676439bea 4866846 
python-traitsgui_3.6.0.orig.tar.gz
 c2791199200c1300b6bae1f10f476877dc53cc82 8322 
python-traitsgui_3.6.0-1.debian.tar.gz
 5de9741a6640c6036b23d0e427d8176c12e6b3b7 1804898 
python-traitsgui_3.6.0-1_all.deb
Checksums-Sha256: 
 506deb4d58d9a7f3e3b1efa2f4d062537c2451e3f003a297fdd093cb347a5a6b 2066 
python-traitsgui_3.6.0-1.dsc
 6af10cb64a0e2562343e2ea04f772257e07704dbc69fee966eca58e5e46b167a 4866846 
python-traitsgui_3.6.0.orig.tar.gz
 ebcb8059cc2bd663be66223d787c2194f01a0d902cb446b34e3c96ed6232a767 8322 
python-traitsgui_3.6.0-1.debian.tar.gz
 bec63600f8fe5f4847d4c0865845c8e652a41b3f540911e082a9df3ccc681175 1804898 
python-traitsgui_3.6.0-1_all.deb
Files: 
 b8de6897a46d60495dc20d3d3e184655 2066 python optional 
python-traitsgui_3.6.0-1.dsc
 cf88abd88508034e193e784b3f2de2ad 4866846 python optional 
python-traitsgui_3.6.0.orig.tar.gz
 9b85db5b01503bd9a9b08fafa50919d3 8322 python optional 
python-traitsgui_3.6.0-1.debian.tar.gz
 5c47fb345a982130366b4f4cec0bbc7b 1804898 python optional 
python-traitsgui_3.6.0-1_all.deb

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

iQIcBAEBCgAGBQJNm/g8AAoJEHA3PPEpDbnOCZkQAJ0qcM9PGnwLBYVlquiOHb3t
wqIhHvZxaWRQQHsvYbA0356ZXXEtW/bP7vq7srGcOP6/VQaalgsBry26Kf2OwmGj
Fxh68DZ2TGLn0tKUt+uCIqc0F4+KJnKJMpHHlwiV6i+8Xrb9+IiktphbV5cXWkPE
u6MsOy75PRdc39JtgVxPlaKiilOo4AzdRylGb41xIgbi3oSAOz2Mi6hhm6hjms0o
ucLOmFxpjMHj7bUdtnYkGCSdEJ1yV/ucAVbKxuU3wJiwGofpw3w9sowZ//Rw/Blc
oqOCg+SvIIe24lYQPNkCJVzySlO+7Tk5RrJzX88TkzdqjNjM2qXjTpfIkSuboLqK
Bo9bksqxyuk2W2w0yCP8UgdJgfMUg1H8/C1Y9azymdt7LA2Pi9dQt+/js6X81vJF
4DPq5tDIycGleXskpUsd83/NiHj2Z98eksYCj07HE5tOLKaDj8eQKj/VrXOgur1X
5AKCkLpwWYuISJXJN1lxVmthtzNPgLTj0kL9/KcBOnLogDUOUGzRCMGPh+i8rG+q
6Vjs9oZLT07JFNGkCdEycDGhAcIyo1xpcCJF0OqJIRyLAiJ8t+7NEHnPOPaaN0F7
4PDtIpZqx2MBb7nP7O49jGl2/Vf/PNEDeDVoMQa9LIp+C5PYEiJRDBWZCmnQXABK
pXwt2WgYW3hbX+tfdNc7
=6EHc
-END PGP SIGNATURE-


Accepted:
python-traitsgui_3.6.0-1.debian.tar.gz
  to main/p/python-traitsgui/python-traitsgui_3.6.0-1.debian.tar.gz
python-traitsgui_3.6.0-1.dsc
  to main/p/python-traitsgui/python-traitsgui_3.6.0-1.dsc
python-traitsgui_3.6.0-1_all.deb
  to main/p/python-traitsgui/python-traitsgui_3.6.0-1_all.deb
python-traitsgui_3.6.0.orig.tar.gz
  to main/p/python-traitsgui/python-traitsgui_3.6.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/e1q7u5d-0007ct...@franck.debian.org



Accepted ranger 1.4.3-1 (source all)

2011-04-06 Thread Vern Sun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 09:03:36 +0800
Source: ranger
Binary: ranger
Architecture: source all
Version: 1.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Vern Sun s5u...@gmail.com
Changed-By: Vern Sun s5u...@gmail.com
Description: 
 ranger - File manager with an ncurses frontend written in Python
Closes: 617880 619142
Changes: 
 ranger (1.4.3-1) unstable; urgency=low
 .
   * New upstream release
   * python lowercase in short description, fixed. (Closes: #617880)
   * Two typos in the man page (patch from A. Costa), fixed. (Closes: #619142)
Checksums-Sha1: 
 049d6b6014261a286471ae375d342fb4b60f4cc3 1061 ranger_1.4.3-1.dsc
 d025e645410636554391e81f2f7b42a4e37571ad 124136 ranger_1.4.3.orig.tar.gz
 ec9cab0364644dd20dca27534e06f17e3fae7562 2877 ranger_1.4.3-1.debian.tar.gz
 91dfc6825b0c994a8ee0e5298d8b8471f4f2a4f1 100642 ranger_1.4.3-1_all.deb
Checksums-Sha256: 
 bbe6346b8c8ae024c897bebade6dcae1e0213870b9e4a41a60863c2f606a64c7 1061 
ranger_1.4.3-1.dsc
 c73149ae7923c8687a9a265223245d79d07226362c10464d7d21a65bbcdb04b2 124136 
ranger_1.4.3.orig.tar.gz
 457f13effc2544080b58627f5c63e32332db9c6d066074abbc09aa48e912af7e 2877 
ranger_1.4.3-1.debian.tar.gz
 e5fe75e0a4ce6855ef3737d353a0865cb4171cd55a76bcd7f6fd615843e7a450 100642 
ranger_1.4.3-1_all.deb
Files: 
 3310396ee14c5844343ca42093e2292b 1061 utils extra ranger_1.4.3-1.dsc
 c7e9b014710a75eb2ad40a47e678433a 124136 utils extra ranger_1.4.3.orig.tar.gz
 31fc79761a4385e03ed0118331383dfa 2877 utils extra ranger_1.4.3-1.debian.tar.gz
 d89c4f5c8c563c2d131ea7520d5fe3aa 100642 utils extra ranger_1.4.3-1_all.deb

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

iEYEARECAAYFAk2cd6oACgkQ5TUK4GCH0vgyWQCZAczab6r30mUhouvLC8M5gK/G
wUkAn3eamP2066L0D2YupafDq2D5lUYU
=Yhtu
-END PGP SIGNATURE-


Accepted:
ranger_1.4.3-1.debian.tar.gz
  to main/r/ranger/ranger_1.4.3-1.debian.tar.gz
ranger_1.4.3-1.dsc
  to main/r/ranger/ranger_1.4.3-1.dsc
ranger_1.4.3-1_all.deb
  to main/r/ranger/ranger_1.4.3-1_all.deb
ranger_1.4.3.orig.tar.gz
  to main/r/ranger/ranger_1.4.3.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/e1q7u5q-0007f3...@franck.debian.org



Accepted software-properties 0.80.6debian1 (source all)

2011-04-06 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 06 Apr 2011 15:44:14 +0200
Source: software-properties
Binary: python-software-properties software-properties-gtk 
software-properties-kde
Architecture: source all
Version: 0.80.6debian1
Distribution: experimental
Urgency: low
Maintainer: Julian Andres Klode j...@debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 python-software-properties - manage the repositories that you install software 
from
 software-properties-gtk - manage the repositories that you install software 
from
 software-properties-kde - manage the repositories that you install software 
from
Closes: 572350
Changes: 
 software-properties (0.80.6debian1) experimental; urgency=low
 .
   * Rebase Debian package against Ubuntu one.
   * python-apt 0.8 conform (Closes: #572350)
   * softwareproperties/gtk/CdromProgress.py:
 - Fix python-apt 0.8 progress-progress.base incompatibility
   * Move to debhelper 7 and dh_python2
Checksums-Sha1: 
 b96ffda2763b7afb6f5a607062a1e95eb4c5d78a 1040 
software-properties_0.80.6debian1.dsc
 ba18fe542da09b564089a661a1590318558ea2c3 1399386 
software-properties_0.80.6debian1.tar.gz
 1d7c7b8f180acab76632c20039845c58954eb995 97330 
python-software-properties_0.80.6debian1_all.deb
 2417d69f7f0c10d96f3790a8062c2eb9b4ab1708 52476 
software-properties-gtk_0.80.6debian1_all.deb
 5835685ae6e7f1b2e76db44765a5264cf0cf9446 42180 
software-properties-kde_0.80.6debian1_all.deb
Checksums-Sha256: 
 dc316593205518abdd7bdbeebf0078f15dc35ca0f0f8168c3e45feb3410c5992 1040 
software-properties_0.80.6debian1.dsc
 4a7e1539818932a70cfaaf70cf231f024bcc4a76ccd6100cc51a6e931e8b853f 1399386 
software-properties_0.80.6debian1.tar.gz
 97369ddd00408a2ce9727d568c8951d9cab180453b027e3d017b063c060c246e 97330 
python-software-properties_0.80.6debian1_all.deb
 430280c0320d4bef417c9a70295146154bd48604e91f705fbb5197cb438388f6 52476 
software-properties-gtk_0.80.6debian1_all.deb
 6e85de6c90174e5a284d871203a291428df979c5edf7c1d10e05da902ec94151 42180 
software-properties-kde_0.80.6debian1_all.deb
Files: 
 7480dbdc9b7b4d7c1cf606df5ba4db7c 1040 admin optional 
software-properties_0.80.6debian1.dsc
 13a61e3070e2571b9a0dec05e363a769 1399386 admin optional 
software-properties_0.80.6debian1.tar.gz
 c0c60042caefbfc9f6271f4b5c34164e 97330 python optional 
python-software-properties_0.80.6debian1_all.deb
 6b84ec4587fd6e81ca86f82ec606a73e 52476 admin optional 
software-properties-gtk_0.80.6debian1_all.deb
 e50fc4686815ac0786285c7160b7eda8 42180 kde optional 
software-properties-kde_0.80.6debian1_all.deb

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

iEYEAREDAAYFAk2cdN0ACgkQrCpf/gCCPsIEwQCgrF6hl4M4HYvSelnNBoo+s/MH
0egAn2VfB5nsD4mj7YkltVHbG9sTa6Of
=kXxu
-END PGP SIGNATURE-


Accepted:
python-software-properties_0.80.6debian1_all.deb
  to main/s/software-properties/python-software-properties_0.80.6debian1_all.deb
software-properties-gtk_0.80.6debian1_all.deb
  to main/s/software-properties/software-properties-gtk_0.80.6debian1_all.deb
software-properties-kde_0.80.6debian1_all.deb
  to main/s/software-properties/software-properties-kde_0.80.6debian1_all.deb
software-properties_0.80.6debian1.dsc
  to main/s/software-properties/software-properties_0.80.6debian1.dsc
software-properties_0.80.6debian1.tar.gz
  to main/s/software-properties/software-properties_0.80.6debian1.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/e1q7u6k-0007jk...@franck.debian.org



Accepted jpilot 1.8.1.1-1 (source amd64)

2011-04-06 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 16:59:55 +0200
Source: jpilot
Binary: jpilot jpilot-plugins
Architecture: source amd64
Version: 1.8.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description: 
 jpilot - graphical app. to modify the contents of your Palm Pilot's DBs
 jpilot-plugins - plugins for jpilot (Palm Pilot desktop)
Changes: 
 jpilot (1.8.1.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/jpilot.manpages: include jpilot-merge.1
   * debian/rules: no need to update config.{guess,sub}
   * debian/rules: remove override_dh_auto_clean rule
Checksums-Sha1: 
 d32efc6a622c77dce45909836376014c5039cd7f 1183 jpilot_1.8.1.1-1.dsc
 a7a13918d7928eba05f53ef5969cb908146a6770 1644097 jpilot_1.8.1.1.orig.tar.gz
 418e7dce1e2022f60baae5476dad5862507c85af 14790 jpilot_1.8.1.1-1.debian.tar.gz
 db7b6d393691c0ba767b4d34c138d16cf7ef77b1 723522 jpilot_1.8.1.1-1_amd64.deb
 d49a798c3bb4cf4063ead75318e95d6da03d9de8 65078 
jpilot-plugins_1.8.1.1-1_amd64.deb
Checksums-Sha256: 
 b8c12754846d684f4726483637576ac6cb5d1c6f8f8f707067af30ffe0506cae 1183 
jpilot_1.8.1.1-1.dsc
 8b0528b6d100598c0651a72532d4f3822943e22a6b957211eebe26ca6290edfd 1644097 
jpilot_1.8.1.1.orig.tar.gz
 ce7d33c27938e1e935a8f5893585500819ef1c86a795cf90416508dec6c76075 14790 
jpilot_1.8.1.1-1.debian.tar.gz
 cb23010d117d7fea93af30693ef945cfdf9cda2664af3cc84d9d147e5c1d809d 723522 
jpilot_1.8.1.1-1_amd64.deb
 3b9240331fb3cff48eba2dd097bbea27d7c747e7bf6aa455519fbad4596b3c4b 65078 
jpilot-plugins_1.8.1.1-1_amd64.deb
Files: 
 4d64eb0ad88dde04af4de36eb800cb8c 1183 otherosfs extra jpilot_1.8.1.1-1.dsc
 b07bfd74d7503a9aecceefc680b108f8 1644097 otherosfs extra 
jpilot_1.8.1.1.orig.tar.gz
 c06ca4ea23388a1242ce987c6c9d38af 14790 otherosfs extra 
jpilot_1.8.1.1-1.debian.tar.gz
 b4160cc6e79b05e0e18b85eed9bf8913 723522 otherosfs extra 
jpilot_1.8.1.1-1_amd64.deb
 19d70b5634c2f8a00aa23b062f009e19 65078 otherosfs extra 
jpilot-plugins_1.8.1.1-1_amd64.deb

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

iEYEARECAAYFAk2cgE0ACgkQP0qKj+B/HPnsRwCbBJFVAu2/8kL9UTQ9B4b9Bao/
xMkAn2Uikiv83jEerNVYTQ1Iky1xel7C
=EfOT
-END PGP SIGNATURE-


Accepted:
jpilot-plugins_1.8.1.1-1_amd64.deb
  to main/j/jpilot/jpilot-plugins_1.8.1.1-1_amd64.deb
jpilot_1.8.1.1-1.debian.tar.gz
  to main/j/jpilot/jpilot_1.8.1.1-1.debian.tar.gz
jpilot_1.8.1.1-1.dsc
  to main/j/jpilot/jpilot_1.8.1.1-1.dsc
jpilot_1.8.1.1-1_amd64.deb
  to main/j/jpilot/jpilot_1.8.1.1-1_amd64.deb
jpilot_1.8.1.1.orig.tar.gz
  to main/j/jpilot/jpilot_1.8.1.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/e1q7uva-lm...@franck.debian.org



Accepted software-properties 0.76.7debian1 (source all)

2011-04-06 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 06 Apr 2011 16:52:52 +0200
Source: software-properties
Binary: python-software-properties software-properties-gtk 
software-properties-kde
Architecture: source all
Version: 0.76.7debian1
Distribution: unstable
Urgency: low
Maintainer: Julian Andres Klode j...@debian.org
Changed-By: Julian Andres Klode j...@debian.org
Description: 
 python-software-properties - manage the repositories that you install software 
from
 software-properties-gtk - manage the repositories that you install software 
from
 software-properties-kde - manage the repositories that you install software 
from
Closes: 572350
Changes: 
 software-properties (0.76.7debian1) unstable; urgency=low
 .
   * Rebase Debian package against Ubuntu maverick one.
   * python-apt 0.8 conform (Closes: #572350)
   * softwareproperties/gtk/CdromProgress.py:
 - Fix python-apt 0.8 progress-progress.base incompatibility
   * Move to debhelper 7 and dh_python2
Checksums-Sha1: 
 0d3b1a7e266d9a07242e479f7bce3f77670d3f07 1042 
software-properties_0.76.7debian1.dsc
 57b0dba7b745a9b5be2582ec4babde7fb2cbf864 1397994 
software-properties_0.76.7debian1.tar.gz
 539a92f7509f6df3c3a08289db9a9fb431420a69 95806 
python-software-properties_0.76.7debian1_all.deb
 5af2b4ad1129962a2da68c5deeb3885497d49b2b 51206 
software-properties-gtk_0.76.7debian1_all.deb
 69a5f049f81a88e3228f2d58dfc2bfefd54b3e7c 41012 
software-properties-kde_0.76.7debian1_all.deb
Checksums-Sha256: 
 9f1f79a3b3c4749532d3a5f2b209c457d0d2d5551a121630cd67c0d328a94843 1042 
software-properties_0.76.7debian1.dsc
 303943ffd50f4e42f97d1c21626a859b6eed2e187e2ac5108c0fba3c61013d16 1397994 
software-properties_0.76.7debian1.tar.gz
 80864c3b80a527176121b8b43897771730414c1ae71c04bd87222ec9a08435b2 95806 
python-software-properties_0.76.7debian1_all.deb
 7bc42a4873f231c262c104b55db7eb75e1ed29efb4b18aed1be4414cb5a590d5 51206 
software-properties-gtk_0.76.7debian1_all.deb
 9a2dc254e19c7f20ec19831d22a8754c8fc251240fa086fd35784ec72c674eb4 41012 
software-properties-kde_0.76.7debian1_all.deb
Files: 
 c084ef7a8c3439f218c3ecc9d8d9358c 1042 admin optional 
software-properties_0.76.7debian1.dsc
 7d79468a4b2d210bb595ed08811f07ca 1397994 admin optional 
software-properties_0.76.7debian1.tar.gz
 3b25c0d8ab285c9636232a743dd35d11 95806 python optional 
python-software-properties_0.76.7debian1_all.deb
 a23e7b6c56a835a046d44ea55a8a5b86 51206 admin optional 
software-properties-gtk_0.76.7debian1_all.deb
 1c6f6cf405e62d35e4d8589cf6d8a648 41012 kde optional 
software-properties-kde_0.76.7debian1_all.deb

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

iEYEAREDAAYFAk2cfvwACgkQrCpf/gCCPsIwxQCgknbTW8U1TQWKCEU2pkpUL9Aj
JOsAniU0Wq+pV6+li92P5D/XF+M6FVvB
=Oc+a
-END PGP SIGNATURE-


Accepted:
python-software-properties_0.76.7debian1_all.deb
  to main/s/software-properties/python-software-properties_0.76.7debian1_all.deb
software-properties-gtk_0.76.7debian1_all.deb
  to main/s/software-properties/software-properties-gtk_0.76.7debian1_all.deb
software-properties-kde_0.76.7debian1_all.deb
  to main/s/software-properties/software-properties-kde_0.76.7debian1_all.deb
software-properties_0.76.7debian1.dsc
  to main/s/software-properties/software-properties_0.76.7debian1.dsc
software-properties_0.76.7debian1.tar.gz
  to main/s/software-properties/software-properties_0.76.7debian1.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/e1q7uvr-qf...@franck.debian.org



Accepted bzr-gtk 0.100.0+bzr729-1 (source all)

2011-04-06 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 16:57:21 +0200
Source: bzr-gtk
Binary: bzr-gtk nautilus-bzr
Architecture: source all
Version: 0.100.0+bzr729-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-gtk- provides graphical interfaces to Bazaar (bzr) version control
 nautilus-bzr - Bazaar (bzr) integration for nautilus
Changes: 
 bzr-gtk (0.100.0+bzr729-1) unstable; urgency=low
 .
   [ Andrew Starr-Bochicchio ]
   * debian/control:
- Drop python-gnome2-desktop recommends as that package
  is not longer built.
- Add Vcs-Browser field.
 .
   [ John Ferlito]
   * Remove John Ferlito from uploaders.
 .
   [ Jelmer Vernooij ]
   * New upstream snapshot.
+ Fixes import of open_display. LP: #733841
+ Adds support for internationalization. LP: #621680
   * New upstream snapshot.
Checksums-Sha1: 
 69a3933a69a07c61b02446e872f0d1bc492c1a0b 1483 bzr-gtk_0.100.0+bzr729-1.dsc
 86898c8d90acd4d42fd07eaa38af3904c77fe42d 249265 
bzr-gtk_0.100.0+bzr729.orig.tar.gz
 b7303eca2f265b90d216bfc757b1d1016a6f5721 8372 
bzr-gtk_0.100.0+bzr729-1.debian.tar.gz
 3ff3a18773acda9ca624966a6615bb1f974d671d 156636 
bzr-gtk_0.100.0+bzr729-1_all.deb
 17f3dc8d855017e9d326bdfecf922be609b4908e 12950 
nautilus-bzr_0.100.0+bzr729-1_all.deb
Checksums-Sha256: 
 7fe9348dd903c922d2ac03dee862a5a308a483a9cbc0816917c1b92545c00785 1483 
bzr-gtk_0.100.0+bzr729-1.dsc
 3561c7febbba55596d54b47cfd9e10f2021bf4223cf89aceec3d920ee9f007f0 249265 
bzr-gtk_0.100.0+bzr729.orig.tar.gz
 92741a4cfbec3a5f470a779a8e9e0dd139f1c649ae5f2b45c19611b96ebbad46 8372 
bzr-gtk_0.100.0+bzr729-1.debian.tar.gz
 124932dbad2796d3279f40d0e5ce9d4ad3c9e9036ba43522cbea2596a89dfce3 156636 
bzr-gtk_0.100.0+bzr729-1_all.deb
 a8a25dff499a29b2e9276766a4192f57c9efca9574eb3266fa05feb99980006c 12950 
nautilus-bzr_0.100.0+bzr729-1_all.deb
Files: 
 5ee84c56d0cdc623942f94ac0b782491 1483 vcs optional bzr-gtk_0.100.0+bzr729-1.dsc
 fcdf6a412d47557809800cab6a5efcc8 249265 vcs optional 
bzr-gtk_0.100.0+bzr729.orig.tar.gz
 5a1df68a4765cc97be6565dc1bdc9e91 8372 vcs optional 
bzr-gtk_0.100.0+bzr729-1.debian.tar.gz
 55cd87be962ead5b567c54371fdecbb6 156636 vcs optional 
bzr-gtk_0.100.0+bzr729-1_all.deb
 0d66355221f0aa9c83bd6ce94d488686 12950 vcs optional 
nautilus-bzr_0.100.0+bzr729-1_all.deb

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

iEYEARECAAYFAk2chj0ACgkQPa9Uoh7vUnaGjQCfX6uxL4JxAxi7pvOihjJxgyVU
z88An1eckT2dEU4AILmmMgLBb2P05l0S
=kXGV
-END PGP SIGNATURE-


Accepted:
bzr-gtk_0.100.0+bzr729-1.debian.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.100.0+bzr729-1.debian.tar.gz
bzr-gtk_0.100.0+bzr729-1.dsc
  to main/b/bzr-gtk/bzr-gtk_0.100.0+bzr729-1.dsc
bzr-gtk_0.100.0+bzr729-1_all.deb
  to main/b/bzr-gtk/bzr-gtk_0.100.0+bzr729-1_all.deb
bzr-gtk_0.100.0+bzr729.orig.tar.gz
  to main/b/bzr-gtk/bzr-gtk_0.100.0+bzr729.orig.tar.gz
nautilus-bzr_0.100.0+bzr729-1_all.deb
  to main/b/bzr-gtk/nautilus-bzr_0.100.0+bzr729-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/e1q7uii-0001t6...@franck.debian.org



Accepted ora2pg 8.1-1 (source all)

2011-04-06 Thread Julián Moreno Patiño
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Tue, 05 Apr 2011 14:57:08 -0500
Source: ora2pg
Binary: ora2pg
Architecture: source all
Version: 8.1-1
Distribution: unstable
Urgency: low
Maintainer: Julián Moreno Patiño darkju...@gmail.com
Changed-By: Julián Moreno Patiño darkju...@gmail.com
Description: 
 ora2pg - Oracle to PostgreSQL database schema converter
Changes: 
 ora2pg (8.1-1) unstable; urgency=low
 .
   * New upstream release
   * Remove Suggests in control file
 + Move libdbd-pg-perl to Depends
Checksums-Sha1: 
 16c77691ed66c5140c119df2b3ad23cecce4e03f 1684 ora2pg_8.1-1.dsc
 a5732657510378cf53a56ac9f1f68778d524dc5f 76778 ora2pg_8.1.orig.tar.bz2
 b145c86bf43b51ef80c34037be54b35e3fbb5caf 3626 ora2pg_8.1-1.debian.tar.bz2
 bf54a258e439ef17829035df0931f33776e36d90 81752 ora2pg_8.1-1_all.deb
Checksums-Sha256: 
 d7d30142feec540cf2a6878535bd44cf02ec578c74d03e82ed3d0c72d4710b88 1684 
ora2pg_8.1-1.dsc
 7325359f2ac5435c27b5093fdce1a58576e29a447aca2e7698351a3c1ad6e8cc 76778 
ora2pg_8.1.orig.tar.bz2
 50e0d9588d168e53d896d780e31e1466123bcae7513470c5915d1c8c1c7b491f 3626 
ora2pg_8.1-1.debian.tar.bz2
 875e7b76a0aaee5d5a4aaddf662f84792efd499520fd12b53cc770e67300b47b 81752 
ora2pg_8.1-1_all.deb
Files: 
 9be5bbec90df75cccb371c3558224223 1684 contrib/misc extra ora2pg_8.1-1.dsc
 3133baa5919b69f6e91863e520ebe31f 76778 contrib/misc extra 
ora2pg_8.1.orig.tar.bz2
 bf812bb92dc9c9f49e69a52f756668b9 3626 contrib/misc extra 
ora2pg_8.1-1.debian.tar.bz2
 a5b17d5516323a9c8f137924fff748de 81752 contrib/misc extra ora2pg_8.1-1_all.deb

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

iQIcBAEBCgAGBQJNm6P+AAoJENX9/BVhaL9g68EP/1o46jhKrO17Dqf+1RKj9WXf
g4KQrX767f9FEU38tfPshz82R4MHLc0Qu368jRCVvoCzXRuNtFN9iYmVkN165KJr
fGVVah28a5ZPaI001sXxxS4y6PhK05fYSMG6+lrY8PEK3UiJdoTOZTn75PM1732H
CL6i5zQ/Iz0qxyFO5B3zZDBZlGUrnihnSMEOrTFaTyrPOTpPu7eomZZQooQ8x7l2
/dMGzmLCFE2xIWggL8h8MI48wxAZPeox0oVvhUKUeF4t8B9SAS41jycTh0V5i/tm
cwj74OAX2ImhQArRIjUubD7Thfvx3hfGn2OdNHdvPR2QFf0RWX7DMfek3YKNFL7L
K2YAbhFCLXzOJqv+kCGkHAY3hL9wi3SZDP2KbcVvK9KgdyQrijovyLRxN594AHSj
kEhyZVtRehZFRVSvcS4cYFX4VftXTDXJv05FqtaH8TaP7R3X6KuJHav94e1N6euZ
KDu00RykuMt27p0Vr7Hkwhe5+S6UlGFvMKijUtAXEjkaYbKqOx2CJw8Za89ATHqz
47m9+GII1B9Wo7nwSPzJeNqLyBOt551eyVVv7em2I9pAxYC/YjPSr5HnpIumo+N3
IoUq0jdpMviDLcplDa69OY5OdUuqeg7hM4itRPnACaGhY4pKRkt09aHJOnshzDpB
oFYao1h8JbClLmNaWaXD
=4gju
-END PGP SIGNATURE-


Accepted:
ora2pg_8.1-1.debian.tar.bz2
  to contrib/o/ora2pg/ora2pg_8.1-1.debian.tar.bz2
ora2pg_8.1-1.dsc
  to contrib/o/ora2pg/ora2pg_8.1-1.dsc
ora2pg_8.1-1_all.deb
  to contrib/o/ora2pg/ora2pg_8.1-1_all.deb
ora2pg_8.1.orig.tar.bz2
  to contrib/o/ora2pg/ora2pg_8.1.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/e1q7uj1-0001xy...@franck.debian.org



Accepted scotch 5.1.11.dfsg-7 (source amd64)

2011-04-06 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 11:10:22 -0400
Source: scotch
Binary: scotch ptscotch libscotch-dev libptscotch-dev scotch-dbg ptscotch-dbg 
libscotch-dbg libptscotch-dbg libscotchmetis-dev libscotchparmetis-dev 
libscotch-5.1 libptscotch-5.1
Architecture: source amd64
Version: 5.1.11.dfsg-7
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Adam C. Powell, IV hazel...@debian.org
Description: 
 libptscotch-5.1 - MPI programs and libraries for graph, mesh and hypergraph 
partiti
 libptscotch-dbg - MPI programs and libraries for graph, mesh and hypergraph 
partiti
 libptscotch-dev - MPI programs and libraries for graph, mesh and hypergraph 
partiti
 libscotch-5.1 - programs and libraries for graph, mesh and hypergraph 
partitionin
 libscotch-dbg - programs and libraries for graph, mesh and hypergraph 
partitionin
 libscotch-dev - programs and libraries for graph, mesh and hypergraph 
partitionin
 libscotchmetis-dev - programs and libraries for graph, mesh and hypergraph 
partitionin
 libscotchparmetis-dev - programs and libraries for graph, mesh and hypergraph 
partitionin
 ptscotch   - MPI programs and libraries for graph, mesh and hypergraph partiti
 ptscotch-dbg - MPI programs and libraries for graph, mesh and hypergraph 
partiti
 scotch - programs and libraries for graph, mesh and hypergraph partitionin
 scotch-dbg - programs and libraries for graph, mesh and hypergraph partitionin
Closes: 621037
Changes: 
 scotch (5.1.11.dfsg-7) unstable; urgency=low
 .
   [ Adam C. Powell, IV ]
   * Revert to building shared and static libs from the same objects, as in -4.
   * Link libraries properly (closes: #621037).
 .
   [ Johannes Ring ]
   * Make ptscotch libs work.
Checksums-Sha1: 
 859f0040d2e8ce698b271c30c53058573864c253 1621 scotch_5.1.11.dfsg-7.dsc
 dd6831beccea5f6dfa557bec8d87b056273bf546 24316 
scotch_5.1.11.dfsg-7.debian.tar.gz
 0056c94be24da52b7763c01ca4a3f4ea20c3a1f8 337208 scotch_5.1.11.dfsg-7_amd64.deb
 546581f506bd90e97aae020aaf248e148446e818 96618 ptscotch_5.1.11.dfsg-7_amd64.deb
 fad6588127bc01a4a90597383f992cd6e6aa4306 967864 
libscotch-dev_5.1.11.dfsg-7_amd64.deb
 1e67e410f52b50b865d6546336fd9d6775c02d74 1581078 
libptscotch-dev_5.1.11.dfsg-7_amd64.deb
 dfcb0180b992c63167eef7bbc59536742a86d1be 97164 
scotch-dbg_5.1.11.dfsg-7_amd64.deb
 44f3e630a71b87087fc7bed92ffa0b29f00d38cc 28676 
ptscotch-dbg_5.1.11.dfsg-7_amd64.deb
 19b6968c26932f0fd343ab3fc6c556f0f9bd5ac6 91486 
libscotch-dbg_5.1.11.dfsg-7_amd64.deb
 1b138ac9e93127e1e18517666a426df1b2db9a53 128084 
libptscotch-dbg_5.1.11.dfsg-7_amd64.deb
 b80cd76da2e9bfaa8a36ef5b7d49bb1e6b640852 30214 
libscotchmetis-dev_5.1.11.dfsg-7_amd64.deb
 54aede58ce491a95921fe5d85a715f4bf0ff09da 30256 
libscotchparmetis-dev_5.1.11.dfsg-7_amd64.deb
 0638563e76124474223f5376e2881746f60d6e75 788110 
libscotch-5.1_5.1.11.dfsg-7_amd64.deb
 cef65d59576e25719b71ab496c1e74b653f833af 1268496 
libptscotch-5.1_5.1.11.dfsg-7_amd64.deb
Checksums-Sha256: 
 3f8cacf2bc1925ec5c84beed98f62f5afb4c76da45869d2715f79d39c57ccb23 1621 
scotch_5.1.11.dfsg-7.dsc
 6a36bc0c01e27b3d50c14e1454ef2180247d01c5e3a7099f7daa073aeb6ca31b 24316 
scotch_5.1.11.dfsg-7.debian.tar.gz
 042254bd5a8fe829c167c9d242d24fc253584aaac4fafcfd7cfc947ebdef7b4f 337208 
scotch_5.1.11.dfsg-7_amd64.deb
 558a2992aaf8b9b59d350caaeee08be2510c08260d5953a08a137e9774045825 96618 
ptscotch_5.1.11.dfsg-7_amd64.deb
 b53f6f4007309fdd29f7021aa2289e8ecaedee11153ca706892d7803dd38e92f 967864 
libscotch-dev_5.1.11.dfsg-7_amd64.deb
 b77b9dc90dc4bb301bea11da7ce643993f8e8aa82d269416f1ef9b0f650d066c 1581078 
libptscotch-dev_5.1.11.dfsg-7_amd64.deb
 60291987788e44a2a5613db37a0acdb44a1035ef0593e9126cc8fa92d7ac33c9 97164 
scotch-dbg_5.1.11.dfsg-7_amd64.deb
 e4474114539dbf4885045add559bd5b6501f0dd03ed5df1b080494794855da28 28676 
ptscotch-dbg_5.1.11.dfsg-7_amd64.deb
 4c6ee23d306263bc3883f116b8e0e4a6ed372498e7ff550182bad2cb9edb5fa3 91486 
libscotch-dbg_5.1.11.dfsg-7_amd64.deb
 62f472f67f2221af9cca1fe99b52af98e0a81140785d7fdfbca9720866c2d2f8 128084 
libptscotch-dbg_5.1.11.dfsg-7_amd64.deb
 fda3847c06cbfae6cbbb29a951c7f0bb24925a2382b117a3ee0d84b7f5a75920 30214 
libscotchmetis-dev_5.1.11.dfsg-7_amd64.deb
 40323ca484a334bdaa7e5ede585b071d1578a947b9f93ee8d6a16c4294372c31 30256 
libscotchparmetis-dev_5.1.11.dfsg-7_amd64.deb
 ff84964b542d94a709639072d79ba54c23120f987e36051eae16badefcb1ac86 788110 
libscotch-5.1_5.1.11.dfsg-7_amd64.deb
 d6b87e7f4958ad3cd06e9223de9a0661a679d9be2b134de417128541bdcb769c 1268496 
libptscotch-5.1_5.1.11.dfsg-7_amd64.deb
Files: 
 90963f8247045c80d927602639f93b52 1621 math extra scotch_5.1.11.dfsg-7.dsc
 6d4b7ca6c9ef69ce93c1b3c088782e41 24316 math extra 
scotch_5.1.11.dfsg-7.debian.tar.gz
 f5aa0b99a3c65231b1ca7b36fa7f84e1 337208 math extra 
scotch_5.1.11.dfsg-7_amd64.deb
 d6815b168698281bf094d0de6b85ee79 96618 math extra 
ptscotch_5.1.11.dfsg-7_amd64.deb
 8f983d1ec6cfb3a8ad8ba42f17536d13 

Accepted crafty 23.4-4 (source i386)

2011-04-06 Thread Oliver Korff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 17:15:49 +0200
Source: crafty
Binary: crafty
Architecture: source i386
Version: 23.4-4
Distribution: unstable
Urgency: low
Maintainer: Oliver Korff o...@xynyx.de
Changed-By: Oliver Korff o...@xynyx.de
Description: 
 crafty - state-of-the-art chess engine, compatible with xboard
Closes: 621051 621052
Changes: 
 crafty (23.4-4) unstable; urgency=low
 .
   * The changes for 23.4-3 were highly supported by Mike Rohleder
 m...@rohleder.de this had to be clarified. Thanks!
   * Stripped README.Debian a bit and deleted deprecated entries
 of the previous maintainer, Eric Van Buggenhaut
 eri...@debian.org (Closes: #621051)
   * The setgid r/w files in /var/lib/crafty have not been tolerable
 and are not necessary, if crafty is used in a $HOME/.crafty
 setup. This is ATM supported by executing the setup-crafty.sh
 from /usr/share/doc/crafty. Removed documetation of the old
 setup README.Debian. (Closes: #621052)
Checksums-Sha1: 
 b057d3a018fc3e7732ee3b95e3f827acb08841f1 991 crafty_23.4-4.dsc
 7d62b7cf00b9cad988d783d94e07dbd3641d9444 54446 crafty_23.4-4.debian.tar.gz
 bed817621c940668bd5c906623392f0d003c6793 388492 crafty_23.4-4_i386.deb
Checksums-Sha256: 
 00b0964fedb0920a946d9c95fe8c17742eb99193f7819c6034988d12e2c44bf6 991 
crafty_23.4-4.dsc
 c00c4cd1f611d178bbd8ba1af5d65d3d0770085b17066003510eb6fb26f2654d 54446 
crafty_23.4-4.debian.tar.gz
 a7a5e3fafdfe6001f158792828af20050f357a0d000de391674480623fef391f 388492 
crafty_23.4-4_i386.deb
Files: 
 b53d303a75ac066a80f169264adff45b 991 non-free/games optional crafty_23.4-4.dsc
 1ec0646423ad89ae2e2a1122bf9cfd02 54446 non-free/games optional 
crafty_23.4-4.debian.tar.gz
 c7f2299a681a127d0f7341d45d8dfc07 388492 non-free/games optional 
crafty_23.4-4_i386.deb

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

iEYEARECAAYFAk2ch4AACgkQYEKwtdP5dN+6VACffzgJIyukIYo/tH8qTABtwTpl
d10AoL8zKG8HZ5I/mwJwUNi+IP49DMvU
=GBCH
-END PGP SIGNATURE-


Accepted:
crafty_23.4-4.debian.tar.gz
  to non-free/c/crafty/crafty_23.4-4.debian.tar.gz
crafty_23.4-4.dsc
  to non-free/c/crafty/crafty_23.4-4.dsc
crafty_23.4-4_i386.deb
  to non-free/c/crafty/crafty_23.4-4_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/e1q7uwn-0005bj...@franck.debian.org



Accepted krb5-auth-dialog 3.0.0-1 (source i386)

2011-04-06 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 16:25:16 +0200
Source: krb5-auth-dialog
Binary: krb5-auth-dialog
Architecture: source i386
Version: 3.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 krb5-auth-dialog - tray applet for reauthenticating kerberos tickets
Changes: 
 krb5-auth-dialog (3.0.0-1) experimental; urgency=low
 .
   * [cc2cada] New upstream version 3.0.0
Checksums-Sha1: 
 624580e217d6bdb8dd9409111dc906c5ddc9cef4 1558 krb5-auth-dialog_3.0.0-1.dsc
 ee05a270ad15be5cc06d64bd87ede7b18ccf402f 611168 
krb5-auth-dialog_3.0.0.orig.tar.bz2
 5003bd5de0311ab5311223eaae7eaf60b62656f6 5611 
krb5-auth-dialog_3.0.0-1.debian.tar.gz
 9a5d5989994fc6b2aae85d16e5d77d7cdfd1f54e 381220 
krb5-auth-dialog_3.0.0-1_i386.deb
Checksums-Sha256: 
 59891ea718ec11a2238e7d152531258f7fc6bdeff7c2244fe44b54327ed24651 1558 
krb5-auth-dialog_3.0.0-1.dsc
 fcc1eeafdf4020001d39b1464f6b9358364ae91899688b553606faebb9af 611168 
krb5-auth-dialog_3.0.0.orig.tar.bz2
 b7b1254212fe2b5d3fd0e421131340b3b1c1c095fa3f065ca1517b86ab1b258c 5611 
krb5-auth-dialog_3.0.0-1.debian.tar.gz
 a09324a23ddb32c4ec47faac1feb35db1178b8e842b6af281064ec79558da767 381220 
krb5-auth-dialog_3.0.0-1_i386.deb
Files: 
 05e6c9097ee3f739006c284bd7a50542 1558 gnome optional 
krb5-auth-dialog_3.0.0-1.dsc
 c5b8d40ded2a6e9d5d2123a12d2b7f24 611168 gnome optional 
krb5-auth-dialog_3.0.0.orig.tar.bz2
 70e9686aa2b1fef0fcaed8f6f75f47ee 5611 gnome optional 
krb5-auth-dialog_3.0.0-1.debian.tar.gz
 a6b69309f508184d8ab3936d5ba54994 381220 gnome optional 
krb5-auth-dialog_3.0.0-1_i386.deb

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

iD8DBQFNnH9Jn88szT8+ZCYRAnakAJ0W5j10rWvkIhFl2YRPzUYd9vanNQCeKkKY
vtxGNYYDEJvMjZVGyt9mx90=
=jsIh
-END PGP SIGNATURE-


Accepted:
krb5-auth-dialog_3.0.0-1.debian.tar.gz
  to main/k/krb5-auth-dialog/krb5-auth-dialog_3.0.0-1.debian.tar.gz
krb5-auth-dialog_3.0.0-1.dsc
  to main/k/krb5-auth-dialog/krb5-auth-dialog_3.0.0-1.dsc
krb5-auth-dialog_3.0.0-1_i386.deb
  to main/k/krb5-auth-dialog/krb5-auth-dialog_3.0.0-1_i386.deb
krb5-auth-dialog_3.0.0.orig.tar.bz2
  to main/k/krb5-auth-dialog/krb5-auth-dialog_3.0.0.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/e1q7vq6-0007tu...@franck.debian.org



Accepted libsigc++-2.0 2.2.9-1 (source all amd64)

2011-04-06 Thread Daniel Burrows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 07:30:35 -0700
Source: libsigc++-2.0
Binary: libsigc++-2.0-0c2a libsigc++-2.0-dev libsigc++-2.0-doc
Architecture: source amd64 all
Version: 2.2.9-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Burrows dburr...@debian.org
Changed-By: Daniel Burrows dburr...@debian.org
Description: 
 libsigc++-2.0-0c2a - type-safe Signal Framework for C++ - runtime
 libsigc++-2.0-dev - type-safe Signal Framework for C++ - development files
 libsigc++-2.0-doc - type-safe Signal Framework for C++ - reference 
documentation
Closes: 578048 609922 619899 620339
Changes: 
 libsigc++-2.0 (2.2.9-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #578048)
 .
 - Fixes g++ 4.6-related problems. (Closes: #619899, #609922, #620339)
 .
   * Use DESTDIR instead of prefix to install files.
 .
   * Regenerate autotools-generated files on every build.
 .
   * Convert to source format 3.0 (quilt).
 .
   * Debhelper compatibility changed to v8.
 .
   * Standards-version updated.
Checksums-Sha1: 
 1debbd517dc9cc9418983a422f7ec380a3f08e74 1316 libsigc++-2.0_2.2.9-1.dsc
 ce3bc95c66feda3ed124197d325902f09ea5cdf9 3601080 
libsigc++-2.0_2.2.9.orig.tar.bz2
 c2c207b3829d3ee00f08edc1ff8212abb4756c78 8613 
libsigc++-2.0_2.2.9-1.debian.tar.gz
 68722194e9ccb76ea5969ebcafe9583f910f20f1 41690 
libsigc++-2.0-0c2a_2.2.9-1_amd64.deb
 5d81b463021aca88b9cb697d9b0ff03315de20fb 114478 
libsigc++-2.0-dev_2.2.9-1_amd64.deb
 b33e70ebebee0a0f7ba184e8af56c3da2125e38c 3543850 
libsigc++-2.0-doc_2.2.9-1_all.deb
Checksums-Sha256: 
 e49067e9f218fa3a08c7c7b2da006fa2eb2cf5d3be6c76c6d39bd03edf5bc2b4 1316 
libsigc++-2.0_2.2.9-1.dsc
 2f4c083e01d9be377669206bd97090d2e95bc05f2e8d95447c9f9ce92bdfbb63 3601080 
libsigc++-2.0_2.2.9.orig.tar.bz2
 f24c4718682f6fe354aea06a4e4a838ec5345c8ce940953bbae32dd95ee6ffdd 8613 
libsigc++-2.0_2.2.9-1.debian.tar.gz
 cbf6131527d24468a5afee9b227ea4e1e83c2e02307c83355c5c8585e5aa 41690 
libsigc++-2.0-0c2a_2.2.9-1_amd64.deb
 e248cc44cfc3c2014e838fd02620421511cf04c73acd426b39df4889a808e029 114478 
libsigc++-2.0-dev_2.2.9-1_amd64.deb
 e390cab5b3536b1925ae7342bb01e502023b8ec85c97993646bf28ff89322c54 3543850 
libsigc++-2.0-doc_2.2.9-1_all.deb
Files: 
 d33f314316915c55affc55d861f52347 1316 devel optional libsigc++-2.0_2.2.9-1.dsc
 16dc0c868aeef9ee5ef055f3e3e865d3 3601080 devel optional 
libsigc++-2.0_2.2.9.orig.tar.bz2
 3134ae61da78a6590b685cf69f001c8e 8613 devel optional 
libsigc++-2.0_2.2.9-1.debian.tar.gz
 62443bc38c0186a04f6889e51660a789 41690 libs optional 
libsigc++-2.0-0c2a_2.2.9-1_amd64.deb
 ff3eee20705a7479c8f084b2ecfe7e6f 114478 libdevel optional 
libsigc++-2.0-dev_2.2.9-1_amd64.deb
 9faf1e5d556225dfb010aa7419ac4c5d 3543850 doc optional 
libsigc++-2.0-doc_2.2.9-1_all.deb

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

iEYEARECAAYFAk2cjg8ACgkQch6xsM7kSXiuhwCfYWSqIUfmrWilKoHTlN7aGpgD
+GUAnA3jvCFl1kqMyXNc48UmyfeR8lTI
=A6lW
-END PGP SIGNATURE-


Accepted:
libsigc++-2.0-0c2a_2.2.9-1_amd64.deb
  to main/libs/libsigc++-2.0/libsigc++-2.0-0c2a_2.2.9-1_amd64.deb
libsigc++-2.0-dev_2.2.9-1_amd64.deb
  to main/libs/libsigc++-2.0/libsigc++-2.0-dev_2.2.9-1_amd64.deb
libsigc++-2.0-doc_2.2.9-1_all.deb
  to main/libs/libsigc++-2.0/libsigc++-2.0-doc_2.2.9-1_all.deb
libsigc++-2.0_2.2.9-1.debian.tar.gz
  to main/libs/libsigc++-2.0/libsigc++-2.0_2.2.9-1.debian.tar.gz
libsigc++-2.0_2.2.9-1.dsc
  to main/libs/libsigc++-2.0/libsigc++-2.0_2.2.9-1.dsc
libsigc++-2.0_2.2.9.orig.tar.bz2
  to main/libs/libsigc++-2.0/libsigc++-2.0_2.2.9.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/e1q7vqm-0007ye...@franck.debian.org



Accepted openssl098 0.9.8o-7 (source amd64)

2011-04-06 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 06 Apr 2011 18:52:47 +0200
Source: openssl098
Binary: libssl0.9.8 libssl0.9.8-dbg libcrypto0.9.8-udeb
Architecture: source amd64
Version: 0.9.8o-7
Distribution: unstable
Urgency: low
Maintainer: Debian OpenSSL Team pkg-openssl-de...@lists.alioth.debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 libcrypto0.9.8-udeb - crypto shared library - udeb (udeb)
 libssl0.9.8 - SSL shared libraries
 libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
Changes: 
 openssl098 (0.9.8o-7) unstable; urgency=low
 .
   * Re-add libcrypto0.9.8-udeb for easier transition.
Checksums-Sha1: 
 2faa001d9f1888b20076d8deb739b3085a83a094 1967 openssl098_0.9.8o-7.dsc
 84c12143ce9d318e00756515bfaaa42040ee4536 60998 
openssl098_0.9.8o-7.debian.tar.gz
 853aed67d3a638bec6b223ad13d76bd544c78dc8 1038550 libssl0.9.8_0.9.8o-7_amd64.deb
 7c1be12e47d18ddb23e1163695e4aa0b2c804394 1802454 
libssl0.9.8-dbg_0.9.8o-7_amd64.deb
 61d6d64293532194c9f1813730e52640ab1451e3 651034 
libcrypto0.9.8-udeb_0.9.8o-7_amd64.udeb
Checksums-Sha256: 
 938d68e8165023f8d3b3bb0235aa7078ba1801ead3966e3ecaff58e6f5fc7f81 1967 
openssl098_0.9.8o-7.dsc
 d2c79cff0e5c0bfee7732bd843d77c5168d796d8e9125be13b9e3b921912792f 60998 
openssl098_0.9.8o-7.debian.tar.gz
 463497821ea4493d877f7e2cd0c796bb04443d6eaa4d683bd667ed5303426a00 1038550 
libssl0.9.8_0.9.8o-7_amd64.deb
 1207b50d2f2ca1caf5c2a0728585dff238af7f2682ab99aa9937eb6d2f1d2251 1802454 
libssl0.9.8-dbg_0.9.8o-7_amd64.deb
 b62b799ab33d843314ea6dda2001c1f5babcbc7a2997650cb8cdf597947703bc 651034 
libcrypto0.9.8-udeb_0.9.8o-7_amd64.udeb
Files: 
 19b1fce8ff8e3098e58fe21801e92943 1967 utils optional openssl098_0.9.8o-7.dsc
 c1702916d13f89673429c6cdcccbe128 60998 utils optional 
openssl098_0.9.8o-7.debian.tar.gz
 c84afbdbe9f2919f1eb6dd186ce28d34 1038550 libs important 
libssl0.9.8_0.9.8o-7_amd64.deb
 5929c252a2711c78da7f43e0060c 1802454 debug extra 
libssl0.9.8-dbg_0.9.8o-7_amd64.deb
 81e349dbe4516a499aa083f60da7dad7 651034 debian-installer optional 
libcrypto0.9.8-udeb_0.9.8o-7_amd64.udeb
Package-Type: udeb

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

iQIcBAEBCgAGBQJNnJ1yAAoJEGpMZM6DE7XweFgQAIN79dZx3EShBWw50Ar+8jYd
Msp8I8tcfm56LCPjMSY8Saa29hw8xks9mPtBeCYvbaitEzsirYLVOMUFvHbN6dPn
CdWjZ7a7dhKOOMB/GguvE/xnRAm3XNzWuwaZby+h9sLWkh2KCDGpov35mzAQ6LXN
f3UXojnXFN0hr14FOGTmVezjy0FjJ7NG64H/mbteKaJbI6BZNxgC3AC2P9+9c6pw
IoozGdqEzGOqPNaR+nBU4yAEORTyt2Jxc4HK5kflYwq5v9Y+L6UoQRjZ76kYOeY2
LWNYv1q90+M3TUMRh157AxDMAn8F2UbrVcpERrE2C6RnwKsoMmQ3c/IKBg+hor6W
Bubtkryd4+SCJmAqpmc2YQ2Nh6nIa+uqTc81CP8vjx/WA3zaPjKhQrbZGG93aHlB
/EYR9A5zxm+4vPuO/YaXzLeU3ljckkdGGegu5UHveR6CMo0iUjpTznlkl2+5U/tN
+NEkwzh5JpQB5gmMMkJHGR1YNZXg3XV0HF9CqgWaDbBcOfvfK3fi402c0ph21HwL
lruJsa4yiSav3Wc/y7aBleLsRhVKwgUmjIKWH3RLxdRft9T7iNCKXQswV7KJFJUJ
tShazGNFiEVAFyiTdPdmm7ry0ptAwgQ9ljYYtd3vf/j0loP8oAKWWdd1ao01Fdef
TXyJQKG/P9wRJOlj/BYn
=T29j
-END PGP SIGNATURE-


Accepted:
libcrypto0.9.8-udeb_0.9.8o-7_amd64.udeb
  to main/o/openssl098/libcrypto0.9.8-udeb_0.9.8o-7_amd64.udeb
libssl0.9.8-dbg_0.9.8o-7_amd64.deb
  to main/o/openssl098/libssl0.9.8-dbg_0.9.8o-7_amd64.deb
libssl0.9.8_0.9.8o-7_amd64.deb
  to main/o/openssl098/libssl0.9.8_0.9.8o-7_amd64.deb
openssl098_0.9.8o-7.debian.tar.gz
  to main/o/openssl098/openssl098_0.9.8o-7.debian.tar.gz
openssl098_0.9.8o-7.dsc
  to main/o/openssl098/openssl098_0.9.8o-7.dsc


-- 
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/e1q7wme-00042v...@franck.debian.org



Accepted guidata 1.3.0-1 (source all)

2011-04-06 Thread Picca Frédéric-Emmanuel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 06 Apr 2011 19:12:09 +0200
Source: guidata
Binary: python-guidata
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Picca Frédéric-Emmanuel pi...@synchrotron-soleil.fr
Description: 
 python-guidata - dataset manipulation GUI generator
Changes: 
 guidata (1.3.0-1) unstable; urgency=low
 .
   * Imported Upstream version 1.3.0
   * update debian/copyright using dep5
Checksums-Sha1: 
 3fbbc7dbf71fdcbe12349e017cfaef0cb94e0022 1379 guidata_1.3.0-1.dsc
 ed3db2c5c25c256c5e97dc3192e0d028bde7e328 326643 guidata_1.3.0.orig.tar.gz
 a7380511b9fd3daf9a3eea95e32523793b31b768 10519 guidata_1.3.0-1.debian.tar.gz
 dc9dca17cd496f6fdcc1deccfe0d6d04a1084455 426526 python-guidata_1.3.0-1_all.deb
Checksums-Sha256: 
 cc98a2c65bedb676360fe0c1b4c85009a2269d8fdc68baac8fd58d9d9ab88761 1379 
guidata_1.3.0-1.dsc
 efe949c632171fb14858d09aca719ca4823b2b49387fefb4a0afa74d83092edc 326643 
guidata_1.3.0.orig.tar.gz
 87069ccc15b797fb96e93e6aa3bd5e4770fce91a26fd18754cbec87e0fcb21d4 10519 
guidata_1.3.0-1.debian.tar.gz
 f23056fdab21959800153f925602689a5c5018e22a9857ab4d05761b61c03b06 426526 
python-guidata_1.3.0-1_all.deb
Files: 
 690fd1bf2fb563b28e345b8a94ac4d02 1379 science extra guidata_1.3.0-1.dsc
 093045b8b56f7b15b292bdac031e3deb 326643 science extra guidata_1.3.0.orig.tar.gz
 62e2ffefca08e042cb98fc0e1a589427 10519 science extra 
guidata_1.3.0-1.debian.tar.gz
 6731af5590564c28b5ba0fd460f8bd0c 426526 python extra 
python-guidata_1.3.0-1_all.deb

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

iEYEARECAAYFAk2cpMcACgkQtqm6aqWbEXF5kgCeJ/L0/1Xif3UOH3/mksP5nUeD
BgoAn046Y8wrWyl/vrR0Kdy1VQS38F5P
=IDLk
-END PGP SIGNATURE-


Accepted:
guidata_1.3.0-1.debian.tar.gz
  to main/g/guidata/guidata_1.3.0-1.debian.tar.gz
guidata_1.3.0-1.dsc
  to main/g/guidata/guidata_1.3.0-1.dsc
guidata_1.3.0.orig.tar.gz
  to main/g/guidata/guidata_1.3.0.orig.tar.gz
python-guidata_1.3.0-1_all.deb
  to main/g/guidata/python-guidata_1.3.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/e1q7wpl-0007cw...@franck.debian.org



Accepted texmaker 3.0-1 (source all amd64)

2011-04-06 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 05 Apr 2011 22:03:49 +0200
Source: texmaker
Binary: texmaker texmaker-data
Architecture: source amd64 all
Version: 3.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 texmaker   - cross-platform LaTeX editor
 texmaker-data - Texmaker LaTeX editor -- arch-independent files
Changes: 
 texmaker (3.0-1) unstable; urgency=low
 .
   * New upstream version
 (adapted patch, removed patches applied upstream)
   * debian/texmaker-data.install: Adapt to new version
   * debian/control: Added missing
 Depends: texmaker-data (= ${source:Version})
Checksums-Sha1: 
 f19da9c20cfb47d3d48f00c599981b63577d7a60 1436 texmaker_3.0-1.dsc
 d187b826d520390d9164a2e435bc37127a6dd59a 5158725 texmaker_3.0.orig.tar.bz2
 d1cd995b7fa33ef744428480996e2be4cf24ed51 9784 texmaker_3.0-1.debian.tar.bz2
 8637bb097328c2e552179b7041b25cea117a0681 1868708 texmaker_3.0-1_amd64.deb
 dc3744db104bd2b41a1fe368a5f611ed5c9ac49b 1058284 texmaker-data_3.0-1_all.deb
Checksums-Sha256: 
 ec9370f0c6d02e454b80212cef9837d0960a96300585babc71811c7e9628df7d 1436 
texmaker_3.0-1.dsc
 4957d1e5f84bf928fa2a16bd094247a55f4fe405457b0738fc7bfbae84b85db2 5158725 
texmaker_3.0.orig.tar.bz2
 a5de8b05cd740b1b9924ebcaa18296287243cdbf753fa6e98b59ad60c1976acf 9784 
texmaker_3.0-1.debian.tar.bz2
 b4024341f5deab0ae99fe945e68b29c412ea16a6dddc5906dc395fed5c018924 1868708 
texmaker_3.0-1_amd64.deb
 ee7054d249602de47219480a683d5984538be0f6e4ac2f25b0f95cf64f66b5b6 1058284 
texmaker-data_3.0-1_all.deb
Files: 
 5782d426371c9c5f5ea28c20c126f327 1436 tex optional texmaker_3.0-1.dsc
 d2802c093906b62c455ccc7944106da3 5158725 tex optional texmaker_3.0.orig.tar.bz2
 beb6e3be28d91073ef1b9a0ddedc478f 9784 tex optional 
texmaker_3.0-1.debian.tar.bz2
 f5592b3c25aadc6d16e5674032754ab1 1868708 tex optional texmaker_3.0-1_amd64.deb
 87166cdb5946925fdc238e3a62fa5ef9 1058284 tex optional 
texmaker-data_3.0-1_all.deb

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

iEYEARECAAYFAk2coqYACgkQYDBbMcCf01pXtwCeIjy0ohO9Enr3MDDCaadYRGnw
9nMAn2zU9sGcDnkBhkpmaLbKrIPAWeCm
=eOJO
-END PGP SIGNATURE-


Accepted:
texmaker-data_3.0-1_all.deb
  to main/t/texmaker/texmaker-data_3.0-1_all.deb
texmaker_3.0-1.debian.tar.bz2
  to main/t/texmaker/texmaker_3.0-1.debian.tar.bz2
texmaker_3.0-1.dsc
  to main/t/texmaker/texmaker_3.0-1.dsc
texmaker_3.0-1_amd64.deb
  to main/t/texmaker/texmaker_3.0-1_amd64.deb
texmaker_3.0.orig.tar.bz2
  to main/t/texmaker/texmaker_3.0.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/e1q7wpu-0007gb...@franck.debian.org



  1   2   >