Re: New source package formats now available

2009-11-27 Thread Raphael Hertzog
On Fri, 27 Nov 2009, Charles Plessy wrote:
 That would be a useful compromise. How about the second half, which is to not
 patch anything during the unpacking of the package? Maybe this could be
 combined in a single ‘no-patch’ option, or an alias like ’3.0 (simple)’?

There's already --skip-patches, but options in debian/source/options only
apply at build time obviously (and not at unpack time since that file is
not unpacked yet).

 Le Thu, Nov 26, 2009 at 12:30:12PM -0800, Russ Allbery a écrit :
  I can understand not wanting, in the very long run, to support multiple 
  patch
  formats.
 
 Does that mean that the use of options discussed above may become forbidden in
 our archive in the future? If yes, there is little point making concessions 
 now…

I don't understand how you can jump to that conclusion from this
discussion.

Obviously, we don't want to have many formats in the archive and it's best
if 3.0 (quilt) is flexible enough so that we don't have to invent many
other formats. 

Cheers,
-- 
Raphaël Hertzog


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: New source package formats now available

2009-11-27 Thread Thibaut Paumard


Le 27 nov. 09 à 14:28, Raphael Hertzog a écrit :


On Fri, 27 Nov 2009, Charles Plessy wrote:
That would be a useful compromise. How about the second half, which  
is to not
patch anything during the unpacking of the package? Maybe this  
could be
combined in a single ‘no-patch’ option, or an alias like ’3.0  
(simple)’?


There's already --skip-patches, but options in debian/source/options  
only
apply at build time obviously (and not at unpack time since that  
file is

not unpacked yet).


But the package is unpacked before it can be patched. The patches  
themselves are in debian/patches: when they become available, debian/ 
source/options and debian/source/format are available as well.


Regards, Thibaut.

--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: New source package formats now available

2009-11-27 Thread Raphael Hertzog
On Fri, 27 Nov 2009, Thibaut Paumard wrote:
 But the package is unpacked before it can be patched. The patches
 themselves are in debian/patches: when they become available,
 debian/source/options and debian/source/format are available as
 well.

Right, but unpacking should be under control of the unpacker and
not under control of the one who crafted the source package.

So it's still not a good idea. Furthermore I don't see at all
what putting this option in the source package would be used for.
If you don't want the patch system, you don't create patches with it but
creating patches only to not have them applied at unpack time is non-sense
IMO.

Cheers,
-- 
Raphaël Hertzog


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558259: ITP: java3ds-fileloader -- Java3D 3DS FileLoader

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone losga...@libero.it

* Package name: java3ds-fileloader
  Version : 1.2
  Upstream Author : Microcrowd t...@microcrowd.com
* URL : http://www.microcrowd.com/
* License : LGPL
  Programming Lang: java
  Description : Java3D 3DS FileLoader

 Java3D 3DS FileLoader for platforms supporting JDK1.4 and Java 3D Highly
 functional, multiplatform 3DS File format loader. Supports: Heirarchical
 animation Cameras Point Lights Directional Lights Textures Smooth Groups
 and other features



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558273: ITP: python-lockfile -- Platform-independent file locking module

2009-11-27 Thread David Watson
Package: wnpp
Severity: wishlist
Owner: David Watson da...@bashton.com
X-Debbugs-CC: debian-devel@lists.debian.org

* Package name: python-lockfile
  Version : 0.8
  Upstream Author : Skip Montanaro skip at pobox com
* URL : http://smontanaro.dyndns.org/python/
* License : MIT
  Programming Lang: Python
  Description : Platform-independent file locking module

 The lockfile module exports a FileLock class which provides a simple API for
 locking files. Unlike the Windows msvcrt.locking function, the Unix
 fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is
 identical across both Unix (including Linux and Mac) and Windows platforms.
 The lock mechanism relies on the atomic nature of the link (on Unix) and
 mkdir (on Windows) system calls.

-- 
David Watson









-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558274: ITP: dracut -- A new initramfs infrastructure

2009-11-27 Thread Philippe Seewer
Package: wnpp
Severity: wishlist
Owner: Philippe Seewer philippe.see...@bfh.ch


* Package name: dracut
  Version : 3.0
  Upstream Author : Harald Hoyer har...@redhat.com
* URL : https://sourceforge.net/projects/dracut/
* License : GPLv2
  Programming Lang: Shell
  Description : A new initramfs infrastructure

 Unlike existing initramfs's, this is an attempt at having as little as
 possible hard-coded into the initramfs as possible.  The initramfs has
 (basically) one purpose in life -- getting the rootfs mounted so that
 we can transition to the real rootfs.  This is all driven off of
 device availability.  Therefore, instead of scripts hard-coded to do
 various things, we depend on udev to create device nodes for us and
 then when we have the rootfs's device node, we mount and carry on. 
 Having the root on MD, LVM2, LUKS is supported as well as NFS, iSCSI,
 NBD and FCOE.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Re: Package formats and software distribution on Linux

2009-11-27 Thread Eugene Gorodinsky
I believe RPM is not suited well enough for this job, it tries to do
everything rather than doing one thing and doing it well. The package
format I'm proposing has a few features rpm does not.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Re: Package formats and software distribution on Linux

2009-11-27 Thread Eugene Gorodinsky
Not to mention that the package format is not the only thing that matters.
It is the contents of the package, the rules, specs and standards that are
followed that cause the most differences.

I aggree, and I'm hoping to resolve this issue

Oh and I guess I'm missing something, otherwise why wouldn't shipping rpm
and dpkg be enough to install either kind of packages?

Because not all distributions are redhat or debian based. There are many others.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Re: Package formats and software distribution on Linux

2009-11-27 Thread Eugene Gorodinsky
  I've read that several times, but I still must be missing something.
My impression is that your poins is essentially the following: 1. it's
too much work for small distros to use any new format instead of one
of the big established ones; 2. let's reduce the number of big
established formats to one.

No, on the contrary, I'm suggesting to have an additional format for
software that is not system-specific and leaving the system-specific
formats to do what they were designed for (i.e. manage system
packages) rather than reducing the number of formats.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Re: Package formats and software distribution on Linux

2009-11-27 Thread Eugene Gorodinsky
Sorry for the delay, I've been very busy last week.

 A while ago I participated in a discussion here about the debian
 package format. Quite recently I tried to spark up a discussion about
 package formats on the LSB list but did not get any replies

Can you point to the message (preferably via its Message-Id field) so we
can see what it was saying?
http://lists.debian.org/debian-devel/2009/07/msg00978.html
or
b28b6cf70907310348x5d233eebgf7433398fd7f3...@mail.gmail.com

 hopefully this discussion will be more welcome here. Constructive
 crticism is welcome, so feel free to critique.

To be honest, I'm not sure what response you expect to get. There's not
much substantive to respond to in your message: yes, it would be nice to
have a common package format, but I don't see what in particular you're
proposing be done about that.

Such a discussion would IMO best be done at the freedesktop.org
distribution collaboration forum distributi...@lists.freedesktop.org,
to gather input from the various distributions. Perhaps you could post a
more specific proposal there, and post here (and likely points in other
distribution-specific discussion forums) inviting interested parties to
join that thread.

Thanks for the hint. I've posted the specification on the
distributions mailing list. The spec can be found here:
http://lists.freedesktop.org/archives/distributions/2009-November/000350.html


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Package formats and software distribution on Linux

2009-11-27 Thread Russ Allbery
Eugene Gorodinsky e.gorodin...@gmail.com writes:

 No, on the contrary, I'm suggesting to have an additional format for
 software that is not system-specific and leaving the system-specific
 formats to do what they were designed for (i.e. manage system packages)
 rather than reducing the number of formats.

I don't believe the distinction that you're apparently drawing between
system and non-system packages really exists in any meaningful way.  The
dpkg format is well-suited for managing any software that one would like
to install on the system, and I suspect Red Hat users would say the same
thing about RPM.  Both of them are general package formats with a slightly
different mix of features and tradeoffs.

-- 
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



Bug#558322: ITP: seahaventowers -- seahaven towers solitaire game

2009-11-27 Thread nils
Package: wnpp
Severity: wishlist
Owner: nils loh...@debian.org


* Package name: seahaventowers
  Version : 1.50
  Upstream Author : Bill Spitzak spit...@d2.com
* URL : http://seahaven.sourceforge.net/
* License : other
  Programming Lang: C++
  Description : seahaven towers solitaire game

This is Seahaven Towers, a solitaire card game written for X11R4 and C++. With 
this program you can waste great amounts of time. As opposed to the common 
solitare which is actually Knondike, this game also requires some brain power 
in order to use it. This program also includes an autoplay button so you can 
see if the game can be solved and how to do it.

This is a classic program written by Terry Weissman and Charles Haynes.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558330: ITP: libmaven-exec-plugin-java -- A plugin to allow execution of system and Java programs

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone losga...@libero.it

* Package name: libmaven-exec-plugin-java
  Version : 1.1.1
  Upstream Author : Jerome Lacoste jer...@coffeebreaks.org, Kaare Nilsen 
kaare.nil...@gmail.com
* URL : http://mojo.codehaus.org/exec-maven-plugin
* License : Apache-2.0
  Programming Lang: java
  Description : Exec Maven Plugin

  A plugin to allow execution of system and Java programs



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: New source package formats now available

2009-11-27 Thread Charles Plessy
Le Fri, Nov 27, 2009 at 02:28:26PM +0100, Raphael Hertzog a écrit :
 Obviously, we don't want to have many formats in the archive and it's best
 if 3.0 (quilt) is flexible enough so that we don't have to invent many
 other formats.
 
Le Fri, Nov 27, 2009 at 02:49:39PM +0100, Raphael Hertzog a écrit :
 Unpacking should be under control of the unpacker and
 not under control of the one who crafted the source package.

I think that this is a monopolist point of view:

 - You have two different softwares (a packaging software and a patch
   management software) and you bundle them together so that people who would
   like the former must also use the latter.

 - You present the removal of a feature like a costly solution (like when
   people were asked to pay an extra if they do not want to use Windows on their
   new PC).

 - You plan to break backward compatibility to force users to upgrade, by
   making 3.0 the default before it is widely adopted. Remember this each time
   you get a .docx document that you can not open.

 - You try to hijack the directory where your competitors are doing their work
   (debian/patches), by applying quilt patches that were not made for the
   format 3.0 (and sometimes fail).

Your design decisions make the format ‘3.0 (quilt)’ not particularly useful for
the maintainers who already implemented a workflow based on a VCS and a patch
management system (or a VCS that does both). Worse, it seems that it creates
problems when one wants to keep the patch and unpatch targets in debian/rules.
I would be interested in the other improvements, namely the possibility to use
.tar.bz2 original upstream sources, and the possibiltiy to store the debian
directory in a tar archive, but I can also keep on working with format 1.0 as
before.

Last question: is the use of the Format field in debian/control deprecated, or
can I use it for the packages that I would like to stay in the format 1.0?

Cheers,

-- 
Charles Plessy
Tsurumi, Kanagawa, Japan


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558344: ITP: libjas-plotter-java -- JAS(2) Plotter

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone losga...@libero.it

* Package name: libjas-plotter-java
  Version : 2.2.6
  Upstream Author : FreeHEP team
* URL : http://java.freehep.org/
* License : LGPL-2.1+
  Programming Lang: java
  Description : JAS(2) Plotter
FreeHEP is a collection of Java libraries used in High Energy Physics.
.
JAS-plotter is needed by freehep-export



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#558345: ITP: libfreehep-export-java -- FreeHEP Export and Save As Library

2009-11-27 Thread Gabriele Giacone
Package: wnpp
Severity: wishlist
Owner: Gabriele Giacone losga...@libero.it

* Package name: libfreehep-export-java
  Version : 2.1.1
  Upstream Author : FreeHEP team
* URL : http://java.freehep.org/
* License : LGPL-2.1+
  Programming Lang: java
  Description : FreeHEP Export and Save As Library

Library to register filetypes (which can be loaded as plugin modules).
This library is used by VectorGraphics to allow new output formats 
to be added by adding new jar files to the classpath.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted atlas 3.8.3-7 (source all i386)

2009-11-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 12:02:23 +0100
Source: atlas
Binary: libatlas3gf-base libatlas-base-dev libatlas-dev libatlas-test 
libatlas-doc libatlas3gf-sse libatlas-sse-dev libatlas3gf-sse2 
libatlas-sse2-dev libatlas3gf-sse3 libatlas-sse3-dev libatlas3gf-core2sse3 
libatlas-core2sse3-dev libatlas3gf-amd64sse3 libatlas-amd64sse3-dev 
libatlas3gf-corei7sse3 libatlas-corei7sse3-dev libatlas3gf-altivec 
libatlas-altivec-dev libatlas3gf-v9 libatlas-v9-dev libatlas3gf-ev6 
libatlas-ev6-dev libatlas3gf-2.0 libatlas-2.0-dev
Architecture: source all i386
Version: 3.8.3-7
Distribution: experimental
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libatlas-2.0-dev - Automatically Tuned Linear Algebra Software, 2.0 static
 libatlas-altivec-dev - Automatically Tuned Linear Algebra Software, altivec 
static
 libatlas-amd64sse3-dev - Automatically Tuned Linear Algebra Software, 
AMD64SSE3 static
 libatlas-base-dev - Automatically Tuned Linear Algebra Software, generic static
 libatlas-core2sse3-dev - Automatically Tuned Linear Algebra Software, 
CORE2SSE3 static
 libatlas-corei7sse3-dev - Automatically Tuned Linear Algebra Software, 
COREI7SSE3 static
 libatlas-dev - Automatically Tuned Linear Algebra Software, C header files
 libatlas-doc - Automatically Tuned Linear Algebra Software, documentation
 libatlas-ev6-dev - Automatically Tuned Linear Algebra Software, EV6 static
 libatlas-sse-dev - Automatically Tuned Linear Algebra Software, SSE1 static
 libatlas-sse2-dev - Automatically Tuned Linear Algebra Software, SSE2 static
 libatlas-sse3-dev - Automatically Tuned Linear Algebra Software, SSE3 static
 libatlas-test - Automatically Tuned Linear Algebra Software, test programs
 libatlas-v9-dev - Automatically Tuned Linear Algebra Software, v9 static
 libatlas3gf-2.0 - Automatically Tuned Linear Algebra Software, 2.0 shared
 libatlas3gf-altivec - Automatically Tuned Linear Algebra Software, altivec 
shared
 libatlas3gf-amd64sse3 - Automatically Tuned Linear Algebra Software, AMD64SSE3 
shared
 libatlas3gf-base - Automatically Tuned Linear Algebra Software, generic shared
 libatlas3gf-core2sse3 - Automatically Tuned Linear Algebra Software, CORE2SSE3 
shared
 libatlas3gf-corei7sse3 - Automatically Tuned Linear Algebra Software, 
COREI7SSE3 shared
 libatlas3gf-ev6 - Automatically Tuned Linear Algebra Software, EV6 shared
 libatlas3gf-sse - Automatically Tuned Linear Algebra Software, SSE1 shared
 libatlas3gf-sse2 - Automatically Tuned Linear Algebra Software, SSE2 shared
 libatlas3gf-sse3 - Automatically Tuned Linear Algebra Software, SSE3 shared
 libatlas3gf-v9 - Automatically Tuned Linear Algebra Software, v9 shared
Closes: 551689
Changes: 
 atlas (3.8.3-7) experimental; urgency=low
 .
   * Bad dependencies libatlas3gf-{sse,sse2,sse3,core2sse3} depend on
 libatlas3gf-base. (Closes: #551689)
Checksums-Sha1: 
 cfea34258ee519bc88828d9fc58f753e0b702312 1769 atlas_3.8.3-7.dsc
 e1a68a688ab0b177cba27f5a46ab0dedc7f53d40 30667 atlas_3.8.3-7.diff.gz
 b07cb1fe702874206e4daa4b4f29488a71af9e8b 25884 libatlas-dev_3.8.3-7_all.deb
 544a958a53ddbe6b972526033972d7586fbf6d3d 808026 libatlas-doc_3.8.3-7_all.deb
 3159ad65cd027824e6201021912bf338696a53ce 4774470 
libatlas3gf-base_3.8.3-7_i386.deb
 8150ac14dce9de5a266defa661bfc35e12d05a87 5675276 
libatlas-base-dev_3.8.3-7_i386.deb
 9d15826c224456e3dd03181df5ea83773893 16334 libatlas-test_3.8.3-7_i386.deb
 a09239dfe1dd24dd66594745b905fcc66c7a523a 4828894 
libatlas3gf-sse_3.8.3-7_i386.deb
 c7c9ca7255d13dc255573875472c6eb824970f53 5744952 
libatlas-sse-dev_3.8.3-7_i386.deb
 ee02a8e69f917e531867881bbe440eaa4b569a9e 4959218 
libatlas3gf-sse2_3.8.3-7_i386.deb
 f432820eb6862e24a9611dfeab4aba553f5454bf 5868606 
libatlas-sse2-dev_3.8.3-7_i386.deb
 de72d66d0a3b345d70306d74b4f2bf06d51ff9e2 4889854 
libatlas3gf-sse3_3.8.3-7_i386.deb
 4c4d6fd3bfd9d312d2effebfe1e06283943caa72 5819208 
libatlas-sse3-dev_3.8.3-7_i386.deb
 c6f953bf90e2dcff6861860887ed6f30d7f755ea 5268738 
libatlas3gf-core2sse3_3.8.3-7_i386.deb
 d10d2dce310b64aa52f8f9be35a0cc666d1aed16 6284722 
libatlas-core2sse3-dev_3.8.3-7_i386.deb
Checksums-Sha256: 
 038a8e308a150b7c230f38d0e4aba10c0fb64f6f3cb3934be1841b95a38b4436 1769 
atlas_3.8.3-7.dsc
 265b3210e879c4f9e9e291cb36c9cf44eecf65539aa23525d8546b30ce585696 30667 
atlas_3.8.3-7.diff.gz
 0f869093be5a5334ca4d74235ce5469389143a85a5834a1caeefb5950c244459 25884 
libatlas-dev_3.8.3-7_all.deb
 d1be455fabb950443274efaeed0ffea906de8591b7d7192b3f963e7542dfb15e 808026 
libatlas-doc_3.8.3-7_all.deb
 76a199b9dba2d06043c9a7d4b5616d5ebb685e9da57459337016977aa03c280d 4774470 
libatlas3gf-base_3.8.3-7_i386.deb
 0231921d87ca417c3ec6d472ae7976ac158336e568407fb5f97c7dcbf08fa2db 5675276 
libatlas-base-dev_3.8.3-7_i386.deb
 a8d5004be082afd9c69505dfad7b3e117e4a72f0193d188dce3d742609b4b984 16334 
libatlas-test_3.8.3-7_i386.deb
 

Accepted git-core 1:1.6.6~rc0-1 (source all)

2009-11-27 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 00:17:59 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.6.6~rc0-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.6.6~rc0-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * debian/diff/0001-bug-369742-pager.c-fallback-to-pager-...diff,
 debian/diff/0002-bug-438793-494505-fallback-to-editor-...diff,
 debian/diff/0004-bug-477337-git-svn.perl-fallback-to...diff:
 remove; obsolete.
   * debian/rules: add DEFAULT_PAGER=pager, DEFAULT_EDITOR=editor to
 OPTS.
Checksums-Sha1: 
 9678c26bd15e7d77f8c36a3569f2c8a5c10fa7b9 1318 git-core_1.6.6~rc0-1.dsc
 029cf4e9bf51b27bedf1e274068d3f0376b73c97 2736227 git-core_1.6.6~rc0.orig.tar.gz
 8a510b1ef7ddea8a41f37e849f20d0c7c97c3d84 315445 git-core_1.6.6~rc0-1.diff.gz
 6b3a0de4045beca2d9c3cdb053cf03386421838b 1260392 git-doc_1.6.6~rc0-1_all.deb
 f296c657cd2dc7892d4fe5ca109bea858a64ed14 318266 git-arch_1.6.6~rc0-1_all.deb
 4d9a625ec433765f2b3f21eddecd4a7be758ae09 384626 git-cvs_1.6.6~rc0-1_all.deb
 3d15038f8d3fde4cd07d767b5d2bf3e8dd8ff96b 366122 git-svn_1.6.6~rc0-1_all.deb
 3a10e60282ebc80d9d049bbb5bb138516847aa26 305058 
git-daemon-run_1.6.6~rc0-1_all.deb
 ba6adcad1b5b07ef792047261d92a4bb7ee5ff4d 320224 git-email_1.6.6~rc0-1_all.deb
 3b15db4874249253c9f190a182a2e0565d968d8d 556282 git-gui_1.6.6~rc0-1_all.deb
 5894d62ab78f11a921fcf03c60045d41b501f82d 407198 gitk_1.6.6~rc0-1_all.deb
 4d8b4abce20ad8298fec1750fc6b346bc2a9463a 367180 gitweb_1.6.6~rc0-1_all.deb
Checksums-Sha256: 
 8e133decf59f69a7cabb60b464caedaffbc8b6b408cfbe090f175c85be7d9323 1318 
git-core_1.6.6~rc0-1.dsc
 749ca70807d09050ba529a1c871e919105bc23776438ffe905661d32753dd6e2 2736227 
git-core_1.6.6~rc0.orig.tar.gz
 bd1bccd17deff65f1d800ce079a512a98ddc76088766913bafeffb4f934f8154 315445 
git-core_1.6.6~rc0-1.diff.gz
 b07bd1081e48b35d6752a241ad0fe32752bb21a0a370aa3428ba01f8053a4d4d 1260392 
git-doc_1.6.6~rc0-1_all.deb
 df772c12156163a45c6de8e1a207c08530f1663b7a2e3691061bed2a57c284a7 318266 
git-arch_1.6.6~rc0-1_all.deb
 0b9e4e46581d6726c01f4bdcb28ee1f201afaeeb377c289d93a53a010578bc9e 384626 
git-cvs_1.6.6~rc0-1_all.deb
 646fcfa729c14be33f9fe3f4ce770d45c053d302b91cf0a70967c248c38b080d 366122 
git-svn_1.6.6~rc0-1_all.deb
 2f57764e69e2f212059c40ce938d50916e562f710755eb2606257645babefcba 305058 
git-daemon-run_1.6.6~rc0-1_all.deb
 277f160a8a445cb2f5ef6eafc1319fde8c40e59b2a4b256342914ae5288f92da 320224 
git-email_1.6.6~rc0-1_all.deb
 6f291d9820d70672c442cc7fdf6882253845b913f4a6186fc64af688d7814e63 556282 
git-gui_1.6.6~rc0-1_all.deb
 37c5af12d8618bd6c6ab783807b7c6df4a64db5f90c878b108371988a55c3a2a 407198 
gitk_1.6.6~rc0-1_all.deb
 62b0d798d91e0c44cd6f97175c0b8fc068f5ac0409dbc066e5754d4475909292 367180 
gitweb_1.6.6~rc0-1_all.deb
Files: 
 ff91708f13d64c9b49e6c2931960e9b0 1318 vcs optional git-core_1.6.6~rc0-1.dsc
 d8da57e6b3e399f1a0e3edc029a58bbd 2736227 vcs optional 
git-core_1.6.6~rc0.orig.tar.gz
 699af4f7d75912be497a339b75b4bcb1 315445 vcs optional 
git-core_1.6.6~rc0-1.diff.gz
 62e77efa92e2e7ea9b3231cce25ad4bd 1260392 doc optional 
git-doc_1.6.6~rc0-1_all.deb
 b351e4377b0317cc0e33c1202edd5542 318266 vcs optional 
git-arch_1.6.6~rc0-1_all.deb
 0565ee29c7554f406d51cee7253cc948 384626 vcs optional 
git-cvs_1.6.6~rc0-1_all.deb
 884b5528656c8018e94c04ed5b873ba3 366122 vcs optional 
git-svn_1.6.6~rc0-1_all.deb
 2081f86ae1440388173eaf0028b344e1 305058 vcs optional 
git-daemon-run_1.6.6~rc0-1_all.deb
 57b82aabeb3006ce12fd25669304c0cf 320224 vcs optional 
git-email_1.6.6~rc0-1_all.deb
 8027d96de8fa9953a91dde664011c65d 556282 vcs optional 
git-gui_1.6.6~rc0-1_all.deb
 eb7e8f4171a8322434e003de4c96de12 407198 vcs optional gitk_1.6.6~rc0-1_all.deb
 57397c46cb0af1233202c8224545e3d3 367180 vcs optional gitweb_1.6.6~rc0-1_all.deb

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

iEYEARECAAYFAksO8ywACgkQGJoyQbxwpv/a8wCeMAn/mVgnQQWfVGXCtqSg6Q4G
XGcAoJcfnoZepgWIWuM++UwSYRoB4zgf
=cCAl
-END PGP SIGNATURE-



Accepted libflexdock-java 0.5.1-dfsg1-7 (source all i386)

2009-11-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 10:25:58 +0100
Source: libflexdock-java
Binary: libflexdock-java libflexdock-java-doc libflexdock-java-demo 
libflexdock-jni
Architecture: source all i386
Version: 0.5.1-dfsg1-7
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libflexdock-java - Swing Java docking framework
 libflexdock-java-demo - Swing Java docking framework - demos and examples
 libflexdock-java-doc - Swing Java docking framework - demos and examples
 libflexdock-jni - Swing Java docking framework - JNI library
Changes: 
 libflexdock-java (0.5.1-dfsg1-7) unstable; urgency=low
 .
   * Change of my email address since I am now DD
   * Standards-Version updated to 3.8.3
   * DM-Upload-Allowed removed
Checksums-Sha1: 
 c4d6cb9e6a278f19668c7823ce669abe63c4903c 1543 
libflexdock-java_0.5.1-dfsg1-7.dsc
 60916af2600233bfac1fa31e9054436b72e3a67e 5305 
libflexdock-java_0.5.1-dfsg1-7.diff.gz
 f80e1c99c2d1584828a8f6278c31f343ca0e8a38 420214 
libflexdock-java_0.5.1-dfsg1-7_all.deb
 58d64451845a336a56a51412bbb37f92ab357b47 1081060 
libflexdock-java-doc_0.5.1-dfsg1-7_all.deb
 70f1f314a8026e89be9b66127645fe061932 1704928 
libflexdock-java-demo_0.5.1-dfsg1-7_all.deb
 6dbd2d5732c953048eb5b6ef6beb31fe8e743605 6410 
libflexdock-jni_0.5.1-dfsg1-7_i386.deb
Checksums-Sha256: 
 2eb161e3dccbd894de107d4ecf3991b9d55bdd94874b004959e312b62bdf2ef5 1543 
libflexdock-java_0.5.1-dfsg1-7.dsc
 1a3566971a72e94bf47020ec883c121d31a2496cd63c9a772d420204dfae36e4 5305 
libflexdock-java_0.5.1-dfsg1-7.diff.gz
 e1a71e6c2c1997d65cf35d4011efb4c792c8b1f4079dc494a7e6444d582f6c9f 420214 
libflexdock-java_0.5.1-dfsg1-7_all.deb
 5800364ba073691071db7ecaedf252726af9c37ea7f9b7e5a800370b9e5e356a 1081060 
libflexdock-java-doc_0.5.1-dfsg1-7_all.deb
 1ceb5f788740e39063d990cb10c5ef84aaea3c06b7381ec43fd4ae300304afa6 1704928 
libflexdock-java-demo_0.5.1-dfsg1-7_all.deb
 81d67631b43d5aa36acb4fb0b861a8f781820c700b8df3ed2038d53488fd9008 6410 
libflexdock-jni_0.5.1-dfsg1-7_i386.deb
Files: 
 1e7557741e1643d86fbf346d58bc2c8c 1543 java optional 
libflexdock-java_0.5.1-dfsg1-7.dsc
 6501756b5f30c9b0c5e142ad9e4a5516 5305 java optional 
libflexdock-java_0.5.1-dfsg1-7.diff.gz
 579819e2fa408d03ddc8846a84e67be0 420214 java optional 
libflexdock-java_0.5.1-dfsg1-7_all.deb
 6cf4f752f686dcc9aa9561c62b5d1110 1081060 doc optional 
libflexdock-java-doc_0.5.1-dfsg1-7_all.deb
 2e71c5d3eb00cb6178e76a01d81780c3 1704928 java optional 
libflexdock-java-demo_0.5.1-dfsg1-7_all.deb
 7577c3d7f4ffac2e56b06181efd4ecfc 6410 java optional 
libflexdock-jni_0.5.1-dfsg1-7_i386.deb

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

iEYEARECAAYFAksPm8YACgkQiOXXM92JlhB8QwCgm/HeiK5s5WuPBAZgGUvxoqhQ
QRsAoJC2Dcy/fwHo2axkz6Ewj9aKuBdO
=EDmP
-END PGP SIGNATURE-


Accepted:
libflexdock-java-demo_0.5.1-dfsg1-7_all.deb
  to main/libf/libflexdock-java/libflexdock-java-demo_0.5.1-dfsg1-7_all.deb
libflexdock-java-doc_0.5.1-dfsg1-7_all.deb
  to main/libf/libflexdock-java/libflexdock-java-doc_0.5.1-dfsg1-7_all.deb
libflexdock-java_0.5.1-dfsg1-7.diff.gz
  to main/libf/libflexdock-java/libflexdock-java_0.5.1-dfsg1-7.diff.gz
libflexdock-java_0.5.1-dfsg1-7.dsc
  to main/libf/libflexdock-java/libflexdock-java_0.5.1-dfsg1-7.dsc
libflexdock-java_0.5.1-dfsg1-7_all.deb
  to main/libf/libflexdock-java/libflexdock-java_0.5.1-dfsg1-7_all.deb
libflexdock-jni_0.5.1-dfsg1-7_i386.deb
  to main/libf/libflexdock-java/libflexdock-jni_0.5.1-dfsg1-7_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mahara 1.2.0-2 (source all)

2009-11-27 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 22:09:03 +1300
Source: mahara
Binary: mahara mahara-apache2
Architecture: source all
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Mahara Debian Packaging Team pkg-deb...@mahara.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 mahara - Electronic portfolio, weblog, and resume builder
 mahara-apache2 - Electronic portfolio, weblog, and resume builder - apache2 
config
Changes: 
 mahara (1.2.0-2) unstable; urgency=low
 .
   * Fix postrm script so that Mahara can be uninstalled
Checksums-Sha1: 
 0d4a531fae1911e0d662efefe78ca56db1730b59 1258 mahara_1.2.0-2.dsc
 cb514a405e750c74522c9e7d7c6673fe2269298e 20700 mahara_1.2.0-2.debian.tar.gz
 7e0bfd4785642c54d1db1d16aa7631672d39afb5 2506548 mahara_1.2.0-2_all.deb
 988931de118b8a0973405e063bf9005df1943c86 8682 mahara-apache2_1.2.0-2_all.deb
Checksums-Sha256: 
 26f056158eb9685d6aa6e6a7dc5d87016265b12a40cf4ccd6dc6f692a2311a47 1258 
mahara_1.2.0-2.dsc
 a5aaa6146fc1b3fce1ffc5159ff5632598039be04385fc6b39c621ff98dcbf86 20700 
mahara_1.2.0-2.debian.tar.gz
 6fa32aeab0646b1227c8c10f225548ffd558f8beb478d62e691adbdc9a531364 2506548 
mahara_1.2.0-2_all.deb
 c8ba525196c6d8f40835331ea25bb45585024016e832668182571a1276fa0d60 8682 
mahara-apache2_1.2.0-2_all.deb
Files: 
 8c54bc777e8d27608482553d003318d6 1258 web optional mahara_1.2.0-2.dsc
 40e8bde67f271747c79bc4a4b648fba6 20700 web optional 
mahara_1.2.0-2.debian.tar.gz
 ccdc672d685dad6a431406ba44f59300 2506548 web optional mahara_1.2.0-2_all.deb
 6fd1202933088cb050b2c104250e56c7 8682 web optional 
mahara-apache2_1.2.0-2_all.deb

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

iEYEARECAAYFAksPl4kACgkQScUZKBnQNIa9/gCaAvOVmE13bgAN7zPosh67G3G5
BBkAniKUlzhVcotXUE4kXmA/uo5GUTec
=E+Hh
-END PGP SIGNATURE-


Accepted:
mahara-apache2_1.2.0-2_all.deb
  to main/m/mahara/mahara-apache2_1.2.0-2_all.deb
mahara_1.2.0-2.debian.tar.gz
  to main/m/mahara/mahara_1.2.0-2.debian.tar.gz
mahara_1.2.0-2.dsc
  to main/m/mahara/mahara_1.2.0-2.dsc
mahara_1.2.0-2_all.deb
  to main/m/mahara/mahara_1.2.0-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



Accepted oss4 4.2-build2000-2 (source all amd64)

2009-11-27 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 23:45:32 -0600
Source: oss4
Binary: oss4-base oss4-gtk oss4-source oss4-dev
Architecture: source all amd64
Version: 4.2-build2000-2
Distribution: unstable
Urgency: low
Maintainer: Debian OSS4 Maintainers 
pkg-oss4-maintain...@lists.alioth.debian.org
Changed-By: Romain Beauxis to...@rastageeks.org
Description: 
 oss4-base  - Open Sound System - base package
 oss4-dev   - Open Sound System - development files
 oss4-gtk   - Open Sound System - simple GTK2-based mixer control
 oss4-source - Open Sound System - drivers sources
Closes: 557866 557909
Changes: 
 oss4 (4.2-build2000-2) unstable; urgency=low
 .
   * Switched patch system to quilt via cdbs.
   * Added patch to support sh4 arch, thanks to Nobuhiro Iwamatsu
   Closes: #557909
   * Adapted one of the above patch to also fix FTBFS on sparc and mips.
   * Added patch to fix FTBFS due to an invalid printf.
   Closes: #557866
   * Added README.Debian to explain how to build the kernel modules.
   * Removed hurd-i386, kfreebsd-amd64 and kfreebsd-i386 from the
 list of target archs. A better solution should be investigated later..
Checksums-Sha1: 
 47949767394efb0ccedce60ac052a5ab68aeea88 1618 oss4_4.2-build2000-2.dsc
 3dc4c3f59ebea9688df10e52d401a250ab193832 11704 oss4_4.2-build2000-2.diff.gz
 e1e2c2fa974ba554742603ec06c962cadac40693 805586 
oss4-source_4.2-build2000-2_all.deb
 dcd6928d6191598a50f9628df320946f2389247e 27326 oss4-dev_4.2-build2000-2_all.deb
 14bf77fc045cfeaf6556b7421e00b3b5c413a32a 594842 
oss4-base_4.2-build2000-2_amd64.deb
 b4388108f42a6d67e3c7ee0dddc391093e0be325 28782 
oss4-gtk_4.2-build2000-2_amd64.deb
Checksums-Sha256: 
 251f11813fd6d634c7c2bab0dfd3ae13bf8426dc646c12de1afe1d919e17de3d 1618 
oss4_4.2-build2000-2.dsc
 d700c0cd673d452694d15589cc285ca117ec978553ec4bb25badd2647b1f4ac9 11704 
oss4_4.2-build2000-2.diff.gz
 1a1588ba8af62a1bac13387c021a1b70365cc8d2a5f5789a50847950448adc2a 805586 
oss4-source_4.2-build2000-2_all.deb
 af8e28928887cac4f293be298d745a518564457f9795899a7d27a0b3e984 27326 
oss4-dev_4.2-build2000-2_all.deb
 8e86399cbc41067132e2936d2568a98237be04f09561c8e1d0a392b1477b475c 594842 
oss4-base_4.2-build2000-2_amd64.deb
 0b5761148c5fe94437bfd7731a891f4fb8b3998d4bee36d442aeb69b9f0c2652 28782 
oss4-gtk_4.2-build2000-2_amd64.deb
Files: 
 cc6806e14daf1cc37de688afae2f675e 1618 sound optional oss4_4.2-build2000-2.dsc
 c93e86a54ece69f59f93d758b5a4deec 11704 sound optional 
oss4_4.2-build2000-2.diff.gz
 3f421ade4cb7dc9a14ba1b03266e7dcb 805586 sound optional 
oss4-source_4.2-build2000-2_all.deb
 1d23bc3b44dad33cc3fd4924329e413d 27326 devel optional 
oss4-dev_4.2-build2000-2_all.deb
 21947144222847f3b77e1beef09ec743 594842 sound optional 
oss4-base_4.2-build2000-2_amd64.deb
 0db150a27097c722a60c1c53046ed8f3 28782 sound optional 
oss4-gtk_4.2-build2000-2_amd64.deb

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

iQEcBAEBAgAGBQJLD462AAoJEAC5aaocqV0ZItQH/A0Ymp+tPnPQpT0kY/yULNwD
BXFDrwAEOMiUen//Ion9pB3WtbDAE4nZl9+bn9vVCy8vDAmJ+DrPvFbeQ3ZAl/5T
xoL/eD1AgX+8Po9kaFYz8KgJcQKGxwyEpOpcb1PTmTPfNoQcojoEL8YxXSKYHmGH
NLDcUrlVrqAHDjXfdWEeh+ZRbaHfyqPbOoju/HQnBsq8h/yKUnkpw7GUkjm1S53G
sRndFVY9fA+mbyX5Qu1ro/YZWsnH7CVSYtJD6ZGm8pyUvsDxuJyh7Vv36h07F80M
GiTOcY6QBfwmr5+3o6Xi7sR80IPsa7VvWQ3uV+PrY81Ak4enAW6rRwRF3JivFGA=
=oiGO
-END PGP SIGNATURE-


Accepted:
oss4-base_4.2-build2000-2_amd64.deb
  to main/o/oss4/oss4-base_4.2-build2000-2_amd64.deb
oss4-dev_4.2-build2000-2_all.deb
  to main/o/oss4/oss4-dev_4.2-build2000-2_all.deb
oss4-gtk_4.2-build2000-2_amd64.deb
  to main/o/oss4/oss4-gtk_4.2-build2000-2_amd64.deb
oss4-source_4.2-build2000-2_all.deb
  to main/o/oss4/oss4-source_4.2-build2000-2_all.deb
oss4_4.2-build2000-2.diff.gz
  to main/o/oss4/oss4_4.2-build2000-2.diff.gz
oss4_4.2-build2000-2.dsc
  to main/o/oss4/oss4_4.2-build2000-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted praat 5.1.20-1 (source i386)

2009-11-27 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 24 Nov 2009 15:28:47 +0100
Source: praat
Binary: praat
Architecture: source i386
Version: 5.1.20-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Andreas Tille ti...@debian.org
Description: 
 praat  - program for speech analysis and synthesis
Changes: 
 praat (5.1.20-1) unstable; urgency=low
 .
   * New upstream version
   * Team Maintenance in Debian Med team after Rafael Laboissiere retired
 from Debian
   * Standards-Version: 3.8.3 (added README.source)
   * Moved to Debian Med Git repository
Checksums-Sha1: 
 0980c831ddcab2f05356b5ddff51243f2f5bf9e6 1317 praat_5.1.20-1.dsc
 4c15836edac912cb23c3faacfaac430d69af0260 5694941 praat_5.1.20.orig.tar.gz
 d7d39802afb0bbf1228345138ddda252743630f0 33813 praat_5.1.20-1.diff.gz
 ff72f77ed6e1ba84536bb9e347a8c13ea215e696 2258628 praat_5.1.20-1_i386.deb
Checksums-Sha256: 
 39ef5c48c38f8ba313b0ff2853538c7a3135d5871c58f685a2fa68ba26e37670 1317 
praat_5.1.20-1.dsc
 90478b2368b5d6c1ca9dfc7c4256721ea5e9fdce0d023a596f5c6079094731fe 5694941 
praat_5.1.20.orig.tar.gz
 ddd2b8f6ef5443585f6859412e74783b72cc390c0e2ff4b0292fc26970b84a63 33813 
praat_5.1.20-1.diff.gz
 bf26b67fc629eb0f9bae97cea579716d41183b42bae753b4fbf55090b443e61a 2258628 
praat_5.1.20-1_i386.deb
Files: 
 a6937ec0fb15893ee3164e39bfd2fa67 1317 science optional praat_5.1.20-1.dsc
 080093db5f141b0f520d628263ff2e97 5694941 science optional 
praat_5.1.20.orig.tar.gz
 33a8f8008529ab4745294515c6400bdb 33813 science optional praat_5.1.20-1.diff.gz
 ecc17b9d95bd5231f1f83168f8a58188 2258628 science optional 
praat_5.1.20-1_i386.deb

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

iD8DBQFLD4huYDBbMcCf01oRAhUxAJwJ8lItRcR8dJIavuIxBLBSz7biDwCfTKY8
wVZiaCbprPnQVlULVA1xI0E=
=zIZZ
-END PGP SIGNATURE-


Accepted:
praat_5.1.20-1.diff.gz
  to main/p/praat/praat_5.1.20-1.diff.gz
praat_5.1.20-1.dsc
  to main/p/praat/praat_5.1.20-1.dsc
praat_5.1.20-1_i386.deb
  to main/p/praat/praat_5.1.20-1_i386.deb
praat_5.1.20.orig.tar.gz
  to main/p/praat/praat_5.1.20.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libjrosetta-java 1.0.2+gpl-3 (source all)

2009-11-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 10:29:45 +0100
Source: libjrosetta-java
Binary: libjrosetta-java
Architecture: source all
Version: 1.0.2+gpl-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libjrosetta-java - JRosetta - Advanced graphical console engine
Changes: 
 libjrosetta-java (1.0.2+gpl-3) unstable; urgency=low
 .
   * Change of my email address since I am now DD
   * Standards-Version updated to 3.8.3
   * DM-Upload-Allowed removed
   * openjdk-6-jdk = default-jdk
 .
   [ Torsten Werner ]
   * Fix Vcs headers.
Checksums-Sha1: 
 b5546138ce7655a04f6dccf9565f9bee6eae943e 1416 libjrosetta-java_1.0.2+gpl-3.dsc
 68e4c0e6f12c37cf26320b7d0434c20cfa3f09b1 2690 
libjrosetta-java_1.0.2+gpl-3.diff.gz
 5d79f22e2e605d7db2461cd7e1e26517392a2975 42796 
libjrosetta-java_1.0.2+gpl-3_all.deb
Checksums-Sha256: 
 f6370bc0e1f56d7232bc1213f88950eba07754d729ed1729971c6a41ad3656bb 1416 
libjrosetta-java_1.0.2+gpl-3.dsc
 a23409cd7db7ad39e183bb311878ef74a1cca7c760af88955ef0dcaa2f55c740 2690 
libjrosetta-java_1.0.2+gpl-3.diff.gz
 013aadd32e9f0a747b299fb1ca69fe4054be5bab07b58509e4564719fc430c04 42796 
libjrosetta-java_1.0.2+gpl-3_all.deb
Files: 
 5047168034dab7f825b494dcebcbe35a 1416 java optional 
libjrosetta-java_1.0.2+gpl-3.dsc
 b7e7da6be3767da25cd6c936d3c32d2d 2690 java optional 
libjrosetta-java_1.0.2+gpl-3.diff.gz
 da73c8d008747ecb3f0593932901bcc6 42796 java optional 
libjrosetta-java_1.0.2+gpl-3_all.deb

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

iEYEARECAAYFAksPnVwACgkQiOXXM92JlhDgjQCgoMebiX9oP2GgfajlH5lNslYL
xfUAoIL0LejAfvR0aU1kDjqNQyeaBt7p
=GA/q
-END PGP SIGNATURE-


Accepted:
libjrosetta-java_1.0.2+gpl-3.diff.gz
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.2+gpl-3.diff.gz
libjrosetta-java_1.0.2+gpl-3.dsc
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.2+gpl-3.dsc
libjrosetta-java_1.0.2+gpl-3_all.deb
  to main/libj/libjrosetta-java/libjrosetta-java_1.0.2+gpl-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted keybinder 0.0.4-1 (source i386)

2009-11-27 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 10:48:11 +0100
Source: keybinder
Binary: python-keybinder
Architecture: source i386
Version: 0.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 python-keybinder - register global key bindings for PyGTK-based applications
Changes: 
 keybinder (0.0.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove gnome-doc-utils and python-gnomeapplet from Build-Depends.
   * Update my e-mail address.
   * Bump Standards-Version to 3.8.3, no changes required.
Checksums-Sha1: 
 59e6a4ad65c6e0d7b5f03ada7646476ea89c565e 1377 keybinder_0.0.4-1.dsc
 2680e62adae1e3e2776166647be04e88ef5fba6f 306449 keybinder_0.0.4.orig.tar.gz
 31c3011fc56f94ef4ab6872a7abb3f0ebbe4e189 2643 keybinder_0.0.4-1.diff.gz
 ffc93016c1c2ee1fd21b649dff3a9ad82450c46f 12128 
python-keybinder_0.0.4-1_i386.deb
Checksums-Sha256: 
 41cd5e5784bbad17cdff110a0584258be8d0b3a66837712d50913000e117e55e 1377 
keybinder_0.0.4-1.dsc
 8ada173780dc91761c6e598c3de824f4c7c09cbcdcbcb1feb1872d03bd49fa66 306449 
keybinder_0.0.4.orig.tar.gz
 0c82c249685351374305a7755ee1cb1c069db6fd94bdb014ff930b83ac01c784 2643 
keybinder_0.0.4-1.diff.gz
 314235646d4d3b131300d75188e989310694c3b966f98b0f6640934dae9d39b7 12128 
python-keybinder_0.0.4-1_i386.deb
Files: 
 7e28c0df71e38aff2f97bce848a5cafc 1377 python optional keybinder_0.0.4-1.dsc
 2bdcc1bf88dd8d387e2f2a05cfacfb0a 306449 python optional 
keybinder_0.0.4.orig.tar.gz
 33c30ccc96c29bf2a6b244e1e25178db 2643 python optional keybinder_0.0.4-1.diff.gz
 e0acf65b91916da4e023b0db6b26a884 12128 python optional 
python-keybinder_0.0.4-1_i386.deb

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

iEYEARECAAYFAksPoUoACgkQnXjXEYa8KlCxRwCfasZZKFl2zqNxGWkhtsiVTacM
iZkAnitHlsJprqUsiXjjla1v/KnteX8u
=E0UA
-END PGP SIGNATURE-


Accepted:
keybinder_0.0.4-1.diff.gz
  to main/k/keybinder/keybinder_0.0.4-1.diff.gz
keybinder_0.0.4-1.dsc
  to main/k/keybinder/keybinder_0.0.4-1.dsc
keybinder_0.0.4.orig.tar.gz
  to main/k/keybinder/keybinder_0.0.4.orig.tar.gz
python-keybinder_0.0.4-1_i386.deb
  to main/k/keybinder/python-keybinder_0.0.4-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libskinlf-java 6.7-6 (source all)

2009-11-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 10:37:44 +0100
Source: libskinlf-java
Binary: libskinlf-java libskinlf-java-demo
Architecture: source all
Version: 6.7-6
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libskinlf-java - Skin Look and Feel - Skinning Engine for the Swing toolkit
 libskinlf-java-demo - Swing Java docking framework - demos and examples
Changes: 
 libskinlf-java (6.7-6) unstable; urgency=low
 .
   * Change of my email address since I am now DD
   * Standards-Version updated to 3.8.3
   * DM-Upload-Allowed removed
   * openjdk-6-jdk = default-jdk
Checksums-Sha1: 
 f970ed94099cdccb10872af7d1b0942d82e0626d 1386 libskinlf-java_6.7-6.dsc
 1b3243587eea6f6fef2d970e398292446f4ab245 26913 libskinlf-java_6.7-6.diff.gz
 36f91cb9effa7bace641d57c87ab30298b60f2f3 294376 libskinlf-java_6.7-6_all.deb
 fa770eebb60ec0d717512f3acc58a0cbb6d11587 131892 
libskinlf-java-demo_6.7-6_all.deb
Checksums-Sha256: 
 4d5b3615d2bdc6deb450659165925f28fd8460cbb26ff82ce589bb8d03747b29 1386 
libskinlf-java_6.7-6.dsc
 be6f985891c103f3d22beab6fd49bffbb132227838d3a99889da586c2d66f895 26913 
libskinlf-java_6.7-6.diff.gz
 0d3860a5fe92518240c1c5a18d2fd9e4f4e7b1272ca2ee82db10863c29f50650 294376 
libskinlf-java_6.7-6_all.deb
 2bef82ffb3c7ccc4caf71f193f6b6ea704b7d62589cd347e07b915e6173c0c64 131892 
libskinlf-java-demo_6.7-6_all.deb
Files: 
 c2cb4de284ad462dad07d5ce5e2fceac 1386 java optional libskinlf-java_6.7-6.dsc
 18fafa65eea57665b9ea8873194a2894 26913 java optional 
libskinlf-java_6.7-6.diff.gz
 951e4fbc2e829e63e31e9f816f07e119 294376 java optional 
libskinlf-java_6.7-6_all.deb
 5b53166b03f52da5b1844685da7e861c 131892 java optional 
libskinlf-java-demo_6.7-6_all.deb

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

iEYEARECAAYFAksPnigACgkQiOXXM92JlhAyggCcC1QGPCxHRBRov1kqisKrZssG
LQ4AoLf50pw6mnqN3hv7jQF+hKFEZ9DF
=z4Sp
-END PGP SIGNATURE-


Accepted:
libskinlf-java-demo_6.7-6_all.deb
  to main/libs/libskinlf-java/libskinlf-java-demo_6.7-6_all.deb
libskinlf-java_6.7-6.diff.gz
  to main/libs/libskinlf-java/libskinlf-java_6.7-6.diff.gz
libskinlf-java_6.7-6.dsc
  to main/libs/libskinlf-java/libskinlf-java_6.7-6.dsc
libskinlf-java_6.7-6_all.deb
  to main/libs/libskinlf-java/libskinlf-java_6.7-6_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted awesome 3.4.2-2 (source amd64)

2009-11-27 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 11:12:08 +0100
Source: awesome
Binary: awesome
Architecture: source amd64
Version: 3.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou a...@debian.org
Changed-By: Julien Danjou a...@debian.org
Description: 
 awesome- highly configurable, next generation framework window manager for
Changes: 
 awesome (3.4.2-2) unstable; urgency=low
 .
   * Switch to dh7 and 3.0 source format
Checksums-Sha1: 
 3c714b5cea253b9f2608a2f4b7870c6fa3a9b292 1669 awesome_3.4.2-2.dsc
 6d0fe12135a4a87321b49e8bb748cce664b9bdca 6886 awesome_3.4.2-2.debian.tar.gz
 fe7c1380a13e348af16e5aeada07a97f412a3769 361200 awesome_3.4.2-2_amd64.deb
Checksums-Sha256: 
 c1206620e6f9c24e9f0e85e0582750e95bce2df64cc4e1fc354b54c726b95b67 1669 
awesome_3.4.2-2.dsc
 d948b7e5c53ae59e6fc6ff83429e3258de07541fc1f48bc607bbfc63a0cf2fd3 6886 
awesome_3.4.2-2.debian.tar.gz
 29855fe02be80acc0c0c42f89a5344d40299a1c9090932add6285b123f444be1 361200 
awesome_3.4.2-2_amd64.deb
Files: 
 1a5ae9b2c8c61a386ef6a273d6646c49 1669 x11 optional awesome_3.4.2-2.dsc
 9dc8308677d610fd0fc55f9ad3601a88 6886 x11 optional 
awesome_3.4.2-2.debian.tar.gz
 977a4d1ddf37255f2ffeb11635ef833d 361200 x11 optional awesome_3.4.2-2_amd64.deb

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

iEYEARECAAYFAksPsAQACgkQpGK1HsL+5c2lgwCeJdB+Y5CwDzOnPS6oEjeMGj9z
+YUAn1UUZ2BQHFKGm9O5+BW5j1qDY78O
=7soP
-END PGP SIGNATURE-


Accepted:
awesome_3.4.2-2.debian.tar.gz
  to main/a/awesome/awesome_3.4.2-2.debian.tar.gz
awesome_3.4.2-2.dsc
  to main/a/awesome/awesome_3.4.2-2.dsc
awesome_3.4.2-2_amd64.deb
  to main/a/awesome/awesome_3.4.2-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted sound-juicer 2.28.1-1 (source i386)

2009-11-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 11:32:27 +0100
Source: sound-juicer
Binary: sound-juicer
Architecture: source i386
Version: 2.28.1-1
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 sound-juicer - GNOME CD Ripper
Changes: 
 sound-juicer (2.28.1-1) unstable; urgency=low
 .
   * New upstream release.
 - Build depend on libdbus-1-dev.
   * debian/control.in:
 - Standards-Version is 3.8.3, no changes needed.
 - Point Vcs-* to the unstable branches.
Checksums-Sha1: 
 0cd4485648922f9267f02d61d90edaf619c976b4 1843 sound-juicer_2.28.1-1.dsc
 b4dcaf2a1b992ea55a06a878bed2839fc37b550c 2571375 
sound-juicer_2.28.1.orig.tar.gz
 c076a233ce5d31c6cdc6bf3e41bb3cdc363ee4d1 9103 sound-juicer_2.28.1-1.diff.gz
 ff73c4bcdae4a6ed6b3f011f358118bc19dc328b 1850936 sound-juicer_2.28.1-1_i386.deb
Checksums-Sha256: 
 14394a0f52c123bc5caf1475a4d1f673c725699a57b73bce4a6193db6e0a6539 1843 
sound-juicer_2.28.1-1.dsc
 91ea0a948bd26dd66b72ba5c5b65448e5e9b9f58e4c0867baaf6ec5b71648550 2571375 
sound-juicer_2.28.1.orig.tar.gz
 907c55cd2a2ce8973cfa0ce6c951b1a0cd6bc2379aa691a3bf1cba6c1f2d43c2 9103 
sound-juicer_2.28.1-1.diff.gz
 5843084a6133b82b7acc690801ea83af7518a04c2f48014647ba9bf8809bfba0 1850936 
sound-juicer_2.28.1-1_i386.deb
Files: 
 8c93ae4d7297e3e63ee3ba9c8d9f6019 1843 sound optional sound-juicer_2.28.1-1.dsc
 8113ed9eff49c1fd87d0a3ef76f01dd0 2571375 sound optional 
sound-juicer_2.28.1.orig.tar.gz
 ebdd3ee402ddfd8d162ce9b3372aa6f1 9103 sound optional 
sound-juicer_2.28.1-1.diff.gz
 84ce87c9c5af5a55cb1b24d22157825e 1850936 sound optional 
sound-juicer_2.28.1-1_i386.deb

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

iEYEARECAAYFAksPq9UACgkQhTV17EoIsv6gNACeKKBIIzMTq3Dvf6w0WqEZalx3
l5AAnAysj/BKl/7uHiR4QQU5njboocCo
=wmMK
-END PGP SIGNATURE-


Accepted:
sound-juicer_2.28.1-1.diff.gz
  to main/s/sound-juicer/sound-juicer_2.28.1-1.diff.gz
sound-juicer_2.28.1-1.dsc
  to main/s/sound-juicer/sound-juicer_2.28.1-1.dsc
sound-juicer_2.28.1-1_i386.deb
  to main/s/sound-juicer/sound-juicer_2.28.1-1_i386.deb
sound-juicer_2.28.1.orig.tar.gz
  to main/s/sound-juicer/sound-juicer_2.28.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



Accepted libjgraphx-java 1.1.0.2-1 (source all)

2009-11-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 11:59:52 +0100
Source: libjgraphx-java
Binary: libjgraphx-java libjgraphx-java-doc
Architecture: source all
Version: 1.1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 libjgraphx-java - Java Swing Diagramming Library
 libjgraphx-java-doc - Java Swing Diagramming Library - API documentation and 
manual
Changes: 
 libjgraphx-java (1.1.0.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 852e6f8248530287d3630c6f92298fbb158e1def 1336 libjgraphx-java_1.1.0.2-1.dsc
 69dd955d4e02152bb0ef24a6665a55422388278a 1089112 
libjgraphx-java_1.1.0.2.orig.tar.gz
 b3ce00a74a66d6317cd3da6abd730abe6877eb86 2463 libjgraphx-java_1.1.0.2-1.diff.gz
 e1e00f66e5bd72b2045dad9604f6117273f3f984 440176 
libjgraphx-java_1.1.0.2-1_all.deb
 6f9f9d4012963767e30d048ad90f73dd94c1c37c 695552 
libjgraphx-java-doc_1.1.0.2-1_all.deb
Checksums-Sha256: 
 63925fde83f57c8c77a0d128e10ba47261807469a5393cb9f1ad0ce88dc3a4b1 1336 
libjgraphx-java_1.1.0.2-1.dsc
 3c3a3241f10a276e2af1d26af5e93bd9d3323ebe74c068022a85c9e6ed7dc973 1089112 
libjgraphx-java_1.1.0.2.orig.tar.gz
 d53d1b04723d5293adbcd1d7698f37af0d97def23b6b3536719877ac92a0b276 2463 
libjgraphx-java_1.1.0.2-1.diff.gz
 3fcc01e9f972235884e8a5e9401e40c0a1cf5b6cdc87520ccf5918a4ddb03a49 440176 
libjgraphx-java_1.1.0.2-1_all.deb
 ab6a663cc8bb3c5cf11c79ddd9fab1291991a490852d55a13bb5c071faa6388f 695552 
libjgraphx-java-doc_1.1.0.2-1_all.deb
Files: 
 23fa1141b7410717b1e56e283df334a9 1336 java optional 
libjgraphx-java_1.1.0.2-1.dsc
 d7d316f3425d0725872e96b6af1864bc 1089112 java optional 
libjgraphx-java_1.1.0.2.orig.tar.gz
 37cd2aa68d2cea16f6b34d7d32047f82 2463 java optional 
libjgraphx-java_1.1.0.2-1.diff.gz
 8c151bf7aa6fb41eb0e7452a731fe7bf 440176 java optional 
libjgraphx-java_1.1.0.2-1_all.deb
 dbed87128057d4a4cb93bbffbe9c1e7d 695552 doc optional 
libjgraphx-java-doc_1.1.0.2-1_all.deb

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

iEYEARECAAYFAksPsgIACgkQiOXXM92JlhDhQQCgx2AMyXgjH9DOk9Me78buAC5x
CoYAnRr5MRwisu/bOPXSt3q4fdmhLHk7
=cP6I
-END PGP SIGNATURE-


Accepted:
libjgraphx-java-doc_1.1.0.2-1_all.deb
  to main/libj/libjgraphx-java/libjgraphx-java-doc_1.1.0.2-1_all.deb
libjgraphx-java_1.1.0.2-1.diff.gz
  to main/libj/libjgraphx-java/libjgraphx-java_1.1.0.2-1.diff.gz
libjgraphx-java_1.1.0.2-1.dsc
  to main/libj/libjgraphx-java/libjgraphx-java_1.1.0.2-1.dsc
libjgraphx-java_1.1.0.2-1_all.deb
  to main/libj/libjgraphx-java/libjgraphx-java_1.1.0.2-1_all.deb
libjgraphx-java_1.1.0.2.orig.tar.gz
  to main/libj/libjgraphx-java/libjgraphx-java_1.1.0.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



Accepted virtualbox-guest-additions 3.0.12-1 (source all)

2009-11-27 Thread Felix Geyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 23 Nov 2009 11:48:41 +0100
Source: virtualbox-guest-additions
Binary: virtualbox-guest-additions
Architecture: source all
Version: 3.0.12-1
Distribution: unstable
Urgency: low
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Changed-By: Felix Geyer debfx-...@fobos.de
Description: 
 virtualbox-guest-additions - guest additions iso image for VirtualBox
Changes: 
 virtualbox-guest-additions (3.0.12-1) unstable; urgency=low
 .
   * New Upstream version.
Checksums-Sha1: 
 8177c27c7b54f09735789cfa621ab44fce7a029d 1418 
virtualbox-guest-additions_3.0.12-1.dsc
 cc3399476a69d9b7273df5a5ea39137d28848db6 24579251 
virtualbox-guest-additions_3.0.12.orig.tar.gz
 7f71827e807df396aa4d3ac020d9ddca655a695a 5637 
virtualbox-guest-additions_3.0.12-1.diff.gz
 9da8fee1d89489f329d7e9853251ed60ce6893bf 24546628 
virtualbox-guest-additions_3.0.12-1_all.deb
Checksums-Sha256: 
 026fd880e949be26a44d4e162ef5590e09facc9162e0965c0f8794a33f06e056 1418 
virtualbox-guest-additions_3.0.12-1.dsc
 1f180986a85b2180d4b33b0623440fab7efd247354b939b6caebae422cf2d7e9 24579251 
virtualbox-guest-additions_3.0.12.orig.tar.gz
 29c0a19b202fcb096850e9481796f0d5cb78f2b35d92fec6a64aa64b7baa100b 5637 
virtualbox-guest-additions_3.0.12-1.diff.gz
 6308c72eff0b08cc6615957c69ebd5cb93d30352f4c0b1a9961f62259c3478b1 24546628 
virtualbox-guest-additions_3.0.12-1_all.deb
Files: 
 337b9d870e8dda8e31a3fcc3bdc70e4e 1418 non-free/misc extra 
virtualbox-guest-additions_3.0.12-1.dsc
 b25ffae35b18cb33c4359b3a7adcfc7c 24579251 non-free/misc extra 
virtualbox-guest-additions_3.0.12.orig.tar.gz
 9ec701992abd4d157cada6b90db757f7 5637 non-free/misc extra 
virtualbox-guest-additions_3.0.12-1.diff.gz
 0fe2eb3f4cb85002b1cc56beb912cb9c 24546628 non-free/misc extra 
virtualbox-guest-additions_3.0.12-1_all.deb

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

iD8DBQFLD7C2VkEm8inxm9ERAhNUAJ4/AdTbKP1SWrATeVSn2iwRSIA/cQCdF+0P
oC9aZjDvMaNa74o6P6x5a+Q=
=+6A/
-END PGP SIGNATURE-


Accepted:
virtualbox-guest-additions_3.0.12-1.diff.gz
  to 
non-free/v/virtualbox-guest-additions/virtualbox-guest-additions_3.0.12-1.diff.gz
virtualbox-guest-additions_3.0.12-1.dsc
  to 
non-free/v/virtualbox-guest-additions/virtualbox-guest-additions_3.0.12-1.dsc
virtualbox-guest-additions_3.0.12-1_all.deb
  to 
non-free/v/virtualbox-guest-additions/virtualbox-guest-additions_3.0.12-1_all.deb
virtualbox-guest-additions_3.0.12.orig.tar.gz
  to 
non-free/v/virtualbox-guest-additions/virtualbox-guest-additions_3.0.12.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted jhbuild 2.29.2-1 (source i386)

2009-11-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 13:01:16 +0100
Source: jhbuild
Binary: jhbuild
Architecture: source i386
Version: 2.29.2-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 jhbuild- flexible build script for package collections
Changes: 
 jhbuild (2.29.2-1) unstable; urgency=low
 .
   * debian/patches/01_import_from_pkgdatadir.patch,
 debian/rules:
 - Remove hack to install the python modules in /usr/share/jhbuild
   and the patch to make jhbuild import them from that location.
   Set pythondir=/usr/share/jhbuild instead and pass it to make install.
   * New upstream release.
   * debian/watch: Also track unstable releases, jhbuild is mostly used
 to build unreleased software (like GNOME from master) so it makes sense
 to have the latest release that is updated for software changes.
Checksums-Sha1: 
 3cedd3168749e1a2d7fe97ef379057285cea0a5d 1201 jhbuild_2.29.2-1.dsc
 dc87e6c4fd82b9ebddae1ca56b384da6eedac2aa 1025827 jhbuild_2.29.2.orig.tar.gz
 5af367b651da94e17243363b91a7cb556df8d340 5361 jhbuild_2.29.2-1.diff.gz
 703bad54f4cf533a51de39fdc3bdaea0b55ac32d 687538 jhbuild_2.29.2-1_i386.deb
Checksums-Sha256: 
 4f1a33902a70631cdf0b7506671e6f6f6d6db3d9108bb07d4a9a3a9cc6f568df 1201 
jhbuild_2.29.2-1.dsc
 09371c901402470ee4571b7cd06e23425862460f72f2ea3f662daf8afe1e1831 1025827 
jhbuild_2.29.2.orig.tar.gz
 e80124a7ae8ad2d3132fa95b1a3eae6988ea25db87909a3b9f757c2e90665480 5361 
jhbuild_2.29.2-1.diff.gz
 65a0098bd7ec4817d09d042e15f4a2d69984bb051b2f617b6f62282fb9eaf755 687538 
jhbuild_2.29.2-1_i386.deb
Files: 
 f7e1f478c22c0efd03aa4aabeec00be2 1201 devel optional jhbuild_2.29.2-1.dsc
 3fe351f0ee31ab7815ba7b78e0c21b4c 1025827 devel optional 
jhbuild_2.29.2.orig.tar.gz
 6924f1150d742ad88f9484793e8fd509 5361 devel optional jhbuild_2.29.2-1.diff.gz
 0c651a4631964f3a2e794dce5ec5a7b4 687538 devel optional 
jhbuild_2.29.2-1_i386.deb

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

iEYEARECAAYFAksPwVcACgkQhTV17EoIsv7e9gCfQQTFcUfxpDIcQrzesveozny0
EDsAn0hOM1llLb8zvSjsIFD/ssF6xONX
=4lYJ
-END PGP SIGNATURE-


Accepted:
jhbuild_2.29.2-1.diff.gz
  to main/j/jhbuild/jhbuild_2.29.2-1.diff.gz
jhbuild_2.29.2-1.dsc
  to main/j/jhbuild/jhbuild_2.29.2-1.dsc
jhbuild_2.29.2-1_i386.deb
  to main/j/jhbuild/jhbuild_2.29.2-1_i386.deb
jhbuild_2.29.2.orig.tar.gz
  to main/j/jhbuild/jhbuild_2.29.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



Accepted virtualbox-ose 3.0.12-dfsg-1 (source all amd64)

2009-11-27 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 11:56:21 +0100
Source: virtualbox-ose
Binary: virtualbox-ose-qt virtualbox-ose virtualbox-ose-dbg 
virtualbox-ose-source virtualbox-ose-guest-source virtualbox-ose-guest-x11 
virtualbox-ose-guest-utils
Architecture: source amd64 all
Version: 3.0.12-dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Virtualbox Team 
pkg-virtualbox-de...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 virtualbox-ose - x86 virtualization solution - base binaries
 virtualbox-ose-dbg - x86 virtualization solution - debugging symbols
 virtualbox-ose-guest-source - x86 virtualization solution - guest addition 
module source
 virtualbox-ose-guest-utils - x86 virtualization solution - non-X11 guest 
utilities
 virtualbox-ose-guest-x11 - x86 virtualization solution - X11 guest utilities
 virtualbox-ose-qt - x86 virtualization solution - Qt based user interface
 virtualbox-ose-source - x86 virtualization solution - kernel module source
Changes: 
 virtualbox-ose (3.0.12-dfsg-1) unstable; urgency=low
 .
   [ Felix Geyer ]
   * New Upstream Version
Checksums-Sha1: 
 55189fcd680dfd9497052189a949e8c64816fe59 2266 virtualbox-ose_3.0.12-dfsg-1.dsc
 c5010fa8abff97e55e72d40f76592f2cbd525701 23368432 
virtualbox-ose_3.0.12-dfsg.orig.tar.gz
 fcd8806fb9f2ac7cd9aae0771e8d110f7a7fff56 68932 
virtualbox-ose_3.0.12-dfsg-1.diff.gz
 b4d5b45f0a77aee890a9e9f90a464990d7b79b49 4485960 
virtualbox-ose-qt_3.0.12-dfsg-1_amd64.deb
 c9fcc86d9ccc02c876f1edeb1e1f36ec05892d27 6319510 
virtualbox-ose_3.0.12-dfsg-1_amd64.deb
 432a5df1d132513a8d99b0ba3744bb64a069a323 47454568 
virtualbox-ose-dbg_3.0.12-dfsg-1_amd64.deb
 c8edf675e0c554a9e2d2cffc2c81d6e586de086b 1339140 
virtualbox-ose-guest-x11_3.0.12-dfsg-1_amd64.deb
 c181800f75229a758a00e850c90824be74218ad7 252926 
virtualbox-ose-guest-utils_3.0.12-dfsg-1_amd64.deb
 082f5ef39b69f6722a792416752f45a7c8dfb9b3 806542 
virtualbox-ose-source_3.0.12-dfsg-1_all.deb
 326ab6adf82149b3fa108074c279247e0ec58fae 635040 
virtualbox-ose-guest-source_3.0.12-dfsg-1_all.deb
Checksums-Sha256: 
 bf7844b5bfa2217a367107613b595bb8a278cc1d33d2c63a1f634326ceb01253 2266 
virtualbox-ose_3.0.12-dfsg-1.dsc
 46b75d127c18fb124e31def077b6e5c8c657a06ec85888919d4fd6b62b4a6a50 23368432 
virtualbox-ose_3.0.12-dfsg.orig.tar.gz
 5c76603ff6f7e0c04040d93b63c5f08a9d5fd6ef11632b6ed96682887ec1d36a 68932 
virtualbox-ose_3.0.12-dfsg-1.diff.gz
 cee538a3622e64d7d7eea5b78faddd7f045cd4d07f26f9294e0f5ef11cc0ee1c 4485960 
virtualbox-ose-qt_3.0.12-dfsg-1_amd64.deb
 4115acf79990e6d1ebe92a366f95517a15a5caabf6cde7d4de6673d85693460a 6319510 
virtualbox-ose_3.0.12-dfsg-1_amd64.deb
 06c8b23aa448f4b65acdecd798c2269df3eab7680ca2b1127f61d495c25d86ea 47454568 
virtualbox-ose-dbg_3.0.12-dfsg-1_amd64.deb
 05c01e2ea079131fba20e12927e542d95ae38c092de7ed80485940c95403e453 1339140 
virtualbox-ose-guest-x11_3.0.12-dfsg-1_amd64.deb
 73574666e739ce9ff3b2a879f77f1bb2a2e41c8a16209e97c0faf35c7f46b998 252926 
virtualbox-ose-guest-utils_3.0.12-dfsg-1_amd64.deb
 03f799edbf00caa9822b8f6757daadaf9991d3ea90c9204f3fb8bc95213042a5 806542 
virtualbox-ose-source_3.0.12-dfsg-1_all.deb
 f29fe3614d19b038c41f68401a6edbb5b7d1f9a48035f088c08eb14acc48c714 635040 
virtualbox-ose-guest-source_3.0.12-dfsg-1_all.deb
Files: 
 2bfd1668167202de7707e04336e233c5 2266 misc extra 
virtualbox-ose_3.0.12-dfsg-1.dsc
 9acaa905e581d48c0af900aa31d788f4 23368432 misc extra 
virtualbox-ose_3.0.12-dfsg.orig.tar.gz
 a5edaa7a1b0365e0c3dad26f2ece6ba3 68932 misc extra 
virtualbox-ose_3.0.12-dfsg-1.diff.gz
 2fca19ebf7d574eb8ea4473ecc8b8ff5 4485960 misc extra 
virtualbox-ose-qt_3.0.12-dfsg-1_amd64.deb
 8b5aeb3987cae1e41187ee7b30c50dcd 6319510 misc extra 
virtualbox-ose_3.0.12-dfsg-1_amd64.deb
 44fb49b949c54ec7d468d29aa131f7ec 47454568 debug extra 
virtualbox-ose-dbg_3.0.12-dfsg-1_amd64.deb
 a6c3ccde6a55e2bdecbdab9e21795263 1339140 misc extra 
virtualbox-ose-guest-x11_3.0.12-dfsg-1_amd64.deb
 ac0750034c4a32a5b5d4ed5835824cba 252926 misc extra 
virtualbox-ose-guest-utils_3.0.12-dfsg-1_amd64.deb
 5a45e7419fc23e107a1804a19e6fc0de 806542 kernel extra 
virtualbox-ose-source_3.0.12-dfsg-1_all.deb
 351434d46e12172db7bbeed4bb01f24c 635040 kernel extra 
virtualbox-ose-guest-source_3.0.12-dfsg-1_all.deb

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

iD8DBQFLD7d+VkEm8inxm9ERAiF6AJ0Tf0xN17QN3yg/VRMfvnjwdRvi/QCfYlMO
eYDdlp8P96+mWgZ4monBxsU=
=2c6e
-END PGP SIGNATURE-


Accepted:
virtualbox-ose-dbg_3.0.12-dfsg-1_amd64.deb
  to main/v/virtualbox-ose/virtualbox-ose-dbg_3.0.12-dfsg-1_amd64.deb
virtualbox-ose-guest-source_3.0.12-dfsg-1_all.deb
  to main/v/virtualbox-ose/virtualbox-ose-guest-source_3.0.12-dfsg-1_all.deb
virtualbox-ose-guest-utils_3.0.12-dfsg-1_amd64.deb
  to main/v/virtualbox-ose/virtualbox-ose-guest-utils_3.0.12-dfsg-1_amd64.deb
virtualbox-ose-guest-x11_3.0.12-dfsg-1_amd64.deb
  to main/v/virtualbox-ose/virtualbox-ose-guest-x11_3.0.12-dfsg-1_amd64.deb

Accepted gnome-panel 2.28.0-3 (source all i386)

2009-11-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 13:40:00 +0100
Source: gnome-panel
Binary: gnome-panel libpanel-applet2-0 gnome-panel-dbg libpanel-applet2-dev 
libpanel-applet2-doc gnome-panel-data
Architecture: source all i386
Version: 2.28.0-3
Distribution: unstable
Urgency: low
Maintainer: Guilherme de S. Pastore gpast...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-panel - launcher and docking facility for GNOME
 gnome-panel-data - common files for the GNOME Panel
 gnome-panel-dbg - GNOME Panel and library for panel applets - debugging symbols
 libpanel-applet2-0 - library for GNOME Panel applets
 libpanel-applet2-dev - library for GNOME Panel applets - development files
 libpanel-applet2-doc - library for GNOME Panel applets - documentation files
Closes: 557401 557402 557886
Changes: 
 gnome-panel (2.28.0-3) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Fix typos in descriptions. Closes: #557401, #557402.
   * Drop build-dependencies on PolicyKit 0.x. Closes: #557886.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/patches/10_clock_applet_link_gnome_desktop.patch:
 - Patch from upstream git, make the clock applet link against
   libgnome-desktop. Fixes a FTBFS in the Hurd.
   * debian/patches/70_relibtoolize.patch:
 - Regenerate on top of the above patch.
Checksums-Sha1: 
 8f936b94d6dd437c34986240980dd58e340a8648 2265 gnome-panel_2.28.0-3.dsc
 7c929291dc6f9f64e3170ae37cec9f9a73a17c89 209946 gnome-panel_2.28.0-3.diff.gz
 dc87499caf615b7390d1c03af70e79e579b88806 122998 
libpanel-applet2-doc_2.28.0-3_all.deb
 97bc83c1142fc314be9e68d9d2623763a872ee22 3636230 
gnome-panel-data_2.28.0-3_all.deb
 64b0f0995543a46702aee39d88bac140db33fde1 513522 gnome-panel_2.28.0-3_i386.deb
 3af1cb051e18e82bfee4f5fa8843fd9dea483ec6 119318 
libpanel-applet2-0_2.28.0-3_i386.deb
 cc9bbae25a9647ce7edeb38bc5b2496c90ecaee6 1312440 
gnome-panel-dbg_2.28.0-3_i386.deb
 14a3743cdb023bef25865be56d92c19a3abbc82c 124376 
libpanel-applet2-dev_2.28.0-3_i386.deb
Checksums-Sha256: 
 cc02a0665c863efdcfc9d70687fe1a26a0eb63302af46d242d9729138ce0c433 2265 
gnome-panel_2.28.0-3.dsc
 0b1e3e6f46e92baee9604bc29bc946b219d3834de8de9d530ec83dd65d9344af 209946 
gnome-panel_2.28.0-3.diff.gz
 dd1342ccd5a53a2ed3f99b45b1b9e7f6b898da82f6d4f3d1a5f61ac9d8c4d00c 122998 
libpanel-applet2-doc_2.28.0-3_all.deb
 dd1f1a39a6f2648d94f6eb2a3a522645231261188c3067fef816d02ddcf13c29 3636230 
gnome-panel-data_2.28.0-3_all.deb
 16f3277c8b354793df0696cc038a2b82ca740cc0b954352de3105fac50ee4399 513522 
gnome-panel_2.28.0-3_i386.deb
 dd3807322f4caeb2582d5dd91edbdbbcf8e66183d3faea47b76214fb7f92 119318 
libpanel-applet2-0_2.28.0-3_i386.deb
 cd613fa4231e5c54131b7db9551fee40313592c585fa50a301ca00aab30d04eb 1312440 
gnome-panel-dbg_2.28.0-3_i386.deb
 ab0420e5f9dbd39d0566862d1be85a847cbe2bc917d2eaf2aab600fb162616d9 124376 
libpanel-applet2-dev_2.28.0-3_i386.deb
Files: 
 8ea7c9c376f43066e9b7ab99c9b3e479 2265 gnome optional gnome-panel_2.28.0-3.dsc
 71d85f5d18f233bdc902dfcb627be8e5 209946 gnome optional 
gnome-panel_2.28.0-3.diff.gz
 b44fbd7f7b4b0db3549099f0dc2c525c 122998 doc optional 
libpanel-applet2-doc_2.28.0-3_all.deb
 025ec2734b2327493be67f29c10e550c 3636230 gnome optional 
gnome-panel-data_2.28.0-3_all.deb
 7a0418480ce938cf00dca9be178789a7 513522 gnome optional 
gnome-panel_2.28.0-3_i386.deb
 d01f68527a4f0f5f48cf4052ba60d6c0 119318 libs optional 
libpanel-applet2-0_2.28.0-3_i386.deb
 b85c8b22e6911a6a8b25c1d9e06eb0d7 1312440 debug extra 
gnome-panel-dbg_2.28.0-3_i386.deb
 83e32f95fe39174951d4b5c44bc395f3 124376 libdevel optional 
libpanel-applet2-dev_2.28.0-3_i386.deb

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

iEYEARECAAYFAksPytsACgkQhTV17EoIsv7I4gCgt7ZM18p0SqXeyCROxXS+yn7l
28EAoL17/OtHYbPmkt79hL6jojWz7Er7
=wFKH
-END PGP SIGNATURE-


Accepted:
gnome-panel-data_2.28.0-3_all.deb
  to main/g/gnome-panel/gnome-panel-data_2.28.0-3_all.deb
gnome-panel-dbg_2.28.0-3_i386.deb
  to main/g/gnome-panel/gnome-panel-dbg_2.28.0-3_i386.deb
gnome-panel_2.28.0-3.diff.gz
  to main/g/gnome-panel/gnome-panel_2.28.0-3.diff.gz
gnome-panel_2.28.0-3.dsc
  to main/g/gnome-panel/gnome-panel_2.28.0-3.dsc
gnome-panel_2.28.0-3_i386.deb
  to main/g/gnome-panel/gnome-panel_2.28.0-3_i386.deb
libpanel-applet2-0_2.28.0-3_i386.deb
  to main/g/gnome-panel/libpanel-applet2-0_2.28.0-3_i386.deb
libpanel-applet2-dev_2.28.0-3_i386.deb
  to main/g/gnome-panel/libpanel-applet2-dev_2.28.0-3_i386.deb
libpanel-applet2-doc_2.28.0-3_all.deb
  to main/g/gnome-panel/libpanel-applet2-doc_2.28.0-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted kfreebsd-8 8.0-1 (source all kfreebsd-amd64 kfreebsd-i386)

2009-11-27 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 04:04:33 +0100
Source: kfreebsd-8
Binary: kfreebsd-source-8.0 kfreebsd-headers-8.0-1 kfreebsd-image-8.0-1-amd64 
kfreebsd-image-8-amd64 kfreebsd-headers-8.0-1-amd64 kfreebsd-headers-8-amd64 
kfreebsd-image-8.0-1-486 kfreebsd-image-8-486 kfreebsd-headers-8.0-1-486 
kfreebsd-headers-8-486 kfreebsd-image-8.0-1-686 kfreebsd-image-8-686 
kfreebsd-headers-8.0-1-686 kfreebsd-headers-8-686 kfreebsd-image-8.0-1-686-smp 
kfreebsd-image-8-686-smp kfreebsd-headers-8.0-1-686-smp 
kfreebsd-headers-8-686-smp
Architecture: all kfreebsd-amd64 kfreebsd-i386 source 
Version: 8.0-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description:
 kfreebsd-headers-8.0-1-486 - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1-686 - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1-686-smp - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1-amd64 - header files for kernel of FreeBSD 8.0
 kfreebsd-headers-8.0-1 - Common architecture-specific header files for kernel 
of FreeBSD 8
 kfreebsd-headers-8-486 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-686 - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-686-smp - header files for kernel of FreeBSD 8
 kfreebsd-headers-8-amd64 - header files for kernel of FreeBSD 8
 kfreebsd-image-8.0-1-486 - kernel of FreeBSD 8.0 image
 kfreebsd-image-8.0-1-686 - kernel of FreeBSD 8.0 image
 kfreebsd-image-8.0-1-686-smp - kernel of FreeBSD 8.0 image
 kfreebsd-image-8.0-1-amd64 - kernel of FreeBSD 8.0 image
 kfreebsd-image-8-486 - kernel of FreeBSD 8 image
 kfreebsd-image-8-686 - kernel of FreeBSD 8 image
 kfreebsd-image-8-686-smp - kernel of FreeBSD 8 image
 kfreebsd-image-8-amd64 - kernel of FreeBSD 8 image
 kfreebsd-source-8.0 - source code for kernel of FreeBSD 8.0 with Debian patches
Changes:
 kfreebsd-8 (8.0-1) unstable; urgency=low
 .
   [ Petr Salinger ]
   * New upstream version (RELENG_8_0_0_RELEASE)
  - 011_brandinfo.diff dropped, fixed upstream
  - 010_ET_DYN.diff dropped, fixed upstream
  - 101_subsecond_timestamp.diff merged upstream
   * Alter Build-depends as freebsd-buildutils 7.0 is still sufficent
   * Update of some patches
   * Disable SSP, under QEMU it currently leads to panic :-(
  - 950_no_stack_protector.diff
   * Detect the slashdot lookup for RENAME or REMOVE (from HEAD)
  - 000_rename.diff
 .
   [ Luca Favatella ]
   * Drop patches
  - 000_ext2fs.diff and 017_oss_compat.diff applied upstream
  - 005_binutils.diff applied upstream (with mov instead of movw)
  - 911_no_werror.diff dropped (because useless)
   * Partially drop and refresh the rest
  - 001_misc.diff
 .
   [ Aurelien Jarno ]
   * Add a get-orig-source target to debian/rules and stop using a tar in
 tar system.
Checksums-Sha1: 
 010dc5485ad6d32ed10865390074d40ba06dad76 13552208 
kfreebsd-image-8.0-1-686-smp_8.0-1_kfreebsd-i386.deb
 03c1bd559ca8b9cd599b6d89d969710a603f6746 17988 
kfreebsd-image-8-486_8.0-1_kfreebsd-i386.deb
 11d2dd62804ff50da2b7454c83399ed5a921f85b 314036 
kfreebsd-headers-8.0-1-686_8.0-1_kfreebsd-i386.deb
 17cc2fe6f8196abe547d760c0b991ec255abab85 12953462 
kfreebsd-image-8.0-1-amd64_8.0-1_kfreebsd-amd64.deb
 1ddad843febcbe1b2ba14e19d6f21ffe2b1c3dfe 314042 
kfreebsd-headers-8.0-1-686-smp_8.0-1_kfreebsd-i386.deb
 322fb3cd5d90e259e714c36a21939796f4581149 18004 
kfreebsd-headers-8-amd64_8.0-1_kfreebsd-amd64.deb
 39e45acee49cacc6464604c9549fce726faf04b1 17988 
kfreebsd-headers-8-686_8.0-1_kfreebsd-i386.deb
 4fdba17afbf21ea581b56933aa806e7fe81d84bc 17988 
kfreebsd-image-8-686_8.0-1_kfreebsd-i386.deb
 709d510ad85ef00b29977e058bba437e0f3c99e1 314000 
kfreebsd-headers-8.0-1-486_8.0-1_kfreebsd-i386.deb
 728518fa592743e64a884358249a9a7a46289883 17998 
kfreebsd-image-8-686-smp_8.0-1_kfreebsd-i386.deb
 94ef33ce6849b34a6e2477336fa072078f6e472f 17988 
kfreebsd-headers-8-486_8.0-1_kfreebsd-i386.deb
 95b4d5c01f5562cc50bac74003eb28e913718d41 8283368 
kfreebsd-headers-8.0-1_8.0-1_kfreebsd-i386.deb
 9850d1fddf7a1f7ac9c983f7ad00742b4c1234e0 13530250 
kfreebsd-image-8.0-1-686_8.0-1_kfreebsd-i386.deb
 ab897bc569c78b1b072e7c62240a225406dace78 269152 
kfreebsd-headers-8.0-1-amd64_8.0-1_kfreebsd-amd64.deb
 b892621b5b955a5807d5aaff2b6838cdc119bf5a 29567261 kfreebsd-8_8.0.orig.tar.gz
 b96e43913781bc2e28b930b68acf1829f0e38e8e 22892970 
kfreebsd-source-8.0_8.0-1_all.deb
 caae643cbec30b7097aa2d16aaa3f64ac51347ae 1870 kfreebsd-8_8.0-1.dsc
 cd1a71c2f2d6e7ef54ba78ff359fdcd10948e59c 8326150 
kfreebsd-headers-8.0-1_8.0-1_kfreebsd-amd64.deb
 d3a53564a698805ccf92f88963a10362f0bf95a9 17998 
kfreebsd-headers-8-686-smp_8.0-1_kfreebsd-i386.deb
 e0bfa1f7c669048f8d0c5688f18cdc0e807b713a 35587 kfreebsd-8_8.0-1.diff.gz
 ed7cc6bf7932ddce65e3d17c3127a9d7175af40a 18000 
kfreebsd-image-8-amd64_8.0-1_kfreebsd-amd64.deb
 ff0f2285f7d17dbf10105b1cac03befbe61587d0 12638220 

Accepted nvidia-graphics-drivers 190.42-3 (source amd64)

2009-11-27 Thread Randall Donald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Nov 2009 10:52:55 -0800
Source: nvidia-graphics-drivers
Binary: nvidia-glx-ia32 nvidia-glx nvidia-glx-dev nvidia-libvdpau1-ia32 
nvidia-libvdpau1 nvidia-libvdpau1-driver nvidia-libvdpau1-driver-ia32 
nvidia-libvdpau-dev nvidia-kernel-source libcuda1 libcuda1-ia32 libcuda1-dev
Architecture: source amd64
Version: 190.42-3
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Randall Donald rdon...@debian.org
Description: 
 libcuda1   - NVIDIA CUDA runtime library
 libcuda1-dev - NVIDIA CUDA development files
 libcuda1-ia32 - NVIDIA CUDA runtime library (32-bit)
 nvidia-glx - NVIDIA binary Xorg driver
 nvidia-glx-dev - NVIDIA binary Xorg driver development files
 nvidia-glx-ia32 - NVIDIA binary driver 32bit libs
 nvidia-kernel-source - NVIDIA binary kernel module source
 nvidia-libvdpau-dev - NVIDIA vdpau development files
 nvidia-libvdpau1 - NVIDIA vdpau libraries
 nvidia-libvdpau1-driver - NVIDIA vdpau driver
 nvidia-libvdpau1-driver-ia32 - NVIDIA vdpau 32-bit driver
 nvidia-libvdpau1-ia32 - NVIDIA vdpau 32bit libraries
Changes: 
 nvidia-graphics-drivers (190.42-3) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Provide a package for just the NVIDIA VDPAU driver.
Checksums-Sha1: 
 cb89e156ca8c8cf58235d3cc29551618e1c31c6a 1739 
nvidia-graphics-drivers_190.42-3.dsc
 0103bf72aeacf5bb2e632c0a37c1314cb86397aa 87292 
nvidia-graphics-drivers_190.42-3.diff.gz
 c0145cec90d40eed33eb0f75b98f4f3b7ebd3a8c 5164102 
nvidia-glx-ia32_190.42-3_amd64.deb
 c2c03d06eebf56fe7086a4fbad66137a79fb0262 8297476 nvidia-glx_190.42-3_amd64.deb
 789f791b3f36c3c1254f50eed658b7bf1b58938a 158682 
nvidia-glx-dev_190.42-3_amd64.deb
 fe7be807472e618263c4c9fda98be25b9e91e908 782016 
nvidia-libvdpau1-ia32_190.42-3_amd64.deb
 181d0e6b3205fd337e2e40825d4f064055094ad3 159918 
nvidia-libvdpau1_190.42-3_amd64.deb
 23b530479d146f80daf79e32595319f0af995a18 876888 
nvidia-libvdpau1-driver_190.42-3_amd64.deb
 88a434c48792fe71fc24aabc79349abadea72f17 17146 
nvidia-libvdpau1-driver-ia32_190.42-3_amd64.deb
 4e645bd236a05ffa271b515da747a66b625eebab 50380 
nvidia-libvdpau-dev_190.42-3_amd64.deb
 2167c97d8cf84f89e1147197cfbc072a829e1f61 5931312 
nvidia-kernel-source_190.42-3_amd64.deb
 447734643f9a02510ab66adc8d8ba6d55127d963 1660086 libcuda1_190.42-3_amd64.deb
 d28b07dd8a525264916c15c8b32a17eaad6a8620 1747708 
libcuda1-ia32_190.42-3_amd64.deb
 9b6a5e9f36b8bae12705015e25077e2447949e1b 24522 libcuda1-dev_190.42-3_amd64.deb
Checksums-Sha256: 
 855d03af28722d4c633c8e9807728ea27e2b15bbcd8fb883de785f57493b 1739 
nvidia-graphics-drivers_190.42-3.dsc
 f88fa12733374737452e8b4d9df0c414628533c1e3a6786497ea9f9a608e8fbf 87292 
nvidia-graphics-drivers_190.42-3.diff.gz
 73bf669e0edab3f6e4a63040022ea65a4ec29c8df315834d8f8abb8ffe1d8993 5164102 
nvidia-glx-ia32_190.42-3_amd64.deb
 64d63f8a787a8bd8c86f535f56c4d5a4368a79997aebf9a0f65fa9eece3e5a6b 8297476 
nvidia-glx_190.42-3_amd64.deb
 f03e1b8b7ae31a75b2ebaec96b752675bbb25e27c33f82a2138b52130f2268e7 158682 
nvidia-glx-dev_190.42-3_amd64.deb
 3a6834d52736e9403025a674dedbb3547de2e1024ce5687976c75f1a389791e3 782016 
nvidia-libvdpau1-ia32_190.42-3_amd64.deb
 84762bffceef19dfa51204a9df2e63b939480271e0cf65cd1e3f4f1e398b572d 159918 
nvidia-libvdpau1_190.42-3_amd64.deb
 6dbbc228bedd55804e9165ed847f36c39ab6fc7cfc227027c8f5c2c2f6a74a25 876888 
nvidia-libvdpau1-driver_190.42-3_amd64.deb
 2fda3390d504882268ef4a607da0b6abec204c1c7637b342e813e7a69e4fdf34 17146 
nvidia-libvdpau1-driver-ia32_190.42-3_amd64.deb
 612535dced55a24d4dae17e0e393523589de410fffbc447ba683fb63310a6deb 50380 
nvidia-libvdpau-dev_190.42-3_amd64.deb
 dc31ea35eb67f0a6fc6a2a8ada4b0bef3b4a3e82d37c403b65e7b3d89772f73e 5931312 
nvidia-kernel-source_190.42-3_amd64.deb
 bbb30a45e341a84443b08e83b4705fa02c9fb14c25922423b0f2246c78fcd967 1660086 
libcuda1_190.42-3_amd64.deb
 3cfe394d0510362047cd1b7933f774ec558b0c2a0d9f8a2559c433feb5d1d6cc 1747708 
libcuda1-ia32_190.42-3_amd64.deb
 663d8f66fb5c1398c1ee43c6933a2e51ad3d92f8322115620871749c664d0487 24522 
libcuda1-dev_190.42-3_amd64.deb
Files: 
 6cd2b37b6beb5c797096effdd5fc764e 1739 non-free/x11 optional 
nvidia-graphics-drivers_190.42-3.dsc
 22597845c1f6e08e3837a37c1eab6af8 87292 non-free/x11 optional 
nvidia-graphics-drivers_190.42-3.diff.gz
 63f88e29c1d3b7f06df8cff2a9c5c464 5164102 non-free/x11 optional 
nvidia-glx-ia32_190.42-3_amd64.deb
 6303aeff5c76b618c6b0034a544eb3bd 8297476 non-free/x11 optional 
nvidia-glx_190.42-3_amd64.deb
 057fbb66171f19ec14577fa9cd81c6eb 158682 non-free/x11 optional 
nvidia-glx-dev_190.42-3_amd64.deb
 61a137d15c98c2064790373c7e525093 782016 non-free/libs optional 
nvidia-libvdpau1-ia32_190.42-3_amd64.deb
 26c3e4daee0207e33c6e90cdebd75918 159918 non-free/libs optional 
nvidia-libvdpau1_190.42-3_amd64.deb
 79507a4276a5da6c63a09d32ee977b22 876888 non-free/libs optional 
nvidia-libvdpau1-driver_190.42-3_amd64.deb
 6ceb59476bbf43df1ffae05975b467a9 17146 

Accepted snd 11-5 (source all i386)

2009-11-27 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Nov 2009 18:50:53 +0100
Source: snd
Binary: snd snd-doc snd-gtk-jack snd-gtk-pulse snd-nox-alsa
Architecture: source all i386
Version: 11-5
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 snd- Sound file editor
 snd-doc- Sound file editor (documentation)
 snd-gtk-jack - Sound file editor (GTK+ user interface - JACK)
 snd-gtk-pulse - Sound file editor (GTK+ user interface - PulseAudio)
 snd-nox-alsa - Sound file editor (without X support - ALSA)
Closes: 325443
Changes: 
 snd (11-5) unstable; urgency=low
 .
   * debian/{control,rules,snd-nox-alsa.*}:
 - Add snd-nox-alsa runtime package, built without any GUI support;
   this would be ideal for scripting snd (Closes: #325443).
   * debian/control: Build-depend on libasound2-dev.
Checksums-Sha1: 
 6816d6069a0992f552a572f0ba540d4df3f39e1e 1502 snd_11-5.dsc
 07243b800de382c9eff64314dad0f30351c760a5 11070 snd_11-5.diff.gz
 930b62902b4df71871af39b27e35d9be2e63a57d 2286638 snd_11-5_all.deb
 e483e5306e28a6d3c2e66a77c487c59d25a8b9e3 13293744 snd-doc_11-5_all.deb
 3bdd7e2edc92efa7c654972bdb59334327939bf5 927832 snd-gtk-jack_11-5_i386.deb
 4a75d1e75b9d071b7da6e6649a7bc2ce081d5fe5 910004 snd-gtk-pulse_11-5_i386.deb
 092ed7c184f0914aa72add10a4caa95af8d727ef 692598 snd-nox-alsa_11-5_i386.deb
Checksums-Sha256: 
 17065034708652c33f352a6e7d0e519e75b7528e2320a4e173978c974cd05aee 1502 
snd_11-5.dsc
 396a4519e7f5020c9d315defe89153f72f919f6e7b905de3748517959d19cff8 11070 
snd_11-5.diff.gz
 77312c003114294ffeddbb604cbd3e1ed8451d672ca17940c9e001c94902c64d 2286638 
snd_11-5_all.deb
 0648c2a765f343ca5f7e8ec94cbf32e077dd46b5cf102f0f149d78a8f2d3b81b 13293744 
snd-doc_11-5_all.deb
 cb068562b008a18e7ee7eb0512564799d11596daadf780237c0f106b50960450 927832 
snd-gtk-jack_11-5_i386.deb
 447a6c0e747adae333b78746bbaa655db11312c5aea036f739fce961b10efbf0 910004 
snd-gtk-pulse_11-5_i386.deb
 bea1aeab18a7f46461b4c3db6d77ab56c05696f83d7099cbdc993790e0df1376 692598 
snd-nox-alsa_11-5_i386.deb
Files: 
 1912ea4cc20bfe726df02183592c0f84 1502 sound optional snd_11-5.dsc
 bc168903e35da373b4b5363cf27c1387 11070 sound optional snd_11-5.diff.gz
 cbc102f98f252e1af5b31eaf28102294 2286638 sound optional snd_11-5_all.deb
 993cafab663b85d96c6e6d75c89399e7 13293744 doc optional snd-doc_11-5_all.deb
 1d4748daee62e51603ed21073bfe3c9b 927832 sound optional 
snd-gtk-jack_11-5_i386.deb
 4649ec511c725757eab8e87fb8de494e 910004 sound optional 
snd-gtk-pulse_11-5_i386.deb
 0508ba9b0f275b830be59c43eb1c914f 692598 sound optional 
snd-nox-alsa_11-5_i386.deb

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

iEYEARECAAYFAksNmfQACgkQNxpp46476aqz4wCdFFTdXpoPPRnHwweYJwhTgszB
o9YAn1zfH5paU3BsT13Au4jQ3m0/xn5v
=3ST1
-END PGP SIGNATURE-


Accepted:
snd-doc_11-5_all.deb
  to main/s/snd/snd-doc_11-5_all.deb
snd-gtk-jack_11-5_i386.deb
  to main/s/snd/snd-gtk-jack_11-5_i386.deb
snd-gtk-pulse_11-5_i386.deb
  to main/s/snd/snd-gtk-pulse_11-5_i386.deb
snd-nox-alsa_11-5_i386.deb
  to main/s/snd/snd-nox-alsa_11-5_i386.deb
snd_11-5.diff.gz
  to main/s/snd/snd_11-5.diff.gz
snd_11-5.dsc
  to main/s/snd/snd_11-5.dsc
snd_11-5_all.deb
  to main/s/snd/snd_11-5_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gedit-latex-plugin 0.2rc3-1 (source all)

2009-11-27 Thread Andrea Gasparini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 23 Nov 2009 15:12:39 +0100
Source: gedit-latex-plugin
Binary: gedit-latex-plugin
Architecture: source all
Version: 0.2rc3-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Gasparini ga...@yattaweb.it
Changed-By: Andrea Gasparini ga...@yattaweb.it
Description: 
 gedit-latex-plugin - GEdit plugin for composing and compiling LaTeX documents
Closes: 524949 552626
Changes: 
 gedit-latex-plugin (0.2rc3-1) unstable; urgency=low
 .
   * new upstream release. (Closes: #524949 #557035)
   * debian/control: Depends on python-poppler (Closes: #552626)
Checksums-Sha1: 
 c6635d63937494c98dcd6242bc48ff267b8d24df 1221 gedit-latex-plugin_0.2rc3-1.dsc
 52942dbb7b4dc9041145208b3f054003db22f279 218367 
gedit-latex-plugin_0.2rc3.orig.tar.gz
 8753485b287cb29f657882cf5f24807fd8e570d4 3717 
gedit-latex-plugin_0.2rc3-1.diff.gz
 51241ee427a84b9f4932c8023f3b17da056d9d04 217220 
gedit-latex-plugin_0.2rc3-1_all.deb
Checksums-Sha256: 
 f564f2a28a5492b41ce819998b966d87146b8c9e11bff7a4c658df791ccb2eec 1221 
gedit-latex-plugin_0.2rc3-1.dsc
 98e77e72e9a45317525920aeafc90724adfb4d8f66831b1a73014b2666b73c36 218367 
gedit-latex-plugin_0.2rc3.orig.tar.gz
 f11dd33ae5dede2da21b6439af1c4523e13e5c208ada101d63f626b4d305a1e1 3717 
gedit-latex-plugin_0.2rc3-1.diff.gz
 1d3f5d9a94fdf27f3ae97bcddb7abe5d797d4d6aa33693a19dbf1757f07cb03f 217220 
gedit-latex-plugin_0.2rc3-1_all.deb
Files: 
 0bd2c9ae7a1bddc04a2b049ec5dba582 1221 gnome extra 
gedit-latex-plugin_0.2rc3-1.dsc
 4939d1289980ec1deec6e62b1309a24c 218367 gnome extra 
gedit-latex-plugin_0.2rc3.orig.tar.gz
 3c3603fd854a5611a6c3c2e4c6c9bffd 3717 gnome extra 
gedit-latex-plugin_0.2rc3-1.diff.gz
 8c04614adc15b601cabceb07ed5a53d5 217220 gnome extra 
gedit-latex-plugin_0.2rc3-1_all.deb

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

iEYEARECAAYFAksP3o8ACgkQhImxTYgHUpuVRwCggcwM0m3nMqjMIVaf2jvE//4H
o1IAn1RhqAFvm7IN4xAtmPrZgoMXXF8g
=M4+/
-END PGP SIGNATURE-


Accepted:
gedit-latex-plugin_0.2rc3-1.diff.gz
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3-1.diff.gz
gedit-latex-plugin_0.2rc3-1.dsc
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3-1.dsc
gedit-latex-plugin_0.2rc3-1_all.deb
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3-1_all.deb
gedit-latex-plugin_0.2rc3.orig.tar.gz
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3.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



Accepted gfxboot 4.1.40-1 (source i386)

2009-11-27 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 15:11:52 +0100
Source: gfxboot
Binary: gfxboot gfxboot-dev
Architecture: source i386
Version: 4.1.40-1
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 gfxboot- tool to test and create graphical boot logos (runtime)
 gfxboot-dev - tool to test and create graphical boot logos (development)
Changes: 
 gfxboot (4.1.40-1) unstable; urgency=low
 .
   * Dropping lpia from architectures, lpia is dead.
   * Merging upstream version 4.1.40.
   * Updating README.source.
   * Adding explicit debian source version 1.0 until switch to 3.0.
   * Bumping versioned build-depends on quilt.
Checksums-Sha1: 
 ee86a8404d79ff3f71fb4a01853b8dbe9ffc7a62 1328 gfxboot_4.1.40-1.dsc
 4c02d76c5fc1e6db489b0e58f904d48552073637 202851 gfxboot_4.1.40.orig.tar.gz
 43cf222eab2915095c195c8b0255e7468a473291 4361 gfxboot_4.1.40-1.diff.gz
 9ac62f8ffd44de49dc62d63054579690e4c20ceb 27984 gfxboot_4.1.40-1_i386.deb
 752d64269e422746d21d44b793b09f2a4d65f8f2 103326 gfxboot-dev_4.1.40-1_i386.deb
Checksums-Sha256: 
 de7e90d078d8676379a935d567aba2ac76e6e5e2c87c518e896f18e379275160 1328 
gfxboot_4.1.40-1.dsc
 c988fb5571c0aa465deffa40a010e0d9053642d709b3479dd7aae6f1be3615f9 202851 
gfxboot_4.1.40.orig.tar.gz
 5ace12839b21a7945889274191e084bccd814e35b86af697e3ab694897b22534 4361 
gfxboot_4.1.40-1.diff.gz
 5485558bf17ddac82a6339f7af12a01f534a0d69e4f7b4360f4e0cec04dd234e 27984 
gfxboot_4.1.40-1_i386.deb
 fe0fc2e7642c98e9c0ee3efd6d787fc7eb99a4271408a1cefa9669662aeb 103326 
gfxboot-dev_4.1.40-1_i386.deb
Files: 
 680d3e8523f297c1de13e8a922da05b5 1328 misc extra gfxboot_4.1.40-1.dsc
 e05ebd376fe2ba4ed24571393f3ce42e 202851 misc extra gfxboot_4.1.40.orig.tar.gz
 a89654ae04d2e6af4cb0868b408c7ec5 4361 misc extra gfxboot_4.1.40-1.diff.gz
 7b46fcaf3efb5cd86337a476016fa47b 27984 misc extra gfxboot_4.1.40-1_i386.deb
 bb66e19d5fc0a5bea0bbe3ea42b315b7 103326 misc extra 
gfxboot-dev_4.1.40-1_i386.deb

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

iEYEARECAAYFAksP3ykACgkQ+C5cwEsrK55FLACfbB6XXAZkOWLJsv8sXWnX8SPL
sK8AoJrFo7oIJkj8NR+fB6yg4JiSLiAE
=qhQm
-END PGP SIGNATURE-


Accepted:
gfxboot-dev_4.1.40-1_i386.deb
  to main/g/gfxboot/gfxboot-dev_4.1.40-1_i386.deb
gfxboot_4.1.40-1.diff.gz
  to main/g/gfxboot/gfxboot_4.1.40-1.diff.gz
gfxboot_4.1.40-1.dsc
  to main/g/gfxboot/gfxboot_4.1.40-1.dsc
gfxboot_4.1.40-1_i386.deb
  to main/g/gfxboot/gfxboot_4.1.40-1_i386.deb
gfxboot_4.1.40.orig.tar.gz
  to main/g/gfxboot/gfxboot_4.1.40.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



Accepted gfxboot-examples 4.1.40-1.2-1 (source all)

2009-11-27 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 15:34:34 +0100
Source: gfxboot-examples
Binary: gfxboot-examples
Architecture: source all
Version: 4.1.40-1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 gfxboot-examples - tool to test and create graphical boot logos (example 
themes)
Changes: 
 gfxboot-examples (4.1.40-1.2-1) unstable; urgency=low
 .
   * Merging upstream version 4.1.20-1.2.
   * Adding README.source.
   * Adding explicit debian source version 1.0 until switch to 3.0.
   * Updating versioned gfxboot depends to 4.1.40.
Checksums-Sha1: 
 35785f6786cf137e29684a8f2f92aba943dc75e4 1396 gfxboot-examples_4.1.40-1.2-1.dsc
 ba1591f46ea4cf0b0ac82448bfdad9a0d9dc9cac 338656 
gfxboot-examples_4.1.40-1.2.orig.tar.gz
 eac46d746566ca6315d74502b9df908c9be21eac 2176 
gfxboot-examples_4.1.40-1.2-1.diff.gz
 ea610ad8c47f8a5a0805893d4e1152ae8ad25399 839058 
gfxboot-examples_4.1.40-1.2-1_all.deb
Checksums-Sha256: 
 f80e10a5fc8c19bb7830a09b11e9f793784995b3606e2c1055c30a2929188311 1396 
gfxboot-examples_4.1.40-1.2-1.dsc
 718a1fbae571df2eb500cb5677c74ce8617ad217901d4b11aac15ad3f9864389 338656 
gfxboot-examples_4.1.40-1.2.orig.tar.gz
 90e4f031f1c657ba38fca9b3815eac55db012c43cc858ce460407f9ea840af88 2176 
gfxboot-examples_4.1.40-1.2-1.diff.gz
 09abe464a46b4cf59ae2b3e02c6611b63f921a214d5392adb3a385326137f9e1 839058 
gfxboot-examples_4.1.40-1.2-1_all.deb
Files: 
 9c7491af29fdb3fafce271702a9792c2 1396 misc extra 
gfxboot-examples_4.1.40-1.2-1.dsc
 d0f21d10c81787d07ff941d307b25688 338656 misc extra 
gfxboot-examples_4.1.40-1.2.orig.tar.gz
 1b32dddf783c465feb7e8abbdd6e1c48 2176 misc extra 
gfxboot-examples_4.1.40-1.2-1.diff.gz
 53a39562693aa7c2a81e993f33838665 839058 misc extra 
gfxboot-examples_4.1.40-1.2-1_all.deb

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

iEYEARECAAYFAksP46kACgkQ+C5cwEsrK54ahQCg2BhCp2taebHHBOEE0U+SWvtj
aloAnRHlQUYpN4bSiiYHR9sr9e9AUclX
=t671
-END PGP SIGNATURE-


Accepted:
gfxboot-examples_4.1.40-1.2-1.diff.gz
  to main/g/gfxboot-examples/gfxboot-examples_4.1.40-1.2-1.diff.gz
gfxboot-examples_4.1.40-1.2-1.dsc
  to main/g/gfxboot-examples/gfxboot-examples_4.1.40-1.2-1.dsc
gfxboot-examples_4.1.40-1.2-1_all.deb
  to main/g/gfxboot-examples/gfxboot-examples_4.1.40-1.2-1_all.deb
gfxboot-examples_4.1.40-1.2.orig.tar.gz
  to main/g/gfxboot-examples/gfxboot-examples_4.1.40-1.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted gfxboot-themes 4.1.40-1.2-1 (source all)

2009-11-27 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 15:25:37 +0100
Source: gfxboot-themes
Binary: gfxboot-themes-opensuse gfxboot-themes-sled gfxboot-themes-sles 
gfxboot-themes-upstream
Architecture: source all
Version: 4.1.40-1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Syslinux Maintainers sysli...@lists.debian-maintainers.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 gfxboot-themes-opensuse - tool to test and create graphical boot logos 
(openSUSE theme)
 gfxboot-themes-sled - tool to test and create graphical boot logos (SLED theme)
 gfxboot-themes-sles - tool to test and create graphical boot logos (SLES theme)
 gfxboot-themes-upstream - tool to test and create graphical boot logos 
(upstream theme)
Closes: 558138
Changes: 
 gfxboot-themes (4.1.40-1.2-1) unstable; urgency=low
 .
   * Merging upstream version 4.1.20-1.2.
   * Updating versioned gfxboot depends to 4.1.40.
   * Updating README.source.
   * Adding explicit debian source version 1.0 until switch to 3.0.
   * Correcting install location of themes, thanks to tefan Lippers-
 Hollmann s@gmx.de (Closes: #558138).
Checksums-Sha1: 
 4f0c6b251093b0d773eecb5b8091d23c4d673e44 1474 gfxboot-themes_4.1.40-1.2-1.dsc
 173bbd4318c5f63baafccac8f3ff28626bac8695 6272757 
gfxboot-themes_4.1.40-1.2.orig.tar.gz
 801e6d8f357ba24e3e302805e1c6fdad773e291c 3113 
gfxboot-themes_4.1.40-1.2-1.diff.gz
 12519d839a97c84df0972584136c93a38087ec34 8793412 
gfxboot-themes-opensuse_4.1.40-1.2-1_all.deb
 4300f4081d128a29d58cc0e2570f6006b74fd4a1 9001226 
gfxboot-themes-sled_4.1.40-1.2-1_all.deb
 9069596d00f3d6fb79d838e4780b09b7245a1bbe 8999382 
gfxboot-themes-sles_4.1.40-1.2-1_all.deb
 f3872d10035eaf6de669c13dc813375ba0e0db99 9100280 
gfxboot-themes-upstream_4.1.40-1.2-1_all.deb
Checksums-Sha256: 
 6e61d0e522feddb17f4ca43b3e66dbf373cb79a4307103e43491e7122c26 1474 
gfxboot-themes_4.1.40-1.2-1.dsc
 8375d3b96d2a2ece3f188d5e7f1de38a5ef9a682f95edc58ef15b40f3261784c 6272757 
gfxboot-themes_4.1.40-1.2.orig.tar.gz
 1874914958d28cbecb41c1942b72ea885795b2c0496d323eb0f46509b2158ebf 3113 
gfxboot-themes_4.1.40-1.2-1.diff.gz
 52b30a112ec37bfaddf68d4cf93ed9801c9151ce01d28cefb01f4fab09b8bb7b 8793412 
gfxboot-themes-opensuse_4.1.40-1.2-1_all.deb
 6de1fa96c40b9a992796eeafed23449abf5c62fa75ffc22db0fb5ba3d6f3beed 9001226 
gfxboot-themes-sled_4.1.40-1.2-1_all.deb
 0486e4a127ad178139e65402dbc2a41ddacb39519cbc148f29ff5fe8ccc1d5e6 8999382 
gfxboot-themes-sles_4.1.40-1.2-1_all.deb
 a869120801d86d77323fe999fcd4131e23d5c972406432dc54a161f17801092b 9100280 
gfxboot-themes-upstream_4.1.40-1.2-1_all.deb
Files: 
 eed085294ae006902e358b8164e5eadc 1474 misc extra 
gfxboot-themes_4.1.40-1.2-1.dsc
 f635dfe7ef95e632d7f7a778acf39d95 6272757 misc extra 
gfxboot-themes_4.1.40-1.2.orig.tar.gz
 b2799f8223a90dfe207875875983f75c 3113 misc extra 
gfxboot-themes_4.1.40-1.2-1.diff.gz
 d7d7e1aa4f9f5aea31860bd52d158f99 8793412 misc extra 
gfxboot-themes-opensuse_4.1.40-1.2-1_all.deb
 49d9e8624127ab880a22ca7543efcded 9001226 misc extra 
gfxboot-themes-sled_4.1.40-1.2-1_all.deb
 63a419ba81aff4fb40edd90c8cdbb3e8 8999382 misc extra 
gfxboot-themes-sles_4.1.40-1.2-1_all.deb
 1bf540ab4537cc08d6dfcf782372c928 9100280 misc extra 
gfxboot-themes-upstream_4.1.40-1.2-1_all.deb

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

iEYEARECAAYFAksP4pMACgkQ+C5cwEsrK55P4ACePGAVQ8kCc48Tcplh0FiJkJ6j
vFAAn1xcx1w133GrFm0TkHjuTQtrKayF
=r9LI
-END PGP SIGNATURE-


Accepted:
gfxboot-themes-opensuse_4.1.40-1.2-1_all.deb
  to main/g/gfxboot-themes/gfxboot-themes-opensuse_4.1.40-1.2-1_all.deb
gfxboot-themes-sled_4.1.40-1.2-1_all.deb
  to main/g/gfxboot-themes/gfxboot-themes-sled_4.1.40-1.2-1_all.deb
gfxboot-themes-sles_4.1.40-1.2-1_all.deb
  to main/g/gfxboot-themes/gfxboot-themes-sles_4.1.40-1.2-1_all.deb
gfxboot-themes-upstream_4.1.40-1.2-1_all.deb
  to main/g/gfxboot-themes/gfxboot-themes-upstream_4.1.40-1.2-1_all.deb
gfxboot-themes_4.1.40-1.2-1.diff.gz
  to main/g/gfxboot-themes/gfxboot-themes_4.1.40-1.2-1.diff.gz
gfxboot-themes_4.1.40-1.2-1.dsc
  to main/g/gfxboot-themes/gfxboot-themes_4.1.40-1.2-1.dsc
gfxboot-themes_4.1.40-1.2.orig.tar.gz
  to main/g/gfxboot-themes/gfxboot-themes_4.1.40-1.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted k3b 1.69.0~alpha4-1 (source all amd64)

2009-11-27 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 15:16:28 +0100
Source: k3b
Binary: k3b k3b-data libk3b-dev libk3b6 libk3b6-extracodecs k3b-dbg
Architecture: source amd64 all
Version: 1.69.0~alpha4-1
Distribution: experimental
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 k3b- A sophisticated CD/DVD burning application
 k3b-data   - A sophisticated CD/DVD burning application - data files
 k3b-dbg- A sophisticated CD/DVD burning application - debugging symbols
 libk3b-dev - The KDE CD/DVD burning application library - development files
 libk3b6- The KDE CD/DVD burning application library - runtime files
 libk3b6-extracodecs - The KDE CD/DVD burning application library - extra 
decoders
Closes: 549221
Changes: 
 k3b (1.69.0~alpha4-1) experimental; urgency=low
 .
   [ Fathi Boudra ]
   * New upstream release.
 - Remove 107_iso_cue_mimetypes.diff - Merged upstream.
 - Remove 114_new_libmpcdec_api.diff - Merged upstream.
 .
   [ Michael Meskes ]
   * Updated normalize-audio patch to make sure the program is correctly
 recognized. Thanks to Roderick B. Greening. (Closes: #549221)
Checksums-Sha1: 
 dcae1d034fb1196b4a7dcd800dfbb4ac9e9f7dfa 1612 k3b_1.69.0~alpha4-1.dsc
 189e3454bc1410a0cdcc0f39fe308a0c7cda8d91 5085393 k3b_1.69.0~alpha4.orig.tar.gz
 f272d6bd5908557968f8bb41dae85f8b08f13f4a 23705 k3b_1.69.0~alpha4-1.diff.gz
 67f65c23707c1140fb560cce2dec325251e1ab5e 774086 k3b_1.69.0~alpha4-1_amd64.deb
 6e273c474018c92548ff4ff9fa8d0835d636d64b 3824286 
k3b-data_1.69.0~alpha4-1_all.deb
 eb7dd0286086b394805a6117894199217cbfa04f 124804 
libk3b-dev_1.69.0~alpha4-1_amd64.deb
 e01d329bf1585ea9c9e8ec89ab7a1ada5d976be0 1060428 
libk3b6_1.69.0~alpha4-1_amd64.deb
 ab86da7aefac04086fbf5b2da304ced66767da7e 68264 
libk3b6-extracodecs_1.69.0~alpha4-1_amd64.deb
 724b502f1cd12d13224d60b795f282c960bdec31 18406940 
k3b-dbg_1.69.0~alpha4-1_amd64.deb
Checksums-Sha256: 
 c91a174d6ef758bc627c1059c876ace4fe9860f254218e51d6c19a6f258e38af 1612 
k3b_1.69.0~alpha4-1.dsc
 7224ae9325ec191b02ae753a8ae1bef16df911f9c71170eaa5d4c91fb0c7e813 5085393 
k3b_1.69.0~alpha4.orig.tar.gz
 67dd8fb5252ef695a2163921ab024db492322764e30d952869574ed83930f7f9 23705 
k3b_1.69.0~alpha4-1.diff.gz
 527b56e0a9bdc970baf4694ca4f191ed944e6168c0ccdf81ae973e4db132532d 774086 
k3b_1.69.0~alpha4-1_amd64.deb
 dab84a9c9db23f9084cd50e8412788b82447a97aa77c8e6c4c645600f839a79c 3824286 
k3b-data_1.69.0~alpha4-1_all.deb
 b7a5f71af515ca4142ee1550e3bb3829a2fb57ebaf217645c5ee4075ea7c03c1 124804 
libk3b-dev_1.69.0~alpha4-1_amd64.deb
 0f5cc8efc0c7747fd8e9e4bdc39b31c5bdc938edb14a32cf28e2890e33917da4 1060428 
libk3b6_1.69.0~alpha4-1_amd64.deb
 f509f119ce196ab8eccd00f3a24a3c72dc2e9347108c992fc7011f20b48bc3da 68264 
libk3b6-extracodecs_1.69.0~alpha4-1_amd64.deb
 50f176d33cac98cf7854868c49411cf7791c438f0669fc431b88692c0b32b117 18406940 
k3b-dbg_1.69.0~alpha4-1_amd64.deb
Files: 
 f38a9cb8b0bfc3d31dd6bd47631fdb24 1612 utils optional k3b_1.69.0~alpha4-1.dsc
 495e577e5fe55a85d9ba150cc6316df1 5085393 utils optional 
k3b_1.69.0~alpha4.orig.tar.gz
 d85179dba83b31789ab77b54f252bb69 23705 utils optional 
k3b_1.69.0~alpha4-1.diff.gz
 6f9c09e2651df314320cd69b31f927c8 774086 utils optional 
k3b_1.69.0~alpha4-1_amd64.deb
 2800e41e420084b42d90fa7daa7ceb85 3824286 utils optional 
k3b-data_1.69.0~alpha4-1_all.deb
 21d092950169caaef08574f73be8f036 124804 libdevel optional 
libk3b-dev_1.69.0~alpha4-1_amd64.deb
 d622ce601f7106d61314a6cb1e2ffaf1 1060428 libs optional 
libk3b6_1.69.0~alpha4-1_amd64.deb
 fcb5ade85500f0fc4c8710dad0a795da 68264 libs optional 
libk3b6-extracodecs_1.69.0~alpha4-1_amd64.deb
 11e781e5ee0a785304ccb7ca86b8d3ae 18406940 debug extra 
k3b-dbg_1.69.0~alpha4-1_amd64.deb

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

iD8DBQFLD+3fVkEm8inxm9ERArQxAJ9uvdQXSKOObP5nNRpq0KmZUU/9WACdHnlu
V1HdpJKiFtYkscPS1zEX+/A=
=32AW
-END PGP SIGNATURE-


Accepted:
k3b-data_1.69.0~alpha4-1_all.deb
  to main/k/k3b/k3b-data_1.69.0~alpha4-1_all.deb
k3b-dbg_1.69.0~alpha4-1_amd64.deb
  to main/k/k3b/k3b-dbg_1.69.0~alpha4-1_amd64.deb
k3b_1.69.0~alpha4-1.diff.gz
  to main/k/k3b/k3b_1.69.0~alpha4-1.diff.gz
k3b_1.69.0~alpha4-1.dsc
  to main/k/k3b/k3b_1.69.0~alpha4-1.dsc
k3b_1.69.0~alpha4-1_amd64.deb
  to main/k/k3b/k3b_1.69.0~alpha4-1_amd64.deb
k3b_1.69.0~alpha4.orig.tar.gz
  to main/k/k3b/k3b_1.69.0~alpha4.orig.tar.gz
libk3b-dev_1.69.0~alpha4-1_amd64.deb
  to main/k/k3b/libk3b-dev_1.69.0~alpha4-1_amd64.deb
libk3b6-extracodecs_1.69.0~alpha4-1_amd64.deb
  to main/k/k3b/libk3b6-extracodecs_1.69.0~alpha4-1_amd64.deb
libk3b6_1.69.0~alpha4-1_amd64.deb
  to main/k/k3b/libk3b6_1.69.0~alpha4-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



Accepted kbd 1.15.1-1 (source i386)

2009-11-27 Thread Michael Schutte
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 24 Nov 2009 20:55:31 +0100
Source: kbd
Binary: kbd kbd-udeb
Architecture: source i386
Version: 1.15.1-1
Distribution: unstable
Urgency: low
Maintainer: Console utilities maintainers 
pkg-kbd-de...@lists.alioth.debian.org
Changed-By: Michael Schutte mi...@uiae.at
Description: 
 kbd- Linux console font and keytable utilities
 kbd-udeb   - Linux console keyboard setup utilities (udeb)
Closes: 546712 549317
Changes: 
 kbd (1.15.1-1) unstable; urgency=low
 .
   * New upstream release.
 - The auto_convert, compile_on_sparc, keysyms, and showconsolefont_spaces
   patches have been merged.  They are removed from the .debian.tar.gz.
   * This upload converts the package to the 3.0 (quilt) source format.  The
 build-dependency on quilt, the patch/unpatch logic in debian/rules and
 the debian/README.source file have been removed.
   * kbd.init: If Upstart is used, get TTY information from /etc/init/tty*.conf
 rather than /etc/inittab, closes: #549317.
   * New patch kbd_mode: Change the misleading “default (ASCII) mode” message
 in kbd_mode to the more correct “xlate (8-bit) mode”, closes: #546712.
Checksums-Sha1: 
 2f4439ff83956fb0ca094cbc708126dc3382c79c 1234 kbd_1.15.1-1.dsc
 a5750125be4ddff84cdcf37f5d5e320a7f3c4c35 1107059 kbd_1.15.1.orig.tar.gz
 01dffefb24b3ccf8936a717f0e37a089e1db277b 34417 kbd_1.15.1-1.debian.tar.gz
 bc0e6c38e1e588b966154b4feffca89f490b8dd6 402752 kbd_1.15.1-1_i386.deb
 42da27a0fa9bcb383ecb764ae5df857c4df23a38 48242 kbd-udeb_1.15.1-1_i386.udeb
Checksums-Sha256: 
 8be24b5227c500f4c28335b1d860c168539dbd35396b5303aece75b79e455642 1234 
kbd_1.15.1-1.dsc
 91b88c83a32eb584797b1cf271cdea902264eb65545453a5e933ca8db4ea99ce 1107059 
kbd_1.15.1.orig.tar.gz
 7d9c6c0926b002e817d6df919f45e5f69cf842b3d533fd95192d14fffabd5f68 34417 
kbd_1.15.1-1.debian.tar.gz
 79567d21e6a99682807d2412d5ef31fd84a75df08379360b4be052da466b1fc9 402752 
kbd_1.15.1-1_i386.deb
 fe4889eaa092a86f40868829faebe4349094b8a363a73149eb7f73a27e6a92c4 48242 
kbd-udeb_1.15.1-1_i386.udeb
Files: 
 13c5091bcd9a98ccf10f58f8f308c4b7 1234 utils extra kbd_1.15.1-1.dsc
 f997c490fe5ede839aacf31da6c4eb06 1107059 utils extra kbd_1.15.1.orig.tar.gz
 ffa47efc760f53b02f1ded5ede737b4f 34417 utils extra kbd_1.15.1-1.debian.tar.gz
 39f59c80e4eda9d3fdadd27019f5dd82 402752 utils extra kbd_1.15.1-1_i386.deb
 af2149d5bc219af4539901bbacbeee9a 48242 debian-installer extra 
kbd-udeb_1.15.1-1_i386.udeb
Package-Type: udeb

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

iD8DBQFLD+oBJP1eZJv0KwcRAq6xAJ43riqLEKvn+VAynQ+8e9IiDULxwACbBpgk
iSzeYEBhmljn4tkZ2VdA9eA=
=IMPU
-END PGP SIGNATURE-


Accepted:
kbd-udeb_1.15.1-1_i386.udeb
  to main/k/kbd/kbd-udeb_1.15.1-1_i386.udeb
kbd_1.15.1-1.debian.tar.gz
  to main/k/kbd/kbd_1.15.1-1.debian.tar.gz
kbd_1.15.1-1.dsc
  to main/k/kbd/kbd_1.15.1-1.dsc
kbd_1.15.1-1_i386.deb
  to main/k/kbd/kbd_1.15.1-1_i386.deb
kbd_1.15.1.orig.tar.gz
  to main/k/kbd/kbd_1.15.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



Accepted massxpert 2.0.9-1 (source all i386)

2009-11-27 Thread Filippo Rusconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 20:51:48 +0100
Source: massxpert
Binary: massxpert massxpert-data massxpert-doc
Architecture: source all i386
Version: 2.0.9-1
Distribution: unstable
Urgency: low
Maintainer: The Debichem Group debichem-de...@lists.alioth.debian.org
Changed-By: Filippo Rusconi rusconi-deb...@laposte.net
Description: 
 massxpert  - linear polymer mass spectrometry software
 massxpert-data - linear polymer mass spectrometry software - arch-indep data
 massxpert-doc - Linear polymer mass spectrometry software - manual
Changes: 
 massxpert (2.0.9-1) unstable; urgency=low
 .
   * Upstream release:
 .
 - Fixed a bug causing a crash in corner polymer cleavage cases.
 .
   * Switched to source format 3.0 (quilt);
Checksums-Sha1: 
 0fae01776d384d795ff4b200a3c31a4f81b2602d 1395 massxpert_2.0.9-1.dsc
 e3020a3be7138ec7b31a9880935c3b0cd8a35f81 13676640 massxpert_2.0.9.orig.tar.gz
 01d6b24f562183c3fd44834ce6bfa37f198e9115 10571 massxpert_2.0.9-1.debian.tar.gz
 eddf79bff0552f4a3bc152d7a3d445dae4601143 234324 massxpert-data_2.0.9-1_all.deb
 effb367a7eeed6adc477aea8a41cbbc3950ce761 7918542 massxpert-doc_2.0.9-1_all.deb
 23d25e504963a6d903dcc50a4056536861aa2248 1034572 massxpert_2.0.9-1_i386.deb
Checksums-Sha256: 
 c9f53cc9a8e1a14a48cd77edfbb7ab1335f52c3bedf19467ea4c2ee41926139c 1395 
massxpert_2.0.9-1.dsc
 ff5455e819bb43dd3a05e5774cfe775043b6661531bf2591fb1be20599f60a34 13676640 
massxpert_2.0.9.orig.tar.gz
 7a89b6abf12a451cb3e0bc84c9cfad4a2afffb9120da507922bf1feecfbf163f 10571 
massxpert_2.0.9-1.debian.tar.gz
 bc85003644fb3ec7a86642704490077dc354e523c028bea9968633fe2675431d 234324 
massxpert-data_2.0.9-1_all.deb
 de3a7b6a7b3317b24cf8ee6a6b53decf5e21e731292d66b2239707a42f2268cc 7918542 
massxpert-doc_2.0.9-1_all.deb
 993a2b5151c51834b301092c6e30dff816319e9118459e9a3aa95d24cc46ffd7 1034572 
massxpert_2.0.9-1_i386.deb
Files: 
 50ac06db80271dfc0b0d58b34f0d29a2 1395 science optional massxpert_2.0.9-1.dsc
 15da7ee1960c9ab9a7d60c3fdcb8fe02 13676640 science optional 
massxpert_2.0.9.orig.tar.gz
 75a55bfb530fd8b63af8e5ebce11c443 10571 science optional 
massxpert_2.0.9-1.debian.tar.gz
 4a1b5aa94865b017ab973f48f0b20781 234324 science optional 
massxpert-data_2.0.9-1_all.deb
 06d077f02d481e0f70839eeb763b3a6a 7918542 doc optional 
massxpert-doc_2.0.9-1_all.deb
 e3318e490a7bdeb860b06b2ce70e8c0b 1034572 science optional 
massxpert_2.0.9-1_i386.deb

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

iEYEARECAAYFAksP6rgACgkQTTOs5MePaHw4hwCeIyRsuPCwwFoCPYwtGD2XqJz7
rr4An1Z7IdR28Glxc+33Xfo/BHJTgvSG
=IZmE
-END PGP SIGNATURE-


Accepted:
massxpert-data_2.0.9-1_all.deb
  to main/m/massxpert/massxpert-data_2.0.9-1_all.deb
massxpert-doc_2.0.9-1_all.deb
  to main/m/massxpert/massxpert-doc_2.0.9-1_all.deb
massxpert_2.0.9-1.debian.tar.gz
  to main/m/massxpert/massxpert_2.0.9-1.debian.tar.gz
massxpert_2.0.9-1.dsc
  to main/m/massxpert/massxpert_2.0.9-1.dsc
massxpert_2.0.9-1_i386.deb
  to main/m/massxpert/massxpert_2.0.9-1_i386.deb
massxpert_2.0.9.orig.tar.gz
  to main/m/massxpert/massxpert_2.0.9.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libvdpau 0.3-1 (source all amd64)

2009-11-27 Thread Randall Donald
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Nov 2009 10:30:10 -0800
Source: libvdpau
Binary: libvdpau-dev libvdpau1 libvdpau-doc libvdpau-driver
Architecture: source all amd64
Version: 0.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Randall Donald rdon...@debian.org
Description: 
 libvdpau-dev - Video Decode and Presentation API for Unix (development files)
 libvdpau-doc - Video Decode and Presentation API for Unix (documentation)
 libvdpau-driver - Video Decode and Presentation API for Unix (driver 
metapackage)
 libvdpau1  - Video Decode and Presentation API for Unix (libraries)
Closes: 549626
Changes: 
 libvdpau (0.3-1) unstable; urgency=low
 .
   [ Andres Mejia ]
   * Initial release.
 (Closes: #549626)
Checksums-Sha1: 
 032c674c56c60ea822623b6ad322726729c0f96c 1418 libvdpau_0.3-1.dsc
 e32980329c84dbb90e2954e4a38051618f053ef7 449479 libvdpau_0.3.orig.tar.gz
 39605e1855825bb34c45e2fd2bf757906e36b5e4 2510 libvdpau_0.3-1.debian.tar.gz
 b574dad91ad87f4c16b9fd91aba2377bcf03e299 41088 libvdpau-dev_0.3-1_all.deb
 d978b5d256808dc9a0af60a745d30ba4de39adf0 27504 libvdpau1_0.3-1_amd64.deb
 a836b3862f5526379dfd777af12c84d82d43703d 431000 libvdpau-doc_0.3-1_all.deb
 f07b17a43ad402739d1b21969a6a7f36a3853bb3 5252 libvdpau-driver_0.3-1_all.deb
Checksums-Sha256: 
 d4e45187e42fec7580086e971316fd2814d0e59a8710557668017bd61cd81777 1418 
libvdpau_0.3-1.dsc
 447091c98e6f92592e9408037c8ec094b055306f5863ee22c8584222365b3958 449479 
libvdpau_0.3.orig.tar.gz
 62fda0bc99d251ba076a094e961872934283a8ba8ddb4a5802a7f66d9833c6ed 2510 
libvdpau_0.3-1.debian.tar.gz
 66d4d3fb819ef12aa602edcc4b39be2d0d9ce3545a0cb5f60d904caafaeaec37 41088 
libvdpau-dev_0.3-1_all.deb
 f2b0ea839bcd37c70626f20d10396b22c5439b2e719f83e9732f4122cdd22a3b 27504 
libvdpau1_0.3-1_amd64.deb
 72b8f428e244cbd136f5617c1dc5809d2bb5b4a8fee8a5aff9bce77ec01a3221 431000 
libvdpau-doc_0.3-1_all.deb
 a9c6a1f9361506709be5e11db3b4f349e4aebcdf304bfc14f178e69976bba56e 5252 
libvdpau-driver_0.3-1_all.deb
Files: 
 328d4b4d65f0b39e324ccf1c1c881577 1418 contrib/libs optional libvdpau_0.3-1.dsc
 2ae5b15d6ede1c96f0fa0aefcc573297 449479 contrib/libs optional 
libvdpau_0.3.orig.tar.gz
 8220d1eed4cd7fadee4bb3e04460cade 2510 contrib/libs optional 
libvdpau_0.3-1.debian.tar.gz
 11f1180e0671b50624cc114938a658ce 41088 contrib/libdevel optional 
libvdpau-dev_0.3-1_all.deb
 ed1a41033cfff16d49105ea5a6b5aa12 27504 contrib/libs optional 
libvdpau1_0.3-1_amd64.deb
 e1447daee1fb0e25cb99f54f90ceea16 431000 contrib/doc optional 
libvdpau-doc_0.3-1_all.deb
 160622efb2fa9997aa5b8c4fd5128ba6 5252 contrib/libs optional 
libvdpau-driver_0.3-1_all.deb

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

iD8DBQFLDXt6U+6HYGwn3qsRAs8eAKDKgRygNMwIPfbf/ps7ISdF487ZdwCdEou1
dG4vl6rHZZKMz4LQsvwGm38=
=H9Bp
-END PGP SIGNATURE-


Accepted:
libvdpau-dev_0.3-1_all.deb
  to contrib/libv/libvdpau/libvdpau-dev_0.3-1_all.deb
libvdpau-doc_0.3-1_all.deb
  to contrib/libv/libvdpau/libvdpau-doc_0.3-1_all.deb
libvdpau-driver_0.3-1_all.deb
  to contrib/libv/libvdpau/libvdpau-driver_0.3-1_all.deb
libvdpau1_0.3-1_amd64.deb
  to contrib/libv/libvdpau/libvdpau1_0.3-1_amd64.deb
libvdpau_0.3-1.debian.tar.gz
  to contrib/libv/libvdpau/libvdpau_0.3-1.debian.tar.gz
libvdpau_0.3-1.dsc
  to contrib/libv/libvdpau/libvdpau_0.3-1.dsc
libvdpau_0.3.orig.tar.gz
  to contrib/libv/libvdpau/libvdpau_0.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



Accepted slony1 2.0.2-2 (source all i386)

2009-11-27 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 22:46:04 +0200
Source: slony1
Binary: slony1-bin postgresql-8.4-slony1 slony1-doc
Architecture: source all i386
Version: 2.0.2-2
Distribution: experimental
Urgency: low
Maintainer: Peter Eisentraut pet...@debian.org
Changed-By: Peter Eisentraut pet...@debian.org
Description: 
 postgresql-8.4-slony1 - replication system for PostgreSQL: PostgreSQL server 
plug-in
 slony1-bin - replication system for PostgreSQL: daemon and administration tool
 slony1-doc - Slony-I documentation
Changes: 
 slony1 (2.0.2-2) experimental; urgency=low
 .
   * Switched source format to 3.0 (quilt)
   * Built against PostgreSQL 8.4
   * Updated standards version
Checksums-Sha1: 
 aae1c51296da24519b02ff33ee4168373bbf3ef2 1264 slony1_2.0.2-2.dsc
 3f61150bd6558044dab5dbf49b00c7e20d6dc0ce 12242 slony1_2.0.2-2.debian.tar.gz
 68d78d72e71229fae5c62abee9b28a75f0956c32 645274 slony1-doc_2.0.2-2_all.deb
 cf1e57f2bf750e33a115a77534e66201066a3987 216752 slony1-bin_2.0.2-2_i386.deb
 33df61acb7979050a2ccef07f9331789d8d70102 15298 
postgresql-8.4-slony1_2.0.2-2_i386.deb
Checksums-Sha256: 
 5c75bada72853aa462ac785dfc72f915713d6aa681011da0a20a8ef9104ce115 1264 
slony1_2.0.2-2.dsc
 589167d1d3e40a4dec9e3ca66c44e82a2b75585b05f40ae9f9131ec46d8b80b0 12242 
slony1_2.0.2-2.debian.tar.gz
 78dcc75e0c98579454000e8e772b964c903e513ce28cf41feedaa95e353604c9 645274 
slony1-doc_2.0.2-2_all.deb
 b2292c1e4b618ed81c7365732a8f0b522b4c01a9545b2d52075f7c33e93721d2 216752 
slony1-bin_2.0.2-2_i386.deb
 3c03f9312309222e6d96d3c6e234bd5b11ff1583b76546eb9cccad596ce6a23b 15298 
postgresql-8.4-slony1_2.0.2-2_i386.deb
Files: 
 ca95095c92283d0622f4451357f91fd2 1264 database optional slony1_2.0.2-2.dsc
 043fb3e579fa62a3fcbca9cc8906579d 12242 database optional 
slony1_2.0.2-2.debian.tar.gz
 364ef23cd395b62b59ceaafcc048b405 645274 doc optional slony1-doc_2.0.2-2_all.deb
 167b0a966e8c5f870151e9012e3f948b 216752 database optional 
slony1-bin_2.0.2-2_i386.deb
 331f00936eefc0e3494f41c55920513e 15298 database optional 
postgresql-8.4-slony1_2.0.2-2_i386.deb

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

iEYEARECAAYFAksO6n4ACgkQTTx8oVVPtMbajQCeON4ZTsn5U+Y2WUbX+HbP33yR
QgoAoJMmO7u22ppvovTv8R8W4lFExOPU
=5lMK
-END PGP SIGNATURE-


Accepted:
postgresql-8.4-slony1_2.0.2-2_i386.deb
  to main/s/slony1/postgresql-8.4-slony1_2.0.2-2_i386.deb
slony1-bin_2.0.2-2_i386.deb
  to main/s/slony1/slony1-bin_2.0.2-2_i386.deb
slony1-doc_2.0.2-2_all.deb
  to main/s/slony1/slony1-doc_2.0.2-2_all.deb
slony1_2.0.2-2.debian.tar.gz
  to main/s/slony1/slony1_2.0.2-2.debian.tar.gz
slony1_2.0.2-2.dsc
  to main/s/slony1/slony1_2.0.2-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted springlobby 0.34-1 (source i386)

2009-11-27 Thread Marco Amadori
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 03 Nov 2009 01:00:00 +0100
Source: springlobby
Binary: springlobby
Architecture: source i386
Version: 0.34-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Marco Amadori marco.amad...@gmail.com
Description: 
 springlobby - single/multiplayer lobby for the Spring RTS engine
Closes: 550250
Changes: 
 springlobby (0.34-1) unstable; urgency=low
 .
   * Initial release (Closes: #550250).
   * This release has p2p disabled due to openssl license conflicts, look at
 README.Debian.
Checksums-Sha1: 
 8ac56dee5010e14fcb927fe289ad1dc04fcbd34e 1360 springlobby_0.34-1.dsc
 5b72d0a8057edd3bbc909ff71f925ad7314f 2550404 springlobby_0.34.orig.tar.gz
 07ae2aa4f690d8a4a7f58da191be3e09045f3766 4420 springlobby_0.34-1.diff.gz
 4529480828ff234ae5882a87dd3e6658953bd83a 2375490 springlobby_0.34-1_i386.deb
Checksums-Sha256: 
 631a03bedef284286a704cc1b82d82929588641a2c4347ce88bb54cf53c3783a 1360 
springlobby_0.34-1.dsc
 6a1dfc2d394aeb163d244d0b59026b2953a3557ec10f4e50d83f6af670e07254 2550404 
springlobby_0.34.orig.tar.gz
 fdbfd7956ee61bf15db163419b400671b8ced74dec14c2ba200eee31e3eedf1f 4420 
springlobby_0.34-1.diff.gz
 ad2c353274e45028f156e0a16e85d3ae3562581e94e9249316c0087a54829233 2375490 
springlobby_0.34-1_i386.deb
Files: 
 9a2374c8f2bd7f54f72cc87e3de6de13 1360 games optional springlobby_0.34-1.dsc
 9d2a61318fc4e46a5d9d962f51fc80fa 2550404 games optional 
springlobby_0.34.orig.tar.gz
 774c593cc8481aded87f9ce8ea728f64 4420 games optional springlobby_0.34-1.diff.gz
 8d74092fb9858376a7ebff05a97473d2 2375490 games optional 
springlobby_0.34-1_i386.deb

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

iEYEARECAAYFAksDWRoACgkQ5ItltUs5T349qgCfTYspm2JgyaKD2PXj4m2MhFNO
9XYAoIMQZHcYgm4iD9SRSl4CCiQlaVAd
=mSeq
-END PGP SIGNATURE-


Accepted:
springlobby_0.34-1.diff.gz
  to main/s/springlobby/springlobby_0.34-1.diff.gz
springlobby_0.34-1.dsc
  to main/s/springlobby/springlobby_0.34-1.dsc
springlobby_0.34-1_i386.deb
  to main/s/springlobby/springlobby_0.34-1_i386.deb
springlobby_0.34.orig.tar.gz
  to main/s/springlobby/springlobby_0.34.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



Accepted oss4 4.2-build2000-3 (source all amd64)

2009-11-27 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 02:33:47 -0600
Source: oss4
Binary: oss4-base oss4-gtk oss4-source oss4-dev
Architecture: source all amd64
Version: 4.2-build2000-3
Distribution: unstable
Urgency: low
Maintainer: Debian OSS4 Maintainers 
pkg-oss4-maintain...@lists.alioth.debian.org
Changed-By: Romain Beauxis to...@rastageeks.org
Description: 
 oss4-base  - Open Sound System - base package
 oss4-dev   - Open Sound System - development files
 oss4-gtk   - Open Sound System - simple GTK2-based mixer control
 oss4-source - Open Sound System - drivers sources
Changes: 
 oss4 (4.2-build2000-3) unstable; urgency=low
 .
   * Fixed incorrect character in patch.
Checksums-Sha1: 
 5b271fb9b72cad0336f43f17b17486d735de 1618 oss4_4.2-build2000-3.dsc
 dfdcf5d35b5cd96dbd186990d173c40717199d61 11736 oss4_4.2-build2000-3.diff.gz
 be69f6a84c8406192af7c52e84fd177d8854199e 805786 
oss4-source_4.2-build2000-3_all.deb
 b7ce30be32705f4c77797fa326b9b17710752364 27354 oss4-dev_4.2-build2000-3_all.deb
 813cc1fdcea9f73098f2a298c28ab34eb5fd8b9c 594884 
oss4-base_4.2-build2000-3_amd64.deb
 84f00b15932a2b29a317804f5556f90597176347 28816 
oss4-gtk_4.2-build2000-3_amd64.deb
Checksums-Sha256: 
 3cc292c7ed4cb22c77ddf70e3b71ffe07b7b681e913e03c5995be462c678f904 1618 
oss4_4.2-build2000-3.dsc
 ca59fdf9fda52f5c5f326ae8bec6045d40660ce0c1488ab99245c51f4afa2eb2 11736 
oss4_4.2-build2000-3.diff.gz
 02e33857461fcd7ed8ff5c18cfbebb9dc9de248263760d62be9293bfda17edef 805786 
oss4-source_4.2-build2000-3_all.deb
 340f0ea05831dff93e034b423687f5a943b16c98e8e115cd2a53834c838cf2af 27354 
oss4-dev_4.2-build2000-3_all.deb
 4aff6771ad835c3df6a56f69c399088e0c2ec95fb481a3182305640958766dc2 594884 
oss4-base_4.2-build2000-3_amd64.deb
 138a301f4d3968008661a63c02bb782d082e7a8488e0c7f5b522d3614bea4fcc 28816 
oss4-gtk_4.2-build2000-3_amd64.deb
Files: 
 d2a521534306177a91efdd93c75432a8 1618 sound optional oss4_4.2-build2000-3.dsc
 2dd14ed063d955651458e8504368761d 11736 sound optional 
oss4_4.2-build2000-3.diff.gz
 38bccc554d45df75c858dbba0c97f999 805786 sound optional 
oss4-source_4.2-build2000-3_all.deb
 3474b0c31e574f8c443f397f9c1d6878 27354 devel optional 
oss4-dev_4.2-build2000-3_all.deb
 c2e3a4288f84e905172f920ed3e7800c 594884 sound optional 
oss4-base_4.2-build2000-3_amd64.deb
 f742f8c2b7dad954d24443f4e1298762 28816 sound optional 
oss4-gtk_4.2-build2000-3_amd64.deb

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

iQEcBAEBAgAGBQJLEAJQAAoJEAC5aaocqV0ZasUH/i6vSQz/bnSreflmgeNFJoUC
fN9Wgi6daxhKw61JkPJf6Br1fjlZvKdzGHHJ0lx882J2gTtLad6GGiD6C9K6arIq
W15oPqp18Djz/ybSLemeGgNyuZ2BPX2yxbLLsDDsWKHgqB2K48VtmTxxUNsmTbE7
Z/hR6G1YmEz1D2lTjQqDE33uNt4hhh2u14vuvnwat82WnUkGFj/7rmEVGEqHGL+B
kF68CY41V1/48pOBXZpQWBj+sW3f9dkUEsOXuopTQ2GPh2jBW+wM30wBLtX0BGpb
LZ6fKR3Fwf609nA40btAtLtTTSjoz2qNsI3rI70akZrg8I2cCFdyUAH2pl34qj4=
=uNDv
-END PGP SIGNATURE-


Accepted:
oss4-base_4.2-build2000-3_amd64.deb
  to main/o/oss4/oss4-base_4.2-build2000-3_amd64.deb
oss4-dev_4.2-build2000-3_all.deb
  to main/o/oss4/oss4-dev_4.2-build2000-3_all.deb
oss4-gtk_4.2-build2000-3_amd64.deb
  to main/o/oss4/oss4-gtk_4.2-build2000-3_amd64.deb
oss4-source_4.2-build2000-3_all.deb
  to main/o/oss4/oss4-source_4.2-build2000-3_all.deb
oss4_4.2-build2000-3.diff.gz
  to main/o/oss4/oss4_4.2-build2000-3.diff.gz
oss4_4.2-build2000-3.dsc
  to main/o/oss4/oss4_4.2-build2000-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted wireless-tools 30~pre9-2 (source amd64)

2009-11-27 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 17:28:41 +0100
Source: wireless-tools
Binary: wireless-tools ifrename libiw30 libiw-dev wireless-tools-udeb 
libiw30-udeb
Architecture: source amd64
Version: 30~pre9-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 ifrename   - Rename network interfaces based on various static criteria
 libiw-dev  - Wireless tools - development files
 libiw30- Wireless tools - library
 libiw30-udeb - Tools for manipulating Linux Wireless Extensions (udeb)
 wireless-tools - Tools for manipulating Linux Wireless Extensions
 wireless-tools-udeb - Tools for manipulating Linux Wireless Extensions (udeb)
Closes: 558221
Changes: 
 wireless-tools (30~pre9-2) unstable; urgency=low
 .
   * Ensure existing pre-up and post-down scripts are properly moved to up and
 down. Closes: #558221
Checksums-Sha1: 
 a66990beee60ba3f806e2a4b436655c8ff860af8 1177 wireless-tools_30~pre9-2.dsc
 594d3b14f7017252b341d872c8079ce684faf2f9 10903 
wireless-tools_30~pre9-2.debian.tar.gz
 c5bf2d49a4cddaf0d43e358ff19e7908e3943d5c 133602 
wireless-tools_30~pre9-2_amd64.deb
 253a72a36418a48b6b3cdecf6c44f7dfe684ba59 71404 ifrename_30~pre9-2_amd64.deb
 b67892845ad19e40083e240da819912cc7f0ac83 35012 libiw30_30~pre9-2_amd64.deb
 30ef261170ab81d39088ad8f136318136ef73939 56090 libiw-dev_30~pre9-2_amd64.deb
 1e0bad29e88e035aa2d0623fb953c47df3da1b85 13520 
wireless-tools-udeb_30~pre9-2_amd64.udeb
 917eb1f82490edca35cb84d84d1e36c9b294a90a 14516 
libiw30-udeb_30~pre9-2_amd64.udeb
Checksums-Sha256: 
 fc8c1cf67a10dbb3bed19363d0f80709cebd0f200d0d67d58e6589d981aa5c3a 1177 
wireless-tools_30~pre9-2.dsc
 5cb28c9b26670a8b66893674a33985a99fbebe7a888d397625fd01bd317a8e45 10903 
wireless-tools_30~pre9-2.debian.tar.gz
 c5f910437d5128d6c3b4e4786b0759a856ebd407680e86cae966d6d61ed38656 133602 
wireless-tools_30~pre9-2_amd64.deb
 36e031242ba3c3fabc42c6bde2892e449088089e2c739e068e9cab8f719cc3e0 71404 
ifrename_30~pre9-2_amd64.deb
 922fdd573aaf90907ec16cd655b00e7e43593aee28c585d82da33d115857f3ae 35012 
libiw30_30~pre9-2_amd64.deb
 b8f5ab18079156fecb4147bf2ce274ae254038ab399feb3950956698a511361e 56090 
libiw-dev_30~pre9-2_amd64.deb
 3a4214781758f2c263d7555fa54c3e1e1befd03f2206d75bb15e8dcfb7b4020f 13520 
wireless-tools-udeb_30~pre9-2_amd64.udeb
 e9d26cba6558eb5e803c20e542a37d80720d32d42e9da8d914b488fe71707c7e 14516 
libiw30-udeb_30~pre9-2_amd64.udeb
Files: 
 e86a063c0a2606db49bb83696bf610b2 1177 net extra wireless-tools_30~pre9-2.dsc
 2421d0bf63f967f73ce7728f8f2582d3 10903 net extra 
wireless-tools_30~pre9-2.debian.tar.gz
 29bf22a4304e91a66d88fedf72654541 133602 net extra 
wireless-tools_30~pre9-2_amd64.deb
 eec093091832d1ed35f9b7ae7acd3276 71404 net extra ifrename_30~pre9-2_amd64.deb
 d39ebedf33f118d2d2277f22bc67bbcb 35012 libs extra libiw30_30~pre9-2_amd64.deb
 369967e6db0307a0edc41f016d41dda2 56090 libdevel extra 
libiw-dev_30~pre9-2_amd64.deb
 93576fc581f731f40edc2fa3501b1491 13520 debian-installer extra 
wireless-tools-udeb_30~pre9-2_amd64.udeb
 243591f01b76ec7d83a3d415be055548 14516 debian-installer extra 
libiw30-udeb_30~pre9-2_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAksQAlYACgkQAxLow12M2nutJwCgsMa9Jh1maLTM4yoHk4RCzG3n
fp8Ani3qHgsbJofAggUfEZd6aWqONRc8
=nWDT
-END PGP SIGNATURE-


Accepted:
ifrename_30~pre9-2_amd64.deb
  to main/w/wireless-tools/ifrename_30~pre9-2_amd64.deb
libiw-dev_30~pre9-2_amd64.deb
  to main/w/wireless-tools/libiw-dev_30~pre9-2_amd64.deb
libiw30-udeb_30~pre9-2_amd64.udeb
  to main/w/wireless-tools/libiw30-udeb_30~pre9-2_amd64.udeb
libiw30_30~pre9-2_amd64.deb
  to main/w/wireless-tools/libiw30_30~pre9-2_amd64.deb
wireless-tools-udeb_30~pre9-2_amd64.udeb
  to main/w/wireless-tools/wireless-tools-udeb_30~pre9-2_amd64.udeb
wireless-tools_30~pre9-2.debian.tar.gz
  to main/w/wireless-tools/wireless-tools_30~pre9-2.debian.tar.gz
wireless-tools_30~pre9-2.dsc
  to main/w/wireless-tools/wireless-tools_30~pre9-2.dsc
wireless-tools_30~pre9-2_amd64.deb
  to main/w/wireless-tools/wireless-tools_30~pre9-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



Accepted crawl 2:0.5.2-2 (source amd64)

2009-11-27 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 17:57:50 +0100
Source: crawl
Binary: crawl
Architecture: source amd64
Version: 2:0.5.2-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 crawl  - Dungeon Crawl, a text-based roguelike game
Closes: 558195
Changes: 
 crawl (2:0.5.2-2) unstable; urgency=low
 .
   * Quilt refresh patches to ensure the package can be unpacked without quilt.
 Closes: #558195
   * Remove unused patches that have been merged upstream.
Checksums-Sha1: 
 c800647977fc53202cc1559fdcc05eb0e67927d0 1152 crawl_0.5.2-2.dsc
 2a3ea430fef54627d74ff309e093e8738383431f 10505 crawl_0.5.2-2.debian.tar.gz
 d1e17017ef52c373edb90e7060fa800368738283 2806746 crawl_0.5.2-2_amd64.deb
Checksums-Sha256: 
 9ef2980d810e229291c8f54f2ae7b2a0e258a057400b073dc03f16d22b2ccda2 1152 
crawl_0.5.2-2.dsc
 3545d17b46a01354752119f260344259d2e30ce036abb0cd9b2e84724f64423f 10505 
crawl_0.5.2-2.debian.tar.gz
 eff0856e1ff13cf755a4bc51f1d0ba5c3c142eac3ef34a378446430dd3dd04be 2806746 
crawl_0.5.2-2_amd64.deb
Files: 
 3d8e35e87d132fe73416640ba1841fe1 1152 games optional crawl_0.5.2-2.dsc
 e9b46c01f89328606582a55f1c63e13c 10505 games optional 
crawl_0.5.2-2.debian.tar.gz
 d22edd22ec14435f68ecc30fe34a3b53 2806746 games optional crawl_0.5.2-2_amd64.deb

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

iEYEARECAAYFAksQBuQACgkQAxLow12M2nsTogCfQdV8l5chzxCq0G8Ka17GkfPU
T0YAnic/Tpg6BVmrFk01bEXY+aJxjgab
=X+/j
-END PGP SIGNATURE-


Accepted:
crawl_0.5.2-2.debian.tar.gz
  to main/c/crawl/crawl_0.5.2-2.debian.tar.gz
crawl_0.5.2-2.dsc
  to main/c/crawl/crawl_0.5.2-2.dsc
crawl_0.5.2-2_amd64.deb
  to main/c/crawl/crawl_0.5.2-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted bluemindo 0.3-2 (source all)

2009-11-27 Thread Thibaut GIRKA
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Nov 2009 16:38:11 +0100
Source: bluemindo
Binary: bluemindo
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Thibaut GIRKA thibaut.gi...@gmail.com
Changed-By: Thibaut GIRKA thibaut.gi...@gmail.com
Description: 
 bluemindo  - simple yet powerful audio player
Changes: 
 bluemindo (0.3-2) unstable; urgency=low
 .
   * Switch to new source format 3.0 (quilt)
   * Drop CDBS and use debhelper 7 instead.
   * Add python-eggtrayicon to suggests
   * Correct english error in long description
Checksums-Sha1: 
 81e4c42bc700cab8b038a92fb1cf372f12c221a5 1109 bluemindo_0.3-2.dsc
 3230c38513859764530b488c148e8975f24136b2 4539 bluemindo_0.3-2.debian.tar.gz
 1bab01ba58f1422487f80cdcabdc813141181cbf 168054 bluemindo_0.3-2_all.deb
Checksums-Sha256: 
 331268c9787856ba8e0051d76993bb91f9225310852e31bf1eaa531b95b96416 1109 
bluemindo_0.3-2.dsc
 af7e25e8ba5c99e208f51dc10d78178f6041c2f74f59f74c4e005953d168acf3 4539 
bluemindo_0.3-2.debian.tar.gz
 3301ec378b5b320d0dd9b9ed5ec5ba0c89de57e38b24e033380bed7b497ca9da 168054 
bluemindo_0.3-2_all.deb
Files: 
 be1e0b0035b5de025583edfbc2a5b033 1109 sound extra bluemindo_0.3-2.dsc
 e1aa3861477f07340cb38aeaee38ef9b 4539 sound extra bluemindo_0.3-2.debian.tar.gz
 ba5f79436d8cecec9bb3f59f4464bf2e 168054 sound extra bluemindo_0.3-2_all.deb

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

iEYEARECAAYFAksQD3oACgkQ5Sc9mGvjxCNCtgCgv52AnZ2Z2qmNYFf9j2jCF69s
r3AAoI2qqw0VDf75JvvpbQp0kB+0ovdc
=4iF7
-END PGP SIGNATURE-


Accepted:
bluemindo_0.3-2.debian.tar.gz
  to main/b/bluemindo/bluemindo_0.3-2.debian.tar.gz
bluemindo_0.3-2.dsc
  to main/b/bluemindo/bluemindo_0.3-2.dsc
bluemindo_0.3-2_all.deb
  to main/b/bluemindo/bluemindo_0.3-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



Accepted jhdf 2.5-8 (source i386)

2009-11-27 Thread Sylvestre Ledru
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 24 Nov 2009 19:31:13 +0100
Source: jhdf
Binary: libjhdf5-java libjhdf5-jni libjhdf-doc libjhdf4-java libjhdf4-jni 
hdfview
Architecture: source i386
Version: 2.5-8
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 hdfview- Java HDF Object viewer
 libjhdf-doc - Java HDF Object Package - Documentation
 libjhdf4-java - Java HDF4 Object Package
 libjhdf4-jni - Java HDF4 Object Package (Java JNI library)
 libjhdf5-java - Java HDF5 Object Package
 libjhdf5-jni - Java HDF5 Object Package (Java JNI library)
Closes: 554090
Changes: 
 jhdf (2.5-8) unstable; urgency=low
 .
   * Bad links to the VCS
   * Too small detection of the arch in the configure was causing some
 missing flag for the linker (Closes: #554090)
Checksums-Sha1: 
 49b5e1b964b306bffb0cb33ec90ad614cd11977d 1370 jhdf_2.5-8.dsc
 a774563c4825ee6917dc2774eabb346dcd1093dc 8338 jhdf_2.5-8.diff.gz
 a41afde2e6ad80207c5f4f3f321f123bbf92 107184 libjhdf5-java_2.5-8_i386.deb
 5d97936e531da4d85b1b27e1cf0426c54bd32862 49438 libjhdf5-jni_2.5-8_i386.deb
 26651a00a859c55c5308adc0fd69783a7958490e 2442248 libjhdf-doc_2.5-8_i386.deb
 3686a0707e2f725c9235a4116c39c3863bac46eb 86434 libjhdf4-java_2.5-8_i386.deb
 1d179da9a2df12e55ea5b96a735af7f46545c44a 32330 libjhdf4-jni_2.5-8_i386.deb
 a00be970ad4aad5198f4965968ebd8534ad40bbb 300914 hdfview_2.5-8_i386.deb
Checksums-Sha256: 
 fd701420970de5a2f20ac9163dded7cbf61202535e15d0e2002215f2ac085ec3 1370 
jhdf_2.5-8.dsc
 4d99135860fcfba16ab7590f9f3662b6a7babcbd2c57aea3c4944db782c10c83 8338 
jhdf_2.5-8.diff.gz
 299473fcb2c7f005961f33a3a103c620df27710ead3fc2bdf95300cc8503db32 107184 
libjhdf5-java_2.5-8_i386.deb
 e053061f482baad1ed54124f255974e69059451558a30161ef24465c224aee4e 49438 
libjhdf5-jni_2.5-8_i386.deb
 ce81ce6b8bb6300076c92c959e62aa2fa380e47dffa322e150370169574ee063 2442248 
libjhdf-doc_2.5-8_i386.deb
 fc75880f5976ea3e7a1381ac8e5d2bfa6753210dc10d5f3503ea5bfd46dfe9cd 86434 
libjhdf4-java_2.5-8_i386.deb
 29cf8dc32f1c537f02c0f2e0791899ebd15ccdfd4db2839a3887db9d9a8d182e 32330 
libjhdf4-jni_2.5-8_i386.deb
 cac1baeeefdda30246f4a04f21d49ea0fbcbfbe0d5f303ec1b129600f40d543b 300914 
hdfview_2.5-8_i386.deb
Files: 
 43cc4f857edbe5b0d70180ec3d757398 1370 libs optional jhdf_2.5-8.dsc
 e38675164b1dc413c7cf8a47a67d4102 8338 libs optional jhdf_2.5-8.diff.gz
 03e212fbea0026b553b4afdc6c3bfc9c 107184 java optional 
libjhdf5-java_2.5-8_i386.deb
 5dbbce19fda9f53dd643e4155b3dcc85 49438 libs optional 
libjhdf5-jni_2.5-8_i386.deb
 bcb2be9bb221aed28cd2177fd50fd441 2442248 doc optional 
libjhdf-doc_2.5-8_i386.deb
 a276c8817495bb107de310a3f9f1a309 86434 java optional 
libjhdf4-java_2.5-8_i386.deb
 2b02b3f35cea431464ac73e30c4ad769 32330 libs optional 
libjhdf4-jni_2.5-8_i386.deb
 b130699a0d58646eca56dd200cfd0030 300914 libs optional hdfview_2.5-8_i386.deb

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

iEYEARECAAYFAksQDT4ACgkQiOXXM92JlhA69QCfQHn+dJCLcKNgSDJ4WIXgo1zd
V3kAoMjHcIJ4atZvv8BSQSv4jtcXUqQn
=PpbM
-END PGP SIGNATURE-


Accepted:
hdfview_2.5-8_i386.deb
  to main/j/jhdf/hdfview_2.5-8_i386.deb
jhdf_2.5-8.diff.gz
  to main/j/jhdf/jhdf_2.5-8.diff.gz
jhdf_2.5-8.dsc
  to main/j/jhdf/jhdf_2.5-8.dsc
libjhdf-doc_2.5-8_i386.deb
  to main/j/jhdf/libjhdf-doc_2.5-8_i386.deb
libjhdf4-java_2.5-8_i386.deb
  to main/j/jhdf/libjhdf4-java_2.5-8_i386.deb
libjhdf4-jni_2.5-8_i386.deb
  to main/j/jhdf/libjhdf4-jni_2.5-8_i386.deb
libjhdf5-java_2.5-8_i386.deb
  to main/j/jhdf/libjhdf5-java_2.5-8_i386.deb
libjhdf5-jni_2.5-8_i386.deb
  to main/j/jhdf/libjhdf5-jni_2.5-8_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted mozvoikko 1.0-2 (source i386)

2009-11-27 Thread Heikki Mäntysaari
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 21:57:56 +0200
Source: mozvoikko
Binary: mozvoikko
Architecture: source i386
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Heikki Mäntysaari heikki.mantysa...@linux.fi
Changed-By: Heikki Mäntysaari heikki.mantysa...@linux.fi
Description: 
 mozvoikko  - Finnish spell-checker extension for Iceweasel
Closes: 551225
Changes: 
 mozvoikko (1.0-2) unstable; urgency=low
 .
   * Add pkg-config to Build-Depends. Closes: #551225
   * Change Standards-Version to 3.8.3
Checksums-Sha1: 
 13ff65ae14ee26a8d921568195abd43a92ed26b4 1010 mozvoikko_1.0-2.dsc
 f6fe6f90602eac4eab9d6d387ceda3e716ddc58f 2358 mozvoikko_1.0-2.diff.gz
 e4f991583a39da426c00bb8dabcc24137a7549c1 22092 mozvoikko_1.0-2_i386.deb
Checksums-Sha256: 
 a2bab3ae0704ba260f211f12bdcdb08a404dbf7faae8dfb3e00f2e9855bea7f0 1010 
mozvoikko_1.0-2.dsc
 e6b04b0461106d7253348cbdc04a213472583027e3995699e15072e197663044 2358 
mozvoikko_1.0-2.diff.gz
 7933271413a75f8cc2b97a9df12aab7fe8769285f1ccaa6439a8ac8fc9318da4 22092 
mozvoikko_1.0-2_i386.deb
Files: 
 1d68507889e8e93658023f940d3b8271 1010 web optional mozvoikko_1.0-2.dsc
 8517b538bbcd4189d3e05b07593c8c5f 2358 web optional mozvoikko_1.0-2.diff.gz
 8e8d90f456836ebedaf3e392e3f6c02e 22092 web optional mozvoikko_1.0-2_i386.deb

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

iEYEARECAAYFAksQDvQACgkQgtffbfx/bQ933gCfe2bo3PpfWBRb5akNTYN1o+1+
ZscAn3g7MMHr13lzDQ8jerZp+ihtMlOE
=J41/
-END PGP SIGNATURE-


Accepted:
mozvoikko_1.0-2.diff.gz
  to main/m/mozvoikko/mozvoikko_1.0-2.diff.gz
mozvoikko_1.0-2.dsc
  to main/m/mozvoikko/mozvoikko_1.0-2.dsc
mozvoikko_1.0-2_i386.deb
  to main/m/mozvoikko/mozvoikko_1.0-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



Accepted python-django-extensions 0.4.2pre+git200911182050-1 (source all)

2009-11-27 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 17:59:30 +
Source: python-django-extensions
Binary: python-django-extensions
Architecture: source all
Version: 0.4.2pre+git200911182050-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lamb la...@debian.org
Changed-By: Chris Lamb la...@debian.org
Description: 
 python-django-extensions - Useful extensions for Django projects
Closes: 555430
Changes: 
 python-django-extensions (0.4.2pre+git200911182050-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove embedded uuid.py code copy used as fallback if import uuid fails.
 (Closes: #555430)
   * Bump Standards-Version to 3.8.3.
   * Bump Build-Depends on debhelper to 7.0.50~ for override_* support.
Checksums-Sha1: 
 b6e35fad46e784712502586e0bd2bfc3874ac7c9 1470 
python-django-extensions_0.4.2pre+git200911182050-1.dsc
 8f6131b750df6ff204a572573c91d5f495e39c08 118002 
python-django-extensions_0.4.2pre+git200911182050.orig.tar.gz
 f83a00077a580a0df4e9be3e84867c2f05c61d00 3454 
python-django-extensions_0.4.2pre+git200911182050-1.diff.gz
 fa1453b1b44bbb1d51685d64e0176d2d71231da8 71948 
python-django-extensions_0.4.2pre+git200911182050-1_all.deb
Checksums-Sha256: 
 4616f3596e469ca6253344fa798e3b5abf692dca1bb75a6ff95b81f2dc4eb63e 1470 
python-django-extensions_0.4.2pre+git200911182050-1.dsc
 7b5e061ba08619ec4beb2a8551f00737cc60bfa6be92df5da05903d6dacfb636 118002 
python-django-extensions_0.4.2pre+git200911182050.orig.tar.gz
 09fcee6f6b59592d1f1b90b22e2ce9b07de205900196fdcb35e0fe4582fb5008 3454 
python-django-extensions_0.4.2pre+git200911182050-1.diff.gz
 bd2fece47adfaaf63b761b4c09712f02c7ddeb658b6f062ae165398ca9bfd80d 71948 
python-django-extensions_0.4.2pre+git200911182050-1_all.deb
Files: 
 3643af65e34eb51ee6cac9a7dd701511 1470 python optional 
python-django-extensions_0.4.2pre+git200911182050-1.dsc
 3762c264be019fcec11a324a4961912e 118002 python optional 
python-django-extensions_0.4.2pre+git200911182050.orig.tar.gz
 984c7b21e72a738aadcb783d3508a5b2 3454 python optional 
python-django-extensions_0.4.2pre+git200911182050-1.diff.gz
 84dda25d61dbf32ff37effd5f05c 71948 python optional 
python-django-extensions_0.4.2pre+git200911182050-1_all.deb

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

iEYEARECAAYFAksQE+AACgkQ5/8uW2NPmiAC4wCfVzoRemVyZaKBYsVINPbzHqmH
T50An2sr5FllWBcJx8ypd4IKMP/7p4JL
=/e/8
-END PGP SIGNATURE-


Accepted:
python-django-extensions_0.4.2pre+git200911182050-1.diff.gz
  to 
main/p/python-django-extensions/python-django-extensions_0.4.2pre+git200911182050-1.diff.gz
python-django-extensions_0.4.2pre+git200911182050-1.dsc
  to 
main/p/python-django-extensions/python-django-extensions_0.4.2pre+git200911182050-1.dsc
python-django-extensions_0.4.2pre+git200911182050-1_all.deb
  to 
main/p/python-django-extensions/python-django-extensions_0.4.2pre+git200911182050-1_all.deb
python-django-extensions_0.4.2pre+git200911182050.orig.tar.gz
  to 
main/p/python-django-extensions/python-django-extensions_0.4.2pre+git200911182050.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



Accepted crawl 2:0.5.2-3 (source amd64)

2009-11-27 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 19:19:30 +0100
Source: crawl
Binary: crawl
Architecture: source amd64
Version: 2:0.5.2-3
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen g...@debian.org
Changed-By: Guus Sliepen g...@debian.org
Description: 
 crawl  - Dungeon Crawl, a text-based roguelike game
Changes: 
 crawl (2:0.5.2-3) unstable; urgency=low
 .
   * Build-Depend on liblua5.1-0-dev and pkg-config.
Checksums-Sha1: 
 795e15793d4c55320c542fe91298efac15eaf5b1 1166 crawl_0.5.2-3.dsc
 086aff21278ce8527eda7d8a37fd7394b366110f 10533 crawl_0.5.2-3.debian.tar.gz
 732c96b160e7afaaa534fefcc8696ebc103b7c30 2806780 crawl_0.5.2-3_amd64.deb
Checksums-Sha256: 
 c7eb95e9c08bed7a4065c60863eb48a806665f02b58b8c6d80848e1a213d64d3 1166 
crawl_0.5.2-3.dsc
 be211750f830494cd8d2fab4345557dc2d47b9896000380e3c5459cac841d0fa 10533 
crawl_0.5.2-3.debian.tar.gz
 a42828124bb8a16f1af4b031b685798f4aa98f03519a333fb8f5c2053d10195a 2806780 
crawl_0.5.2-3_amd64.deb
Files: 
 6c3cfa5b31da335b0c34fe3ff370af4c 1166 games optional crawl_0.5.2-3.dsc
 95074c353b5777802cfa9343d3ccab6c 10533 games optional 
crawl_0.5.2-3.debian.tar.gz
 8cfcf4ab37371469ae866783aabfc455 2806780 games optional crawl_0.5.2-3_amd64.deb

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

iEYEARECAAYFAksQGa4ACgkQAxLow12M2nuYRQCgoBQlsXBqBLhPrPpP969/QbIi
2wsAnRTOH+trYEE+HoEBm6YDvzLoeF1I
=iEVo
-END PGP SIGNATURE-


Accepted:
crawl_0.5.2-3.debian.tar.gz
  to main/c/crawl/crawl_0.5.2-3.debian.tar.gz
crawl_0.5.2-3.dsc
  to main/c/crawl/crawl_0.5.2-3.dsc
crawl_0.5.2-3_amd64.deb
  to main/c/crawl/crawl_0.5.2-3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted pubtal 3.3-2 (source all)

2009-11-27 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 19:04:19 +0100
Source: pubtal
Binary: pubtal
Architecture: source all
Version: 3.3-2
Distribution: unstable
Urgency: low
Maintainer: Luis Rodrigo Gallardo Cruz rodr...@debian.org
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 pubtal - A template driven web site builder for small sites
Closes: 530707
Changes: 
 pubtal (3.3-2) unstable; urgency=low
 .
   * prepare for the upcoming Python 2.6 transition, fixing the FTBFS when it'll
 be the default; thanks to Alessio Treglia for the report; Closes: #530707
 - debian/rules
   + optionally include /usr/share/python/python.mk
   + pass py_setup_install_args to setup.py install
Checksums-Sha1: 
 ae60d9931131aa3486450982248c936083e0f3bd 1354 pubtal_3.3-2.dsc
 5996893fdec80db910764aab3521bd6bde3ed0a7 7033 pubtal_3.3-2.diff.gz
 e8f39f4b26ef7f7fec5008740fcd070b14353e21 108292 pubtal_3.3-2_all.deb
Checksums-Sha256: 
 842b000d80c46960fcc175f1aab3baca752204955fabf307c2a568d06b066c54 1354 
pubtal_3.3-2.dsc
 5a3e229c60a5c3ad64f685a1d09e2e1b74335fd5c5d7efa220f7fb16d3b861e5 7033 
pubtal_3.3-2.diff.gz
 b36e5876a48ae7f9984667dafc7fcc43c7078a608134a1c976965dc0953548c1 108292 
pubtal_3.3-2_all.deb
Files: 
 40ff1b6f1561120a6d74b590bb95cd4c 1354 web optional pubtal_3.3-2.dsc
 5d0e2915e8537d39676e029e2294cde9 7033 web optional pubtal_3.3-2.diff.gz
 7b7f94136219c95f0a671963fd7f4e58 108292 web optional pubtal_3.3-2_all.deb

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

iEYEARECAAYFAksQFuIACgkQAukwV0RN2VCgKgCfeXAdaGHs7M5nAsoSrrHGkPw1
nLgAnAjbuZhUxsHwqHqPlpF6FKdoHBy+
=k6ha
-END PGP SIGNATURE-


Accepted:
pubtal_3.3-2.diff.gz
  to main/p/pubtal/pubtal_3.3-2.diff.gz
pubtal_3.3-2.dsc
  to main/p/pubtal/pubtal_3.3-2.dsc
pubtal_3.3-2_all.deb
  to main/p/pubtal/pubtal_3.3-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



Accepted bobcat 2.06.00-1 (source i386)

2009-11-27 Thread Frank B. Brokken
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 10:36:02 +0100
Source: bobcat
Binary: libbobcat2 libbobcat-dev
Architecture: source i386
Version: 2.06.00-1
Distribution: unstable
Urgency: low
Maintainer: Frank B. Brokken f.b.brok...@rug.nl
Changed-By: Frank B. Brokken f.b.brok...@rug.nl
Description: 
 libbobcat-dev - headers and documentation for the Bobcat library
 libbobcat2 - run-time (shared) Bobcat library
Changes: 
 bobcat (2.06.00-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 5858de3714c7a1c8f1636b75baf0dcb66f1e8d35 1818 bobcat_2.06.00-1.dsc
 7f5a558ff7eb4ccdb306e4245f73e94d0193bb75 555352 bobcat_2.06.00.orig.tar.gz
 925ae23f94718c4fac41794061025937892a262e 9816 bobcat_2.06.00-1.diff.gz
 fdd9f6b57ad79e7d1679086c711b3368ce6a2c35 215654 libbobcat2_2.06.00-1_i386.deb
 880d3e29b66e38ca49ce673ff13bb3505d35ec31 1225488 
libbobcat-dev_2.06.00-1_i386.deb
Checksums-Sha256: 
 bd24a5bf9b69700d779db91b695804a99e717010fbc475ec40d90baf11605da1 1818 
bobcat_2.06.00-1.dsc
 13e677aad1f39e9b64fdf2ecb4f3260f70ce206f6cf184b2dc9f8467931754b5 555352 
bobcat_2.06.00.orig.tar.gz
 01263b7fa068bd44296706cd8424e89619bb5f2a98f4981a44f353d9aa40525c 9816 
bobcat_2.06.00-1.diff.gz
 11b9ce5db2cfa1e739d509a5001f377daa8735394144067ce8d6094cbda6d518 215654 
libbobcat2_2.06.00-1_i386.deb
 f25b2f663c3ee6c7aaa895e896ecf94d39a36b8118340a5d98f63b5d3246f6d0 1225488 
libbobcat-dev_2.06.00-1_i386.deb
Files: 
 00ba29c11d5a64030e56b579f2b78b9d 1818 libs optional bobcat_2.06.00-1.dsc
 08a04d566ca1bab3325df5443828541f 555352 libs optional 
bobcat_2.06.00.orig.tar.gz
 f1a96c5c93965310316adda7a35a1a4e 9816 libs optional bobcat_2.06.00-1.diff.gz
 195ced6d143da8b98da447d78f47abf7 215654 libs optional 
libbobcat2_2.06.00-1_i386.deb
 73b01ac63a0fe1061de81ac100fba9f4 1225488 libdevel optional 
libbobcat-dev_2.06.00-1_i386.deb

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

iQIcBAEBAgAGBQJLD9WWAAoJEBxXDIkOS9Crsp8QAJ4c7NG1a95IZu/nk7CGGVZC
Tant937kl/8Elqdt/0IrgNqmvxpz3rn4wdV+SoJnHyFXIvhgjUYyiAX5y4prGkp3
2YKCIDaxrg7lXOEspK4Fr6YTYWarwZvYPqkg7/A7ed8D/XFPNR2LWvRkYu2Q9fCK
vWF9by3mODmopMURhivo1p0jZknBtG1nNhOmX2YUQwYUhDoecZOoYq5mXTs09566
iaMh45uMiNG7rMdTD3AgYKoL/6vwKZ6kqd5Yvw2OgLs68MRiUvoIUnP2ekda8Y/R
WKbnjWid/CemR+twt/Mt9xRf6IHjFuIl+4JU1+nn1RZOsXCTAZEsqUV9GmybUnQS
loW/R4GPGqnzJr57oaAO4GHvF1wmP6Y9LhnIqAVp/3eO9T8QKmmf4kHZZxRr8C0N
WCoV+s23pont0Hr+xrOlNlLArc+qswMkW63adc+u4cNwh+nlwHCn8+BkqD2rW4K6
XKeCCqPZu+tLCk4Xx517bxhIwVNJwvC0fYPi5Ue/lIS6N5rJMQaYxxbCl46gYGw3
CT5hacbCGEQFVgDDdiBvcmTIARWbJdtsQkQnc/WYfT1mD2lbbtjvXk18VX3wbn1v
4b7Ltugjzp0XmIwbMaLtjZq2QrdEQ5dsV+2QENNiU5kkGAZoORrFttp5N3Irdn5F
8Fpg96ydMcQ2vgrsqw2+
=J8+m
-END PGP SIGNATURE-


Accepted:
bobcat_2.06.00-1.diff.gz
  to main/b/bobcat/bobcat_2.06.00-1.diff.gz
bobcat_2.06.00-1.dsc
  to main/b/bobcat/bobcat_2.06.00-1.dsc
bobcat_2.06.00.orig.tar.gz
  to main/b/bobcat/bobcat_2.06.00.orig.tar.gz
libbobcat-dev_2.06.00-1_i386.deb
  to main/b/bobcat/libbobcat-dev_2.06.00-1_i386.deb
libbobcat2_2.06.00-1_i386.deb
  to main/b/bobcat/libbobcat2_2.06.00-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted dpkg 1.15.5.3 (source all amd64)

2009-11-27 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 19:23:36 +0100
Source: dpkg
Binary: dpkg dpkg-dev dselect
Architecture: source amd64 all
Version: 1.15.5.3
Distribution: unstable
Urgency: low
Maintainer: Dpkg Developers debian-d...@lists.debian.org
Changed-By: Guillem Jover guil...@debian.org
Description: 
 dpkg   - Debian package management system
 dpkg-dev   - Debian package development tools
 dselect- Debian package management front-end
Closes: 554136 557013 557547 557618 557664 557668 558233
Changes: 
 dpkg (1.15.5.3) unstable; urgency=low
 .
   [ Raphael Hertzog ]
   * Avoid usage of IO::String in dpkg-scanpackages, rely on Dpkg::IPC
 instead to directly get a pipe file descriptor. Closes: #557013
   * Put 3.0 (quilt) in the default list of formats tried by dpkg-source
 after 1.0 and before 3.0 (native).
   * Let dpkg-source fail if several upstream orig.tar files are available
 (using different compression scheme) since we don't know which one
 to use.
   * Add missing use Dpkg::Gettext in Dpkg::Changelog::Entry::Debian.
 Closes: #557668
   * When building 3.0 (quilt) source packages, use QUILT_PATCH_OPTS=-t -F 0
 -N -u -V never -g0 so that quilt is as strict as dpkg-source's internal
 implementation of quilt. Closes: #557664, #558233
   * Before accepting to build a 3.0 (quilt) source packages, ensure that
 debian/patches is a directory (or non-existing) and that
 debian/patches/series is a file (or non-existing). Closes: #557618
   * Dpkg::IPC::fork_and_exec() now includes the changed environment
 variables in the default error message displayed when the sub-process
 fails.
 .
   [ Guillem Jover ]
   * Verify that the alternative used in update-alternatives --set has been
 registered instead of failing with an undefined value in the slave
 method. Closes: #554136
   * Strip leading spaces in the first line of a field's value in
 Dpkg::Control::Hash. Closes: #557547
Checksums-Sha1: 
 2f688cb5aa87268764015bf4d19509639a888bdc 1193 dpkg_1.15.5.3.dsc
 8cd0d8e9457ed60c2b4480b81bf7d9614790682f 4665799 dpkg_1.15.5.3.tar.bz2
 ed9e4726d57d7ae72d629bb10cc0d533412f3d65 2223168 dpkg_1.15.5.3_amd64.deb
 6222151163d28a780e4a575ed7214154ea43703b 775436 dselect_1.15.5.3_amd64.deb
 06ac476f63c044c966887647c4a6ffa018fa454b 757924 dpkg-dev_1.15.5.3_all.deb
Checksums-Sha256: 
 74ddcb37a3da8ab673b3ac8830d1e94aa80f9668e71b44a11db975effd17eb8a 1193 
dpkg_1.15.5.3.dsc
 90be82bbe0aaf30cc7d58ddce077b7ad14dd40e2fc7691814aaaee544a42646b 4665799 
dpkg_1.15.5.3.tar.bz2
 c9cbfaa1ff2bc2b88d8160a9e13422282e7bceab1f8d663ea462022a90565c13 2223168 
dpkg_1.15.5.3_amd64.deb
 54b737ef42d381d3eae2f1467be82018abe14eab391aa9087b66eda0ead18b54 775436 
dselect_1.15.5.3_amd64.deb
 4ff434a44457492ef7a1501714f3c5aaf45680b0681a20c1dbacb834156a9f5c 757924 
dpkg-dev_1.15.5.3_all.deb
Files: 
 978686c517f51a8c729920edb850dd08 1193 admin required dpkg_1.15.5.3.dsc
 2fd20b06c23e7c3bfc39525f0b278804 4665799 admin required dpkg_1.15.5.3.tar.bz2
 f30e1673f66b538e5edf60bbb2093418 2223168 admin required dpkg_1.15.5.3_amd64.deb
 1da9494e84fdb8a560fa6ab31d380f7f 775436 admin optional 
dselect_1.15.5.3_amd64.deb
 ffea6535b2b579a39179cff35b0e7f90 757924 utils optional 
dpkg-dev_1.15.5.3_all.deb

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

iEYEARECAAYFAksQHJoACgkQuW9ciZ2SjJvnvQCgg6b+e2OquMucw8+EWGMAIYrs
dDIAn3zVdfpuoYzZ/nXVDLs3AA3Yo7XL
=YO+Z
-END PGP SIGNATURE-


Accepted:
dpkg-dev_1.15.5.3_all.deb
  to main/d/dpkg/dpkg-dev_1.15.5.3_all.deb
dpkg_1.15.5.3.dsc
  to main/d/dpkg/dpkg_1.15.5.3.dsc
dpkg_1.15.5.3.tar.bz2
  to main/d/dpkg/dpkg_1.15.5.3.tar.bz2
dpkg_1.15.5.3_amd64.deb
  to main/d/dpkg/dpkg_1.15.5.3_amd64.deb
dselect_1.15.5.3_amd64.deb
  to main/d/dpkg/dselect_1.15.5.3_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ming 1:0.4.2-5 (source i386 all)

2009-11-27 Thread Stuart R. Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 03:08:33 +
Source: ming
Binary: libming1 libming-dev ming-fonts-dejavu ming-fonts-opensymbol 
libswf-perl libming-util python-ming php5-ming
Architecture: source i386 all
Version: 1:0.4.2-5
Distribution: unstable
Urgency: low
Maintainer: Stuart R. Anderson ander...@netsweng.com
Changed-By: Stuart R. Anderson ander...@netsweng.com
Description: 
 libming-dev - Library to generate SWF (Flash) Files (development files)
 libming-util - Library to generate SWF (Flash) Files - Utilities
 libming1   - Library to generate SWF (Flash) Files
 libswf-perl - Ming (SWF) module for Perl
 ming-fonts-dejavu - Ming format DejaVue Fonts
 ming-fonts-opensymbol - Ming format Opensymbol Fonts
 php5-ming  - Ming module for php5
 python-ming - Ming (SWF) module for Python
Closes: 487845 509401 519406 527710
Changes: 
 ming (1:0.4.2-5) unstable; urgency=low
 .
   * New upstream release 0.4.2 move to unstable (Closes: #509401)
   * Add missing man pages
   * Fix problem with newer bison (Closes: #519406)
   * Gif library transition (Closes: #487845)
   * Deal with a FTBFS (CLoses: #527710)
   * Update the policy version and fix errors
Checksums-Sha1: 
 2f97de4d43c8c966a655fa05ddc6d4e215e3b88c 1383 ming_0.4.2-5.dsc
 e19dced4b2fe7849fbaa4f238d3e6c6aee2e7f60 15155 ming_0.4.2-5.diff.gz
 36d0fa039b767f1e3fe6f94a3a322520a16450f1 276270 libming1_0.4.2-5_i386.deb
 a15acee32e3a59a223a7d5cbb87d2c35b8a3c4d1 330652 libming-dev_0.4.2-5_i386.deb
 12ff04755f51d446907355fc45a45f28788698c0 330550 libswf-perl_0.4.2-5_i386.deb
 74756e5c7412cdcd9d1a77066914a94fbcd9d002 681624 libming-util_0.4.2-5_i386.deb
 81cdc446ea1518ec60be3c606f1ae296e3b22a8e 251998 python-ming_0.4.2-5_i386.deb
 654b3f8b71f6612714e85a533883fb8faf4a2487 155358 php5-ming_0.4.2-5_i386.deb
 806aa46e40235de9a30c7dd0ad7a7524ee7222f2 144744 
ming-fonts-dejavu_0.4.2-5_all.deb
 0de372473c45fb610455ae60dc4f4428a2ca8c03 113740 
ming-fonts-opensymbol_0.4.2-5_all.deb
Checksums-Sha256: 
 5b3d02e10917e37b66aeb2b8fa78338eb415b607fb5ad435abc15cbf239f9775 1383 
ming_0.4.2-5.dsc
 64baf1355435dc57efe25c886eeea167c047a6323d87ade9def5093bd6142588 15155 
ming_0.4.2-5.diff.gz
 4968f6a54e1164bbf9098a6264c954a2102e469ac275700ed6981f6b2c4e1ad0 276270 
libming1_0.4.2-5_i386.deb
 52cb88dfb507e31202dbd521ae7646d97a5dfd056a34a29395bfc262404f0ca9 330652 
libming-dev_0.4.2-5_i386.deb
 42213904ca605e5e90ac779a578a9358b7064d709710a8cef84e5b3386e12b2c 330550 
libswf-perl_0.4.2-5_i386.deb
 d680e25950e05c89eef9d5de33663eda52818e2282a3f08fa4a9030bf6332156 681624 
libming-util_0.4.2-5_i386.deb
 0cb2339ad2539774258323fd56557b3d0ed6d42874156135a9c7f7eac3f12441 251998 
python-ming_0.4.2-5_i386.deb
 d6e0f36009f9ba5275d9eaed2e783a451efa3f294f87e7d5eb6faf81b269d541 155358 
php5-ming_0.4.2-5_i386.deb
 fe6dbe7f7f2ab7f4f11798853e8279656c6692b928133eed79019cf9a5903c26 144744 
ming-fonts-dejavu_0.4.2-5_all.deb
 c4b6ce602b96d1ab90c86a29b3636bf4d2a385518de7ae08681d883effa77e14 113740 
ming-fonts-opensymbol_0.4.2-5_all.deb
Files: 
 aaf3c60a62e9807ab5facb07a7028b64 1383 libs optional ming_0.4.2-5.dsc
 3c1b9a8fffb0e191efee207a43aedb86 15155 libs optional ming_0.4.2-5.diff.gz
 b7acc718d2770249b213aca870f350f1 276270 libs optional libming1_0.4.2-5_i386.deb
 8babed2d0b9259fb570a24d452dd 330652 libdevel optional 
libming-dev_0.4.2-5_i386.deb
 aa99cf9d73297e395b77143ca2731e9a 330550 perl optional 
libswf-perl_0.4.2-5_i386.deb
 de8241945fe92f78d511cb9b6e1ee4f4 681624 devel optional 
libming-util_0.4.2-5_i386.deb
 b27cb561a669c85dd261f1c483392897 251998 python optional 
python-ming_0.4.2-5_i386.deb
 31da0fe077713ecf7f78f71ffb1f6c71 155358 web optional php5-ming_0.4.2-5_i386.deb
 978c1849363455db07d9afe01835b0f7 144744 web optional 
ming-fonts-dejavu_0.4.2-5_all.deb
 5fffc2913a28d1d64c0556287531f855 113740 web optional 
ming-fonts-opensymbol_0.4.2-5_all.deb

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

iEYEARECAAYFAksP/W8ACgkQCmLlNDenkUm6OgCfT/xmEWVqbSfdOUJ4m6DzRaZM
B5sAnj4OyU5q66kOOJ+fD8gcIBc2o7hJ
=vP2n
-END PGP SIGNATURE-


Accepted:
libming-dev_0.4.2-5_i386.deb
  to main/m/ming/libming-dev_0.4.2-5_i386.deb
libming-util_0.4.2-5_i386.deb
  to main/m/ming/libming-util_0.4.2-5_i386.deb
libming1_0.4.2-5_i386.deb
  to main/m/ming/libming1_0.4.2-5_i386.deb
libswf-perl_0.4.2-5_i386.deb
  to main/m/ming/libswf-perl_0.4.2-5_i386.deb
ming-fonts-dejavu_0.4.2-5_all.deb
  to main/m/ming/ming-fonts-dejavu_0.4.2-5_all.deb
ming-fonts-opensymbol_0.4.2-5_all.deb
  to main/m/ming/ming-fonts-opensymbol_0.4.2-5_all.deb
ming_0.4.2-5.diff.gz
  to main/m/ming/ming_0.4.2-5.diff.gz
ming_0.4.2-5.dsc
  to main/m/ming/ming_0.4.2-5.dsc
php5-ming_0.4.2-5_i386.deb
  to main/m/ming/php5-ming_0.4.2-5_i386.deb
python-ming_0.4.2-5_i386.deb
  to main/m/ming/python-ming_0.4.2-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



Accepted libtk-filedialog-perl 1.3-3 (source all)

2009-11-27 Thread Tim Retout
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 27 Nov 2009 19:12:37 +
Source: libtk-filedialog-perl
Binary: libtk-filedialog-perl
Architecture: source all
Version: 1.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Tim Retout t...@retout.co.uk
Description: 
 libtk-filedialog-perl - A highly configurable File Dialog widget for Perl/Tk
Closes: 544894
Changes: 
 libtk-filedialog-perl (1.3-3) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/rules: delete /usr/lib/perl5 only if it exists.
   * Move example.pl to debian/ and install it with dh_installexamples from
 debian/rules.
   * Move the change to FileDialog.pm into a patch; add quilt framework.
   * Refresh debian/rules, no functional changes.
   * Separate Build-Depends and Build-Depends-Indep.
   * Add debian/README.source to document quilt usage, as required by
 Debian Policy since 3.8.0.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * debian/watch: use extended regexp for matching upstream versions.
 .
   [ Tim Retout ]
   * debian/control:
 + Add self to Uploaders.
 + Remove ancient versioning from perl B-D-I entry.
 + Build-Depend on debhelper (= 7.0.8) and quilt (= 0.46-7)
 + Update Standards-Version to 3.8.3.
   * debian/rules: Switch to minimal dh7 rules file with quilt.
   * debian/compat: Bump to 7.
   * debian/copyright: Change to draft machine-readable format.
   * debian/libtk-filedialog-perl.examples: Add debian/example.pl
   * debian/patches/fix-own-master-error: New patch to fix error about
 making .filedialog its own master. (Closes: #544894)
Checksums-Sha1: 
 9446fc5b87b7fb53a97c3829f1af6ef4c663fbdc 2030 libtk-filedialog-perl_1.3-3.dsc
 c1f6426a2657ae4ee4965da775283dbb96714b3d 2895 
libtk-filedialog-perl_1.3-3.diff.gz
 07819a061b4487461b9e559c2980ed638e7d98b4 17874 
libtk-filedialog-perl_1.3-3_all.deb
Checksums-Sha256: 
 e9b3b7053ba56a21a2afb0930c067927010f6f88c459d0127669d0c82c27f95e 2030 
libtk-filedialog-perl_1.3-3.dsc
 7879efcb21aa32c98460cdbe976cb891e99f276214e5b6e230dc9289617b996c 2895 
libtk-filedialog-perl_1.3-3.diff.gz
 5d225508383a6ea1fd8d959676d55d3bd2482f276bdeec908a5a41d3c27938cc 17874 
libtk-filedialog-perl_1.3-3_all.deb
Files: 
 583e2fb7ac02db7aa4afba8df59ce24e 2030 perl optional 
libtk-filedialog-perl_1.3-3.dsc
 dda0658e56b85a0b0ad3382e235dd530 2895 perl optional 
libtk-filedialog-perl_1.3-3.diff.gz
 cddd54d59e7795a08a989e72d6f1ad5c 17874 perl optional 
libtk-filedialog-perl_1.3-3_all.deb

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

iQIcBAEBCAAGBQJLECfjAAoJELs6aAGGSaoGM3UQAJKNXhZ5xAx14U09JSPES8BJ
DKR9z/S9iLweTiAN843k9Hfw9Zq29ey5Oy9sLPENGQWv1rkL97QdZvBLGM1gePiA
R7SO5Y6/rrJIEGmaCjdwz1BmIylMlIYce3uYk/6y2IUQelFJZb9YBHG4UN+ckK+M
XbWhHeEx8YfRComqGklOLAWpfx6TYiVQmDRJSJjSFE1lneI1ErLh1aRwtZq7eKq8
xqOV9ju4Sl3coE+lZkqEQxIDObt8T8fMlNN0fJj7B3kbJyc/CErd7ROMXzlIkZ0k
V5eCMmLA4NRjRIUKS2WbuV5QVabXVpi/cHuI9znnGC3zmKq96b+SSToFKvJhQH0E
O/0dCS61CCbeBgv7ajAOk4Caa7snUbXJ9RgtgGlyVk6QDXXOSgdKcyhRnmNFUXu2
U1Trw8Y8LlKefie/Y50UwUPqxRGQcXzYAJ+FUO2xtVAekds3Ccynvge+mSOGpE9F
6KH9Z5pdBctHcYeQBKifIO+d4PF82EE//Nzg3JeL6UW+JMh/+3+pkWNiOBgADyNt
Oz3XFzqI5IkNpxuq6UFZsLd5DkiL59fnlxnWkemNrnsbcGAZMw8NZ24IKnJNzujT
Vxq0L4NpUXGpD+u8/9gdEhE8E06oam1nWSchyoJqSkr5nSjKjElEv2HP6qC96AnZ
M0zpMHhyCWbxFjEl2gjU
=KUir
-END PGP SIGNATURE-


Accepted:
libtk-filedialog-perl_1.3-3.diff.gz
  to main/libt/libtk-filedialog-perl/libtk-filedialog-perl_1.3-3.diff.gz
libtk-filedialog-perl_1.3-3.dsc
  to main/libt/libtk-filedialog-perl/libtk-filedialog-perl_1.3-3.dsc
libtk-filedialog-perl_1.3-3_all.deb
  to main/libt/libtk-filedialog-perl/libtk-filedialog-perl_1.3-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted armagetronad 0.2.8.3~rc4-1 (source all i386)

2009-11-27 Thread Christine Spang
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 12:17:04 -0500
Source: armagetronad
Binary: armagetronad-common armagetronad armagetronad-dedicated
Architecture: source all i386
Version: 0.2.8.3~rc4-1
Distribution: unstable
Urgency: low
Maintainer: Christine Spang christ...@debian.org
Changed-By: Christine Spang christ...@debian.org
Description: 
 armagetronad - 3D Tron-like high speed game
 armagetronad-common - Common files for the Armagetron Advanced packages
 armagetronad-dedicated - dedicated game server for Armagetron Advanced
Changes: 
 armagetronad (0.2.8.3~rc4-1) unstable; urgency=low
 .
   * New upstream release candidate.
 - Pinging previously popular servers earlier for quicker server browsing
 - Improved master server random polling, the second polled master now also
 is random, and all masters are polled if need be
 - Custom camera snaps to cycle direction once when activated if the turn
 speed is zero.
 - RESERVE_SCREEN_NAME now works regardless of the ALLOW_IMPOSTOR setting.
 - USER_LEVEL now escapes the given authenticated name so you don't have to
 guess the escaping rules. Ex: USER_LEVEL name with spa...@forums 2
 changes user level for name\_with\_spa...@forums
   * Fix server initscript not providing itself.
Checksums-Sha1: 
 2c3a71ef30e4b0c80984f04bc955c93f2b63fa92 1474 armagetronad_0.2.8.3~rc4-1.dsc
 bae809de73fe70f19eb7909b2797e7fa631f0a9a 2214252 
armagetronad_0.2.8.3~rc4.orig.tar.gz
 1493f561694809921b0d464258dcb98f30c520ca 16129 
armagetronad_0.2.8.3~rc4-1.debian.tar.gz
 d0ec2c3899e20b7e8b3d95a38a98cd09e70c40e0 553610 
armagetronad-common_0.2.8.3~rc4-1_all.deb
 ae7b54ebb51da0b0a456eb43544d21b9f6767bab 1359492 
armagetronad_0.2.8.3~rc4-1_i386.deb
 a3e06bb8cc2f11694a42132e32e36540650a 812428 
armagetronad-dedicated_0.2.8.3~rc4-1_i386.deb
Checksums-Sha256: 
 ca863c5326ae63b284bd72d11e352ac13a9497bd1f81ef87b6d04de396e5ad57 1474 
armagetronad_0.2.8.3~rc4-1.dsc
 ffd143d4b2f2dceffd3b34d78ac91449fa400ddfed12b6b6c0d1634710e50482 2214252 
armagetronad_0.2.8.3~rc4.orig.tar.gz
 efe74658dbfa9ce656646bf175131380bd41115a85c4291a4b30f2d9ba224f46 16129 
armagetronad_0.2.8.3~rc4-1.debian.tar.gz
 6389a393bb04a8cec1670e218e2751a64d1d6165443701a9243c23f87bb53d33 553610 
armagetronad-common_0.2.8.3~rc4-1_all.deb
 107e341ac9a1cee572ffee312a17680099c6a82a8e0ddb888b226a8decf01be0 1359492 
armagetronad_0.2.8.3~rc4-1_i386.deb
 b7d6d2834847cc995e9630a5cb865a20483966a8ce26efc4b7de5ddb65557200 812428 
armagetronad-dedicated_0.2.8.3~rc4-1_i386.deb
Files: 
 cd5b89aca24c59255be582d6a2aa3a05 1474 games optional 
armagetronad_0.2.8.3~rc4-1.dsc
 d4081339edf8495e44b573d1bb37240c 2214252 games optional 
armagetronad_0.2.8.3~rc4.orig.tar.gz
 12bb9c8f9fc7a630cfd18d7b0b6dc97d 16129 games optional 
armagetronad_0.2.8.3~rc4-1.debian.tar.gz
 7be6768983256c18aa04418a6f39655e 553610 games optional 
armagetronad-common_0.2.8.3~rc4-1_all.deb
 c08db825f64ebbf1d2f3d1bf64a06f4b 1359492 games optional 
armagetronad_0.2.8.3~rc4-1_i386.deb
 b8449ab4f86cf8f17c0ae31cafd5f5dd 812428 games optional 
armagetronad-dedicated_0.2.8.3~rc4-1_i386.deb

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

iEYEARECAAYFAksQJdQACgkQd73XuVITgboZiQCglMcHYPmP0rHzkb/R8mVlZWmx
Sh4AoJAqb/w3akooulzhZe7bGaV0uvzn
=bi6u
-END PGP SIGNATURE-


Accepted:
armagetronad-common_0.2.8.3~rc4-1_all.deb
  to main/a/armagetronad/armagetronad-common_0.2.8.3~rc4-1_all.deb
armagetronad-dedicated_0.2.8.3~rc4-1_i386.deb
  to main/a/armagetronad/armagetronad-dedicated_0.2.8.3~rc4-1_i386.deb
armagetronad_0.2.8.3~rc4-1.debian.tar.gz
  to main/a/armagetronad/armagetronad_0.2.8.3~rc4-1.debian.tar.gz
armagetronad_0.2.8.3~rc4-1.dsc
  to main/a/armagetronad/armagetronad_0.2.8.3~rc4-1.dsc
armagetronad_0.2.8.3~rc4-1_i386.deb
  to main/a/armagetronad/armagetronad_0.2.8.3~rc4-1_i386.deb
armagetronad_0.2.8.3~rc4.orig.tar.gz
  to main/a/armagetronad/armagetronad_0.2.8.3~rc4.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



Accepted gimp-resynthesizer 0.16-1.1 (source i386)

2009-11-27 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Sep 2009 23:26:42 +0300
Source: gimp-resynthesizer
Binary: gimp-resynthesizer
Architecture: source i386
Version: 0.16-1.1
Distribution: unstable
Urgency: low
Maintainer: Bryan Donlan bdon...@fushizen.net
Changed-By: Tzafrir Cohen tzaf...@cohens.org.il
Description: 
 gimp-resynthesizer - Gimp plugin for texture synthesis
Closes: 544497
Changes: 
 gimp-resynthesizer (0.16-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Manually install files, as gimptool is broken (Closes: #544497).
   * Bump compat to 5 for that.
   * And dropped patch 01_makefile.
Checksums-Sha1: 
 befab5130fbd4cee89401d6ecfca632c69108750 1770 gimp-resynthesizer_0.16-1.1.dsc
 fc6fd17bd923426b0e7e5b4ed9c7e7d913453604 4085 
gimp-resynthesizer_0.16-1.1.diff.gz
 6d33942629a62f24cd701e0862997ff06601dcb6 22806 
gimp-resynthesizer_0.16-1.1_i386.deb
Checksums-Sha256: 
 c3c0aaec40df9a54e41dab6bed044795d757351c8560134b765d78bef2156ebc 1770 
gimp-resynthesizer_0.16-1.1.dsc
 f216b216613622fa2c05d5b51ec4054f5f73db0c27f3f9a1f02f2b22d671d2c7 4085 
gimp-resynthesizer_0.16-1.1.diff.gz
 751cea88db5c92acce71ef9a7776b664cd58a5516ab2da932946155ffb69bbc4 22806 
gimp-resynthesizer_0.16-1.1_i386.deb
Files: 
 f82daa23c0dceb90b6202740104f42dd 1770 graphics optional 
gimp-resynthesizer_0.16-1.1.dsc
 9ef5c7749234f665671e89a0b2638dbc 4085 graphics optional 
gimp-resynthesizer_0.16-1.1.diff.gz
 a6126c85133e179cbfb851b2dfab08f0 22806 graphics optional 
gimp-resynthesizer_0.16-1.1_i386.deb

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

iQIcBAEBCAAGBQJLEDicAAoJELs6aAGGSaoGxDEQALNKuDjbNkEDPHYAH+kFJZfV
nFFe6JQ2DOxYxTCdc+xNJuJsp+2LN0cGik+i4BdU7nvyBNjxiB9/RgtBOUniV8Ag
aLPe6MGYXettCMB30Gg9bGVEEoUy4xWyk3UP/pzTIEEXrqU6HDBIxnaqwaSHXqBJ
sCpJvYi46J5uF88LFXVhNaW2FTkz5dvQFP7wX24r2JRTiGwKESTDEUdGf9LgsSCZ
xrs81vqH7DLQ9HtkYWkh9Pbfto6q+wW9Lyf38+VVvSKw+fgaYWkG0MDyuV9D2vDv
4C5Lix/A0P0I1xEF8c1ztW07gGRIgxagvxNZ6P1oHiH2aRodgFphPprC+Hu0vMpV
0/aMKXUH0fmGrv5HFSn1T1K17mJ3KPP/7cssNZs1yfOR9sTzZZleByNoR0ItAzqk
OLXZpfn4SPV3t/KGplFXV4pPxwNMAG2jFDvfA/tVUgICDvGGjXXt4MAPYIfBfEsj
CPs7601UEeO8YfO7YmqOOamd2GUy7eIUcwlHiTXtiZKtakv5JXw7R8YSAIt/Mhnh
Jd4ORprLoaFjUbXlgQ/cr0xwAJMMtSzrje0WILo8VMVbKCRzU1UGrsOFiiagMETM
xSrChbi1v4cAH1j7kmJKkTNdNOkNOfaqIMRZkvhUYqGSJ6r/zjs7j58MmvTl4ysx
1NSnsdBW/S5zkdcgrumJ
=Xlh3
-END PGP SIGNATURE-


Accepted:
gimp-resynthesizer_0.16-1.1.diff.gz
  to main/g/gimp-resynthesizer/gimp-resynthesizer_0.16-1.1.diff.gz
gimp-resynthesizer_0.16-1.1.dsc
  to main/g/gimp-resynthesizer/gimp-resynthesizer_0.16-1.1.dsc
gimp-resynthesizer_0.16-1.1_i386.deb
  to main/g/gimp-resynthesizer/gimp-resynthesizer_0.16-1.1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted acidbase 1.4.4-1 (source all)

2009-11-27 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 15:26:00 -0500
Source: acidbase
Binary: acidbase
Architecture: source all
Version: 1.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse jbo...@debian.org
Changed-By: Jeremy T. Bouse jbo...@debian.org
Description: 
 acidbase   - Basic Analysis and Security Engine
Closes: 501644 535118 542770 551636 552235 556612
Changes: 
 acidbase (1.4.4-1) unstable; urgency=low
 .
   * Imported Upstream version 1.4.4 (Closes: #501644, #552235)
   * debian/control: Remove David Gil as maintainer (Closes: #551636)
   * debian/control: Bump Standards-Version to 3.8.3 and change
 Maintainer/Uploaders.
   * debian/rules: Change to build in binary-indep to close lintian
 warnings.
   * debian/README.source: Added README.source to clear lintian warning.
   * debian/patches/02_update_external_links.dpatch: Snort ID webdatabase
 changed (Closes: #542770) - thanks to Robert Sander
 robert.san...@epigenomics.com
   * debian/patches/08_update_whois_servers.dpatch: Removed as no longer
 needed
   * debian/patches/11_use_trim_to_avoid_signature_problems.dpatch: fix
 patch against new version
   * debian/po/fi.po: Initial Finnish debconf translation (Closes:
 #535118) - thanks to Esko Arajärvi e...@iki.fi
   * debian/po/ja.po: Initial Japanese debconf translation (Closes:
 #556612) - thanks to Hideki Yamane (Debian-JP)
 henr...@debian.or.jp
   * Updated debconf translations to change Report-Msgid-Bugs-To to
 jbo...@debian.org
   * debian/patches/12_remove_php_image_graph.dpatch: Update patch for
 new version
   * debian/patches/CVE-2007-6156.dpatch: Removed patch accepted by
 upstream
Checksums-Sha1: 
 6c48fa22cb622132ed5d77368dacc926ffc696d4 1215 acidbase_1.4.4-1.dsc
 a4d23e96d8efb2b539b238fb52d81744e7b5b04e 966138 acidbase_1.4.4.orig.tar.gz
 914450d2f1c08113ebbe6a7cad373cfe2f231d86 23120 acidbase_1.4.4-1.diff.gz
 8b57ac965ecc046c5624c9fc490d0161b86a1cfe 401138 acidbase_1.4.4-1_all.deb
Checksums-Sha256: 
 aedf721a8c184f96c500a636b10ff519a3f1c37daff2a3d510839a4cf09b248f 1215 
acidbase_1.4.4-1.dsc
 5a5e5a1b2b20efca2fe7f57edfacf78a92aeea60f4f5c4f3b49af7dcdb37639d 966138 
acidbase_1.4.4.orig.tar.gz
 ad2503feccf539efbaa022be5202b134c1caf9e8554c9553f5ac01877819dd51 23120 
acidbase_1.4.4-1.diff.gz
 7b803b7f34e21b217fdf29fa1ad3401a8a56dce770ba1ba7f0aae293e043ac63 401138 
acidbase_1.4.4-1_all.deb
Files: 
 4558485c9cd404c46939b8bd48da 1215 web optional acidbase_1.4.4-1.dsc
 bb8c10cf033113585155c6fa4c77c9cb 966138 web optional acidbase_1.4.4.orig.tar.gz
 a05d0a9feb392618dd8d622d7c848b03 23120 web optional acidbase_1.4.4-1.diff.gz
 49e1fa7cff0bbe6c830e4b3f425d872f 401138 web optional acidbase_1.4.4-1_all.deb

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

iEYEARECAAYFAksQOxUACgkQQC3kTXT35kBeQwCeIrBgeElwGOMfHlb2U8ii6lr8
auEAoO3GrSkvSKhGFfSIcEUrq1BOVCGE
=BuX/
-END PGP SIGNATURE-


Accepted:
acidbase_1.4.4-1.diff.gz
  to main/a/acidbase/acidbase_1.4.4-1.diff.gz
acidbase_1.4.4-1.dsc
  to main/a/acidbase/acidbase_1.4.4-1.dsc
acidbase_1.4.4-1_all.deb
  to main/a/acidbase/acidbase_1.4.4-1_all.deb
acidbase_1.4.4.orig.tar.gz
  to main/a/acidbase/acidbase_1.4.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted reportbug 4.9 (source all)

2009-11-27 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 20:12:38 +0100
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.9
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers reportbug-ma...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 214103 223335 232829 244763 363156 433323 517989 527259 531803 532467 
542309 542312 543147 543281 544623 546914 547091 551046 552364 554504 554589
Changes: 
 reportbug (4.9) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/rules
 - check if versions are in sync only when releasing (allowing for easier
   development)
   * reportbug/ui/gtk2_ui.py
 - replace python-gnome2-extras with python-gtkspell when suggesting what
   package to install for spell checking; thanks to David Steiner for the
   report; Closes: #551046
 - clarified the dialog message that requires installation of additional
   packages; thanks to Filipus Klutiero for the report; Closes: #554589
   * debian/control
 - added a Conflicts on 'debsums ( 2.0.47)', to properly require the
   correct version of debsums; thanks to Flavio Stanchina for the report;
   Closes: #552364
   * reportbug/ui/urwid_ui.py
 - added missing arguments to handle_bts_query call; thanks to David Bremner
   for the report; Closes: #542309
   * reportbug/submit.py
 - don't encode email addresses when print report of mail recipients (after
   mail being sent); thanks to Raphaël Hertzog for the report and Carl 
Chenet
   for the patch; Closes: #546914
   * bin/querybts
 - enable '-u' options, along with '--ui'; thanks to David Bremner for the
   report and to Carl Chenet for the patch; Closes: #542312
   * bin/reportbug
 - '--template' option forces the 'text' UI (it's only useful with that);
   thanks to Johan Kullstam for the report; Closes: #543281
 - clarified the message displayed when reporting a bug against an orphaned
   packages, requesting to still report the bug if it exists; thanks to Ryan
   Niebur for the report; Closes: #544623
   * man/reportbug.1
 - clarify that if dlocate is installed, the parameters to --filename are
   actually regexp; thanks to Dan Jacobson for the report; Closes: #547091
   * bin/reportbug, man/reportbug.1, reportbug/ui/text_ui.py
 - add '-N/--bugreport' option to run reportbug against a bug number (useful
   when the bug is already known and want to followup on it); thanks to all
   the people requesting it (too many to list) and Carl Chenet for the 
patch;
   Closes: #214103, #223335, #232829, #244763, #363156, #433323, #517989
 .
   [ Luca Bruno ]
   * reportbug/ui/gtk2_ui.py
 - cleaner way of handling the response in error/info dialogs; thanks to
   Julian Andres Klode for the report; Closes: #527259
 - open a terminal when falling back to text mode if stdout is not available
   (usually when run through the menu); thanks to Filipus Klutiero and
   Philipp Kern for the reports; Closes: #554504, #543147
 - don't show back button as it's not possible to go back;
   thanks to all the people reporting the bug; Closes: #532467
   * bin/reportbug, reportbug/ui/*_ui.py:
 - introduce the can_input() UI method, to know whether the UI is able to
   receive input or not; thanks to Sebastian Dalfuß for the report;
   Closes: #531803
Checksums-Sha1: 
 dd883faca62549daddfcbd78f974257d8fbcd592 1125 reportbug_4.9.dsc
 18041e28858b5f4fb22e9bd62d8a8b87e3761f77 199658 reportbug_4.9.tar.gz
 a4c9e78b30948b0c1c91c46b2199e39df5972d6f 123654 reportbug_4.9_all.deb
 d61f08c7cb69d162601cfce7a0cc3a8f1d43441f 118898 python-reportbug_4.9_all.deb
Checksums-Sha256: 
 5eacafee6e7a9ab27b0b19d8ffa70978ad7baf4500a507d6bea837866f7b468e 1125 
reportbug_4.9.dsc
 5e6a1688d6c03ead2171ece44cdbe01dc124ef618687b88abfa9d6555998f97a 199658 
reportbug_4.9.tar.gz
 9ad45539e1c039fa2b336a3c547645405cbe7e6a00d3f634e3d2c4ec5eefacc1 123654 
reportbug_4.9_all.deb
 cd1d9a22c3643a658f5ec9d5b2b7539bcd96e1d571d9cea8ecdc030bdc69fb6e 118898 
python-reportbug_4.9_all.deb
Files: 
 354d26d65a185336133031c73af4558f 1125 utils standard reportbug_4.9.dsc
 ee98f6f0f4451960aa9609ce0625ee14 199658 utils standard reportbug_4.9.tar.gz
 f1bb60f0ae2125d055e059469c10da63 123654 utils standard reportbug_4.9_all.deb
 f2492e9313d310ae23027e8d7d50c2b9 118898 python standard 
python-reportbug_4.9_all.deb

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

iEYEARECAAYFAksQQ28ACgkQAukwV0RN2VD3vQCfUJptEGYl9EpcFcuSGTO107zy
I/8AnRKaFWrrDY5bwhEMU6YO9N7Zz0Qb
=pnf0
-END PGP SIGNATURE-


Accepted:
python-reportbug_4.9_all.deb
  to main/r/reportbug/python-reportbug_4.9_all.deb
reportbug_4.9.dsc
  to main/r/reportbug/reportbug_4.9.dsc

Accepted slony1 1.2.17-2 (source all i386)

2009-11-27 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 23:18:03 +0200
Source: slony1
Binary: slony1-bin postgresql-8.4-slony1 slony1-doc
Architecture: source all i386
Version: 1.2.17-2
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut pet...@debian.org
Changed-By: Peter Eisentraut pet...@debian.org
Description: 
 postgresql-8.4-slony1 - replication system for PostgreSQL: PostgreSQL server 
plug-in
 slony1-bin - replication system for PostgreSQL: daemon and administration tool
 slony1-doc - Slony-I documentation
Changes: 
 slony1 (1.2.17-2) unstable; urgency=low
 .
   * Switched source format to 3.0 (quilt)
   * Built against PostgreSQL 8.4
   (merged from experimental 2.0.2-1:)
   * Added minimal man pages for altperl tools
   (merged from experimental 2.0.1-1:)
   * Added patch descriptions
   * Run the man page generation out of the patched upstream build system
 instead of separately in debian/rules, for better maintainability
Checksums-Sha1: 
 8ba9133520e7ee6b220b8ddfbc9efb907c2a10dc 1256 slony1_1.2.17-2.dsc
 728697888fca1c8e52425d1255d719f6b3509cd6 12456 slony1_1.2.17-2.debian.tar.gz
 06f6a7d0b3d01c050fb3f79e8dcc3aedc62f3f07 615738 slony1-doc_1.2.17-2_all.deb
 07b05af9e07b4b40e6337362c1cc701f25844de5 227430 slony1-bin_1.2.17-2_i386.deb
 7efe598967a2d57d7bd8558412a204a33f9a1941 17478 
postgresql-8.4-slony1_1.2.17-2_i386.deb
Checksums-Sha256: 
 5e1409af8527782d70003cdc4e010bee2d4074a6fee4410e5c0469eb839e3f1a 1256 
slony1_1.2.17-2.dsc
 9d0257b306685c63f46ff0b014cd9893d3f6246628065056927329557f4aac6e 12456 
slony1_1.2.17-2.debian.tar.gz
 3c7995647e6b83b597bbe6d5927b578a3bd12f269b7574ee4dc2d25762672fd6 615738 
slony1-doc_1.2.17-2_all.deb
 ad688a1993bad5afc5d0908aa92b684ef9f2cf6ddc6070d45990da902e3aa7c1 227430 
slony1-bin_1.2.17-2_i386.deb
 f4f33dff09df03e3422a5aa8dcc3fc014e2b4f22113b65d438b75e732f9c06c4 17478 
postgresql-8.4-slony1_1.2.17-2_i386.deb
Files: 
 68637cc682e9f12b3309739992b8eac2 1256 database optional slony1_1.2.17-2.dsc
 1ceb64bafcaef72f5d92ba5e55e27ec6 12456 database optional 
slony1_1.2.17-2.debian.tar.gz
 0ba2ac45650a4f5b37053de23064743b 615738 doc optional 
slony1-doc_1.2.17-2_all.deb
 a8a5b34f4ce58238251f8f789a608eec 227430 database optional 
slony1-bin_1.2.17-2_i386.deb
 013f6bf4f784dbce290522d573074731 17478 database optional 
postgresql-8.4-slony1_1.2.17-2_i386.deb

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

iEYEARECAAYFAksQQtUACgkQTTx8oVVPtMYX8gCfVQCLxFUPM7ZOkKaIVczAFrT3
gysAn0L4qA//cr9UU0sgoecGROZa46LH
=2yyy
-END PGP SIGNATURE-


Accepted:
postgresql-8.4-slony1_1.2.17-2_i386.deb
  to main/s/slony1/postgresql-8.4-slony1_1.2.17-2_i386.deb
slony1-bin_1.2.17-2_i386.deb
  to main/s/slony1/slony1-bin_1.2.17-2_i386.deb
slony1-doc_1.2.17-2_all.deb
  to main/s/slony1/slony1-doc_1.2.17-2_all.deb
slony1_1.2.17-2.debian.tar.gz
  to main/s/slony1/slony1_1.2.17-2.debian.tar.gz
slony1_1.2.17-2.dsc
  to main/s/slony1/slony1_1.2.17-2.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted jakarta-ecs 1.4.2-1.1 (source all)

2009-11-27 Thread Philipp Spitzer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 27 Nov 2009 22:28:19 +0100
Source: jakarta-ecs
Binary: libjakarta-ecs-java
Architecture: source all
Version: 1.4.2-1.1
Distribution: unstable
Urgency: low
Maintainer: Kalle Kivimaa kil...@debian.org
Changed-By: Philipp Spitzer philipp+deb...@spitzer.priv.at
Description: 
 libjakarta-ecs-java - Element construction set for various markup languages
Closes: 543076
Changes: 
 jakarta-ecs (1.4.2-1.1) unstable; urgency=low
 .
   [ Philipp Spitzer ]
   * Non-maintainer upload.
   * Renamed enum variable to enumerate as enum became a Java keyword
 (Closes: #543076).
 .
   [ gregor herrmann ]
   * debian/control: remove section from binary package, change section to java
 in source package.
Checksums-Sha1: 
 897e1016919d91d39bae0e38fded237c290bb4d4 1703 jakarta-ecs_1.4.2-1.1.dsc
 54f5fd0638aa235d8702c69de7fb5b3599aefb02 5458 jakarta-ecs_1.4.2-1.1.diff.gz
 db58e986cc9c23f3c43620923345868c7bfc0b43 276512 
libjakarta-ecs-java_1.4.2-1.1_all.deb
Checksums-Sha256: 
 7a1f03a32d914fed80e70cc731352c6b56e1b2aafc8b740cbace230fd214a3f1 1703 
jakarta-ecs_1.4.2-1.1.dsc
 d19b6d0ba278fa97ad28e6d4830d9dce69920f6c9b28b964bf7f0dd72b56e5f2 5458 
jakarta-ecs_1.4.2-1.1.diff.gz
 87a51421916d05a9ff38076d68c408bc8b8438922060e99ee5c406aca67ee7a8 276512 
libjakarta-ecs-java_1.4.2-1.1_all.deb
Files: 
 e1d7dafe9f6e78b2b8dd7823e41bde60 1703 java optional jakarta-ecs_1.4.2-1.1.dsc
 4f6953089cc7e30f6de3668f4d452141 5458 java optional 
jakarta-ecs_1.4.2-1.1.diff.gz
 6691a4d03f7e81e936dbd108e2ffa662 276512 java optional 
libjakarta-ecs-java_1.4.2-1.1_all.deb

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

iQIcBAEBCAAGBQJLEE6rAAoJELs6aAGGSaoG1kIP+QFdR1wFrEhaPI4mDlcJYgHg
2t4SOsuA8Dz1/y9E1NxE0oerhYeX11AOTf/h9s7iDjM4giUVtopF26+XnWVaf1rX
aQrUW2B5tOpQy0FrxqTFj/4MVCUI3KhfEdoUZVTUea66HgfRaH61AiitM4LfAgxS
T5KIvfFqQ14zAeKgZnrCy+M8331ijCkHY/TYy6HpFg11I0TU7mfW7MwMMh9nTxUE
t9QJmeFf9tVC6InKAspwEjtF25wn15FSKPAfFEtt+Wj3VtAbzf2lXrRWG5qdhwrg
8hxqeC9OhUCIIUavOh4swuyLiFPgzX4pG8jwEHYY5YyvpHzbf8Qm+JqumrqrkP2W
0oDiwcdzemIrvdxcwJTwDnZuKE3jGJ60Bl/xK4ZbB0cPIEk1ogA+L4ByGQmC8ZTp
aYpFaj9W+Ved3FBONhJLUB3TKtP0zM2xGVGmTHykFPa8PCfx5dTGYBYdtyjPVlQA
XSjZoxIKPRV7oXKXPzvJFIENt3EZUh6hl03PZwoBuoahrNO+tCHbwclmpC2h5Lvj
XTy1Kgt87jWd9yq075Bdfgwe7YWUTbsUwNuw0y4sz0RLKMmBweASEeE/YT8ah5/G
+jIBGSI3eQPl1dVPx+KP+Zn42fZl5nZIdyLpy/0K0OjgLfGn0UgBo/ie5ceLJfjU
EUGQChpXrGLQJzvjqB+Q
=qN33
-END PGP SIGNATURE-


Accepted:
jakarta-ecs_1.4.2-1.1.diff.gz
  to main/j/jakarta-ecs/jakarta-ecs_1.4.2-1.1.diff.gz
jakarta-ecs_1.4.2-1.1.dsc
  to main/j/jakarta-ecs/jakarta-ecs_1.4.2-1.1.dsc
libjakarta-ecs-java_1.4.2-1.1_all.deb
  to main/j/jakarta-ecs/libjakarta-ecs-java_1.4.2-1.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted ko.tex 0.1.0+20071012-1.1 (source i386 all)

2009-11-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 27 Nov 2009 23:17:44 +0100
Source: ko.tex
Binary: ko.tex ko.tex-bin
Architecture: source i386 all
Version: 0.1.0+20071012-1.1
Distribution: unstable
Urgency: low
Maintainer: A Lee a...@debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 ko.tex - Korean TeX: Core macros
 ko.tex-bin - Korean TeX: Binaries and scripts
Closes: 553222
Changes: 
 ko.tex (0.1.0+20071012-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add ${shlibs:Depends} in debian/control and dh_shlibdeps in debian/rules,
 in order to get a dependency on libc, as required by Policy
 (closes: #553222)
   * Add ${misc:Depends} to both binary packages in debian/control, while we're
 at it.
Checksums-Sha1: 
 09f80dafb1a5bd27fdf892c7bac81d5e464b0d16 1662 ko.tex_0.1.0+20071012-1.1.dsc
 8e37eae20a877f48cad8671e481b334565c16052 8517 ko.tex_0.1.0+20071012-1.1.diff.gz
 03359507e375ba927a5858bb6fd2d6b536fd1d9f 101788 
ko.tex-bin_0.1.0+20071012-1.1_i386.deb
 274adb5797f75342deaadcddbda4bf17c79d640a 1303028 
ko.tex_0.1.0+20071012-1.1_all.deb
Checksums-Sha256: 
 7426744102e37e593a9337d89f74a66916d5e466b0ed364f148e0f4f91e70244 1662 
ko.tex_0.1.0+20071012-1.1.dsc
 4b98a80e59ae47be4453b09a40d1d9c9460e98ae5066d20e45c76b9effeb1701 8517 
ko.tex_0.1.0+20071012-1.1.diff.gz
 8e44a745901c7dac302d73e7c6393c1f22fd4c4d641159d1fa36d33e846115aa 101788 
ko.tex-bin_0.1.0+20071012-1.1_i386.deb
 5fd99ee489be3013574a34bd0f7479be3a73d9054e120e5d0b6251fea946ff4b 1303028 
ko.tex_0.1.0+20071012-1.1_all.deb
Files: 
 b82d3f463b8f777f79f0132f971eba47 1662 tex optional 
ko.tex_0.1.0+20071012-1.1.dsc
 235c15d32121bc7fe07be284ad09f7c6 8517 tex optional 
ko.tex_0.1.0+20071012-1.1.diff.gz
 fc1e20ad5c6181222bd69686e04f948b 101788 tex optional 
ko.tex-bin_0.1.0+20071012-1.1_i386.deb
 32eef18ccde7c36fc67bdce582cfe1c7 1303028 tex optional 
ko.tex_0.1.0+20071012-1.1_all.deb

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

iQIcBAEBCAAGBQJLEFDUAAoJELs6aAGGSaoGqUcP/3d473rpHe9L+vJakpzgdiDR
EDq7Yuh39uq94fd5FpPSg5cR3N3u6D4/iYUTNMoAmNG2yIkDERA74Y1yIsB0WMo9
11XISrudGgLxtA3qXJ4nQ/ATtFzhxpBkCnpoCHU9LpqKK4Y/iR1mW1TKnnjA1F5X
rHgdeqtPs9txP3genwjVMX3ixzjeBpEkxXxfm71kb/wsprXxDCsmPOMDPM6+Hdab
G9XM4wwFTUsJlCadLy7fJA0yP1g7ZCLLY1zzdCsw0/ZDrctWQV2w2+iN1zKcPKGo
C5df6PvmI0l2i+P20l05LcpgnBEkNmYTJBmtlMech9bPKXfxAs548T8IR12kry46
nDKYvGSFrAs3pyp/K06dknjHH6vxCcRGFNVbE3Lc6689sCsowDHE5nLTMPPf/ufD
Ho9nXE7ApBqhx0vFFZBNm+X4w2BdsQW0b0FmNeWDrgOgl/7t4XTaG9H/pk/9yN8/
Yji2876BDkcUZehiLjiQOlH+HaO18/YqnivtwGZTFFQI86KBjAYRhzlSQsPEwTFv
oIt7kiDyTDxrjdnG79RqbUygqMnCJjbl/7m5D+tk+DSEN7HJ+7x1NMkwE2a44/XI
wcaehM7JRVHqGUbypeG/JB1S8K14XX8infy8jQZmQ89yN/c5KH4QRkqh14ff5NpI
UBVQtC2ZIs4usjgot9FE
=Zwel
-END PGP SIGNATURE-


Accepted:
ko.tex-bin_0.1.0+20071012-1.1_i386.deb
  to main/k/ko.tex/ko.tex-bin_0.1.0+20071012-1.1_i386.deb
ko.tex_0.1.0+20071012-1.1.diff.gz
  to main/k/ko.tex/ko.tex_0.1.0+20071012-1.1.diff.gz
ko.tex_0.1.0+20071012-1.1.dsc
  to main/k/ko.tex/ko.tex_0.1.0+20071012-1.1.dsc
ko.tex_0.1.0+20071012-1.1_all.deb
  to main/k/ko.tex/ko.tex_0.1.0+20071012-1.1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted fische 3.0.5-1 (source i386)

2009-11-27 Thread Andrea Veri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 27 Nov 2009 23:32:24 +0100
Source: fische
Binary: fische
Architecture: source i386
Version: 3.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Veri andrea.ver...@gmail.com
Changed-By: Andrea Veri andrea.ver...@gmail.com
Description: 
 fische - stand-alone sound visualisation for Linux
Changes: 
 fische (3.0.5-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixed build issues on kfreebsd-* archs. (LP: #486873)
   * debian/control:
 - VCS-* fields updated with a brand new branch
   location.
   * debian/copyright:
 - updated.
Checksums-Sha1: 
 71f03e5c8e51567ab2a4f3a59f7694fd5277551d 1810 fische_3.0.5-1.dsc
 902665f12e8aa24bdcb57f423373fb0a5f929f6e 327845 fische_3.0.5.orig.tar.gz
 77c0461fad3d588d70656642653586d8285ca75d 4255 fische_3.0.5-1.diff.gz
 1f36b760080bb25d299ffbd873fa5868146d4b94 25882 fische_3.0.5-1_i386.deb
Checksums-Sha256: 
 eb8fc07e6a411027bab24eb9e6263a8889ded87aa504e5283b49bb8adfefc33d 1810 
fische_3.0.5-1.dsc
 885f5b68f87593e47d0d7dd112285413fb517946cdc84d119c3d04a695400ef9 327845 
fische_3.0.5.orig.tar.gz
 d2b49a33543eba22be9f4fc1086cb1b67cd34c873b4320abdefe00d37eab3d64 4255 
fische_3.0.5-1.diff.gz
 e2d81926de46ba7444b16d99200dd5fe5e7da5b72e81350774e32e67990740c8 25882 
fische_3.0.5-1_i386.deb
Files: 
 aba0d2586c6c7fcec1d86757a1a24841 1810 sound extra fische_3.0.5-1.dsc
 36114cfe94c06780bcbd031a4042931e 327845 sound extra fische_3.0.5.orig.tar.gz
 d67469e90a4e54c3fae415b74bfd4557 4255 sound extra fische_3.0.5-1.diff.gz
 1f91a1d9d8345d447b2795ace0d62bf0 25882 sound extra fische_3.0.5-1_i386.deb

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

iQIcBAEBCAAGBQJLEFv2AAoJENqGIq6T6/bY2KIP/3H+/XUPs/b75Z2SAfSsN30M
VdFdCLpExj5mJ36zZji/G5EeaxLEPml+ZqxXFzr3qwsJR3GJKf6yNd0UHuP3LeGM
qA1myT8eNyaMx0JNRUybU+fyynlyBcX01N9z5tCvDWYuTfFuNKX4hBGzPAlHLo5n
0ylc8tAkh3zoEKJ7+njo8Gj4EGm+pqpgq9oYEK0hwSBFGNQ0MGlFu9R7/6+JcsEn
XdXSSGN7xPU1Sy7BaMWVJV0mjfnPiipBM8trGi2C9JzRpy94SaDIvBv+Pcl0lOC5
GpgoKMjuQe0rWWfgxva4DJEJQ/uz2hecndwOTvePzKsU0Wwih/TEf9nwN1vHQovu
4OXyLDL+ZoZd5DEsbzWxGh8D9k12ZW2IlPrNZNsNAiWAHYhRPi9/zCWs0/Oo6f10
skQnHjVKHHmZEQdGjWOPH2VP31FyCFuzooXdEG0IBiMWedAYpxqdX0Q0ynyOU7zB
yi3I9CTP9Rq0puqHZPGeUE225AMLqz4Q20XXEDVrL4HozV6ld57YTGeHVLeOR4kX
wvQPhQGNZMPe5rP6Zf15rU7Egq6VY+xltJHYD2RzZjxCK3wFUGpvinY/X2xkNnIy
k1nIr3aq1LJRMi0URF4ooLoMYmkcnSwckcd/8Uad3V+cO7kGIqTSxW6HNNMyUbrB
mnvJwJR1h38K8vIychHR
=kHPj
-END PGP SIGNATURE-


Accepted:
fische_3.0.5-1.diff.gz
  to main/f/fische/fische_3.0.5-1.diff.gz
fische_3.0.5-1.dsc
  to main/f/fische/fische_3.0.5-1.dsc
fische_3.0.5-1_i386.deb
  to main/f/fische/fische_3.0.5-1_i386.deb
fische_3.0.5.orig.tar.gz
  to main/f/fische/fische_3.0.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



Accepted boa-constructor 0.6.1-9 (source all)

2009-11-27 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 23:45:10 +0100
Source: boa-constructor
Binary: boa-constructor
Architecture: source all
Version: 0.6.1-9
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 boa-constructor - RAD tool for Python and wxWindows application
Closes: 556355
Changes: 
 boa-constructor (0.6.1-9) unstable; urgency=low
 .
   * Do not install embedded tarfile, zipfile and xmlrpclib modules, they
 are provided by stdlib (closes: #556355):
 + debian/patches/stdlib.patch:
   - Adjust files to load modules from stdlib.
 + debian/patches/no_maxint.patch:
   - Drop change on tarfile.py, it will not be installed anymore.
 + debian/rules:
   - Exclude affected files from the package.
Checksums-Sha1: 
 f254a57eb3bbbcde49891fe4adb6736d23dfa420 1426 boa-constructor_0.6.1-9.dsc
 727ffa3418e67fb19df6fb948d548bfe31431e0e 10665 boa-constructor_0.6.1-9.diff.gz
 2da32bd6d09219b62810a9490a3e4e21a9caa0ae 13516452 
boa-constructor_0.6.1-9_all.deb
Checksums-Sha256: 
 75715ea1f7ad6046bc3f3469af65a70a8a2baca0feed313e2dcb6a400bb68cc5 1426 
boa-constructor_0.6.1-9.dsc
 ed9e1af2f5060f3d3bb93bab21637f34f6a19e5bdb75781595866851432f27e9 10665 
boa-constructor_0.6.1-9.diff.gz
 d190704e734192e85b63d34d9c9e327e1677016bf3fe0587007635be5a853639 13516452 
boa-constructor_0.6.1-9_all.deb
Files: 
 474aeaefac5c0dc38ae4040b826ad29f 1426 devel optional 
boa-constructor_0.6.1-9.dsc
 6f20500dc0aa4a5c421796af6f28b2ed 10665 devel optional 
boa-constructor_0.6.1-9.diff.gz
 dbe02b7f2ee5252a038f6308198e9f46 13516452 devel optional 
boa-constructor_0.6.1-9_all.deb

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

iEYEARECAAYFAksQYkMACgkQnXjXEYa8KlC6LwCeLHQLQajTGQSE6ADl1bcBXlXF
5k4Anjc20qY24F1mZ8Wq1Z6cAV+73Qg9
=ttJC
-END PGP SIGNATURE-


Accepted:
boa-constructor_0.6.1-9.diff.gz
  to main/b/boa-constructor/boa-constructor_0.6.1-9.diff.gz
boa-constructor_0.6.1-9.dsc
  to main/b/boa-constructor/boa-constructor_0.6.1-9.dsc
boa-constructor_0.6.1-9_all.deb
  to main/b/boa-constructor/boa-constructor_0.6.1-9_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted cdrkit 9:1.1.10-1 (source all i386)

2009-11-27 Thread Steve McIntyre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 23:27:43 +
Source: cdrkit
Binary: wodim genisoimage icedax cdrkit-doc cdrecord mkisofs cdda2wav
Architecture: source all i386
Version: 9:1.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Joerg Jaspert jo...@debian.org
Changed-By: Steve McIntyre 93...@debian.org
Description: 
 cdda2wav   - Dummy transition package for icedax
 cdrecord   - Dummy transition package for wodim
 cdrkit-doc - Documentation for the cdrkit package suite
 genisoimage - Creates ISO-9660 CD-ROM filesystem images
 icedax - Creates WAV files from audio CDs
 mkisofs- Dummy transition package for genisoimage
 wodim  - command line CD/DVD writing tool
Closes: 547886 556382
Changes: 
 cdrkit (9:1.1.10-1) unstable; urgency=low
 .
   * New upstream release.
 - Several functions that clash with POSIX renamed.  (Closes: #547886)
   * Fix FTBFS with missing xconfig.h. Thanks to Matt Kraai for the patch.
 Closes: #556382
Checksums-Sha1: 
 0b566ee601147918c50d98614b4efa0df3d4839e 1266 cdrkit_1.1.10-1.dsc
 37f35c0cb3180bbe56efc37bbf7bc82df39447c4 1443493 cdrkit_1.1.10.orig.tar.gz
 75db3775d876a80fbf83ab7f4b467b928995698b 27027 cdrkit_1.1.10-1.diff.gz
 2f716271dd69e0ce80e77d8c27c4dfc071f3a112 161068 cdrkit-doc_1.1.10-1_all.deb
 a19039f5406d652b7281aaf9a6bff9fdf76e47f3 1228 cdrecord_1.1.10-1_all.deb
 356ae7ecda47d077c4891c48256602f9c01d48a2 842 cdda2wav_1.1.10-1_all.deb
 632090ec515f241f630fe2998ec678f5885d0b69 990 mkisofs_1.1.10-1_all.deb
 f5a72767ae555e79e22a4f3e8f8644279499cf9c 429788 wodim_1.1.10-1_i386.deb
 27f683ae3e688e9ef1e0cac7495e66542c3a3439 173674 icedax_1.1.10-1_i386.deb
 38d11f96cb16bc3685f0c95ecda88d314498fec7 578978 genisoimage_1.1.10-1_i386.deb
Checksums-Sha256: 
 9bd8059ac8b073b3b87af5c9e1af607f0fb198a9d45265d14787c1e859487f3b 1266 
cdrkit_1.1.10-1.dsc
 8b6e90b4068cac6f3a75a501d7a85aba6583b2dc34f434e3eb62d29104b107e5 1443493 
cdrkit_1.1.10.orig.tar.gz
 fb97bbd50c944fb86bade66bdbe2578e0345f1bdc69108a6a6aff4ace413abef 27027 
cdrkit_1.1.10-1.diff.gz
 248150c7bd80dd557a052bad1f383b41513d2b26c89b379d612acf96902ff3ea 161068 
cdrkit-doc_1.1.10-1_all.deb
 2935b57516d13a659186e66ff8976fce0d8ed237223361053048d3e050c04774 1228 
cdrecord_1.1.10-1_all.deb
 e5b713aaab527bb535fdf0d51d8fd55a18d14e6e0161f95c2239336d009ec2a4 842 
cdda2wav_1.1.10-1_all.deb
 58b9c2aa70b07277396dbc968acd32d8615376c957df45a9877c3d45718e7ee7 990 
mkisofs_1.1.10-1_all.deb
 00d5c5fd17f0d5d67d6570b75d3d7e49a15ffbb02e9ec8c1491ac3859ab83800 429788 
wodim_1.1.10-1_i386.deb
 5a965bac7ecfc8f35c501636a689ecd3d83b7ed4658feda03bca9c43d848 173674 
icedax_1.1.10-1_i386.deb
 20d6cab1d92f098569512ecbfb5d25bf6821a956f9c9c1246cd8ba1ef4c49eda 578978 
genisoimage_1.1.10-1_i386.deb
Files: 
 ef57c3fb1594ed2216d6a7865f52632d 1266 otherosfs optional cdrkit_1.1.10-1.dsc
 3c25505d567113c269dc6e71640646d8 1443493 otherosfs optional 
cdrkit_1.1.10.orig.tar.gz
 635eaa26fc5a21c7f4d62693f8c3d946 27027 otherosfs optional 
cdrkit_1.1.10-1.diff.gz
 736fffa5fdfdb1495c6b4820c1c3e53d 161068 doc optional 
cdrkit-doc_1.1.10-1_all.deb
 31cd807901360b8f45c07186b30f59db 1228 otherosfs optional 
cdrecord_1.1.10-1_all.deb
 f25f486a74e4ab55d0ebe7c7e1274690 842 sound optional cdda2wav_1.1.10-1_all.deb
 1cb42ed2bc4677417a9ef32e6df9287e 990 otherosfs optional 
mkisofs_1.1.10-1_all.deb
 2e73c74debcc9d5da43160c0dc1fde02 429788 otherosfs optional 
wodim_1.1.10-1_i386.deb
 300f2a53c355f4576c3659513194057c 173674 sound optional icedax_1.1.10-1_i386.deb
 45cb93013ab5ec5133fb2a95a95681e2 578978 otherosfs optional 
genisoimage_1.1.10-1_i386.deb

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

iEYEARECAAYFAksQYkIACgkQfDt5cIjHwfc0kgCfe4XWI9jBBWkPXG9jwMgqEyMN
vLQAn07l0br0CjrAdmehJtdJMY+A+5GS
=X94c
-END PGP SIGNATURE-


Accepted:
cdda2wav_1.1.10-1_all.deb
  to main/c/cdrkit/cdda2wav_1.1.10-1_all.deb
cdrecord_1.1.10-1_all.deb
  to main/c/cdrkit/cdrecord_1.1.10-1_all.deb
cdrkit-doc_1.1.10-1_all.deb
  to main/c/cdrkit/cdrkit-doc_1.1.10-1_all.deb
cdrkit_1.1.10-1.diff.gz
  to main/c/cdrkit/cdrkit_1.1.10-1.diff.gz
cdrkit_1.1.10-1.dsc
  to main/c/cdrkit/cdrkit_1.1.10-1.dsc
cdrkit_1.1.10.orig.tar.gz
  to main/c/cdrkit/cdrkit_1.1.10.orig.tar.gz
genisoimage_1.1.10-1_i386.deb
  to main/c/cdrkit/genisoimage_1.1.10-1_i386.deb
icedax_1.1.10-1_i386.deb
  to main/c/cdrkit/icedax_1.1.10-1_i386.deb
mkisofs_1.1.10-1_all.deb
  to main/c/cdrkit/mkisofs_1.1.10-1_all.deb
wodim_1.1.10-1_i386.deb
  to main/c/cdrkit/wodim_1.1.10-1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libupnp4 1.8.0~cvs20080628-2.1 (source i386)

2009-11-27 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 28 Nov 2009 00:47:48 +0100
Source: libupnp4
Binary: libupnp4 libupnp4-dev libupnp4-dbg
Architecture: source i386
Version: 1.8.0~cvs20080628-2.1
Distribution: unstable
Urgency: low
Maintainer: Nick Leverton n...@leverton.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libupnp4   - Portable SDK for UPnP Devices (shared libraries)
 libupnp4-dbg - debugging symbols for libupnp4
 libupnp4-dev - Portable SDK for UPnP Devices (development files)
Closes: 543068
Changes: 
 libupnp4 (1.8.0~cvs20080628-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New patch 03-fix-duplicate-entries: remove duplicates from file list;
 patch by Stefan Potyra (closes: #543068).
Checksums-Sha1: 
 e390e2be61eaa075c83bc1b35279518db02b05a1 1790 
libupnp4_1.8.0~cvs20080628-2.1.dsc
 b7fd9989fda67ce6300e868d336b1da4fc331441 14694 
libupnp4_1.8.0~cvs20080628-2.1.diff.gz
 b82a68c25ac3f325663b71e30fa545dc81ed8e29 109898 
libupnp4_1.8.0~cvs20080628-2.1_i386.deb
 abe1ac9be1098faeae9de168554ad2bf3e6d6f8c 1090750 
libupnp4-dev_1.8.0~cvs20080628-2.1_i386.deb
 4f4c47d159d27518965e4c709cfd7103689e0bcb 219280 
libupnp4-dbg_1.8.0~cvs20080628-2.1_i386.deb
Checksums-Sha256: 
 5b1515b05b698b5a59fae887e9dac90372af8ad2d424256ba0b21d6872455f85 1790 
libupnp4_1.8.0~cvs20080628-2.1.dsc
 2ac3be07b71b8d765fdfa52c705feb859a3bf6eb85261f45cbbff891718cdec7 14694 
libupnp4_1.8.0~cvs20080628-2.1.diff.gz
 c3f01de78bdc6c8e6dcf18bd1de1857d6753f9b2eeb6d240d54190db5e7e019f 109898 
libupnp4_1.8.0~cvs20080628-2.1_i386.deb
 78f31c597f5bbb2057649d1ae6ab7c8e36aa5b2069b9abdaf1dd6c10283c043f 1090750 
libupnp4-dev_1.8.0~cvs20080628-2.1_i386.deb
 5e5665c2f5254dbba1969a522a7adef17e95b918266674de83b31a8975c8bdfd 219280 
libupnp4-dbg_1.8.0~cvs20080628-2.1_i386.deb
Files: 
 070162822040cbcf2d3e590d627aa171 1790 net extra 
libupnp4_1.8.0~cvs20080628-2.1.dsc
 2c785e74e57132fddff2ea3c9a23ae81 14694 net extra 
libupnp4_1.8.0~cvs20080628-2.1.diff.gz
 d8b0d0712406183e8a5a564057ff3ac1 109898 libs extra 
libupnp4_1.8.0~cvs20080628-2.1_i386.deb
 c43056c23bd27e62a7ea94bf1fd21c5e 1090750 libdevel extra 
libupnp4-dev_1.8.0~cvs20080628-2.1_i386.deb
 01627acc2e3bf2c8527fda9811b81cc7 219280 libdevel extra 
libupnp4-dbg_1.8.0~cvs20080628-2.1_i386.deb

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

iQIcBAEBCAAGBQJLEGabAAoJELs6aAGGSaoGVVUP/RDVuBp505lIdb8J/QwYZSHL
R0In9ZuQg7qZ/OO380JO2r9AnjM0Mm0IhxqxzXembWGmMrsBK2E2Vo+k9Ypc41ug
3ha0QW+GNS9UZH0jCKGxMb69nugxdhGaddiGd/VRmvRxfePINcGu6Ipo+OLDYaVz
EsrtICVtk9Gl82oHCULqq9hh0YUCxW9Yk6hl+ZY35+lPrFoCCjEdDHBK4ydrCPF9
WryPlOIyvwSqPHQPhI7LRi2u23RGo3awPxw+Mzac9OII4A78wP1OTbYTkALhniUH
iFOMZTVDiFmL/zljzkYr5C18L/bVfeAFXijnLwy/yrv8y2fA42a+hGS55AAWS2MX
4FyN+sKZjU+eyX/26VWXzpv+zPlShd6Y42EX7pi9gqxXOg6XobhcUjpYW7Mwu3e3
oqc046DT5vB//eDIwRUBRE4hqZvlidKGkRTkLdwN+mZ3GVzdeSHtAFO8eMHP4n8x
uHBoTfGRWtP6MO++hVyJwSQYBXtzMxJ21dLB1BkcqG8WWNLIGAn8yBjl0rSKI1kZ
YQUiP/aEQOwydx4cygXr9d3izhZBOnCSlL5ONaoKoksJIzdFmrc3GFmUxyJf34Ml
f0Ziufi8SMmctoEYx9MeKV7I96EO+M7HEO9jeORRgUD68y17sipNaAfgPWDnGEM0
OqFdLwwmZ+9hc+dn1EE8
=fiL5
-END PGP SIGNATURE-


Accepted:
libupnp4-dbg_1.8.0~cvs20080628-2.1_i386.deb
  to main/libu/libupnp4/libupnp4-dbg_1.8.0~cvs20080628-2.1_i386.deb
libupnp4-dev_1.8.0~cvs20080628-2.1_i386.deb
  to main/libu/libupnp4/libupnp4-dev_1.8.0~cvs20080628-2.1_i386.deb
libupnp4_1.8.0~cvs20080628-2.1.diff.gz
  to main/libu/libupnp4/libupnp4_1.8.0~cvs20080628-2.1.diff.gz
libupnp4_1.8.0~cvs20080628-2.1.dsc
  to main/libu/libupnp4/libupnp4_1.8.0~cvs20080628-2.1.dsc
libupnp4_1.8.0~cvs20080628-2.1_i386.deb
  to main/libu/libupnp4/libupnp4_1.8.0~cvs20080628-2.1_i386.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted xfce4-xkb-plugin 0.5.3.3-1 (source amd64)

2009-11-27 Thread Lionel Le Folgoc
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 28 Nov 2009 00:37:42 +0100
Source: xfce4-xkb-plugin
Binary: xfce4-xkb-plugin
Architecture: source amd64
Version: 0.5.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-de...@lists.alioth.debian.org
Changed-By: Lionel Le Folgoc mrpo...@gmail.com
Description: 
 xfce4-xkb-plugin - xkb layout switch plugin for the Xfce4 panel
Changes: 
 xfce4-xkb-plugin (0.5.3.3-1) unstable; urgency=low
 .
   [ Yves-Alexis Perez ]
   * debian/control:
 - move to xfce section.
 - add Lionel to uploaders.
 .
   [ Lionel Le Folgoc ]
   * New upstream release.
Checksums-Sha1: 
 1605328c063f06dad78f1c02376e5ac6ea134ec5 2203 xfce4-xkb-plugin_0.5.3.3-1.dsc
 5e83d55cd6f14a62a87ccadd0f11eee070a6f4a7 768414 
xfce4-xkb-plugin_0.5.3.3.orig.tar.gz
 82f9facdfc0a35ee376d57644c60e801d57a6031 2954 
xfce4-xkb-plugin_0.5.3.3-1.diff.gz
 e0f5922570132607a16304446d354c13a73a90e3 463026 
xfce4-xkb-plugin_0.5.3.3-1_amd64.deb
Checksums-Sha256: 
 5fd05e99984e436ff6929c728a21ce474a32527718916a5cbbeaeef4c7beaca6 2203 
xfce4-xkb-plugin_0.5.3.3-1.dsc
 97b257ae15feefb9a32ef1d34d696797e2555862e19cc46bc31d84379c531379 768414 
xfce4-xkb-plugin_0.5.3.3.orig.tar.gz
 c4e6ec93e489f14e13eb69dc034e654122b63ad5087785b4fdcc428e8e7fe348 2954 
xfce4-xkb-plugin_0.5.3.3-1.diff.gz
 16951cf84368708035d639e7b448ad53485c9e5058bd07bb9209088fe4495f05 463026 
xfce4-xkb-plugin_0.5.3.3-1_amd64.deb
Files: 
 4f429f5e4e44fef4403b5e78f5e247e8 2203 xfce optional 
xfce4-xkb-plugin_0.5.3.3-1.dsc
 b233cc9de1cbace075eaf6e2c9a8e685 768414 xfce optional 
xfce4-xkb-plugin_0.5.3.3.orig.tar.gz
 482f62f9099238124bc21687f7024404 2954 xfce optional 
xfce4-xkb-plugin_0.5.3.3-1.diff.gz
 683400fe31a15aa35ba2f6590f5e9ddd 463026 xfce optional 
xfce4-xkb-plugin_0.5.3.3-1_amd64.deb

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

iQIcBAEBCgAGBQJLEGPwAAoJEDBVD3hx7wuoEZkQANX4T4BR48CiUbiCPUG1Tm3M
E12lT+daZLcYpgxeKVwndRObPUxOAflg83o3+wFjGNpgXATVer0lkHo5d7uLajxb
Et8VZ9s0z0WZOKXpHzfuwQcaqnElfiWLfcKoYQq4ST4/y7nr/ZAy2oV/dzBEQBhR
qdKzXd/ITNFvDU4c9O0r6Jl7fcl0kjXvWZZq9y9Qv+PGt/FxtenatiGZ3Pgvno5d
fsjKgo5x54ne6X0nIneETVfChUjexUZUOMEnWgpTA7dOrnAVSCZLAtiGTue56c58
/HND4o2oK1V3afd6sCCHn9tNrX1Lw+xKQ48qtTdDzf/0oYrTdoiwiDdaUt+N8WiH
mI1a892ZxKONOYfMtXaM8Sbe8eqtg/MogBd0x/aLvTIpcP88HN+0+6q0hsie7ehA
4RlDeC61ATiN71qDuA1nOzPyuE6xrmxHUPBBUJRWytElkGRDWTOCeKdTouh0pOWR
hKxMBMAwb2oZZSxGJ3kL9JvzDPwQydtJDrhG374+VPfM6DI0OCHCYC6igaLkpCbp
d3i7dc2Bg5rh6Uul4iCVb9/Yd08r94M0w1Qm9j/X8SoIDj+9MK1vXNJh44Mso2cS
VulmoWz/Q/3j9Oq6XhquzyXPFxepvjf36xqDfrkYLIIz3aqg7K6VCgx8aiDjVdsc
Og4DgNcspdMpYSBqH9NZ
=VrL8
-END PGP SIGNATURE-


Accepted:
xfce4-xkb-plugin_0.5.3.3-1.diff.gz
  to main/x/xfce4-xkb-plugin/xfce4-xkb-plugin_0.5.3.3-1.diff.gz
xfce4-xkb-plugin_0.5.3.3-1.dsc
  to main/x/xfce4-xkb-plugin/xfce4-xkb-plugin_0.5.3.3-1.dsc
xfce4-xkb-plugin_0.5.3.3-1_amd64.deb
  to main/x/xfce4-xkb-plugin/xfce4-xkb-plugin_0.5.3.3-1_amd64.deb
xfce4-xkb-plugin_0.5.3.3.orig.tar.gz
  to main/x/xfce4-xkb-plugin/xfce4-xkb-plugin_0.5.3.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



Accepted gallery-uploader 1.10-2 (source all)

2009-11-27 Thread Pietro Battiston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Nov 2009 12:12:26 +0100
Source: gallery-uploader
Binary: gallery-uploader
Architecture: source all
Version: 1.10-2
Distribution: unstable
Urgency: low
Maintainer: Pietro Battiston too...@email.it
Changed-By: Pietro Battiston too...@email.it
Description: 
 gallery-uploader - tool to upload pictures and videos to Gallery
Closes: 557799
Changes: 
 gallery-uploader (1.10-2) unstable; urgency=low
 .
   * debian/rules: added --prefix=/usr (closes: #557799)
   * Added dpatch
   * Patched setup.py to accept --prefix and --root
Checksums-Sha1: 
 6101823ac9f1af7bfae7ecb4720830cabe597bb7 1086 gallery-uploader_1.10-2.dsc
 179e06f0910857338b8d65ba0f1650ae326692d8 3803 gallery-uploader_1.10-2.diff.gz
 917607363fe412c954c2193d49281eb115328c65 39244 gallery-uploader_1.10-2_all.deb
Checksums-Sha256: 
 cb05d26fb63f49614899a339af5c81c50078f9f5ed0426060efb1d0d3e50b5c2 1086 
gallery-uploader_1.10-2.dsc
 34cbad7021b083760283474ac8fe83ca3bdd1d40dedd8c7a2eba2a21d330b2c6 3803 
gallery-uploader_1.10-2.diff.gz
 7ed8d73954664669b3e72730ccf539bf4588c1b34cde1e86b07ec8d9032443d8 39244 
gallery-uploader_1.10-2_all.deb
Files: 
 abbb8018d04859d88cef6b3f4cef7fc6 1086 graphics optional 
gallery-uploader_1.10-2.dsc
 a1ffe711e2fa2ddce99457e3580a8684 3803 graphics optional 
gallery-uploader_1.10-2.diff.gz
 d1a6cd457471e863add3016daa8644a9 39244 graphics optional 
gallery-uploader_1.10-2_all.deb

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

iEYEARECAAYFAksQaWMACgkQB01zfu119ZnJMgCfQ14oFq/e8Ua081CkbfV2nVCU
kRsAoJZRtDfclyo3gh/QZhyXm0khcErz
=ufBk
-END PGP SIGNATURE-


Accepted:
gallery-uploader_1.10-2.diff.gz
  to main/g/gallery-uploader/gallery-uploader_1.10-2.diff.gz
gallery-uploader_1.10-2.dsc
  to main/g/gallery-uploader/gallery-uploader_1.10-2.dsc
gallery-uploader_1.10-2_all.deb
  to main/g/gallery-uploader/gallery-uploader_1.10-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



Accepted pondus 0.6.0-2 (source all)

2009-11-27 Thread Eike Nicklas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 25 Nov 2009 23:25:25 +0100
Source: pondus
Binary: pondus
Architecture: source all
Version: 0.6.0-2
Distribution: unstable
Urgency: low
Maintainer: Eike Nicklas e...@ephys.de
Changed-By: Eike Nicklas e...@ephys.de
Description: 
 pondus - personal weight manager for GTK+2
Closes: 557918
Changes: 
 pondus (0.6.0-2) unstable; urgency=low
 .
   * update Standards-Version to 3.8.3: no changes required
   * fix installation with python2.6 (Closes: #557918)
Checksums-Sha1: 
 832a9f7887975cc93231c9233570c7d786fa72e4 1379 pondus_0.6.0-2.dsc
 68f95b257f73e3b23dafe05ff35a0e6e40a757ed 2226 pondus_0.6.0-2.diff.gz
 ab19e80ff5570322e348b7d2e7e372b39f8d9b72 44000 pondus_0.6.0-2_all.deb
Checksums-Sha256: 
 c4397287a8ee55ff17479957d74fa4a5ac63c1f1dfac7047b2b2187a53be6321 1379 
pondus_0.6.0-2.dsc
 d470b89aab1fe0bbfb76c2c0d85441eb483f78595ebe217da5bd1e0a901b35aa 2226 
pondus_0.6.0-2.diff.gz
 15878a3c81145ca0ae462cac9bde1c21cb1975ff9baebb7041a9c85178159cd5 44000 
pondus_0.6.0-2_all.deb
Files: 
 0b4efb85930910ddcd1fb8f861e854c9 1379 x11 optional pondus_0.6.0-2.dsc
 13f2d90f860b161571f22b3fcb56d7ad 2226 x11 optional pondus_0.6.0-2.diff.gz
 aac1eadca32352f9ba4b1e58ebdcb64a 44000 x11 optional pondus_0.6.0-2_all.deb

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

iEYEARECAAYFAksQbiUACgkQB01zfu119Zmy+wCgrNdRnOP0CBV8wv8a+eT+l8Ui
I8kAnRa0dC8lpabzJS+TTNPwU+cdjNsA
=BWe7
-END PGP SIGNATURE-


Accepted:
pondus_0.6.0-2.diff.gz
  to main/p/pondus/pondus_0.6.0-2.diff.gz
pondus_0.6.0-2.dsc
  to main/p/pondus/pondus_0.6.0-2.dsc
pondus_0.6.0-2_all.deb
  to main/p/pondus/pondus_0.6.0-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



Accepted oss4 4.2-build2000-4 (source all amd64)

2009-11-27 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 19:03:50 -0600
Source: oss4
Binary: oss4-base oss4-gtk oss4-source oss4-dev
Architecture: source all amd64
Version: 4.2-build2000-4
Distribution: unstable
Urgency: low
Maintainer: Debian OSS4 Maintainers 
pkg-oss4-maintain...@lists.alioth.debian.org
Changed-By: Romain Beauxis to...@rastageeks.org
Description: 
 oss4-base  - Open Sound System - base package
 oss4-dev   - Open Sound System - development files
 oss4-gtk   - Open Sound System - simple GTK2-based mixer control
 oss4-source - Open Sound System - drivers sources
Changes: 
 oss4 (4.2-build2000-4) unstable; urgency=low
 .
   * Fixed patches against FTBFS, this time for good..
Checksums-Sha1: 
 4ef097427dd51fd0585ddf05f0ad00ab2ceee579 1618 oss4_4.2-build2000-4.dsc
 ee8ec6526b85b695379590c84438eefe39062cb0 11811 oss4_4.2-build2000-4.diff.gz
 d370123e7cf2fe409fa26432b8b0e348b547a6d1 806158 
oss4-source_4.2-build2000-4_all.deb
 7dc8407fd0af09d68f8ef4d944ff086dab2e15b8 27416 oss4-dev_4.2-build2000-4_all.deb
 b2685fe01be6e45340f2a85e3ee0fd41908c44f6 594946 
oss4-base_4.2-build2000-4_amd64.deb
 a24664eb5a3a8724f1e8dbf738bdd0f35f1d4fba 28856 
oss4-gtk_4.2-build2000-4_amd64.deb
Checksums-Sha256: 
 18a16ea0d0264e4f0f37bbe7e9c9dad08481f5d286bd059927b6bd1c940089ad 1618 
oss4_4.2-build2000-4.dsc
 96d301c8ca325e39e72506e4eff16f296c7b3c54589d58396ca24cae656f3f72 11811 
oss4_4.2-build2000-4.diff.gz
 d87436e357a42203a8d5633401973f9680ec3703587e7c18b18dc7414c0a99c9 806158 
oss4-source_4.2-build2000-4_all.deb
 47faeb048572362272925e95ca407418c5befda6fa2ece0011987daf01c96241 27416 
oss4-dev_4.2-build2000-4_all.deb
 cd34daf7ed7f4426218428706e2b0d22cad23ebb182c7082129edf3a52824cb1 594946 
oss4-base_4.2-build2000-4_amd64.deb
 d4a42c988d396a563e70e8a5d03c089a2069b9e55e0c065dfa237e99f6670a3c 28856 
oss4-gtk_4.2-build2000-4_amd64.deb
Files: 
 149d6fc57c62c3b7a36ce179515dd24c 1618 sound optional oss4_4.2-build2000-4.dsc
 40d012027f973e07b70daed074916e63 11811 sound optional 
oss4_4.2-build2000-4.diff.gz
 568fdb65388bcc176f37756eb0115d8a 806158 sound optional 
oss4-source_4.2-build2000-4_all.deb
 d8aec67213e3b41fc13ebb71dcec066c 27416 devel optional 
oss4-dev_4.2-build2000-4_all.deb
 b784668ea99eb8ddd41e62b36e7d93c9 594946 sound optional 
oss4-base_4.2-build2000-4_amd64.deb
 30c50f90641198386c37345b64c38c51 28856 sound optional 
oss4-gtk_4.2-build2000-4_amd64.deb

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

iQEcBAEBAgAGBQJLEHo2AAoJEAC5aaocqV0ZDrkH/06Q9hRsvu9k6+Ili5ceeKru
L5Luy02M0oevIyzOpRlyGbscQbNa1i3suSUDuSYuz6DhQ9ocPzlG7QrDpOpaM+++
zY7Kbn81BcPZTydb+YwRxNNlwyiOQiKI7lcFE4F2kjH+sQIdr98GgkTJbfOeZapS
VBp69vNQESzFmdHMS9VyRBxpIUgzOucDg2EqwflN9/+Yb/6B+6xd850AyGkdbRhU
aClScGR3/46h+vzqQEefOKI/ESbvY8A0fwQZ4PJC03VYOM9T0W9qjdyQ6zRx9TWG
Wkcg/c4ApFDK+sFYa5E3QJWTobwWmdoJMYhFd0oQm/piduTplnLt7thVDbsbNMs=
=yK4L
-END PGP SIGNATURE-


Accepted:
oss4-base_4.2-build2000-4_amd64.deb
  to main/o/oss4/oss4-base_4.2-build2000-4_amd64.deb
oss4-dev_4.2-build2000-4_all.deb
  to main/o/oss4/oss4-dev_4.2-build2000-4_all.deb
oss4-gtk_4.2-build2000-4_amd64.deb
  to main/o/oss4/oss4-gtk_4.2-build2000-4_amd64.deb
oss4-source_4.2-build2000-4_all.deb
  to main/o/oss4/oss4-source_4.2-build2000-4_all.deb
oss4_4.2-build2000-4.diff.gz
  to main/o/oss4/oss4_4.2-build2000-4.diff.gz
oss4_4.2-build2000-4.dsc
  to main/o/oss4/oss4_4.2-build2000-4.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted hitori 0.2.3-1 (source i386)

2009-11-27 Thread Peter De Wachter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 07 Nov 2009 22:15:11 +0100
Source: hitori
Binary: hitori
Architecture: source i386
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Peter De Wachter pdewa...@gmail.com
Description: 
 hitori - logic puzzle game similar to sudoku
Closes: 552510
Changes: 
 hitori (0.2.3-1) unstable; urgency=low
 .
   * New upstream version.
 - Fixed bug in solution verification. (Closes: #552510)
   * Added missing build-dependency on docbook-xml.
   * Removed obsolete dh_scrollkeeper call.
   * Bumped Standards-Version to 3.8.3. No changes needed.
Checksums-Sha1: 
 906f8c72bb850aac03598acbb0d40dcb237f1489 1265 hitori_0.2.3-1.dsc
 092ee5a149f63547e45dbcf6c7267c0fc78d530a 563201 hitori_0.2.3.orig.tar.gz
 daf20068f83ccbdbd4578d54a0a72e4848e60d0a 4996 hitori_0.2.3-1.diff.gz
 b42a0e9b08f1304114dbe4f5c0dda731aa966971 179604 hitori_0.2.3-1_i386.deb
Checksums-Sha256: 
 f9874ddb01f650a998b50eaf34fb426756e596b49fd5e585935eae01a564fb81 1265 
hitori_0.2.3-1.dsc
 98aac7fa40a86b8e0cb808464ec24e9051e4b3344cc733f2f0e3bc4bea52b435 563201 
hitori_0.2.3.orig.tar.gz
 c3858891c45ac6574840a57fac0429de3324d6ce00a9b90aadd7e934fa3937ac 4996 
hitori_0.2.3-1.diff.gz
 dbc8fd98fa67d10dfda5f5a3310145bd62b8926b563b9090425b1a751f59760e 179604 
hitori_0.2.3-1_i386.deb
Files: 
 9de44d5a0db14b5341ddebb729fd5bcc 1265 games optional hitori_0.2.3-1.dsc
 ffb76516f904f5ab1b7e24024044e1e7 563201 games optional hitori_0.2.3.orig.tar.gz
 23753daceb5d1f5b10061d47fa4cff4d 4996 games optional hitori_0.2.3-1.diff.gz
 a1269aa8952f25efc5c888cd0d5f15f9 179604 games optional hitori_0.2.3-1_i386.deb

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

iEYEARECAAYFAksQm7kACgkQ5ItltUs5T37FMgCgj244scR83H5/gUsBoRrzd3zO
N/4AoPddt4abXqIv+b8dxiVwMVEfqyvj
=b69b
-END PGP SIGNATURE-


Accepted:
hitori_0.2.3-1.diff.gz
  to main/h/hitori/hitori_0.2.3-1.diff.gz
hitori_0.2.3-1.dsc
  to main/h/hitori/hitori_0.2.3-1.dsc
hitori_0.2.3-1_i386.deb
  to main/h/hitori/hitori_0.2.3-1_i386.deb
hitori_0.2.3.orig.tar.gz
  to main/h/hitori/hitori_0.2.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



Accepted nano 2.1.99pre2-1 (source i386)

2009-11-27 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 23:26:24 +0100
Source: nano
Binary: nano nano-tiny nano-udeb
Architecture: source i386
Version: 2.1.99pre2-1
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach jo...@debian.org
Changed-By: Jordi Mallach jo...@debian.org
Description: 
 nano   - small, friendly text editor inspired by Pico
 nano-tiny  - small, friendly text editor inspired by Pico - tiny build
 nano-udeb  - small, friendly text editor inspired by Pico - udeb (udeb)
Closes: 551716 558223
Changes: 
 nano (2.1.99pre2-1) unstable; urgency=low
 .
   * The Molt Poc Honorable release.
   * New upstream prerelease.
 - fixes a cascade of Closecode = -1 messages when opening multiple
   buffers (closes: #551716).
 - fixes handling of undo and casesensitive options in rcfiles
   (closes: #558223)
   * Apply patch #6993 from Savannah to fix builds of nano-tiny (thanks, DLR).
Checksums-Sha1: 
 ca78844a499867d4db05fdfb858fdcbb383d3453 1284 nano_2.1.99pre2-1.dsc
 bf7db6a211353b4fa233c88280bdf224ecc1bc22 1494546 nano_2.1.99pre2.orig.tar.gz
 87db15c8f87e5afbfbd09d337e40c1e865cb49f9 30939 nano_2.1.99pre2-1.diff.gz
 b78d86aa2e089fe3b4507104858b7fe04820a610 534360 nano_2.1.99pre2-1_i386.deb
 8936b961b54b6ea1acbc2de9ade50acc72566f44 63566 nano-tiny_2.1.99pre2-1_i386.deb
 f1dd81992253479108b6fd8a507fc4774c11496d 30980 nano-udeb_2.1.99pre2-1_i386.udeb
Checksums-Sha256: 
 56f39b043cf28ae8629f05301587e2e6e0fdf21c89716de2098fd6f33b761bfd 1284 
nano_2.1.99pre2-1.dsc
 1fe50e431149fab814b748bfcc17d62bf45505d081184c4646ad39238229ee57 1494546 
nano_2.1.99pre2.orig.tar.gz
 61b342547007d9a14f478562b2670f38b8b4416dd11766dda085dd30aac65e44 30939 
nano_2.1.99pre2-1.diff.gz
 9d2293520b14f2cdbc868897061d710d9c50db54824bfd8502d572a3d954f1e9 534360 
nano_2.1.99pre2-1_i386.deb
 292d8835ce60ffc879d27cd60a17a0a2530226aaec22658b2d1e6c1c15f8ebc9 63566 
nano-tiny_2.1.99pre2-1_i386.deb
 ffc4e0702de54564d8a43c1240d50205dd017b843f3f7fce65ae8eb2ce8a2a84 30980 
nano-udeb_2.1.99pre2-1_i386.udeb
Files: 
 0c902405a164bf580f09a115f8e40ffe 1284 editors optional nano_2.1.99pre2-1.dsc
 989f8a09f889b88252ec3ce653e226e6 1494546 editors optional 
nano_2.1.99pre2.orig.tar.gz
 87887470b15387407f87f49b0a46e9f2 30939 editors optional 
nano_2.1.99pre2-1.diff.gz
 e065707a8447b2d520cff27aabdc43ae 534360 editors important 
nano_2.1.99pre2-1_i386.deb
 314ad44c9e845e8914a8e08501bc69a1 63566 editors optional 
nano-tiny_2.1.99pre2-1_i386.deb
 89874b2148f6afc09d889d71859a7e7f 30980 debian-installer standard 
nano-udeb_2.1.99pre2-1_i386.udeb
Package-Type: udeb

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

iEYEARECAAYFAksQpTgACgkQJYSUupF6Il6axQCgixzqHeLDFhAb38NW4jatP8pu
yGkAn3YvtNAJz2oZXX5xvdMJw9J1HU8D
=D29j
-END PGP SIGNATURE-


Accepted:
nano-tiny_2.1.99pre2-1_i386.deb
  to main/n/nano/nano-tiny_2.1.99pre2-1_i386.deb
nano-udeb_2.1.99pre2-1_i386.udeb
  to main/n/nano/nano-udeb_2.1.99pre2-1_i386.udeb
nano_2.1.99pre2-1.diff.gz
  to main/n/nano/nano_2.1.99pre2-1.diff.gz
nano_2.1.99pre2-1.dsc
  to main/n/nano/nano_2.1.99pre2-1.dsc
nano_2.1.99pre2-1_i386.deb
  to main/n/nano/nano_2.1.99pre2-1_i386.deb
nano_2.1.99pre2.orig.tar.gz
  to main/n/nano/nano_2.1.99pre2.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



Accepted pgdbf 0.5.0-1 (source i386)

2009-11-27 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 28 Nov 2009 00:21:59 +
Source: pgdbf
Binary: pgdbf
Architecture: source i386
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Chris Taylor ch...@code-monkeys.org
Changed-By: Chris Taylor ch...@code-monkeys.org
Description: 
 pgdbf  - converter of XBase / FoxPro tables to PostgreSQL
Changes: 
 pgdbf (0.5.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Use source format 3.0 (quilt).
   * Bump standards-version.
   * Remove patch 01-README as it is fixed upstream.
   * Rename 02-Man to 01-Man and update.
Checksums-Sha1: 
 6e30a9d1700b64004a2ec5e670cec135af18ed0a 1029 pgdbf_0.5.0-1.dsc
 72c34aba40a3eff76978098935dbed7794be18fc 102653 pgdbf_0.5.0.orig.tar.gz
 d8f68bcdfd9072b8d6a6b39a76f499f517c0d1ab 1958 pgdbf_0.5.0-1.debian.tar.gz
 85c4c694e910707c4eb0d398f9074a1c1d3d4e83 11686 pgdbf_0.5.0-1_i386.deb
Checksums-Sha256: 
 d762859470d303cd18fbb200a8c210d197dbb82a11dbc141dc63d6b1eff305af 1029 
pgdbf_0.5.0-1.dsc
 53e25e43a0c08db27a1890a4e68959dc7ecab6d0a1f954353958c85923510911 102653 
pgdbf_0.5.0.orig.tar.gz
 cc4b0114b7e3f81f9d9daaf1e008845e0341bce6d911151a303df4ad17bd6039 1958 
pgdbf_0.5.0-1.debian.tar.gz
 866783e95293e32e86ec101382505283dabc18e7d1f98eed93d5da914106988a 11686 
pgdbf_0.5.0-1_i386.deb
Files: 
 3a58079bc317deb6ea3da131550c25a9 1029 database optional pgdbf_0.5.0-1.dsc
 d1a3f3ab134b99bfad31b9e342a65b8a 102653 database optional 
pgdbf_0.5.0.orig.tar.gz
 b5c20fcf34640dd5886261e10ba9ac66 1958 database optional 
pgdbf_0.5.0-1.debian.tar.gz
 d44899271c8411b037535f1f53bde23a 11686 database optional pgdbf_0.5.0-1_i386.deb

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

iEYEAREDAAYFAksQjKoACgkQAQwuptkwlkRvvQCeJIWF5hkA72AHKaorh9S0CwCa
hmsAn0m1lQQuVK/xMnBx00fwvYdfYhpS
=zNVE
-END PGP SIGNATURE-


Accepted:
pgdbf_0.5.0-1.debian.tar.gz
  to main/p/pgdbf/pgdbf_0.5.0-1.debian.tar.gz
pgdbf_0.5.0-1.dsc
  to main/p/pgdbf/pgdbf_0.5.0-1.dsc
pgdbf_0.5.0-1_i386.deb
  to main/p/pgdbf/pgdbf_0.5.0-1_i386.deb
pgdbf_0.5.0.orig.tar.gz
  to main/p/pgdbf/pgdbf_0.5.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



Accepted freeciv 2.1.10-1 (source all)

2009-11-27 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 27 Nov 2009 23:24:00 -0500
Source: freeciv
Binary: freeciv-server freeciv-client-xaw3d freeciv-client-gtk 
freeciv-client-sdl freeciv-data freeciv-sound-standard
Architecture: source all
Version: 2.1.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 freeciv-client-gtk - Civilization turn based strategy game (GTK+ client)
 freeciv-client-sdl - Civilization turn based strategy game (SDL client)
 freeciv-client-xaw3d - Civilization turn based strategy game (Xaw3D client)
 freeciv-data - Civilization turn based strategy game (game data)
 freeciv-server - Civilization turn based strategy game (server files)
 freeciv-sound-standard - Civilization turn based strategy game (standard sound 
pack)
Closes: 470978 553758
Changes: 
 freeciv (2.1.10-1) unstable; urgency=low
 .
   [ Karl Goetz ]
   * New upstream release
   * Bump standards-version to 3.8.3
   * Update watch file
 - Now version 3
 - Switched to gna.org instead of sf.net
   * Switch readline dev dependency to libreadline-dev instead of
   libreadline5-dev. Closes: #553758
   * Changed compat to 5
   * Relaxed dependencies on freeciv-server for sdl and gtk clients,
   freeciv-server is now a recommends
   * Stop d/rules trying to gzip scenarios - upstream does this.
   * Remove export of datarootdir in d/rules, upstream seems to handle
   this correctly now.
   * Deleted 01_configure_ac_localedir.diff from d/patches/ and from series.
   * Create per-client .desktop files. Closes: #470978, LP: #190555
   * Desktop files mention which client they are (sdl/gtk/xaw3d).
   * Add myself to uploaders on Clint's suggestion.
 .
   [ Clint Adams ]
   * Change watch file to grab bz2 tarballs.
   * Switch to 3.0 (quilt) source format.
   * Remove quilt code from debian/rules.
Checksums-Sha1: 
 5794888fecec3f3a54ceea9001fad4ab642de3ff 2390 freeciv_2.1.10-1.dsc
 94a0e9039d12142394df30148a7e1edd685da058 29877983 freeciv_2.1.10.orig.tar.bz2
 6c05993d12756fcef81172ca677b37b92e6cc088 32096 freeciv_2.1.10-1.debian.tar.gz
 d4349b181d7241d0408e00b4f5bbb9f863ec0c99 11265326 freeciv-data_2.1.10-1_all.deb
 2048ce6cfc8de5bb3cc0a8712fa80d44ddd392a0 139150 
freeciv-sound-standard_2.1.10-1_all.deb
Checksums-Sha256: 
 b71ae003168596af4aa278bee92f69fbbda6a9e076047cb3f949d034882104a7 2390 
freeciv_2.1.10-1.dsc
 552a53da38056bd1c916eaac62e0ce41e27f0b0d026cb56be8dbe527a7287ab6 29877983 
freeciv_2.1.10.orig.tar.bz2
 4cc0fbc1dda3b7068d5a3b705b5f346506762c7c995388ad3654ca185f4299d5 32096 
freeciv_2.1.10-1.debian.tar.gz
 76e500b6cdd4ef3cc3ed86a0f84e7963505fcb2fc539cc731536cd2776405c8f 11265326 
freeciv-data_2.1.10-1_all.deb
 e74368aa94d049600dcce58645d6f7a41434a6f0ec9f8d3f4450a56e39a49e4f 139150 
freeciv-sound-standard_2.1.10-1_all.deb
Files: 
 06ea26872557e8367a4b1faa0f4da2ed 2390 games optional freeciv_2.1.10-1.dsc
 a2aa9b247d7f1581eff9e66786f4f747 29877983 games optional 
freeciv_2.1.10.orig.tar.bz2
 497340281a7a37588be4ba2b7c321964 32096 games optional 
freeciv_2.1.10-1.debian.tar.gz
 9a2f8925beca31038153dbd3e8b87d1a 11265326 games optional 
freeciv-data_2.1.10-1_all.deb
 988851c9171dd783dfc3004fe06e3a6e 139150 games optional 
freeciv-sound-standard_2.1.10-1_all.deb

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

iQIcBAEBCgAGBQJLEKzwAAoJEFWSMx4ZnTiopbAQAJqIUpYEWxOWsgn2DFRYPjVo
nPBgNmCe6jpKL/yPxupepiBN6rV4F5syR8PLEsZA91J6X6PTTR+5xZTbLI+fk1C0
JpC9OsyzK213cd9E6jhmox8q4dxFRqYcgg0AVtU2RykxRON3FddVac1V7aErqdb5
kxVsz4O/0uSsJ4fiuEl3uL224SxcuNag41GSaAg0ioSKWkjlsEKv9V13tlivvMRu
f7qpa/txTNgHwL48dLgsPAvtVwzuZDG1EG7pJlH8Ja/DRJOWBKtb4aFTinF1hqTs
NLN+KXa/C5eMfTkvF5I7VFx07NwWflXqSubxS6XMjFQaxl04RyJNfMbcaGVC4OGr
LYaDC856Z8ApvV3tFewsFnNj1cc8/EnZ3gV2ExVhooB2zdprNgPJBj/5fgBLNms8
4nTLDdZ5KkBckQb/kAc1gxv76zOhxWdTGFGTwCqF2Uuub86S7nEGeS8TIF01OFky
SmNNiI/ZGCyewgHKCfA0AR0khuN/voL1MbdrZ56FlBudnMvCqtcjM6konJ3L3U2N
U332iWK1IFNk6RY+xgjEX2W7ipIC/Uh/MFnf+hFMvEY0ygRE9KppsRHjsQ9QJ2OP
y4pOxLNuHAlwqGSfSfGs+cTxBnVNZeiROUpXPJn581EGSQszqS23nvnoIz29nmCt
9B4cCtSoQWRWuLlJpbQR
=ajTq
-END PGP SIGNATURE-


Accepted:
freeciv-data_2.1.10-1_all.deb
  to main/f/freeciv/freeciv-data_2.1.10-1_all.deb
freeciv-sound-standard_2.1.10-1_all.deb
  to main/f/freeciv/freeciv-sound-standard_2.1.10-1_all.deb
freeciv_2.1.10-1.debian.tar.gz
  to main/f/freeciv/freeciv_2.1.10-1.debian.tar.gz
freeciv_2.1.10-1.dsc
  to main/f/freeciv/freeciv_2.1.10-1.dsc
freeciv_2.1.10.orig.tar.bz2
  to main/f/freeciv/freeciv_2.1.10.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



Accepted libtfbs-perl 0.5.svn.20091128-1 (source amd64)

2009-11-27 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 14:14:36 +0900
Source: libtfbs-perl
Binary: libtfbs-perl
Architecture: source amd64
Version: 0.5.svn.20091128-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Charles Plessy ple...@debian.org
Description: 
 libtfbs-perl - scanning DNA sequence with a position weight matrix
Closes: 533995
Changes: 
 libtfbs-perl (0.5.svn.20091128-1) unstable; urgency=low
 .
   * New upstream SVN snapshot, adding JASPAR5 support.
   * Skip test that needs a network connection unless in maintainer mode.
  (debian/rules). Thanks to Gregor Herrmann (Closes: #533995).
   * Updated to Policy 3.8.3:
 - Incremented Standards-Version (debian/control)
 - Dropped version in build dependency on Perl (debian/control).
 - Honor the ‘nocheck’ build option (debian/rules).
   * Documented how this package is tested in debian/README.Debian.
   * Added meta-information in debian/upstream-metadata.yaml.
   * Refreshed debian/copyright to latest experimentations on the format.
   * Debhelper 7: use dh_prep and dh binary-arch in debian/rules.
Checksums-Sha1: 
 0fcb28f5d9333dc0ba8c19f491431cf6f9c347b1 1462 
libtfbs-perl_0.5.svn.20091128-1.dsc
 c812236c87cf8815ea6ea132ca3fd7eedc9ed792 144323 
libtfbs-perl_0.5.svn.20091128.orig.tar.gz
 086197e76941293cecb841828651cffe6ecf286b 3843 
libtfbs-perl_0.5.svn.20091128-1.diff.gz
 7e803f91a129464c3d4678739ac2d63480967457 199620 
libtfbs-perl_0.5.svn.20091128-1_amd64.deb
Checksums-Sha256: 
 8d0636877095aabef8e0741c8348fcc1b68475e926a8f561900acb81e63665a5 1462 
libtfbs-perl_0.5.svn.20091128-1.dsc
 f26a8ba5eca93a0fb4eb4b59b36faaa033dc307dacb798862566f90dd711646b 144323 
libtfbs-perl_0.5.svn.20091128.orig.tar.gz
 d7d857748c4c5bae68f85a400d2532b08305002849359fa4d136106b762ea65e 3843 
libtfbs-perl_0.5.svn.20091128-1.diff.gz
 3b5a0ad781dcaa5b3ba0985547866459b2fd6331100e25d68c0d71e8d69d363a 199620 
libtfbs-perl_0.5.svn.20091128-1_amd64.deb
Files: 
 61cc9993e8b958514a716cde60103fd7 1462 perl optional 
libtfbs-perl_0.5.svn.20091128-1.dsc
 4d5bc0609614999650eb6fb7d611f1cc 144323 perl optional 
libtfbs-perl_0.5.svn.20091128.orig.tar.gz
 41d889a1b872b5a9c51e32c90c83ba6e 3843 perl optional 
libtfbs-perl_0.5.svn.20091128-1.diff.gz
 7058a10389956eafc4733eb188270946 199620 perl optional 
libtfbs-perl_0.5.svn.20091128-1_amd64.deb

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

iEYEARECAAYFAksQu/wACgkQdYl1krr+x/LQxwCfaCsTq4zDDfL9l8LHUQ/WP2bK
BYQAn2JrEJu5Nf0WC/hF/dUiTNjTyCMV
=kJ/U
-END PGP SIGNATURE-


Accepted:
libtfbs-perl_0.5.svn.20091128-1.diff.gz
  to main/libt/libtfbs-perl/libtfbs-perl_0.5.svn.20091128-1.diff.gz
libtfbs-perl_0.5.svn.20091128-1.dsc
  to main/libt/libtfbs-perl/libtfbs-perl_0.5.svn.20091128-1.dsc
libtfbs-perl_0.5.svn.20091128-1_amd64.deb
  to main/libt/libtfbs-perl/libtfbs-perl_0.5.svn.20091128-1_amd64.deb
libtfbs-perl_0.5.svn.20091128.orig.tar.gz
  to main/libt/libtfbs-perl/libtfbs-perl_0.5.svn.20091128.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



Accepted klavaro 1.4.0-1 (source amd64)

2009-11-27 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 06:48:57 +0100
Source: klavaro
Binary: klavaro
Architecture: source amd64
Version: 1.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 klavaro- A very flexible touch typing tutor
Closes: 558032
Changes: 
 klavaro (1.4.0-1) unstable; urgency=low
 .
   * New upstream release.  Closes: #558032.
   * No longer Build-Depends: libsexy-dev.
   * Build-Depends: libgtk2.0-dev (= 2.16.0).
Checksums-Sha1: 
 fd490d3d7e2a2d06959ad502ba981e2a297eabd1 1743 klavaro_1.4.0-1.dsc
 188a9a6f84ba45b41b74cc3001f7fdb86961b3db 997126 klavaro_1.4.0.orig.tar.gz
 5106bb305b8f7ad12430c823f130583fc4df74f3 4056 klavaro_1.4.0-1.diff.gz
 88ca71951b02ea874df0ac6aa26462d27196d463 555878 klavaro_1.4.0-1_amd64.deb
Checksums-Sha256: 
 90c8147d38fc9f3b96064699d6d82d21c31ee4d4a266efe2a4a02bcfce8bde11 1743 
klavaro_1.4.0-1.dsc
 f60e1ed46ee0e1c783c6b5ea51f3ce3b12183c70bf5fa8b2193fb03daf0d0efb 997126 
klavaro_1.4.0.orig.tar.gz
 df7bad8494d780d9c51c66a220165dffc15563e1b19d5bfc74506c1c5c8b15bf 4056 
klavaro_1.4.0-1.diff.gz
 dfac78aae0b566fbe3cdb06a51196ab893427b387fbf86eb17bd293e30fc7489 555878 
klavaro_1.4.0-1_amd64.deb
Files: 
 e80919fd6450a5822e2f43992dff0e25 1743 x11 optional klavaro_1.4.0-1.dsc
 57dcc7a1605b057f4089e59c02ef7330 997126 x11 optional klavaro_1.4.0.orig.tar.gz
 31c855680d49e8c4a04fff0ac4f0a00e 4056 x11 optional klavaro_1.4.0-1.diff.gz
 100052ebb723ef3a59db6b7d72cc4476 555878 x11 optional klavaro_1.4.0-1_amd64.deb

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

iQIcBAEBAgAGBQJLELxOAAoJEDNV9NY7WCHMTGAP/1uUTnM5aC2P/6YJs7iZtns+
/sEbiLpO0BNysO80Hu7v+fO8VMf1ipdtMtCYMyEF4a6RAztpsp5FszSNfbj7TI5a
hh43cq9kPc9AR784gFCDgs4+yI5BdwqD37xRKR1wHev7o6YjMr3T/yj1ewXAffH7
mkJiVu8N90JOME9EosQknhVGqfm58hJwITMdOvLYal4Kj0Slrzzsi7OdRu0BsHOA
hGf9+ZQf6CEqkfx6Sg7AcvPHmH/U3+kGPW9vMJCHk0JRB4za4hRWGDU9iZdIy996
nuoMt5uSPDkV3sqhmsRSJbyWIE2rLTHQHoDgIquVnpQlXK+b1YP+/aXX+Z4Gc5bb
tY9MEysNHgLB/2sIERyOHvYPd0depKk5MIqLEdrPirpI6DaSzsOxPMfvp6byMsId
o2ma+L2/AqjXQTmJVnIWdWo0YcV4XLvJmFtF8ryIOT6l2SVR5ci549C7DQEkew1i
R6SmoZNctFRJsRjvwS6Erl71UAYXS+GP3symNgCoPO0QSYX2KIQfSUuRdNtJ5K68
/dhqfbh09ZPm69iM6tCuSVaz99eQsoz9ONfmMlYbHsQS/+ieQJjjeJLGQHOGE2sS
Sowi7LaZaXZZ8tV896H+M1RQzmrwPC5F5s3lsKhKR6n0L2KSY1NfRtFg8l1sbEtj
6UWnbL3fe+Tu11Gje/G2
=uxcM
-END PGP SIGNATURE-


Accepted:
klavaro_1.4.0-1.diff.gz
  to main/k/klavaro/klavaro_1.4.0-1.diff.gz
klavaro_1.4.0-1.dsc
  to main/k/klavaro/klavaro_1.4.0-1.dsc
klavaro_1.4.0-1_amd64.deb
  to main/k/klavaro/klavaro_1.4.0-1_amd64.deb
klavaro_1.4.0.orig.tar.gz
  to main/k/klavaro/klavaro_1.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



Accepted ibus-anthy 1.2.0.20091127-1 (source amd64)

2009-11-27 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 14:15:30 +0800
Source: ibus-anthy
Binary: ibus-anthy
Architecture: source amd64
Version: 1.2.0.20091127-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-anthy - anthy engine for IBus
Changes: 
 ibus-anthy (1.2.0.20091127-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 6ba384381f440dc52b72a630492a5859da545b99 1291 ibus-anthy_1.2.0.20091127-1.dsc
 fa4c227d31ef418a1c1b7b5f96757fe6aeedc0f0 439433 
ibus-anthy_1.2.0.20091127.orig.tar.gz
 9f9dd0c672c6961aa6715b9ac9bd30b129ceb0da 2523 
ibus-anthy_1.2.0.20091127-1.diff.gz
 71b4b73c4e2bdd3055b27b3d3d16ac9275219a4a 71100 
ibus-anthy_1.2.0.20091127-1_amd64.deb
Checksums-Sha256: 
 522ce670d6845a356347537d3ec0e88fdbf3a2bb6e846bc409a4671feae36767 1291 
ibus-anthy_1.2.0.20091127-1.dsc
 80a654507b7b7ef770803bb2c10bf6ab6efb7329647c9b3b4a5cc9b7515dbfc0 439433 
ibus-anthy_1.2.0.20091127.orig.tar.gz
 593f8f7b199b70dc72ca900a151cda1759bc5a13f54d16408dbfacbc086cf1ee 2523 
ibus-anthy_1.2.0.20091127-1.diff.gz
 1778542bf74abc622ffeda4d582dc953cd68fa460a290622d495593b727548f1 71100 
ibus-anthy_1.2.0.20091127-1_amd64.deb
Files: 
 b62100a711402ae1658b5f02c7337420 1291 utils optional 
ibus-anthy_1.2.0.20091127-1.dsc
 254af64a72c3fed326022c9683e6830f 439433 utils optional 
ibus-anthy_1.2.0.20091127.orig.tar.gz
 14b33a2757575e8fd550505dfeeaf165 2523 utils optional 
ibus-anthy_1.2.0.20091127-1.diff.gz
 2ad20807745efb412606a1c9faa34751 71100 utils optional 
ibus-anthy_1.2.0.20091127-1_amd64.deb

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

iEYEARECAAYFAksQwzkACgkQ5TUK4GCH0vjs2gCfWvEJp2X3AX8vUp3tTFQt2Pp6
pEIAnRto4lE76HShfJdAydGSK/zXLwyZ
=96ar
-END PGP SIGNATURE-


Accepted:
ibus-anthy_1.2.0.20091127-1.diff.gz
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20091127-1.diff.gz
ibus-anthy_1.2.0.20091127-1.dsc
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20091127-1.dsc
ibus-anthy_1.2.0.20091127-1_amd64.deb
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20091127-1_amd64.deb
ibus-anthy_1.2.0.20091127.orig.tar.gz
  to main/i/ibus-anthy/ibus-anthy_1.2.0.20091127.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



Accepted libgcgi 0.9.5.dfsg-3 (source i386)

2009-11-27 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 01:05:46 -0500
Source: libgcgi
Binary: libgcgi-dev libgcgi0
Architecture: source i386
Version: 0.9.5.dfsg-3
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse jbo...@debian.org
Changed-By: Jeremy T. Bouse jbo...@debian.org
Description: 
 libgcgi-dev - library for CGI programs in C
 libgcgi0   - library for CGI programs in C
Changes: 
 libgcgi (0.9.5.dfsg-3) unstable; urgency=low
 .
   * Update watch file to include dversionmanagle
   * Update standard to 3.8.3 with changes for compliance
   * Eliminate all issues causing lintian warnings
   * Add dpatch to build
   * Add patches to re-libtoolize build
   * Add lintian override for config/ltmain.sh handled by dpatch
Checksums-Sha1: 
 c8a5a9de6acc84cf92a28d2bd8084d6802c80c05 1072 libgcgi_0.9.5.dfsg-3.dsc
 0feab2417870440ca37aa6e36a0b905735ee8e4a 423071 libgcgi_0.9.5.dfsg-3.diff.gz
 fa56bf65e864b7dd7db75cd8c9828d98256716ba 28916 
libgcgi-dev_0.9.5.dfsg-3_i386.deb
 7e40048adb9a04129950b7e87840221801d55af3 185182 libgcgi0_0.9.5.dfsg-3_i386.deb
Checksums-Sha256: 
 e80bb071268e57349d176d1664ff16c5a0551a3eb8a504672816dbe6d10da945 1072 
libgcgi_0.9.5.dfsg-3.dsc
 7f70577680e01ba7a703924c84cc38517ba3a865beccbfac76509bacde9313ec 423071 
libgcgi_0.9.5.dfsg-3.diff.gz
 8ad23ef619b0dc9866f02d12fec1b64455d81672d3d9f39849ecff0ac0765fe2 28916 
libgcgi-dev_0.9.5.dfsg-3_i386.deb
 97e5a802bd5cccec8fe8912838448a19862c42471354db2695fefb0c7af9d959 185182 
libgcgi0_0.9.5.dfsg-3_i386.deb
Files: 
 4a80f0c28b0fdbce03fd049e090c3f11 1072 libs optional libgcgi_0.9.5.dfsg-3.dsc
 24d5c1a6bf8a91298344ee0f0e0b580b 423071 libs optional 
libgcgi_0.9.5.dfsg-3.diff.gz
 1960f76eb6923750d21e1d5d66a32889 28916 libdevel optional 
libgcgi-dev_0.9.5.dfsg-3_i386.deb
 cb8922c678b86994ea2b371986c6c74a 185182 libs optional 
libgcgi0_0.9.5.dfsg-3_i386.deb

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

iEYEARECAAYFAksQvy8ACgkQQC3kTXT35kABqQCeLhXpEd4NWsd4HIKr+h2s7/YT
GFoAoLQ2TGZpMcO6Hn1EV2rTCMN9cIwh
=nKBY
-END PGP SIGNATURE-


Accepted:
libgcgi-dev_0.9.5.dfsg-3_i386.deb
  to main/libg/libgcgi/libgcgi-dev_0.9.5.dfsg-3_i386.deb
libgcgi0_0.9.5.dfsg-3_i386.deb
  to main/libg/libgcgi/libgcgi0_0.9.5.dfsg-3_i386.deb
libgcgi_0.9.5.dfsg-3.diff.gz
  to main/libg/libgcgi/libgcgi_0.9.5.dfsg-3.diff.gz
libgcgi_0.9.5.dfsg-3.dsc
  to main/libg/libgcgi/libgcgi_0.9.5.dfsg-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Accepted libesmtp 1.0.4-3 (source i386)

2009-11-27 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 01:32:38 -0500
Source: libesmtp
Binary: libesmtp5 libesmtp-dev
Architecture: source i386
Version: 1.0.4-3
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse jbo...@debian.org
Changed-By: Jeremy T. Bouse jbo...@debian.org
Description: 
 libesmtp-dev - LibESMTP SMTP client library development files
 libesmtp5  - LibESMTP SMTP client library
Closes: 294231
Changes: 
 libesmtp (1.0.4-3) unstable; urgency=low
 .
   * Update to 3.8.3 standards policy
   * Acknowledge previous version fixed header.c issue
 (Closes: #294231) (LP: #227680)
Checksums-Sha1: 
 fd0063d7ed2c6ad11913fc9c5debaf668c07df79 1059 libesmtp_1.0.4-3.dsc
 04503a2e26942262c455e44d694016461185f9ac 7482 libesmtp_1.0.4-3.diff.gz
 7c32d18690e1d64bae841c5bc16ef0ce3d01e217 55732 libesmtp5_1.0.4-3_i386.deb
 0354e742a39408cd9ada94f48d976f7b0ad9348c 55798 libesmtp-dev_1.0.4-3_i386.deb
Checksums-Sha256: 
 a002f9183054a009b779ce2b015500412c50c60bd6bd3c458bdf07d5ab413ee7 1059 
libesmtp_1.0.4-3.dsc
 e78cf426e331efb6d8e469ffde353370a5ced9acef2410f2d798900f2ffa57fe 7482 
libesmtp_1.0.4-3.diff.gz
 7102100621dd247051ba934ff66fb775b033a5274cb6f1e0caf89ce00680c95f 55732 
libesmtp5_1.0.4-3_i386.deb
 301ce20c08eb5d656e12930aeb4df79d67eea5296c2e38db312f0348bc9f7259 55798 
libesmtp-dev_1.0.4-3_i386.deb
Files: 
 20db6e2ce97fbac262e0bdea566fea17 1059 libs optional libesmtp_1.0.4-3.dsc
 f456385d67699692487e4d12289cc6fd 7482 libs optional libesmtp_1.0.4-3.diff.gz
 8d6531143895ca895b884064d9f9bd06 55732 libs optional libesmtp5_1.0.4-3_i386.deb
 b09b88658b103abafe59b09eb22484aa 55798 libdevel optional 
libesmtp-dev_1.0.4-3_i386.deb

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

iEYEARECAAYFAksQxzAACgkQQC3kTXT35kBmVACfZdx4wUgqt2KGOI7svPX5VM+x
V/sAnj6DDe87hLtvO3UVyJfIvdXSocKY
=K7Ew
-END PGP SIGNATURE-


Accepted:
libesmtp-dev_1.0.4-3_i386.deb
  to main/libe/libesmtp/libesmtp-dev_1.0.4-3_i386.deb
libesmtp5_1.0.4-3_i386.deb
  to main/libe/libesmtp/libesmtp5_1.0.4-3_i386.deb
libesmtp_1.0.4-3.diff.gz
  to main/libe/libesmtp/libesmtp_1.0.4-3.diff.gz
libesmtp_1.0.4-3.dsc
  to main/libe/libesmtp/libesmtp_1.0.4-3.dsc


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Encriptar e-mail.

2009-11-27 Thread Nuno Paquete
Olá André,

Já estou a usar, é muito bom.
Acontece que a maioria dos e-mails dão Encriptação Inválida (a vermelho).
No teu caso dá A mensagem não é de confiança (a verde).
Por que motivo?

Abraço.

2009/11/27 André Nunes andrenbati...@gmail.com

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Nuno,

 Para você que usa gmail, aconselho o plugin FireGPG para o Firefox.
 Com ele instalado vc pode criptografar emails, assiná-los e verificar
 a assinatura de terceiros direto na página do gmail. Bem fácil de
 usar. Dê uma olhada:

 http://getfiregpg.org/s/home

 E se tiver qualquer dúvida é só falar, mas ele é bem fácil e intuitivo de
 usar.

 Abraços,


 André Nunes Batista
 Blog: http://tagesuhu.wordpress.com/
 PGP Public Key: 0x7b0590cb6722cf80



 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.10)

 iEYEARECAAYFAksPQAoACgkQewWQy2ciz4CTjgCfbSJXR0pHGIizUEJIGxBmvv8b
 7JAAmwb1w3JbAsiRpvyq6JY6gBw05S10
 =hO8u
 -END PGP SIGNATURE-

 2009/11/26 Nuno Paquete nunopaqu...@gmail.com:
  Boas.
 
  Já li manual de GnuPG e sei como encriptar (gpg --output doc.sig --sign
 doc)
  um ficheiro ou verificar a validade do ficheiro encriptado (gpg --output
 doc
  --decrypt doc.sig).
  No entanto, se quiser enviar um e-mail não é muito prático estar a
 escrever
  o texto do e-mail num ficheiro, encriptar esse ficheiro e depois enviar
 os
  ficheiros em anexo.
  No manual não consegui ver a melhor forma de fazer isto.
  O que eu vejo normalmente é qualquer coisa do género:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  [...]
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v0.9.7 (GNU/Linux)
  Comment: For info see http://www.gnupg.org
 
 
  iEYEARECAAYFAjdYCQoACgkQJ9S6ULt1dqz6IwCfQ7wP6i/i8HhbcOSKF4ELyQB1
  oCoAoOuqpRqEzr4kOkQqHRLE/b8/Rw2k
  =y6kj
 
  -END PGP SIGNATURE-
 
  Há outra forma mais expedita de fazer isto?
  Existe algum plugin para o cliente de email?
 
  Cumprimentos,
  Nuno Paquete
 



Re: Encriptar e-mail.

2009-11-27 Thread André Nunes
Olá Nuno,

Não sei o motivo da mensagem Encriptação Inválida, pode ser um bug. Há
pouco tempo atrás o plugin inteiro ficou sem funcionar por conta de
alterações que o Google fez no site.

Já a mensagem Não é de confiança é provavelmente porque você ainda
não possui a minha chave pública e, portanto, não consegue verificar a
autenticidade da minha assinatura. Dê uma lida em
http://www.gnupg.org/gph/en/manual.html#AEN335 talvez te esclareça
algumas dúvidas.

Abraços,

André Nunes Batista
Blog: http://tagesuhu.wordpress.com/
PGP Public Key: 0x7b0590cb6722cf80



2009/11/27 Nuno Paquete nunopaqu...@gmail.com:
 Olá André,

 Já estou a usar, é muito bom.
 Acontece que a maioria dos e-mails dão Encriptação Inválida (a vermelho).
 No teu caso dá A mensagem não é de confiança (a verde).
 Por que motivo?

 Abraço.

 2009/11/27 André Nunes andrenbati...@gmail.com

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Nuno,

 Para você que usa gmail, aconselho o plugin FireGPG para o Firefox.
 Com ele instalado vc pode criptografar emails, assiná-los e verificar
 a assinatura de terceiros direto na página do gmail. Bem fácil de
 usar. Dê uma olhada:

 http://getfiregpg.org/s/home

 E se tiver qualquer dúvida é só falar, mas ele é bem fácil e intuitivo de
 usar.

 Abraços,


 André Nunes Batista
 Blog: http://tagesuhu.wordpress.com/
 PGP Public Key: 0x7b0590cb6722cf80



 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.9 (GNU/Linux)
 Comment: Use GnuPG with Firefox : http://getfiregpg.org (Version: 0.7.10)

 iEYEARECAAYFAksPQAoACgkQewWQy2ciz4CTjgCfbSJXR0pHGIizUEJIGxBmvv8b
 7JAAmwb1w3JbAsiRpvyq6JY6gBw05S10
 =hO8u
 -END PGP SIGNATURE-

 2009/11/26 Nuno Paquete nunopaqu...@gmail.com:
  Boas.
 
  Já li manual de GnuPG e sei como encriptar (gpg --output doc.sig --sign
  doc)
  um ficheiro ou verificar a validade do ficheiro encriptado (gpg --output
  doc
  --decrypt doc.sig).
  No entanto, se quiser enviar um e-mail não é muito prático estar a
  escrever
  o texto do e-mail num ficheiro, encriptar esse ficheiro e depois enviar
  os
  ficheiros em anexo.
  No manual não consegui ver a melhor forma de fazer isto.
  O que eu vejo normalmente é qualquer coisa do género:
 
  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  [...]
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v0.9.7 (GNU/Linux)
  Comment: For info see http://www.gnupg.org
 
 
  iEYEARECAAYFAjdYCQoACgkQJ9S6ULt1dqz6IwCfQ7wP6i/i8HhbcOSKF4ELyQB1
  oCoAoOuqpRqEzr4kOkQqHRLE/b8/Rw2k
  =y6kj
 
  -END PGP SIGNATURE-
 
  Há outra forma mais expedita de fazer isto?
  Existe algum plugin para o cliente de email?
 
  Cumprimentos,
  Nuno Paquete
 




--
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Programador Debian.

2009-11-27 Thread Gustavo Noronha Silva
On Thu, 2009-11-26 at 19:23 +, Nuno Paquete wrote:

 Já percebi, para me tornar um desenvolvedor oficial preciso de uma
 chave assinada. Mas por enquanto apenas quero começar a ganhar
 experiência em projectos open-source, por isso pretendo pegar em um
 projecto órfão e começar a  trabalhar nele. Preciso de ter uma chave
 assinada para isso? Posso candidatar-me ao projecto sem a tal chave?

Só para manter um pacote, através de um sponsor não rpecisa de chave
assinada, não.

 Outras dúvidas que tenho relativamente às chaves: 
 Tu encriptas sempre os teus e-mails? 

Não. No máximo você _assina_ todos os emails.

 Usas algum software especial para encriptar?

gnupg/evolution, no meu caso

 Isso é a tua chave pública ou o resultado da encriptação do e-mail?

O que você citou era o resultado da assinatura inline.

Abraço,

-- 
Gustavo Noronha Silva k...@debian.org
Debian


--
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Encriptar e-mail.

2009-11-27 Thread Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 27-11-2009 09:16, André Nunes wrote:
 Não sei o motivo da mensagem Encriptação Inválida, pode ser um bug. Há
 pouco tempo atrás o plugin inteiro ficou sem funcionar por conta de
 alterações que o Google fez no site.
 
 Já a mensagem Não é de confiança é provavelmente porque você ainda
 não possui a minha chave pública e, portanto, não consegue verificar a
 autenticidade da minha assinatura. Dê uma lida em
 http://www.gnupg.org/gph/en/manual.html#AEN335 talvez te esclareça
 algumas dúvidas.

Ele tem que ter sua chave pública para verificar a
assinatura. A confiança está ligado a um atributo do GPG,
você pode definir diferentes níveis de confiança para as
chaves que compõe o seu chaveiro, novas chaves, por padrão,
são não confiáveis (untrusted/unknown).

Abraço,
- --
Felipe Augusto van de Wiel (faw)
Debian. Freedom to code. Code to freedom!
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAksQGkgACgkQCjAO0JDlykatrACfUuc2iJRpsaWTq3ka/BU+U88j
Tq0Anjr7S+rPWsrGvwT/oLhruQMjO9dp
=MLKu
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-devel-portuguese-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org