Re: MBF alert: packages with very long source / .deb filenames

2011-03-26 Thread Raphael Hertzog
On Fri, 25 Mar 2011, Steve McIntyre wrote:
 On Fri, Mar 25, 2011 at 12:28:54PM -0400, Joey Hess wrote:
 Steve McIntyre wrote:
  There are uses I've heard about, including (apparently quite common)
  using CDs and DVDs to seed a mirror on a Windows server.
 
 If I had to chose between that working, and not needing to worry about
 filename lengths, I'd choose the latter.
 
 We already have arbitrary limits on filename length (~200 bytes or so
 on RockRidge), even before this. I'm just proposing to lower them for
 a common use case. Do we really care about supporting *very* long
 names here?

I think so. The package with long names tend to follow a naming policy
that sort of imposes the long name... so if we put a too-short limit
then we're asking them to make an exception in the naming policy.

 One approach then would be to omit joliet filenames for the few long
 packages. This would not even impact your use case above much, since
 any mirror seeded from files from CDs needs a further sync step.
 
 I'd be much happier to not have to special case yet another thing in
 the CD scripts. That way potentially leads to unforeseen bugs in the
 future, for very little gain.

What happens if you try to put too-long filenames on the CD with Joliet
enabled?

Does it fail to build? Are there options to rename the files
automatically?

If it means we have some unexpected filenames for long filenames on
Windows, it's not a big deal IMO. 

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110326075614.ga29...@rivendell.home.ouaza.com



Re: ddebs

2011-03-26 Thread Torsten Werner
On Fri, Mar 25, 2011 at 11:43 PM, Emilio Pozuelo Monfort
po...@debian.org wrote:
 The way I did it was one .ddeb per source package, not per binary. So it is
 $src-ddeb. You can reject them if they are not for $src package (or if $src
 package doesn't exist in the archive).

To simplify the archive processes i would prefer having a ddeb per
binary package instead of source package. It must have the name
$binary-ddeb and must have the same version as $binary. The ddebs will
get separate Packages files similar to the udebs. It is even easier
for our users that they don't need to find out the source package
name. Can we agree on that?

Cheers,
Torsten


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



Re: ddebs

2011-03-26 Thread Emilio Pozuelo Monfort
On 26/03/11 08:07, Torsten Werner wrote:
 On Fri, Mar 25, 2011 at 11:43 PM, Emilio Pozuelo Monfort
 po...@debian.org wrote:
 The way I did it was one .ddeb per source package, not per binary. So it is
 $src-ddeb. You can reject them if they are not for $src package (or if $src
 package doesn't exist in the archive).
 
 To simplify the archive processes i would prefer having a ddeb per
 binary package instead of source package. It must have the name
 $binary-ddeb and must have the same version as $binary. The ddebs will
 get separate Packages files similar to the udebs. It is even easier
 for our users that they don't need to find out the source package
 name. Can we agree on that?

I have just skimmed over the dicussions from 2009 where we decided that it
should be one ddeb per source package, and it seems that everyone preferred one
ddeb per binary package except the ftpmasters :) So that's fine with me.

I'd add to the requirements that foo-ddeb needs to Depend on foo (=
${binary:Version}).

I'd also mandate the use of build-ids for .ddebs and add refcounting support
(like has been done for multiarch AFAIK) to dpkg for them, so we don't need to
worry about Conflicts / Replaces.

Cheers,
Emilio


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



oldstable-security signing key

2011-03-26 Thread Mark Hymers
Hi,

Ben Hutchings recently discovered that old lenny CDs (5.0.0) currently
fail to install.  Phil Kern discovered that this was because they
couldn't validate the security signing key (which was rolled over after
they were released).  Originally, lenny security updates were signed
with the old ftpmaster key:

sec   4096R/55BE302B 2009-01-27 [expires: 2012-12-31]
uid  Debian Archive Automatic Signing Key (5.0/lenny) 
ftpmas...@debian.org

As this key is still valid and present in debian-archive-keyring (even
in unstable) and will be so until well after the end of lenny security
support (which as we understand it is due on 2012-02-06), we intend to
change the lenny security repository to be signed by this key rather
than the current ftpmaster key which is:

pub   4096R/473041FA 2010-08-27 [expires: 2018-03-05]
uid  Debian Archive Automatic Signing Key (6.0/squeeze) 
ftpmas...@debian.org

If anyone has any objections to this, can they let us know?  I intend to
implement the changes necessary to make this work in dak immediately,
but won't change the key over for a couple of days to give people time
to raise objections.

Thanks,

Mark

-- 
Mark Hymers mhy at debian dot org

Well, the thing about a black hole - it's main distinguishing feature - is
 it's black. And the thing about space, your basic space colour is black. So
 how are you supposed to see them?
 Holly, Red Dwarf Series III - Marooned


signature.asc
Description: Digital signature


Re: ddebs

2011-03-26 Thread Raphael Hertzog
On Sat, 26 Mar 2011, Emilio Pozuelo Monfort wrote:
 I'd also mandate the use of build-ids for .ddebs and add refcounting support
 (like has been done for multiarch AFAIK) to dpkg for them, so we don't need to
 worry about Conflicts / Replaces.

For multi-arch, it's the _same_ package (but just another architecture of it) 
that
can share _identical_ files and where we have refcounting.

This can't be generalized to just any package, it's just contrary to the
logic of our packaging tools.

When do you have such conflicts? I hear when you have the same binary in
multiple package... but in that case both packages already conflict and
you can just copy the existing conlict field and add the -ddeb suffix.

Otherwise maybe there's a way to include the package name in the path
to avoid such conflicts?

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Follow my Debian News ▶ http://RaphaelHertzog.com (English)
  ▶ http://RaphaelHertzog.fr (Français)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110326091057.gb32...@rivendell.home.ouaza.com



Build-Essential

2011-03-26 Thread Joerg Jaspert
Hi,

there are currently two ways to indicate what Debian considers
Build-Essential. There is the package build-essential and there is
also a flag in the packages files.

We think it was used to be able to calculate the B-E packages by just
looking at the packages files, but we do not see a good reason to have
it so. Simply installing the build-essential package plus dependencies
should do the trick too.

As far as we know currently the main user of this field seems to be
debootstrap in its buildd variant mode. If anybody else is using this it
would be useful if we could know about it, but currently we don't see
any reason to keep the flag, it is just useless extra maintenance to
have two places. As such we intend to drop the B-E flag after Squeeze is
removed from the main archive, which means all tools starting with
Wheezy using the flag should cope with using the package.

-- 
bye, Joerg
zobel cat /dev/urandom  /dev/dsp
Ganneff zobel: das nennt sich metal
Ganneff oder techno, je nachdem
youam Ganneff: apocalyptica?
Ganneff youam: nein, das is random, nich urandom :)


pgplgptnsQjw9.pgp
Description: PGP signature


Re: ddebs

2011-03-26 Thread Emilio Pozuelo Monfort
On 26/03/11 09:10, Raphael Hertzog wrote:
 On Sat, 26 Mar 2011, Emilio Pozuelo Monfort wrote:
 I'd also mandate the use of build-ids for .ddebs and add refcounting support
 (like has been done for multiarch AFAIK) to dpkg for them, so we don't need 
 to
 worry about Conflicts / Replaces.
 
 For multi-arch, it's the _same_ package (but just another architecture of it) 
 that
 can share _identical_ files and where we have refcounting.
 
 This can't be generalized to just any package, it's just contrary to the
 logic of our packaging tools.
 
 When do you have such conflicts? I hear when you have the same binary in
 multiple package... but in that case both packages already conflict and
 you can just copy the existing conlict field and add the -ddeb suffix.

Not necessarily, e.g. you can have the same binary in different paths, or with
different names.

 Otherwise maybe there's a way to include the package name in the path
 to avoid such conflicts?

I don't think so. Otherwise gdb wouldn't know where to look for it.

Emilio


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



Re: MBF alert: packages with very long source / .deb filenames

2011-03-26 Thread gregor herrmann
On Sat, 26 Mar 2011 08:56:14 +0100, Raphael Hertzog wrote:

  We already have arbitrary limits on filename length (~200 bytes or so
  on RockRidge), even before this. I'm just proposing to lower them for
  a common use case. Do we really care about supporting *very* long
  names here?
 I think so. The package with long names tend to follow a naming policy
 that sort of imposes the long name... so if we put a too-short limit
 then we're asking them to make an exception in the naming policy.

Right, that's certainly true for the lib.*-perl packages, and I
wouldn't know how we should rename them in a sane way.
 

Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Peter Jones: I Can Feel You


signature.asc
Description: Digital signature


Re: MBF alert: packages with very long source / .deb filenames

2011-03-26 Thread Ben Hutchings
On Sat, 2011-03-26 at 15:18 +0100, gregor herrmann wrote:
 On Sat, 26 Mar 2011 08:56:14 +0100, Raphael Hertzog wrote:
 
   We already have arbitrary limits on filename length (~200 bytes or so
   on RockRidge), even before this. I'm just proposing to lower them for
   a common use case. Do we really care about supporting *very* long
   names here?
  I think so. The package with long names tend to follow a naming policy
  that sort of imposes the long name... so if we put a too-short limit
  then we're asking them to make an exception in the naming policy.
 
 Right, that's certainly true for the lib.*-perl packages, and I
 wouldn't know how we should rename them in a sane way.

I don't think the longstanding naming policy for Perl binary packages
has resulted in these very long names.  (I believe I once had the
longest-named binary package in the archive with
libmaypole-plugin-authentication-usersessioncookie-perl, but that was
still only 55 characters.)

The really absurdly long names Steve found seem to be used for secondary
source tarballs for some v3 source packages, where the file name
essentially includes two full Perl module names.  If that's specified in
current Perl policy, it should be fixed (and can be fixed without
confusing users).

Ben.

-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Re: MBF alert: packages with very long source / .deb filenames

2011-03-26 Thread Hendrik Sattler
Am Freitag 25 März 2011, 21:59:31 schrieb Rene Engelhard:
 Hi,
 
 On Fri, Mar 25, 2011 at 09:48:15PM +0100, Adam Borowski wrote:
  On Fri, Mar 25, 2011 at 05:09:54PM +0100, Rene Engelhard wrote:
   Hi,
   
   On Fri, Mar 25, 2011 at 03:27:57PM +, Steve McIntyre wrote:
The longest is:

libreoffice-presentation-minimizer_1.0.3+LibO3.3.1-1_kfreebsd-amd64.d
eb

at 71.
   
   Good, then any bug against openoffice.org is not needed, as that
   obviously will be + wontfix wheezy-ignore, because it simply can't be
   fixed as we need the transitional packages :)
  
  It still can have a version number much shorter than 1.0.3+LibO3.3.1-1.
 
 And there's no package out of openoffice.org which has that style of
 version.
 
 And no, it cannot have a shorter version in libreoffice (e.g. you simply
 can't remov the +LibO3.3.1-1 unless you get problems in versioning as the
 version before the + doesn't necessarily change between releases)

At least the LibO can be dropped.

HS


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103261453.10548.p...@hendrik-sattler.de



Is BTS down?

2011-03-26 Thread LUK ShunTim
Hi,

I've not been able to connect to BTS using reportbug and only got the
Unable to connect to Debian BTS message. Is BTS down?

Regards,
ST
-- 


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4d8dfb1f.40...@polyu.edu.hk



Re: Is BTS down?

2011-03-26 Thread Sandro Tosi
On Sat, Mar 26, 2011 at 15:41, LUK ShunTim shuntim@polyu.edu.hk wrote:
 I've not been able to connect to BTS using reportbug and only got the
 Unable to connect to Debian BTS message. Is BTS down?

I had similar problems minutes ago, but now it seems working.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


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



Re: MBF alert: packages with very long source / .deb filenames

2011-03-26 Thread Olaf van der Spek
On Fri, Mar 25, 2011 at 5:55 PM, John H. Robinson, IV jaq...@debian.org wrote:
 That's not our problem, is it?

 It is, if we are trying to be as compatible as possible.

Compatible with what? Bugs in other implementations?
What does that really gain us?

-- 
Olaf


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



Bug#619740: ITP: libdist-zilla-plugin-podspellingtests-perl -- Release tests for POD spelling

2011-03-26 Thread Dominique Dumont
Package: wnpp
Owner: Dominique Dumont domi.dum...@free.fr
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdist-zilla-plugin-podspellingtests-perl
  Version : 1.103491
  Upstream Author : Marcel Gruenauer mar...@cpan.org, Harley Pig 
harley...@gmail.com
* URL : 
http://search.cpan.org/dist/Dist-Zilla-Plugin-PodSpellingTests/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Release tests for POD spelling

Dist::Zilla::Plugin::PodSpellingTests is Perl modulem, providing 
an extension of Dist::Zilla::Plugin::InlineFiles. This modules contains the
following file:

xt/release/pod-spell.t - a standard Test::Spelling test


Dominique
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont -o- http://ddumont.wordpress.com/



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201103261819.02534.domi.dum...@free.fr



Re: MBF alert: packages with very long source / .deb filenames

2011-03-26 Thread gregor herrmann
On Sat, 26 Mar 2011 14:32:27 +, Ben Hutchings wrote:

   I think so. The package with long names tend to follow a naming policy
   that sort of imposes the long name... so if we put a too-short limit
   then we're asking them to make an exception in the naming policy.
  Right, that's certainly true for the lib.*-perl packages, and I
  wouldn't know how we should rename them in a sane way.
 The really absurdly long names Steve found seem to be used for secondary
 source tarballs for some v3 source packages, where the file name
 essentially includes two full Perl module names.  

Thanks for the pointer, I admit that I have missed this detail.

For the two packages listed in Steve's mail that gives us:

libcgi-application-basic-plugin-bundle-perl_0.5-1.debian.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5-1.dsc
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Dispatch-2-17.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-AutoRunmode-0-17.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-ConfigAuto-1-32.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-DBH-4-00.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-DebugScreen-0-06.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-DevPopup-1-06.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-ErrorPage-1-21.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-FillInForm-1-15.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-Forward-1-06.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-LogDispatch-1-02.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-Redirect-1-00.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-Session-1-03.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-Stream-2-10.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-ValidateRM-2-3.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Plugin-ViewCode-1-02.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig-CGI-Application-Standard-Config-1-01.tar.gz
libcgi-application-basic-plugin-bundle-perl_0.5.orig.tar.gz

libcgi-application-plugin-authorization-perl_0.07-1.debian.tar.gz
libcgi-application-plugin-authorization-perl_0.07-1.dsc
libcgi-application-plugin-authorization-perl_0.07.orig-driver-activedirectory.tar.gz
libcgi-application-plugin-authorization-perl_0.07.orig.tar.gz

 If that's specified in
 current Perl policy, it should be fixed (and can be fixed without
 confusing users).

AFAIK the submodule names were just made up and can be shortened (in
fact, for the second package it's already a made-up name).

(Not that this gives us much room -- in the second case we're already
down to 84 characters ...)


Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT  SPI, fellow of Free Software Foundation Europe
   `-NP: Dire Straits: Brothers In Arms


signature.asc
Description: Digital signature


e2fsprogs as Essential: yes?

2011-03-26 Thread Steve Langasek
Hi folks,

Currently the e2fsprogs package is marked Essential: yes in the archive.  Is
this a historical holdover?  I believe e2fsprogs used to ship /sbin/fsck,
but since 2009 (i.e., util-linux (= 2.15~rc1-1), which e2fsprogs has a
pre-depends on), this has been provided by util-linux instead.

The remaining programs provided by e2fsprogs are all specific to the ext*
family of filesystems, so I don't think meet the definition of Essential any
longer - their presence is certainly important if you have an ext[234]
filesystem, but while this is the default, you can have systems that don't
use ext* at all, which makes e2fsprogs no more essential in nature than the
other per-filesystem fsck tools.

Now that the transition to util-linux is done in a stable release, is it
time for us to drop the Essential: yes flag from e2fsprogs?  This will
benefit those targetting embedded systems that don't use ext, where the
package will be dead weight; the risk of any packages assuming availability
of these e2fs-specific interfaces without a dependency is quite low; and
we're at the right point in the cycle to make changes to the Essential set,
where we have time to deal with any unexpected fallout.

Thoughts?

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


signature.asc
Description: Digital signature


Re: oldstable-security signing key

2011-03-26 Thread Bob Proulx
Mark Hymers wrote:
 Ben Hutchings recently discovered that old lenny CDs (5.0.0) currently
 fail to install.  Phil Kern discovered that this was because they
 couldn't validate the security signing key (which was rolled over after
 they were released).

I ran into this problem yesterday.  Thank you for working to fix it.

Bob


signature.asc
Description: Digital signature


Re: ddebs

2011-03-26 Thread Josselin Mouette
Le samedi 26 mars 2011 à 08:38 +, Emilio Pozuelo Monfort a écrit : 
 I have just skimmed over the dicussions from 2009 where we decided that it
 should be one ddeb per source package, and it seems that everyone preferred 
 one
 ddeb per binary package except the ftpmasters :) So that's fine with me.

You already know that, but for those who haven’t followed the
discussions: several binaries built from the same source package can
share the same build ID (which cannot happen in different source
packages).

Hence the need for what follows.

 I'd also mandate the use of build-ids for .ddebs and add refcounting support
 (like has been done for multiarch AFAIK) to dpkg for them, so we don't need to
 worry about Conflicts / Replaces.

-- 
 .''`.
: :' : “You would need to ask a lawyer if you don't know
`. `'   that a handshake of course makes a valid contract.”
  `---  J???rg Schilling


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



Sanjem savu Daavanu karti!...

2011-03-26 Thread Bukajeva Karina
i-virtuve (virtualaa) ienak ari juusu majaas -

izveido burgerus sev pieejamajaa datoraa , bet notiesaa tos iistaa restoranaa!
 
http://www.docorciscount6betshop.ca.pn/jd9eu.html - protams, tev jaaspiezh tur, 
lai visu uzzinaatu!



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/0lio00al4o2s2...@relay1.stonline.sk



Re: e2fsprogs as Essential: yes?

2011-03-26 Thread Mark Hymers
On Sat, 26, Mar, 2011 at 11:47:08AM -0700, Steve Langasek spoke thus..
 Hi folks,
 
 Currently the e2fsprogs package is marked Essential: yes in the archive.  Is
 this a historical holdover?  I believe e2fsprogs used to ship /sbin/fsck,
 but since 2009 (i.e., util-linux (= 2.15~rc1-1), which e2fsprogs has a
 pre-depends on), this has been provided by util-linux instead.

Hi,

The only other thing I can see is that e2fsprogs contains lsattr and
chattr - a quick grep through my local /var/lib/dpkg/info shows that
chattr is used in the postfix postinst without an explicit dependency.
I wonder if there are more instances of that?

Mark

-- 
Mark Hymers mhy at debian dot org

But Yossarian *still* didn't understand either how Milo could buy eggs
 in Malta for seven cents apiece and sell them at a profit in Pianosa
 for five cents.
 Catch 22, Joseph Heller


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110326224209.ga11...@hymers.org.uk



Re: e2fsprogs as Essential: yes?

2011-03-26 Thread Ted Ts'o
On Sat, Mar 26, 2011 at 10:42:09PM +, Mark Hymers wrote:
 
 The only other thing I can see is that e2fsprogs contains lsattr and
 chattr - a quick grep through my local /var/lib/dpkg/info shows that
 chattr is used in the postfix postinst without an explicit dependency.
 I wonder if there are more instances of that?

What to do with lsattr and chattr is actually a somewhat interesting
question.  They are most definitely ext2/3/4 specific, and the
ext2/3/4 development team still adds new flags to it from time to
time, so we had no plans moving those two commands out of e2fsprogs
any time soon.  On the other hand, other file systems, including
reiserfs and btrfs, have used the same ioctl and command line
interface, and we do coordinate flags to prevent conflicts.  So other
users of other file systems will still need lsattr and chattr.

There are similar, although less serious, issues with filefrag -v
(which will work on other file systems), but which also has some
ext2/3/4 specific code it in.

Another binary which is used by other packages includes the logsave
utility, which is also in e2fsprogs, and which is used by
/etc/init.d/checkfs.sh and /etc/init.d/checkroot.sh in the initscripts
package.

Regards,

- Ted


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



Bug#619784: ITP: eigen3 -- Eigen 3 is a lightweight C++ template math library for vector and matrix math.

2011-03-26 Thread Anton Gladky
Package: wnpp
Severity: wishlist
Owner: Anton Gladky gladky.an...@gmail.com



* Package name: eigen3
  Version : 3.0.0
* URL : http://eigen.tuxfamily.org 
* License : (GPL, LGPL)
  Programming Lang: (C, C++)
  Description : Eigen 3 is a lightweight C++ template library for vector 
and matris math


New version 3.0 is available. New package is requited not to break 
eigen2-oriented packages.



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



Bug#619785: Please move logsave to sysvinit-utils

2011-03-26 Thread Carsten Hey
Package: sysvinit-utils
Severity: wishlist


* Ted Ts'o [2011-03-26 19:07 -0400]:
 There are similar, although less serious, issues with filefrag -v
 (which will work on other file systems), but which also has some
 ext2/3/4 specific code it in.

badblocks is also linked against libext2fs.


 Another binary which is used by other packages includes the logsave
 utility, which is also in e2fsprogs, and which is used by
 /etc/init.d/checkfs.sh and /etc/init.d/checkroot.sh in the initscripts
 package.

Debian supports (or rather will probably support) three init systems:

 * systemd does not use logsave to save the fsck log if /var/log is not
   mounted yet, but instead just pipes the stdout of fsck to syslog
   which ends up in dmesg if syslog is not yet running (thanks to
   whoever explained this in #systemd).

 * sysvinit and upstart depend on the package initscripts, which depends
   on sysvinit-utils.


logsave does not use any libraries except libc.  Provided that Ted Ts'o
agrees, please consider moving logsave to sysvinit-utils.


Regards
Carsten

P.S.: There is already a bug about essentialness filed against
  e2fsprogs: #474540



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110327001926.ga12...@furrball.stateful.de



Accepted apt-listbugs 0.1.4 (source all)

2011-03-26 Thread wintermute
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 18:52:25 +0100
Source: apt-listbugs
Binary: apt-listbugs
Architecture: source all
Version: 0.1.4
Distribution: unstable
Urgency: low
Maintainer: Francesco Poli (wintermute) invernom...@paranoici.org
Changed-By: Francesco Poli (wintermute) invernom...@paranoici.org
Description: 
 apt-listbugs - tool which lists critical bugs before each apt installation
Closes: 569214 572192 574075 578299 578305 598076 600879 605039 611913
Changes: 
 apt-listbugs (0.1.4) unstable; urgency=low
 .
   [ Francesco Poli (wintermute) ]
   * fixed po-debconf: usage text - options v, p and P have not dot at the
 end (Closes: #569214)
   * fixed crashes after requesting a web browser listing: use
 Locale.charset instead of Locale.codeset to adapt for a libgettext-ruby
 change (Closes: #572192)
   * fixed Should not depends on transitional libhttp-access2-ruby1.8
 package (Closes: #574075)
   * fixed and clarified man page about proxy configuration
   * switched to dpkg-source 3.0 (native) format
   * dropped the requirement for the user to set soap_use_proxy environment
 variable (this ruby module interface should not be exposed to application
 users: see also bug #399706)
   * dropped the obsolete /usr/share/doc/apt-listbugs/examples/proxy/ directory
   * changed exit status for errors encountered when reading bug reports: the
 right exit status is 1 (something is wrong, as documented in the man
 page), not 10 (which is reserved for warning APT not to proceed)
   * added minimal handling of errors encountered when reading package fields
   * bumped Standards-Version to 3.9.1: no changes needed
   * enhanced stylistic consistency in questions to user
   * fixed please enhance safety in case of network problems, when stdout
 is not a terminal: do not ask if the user wants to abort in case of
 network problems, ask if the user wants to continue anyway, instead
 (Closes: #598076)
   * dropped Ryan from the Maintainer field, since he will no longer be
 involved in apt-listbugs maintenance
   * fixed scary message on interruption: enhanced SIGINT trapping in
 early stages of runtime (Closes: #605039)
   * fixed leaves problematic apt configuration fragment if in config-
 files status and unpack fails: added code for the abort-install case
 to the postrm script (Closes: #611913)
   * changed my e-mail address
   * re-added (a slightly modified version of) the git-tag.sh internal script
   * credit for a new co-maintainer: welcome on board, Thomas Mueller!
 (Closes: #600879)
 .
   [ Ryan Niebur ]
   * updated German translation, thanks Thomas Mueller! (Closes: #578305)
   * flush stdin after running the web browser (Closes: #578299)
 .
   [ Thomas Mueller ]
   * added myself to the Uploaders field
Checksums-Sha1: 
 ad2d6350f0bd0fb46a46696d47197ad25cad2af7 1632 apt-listbugs_0.1.4.dsc
 416dc1e733fbd06884d5354674c8ae195fee72d9 114350 apt-listbugs_0.1.4.tar.gz
 17e7964cf4ea762a09849b6b297456974dc0e51f 70180 apt-listbugs_0.1.4_all.deb
Checksums-Sha256: 
 7e1309962c8103d14633dd2726fbc4bca9478a02ced63fbe4f27cc998dfe55a4 1632 
apt-listbugs_0.1.4.dsc
 8a404c00d7a218335bb8f320960959872a4da8ce8a8aa6190f26afabde88d696 114350 
apt-listbugs_0.1.4.tar.gz
 ae717e9ceeb2e463e01604bb5c355938f355b19e4266531ad9c7ee52ec9939ea 70180 
apt-listbugs_0.1.4_all.deb
Files: 
 23396cf9e31a774c51b62d5182489844 1632 admin optional apt-listbugs_0.1.4.dsc
 8d5737ee9fb91fda24a4f2abacbab69e 114350 admin optional 
apt-listbugs_0.1.4.tar.gz
 2d26cb591a05380dd9e980637d1eced5 70180 admin optional 
apt-listbugs_0.1.4_all.deb

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

iQIcBAEBCAAGBQJNjSEXAAoJEE+fbVUO1hIqQgAQAJJ21U3H4cWySAjv2MfbLtko
nxgLLngTRjP+TivCbXx9NlFpMxSbGqyHNZk3C4jr+eQHWat5m8hXCH4Oa1onIn9h
PVUJQoKtsuMvYWTFiRBcYX1Agc2uM2op+CXySfBh103OCahYJ/X0wApDK/rKr0b1
tqmHH2bj6iJJYugYAHDFzWfoIbeFntyBFGBlxz9apvVsd4G+A4ucaNIJLfT61zhP
YSrEP7woUW0ythgHdoY0hD4+X8eKhgkreasaacW3b7YECVHUsjAzSPxOiv/Pu/mS
18LiBzyaDWTdQ1zVKwkzXfPskCBvzGxXL35rPne8bkdJnBZBOBH+m89c3Oy4rnHe
1xnUvzfcpBXnCBpibYh0Sc3kDGKxbSP372kgjAO/ZMYlk8/pnVGtvq4gPM/mUfMf
PBM4XSIzVrQA+kEDBZysTmpdre09/jO7z8W4T4QX7gS2QQuged78on8DimqqkeHL
cItYCQKpp1EZD4tUDt2jibKIAoxs+J+wm/Jr2EABMazbKnOerDqOF299jG9GC/Qx
2uPJH7MtK5gwhwPSpChE4cY73iX1aQCWoMWwtJrl3nDuvrtb/K0PPUCsjgEpaY3I
Q683+LA9wBJQGVnTH/dQe7VbZVhh4iKfRXuEv3wq33Ard1V/jIHtkBY8CajLcZST
YK5sG8+oRoUNqGTnHlrj
=B+MW
-END PGP SIGNATURE-


Accepted:
apt-listbugs_0.1.4.dsc
  to main/a/apt-listbugs/apt-listbugs_0.1.4.dsc
apt-listbugs_0.1.4.tar.gz
  to main/a/apt-listbugs/apt-listbugs_0.1.4.tar.gz
apt-listbugs_0.1.4_all.deb
  to main/a/apt-listbugs/apt-listbugs_0.1.4_all.deb


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



Accepted atk1.0 1.32.0-3 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 00:51:17 +
Source: atk1.0
Binary: libatk1.0-0 libatk1.0-udeb libatk1.0-data libatk1.0-dev libatk1.0-dbg 
libatk1.0-doc gir1.2-atk-1.0
Architecture: source all amd64
Version: 1.32.0-3
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-atk-1.0 - The ATK accessibility toolkit (GObject introspection)
 libatk1.0-0 - The ATK accessibility toolkit
 libatk1.0-data - Common files for the ATK accessibility toolkit
 libatk1.0-dbg - The ATK libraries and debugging symbols
 libatk1.0-dev - Development files for the ATK accessibility toolkit
 libatk1.0-doc - Documentation files for the ATK toolkit
 libatk1.0-udeb - The ATK accessibility toolkit (udeb)
Changes: 
 atk1.0 (1.32.0-3) unstable; urgency=low
 .
   * Re-enable the gir bindings.
Checksums-Sha1: 
 3f84adcee1edcf052bcb9df0eea06a9f364b72fb 1738 atk1.0_1.32.0-3.dsc
 d477ce9ac242794307efc6478221a84996ef663c 9782 atk1.0_1.32.0-3.debian.tar.gz
 86659a432f7389ac5a1c6a3314096aeea47a2384 211084 libatk1.0-data_1.32.0-3_all.deb
 3d7ba5f4a656b638e962ff074f04b68a2e3ef02b 144092 libatk1.0-doc_1.32.0-3_all.deb
 cce0db665dc0086104da40697a67a1ea3ed37398 91632 libatk1.0-0_1.32.0-3_amd64.deb
 c24120970055ed6f4d36a6720e2b1da22238e542 46920 
libatk1.0-udeb_1.32.0-3_amd64.udeb
 f4e2f1fad6ef5895776e87ee8b1bf4f5e0b2f612 165732 
libatk1.0-dev_1.32.0-3_amd64.deb
 8bd7a38ac4370cacc5daf81ef23a13087a618dd4 169392 
libatk1.0-dbg_1.32.0-3_amd64.deb
 a0708e058e19a520986c6aa7acd4d0db3e225294 61088 
gir1.2-atk-1.0_1.32.0-3_amd64.deb
Checksums-Sha256: 
 37b54e168fe45e4d1a1ed4c5ca6d1973c0be6ab532db2078493dcc34a6f7242f 1738 
atk1.0_1.32.0-3.dsc
 532617341cae1e79666951a6ec8b0cb850f827f55b453469aefb828738f62f57 9782 
atk1.0_1.32.0-3.debian.tar.gz
 816cae820c8b680fd298f81b3c0088dec7249b80324d8f4aa34ff807e9a02ef7 211084 
libatk1.0-data_1.32.0-3_all.deb
 ba1183d3ce47cba5acce5fedaa14157908e179677ab1679ab6c7cfcf86b204f3 144092 
libatk1.0-doc_1.32.0-3_all.deb
 7cbd68aeb722c7173d4bed802ea0ddb602deff98c1fd8f573c60188da21b17d8 91632 
libatk1.0-0_1.32.0-3_amd64.deb
 976b55d94f011a23c6a4a61e4ec4f19617ba2eb2276c36193312354281060b39 46920 
libatk1.0-udeb_1.32.0-3_amd64.udeb
 49e09b06eaf4cd47651cfb944823301e1d7e6f58de4d0d2d6249620a14b98c6f 165732 
libatk1.0-dev_1.32.0-3_amd64.deb
 e0ded178a570b7b4492b0ff442654e5c90663660ef0102ff11fd3da3f646a0c1 169392 
libatk1.0-dbg_1.32.0-3_amd64.deb
 1456f66f934d9ee395ba73b29af7698a0b8d6ed28256100cd27aa5d52624b5ae 61088 
gir1.2-atk-1.0_1.32.0-3_amd64.deb
Files: 
 fbfb4be391c85cb81360d3f73a6d3a54 1738 libs optional atk1.0_1.32.0-3.dsc
 cd0eacaa3cefeedd45ff5958474f1840 9782 libs optional 
atk1.0_1.32.0-3.debian.tar.gz
 52596e51a42c56c6a000c9a9de3c0233 211084 misc optional 
libatk1.0-data_1.32.0-3_all.deb
 10c06306370d5e5832080c269f8c40d0 144092 doc optional 
libatk1.0-doc_1.32.0-3_all.deb
 6e197d23092bb70be349ce1794e74dca 91632 libs optional 
libatk1.0-0_1.32.0-3_amd64.deb
 e52cce40c289332bb70b90afac149c3d 46920 debian-installer optional 
libatk1.0-udeb_1.32.0-3_amd64.udeb
 0b97c758e95801fe01d648eee233f06a 165732 libdevel optional 
libatk1.0-dev_1.32.0-3_amd64.deb
 1513a446ab73b490724f92c2f672e471 169392 debug extra 
libatk1.0-dbg_1.32.0-3_amd64.deb
 4b3f89ca0d25d78b8efaf1768a140a10 61088 libs optional 
gir1.2-atk-1.0_1.32.0-3_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAk2NOgMACgkQhTV17EoIsv4heACdHCRi9trMjzEovm1y96B9+rF5
DPMAmQFpGueo9h1XjN/jvfDaXd1bZk31
=KAtO
-END PGP SIGNATURE-


Accepted:
atk1.0_1.32.0-3.debian.tar.gz
  to main/a/atk1.0/atk1.0_1.32.0-3.debian.tar.gz
atk1.0_1.32.0-3.dsc
  to main/a/atk1.0/atk1.0_1.32.0-3.dsc
gir1.2-atk-1.0_1.32.0-3_amd64.deb
  to main/a/atk1.0/gir1.2-atk-1.0_1.32.0-3_amd64.deb
libatk1.0-0_1.32.0-3_amd64.deb
  to main/a/atk1.0/libatk1.0-0_1.32.0-3_amd64.deb
libatk1.0-data_1.32.0-3_all.deb
  to main/a/atk1.0/libatk1.0-data_1.32.0-3_all.deb
libatk1.0-dbg_1.32.0-3_amd64.deb
  to main/a/atk1.0/libatk1.0-dbg_1.32.0-3_amd64.deb
libatk1.0-dev_1.32.0-3_amd64.deb
  to main/a/atk1.0/libatk1.0-dev_1.32.0-3_amd64.deb
libatk1.0-doc_1.32.0-3_all.deb
  to main/a/atk1.0/libatk1.0-doc_1.32.0-3_all.deb
libatk1.0-udeb_1.32.0-3_amd64.udeb
  to main/a/atk1.0/libatk1.0-udeb_1.32.0-3_amd64.udeb


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



Accepted cairo 1.10.2-5 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Mar 2011 22:10:28 +
Source: cairo
Binary: libcairo2-dev libcairo2 libcairo2-dbg libcairo2-doc 
libcairo-script-interpreter2 libcairo-gobject2 cairo-perf-utils libcairo2-udeb
Architecture: source all amd64
Version: 1.10.2-5
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett daj...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 cairo-perf-utils - The Cairo 2D vector graphics library performance utilities
 libcairo-gobject2 - The Cairo 2D vector graphics library (GObject library)
 libcairo-script-interpreter2 - The Cairo 2D vector graphics library (script 
interpreter)
 libcairo2  - The Cairo 2D vector graphics library
 libcairo2-dbg - The Cairo 2D vector graphics library (debugging symbols)
 libcairo2-dev - Development files for the Cairo 2D graphics library
 libcairo2-doc - Documentation for the Cairo Multi-platform 2D graphics library
 libcairo2-udeb - The Cairo 2D vector graphics library Xlib backend (udeb)
Changes: 
 cairo (1.10.2-5) unstable; urgency=low
 .
   * debian/control,
 debian/libcairo2.symbols,
 debian/rules:
 + Temporarily disable the OpenGL/EGL backend, since that makes us
   block on mesa / libdrm / linux-2.6 to migrate to testing, and
   we're blocking the gobject-introspection transition, and we don't
   want to tie them. It will be re-enabled soon after we migrate.
   There shouldn't be anything depending on these symbols yet, so this
   should be safe.
   * debian/libcairo-gobject2.symbols,
 debian/libcairo-script-interpreter2.symbols:
 + Updated.
Checksums-Sha1: 
 33c77cb3c256503da9af35a48ae61e9a173ce87f 1709 cairo_1.10.2-5.dsc
 002e593bd612cdf4d2e4276b4abb72c1dc4b9074 29552 cairo_1.10.2-5.debian.tar.gz
 0e12e2acd0c551979063883398ff1468e9920d73 755848 libcairo2-doc_1.10.2-5_all.deb
 26687a2245b64327d6546e56813f5489763e76cb 9449144 
libcairo2-dev_1.10.2-5_amd64.deb
 e5bae140c683f2d2658dde372ec7088289d5655e 955622 libcairo2_1.10.2-5_amd64.deb
 5c34f5c0385daaa42b44d14301b2ef292520fab7 2124748 
libcairo2-dbg_1.10.2-5_amd64.deb
 51ca82ed23334e34011f44498eda06cb310fa491 632182 
libcairo-script-interpreter2_1.10.2-5_amd64.deb
 bfa39bbf8b00a4cd0baf2e4f2feae6b54d018ffc 589408 
libcairo-gobject2_1.10.2-5_amd64.deb
 27d5da3c7d7f2a3542da044ddc6443c972dfc3a6 1420252 
cairo-perf-utils_1.10.2-5_amd64.deb
 b016594e58362ec3c933f3bd0b3aa3cfb57ec5d6 324138 
libcairo2-udeb_1.10.2-5_amd64.udeb
Checksums-Sha256: 
 9761faf29e5b8be81dd283567f2e60095b549119f0b2e709ff354e7c7db515bd 1709 
cairo_1.10.2-5.dsc
 522bf6a4dbed8134e6b1f3903b3f412a29ac2c2b2f58b4e8f09f2366bcf4a3b4 29552 
cairo_1.10.2-5.debian.tar.gz
 c4ad3e6a63151921311b8b19286a82861ae5693c7dd5b6b4cce2619072f69d91 755848 
libcairo2-doc_1.10.2-5_all.deb
 696d0cecb0a6f2c0d2a0b8a886bda35e98a2f5d8b74c2b03968133d65db0 9449144 
libcairo2-dev_1.10.2-5_amd64.deb
 4a09bbec85abdb466c2c1197231940653c26313692706c3304c8c1d984a393aa 955622 
libcairo2_1.10.2-5_amd64.deb
 f13133d36390b4b76f27d77f9be9107e414d4c9dac88d30e9f5193aeee18e2b7 2124748 
libcairo2-dbg_1.10.2-5_amd64.deb
 6780d1e9007153e80ac4bf550b6aba0c3b4eff597ca80b595e01738bea8cf476 632182 
libcairo-script-interpreter2_1.10.2-5_amd64.deb
 0c99101072b8b1e5aef9d96f2f1274f1c445069d6fdd4dc5d96d9b9218518910 589408 
libcairo-gobject2_1.10.2-5_amd64.deb
 0cce83ae63fcdf662ed3638b08add5a31fe2d800c2049b704f4e08763ca87025 1420252 
cairo-perf-utils_1.10.2-5_amd64.deb
 e7ec6314acaac447020c6182681daf7500e804527b4c182241dedf79337f192a 324138 
libcairo2-udeb_1.10.2-5_amd64.udeb
Files: 
 59a23cf32c8c62b647f10f8e9510db07 1709 libs optional cairo_1.10.2-5.dsc
 ea29bffb13fc999d1266602b42d9328d 29552 libs optional 
cairo_1.10.2-5.debian.tar.gz
 6ca75fc467d100b6e0ce314c64eb2ce8 755848 doc optional 
libcairo2-doc_1.10.2-5_all.deb
 eb7064ae10fe2aa7abe2e3440b2ec6e6 9449144 libdevel optional 
libcairo2-dev_1.10.2-5_amd64.deb
 e12dbe4edc745aab8fff19a5e6262c6a 955622 libs optional 
libcairo2_1.10.2-5_amd64.deb
 af1c799d4a11973747ee1cce5a357659 2124748 debug extra 
libcairo2-dbg_1.10.2-5_amd64.deb
 de4708bceacda959f146e057c8c5ddf6 632182 libs optional 
libcairo-script-interpreter2_1.10.2-5_amd64.deb
 47adc62f3ef8c1a895af6040fe0ae057 589408 libs optional 
libcairo-gobject2_1.10.2-5_amd64.deb
 611b697c77d4409248209287f6927a77 1420252 misc optional 
cairo-perf-utils_1.10.2-5_amd64.deb
 b28b78660fb24e908b5e56aedb4c 324138 debian-installer optional 
libcairo2-udeb_1.10.2-5_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAk2NFLQACgkQhTV17EoIsv5jSQCgiLeeslz8W9vS8QJlaskITyRh
390AoJTO8MkQU3UAfll1PajKD0Lk+XWx
=iZ+f
-END PGP SIGNATURE-


Accepted:
cairo-perf-utils_1.10.2-5_amd64.deb
  to main/c/cairo/cairo-perf-utils_1.10.2-5_amd64.deb
cairo_1.10.2-5.debian.tar.gz
  to main/c/cairo/cairo_1.10.2-5.debian.tar.gz
cairo_1.10.2-5.dsc
  to main/c/cairo/cairo_1.10.2-5.dsc
libcairo-gobject2_1.10.2-5_amd64.deb
  to 

Accepted fuzzyocr 3.6.0-5 (source all)

2011-03-26 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 11:50:04 +1300
Source: fuzzyocr
Binary: fuzzyocr
Architecture: source all
Version: 3.6.0-5
Distribution: unstable
Urgency: low
Maintainer: Francois Marier franc...@debian.org
Changed-By: Francois Marier franc...@debian.org
Description: 
 fuzzyocr   - spamassassin plugin to check image attachments
Closes: 619613
Changes: 
 fuzzyocr (3.6.0-5) unstable; urgency=low
 .
   * Depend on gocr, ocrad and tesseract (closes: #619613)
   * Remove unnecessary versioned dependency on spamassassin
   * Remove obsolete conflict
Checksums-Sha1: 
 1fa08ad987d74260c03b9dc97889df04de70b39a 1794 fuzzyocr_3.6.0-5.dsc
 4e67b0c1d02056a6275a194f694394630b5d06ea 9408 fuzzyocr_3.6.0-5.debian.tar.gz
 d4273abc0fb83ab167de67eb987e819f0fae7954 132568 fuzzyocr_3.6.0-5_all.deb
Checksums-Sha256: 
 d0ebd78e73660e55743e6021f358e6943bf62ad6de12e2d3059e83d18f1f2769 1794 
fuzzyocr_3.6.0-5.dsc
 8fa008ec59afda58ef2e758e5579ec085dfc8e90a3287d156dd158c5f39ace79 9408 
fuzzyocr_3.6.0-5.debian.tar.gz
 36b9e56c9975530448a85e6e65c66ab75e87f8163ee69764c723868732c69898 132568 
fuzzyocr_3.6.0-5_all.deb
Files: 
 c4e600e2313d2d4203696bdbc3458602 1794 mail extra fuzzyocr_3.6.0-5.dsc
 eee189f319fa5e6202c628929b2bddb7 9408 mail extra fuzzyocr_3.6.0-5.debian.tar.gz
 edb2582dc995ae59d11b515fb45f7dab 132568 mail extra fuzzyocr_3.6.0-5_all.deb

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

iQIcBAEBCAAGBQJNjRyDAAoJEBYoHy4AfJjRqkMP/3E3VEDBPspYiYdR6LT63/dH
jfUYnm6SjtxhIbnKpwvQNUjkXukcIwcxmiink99UCiM9iUpdPYRjol258ohELLhG
v7XCwkeW/1iIGMQ2Ck8y4vxz23MpffBimvvbKPBvjknOwxHV72sdoGEQmC9rfGqC
XkcQum4flUn4KiUVnXAo7lBAA58RlFfjM612WE07HGLAZo3/0FERH799GD2OG1RQ
ntkEvrC2yFUdW9/cCiS5leLUubAYSzjQie6wE/1UuUubaLXlMub+TXTSdwwyF8ZC
4dR1KLc5lN/P+qOt+/LoR2b9O0LULPQhvT7DcnHI/X2d3tUTrfOHuox9J2sQ5kru
4jF5DMA7vCBNcxJqFoPPWyo0TlU+gkjnbmi5xkfIUOi+/ASvQMRWcGCuoNQHQJnr
btbnpiGdP0jzb85Mmr/UA4mqOBxlKeBqpjVhvvtTYL//wwBO3EBGqu/SEEeOIC8A
E4EBtBmwADGk8NyDN5iaXgsukkd0Fnan6V7Nq1ry00Qy7fZUVvPZQ/ZunPQcphTV
me9faO6pJMBpgWGZrIYbVy+cDFTvpqkmuO09gOp0ZfbLlVtWtx9GZtmyvdoOXVkQ
2n9Nb2G12SZnLw+0rgHiiTBNaooCbepqIy7tC2ZkwA/wtSu+Uj5piZZU1q9a2zEp
A80+yz8wZGfIN/+pxyK7
=kT6m
-END PGP SIGNATURE-


Accepted:
fuzzyocr_3.6.0-5.debian.tar.gz
  to main/f/fuzzyocr/fuzzyocr_3.6.0-5.debian.tar.gz
fuzzyocr_3.6.0-5.dsc
  to main/f/fuzzyocr/fuzzyocr_3.6.0-5.dsc
fuzzyocr_3.6.0-5_all.deb
  to main/f/fuzzyocr/fuzzyocr_3.6.0-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
Archive: http://lists.debian.org/e1q3nol-0002yy...@franck.debian.org



Accepted grub2 1.99~rc1-6 (source i386)

2011-03-26 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 19:23:04 +
Source: grub2
Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc 
grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 
grub-firmware-qemu grub-yeeloong
Architecture: source i386
Version: 1.99~rc1-6
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers pkg-grub-de...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 grub-common - GRand Unified Bootloader, version 2 (common files)
 grub-coreboot - GRand Unified Bootloader, version 2 (Coreboot version)
 grub-efi   - GRand Unified Bootloader, version 2 (dummy package)
 grub-efi-amd64 - GRand Unified Bootloader, version 2 (EFI-AMD64 version)
 grub-efi-ia32 - GRand Unified Bootloader, version 2 (EFI-IA32 version)
 grub-emu   - GRand Unified Bootloader, version 2 (emulated version)
 grub-firmware-qemu - GRUB firmware image for QEMU
 grub-ieee1275 - GRand Unified Bootloader, version 2 (Open Firmware version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (dummy package)
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub-yeeloong - GRand Unified Bootloader, version 2 (Yeeloong version)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
Closes: 615893 619458
Changes: 
 grub2 (1.99~rc1-6) unstable; urgency=low
 .
   * Cherry-pick from upstream:
 - Fix crash when extending menu entry line beyond 79 characters (closes:
   #615893).
 - Account for FreeBSD module headers when calculating allocation size.
 - Switch back to framebuffer page zero before loading the kernel
   (thanks, Felix Kuehling).
   * Merge from Ubuntu:
 - If we're upgrading and /boot/grub/core.img doesn't exist, then don't
   ask where to install GRUB, since it probably means we're in some kind
   of specialised environment such as a live USB stick (LP: #591202).
 - Drop the default priority of grub2/linux_cmdline to medium.  We only
   need to ask it if we're upgrading from GRUB Legacy and found an empty
   kopt in menu.lst (LP: #591202).
   * Update branch_embed-sectors.patch, avoiding consuming lots of space and
 time if the first partition is not near the start of the disk (closes:
 #619458, LP: #691569).
Checksums-Sha1: 
 35c76e8a5b602bedab029b7597657d9b8af7b096 2852 grub2_1.99~rc1-6.dsc
 269570eb4295d5e198353986c50c88010c647b75 595085 grub2_1.99~rc1-6.diff.gz
 20bc61eb826c080aa8d39fc5ff9cd1598db7f3b0 329530 grub2_1.99~rc1-6_i386.deb
 c07864b9017ae5f797a8a6459bb75c62a93ac345 328042 
grub-linuxbios_1.99~rc1-6_i386.deb
 ce9ba8845254ee367fb5cd24bb3151fce10c53ed 328042 grub-efi_1.99~rc1-6_i386.deb
 ce8f78a0662ded9638f09965c8ed7b73c8cecb2a 2229846 
grub-common_1.99~rc1-6_i386.deb
 86d157f8de3d19348f51c22a3850295458bb2e46 3317212 grub-emu_1.99~rc1-6_i386.deb
 ca1d9dc220e108c28c27b35fee0ab96216d378a7 1206830 grub-pc_1.99~rc1-6_i386.deb
 a4809cfdb0d6a1465bdad4e55d768c2d418269cc 1529484 
grub-rescue-pc_1.99~rc1-6_i386.deb
 31fe216f47f6588d2d838d727ba3c158860868fe 936656 
grub-coreboot_1.99~rc1-6_i386.deb
 afbcc7fe7b28e0402bfdad0088c9fa95f6d8305a 951020 
grub-efi-ia32_1.99~rc1-6_i386.deb
 539dcc1bac82b1dd08329bb4979a57abe8f6779e 1041072 
grub-efi-amd64_1.99~rc1-6_i386.deb
 81164a3d75a957260739221ee9cd9be3226b121e 932918 
grub-ieee1275_1.99~rc1-6_i386.deb
 605a777170cd7e1ab5ab8d93c8fe9efbc39d48f8 848510 
grub-firmware-qemu_1.99~rc1-6_i386.deb
Checksums-Sha256: 
 8f4e74ff51fc23f77d0ecf618c67d04d2ce3156ed6b8ff6f572cebbf596ecbd0 2852 
grub2_1.99~rc1-6.dsc
 54472d67b7097bcc6778319216a91625bd6cf235e4fc53499f862240e60ee858 595085 
grub2_1.99~rc1-6.diff.gz
 a75ad8f271da5118fb3f033dad2564dd809cc0ba1d6e4825b35e11f6616de900 329530 
grub2_1.99~rc1-6_i386.deb
 b7eb53234662267ba3836ed0923e824efe874f9a007e3d0946e1cceb8bb7c755 328042 
grub-linuxbios_1.99~rc1-6_i386.deb
 cb4b198a5e9b841a99507bf7c8031c2121a870c3133c7b9b956386a05ec6b7af 328042 
grub-efi_1.99~rc1-6_i386.deb
 e6c1a034318e797f4279c3ee950ad858926ceb8ef10fb82b244b7b20e1810cf6 2229846 
grub-common_1.99~rc1-6_i386.deb
 3b84e35effaebca03846d7715a90c4183a608653f59ef23bc043d7feff094aa4 3317212 
grub-emu_1.99~rc1-6_i386.deb
 a88a1f194408b99a2a0ce2c9d553bb7e5f3aed7a1585a95f9f6a46d609324716 1206830 
grub-pc_1.99~rc1-6_i386.deb
 b149a33a2da4935f64b9a5af9c3cba31d1f8d2f27be2fe6f1e02dd6b8df7be5c 1529484 
grub-rescue-pc_1.99~rc1-6_i386.deb
 74922863039d87cda051b2665dafb6e49facea10a81f7d2ebf820eb94f69005c 936656 
grub-coreboot_1.99~rc1-6_i386.deb
 188e398c5d4830302127dbc46a5f7adc66fe5dd90a64010638708055fd3a9680 951020 
grub-efi-ia32_1.99~rc1-6_i386.deb
 988772ec7a4e33c5776d48ea7ecae0db9d6da8e75970833e6a0c8ae8b79b6444 1041072 
grub-efi-amd64_1.99~rc1-6_i386.deb
 fb338a23d423c552a5230d7ee647f568cb8f4ebe964b4cebb5681b263ba44cec 932918 
grub-ieee1275_1.99~rc1-6_i386.deb
 aae64d52e31941def371fc51ee4d95b2482ddff92058f22443117479d76dbb13 

Accepted gtk+3.0 3.0.6-1 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 00:00:41 +
Source: gtk+3.0
Binary: libgtk-3-0 libgtk-3-0-udeb libgtk-3-common libgtk-3-bin libgtk-3-dev 
libgtk-3-0-dbg libgtk-3-doc gtk-3-examples gir1.2-gtk-3.0 libgail-3-0 
libgail-3-common libgail-3-dev libgail-3-0-dbg libgail-3-doc
Architecture: source all amd64
Version: 3.0.6-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gtk-3.0 - The GTK+ graphical user interface library -- gir bindings
 gtk-3-examples - Examples files for GTK+ 3
 libgail-3-0 - GNOME Accessibility Implementation Library -- shared libraries
 libgail-3-0-dbg - Gail libraries and debugging symbols
 libgail-3-common - GNOME Accessibility Implementation Library -- common modules
 libgail-3-dev - GNOME Accessibility Implementation Library -- development files
 libgail-3-doc - documentation files of the Gail library
 libgtk-3-0 - The GTK+ graphical user interface library
 libgtk-3-0-dbg - The GTK+ libraries and debugging symbols
 libgtk-3-0-udeb - The GTK+ graphical user interface library - minimal runtime 
(udeb)
 libgtk-3-bin - The programs for the GTK+ graphical user interface library
 libgtk-3-common - Common files for the GTK+ graphical user interface library
 libgtk-3-dev - Development files for the GTK+ library
 libgtk-3-doc - Documentation for the GTK+ graphical user interface library
Changes: 
 gtk+3.0 (3.0.6-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/libgtk-3-0.symbols:
   - Updated.
   * debian/control.in:
 + Tighten libatk1.0-dev b-d to make sure we get an Atk-1.0.gir file.
Checksums-Sha1: 
 7437a59c87da0a7aa95cdfb1ca3c5dc0daf141f4 2504 gtk+3.0_3.0.6-1.dsc
 520f9c556794926537fb061cef2376305791b7c2 25210277 gtk+3.0_3.0.6.orig.tar.gz
 81055ffdf77aaa76b73769d2d5b7cc00194fd857 86065 gtk+3.0_3.0.6-1.debian.tar.gz
 3199d4b642c00098ff56f50232e84432304f57c0 6969768 
libgtk-3-common_3.0.6-1_all.deb
 68c34351e8721e629407c1499cfc6d6eed2b1309 1151840 libgtk-3-bin_3.0.6-1_all.deb
 7df3cea3ea0d2142dbd0693950f74b07b3ebde12 3832020 libgtk-3-doc_3.0.6-1_all.deb
 4dd0c23cc012a99c142c2931d7ef1f4e1994b534 1160404 libgail-3-doc_3.0.6-1_all.deb
 b388d02d9e2413bbb28b086ff744febb146da7e3 3255962 libgtk-3-0_3.0.6-1_amd64.deb
 535036191ff8a0a311418fb4097a4013152d58d7 1969294 
libgtk-3-0-udeb_3.0.6-1_amd64.udeb
 19cd9bfb9367cd05e6c5d4d1dca2f7b21e9fb286 4799640 libgtk-3-dev_3.0.6-1_amd64.deb
 c848149001f2be2bcd10b9dc671c66d1e057094e 6442076 
libgtk-3-0-dbg_3.0.6-1_amd64.deb
 51e4732edfb4693be408be663dca0a54af7c7dfe 1394618 
gtk-3-examples_3.0.6-1_amd64.deb
 fba0f6d5a53c56cfc39f48a2d979824139d1d8e2 1359384 
gir1.2-gtk-3.0_3.0.6-1_amd64.deb
 4743942944df7dcd90257e9b245b6a2baf38604f 1161022 libgail-3-0_3.0.6-1_amd64.deb
 cf79914cb3e39368bb84b6cebabadf573fe36cae 1284068 
libgail-3-common_3.0.6-1_amd64.deb
 28294035b65ba16dd77a350a7dd9fbe277b112a3 1162066 
libgail-3-dev_3.0.6-1_amd64.deb
 abf8be4fdd10949e9a3bd19dd0b0890c6f32b3a8 1610054 
libgail-3-0-dbg_3.0.6-1_amd64.deb
Checksums-Sha256: 
 81a198d92d4e7cad5bd31a06d44a79556459e397d28a5c20699bf36e82e810c5 2504 
gtk+3.0_3.0.6-1.dsc
 ef75837c3d306897f2f52d45023d5f6383a11121adcc832c2f85b13b0d1f3fe1 25210277 
gtk+3.0_3.0.6.orig.tar.gz
 1c0dcec21331d48cdd261973bf9cfb8fe728e9fc917afb7276231a090774f523 86065 
gtk+3.0_3.0.6-1.debian.tar.gz
 0abff5928753af1ae653ed4da89924205bc1e281c49118a023933ce2e5c344d1 6969768 
libgtk-3-common_3.0.6-1_all.deb
 741537592b57ff66ec17fc1ea1eec456a3f551e46306e1e41562ad7a8c294e63 1151840 
libgtk-3-bin_3.0.6-1_all.deb
 9d63fe0348de06ca5b7ed60b2c539354ae673e3173fca1339a6158d43e93b776 3832020 
libgtk-3-doc_3.0.6-1_all.deb
 457e6f57e15273574ce2efdbea51996fa55ed5d07fc2a21cde9a8bea371a3748 1160404 
libgail-3-doc_3.0.6-1_all.deb
 3b77c8343ab53b8eed93ff90c036848357d7e7a57be9aa18d7780fe00a0b587c 3255962 
libgtk-3-0_3.0.6-1_amd64.deb
 71ca2ef035cb382a0606036517764d319cc0fca183e8c9cca80c305191b893d2 1969294 
libgtk-3-0-udeb_3.0.6-1_amd64.udeb
 43183dd9bc1ce931841d6ceac80dd1a09d02826956668c81acfde4220abc781f 4799640 
libgtk-3-dev_3.0.6-1_amd64.deb
 7572e903d213d5f4ec778a28afd1be0d797cf2e0d5a7644d57e76d2c0d1fa106 6442076 
libgtk-3-0-dbg_3.0.6-1_amd64.deb
 a5809b8bd0409ad9c6fbdf95d41fa125a5a8a7c7827538d80bbd9842391176e1 1394618 
gtk-3-examples_3.0.6-1_amd64.deb
 4f675c5d198bf69ee274291d6edbdf0db92c45e50f8470c7c5ec5fc2f1b87312 1359384 
gir1.2-gtk-3.0_3.0.6-1_amd64.deb
 4659a03a672965a5cc709b3419f5682b50a9af18f6205bec342115e37bab501d 1161022 
libgail-3-0_3.0.6-1_amd64.deb
 5f9ca1b2a7cccb86ec2c1069d77ad4e062f7e9f3314f25e0ea032493d6b1939d 1284068 
libgail-3-common_3.0.6-1_amd64.deb
 3961506183f5793c464c0e9326c1b339a23b95086430669701da132b1daec5b8 1162066 
libgail-3-dev_3.0.6-1_amd64.deb
 1dab5c6cdea80334d3c4c9bea3a67fdc6ad131db30462a3d9fbf72dac6f7db3e 1610054 
libgail-3-0-dbg_3.0.6-1_amd64.deb
Files: 
 d57ffaff76a60df37f9b0281a224987a 2504 libs optional 

Accepted libiodbc2 3.52.6-5 (source amd64)

2011-03-26 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 18:19:23 -0700
Source: libiodbc2
Binary: iodbc libiodbc2 libiodbc2-dev
Architecture: source amd64
Version: 3.52.6-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 iodbc  - GTK+ config frontend for the iODBC Driver Manager
 libiodbc2  - iODBC Driver Manager
 libiodbc2-dev - iODBC Driver Manager (development files)
Changes: 
 libiodbc2 (3.52.6-5) unstable; urgency=low
 .
   * QA upload.
   * debian/rules: clean the dependency_libs out of .la files at build
 time, per Policy 10.2
Checksums-Sha1: 
 3bad35ee9437463db298670e1c0ee20f9860f5a4 1752 libiodbc2_3.52.6-5.dsc
 98c06f6db0cea88e9c92426665eb422c6c107d22 4961 libiodbc2_3.52.6-5.diff.gz
 1d9c2ed01eabc43f0ce76affd00c7cf95c8a5226 275802 iodbc_3.52.6-5_amd64.deb
 d8bd572bf1f4eb231b2c41dc62c1b9b0bdf52a50 192700 libiodbc2_3.52.6-5_amd64.deb
 71f015aee35c49f9bd30e8e00b9143a2bf1a19c3 452370 
libiodbc2-dev_3.52.6-5_amd64.deb
Checksums-Sha256: 
 1fd95132ccbf689363b859f5906f5a1b87d204054b6ebe1351cba39b23080a9e 1752 
libiodbc2_3.52.6-5.dsc
 3a47e5f7119a768c0331a17a426a9ee2f42a16f38977d0b6184726041032bdda 4961 
libiodbc2_3.52.6-5.diff.gz
 375da42dea083bf79d1a5dd064e59d97f197fcdb93cd288d3148ac5c1f8bf12c 275802 
iodbc_3.52.6-5_amd64.deb
 17c96a3dd8711ff4b1743a524368a6e3727604b2436cf6eef30a275a77aa65cb 192700 
libiodbc2_3.52.6-5_amd64.deb
 cf81cbeb2b663b6aecc54f9e287fdd288afd7442097b42c5811d443c5ff356b9 452370 
libiodbc2-dev_3.52.6-5_amd64.deb
Files: 
 2b2417657c7277cea6449b6d79c6ddbc 1752 libs optional libiodbc2_3.52.6-5.dsc
 8ccc1f16439fc175e897c268c67c3441 4961 libs optional libiodbc2_3.52.6-5.diff.gz
 b312b021d9b50bae538945ee3d9a97d9 275802 misc optional iodbc_3.52.6-5_amd64.deb
 9f88890d518b42788280bf4727db4fec 192700 libs optional 
libiodbc2_3.52.6-5_amd64.deb
 8eeca485db64da6097839c0ca94652af 452370 libdevel optional 
libiodbc2-dev_3.52.6-5_amd64.deb

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

iQIVAwUBTY1ArFaNMPMhshM9AQilGRAAuHS9nScv3ehtIhh+zrAUnrFysMjq1yNG
X4vNnF1mEXbDN3/ns7W3yI3prEoQVvjJhGn9vo9YKMc2WtDYErQtBdIg9II8viVx
73kPJJtv1Lhw5v83dcluF+HNtYguloA1c6XPg8o6Hsm4NwIFxU34W0vOZ+WCh6+Q
8fDOe+q5Jk3jaW5K3djR8NfzjBhcnhjyPne11wH4zROlJVoCfCyet08Si54JcsD7
Mw86uKrnKd9XeQ7JipbKNEfICeNtRfDE55vemy3x4XFkdVBI9fJvgaSYUh4UBV5J
5D8KBy2HqWYjHTmQc7BhAClhXZjdtoDDw4c3QqFqBGFHQZvoKIgQGnTBSwSpMGMA
E/47GsCFntvCxr/rDzQALzXxacEwwSZE8nBgd7sQAAR/b4cPVHfYbvM13ExxHhxz
MIcXvwRHiYQlvn4tikPGqBBZ8s+HWo6pTFeGdJMx8lISLI2AsQfNBT2xHFfQMiHv
xJVU0I7wxPaYpnEA0Yi/D3uOKsWpemhRXvlZQl9TXZlRhUgplnwdmswev6OqeFAQ
7jeqBmRYNHKuWu5C3pYSaPfxcbxoIC+IR84Czwx8aWYmeHIfD620LvaQx/BCcuiI
F2kpN+AI5vcPeTpMcP1HU1LSutuFZ+8TTcS/A2KMAmU/7xW+fuwP18IgvKDEzda2
DQjrt9XmZ0c=
=xbJ8
-END PGP SIGNATURE-


Accepted:
iodbc_3.52.6-5_amd64.deb
  to main/libi/libiodbc2/iodbc_3.52.6-5_amd64.deb
libiodbc2-dev_3.52.6-5_amd64.deb
  to main/libi/libiodbc2/libiodbc2-dev_3.52.6-5_amd64.deb
libiodbc2_3.52.6-5.diff.gz
  to main/libi/libiodbc2/libiodbc2_3.52.6-5.diff.gz
libiodbc2_3.52.6-5.dsc
  to main/libi/libiodbc2/libiodbc2_3.52.6-5.dsc
libiodbc2_3.52.6-5_amd64.deb
  to main/libi/libiodbc2/libiodbc2_3.52.6-5_amd64.deb


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



Accepted libmusicbrainz-2.1 2.1.5-5 (source all amd64)

2011-03-26 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 01:29:17 +
Source: libmusicbrainz-2.1
Binary: libmusicbrainz4-dev libmusicbrainz4c2a python-musicbrainz
Architecture: source amd64 all
Version: 2.1.5-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 libmusicbrainz4-dev - Second generation incarnation of the CD Index - 
development
 libmusicbrainz4c2a - Second generation incarnation of the CD Index - library
 python-musicbrainz - Second generation incarnation of the CD Index - Python 
bindings
Changes: 
 libmusicbrainz-2.1 (2.1.5-5) unstable; urgency=low
 .
   * QA upload.
   * debian/rules: clean the dependency_libs out of .la files at build
 time, per Policy 10.2
Checksums-Sha1: 
 4e81a9c4008d9cbebd072c221e2d5f64229458f6 1852 libmusicbrainz-2.1_2.1.5-5.dsc
 ef68592781608b20a2cd3eee04ffaf3a883b826f 8884 
libmusicbrainz-2.1_2.1.5-5.diff.gz
 c77f29e4478518d31a501fa3a9aaaea2e60d12b6 125126 
libmusicbrainz4-dev_2.1.5-5_amd64.deb
 353dde67e59d69dd16022911f946bac0f8c8ace0 90912 
libmusicbrainz4c2a_2.1.5-5_amd64.deb
 c3ffd5ed41a2c340b3e572f28ede115552019820 22012 
python-musicbrainz_2.1.5-5_all.deb
Checksums-Sha256: 
 f421848609419d4b1580e064aeefd336085d0e38c02c45617764c2aa3ca2b2cc 1852 
libmusicbrainz-2.1_2.1.5-5.dsc
 0b9862c3fd8126db11ca5b6ff04432063e6f30b0a2fdfce1a92a9b526475bd04 8884 
libmusicbrainz-2.1_2.1.5-5.diff.gz
 ae2a18a6ffd447ef6182bba4c6325640ccf2fc118839c48065ad77d66f22554a 125126 
libmusicbrainz4-dev_2.1.5-5_amd64.deb
 35f84ee9eb16c6bbeb629c69008d4ea92f1d50a51ef8823b68c1ca2ab786 90912 
libmusicbrainz4c2a_2.1.5-5_amd64.deb
 0e538df659f50a9b2ffb6710bce936bb7226568fb1aad268086c885d5b0a3a18 22012 
python-musicbrainz_2.1.5-5_all.deb
Files: 
 b5fe2a35ce4b2c19274e4dc003ad6198 1852 libs optional 
libmusicbrainz-2.1_2.1.5-5.dsc
 4496a28ddfe98581bee37ff5927ff15b 8884 libs optional 
libmusicbrainz-2.1_2.1.5-5.diff.gz
 5eb00bdb6ea24f03a4895fb928177a49 125126 libdevel optional 
libmusicbrainz4-dev_2.1.5-5_amd64.deb
 00b7b11d6a29b0704bf595b852a8f7c5 90912 libs optional 
libmusicbrainz4c2a_2.1.5-5_amd64.deb
 0d285d0237358fdf8db1ca2233a136f9 22012 python optional 
python-musicbrainz_2.1.5-5_all.deb

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

iQIVAwUBTY1CsVaNMPMhshM9AQjagg/6As+wy2rgrfzwT/eHLBHmWuM38KUTbb4N
cqOqomaCxJYpPVu9iYtRL4LC12Qc4X+8cloKN8FQwdSumCRPoD6Ui1AZWdqzvgaE
9sVJVsljFTfvLgKLEKZ3fqEHPemZ7B8vgvrWrCuOsz3E8l1p8u0DuSy6gm9J3UiO
hen0N6/nHyWgb6utYa2JGbeCD+6TPE43rL8u6Wrjr9WBvLItAwBxRDv6O4AmXRSG
fGZrSfMXsevDtJHkFIggwi7DJvPOpmLiDiR2Fosg1pFIcABxYzVmGmmsrh6Kgt6E
BjFyAYLqjxDe1lJ1g+ncd0NcmrLB6lUCe6hlNUdC6k9nfdO03wpWMVd0uwe/fRoq
GLbceY9y1bdiGI5oEuLO+6IzzzDuCjnlkIfeIOFA8ToBC4wccvClCnSNDuqNIViz
C8bE87jnbIw0+JYPoQYGVow9LQIJqKRp+k+NlEmDdUfhZyVUBcSSsCv9hIr6QnIg
AMK9O/V2BZtFsay4ao4Kijc6BlSDjopjRODEuTcZXGlu3d9EnGREUg2YlGdGAwit
qqXqPcLufmNgyoVse88ZraGWXaZRTpvQqEF/XilkLn6267nDyzWQ/If+Q+lhzS9/
yz8otTL4Lv4SgRO0/K9kG7wCHmAg4jjBQK2LkHmOjpxihXkq8bpPtYPPlXanwUKf
NAQuYONtgEc=
=6GYK
-END PGP SIGNATURE-


Accepted:
libmusicbrainz-2.1_2.1.5-5.diff.gz
  to main/libm/libmusicbrainz-2.1/libmusicbrainz-2.1_2.1.5-5.diff.gz
libmusicbrainz-2.1_2.1.5-5.dsc
  to main/libm/libmusicbrainz-2.1/libmusicbrainz-2.1_2.1.5-5.dsc
libmusicbrainz4-dev_2.1.5-5_amd64.deb
  to main/libm/libmusicbrainz-2.1/libmusicbrainz4-dev_2.1.5-5_amd64.deb
libmusicbrainz4c2a_2.1.5-5_amd64.deb
  to main/libm/libmusicbrainz-2.1/libmusicbrainz4c2a_2.1.5-5_amd64.deb
python-musicbrainz_2.1.5-5_all.deb
  to main/libm/libmusicbrainz-2.1/python-musicbrainz_2.1.5-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
Archive: http://lists.debian.org/e1q3nv3-0007ni...@franck.debian.org



Accepted libx11 2:1.4.2-1 (source all amd64)

2011-03-26 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 00:36:43 +0100
Source: libx11
Binary: libx11-6 libx11-6-udeb libx11-data libx11-6-dbg libx11-dev libx11-xcb1 
libx11-xcb1-dbg libx11-xcb-dev
Architecture: source all amd64
Version: 2:1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 libx11-6   - X11 client-side library
 libx11-6-dbg - X11 client-side library (debug package)
 libx11-6-udeb - X11 client-side library (udeb)
 libx11-data - X11 client-side library
 libx11-dev - X11 client-side library (development headers)
 libx11-xcb-dev - Xlib/XCB interface library (development headers)
 libx11-xcb1 - Xlib/XCB interface library
 libx11-xcb1-dbg - Xlib/XCB interface library (debug package)
Closes: 463159
Changes: 
 libx11 (2:1.4.2-1) unstable; urgency=low
 .
   [ Timo Aaltonen ]
   * New upstream release. (closes: #463159)
 .
   [ Cyril Brulebois ]
   * Bump x11proto-xf86bigfont-dev build-dep.
Checksums-Sha1: 
 9277e5b9cb22aeeb464c6ebbfff8893e4757dcc5 1513 libx11_1.4.2-1.dsc
 1699836cc2ad42fa1b62e93a73be071ffb87421e 2888663 libx11_1.4.2.orig.tar.gz
 90b2c01f80874284d5a1ba4129affaf137471edb 83021 libx11_1.4.2-1.diff.gz
 43f2e17fed03faff00d311e2cd3921b07133fc79 188624 libx11-data_1.4.2-1_all.deb
 dfa2d6bf8e9cd926c4783e3db107b633109984f9 880528 libx11-6_1.4.2-1_amd64.deb
 2cd5b3e0c7fa9eb4049a7e292b48fb92cd097c7a 762070 
libx11-6-udeb_1.4.2-1_amd64.udeb
 69c01e5a0acd1f92b4f5f57b4e3d0c89970fa810 2798166 libx11-6-dbg_1.4.2-1_amd64.deb
 4f04edd4f97a23d42896434fdcf7ff7434990d02 3287632 libx11-dev_1.4.2-1_amd64.deb
 1c6110b58a5e05bcf50cd190230178465fc10cf9 118724 libx11-xcb1_1.4.2-1_amd64.deb
 77d6e3726d51238cbfc045eff714f8a19bb05c3c 132618 
libx11-xcb1-dbg_1.4.2-1_amd64.deb
 f074081f6248faced25e289433a42a51f7fa57f0 120494 
libx11-xcb-dev_1.4.2-1_amd64.deb
Checksums-Sha256: 
 c681df15e3a116ef150c460a9fddb40fb189f2d3e32e586e80a9c351a0b7c4cf 1513 
libx11_1.4.2-1.dsc
 770d51682c02de656f4d1c935807475fff8129d52394ca451ab816f65f4ad9a4 2888663 
libx11_1.4.2.orig.tar.gz
 7ca7265632090116477275e5358c6d9f7f7f0328604d0dfd4773f72073b36d63 83021 
libx11_1.4.2-1.diff.gz
 c2ac29ce811c020ee5c893530dd5afe9b14c7f9e93feb0b6ee19a6943607a4aa 188624 
libx11-data_1.4.2-1_all.deb
 e369502a3a468cc71b2d16dc6c51272c7dc5be055862435d1ce65cf5021819b2 880528 
libx11-6_1.4.2-1_amd64.deb
 e75737bfbf4d0acc3a58956d2d67fd2d1e51996d2719a16e709183308c128c03 762070 
libx11-6-udeb_1.4.2-1_amd64.udeb
 cf6055d1a773ef9aab692c88babad8c4002d64ad9493aab42ce1003f5a83f7da 2798166 
libx11-6-dbg_1.4.2-1_amd64.deb
 fe2a80e82cc5ee0eb249eeced1ac0065c95ee85fad5788185a3c0e0161c44d24 3287632 
libx11-dev_1.4.2-1_amd64.deb
 f2757d5ab29afd3c084be856e9167deaa1b6589cd63c6004e651aa93ad69f7ce 118724 
libx11-xcb1_1.4.2-1_amd64.deb
 e0e7dab637937558ebb7f3390cfe998cb66a3520ba9847e909a40175e1b8eb59 132618 
libx11-xcb1-dbg_1.4.2-1_amd64.deb
 ae609b1ae89a6f0d6a02d296030cacf9c7620e7c2c5dbb71b252c895d6b24146 120494 
libx11-xcb-dev_1.4.2-1_amd64.deb
Files: 
 74c4d4642059174c3fe8e4198218fbed 1513 x11 optional libx11_1.4.2-1.dsc
 6adfc26ea2774073ab43713934af5b07 2888663 x11 optional libx11_1.4.2.orig.tar.gz
 e66b73b7e35d46fe96bbe43ad00a33af 83021 x11 optional libx11_1.4.2-1.diff.gz
 9764473172c5f752540d7c98804f1978 188624 x11 optional 
libx11-data_1.4.2-1_all.deb
 83ec6a780e75b6d1b22f4d792f279a70 880528 libs optional 
libx11-6_1.4.2-1_amd64.deb
 cc9ff2128fc9644bc04c320a0ad29941 762070 debian-installer optional 
libx11-6-udeb_1.4.2-1_amd64.udeb
 c7c3ae8363797fa2370a72807646b692 2798166 debug extra 
libx11-6-dbg_1.4.2-1_amd64.deb
 cd66d48f58084db23e8da67d533d4214 3287632 libdevel optional 
libx11-dev_1.4.2-1_amd64.deb
 6a6ffa45e855d4a9074d95b7f71c677a 118724 libs optional 
libx11-xcb1_1.4.2-1_amd64.deb
 1462d4a1f16f844ab2e287be224643e2 132618 debug extra 
libx11-xcb1-dbg_1.4.2-1_amd64.deb
 4986df508964d47bf6e1d88fe89cd0a3 120494 libdevel optional 
libx11-xcb-dev_1.4.2-1_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAk2NNMAACgkQeGfVPHR5Nd394QCdE9agTY3DX4oPefJi11CGzcnN
800An2sHq7WbHuybRL+KIHvg8peZjYSo
=f5pQ
-END PGP SIGNATURE-


Accepted:
libx11-6-dbg_1.4.2-1_amd64.deb
  to main/libx/libx11/libx11-6-dbg_1.4.2-1_amd64.deb
libx11-6-udeb_1.4.2-1_amd64.udeb
  to main/libx/libx11/libx11-6-udeb_1.4.2-1_amd64.udeb
libx11-6_1.4.2-1_amd64.deb
  to main/libx/libx11/libx11-6_1.4.2-1_amd64.deb
libx11-data_1.4.2-1_all.deb
  to main/libx/libx11/libx11-data_1.4.2-1_all.deb
libx11-dev_1.4.2-1_amd64.deb
  to main/libx/libx11/libx11-dev_1.4.2-1_amd64.deb
libx11-xcb-dev_1.4.2-1_amd64.deb
  to main/libx/libx11/libx11-xcb-dev_1.4.2-1_amd64.deb
libx11-xcb1-dbg_1.4.2-1_amd64.deb
  to main/libx/libx11/libx11-xcb1-dbg_1.4.2-1_amd64.deb
libx11-xcb1_1.4.2-1_amd64.deb
  to main/libx/libx11/libx11-xcb1_1.4.2-1_amd64.deb
libx11_1.4.2-1.diff.gz
  to main/libx/libx11/libx11_1.4.2-1.diff.gz
libx11_1.4.2-1.dsc
  to 

Accepted mailgraph 1.14-9 (source all)

2011-03-26 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 07:00:39 +0100
Source: mailgraph
Binary: mailgraph
Architecture: source all
Version: 1.14-9
Distribution: unstable
Urgency: low
Maintainer: Julien Valroff jul...@debian.org
Changed-By: Julien Valroff jul...@debian.org
Description: 
 mailgraph  - RRDtool frontend for Mail statistics
Closes: 617411
Changes: 
 mailgraph (1.14-9) unstable; urgency=low
 .
   * Fix patch to set default location of rrd files (Closes: #617411)
   * Add patch to create greylisting RRD and graph (supports postgrey and
 grossd)
   * Remove Norbert from Uploaders, thanks to him for his work on this
 package
   * Update DEP-5 url to the latest revision
Checksums-Sha1: 
 b4a1af4bdc8c208398e718e86a0b321b7f51b1de 1671 mailgraph_1.14-9.dsc
 c05fe0ecd2b9593e5fa7dc17623d0e76efdb658f 26037 mailgraph_1.14-9.debian.tar.gz
 93efa0b0cb6e8f409d97a6a890b2f7057573b6c3 34082 mailgraph_1.14-9_all.deb
Checksums-Sha256: 
 bcff366dcfdef2e03edf710c4a15bf5fff1e58adca8ecebe84bd8106f63dd5e7 1671 
mailgraph_1.14-9.dsc
 ebfa1e8d594baf6266dc9925a475553a0f7e7bc345a57ae52b1645f15fc88937 26037 
mailgraph_1.14-9.debian.tar.gz
 b07020a8ab0ce40b9962c52f52d980f2502342c1ceada3b9c553c7c2cc238170 34082 
mailgraph_1.14-9_all.deb
Files: 
 d2e10c36453e1198d80ce636a5682144 1671 admin extra mailgraph_1.14-9.dsc
 299ba1b3edaaaf2c3f3661e1079f814a 26037 admin extra 
mailgraph_1.14-9.debian.tar.gz
 001a9b310ac27c043f307728130fe9f3 34082 admin extra mailgraph_1.14-9_all.deb

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

iQIcBAEBCAAGBQJNjYFIAAoJEIWf72cljiax678P/jgUVL67l0YOxz4zTzLqD/uW
xdHiAvQm0dojgmgsnDvlbW81rGYq7H8d5i6SKcLgN0zV5wsAoK1syAhBa+Y9SxDZ
1Te8Hg+gECJxulaBj9sGdnkT+47qqEOSBUOSqB91VhRHWHyZWAnHhXbhmG24JOMc
N4XBzZqOMYV7GL/Zydq4Rt1M5qpQUNSJ7PWV5Ducrc04vwAviQbiwLwQHxfJcvfw
ldjYpIx5LjMcRXBHhpA5n+bH3OKVXnKurVFtVlzvKirmOtjBSiIGReXkKfPvpHhS
jWKM75Xkyre66nkd4AO9UljyfZEZmcVcGL8aao5P/o7lfKXjQqKONm4E5+h92DG0
Pz2jVPpuwrlI5D63Tyr3V/IK3ATYWDSUkSELSGsVcblUkWuKBwDNTj/XDsm/3mqo
iYYFGzSiGwjHt+YwffKwBIIZR+LbJVchFypMYDyC/sxrjNUOL/ZfDsgFGCNqUluF
0ETPw+2ujH3ZH/6ceD8PW09dANuSW9eJ4NWxX1ZTjs3tTqFCaBg7Qs3lQBTC2jB4
j3MQJRK8a9zBGGqGIdTBu03wlsJ9ITpPdXGHEc9eVpReFP3xpXOhuuVRX1M4a9Ex
WXTjVHNN4WoDCOsnZD96dps72Q74uRCzU6Ip62iJIOpw8kNcBjiWcdQ6Vzgx8DUD
9EzZaKTJViTBR+/YK5yo
=n16v
-END PGP SIGNATURE-


Accepted:
mailgraph_1.14-9.debian.tar.gz
  to main/m/mailgraph/mailgraph_1.14-9.debian.tar.gz
mailgraph_1.14-9.dsc
  to main/m/mailgraph/mailgraph_1.14-9.dsc
mailgraph_1.14-9_all.deb
  to main/m/mailgraph/mailgraph_1.14-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
Archive: http://lists.debian.org/e1q3nyb-00087x...@franck.debian.org



Accepted meld 1.5.1-1 (source all)

2011-03-26 Thread Balint Reczey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Mar 2011 17:23:15 +0100
Source: meld
Binary: meld
Architecture: source all
Version: 1.5.1-1
Distribution: experimental
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Balint Reczey bal...@balintreczey.hu
Description: 
 meld   - graphical tool to diff and merge files
Closes: 388343 619078
Changes: 
 meld (1.5.1-1) experimental; urgency=low
 .
   * New upstream development release (Closes: #619078)
 - Start file chooser dialogs from last location (Closes: #388343)
 - Add support for the Fossil SCM
Checksums-Sha1: 
 df247f58700e6eda9e8414f3f2e04851f489e7a1 1333 meld_1.5.1-1.dsc
 d227144e2d2c52c631ef100ef653a0cdeddb2273 509359 meld_1.5.1.orig.tar.gz
 2f0775547e6b621c994aed8c0f267a75e88b6438 6653 meld_1.5.1-1.debian.tar.gz
 04cdf10afba3be8263bec3e9028eed3079135459 388340 meld_1.5.1-1_all.deb
Checksums-Sha256: 
 a154c38b5fbeee59735f44e27373e384cd20702bbe275c79e5f7ec2d7623136f 1333 
meld_1.5.1-1.dsc
 aebfa858675bcd4bfaa743916e91fe740cdce70951ec75f53359157a1b6356d5 509359 
meld_1.5.1.orig.tar.gz
 b549b51bdcc842b932e2007742364b217bb052bed618b8f39d0bc7559ddb2b26 6653 
meld_1.5.1-1.debian.tar.gz
 3fe7a966814355c66fb3db4be97066e305e6354ae9e78ff48c8a3e97ac8e48c6 388340 
meld_1.5.1-1_all.deb
Files: 
 4d40e43947c9bcc4829856fdc53da434 1333 gnome optional meld_1.5.1-1.dsc
 00111e5b5a35e40c89a49953e0c7c289 509359 gnome optional meld_1.5.1.orig.tar.gz
 f10ef0bbc10f9f5867e22ba726827956 6653 gnome optional meld_1.5.1-1.debian.tar.gz
 6b0d5da35249cf6f5e6c62cdf94479a1 388340 gnome optional meld_1.5.1-1_all.deb

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

iEYEARECAAYFAk2NQhkACgkQhTV17EoIsv5kzwCgj+/gwAqDTlb/dlS2Xc9TeBSl
H0YAoKuBTAhDI4MK55VTfAukxxgqmu70
=8f7b
-END PGP SIGNATURE-


Accepted:
meld_1.5.1-1.debian.tar.gz
  to main/m/meld/meld_1.5.1-1.debian.tar.gz
meld_1.5.1-1.dsc
  to main/m/meld/meld_1.5.1-1.dsc
meld_1.5.1-1_all.deb
  to main/m/meld/meld_1.5.1-1_all.deb
meld_1.5.1.orig.tar.gz
  to main/m/meld/meld_1.5.1.orig.tar.gz


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



Accepted pango1.0 1.28.3-5 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 01:09:43 +
Source: pango1.0
Binary: libpango1.0-0 libpango1.0-udeb libpango1.0-dev libpango1.0-0-dbg 
libpango1.0-doc gir1.2-pango-1.0
Architecture: source all amd64
Version: 1.28.3-5
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-pango-1.0 - Layout and rendering of internationalized text - gir 
bindings
 libpango1.0-0 - Layout and rendering of internationalized text
 libpango1.0-0-dbg - The Pango library and debugging symbols
 libpango1.0-dev - Development files for the Pango
 libpango1.0-doc - Documentation files for the Pango
 libpango1.0-udeb - Layout and rendering of internationalized text - minimal 
runtime (udeb)
Closes: 610792
Changes: 
 pango1.0 (1.28.3-5) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * 02_CVE-2011-0064.patch: patch from Behdad Esfahbod and Karl
 Tomlinson to fix buffer overwrite on OOM realloc failure.
 CVE-2011-0064, Mozilla #606997.
   * 01_CVE-2011-0020.patch: patch from Behdad Esfahbod to fix heap
 corruption. Closes: #610792, CVE-2011-0020. LP: #696616.
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in:
 + Let gir1.2-pango-1.0 also replace gir1.0-pango-1.0.
   * Upload to unstable.
Checksums-Sha1: 
 b5dcd9d3eb0e2b891a0d2a354dc5e607d7f064a9 1913 pango1.0_1.28.3-5.dsc
 9aae4ce6a435c004562da46ed37d6977a199a034 33375 pango1.0_1.28.3-5.debian.tar.gz
 bb99f2e404b5f80608cb33eb7bfb3b283bb9d883 382090 
libpango1.0-doc_1.28.3-5_all.deb
 d7d06a3e3fda7ad977bdc08a423b1395a18cd12c 440638 
libpango1.0-0_1.28.3-5_amd64.deb
 090b53bd3f30cc9a49aab4c60d1ac95a6da50b85 308648 
libpango1.0-udeb_1.28.3-5_amd64.udeb
 77405a43de47bcfe6401663e449cc4c81c92fb2d 599566 
libpango1.0-dev_1.28.3-5_amd64.deb
 424e557a0e19a30a19b6b6e5e08d5378496478bc 1067350 
libpango1.0-0-dbg_1.28.3-5_amd64.deb
 d4b24ebe9e8ee63327b67840d56fd196f4ff3245 125940 
gir1.2-pango-1.0_1.28.3-5_amd64.deb
Checksums-Sha256: 
 dfdea3b3f00c69c4a0bde8a358876c5642958d8785575364b2e78d601b30a72a 1913 
pango1.0_1.28.3-5.dsc
 86b265e54a815fde157dd6e344d847e607cf7a01661c30eceacb6f73e986e641 33375 
pango1.0_1.28.3-5.debian.tar.gz
 f830f67d5889662ef9f42fe41a4f276237c228fb95d8d9cb2735799abe7e56bc 382090 
libpango1.0-doc_1.28.3-5_all.deb
 bf05d3a9128aaef0e4c86e7fd5421da475b6e28c2925704d61eec2efaed911c0 440638 
libpango1.0-0_1.28.3-5_amd64.deb
 0f1617b85794ab900961269f1db68c786c6437bd9252a870cfef2eb722e4627f 308648 
libpango1.0-udeb_1.28.3-5_amd64.udeb
 3175273282d42316174bc9d613214aba7092df14e4445ad8f69d4ac09cd887fa 599566 
libpango1.0-dev_1.28.3-5_amd64.deb
 68ac69727fc0d3eb8ddd78ba3f1d59b65e5ce25249853b3441c3c39c6e080d71 1067350 
libpango1.0-0-dbg_1.28.3-5_amd64.deb
 ba7a2cc6c9ee20d28dc6ab6606774306c2e7362ba0068f2cc8c2924c6fe3d7e4 125940 
gir1.2-pango-1.0_1.28.3-5_amd64.deb
Files: 
 a3058c310a6fb28c80a1cfbc8c0c5cc0 1913 libs optional pango1.0_1.28.3-5.dsc
 9f860c25fc849d6c18adb432ae726640 33375 libs optional 
pango1.0_1.28.3-5.debian.tar.gz
 05a845b9f9eed2d9d3a91ace5cb781f3 382090 doc optional 
libpango1.0-doc_1.28.3-5_all.deb
 8c6dded64cd11cdb31fb654104f439fd 440638 libs optional 
libpango1.0-0_1.28.3-5_amd64.deb
 407c401f0310f7e7f6f3516645801f80 308648 debian-installer optional 
libpango1.0-udeb_1.28.3-5_amd64.udeb
 4d689c531c0f3507ad42978bc22f80cf 599566 libdevel optional 
libpango1.0-dev_1.28.3-5_amd64.deb
 8fb42f0d083fd87cbf95067ce2b2c513 1067350 debug extra 
libpango1.0-0-dbg_1.28.3-5_amd64.deb
 1e6982f38673206fdbac92a041ba0ea6 125940 libs optional 
gir1.2-pango-1.0_1.28.3-5_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAk2NQRkACgkQhTV17EoIsv4h3QCfaACHejewBO2LNpxKLLWu33lT
TEoAoINPMf8nLHLAMKPTpBZKjb9nvd5o
=OlxG
-END PGP SIGNATURE-


Accepted:
gir1.2-pango-1.0_1.28.3-5_amd64.deb
  to main/p/pango1.0/gir1.2-pango-1.0_1.28.3-5_amd64.deb
libpango1.0-0-dbg_1.28.3-5_amd64.deb
  to main/p/pango1.0/libpango1.0-0-dbg_1.28.3-5_amd64.deb
libpango1.0-0_1.28.3-5_amd64.deb
  to main/p/pango1.0/libpango1.0-0_1.28.3-5_amd64.deb
libpango1.0-dev_1.28.3-5_amd64.deb
  to main/p/pango1.0/libpango1.0-dev_1.28.3-5_amd64.deb
libpango1.0-doc_1.28.3-5_all.deb
  to main/p/pango1.0/libpango1.0-doc_1.28.3-5_all.deb
libpango1.0-udeb_1.28.3-5_amd64.udeb
  to main/p/pango1.0/libpango1.0-udeb_1.28.3-5_amd64.udeb
pango1.0_1.28.3-5.debian.tar.gz
  to main/p/pango1.0/pango1.0_1.28.3-5.debian.tar.gz
pango1.0_1.28.3-5.dsc
  to main/p/pango1.0/pango1.0_1.28.3-5.dsc


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



Accepted pkg-kde-tools 0.11.4 (source all)

2011-03-26 Thread Modestas Vainius
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Mar 2011 23:42:22 +0200
Source: pkg-kde-tools
Binary: pkg-kde-tools
Architecture: source all
Version: 0.11.4
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Modestas Vainius mo...@debian.org
Description: 
 pkg-kde-tools - various packaging tools and scripts for KDE Applications
Closes: 618200
Changes: 
 pkg-kde-tools (0.11.4) unstable; urgency=low
 .
   * qt-kde-team/1: set old kde4 flags before including variables.mk hence some
 hacks (like DEB_CONFIG_INSTALL_DIR stuff) will work as before.
 (Closes: #618200)
Checksums-Sha1: 
 73c6f6295055762d11151966af17315df6845623 1007 pkg-kde-tools_0.11.4.dsc
 38c202154a3526676bd1b470550f4eb28d906e8c 68662 pkg-kde-tools_0.11.4.tar.bz2
 5f918fc7931d843308b49ae090cc09abd1515e87 97988 pkg-kde-tools_0.11.4_all.deb
Checksums-Sha256: 
 9d3d491edd6d7db3e9c3663312224828e5be76f5453d901cdbf21b851b628c2b 1007 
pkg-kde-tools_0.11.4.dsc
 8695928f7c48a3084bc14fb9787fff83cc1133a9f5c8946ff3b1c3c8b4a9a4a2 68662 
pkg-kde-tools_0.11.4.tar.bz2
 f79f4f720da063363483d678bbbf7b6d38be80b2bfb1974beef88fc255d9a540 97988 
pkg-kde-tools_0.11.4_all.deb
Files: 
 df2f39473d75f043caf65a62b493f621 1007 devel extra pkg-kde-tools_0.11.4.dsc
 53c3aff2450ff3538ff740575c752c51 68662 devel extra pkg-kde-tools_0.11.4.tar.bz2
 4bef52204e00d0ca8e9fa5ca14445fca 97988 devel extra pkg-kde-tools_0.11.4_all.deb

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

iEYEARECAAYFAk2NDIIACgkQHO9JRnPq4hSh1ACgvmus4GjjGeM4TJNETwuuPyxH
SVkAn3Z+t4EVurwxTJztSs9ktlMeysjc
=sk6z
-END PGP SIGNATURE-


Accepted:
pkg-kde-tools_0.11.4.dsc
  to main/p/pkg-kde-tools/pkg-kde-tools_0.11.4.dsc
pkg-kde-tools_0.11.4.tar.bz2
  to main/p/pkg-kde-tools/pkg-kde-tools_0.11.4.tar.bz2
pkg-kde-tools_0.11.4_all.deb
  to main/p/pkg-kde-tools/pkg-kde-tools_0.11.4_all.deb


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



Accepted r-cran-pscl 1.03.6.1-1 (source amd64)

2011-03-26 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Mar 2011 15:48:45 -0500
Source: r-cran-pscl
Binary: r-cran-pscl
Architecture: source amd64
Version: 1.03.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence lawre...@debian.org
Changed-By: Chris Lawrence lawre...@debian.org
Description: 
 r-cran-pscl - GNU R package for discrete data models
Changes: 
 r-cran-pscl (1.03.6.1-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 1ba2a613a5d50cd24ac58cebf0fa9d985db60f16 1172 r-cran-pscl_1.03.6.1-1.dsc
 02a64fb72d887d2e599d22b4a14ea910b059c2da 794590 
r-cran-pscl_1.03.6.1.orig.tar.gz
 2baa98c4a1a56bacbc0c6848b785f228341662cd 2798 
r-cran-pscl_1.03.6.1-1.debian.tar.gz
 0f444b9ac2c19c7eecb171a4ee29f4ff16dd48b7 1072014 
r-cran-pscl_1.03.6.1-1_amd64.deb
Checksums-Sha256: 
 4d5284c88b717e3ca58f1018c791a7b00edb47aab553bbc317c143a832322fe9 1172 
r-cran-pscl_1.03.6.1-1.dsc
 a21da459cea3e794c21516565ab78aa0be448d5e017c7b5031338aaf419d8052 794590 
r-cran-pscl_1.03.6.1.orig.tar.gz
 b8552bbd7cf4f2d910654830634aedd99ab5bad86c59f843e1bf4996055f204f 2798 
r-cran-pscl_1.03.6.1-1.debian.tar.gz
 96803744fa6cd8117c07d7be4bb40b2fd5a655e14f67afcb82845d0051f9bde5 1072014 
r-cran-pscl_1.03.6.1-1_amd64.deb
Files: 
 9bfbdaf65cb8b2a7df12a9ce2df343a8 1172 gnu-r optional r-cran-pscl_1.03.6.1-1.dsc
 256ba8cbc089d7b00c8ded4655fea57d 794590 gnu-r optional 
r-cran-pscl_1.03.6.1.orig.tar.gz
 c18fbb7b683721b7220ce574d01b44f2 2798 gnu-r optional 
r-cran-pscl_1.03.6.1-1.debian.tar.gz
 b1102c1f36e442a9b51e26e68af81304 1072014 gnu-r optional 
r-cran-pscl_1.03.6.1-1_amd64.deb

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

iEYEARECAAYFAk2JC24ACgkQ2wQKE6PXubxe/wCfcY45/7c86kAFg1Ly98b9dQhV
9IMAnjuZpJBPzV3w/hbjzroXn+lK/h8W
=KoY+
-END PGP SIGNATURE-


Accepted:
r-cran-pscl_1.03.6.1-1.debian.tar.gz
  to main/r/r-cran-pscl/r-cran-pscl_1.03.6.1-1.debian.tar.gz
r-cran-pscl_1.03.6.1-1.dsc
  to main/r/r-cran-pscl/r-cran-pscl_1.03.6.1-1.dsc
r-cran-pscl_1.03.6.1-1_amd64.deb
  to main/r/r-cran-pscl/r-cran-pscl_1.03.6.1-1_amd64.deb
r-cran-pscl_1.03.6.1.orig.tar.gz
  to main/r/r-cran-pscl/r-cran-pscl_1.03.6.1.orig.tar.gz


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



Accepted r-cran-rjags 2.2.0-4-1 (source amd64)

2011-03-26 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Mar 2011 15:46:55 -0500
Source: r-cran-rjags
Binary: r-cran-rjags
Architecture: source amd64
Version: 2.2.0-4-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence lawre...@debian.org
Changed-By: Chris Lawrence lawre...@debian.org
Description: 
 r-cran-rjags - R interface to the JAGS Bayesian statistics package
Changes: 
 r-cran-rjags (2.2.0-4-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 edad00f59a401c1a7c8a89f20bc3d45147285eb1 1160 r-cran-rjags_2.2.0-4-1.dsc
 f01a6000e50577149296a8af668b08f461657b75 62666 r-cran-rjags_2.2.0-4.orig.tar.gz
 b9c518817ac0e70bf78fad7b99a65f1ef69cf631 1455 
r-cran-rjags_2.2.0-4-1.debian.tar.gz
 bd442e77c1ed802ceb06bb592d6d44952b8304dd 83538 r-cran-rjags_2.2.0-4-1_amd64.deb
Checksums-Sha256: 
 e2a5d4d1ead0e950bc9218cfb8281058edda330ec9ee597addaf0e47f8a1a7ed 1160 
r-cran-rjags_2.2.0-4-1.dsc
 be08bdb3e1c69c8d078ba0475dbdf4833e5fcd27ca3a77e459ba8ad0b7e2fc7c 62666 
r-cran-rjags_2.2.0-4.orig.tar.gz
 6ba0cc4a98c321923e9e17bca5bfa63aaee3940e67a6d8dba871643ff60b5a2e 1455 
r-cran-rjags_2.2.0-4-1.debian.tar.gz
 def9b88e72d1738edb855ab86066cef43ddf1e434f420c209657c40a419eec08 83538 
r-cran-rjags_2.2.0-4-1_amd64.deb
Files: 
 0a8a74b405b73111da5d5c0d4cd62abd 1160 gnu-r optional r-cran-rjags_2.2.0-4-1.dsc
 6f62c6b8ba1ed95aa77f356f01f46dca 62666 gnu-r optional 
r-cran-rjags_2.2.0-4.orig.tar.gz
 5747372f1e18fd74ebd5c4cb2c126b75 1455 gnu-r optional 
r-cran-rjags_2.2.0-4-1.debian.tar.gz
 0f05859d2fbbc5822f391f7abb3fd95d 83538 gnu-r optional 
r-cran-rjags_2.2.0-4-1_amd64.deb

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

iEYEARECAAYFAk2JC3cACgkQ2wQKE6PXuby+DgCfSehFkZO84noT42JWgccL/inx
AdwAoOEnCP0F7Rw1iscL5hgyfM+A7y8d
=iMmj
-END PGP SIGNATURE-


Accepted:
r-cran-rjags_2.2.0-4-1.debian.tar.gz
  to main/r/r-cran-rjags/r-cran-rjags_2.2.0-4-1.debian.tar.gz
r-cran-rjags_2.2.0-4-1.dsc
  to main/r/r-cran-rjags/r-cran-rjags_2.2.0-4-1.dsc
r-cran-rjags_2.2.0-4-1_amd64.deb
  to main/r/r-cran-rjags/r-cran-rjags_2.2.0-4-1_amd64.deb
r-cran-rjags_2.2.0-4.orig.tar.gz
  to main/r/r-cran-rjags/r-cran-rjags_2.2.0-4.orig.tar.gz


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



Accepted rapid-photo-downloader 0.4.0~alpha1-1 (source all)

2011-03-26 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 22:10:10 +0100
Source: rapid-photo-downloader
Binary: rapid-photo-downloader
Architecture: source all
Version: 0.4.0~alpha1-1
Distribution: experimental
Urgency: low
Maintainer: Julien Valroff jul...@debian.org
Changed-By: Julien Valroff jul...@debian.org
Description: 
 rapid-photo-downloader - Photo downloader (importer) from cameras, memory 
cards other devi
Changes: 
 rapid-photo-downloader (0.4.0~alpha1-1) experimental; urgency=low
 .
   * New upstream alpha version:
 + New user interface
 + Improve speed
   * Update dependencies for the new release
Checksums-Sha1: 
 c222e44fa02f73dd526b26c13d6681828e64c15f 1980 
rapid-photo-downloader_0.4.0~alpha1-1.dsc
 e962a06c9dc7d35ed73363a5872ccadfbb2c9954 586051 
rapid-photo-downloader_0.4.0~alpha1.orig.tar.gz
 9cf55d648e991dc4d22b7a13ce5ca4071dcb831e 3313 
rapid-photo-downloader_0.4.0~alpha1-1.debian.tar.gz
 2b77d09129e22c706fb7662b14b3f1453f2682fa 413772 
rapid-photo-downloader_0.4.0~alpha1-1_all.deb
Checksums-Sha256: 
 c82c6fb90b975396ed5ba28f7e6cde9ee62abfb863bdc6b6353b8e5a4dbdf362 1980 
rapid-photo-downloader_0.4.0~alpha1-1.dsc
 f4f2deebff4d781db86d99c9d745a96053d7ffa4b7c28a822c4be47d361c6b2a 586051 
rapid-photo-downloader_0.4.0~alpha1.orig.tar.gz
 21515cf1ad77051e90b2a1a668c26dba580701792f5505941ab4da2640b756e1 3313 
rapid-photo-downloader_0.4.0~alpha1-1.debian.tar.gz
 c1be71696f621a0dd6aa4e09344fc90654352f49ba5402c858d10d116967e119 413772 
rapid-photo-downloader_0.4.0~alpha1-1_all.deb
Files: 
 5fc64995a4e7bc805cc3bdfd412c70dc 1980 graphics optional 
rapid-photo-downloader_0.4.0~alpha1-1.dsc
 438c72fa4cdebd3f78fc9c81d3d28901 586051 graphics optional 
rapid-photo-downloader_0.4.0~alpha1.orig.tar.gz
 d4517b8b05c1e6815a33822806e32c78 3313 graphics optional 
rapid-photo-downloader_0.4.0~alpha1-1.debian.tar.gz
 c4fe06e6c81ddcabc4a8d6a00f9dfe98 413772 graphics optional 
rapid-photo-downloader_0.4.0~alpha1-1_all.deb

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

iQIcBAEBCAAGBQJNjQUVAAoJEIWf72cljiax+sAP/1YX/jKllDqyq6wYC9KeLdBt
mn6yt0/tkaKLLiXor8axgMwe4WP193IpmWhri+7QuDqBJ7assHT90KCCRxZCa250
N0GUbd0G6MFgnb3SkbAPIMmXW3SJkBZ0ng5H9Xnsvh/SSicOz/2vNUfYQNtoiuXW
3ZQRcHPziMxbdw1XRFfAEl8VTt8shW4lKieYg6/3VgSNEd+oujUfQZt6SN2IgnK0
9OYVcEqw1m8Ex4Ptphl+1js8OB20wplEE2Li1M5blVjSTx9ea9VJZpA/Pq9iJVn2
oIykAxS52tEnx8hd36KT04xNiYLZ9YUDxlfeJtLx5Vxf1v1Otsd2C54ewfrxjK9t
efoG501PJKiz0MOkqj1zuQH3UCtmBDVoz5sh+sqx2lb8Dig3HMCP4rjBx78y2ts/
UusP7zAvt5HsUVo4OtlWFxydlhg+Oxwi7AJJF++sXfZTgQovtRL7Ucptj+lW/ma4
MB5qUVL2QCW4FT1gwkX52FQ3PiRyVMB4uIECNF3XTx4RaMNbLkecAi95Slpxfn91
+hTbdiGiDo4wQ7RM1tkmMGrBAy8LcR7ykQfabrptqI1DW0QhyqUcFI/aRQOeDhJg
s1LFN0JlymQ881QewrHthTsrppsIqQ+eLrJ5O2YaDBX3EZ9+EYsN3opkC7bj4akT
QuR13ZntWFlVtyCff37l
=Jy7A
-END PGP SIGNATURE-


Accepted:
rapid-photo-downloader_0.4.0~alpha1-1.debian.tar.gz
  to 
main/r/rapid-photo-downloader/rapid-photo-downloader_0.4.0~alpha1-1.debian.tar.gz
rapid-photo-downloader_0.4.0~alpha1-1.dsc
  to main/r/rapid-photo-downloader/rapid-photo-downloader_0.4.0~alpha1-1.dsc
rapid-photo-downloader_0.4.0~alpha1-1_all.deb
  to main/r/rapid-photo-downloader/rapid-photo-downloader_0.4.0~alpha1-1_all.deb
rapid-photo-downloader_0.4.0~alpha1.orig.tar.gz
  to 
main/r/rapid-photo-downloader/rapid-photo-downloader_0.4.0~alpha1.orig.tar.gz


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



Accepted red5 1.0~svn4198-2 (source all)

2011-03-26 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 23:58:10 +0100
Source: red5
Binary: libred5-java red5-server red5-doc
Architecture: source all
Version: 1.0~svn4198-2
Distribution: unstable
Urgency: low
Maintainer: Damien Raude-Morvan draz...@debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 libred5-java - remote API for Red5 flash streaming server
 red5-doc   - flash streaming server - documentation
 red5-server - flash streaming server
Closes: 619583
Changes: 
 red5 (1.0~svn4198-2) unstable; urgency=low
 .
   * d/red5-server.links: Fix links in /usr/share/red5/plugins - some of them
 are dangling to locations from tomcat6-common instead of libtomcat6-java
 (Closes: #619583).
   * d/red5-server.bug-control: Add information about libred5-java when
 reporting issues on red5-server.
Checksums-Sha1: 
 48b8b1042f128815868c19f7b83032a59809a130 3096 red5_1.0~svn4198-2.dsc
 cbfd68e0342b8da49154385a01e924368761db98 17986 red5_1.0~svn4198-2.debian.tar.gz
 2b9294119f0657f3f234dac91834ee009808dc8d 952322 
libred5-java_1.0~svn4198-2_all.deb
 fb0c3ba969c7430845114fa906f3d63993c1e112 117740 
red5-server_1.0~svn4198-2_all.deb
 e2626c7ea53238a703bdf0b18310663f2bcd8d2b 1860424 red5-doc_1.0~svn4198-2_all.deb
Checksums-Sha256: 
 8aed4c481b3a0f92609f900690cf66395622c7054870b8fbe4b114281eafef78 3096 
red5_1.0~svn4198-2.dsc
 5883aebdec69e466b85e038c3debeb5ebf637e785df3c3db16cc25a1e00b9e3e 17986 
red5_1.0~svn4198-2.debian.tar.gz
 3ffc5bd7bde5e0c51fac5811ca58a441d5f3ec2b77a3bacefe4705b61d849b28 952322 
libred5-java_1.0~svn4198-2_all.deb
 32a06b5f663e3b2536f51e7f00ed3bf35207fbb3ce195bc0f48214579f540613 117740 
red5-server_1.0~svn4198-2_all.deb
 e06f0c2cac8ca078b01dfb0cd8fc3c66d9e0e6ebd6b1e493ac57c0f7b4453093 1860424 
red5-doc_1.0~svn4198-2_all.deb
Files: 
 16acc72645b4a1eb51de630936984319 3096 java optional red5_1.0~svn4198-2.dsc
 ae40528fca3fc8d06ef669832130c3ca 17986 java optional 
red5_1.0~svn4198-2.debian.tar.gz
 0987b69b84eb9a4bc4b1af7c684527ab 952322 java optional 
libred5-java_1.0~svn4198-2_all.deb
 048c5f86331bc70ef1e510bff80a1db3 117740 java optional 
red5-server_1.0~svn4198-2_all.deb
 e5ce5ed8a76e6837db25f1d20c22 1860424 doc optional 
red5-doc_1.0~svn4198-2_all.deb

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

iQIcBAEBCAAGBQJNjR+hAAoJEHXiDM0z50n8gYYP/RLV+pFprdoJWXxm7RUDEgn1
RdVUeQ/rQXMRa5k8SDgqRUeapejRusYUM/YBB7TkylAWXWRnrmfEOAH8yyYVSGNJ
FNKJ0ygSQUeO0suF2qlc5ZZ9UCboBXGTqR0Qmpmozl7Sik+WZCN/eU90U1foi2o1
RdR7wv7fTMtmWYFdMQzBGujqzIJJzNOFD+7XHRQHnsivzxWSoQjAYVN8y5oosZrU
ul9fyVsJ60mjyVVtnmZw0ZQPBqPTXziwP5YYSoarl1yalIRCWm82p9IkakQ3skkR
oF+lVcJD0Tz3fRB6TFroZY/ekDr6TNAw5D4mSeuE9jNVNyKgfTTghVngiKiL8m36
ou/bEFmm7Honh2x6/576TyFfqOTum4BnwoENIXFK2zc+yPYnod8z9qVZQU/xeuXs
hQbWLWEgQGYPhVafAN9C3KFIXqA9ugNh7yxMWNHKM/OnG/4dc/d4kq6zG9I4h9tu
CzWRG693c2i38JrteRiywRw0H/h/Uu4Lt3YAJx9SQMwak6LOMuVY3XrB5IL6L4+N
R8bcS4mcsAoE3l/fKdOyxcZ2xZYGbLVpnEixMlJbit4K6jehxuo3D9VF/TFYVhuW
Df5sba67VJdZT/fsT0FUYYSmoGKbk8GZggoEFrSlKhVeyyIYfXDBb1Mr+8etVy8c
+OTIP0jq85AFFzxaLaoH
=A7Oz
-END PGP SIGNATURE-


Accepted:
libred5-java_1.0~svn4198-2_all.deb
  to main/r/red5/libred5-java_1.0~svn4198-2_all.deb
red5-doc_1.0~svn4198-2_all.deb
  to main/r/red5/red5-doc_1.0~svn4198-2_all.deb
red5-server_1.0~svn4198-2_all.deb
  to main/r/red5/red5-server_1.0~svn4198-2_all.deb
red5_1.0~svn4198-2.debian.tar.gz
  to main/r/red5/red5_1.0~svn4198-2.debian.tar.gz
red5_1.0~svn4198-2.dsc
  to main/r/red5/red5_1.0~svn4198-2.dsc


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



Accepted springlobby 0.127-1 (source amd64)

2011-03-26 Thread Jan Dittberner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 22:20:33 +0100
Source: springlobby
Binary: springlobby springlobby-dbg
Architecture: source amd64
Version: 0.127-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Jan Dittberner ja...@debian.org
Description: 
 springlobby - single/multiplayer lobby for the Spring RTS engine
 springlobby-dbg - single/multiplayer lobby for the Spring RTS engine 
(debugging sym
Changes: 
 springlobby (0.127-1) unstable; urgency=low
 .
   * New upstream version.
Checksums-Sha1: 
 d1ebe189b732207741f88c88bd15c0cc00cb13d0 2042 springlobby_0.127-1.dsc
 b0fbcec9f7fb802c986d1b25f51ac93237913ac5 2575572 springlobby_0.127.orig.tar.gz
 bd0e0e5309bebbcbbe7248fc33b8114697e64d4d 5771 springlobby_0.127-1.debian.tar.gz
 b2788673d22fa2ec33a5eaab10e07a6dfa1ed886 3475150 springlobby_0.127-1_amd64.deb
 f668a895b11485c18189394d623ff160333d17d8 13157626 
springlobby-dbg_0.127-1_amd64.deb
Checksums-Sha256: 
 92b21c6c9ddd4f83e77b3422657d9d78bb0d2b10756b64d27fedea8b9de487db 2042 
springlobby_0.127-1.dsc
 8a4b4f4f3e3d3b70e8a1091908e5aa093d80538f44571e5d73284284b9cf1ae9 2575572 
springlobby_0.127.orig.tar.gz
 7d3de046f0b3428e6c4b8d255b3c56b16bdd744c4c9c5cb59f94233ec5bcbe39 5771 
springlobby_0.127-1.debian.tar.gz
 9f2f21dff2060be7ecb5e32fcc5a9ba8f5d939f3a4a3d93e87350eba243d397e 3475150 
springlobby_0.127-1_amd64.deb
 4ff198099134c7e88847bb2655f637d8fc14c62522cfba6e3be501e78b173358 13157626 
springlobby-dbg_0.127-1_amd64.deb
Files: 
 6b009f57c849e1a8a4407791f7153025 2042 games optional springlobby_0.127-1.dsc
 59fd45f6bb4e55eb511137fe1d85d385 2575572 games optional 
springlobby_0.127.orig.tar.gz
 4e638551f95f7eb302f6ca35a03f56e2 5771 games optional 
springlobby_0.127-1.debian.tar.gz
 4871af8b6ff884858047d293466d89c2 3475150 games optional 
springlobby_0.127-1_amd64.deb
 321f131b9512e9efd724b229f267f99b 13157626 debug extra 
springlobby-dbg_0.127-1_amd64.deb

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

iQIcBAEBCAAGBQJNjQn6AAoJEKc+AFVVj7jdXLYQAKFzKcUY+dYhd+cKc2TddC7r
fIBiwxLEUIM0K4dHqKHK6tVFf68BKOzlRe/jZNIz2tMCMM8oPlAixdHet6CLA7Sl
g5HFNPsoaX3sXq+8MbOkddZ1JXJVusnmDz9BioVeVHwmjuwIz5mnngKMe5zSFEno
GHflzyeCGb+/xdMPAA1ejfp/0DeZh5PgrFA2bBfwpXAGq6aFEEZIvB9CFD9i/z6N
GikD1yMZC++50tkU44zvy93pxf3xuk/mmfpRkyM8TaeQTUWtyDOjZZOtKZgquYyP
wDuKCJHDv0LulyHFksXm/sIU6w2rDWuJSUjAtdFjQMA9RBMYWPuEPcNoCTedVobM
DXoWAz4kgJThBz6tXjGRYIZlbQ0Glejsl1IZIhHx0OZvNJ/sDb7dxCw6oVhwKpK1
IfZHoSc3n5FkcS02fTqoryC4l/Qm3XAGTEeJtgNZajwRJovtUTgCWArBak1QPvrE
9bOXR981Eqlm0IyYhUOcTABpFBla/DZaitR/3iWP7TW8cXMXcKOrCxo6hG6k/Ozt
9DgT0hbh6RP6hfpgAeN4omGMey9LvFlcz5/SknOyNPzRO4VrfLCjoBCd613J2+AY
yG+CeHhYKWeVHjZIsYKG5tBcsMHfDZs5dZArdzCCeBWLXNK8ywImdHj7TQRH8/W1
bhdkgvHefTYXd02eWm4I
=y9ON
-END PGP SIGNATURE-


Accepted:
springlobby-dbg_0.127-1_amd64.deb
  to main/s/springlobby/springlobby-dbg_0.127-1_amd64.deb
springlobby_0.127-1.debian.tar.gz
  to main/s/springlobby/springlobby_0.127-1.debian.tar.gz
springlobby_0.127-1.dsc
  to main/s/springlobby/springlobby_0.127-1.dsc
springlobby_0.127-1_amd64.deb
  to main/s/springlobby/springlobby_0.127-1_amd64.deb
springlobby_0.127.orig.tar.gz
  to main/s/springlobby/springlobby_0.127.orig.tar.gz


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



Accepted uncertainties 1.7.1-1 (source all)

2011-03-26 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Mar 2011 23:17:11 +0100
Source: uncertainties
Binary: python-uncertainties
Architecture: source all
Version: 1.7.1-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino da...@debian.org
Changed-By: David Paleino da...@debian.org
Description: 
 python-uncertainties - Python module for calculations with uncertainties
Changes: 
 uncertainties (1.7.1-1) unstable; urgency=low
 .
   * New upstream release
   * Patches refreshed
Checksums-Sha1: 
 2bc84a810137104f021ffa0d979838cd087bf3ef 1365 uncertainties_1.7.1-1.dsc
 0fc1c2c71cc695245063f7d807a77d2902ed46f4 42388 uncertainties_1.7.1.orig.tar.gz
 8a387a69e080b0d9932be001258469cb9300064c 4671 
uncertainties_1.7.1-1.debian.tar.gz
 28c2839b4608fef47a7f5a44160cc3283d067df0 34266 
python-uncertainties_1.7.1-1_all.deb
Checksums-Sha256: 
 ca4339c1ea9e62918b3d0af928374e3ff255e57f4f2b4df91c36a0f6a2b1c90f 1365 
uncertainties_1.7.1-1.dsc
 918fa40110c935b276c54c908ee3d22a1cec8726f7e69e04cf05075d095125c9 42388 
uncertainties_1.7.1.orig.tar.gz
 374a9a959f4dfe3f1b2f143e94f8be69bc8671ff8ca2dc7fd8025d60763d4390 4671 
uncertainties_1.7.1-1.debian.tar.gz
 b7aaff110feb70d3d2bf63673b79449a7c8d4d0ac254a1c931f2b68e8039ba82 34266 
python-uncertainties_1.7.1-1_all.deb
Files: 
 f18f2b74db58f83e601ec0dbdf4661ce 1365 python optional uncertainties_1.7.1-1.dsc
 5770a0a16aaadf0da181c0e28ccde15f 42388 python optional 
uncertainties_1.7.1.orig.tar.gz
 30171766d9036f3e5939f584c9d34a53 4671 python optional 
uncertainties_1.7.1-1.debian.tar.gz
 81818b770ada02b849f99b2370cecffc 34266 python optional 
python-uncertainties_1.7.1-1_all.deb

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

iEYEARECAAYFAk2NFZ8ACgkQ5qqQFxOSsXQKlACgqZ+sgflvumTuzgC849KQwvU7
/bsAnRw4Cqi1f3ROkvcSodGPcUzj8deF
=G1Jj
-END PGP SIGNATURE-


Accepted:
python-uncertainties_1.7.1-1_all.deb
  to main/u/uncertainties/python-uncertainties_1.7.1-1_all.deb
uncertainties_1.7.1-1.debian.tar.gz
  to main/u/uncertainties/uncertainties_1.7.1-1.debian.tar.gz
uncertainties_1.7.1-1.dsc
  to main/u/uncertainties/uncertainties_1.7.1-1.dsc
uncertainties_1.7.1.orig.tar.gz
  to main/u/uncertainties/uncertainties_1.7.1.orig.tar.gz


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



Accepted unifdef 2.6-1 (source amd64)

2011-03-26 Thread Bob Proulx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 22 Feb 2011 21:31:52 -0700
Source: unifdef
Binary: unifdef
Architecture: source amd64
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Bob Proulx b...@proulx.com
Changed-By: Bob Proulx b...@proulx.com
Description: 
 unifdef- Remove cpp '#ifdef' lines from files
Changes: 
 unifdef (2.6-1) unstable; urgency=low
 .
   * New upstream release.
 .
 unifdef (2.5-1) unstable; urgency=low
 .
   * New upstream release.
 .
 unifdef (2.4-1) experimental; urgency=low
 .
   * New upstream release.
   * Minor spelling corrections in the documentation.
   * Minor build updates in the Makefile.  This enables cleaning up the
 Debian build rules somewhat.
   * Increase debhelper compat level to 8.
   * Increase standards conformance version to 3.9.1.
Checksums-Sha1: 
 adfc3d6675a0458c84e9c491b982d699b41e2b55 1629 unifdef_2.6-1.dsc
 1b9bea1c4abc2c8fa3f90d6340200f9bd6ead6d9 46520 unifdef_2.6.orig.tar.gz
 04d8c10c21c5ed7df4fd8d9a37dbedbdcd66b8af 5015 unifdef_2.6-1.debian.tar.gz
 408a8a11b66252061cd9cb4fc6bdac8b3dcf6282 42306 unifdef_2.6-1_amd64.deb
Checksums-Sha256: 
 3bbc8ddf4c3643c2e76a800ac453c5ccc547ea8edd33cf6c3096723ad9984ba9 1629 
unifdef_2.6-1.dsc
 e4cbc673d32ebe10e00bc00b985c974e327e65d4b32a564d21358e458079e419 46520 
unifdef_2.6.orig.tar.gz
 ae4d90756ec729e781b5861f3bbb6dbc1ed12b064dfca1e41426cd8044548428 5015 
unifdef_2.6-1.debian.tar.gz
 1c08aec24901e53aaa8ac698f979705297d37a27c4d86c482ad4780719e53f0e 42306 
unifdef_2.6-1_amd64.deb
Files: 
 44092af65af91972667d1855fff705c4 1629 devel optional unifdef_2.6-1.dsc
 18b832baea2c7b6b00bd7d4f3db38f62 46520 devel optional unifdef_2.6.orig.tar.gz
 715b842f13242dec3d1e29bcda2b9dfa 5015 devel optional 
unifdef_2.6-1.debian.tar.gz
 240eb2ea422b19ec2b06625804bc28bd 42306 devel optional unifdef_2.6-1_amd64.deb

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

iQIcBAEBCAAGBQJNjTJ8AAoJEGc6A+TB25If13sQALQzNDfepnPZWgmQrg353Ith
l1EZPE+pCSyV+clKh2U1tMRY7svOVd2A8LD171cB6r49+sirhC45h0cCzkcDHVbh
hIe4rlww3bgVEQwQO2ZlGhdzFhAKqvb3/2v3egwfzsNpLvkHsJnVnZ0uQNaRCPcz
iSN/kSZxYBKGk0fBwUsR9yl8ISYgbXUATzlfCNaOvMewSYUq+g4/f1CYsVMRQrjv
q46lIDYoj6G2LndVPQcpSfAb+mmBIb4HI5QQvcU1QFoqXTtb5tJ61n5OC3lSdfXI
otmI5II65hTHVAXnc49ym6dYbR7gbThGhsTlJudh5Xu88sb+/SAHZYfZfJg3np2k
qohw8QYb8LSdr98Pv+2TaaIXoCEuKx6BOKzNfA+pW1BwLecKXhxdmZgS7XkQyNc9
wCj1RZMyREsYbTsnJ97NkF3GwSUf8Wf9s/HgcSLmBxvRI26iEh+hho+1U8w6e+GS
eaKy1plT3f1xApBctacR8TBledkQnYtqRuMlicP5Nz5qBM2YU5Ipq4oejTMDH+uW
6rGkBFmyqRuW+b+P5FbQstDwXjyYpd2GBI85Cajpq8i+L2437IFTgNmW1j+7R0hF
BJUu3R+8IJuXiIaebuHQXy08QCRUSY2MUHoVIYZJprq6x9nTHnh2z/sRprlMIYpC
6lsj7lnm26KcbTu3CjD8
=gRhP
-END PGP SIGNATURE-


Accepted:
unifdef_2.6-1.debian.tar.gz
  to main/u/unifdef/unifdef_2.6-1.debian.tar.gz
unifdef_2.6-1.dsc
  to main/u/unifdef/unifdef_2.6-1.dsc
unifdef_2.6-1_amd64.deb
  to main/u/unifdef/unifdef_2.6-1_amd64.deb
unifdef_2.6.orig.tar.gz
  to main/u/unifdef/unifdef_2.6.orig.tar.gz


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



Accepted x11proto-core 7.0.21-1 (source all)

2011-03-26 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 00:07:04 +0100
Source: x11proto-core
Binary: x11proto-core-dev
Architecture: source all
Version: 7.0.21-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 x11proto-core-dev - X11 core wire protocol and auxiliary headers
Changes: 
 x11proto-core (7.0.21-1) experimental; urgency=low
 .
   * New upstream release:
 - Brings Sinhala support, needed for the lk XKB keyboard layout.
   * Update debian/copyright from upstream COPYING.
Checksums-Sha1: 
 6e444662306d5d910e17fb78667e1aa77d21a986 1337 x11proto-core_7.0.21-1.dsc
 6fdafa54514f36aec9cb04d76989193799400b59 338924 
x11proto-core_7.0.21.orig.tar.gz
 b19968cd9461ebbd05278b3fd8bbf54901be9aad 16557 x11proto-core_7.0.21-1.diff.gz
 aef6ab05288edf29047d2a12b1d7fc831f1e87fe 316260 
x11proto-core-dev_7.0.21-1_all.deb
Checksums-Sha256: 
 52c24796f96a2f8c6774b8665cfe904f9c8861d0e9a387378de0e771eff8f069 1337 
x11proto-core_7.0.21-1.dsc
 5617f15823ce609748cb84568b43cd3c27c7889cb788dafe5e16a1bb61b619c6 338924 
x11proto-core_7.0.21.orig.tar.gz
 daec5a973b669a4c5ad24caeae94e4892dfa6abf669a92fbf4128fe9f4deb11d 16557 
x11proto-core_7.0.21-1.diff.gz
 9e3b8f6fc034b67397af8a6b75013e00b36cb4734b8cc975bc9a7e357af18c26 316260 
x11proto-core-dev_7.0.21-1_all.deb
Files: 
 b87ff85542b44edeb34bac689f4210b0 1337 x11 optional x11proto-core_7.0.21-1.dsc
 4f6903ed4891dcf7b95785fdf9abea89 338924 x11 optional 
x11proto-core_7.0.21.orig.tar.gz
 3e0c4b36680ddcac2e05565667df2d03 16557 x11 optional 
x11proto-core_7.0.21-1.diff.gz
 29147a0e4dd5668d421235611e6f1728 316260 x11 optional 
x11proto-core-dev_7.0.21-1_all.deb

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

iEYEARECAAYFAk2NI70ACgkQeGfVPHR5Nd0zwQCgm0s3FXLkV5aj+eeP+667wxBg
XKQAmgOPs76mftqMB8OHbhELKv7HT8gi
=6yjh
-END PGP SIGNATURE-


Accepted:
x11proto-core-dev_7.0.21-1_all.deb
  to main/x/x11proto-core/x11proto-core-dev_7.0.21-1_all.deb
x11proto-core_7.0.21-1.diff.gz
  to main/x/x11proto-core/x11proto-core_7.0.21-1.diff.gz
x11proto-core_7.0.21-1.dsc
  to main/x/x11proto-core/x11proto-core_7.0.21-1.dsc
x11proto-core_7.0.21.orig.tar.gz
  to main/x/x11proto-core/x11proto-core_7.0.21.orig.tar.gz


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



Accepted xorg-server 2:1.9.5-1 (source all amd64)

2011-03-26 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 04:24:01 +0100
Source: xorg-server
Binary: xserver-xorg-core xserver-xorg-core-udeb xserver-xorg-dev xdmx 
xdmx-tools xnest xvfb xserver-xephyr xserver-xfbdev xserver-xorg-core-dbg 
xserver-common
Architecture: source all amd64
Version: 2:1.9.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 xdmx   - distributed multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-common - common files used by various X servers
 xserver-xephyr - nested X server
 xserver-xfbdev - Linux framebuffer device tiny X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-core-udeb - Xorg X server - core server (udeb)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Changes: 
 xorg-server (2:1.9.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 58758f508a0256927327864902b3a24cf9a08187 3090 xorg-server_1.9.5-1.dsc
 3be04112e32ce51894ef389f07908c7e44a0 7026629 xorg-server_1.9.5.orig.tar.gz
 896c8f146f0282c78bcc3a9d9e3776a6d4912499 346595 xorg-server_1.9.5-1.diff.gz
 c371734f40c9acab99cd3feb29f0ec4d1d07e937 1110262 xserver-common_1.9.5-1_all.deb
 83a698600d7c540b93d976226dc5e110ad1734cb 1707712 
xserver-xorg-core_1.9.5-1_amd64.deb
 82bfc1d3cf824d6ff6128b569729de4c133e0d44 1030896 
xserver-xorg-core-udeb_1.9.5-1_amd64.udeb
 b2af01f5c4ae5ed80f2816190159ca5acb3033d9 304264 
xserver-xorg-dev_1.9.5-1_amd64.deb
 37a0b6ac1696974bce4713a3b2b4bc093e7cb327 865538 xdmx_1.9.5-1_amd64.deb
 0d6dda6692f571f16f82a69b6be295658ca59115 110974 xdmx-tools_1.9.5-1_amd64.deb
 0bd491595b1a3d5da629ee7c52616817bdf180c6 776780 xnest_1.9.5-1_amd64.deb
 3ccc053b09d912a6589b2601a1e6da90c96fc35e 894268 xvfb_1.9.5-1_amd64.deb
 2146c49b0b0c686de09acbb0788ab860438f56a0 988376 
xserver-xephyr_1.9.5-1_amd64.deb
 03a8cd2ebdae49fb8f6783e97cc13ee90d04248e 909634 
xserver-xfbdev_1.9.5-1_amd64.deb
 39c2d7412577bf7099dcf5cd53cd8145e9a4f706 5644282 
xserver-xorg-core-dbg_1.9.5-1_amd64.deb
Checksums-Sha256: 
 843640b1aae6b968c47ab8b3b7642e06acf206e296fcb86aa6a9d23b7f73b6ec 3090 
xorg-server_1.9.5-1.dsc
 1b63fdd39f795e213ce2ee9e7cd3d40f9f1bc2b3906449bbab04f48862757ac6 7026629 
xorg-server_1.9.5.orig.tar.gz
 14e3f487bcda7085b8ad819a259de41470275b19cab2a690219c9e9dd7770079 346595 
xorg-server_1.9.5-1.diff.gz
 76d151a6f88ca1563c741de186cf84ef40d56c23c0a67a0710fba0de202127d2 1110262 
xserver-common_1.9.5-1_all.deb
 38a3dfd83154972bf2d29f3b10100e072c18ce22160d765971c82f8a331eff3a 1707712 
xserver-xorg-core_1.9.5-1_amd64.deb
 1d1ba52aec2ecad773a3c9e170e5b2f942c29f0fc4ed55744796fea50f3fa07f 1030896 
xserver-xorg-core-udeb_1.9.5-1_amd64.udeb
 a5d5646e14933c0eab04c571357ddcbe633b40b271abad61b38ec24b6622d3c0 304264 
xserver-xorg-dev_1.9.5-1_amd64.deb
 8e80fbbe296407b661ab8adbf87ff40ddce8ef43d4b58d235d71efb85a56bb0b 865538 
xdmx_1.9.5-1_amd64.deb
 0a7f455e70b74f4c7f1c231592a1d09ef19f5673b33519d09d9e95952bb5212f 110974 
xdmx-tools_1.9.5-1_amd64.deb
 85373bc5ef93d2f574595d4048c9f358bc73ae38e06588a05fdc02281e9b9b48 776780 
xnest_1.9.5-1_amd64.deb
 2f414baaf0805d946467eddf08ae3eaa466ff4718e5bf3b83781d919207b8f43 894268 
xvfb_1.9.5-1_amd64.deb
 02ea634c52af4cd6d3ea84eb4f52f7a9fdab54786e3345b18b64e5f5b25b43a3 988376 
xserver-xephyr_1.9.5-1_amd64.deb
 cd88781ba9099e43729e971b9babd3fb5b0444dac7c78407181809983e192169 909634 
xserver-xfbdev_1.9.5-1_amd64.deb
 31a7bdf95dc5b96229a5e8e2983c8e163ce1ad520fed988a121f6d31d7e2ddc5 5644282 
xserver-xorg-core-dbg_1.9.5-1_amd64.deb
Files: 
 f298db1c30242274706377c744fac3a0 3090 x11 optional xorg-server_1.9.5-1.dsc
 bb2acb1ac45e3ca107cc5df2b812a27b 7026629 x11 optional 
xorg-server_1.9.5.orig.tar.gz
 51ae1bd5d28e193cee555dfd60ca1b15 346595 x11 optional 
xorg-server_1.9.5-1.diff.gz
 0f40d70f5ba7c866fe9543e6bf57413a 1110262 x11 optional 
xserver-common_1.9.5-1_all.deb
 9d10da375ff1bbae8c2cc5fab6f732d5 1707712 x11 optional 
xserver-xorg-core_1.9.5-1_amd64.deb
 6c336ae04ebf17c8600599acfddb5fa7 1030896 debian-installer optional 
xserver-xorg-core-udeb_1.9.5-1_amd64.udeb
 db8309f6c65e26cb3575e7086432adb0 304264 x11 optional 
xserver-xorg-dev_1.9.5-1_amd64.deb
 e3be7a7653b1867b753dbc0698abed60 865538 x11 optional xdmx_1.9.5-1_amd64.deb
 f1a5cd9f26fd4729927e11b48dd0481e 110974 x11 optional 
xdmx-tools_1.9.5-1_amd64.deb
 88b4e99028a59f4a86ef14ead39b6cb5 776780 x11 optional xnest_1.9.5-1_amd64.deb
 2dc31a9c5b30f0025cec0b0203f59b7c 894268 x11 optional xvfb_1.9.5-1_amd64.deb
 520c1ef340f1cf17e676f2e08e44ee8d 988376 x11 optional 
xserver-xephyr_1.9.5-1_amd64.deb
 e7ef4cd25f9186b678d1dc439279b086 909634 x11 optional 
xserver-xfbdev_1.9.5-1_amd64.deb
 ca9eba9e0063c2a2469bb20fbddf1f12 5644282 debug extra 
xserver-xorg-core-dbg_1.9.5-1_amd64.deb
Package-Type: udeb


Accepted ascii 3.11-1 (source amd64)

2011-03-26 Thread Florian Ernst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 16:33:01 +0100
Source: ascii
Binary: ascii
Architecture: source amd64
Version: 3.11-1
Distribution: unstable
Urgency: low
Maintainer: Florian Ernst flor...@debian.org
Changed-By: Florian Ernst flor...@debian.org
Description: 
 ascii  - interactive ASCII name and synonym chart
Changes: 
 ascii (3.11-1) unstable; urgency=low
 .
   * [a1079bd] Imported Upstream version 3.11
   * [15dfafb] drop all patches as they are included upstream
Checksums-Sha1: 
 c15b0b112c48d015a99cd652ea588232c470728e 1106 ascii_3.11-1.dsc
 8d033809d14fec814fc9a5818420718043a49e7b 14094 ascii_3.11.orig.tar.gz
 0631e3dec5d752bcb3c15c86746a083088e16966 4187 ascii_3.11-1.debian.tar.gz
 5d128a63f19672ce8113cc8ba215904b13b62a4a 17824 ascii_3.11-1_amd64.deb
Checksums-Sha256: 
 3ac7cabfcec0dfe602dfe16d95a83efbf3ee6a2c8792f73f96e556eaa71f6d3b 1106 
ascii_3.11-1.dsc
 40e355e69d45c07404bbbfa523039e506c07388c26c2b1ac9ded57a846c68e4d 14094 
ascii_3.11.orig.tar.gz
 eda29f9e29162e6e35ce8935c4e2b13eb1e745cf07d12b7a04f25f257239b28a 4187 
ascii_3.11-1.debian.tar.gz
 9c1ca166aff7504f7a48e3e752e50e4452bd82011dac98836deef5d18c0d7942 17824 
ascii_3.11-1_amd64.deb
Files: 
 3cccfd3722fa73e44c54ab9181a02542 1106 utils optional ascii_3.11-1.dsc
 ba8a9392f8aa8c6b7a52923fba870579 14094 utils optional ascii_3.11.orig.tar.gz
 ba32b224b9584de77e2d3b2458aa9a79 4187 utils optional ascii_3.11-1.debian.tar.gz
 1358fad939044c7419868f006eee7985 17824 utils optional ascii_3.11-1_amd64.deb

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

iEYEARECAAYFAk2OCMEACgkQs3U+TVFLPnyNoACbBvW7zFAxrbwODMa8UcpSV0ES
dZgAn3Sz0BntREnJ5Dy8JXaEOlpmx3Yt
=uXdA
-END PGP SIGNATURE-


Accepted:
ascii_3.11-1.debian.tar.gz
  to main/a/ascii/ascii_3.11-1.debian.tar.gz
ascii_3.11-1.dsc
  to main/a/ascii/ascii_3.11-1.dsc
ascii_3.11-1_amd64.deb
  to main/a/ascii/ascii_3.11-1_amd64.deb
ascii_3.11.orig.tar.gz
  to main/a/ascii/ascii_3.11.orig.tar.gz


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



Accepted ca-certificates 20090814+nmu3 (source all)

2011-03-26 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Mar 2011 07:47:00 +0100
Source: ca-certificates
Binary: ca-certificates
Architecture: source all
Version: 20090814+nmu3
Distribution: unstable
Urgency: low
Maintainer: Philipp Kern pk...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 ca-certificates - Common CA certificates
Closes: 594231 601089 601129 618633
Changes: 
 ca-certificates (20090814+nmu3) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - French (Christian Perrier).  Closes: #594231
 - Danish (Joe Hansen).  Closes: #601129
 - Catalan (Jordi Mallach).  Closes: #601089
 - Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #618633
Checksums-Sha1: 
 9fa365adabce64ebe31bf7f253a7aa62dd90290f 1441 ca-certificates_20090814+nmu3.dsc
 b1df70897e179d9c0e4df20264e13c4fd566e64d 231558 
ca-certificates_20090814+nmu3.tar.gz
 b87a529f02f0856862340a46f05ff5927655e23c 155106 
ca-certificates_20090814+nmu3_all.deb
Checksums-Sha256: 
 8093b2859954a728fb1de7256a4035ab2d627e50141b2c110fabda15189d9ad2 1441 
ca-certificates_20090814+nmu3.dsc
 5df75e270726bb25b9cfed1ba1e8beb0e664b881b745ace01f02757e3b44a9ae 231558 
ca-certificates_20090814+nmu3.tar.gz
 e9e3f56abb7167f0adcc4520c65854f157228309dc9cd8a3e190246eb720c11a 155106 
ca-certificates_20090814+nmu3_all.deb
Files: 
 adb755211c10c5e550b1db282145ecb8 1441 misc optional 
ca-certificates_20090814+nmu3.dsc
 578be1c5a459cea3b243777c08610727 231558 misc optional 
ca-certificates_20090814+nmu3.tar.gz
 90fa5c92f768569fbff0784827f73499 155106 misc optional 
ca-certificates_20090814+nmu3_all.deb

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

iQIVAwUBTYRSdIcvcCxNbiWoAQLbyA//eF9rP6SO17UFv9XUjyrhCGCD1a440MfJ
L1LzDlq3Gvjw5gJHz0v12RjyU6l7sq6nosnHXc/AUywN1C+OZEzNOi/z6nj7UcjF
Hf92ixCyw3i6kWRRVvs+H5pzsoRGVzj4pC0PIpE1ha6NpXatbZFVd073VgRlQRwm
EzzcW6R3OWVriQNYzmJqyXwIGl6hO/5YzcXJp3m9jugbtAoX/jwZGnqrOhM18CLo
ySFYiZUPBSNGHPrvaLkSSJImqlfKAgoZZJf38yz2IgGLEhQNUFGQfcnJ7Hhdm5L8
S2t0j410likK+kg/qHhtRd1Z6Wp4Tem0ch7/f412YJzfxLApa24FVJlwkXUhoEA2
+xC5cEanMuHmkXFApZ3zX01kYOWo7d+/vWmCOpGpUW9yzfdVJ+0Yy2lQxmaZ6wOE
eE36gX2v8+6d/lfrC8NtM5DA/PAPM1qoePeW6TOjJ1YYu25U/3OuO4lg6CnoKR2T
GHc2OgKyckJ5BDktKaJj+7Jk0eubaUAsJm8cZgFr/Gmg0sVyPQ7nbau7IgbAQ4A4
vIizL6leXoui72dmp5iyKB0JKdgOxsnz0U+z1EpVbL2Fdh+zs68YwwAimw/azNGX
+xYyBsvMixZbYk8z19V2ydIjgCkiGg4o7VKvPE/E1VcSjmno0Q0NKziUOORbXqqP
Yn0Uj5nzN+M=
=WEW2
-END PGP SIGNATURE-


Accepted:
ca-certificates_20090814+nmu3.dsc
  to main/c/ca-certificates/ca-certificates_20090814+nmu3.dsc
ca-certificates_20090814+nmu3.tar.gz
  to main/c/ca-certificates/ca-certificates_20090814+nmu3.tar.gz
ca-certificates_20090814+nmu3_all.deb
  to main/c/ca-certificates/ca-certificates_20090814+nmu3_all.deb


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



Accepted cairo 1.10.2-6 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:11:21 +
Source: cairo
Binary: libcairo2-dev libcairo2 libcairo2-dbg libcairo2-doc 
libcairo-script-interpreter2 libcairo-gobject2 cairo-perf-utils libcairo2-udeb
Architecture: source all amd64
Version: 1.10.2-6
Distribution: unstable
Urgency: low
Maintainer: Dave Beckett daj...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 cairo-perf-utils - The Cairo 2D vector graphics library performance utilities
 libcairo-gobject2 - The Cairo 2D vector graphics library (GObject library)
 libcairo-script-interpreter2 - The Cairo 2D vector graphics library (script 
interpreter)
 libcairo2  - The Cairo 2D vector graphics library
 libcairo2-dbg - The Cairo 2D vector graphics library (debugging symbols)
 libcairo2-dev - Development files for the Cairo 2D graphics library
 libcairo2-doc - Documentation for the Cairo Multi-platform 2D graphics library
 libcairo2-udeb - The Cairo 2D vector graphics library Xlib backend (udeb)
Changes: 
 cairo (1.10.2-6) unstable; urgency=low
 .
   * debian/patches/03_export-symbols.patch:
 + Only export ^cairo_* symbols for libcairo-gobject and
   libcairo-script-interpreter (in addition to libcairo).
   Fixes a FTBFS in the architectures that are still using
   gcc-4.4, as one symbol isn't being exported there (since
   that gcc doesn't support -flto).
   * debian/libcairo-gobject2.symbols
 debian/libcairo-script-interpreter2.symbols
 + Remove the __gnu_lto_v1 symbol accordingly.
Checksums-Sha1: 
 bb0fed700963ba2f2d6423690ca0797461080d08 1709 cairo_1.10.2-6.dsc
 56c856a226b6329d6d2837896c34a541e7cf529c 29924 cairo_1.10.2-6.debian.tar.gz
 80e42cf14dc5dc0c44967b10b082a87450f9ebca 755954 libcairo2-doc_1.10.2-6_all.deb
 286ccd769f592a3d6b8f3dfa7ed67aec1e4c46d2 9449152 
libcairo2-dev_1.10.2-6_amd64.deb
 a3c38935f4de477c12741a568dd001b35b1a216a 955720 libcairo2_1.10.2-6_amd64.deb
 edc101e3d9901b23198de1eb97c3811ba8ed7c53 2124852 
libcairo2-dbg_1.10.2-6_amd64.deb
 43b7addb4658c470ccfe7fa5cfdc4991c3068b9e 632166 
libcairo-script-interpreter2_1.10.2-6_amd64.deb
 8ce9af74dbdfd0bdfbe4e80813dabf6429b28ab6 589390 
libcairo-gobject2_1.10.2-6_amd64.deb
 9d02090ccb924b7edd81da10be2dc765b64e3895 1420270 
cairo-perf-utils_1.10.2-6_amd64.deb
 a4d1264e73459b55f90fddbbeee6819e22d663ff 324138 
libcairo2-udeb_1.10.2-6_amd64.udeb
Checksums-Sha256: 
 657513ae893ed3f357942e6630a5b77d520a75dd74b9317b967a3a79beb51aff 1709 
cairo_1.10.2-6.dsc
 e0fecacaffad591c054f3096d12816e37b00d6cbdc6bcc56f8f726380d64e7a1 29924 
cairo_1.10.2-6.debian.tar.gz
 9d6dcf9847bfafe4cc44fb54145583910596e06630b2cca15f7008b03e4a054d 755954 
libcairo2-doc_1.10.2-6_all.deb
 7ac713cdc764bd8fd41c84915fedffa1f494d134f5fb6d383e4b4fbfc3d4ceec 9449152 
libcairo2-dev_1.10.2-6_amd64.deb
 b26b7598b99f3b636a8b5affdbd4291d9e38f632da374236b16183ea269dfd5f 955720 
libcairo2_1.10.2-6_amd64.deb
 6835acd4f6535b4c8d1221a187b77623c950dec244958b78dbdcb27d1219ae2c 2124852 
libcairo2-dbg_1.10.2-6_amd64.deb
 c8bde4437ce3b32471168b1fd83482d6ae723bde4adcdd760332c2427008eb29 632166 
libcairo-script-interpreter2_1.10.2-6_amd64.deb
 08e60ae19806284a8155a5306870477ff7b555bb1c7a423dfc599d6e847bccda 589390 
libcairo-gobject2_1.10.2-6_amd64.deb
 ae01af9ecf9919d3e966d04b80f6659bbf2edabd29b4fed0ed8a4a2af71f81b8 1420270 
cairo-perf-utils_1.10.2-6_amd64.deb
 0a1ef78ff50729bef84bc946eb1ce94a4c5c4872602a98d6aa5b729e1719488f 324138 
libcairo2-udeb_1.10.2-6_amd64.udeb
Files: 
 f30922954e293cab2c71004614a0fe3e 1709 libs optional cairo_1.10.2-6.dsc
 f8e399590f428a8af5afd9cda30f95e4 29924 libs optional 
cairo_1.10.2-6.debian.tar.gz
 c6bf5e9749796e014b02950321d6bfa6 755954 doc optional 
libcairo2-doc_1.10.2-6_all.deb
 70a46f2fc790ae691b0fe67446dd48ad 9449152 libdevel optional 
libcairo2-dev_1.10.2-6_amd64.deb
 bdf0b79a301b67cc59eddff7b141c4f9 955720 libs optional 
libcairo2_1.10.2-6_amd64.deb
 82dde2c256333d6ea692599065a37a75 2124852 debug extra 
libcairo2-dbg_1.10.2-6_amd64.deb
 62d5bac1aba9bc061ebe2ea09c007c08 632166 libs optional 
libcairo-script-interpreter2_1.10.2-6_amd64.deb
 a60a6b7b512720a28fe476f9db2a3b8e 589390 libs optional 
libcairo-gobject2_1.10.2-6_amd64.deb
 18bf32120e5d3d0ee70af6a423e1cf5f 1420270 misc optional 
cairo-perf-utils_1.10.2-6_amd64.deb
 d9e41771763aca5497ef30b7b39a0bc7 324138 debian-installer optional 
libcairo2-udeb_1.10.2-6_amd64.udeb
Package-Type: udeb

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

iEYEARECAAYFAk2NwjAACgkQhTV17EoIsv7rOwCbBtGLBYfg2lVEr9hrTb1jOkN3
HDgAn1EGZKGvnQq8drcuQv1zzZTNivhT
=ch+R
-END PGP SIGNATURE-


Accepted:
cairo-perf-utils_1.10.2-6_amd64.deb
  to main/c/cairo/cairo-perf-utils_1.10.2-6_amd64.deb
cairo_1.10.2-6.debian.tar.gz
  to main/c/cairo/cairo_1.10.2-6.debian.tar.gz
cairo_1.10.2-6.dsc
  to main/c/cairo/cairo_1.10.2-6.dsc
libcairo-gobject2_1.10.2-6_amd64.deb
  to main/c/cairo/libcairo-gobject2_1.10.2-6_amd64.deb

Accepted clutter-1.0 1.6.10-2 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 07:33:05 +
Source: clutter-1.0
Binary: libclutter-1.0-0 libclutter-1.0-common libclutter-1.0-dev 
libclutter-1.0-dbg libclutter-1.0-doc gir1.2-clutter-1.0
Architecture: source all amd64
Version: 1.6.10-2
Distribution: unstable
Urgency: low
Maintainer: Ross Burton r...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-clutter-1.0 - GObject introspection data for the Clutter 1.0 library
 libclutter-1.0-0 - Open GL based interactive canvas library
 libclutter-1.0-common - Open GL based interactive canvas library
 libclutter-1.0-dbg - Open GL based interactive canvas library (debug files)
 libclutter-1.0-dev - Open GL based interactive canvas library (development 
files)
 libclutter-1.0-doc - Open GL based interactive canvas library (documentation)
Changes: 
 clutter-1.0 (1.6.10-2) unstable; urgency=low
 .
   * debian/control.in:
 + Build using the gir binaries from atk and pango instead of the
   gir-repository bundle.
Checksums-Sha1: 
 5405624642c891fca7b65ab51665fd125d5f0d93 1838 clutter-1.0_1.6.10-2.dsc
 e5603ee687add93c29053c121e507179de05265a 17279 
clutter-1.0_1.6.10-2.debian.tar.gz
 bd755a6d7c00f1b58fe0a553fec76866e325378e 269108 
libclutter-1.0-common_1.6.10-2_all.deb
 2cd7328ede73fbd8166417ba79c09fdd6a3762fe 1153580 
libclutter-1.0-doc_1.6.10-2_all.deb
 a8436a3e0056b7b1d863fbacb3e93177f52470b1 841378 
libclutter-1.0-0_1.6.10-2_amd64.deb
 0957c049575edb34ff30a9a8b74c0365e22f1f41 655780 
libclutter-1.0-dev_1.6.10-2_amd64.deb
 a583c15ca9ca5c01d80f988b00f14790f9aa222b 1921442 
libclutter-1.0-dbg_1.6.10-2_amd64.deb
 8c4cd56a80ff8bc637c25edfa51699fa31c9d236 376822 
gir1.2-clutter-1.0_1.6.10-2_amd64.deb
Checksums-Sha256: 
 3f00a4fca6a8f167edb085fda6fb9d75abbe8d3a6aca4bbab371e97e3f9fea66 1838 
clutter-1.0_1.6.10-2.dsc
 076fd552c9a041df8e02927632c8ad27006cb20b1bda013654ee05b89315d10c 17279 
clutter-1.0_1.6.10-2.debian.tar.gz
 0d88b6f051f08a0ea416b8c08ed2e5ed1d7819291c3cbbc338a0cdda585dc555 269108 
libclutter-1.0-common_1.6.10-2_all.deb
 8e2765ca1fb61d7d39037130d6157ff28b1a87629d00dca955ef24de657cac35 1153580 
libclutter-1.0-doc_1.6.10-2_all.deb
 5e38a5956c46dd2b66572c8ec2eb9c361630f5287599bcf923b4b0923231f69e 841378 
libclutter-1.0-0_1.6.10-2_amd64.deb
 7e864f7991d16314fce9c1fd8d45daeff4f4c0df337085b4e2e5c10aa52f8e1b 655780 
libclutter-1.0-dev_1.6.10-2_amd64.deb
 35a57f2993f38cb1c6eca6724e980f1dca75729835378441a07021fb027aee2c 1921442 
libclutter-1.0-dbg_1.6.10-2_amd64.deb
 d25ece610eb12c13adbcd194496d26dc7505be986b0ddeb55bd3fcd8bb66f735 376822 
gir1.2-clutter-1.0_1.6.10-2_amd64.deb
Files: 
 a82559aaa1fafc06717fc3b993f7469c 1838 libs optional clutter-1.0_1.6.10-2.dsc
 8fd9aea7e3e800217027cf4062aa455c 17279 libs optional 
clutter-1.0_1.6.10-2.debian.tar.gz
 05554bbc6c27d248b7dafe0a9bbbae70 269108 libs optional 
libclutter-1.0-common_1.6.10-2_all.deb
 0cfd863d62d43ea5dd26f559ea2a4923 1153580 doc optional 
libclutter-1.0-doc_1.6.10-2_all.deb
 922ab3167a0773d73859b97f821780b7 841378 libs optional 
libclutter-1.0-0_1.6.10-2_amd64.deb
 a871c93474daf26b5a761d9bfbd5f65c 655780 libdevel optional 
libclutter-1.0-dev_1.6.10-2_amd64.deb
 e5eecb4342b4202a5b3a1e3bcb9ef5a9 1921442 debug extra 
libclutter-1.0-dbg_1.6.10-2_amd64.deb
 d553e7cc23fa0bf061bdf6d3ea2423df 376822 libs optional 
gir1.2-clutter-1.0_1.6.10-2_amd64.deb

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

iEYEARECAAYFAk2Nmc0ACgkQhTV17EoIsv5sMwCeJN4dBkyWJNcIh8BIflWMyS9l
4goAnRf6GBD68FRKDGb1qP/bkONwku/b
=NBJv
-END PGP SIGNATURE-


Accepted:
clutter-1.0_1.6.10-2.debian.tar.gz
  to main/c/clutter-1.0/clutter-1.0_1.6.10-2.debian.tar.gz
clutter-1.0_1.6.10-2.dsc
  to main/c/clutter-1.0/clutter-1.0_1.6.10-2.dsc
gir1.2-clutter-1.0_1.6.10-2_amd64.deb
  to main/c/clutter-1.0/gir1.2-clutter-1.0_1.6.10-2_amd64.deb
libclutter-1.0-0_1.6.10-2_amd64.deb
  to main/c/clutter-1.0/libclutter-1.0-0_1.6.10-2_amd64.deb
libclutter-1.0-common_1.6.10-2_all.deb
  to main/c/clutter-1.0/libclutter-1.0-common_1.6.10-2_all.deb
libclutter-1.0-dbg_1.6.10-2_amd64.deb
  to main/c/clutter-1.0/libclutter-1.0-dbg_1.6.10-2_amd64.deb
libclutter-1.0-dev_1.6.10-2_amd64.deb
  to main/c/clutter-1.0/libclutter-1.0-dev_1.6.10-2_amd64.deb
libclutter-1.0-doc_1.6.10-2_all.deb
  to main/c/clutter-1.0/libclutter-1.0-doc_1.6.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
Archive: http://lists.debian.org/e1q3wss-00079m...@franck.debian.org



Accepted d-conf 0.7.3-1 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 11:50:32 +
Source: d-conf
Binary: libdconf0 libdconf-dev libdconf-dbg libdconf-dbus-1-0 
libdconf-dbus-1-dev libdconf-dbus-1-dbg libdconf-doc dconf-tools
Architecture: source all amd64
Version: 0.7.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 dconf-tools - Simple key-based configuration system
 libdconf-dbg - Simple key-based configuration system (debug symbols)
 libdconf-dbus-1-0 - Simple key-based configuration system (D-Bus library)
 libdconf-dbus-1-dbg - Simple key-based configuration system (D-Bus debug 
symbols)
 libdconf-dbus-1-dev - Simple key-based configuration system (D-Bus development 
files)
 libdconf-dev - Simple key-based configuration system (development files)
 libdconf-doc - Simple key-based configuration system (documentation)
 libdconf0  - Simple key-based configuration system
Changes: 
 d-conf (0.7.3-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/control.in:
   - Update build dependencies.
Checksums-Sha1: 
 6f98bed70a73186fbfd94198271028a7637c77b2 1645 d-conf_0.7.3-1.dsc
 fab34cac992bd9c42edfc633c7f467b075c51061 258905 d-conf_0.7.3.orig.tar.gz
 5e9781654d5b063e78688136e8bd25c4a9e220f3 5129 d-conf_0.7.3-1.debian.tar.gz
 714398818d1af955269ed444174a4f1d8ff3e8ea 20796 libdconf-doc_0.7.3-1_all.deb
 29887c0e152843053b86de86bc43268d320f5859 52198 libdconf0_0.7.3-1_amd64.deb
 165578de56dec052e37161aac952f25cdaf9e440 10144 libdconf-dev_0.7.3-1_amd64.deb
 4af4a035160ff78fae60e3f393c42b21bb9c0181 102460 libdconf-dbg_0.7.3-1_amd64.deb
 22557b944f23dab23c1835d66f0f006456cf7f9c 20640 
libdconf-dbus-1-0_0.7.3-1_amd64.deb
 55ef407af415abe594007a18e03c99f32409b7a8 6878 
libdconf-dbus-1-dev_0.7.3-1_amd64.deb
 d097de6a3ff805ace4fe1648d89803326697d0df 33082 
libdconf-dbus-1-dbg_0.7.3-1_amd64.deb
 f646bfaf4055b640fe58a59348e827a42f0da68d 56340 dconf-tools_0.7.3-1_amd64.deb
Checksums-Sha256: 
 b7a6a06f22fff8b7d48cdacf7aa81d744fde822bf3feeb3d0afaacc8d608e8a2 1645 
d-conf_0.7.3-1.dsc
 7b208f3050d68d103bf0b8f8171dbd224430cf36bb461cbe6072b011da80fb7e 258905 
d-conf_0.7.3.orig.tar.gz
 f0ef5366c13cb731830b499ff7b126329e9c8c5f8bbffa0db68f0cc850c9a431 5129 
d-conf_0.7.3-1.debian.tar.gz
 cf9dab881b2435b51b5cb13e458a5ee77afcf1234c07cabddfa345c20fc517fd 20796 
libdconf-doc_0.7.3-1_all.deb
 c7ce30904b91114dd7d441efb0eb180627f1ef5d6a88029e0c1cafd4c5c24440 52198 
libdconf0_0.7.3-1_amd64.deb
 fcd5724a3b31ccf78a810401d25ddaa1cd6c147669b79eedafa05ba8da8340d1 10144 
libdconf-dev_0.7.3-1_amd64.deb
 f3b1b7688ff848b523184e8b4803289dfc87082fbf4f45a6e13b5bc288a43602 102460 
libdconf-dbg_0.7.3-1_amd64.deb
 b45b6836a2c231f971a82073811cec36031bc697a99c8990a4a94fc695f4b53a 20640 
libdconf-dbus-1-0_0.7.3-1_amd64.deb
 ab08e3e3e32fc80e980c4223cabd64c674dda075b7987c8085f6da662f9f59e2 6878 
libdconf-dbus-1-dev_0.7.3-1_amd64.deb
 2ef146f21a5b03d1ba30d2e185a405e3961d6d0e26f4d1e3017e83f65a41aac4 33082 
libdconf-dbus-1-dbg_0.7.3-1_amd64.deb
 ddf735bc01cc5efc71e648bc589e1d927d20deb22faf8fbbd0e2c4d5e454bf1a 56340 
dconf-tools_0.7.3-1_amd64.deb
Files: 
 97c8f70e8335f441e37beb5419f5c857 1645 libs optional d-conf_0.7.3-1.dsc
 fedb1f415287fcd134c624e8daaa3ceb 258905 libs optional d-conf_0.7.3.orig.tar.gz
 4fed6aac497c883b847e507930802ef2 5129 libs optional 
d-conf_0.7.3-1.debian.tar.gz
 8d8cecfe707bfac40da738a68c044998 20796 doc optional 
libdconf-doc_0.7.3-1_all.deb
 c2aebfee75170284420b8215409c9b01 52198 libs optional 
libdconf0_0.7.3-1_amd64.deb
 7215386990b51f731305504e361baff9 10144 libdevel optional 
libdconf-dev_0.7.3-1_amd64.deb
 e570c0cdc0bfe40d9df27eca10db5a3f 102460 debug extra 
libdconf-dbg_0.7.3-1_amd64.deb
 2829b767c9cebf1dd71e008ef53f4119 20640 libs optional 
libdconf-dbus-1-0_0.7.3-1_amd64.deb
 032c1f10fe32a4cef3bc330d5bdd928c 6878 libdevel optional 
libdconf-dbus-1-dev_0.7.3-1_amd64.deb
 21232328009c4e65d6f988696175fa7c 33082 debug extra 
libdconf-dbus-1-dbg_0.7.3-1_amd64.deb
 0edbe91699c1357c4f032aee911567ba 56340 utils optional 
dconf-tools_0.7.3-1_amd64.deb

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

iEYEARECAAYFAk2N1igACgkQhTV17EoIsv5dcgCgpWsa/JXjzHLo1YthBZiw8XT9
a7cAn2BanhAeXbQeXjjdiHYNHXSAMNNH
=FJyG
-END PGP SIGNATURE-


Accepted:
d-conf_0.7.3-1.debian.tar.gz
  to main/d/d-conf/d-conf_0.7.3-1.debian.tar.gz
d-conf_0.7.3-1.dsc
  to main/d/d-conf/d-conf_0.7.3-1.dsc
d-conf_0.7.3.orig.tar.gz
  to main/d/d-conf/d-conf_0.7.3.orig.tar.gz
dconf-tools_0.7.3-1_amd64.deb
  to main/d/d-conf/dconf-tools_0.7.3-1_amd64.deb
libdconf-dbg_0.7.3-1_amd64.deb
  to main/d/d-conf/libdconf-dbg_0.7.3-1_amd64.deb
libdconf-dbus-1-0_0.7.3-1_amd64.deb
  to main/d/d-conf/libdconf-dbus-1-0_0.7.3-1_amd64.deb
libdconf-dbus-1-dbg_0.7.3-1_amd64.deb
  to main/d/d-conf/libdconf-dbus-1-dbg_0.7.3-1_amd64.deb
libdconf-dbus-1-dev_0.7.3-1_amd64.deb
  to 

Accepted dtc-xen 0.5.14-1 (source all)

2011-03-26 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 15:30:47 +0800
Source: dtc-xen
Binary: dtc-xen dtc-xen-firewall
Architecture: source all
Version: 0.5.14-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Goirand z...@debian.org
Changed-By: Thomas Goirand z...@debian.org
Description: 
 dtc-xen- SOAP daemon and scripts to allow control panel management for Xen
 dtc-xen-firewall - A small firewall script for your dom0
Closes: 610410
Changes: 
 dtc-xen (0.5.14-1) unstable; urgency=low
 .
   * New upstream release fixing the dtc-panel_autodeploy script and the CentOS
 VPS setup.
   * Updated Brazilian Portuguese debconf translation, thanks to Flamarion Jorge
 flamarili...@yahoo.com.br (Closes: #610410).
   * Bumped Standard-Version.
   * Fixed reference to BSD license in /usr/share in the debian/copyright.
Checksums-Sha1: 
 730affb030ea3dd5dc95d4477a7fc0e53aad7f78 1158 dtc-xen_0.5.14-1.dsc
 663fa26997f7987a1c3c08bcbd765cd69254003c 59067 dtc-xen_0.5.14.orig.tar.gz
 23cfdfb4b9a20e1af1c785446ccf7c706a9a7612 55666 dtc-xen_0.5.14-1.diff.gz
 7f270b034be77febcb0310ad3f77da618f8109d7 92768 dtc-xen_0.5.14-1_all.deb
 de313709d601693070878c8ff55b7b8255e5145e 12040 
dtc-xen-firewall_0.5.14-1_all.deb
Checksums-Sha256: 
 9e0e8f2711213949eb15a2af287eb660e04003537758effd69d60d7979f8e7a1 1158 
dtc-xen_0.5.14-1.dsc
 78fcc832f09ce5691783d77a035c47210e3e4d370a3f442c800a4dfb19a30364 59067 
dtc-xen_0.5.14.orig.tar.gz
 6a20bfe42646226a983c858567e8381ba9c98993b8230de116460c455f302bf1 55666 
dtc-xen_0.5.14-1.diff.gz
 16cdacf7b749e3d85714598a66457146e037c35b2a8499d0166e6cda1a01be67 92768 
dtc-xen_0.5.14-1_all.deb
 6a4708050435e986e5ea913f21c6af697efd47ca49bdd90bd6fd47d70932dfd0 12040 
dtc-xen-firewall_0.5.14-1_all.deb
Files: 
 565d87b068980931310bbe51e04224d8 1158 web extra dtc-xen_0.5.14-1.dsc
 192ea690a786c6fe33f76c28e5e1dd1f 59067 web extra dtc-xen_0.5.14.orig.tar.gz
 ace8cdd95ed100202ab753ce73a68a2a 55666 web extra dtc-xen_0.5.14-1.diff.gz
 6ffbfdbdec2911762e73d7373b5e0e38 92768 web extra dtc-xen_0.5.14-1_all.deb
 7983a36238c76fe5c0247bd4b56353ca 12040 web extra 
dtc-xen-firewall_0.5.14-1_all.deb

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

iEYEARECAAYFAk2N7ZMACgkQl4M9yZjvmkn7AACfain1Pcsuds626A7aMp0bwPJj
B6EAnRUY33gzM4yOfgBmCL6jXPHOsFI/
=x5jq
-END PGP SIGNATURE-


Accepted:
dtc-xen-firewall_0.5.14-1_all.deb
  to main/d/dtc-xen/dtc-xen-firewall_0.5.14-1_all.deb
dtc-xen_0.5.14-1.diff.gz
  to main/d/dtc-xen/dtc-xen_0.5.14-1.diff.gz
dtc-xen_0.5.14-1.dsc
  to main/d/dtc-xen/dtc-xen_0.5.14-1.dsc
dtc-xen_0.5.14-1_all.deb
  to main/d/dtc-xen/dtc-xen_0.5.14-1_all.deb
dtc-xen_0.5.14.orig.tar.gz
  to main/d/dtc-xen/dtc-xen_0.5.14.orig.tar.gz


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



Accepted edbus 1.0.0-1 (source amd64)

2011-03-26 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 15 Mar 2011 20:56:45 +0100
Source: edbus
Binary: libedbus-dev libedbus1
Architecture: source amd64
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre lu...@debian.org
Description: 
 libedbus-dev - D-Bus and HAL wrapper libraries for use with the EFL - 
Developmen
 libedbus1  - D-Bus and HAL wrapper libraries for use with the EFL
Changes: 
 edbus (1.0.0-1) unstable; urgency=low
 .
   * Upstream release 1.0.0
Checksums-Sha1: 
 bee4aea09751ac37530c8e5bfdce9507ace883c0 1956 edbus_1.0.0-1.dsc
 4af4d453de4937ac887c261b854579c4f9933c09 497248 edbus_1.0.0.orig.tar.gz
 cffa77bb5b963db451504036d491800455b48472 3189 edbus_1.0.0-1.diff.gz
 534bc4e81a122b253a5202a52930f1540f2daa86 121444 libedbus-dev_1.0.0-1_amd64.deb
 caaab4861232366a6d8c8ff6c0fe4733585e7f0f 105328 libedbus1_1.0.0-1_amd64.deb
Checksums-Sha256: 
 0fc682e3deef82afc3bcef219240e8e13903e26477e4530c5cadd0c832676919 1956 
edbus_1.0.0-1.dsc
 701be8c07fd460fc3c0fa37f4753ceb5ef87cd5563f1ce5376fa486cf1a4acb5 497248 
edbus_1.0.0.orig.tar.gz
 2a5b7033fba3f2503eee12ea9c1ba7946a6089a6e98ecd0fe43fb9c8a66be404 3189 
edbus_1.0.0-1.diff.gz
 4fb6f2c286852a0e5dc6bb2c70f070bd197b52409db3fc8c422139ccf13d5ba3 121444 
libedbus-dev_1.0.0-1_amd64.deb
 c29837b328b00c83b0492b928303070c55af43ce6e2dfb73aaa5a5bd4b521229 105328 
libedbus1_1.0.0-1_amd64.deb
Files: 
 b3d060d3a19e3ac2bd6dbdb937a2b025 1956 libs optional edbus_1.0.0-1.dsc
 4a3031a41e7e33f843cf104bf84cd4ee 497248 libs optional edbus_1.0.0.orig.tar.gz
 ce75cb4936c669691839dd5836606060 3189 libs optional edbus_1.0.0-1.diff.gz
 12b037323b162fa2211b1c9c3afb11b1 121444 libdevel optional 
libedbus-dev_1.0.0-1_amd64.deb
 2535c68099faea7823acb8157ddf89bb 105328 libs optional 
libedbus1_1.0.0-1_amd64.deb

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

iQIcBAEBCAAGBQJNjgsuAAoJEBEG8gBbtuSlPoEQAK2jONSnCQYFRUYV4boVZsa5
k0pvCybpHP14+QbLH3QB3CAuCMotKlKZuNijNQfYHa2o0IDFBreiEvaUVi0r7IWW
P68N+DT7LGqUhjFJlBkoxzicI4E++s2IWVs6IgE3LtGbTOikupyH676y9Wq+bm3C
3th4MAAmfKDlp8uKDwrrZJZYLCAr5H+NsyZ4TGYWmcHo+h83+oZvA4Yas3mmmb6o
k8FgwfxhkfM6j5HBTk/G2Mfh6hoVycFfkVya43ceNNgROHTVUONcWHZDy7yy5qIF
AKbt5GxlxUWRGQXd8OHn7ucpEYie4utVC729Fi+7BnkY+mu+HNk/1OqhPxQe/Uxk
CN5H1GBN2uDw/VRZ6fyZHzyHKUe4qGfkF9SUb5Xahi5PBwNIWSWTK1trqrMseVTt
gnz6Z4HCQ2LeAr35xapouPw8Lqo+fBhwB9HR3sLpm1LdgNetgxDxfGaTtDtYrNhS
oll3Nvs6XftB9pAINlGypVoMB6kUIbmPX+xMSJfcvIj5TXjAXQPmQLRQLu1SK4RI
eOIdo9/qHrYm9jsIOIY5Ua8a2++BXhZEkoZfrnziTZzpHeKcUJ9WdGbW0eS+wojM
XuZYII7N2g/tuzxcYk1y9ATpr74HGmNq7UrsyLlPBt+dFYrAf2OZC2qo3IhOPDha
Bz3wV3RImqgUxazEqoZm
=MoxB
-END PGP SIGNATURE-


Accepted:
edbus_1.0.0-1.diff.gz
  to main/e/edbus/edbus_1.0.0-1.diff.gz
edbus_1.0.0-1.dsc
  to main/e/edbus/edbus_1.0.0-1.dsc
edbus_1.0.0.orig.tar.gz
  to main/e/edbus/edbus_1.0.0.orig.tar.gz
libedbus-dev_1.0.0-1_amd64.deb
  to main/e/edbus/libedbus-dev_1.0.0-1_amd64.deb
libedbus1_1.0.0-1_amd64.deb
  to main/e/edbus/libedbus1_1.0.0-1_amd64.deb


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



Accepted eq10q 1.2-2 (source amd64)

2011-03-26 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:48:11 +0100
Source: eq10q
Binary: eq10q
Architecture: source amd64
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 eq10q  - LV2 equalizer
Changes: 
 eq10q (1.2-2) unstable; urgency=low
 .
   * debian/patches/01-makefile.patch:
 - Current sid's lv2-c++-tools provides static libraries needed to
   build the plugin.
   * Build-depend on lv2-c++-tools = 1.0.4-3~
   * Remove build-dependency on libpaq-dev.
Checksums-Sha1: 
 76379c9e7c2bc4d29eec3fa054cb56a7e5a2280d 1333 eq10q_1.2-2.dsc
 b4ab9e0f533e31281ff33d2a6613b91cadb99856 3832 eq10q_1.2-2.debian.tar.gz
 e7df1e167861b9378e3d30d9c46008b15e067a9e 356732 eq10q_1.2-2_amd64.deb
Checksums-Sha256: 
 c48f6b421d312453e47db26433beca37dd68f2f6607f33989c0fc0b301e3ca59 1333 
eq10q_1.2-2.dsc
 c587ac88c017a7e07fbb935beacbec349c19e5080daf51fe20ce9fdbc81e3c3e 3832 
eq10q_1.2-2.debian.tar.gz
 dc2cc1006aa7cefe6cf002cd720822f7065bc3e929fa1f18564748c3b118eed3 356732 
eq10q_1.2-2_amd64.deb
Files: 
 2188c4d43a65f11345f42be13d79baa0 1333 sound optional eq10q_1.2-2.dsc
 84b85b546fcfd1009c200f02078286bf 3832 sound optional eq10q_1.2-2.debian.tar.gz
 bebe6ef8a9b8c191429c27979f9e825a 356732 sound optional eq10q_1.2-2_amd64.deb

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

iEYEARECAAYFAk2Nt0IACgkQRdSMfNz8P9AZHwCbBbJGqGIAi3TEVTMPiXIFh1eV
/C8An2K3/JcteF+/EV9q5hwXad9w5RBp
=II2G
-END PGP SIGNATURE-


Accepted:
eq10q_1.2-2.debian.tar.gz
  to main/e/eq10q/eq10q_1.2-2.debian.tar.gz
eq10q_1.2-2.dsc
  to main/e/eq10q/eq10q_1.2-2.dsc
eq10q_1.2-2_amd64.deb
  to main/e/eq10q/eq10q_1.2-2_amd64.deb


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



Accepted galleryremote 0.6-1 (source all)

2011-03-26 Thread Pietro Battiston
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 09:36:01 +0100
Source: galleryremote
Binary: python-galleryremote
Architecture: source all
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Pietro Battiston m...@pietrobattiston.it
Changed-By: Pietro Battiston m...@pietrobattiston.it
Description: 
 python-galleryremote - Python library for accessing Gallery web installations
Changes: 
 galleryremote (0.6-1) unstable; urgency=low
 .
   * Imported Upstream version 0.6
   * Updated copyright, watch and control file to new project location
Checksums-Sha1: 
 52f6a216c606039e8fbc67d42467f370be846edf 1877 galleryremote_0.6-1.dsc
 9f57c76a8911d90a68e117c1384c4458add30993 13589 galleryremote_0.6.orig.tar.gz
 43bf9dc9a0e36f1afa19711d9ecbfa192b2cea35 1971 galleryremote_0.6-1.debian.tar.gz
 808db2a13c8b63bc2a9b34c89f3615ea974b7997 10378 
python-galleryremote_0.6-1_all.deb
Checksums-Sha256: 
 123be863d71edff2e1e1724841c999d42bd0b078826eb88125d47ee8301bb426 1877 
galleryremote_0.6-1.dsc
 4ae6b552c58bdac46d3895f3ee33c4b5286efd93f1f45cbbe6af7d76d214d7c1 13589 
galleryremote_0.6.orig.tar.gz
 306185b4271fe83d6ff956bd2dd4b06b7174c685fa92607f959d3a3c2a3b19a4 1971 
galleryremote_0.6-1.debian.tar.gz
 2b4b7eab9a7e37daecdd3c9a2dbdf5eba1101c13eb1c70d41c35381d98872d45 10378 
python-galleryremote_0.6-1_all.deb
Files: 
 9c26d69fb16fb372ea0beeb51fa739a6 1877 python optional galleryremote_0.6-1.dsc
 f6d848115c1a39d7da5e29837f7c7c4c 13589 python optional 
galleryremote_0.6.orig.tar.gz
 dbb1a423ffe29156eab7843fdae8d9f9 1971 python optional 
galleryremote_0.6-1.debian.tar.gz
 058a285feb8bf278c53825d4bf1c91f1 10378 python optional 
python-galleryremote_0.6-1_all.deb

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

iQIcBAEBCAAGBQJNjfJSAAoJEK728aKnRXZFjjAP/3u3l9xjzTM+HUnetr0MctiR
AgpJgI2lNwxHGA0SXPUrRdNcqkzTDxCHUnBEpyk2ZTM1Mq5+6CjrcxLm1jLCWbSY
tUHOAY91Y4Sw94iIuG6nlC4gqRdtSlh50xK/t75FxmUE0Eahj5Bu+pUf5tKBq8pt
WJB67MatPB6i5ajxQy34+Gk5TfAlYyXMZDGABAm6sWp/4LnL5RohGoAzGvv3bSEm
W4NsxXQg5U/NMkrzSg8KSH6riPN74M/Rk8fBAZLkIjnoy/tnOUq4bAR3RQ53hY9M
foFS8YEhwht6tRRrE7HZXupCoV+g8GIKw/IoulNfCY/D6FEEN8cv8zLdrZS0G7MN
bYnhJ9Frk+vhC6B/vk4icn2zXtrGpl1NHMjTrXebRwnltxb6ETaVlHxx7sGMpJIy
AMseP7uwqeAwzY78UKWFsR784F3GEbyzp2ER4lEX6cnTofovyIqPWislOw+6Ov/N
+aJf8S1FfoI5i7OkxARh0ZhreY11tUNavfbxSuuBKSF2V7y7bF7RIpqSIci7UWCP
DBrZsG8Qz2nazvUjgJ1AUzFE/ZJIP/mRnutoqL5s0/Qk8WlpDLkpdHE4hokjFuku
H/AZxL1ecBiK0KuaU19ojPMSjgVQdXKxRtCoC6U7pa5yffZwZaVf7SHfx/jPdpt4
pnBjDiVC5vGP+dqKcN7o
=nvtJ
-END PGP SIGNATURE-


Accepted:
galleryremote_0.6-1.debian.tar.gz
  to main/g/galleryremote/galleryremote_0.6-1.debian.tar.gz
galleryremote_0.6-1.dsc
  to main/g/galleryremote/galleryremote_0.6-1.dsc
galleryremote_0.6.orig.tar.gz
  to main/g/galleryremote/galleryremote_0.6.orig.tar.gz
python-galleryremote_0.6-1_all.deb
  to main/g/galleryremote/python-galleryremote_0.6-1_all.deb


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



Accepted gcc-4.6 4.6.0-1 (source all amd64)

2011-03-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 03:03:21 +0100
Source: gcc-4.6
Binary: gcc-4.6-base libgcc1 libgcc1-dbg libgcc2 libgcc2-dbg libgcc4 
libgcc4-dbg lib64gcc1 lib64gcc1-dbg lib32gcc1 lib32gcc1-dbg libn32gcc1 
libn32gcc1-dbg gcc-4.6 gcc-4.6-multilib gcc-4.6-plugin-dev gcc-4.6-hppa64 
gcc-4.6-spu g++-4.6-spu gfortran-4.6-spu cpp-4.6 gcc-4.6-locales g++-4.6 
g++-4.6-multilib libmudflap0 libmudflap0-dbg lib32mudflap0 lib32mudflap0-dbg 
lib64mudflap0 lib64mudflap0-dbg libn32mudflap0 libn32mudflap0-dbg 
libmudflap0-4.6-dev libgomp1 libgomp1-dbg lib32gomp1 lib32gomp1-dbg lib64gomp1 
lib64gomp1-dbg libn32gomp1 libn32gomp1-dbg libquadmath0 libquadmath0-dbg 
lib32quadmath0 lib32quadmath0-dbg lib64quadmath0 lib64quadmath0-dbg 
libn32quadmath0 libn32quadmath0-dbg gobjc++-4.6 gobjc++-4.6-multilib gobjc-4.6 
gobjc-4.6-multilib libobjc3 libobjc3-dbg lib64objc3 lib64objc3-dbg lib32objc3 
lib32objc3-dbg libn32objc3 libn32objc3-dbg gfortran-4.6 gfortran-4.6-multilib 
libgfortran3 libgfortran3-dbg lib64gfortran3 lib64gfortran3-dbg lib32gfortran3 
lib32gfortran3-dbg
 libn32gfortran3 libn32gfortran3-dbg gccgo-4.6 gccgo-4.6-multilib libgo0 
libgo0-dbg lib64go0 lib64go0-dbg lib32go0 lib32go0-dbg libn32go0 libn32go0-dbg 
libstdc++6 lib32stdc++6 lib64stdc++6 libn32stdc++6 libstdc++6-4.6-dev 
libstdc++6-4.6-pic libstdc++6-4.6-dbg lib32stdc++6-4.6-dbg lib64stdc++6-4.6-dbg 
libn32stdc++6-4.6-dbg libstdc++6-4.6-doc gcc-4.6-soft-float fixincludes
 gcc-4.6-source
Architecture: source all amd64
Version: 4.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.6- The GNU C preprocessor
 fixincludes - Fix non-ANSI header files
 g++-4.6- The GNU C++ compiler
 g++-4.6-multilib - The GNU C++ compiler (multilib files)
 g++-4.6-spu - SPU cross-compiler (C++ compiler)
 gcc-4.6- The GNU C compiler
 gcc-4.6-base - The GNU Compiler Collection (base package)
 gcc-4.6-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.6-locales - The GNU C compiler (native language support files)
 gcc-4.6-multilib - The GNU C compiler (multilib files)
 gcc-4.6-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.6-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.6-source - Source of the GNU Compiler Collection
 gcc-4.6-spu - SPU cross-compiler (preprocessor and C compiler)
 gccgo-4.6  - The GNU Go compiler
 gccgo-4.6-multilib - The GNU Go compiler (multilib files)
 gfortran-4.6 - The GNU Fortran 95 compiler
 gfortran-4.6-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.6-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.6 - The GNU Objective-C++ compiler
 gobjc++-4.6-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.6  - The GNU Objective-C compiler
 gobjc-4.6-multilib - The GNU Objective-C compiler (multilib files)
 lib32gcc1  - GCC support library (32 bit Version)
 lib32gcc1-dbg - GCC support library (debug symbols)
 lib32gfortran3 - Runtime library for GNU Fortran applications (32bit)
 lib32gfortran3-dbg - Runtime library for GNU Fortran applications (32 bit 
debug symbol
 lib32go0   - Runtime library for GNU Go applications (32bit)
 lib32go0-dbg - Runtime library for GNU Go applications (32 bit debug symbols)
 lib32gomp1 - GCC OpenMP (GOMP) support library (32bit)
 lib32gomp1-dbg - GCC OpenMP (GOMP) support library (32 bit debug symbols)
 lib32mudflap0 - GCC mudflap shared support libraries (32bit)
 lib32mudflap0-dbg - GCC mudflap shared support libraries (32 bit debug symbols)
 lib32objc3 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc3-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32quadmath0 - GCC Quad-Precision Math Library (32bit)
 lib32quadmath0-dbg - GCC Quad-Precision Math Library (32 bit debug symbols)
 lib32stdc++6 - The GNU Standard C++ Library v3 (32 bit Version)
 lib32stdc++6-4.6-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64gcc1  - GCC support library (64bit)
 lib64gcc1-dbg - GCC support library (debug symbols)
 lib64gfortran3 - Runtime library for GNU Fortran applications (64bit)
 lib64gfortran3-dbg - Runtime library for GNU Fortran applications (64bit debug 
symbols
 lib64go0   - Runtime library for GNU Go applications (64bit)
 lib64go0-dbg - Runtime library for GNU Go applications (64bit debug symbols)
 lib64gomp1 - GCC OpenMP (GOMP) support library (64bit)
 lib64gomp1-dbg - GCC OpenMP (GOMP) support library (64bit debug symbols)
 lib64mudflap0 - GCC mudflap shared support libraries (64bit)
 lib64mudflap0-dbg - GCC mudflap shared support libraries (64 bit debug symbols)
 lib64objc3 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc3-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64quadmath0 - GCC Quad-Precision Math Library  (64bit)
 lib64quadmath0-dbg - GCC Quad-Precision Math Library  

Accepted gcj-4.6 4.6.0-1 (source all amd64)

2011-03-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 03:16:32 +0100
Source: gcj-4.6
Binary: gcj-4.6-base gcj-4.6-jdk gcj-4.6-jre-headless gcj-4.6-jre libgcj12 
gcj-4.6-jre-lib libgcj12-awt libgcj12-dev libgcj12-dbg gcj-4.6-source libgcj-doc
Architecture: source all amd64
Version: 4.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 gcj-4.6-base - The GNU Compiler Collection (gcj base package)
 gcj-4.6-jdk - gcj and classpath development tools for Java(TM)
 gcj-4.6-jre - Java runtime environment using GIJ/classpath
 gcj-4.6-jre-headless - Java runtime environment using GIJ/classpath (headless 
version)
 gcj-4.6-jre-lib - Java runtime library for use with gcj (jar files)
 gcj-4.6-source - GCJ java sources for use in IDEs like eclipse and netbeans
 libgcj-doc - libgcj API documentation and example programs
 libgcj12   - Java runtime library for use with gcj
 libgcj12-awt - AWT peer runtime libraries for use with gcj
 libgcj12-dbg - Debugging symbols for libraries provided in libgcj12-dev
 libgcj12-dev - Java development headers for use with gcj
Changes: 
 gcj-4.6 (4.6.0-1) unstable; urgency=low
 .
   * GCC 4.6.0 release.
   * Sync packaging with gcc-4.6 4.6.0-1.
Checksums-Sha1: 
 f4bd74c962c3b8c92c77e55ed6ad28597fa6e987 3054 gcj-4.6_4.6.0-1.dsc
 24ee32f0576d915a9477e945a357dab5b008b024 283 gcj-4.6_4.6.0.orig.tar.gz
 1494aa4a2376ec0b0d68b8d5343ef5cc848edfb3 479259 gcj-4.6_4.6.0-1.diff.gz
 bdecc9f32243a08814099da326ea9d29e5bc82be 10486264 
gcj-4.6-jre-lib_4.6.0-1_all.deb
 912ee80989af57c1f8b1a6488c126c09e37507e5 12299900 
gcj-4.6-source_4.6.0-1_all.deb
 a0db6ac6057f0610a7151dbd6ed6f79c57f39e2d 43796988 libgcj-doc_4.6.0-1_all.deb
 6e98e55c1c61117c934cd9bcb8947070a497c62f 123422 gcj-4.6-base_4.6.0-1_amd64.deb
 9a4ceecb3038fe684a1e055ec851a652c0ab47c6 53302 
gcj-4.6-jre-headless_4.6.0-1_amd64.deb
 2178d6e571d98073723f16e873ff0440647730ab 13713648 libgcj12_4.6.0-1_amd64.deb
 41dbe6b569e543dc0e575a4368f5bdfb01fa0853 82712 libgcj12-awt_4.6.0-1_amd64.deb
 df01875b6b057ddf2a654a22589d37ead988f9e8 1004 gcj-4.6-jre_4.6.0-1_amd64.deb
 48463399fb7e6dbe699119b22ae233ec09434397 765300 libgcj12-dev_4.6.0-1_amd64.deb
 79144b047b770830800249e8a30e4d798038f0b6 24886108 
libgcj12-dbg_4.6.0-1_amd64.deb
 3133c0039a26f91cd995ba7ebd7217d18456cda0 4929934 gcj-4.6-jdk_4.6.0-1_amd64.deb
Checksums-Sha256: 
 c379b15cd3598339402e1c65fd6028aa595df981ea0db619ae20801b661b20f1 3054 
gcj-4.6_4.6.0-1.dsc
 edc53718743502bf0ba8384da4fea0ab3226294aef6dce753b85d141c0e3d943 283 
gcj-4.6_4.6.0.orig.tar.gz
 b746ecdfedb50111bb71f8eebaab7d2e33ca81d8ac26f94476940f79f23bfbf8 479259 
gcj-4.6_4.6.0-1.diff.gz
 1e20a4c9e41109c1e75feddfde118b1214f10e1b5c7b10f8ed77951b1b92366b 10486264 
gcj-4.6-jre-lib_4.6.0-1_all.deb
 cd88274812d5e15f727b7edff6714f4d34079b9b0b1547042e530908bd29d9e0 12299900 
gcj-4.6-source_4.6.0-1_all.deb
 a1a3fc4f309691dec685a636c253bd2a61a8fffc78ad1c89dc9d27d2a408c088 43796988 
libgcj-doc_4.6.0-1_all.deb
 4efd525975a009ef47a909da90951d869c5b1038e2a5a2ebf25784ccbc6a360e 123422 
gcj-4.6-base_4.6.0-1_amd64.deb
 9a079396895af3f76a277f89cb5ddc83a980ef72843620e324e287d194a85649 53302 
gcj-4.6-jre-headless_4.6.0-1_amd64.deb
 60ca8e32db1f54c8733a767d03c5ca8af7b35e961e899b053a8eff14d8c78baa 13713648 
libgcj12_4.6.0-1_amd64.deb
 795de940f0ad1e05c070f5133368e3fe9d46d736bed9ad19d2d189a7b110 82712 
libgcj12-awt_4.6.0-1_amd64.deb
 c18e0a7a09133e34a5bb996ada5e0819edf4925d65e4d741d0babb83941d1648 1004 
gcj-4.6-jre_4.6.0-1_amd64.deb
 81237f425c303412f018dc9737910c4b021022d02db1719c6ac428a23fc207f7 765300 
libgcj12-dev_4.6.0-1_amd64.deb
 40b63437521f93f1ea36b6655e7580a352c3173fd062fb94b6bdac070e6cb40c 24886108 
libgcj12-dbg_4.6.0-1_amd64.deb
 7efba84d0e3d3fade405426e15c6215abd8f1b23f9a45fb45fa5463052368c64 4929934 
gcj-4.6-jdk_4.6.0-1_amd64.deb
Files: 
 22510064a4fad432d282bc3a328fdd9c 3054 devel optional gcj-4.6_4.6.0-1.dsc
 5a023abcdc86f1c43ae5997461752851 283 devel optional gcj-4.6_4.6.0.orig.tar.gz
 383324857ab48bc06fa9c1c53f9ad04c 479259 devel optional gcj-4.6_4.6.0-1.diff.gz
 b9e63605701765b0b3d243185a63f3c0 10486264 java optional 
gcj-4.6-jre-lib_4.6.0-1_all.deb
 3019e44d6bcc281bb4f01ba26c57f173 12299900 java optional 
gcj-4.6-source_4.6.0-1_all.deb
 21269b9794a3626581633964de306736 43796988 doc optional 
libgcj-doc_4.6.0-1_all.deb
 b389861c20f4004758529972d2930116 123422 libs optional 
gcj-4.6-base_4.6.0-1_amd64.deb
 58b5fb98b72371be8ce7c7523faa6eb9 53302 java optional 
gcj-4.6-jre-headless_4.6.0-1_amd64.deb
 ca435ec961418e150105584a245bbbf9 13713648 libs optional 
libgcj12_4.6.0-1_amd64.deb
 33ba9fc48e5935baa00222eac67d193b 82712 libs optional 
libgcj12-awt_4.6.0-1_amd64.deb
 7c2095abf913b1adf8c1198786f439a2 1004 java optional 
gcj-4.6-jre_4.6.0-1_amd64.deb
 b6788c7b6da7404ec39a7c638ce7e95e 765300 libdevel optional 
libgcj12-dev_4.6.0-1_amd64.deb
 6efcdd0e3754f84bfeff90d0452d8aec 24886108 debug extra 

Accepted geiser 0.1.2-3 (source all)

2011-03-26 Thread David Bremner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:22:43 -0300
Source: geiser
Binary: geiser
Architecture: source all
Version: 0.1.2-3
Distribution: unstable
Urgency: low
Maintainer: David Bremner brem...@debian.org
Changed-By: David Bremner brem...@debian.org
Description: 
 geiser - enhanced Scheme interaction mode for Emacs
Closes: 618602 619217
Changes: 
 geiser (0.1.2-3) unstable; urgency=low
 .
   * Build-depend on emacs23-nox instead of emacs23
   * Add emacs23-nox, emacs23-lucid as usable emacs variants
 (Closes: #619217)
   * Ignore xemacs and older versions of emacs in emacsen-install
 (Closes: #618602)
Checksums-Sha1: 
 8232c1e01170e2ef3a56e9e0e733f375d65274f6 1287 geiser_0.1.2-3.dsc
 b052ce75c6167d01a4071b3e4b0bdc664cadbad9 5855 geiser_0.1.2-3.debian.tar.gz
 f58c92911cbb7fced1efa1b84bf850c539d94605 161502 geiser_0.1.2-3_all.deb
Checksums-Sha256: 
 578dd13529b44ceb4b41366b518e34a930f1dfdd61655470c5060650d1e9ebd7 1287 
geiser_0.1.2-3.dsc
 5062f003732127f5609940d4839ea4e3e34dd559387904b9a128e726610338fb 5855 
geiser_0.1.2-3.debian.tar.gz
 1a3ee7f7e71cdd9586b87027697ccf7357d04f37e7f484d85baef8ad635dab75 161502 
geiser_0.1.2-3_all.deb
Files: 
 69b632dc9a3c34b419e96b073c2b8ba9 1287 lisp optional geiser_0.1.2-3.dsc
 fc6e0ce0fc3b09949613a3439e7f58a0 5855 lisp optional 
geiser_0.1.2-3.debian.tar.gz
 fa74c0071e72bcd0f104165cf010fc0b 161502 lisp optional geiser_0.1.2-3_all.deb

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

iJwEAQECAAYFAk2N8scACgkQTiiN/0Um85lotwQAqvvcVC/WY0yTLHnTuJP2Qgr+
pHEuwERQueUZV86pPvynfMzKNQokWTd0bMaoxw4F8W0maXKJ9xjHztQ8cEhCo0mP
MJgAryoCJAz1zZOSczh8NpRWW2oXk3t3kpA07qZXOm7vg9HWSggt5ilTqonyud09
V3tXEruhn+q/MnCM5Rg=
=Cx5c
-END PGP SIGNATURE-


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


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



Accepted gir-repository 0.6.5-10 (source amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 11:37:33 +
Source: gir-repository
Binary: gir1.2-gtk-2.0 gir1.2-soup-2.4 gir-repository-dev
Architecture: source amd64
Version: 0.6.5-10
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge sl...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir-repository-dev - XML sources files for the GObject introspection repository
 gir1.2-gtk-2.0 - GObject introspection data for the GTK+ library
 gir1.2-soup-2.4 - GObject introspection data for the Soup library
Changes: 
 gir-repository (0.6.5-10) unstable; urgency=low
 .
   * debian/gir-repository-dev.install,
 debian/control.in,
 debian/gir1.2-gtk-2.0.install:
 - The Atk bindings are now built from the atk1.0 source package.
 - The Pango bindings are now built from the pango1.0 source package.
Checksums-Sha1: 
 27f75507ce200531dbfc118d8de9c335dd7b1e17 1704 gir-repository_0.6.5-10.dsc
 1c9b018488db4c37dd413999eaf3d9029d82567c 5070 
gir-repository_0.6.5-10.debian.tar.gz
 efbb44a35980ae7307b09337d83be72f8eeb04de 13176 
gir1.2-gtk-2.0_0.6.5-10_amd64.deb
 a1ac96cad286ec9aa4e9b95861e8c199acc7e02b 23620 
gir1.2-soup-2.4_0.6.5-10_amd64.deb
 c8ed89aa1ee2b9c11753cec94d2bcbd70b646f5c 32634 
gir-repository-dev_0.6.5-10_amd64.deb
Checksums-Sha256: 
 07db64880d053f4809f29f988038e3a7fa89e1f6ee0e41cda21468769f317999 1704 
gir-repository_0.6.5-10.dsc
 3972cacd04149afeb8539731b16cfb103eb6b7a4b970113159650f8eb224bc74 5070 
gir-repository_0.6.5-10.debian.tar.gz
 624dfdff753fc579de42af2f08b947a5f056605b01d2b768ded5a4b870dc17ac 13176 
gir1.2-gtk-2.0_0.6.5-10_amd64.deb
 a5689267a2074bbeb59676f9e1d3324aeecb35c18f9bc10008abafadf28f7430 23620 
gir1.2-soup-2.4_0.6.5-10_amd64.deb
 048586337b7a08243b55d008368468ab1713a84dade6c13020ea8ea958052342 32634 
gir-repository-dev_0.6.5-10_amd64.deb
Files: 
 81fc3ecc27ba9871b0b581e1ab2377bb 1704 devel optional 
gir-repository_0.6.5-10.dsc
 31e7adbaaa4fd0f2ac4a828fc959af54 5070 devel optional 
gir-repository_0.6.5-10.debian.tar.gz
 9e504a39b73929ea6770e6fab3f1bbd2 13176 libs optional 
gir1.2-gtk-2.0_0.6.5-10_amd64.deb
 dc0ef6583e300e132c2de36c1290cb68 23620 libs optional 
gir1.2-soup-2.4_0.6.5-10_amd64.deb
 df32555f28583eb0fcefd0b50311d577 32634 libdevel optional 
gir-repository-dev_0.6.5-10_amd64.deb

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

iEYEARECAAYFAk2N0V8ACgkQhTV17EoIsv6avACfTQOhELKMjy3+F11qtcWLqbYU
LNwAniUk2J/ukLWJrsYMmsAX3pvsLvC8
=P+3v
-END PGP SIGNATURE-


Accepted:
gir-repository-dev_0.6.5-10_amd64.deb
  to main/g/gir-repository/gir-repository-dev_0.6.5-10_amd64.deb
gir-repository_0.6.5-10.debian.tar.gz
  to main/g/gir-repository/gir-repository_0.6.5-10.debian.tar.gz
gir-repository_0.6.5-10.dsc
  to main/g/gir-repository/gir-repository_0.6.5-10.dsc
gir1.2-gtk-2.0_0.6.5-10_amd64.deb
  to main/g/gir-repository/gir1.2-gtk-2.0_0.6.5-10_amd64.deb
gir1.2-soup-2.4_0.6.5-10_amd64.deb
  to main/g/gir-repository/gir1.2-soup-2.4_0.6.5-10_amd64.deb


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



Accepted glib-networking 2.28.4-1 (source amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 08:48:49 +
Source: glib-networking
Binary: glib-networking
Architecture: source amd64
Version: 2.28.4-1
Distribution: unstable
Urgency: low
Maintainer: Emilio Pozuelo Monfort po...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 glib-networking - network-related giomodules for GLib
Changes: 
 glib-networking (2.28.4-1) unstable; urgency=low
 .
   * New upstream stable release.
 + debian/control.in:
   - Build-depend on gsettings-desktop-schemas-dev, depend on
 gsettings-desktop-schemas.
Checksums-Sha1: 
 75b9b3bc4f9c8e1832d25fc09aa0324ff1fe068e 1475 glib-networking_2.28.4-1.dsc
 0f07f1c276c0937f92f939b9eb7300f9552b74e0 386682 
glib-networking_2.28.4.orig.tar.gz
 6d2424926419ed7ffa0507f9e7561f25251c41a9 2112 
glib-networking_2.28.4-1.debian.tar.gz
 576ca072a62788d7a026b4c3691b2013f8ef0a82 59868 
glib-networking_2.28.4-1_amd64.deb
Checksums-Sha256: 
 b7d2ac64fb82be2e534e8f8908f8c383f4d4a293ac766fd54be585d294107905 1475 
glib-networking_2.28.4-1.dsc
 6b4c7c89d1ef4670aadf9f9879df5abaea44614351c1a364de012399e3d38d5e 386682 
glib-networking_2.28.4.orig.tar.gz
 561241b2204863eb51bc74bfa8526c4388ef668ea4e26a7cb8a74d0199cfa8bb 2112 
glib-networking_2.28.4-1.debian.tar.gz
 9d322413f85c31688593d929a2dd43a963ffe8e68ed1d4885c9dc982b1f6e36a 59868 
glib-networking_2.28.4-1_amd64.deb
Files: 
 a3a59e492443f11031d51fefba697716 1475 libs optional 
glib-networking_2.28.4-1.dsc
 b372fcbd1039be75ce7d60ec5185c765 386682 libs optional 
glib-networking_2.28.4.orig.tar.gz
 df30a1a86612139bd63e6f1d719a2992 2112 libs optional 
glib-networking_2.28.4-1.debian.tar.gz
 49c9579b54f40bea745894d95e502eba 59868 libs optional 
glib-networking_2.28.4-1_amd64.deb

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

iEYEARECAAYFAk2NsBQACgkQhTV17EoIsv7uAwCguLp4Yn/G+zUi/NwftTnXLub/
WAQAoITbcFIILRna9wIZL3+4F1hM0OVP
=7DAO
-END PGP SIGNATURE-


Accepted:
glib-networking_2.28.4-1.debian.tar.gz
  to main/g/glib-networking/glib-networking_2.28.4-1.debian.tar.gz
glib-networking_2.28.4-1.dsc
  to main/g/glib-networking/glib-networking_2.28.4-1.dsc
glib-networking_2.28.4-1_amd64.deb
  to main/g/glib-networking/glib-networking_2.28.4-1_amd64.deb
glib-networking_2.28.4.orig.tar.gz
  to main/g/glib-networking/glib-networking_2.28.4.orig.tar.gz


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



Accepted gnumeric 1.10.14-1 (source all amd64)

2011-03-26 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 11:52:00 +0100
Source: gnumeric
Binary: gnumeric gnumeric-common gnumeric-doc gnumeric-plugins-extra
Architecture: source all amd64
Version: 1.10.14-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) jdas...@debian.org
Changed-By: J.H.M. Dassen (Ray) jdas...@debian.org
Description: 
 gnumeric   - spreadsheet application for GNOME - main program
 gnumeric-common - spreadsheet application for GNOME - common files
 gnumeric-doc - spreadsheet application for GNOME - documentation
 gnumeric-plugins-extra - spreadsheet application for GNOME - additional plugins
Closes: 611051 616152 616831 619607
Changes: 
 gnumeric (1.10.14-1) unstable; urgency=low
 .
   * New upstream stable release. Changes include
 * Improve dif output. (Closes: #616152)
   * [debian/control, debian/rules, debian/pycompat] Convert from
 python-central to dh_python2. (Closes: #616831)
   * [debian/control, debian/rules, gnumeric-plugins-extra.install] Removed
 psiconv support. Psion file support is a fairly obscure feature and
 should not block gnumeric packages from entering testing.
   * [debian/control] Cleanup: there is no --with-gnomedb option any more.
   * [debian/gnumeric-common.install] Install GSettings schemas.
   * [debian/po/ja.po] Updated, courtesy of Nobuhiro Iwamatsu
 iwama...@nigauri.org. (Closes: #611051)
   * [debian/po/pt_BR.po] Updated, courtesy of Eder L. Marques
 e...@edermarques.net. (Closes: #619607)
Checksums-Sha1: 
 6939203cbf21c9170189536ff40c0590ae8e3afe 1621 gnumeric_1.10.14-1.dsc
 48e482e6d5a889a2f649ab2b7099ad2886e32596 18580112 gnumeric_1.10.14.orig.tar.bz2
 d08cdfafa794dd67452ed0705a0f75afe6c504f1 51870 gnumeric_1.10.14-1.debian.tar.gz
 048932b416bc992098c94bf0414f0e09915aa534 4036812 
gnumeric-common_1.10.14-1_all.deb
 52ea364445a3069257f02d45bb7f9ded8b6da9ab 6388752 gnumeric-doc_1.10.14-1_all.deb
 41431711fab6d727633a07dd12525d8618b1209d 2706378 gnumeric_1.10.14-1_amd64.deb
 fdfcc00acc8a6cf7cfbfb7039dd395be243495bf 215578 
gnumeric-plugins-extra_1.10.14-1_amd64.deb
Checksums-Sha256: 
 edc6947f5e19d62d2eb735c9c555e77fa81b5f103f2f0567759827cf69bc9b8e 1621 
gnumeric_1.10.14-1.dsc
 b655fa76dd2e6654b8543fbcd92982e9fdcb4c0ae113aa577ce114109deb1587 18580112 
gnumeric_1.10.14.orig.tar.bz2
 50cca903c5b068d08a96b5496eff8a5f1cb586dd8e0cb6f963108a44a54421bc 51870 
gnumeric_1.10.14-1.debian.tar.gz
 23a9883edfe5e06802abee00a77457d928c298cb1a709de2e230c4e40423836a 4036812 
gnumeric-common_1.10.14-1_all.deb
 dc093d724333d41007a5eb8c95bad9bebc1c017ff39c7ed1d3151591ba853ea2 6388752 
gnumeric-doc_1.10.14-1_all.deb
 9725611bd51981c2d373f8ec96fcd56497e45e7b31128b414073542baf6fd3b4 2706378 
gnumeric_1.10.14-1_amd64.deb
 76606ee88357ac9da6c81298b57f6a5c5c55d515de6bcf2057d0585c2aa00153 215578 
gnumeric-plugins-extra_1.10.14-1_amd64.deb
Files: 
 96b0ac05e8ba0813315d7f201bb4811c 1621 math optional gnumeric_1.10.14-1.dsc
 d712851505e33f01d40e32b0c6dae56a 18580112 math optional 
gnumeric_1.10.14.orig.tar.bz2
 771ecce821aad885822dbf6f2afd2ca7 51870 math optional 
gnumeric_1.10.14-1.debian.tar.gz
 03ff5f15b1249c4f15e396dba2e475bc 4036812 math optional 
gnumeric-common_1.10.14-1_all.deb
 1366999e4b14d9b2f6f08c0972ed17df 6388752 doc optional 
gnumeric-doc_1.10.14-1_all.deb
 1d2f535240db617adca46976c4ca8c02 2706378 math optional 
gnumeric_1.10.14-1_amd64.deb
 3eee1754d90267db8b0a239995d7190a 215578 math optional 
gnumeric-plugins-extra_1.10.14-1_amd64.deb

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

iEYEARECAAYFAk2N3v0ACgkQA+HB2Re6Rc6+TwCg0JMUz6Ij9VG1unwDcyUzJOuh
+RMAnRXM4piuxcOOHtPzhMIQirYcuTh2
=01AF
-END PGP SIGNATURE-


Accepted:
gnumeric-common_1.10.14-1_all.deb
  to main/g/gnumeric/gnumeric-common_1.10.14-1_all.deb
gnumeric-doc_1.10.14-1_all.deb
  to main/g/gnumeric/gnumeric-doc_1.10.14-1_all.deb
gnumeric-plugins-extra_1.10.14-1_amd64.deb
  to main/g/gnumeric/gnumeric-plugins-extra_1.10.14-1_amd64.deb
gnumeric_1.10.14-1.debian.tar.gz
  to main/g/gnumeric/gnumeric_1.10.14-1.debian.tar.gz
gnumeric_1.10.14-1.dsc
  to main/g/gnumeric/gnumeric_1.10.14-1.dsc
gnumeric_1.10.14-1_amd64.deb
  to main/g/gnumeric/gnumeric_1.10.14-1_amd64.deb
gnumeric_1.10.14.orig.tar.bz2
  to main/g/gnumeric/gnumeric_1.10.14.orig.tar.bz2


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



Accepted goffice 0.8.14-1 (source all amd64)

2011-03-26 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:42:35 +0100
Source: goffice
Binary: libgoffice-0.8-dev libgoffice-dbg libgoffice-0.8-8 
libgoffice-0.8-8-common
Architecture: source all amd64
Version: 0.8.14-1
Distribution: unstable
Urgency: low
Maintainer: J.H.M. Dassen (Ray) jdas...@debian.org
Changed-By: J.H.M. Dassen (Ray) jdas...@debian.org
Description: 
 libgoffice-0.8-8 - Document centric objects library - runtime files
 libgoffice-0.8-8-common - Document centric objects library - common files
 libgoffice-0.8-dev - Document centric objects library - runtime files
 libgoffice-dbg - Document centric objects library - debugging files
Changes: 
 goffice (0.8.14-1) unstable; urgency=low
 .
   * New upstream stable release.
Checksums-Sha1: 
 1fbf16ed640b7d78720b6de2340e273ba95374e8 1532 goffice_0.8.14-1.dsc
 d2f739bd21c23973675446a9678d051fae5aab0a 2242769 goffice_0.8.14.orig.tar.bz2
 b2fda416af0a2b111bbd24a4bfaacf9fee6e59b4 24234 goffice_0.8.14-1.debian.tar.gz
 fc010ed32429e494093beef37fa2e826d38f0de1 1258668 
libgoffice-0.8-8-common_0.8.14-1_all.deb
 1e1ba2714482bf91f2385c5dcae5b09caff413b5 1292356 
libgoffice-0.8-dev_0.8.14-1_amd64.deb
 a5a92029161b17683b7ee38a39b4a7b8324c7dbb 1923486 
libgoffice-dbg_0.8.14-1_amd64.deb
 7f8547bfe4ce287e9a2eb1b1e1961b121fb880b4 1735770 
libgoffice-0.8-8_0.8.14-1_amd64.deb
Checksums-Sha256: 
 fd793ac8275c3d7d500e53d56b220886f60824353eb03392e0172f64063abb2b 1532 
goffice_0.8.14-1.dsc
 6f86a5361ef49c60a4a87c0d5913b001f67782c2cc3eaa13c6557087bee976de 2242769 
goffice_0.8.14.orig.tar.bz2
 fabe055a19d97828f2b77bc6847d0c2ca135904d0b42cb7b37f9c51df7255136 24234 
goffice_0.8.14-1.debian.tar.gz
 97c6d6a1a12194c037899d0cd8b44f11cade5307eea57805ac42b96e4bbe5830 1258668 
libgoffice-0.8-8-common_0.8.14-1_all.deb
 16e454cfd9a43d871193944c9334db7935484729e9b1099958249720794a4bde 1292356 
libgoffice-0.8-dev_0.8.14-1_amd64.deb
 6068b778357f309723cdabd790dc69df115c73e1f50eb1c89e4f2667c3dab2bd 1923486 
libgoffice-dbg_0.8.14-1_amd64.deb
 43e63b066460a45a7ca68e4dffc9f6b5da97e953d8050bec73c446e22606d769 1735770 
libgoffice-0.8-8_0.8.14-1_amd64.deb
Files: 
 3c94098fc8ff8b2fa17b6e0e01df4116 1532 libs optional goffice_0.8.14-1.dsc
 f3c731fed8f19881cdb367e0a9c715f6 2242769 libs optional 
goffice_0.8.14.orig.tar.bz2
 4d822fdeb8a07f67ed56dcbc7fbe147c 24234 libs optional 
goffice_0.8.14-1.debian.tar.gz
 81b440eb68fddb3e7158b40095c4700a 1258668 libs optional 
libgoffice-0.8-8-common_0.8.14-1_all.deb
 77726a501e8995525d8cd7cf20fdc2af 1292356 libdevel optional 
libgoffice-0.8-dev_0.8.14-1_amd64.deb
 a87710744e2af260f17394e8b0a95bd6 1923486 debug extra 
libgoffice-dbg_0.8.14-1_amd64.deb
 92aa977db7930415344dc622e9eeb83f 1735770 libs optional 
libgoffice-0.8-8_0.8.14-1_amd64.deb

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

iEYEARECAAYFAk2N3uYACgkQA+HB2Re6Rc5PQwCg6N7tWlOYcX9L0nDFFQRKmXxa
3PAAn065ehrqtntjToMESSZ1IxzcMSS1
=lbW3
-END PGP SIGNATURE-


Accepted:
goffice_0.8.14-1.debian.tar.gz
  to main/g/goffice/goffice_0.8.14-1.debian.tar.gz
goffice_0.8.14-1.dsc
  to main/g/goffice/goffice_0.8.14-1.dsc
goffice_0.8.14.orig.tar.bz2
  to main/g/goffice/goffice_0.8.14.orig.tar.bz2
libgoffice-0.8-8-common_0.8.14-1_all.deb
  to main/g/goffice/libgoffice-0.8-8-common_0.8.14-1_all.deb
libgoffice-0.8-8_0.8.14-1_amd64.deb
  to main/g/goffice/libgoffice-0.8-8_0.8.14-1_amd64.deb
libgoffice-0.8-dev_0.8.14-1_amd64.deb
  to main/g/goffice/libgoffice-0.8-dev_0.8.14-1_amd64.deb
libgoffice-dbg_0.8.14-1_amd64.deb
  to main/g/goffice/libgoffice-dbg_0.8.14-1_amd64.deb


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



Accepted gsettings-desktop-schemas 2.91.92-2 (source all)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 08:22:10 +
Source: gsettings-desktop-schemas
Binary: gsettings-desktop-schemas gsettings-desktop-schemas-dev
Architecture: source all
Version: 2.91.92-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gsettings-desktop-schemas - GSettings deskop-wide schemas
 gsettings-desktop-schemas-dev - Development files for GSettings desktop-wide 
schemas
Changes: 
 gsettings-desktop-schemas (2.91.92-2) unstable; urgency=low
 .
   * Upload to unstable.
Checksums-Sha1: 
 e4269f1e9cbc94b19fe7341c2eb33a5d5abebf5f 1408 
gsettings-desktop-schemas_2.91.92-2.dsc
 a1b514d4ad1121f1d793c42fafc49b141efcec2e 2566 
gsettings-desktop-schemas_2.91.92-2.debian.tar.gz
 d165dbbd5b9e82ccbd0532c515351ab00a94d6dc 16684 
gsettings-desktop-schemas_2.91.92-2_all.deb
 fd03a95a8b5e3cb1565999b959547a20dfb5cb7d 6874 
gsettings-desktop-schemas-dev_2.91.92-2_all.deb
Checksums-Sha256: 
 f60078a975e1a4cf86d0603fa049af8f35ba29de8ae086bf5f9c6d4dadd65b42 1408 
gsettings-desktop-schemas_2.91.92-2.dsc
 abb56d9ed42474100e66cc892f516ba8b7dd0c4ce5289a6ee81c1772e48b28ce 2566 
gsettings-desktop-schemas_2.91.92-2.debian.tar.gz
 98cd34406ad13f124d88e163830002ab86eb3a7643e836149285e3fe7d1d6c7a 16684 
gsettings-desktop-schemas_2.91.92-2_all.deb
 22fd8053be87a8b7245307573632998523be5a239c4fa800cda6a6ab8f47e825 6874 
gsettings-desktop-schemas-dev_2.91.92-2_all.deb
Files: 
 309086a60956af1cb5a3d12ca433581a 1408 gnome optional 
gsettings-desktop-schemas_2.91.92-2.dsc
 c1fbccc7c21c0028f657c5bdcd8ac128 2566 gnome optional 
gsettings-desktop-schemas_2.91.92-2.debian.tar.gz
 e897903606e2be7d0173035a30d85ae9 16684 gnome optional 
gsettings-desktop-schemas_2.91.92-2_all.deb
 06c18816f31953e54f829a3904cb0cfd 6874 gnome optional 
gsettings-desktop-schemas-dev_2.91.92-2_all.deb

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

iEYEARECAAYFAk2NpxsACgkQhTV17EoIsv4KOQCeKvghDoXHNX3GG178QMCukRNW
X64AnjyGNCzWu1mUYcJPotv98n29dfEB
=fnZ8
-END PGP SIGNATURE-


Accepted:
gsettings-desktop-schemas-dev_2.91.92-2_all.deb
  to 
main/g/gsettings-desktop-schemas/gsettings-desktop-schemas-dev_2.91.92-2_all.deb
gsettings-desktop-schemas_2.91.92-2.debian.tar.gz
  to 
main/g/gsettings-desktop-schemas/gsettings-desktop-schemas_2.91.92-2.debian.tar.gz
gsettings-desktop-schemas_2.91.92-2.dsc
  to main/g/gsettings-desktop-schemas/gsettings-desktop-schemas_2.91.92-2.dsc
gsettings-desktop-schemas_2.91.92-2_all.deb
  to 
main/g/gsettings-desktop-schemas/gsettings-desktop-schemas_2.91.92-2_all.deb


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



Accepted haskell-devscripts 0.8.1 (source all)

2011-03-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 12:46:38 +0530
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.8.1
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Changes: 
 haskell-devscripts (0.8.1) experimental; urgency=low
 .
   * Add dependency on virtual haddock interface package to -doc packages
Checksums-Sha1: 
 5c1ac303b506e04b538bdc4246fbc62390da406c 1059 haskell-devscripts_0.8.1.dsc
 b0d13e6979e2eeef180fc7dc2815e9523ee11758 27021 haskell-devscripts_0.8.1.tar.gz
 8b4264775430b0509ee89f0a189d6b19650a859b 26914 haskell-devscripts_0.8.1_all.deb
Checksums-Sha256: 
 4ed0c7a3f33d3ea98e81fb5783b25f10a4cb224dcc0c88b6bfce81cca1b3d125 1059 
haskell-devscripts_0.8.1.dsc
 3346c81b134348735a3678db567d444008fb13f6a73c7cfe5413a15345f385fa 27021 
haskell-devscripts_0.8.1.tar.gz
 3461c96254c4bebae98987b5c09dfc498185852a8ac54f3a30e48290be8c2099 26914 
haskell-devscripts_0.8.1_all.deb
Files: 
 c1c9a3a389f1a4317521b3816ccc6f86 1059 haskell extra 
haskell-devscripts_0.8.1.dsc
 aef5654b0aff8bb9a09010c5513ff895 27021 haskell extra 
haskell-devscripts_0.8.1.tar.gz
 dcbbb8622508cf6a4b03cb9b449c2c69 26914 haskell extra 
haskell-devscripts_0.8.1_all.deb

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

iEYEARECAAYFAk2NkucACgkQ9ijrk0dDIGxrPQCgh0j+lRmVKVW0NQbrp1531q/4
cfsAnRqRApgGMTVczm0iSGzWKEZ9nnWt
=CHG5
-END PGP SIGNATURE-


Accepted:
haskell-devscripts_0.8.1.dsc
  to main/h/haskell-devscripts/haskell-devscripts_0.8.1.dsc
haskell-devscripts_0.8.1.tar.gz
  to main/h/haskell-devscripts/haskell-devscripts_0.8.1.tar.gz
haskell-devscripts_0.8.1_all.deb
  to main/h/haskell-devscripts/haskell-devscripts_0.8.1_all.deb


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



Accepted haskell-devscripts 0.8.2 (source all)

2011-03-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 21:44:29 +0530
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.8.2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Changes: 
 haskell-devscripts (0.8.2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 fba1296e70ea8bb5cfe18df0a0525958b8542410 1059 haskell-devscripts_0.8.2.dsc
 4c984709acedbdfd9c0d5c36325b5bd7c11ab815 27152 haskell-devscripts_0.8.2.tar.gz
 67e15bb39f3a7386e833e6f6b00e4b247325222c 26936 haskell-devscripts_0.8.2_all.deb
Checksums-Sha256: 
 6aad198d65f5198a9831d3c907a038cce3a5904c69dc0dfc9424764f13c74d6d 1059 
haskell-devscripts_0.8.2.dsc
 70917702c766df0e62f15b556e4e92fb7e9a44ec7412e96791855cf401acaef7 27152 
haskell-devscripts_0.8.2.tar.gz
 c8623839a320b1100bbe6bcc6ec8be568cabc7ab0e6fb9224fbb2c68513cca6d 26936 
haskell-devscripts_0.8.2_all.deb
Files: 
 f1def8e0dafabcb559ea3e4cdd15a199 1059 haskell extra 
haskell-devscripts_0.8.2.dsc
 6fe1e07116876cda5f8fa50a8d4f9cd1 27152 haskell extra 
haskell-devscripts_0.8.2.tar.gz
 c87c95beea826af19e3cea77c0ab1179 26936 haskell extra 
haskell-devscripts_0.8.2_all.deb

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

iEYEARECAAYFAk2OEPoACgkQ9ijrk0dDIGxQpgCeOvBbIR/aFl7gxKetad+/QOoL
ozUAniNX9bTm3yCYxqfFcg864VZueGmt
=QEbR
-END PGP SIGNATURE-


Accepted:
haskell-devscripts_0.8.2.dsc
  to main/h/haskell-devscripts/haskell-devscripts_0.8.2.dsc
haskell-devscripts_0.8.2.tar.gz
  to main/h/haskell-devscripts/haskell-devscripts_0.8.2.tar.gz
haskell-devscripts_0.8.2_all.deb
  to main/h/haskell-devscripts/haskell-devscripts_0.8.2_all.deb


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



Accepted hawtjni 1.0~+git0c502e20c4-2 (source all)

2011-03-26 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 21 Mar 2011 19:42:37 -0430
Source: hawtjni
Binary: libhawtjni-runtime-java
Architecture: source all
Version: 1.0~+git0c502e20c4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libhawtjni-runtime-java - Java library that provide JNI code generation
Closes: 618299
Changes: 
 hawtjni (1.0~+git0c502e20c4-2) unstable; urgency=low
 .
   * Update watch file.
   * Remove dependency on default-jre-headless in order to comply with
 Debian Java policy. (Closes: #618299).
Checksums-Sha1: 
 ae0bfd9f57dd39e826d43ef87a1d4193406f042d 2017 hawtjni_1.0~+git0c502e20c4-2.dsc
 fb96b88d475e2ccbbd95985d2d8168bbd30fb43e 7213 
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
 c111d40bd9780ce7888e03de67fce23d309a1375 43170 
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
Checksums-Sha256: 
 ce3f2afb57795279f87e4224f6e05fcbd66e71883e4d75802b931d606444769a 2017 
hawtjni_1.0~+git0c502e20c4-2.dsc
 4993be44a34118a7f2b82e1937915d97d040a8621d7990e8620c8e10f2d4fbdf 7213 
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
 1843698ecbf8c85b576996983e2047c6d4ba1f8e996a2f869519d4b5bfec5059 43170 
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
Files: 
 4e1cf097e5e5af7c7a26445df433709d 2017 java optional 
hawtjni_1.0~+git0c502e20c4-2.dsc
 87983641056f8a53c70fa0311cde2af6 7213 java optional 
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
 1521722cce66fd6a9df19f38602c79df 43170 java optional 
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb

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

iQIcBAEBAgAGBQJNjhRGAAoJECHSBYmXSz6WpgwQAIBczVbZBPgQGYGwKeuqQpDR
7R+awFbqvk7lbZP7J7jz66nIQDmm+PzGVruAiCzTt8zqqzH3hooBm6v4yELx7UFg
yL42Cd9fVyf8R7HOVjta2cYNIeVw/JJGunR77b9MHaopjUhl5EjR2fWd2erzCNCx
Sy+U7lxwD3C6MbDotzQ9U7nQhylsk3+eef7egy3iQf/aRE+38YfvE1yscfJfqEhf
gFyVvKE9Xk+4uTnGorNG8vOaIGWdcJ64skFoEd8C1PaQAsvYcxethVd1Tfj3QUCV
daE6u+K+zxrcreDdLL3N1OdwSnntnwQGBmGvRVN66baTtL/IbGAtMJoQLBl0B1dh
q+odazN/2CgWeLM8WEOuXa3XQ9PNcN9CkDnn4Ioqrlr32x41qhKPaDl83YQe+3w9
QCZMdKNtERGIx0LDM0laHXo68Dg496+4Ihn0eJNBbbBG9zy5vhfAeiaOu1pB60SI
mDLFiJPacpQJ/mJpao+6IQV99WXgAKF5IjX8iMk8RIqiq+kA476oRFBhYp20Hqpw
xcGDyDdPqB5qpRUbT057Ud+MzwOtxPkWZYdLcBLbomCVU/EIcqIseZAl1NM3Z6WM
fHDYY+K9HwY6cmUYpcE7a5syy5KuZ7sLBpzN4ulDmSHqL8fhkqwJCYu8l5TmfOOL
6lenJn3XFzoDEEOYKWH3
=BpwI
-END PGP SIGNATURE-


Accepted:
hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
  to main/h/hawtjni/hawtjni_1.0~+git0c502e20c4-2.debian.tar.gz
hawtjni_1.0~+git0c502e20c4-2.dsc
  to main/h/hawtjni/hawtjni_1.0~+git0c502e20c4-2.dsc
libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb
  to main/h/hawtjni/libhawtjni-runtime-java_1.0~+git0c502e20c4-2_all.deb


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



Accepted jajuk 1:1.9.2-1 (source all)

2011-03-26 Thread Damien Raude-Morvan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 12:44:22 +0100
Source: jajuk
Binary: jajuk
Architecture: source all
Version: 1:1.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Damien Raude-Morvan draz...@debian.org
Description: 
 jajuk  - advanced jukebox and music organizer
Changes: 
 jajuk (1:1.9.2-1) unstable; urgency=low
 .
   * New upstream release.
   * d/copyright: Upgrade to latest DEP-5 r166 format and add information
 about public domain content.
   * d/{watch,orig-tar.sh,orig-tar.exclude}: Download upstream tarball from
 sourceforce download area.
   * d/{rules,ant.proprties}: Use upstream Ant build-system instead of
 debian/build.xml.
   * d/patches/01_override_manifest.diff: Override Class-Path definition for
 Jajuk.
Checksums-Sha1: 
 801772aec99534ba9f1a748c466a0ca2375ba3c5 2577 jajuk_1.9.2-1.dsc
 de9ac27290c332c2fe59adc7858aab042bf2d422 5630919 jajuk_1.9.2.orig.tar.gz
 95f7bcfddbafdcb8dc9ddf92456e684feb037889 8773 jajuk_1.9.2-1.debian.tar.gz
 16f861a4d29bc845294649512f94edfd933636a6 1994958 jajuk_1.9.2-1_all.deb
Checksums-Sha256: 
 bf4f967154c2a1fe21d648e11f71814fe13b16b611d48327817f6c7d34caf6b5 2577 
jajuk_1.9.2-1.dsc
 ed87e784e9ad032b2dfee35c20788b7b7dcbdb2148539692395dfd5c98f3076c 5630919 
jajuk_1.9.2.orig.tar.gz
 3a6dbc3ea72ed65fde7493bf7b6d1e51cfd62483cde774640ed1d0805933c958 8773 
jajuk_1.9.2-1.debian.tar.gz
 795f98720e85d48de418c6086aa176280855351fbbfac9b3f4081890f93968f1 1994958 
jajuk_1.9.2-1_all.deb
Files: 
 4ed7ba006287f761b62f973fec8ced6e 2577 sound optional jajuk_1.9.2-1.dsc
 aba29d3a69bb7549d05344f5b22fc814 5630919 sound optional jajuk_1.9.2.orig.tar.gz
 d533a7cc5c1b88307e64b8b833913643 8773 sound optional 
jajuk_1.9.2-1.debian.tar.gz
 422c4f64f06ac72e670f11578e22b5aa 1994958 sound optional jajuk_1.9.2-1_all.deb

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

iQIcBAEBCAAGBQJNjdSIAAoJEHXiDM0z50n8lpYQAKU9eswC/wePwbOXXcL3QSGF
Czfcnrhcfegjp8UJJ4TbiB4rKYmahxqRfmUGnBd0TDHP/ZoBA2471vAVmRsCOzBo
z/69TiM2N3fz7GJybetI6dG9ixRbyIHnZW6SsHSz16kAGyr8ZeOVpSgo44zwZcVd
CerUMf8n8Wb0Rr86RgPRcDMRF5OV6q4+kGaIPWcUwH4UUS+x3D2/Bf9tfUmBNwZ0
CL/CdXo8nSGZogGl/iKh7bkdgS0JxiJbEZIlZbzw9fKgrlhMmV886KCJMn4SFdPp
14pWToXPQ/S8YPQSWq4/tUb9lqZEkFnfqmmpcgbkF/J/rEkswKsePkpeiXgFE3hz
mkjz3irUBUcMZErpmmYn1I68JLxKaBJdTr5oIseq0Js7Y7g5W+LA2FbRK3mewJS7
qZUqdhesupDDkCG+5j+Y1Vhr8YCRqzrZiRNN8gFFpLKbXE4FcpEtLSq/1hEeAy+I
Yv54rS8BhASdevq2OAXdqrchWHqrOuxyBJaqsNNx2rLgmVO0/QdMR9hF5JnRbYmS
o71E5JbCqNNAedeOI8bXFAcMJ2G+dTRQOIn0dFFSRJS0vigXT9+fBIBbL+qQSZ+H
aehl32rw5coFw2qxGNfAnQbUSRR3kVmE3H3PNojkGsna1P7wabuGjfquwVtYuZtj
Yspruwzhk8SaXTjiFEs1
=ob6m
-END PGP SIGNATURE-


Accepted:
jajuk_1.9.2-1.debian.tar.gz
  to main/j/jajuk/jajuk_1.9.2-1.debian.tar.gz
jajuk_1.9.2-1.dsc
  to main/j/jajuk/jajuk_1.9.2-1.dsc
jajuk_1.9.2-1_all.deb
  to main/j/jajuk/jajuk_1.9.2-1_all.deb
jajuk_1.9.2.orig.tar.gz
  to main/j/jajuk/jajuk_1.9.2.orig.tar.gz


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



Accepted lemonldap-ng 1.0.4-1 (source all)

2011-03-26 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 09:56:35 +0100
Source: lemonldap-ng
Binary: lemonldap-ng lemonldap-ng-doc liblemonldap-ng-handler-perl 
liblemonldap-ng-conf-perl liblemonldap-ng-manager-perl 
liblemonldap-ng-portal-perl
Architecture: source all
Version: 1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Xavier Guimard x.guim...@free.fr
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 lemonldap-ng - Lemonldap::NG Web-SSO system
 lemonldap-ng-doc - Lemonldap::NG Web-SSO system documentation
 liblemonldap-ng-conf-perl - Lemonldap::NG common files
 liblemonldap-ng-handler-perl - Lemonldap::NG Apache module part
 liblemonldap-ng-manager-perl - Lemonldap::NG manager part
 liblemonldap-ng-portal-perl - Lemonldap::NG authentication portal part
Closes: 607735 608785 608878 619264
Changes: 
 lemonldap-ng (1.0.4-1) unstable; urgency=low
 .
   * New upstream release
   * Debian po update:
 * es translation update (Closes: #607735)
 * sv translation update (Closes: #608785)
 * sk translation update (Closes: #619264)
   * Missing build dependencies (libhtml-template-perl and libxml-simple-perl)
 (Closes: #608878)
Checksums-Sha1: 
 ac5939fb4120fefe6683b69acefdab3322432f97 1626 lemonldap-ng_1.0.4-1.dsc
 4c5e8878e7e9f9c64a99cbf90df3e0e1a702c856 5167795 lemonldap-ng_1.0.4.orig.tar.gz
 4533b545cce3a399ef3f0464c78a8169b5d48e91 16393 
lemonldap-ng_1.0.4-1.debian.tar.gz
 03ecf3afa000b68d8a30020adb069a143aa7803e 15374 lemonldap-ng_1.0.4-1_all.deb
 535f7fad89758c7175097783d33e05de95c18062 4315984 
lemonldap-ng-doc_1.0.4-1_all.deb
 77dac1fab6ccae8e87c141596ccf6e94bd5ba6f9 102806 
liblemonldap-ng-handler-perl_1.0.4-1_all.deb
 aa5a26139dfae496812a0c7a67fa405e0b4c1fc7 79636 
liblemonldap-ng-conf-perl_1.0.4-1_all.deb
 3ab041674101f09e2bdb9cdef651e02a729cb419 252446 
liblemonldap-ng-manager-perl_1.0.4-1_all.deb
 5402e5914241a0131036350a691ff86c8065f5c3 467966 
liblemonldap-ng-portal-perl_1.0.4-1_all.deb
Checksums-Sha256: 
 86d0aa96e631b9a16d3be14b839bf65e0919cba8307a05dc865dde6d9ff901c4 1626 
lemonldap-ng_1.0.4-1.dsc
 20ec8214b24964a408d463101a6794fe889785dca68da0afdaebd2a45dc1659a 5167795 
lemonldap-ng_1.0.4.orig.tar.gz
 59e3564eaa9cdf55efb25ba546462395204f42d4b2f895c05c26023ae48870c4 16393 
lemonldap-ng_1.0.4-1.debian.tar.gz
 611481b8feaffa7d8028b29c76947dc018da08b00a6022708d2b66e66863725b 15374 
lemonldap-ng_1.0.4-1_all.deb
 47bfeab5e5a83316a38cc3267dbfc1dfa4520fab46ccfca93b97d2e6a636f345 4315984 
lemonldap-ng-doc_1.0.4-1_all.deb
 1e90a09e167ed58fd80467969d6fd236bf86e4dbd8511db64b98493b9b42a4a9 102806 
liblemonldap-ng-handler-perl_1.0.4-1_all.deb
 bb68380027a289590a4c4f4347dbc769c82dc9c9ca510c7ffe1f55ba8bb5491e 79636 
liblemonldap-ng-conf-perl_1.0.4-1_all.deb
 d29bdf3f3201056f822c5242474cbf3a72f176c7a4b16604e764a303c64d6ce1 252446 
liblemonldap-ng-manager-perl_1.0.4-1_all.deb
 77d58206967eb08d10bd41779e08988b89d2ae0f65f534196406d2773b976194 467966 
liblemonldap-ng-portal-perl_1.0.4-1_all.deb
Files: 
 cc1f3e49545e827b7b057ffd93aabde5 1626 perl extra lemonldap-ng_1.0.4-1.dsc
 97ba977e4eec3c4c1e9942316647d5b2 5167795 perl extra 
lemonldap-ng_1.0.4.orig.tar.gz
 1c12497908a9e38bf4a9bd5a1212f644 16393 perl extra 
lemonldap-ng_1.0.4-1.debian.tar.gz
 d5be471565c676c1625a46396a64cef7 15374 perl extra lemonldap-ng_1.0.4-1_all.deb
 d0e85b1fd7dd9e32c8f3b4867b3dfd08 4315984 doc extra 
lemonldap-ng-doc_1.0.4-1_all.deb
 1032e498dfec6c20843d20d048793d7a 102806 perl extra 
liblemonldap-ng-handler-perl_1.0.4-1_all.deb
 0f115c4d9b812dc440d0eaedea88afbe 79636 perl extra 
liblemonldap-ng-conf-perl_1.0.4-1_all.deb
 40c59b2844faedee2af4b568452fdf26 252446 perl extra 
liblemonldap-ng-manager-perl_1.0.4-1_all.deb
 1e4ff0fa6e46f9648305cf4e3e02be18 467966 perl extra 
liblemonldap-ng-portal-perl_1.0.4-1_all.deb

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

iEYEARECAAYFAk2OEgYACgkQZ9okSKmj7dWW8wCgyLZ3O9rBulkM9htiEAqwAXZM
hxMAn1FsPprOa9GqrHsU91q4jV1efcsq
=t3u8
-END PGP SIGNATURE-


Accepted:
lemonldap-ng-doc_1.0.4-1_all.deb
  to main/l/lemonldap-ng/lemonldap-ng-doc_1.0.4-1_all.deb
lemonldap-ng_1.0.4-1.debian.tar.gz
  to main/l/lemonldap-ng/lemonldap-ng_1.0.4-1.debian.tar.gz
lemonldap-ng_1.0.4-1.dsc
  to main/l/lemonldap-ng/lemonldap-ng_1.0.4-1.dsc
lemonldap-ng_1.0.4-1_all.deb
  to main/l/lemonldap-ng/lemonldap-ng_1.0.4-1_all.deb
lemonldap-ng_1.0.4.orig.tar.gz
  to main/l/lemonldap-ng/lemonldap-ng_1.0.4.orig.tar.gz
liblemonldap-ng-conf-perl_1.0.4-1_all.deb
  to main/l/lemonldap-ng/liblemonldap-ng-conf-perl_1.0.4-1_all.deb
liblemonldap-ng-handler-perl_1.0.4-1_all.deb
  to main/l/lemonldap-ng/liblemonldap-ng-handler-perl_1.0.4-1_all.deb
liblemonldap-ng-manager-perl_1.0.4-1_all.deb
  to main/l/lemonldap-ng/liblemonldap-ng-manager-perl_1.0.4-1_all.deb
liblemonldap-ng-portal-perl_1.0.4-1_all.deb
  to main/l/lemonldap-ng/liblemonldap-ng-portal-perl_1.0.4-1_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of 

Accepted libao 1.1.0-1 (source amd64)

2011-03-26 Thread John Francesco Ferlito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 24 Mar 2011 22:20:18 +1100
Source: libao
Binary: libao4 libao-dev libao-dbg libao-common
Architecture: source amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Xiph.org Maintainers pkg-xiph-ma...@lists.alioth.debian.org
Changed-By: John Francesco Ferlito jo...@inodes.org
Description: 
 libao-common - Cross Platform Audio Output Library (Common files)
 libao-dbg  - Cross Platform Audio Output Library Debug Symbols
 libao-dev  - Cross Platform Audio Output Library Development
 libao4 - Cross Platform Audio Output Library
Closes: 577645 589760
Changes: 
 libao (1.1.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Remove debian/patches/snd_audio_bsd included upstream.
 - libao4: libao crashes when using pulse plugin. (Closes: #577645)
   * Bumped standards version to 3.9.1.
   * Added libroar support. (Closes: #589760)
   * Removed quilt as no more patches.
Checksums-Sha1: 
 f8f90a5b070f52cefc22a360924823bc3cb68662 1307 libao_1.1.0-1.dsc
 9301bc4886f170c7122ab62677fb71cf001c04fd 397102 libao_1.1.0.orig.tar.gz
 cc46bf76d6af42643b918a550f8774e684fb4f64 5793 libao_1.1.0-1.diff.gz
 bc2470c8071a72cd68ee6687270049cf2e0bcc79 49278 libao4_1.1.0-1_amd64.deb
 11e7ca1583b773278eeceba83e3050e697f16d78 70894 libao-dev_1.1.0-1_amd64.deb
 99d16a530cb6a1fa1a0c88e5a8f75d9d33414bc2 81530 libao-dbg_1.1.0-1_amd64.deb
 79940508fa1e011ec54663abc10b8cf845995375 10796 libao-common_1.1.0-1_amd64.deb
Checksums-Sha256: 
 c7cdff42f0ae5d16ac423f8851a4b1a1728da6439426cc22d90663ffd766 1307 
libao_1.1.0-1.dsc
 29de5bb9b1726ba890455ef7e562d877df87811febb0d99ee69164b88c171bd4 397102 
libao_1.1.0.orig.tar.gz
 e64c2f9e200e330d73819eae928c90359e57d1f67315afaee285571d07bc71b0 5793 
libao_1.1.0-1.diff.gz
 a5270f19d7ad19a83eb4a7a465d70ad6d19ea2a6e0ff73d89875040b0b34c222 49278 
libao4_1.1.0-1_amd64.deb
 d1e2c4add18ec815d30c99b1ed17e09a433ee803627f35240fb78c77b4bcac6c 70894 
libao-dev_1.1.0-1_amd64.deb
 249a1344f2a3a5e7beafd6185b06ffcd36b0beab62ee0461ba8678ef04b6f6a2 81530 
libao-dbg_1.1.0-1_amd64.deb
 9b85497d7ed26b8220b25b2ed92da5d25c2d93ec5d893af2c7049039738c36ab 10796 
libao-common_1.1.0-1_amd64.deb
Files: 
 6c36860f053bc070c5a591d5aa805251 1307 libs optional libao_1.1.0-1.dsc
 2b2508c29bc97e4dc218fa162cf883c8 397102 libs optional libao_1.1.0.orig.tar.gz
 cd5225287cbf58352dd6954d18f34be3 5793 libs optional libao_1.1.0-1.diff.gz
 1f993aa06783b72275e9b333aec4e3f9 49278 libs optional libao4_1.1.0-1_amd64.deb
 754d00d156bac46a56c55f0ad8386221 70894 libdevel optional 
libao-dev_1.1.0-1_amd64.deb
 9c5a9a8c8e4013b8deb27cf5ad42a0a2 81530 debug extra libao-dbg_1.1.0-1_amd64.deb
 ef6d5861776416da1161134fce71c511 10796 libs optional 
libao-common_1.1.0-1_amd64.deb

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

iEYEARECAAYFAk2N4nwACgkQYcdJscd4KNRnfACfZr0n1kAuOCacORTvGrkSsupd
RPwAn02rxgN3cUJan9SFs6cWk3se95D6
=uV8g
-END PGP SIGNATURE-


Accepted:
libao-common_1.1.0-1_amd64.deb
  to main/liba/libao/libao-common_1.1.0-1_amd64.deb
libao-dbg_1.1.0-1_amd64.deb
  to main/liba/libao/libao-dbg_1.1.0-1_amd64.deb
libao-dev_1.1.0-1_amd64.deb
  to main/liba/libao/libao-dev_1.1.0-1_amd64.deb
libao4_1.1.0-1_amd64.deb
  to main/liba/libao/libao4_1.1.0-1_amd64.deb
libao_1.1.0-1.diff.gz
  to main/liba/libao/libao_1.1.0-1.diff.gz
libao_1.1.0-1.dsc
  to main/liba/libao/libao_1.1.0-1.dsc
libao_1.1.0.orig.tar.gz
  to main/liba/libao/libao_1.1.0.orig.tar.gz


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



Accepted libconfig-tiny-perl 2.14-1 (source all)

2011-03-26 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 12:44:47 +
Source: libconfig-tiny-perl
Binary: libconfig-tiny-perl
Architecture: source all
Version: 2.14-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libconfig-tiny-perl - Read/Write .ini style files with as little code as 
possible
Closes: 603794
Changes: 
 libconfig-tiny-perl (2.14-1) unstable; urgency=low
 .
   * New upstream release
 - disallow writing multiline values (closes: #603794)
Checksums-Sha1: 
 d816e4d498e4908916c020b60288b55b5bc7d93c 1110 libconfig-tiny-perl_2.14-1.dsc
 c41b3cdff37cdc3204932ae66d7fa98b24d80afe 16963 
libconfig-tiny-perl_2.14.orig.tar.gz
 51e9bcb3f9dd169f98869ffdcf962f6e81b9de1e 1810 
libconfig-tiny-perl_2.14-1.diff.gz
 4bddaa18a60478a2c85243fafb30d3cd3609969a 14234 
libconfig-tiny-perl_2.14-1_all.deb
Checksums-Sha256: 
 a563fa7c5049066b5f0316a4da22f4f79e3fa9cf8f0e0ab1ee0b94d80a74e5e7 1110 
libconfig-tiny-perl_2.14-1.dsc
 787b0fa658d8acef092de02059a99da44c75229834a275f07d8808a1e796e1a8 16963 
libconfig-tiny-perl_2.14.orig.tar.gz
 27997476731600f3f8625dfb072141c6bee0b337ea1926a0587053a06d3252e8 1810 
libconfig-tiny-perl_2.14-1.diff.gz
 6a583fef7036c06db1bd3ec1fd763660cbc1803c7783e934cec4f4c3f2af2d98 14234 
libconfig-tiny-perl_2.14-1_all.deb
Files: 
 e6f23b87064dd3a617f478157eaea511 1110 perl optional 
libconfig-tiny-perl_2.14-1.dsc
 498b8fd37a190a214cddd5506be77720 16963 perl optional 
libconfig-tiny-perl_2.14.orig.tar.gz
 768f0f80b041282a512bc75be7d1f300 1810 perl optional 
libconfig-tiny-perl_2.14-1.diff.gz
 d075723f56b8e598a8538cc677a6d804 14234 perl optional 
libconfig-tiny-perl_2.14-1_all.deb

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

iD8DBQFNjeMYYzuFKFF44qURAlVMAJ9GjyoVAPpdLtcL7/3zPSKRB8hB2wCg4dwM
xn0j62OhimCU7JAbwDYl7jU=
=F1VZ
-END PGP SIGNATURE-


Accepted:
libconfig-tiny-perl_2.14-1.diff.gz
  to main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.14-1.diff.gz
libconfig-tiny-perl_2.14-1.dsc
  to main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.14-1.dsc
libconfig-tiny-perl_2.14-1_all.deb
  to main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.14-1_all.deb
libconfig-tiny-perl_2.14.orig.tar.gz
  to main/libc/libconfig-tiny-perl/libconfig-tiny-perl_2.14.orig.tar.gz


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



Accepted libisoburn 1.0.4.pl00-4 (source all amd64)

2011-03-26 Thread George Danchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 09:28:34 +0200
Source: libisoburn
Binary: libisoburn1 libisoburn-dbg libisoburn-doc libisoburn-dev xorriso
Architecture: source all amd64
Version: 1.0.4.pl00-4
Distribution: unstable
Urgency: low
Maintainer: Debian Libburnia packagers 
pkg-libburnia-de...@lists.alioth.debian.org
Changed-By: George Danchev danc...@spnet.net
Description: 
 libisoburn-dbg - debugging symbols for libisoburn and xorriso
 libisoburn-dev - development package for libisoburn
 libisoburn-doc - Development package for libisofs
 libisoburn1 - library to enable creation and expansion of ISO-9660 filesystems
 xorriso- command line iso9660+RR manipulation tool
Closes: 619690
Changes: 
 libisoburn (1.0.4.pl00-4) unstable; urgency=low
 .
   * Drop dependency_libs from .la files. Closes: #619690.
 Thanks Steve Langasek.
   * Build depend on libisofs 1.0.4-2 due to the above same
 change (no la file) in libisofs itself.
Checksums-Sha1: 
 f1611d582c10b8f8ab044008196e080c6b0ceab3 2238 libisoburn_1.0.4.pl00-4.dsc
 e379f277fd25d9a19479989e2eb7baf92038eceb 3721 libisoburn_1.0.4.pl00-4.diff.gz
 708d3df18af34e633e6a392c73a6c49529620184 145092 
libisoburn-doc_1.0.4.pl00-4_all.deb
 1d87a6f6917c3f283d862993930a4c85e7b800ae 330356 
libisoburn1_1.0.4.pl00-4_amd64.deb
 00e9286f9cd6d831bb11a0185752bc59d0f408e7 448138 
libisoburn-dbg_1.0.4.pl00-4_amd64.deb
 f510b43fc4677803b0b1a85aae8f1c2eb6821e26 423494 
libisoburn-dev_1.0.4.pl00-4_amd64.deb
 8467bb0278010fbcdba132002dd3fd844226100d 97202 xorriso_1.0.4.pl00-4_amd64.deb
Checksums-Sha256: 
 e5781cd35532b51df0574274f3563caeee937c4ba03965092af3378a1447bf28 2238 
libisoburn_1.0.4.pl00-4.dsc
 21818d2ca608d84320cd08511cb6234e3b37d224f07bcb622765bf99b7b8b555 3721 
libisoburn_1.0.4.pl00-4.diff.gz
 40287a98aa9fc85b002dd206c0b35647ed590fa367aa9d3fff8f85a570b00558 145092 
libisoburn-doc_1.0.4.pl00-4_all.deb
 1eae4e8bc9ae303351651f3ad59afd3b7ebf14206d2912c8569e034fb4029bc6 330356 
libisoburn1_1.0.4.pl00-4_amd64.deb
 084e75a354da7cef035ec57014d901fdb8d91ddcd9120e2cc4d517ed18241aa4 448138 
libisoburn-dbg_1.0.4.pl00-4_amd64.deb
 0872c7fcdf8e110a6d108dc731a38674388f023a7225e0a651d2adeda629fc33 423494 
libisoburn-dev_1.0.4.pl00-4_amd64.deb
 6f5f337e0fb0585d3c9cbfe95d45929d9f113b6a1ffd990ff170ccdef6c941ab 97202 
xorriso_1.0.4.pl00-4_amd64.deb
Files: 
 6add586229083156dfaaa80384fc3dea 2238 libs optional libisoburn_1.0.4.pl00-4.dsc
 f976423554ae94384ed8117fc5d09245 3721 libs optional 
libisoburn_1.0.4.pl00-4.diff.gz
 82c88cb75c2aa9021d3f7824691629ed 145092 doc optional 
libisoburn-doc_1.0.4.pl00-4_all.deb
 58bb73b46b97813b4ca29adffe492134 330356 libs optional 
libisoburn1_1.0.4.pl00-4_amd64.deb
 85c1451c9a45d2ff9b77d24afcfc2b74 448138 debug extra 
libisoburn-dbg_1.0.4.pl00-4_amd64.deb
 67a53c7650b0c2192bda0398b6a5dd90 423494 libdevel optional 
libisoburn-dev_1.0.4.pl00-4_amd64.deb
 dd28a1d9efb3cb00141fd09bf615e145 97202 otherosfs optional 
xorriso_1.0.4.pl00-4_amd64.deb

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

iQIcBAEBAgAGBQJNjZ5sAAoJEBxXDIkOS9CrV0sP/0pPVwzeJo/5YJY3hxnmm/o3
sJbz2kVRvqS/WtLGW84hWuOeO0OoENSPWztOgyd3zNOBJEG64lW69WKDXjoLfb2q
Z7ykggzz0SAFqFSkuUZ0z5rSCTVqmiYfCf7aOqK6ik32crNlN4xWYD+2zfXvc1V+
VCdREhw8AL9g8rNteeWpcSe/aflUdmdVRQleUK2aw63keRHH/iLH6Wqt26h6TtbN
asLad3xFpaGY9z27IEcUZDeWXYF081CPNY+oYiIU8HVpiA1AtEUiD4eShLdnqFpf
WkowItWl5lojYpayd0GKVyycsYUo5QXfgM4j/8YH17gLLY78uUAVmAejiOYxexqv
dA73TyyrhvVA3eSOADbK9gu0N9iPV7WF4OjRtZ9sSqwdAzvtHYcA5CuRWhvaILC7
ecrHFNCmlLpeEu588x3G07h6rc7y5t9+qZ581O9/BBgStvQRbCmiELLiyWltD1+a
H8OJNvwDhgTTeCw4RGbKNs3wiXTEHqk6b3JJhkZKW275ir9pytjLquDIWzLRTkSW
SWH0O8HjThhO4l7MfJEfbGJwn1mj6cJCDAeQ0v5Fy5ctaFT20TsovLHCQTxVvOcJ
jsdAZ+5ls1komwu64gzs6t4ox1XeHqT6DfqNrNtTpQ7BOnLe8+UXfc0az0HSm2g1
eNdiL5WdpoWPKD31e1FU
=fG+J
-END PGP SIGNATURE-


Accepted:
libisoburn-dbg_1.0.4.pl00-4_amd64.deb
  to main/libi/libisoburn/libisoburn-dbg_1.0.4.pl00-4_amd64.deb
libisoburn-dev_1.0.4.pl00-4_amd64.deb
  to main/libi/libisoburn/libisoburn-dev_1.0.4.pl00-4_amd64.deb
libisoburn-doc_1.0.4.pl00-4_all.deb
  to main/libi/libisoburn/libisoburn-doc_1.0.4.pl00-4_all.deb
libisoburn1_1.0.4.pl00-4_amd64.deb
  to main/libi/libisoburn/libisoburn1_1.0.4.pl00-4_amd64.deb
libisoburn_1.0.4.pl00-4.diff.gz
  to main/libi/libisoburn/libisoburn_1.0.4.pl00-4.diff.gz
libisoburn_1.0.4.pl00-4.dsc
  to main/libi/libisoburn/libisoburn_1.0.4.pl00-4.dsc
xorriso_1.0.4.pl00-4_amd64.deb
  to main/libi/libisoburn/xorriso_1.0.4.pl00-4_amd64.deb


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



Accepted libisofs 1.0.4-2 (source all amd64)

2011-03-26 Thread George Danchev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 09:19:47 +0200
Source: libisofs
Binary: libisofs6 libisofs-dbg libisofs-doc libisofs-dev
Architecture: source all amd64
Version: 1.0.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Libburnia packagers 
pkg-libburnia-de...@lists.alioth.debian.org
Changed-By: George Danchev danc...@spnet.net
Description: 
 libisofs-dbg - debugging symbols for libisofs
 libisofs-dev - development package for libisofs
 libisofs-doc - API documentation for libisofs library
 libisofs6  - library to create ISO9960 images
Closes: 619669
Changes: 
 libisofs (1.0.4-2) unstable; urgency=low
 .
   * Drop dependency_libs from .la files. Closes: #619669
 Thanks to Steve Langasek.
   * Standards version 3.9.1 (no changes needed).
Checksums-Sha1: 
 e8d7f5cd4eba0e2b605877057e605eedb0b21da4 2054 libisofs_1.0.4-2.dsc
 a17fc8c9b5dfc9e7d3de030d31571fc374c6726b 2928 libisofs_1.0.4-2.diff.gz
 1c7452f2cda688c283e5073f626b0e7fe5bf13f6 409524 libisofs-doc_1.0.4-2_all.deb
 dc573765c7b0bd8d10975933ffe91d0073182223 153152 libisofs6_1.0.4-2_amd64.deb
 c18c8820e462514035ade2d84d153385c987c2e6 297332 libisofs-dbg_1.0.4-2_amd64.deb
 f6cb1844a2574fdd8545b983d48dbc9bf748d1bc 243214 libisofs-dev_1.0.4-2_amd64.deb
Checksums-Sha256: 
 534d69c5854cdfaa5a8aecb605b9739980a0cb702285ec971e2e4cbc78b62143 2054 
libisofs_1.0.4-2.dsc
 d986568b5b49abbe7f59481000ec87f88b7803cf6a6e7c165b26d9e3a02cefbc 2928 
libisofs_1.0.4-2.diff.gz
 9af5a47bd906b0ee325205d53fc0b06fae8a142c99b05d48c90c6deb44558cf5 409524 
libisofs-doc_1.0.4-2_all.deb
 93d3a8f93862d43ab221bad8af3bc3c2ee7a2b832ff6864a9a6f75bc4f11aeec 153152 
libisofs6_1.0.4-2_amd64.deb
 5a1d6cdb621f6ad83a44c74591b7844c293cb31de8bac8b255436ab5171b9fcc 297332 
libisofs-dbg_1.0.4-2_amd64.deb
 f101fa7cf0eae5daed1127d65643c7f3bd04323cf446e8c96b8372c1a7fdb163 243214 
libisofs-dev_1.0.4-2_amd64.deb
Files: 
 69904d212cb643823fe35f0a6f1090a7 2054 libs optional libisofs_1.0.4-2.dsc
 7df9de7b312807bcb758fa7509835420 2928 libs optional libisofs_1.0.4-2.diff.gz
 297b30a4e0badd2a8e2bebb279edbf48 409524 doc optional 
libisofs-doc_1.0.4-2_all.deb
 9d1349651307fc3e1f2c5a17614f9ca8 153152 libs optional 
libisofs6_1.0.4-2_amd64.deb
 1562481020a81a7e4902eef68491eda4 297332 debug extra 
libisofs-dbg_1.0.4-2_amd64.deb
 d69f0dc154dff34fc060a6e19ea6c65b 243214 libdevel optional 
libisofs-dev_1.0.4-2_amd64.deb

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

iQIcBAEBAgAGBQJNjZm9AAoJEBxXDIkOS9CrX5AP/0T0HUCLfkUvEGMpbaqRhJ0c
09zNt5T49S7ydA8oUhXj+6VcSB9DW0B5oqpjwkx+cTcmzGeTGxUAkyAK52TFBC1X
N3gCgAdWGCoL0ot9EvXBwRvRfP7YjW8pjli5l4hBlgCRFeohu2DfB/onD4Orz5nK
tLaIMpSe9njnpq+hcI1pux+SoafOrnC0yGHOnwb1p/PfqAM7z051TG6JmnkOqgPy
mAhv3/UwqNLMoabTFTiRTLbq8jnjbTwR2HSisw/Ra6PtzJMs+SGqx8AdP1D2Md5e
bSjaDmSNiauoILNPN3JBCvtm6z1RwPS7ZtjWGJq+vjw9X+gahxb6C41t0Nehsh49
nCkzjtH+7o7ZF1tK56fE5LlUSxVS6r4GF1U4ehb604ZvJFfrtGDobDCYCRZzw4DO
YM9NIsp6ARcE8dS3vNi/Wv37t6siREg3UkZ/9gik8J5uNmXHo7JVSV2oeE2wie2Z
N98mbkdmFlQvOvTJqg+k6/sSTtDIvQvJjIKgm3gzdpimyywIGj9GOxg51vn8fE7i
4Ks0RQ3mGcGFcp7mRX+rEoY/V/Ma7Vpz3wqak3AOtpbKJWEg9b46pWXP2JN3D74+
kvncP0Txke+y3C2jh6tWZ9l1bGxdCbEFkAqwbtEitWFFBrJuFH9Yu4x5PBeKKUJm
442PkW6FLqMG68tg9FK+
=q8SP
-END PGP SIGNATURE-


Accepted:
libisofs-dbg_1.0.4-2_amd64.deb
  to main/libi/libisofs/libisofs-dbg_1.0.4-2_amd64.deb
libisofs-dev_1.0.4-2_amd64.deb
  to main/libi/libisofs/libisofs-dev_1.0.4-2_amd64.deb
libisofs-doc_1.0.4-2_all.deb
  to main/libi/libisofs/libisofs-doc_1.0.4-2_all.deb
libisofs6_1.0.4-2_amd64.deb
  to main/libi/libisofs/libisofs6_1.0.4-2_amd64.deb
libisofs_1.0.4-2.diff.gz
  to main/libi/libisofs/libisofs_1.0.4-2.diff.gz
libisofs_1.0.4-2.dsc
  to main/libi/libisofs/libisofs_1.0.4-2.dsc


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



Accepted libregexp-assemble-perl 0.34-6 (source all)

2011-03-26 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:24:40 +0100
Source: libregexp-assemble-perl
Binary: libregexp-assemble-perl
Architecture: source all
Version: 0.34-6
Distribution: unstable
Urgency: low
Maintainer: Xavier Guimard x.guim...@free.fr
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libregexp-assemble-perl - Assemble multiple Regular Expressions into a single 
RE
Closes: 603812 612719
Changes: 
 libregexp-assemble-perl (0.34-6) unstable; urgency=low
 .
   * Update package description (Closes: #612719)
   * Change name of assemble script to regexp-assemble (Closes: #603812)
Checksums-Sha1: 
 5457c7416922d0cb38b754a4cfcfd534079877d6 1206 
libregexp-assemble-perl_0.34-6.dsc
 c10d58e5368aadacf801420378fb765dfb3018fb 6538 
libregexp-assemble-perl_0.34-6.debian.tar.gz
 cbf11002640727a75c25126d3759508d4a2f64bb 97048 
libregexp-assemble-perl_0.34-6_all.deb
Checksums-Sha256: 
 5dbdba350d49d6a5807be0cc50839028809a39863afe6f7d90388f1540006f2f 1206 
libregexp-assemble-perl_0.34-6.dsc
 54a9cf9e54fc7ea44d208927770f264b73e864a3fa1631c3f30ded9771643ad8 6538 
libregexp-assemble-perl_0.34-6.debian.tar.gz
 1b275f67ef113854047b1f56d1b5a70aff41eb45316c42e2f15e495e24184248 97048 
libregexp-assemble-perl_0.34-6_all.deb
Files: 
 214e5aa6e9fc3879d23f40f4ff3f6900 1206 perl optional 
libregexp-assemble-perl_0.34-6.dsc
 648a762c5898cb5b6aac8f1f3b645b0d 6538 perl optional 
libregexp-assemble-perl_0.34-6.debian.tar.gz
 83d41a1fa1d8f05879070b7398548222 97048 perl optional 
libregexp-assemble-perl_0.34-6_all.deb

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

iEYEARECAAYFAk2OEvoACgkQZ9okSKmj7dWiiACfX+qnjrWyrZzvc+XveOBCAUXV
V+EAoIxZTyURs296t9onp0y9ZD3+rg2J
=aR8b
-END PGP SIGNATURE-


Accepted:
libregexp-assemble-perl_0.34-6.debian.tar.gz
  to 
main/libr/libregexp-assemble-perl/libregexp-assemble-perl_0.34-6.debian.tar.gz
libregexp-assemble-perl_0.34-6.dsc
  to main/libr/libregexp-assemble-perl/libregexp-assemble-perl_0.34-6.dsc
libregexp-assemble-perl_0.34-6_all.deb
  to main/libr/libregexp-assemble-perl/libregexp-assemble-perl_0.34-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
Archive: http://lists.debian.org/e1q3wln-00052e...@franck.debian.org



Accepted libsoup2.4 2.33.92-1 (source all amd64)

2011-03-26 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 09:41:34 +
Source: libsoup2.4
Binary: libsoup2.4-dev libsoup2.4-1 libsoup2.4-dbg libsoup-gnome2.4-1 
libsoup-gnome2.4-dev libsoup2.4-doc gir1.2-soup-2.4
Architecture: source all amd64
Version: 2.33.92-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-soup-2.4 - GObject introspection data for the libsoup HTTP library
 libsoup-gnome2.4-1 - an HTTP library implementation in C -- GNOME support 
library
 libsoup-gnome2.4-dev - an HTTP library implementation in C -- GNOME support 
development
 libsoup2.4-1 - an HTTP library implementation in C -- Shared library
 libsoup2.4-dbg - an HTTP library implementation in C -- debugging symbols
 libsoup2.4-dev - an HTTP library implementation in C -- Development files
 libsoup2.4-doc - an HTTP library implementation in C -- API Reference
Changes: 
 libsoup2.4 (2.33.92-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/libsoup2.4-1.symbols:
   - Updated.
 + debian/control.in:
   - Update dependencies and build dependencies.
Checksums-Sha1: 
 2abc181bd6438439aef7d9c39ace32a2d8560482 1744 libsoup2.4_2.33.92-1.dsc
 033fbe2aae76eee12d86d52c7d57c0eb839c4004 915161 libsoup2.4_2.33.92.orig.tar.gz
 d0951c5d8023f31b077748b8743d9408ab4dbaee 15355 
libsoup2.4_2.33.92-1.debian.tar.gz
 891b635c7eda4c1272155e7a85eae4ef382110f8 229902 
libsoup2.4-doc_2.33.92-1_all.deb
 03a1cb704d69ecbbe61dcea2070cea2adcdea5a3 340576 
libsoup2.4-dev_2.33.92-1_amd64.deb
 c469d42b2ee8c1cbecc3b6e33544153288fec172 206704 
libsoup2.4-1_2.33.92-1_amd64.deb
 710560d0c1004e207371bdadbe315d776358365e 422378 
libsoup2.4-dbg_2.33.92-1_amd64.deb
 ed13fe63590a5985fcde1fbe19e1a6e48e4c5100 41342 
libsoup-gnome2.4-1_2.33.92-1_amd64.deb
 8b6de32db3b15c1cf4f8f4b8f8a3b04901385881 42932 
libsoup-gnome2.4-dev_2.33.92-1_amd64.deb
 de10b167f3f82f9ed554b50b5f1af2091728978c 56066 
gir1.2-soup-2.4_2.33.92-1_amd64.deb
Checksums-Sha256: 
 c14ebb54fd6cf42868c8998d93e4c64c6e6f315adba9ee17db1f5e66739c7d1b 1744 
libsoup2.4_2.33.92-1.dsc
 492b273630da5ec98f3b3d85092a684d1d6e23b40e2bc026a325a2a8b146adf4 915161 
libsoup2.4_2.33.92.orig.tar.gz
 178508db95eb6269818791cbc47c4e304bd45974091204e8f8ffe2b1014bc08a 15355 
libsoup2.4_2.33.92-1.debian.tar.gz
 c97ea64a57be5e2d2aec67ce008d4abe4721ac3cfa3ae120ac3e78830ae606c7 229902 
libsoup2.4-doc_2.33.92-1_all.deb
 9faa464aca8a801c5e5d5ab6fdef4b096f43b5b45f6b8cb44c22c29ad6806df3 340576 
libsoup2.4-dev_2.33.92-1_amd64.deb
 0d201e41e82f88617c378c6724f5b29991192cb24bd95c6c5ce621124ce96298 206704 
libsoup2.4-1_2.33.92-1_amd64.deb
 730b8c5b3e34ec42731fbed82880e7306b464106cba0563615bdddaca62c4e7d 422378 
libsoup2.4-dbg_2.33.92-1_amd64.deb
 813033084dd263ce915ad9549043e9292eab444ed1431d5da6d0dce8e5de8412 41342 
libsoup-gnome2.4-1_2.33.92-1_amd64.deb
 a29dea3b0bc6b7b790b166884685df5db5e22fb929f9bb2dbef74645e36546cd 42932 
libsoup-gnome2.4-dev_2.33.92-1_amd64.deb
 e1defa37ab2bf90bef970f85cd758ff56bdb0adf3ea01289b611f5b7b77849ce 56066 
gir1.2-soup-2.4_2.33.92-1_amd64.deb
Files: 
 59edb8d07ecd48d5af1f1ba84424375f 1744 devel optional libsoup2.4_2.33.92-1.dsc
 b6fb7e19ebc30613c83f75f1aaf28c57 915161 devel optional 
libsoup2.4_2.33.92.orig.tar.gz
 ecb6fbf9d4a4caab504f0a1f7e26c95d 15355 devel optional 
libsoup2.4_2.33.92-1.debian.tar.gz
 7eeca510da3616ea236f00fad96674b4 229902 doc optional 
libsoup2.4-doc_2.33.92-1_all.deb
 2c9ff26aaed1eac12f4c04193ba5ca72 340576 libdevel optional 
libsoup2.4-dev_2.33.92-1_amd64.deb
 f0333fbec17c13a5e965636d4d9fe3dd 206704 libs optional 
libsoup2.4-1_2.33.92-1_amd64.deb
 c9aee2b2103ddc7c165029513f4fbbfd 422378 debug extra 
libsoup2.4-dbg_2.33.92-1_amd64.deb
 461250ee8fb4c16ea6912b6fa44962c7 41342 libs optional 
libsoup-gnome2.4-1_2.33.92-1_amd64.deb
 6bdbb05c969eabf68ef6b6fbec111ce4 42932 libdevel optional 
libsoup-gnome2.4-dev_2.33.92-1_amd64.deb
 718bab79f26fc3169028d8e283a0c80a 56066 libs optional 
gir1.2-soup-2.4_2.33.92-1_amd64.deb

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

iEYEARECAAYFAk2Nt1wACgkQhTV17EoIsv6SHACfV3xED+OrPu0gdv6CPi8+Sgzl
/U4AoI4p4sr9zLU6vBF0r52dm9O20uQM
=WbZp
-END PGP SIGNATURE-


Accepted:
gir1.2-soup-2.4_2.33.92-1_amd64.deb
  to main/libs/libsoup2.4/gir1.2-soup-2.4_2.33.92-1_amd64.deb
libsoup-gnome2.4-1_2.33.92-1_amd64.deb
  to main/libs/libsoup2.4/libsoup-gnome2.4-1_2.33.92-1_amd64.deb
libsoup-gnome2.4-dev_2.33.92-1_amd64.deb
  to main/libs/libsoup2.4/libsoup-gnome2.4-dev_2.33.92-1_amd64.deb
libsoup2.4-1_2.33.92-1_amd64.deb
  to main/libs/libsoup2.4/libsoup2.4-1_2.33.92-1_amd64.deb
libsoup2.4-dbg_2.33.92-1_amd64.deb
  to main/libs/libsoup2.4/libsoup2.4-dbg_2.33.92-1_amd64.deb
libsoup2.4-dev_2.33.92-1_amd64.deb
  to main/libs/libsoup2.4/libsoup2.4-dev_2.33.92-1_amd64.deb
libsoup2.4-doc_2.33.92-1_all.deb
  to main/libs/libsoup2.4/libsoup2.4-doc_2.33.92-1_all.deb

Accepted mgcv 1.7-5-1 (source i386)

2011-03-26 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 11:25:33 -0500
Source: mgcv
Binary: r-cran-mgcv
Architecture: source i386
Version: 1.7-5-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-mgcv - GNU R package for multiple parameter smoothing estimation
Changes: 
 mgcv (1.7-5-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 96d1489d8ea2ab027e6fbbd32f26bf46d73a7e25 980 mgcv_1.7-5-1.dsc
 a93b155e28892d57111f0357b96f5bdc17cfc920 469590 mgcv_1.7-5.orig.tar.gz
 81cc553c59e38c83edacb9d6d9081ef353a8b69f 4009 mgcv_1.7-5-1.diff.gz
 93cec7ff970c2a97c72231be94bc39c89177cd16 792180 r-cran-mgcv_1.7-5-1_i386.deb
Checksums-Sha256: 
 b5ec1997a454440c12c0381b5d3c3f65d0415cf4beb1530c3748ea856b6d8c50 980 
mgcv_1.7-5-1.dsc
 7398cbdf53ce8e0c0540b4f5b58fb50b007ecd4bb86ae316563c6363927f5b1e 469590 
mgcv_1.7-5.orig.tar.gz
 edde5ba19bab0052bc4e1f37be80bd702c7fb3b85fa5cb82b67fe890e8f36486 4009 
mgcv_1.7-5-1.diff.gz
 cd613f46c5ca520631d37d063681b738ba90c89dceac5eee1be36df94714122d 792180 
r-cran-mgcv_1.7-5-1_i386.deb
Files: 
 8bb819dd5f792ec85d56871d26087512 980 gnu-r optional mgcv_1.7-5-1.dsc
 491a7a1f9dc650019245a78633462ea6 469590 gnu-r optional mgcv_1.7-5.orig.tar.gz
 c2f479242894d1ca2f4aebcc52fc1730 4009 gnu-r optional mgcv_1.7-5-1.diff.gz
 fe25018862699ace514ad1bde5d9fa56 792180 gnu-r optional 
r-cran-mgcv_1.7-5-1_i386.deb

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

iD8DBQFNjhR5CZSR95Gw07cRAve5AJ9cVZXRNEictqtPkc1/c6EMBVQ49ACfZQtT
RBGfaS3ae+4N8S3jnmrfgKo=
=34Py
-END PGP SIGNATURE-


Accepted:
mgcv_1.7-5-1.diff.gz
  to main/m/mgcv/mgcv_1.7-5-1.diff.gz
mgcv_1.7-5-1.dsc
  to main/m/mgcv/mgcv_1.7-5-1.dsc
mgcv_1.7-5.orig.tar.gz
  to main/m/mgcv/mgcv_1.7-5.orig.tar.gz
r-cran-mgcv_1.7-5-1_i386.deb
  to main/m/mgcv/r-cran-mgcv_1.7-5-1_i386.deb


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



Accepted nautilus-open-terminal 0.19-1 (source amd64)

2011-03-26 Thread Julien Valroff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 14:38:15 +0100
Source: nautilus-open-terminal
Binary: nautilus-open-terminal
Architecture: source amd64
Version: 0.19-1
Distribution: experimental
Urgency: low
Maintainer: Julien Valroff jul...@debian.org
Changed-By: Julien Valroff jul...@debian.org
Description: 
 nautilus-open-terminal - nautilus plugin for opening terminals in arbitrary 
paths
Changes: 
 nautilus-open-terminal (0.19-1) experimental; urgency=low
 .
   * New Upstream Version:
 + Depend on gnome-desktop-3.0, for use with newer nautilus
 + Use new GDK 3.0 API to launch the terminal
 + Make sure to pull in the right DISABLE_DEPRECATED cflags
   * Adjust build dependencies for the new release
Checksums-Sha1: 
 e9923966eed228017ea03bc856db8e96fcfe08af 2108 nautilus-open-terminal_0.19-1.dsc
 ff31e2f4adc6eb632e744e8c3ff10df7ebf407d6 382729 
nautilus-open-terminal_0.19.orig.tar.gz
 f4bee5d5a2e5446a72c106289a17f3cf9962437f 5684 
nautilus-open-terminal_0.19-1.debian.tar.gz
 70ce6f01f15c62431b48603c2177cccae27944c5 64346 
nautilus-open-terminal_0.19-1_amd64.deb
Checksums-Sha256: 
 e47f8b50fb5a510a557a0b79e434c077a4f5d841e38c81b735dfa146c71b93ef 2108 
nautilus-open-terminal_0.19-1.dsc
 417acc493225e554af62b7946454ebea18380d4b3c4b51c2f047ad0340396a8a 382729 
nautilus-open-terminal_0.19.orig.tar.gz
 ddee242e82482f74c7206171cbfd3731c9d06f74252600f08f902ab4da868622 5684 
nautilus-open-terminal_0.19-1.debian.tar.gz
 313c603ab39cc2be79098b38f4fb1a492bb65321da9a927ab93404966ea3afa4 64346 
nautilus-open-terminal_0.19-1_amd64.deb
Files: 
 967ed7d5ee3f7a4502a7d8912e0b2c32 2108 gnome optional 
nautilus-open-terminal_0.19-1.dsc
 0c4e953954c7a2c9b487855858abf898 382729 gnome optional 
nautilus-open-terminal_0.19.orig.tar.gz
 eeb023a070b31f9c9318e5734d183ba6 5684 gnome optional 
nautilus-open-terminal_0.19-1.debian.tar.gz
 e165356fd8ce17d9f57d8b8dabc18113 64346 gnome optional 
nautilus-open-terminal_0.19-1_amd64.deb

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

iQIcBAEBCAAGBQJNjeyqAAoJEIWf72cljiax0tkP/Ruv9q/ymEHu+iHqCO54pP/N
4rM7FkHigGlQv4rVHo9Ogtiy6fLPqXm1ITBSut5swIxAXKqUfI4atDaMQzoKO/R+
goEFTxaWYD8KFhGIhh/dir5L7zQ/GXd1PqYyE5R51cXfYoPA2/MrbW2V09hS4h2I
2/q6IjO+zx55IXMPhnRbTaLnNqowkb2Qflw+am+JW67nJgfEJtfV7OsRKNWuU9u9
TB8U6Wr2GrGt/zGiuInh+tDyIptdRM7uXcy3a4sLbeuXUuBMmOJJS3oiH43se93w
bjWewqxUqwee8zRa9V7uLicuPBLSH8a+BY61kfalVz+1aQhiEeBQKq5vklGo6Ylo
jDtcfIjAUhdT6GZfu95ArkB8pOkSFghO/TNsI8sSklAnCJwVf2Ju8d/ZZbenpPGE
hE3AFitdmEub4hqx1yMsYv1RCBJBuAXtE7I10J2VAB8X9+x102N1v9TgTa9swFiS
LA9yULnERAS/uzE73mGfRWnSvGEVxrWZtDGUvcqaQIWN27zqjx2/JuGMhQnuG+ZV
VQukIkgz33SDclUzL2eAMeGcopaNfEjPgW3MSSW4ZxCziyQ3i+ycxgBs/EYwLirj
d9+Qcz1KLYUy9lFsykdBKmGL876/AnaEesovD/d9Aj11L1A0T4yxb5w++UnqzCP4
5wjZyPm1fu7UNshwqou2
=PK0E
-END PGP SIGNATURE-


Accepted:
nautilus-open-terminal_0.19-1.debian.tar.gz
  to main/n/nautilus-open-terminal/nautilus-open-terminal_0.19-1.debian.tar.gz
nautilus-open-terminal_0.19-1.dsc
  to main/n/nautilus-open-terminal/nautilus-open-terminal_0.19-1.dsc
nautilus-open-terminal_0.19-1_amd64.deb
  to main/n/nautilus-open-terminal/nautilus-open-terminal_0.19-1_amd64.deb
nautilus-open-terminal_0.19.orig.tar.gz
  to main/n/nautilus-open-terminal/nautilus-open-terminal_0.19.orig.tar.gz


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



Accepted nvidia-graphics-drivers-legacy-96xx 96.43.19-1 (source i386)

2011-03-26 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 09:05:20 +0100
Source: nvidia-graphics-drivers-legacy-96xx
Binary: nvidia-glx-legacy-96xx nvidia-glx-legacy-96xx-ia32 
libgl1-nvidia-legacy-96xx-glx libgl1-nvidia-legacy-96xx-glx-ia32 
nvidia-kernel-legacy-96xx-dkms nvidia-kernel-legacy-96xx-source
Architecture: source i386
Version: 96.43.19-1
Distribution: unstable
Urgency: low
Maintainer: Debian NVIDIA Maintainers pkg-nvidia-de...@lists.alioth.debian.org
Changed-By: Andreas Beckmann deb...@abeckmann.de
Description: 
 libgl1-nvidia-legacy-96xx-glx - NVIDIA binary OpenGL 
libraries${nvidia:LegacyDesc}
 libgl1-nvidia-legacy-96xx-glx-ia32 - NVIDIA binary OpenGL 32-bit 
libraries${nvidia:LegacyDesc}
 nvidia-glx-legacy-96xx - NVIDIA binary Xorg driver${nvidia:LegacyDesc}
 nvidia-glx-legacy-96xx-ia32 - NVIDIA binary driver 32-bit 
libs${nvidia:LegacyDesc}
 nvidia-kernel-legacy-96xx-dkms - NVIDIA binary kernel module DKMS 
source${nvidia:LegacyDesc}
 nvidia-kernel-legacy-96xx-source - NVIDIA binary kernel module 
source${nvidia:LegacyDesc}
Closes: 612845 615116
Changes: 
 nvidia-graphics-drivers-legacy-96xx (96.43.19-1) unstable; urgency=low
 .
   [ Andreas Beckmann ]
   * New upstream release 96.43.19 (2010-11-16).
 - Added support for X.Org xserver 1.9.
 - Added support for X.Org xserver 1.8.
   * Synchronize packaging with nvidia-graphics-drivers-legacy-173xx
 173.14.28-1
   * Synchronize packaging with nvidia-graphics-drivers 195.36.31-5:
 - Drop Breaks: xserver-xorg-core ( 2:1.6).
   There is no file name conflict between /usr/lib/libGLcore.so.1 (from
   NVIDIA) and /usr/lib/xorg/modules/extensions/libGLcore.so (only in
   xserver-xorg-core  2:1.6) that could cause the wrong library to be
   loaded by NVIDIA's libgl.so.
 - Change xserver dependency to 'xorg-video-abi-6.0 | xserver-xorg-core
   ( 2:1.7.7)' as the driver is supposed to work with older abi versions,
   too.  This is not needed for squeeze, but helps backports to lenny.
   * Synchronize packaging with nvidia-graphics-drivers 195.36.31-6:
 - If both original and diverted file exist when removing obsolete
   diversions, move the original file (which is not owned by any package)
   out of the way.  This problem may originate from incorrect diversion
   creation before lenny (and was not noticed or fixed in lenny) or having
   used the nvidia installer to install the driver in the past.
 - Document the warnings emitted by the maintainer scripts in
   README.Debian.
 - Install the upstream README.txt in the dkms package.  It is referenced
   by the package description.  Add a README.Debian, too.
 - Add a note about the driver not working under the Xen hypervisor to
   README.Debian.  (See: #570365, although not verified for legacy-*)
   * Synchronize packaging with nvidia-graphics-drivers 195.36.31-7:
 - Add instructions how to switch driver installation from the NVIDIA way
   (running the *.run file) to the Debian way (using packages).
 - Let the bug-script collect detailed information about OpenGL and NVIDIA
   libraries and their symlinks, diversions and alternatives currently
   found on the system.  Also list files remaining from using the
   nvidia-installer.
   * Synchronize packaging with nvidia-graphics-drivers 195.36.31-90:
 - Merge general changes from 256xx/260xx releases:
 - Use dpkg-parsechangelog to extract the upstream version number from
   debian/changelog, simplifying debian/rules.defs even more.
 - Drop Conflicts: binutils-gold, driver or gold was fixed.
 - Detect license changes by comparing debian/copyright with the shipped
   LICENSE during build.
 - Catch module-assistant failures after nvidia-kernel-source updates
   without running 'module-assistant clean nvidia'.  Only works if the old
   version already contained this change and a module was built.
 - Add script build-module-packages.sh to the documentation of the
   nvidia-kernel-legacy-173xx-source package, uses module-assistant to do a
   quick build of the modules for all installed linux-headers.
 - conftest.h: implement new (after 195.xx) conftest.sh functions
   pci_dma_mapping_error, scatterlist, pci_domain_nr, file_operations,
   sg_init_table.  Kernel versions of symbol (dis-)appearance from lxr.
 - Pre-Depend on nvidia-common for interactive (using debconf)
   nvidia-installer cleanup.  There is a mutual exclusion between using the
   nvidia-installer and the driver packages.
   + Checks for /usr/bin/nvidia-installer and asks the user whether to run
 'nvidia-installer --uninstall'.  If that fails, offers to just delete
 the remaining files.  If the user chooses to do the cleanup himself,
 installation is blocked as long as nvidia-installer is still found on
 the system.
   + Adds a pre-install hook for the 

Accepted peg-solitaire 1.1.1-1 (source amd64)

2011-03-26 Thread Innocent De Marchi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 25 Mar 2011 17:48:25 +0200
Source: peg-solitaire
Binary: peg-solitaire
Architecture: source amd64
Version: 1.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Innocent De Marchi tangram.pe...@gmail.com
Changed-By: Innocent De Marchi tangram.pe...@gmail.com
Description: 
 peg-solitaire - Board game for one player with pegs
Changes: 
 peg-solitaire (1.1.1-1) unstable; urgency=low
 .
   * New upstream version:
 - Delete glpeces.desktop file from sources.
 - Added peg-solitaire.desktop file.
Checksums-Sha1: 
 5c7d67d9aff632b4bcda1c245f65deebf5adde60 1127 peg-solitaire_1.1.1-1.dsc
 7c5cfba9c83722ffc4887426349e2250e020e468 149013 peg-solitaire_1.1.1.orig.tar.gz
 1ee6dff5567f3eff55760ae8a5a6deee7bdc168e 2910 
peg-solitaire_1.1.1-1.debian.tar.gz
 18097ce01d74a83eaf1889d4298ec94527b7de55 169212 peg-solitaire_1.1.1-1_amd64.deb
Checksums-Sha256: 
 75af31b47348b9ed7b354654f2505a53e96830e70f6254c735ffaefb3430d7fb 1127 
peg-solitaire_1.1.1-1.dsc
 cae05adadd9aebf168204c88e9831336e9e52daf17e5a73e8983fafac9b159f0 149013 
peg-solitaire_1.1.1.orig.tar.gz
 5e455cd4fb10b010c866b1a5a0ab7036451605b52af9a93ae913023781f6cc8a 2910 
peg-solitaire_1.1.1-1.debian.tar.gz
 e7de31d96f791d267bbec9bca8633175fb70a3bcf3256d22b036a97244042e7c 169212 
peg-solitaire_1.1.1-1_amd64.deb
Files: 
 815b5ce8016857f6da077ae212f40898 1127 games optional peg-solitaire_1.1.1-1.dsc
 323aa43f00a4483dbc47cf48d0841a20 149013 games optional 
peg-solitaire_1.1.1.orig.tar.gz
 9f246be6e7dd5d5022286c1788b544a9 2910 games optional 
peg-solitaire_1.1.1-1.debian.tar.gz
 b2ecd1bc474fa28406fcaaf9b933cbc6 169212 games optional 
peg-solitaire_1.1.1-1_amd64.deb

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

iD8DBQFNjZwKnfmb2hFpETARAu/0AJ4kXC4+Wst7eLTfAkTm+eh20zm7YwCghGni
peREmm0f4q8PzPML5SR5HOM=
=g4ZC
-END PGP SIGNATURE-


Accepted:
peg-solitaire_1.1.1-1.debian.tar.gz
  to main/p/peg-solitaire/peg-solitaire_1.1.1-1.debian.tar.gz
peg-solitaire_1.1.1-1.dsc
  to main/p/peg-solitaire/peg-solitaire_1.1.1-1.dsc
peg-solitaire_1.1.1-1_amd64.deb
  to main/p/peg-solitaire/peg-solitaire_1.1.1-1_amd64.deb
peg-solitaire_1.1.1.orig.tar.gz
  to main/p/peg-solitaire/peg-solitaire_1.1.1.orig.tar.gz


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



Accepted pymilter 0.9.4-1 (source i386 all)

2011-03-26 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 02:50:02 -0400
Source: pymilter
Binary: python-milter python-milter-docs
Architecture: source i386 all
Version: 0.9.4-1
Distribution: unstable
Urgency: low
Maintainer: Scott Kitterman sc...@kitterman.com
Changed-By: Scott Kitterman sc...@kitterman.com
Description: 
 python-milter - Python extension for Sendmail Milter Protocol
 python-milter-docs - Documentation for the Python Milter extension
Changes: 
 pymilter (0.9.4-1) unstable; urgency=low
 .
   * New upstream release
 - Add doxygen to build-depends to build new documentation
 - Override dh_auto_build to get the docs build to work
 - Switch to building python-milter-docs from pymilter using the new
   doxygen based doc system
 - Add python-milter-docs to debian/control
 - Add python-milter-docs.install
 - Upate dh_auto_clean override to clean up after docs build
 - Override dh_auto_install to install python-milter files
   * Improve the package descriptions
   * Switch from XS-Python-Version to X-Python-Version
   * Drop XB-Python-Version
   * Bump standards version to 3.9.1 without further change
Checksums-Sha1: 
 4e235e018ee7c7096dd3258f431d78254980a352 1327 pymilter_0.9.4-1.dsc
 1248cd822875ecbb245f9916105189629ba0cda0 113883 pymilter_0.9.4.orig.tar.gz
 a3225b676b3cf37015ee3ce1c9438fd6302e5d65 3206 pymilter_0.9.4-1.diff.gz
 278256782adb52df03428e990dfbe9801bd219ec 58128 python-milter_0.9.4-1_i386.deb
 744c944a8aabe5b6b0fc346b5b071fb9817e4048 108690 
python-milter-docs_0.9.4-1_all.deb
Checksums-Sha256: 
 5fd066def6426ab935b1e54df2ae350537bcb4d3bfc11de189ca087cf2221353 1327 
pymilter_0.9.4-1.dsc
 67d77732379add0364f298af1f0aded41d46c210b4bdd7f03308952030b2343c 113883 
pymilter_0.9.4.orig.tar.gz
 c0dc243c79b93a07a367e0e75c86eed24135047c8b1d7905565b7df54f980723 3206 
pymilter_0.9.4-1.diff.gz
 5da9648da3d3f3a8f7607a11ce46437c489aeb6fa4c8af6d3940c62f49508db5 58128 
python-milter_0.9.4-1_i386.deb
 bcf73c033943d8e5b4639e2aeb369b6ad8749e987e05c68e2fea88b24f3aef21 108690 
python-milter-docs_0.9.4-1_all.deb
Files: 
 c2f03eb323bfe30e92244f40c4a692e8 1327 python optional pymilter_0.9.4-1.dsc
 017b42e370a081150d00cb17844c2906 113883 python optional 
pymilter_0.9.4.orig.tar.gz
 2c76f922989c386591c6becd133bacd7 3206 python optional pymilter_0.9.4-1.diff.gz
 5a943384d58e635da1cca23df6c77634 58128 python optional 
python-milter_0.9.4-1_i386.deb
 ff5937dd6bd366e0597eab9209a2b4e1 108690 doc optional 
python-milter-docs_0.9.4-1_all.deb

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

iEYEARECAAYFAk2NkVoACgkQHajaM93NaGpXPACgh9YKQ23gCZoZQLX8PBcEAf2z
PE4An11w3atQFL115TrOWdus83NQPSOP
=sfS0
-END PGP SIGNATURE-


Accepted:
pymilter_0.9.4-1.diff.gz
  to main/p/pymilter/pymilter_0.9.4-1.diff.gz
pymilter_0.9.4-1.dsc
  to main/p/pymilter/pymilter_0.9.4-1.dsc
pymilter_0.9.4.orig.tar.gz
  to main/p/pymilter/pymilter_0.9.4.orig.tar.gz
python-milter-docs_0.9.4-1_all.deb
  to main/p/pymilter/python-milter-docs_0.9.4-1_all.deb
python-milter_0.9.4-1_i386.deb
  to main/p/pymilter/python-milter_0.9.4-1_i386.deb


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



Accepted python-gmpy 1.14-3 (source amd64)

2011-03-26 Thread Martin Kelly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Mar 2011 14:24:29 -0700
Source: python-gmpy
Binary: python-gmpy
Architecture: source amd64
Version: 1.14-3
Distribution: unstable
Urgency: low
Maintainer: Martin Kelly aomig...@gmail.com
Changed-By: Martin Kelly aomig...@gmail.com
Description: 
 python-gmpy - interfaces GMP to Python for fast, unbound-precision computations
Closes: 619585
Changes: 
 python-gmpy (1.14-3) unstable; urgency=low
 .
   * Removed version from libgmp3-dev dependency and changed it to libgmp-dev
 (Closes: #619585)
Checksums-Sha1: 
 01d9cc80d24a4f06d68f316fcb18b4d1e074fd3d 1830 python-gmpy_1.14-3.dsc
 312c32be2c86c46d7c97de9187986611cd478eac 3161 python-gmpy_1.14-3.debian.tar.gz
 ce0eae02f916135bf866751eae2d4eb3fc6e4961 172438 python-gmpy_1.14-3_amd64.deb
Checksums-Sha256: 
 e8d92e758283585267a13f9b454e9e7f6871fc061aa71770585f1897f41421d2 1830 
python-gmpy_1.14-3.dsc
 3347af253dbdeee9558851e88a165fae17c86478812dc0d130b97139fc6ced43 3161 
python-gmpy_1.14-3.debian.tar.gz
 489427833c249e6c66edcce477aa72e0538f8d2692d91303e742e9acddeef90f 172438 
python-gmpy_1.14-3_amd64.deb
Files: 
 8885a4ceeb2b9eb9bcead78357ba4972 1830 python optional python-gmpy_1.14-3.dsc
 60f9d8f8dc545036c7b751826bebc628 3161 python optional 
python-gmpy_1.14-3.debian.tar.gz
 16c92ad5a11fd92ed8ee4f5bba4f1523 172438 python optional 
python-gmpy_1.14-3_amd64.deb

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

iQIcBAEBCAAGBQJNjfGkAAoJEK728aKnRXZFBPgP/1U+qSzqT79+XHyFR1pldUOM
mUQ+48JiRBU4B2SxeBp9DCdijNydXtExS2WM4Xecnv0uENhfZOXgnfLsivTYwp4C
IGMEk9U8yCvXu0g4gB2VFOdZzjfmSatARHc3DzpsB4A30KYUljbUmUDerdlh7eFf
HzxbGV1zi8Lpcg2rixzV5V1amhu35i3NTH1FlX3rlWdjIvv6Tj/fC6fCf83hZRRI
UfEHNdEpqFa/hAPqZKxsYOmCqxYgeF86YB8EVGKiKgl194PsnTwBx/Ln/Db1dRQr
6lGZZNXn4BVvCnnf+Ht70JV1A/Gr9fZkYEcJnkFKaAULv9kfAjYzxt71bYIRZvUF
Qt77IMBNTS62LQW7DZfU1UJPQZKt/Mql7XTHNYS3eHuehwZfLcOFvpBagf9qJPx8
P78DOuPAW+z6pVQbCtoB5AQOayLOxOx6KRJ65udsYAfuitiWPmtQ7EaVR5c/6WiW
zD91UiIdiix0fFu5nuY52a3CIj9CSokRv+D9Ly1MNO7UTt4JzRpFw8SAxghMPzV5
rKs9PSrsEnwvVSmlKYDVWr2+l4SACeQnqJ+CnzYEzLVog+EryZBMvw6w3DZxpzo5
B8ArVzcm8qjYSR1502xBc6WDFntwP3g9hixKPabwV78mVlhe3/N8SNw03wAQVq/L
GxV+0Tfy0Vlx8G8VPumf
=RhqA
-END PGP SIGNATURE-


Accepted:
python-gmpy_1.14-3.debian.tar.gz
  to main/p/python-gmpy/python-gmpy_1.14-3.debian.tar.gz
python-gmpy_1.14-3.dsc
  to main/p/python-gmpy/python-gmpy_1.14-3.dsc
python-gmpy_1.14-3_amd64.deb
  to main/p/python-gmpy/python-gmpy_1.14-3_amd64.deb


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



Accepted rdesktop 1.6.0-4 (source amd64)

2011-03-26 Thread GCS
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 13:11:06 +0100
Source: rdesktop
Binary: rdesktop
Architecture: source amd64
Version: 1.6.0-4
Distribution: unstable
Urgency: low
Maintainer: Laszlo Boszormenyi (GCS) g...@debian.hu
Changed-By: Laszlo Boszormenyi (GCS) g...@debian.hu
Description: 
 rdesktop   - RDP client for Windows NT/2000 Terminal Server
Closes: 506893 617731
Changes: 
 rdesktop (1.6.0-4) unstable; urgency=low
 .
   * Fix 64 bit crashes due to incorrectly sized Xorg properties
 (closes: #617731).
   * Add missing '-r clipboard' option to manpage (closes: #506893).
   * Add viewport patch from Ubuntu.
   * Fix minor packaging issues.
Checksums-Sha1: 
 502b3d843079c400787cfd2191c4100271875569 1061 rdesktop_1.6.0-4.dsc
 d9affe813b773bc7544b04710f039481a5645c8c 12271 rdesktop_1.6.0-4.diff.gz
 cbf737eda814d4e433a7132afd2cc85c12e49f22 149154 rdesktop_1.6.0-4_amd64.deb
Checksums-Sha256: 
 c9b2dd888a5b5dbd15a8f68cd0da4d8d8a84aa4986193ec559d58307adb33d7f 1061 
rdesktop_1.6.0-4.dsc
 b0cab40d78de96942bf0b7a3df46e9e9a48ad2e05334a2dfbecd4abef2e49b7c 12271 
rdesktop_1.6.0-4.diff.gz
 588b12923f83e4dbbb68b57962182cf1c3f3e070ca0d8d0bc197e18bd11995a1 149154 
rdesktop_1.6.0-4_amd64.deb
Files: 
 c2fd4fcee0308accb38c9b0e80cb78b0 1061 x11 optional rdesktop_1.6.0-4.dsc
 09f60f4ef27f9a655b3095b12ce3a90a 12271 x11 optional rdesktop_1.6.0-4.diff.gz
 87ec27c87cf0e98285143b5e38b3f809 149154 x11 optional rdesktop_1.6.0-4_amd64.deb

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

iEYEARECAAYFAk2N9H4ACgkQMDatjqUaT905jwCgsMjAC5ZPrCF5dfN8WGX2PcBk
eSUAnjZ6X2AuMl+2l86Jkgoj5VeNQ2nu
=Bw6F
-END PGP SIGNATURE-


Accepted:
rdesktop_1.6.0-4.diff.gz
  to main/r/rdesktop/rdesktop_1.6.0-4.diff.gz
rdesktop_1.6.0-4.dsc
  to main/r/rdesktop/rdesktop_1.6.0-4.dsc
rdesktop_1.6.0-4_amd64.deb
  to main/r/rdesktop/rdesktop_1.6.0-4_amd64.deb


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



Accepted sensors-applet 2.2.7-3 (source amd64)

2011-03-26 Thread Sam Morris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 14:08:11 +
Source: sensors-applet
Binary: sensors-applet libsensors-applet-plugin0 libsensors-applet-plugin-dev
Architecture: source amd64
Version: 2.2.7-3
Distribution: unstable
Urgency: low
Maintainer: Sam Morris s...@robots.org.uk
Changed-By: Sam Morris s...@robots.org.uk
Description: 
 libsensors-applet-plugin-dev - Create plugins for the 'sensors-applet' package
 libsensors-applet-plugin0 - Library for plugins for the 'sensors-applet' 
package
 sensors-applet - Display readings from hardware sensors in your Gnome panel
Changes: 
 sensors-applet (2.2.7-3) unstable; urgency=low
 .
   * Use dh-autoreconf to regenerate build system at build time.
   * Update to debhelper compat level 8; bump build-dependency accordingly.
   * debian/*.install: remove debian/tmp prefix that has not been necessary
 since debhelper 7.
Checksums-Sha1: 
 8f80e2822cac33f6c2f9fcf7997419915731da39 1725 sensors-applet_2.2.7-3.dsc
 5bf0d52adadc5d8792714863ff0c81e1752d602b 14101 
sensors-applet_2.2.7-3.debian.tar.gz
 a6947cd3d4d2577c86ed902fcb1e3ed9009b94fa 123944 
sensors-applet_2.2.7-3_amd64.deb
 8e4a56aff2f7a64e910e0e20836d4de634ce0d89 25056 
libsensors-applet-plugin0_2.2.7-3_amd64.deb
 5b39961a3e33a9c31297509b000cb7ab3392fcfa 25436 
libsensors-applet-plugin-dev_2.2.7-3_amd64.deb
Checksums-Sha256: 
 0c59e1aa9865c842463c6ee7956eee521622197296672f51ec357a888290dc81 1725 
sensors-applet_2.2.7-3.dsc
 3b7ed6b9d2071310b127c8947e940a35232dbb528f83bc8e77695aac613a4014 14101 
sensors-applet_2.2.7-3.debian.tar.gz
 41392b855458c36a8693f670dafdf869beaa37c3aae8b184201fc8ab82eaf0fc 123944 
sensors-applet_2.2.7-3_amd64.deb
 8e571fc666d66900af92b38d868717e6597a7692ebfd34f65dd484e76fa00cd9 25056 
libsensors-applet-plugin0_2.2.7-3_amd64.deb
 53cb3809af66769f18cd3a83b0a28e4cc5b8fde2838b0cd9b64867abe64a 25436 
libsensors-applet-plugin-dev_2.2.7-3_amd64.deb
Files: 
 b6074fa0520ed8623a5fe9db05a03dbd 1725 gnome optional sensors-applet_2.2.7-3.dsc
 78c0b9beaf1876f229d7d650a4c26110 14101 gnome optional 
sensors-applet_2.2.7-3.debian.tar.gz
 f146b60e6c6cb5c8a856ede1d9bf7406 123944 gnome optional 
sensors-applet_2.2.7-3_amd64.deb
 7940496a6f668ac6edb5b68a0c112750 25056 libs optional 
libsensors-applet-plugin0_2.2.7-3_amd64.deb
 ed9250fbe040b805fa93076d140454c9 25436 libdevel optional 
libsensors-applet-plugin-dev_2.2.7-3_amd64.deb

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

iEYEARECAAYFAk2N/n0ACgkQshl/216gEHgrHACfcAF/SFdgIP43CcU59kCvTvtZ
HW0Ani6jBZWyp8i7J+lt6oncgKRL7PE5
=nt5D
-END PGP SIGNATURE-


Accepted:
libsensors-applet-plugin-dev_2.2.7-3_amd64.deb
  to main/s/sensors-applet/libsensors-applet-plugin-dev_2.2.7-3_amd64.deb
libsensors-applet-plugin0_2.2.7-3_amd64.deb
  to main/s/sensors-applet/libsensors-applet-plugin0_2.2.7-3_amd64.deb
sensors-applet_2.2.7-3.debian.tar.gz
  to main/s/sensors-applet/sensors-applet_2.2.7-3.debian.tar.gz
sensors-applet_2.2.7-3.dsc
  to main/s/sensors-applet/sensors-applet_2.2.7-3.dsc
sensors-applet_2.2.7-3_amd64.deb
  to main/s/sensors-applet/sensors-applet_2.2.7-3_amd64.deb


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



Accepted vocproc 0.2-2 (source amd64)

2011-03-26 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:32:39 +0100
Source: vocproc
Binary: vocproc
Architecture: source amd64
Version: 0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 vocproc- LV2 plugin for pitch shifting and vocoding
Changes: 
 vocproc (0.2-2) unstable; urgency=low
 .
   * debian/patches/01-makefile.patch:
 - Revert a portion of the patch, now could link against static
   libraries provided by lv2-c++-tools.
 - Set LDFLAGS properly.
   * debian/control:
 - Needs lv2-c++-tools (= 1.0.4-3~).
 - Remove libpaq-dev from Build-Depends field.
 - Improve the description.
 - Bump Standards.
   * debian/rules: Set LDFLAGS+=-Wl,--as-needed.
Checksums-Sha1: 
 3ebfdd7163c275a3a315820710bdc87efad6b42f 1355 vocproc_0.2-2.dsc
 1acf7af1d24963138437c29d40d575ff6f7fe6e3 2657 vocproc_0.2-2.debian.tar.gz
 658c2c4bff061f753d59a5f9010e5f3f67ee6a5a 66476 vocproc_0.2-2_amd64.deb
Checksums-Sha256: 
 348c6922385e86d9b49ab091680c85090039c99ce37c007acd161f060c4349e8 1355 
vocproc_0.2-2.dsc
 3bcd3e3c65c6a6785a8baac365e153641ca1a88f88d6e42078d7bd204b24b4ab 2657 
vocproc_0.2-2.debian.tar.gz
 4afe404daec7f0386d3b72154f199cd0c665a43931084e73a958f732bc636ad5 66476 
vocproc_0.2-2_amd64.deb
Files: 
 fb6df7e8b594e5571b7006e901fdfa8d 1355 sound optional vocproc_0.2-2.dsc
 1296c12e9a503bd9f004f5912079df5c 2657 sound optional 
vocproc_0.2-2.debian.tar.gz
 13600213c09adb5314ad80cf94eaecd3 66476 sound optional vocproc_0.2-2_amd64.deb

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

iEYEARECAAYFAk2NtDEACgkQRdSMfNz8P9BKjACdEsKh9NO0dFKYWhQDLCPYV5ke
2KUAniFjqEvipOT7STtbH3TzOkAcKMVu
=Hyxo
-END PGP SIGNATURE-


Accepted:
vocproc_0.2-2.debian.tar.gz
  to main/v/vocproc/vocproc_0.2-2.debian.tar.gz
vocproc_0.2-2.dsc
  to main/v/vocproc/vocproc_0.2-2.dsc
vocproc_0.2-2_amd64.deb
  to main/v/vocproc/vocproc_0.2-2_amd64.deb


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



Accepted webhelpers 1.3-1 (source all)

2011-03-26 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 10:18:37 +0100
Source: webhelpers
Binary: python-webhelpers
Architecture: source all
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-webhelpers - library of helper functions to make writing web 
application templ
Changes: 
 webhelpers (1.3-1) unstable; urgency=low
 .
   * New upstream release
   * Switch from dh_pysupport to dh_python2
Checksums-Sha1: 
 041472b3d62f224b07c6b60fcfef77fcd99fd157 2015 webhelpers_1.3-1.dsc
 5ef6e48aade8c625577def09cf670ef10d197911 729963 webhelpers_1.3.orig.tar.gz
 84b66c96bf7cfb0e84a307e700b2678b821ba4d4 5709 webhelpers_1.3-1.diff.gz
 6f43660a5e28c82fcfc319379d5192fbb9b43d21 144868 python-webhelpers_1.3-1_all.deb
Checksums-Sha256: 
 33cfbdbe74508a36ae6147d0e0bc033f85dcaa892eae9505c8246a1611432540 2015 
webhelpers_1.3-1.dsc
 ea86f284e929366b77424ba9a89341f43ae8dee3cbeb8702f73bcf86058aa583 729963 
webhelpers_1.3.orig.tar.gz
 8127e45819dc40c033f5f039e0c85f0fbcb70694369ff6eea53dc5ef6a54348a 5709 
webhelpers_1.3-1.diff.gz
 f9daafb0b3679634f55bc3d1af03457bf4b8b59eb34c484fab667208ed061be6 144868 
python-webhelpers_1.3-1_all.deb
Files: 
 1cf122cbc1dd3a37fff014c650cea9b8 2015 python optional webhelpers_1.3-1.dsc
 32749ffadfc40fea51075a7def32588b 729963 python optional 
webhelpers_1.3.orig.tar.gz
 3ca286383edc7c2859ad65781d48f466 5709 python optional webhelpers_1.3-1.diff.gz
 430dbc65146f44663311921f6e063b43 144868 python optional 
python-webhelpers_1.3-1_all.deb

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

iQIcBAEBCAAGBQJNjbk2AAoJEK728aKnRXZFF5oP/1KYgmdOI9KhHps8XG93KPBO
O+g+I8KbSNqw8iTwbnvODzggx+FCPoXt0sWIAQ/K+x6+Hzy9oxYFjynDx0Ar/exN
9tPgciX3p/JabQivyB7aTwE0IrRAl1r0y9G5FqpojNbIN6zr11SxwVrNTFSVdiDa
Lf0NPZRfJFJ7+7OUVWxjU606Cem3fdCeR/ul7grL4H9zn66ez8oSXIihEvvzDa+Q
YeDk8irw3i+l8nFtePN16qNzzYb0uWq31ZCNBsmeocMbzQyD5TxgmdH1MwrJYlin
sow5vxf/KTJWBuWgJYQd8xJhXZEQKuFil9T668qYJrH2cpUiXqcPSVY1gSsNPfMo
79WZqNvHhUMW7lXTz8giweglhRjRPwqDIaUIuZ781/PnXJW3qPf75/ly3mLsIg/s
6B3Lbn1S84C5XGYfJTGDYz/TnVzG8h092iC5m+LqEAENWoZ6HLYhyOW/YCZLf3ZL
UqSATsg7bsOuxDoTA67NiItg+jX6gSAK0ztPeSmgYhpF+hnF/NwE/9Azt/4Y+2eL
9WB6k1EJgEyymv4vJMYv/FHc/EzNiMWZDfP1JvCbTCcbnAOPKNmCezMrZwhuzmMx
FAcerYjwhOqY12NrL2irEEc67cfjU2OEuhxK13ymoME7KxP0nnVrUexCOmX+9vGD
MjSzemgU16wXY7L/EFHg
=5T0r
-END PGP SIGNATURE-


Accepted:
python-webhelpers_1.3-1_all.deb
  to main/w/webhelpers/python-webhelpers_1.3-1_all.deb
webhelpers_1.3-1.diff.gz
  to main/w/webhelpers/webhelpers_1.3-1.diff.gz
webhelpers_1.3-1.dsc
  to main/w/webhelpers/webhelpers_1.3-1.dsc
webhelpers_1.3.orig.tar.gz
  to main/w/webhelpers/webhelpers_1.3.orig.tar.gz


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



Accepted haskell-mtl 2.0.1.0-2 (source all amd64)

2011-03-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 22:02:14 +0530
Source: haskell-mtl
Binary: libghc-mtl-dev libghc-mtl-prof libghc-mtl-doc
Architecture: source all amd64
Version: 2.0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-mtl-dev - Haskell monad transformer library for GHC
 libghc-mtl-doc - Haskell monad transformer library for GHC; documentation
 libghc-mtl-prof - Haskell monad transformer library for GHC; profiling 
libraries
Changes: 
 haskell-mtl (2.0.1.0-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 1d7feb58aa5bcfc851e0f04749b06f0814582698 1509 haskell-mtl_2.0.1.0-2.dsc
 a77cd5c3b5b3dd46e9612800eebdb1db3acf5647 3525 
haskell-mtl_2.0.1.0-2.debian.tar.gz
 bb9f38e131080a5be6b02fb8c785197f9e9f91aa 92718 libghc-mtl-doc_2.0.1.0-2_all.deb
 3f76d732551d2cf8d7ce9e719170e1649512e85e 96114 
libghc-mtl-dev_2.0.1.0-2_amd64.deb
 5457af95fd6e6b79f1c8321fca3e8c5948ac7825 111572 
libghc-mtl-prof_2.0.1.0-2_amd64.deb
Checksums-Sha256: 
 ad20603ab6725866b1394be9af41ec7142491f9f7462c748557166338d4fb548 1509 
haskell-mtl_2.0.1.0-2.dsc
 368248609094f519a1ba3afbeb100e8efa2efb59a3977a960db8087d925eb408 3525 
haskell-mtl_2.0.1.0-2.debian.tar.gz
 60ccb50749e0e1ab4a9f172c3e5c2e5f19deb2bdbfce9f6d224047ccae96918b 92718 
libghc-mtl-doc_2.0.1.0-2_all.deb
 d9ec19d46100fe0229183f2eff114a99ab454d7a043c29e3d85e00203e606fed 96114 
libghc-mtl-dev_2.0.1.0-2_amd64.deb
 4b41dd67d47e8b61a0334511a5386b313f4a84ee4b52b63cce21d4f78bf83c62 111572 
libghc-mtl-prof_2.0.1.0-2_amd64.deb
Files: 
 76733d4fc7edbf5a163fe52a8f3a3d45 1509 haskell extra haskell-mtl_2.0.1.0-2.dsc
 eb18271fbb086be8abd7de645f9a1de2 3525 haskell extra 
haskell-mtl_2.0.1.0-2.debian.tar.gz
 2506efcb230089f3f37070336f130502 92718 doc extra 
libghc-mtl-doc_2.0.1.0-2_all.deb
 3433cb09d6051403adabbe866adc785d 96114 haskell extra 
libghc-mtl-dev_2.0.1.0-2_amd64.deb
 1c97b3e7b38d61685dde87dffe1d967b 111572 haskell extra 
libghc-mtl-prof_2.0.1.0-2_amd64.deb

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

iEYEARECAAYFAk2OFVIACgkQ9ijrk0dDIGzbPACgmdrLQjeg1xQURlONLTBsaKbN
s0oAoKU9Xl4BrXc85qyWHtovy7L/o9Lt
=dhGl
-END PGP SIGNATURE-


Accepted:
haskell-mtl_2.0.1.0-2.debian.tar.gz
  to main/h/haskell-mtl/haskell-mtl_2.0.1.0-2.debian.tar.gz
haskell-mtl_2.0.1.0-2.dsc
  to main/h/haskell-mtl/haskell-mtl_2.0.1.0-2.dsc
libghc-mtl-dev_2.0.1.0-2_amd64.deb
  to main/h/haskell-mtl/libghc-mtl-dev_2.0.1.0-2_amd64.deb
libghc-mtl-doc_2.0.1.0-2_all.deb
  to main/h/haskell-mtl/libghc-mtl-doc_2.0.1.0-2_all.deb
libghc-mtl-prof_2.0.1.0-2_amd64.deb
  to main/h/haskell-mtl/libghc-mtl-prof_2.0.1.0-2_amd64.deb


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



Accepted haskell-transformers 0.2.2.0-2 (source all amd64)

2011-03-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 21:57:06 +0530
Source: haskell-transformers
Binary: libghc-transformers-dev libghc-transformers-prof libghc-transformers-doc
Architecture: source all amd64
Version: 0.2.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-transformers-dev - Haskell monad transformer library
 libghc-transformers-doc - Haskell monad transformer library; documentation
 libghc-transformers-prof - Haskell monad transformer library; profiling 
libraries
Changes: 
 haskell-transformers (0.2.2.0-2) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 99385a7bb7a029268ed928b616bce830fda478de 1525 
haskell-transformers_0.2.2.0-2.dsc
 416ec6f93d0d60a31f203638c66098a34bcd4225 3171 
haskell-transformers_0.2.2.0-2.debian.tar.gz
 e0db4bb7e221cc2edb12b91545f881921bfb8d4b 115620 
libghc-transformers-doc_0.2.2.0-2_all.deb
 d86b31038aedf4a138c5074316f8aff06ea5ea47 284220 
libghc-transformers-dev_0.2.2.0-2_amd64.deb
 02a499f8ba95784c51e51226193e5b93eb0f6ba6 345000 
libghc-transformers-prof_0.2.2.0-2_amd64.deb
Checksums-Sha256: 
 224dd7d988aa8d37a762471aa8210983c58b3142bf7202ceef3c90c6de883085 1525 
haskell-transformers_0.2.2.0-2.dsc
 57efd6c3ebfc155a587efd76a523dab2f51a78c3dc59f2f6b8d2d855e895601b 3171 
haskell-transformers_0.2.2.0-2.debian.tar.gz
 c1ceef27925843c4d491866cc8ca13dfae7dbd6e7f05bc77f1dcb9dc0dc0e414 115620 
libghc-transformers-doc_0.2.2.0-2_all.deb
 cfa193b9d9d15c237589e16fc3f249fc1d037417e2522d3e2134c915fee50020 284220 
libghc-transformers-dev_0.2.2.0-2_amd64.deb
 379bb67c61bec77af65a3c3e5f8795883330dc8267afc8da7c4c7efcc2f2fdc9 345000 
libghc-transformers-prof_0.2.2.0-2_amd64.deb
Files: 
 6fb027c92ad93063b2afff8180c13892 1525 haskell extra 
haskell-transformers_0.2.2.0-2.dsc
 eda7055a6817bbe2cd712e141d70539f 3171 haskell extra 
haskell-transformers_0.2.2.0-2.debian.tar.gz
 44fade5730325c4d6b3186716dbfff23 115620 doc extra 
libghc-transformers-doc_0.2.2.0-2_all.deb
 8a1e16ff916d5d1581d5d1f6c15b457d 284220 haskell extra 
libghc-transformers-dev_0.2.2.0-2_amd64.deb
 df076df132a3b9fbe09d7f09260394ea 345000 haskell extra 
libghc-transformers-prof_0.2.2.0-2_amd64.deb

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

iEYEARECAAYFAk2OFP0ACgkQ9ijrk0dDIGz9sQCfSibiVZKQEtCDNREzIz1a3SYP
FSoAoMpM6avtcX0/YtcZsjqS7WJ/kwB/
=jMwu
-END PGP SIGNATURE-


Accepted:
haskell-transformers_0.2.2.0-2.debian.tar.gz
  to main/h/haskell-transformers/haskell-transformers_0.2.2.0-2.debian.tar.gz
haskell-transformers_0.2.2.0-2.dsc
  to main/h/haskell-transformers/haskell-transformers_0.2.2.0-2.dsc
libghc-transformers-dev_0.2.2.0-2_amd64.deb
  to main/h/haskell-transformers/libghc-transformers-dev_0.2.2.0-2_amd64.deb
libghc-transformers-doc_0.2.2.0-2_all.deb
  to main/h/haskell-transformers/libghc-transformers-doc_0.2.2.0-2_all.deb
libghc-transformers-prof_0.2.2.0-2_amd64.deb
  to main/h/haskell-transformers/libghc-transformers-prof_0.2.2.0-2_amd64.deb


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



Accepted perl-depends 2011.0324+git74d587e-1 (source all)

2011-03-26 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 24 Mar 2011 17:19:26 +0200
Source: perl-depends
Binary: perl-depends
Architecture: source all
Version: 2011.0324+git74d587e-1
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 perl-depends - roughly find out module depends from a perl file
Changes: 
 perl-depends (2011.0324+git74d587e-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/compat
 - Update to 8
   * debian/control
 - (Build-Depends): use debhelper 8.
 - (Standards-Version): Update to 3.9.1.
Checksums-Sha1: 
 479be1de8d684b9c0372cc6e99fd6193fcefdc8a 1935 
perl-depends_2011.0324+git74d587e-1.dsc
 5d6f6fbb217bd71820d1a476b880c6c8eef2504a 13287 
perl-depends_2011.0324+git74d587e.orig.tar.gz
 c9736e86089dfa7a6febd12282f8ed45d89bdd75 2562 
perl-depends_2011.0324+git74d587e-1.debian.tar.gz
 c9c52e5c7ac5338ac6eedbc46fc019b3e4f6201a 10562 
perl-depends_2011.0324+git74d587e-1_all.deb
Checksums-Sha256: 
 29fa3169340b9d6c297a2a05d4d424e2be24c5f1f026d51b5186050f1cf8a72f 1935 
perl-depends_2011.0324+git74d587e-1.dsc
 c7c72e004183e3ca28ff45b3c30cf51caacc1fbbfdb6d7a77bf738c0043a7320 13287 
perl-depends_2011.0324+git74d587e.orig.tar.gz
 fb6754e6e6c62bb905617f52bc9f195094d2589d222b3d71c08546b75e26ac90 2562 
perl-depends_2011.0324+git74d587e-1.debian.tar.gz
 3c1d27229e97c32bdb2e4d6f875bccd83a124f0ebe1bdf562ce4c382681b448b 10562 
perl-depends_2011.0324+git74d587e-1_all.deb
Files: 
 57ab230c0f4679d260ef350f82bb5c2e 1935 devel optional 
perl-depends_2011.0324+git74d587e-1.dsc
 bac5806b1aa2fed0d092cc4e67c1ec1e 13287 devel optional 
perl-depends_2011.0324+git74d587e.orig.tar.gz
 861153878e1db786f7acbb998d72445c 2562 devel optional 
perl-depends_2011.0324+git74d587e-1.debian.tar.gz
 27922b2f7f0b104fa50363ff5bf704f1 10562 devel optional 
perl-depends_2011.0324+git74d587e-1_all.deb

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

iQIcBAEBCAAGBQJNjhXFAAoJECHSBYmXSz6WhsUP/0bBNm38urE+LGCHuA76TIBD
g3F7ZP6je9oaicF1hY/euUewbM69x5tCb+VyZ4rL41mNv9v7MLcDBlydQ0oX2a5r
oZDnCpGu8M0s54Zkl0QJF8DaGtJayv3onj0gyNbUbo4tF2UQIQ8MVohmieBtNcr/
3y9Jft1IhkXcbhIWDzNPe2SBqsqdCOSNKNDxL0SeVO6jQVSb/CBSNvatuPiP4F7d
Bq8Qtnugr2DAK0rSXOYVmMhR6Fd87ATz9RymY2y1wRsmFBLQvz6nPmCLl2kP6oUX
lJuSwcQmhRX5FUzpR/xMySk8PUT035l+Kj/pG2xBwzN26k6OKCbqoRhcUJevT4cT
IHb3RGCQ/qAH7DI9RJ+loZRxevnWonvgf/iA13KIOhmp3d9UWiI82riW+e5TfUow
Hz9Zj0DZ6JBjhtACAPmBP83mpIAZajNmvisiAi55dS4Fb4S5J/2sZG9RIOevTbSg
6L01etGJhcOuUwctGqXFZV6SC3BmHS717+0zZBccG0dxuNc6dWCS0PyqmfsvenwH
YebIZYWOgpDoePUqB4SxT7mwzfwk9QQf7zBLhNLNmY5l04ZOdQx4xFRkhDF3KY4T
iY7RwcC4Y60s0ob3h9TqB5N/hr9YebdbyT4lxIt1HEg8muAgLc99dyTKkM7HVSW8
rp3bxdHXl0KqF9EuOg6j
=1INt
-END PGP SIGNATURE-


Accepted:
perl-depends_2011.0324+git74d587e-1.debian.tar.gz
  to main/p/perl-depends/perl-depends_2011.0324+git74d587e-1.debian.tar.gz
perl-depends_2011.0324+git74d587e-1.dsc
  to main/p/perl-depends/perl-depends_2011.0324+git74d587e-1.dsc
perl-depends_2011.0324+git74d587e-1_all.deb
  to main/p/perl-depends/perl-depends_2011.0324+git74d587e-1_all.deb
perl-depends_2011.0324+git74d587e.orig.tar.gz
  to main/p/perl-depends/perl-depends_2011.0324+git74d587e.orig.tar.gz


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



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

2011-03-26 Thread Alessandro Ghedini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 16:30:40 +0100
Source: libdist-zilla-perl
Binary: libdist-zilla-perl
Architecture: source all
Version: 4.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Alessandro Ghedini al3x...@gmail.com
Description: 
 libdist-zilla-perl - Perl distribution builder
Changes: 
 libdist-zilla-perl (4.24-1) unstable; urgency=low
 .
   * New upstream release
   * Add versioned (Build-)Depends(-Indep) on libconfig-mvp-perl
Checksums-Sha1: 
 d36a9e22ee5fcc366d126d29fbc8cd3825b84459 3499 libdist-zilla-perl_4.24-1.dsc
 6393daf5ff2aa0e94b9db4ddfff86b9f2e569f54 107543 
libdist-zilla-perl_4.24.orig.tar.gz
 277028eeedcb611f7783cc8c52798431bcc13e0a 4707 
libdist-zilla-perl_4.24-1.debian.tar.gz
 957baf1a24adeff59d5c917a7e9452f167da306a 350176 
libdist-zilla-perl_4.24-1_all.deb
Checksums-Sha256: 
 573df9bfc8a2d9b538096bfc1c8dad433379c1a3a164f12b0c4451468e22128a 3499 
libdist-zilla-perl_4.24-1.dsc
 9ba4fc8fd1d59ba37702fc2af52bd996687047580ca874e4eaae686a6ed574c6 107543 
libdist-zilla-perl_4.24.orig.tar.gz
 da5263556cfa14013b1a2dada5863be87e1a844ff0425bed20d7d426599a693b 4707 
libdist-zilla-perl_4.24-1.debian.tar.gz
 ea960b7a3ab30e3e839c5554faee8b9eac0319c25aa249ff0b723af7bea0db3e 350176 
libdist-zilla-perl_4.24-1_all.deb
Files: 
 57316653d165c29c53de141f3f2da0d0 3499 perl optional 
libdist-zilla-perl_4.24-1.dsc
 c5d09d87540c28fc9ec8bd6da7861645 107543 perl optional 
libdist-zilla-perl_4.24.orig.tar.gz
 584bebe4c62699e4f44c3f5ca8b2c917 4707 perl optional 
libdist-zilla-perl_4.24-1.debian.tar.gz
 003b50247f254848eae6d60dc6f0342a 350176 perl optional 
libdist-zilla-perl_4.24-1_all.deb

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

iQIcBAEBCAAGBQJNjiahAAoJELs6aAGGSaoGtqsP/1aoizyk0WS0fxBs2tRh4wsU
kuRVh55PVSk7e083vQ6wCE5AHQUC2YJQ465VJSz0KkF/jAkv6pHDkTN89QRb0x+7
qF1zQ4BepftDCt3pJxsSi2A6Rj3aPQjHZtxCGYhygjnFH0+oXz5UbCDoGPsT7MA8
B5woWLh2hGsAI8U490YtTwwtbj9JmPZ+ClxRlQCsA/w6d4dY4VRnjAxIeKMfhNNg
6J+TtMqNnhZBLGZibu28kgB4v9U5EzROGwGt1CzJCAgmlnGZEW9Kuo9dNr2xmBxN
A6qrEWOzhIfLXSWvA2bmB+fqA7palyt4EWamimMRb9evpTfVDwMZJMa/79wrve/i
kDM1SSTv8ljLDSm8T5v04WX++nE0pOWf06a6AcRjCYXtqnnZkGZjbFjQS+JYvEov
91DhDEGjyKOamUcB3MXSCHcYF79em2aLhTMH8gAVbsCRWGfU40v5hVFIV3ntLYnC
e+V8RmPxQYSCOzV8l3Daskfv/BuABmR+fx4LfjcLP4UirRxNpu4McufQQFRr5ukH
UCKyIHZIHye19WaNTXvAHgQ9/GfOrkBgBBrrIuopxdaAqobbr0DqPV357dbU6OTp
gw7SqMRyjxbxK8nhIocPQ2WCcOWOWejcvYDdAD+F1kaBd87gu/U+wO92bGHwLqjh
0STDkmR4BM5Jt3Obt2wu
=GzEz
-END PGP SIGNATURE-


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


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



Accepted channel-server 0.0.1+20110324-1 (source all)

2011-03-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Mar 2011 20:52:21 +0100
Source: channel-server
Binary: channel-server
Architecture: source all
Version: 0.0.1+20110324-1
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 channel-server - buddycloud channels service for XMPP
Changes: 
 channel-server (0.0.1+20110324-1) unstable; urgency=low
 .
   * New snapshot of upstream Git.
Checksums-Sha1: 
 36681ac2a611decadcc261a08d5c5dd39d74169f 2016 
channel-server_0.0.1+20110324-1.dsc
 dec3d1eece83b77b02ed07e62597cfe1976a2b03 24012 
channel-server_0.0.1+20110324.orig.tar.gz
 b4556a60235ce7b7276084bed7f73ffac6588741 3577 
channel-server_0.0.1+20110324-1.debian.tar.gz
 a204d3733babc1a0c950a495e015c700e77b2643 25766 
channel-server_0.0.1+20110324-1_all.deb
Checksums-Sha256: 
 0553da93d7c03dfe3aedeffe12efa5b631cdb47240c527c7bd550eee433d9fcd 2016 
channel-server_0.0.1+20110324-1.dsc
 bcdc1161eb2d5344f87226d43d13aa15f316dd52e85213e8632fba5a1f52fc2a 24012 
channel-server_0.0.1+20110324.orig.tar.gz
 640bd30ec3efbaaa77e311e4aaff39f11e6e0a7d6e17ccde1e777ea16c7ff8b6 3577 
channel-server_0.0.1+20110324-1.debian.tar.gz
 0029e79bc8f92f0d11099ae72f915085ef2fa022e6971f855bd2d82095f1a7ec 25766 
channel-server_0.0.1+20110324-1_all.deb
Files: 
 3d11be202679aa8d44d734be892418da 2016 web optional 
channel-server_0.0.1+20110324-1.dsc
 763869a545cd80e841cdb3900803a9d3 24012 web optional 
channel-server_0.0.1+20110324.orig.tar.gz
 70aa3e34749a80cf3c40ee10953d735e 3577 web optional 
channel-server_0.0.1+20110324-1.debian.tar.gz
 1a86690302d82fab3f9ec03f028355f6 25766 web optional 
channel-server_0.0.1+20110324-1_all.deb

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

iQIcBAEBCgAGBQJNjkVtAAoJECx8MUbBoAEhIpgP/2fkY6yR9fPK0roRWsh6Wbnc
6FgRxSmjp3fuzcpPPv1HMoKIDQOC1mNp3gCV2TxaNSv0TC/0lkrpe9lPv9/fkCtw
LRhhJ3X0JZbJ++Fwd0vyJFgbeRW266kvMR0jp2As0AfYukbI4weS12QDfLc+iy0t
eaTlGSCDCDdgsqyDFv2jRiLBX1W46+rqR8LZVlPeJ5e7MC+DN6Iw+4HrS9mfyR9f
I7lk3xhPHbiR9SRreWZSl3ZCfn4mvF00tQswX55LWXeF64TFGQ1lW72XO+a3gtNy
p6pTMe6lVpHdoB8MJZKcK4+szd2RHkVjGf6zkdjr7iq7aE4iPWXeH0gj1tgjYYKE
W+IgAkhm4v+Ipc35E/QenZ72GtLSjEpiamyUzrnB/TwZCXG6IYR7ps3ZmY0o0LS2
KYtRXEmlYqsy9hqtXwbdUEMfAElc5PiObPIKWm8o+9NwCiazDTJHTUfKCsP4X5T6
JRRVmy1NJp9kd6Ro+bz2AJfYZRBuPq51tfdr/Q3egmWBolpwjkd6C9o1cBOEpM+S
pYralxb2Bvznq9FZhwkm4QH9ebRARXba/g06y0Nbe2mfDe3zA8WSmH/0ocFkCdv1
216HHvWxtk8SQy91ZAaCcmt3LI4QfNtXlLpuEpY8pPXVMIpykOQznt9cqXCo6wHv
2Ve8O6sJe2Z2yRO8YTVL
=m3Mb
-END PGP SIGNATURE-


Accepted:
channel-server_0.0.1+20110324-1.debian.tar.gz
  to main/c/channel-server/channel-server_0.0.1+20110324-1.debian.tar.gz
channel-server_0.0.1+20110324-1.dsc
  to main/c/channel-server/channel-server_0.0.1+20110324-1.dsc
channel-server_0.0.1+20110324-1_all.deb
  to main/c/channel-server/channel-server_0.0.1+20110324-1_all.deb
channel-server_0.0.1+20110324.orig.tar.gz
  to main/c/channel-server/channel-server_0.0.1+20110324.orig.tar.gz


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



Accepted cradle 0.3.1+ce7298-2 (source all)

2011-03-26 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Mar 2011 21:51:50 +0100
Source: cradle
Binary: libnode-cradle
Architecture: source all
Version: 0.3.1+ce7298-2
Distribution: unstable
Urgency: low
Maintainer: Debian Javascript Maintainers 
pkg-javascript-de...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 libnode-cradle - high-level, caching, CouchDB client for Node
Changes: 
 cradle (0.3.1+ce7298-2) unstable; urgency=low
 .
   * Package now team-maintained:
 + Set Debian Javascript Maintainers as maintainer.
 + Set myself as uploader.
   * Fix tighten dependency on nodejs to versions with sanely named
 binary.
   * Disable regression tests: requires network access so unsuitable for
 automated builds.
Checksums-Sha1: 
 1f9bb4f9e2aa1ea5e6517d62e3495d3b2dac3e97 1958 cradle_0.3.1+ce7298-2.dsc
 47f03a1db0c4fa925d391c13b4c1f1ed9f55403b 3326 
cradle_0.3.1+ce7298-2.debian.tar.gz
 7264c55571423eda23c5dac375394f620a8587cf 15358 
libnode-cradle_0.3.1+ce7298-2_all.deb
Checksums-Sha256: 
 ea49484ca72d9818f7e15264ab2af57029adac5dabd06e34c4fd563eeae107d2 1958 
cradle_0.3.1+ce7298-2.dsc
 3fd4eb518fe41794de141a8ea1311bfc9364e3bfaf32450231077e4ad653f707 3326 
cradle_0.3.1+ce7298-2.debian.tar.gz
 5cdf16c70b9c470e26b14219302ab95ae9c6992eb9df7efda51d118b23470a01 15358 
libnode-cradle_0.3.1+ce7298-2_all.deb
Files: 
 fccf209f058a64b419572cb20b176197 1958 web optional cradle_0.3.1+ce7298-2.dsc
 4f0c797f9f2292f8305d3f99e0032245 3326 web optional 
cradle_0.3.1+ce7298-2.debian.tar.gz
 0ac2d97c38edc35f629a993158063785 15358 web optional 
libnode-cradle_0.3.1+ce7298-2_all.deb

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

iQIcBAEBCgAGBQJNjlJPAAoJECx8MUbBoAEhHN4P+wZIE2j9Mqg8hOGs3Qwbp75D
uwxMCw/nGx9likr/3cFXMSnlcIl8zJeQcohS1B6OWKJ2KSpVsxuwbwKFQZa5qlc6
IIvUDeryMoPq5Pt34RdfY71kGsZeQcmylhr7QeKV9kzUs9isznJ2J3tzi6mz78NE
WQpnZ7b7sdBDt53GO1T5SSunQDDPFHeC+EflaWgwbIx/sstSmqW8nu4Jhq2wEu8y
U4hNo/5GFq6YSLBtp/38bsYDRaF3eibCKLVqOa8U6Qx8p9JJ/EbbVvMac/U5c6ov
/2i/bl4rmpxPIpxZsbj03W2gIyMUofQSStHj9KaIeNBxmtAqm5PtJzGpVi+DZymE
1GCaeFvav9YQHoq75BdPidpHcspXtnbi9uLHmLqFLTtskf5ZZ4zpK9va7anLzUBd
/muX4i6L0oZsFgAWg80+zKyyY+idLDtQKTI5rMCFLxo3781RBGKHr+neOlp7vhL1
ILMcTXIQZQU66Uzr0+gSQWrVguj4ICOUubzfQ4Q6JCycy1Ql8YGnxrJVd9KufsyH
nlrjCjFsx1n4xijKbYNEvqHtn9IXSYHlziSvWRc0MaWsr56YnQLkSmkjnVrjD59S
uDur0JC7nK9KdbmcBi5OTrzj+I5SNSzcLF13GCqCM33Ajoj9hVWCWq2hUSs/P9ob
ahA4fiXhWdRjSTO7d/nP
=89nO
-END PGP SIGNATURE-


Accepted:
cradle_0.3.1+ce7298-2.debian.tar.gz
  to main/c/cradle/cradle_0.3.1+ce7298-2.debian.tar.gz
cradle_0.3.1+ce7298-2.dsc
  to main/c/cradle/cradle_0.3.1+ce7298-2.dsc
libnode-cradle_0.3.1+ce7298-2_all.deb
  to main/c/cradle/libnode-cradle_0.3.1+ce7298-2_all.deb


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



Accepted ghc 7.0.2-7 (source all amd64)

2011-03-26 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 21:45:53 +0530
Source: ghc
Binary: ghc ghc-prof ghc-doc ghc-dynamic ghc-haddock ghc6 ghc6-doc ghc6-prof
Architecture: source all amd64
Version: 7.0.2-7
Distribution: unstable
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 ghc- The Glasgow Haskell Compilation system
 ghc-doc- Documentation for the Glasgow Haskell Compilation system
 ghc-dynamic - Dynamic libraries for the Glasgow Haskell Compilation system
 ghc-haddock - Documentation tool for annotated Haskell source code
 ghc-prof   - Profiling libraries for the Glasgow Haskell Compilation system
 ghc6   - transitional dummy package
 ghc6-doc   - transitional dummy package
 ghc6-prof  - transitional dummy package
Changes: 
 ghc (7.0.2-7) unstable; urgency=low
 .
   * Upload to unstable
Checksums-Sha1: 
 3c75f4ba1cc80d8a0a9537b4d4ccf63891d0cc4a 1389 ghc_7.0.2-7.dsc
 cdb372f742ce901764c619b85d46c227fe427208 61409 ghc_7.0.2-7.debian.tar.gz
 58581420608274d2241bd44a8dcc9259c5991e8b 3651194 ghc-doc_7.0.2-7_all.deb
 c6a588c489757ef7b72dc0ef082cc8e1c7d1853d 23912 ghc6_7.0.2-7_all.deb
 8f30bab6bbb42fac0256256b1789c2521d6b89a6 24042 ghc6-doc_7.0.2-7_all.deb
 a8a042ea528f683d15a6e7fc7cae8c0668ef19e4 23584 ghc6-prof_7.0.2-7_all.deb
 ffc060c278bf534602f103ed757bfd4de5c1b8e5 40539172 ghc_7.0.2-7_amd64.deb
 d793111f76da14645071160f2614e638f4417d8f 41676880 ghc-prof_7.0.2-7_amd64.deb
 23840f8a059988a86a0103270fb24b94261905c4 18666342 ghc-dynamic_7.0.2-7_amd64.deb
 65056ec9504fc5b6680ba4fe07006b9cb85447e9 5632180 ghc-haddock_7.0.2-7_amd64.deb
Checksums-Sha256: 
 181c1dcf01560bda608a16198d79245fb351b7efd92a9fe740b0dce7f2c0d68a 1389 
ghc_7.0.2-7.dsc
 22df9a524b3976b6144c5be01423c018f4b32d092f0985c6b13575e22480f604 61409 
ghc_7.0.2-7.debian.tar.gz
 c8c2a8bc76feb5094e6b73f1c797e98f26063e4e2e88bdd2a111f51023deae4b 3651194 
ghc-doc_7.0.2-7_all.deb
 d503eed7349c8feab038ff602050cf24259e38bee977e7d11ef23ab8c03ed369 23912 
ghc6_7.0.2-7_all.deb
 49cf2d63f631ca59eb25316eed9d1b47f4a35bc5ee285ae23a283fa1e6b7ccd4 24042 
ghc6-doc_7.0.2-7_all.deb
 5ec177f45eb4db80c0871651d2b4abb60a2efc94b0d72f868873770f9f07cdb1 23584 
ghc6-prof_7.0.2-7_all.deb
 a6d6063cc87ce2407e14099b98d0a8db56eb6e3450df93f80644d48489f88b24 40539172 
ghc_7.0.2-7_amd64.deb
 09798a6c2ddf872c5c6e9e6f272c5827d2a56fc67a2eb65a797fca0301b8dc04 41676880 
ghc-prof_7.0.2-7_amd64.deb
 46c797e599b7a90a9978631105a9dd6419be6539f458cd3562b6cde5ff8776c2 18666342 
ghc-dynamic_7.0.2-7_amd64.deb
 e8ec9bbc5b3ac1d4462e36e4ce040c945aaf8e398819e9804d5a9ca3c0140036 5632180 
ghc-haddock_7.0.2-7_amd64.deb
Files: 
 7957f57410004c3979d38d671ff511ad 1389 haskell extra ghc_7.0.2-7.dsc
 654c0cdfb8c71e0a5ebad10d40e06681 61409 haskell extra ghc_7.0.2-7.debian.tar.gz
 1ae47f9d4ec240268bc2d4599d97532e 3651194 doc extra ghc-doc_7.0.2-7_all.deb
 6e89af5c75b612254a34a6a8738628c3 23912 haskell extra ghc6_7.0.2-7_all.deb
 3cc6f403ba64b1ab81445a13eaecd6c2 24042 doc extra ghc6-doc_7.0.2-7_all.deb
 e2e252957d0e4fa52892d01a9d314cd2 23584 haskell extra ghc6-prof_7.0.2-7_all.deb
 3a4733fd42ff080c4963b4f260eef0d4 40539172 haskell extra ghc_7.0.2-7_amd64.deb
 a373a80708f044bada0b6c0cb51342d8 41676880 haskell extra 
ghc-prof_7.0.2-7_amd64.deb
 c83840c52f1348f6eb0e04579b278bea 18666342 haskell extra 
ghc-dynamic_7.0.2-7_amd64.deb
 6bf855e2d3c05186bba2e00420495da0 5632180 haskell extra 
ghc-haddock_7.0.2-7_amd64.deb

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

iEYEARECAAYFAk2OU7oACgkQ9ijrk0dDIGz6VQCfXmVgy4kK8v4uXQFG5z9BhoA9
/9YAoMarSmcshD713p2KqhiQ3te4xDm+
=A8gJ
-END PGP SIGNATURE-


Accepted:
ghc-doc_7.0.2-7_all.deb
  to main/g/ghc/ghc-doc_7.0.2-7_all.deb
ghc-dynamic_7.0.2-7_amd64.deb
  to main/g/ghc/ghc-dynamic_7.0.2-7_amd64.deb
ghc-haddock_7.0.2-7_amd64.deb
  to main/g/ghc/ghc-haddock_7.0.2-7_amd64.deb
ghc-prof_7.0.2-7_amd64.deb
  to main/g/ghc/ghc-prof_7.0.2-7_amd64.deb
ghc6-doc_7.0.2-7_all.deb
  to main/g/ghc/ghc6-doc_7.0.2-7_all.deb
ghc6-prof_7.0.2-7_all.deb
  to main/g/ghc/ghc6-prof_7.0.2-7_all.deb
ghc6_7.0.2-7_all.deb
  to main/g/ghc/ghc6_7.0.2-7_all.deb
ghc_7.0.2-7.debian.tar.gz
  to main/g/ghc/ghc_7.0.2-7.debian.tar.gz
ghc_7.0.2-7.dsc
  to main/g/ghc/ghc_7.0.2-7.dsc
ghc_7.0.2-7_amd64.deb
  to main/g/ghc/ghc_7.0.2-7_amd64.deb


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



Accepted jansi-native 1.0-2 (source all)

2011-03-26 Thread Miguel Landaeta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 21 Mar 2011 19:23:31 -0430
Source: jansi-native
Binary: libjansi-native-java
Architecture: source all
Version: 1.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Miguel Landaeta mig...@miguel.cc
Description: 
 libjansi-native-java - Java library that allows to use ANSI escape sequences - 
Native
Closes: 618298
Changes: 
 jansi-native (1.0-2) unstable; urgency=low
 .
   * Update watch file.
   * Remove dependency on default-jre-headless in order to comply with
 Debian Java policy. (Closes: #618298).
Checksums-Sha1: 
 34c7134f173c549fd25e428f13444a787b0a8208 1965 jansi-native_1.0-2.dsc
 9cd5b47fa55e525550900f2ce62136c2796fcc08 1993 jansi-native_1.0-2.debian.tar.gz
 e3a702115d4ee98fd7148c1e78718e277020e1ff 21798 
libjansi-native-java_1.0-2_all.deb
Checksums-Sha256: 
 ef9d13ceaa26b491609376ba59d3b169f2c20cb46816a672fbfa17ee360bbe0f 1965 
jansi-native_1.0-2.dsc
 c23b08f6fe6c5827a2601ea72f512041a3cd480bae02785ff1588edacc9834e9 1993 
jansi-native_1.0-2.debian.tar.gz
 0b8f970f188796cbb1c28731651dbf0127d12afbedb3e38a085ec1269ecbbcad 21798 
libjansi-native-java_1.0-2_all.deb
Files: 
 8ad9301c52953353cfbf4c0204504e8b 1965 java optional jansi-native_1.0-2.dsc
 329dfdb8e089e0f32d226b1fab971dfd 1993 java optional 
jansi-native_1.0-2.debian.tar.gz
 80e8e44a6ae827cb60f75d07a2b23ddf 21798 java optional 
libjansi-native-java_1.0-2_all.deb

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

iQIcBAEBAgAGBQJNjjq4AAoJECHSBYmXSz6W2QQP/0T4sNRfItheHgtxR9c0Rw88
WIJlJwzYoI5ZI4AqLkYQoPj8J2O0WVmyOT+HRpF2e71yfMZ8ceAXbIyPhBFcLhSY
Dp54/v9ltXVVSIQzaUmB7/tqQP2IHgOcgCK0spyb/X5ZC15CdJIanM0/KvvYO5rM
/7n+lgv6ckNOOlhcJHTutIoGCpKW9YVWj1Dtbb4yxwwhGWDJXSQOiehOZCckQd86
+EVjUqLOzDr+Y/Jo8vg7kMIVluDectW0AAHSd1kWnIS+czA3gPUIclm1lQ7Af23p
vp24d189hSgBwohzWvHM2mSxJ8SKXqLxjgbTTgf44dHprtOxv3E+EooTVmONdRjK
iKpkWxFBVIGrLSLN8YJRNmj/+KBxMrUOOnfOifVefOVAbu6smY6PocmjWQpizrfj
yBlWiUyHak6mcMQgHg+xM1H+vl6C7zb8tFsvEh0QI8X5WR4aAHDT9d5oZoWF4bPT
tomNxKX6lDfMJi84HzkwzFIWWNENnw/slXEkIIm/8bKioEIuGPuCNnlJZFl/XcSW
YQQ46MZ9PvVp065SOuGYgXlhp5qTSUgnjKNVwwSaDgpYQ/Pm9/iTYmTWr2lGyZuN
xNRyOROJqw1K78OQjJ1Kyb3NtFLq27OTt31LmRycIFidNg9EO9A0Z2YeFZywOb6H
jUrhNYThHswbOdosm2V7
=5lzi
-END PGP SIGNATURE-


Accepted:
jansi-native_1.0-2.debian.tar.gz
  to main/j/jansi-native/jansi-native_1.0-2.debian.tar.gz
jansi-native_1.0-2.dsc
  to main/j/jansi-native/jansi-native_1.0-2.dsc
libjansi-native-java_1.0-2_all.deb
  to main/j/jansi-native/libjansi-native-java_1.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
Archive: http://lists.debian.org/e1q3ang-0001b8...@franck.debian.org



Accepted librest 0.7.8-1 (source i386 all)

2011-03-26 Thread PaulLiu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 27 Mar 2011 03:11:57 +0800
Source: librest
Binary: librest-0.7-0 librest-0.7-0-dbg librest-dev gir1.2-rest-0.7 librest-doc 
librest-extras-0.7-0 librest-extras-dev gir1.2-rest-extras-0.7
Architecture: source i386 all
Version: 0.7.8-1
Distribution: unstable
Urgency: low
Maintainer: Ying-Chun Liu (PaulLiu) paul...@debian.org
Changed-By: Ying-Chun Liu (PaulLiu) paul...@debian.org
Description: 
 gir1.2-rest-0.7 - REST service access library (introspection files)
 gir1.2-rest-extras-0.7 - REST service access library extra components 
(introspectionfiles)
 librest-0.7-0 - REST service access library
 librest-0.7-0-dbg - REST service access library (Debug files)
 librest-dev - REST service access library (development headers)
 librest-doc - REST service access library (documentation)
 librest-extras-0.7-0 - REST service access library extra components
 librest-extras-dev - REST service access library extra components (development 
headers
Closes: 616679 618056
Changes: 
 librest (0.7.8-1) unstable; urgency=low
 .
   * New upstream release
   * Remove fix-missing-libs-binutils-gold.patch: upstreamed (Closes: #618056)
 .
 librest (0.7.6-1) experimental; urgency=low
 .
   * New upstream release
   * Update fix-missing-libs-binutils-gold.patch.
   * Bump librest-0.7-0.shlibs (Closes: #616679)
   * Update debian/copyright to DEP-5 version 173 format
Checksums-Sha1: 
 5e46e3b922d089eceeddf34ce01b0ee77ada9e8e 2048 librest_0.7.8-1.dsc
 e0440da29d604bceafc4d18b99ef5b2b20e1f501 357560 librest_0.7.8.orig.tar.bz2
 1ece0127c092cb2cb7744bc1fd194e9f3942e5f9 5811 librest_0.7.8-1.debian.tar.gz
 d8ee4c93061e3c6d23e273d6359337f2e81c638c 28928 librest-0.7-0_0.7.8-1_i386.deb
 e9a60cc101cfdad8eb261c702620fe7255300881 86872 
librest-0.7-0-dbg_0.7.8-1_i386.deb
 105d1acfb05e211c4de9726e35d15b4dd735df5b 28936 librest-dev_0.7.8-1_i386.deb
 4b0cf62710d57382c457405e6c5a168083d7edb9 8700 gir1.2-rest-0.7_0.7.8-1_i386.deb
 35fd3cff12c7edd2f232bab83c89ce851aadf80b 40328 librest-doc_0.7.8-1_all.deb
 51382c2562589300a7075d480a083b260121982d 14924 
librest-extras-0.7-0_0.7.8-1_i386.deb
 5ee952d8c1746a5a4c4826181ba04bad2d889bb5 7424 
librest-extras-dev_0.7.8-1_i386.deb
 d664efe0549cfa29724fbbd77aa8331bc3d4785c 5030 
gir1.2-rest-extras-0.7_0.7.8-1_i386.deb
Checksums-Sha256: 
 d5aa22eb2d6601a84070a7642833dcd03669d7807533bd45e099454f059c372b 2048 
librest_0.7.8-1.dsc
 39b53ef984e90636afeda05c38d238f2371c83a55fdbb3f699f878a7afb879c4 357560 
librest_0.7.8.orig.tar.bz2
 68c59e95f0edc47d9d21062d7e7d9fdacd66cd63098dc891ae7597f65fb93bfc 5811 
librest_0.7.8-1.debian.tar.gz
 a93a62e7dc23196fdc5c0bd34fc5b05b33394c69752d44cb2dce06ee52f8d030 28928 
librest-0.7-0_0.7.8-1_i386.deb
 ce2cc655602151c8d9e3a75e052761f2a154d6d5da29145e1eee7fa7e440f067 86872 
librest-0.7-0-dbg_0.7.8-1_i386.deb
 3557d32b5d32a2c6acf595896025970bb60980c15f1f33d4eb681c0c713bfabe 28936 
librest-dev_0.7.8-1_i386.deb
 96b41952c27fe1ed713c862d51b7bb69396f0b02640b8f4ae1b5b7315f49 8700 
gir1.2-rest-0.7_0.7.8-1_i386.deb
 8358ff9ad96da2f39649088d184ffd9d783dbe5bce70f9418f0f746927695347 40328 
librest-doc_0.7.8-1_all.deb
 c562684e2a6658ee7785ae30aa5ab516980e6cdc1c16feeddf96701dbf866a0b 14924 
librest-extras-0.7-0_0.7.8-1_i386.deb
 33011657d844218c15c6b5c137daf6f3a6dd24b110431edbc210e7604cbf007e 7424 
librest-extras-dev_0.7.8-1_i386.deb
 7eb3930c1121904dddb79b24aa57ddcfdf2ab8bcd1efcd848767a4f870789b6e 5030 
gir1.2-rest-extras-0.7_0.7.8-1_i386.deb
Files: 
 a8123fb08a7cc371414ec2eca98b329f 2048 libs optional librest_0.7.8-1.dsc
 467f0d47bfd7ff353132d17b69ab1830 357560 libs optional 
librest_0.7.8.orig.tar.bz2
 c6d7db1ae45d46d49271538fdad6ccf2 5811 libs optional 
librest_0.7.8-1.debian.tar.gz
 a0d33dcac2e071180ee5998fb8342d07 28928 libs optional 
librest-0.7-0_0.7.8-1_i386.deb
 24475fb56eb49a6f92a79f2767b02175 86872 debug extra 
librest-0.7-0-dbg_0.7.8-1_i386.deb
 8c2b06b1aaa20967a8b59e7e30a5a782 28936 libdevel optional 
librest-dev_0.7.8-1_i386.deb
 e8b476bd57718d2f39bb52c41c183c1a 8700 libs optional 
gir1.2-rest-0.7_0.7.8-1_i386.deb
 fa2445f1795191c50775f841c919d23c 40328 doc optional librest-doc_0.7.8-1_all.deb
 9c0942347bea091ae208869410947476 14924 libs optional 
librest-extras-0.7-0_0.7.8-1_i386.deb
 20e6f6fbff39a5634337f98dff735415 7424 libdevel optional 
librest-extras-dev_0.7.8-1_i386.deb
 1390dba019a7b7ab8225ab9b5550c235 5030 libs optional 
gir1.2-rest-extras-0.7_0.7.8-1_i386.deb

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

iQIcBAEBCgAGBQJNjkroAAoJEPgLgUbQQog2AqYP/35jyrQPI6JGkovL6WzH+xRV
uSQTTlMJfsf7Cy2AH+9y6UzhSbzg0Y+NC8vFJtoiOv64w4wf2bcXQGEHG5qm+I+x
8Ok5jJ0TyWNrDWryxF0EiIl0aESkAUI9tHvvhBwSndx+2AYsHQYTjmDKlVuShee8
MJ+WTY7ZDV7DSM8216mLkV5wQzd/eOcRHc0/NrmJdQrpWyKcCslIh4kyk7hlZId+
V/raD8qVimf6xafsULtgwTNrJYywgjqa98cHaJGB64BY/VwOiUAdgv4N3V9Jy0Yt
vE+1Yzx+zdvNLR1DvAuUomBiiImEJQTLMdfVA8L3kiur3pGVodVz4PLmo5j2rKM/
tos1TrgDmlDQBfqn1RKbPn/VT23S750t6sUj8dofHXVz5YQWPztdTp5RUqWkWrRG

Accepted martian-modem 20080625-2 (source i386)

2011-03-26 Thread Ulises Vitulli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 04:10:25 -0300
Source: martian-modem
Binary: martian-modem martian-modem-source
Architecture: source i386
Version: 20080625-2
Distribution: unstable
Urgency: low
Maintainer: Ulises Vitulli der...@debian.org
Changed-By: Ulises Vitulli der...@debian.org
Description: 
 martian-modem - ltmodem alternative driver providing support for Agere WinModem
 martian-modem-source - Source for the martian-modem driver
Closes: 613773 613896
Changes: 
 martian-modem (20080625-2) unstable; urgency=low
 .
   * The 'Thats-was-nicee' dupload.
   * Use a hidden daemon's feature to allow custom mode, enabling regular
  non-root users to dial-out through dialout group (Closes: #613773).
   * Depends on debhelper, fixes a build-dep issue on building the custom kernel
  module (Closes: #613896).
   * Switch package format to 3.0 (quilt).
   * Cleaning redundant build-deps (since we use quilt source format).
   * Update Standard-version to 3.9.1 (no changes needed).
Checksums-Sha1: 
 f9f46e9a77582206a6ac2285df711efce84b2029 1800 martian-modem_20080625-2.dsc
 c38b19031f3c2ea3c5e4655c8b2475cd160879bc 10811 
martian-modem_20080625-2.debian.tar.gz
 d1052c2c9c48edd7bbda26fbd76ccd0497e2a436 280148 
martian-modem_20080625-2_i386.deb
 af88fe722f49f1f55185b17ca5516288d96fbb5d 31072 
martian-modem-source_20080625-2_i386.deb
Checksums-Sha256: 
 534e6377069e57bfc51cc03afb54e7b3ec675bafa111de432f0e5a51e7972b27 1800 
martian-modem_20080625-2.dsc
 2a6451f83088afadca2449ed43262a132a0b15966d5d79151c47f9cf5ae3e51b 10811 
martian-modem_20080625-2.debian.tar.gz
 7631cc1147082e961661c53b5b10fe98399a53ff70b182678d864095cc6b262d 280148 
martian-modem_20080625-2_i386.deb
 80ddd6008b1603432e9d573a59d873077a082ebb6f736a6e2dcec830e68d4748 31072 
martian-modem-source_20080625-2_i386.deb
Files: 
 de7d0a28f5fa79f6e1152a3b5656fb32 1800 non-free/net optional 
martian-modem_20080625-2.dsc
 952076d3ac9ca741739709892b0517e2 10811 non-free/net optional 
martian-modem_20080625-2.debian.tar.gz
 d6197131657ca032a87752a2484c54c6 280148 non-free/net optional 
martian-modem_20080625-2_i386.deb
 f8403baacd7928aae8ff63bd22f4ef75 31072 non-free/net optional 
martian-modem-source_20080625-2_i386.deb

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

iQIcBAEBCAAGBQJNjfYuAAoJEGin9OG0lUUKwHUQAIGIda8oOzNZgdtcnEH6z3uO
tNdDH/zB1XpA3EJ6KE5T36rAqpCPXQqLz7MwJvSaQ6pbhznxbSebLvdMFvhaYiB9
BkKJCCIVeYoCG54FPYAGmhDMMoCZODm/6OTUWIZKiLiPGG6bof+YyWdLFpeyMqqN
jQ6FHOnBQcoV5A4LVzZZCp9OQUR/TcgOP67fwRavRp10oMlbb93nsGzhXggfEqBB
ydHvM7xNpr+T3yB8R5jTxKNCo2/NrotSMmf8Wq4YAORS2BSPBecajoSQ6Lsn6jut
G6JPFwLU1+JeEwj/Mi9htX5slM86OL9ucKjF6BsKzU6MlbUMRRPi6rQQqR9QNDtk
NqHMCzySgxWpdsh71oYRBn45w3pLe0DZZg7tgDpVLeJ4QMwME0oYPG1qQlh7pKMe
4Fb8MvEyTjnE+9UsAJunJTcBr6OyFAj4K6hfAgbqn5CIqucMMWDW4J2K5DFeijEz
E/koDqS7beI0TbJXbF/k/4jFUu4/yhVAV3hKEQY17S1hq8655Q5jVrYOhaCPRffY
1sQB/d0Ipl+tmyl3s6Pw2Wpr7/G+A9lFsjXvAZGxzPs3rfbw+NBNLQtI+IZSu8Oe
XDEd2FCpMIOMeT4Wf+U4uYjMBHOW2LXYFVkfdPl0sza3n2jxOebytQPSy1JoYGCF
bU1XsO1YwUvY31E9qKWz
=FIG3
-END PGP SIGNATURE-


Accepted:
martian-modem-source_20080625-2_i386.deb
  to non-free/m/martian-modem/martian-modem-source_20080625-2_i386.deb
martian-modem_20080625-2.debian.tar.gz
  to non-free/m/martian-modem/martian-modem_20080625-2.debian.tar.gz
martian-modem_20080625-2.dsc
  to non-free/m/martian-modem/martian-modem_20080625-2.dsc
martian-modem_20080625-2_i386.deb
  to non-free/m/martian-modem/martian-modem_20080625-2_i386.deb


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



Accepted mongodb 1:1.8.0-1 (source amd64)

2011-03-26 Thread Antonin Kral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Mar 2011 00:10:27 +0100
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients mongodb-dev
Architecture: source amd64
Version: 1:1.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral a.k...@sh.cvut.cz
Changed-By: Antonin Kral a.k...@sh.cvut.cz
Description: 
 mongodb- An object/document-oriented database (metapackage)
 mongodb-clients - An object/document-oriented database (client apps)
 mongodb-dev - An object/document-oriented database (development)
 mongodb-server - An object/document-oriented database (server package)
Changes: 
 mongodb (1:1.8.0-1) unstable; urgency=low
 .
   * Upstream 1.8.0
 http://blog.mongodb.org/post/3903149313/mongodb-1-8-released
Checksums-Sha1: 
 593b82871c5843f92d392877ca53c39a7479a479 1511 mongodb_1.8.0-1.dsc
 3a621022a40573a797a28a4f1e248875be26fe14 1708679 mongodb_1.8.0.orig.tar.gz
 9e984df50b3171dd638170d0ade2745c62f5e141 16560 mongodb_1.8.0-1.debian.tar.gz
 163d1433bb589dbce8ff3a5a4c57b037e4211595 13348 mongodb_1.8.0-1_amd64.deb
 1fc480669f1aeef89b94e59fb98e6a1426bec5e0 3858324 
mongodb-server_1.8.0-1_amd64.deb
 fbcdce5a647e7ad969c1c2b022246f7723b408cf 15466108 
mongodb-clients_1.8.0-1_amd64.deb
 5ef62132de9ba4ebcbc243bcdc31089ead5cf7ba 1814144 mongodb-dev_1.8.0-1_amd64.deb
Checksums-Sha256: 
 6b68630bdde8d1ecfa3ad7e7a4c8a2762c3b5006a56ba5410eff555af65c57e0 1511 
mongodb_1.8.0-1.dsc
 6f62f46ab0b4648f1d0312deeb407f579eea3354c5d38e13da2ad29d7c7da1ae 1708679 
mongodb_1.8.0.orig.tar.gz
 7febe9096bfa3292462fc460536f641795f6aaff3143b27bf57fd34ebf8433bb 16560 
mongodb_1.8.0-1.debian.tar.gz
 3874e523e7d58f1f65429f79d106cd2a48d2b291a3e7ffd06281a29997504144 13348 
mongodb_1.8.0-1_amd64.deb
 bd1c4f2d23ef4ef6df52ef2e0d6bc9e078b1818b190fd8e4d427dc03bb149b17 3858324 
mongodb-server_1.8.0-1_amd64.deb
 34cb2a77f8c37b6dea204c3f7207703e31b7ccc6798fb4ce49bd85e9c55a568c 15466108 
mongodb-clients_1.8.0-1_amd64.deb
 4d0d97b83cc70f6944f75c9c8e562ebf80a23ecbedfc7ee7bc16f2922f4eadd1 1814144 
mongodb-dev_1.8.0-1_amd64.deb
Files: 
 59656228920d6ce26e44a9f870dd7303 1511 database optional mongodb_1.8.0-1.dsc
 6f9444a3502ec3e1ea8340872f7d9d1d 1708679 database optional 
mongodb_1.8.0.orig.tar.gz
 181e1c3afdce88254cb6f1db4dcb3d26 16560 database optional 
mongodb_1.8.0-1.debian.tar.gz
 29cbbf9042d8ef67f6d79176cf405c3b 13348 database optional 
mongodb_1.8.0-1_amd64.deb
 fa75fe71ce6dae312d68a243d6514dd9 3858324 database optional 
mongodb-server_1.8.0-1_amd64.deb
 b89ef4393eb4134731be97a53c6130a7 15466108 database optional 
mongodb-clients_1.8.0-1_amd64.deb
 46bae9d625f77350e150ed950b3a3aca 1814144 libdevel optional 
mongodb-dev_1.8.0-1_amd64.deb

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

iEYEARECAAYFAk2ORRkACgkQluuhBRvyMFqPvQCfYj94moUzzYKm/6+fvjal4PSj
UkIAnRxNES7fel8TFMWnnM6Lq7IVZPwd
=EMUK
-END PGP SIGNATURE-


Accepted:
mongodb-clients_1.8.0-1_amd64.deb
  to main/m/mongodb/mongodb-clients_1.8.0-1_amd64.deb
mongodb-dev_1.8.0-1_amd64.deb
  to main/m/mongodb/mongodb-dev_1.8.0-1_amd64.deb
mongodb-server_1.8.0-1_amd64.deb
  to main/m/mongodb/mongodb-server_1.8.0-1_amd64.deb
mongodb_1.8.0-1.debian.tar.gz
  to main/m/mongodb/mongodb_1.8.0-1.debian.tar.gz
mongodb_1.8.0-1.dsc
  to main/m/mongodb/mongodb_1.8.0-1.dsc
mongodb_1.8.0-1_amd64.deb
  to main/m/mongodb/mongodb_1.8.0-1_amd64.deb
mongodb_1.8.0.orig.tar.gz
  to main/m/mongodb/mongodb_1.8.0.orig.tar.gz


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



Accepted nss-pam-ldapd 0.8.2 (source i386)

2011-03-26 Thread Arthur de Jong
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 19:00:00 +0100
Source: nss-pam-ldapd
Binary: nslcd libnss-ldapd libpam-ldapd
Architecture: source i386
Version: 0.8.2
Distribution: experimental
Urgency: low
Maintainer: Arthur de Jong adej...@debian.org
Changed-By: Arthur de Jong adej...@debian.org
Description: 
 libnss-ldapd - NSS module for using LDAP as a naming service
 libpam-ldapd - PAM module for using LDAP as an authentication service
 nslcd  - Daemon for NSS and PAM lookups using LDAP
Closes: 610117 617452 618795
Changes: 
 nss-pam-ldapd (0.8.2) experimental; urgency=low
 .
   * fix problem with endless loop on incorrect password
   * fix definition of HOST_NAME_MAX (closes: #618795) and fall back to
 _POSIX_HOST_NAME_MAX
   * ignore password change requests for users not in LDAP (closes: #617452)
   * many clean-ups to the tests and added some new tests including some
 integration tests for the PAM functionality
   * some smaller code clean-ups and improvements
   * improvements to pynslcd, including implementations for service, protocol
 and rpc lookups
   * implement a validnames option that can be used to filter valid user and
 group names using a regular expression
   * integrate patch by Daniel Dehennin to not loose debconf values of
 previously set options with dpkg-reconfigure (closes: #610117)
   * improvements to the way nslcd shuts down with hanging worker threads
Checksums-Sha1: 
 087345275c35273dbab65b9271a80369e177be22 1102 nss-pam-ldapd_0.8.2.dsc
 26d0b5de64bef9c189c707f700973c41806b3079 526142 nss-pam-ldapd_0.8.2.tar.gz
 18c5c5373c56faf43c46af1f9eefcb0b6ebe57a9 128854 nslcd_0.8.2_i386.deb
 b48ce47ac3b17af95e5bc34ea59f903611875fc7 45542 libnss-ldapd_0.8.2_i386.deb
 418182cd411849d03b676dad76401911a3e2bbfa 39234 libpam-ldapd_0.8.2_i386.deb
Checksums-Sha256: 
 ab1554655927cf5be32aee4b850eedc741ebc7cb52891c86cd0638c1a36fd494 1102 
nss-pam-ldapd_0.8.2.dsc
 481b274213cf6354f103dace2c6a88cf2e90721bd67a946bd1f1e9f8f8d17e8e 526142 
nss-pam-ldapd_0.8.2.tar.gz
 05022c3d24d227da9ba136c667fb402e16952b1987539d649ad5a1452b6f6198 128854 
nslcd_0.8.2_i386.deb
 561d7ea224c9b52b4b3b57ed27dd346eb350daade3c90bf98f81bf614520e55c 45542 
libnss-ldapd_0.8.2_i386.deb
 95180184535714c7a911b74e8561f08d23b78ecd126a56790f219cf38fc50c1c 39234 
libpam-ldapd_0.8.2_i386.deb
Files: 
 030cbc92290f84752d664284ff6c93a1 1102 admin extra nss-pam-ldapd_0.8.2.dsc
 a063797dae3c63c46faa85908aa856d2 526142 admin extra nss-pam-ldapd_0.8.2.tar.gz
 cde59c6672dd212208f9ec2cdf24d28c 128854 admin extra nslcd_0.8.2_i386.deb
 5a0cbf48ee185cc6a390326abf80af79 45542 admin extra libnss-ldapd_0.8.2_i386.deb
 4c6fb8fcc23697d0645e55ef58e0552b 39234 admin extra libpam-ldapd_0.8.2_i386.deb

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

iEYEARECAAYFAk2OUlkACgkQVYan35+NCKeQAACg5+b9wYXfszloHlBHVIB4KPIw
hzoAoOf8I2tTUY7057m/s8utf4/G2BxT
=QFjn
-END PGP SIGNATURE-


Accepted:
libnss-ldapd_0.8.2_i386.deb
  to main/n/nss-pam-ldapd/libnss-ldapd_0.8.2_i386.deb
libpam-ldapd_0.8.2_i386.deb
  to main/n/nss-pam-ldapd/libpam-ldapd_0.8.2_i386.deb
nslcd_0.8.2_i386.deb
  to main/n/nss-pam-ldapd/nslcd_0.8.2_i386.deb
nss-pam-ldapd_0.8.2.dsc
  to main/n/nss-pam-ldapd/nss-pam-ldapd_0.8.2.dsc
nss-pam-ldapd_0.8.2.tar.gz
  to main/n/nss-pam-ldapd/nss-pam-ldapd_0.8.2.tar.gz


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



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

2011-03-26 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 10:43:49 +0100
Source: openjdk-6
Binary: openjdk-6-jdk openjdk-6-jre-headless openjdk-6-jre openjdk-6-jre-lib 
openjdk-6-demo openjdk-6-source openjdk-6-doc openjdk-6-dbg icedtea-6-jre-cacao 
icedtea-6-jre-jamvm openjdk-6-jre-zero
Architecture: source amd64 all
Version: 6b22-1.10.1~pre1-1
Distribution: experimental
Urgency: low
Maintainer: OpenJDK Team open...@lists.launchpad.net
Changed-By: Matthias Klose d...@ubuntu.com
Description: 
 icedtea-6-jre-cacao - Alternative JVM for OpenJDK, using Cacao
 icedtea-6-jre-jamvm - Alternative JVM for OpenJDK, using JamVM
 openjdk-6-dbg - Java runtime based on OpenJDK (debugging symbols)
 openjdk-6-demo - Java runtime based on OpenJDK (demos and examples)
 openjdk-6-doc - OpenJDK Development Kit (JDK) documentation
 openjdk-6-jdk - OpenJDK Development Kit (JDK)
 openjdk-6-jre - OpenJDK Java runtime, using ${vm:Name}
 openjdk-6-jre-headless - OpenJDK Java runtime, using ${vm:Name} (headless)
 openjdk-6-jre-lib - OpenJDK Java runtime (architecture independent libraries)
 openjdk-6-jre-zero - Alternative JVM for OpenJDK, using Zero/Shark
 openjdk-6-source - OpenJDK Development Kit (JDK) source files
Changes: 
 openjdk-6 (6b22-1.10.1~pre1-1) experimental; urgency=low
 .
   *  Upload to experimental.
Checksums-Sha1: 
 7388f6dbb4961039658f17a0ca10a9c89a29a599 2380 openjdk-6_6b22-1.10.1~pre1-1.dsc
 ea36d976afc57fa7827252f5a716c9cc663a642f 74215918 
openjdk-6_6b22-1.10.1~pre1.orig.tar.gz
 10bf4f99415b3055b4632435c03bec1fee910581 133543 
openjdk-6_6b22-1.10.1~pre1-1.diff.gz
 69736b3b8e24928b58bc56d357a64d30f50e05f9 11107604 
openjdk-6-jdk_6b22-1.10.1~pre1-1_amd64.deb
 0335584ab80a1c9e5a4872c8c88bfd8d815cc444 25401858 
openjdk-6-jre-headless_6b22-1.10.1~pre1-1_amd64.deb
 3a6780e763a2d7ea7a33e9dcd84ed86bc5246d25 235830 
openjdk-6-jre_6b22-1.10.1~pre1-1_amd64.deb
 1bf780f2ff63a29ce9b87065d2d67f77cd089508 2342354 
openjdk-6-demo_6b22-1.10.1~pre1-1_amd64.deb
 cfd98eb9a6b1d24422a1ddba79c2d56c2cb023c8 90079822 
openjdk-6-dbg_6b22-1.10.1~pre1-1_amd64.deb
 d30ce11b7b97e778802672b6d26428806f226b1f 445150 
icedtea-6-jre-cacao_6b22-1.10.1~pre1-1_amd64.deb
 2068f85a7248f7b745d84568173326bb0095021c 517712 
icedtea-6-jre-jamvm_6b22-1.10.1~pre1-1_amd64.deb
 6132c7c731f2bb98cd6da40ad4537241110cc764 2330684 
openjdk-6-jre-zero_6b22-1.10.1~pre1-1_amd64.deb
 754a5f95a9a7b54517fe191fe146d251d01bddc2 5923944 
openjdk-6-jre-lib_6b22-1.10.1~pre1-1_all.deb
 ed18c81706369baf6a69bcd172de47057aed19d1 40844818 
openjdk-6-source_6b22-1.10.1~pre1-1_all.deb
 2939f8d3e3ee203d7d65045d4568aa2dc308224e 20541210 
openjdk-6-doc_6b22-1.10.1~pre1-1_all.deb
Checksums-Sha256: 
 ab0526c6e7cc729d29a751ebf470d7378b78261cf5c5fc690736e19a9f5f517f 2380 
openjdk-6_6b22-1.10.1~pre1-1.dsc
 143e923c7a4933a7ebc63f0073f176767aaff8c947212de214fd637ea5b4ca25 74215918 
openjdk-6_6b22-1.10.1~pre1.orig.tar.gz
 a3fa9284a4d4fb7933eca45b01995b802d081e23b844fbc1784696f82f659067 133543 
openjdk-6_6b22-1.10.1~pre1-1.diff.gz
 6308f1301e45c8084592ca65419ee7c7200cb16055fc6e81933bde71b5b2a50e 11107604 
openjdk-6-jdk_6b22-1.10.1~pre1-1_amd64.deb
 ae7ef7ba7c8c320d441925f46f3182e56082f6d711bdcae694afa5188c639103 25401858 
openjdk-6-jre-headless_6b22-1.10.1~pre1-1_amd64.deb
 8b1dc989ccd5ca2a1e9ed43f3c336fa8556d51b3046966af257e8062ca104f2f 235830 
openjdk-6-jre_6b22-1.10.1~pre1-1_amd64.deb
 fa827f6489b96cce48ad2eeb9b1367bf84ed34276987cb9acfbd1a76bcc93b83 2342354 
openjdk-6-demo_6b22-1.10.1~pre1-1_amd64.deb
 d684cc2d8c868b935b2d5dfc9ef7c921db03fb2584e7f0dc20d390f146dc8d96 90079822 
openjdk-6-dbg_6b22-1.10.1~pre1-1_amd64.deb
 dbb7733b3cb6fe420dffb7bd5e6e24238e27b6fa9321fb02f3c8c5b1b2782c25 445150 
icedtea-6-jre-cacao_6b22-1.10.1~pre1-1_amd64.deb
 d7a8cec83c9c9d6530d25138de3ebfc806820ae2d0fe12558924aa8229c4 517712 
icedtea-6-jre-jamvm_6b22-1.10.1~pre1-1_amd64.deb
 7ac040e6298a064adfb6b6976b5cb3597862004cf0bd787455baab03d73c6d83 2330684 
openjdk-6-jre-zero_6b22-1.10.1~pre1-1_amd64.deb
 32bc20d21f60f1ead3b57e6d7d27b022863c2c781171e8c245aaad6705e01d99 5923944 
openjdk-6-jre-lib_6b22-1.10.1~pre1-1_all.deb
 e86bff54cba5513f36ba4d90d62ef807106bc58f29edf5918fdccd54248ee175 40844818 
openjdk-6-source_6b22-1.10.1~pre1-1_all.deb
 82c1cdc7dedf04f8665936927bb193a52387eceb1e762dffd25eae4e6c0c01de 20541210 
openjdk-6-doc_6b22-1.10.1~pre1-1_all.deb
Files: 
 544a65849693f883302d33afef3062ad 2380 java optional 
openjdk-6_6b22-1.10.1~pre1-1.dsc
 1cddd2559fded3eaf006c748c092639e 74215918 java optional 
openjdk-6_6b22-1.10.1~pre1.orig.tar.gz
 75e348a40e929711038b797033a06433 133543 java optional 
openjdk-6_6b22-1.10.1~pre1-1.diff.gz
 04a629323b63abfd7e703c734a3162e1 11107604 java optional 
openjdk-6-jdk_6b22-1.10.1~pre1-1_amd64.deb
 123b56658449e15b5a87e4a938d30ac3 25401858 java optional 
openjdk-6-jre-headless_6b22-1.10.1~pre1-1_amd64.deb
 0bf263bd3b53789dc30c832956ea43c1 235830 java optional 
openjdk-6-jre_6b22-1.10.1~pre1-1_amd64.deb
 50641c02b5f5a95013d7592523d4161a 2342354 java 

Accepted plasma-widget-cwp 1.5.1-1 (source amd64)

2011-03-26 Thread Boris Pek
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Tue, 22 Mar 2011 07:12:12 +0200
Source: plasma-widget-cwp
Binary: plasma-widget-cwp
Architecture: source amd64
Version: 1.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Boris Pek tehnic...@mail.ru
Changed-By: Boris Pek tehnic...@mail.ru
Description: 
 plasma-widget-cwp - Customizable Weather Plasmoid (CWP)
Changes: 
 plasma-widget-cwp (1.5.1-1) unstable; urgency=low
 .
   * Update to stable release 1.5.1.
Checksums-Sha1: 
 38c8010a25e5785234bdc6e5cb3e458f2c46b93c 1212 plasma-widget-cwp_1.5.1-1.dsc
 e8ac17467e60941526b516e038784b7fbbfbd9d3 296762 
plasma-widget-cwp_1.5.1.orig.tar.gz
 3bf09e0cc6882abb17ca9650ead382f0bb9b7047 2865 
plasma-widget-cwp_1.5.1-1.debian.tar.gz
 c69ba9451939e70fac2ef1d931f9e730a2dd36f0 376384 
plasma-widget-cwp_1.5.1-1_amd64.deb
Checksums-Sha256: 
 73a8d9b375fd1620683649c00850945d24dcb9689489d98198bc04f438da33db 1212 
plasma-widget-cwp_1.5.1-1.dsc
 6c435f3bbbd862f1f7a6e34692cc695c6782534020097cf5f8b2d368e5779d32 296762 
plasma-widget-cwp_1.5.1.orig.tar.gz
 c92fff4bacb4fa7d94caed1846fda9a26708cc43f3d394bbe26f6194da2de919 2865 
plasma-widget-cwp_1.5.1-1.debian.tar.gz
 80751820d392f271b326bb6fcc5f2ee350b5b63b798b62843c1cd62605d90f8f 376384 
plasma-widget-cwp_1.5.1-1_amd64.deb
Files: 
 548051ee499b622452f12dcde528639c 1212 kde extra plasma-widget-cwp_1.5.1-1.dsc
 6bf74007ee8d947c302a02c1f0332866 296762 kde extra 
plasma-widget-cwp_1.5.1.orig.tar.gz
 96aba917333cc3e750bc518a82916842 2865 kde extra 
plasma-widget-cwp_1.5.1-1.debian.tar.gz
 6f738b170f8c7c815be059aad829b7fc 376384 kde extra 
plasma-widget-cwp_1.5.1-1_amd64.deb

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

iEYEAREDAAYFAk2OQ9MACgkQq4wAz/jiZTc7LQCg2ycR2ybI9sw8IWSW3eHwGKAF
CKkAoN6SvIRb+Ax2G1sOrUTicY1p1M6U
=F6IH
-END PGP SIGNATURE-


Accepted:
plasma-widget-cwp_1.5.1-1.debian.tar.gz
  to main/p/plasma-widget-cwp/plasma-widget-cwp_1.5.1-1.debian.tar.gz
plasma-widget-cwp_1.5.1-1.dsc
  to main/p/plasma-widget-cwp/plasma-widget-cwp_1.5.1-1.dsc
plasma-widget-cwp_1.5.1-1_amd64.deb
  to main/p/plasma-widget-cwp/plasma-widget-cwp_1.5.1-1_amd64.deb
plasma-widget-cwp_1.5.1.orig.tar.gz
  to main/p/plasma-widget-cwp/plasma-widget-cwp_1.5.1.orig.tar.gz


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



Accepted rsyslog 5.7.9-1 (source i386 all)

2011-03-26 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 26 Mar 2011 19:31:28 +0100
Source: rsyslog
Binary: rsyslog rsyslog-doc rsyslog-mysql rsyslog-pgsql rsyslog-gssapi 
rsyslog-gnutls rsyslog-relp
Architecture: source i386 all
Version: 5.7.9-1
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl bi...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 rsyslog- reliable system and kernel logging daemon
 rsyslog-doc - documentation for rsyslog
 rsyslog-gnutls - TLS protocol support for rsyslog
 rsyslog-gssapi - GSSAPI authentication and encryption support for rsyslog
 rsyslog-mysql - MySQL output plugin for rsyslog
 rsyslog-pgsql - PostgreSQL output plugin for rsyslog
 rsyslog-relp - RELP protocol support for rsyslog
Changes: 
 rsyslog (5.7.9-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/02-pmaixforwardedfrom_type_nokeep.patch
 - Remove, merged upstream.
   * debian/patches/03-epoll_create1-fallback.patch
 - Remove, merged upstream.
Checksums-Sha1: 
 3b5007a6f868a8c3264d431ee00e91e866fe34ab 1995 rsyslog_5.7.9-1.dsc
 abfee112b93540358bbd80515da32b2a684830bd 2330046 rsyslog_5.7.9.orig.tar.gz
 00c7c0a77da3fa940effb91308ef11027ce202d9 24148 rsyslog_5.7.9-1.debian.tar.gz
 516b7a0b3669a4e3b7dd236ec4200a39d134a88d 474648 rsyslog_5.7.9-1_i386.deb
 ecc87351aee9d0e07654222a91c198ef4ef19dd7 1088552 rsyslog-doc_5.7.9-1_all.deb
 75b422be378052e04d1beceaa786c6d378e414a3 107236 rsyslog-mysql_5.7.9-1_i386.deb
 b9ca4eaf1bcf6679ee5151c83848468cf83fbf78 107058 rsyslog-pgsql_5.7.9-1_i386.deb
 dd3fd3f4ec56a70328758b895c643e0fa7381ca8 113852 rsyslog-gssapi_5.7.9-1_i386.deb
 e942dbf4946fd5948698a0b3329a68b8cc568e15 113298 rsyslog-gnutls_5.7.9-1_i386.deb
 ecdf44e1ec62dc2dd6fffb4ce934ce65c8680f65 106846 rsyslog-relp_5.7.9-1_i386.deb
Checksums-Sha256: 
 4c043ffed29c408d9ca89aa971666891ae757e0878ea57a8534ef6e8de739751 1995 
rsyslog_5.7.9-1.dsc
 fd2b7f558e9299e2af95916116b0a6a2c35be7f994846e4ca103e0cd4ef7fa80 2330046 
rsyslog_5.7.9.orig.tar.gz
 d2201d9a87197f6b980b4aebe294664e0b1964f3add9724e717f5881470cc157 24148 
rsyslog_5.7.9-1.debian.tar.gz
 593d7ea7b0306acf12688aad718f718fb4edbbc512e32d11f5557ecda3ae2a59 474648 
rsyslog_5.7.9-1_i386.deb
 861d7ce669d390e032d1b775dd2774419fa629bd6a67589594eb220c3128d520 1088552 
rsyslog-doc_5.7.9-1_all.deb
 a3257b52bd4e25f0daa5672677c2ddbd514d7c1dad5e822e58f1d57ca02c4a67 107236 
rsyslog-mysql_5.7.9-1_i386.deb
 542ed7aacded7c1f9a95cf6eed1607f3ff6c2391ab468ffb39154f8a7c660297 107058 
rsyslog-pgsql_5.7.9-1_i386.deb
 cdf944053fe61548b674f7a6a36b70799ccec16ffc999823e8e9931b0607073d 113852 
rsyslog-gssapi_5.7.9-1_i386.deb
 4e7ec6370455f024ec853e5fcc8596d1d3ca3d2834d4009f158bdf91835de91c 113298 
rsyslog-gnutls_5.7.9-1_i386.deb
 8f2e112c3d35f250d5d751774e7e531d60602eeb490c0ef488fc94101434b8f5 106846 
rsyslog-relp_5.7.9-1_i386.deb
Files: 
 4bdd19f7b5fa53cc6f552083524cdc00 1995 admin important rsyslog_5.7.9-1.dsc
 4f0916da37e23cba1265e3b72f114657 2330046 admin important 
rsyslog_5.7.9.orig.tar.gz
 8c66a4ce287c72b204df0a7b826b8f11 24148 admin important 
rsyslog_5.7.9-1.debian.tar.gz
 ceadb2374d3e4fd1251fe44752257a6b 474648 admin important 
rsyslog_5.7.9-1_i386.deb
 3fa3156fa8e38b2798582dff6ae8597b 1088552 doc extra rsyslog-doc_5.7.9-1_all.deb
 beabcc7f789653ac518ab9f472e95deb 107236 admin extra 
rsyslog-mysql_5.7.9-1_i386.deb
 4988e26935e9761b0df3e5aaeebe2036 107058 admin extra 
rsyslog-pgsql_5.7.9-1_i386.deb
 db10adc3bdc28006bec3f8653611001b 113852 admin extra 
rsyslog-gssapi_5.7.9-1_i386.deb
 de1dd9e14737a27d1a5b3debcb7e3a0b 113298 admin extra 
rsyslog-gnutls_5.7.9-1_i386.deb
 24d36e47ea52bf8b6c0902f5cf37bc83 106846 admin extra 
rsyslog-relp_5.7.9-1_i386.deb

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

iQIcBAEBCAAGBQJNjjJRAAoJEGrh3w1gjyLccDEP/0PEoy184hOyv8Xx5edv+Wbz
UUA8g44ghEu031QCAEB1t1e9JWoAeUBwfeRUeu+J+nhZABNWk7lzQSgf6GoaBqva
X0iA/IFXZHDGSOVNZi0qNrqFFsq959A4fG3TdCmTgv7MtczzDaNS13V2kvE/WMvq
V8vfDjeJ3H+xWAJ1ZPIlvKaAgvDBXdZE94r3LakgpAqSWufDMN7jxPdY8ns6FgLS
tbDytWWGJVUgHLzFFDEN2uIALer/XtfNi9VJ4s3ZOwYEt/mYIrPoSNyZQMQQgTVG
ZMU7DW5OHYYV52MW1qccDvFHqYIAP8WePesDb5ve5p8dWg2Kwhv+3khfi40OdmUP
Xu2HEK74TzcRBKYgcYKprVWBKHZkofqRBR0eUv66gag7Wpyb3qJIe217xVN8OC80
Ev7wwB0P/2EzEfoaZj6WC4BJj8e4RKJ8z0oiLA7/6EDp7DzeUEN4L1M9oJ5ysQv0
p2DaLAcS0+DyhMltGk/SXq3sPChHY1w8jkieOaP+sDHhjDpL3JJpn01Py6nYwL3P
ZE76fEksMB4MRtlK37wm63U4qTfU3n75IzO1z1zYWbg4D8PMTFCx/ZvAfrEWPpRe
9IJPDGYJZ9HX4TmI5iupZp5St5q/BXboePey3L7Sm/rKdPsCQMffIGpPXDBsHaZO
ug+Sb0gHgxRXQwbrNDvX
=C9Kt
-END PGP SIGNATURE-


Accepted:
rsyslog-doc_5.7.9-1_all.deb
  to main/r/rsyslog/rsyslog-doc_5.7.9-1_all.deb
rsyslog-gnutls_5.7.9-1_i386.deb
  to main/r/rsyslog/rsyslog-gnutls_5.7.9-1_i386.deb
rsyslog-gssapi_5.7.9-1_i386.deb
  to main/r/rsyslog/rsyslog-gssapi_5.7.9-1_i386.deb
rsyslog-mysql_5.7.9-1_i386.deb
  to main/r/rsyslog/rsyslog-mysql_5.7.9-1_i386.deb
rsyslog-pgsql_5.7.9-1_i386.deb
  to main/r/rsyslog/rsyslog-pgsql_5.7.9-1_i386.deb
rsyslog-relp_5.7.9-1_i386.deb
  

Accepted tabmixplus 0.3.8.5-1 (source all)

2011-03-26 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 26 Mar 2011 21:35:32 +0100
Source: tabmixplus
Binary: xul-ext-tabmixplus
Architecture: source all
Version: 0.3.8.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Mozilla Extension Maintainers 
pkg-mozext-maintain...@lists.alioth.debian.org
Changed-By: Benjamin Drung bdr...@debian.org
Description: 
 xul-ext-tabmixplus - adds dozens of new capabilities to tabbed browsing
Closes: 617500 617786
Changes: 
 tabmixplus (0.3.8.5-1) unstable; urgency=low
 .
   * New upstream release (Closes: #617500, #617786).
   * Update my email address.
   * Add ${xpi:Depends} to Depends.
   * Remove DM-Upload-Allowed field.
Checksums-Sha1: 
 5b87b2cce7e550e13aebbe6b738b1fde11b14897 1958 tabmixplus_0.3.8.5-1.dsc
 0b1e5886ea06c1c9c5a9994184ddd9bf99820abe 379978 tabmixplus_0.3.8.5.orig.tar.bz2
 339257438591ad785af46bbdb4c47ec88f7c6000 3050 
tabmixplus_0.3.8.5-1.debian.tar.gz
 8e8a20204d298989da083c7bccaf0bd1599ccab1 581682 
xul-ext-tabmixplus_0.3.8.5-1_all.deb
Checksums-Sha256: 
 013b4b7420414ddd7e30be935bf19ca41174c9e583ee353b176f4292a48513b5 1958 
tabmixplus_0.3.8.5-1.dsc
 585ba34e35402f10c752f10dd400d3065f8bdec650c98d531456365c4187548f 379978 
tabmixplus_0.3.8.5.orig.tar.bz2
 3c886dd0580546ea46a9b988da63b9082dd43ff64142ee65af18a785ee22aaff 3050 
tabmixplus_0.3.8.5-1.debian.tar.gz
 e53f062630f0c76126f22c19328f98a7782feb244db4aef4174b658157421d56 581682 
xul-ext-tabmixplus_0.3.8.5-1_all.deb
Files: 
 92198a616c946a4987b69b4c94c860b5 1958 web optional tabmixplus_0.3.8.5-1.dsc
 a91605b387b09397b72d6c1aba0ff77b 379978 web optional 
tabmixplus_0.3.8.5.orig.tar.bz2
 82f2444cc4012b105a889b478ecbb0d4 3050 web optional 
tabmixplus_0.3.8.5-1.debian.tar.gz
 a5fb2d5f0471b500a2321c30e261dc07 581682 web optional 
xul-ext-tabmixplus_0.3.8.5-1_all.deb

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

iQIcBAEBCgAGBQJNjk7HAAoJEBWetcTvyHdMG5gP/ijyTLDs6PtQfV0Wt4sZFKB2
RB2M4ydjcPTSfCRu41fee3msn4BsapVIyBljmDq/UN/3HKIFMOVk/aEfYG+abFyA
fKUTrDqGgWyeR77P8iHl4nnXJagmq7kaT1sW1jcUNf5g9O4G+GK6E6qEoakfukTo
Jppe2WUxCqHgpmWXX0vQbFpkJrHIC4ZPExstB9efy/2lS7V1+CK4pqcl6p7ET+dh
01KvPxEwVXewUiVEIs+udHRuMb4yRRS/jk1TiXIH6S/a0q1eTTyKoN8g557+/5zB
mIzox5XhlSlrBRl969Pw7TiGQFGdrMrhb4sy5v9nnH17EOSaY8FyaNixlhObNDbh
x9AorJzWr0JcppbdrSt3O19TE0lXQuav8QTL90koZ2erLXlobKt192NdZUTkvbzr
yH8C5ADqLgAAQtZ0Mcw/kJ5KYouCNtW10L8+9ukz8rcwov7Z1yE+vZ7Z592D00ei
/igFf41Vr2R/fzlQqPHPrUxsbojlm/QFU5JUvH/9S1I56ra1GvLP74d6nMJSjitX
T4KR1CUJ2192shfexJOOcv3N5rGZ/Tr5F3AVUXt4PbvTXk2OH9ijHp0tM2rmc67+
pkL0pXLNDpspVMd8WYjoXIBZg3hTy3qdz4vfZuPN3f1gNnSwF1lY6tFH7AyEfQ7D
mdapHDKZuwrwpGB2S3rV
=Fp4L
-END PGP SIGNATURE-


Accepted:
tabmixplus_0.3.8.5-1.debian.tar.gz
  to main/t/tabmixplus/tabmixplus_0.3.8.5-1.debian.tar.gz
tabmixplus_0.3.8.5-1.dsc
  to main/t/tabmixplus/tabmixplus_0.3.8.5-1.dsc
tabmixplus_0.3.8.5.orig.tar.bz2
  to main/t/tabmixplus/tabmixplus_0.3.8.5.orig.tar.bz2
xul-ext-tabmixplus_0.3.8.5-1_all.deb
  to main/t/tabmixplus/xul-ext-tabmixplus_0.3.8.5-1_all.deb


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



Accepted xournal 0.4.5-3 (source i386)

2011-03-26 Thread Carlo Segre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 26 Mar 2011 14:18:31 -0500
Source: xournal
Binary: xournal
Architecture: source i386
Version: 0.4.5-3
Distribution: unstable
Urgency: low
Maintainer: Carlo Segre se...@debian.org
Changed-By: Carlo Segre se...@debian.org
Description: 
 xournal- GTK+ Application for note taking
Closes: 556718 617637
Changes: 
 xournal (0.4.5-3) unstable; urgency=low
 .
   * Add -lz and -X11 to link flags (Closes: #617637, #556718)
   * Add ${misc:Depends} to debian/control
   * Upgrade to Standards-Version 3.9.1 (no changes)
Checksums-Sha1: 
 6d3c1f2bdaf8720c74a0f001ecaa6e4dbfba4d7f 1097 xournal_0.4.5-3.dsc
 5804cfc59703a0bc659c2a676d5d3b302b04838d 6213 xournal_0.4.5-3.debian.tar.gz
 a34cf1577ed6eeb51438b65cd9733f3b4f30d1a9 265640 xournal_0.4.5-3_i386.deb
Checksums-Sha256: 
 ed0f53546b3d6fe3a01adadcb0db2a57d53c101ed744095cd287c3532cc30666 1097 
xournal_0.4.5-3.dsc
 005a7375d1bb875e86917cc8603a2cef7c801d450db4ef2a1422770922f9343e 6213 
xournal_0.4.5-3.debian.tar.gz
 ec95f05203031ecb954eee17a8d76256430df346d3138f06646870b50d1ea66e 265640 
xournal_0.4.5-3_i386.deb
Files: 
 84f87a3d38e0a2bc996490be10559928 1097 x11 optional xournal_0.4.5-3.dsc
 20a5f9de8ea73a6a1f8cff1976ae88b5 6213 x11 optional 
xournal_0.4.5-3.debian.tar.gz
 ebcf907ae97133618fe50ab6893971a1 265640 x11 optional xournal_0.4.5-3_i386.deb

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

iD8DBQFNjj1hebASZpNwHu8RAj+5AJ0UrDcIr/gSwnllvgRHfNCjfQSm9QCfZ1LD
8YkwUEkrlDNJ33mjnUhDi/w=
=n2Rd
-END PGP SIGNATURE-


Accepted:
xournal_0.4.5-3.debian.tar.gz
  to main/x/xournal/xournal_0.4.5-3.debian.tar.gz
xournal_0.4.5-3.dsc
  to main/x/xournal/xournal_0.4.5-3.dsc
xournal_0.4.5-3_i386.deb
  to main/x/xournal/xournal_0.4.5-3_i386.deb


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



  1   2   >