Re: Sections - especially section:kde and section:gnome

2009-01-07 Thread Raphael Hertzog
On Wed, 07 Jan 2009, Joerg Jaspert wrote:
 
  I don't remember using sections in over 4 years of Debian usage, though
  I had already used GNU/Linux for a few months before I switched to
  Debian. But I doubt even a user new to GNU/Linux would use them much.
 
 Everyone that uses a tool like aptitude does use them much. I guess
 similar is true for a graphical ting like synaptic and whatnot else we
 have.

In fact, the fact that the view is split by section in aptitude is
the reason why I never navigate in the tree but use / (lookup) instead.
The package is not often in the section that I expected.

IMO, it would make sense to merge Debian sections into a debtags facet
so that you can have multiple sections when it makes sense. The facet
could still be controlled by ftpmasters if that was desired. And aptitude
could use that facet to keep a logical tree but a package could then
appear in multiple sections.

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/


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



Bug#511069: ITP: libcrypt-salt-perl -- generate salt to be fed into crypt()

2009-01-07 Thread Damyan Ivanov
Package: wnpp
Severity: wishlist
Owner: Damyan Ivanov d...@debian.org

* Package name: libcrypt-salt-perl
  Version : 0.01
  Upstream Author : Jonathan Steinert ha...@cpan.org
* URL : http://search.cpan.org/dist/Crypt-Salt/
* License : same as Perl (Artistic or GPL-1+)
  Programming Lang: Perl
  Description : generate salt to be fed into crypt()

 The single exported subroutine in this module is for generating a salt
 suitable for being fed to crypt() and other similar functions.
 .
 Variable length salts can be generated, the default salt is two
 characters long.

-=-=-=-=-=-=-

The package is a dependency of 'clive-utils', which is spun-off 'clive'
upstream and rewritten in Perl.

FTP-masters, the actual code in this package would be the following
function, the rest is POD, makefiles etc stuff.

 sub salt
 {
my $length = 2;
$length = $_[0] if exists $_[0];

return join , ('.', '/', 0..9, 'A'..'Z', 'a'..'z')[map {rand 64} 
(1..$length)];
 }

There was a recent rejection[1] of a similar package.

[1] 
http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/2008-December/017000.html

I hope someone can suggest a better place for that module. Separate
package, containing only few lines of code is not very nice indeed.

salt() is mostly useful with crypt(), which is part of core Perl. I
wonder if perl-modules package would be appropriate carier?

The 'join , ...' part seems like taken straight from crypt()
documentation (perldoc -f crypt).

Finally there's always the option of patching clive-utils and putting inside
its own salt(). My problem with this is that I think code reuse is good,
even in small-scale.

-- 
damJabberID: d...@jabber.minus273.org


signature.asc
Description: Digital signature


Re: Help needed with the GPG Key Signing Coordination page

2009-01-07 Thread Patrick Schoenfeld
Hi,

On Mon, Jan 05, 2009 at 09:56:23PM +0100, Ralf Treinen wrote:
 It is not a big time investment. The most time-consuming work consists in
 regular cleanups (removing bogus entries and key signing requests that have 
 been satisfied). Maybe once per year, taking several hours of work (since
 you will have to exchange emails with requesters and dd's). Besides that,
 there are from time to time people calling in for help since they cannot
 find a dd to sign their key. This doesn't happen very often, maybe 3 to 5
 times a year at most. It such a case you have to consult the debian db and 
 find
 a dd sufficinetly close to the requester. Not much work either, but in
 general it takes exchanging emails over a period of some days or weeks.

in this case I'd be happy to help out.

Best Regards,
Patrick


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



Interesting tool

2009-01-07 Thread Www.Sjbsjobs.Com .Com
Hi,

Have you heard of XING? It is an online networking tool I use to manage all of 
my contacts and to find interesting new business contacts. 
 
Why not take a look at XING if you're not already familiar with it? It's 
amazing how quickly it facilitates contact with key people. 
  
You control your own privacy, which means that you are not bombarded with 
messages from other members. Send me a message once you've joined. 
  
Sincerely,  
 
Www.Sjbsjobs.Com .Com

---

Www.Sjbsjobs.Com .Com is inviting you to become a member of the XING network:
http://www.xing.com/go/inv/22328954.d3bfee



I no longer wish to receive invitations to XING: 
http://www.xing.com/go/opt_out_invite/U2FsdGVkX1-Kc6vhPpIyJpFtxyvivQ8TagJqWHpG5yFnWvo2h156PGDkyAsoql2FKtU1Wcc2r6U


Re: Override changes standard - optional

2009-01-07 Thread Gabor Gombas
Hi!

On Tue, Jan 06, 2009 at 10:38:26AM +, Tzafrir Cohen wrote:

  I disagree. I use strace a lot and it is very handy to verify that a
  service really uses the config/data files it is supposed to use or does
  it react to a network packet or not even if it does not log anything
  etc. OTOH gdb is only useful if you really know the internals of the
  thing and you at least have debugging symbols installed (which is still
  not available for the majority of packages). If you only have a binary
  compiled with -O2 and no debugging symbols, and you do not have deep
  understanding of the internal working of the program, then gdb is
  practically useless.
 
 I don't think gdb is considered, due to its size.

I didn't say gdb should be standard, I wanted to say that strace should
not be standard because gdb isn't is a completely bogus reasoning.

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Bug#511098: ITP: libibcommon -- OpenFabrics Alliance InfiniBand management common library

2009-01-07 Thread Guy Coates
Package: wnpp
Severity: wishlist
Owner: Guy Coates g...@sanger.ac.uk


* Package name: libibcommon
  Version : 1.1.2
  Upstream Author :  Shahar Franksha...@voltaire.com
* URL : http://www.openfabrics.org
* License : (GPL2, BSD)
  Programming Lang: (C)
  Description : OpenFabrics Alliance InfiniBand management common library

 OpenFabrics Alliance InfiniBand management common library
 libibcommon provides common utility functions for the OFA diagnostic and
 management tools.

 This package forms part of the OFED 1.4 infiniband stack.

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)


-- 
 The Wellcome Trust Sanger Institute is operated by Genome Research 
 Limited, a charity registered in England with number 1021457 and a 
 company registered in England with number 2742969, whose registered 
 office is 215 Euston Road, London, NW1 2BE. 



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



Re: Sections - especially section:kde and section:gnome

2009-01-07 Thread Daniel Burrows
On Wed, Jan 07, 2009 at 08:32:24AM +0100, Joerg Jaspert jo...@debian.org was 
heard to say:
 
  I don't remember using sections in over 4 years of Debian usage, though
  I had already used GNU/Linux for a few months before I switched to
  Debian. But I doubt even a user new to GNU/Linux would use them much.
 
 Everyone that uses a tool like aptitude does use them much. I guess
 similar is true for a graphical ting like synaptic and whatnot else we
 have.

  Using sections to break up the package list is an artifact of 2000,
when it actually made sense.  With the number of packages in the archive
now it no longer really makes sense to use sections, and they will
probably go away (at least as the default view) at some point in the
future, in favor of searches on keywords and tags.

  Daniel


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



Bug#511111: ITP: bustle -- D-Bus activity visualiser

2009-01-07 Thread Chris Lamb
Package: wnpp
Severity: wishlist
Owner: Chris Lamb la...@debian.org
X-Debbugs-Cc: debian-devel@lists.debian.org

 * Package name: bustle
   Version : 0.1
   Upstream Author : Will Thompson will.thomp...@collabora.co.uk
 * URL : http://resiak.livejournal.com/59590.html /
 http://people.collabora.co.uk/~wjt/bustle/releases/
 * License : LGPL-2.1+ and GPL-2+
   Programming Lang: Haskell/C
   Description : D-Bus activity visualiser

 Bustle is a tool to chart and provide timing information of D-Bus
 calls for profiling and debugging purposes. It is intended to replace
 reading the cryptic output of dbus-monitor.

 Calls are displayed using Message Sequence Charts, a succinct way of
 representing entities and interactions over time.


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Re: Sections - especially section:kde and section:gnome

2009-01-07 Thread Osamu Aoki
Hi,

On Wed, Jan 07, 2009 at 09:02:21AM +0100, Raphael Hertzog wrote:
 On Wed, 07 Jan 2009, Joerg Jaspert wrote:
  
   I don't remember using sections in over 4 years of Debian usage, though
   I had already used GNU/Linux for a few months before I switched to
   Debian. But I doubt even a user new to GNU/Linux would use them much.
  
  Everyone that uses a tool like aptitude does use them much. I guess
  similar is true for a graphical ting like synaptic and whatnot else we
  have.
 
 In fact, the fact that the view is split by section in aptitude is
 the reason why I never navigate in the tree but use / (lookup) instead.
 The package is not often in the section that I expected.

I use New Flat Package List with l to limit with tag regex ~G... for such 
case. 

 IMO, it would make sense to merge Debian sections into a debtags facet
 so that you can have multiple sections when it makes sense. The facet
 could still be controlled by ftpmasters if that was desired. And aptitude
 could use that facet to keep a logical tree but a package could then
 appear in multiple sections.

I think The default grouping method for package views is configurable.

So it is simple utility configuration default issue.  No need to use
ftpmaster.

It will be nice if ~G tag regex can be created from menu though

Osamu


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



Re: Override changes standard - optional

2009-01-07 Thread Manoj Srivastava
On Tue, Jan 06 2009, Frans Pop wrote:

 I think we're getting pretty far OT from the original thread here. I'd 
 prefer to discuss this further in a separate thread after the release of 
 Lenny.

 I also still feel there should be a debian-selinux mailing list,
 probably targeted at both DDs and users. Would you care to take the
 lead on that and request one?

There are already alioth lists for this.
selinux-de...@lists.alioth.debian.org
selinux-u...@lists.alioth.debian.org

Given the traffic and number of subscribers there, do we really
 need lists.d.o lists?

At this point, since there are only Russell and I working on
 SELinux to any extent for Debian, progress on these tasks will depend
 on the time the two os us have. Which, in my case, tends to come in
 spurts, and the prognosis for the future does not look good, given the
 development atmosphere in Debian. (For example, expressing
 disappointment in the level of support while doing nothing to help
 the process along).

manoj
-- 
Chinese saying: He who speak with forked tongue, not need chopsticks.
Manoj Srivastava sriva...@debian.org http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Re: Sections - especially section:kde and section:gnome

2009-01-07 Thread Manoj Srivastava
On Wed, Jan 07 2009, Joerg Jaspert wrote:

 I don't remember using sections in over 4 years of Debian usage, though
 I had already used GNU/Linux for a few months before I switched to
 Debian. But I doubt even a user new to GNU/Linux would use them much.

 Everyone that uses a tool like aptitude does use them much. I guess
 similar is true for a graphical ting like synaptic and whatnot else we
 have.

As a counterpoint, I find the sections invaluable while
 reviewing new packages in aptitude. I have the following configuration
 setting:
aptitude::UI::Default-Grouping 
filter(missing),task,status,priority,section(subdir,passthrough),section(topdir);

When looking at new packages, I collase the libs and libdevel
 (the former lists packages that will be pulled in as needed, the latter
 I only pull in as I need them for development, and I know how to search
 for the packages).

Doc packages are another area; I look at them on my devel box,
 and usually collapse it on server boxes (no need to have duplicates on
 machines where the fewer packages the better).

I alos pay more attention to the sections related to the
 interpreters I use (perl/python, etc). I also like math packages being
 off in their own area; I can then pay attention (or not) to these
 packages.

So, classification of packages is important while browsing them.

I agree that sections are less than useful while looking for a
 specific package; which is why we have search mechanisms. While
 browsing, though, the sections are easy to set up in aptitude
 configuration.

Now, I think that if debtags were integrated into aptitude UI and
 configuration, where one my set up custom views while browsing, debtags
 could be a replacement. It already is a better interface for selecting
 or searching for packages, but these are two different activities we
 are talking about.

If we are talking about changing the aptitude interface, may I
 request that there should be attention paid to the different needs of
 searching/selecting versus browsing? And that browsing is still a valid
 activity (because of the new packages, if nothing else), even with 10l+
 packages in the archive? 

manoj
-- 
A is for Apple. Hester Pryne
Manoj Srivastava sriva...@debian.org http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Re: Override changes standard - optional

2009-01-07 Thread Frans Pop
Manoj Srivastava wrote:
 On Tue, Jan 06 2009, Frans Pop wrote:
 I also still feel there should be a debian-selinux mailing list,
 probably targeted at both DDs and users. Would you care to take the
 lead on that and request one?
 
 There are already alioth lists for this.
 selinux-de...@lists.alioth.debian.org
 selinux-u...@lists.alioth.debian.org

Ah, OK. I was not aware of those lists. One reason for that is probably 
that they are not even mentioned on the wiki...
Google also does not find them for me.

 Given the traffic and number of subscribers there, do we really
  need lists.d.o lists?

Maybe not, but it shows the existing lists do need better advertising.

However, personally I dislike mailing lists on alioth as my general 
experience is that the are poorly administered and not obvious to find 
for people who are not directly involved. From that perspective switching 
to l.d.o may be preferable after all.

  Which, in my case, tends to come in
  spurts, and the prognosis for the future does not look good, given the
  development atmosphere in Debian. (For example, expressing
  disappointment in the level of support while doing nothing to help
  the process along).

Bullshit. I've spent quite a lot of time on trying SELinux and reporting 
issues in Aug-Okt 2007. With absolutely zero response [1]. So after a 
while I gave up.

[1] I did get some response on the upstream list and IRC channel which I'd 
joined at the time, amongst others from Russell, but none from you or on 
the bug reports while you had explicitly promised active support, for 
example in your Debconf talk.


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


Can DMs use ssh.upload.debian.org?

2009-01-07 Thread Jörg Sommer
Hi,

I'm a Debian Maintainer and would like to use the upload of packages via
scp. Is this service available for Debian Maintainers? Where do I have to
place my public ssh‐key?

Bye, Jörg.
-- 
Treffen sich zwei Funktionen.
Sagt die eine: „Verschwinde oder ich differenzier' dich!“
Erwidert die andere: „Ätsch, ich bin exponentiell!“


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



Re: Can DMs use ssh.upload.debian.org?

2009-01-07 Thread Julien Cristau
On Wed, 2009-01-07 at 17:03 +, Jörg Sommer wrote:
 Hi,
 
 I'm a Debian Maintainer and would like to use the upload of packages via
 scp. Is this service available for Debian Maintainers?

No.  You can scp to alioth, though, and dput from there.

Cheers,
Julien


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



Re: Override changes standard - optional

2009-01-07 Thread Manoj Srivastava
On Wed, Jan 07 2009, Frans Pop wrote:

 Manoj Srivastava wrote:
 On Tue, Jan 06 2009, Frans Pop wrote:
 I also still feel there should be a debian-selinux mailing list,
 probably targeted at both DDs and users. Would you care to take the
 lead on that and request one?
 
 There are already alioth lists for this.
 selinux-de...@lists.alioth.debian.org
 selinux-u...@lists.alioth.debian.org

 Ah, OK. I was not aware of those lists. One reason for that is probably 
 that they are not even mentioned on the wiki...

I think the wiki postdates the creation of the lists.

 Google also does not find them for me.

 Given the traffic and number of subscribers there, do we really
  need lists.d.o lists?

 Maybe not, but it shows the existing lists do need better advertising.

 However, personally I dislike mailing lists on alioth as my general 
 experience is that the are poorly administered and not obvious to find 
 for people who are not directly involved. From that perspective switching 
 to l.d.o may be preferable after all.

Feel free.

  Which, in my case, tends to come in
  spurts, and the prognosis for the future does not look good, given the
  development atmosphere in Debian. (For example, expressing
  disappointment in the level of support while doing nothing to help
  the process along).

 Bullshit. I've spent quite a lot of time on trying SELinux and reporting 
 issues in Aug-Okt 2007. With absolutely zero response [1]. So after a 
 while I gave up.

With only two people working on SElinux at all, and the fact
 that, unlike Fedora, we have little support from the core
 infrastructure teams, means that people with problems might have to
 actually research the issues and find their own solutions, until the
 people who are working on it find time.

I do think it is going to be hard to get mandatory access
 control working on Debian unless there is somewhat of a concerted
 effort to support it in installation; which is the part that is
 lagging. Most package developers, and, better yet, upstream seem to be
 far happier about incorporating SELinux patches and support.

For example, I hear that SE-Postgresql support is being
 considered for Postgres 8.4.

 [1] I did get some response on the upstream list and IRC channel which I'd 
 joined at the time, amongst others from Russell, but none from you or on 
 the bug reports while you had explicitly promised active support, for 
 example in your Debconf talk.


Real life happens. The available time I have to spend on Debian
 tends to come in bursts. The debconf talk was about intent; and if you
 think that that implied a promise, you were mistaken. For volunteer
 work, if you want guaranteed support, you might have to hire folks to
 ensure you are not disappointed.

People who are less acerbic and in my face might have fared
 better than you did. But then, you take what you get when you choose
 the less-than-friendly approach, like you are right now.

I am certainly not going to support people who are quite so
 unfriendly, and who are not also paying for  my time.

manoj
-- 
To think is human, to compute, divine.
Manoj Srivastava sriva...@debian.org http://www.debian.org/~srivasta/  
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C


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



Re: Sections - especially section:kde and section:gnome

2009-01-07 Thread Joerg Jaspert

 IMO, it would make sense to merge Debian sections into a debtags facet
 so that you can have multiple sections when it makes sense. The facet
 could still be controlled by ftpmasters if that was desired. And aptitude
 could use that facet to keep a logical tree but a package could then
 appear in multiple sections.

I think I already said it public more than one time, lets repeat it:
I am sure that sections *will* go away. Yet, right after Lenny we will
gain half a dozen new ones, as getting rid of them is no short term
task.
I think the very first release without sections *COULD* be lenny+2, but
only if people start working on that goal *soon* after lenny got out.
There are many major changes that need to be done before we finally can
bury them.

 - All the usual tools need to fully support them.
 - Sane inclusion into the archive (that alone, with all the
   implications it has for the maintenance of tags, will be a huge step
   already)
 - One release where we support both, but favor the new system.

-- 
bye, Joerg
Siliziumdioxid wird auf offenen LKWs durch Deutschland gefahren!
Der Sauerstoffgehalt der Atmosphaere ist auf 21% gesunken!


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



Re: Can DMs use ssh.upload.debian.org?

2009-01-07 Thread Joerg Jaspert
On 11623 March 1977, Jörg Sommer wrote:

 I'm a Debian Maintainer and would like to use the upload of packages via
 scp. Is this service available for Debian Maintainers? Where do I have to
 place my public ssh‐key?

As this needs a login to a Debian machine, no.

-- 
bye, Joerg
Free Beer is such a good thing and Free Speech too. Debian is about the
both.


pgpVyhDrcbVnJ.pgp
Description: PGP signature


Bug#511155: ITP: zoom -- graphical interpreter for Infocom-format games

2009-01-07 Thread Peter De Wachter
Package: wnpp
Severity: wishlist
Owner: Peter De Wachter pdewa...@gmail.com

* Package name: zoom
  Version : 1.1.2
  Upstream Author : Andrew Hunter and...@logicalshift.co.uk
* URL : http://www.logicalshift.co.uk/unix/zoom/
* License : GPL/LGPL
  Programming Lang: C
  Description : graphical interpreter for Infocom-format games

Zoom runs text adventures (interactive fiction) designed for
Infocom's Z-Code format. This includes all games published by Infocom
itself, as well as much modern-day interactive fiction.

-- System Information:
Debian Release: 5.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)



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



Re: Bug#509063: ITP: libproxy -- automatic proxy configuration management library

2009-01-07 Thread Emilio Pozuelo Monfort
Hi Florian, and sorry for the long delay.

Florian Weimer wrote:
 Well, it's not my package, so you don't have to listen to me.  I'm
 also not speaking for the security team.

Oh, should you have said that before, I'd have ignored all your comments :P

 But I appreciate your
 efforts to address my concerns.

And I appreciate you raising your concerns. I don't want to bring anything to
Debian if it has serious security issues. Specially if it's a library that is
going to be used by lots of projects (including GNOME).

From a PR point of view[1], I strongly suggest to disable it by
 default, and implement only the partial form which is present in
 Iceweasel (just look up wpad., and no DNS devolution).

I've talked with upstream and he's told me he would accept any patch that
disables any portion of the code that may have security implications, providing
there's an option to enable it (at build time). He also prefers those portions
of code to be disabled by default, so we're good.

I've made a patch to disable WPAD DNS devolution, you can have a look at it at
[1]. I'll wait for Nathaniel (upstream) to review it, and if it's fine will
include it in my initial upload to Debian.

Best wishes,
Emilio

[1] http://code.google.com/p/libproxy/issues/detail?id=20


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



Accepted xserver-xorg-video-ati 1:6.10.0-1 (source i386)

2009-01-07 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 09:23:15 +0100
Source: xserver-xorg-video-ati
Binary: xserver-xorg-video-ati xserver-xorg-video-ati-dbg 
xserver-xorg-video-radeon xserver-xorg-video-radeon-dbg
Architecture: source i386
Version: 1:6.10.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debia...@lists.debian.org
Changed-By: Brice Goglin bgog...@debian.org
Description: 
 xserver-xorg-video-ati - X.Org X server -- ATI display driver wrapper
 xserver-xorg-video-ati-dbg - X.Org X server -- ATI display driver wrapper 
(debugging symbols)
 xserver-xorg-video-radeon - X.Org X server -- ATI Radeon display driver
 xserver-xorg-video-radeon-dbg - X.Org X server -- ATI Radeon display driver 
(debugging symbols)
Closes: 510208
Changes: 
 xserver-xorg-video-ati (1:6.10.0-1) experimental; urgency=low
 .
   * New upstream release.
 + Add AGP quirk for Fujitsu-Siemens E8010, closes: #510208.
Checksums-Sha1: 
 55dadb0ae862cb408ee06f086b92eaf5a21aecf9 1828 
xserver-xorg-video-ati_6.10.0-1.dsc
 4a436b2f88ce9f06e75431e60215de517aaa6e27 1041315 
xserver-xorg-video-ati_6.10.0.orig.tar.gz
 86cfc47b76b61966f5791512dd70ee3d8f300b72 23699 
xserver-xorg-video-ati_6.10.0-1.diff.gz
 e7128c0a0e484c3c52c72c9315f0c753aef53d32 168356 
xserver-xorg-video-ati_6.10.0-1_i386.deb
 4d72f798d583abfbb754e888157b4d18f0909a2f 172546 
xserver-xorg-video-ati-dbg_6.10.0-1_i386.deb
 f0a31e784899e2c00ce7e041ef2ef9751aa199c5 407518 
xserver-xorg-video-radeon_6.10.0-1_i386.deb
 47402d0f3094d78bda65b452bb4681d1001083be 1121192 
xserver-xorg-video-radeon-dbg_6.10.0-1_i386.deb
Checksums-Sha256: 
 f857ce6f3cdaf67fdd8a6c321ba1394135640db14e738236d22779a491047906 1828 
xserver-xorg-video-ati_6.10.0-1.dsc
 e0b464bfaa274b15c7b28b9821f6e9491d162206c7cf35580957bc6da69766a5 1041315 
xserver-xorg-video-ati_6.10.0.orig.tar.gz
 aa4543717a67876c20446082925c04f3300341be982620812badbab0c6c822c7 23699 
xserver-xorg-video-ati_6.10.0-1.diff.gz
 af6e7b4830e45f0100d889322860753b1e4dec59203596ac7e112ad3410ef9db 168356 
xserver-xorg-video-ati_6.10.0-1_i386.deb
 8364fbaf3b61a09f6f28addd270504323da275539b3a718624d59161b7dcbf47 172546 
xserver-xorg-video-ati-dbg_6.10.0-1_i386.deb
 138fd3048023ea5abfffd0915ff87da259409290f5ceb02b2ac8474fa9e645d7 407518 
xserver-xorg-video-radeon_6.10.0-1_i386.deb
 2032b753076a881c89b813ef24c72e87e0742bc272c806d93ab98cacdffc5e13 1121192 
xserver-xorg-video-radeon-dbg_6.10.0-1_i386.deb
Files: 
 e66d3de50017ed4465ef2338d6a797b4 1828 x11 optional 
xserver-xorg-video-ati_6.10.0-1.dsc
 0c35ba455fa4af4945385fb648bfcc09 1041315 x11 optional 
xserver-xorg-video-ati_6.10.0.orig.tar.gz
 4b56870b4de11bf2735d3464af15dc89 23699 x11 optional 
xserver-xorg-video-ati_6.10.0-1.diff.gz
 159042caf03f90d624ad58f312b485bf 168356 x11 optional 
xserver-xorg-video-ati_6.10.0-1_i386.deb
 6e2493126bfa5038ec45adff95d3b383 172546 x11 extra 
xserver-xorg-video-ati-dbg_6.10.0-1_i386.deb
 f3abb3ba2c41e18ea4b0a49cc5d87611 407518 x11 optional 
xserver-xorg-video-radeon_6.10.0-1_i386.deb
 bf352d6aeb12f7e6beca21e308f9cf6d 1121192 x11 extra 
xserver-xorg-video-radeon-dbg_6.10.0-1_i386.deb

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

iEYEARECAAYFAklkgnwACgkQRh88F8PcWfooigCgkq1hOVR2DCjljEL22HQpZK5K
/gQAnihtUlBZr6kiDyhbIZz+5UZwtBGW
=wf10
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-ati-dbg_6.10.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.10.0-1_i386.deb
xserver-xorg-video-ati_6.10.0-1.diff.gz
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.0-1.diff.gz
xserver-xorg-video-ati_6.10.0-1.dsc
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.0-1.dsc
xserver-xorg-video-ati_6.10.0-1_i386.deb
  to pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.0-1_i386.deb
xserver-xorg-video-ati_6.10.0.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.10.0.orig.tar.gz
xserver-xorg-video-radeon-dbg_6.10.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon-dbg_6.10.0-1_i386.deb
xserver-xorg-video-radeon_6.10.0-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-radeon_6.10.0-1_i386.deb


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



Accepted gstreamer0.10 0.10.21.2-1 (source all amd64)

2009-01-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 09:42:00 +0100
Source: gstreamer0.10
Binary: libgstreamer0.10-0 libgstreamer0.10-0-dbg libgstreamer0.10-dev 
gstreamer0.10-doc gstreamer0.10-tools gstreamer-tools
Architecture: source all amd64
Version: 0.10.21.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer-tools - Tools for use with GStreamer
 gstreamer0.10-doc - GStreamer core documentation and manuals
 gstreamer0.10-tools - Tools for use with GStreamer
 libgstreamer0.10-0 - Core GStreamer libraries and elements
 libgstreamer0.10-0-dbg - Core GStreamer libraries and elements
 libgstreamer0.10-dev - GStreamer core development files
Changes: 
 gstreamer0.10 (0.10.21.2-1) experimental; urgency=low
 .
   * New upstream pre-release:
 + debian/patches/01_wrapper-plugins.patch,
   debian/patches/02_gtkdoc-rebase.patch,
   debian/patches/03_registry-failure-crash.patch,
   debian/patches/04_pad-caps-acception.patch,
   debian/patches/05_basetransform-caps-refcount.patch,
   debian/patches/06_basetransform-buffer-allocation.patch:
   - Dropped, merged upstream.
 + debian/patches/80_ia32-hack.patch:
   - Updated to apply cleanly again.
 + debian/libgstreamer.symbols:
   - Updated with the new symbols.
Checksums-Sha1: 
 90084c7a980d02b07da57f8c06b8f9718d05ae15 1899 gstreamer0.10_0.10.21.2-1.dsc
 3028204bab06428acbe457af87858a7ff1d288dc 3636522 
gstreamer0.10_0.10.21.2.orig.tar.gz
 e7d212c6eb6303efd2f11f3f84af9c7e6d0b65a4 36885 
gstreamer0.10_0.10.21.2-1.diff.gz
 f69618daa21ec59b263d2dce30e7c60a6b5c1d80 3561348 
gstreamer0.10-doc_0.10.21.2-1_all.deb
 f3089f06cb6adaaeb9d48dab17ab5c801c35ec6a 1069610 
libgstreamer0.10-0_0.10.21.2-1_amd64.deb
 194b47a8b9e9aaede5b0ae17a9c6579116f1c596 1570212 
libgstreamer0.10-0-dbg_0.10.21.2-1_amd64.deb
 e858bcae603641c1a16c57a06e686ac2534afa1f 1045392 
libgstreamer0.10-dev_0.10.21.2-1_amd64.deb
 ff9bc2b3098e65df0db0b132e62afce65a4bc050 359264 
gstreamer0.10-tools_0.10.21.2-1_amd64.deb
 39088e4e39a11e7a5f763216894697917216f411 311066 
gstreamer-tools_0.10.21.2-1_amd64.deb
Checksums-Sha256: 
 de274144cd86ad7a5a24990069994c37cf6a0f5d61515bc0a39f423e1ad904da 1899 
gstreamer0.10_0.10.21.2-1.dsc
 53f8fad2d9a3bb446f2335eb607ae16881b0ff590c07f8f2f08d69f4f902 3636522 
gstreamer0.10_0.10.21.2.orig.tar.gz
 189866d4d1eb200b6c6cc44795ecbb48c74f8a406aa2dc9cc9d290191cae8bf9 36885 
gstreamer0.10_0.10.21.2-1.diff.gz
 184ed24160d730534b6659cba21b577cdf76567782e37f3f526d6394629ccc93 3561348 
gstreamer0.10-doc_0.10.21.2-1_all.deb
 9310ed04b8228b54269ce2c7d6276376ba6b377905a942ab732ed3558dec3cf7 1069610 
libgstreamer0.10-0_0.10.21.2-1_amd64.deb
 6a94248d9409643b61f1a65950960c9d7ab3210c63e398170db611491597ad59 1570212 
libgstreamer0.10-0-dbg_0.10.21.2-1_amd64.deb
 fe88e3e293728a77182caf89a0f9b96be0bc14d491d556ddcc5610372e634189 1045392 
libgstreamer0.10-dev_0.10.21.2-1_amd64.deb
 4929ebc3566159804848af8fcf3303fe1d4633a19295d5a155a6de68c5dd39e5 359264 
gstreamer0.10-tools_0.10.21.2-1_amd64.deb
 d8d1573a09cfdcbb5c2548740d07ea0b8bd5dfa0620b9f8b324fd6f2d5b34556 311066 
gstreamer-tools_0.10.21.2-1_amd64.deb
Files: 
 f39063039174f3d34807333f43e99b57 1899 libs optional 
gstreamer0.10_0.10.21.2-1.dsc
 34c824bf7740c2734d6f747d9c423015 3636522 libs optional 
gstreamer0.10_0.10.21.2.orig.tar.gz
 48aebe009cd6ea72aea4a7557e8284d2 36885 libs optional 
gstreamer0.10_0.10.21.2-1.diff.gz
 cec07f9927f6b48383e323e245ede339 3561348 doc optional 
gstreamer0.10-doc_0.10.21.2-1_all.deb
 87f543fa8375fd10aa27a53f6b4f0da3 1069610 libs optional 
libgstreamer0.10-0_0.10.21.2-1_amd64.deb
 8724585045918b9f10e7e9c570083d4c 1570212 libdevel extra 
libgstreamer0.10-0-dbg_0.10.21.2-1_amd64.deb
 023a50989b379dc4d2c42840c816b15f 1045392 libdevel optional 
libgstreamer0.10-dev_0.10.21.2-1_amd64.deb
 b41f7f9ab8f605fb140bf2f84d7be1b9 359264 utils optional 
gstreamer0.10-tools_0.10.21.2-1_amd64.deb
 aa36c62e9009568e8b8dd6ca398fc057 311066 utils optional 
gstreamer-tools_0.10.21.2-1_amd64.deb

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

iEYEARECAAYFAklkgeAACgkQBsBdh1vkHyHGlQCfetFfkuimyg2LuycMfuI388so
+S0AnAtyA7NS65kWsn7hJkF6pLJ9QKTW
=7VRm
-END PGP SIGNATURE-


Accepted:
gstreamer-tools_0.10.21.2-1_amd64.deb
  to pool/main/g/gstreamer0.10/gstreamer-tools_0.10.21.2-1_amd64.deb
gstreamer0.10-doc_0.10.21.2-1_all.deb
  to pool/main/g/gstreamer0.10/gstreamer0.10-doc_0.10.21.2-1_all.deb
gstreamer0.10-tools_0.10.21.2-1_amd64.deb
  to pool/main/g/gstreamer0.10/gstreamer0.10-tools_0.10.21.2-1_amd64.deb
gstreamer0.10_0.10.21.2-1.diff.gz
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.21.2-1.diff.gz
gstreamer0.10_0.10.21.2-1.dsc
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.21.2-1.dsc
gstreamer0.10_0.10.21.2.orig.tar.gz
  to 

Accepted bzr-dbus 0.1~bzr38-1 (source all)

2009-01-07 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 20:34:14 +0100
Source: bzr-dbus
Binary: bzr-dbus
Architecture: source all
Version: 0.1~bzr38-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-dbus   - D-Bus announcements plugin for Bazaar
Changes: 
 bzr-dbus (0.1~bzr38-1) experimental; urgency=low
 .
   * New upstream snapshot.
+ Hides DBus connect error messages rather than warning, per #503834.
Checksums-Sha1: 
 f23959b49551167b71672c9ff75969182532fdfd 1450 bzr-dbus_0.1~bzr38-1.dsc
 82145299bfe9e7bdc9fc6ffe621d3e8e6dd34c09 20129 bzr-dbus_0.1~bzr38.orig.tar.gz
 5b30a442302e3212ff0e6a8c41ebb251c616d680 13947 bzr-dbus_0.1~bzr38-1.diff.gz
 672b803ce948f383044e6f1c0f68efa2dd232fb6 18032 bzr-dbus_0.1~bzr38-1_all.deb
Checksums-Sha256: 
 e210904ac20c57f06b52541001b4980711d91654146fcb224a25043c05b63f0b 1450 
bzr-dbus_0.1~bzr38-1.dsc
 3026d2496f87d44978e47de920f2bb7f8145eaea1022f799a83bd4c1a21240aa 20129 
bzr-dbus_0.1~bzr38.orig.tar.gz
 f1b43cd61be18e43d53015e4ba32afd8af8865c6bdf8523c9d49564c71da1ebc 13947 
bzr-dbus_0.1~bzr38-1.diff.gz
 9e5fb02a67ea9c6db8e5cc8cadc570f4718ead59c6aedd22480e7c3e4cee5540 18032 
bzr-dbus_0.1~bzr38-1_all.deb
Files: 
 bb3b989367452d06e5a50b620dc62041 1450 devel optional bzr-dbus_0.1~bzr38-1.dsc
 ffcbe186718aa0dca08fee991826c5bf 20129 devel optional 
bzr-dbus_0.1~bzr38.orig.tar.gz
 bca11d34244ad77b3de8842411217e5a 13947 devel optional 
bzr-dbus_0.1~bzr38-1.diff.gz
 ce71ac1768eca94aa9ebe910dc9aba56 18032 devel optional 
bzr-dbus_0.1~bzr38-1_all.deb

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

iJwEAQECAAYFAklkhy4ACgkQDLQl4QYPZuV+UwP/V7s7SN3+ooosx25ijGgCQwoh
ilY5ixZw1xMKrZ7lejyCNo3tCjVB7WdAQkx3YzOAxn/rxyufWcOaYJL1JbDlXPgv
WAozAh+9TtJQtUHnYUmdRliM+YehyPPdyVOauQBNca4psj45XZ898Y/whV+7rOvj
wktu1TqFtILyhU72fLo=
=cyYc
-END PGP SIGNATURE-


Accepted:
bzr-dbus_0.1~bzr38-1.diff.gz
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr38-1.diff.gz
bzr-dbus_0.1~bzr38-1.dsc
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr38-1.dsc
bzr-dbus_0.1~bzr38-1_all.deb
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr38-1_all.deb
bzr-dbus_0.1~bzr38.orig.tar.gz
  to pool/main/b/bzr-dbus/bzr-dbus_0.1~bzr38.orig.tar.gz


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



Accepted libpam-mount 1.8-1 (source amd64)

2009-01-07 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 10:12:37 +0100
Source: libpam-mount
Binary: libpam-mount
Architecture: source amd64
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam cal...@debian.org
Changed-By: Bastian Kleineidam cal...@debian.org
Description: 
 libpam-mount - PAM module that can mount volumes for a user session
Closes: 509233 510990
Changes: 
 libpam-mount (1.8-1) unstable; urgency=low
 .
   * New upstream release.
 - Fixes segfault when used in cron environments (Closes: #510990)
   * Removed use_first_pass from common-pammount (Closes: #509233)
Checksums-Sha1: 
 658b821d8e3e8c2362b773ebd5cfe8d2e12b47b7 1213 libpam-mount_1.8-1.dsc
 973fe0a1b586a1d001ca35459f71bf2ad19a750b 399699 libpam-mount_1.8.orig.tar.gz
 11b57988148772f94037921314d332021e864068 20937 libpam-mount_1.8-1.diff.gz
 3e6f0e92c5a2bfafadc81d520576759b3b52f85e 126094 libpam-mount_1.8-1_amd64.deb
Checksums-Sha256: 
 ee400b4f8bdee4faa4fcc4b18c85c194bf6dad8029693b825dedd0ba2e2a6493 1213 
libpam-mount_1.8-1.dsc
 541ab0dbb13383c376d29889f0391dcbfdba1660df4b938fa5f9c13db5bd18c6 399699 
libpam-mount_1.8.orig.tar.gz
 c34cc69a3ce377cc4cfecdeecca38fc64c81c650848e80fecf776e089c6582a0 20937 
libpam-mount_1.8-1.diff.gz
 99c1f1f48f4627750ee5b94adc119f8201ffc9c2f8479e1a4a1dea9ad010c05d 126094 
libpam-mount_1.8-1_amd64.deb
Files: 
 146f241f11cd26358bed6a2f66f66d06 1213 admin extra libpam-mount_1.8-1.dsc
 6cfe578f6335beef0767937607ed1a91 399699 admin extra 
libpam-mount_1.8.orig.tar.gz
 1182d9f897b39dfed42bd5d63161fe4d 20937 admin extra libpam-mount_1.8-1.diff.gz
 638dd5f3d4632b456c963d9bface8e8f 126094 admin extra 
libpam-mount_1.8-1_amd64.deb

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

iEYEARECAAYFAklkdZ4ACgkQeBwlBDLsbz5pjQCglFECOcybVC3uCILCftfgxHGv
IxYAoI4HrULW/NfZ/25eaJbSpY850K8A
=RwAU
-END PGP SIGNATURE-


Accepted:
libpam-mount_1.8-1.diff.gz
  to pool/main/libp/libpam-mount/libpam-mount_1.8-1.diff.gz
libpam-mount_1.8-1.dsc
  to pool/main/libp/libpam-mount/libpam-mount_1.8-1.dsc
libpam-mount_1.8-1_amd64.deb
  to pool/main/libp/libpam-mount/libpam-mount_1.8-1_amd64.deb
libpam-mount_1.8.orig.tar.gz
  to pool/main/libp/libpam-mount/libpam-mount_1.8.orig.tar.gz


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



Accepted gst-plugins-base0.10 0.10.21.2-1 (source all amd64)

2009-01-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 12:12:13 +0100
Source: gst-plugins-base0.10
Binary: gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-base-doc 
libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev 
gstreamer0.10-alsa gstreamer0.10-gnomevfs gstreamer0.10-plugins-base 
gstreamer0.10-plugins-base-dbg gstreamer0.10-x
Architecture: source all amd64
Version: 0.10.21.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-alsa - GStreamer plugin for ALSA
 gstreamer0.10-gnomevfs - GStreamer plugin for GnomeVFS
 gstreamer0.10-plugins-base - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-apps - GStreamer helper programs from the base set
 gstreamer0.10-plugins-base-dbg - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-doc - GStreamer documentation for plugins from the 
base set
 gstreamer0.10-x - GStreamer plugins for X11 and Pango
 libgstreamer-plugins-base0.10-0 - GStreamer libraries from the base set
 libgstreamer-plugins-base0.10-dev - GStreamer development files for libraries 
from the base set
Changes: 
 gst-plugins-base0.10 (0.10.21.2-1) experimental; urgency=low
 .
   * New upstream pre-release:
 + debian/patches/02_gtkdoc-rebase.patch,
   debian/patches/03_image-tag-length.patch:
   - Dropped, merged upstream.
 + debian/rules:
   - Update gstreamer build dependency.
 + debian/gstreamer-plugins-base.install,
   debian/libgstreamer-plugins-base.install:
   - Add new libgstapp library and app plugin.
 + debian/patches/01_gio-modules.patch,
   debian/patches/02_gnome-vfs-modules.patch,
   debian/patches/99_autoconf.patch:
   - Add plugin dependencies for the GnomeVFS, GIO, GVfs
 modules.
 + debian/libgstreamer-plugins-base.symbols:
   - Add new symbols.
Checksums-Sha1: 
 8e89a09848489125ea3a2a0da14c67d9c5164229 2340 
gst-plugins-base0.10_0.10.21.2-1.dsc
 40574dda733fa41730582e31c5675ff20562fb69 2991493 
gst-plugins-base0.10_0.10.21.2.orig.tar.gz
 9d2b9f11531172b2da45e06520c09cb6f83c0377 126181 
gst-plugins-base0.10_0.10.21.2-1.diff.gz
 686c377eefdfcfcc828e23ef1f7893a46f783e05 372780 
gstreamer0.10-plugins-base-doc_0.10.21.2-1_all.deb
 2d86373e535a32122349bd07bd5234a9190251f3 44828 
gstreamer0.10-plugins-base-apps_0.10.21.2-1_amd64.deb
 f0ffaffc88bd6890b858bc850b586ef8485fc508 379204 
libgstreamer-plugins-base0.10-0_0.10.21.2-1_amd64.deb
 a502f9063a7fbd565537ff209b41a97e53711d70 100880 
libgstreamer-plugins-base0.10-dev_0.10.21.2-1_amd64.deb
 58e800358fc84823c43d98dc197e81fff9ee83fe 81094 
gstreamer0.10-alsa_0.10.21.2-1_amd64.deb
 cd95f89a5683f2429626bada6ba8f1fdc3e857d6 59036 
gstreamer0.10-gnomevfs_0.10.21.2-1_amd64.deb
 83e7e1f21c3e85bb4935be021b826175bc4abd37 642014 
gstreamer0.10-plugins-base_0.10.21.2-1_amd64.deb
 8da4a890387fca34f39201231c6f7ab58bca8ef3 2235496 
gstreamer0.10-plugins-base-dbg_0.10.21.2-1_amd64.deb
 404f087ac29559eed9975dc7f23453b4d7b98824 118798 
gstreamer0.10-x_0.10.21.2-1_amd64.deb
Checksums-Sha256: 
 b5e841fede5c4340848793a25556ddcd836abd26596bd9d5af7432a3cbb9470e 2340 
gst-plugins-base0.10_0.10.21.2-1.dsc
 ea628a3fc52ef5e64dec4a9ab13defdc09fbaf61b3f7d6f5274d672ff3870471 2991493 
gst-plugins-base0.10_0.10.21.2.orig.tar.gz
 ffb4d396fa547aaf39c2137fed76350b9e90bf5fef469dcf479dc8f340ec7750 126181 
gst-plugins-base0.10_0.10.21.2-1.diff.gz
 61c47522232e2cdf816ef5a501d6561107f15592a23b312d7be7881b80f48b8f 372780 
gstreamer0.10-plugins-base-doc_0.10.21.2-1_all.deb
 9cb91db268fe19b3885c1de14a933ef499878a96756e7380f95c5e7dcb269c2f 44828 
gstreamer0.10-plugins-base-apps_0.10.21.2-1_amd64.deb
 5973e238e48d02ff2a81128748356ca682bacd85ca20c4c86080b6dd83a8abf0 379204 
libgstreamer-plugins-base0.10-0_0.10.21.2-1_amd64.deb
 1e08e668d09dc63a966a1c7858604a1e2f2e43df1e22e7e95bf1f47d32ebbff6 100880 
libgstreamer-plugins-base0.10-dev_0.10.21.2-1_amd64.deb
 1f41e4b6b8981d4456de4620736c5e74e63e9495557a54c7c29db95f9099b4ba 81094 
gstreamer0.10-alsa_0.10.21.2-1_amd64.deb
 4735e0aa258778f39d9a2e3db928ccf2d393d879d6c2c80e55a1c1fbf9c18a77 59036 
gstreamer0.10-gnomevfs_0.10.21.2-1_amd64.deb
 7eb380291002a899060cff39d788e99c07703b737dbafb85ab45f2b585451aa1 642014 
gstreamer0.10-plugins-base_0.10.21.2-1_amd64.deb
 03d060596aad898f2bd322c81e6a08280f7beccfa43e4ce4328671efdd90a884 2235496 
gstreamer0.10-plugins-base-dbg_0.10.21.2-1_amd64.deb
 6eaa2d525b026d4f0a4814a5c5892bd01c68c0def1b935a5b56ee9b4c314292a 118798 
gstreamer0.10-x_0.10.21.2-1_amd64.deb
Files: 
 e912fca1cc9a3628b60f2588868b563f 2340 libs optional 
gst-plugins-base0.10_0.10.21.2-1.dsc
 1a0f0d9e0cf22e83966889e5706f7c26 2991493 libs optional 
gst-plugins-base0.10_0.10.21.2.orig.tar.gz
 9a0b93cdd0ae73a7ccbd94a9db4bf264 126181 libs optional 
gst-plugins-base0.10_0.10.21.2-1.diff.gz
 e29fdb12a4446675be67ea30794771e3 372780 doc optional 

Accepted python2.5 2.5.4-1~exp1 (source all i386)

2009-01-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 04 Jan 2009 18:37:12 +0100
Source: python2.5
Binary: python2.5 python2.5-minimal python2.5-examples python2.5-dev 
idle-python2.5 python2.5-dbg
Architecture: source all i386
Version: 2.5.4-1~exp1
Distribution: experimental
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 idle-python2.5 - An IDE for Python (v2.5) using Tkinter
 python2.5  - An interactive high-level object-oriented language (version 2.5)
 python2.5-dbg - Debug Build of the Python Interpreter (version 2.5)
 python2.5-dev - Header files and a static library for Python (v2.5)
 python2.5-examples - Examples for the Python language (v2.5)
 python2.5-minimal - A minimal subset of the Python language (version 2.5)
Closes: 453287
Changes: 
 python2.5 (2.5.4-1~exp1) experimental; urgency=low
 .
   * New upstream version.
   * ctypes.util.find_library(): Determine the shared object name of a library
 using ldconfig only, only fall back to objdump/gcc if ldconfig fails.
 Raise exceptions if gcc or objdump cannot be found. Closes: #453287,
 LP: #211962.
 Packages needing binutils and/or gcc must explicitely depend on it.
Checksums-Sha1: 
 316ad0191e539a04b3aedd4b725c29e426d4f467 1830 python2.5_2.5.4-1~exp1.dsc
 077854339eb8aa92564e19aa7903c720a9e02eea 11688456 python2.5_2.5.4.orig.tar.gz
 3358e5e80877c47a1b2b902e88ba153ccef1524c 208250 python2.5_2.5.4-1~exp1.diff.gz
 f60c867faabb399d1f8d1adb506474baec47 650274 
python2.5-examples_2.5.4-1~exp1_all.deb
 5ff3f474bb23eb57c566e08a6c05e8407738ace2 68384 
idle-python2.5_2.5.4-1~exp1_all.deb
 9e304d0bcdae53e135bd9eb63890fb1436d6259c 2926096 
python2.5_2.5.4-1~exp1_i386.deb
 f7cca6b9739a710d58e99b1149dfd5594b5fb83e 1206638 
python2.5-minimal_2.5.4-1~exp1_i386.deb
 94f5b9c1faa27f94d87fdb42086d116961dd5a6d 1897886 
python2.5-dev_2.5.4-1~exp1_i386.deb
 699710bf6707c62d89a9e5701ee757d3d06794ec 7446522 
python2.5-dbg_2.5.4-1~exp1_i386.deb
Checksums-Sha256: 
 1573852529e3177c76516ad6387f7d06d03b9c87ae69698ffb8fa2693502fbb8 1830 
python2.5_2.5.4-1~exp1.dsc
 6a8e41abf359ebed239d2a78ee2f7934ad3a355c2b7359a14043846f2771bf25 11688456 
python2.5_2.5.4.orig.tar.gz
 bcb07c6b93a16cea528cade45d4b6fdfcff85d4bce718e8d5309ad670140f2fd 208250 
python2.5_2.5.4-1~exp1.diff.gz
 641e1ed23d3cd117eb2b28ec79f229086102b0a71c247ff31bf62fff0f41f1c2 650274 
python2.5-examples_2.5.4-1~exp1_all.deb
 43ba3db4ba4282cbea84581f73310a9aa547cc7731d6dce93cb5a98d052f7dc3 68384 
idle-python2.5_2.5.4-1~exp1_all.deb
 9fa23778d1c796d4e99c66b9968a44cd840bdd062ac393459971bf5a2760 2926096 
python2.5_2.5.4-1~exp1_i386.deb
 bbb306fe7d9c31523ae093839c9175c3828ef8e389fe4b94ac102e8782c5b689 1206638 
python2.5-minimal_2.5.4-1~exp1_i386.deb
 9a360c0d3ce11fd90ef92de1f429030cb48b44af2489c2c79f0f7ff9fc9d44b8 1897886 
python2.5-dev_2.5.4-1~exp1_i386.deb
 a26b874dea5b1e3c0e90a913dbb20576c9fb5bb0eba6846ea8a41f67ccf759ca 7446522 
python2.5-dbg_2.5.4-1~exp1_i386.deb
Files: 
 1e58760bb644ee4342b5f45a177248cf 1830 python optional 
python2.5_2.5.4-1~exp1.dsc
 d2b7bae060d0e4ed3b5129115dbc88a1 11688456 python optional 
python2.5_2.5.4.orig.tar.gz
 b5ecf1365f5c0c973ea3a3285f88ce7f 208250 python optional 
python2.5_2.5.4-1~exp1.diff.gz
 b464e5b623da2a9520b2bef1f7331a02 650274 python optional 
python2.5-examples_2.5.4-1~exp1_all.deb
 35383726eec84bf18492710f17745363 68384 python optional 
idle-python2.5_2.5.4-1~exp1_all.deb
 d83dcce100a9a749bf1b7db3af9a9fe1 2926096 python optional 
python2.5_2.5.4-1~exp1_i386.deb
 6dcac02054000c8c7eb1c6bf10f3b58c 1206638 python optional 
python2.5-minimal_2.5.4-1~exp1_i386.deb
 78da7c32ffcd552960e16392500b2b04 1897886 python optional 
python2.5-dev_2.5.4-1~exp1_i386.deb
 5f989a57eb6d15141028510a28a98541 7446522 python extra 
python2.5-dbg_2.5.4-1~exp1_i386.deb

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

iEYEARECAAYFAklkni4ACgkQStlRaw+TLJyS1gCdEZ0XSntA7FpVsRqjy8yCwB99
uWUAn0cqVVtUqXViNJR+0KbYpXEsmPlf
=nxGY
-END PGP SIGNATURE-


Accepted:
idle-python2.5_2.5.4-1~exp1_all.deb
  to pool/main/p/python2.5/idle-python2.5_2.5.4-1~exp1_all.deb
python2.5-dbg_2.5.4-1~exp1_i386.deb
  to pool/main/p/python2.5/python2.5-dbg_2.5.4-1~exp1_i386.deb
python2.5-dev_2.5.4-1~exp1_i386.deb
  to pool/main/p/python2.5/python2.5-dev_2.5.4-1~exp1_i386.deb
python2.5-examples_2.5.4-1~exp1_all.deb
  to pool/main/p/python2.5/python2.5-examples_2.5.4-1~exp1_all.deb
python2.5-minimal_2.5.4-1~exp1_i386.deb
  to pool/main/p/python2.5/python2.5-minimal_2.5.4-1~exp1_i386.deb
python2.5_2.5.4-1~exp1.diff.gz
  to pool/main/p/python2.5/python2.5_2.5.4-1~exp1.diff.gz
python2.5_2.5.4-1~exp1.dsc
  to pool/main/p/python2.5/python2.5_2.5.4-1~exp1.dsc
python2.5_2.5.4-1~exp1_i386.deb
  to pool/main/p/python2.5/python2.5_2.5.4-1~exp1_i386.deb
python2.5_2.5.4.orig.tar.gz
  to pool/main/p/python2.5/python2.5_2.5.4.orig.tar.gz


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

Accepted procps 1:3.2.7-9.1 (source amd64)

2009-01-07 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 13:47:37 +0100
Source: procps
Binary: procps libproc-dev
Architecture: source amd64
Version: 1:3.2.7-9.1
Distribution: unstable
Urgency: low
Maintainer: Craig Small csm...@debian.org
Changed-By: Hilko Bengen ben...@debian.org
Description: 
 libproc-dev - library for accessing process information from /proc
 procps - /proc file system utilities
Closes: 511082
Changes: 
 procps (1:3.2.7-9.1) unstable; urgency=low
 .
   * NMU
   * Removes spuirous debug printf() that breaks other packages
 (Closes: #511082)
Checksums-Sha1: 
 ff343462777e261e10273f28a56609a1d737389d 1002 procps_3.2.7-9.1.dsc
 e44eb3bb888c4c910a1d69a9e9a9c9031b49d4ab 47636 procps_3.2.7-9.1.diff.gz
 078eab4a8184f6c6dcab5e0a4481333f841f01c7 240300 procps_3.2.7-9.1_amd64.deb
 91a1d6bdd1b6ff1119aa82875fc1e6f1b80ad7bc 59862 libproc-dev_3.2.7-9.1_amd64.deb
Checksums-Sha256: 
 bdaeb64bd62b7cf06046e92aa35ede45eb313f92397783d8e7d01f6c3254fda8 1002 
procps_3.2.7-9.1.dsc
 c8f5a31d0fd5a55e0a3b0eba4547fcb5dacb1d1326088b538e3ea7f024684c52 47636 
procps_3.2.7-9.1.diff.gz
 e759c6214b31d2e4a2177cf7fef3f119a8b015fec16b2cade83d3b5a5951c37e 240300 
procps_3.2.7-9.1_amd64.deb
 1ab2f4c800647cfa455a72a6c49a3149b5099e8f1b40bb6ac3dc68a3b414a563 59862 
libproc-dev_3.2.7-9.1_amd64.deb
Files: 
 c4ddcb39d270625e891751d1716cc487 1002 admin required procps_3.2.7-9.1.dsc
 8edd482d871a26845e86f2f70b58dcc8 47636 admin required procps_3.2.7-9.1.diff.gz
 d86c3013ca1650855af5bcb67c7845d3 240300 admin required 
procps_3.2.7-9.1_amd64.deb
 25c46405d8736ceb0b6e57e247e09724 59862 libdevel optional 
libproc-dev_3.2.7-9.1_amd64.deb

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

iEYEARECAAYFAklkpr0ACgkQUCgnLz/SlGihUQCg8SogjeHal1ymYvN6mBUw8FeN
C6IAn3IafYiG3wacBZto/GydLYvTpirp
=Wokl
-END PGP SIGNATURE-


Accepted:
libproc-dev_3.2.7-9.1_amd64.deb
  to pool/main/p/procps/libproc-dev_3.2.7-9.1_amd64.deb
procps_3.2.7-9.1.diff.gz
  to pool/main/p/procps/procps_3.2.7-9.1.diff.gz
procps_3.2.7-9.1.dsc
  to pool/main/p/procps/procps_3.2.7-9.1.dsc
procps_3.2.7-9.1_amd64.deb
  to pool/main/p/procps/procps_3.2.7-9.1_amd64.deb


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



Accepted octave3.0 1:3.0.3-3 (source all amd64)

2009-01-07 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 12:13:42 +0100
Source: octave3.0
Binary: octave3.0 octave3.0-doc octave3.0-htmldoc octave3.0-headers 
octave3.0-emacsen octave3.0-info octave2.9 octave2.9-doc octave2.9-htmldoc 
octave2.9-headers octave2.9-emacsen octave2.9-info octave3.0-dbg 
octave3.0-common
Architecture: source amd64 all
Version: 1:3.0.3-3
Distribution: experimental
Urgency: low
Maintainer: Debian Octave Group pkg-octave-de...@lists.alioth.debian.org
Changed-By: Rafael Laboissiere raf...@debian.org
Description: 
 octave2.9  - GNU Octave language for numerical computations (dummy package)
 octave2.9-doc - PDF documentation on the GNU Octave language (dummy package)
 octave2.9-emacsen - Emacs support for the GNU Octave language (dummy package)
 octave2.9-headers - header files for the GNU Octave language (dummy package)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (dummy 
package)
 octave2.9-info - GNU Info documentation on the GNU Octave language (dummy 
package)
 octave3.0  - GNU Octave language for numerical computations (3.0 branch)
 octave3.0-common - architecture-independent files for octave3.0
 octave3.0-dbg - Debug symbols for octave3.0
 octave3.0-doc - PDF documentation on the GNU Octave language (3.0 branch)
 octave3.0-emacsen - Emacs support for the GNU Octave language (3.0 branch)
 octave3.0-headers - header files for the GNU Octave language (3.0 branch)
 octave3.0-htmldoc - HTML documentation on the GNU Octave language (3.0 branch)
 octave3.0-info - GNU Info documentation on the GNU Octave language (3.0 branch)
Closes: 511075
Changes: 
 octave3.0 (1:3.0.3-3) experimental; urgency=low
 .
   * debian/in/control: Add an epoch to the build-dependency on
 libsuitesparse-dev, avoiding the autobuilder dependencies to be
 satisfied with the previous version of the SuiteSparse package
 (1:3.1.0-3.1). Closes: #511075.
Checksums-Sha1: 
 262ec730960935a91bad60c38a3ea9d3b0f9c7e0 1979 octave3.0_3.0.3-3.dsc
 86d1974b5947440ed4a1bbfe02fe292548c014e1 11760168 octave3.0_3.0.3.orig.tar.gz
 f184d539bbc728e8786edd5fb7a1bc15f58c53e8 64058 octave3.0_3.0.3-3.diff.gz
 8b18a6f7c1246c1201f868c4672e2cd7013c4656 7470938 octave3.0_3.0.3-3_amd64.deb
 0e0390752a429387fa6a5a4a369b77c2c46b2290 451762 
octave3.0-headers_3.0.3-3_amd64.deb
 a98e9a2547bad6a3736511563484842b323286f2 40151870 
octave3.0-dbg_3.0.3-3_amd64.deb
 a5c56aec1f38ae57070c0dcf82e096c2f59608c1 4843280 octave3.0-doc_3.0.3-3_all.deb
 1d3310810c1a27b422df6d668e5d73dc0b8ba280 968684 
octave3.0-htmldoc_3.0.3-3_all.deb
 1a55689db8b63aebbfbb470f876422d9dcc1a290 98336 
octave3.0-emacsen_3.0.3-3_all.deb
 16ce3f647e3b855e85a24591ff9fe106097eca84 498980 octave3.0-info_3.0.3-3_all.deb
 51ca348695060250ca18f1a9d5e78ef9d94063db 73830 octave2.9_3.0.3-3_all.deb
 bf1cd8b19433508f4c228f6cad374389cd5fd9d7 73834 octave2.9-doc_3.0.3-3_all.deb
 1948c4108a0d84aa06bce38681c32cddac0ec341 73846 
octave2.9-htmldoc_3.0.3-3_all.deb
 520016dfbd8d438a008d3b6400d544749f9c5b6b 73842 
octave2.9-headers_3.0.3-3_all.deb
 663bdb2410b9a901047b87d1e2a4ea01527d7388 73850 
octave2.9-emacsen_3.0.3-3_all.deb
 3bfcf4c6bc89b239cc9871e0adf61334a198bfbd 73844 octave2.9-info_3.0.3-3_all.deb
 bbd6642cb7c84ef48b23f721b484d0c1de3b0090 678922 
octave3.0-common_3.0.3-3_all.deb
Checksums-Sha256: 
 3234a1847b075a4417854a6c9cfbf59a59777ebd28b3c727b5c716f83b1e730b 1979 
octave3.0_3.0.3-3.dsc
 fb093e267e5b9656f767896a33d664e5ee921e28898a481542bdb4db31f7604e 11760168 
octave3.0_3.0.3.orig.tar.gz
 9afa2be8433019a9382ce3fb1c47d0a89fb22172081be1e15756247b941bdde4 64058 
octave3.0_3.0.3-3.diff.gz
 df8aeb04daea61b18983aa80b1e8aa137ec4fef13539eff2d5c91f418cdff8b7 7470938 
octave3.0_3.0.3-3_amd64.deb
 2897fae7ea025dec72e5cd10e4d488fb187e2e816c4965db4475cb4c54b9ed8c 451762 
octave3.0-headers_3.0.3-3_amd64.deb
 4f4642ab215efc1fd50119adabe34e02b71a337f4bed4cda3fd81641b751af9d 40151870 
octave3.0-dbg_3.0.3-3_amd64.deb
 9ac70a53761ddbdc419dc1751491d682e638085c42258b0961603f44f21a04d1 4843280 
octave3.0-doc_3.0.3-3_all.deb
 12fe29ac34b04ede63192b80ac3b0f28484520c7725c2bd68edb2567af94949a 968684 
octave3.0-htmldoc_3.0.3-3_all.deb
 3b3e838ad7488afbfae8f7d1a9d98054eb5014c30f41fccd1de45b33562acc0c 98336 
octave3.0-emacsen_3.0.3-3_all.deb
 6f5b14f57da62b5f46c7517c3cfd45cbe54fa41cba66f6b8a4d3972f91a7d591 498980 
octave3.0-info_3.0.3-3_all.deb
 2246151a48b313c7d36454256b8c847e4104beb017e1e2f5b890b411a676c8d7 73830 
octave2.9_3.0.3-3_all.deb
 c79991abda8e837a6673d3a51d5eadb57ff5f723231fa852ec7cabd7e8da539c 73834 
octave2.9-doc_3.0.3-3_all.deb
 58a1afd8d8874eca11968f3de1f9686578e4a21291d847c48e73a261c37c19f2 73846 
octave2.9-htmldoc_3.0.3-3_all.deb
 2ca01009f37bad784423d377f830ac233fa0ccce7f19285921ee1508e0548200 73842 
octave2.9-headers_3.0.3-3_all.deb
 5b056fad804caf6c0860425bbfe1a95592c1613e922be1b7462cb6cf1ed38021 73850 
octave2.9-emacsen_3.0.3-3_all.deb
 8e870be1ae9783bdb6a6bf5eed08d9e9bf26293a3971627efeea9718a659a36c 73844 

Accepted libtest-distribution-perl 2.00-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 15:53:19 +0100
Source: libtest-distribution-perl
Binary: libtest-distribution-perl
Architecture: source all
Version: 2.00-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-distribution-perl - perform tests on all modules of a distribution
Changes: 
 libtest-distribution-perl (2.00-2) unstable; urgency=low
 .
   [ David Paleino ]
   * Remove myself from Uploaders.
   * debian/copyright: using Copyright word for Debian packaging
   * debian/control:
 - fix dependencies on libmodule-corelist-perl, since it's also
   provided by perl-modules
 - Standards-Version 3.8.0 (no changes needed)
 .
   [ gregor herrmann ]
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - add ${misc:Depends} to Depends: field
 - change my email address
 - make alternative dependency on perl-modules versioned and
   add it to libmodule-build-perl too
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 d199965f1782ac5a4590f3b15e43e68392c38c77 1680 
libtest-distribution-perl_2.00-2.dsc
 b26fd5cb5e6dac1e35f33e6c82bf0b5d57fbc06e 2612 
libtest-distribution-perl_2.00-2.diff.gz
 592023b627f0ddb1203c452dcaa177175d2506da 18800 
libtest-distribution-perl_2.00-2_all.deb
Checksums-Sha256: 
 b59067462f775908eed5e157078e95f71dc9ae115086369c984561cb9c0f 1680 
libtest-distribution-perl_2.00-2.dsc
 a3801c25940bcbf17f788697565e6add1c39d43f3a65972bd94c26827f4fa582 2612 
libtest-distribution-perl_2.00-2.diff.gz
 bf0da9362e0471f514cf26e52136471cd13bc11b912cfd15c5dd2c00a8e96e0f 18800 
libtest-distribution-perl_2.00-2_all.deb
Files: 
 e146188a2e3052569cd8aac7c0e494af 1680 perl extra 
libtest-distribution-perl_2.00-2.dsc
 906fad2e3dccab46e75791f7340fb984 2612 perl extra 
libtest-distribution-perl_2.00-2.diff.gz
 9286bceab5a6ca350186164d6852911f 18800 perl extra 
libtest-distribution-perl_2.00-2_all.deb

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

iEYEARECAAYFAklkwhQACgkQOzKYnQDzz+QQKACgnwx1ym+u7hgq8XxY1EsXfJf6
fAwAmwcsbPGaGdBpmYR9OPeoXgQShgK4
=Y0hE
-END PGP SIGNATURE-


Accepted:
libtest-distribution-perl_2.00-2.diff.gz
  to 
pool/main/libt/libtest-distribution-perl/libtest-distribution-perl_2.00-2.diff.gz
libtest-distribution-perl_2.00-2.dsc
  to 
pool/main/libt/libtest-distribution-perl/libtest-distribution-perl_2.00-2.dsc
libtest-distribution-perl_2.00-2_all.deb
  to 
pool/main/libt/libtest-distribution-perl/libtest-distribution-perl_2.00-2_all.deb


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



Accepted initramfs-tools 0.92o (source all)

2009-01-07 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 15:16:14 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.92o
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team debian-ker...@lists.debian.org
Changed-By: maximilian attems m...@debian.org
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 511085
Changes: 
 initramfs-tools (0.92o) unstable; urgency=high
 .
   * configure_networking: Raise ipconfig timeout to 180 seconds.
 Thanks Norbert Tretkowski norb...@tretkowski.de for report.
 (closes: #511085)
Checksums-Sha1: 
 fd3ac8275cdeecae94cc41824c1aea3c81c125e8 1004 initramfs-tools_0.92o.dsc
 1d8a9b6e5e5e6d51149e12a831f22cf185e209ff 89622 initramfs-tools_0.92o.tar.gz
 a30ae976f8ba421de307fc0a0c9f7f8acd25597a 75332 initramfs-tools_0.92o_all.deb
Checksums-Sha256: 
 90c1b48fcd84e831d1c072b3365001eaa7d07aa44eeb748e8da071801ed43f02 1004 
initramfs-tools_0.92o.dsc
 c6d76f51c08e23463fffd2fce027d62ffcfa317f549c58e14495459a1773a55e 89622 
initramfs-tools_0.92o.tar.gz
 b690a38080e4387167b4bdf8b59ee0f57b8544a47294aa6ff8e102b62bea5770 75332 
initramfs-tools_0.92o_all.deb
Files: 
 8db9540e564c5aa8ca3e90a281643f50 1004 utils optional initramfs-tools_0.92o.dsc
 9daee930a5addd6fb7348e03cbe6bbfa 89622 utils optional 
initramfs-tools_0.92o.tar.gz
 5dedf08dee82a6ef0fab7ddca76fbb39 75332 utils optional 
initramfs-tools_0.92o_all.deb

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

iEYEARECAAYFAklkvEMACgkQeW7Lc5tEHqjZpgCdHX4amR89tF3IueJ0FntimI4q
AE4AoKeX1/qM/U6pRPL5db5NwR5w3c5V
=F/IF
-END PGP SIGNATURE-


Accepted:
initramfs-tools_0.92o.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.92o.dsc
initramfs-tools_0.92o.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.92o.tar.gz
initramfs-tools_0.92o_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.92o_all.deb


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



Accepted python-git 0.1.5-1 (source all)

2009-01-07 Thread Daniel Watkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 14:04:00 +
Source: python-git
Binary: python-git
Architecture: source all
Version: 0.1.5-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Watkins dan...@daniel-watkins.co.uk
Changed-By: Daniel Watkins dan...@daniel-watkins.co.uk
Description: 
 python-git - Python library to interact with Git repositories
Closes: 501211 507276
Changes: 
 python-git (0.1.5-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #501211, #507276)
   * Added Debian Python Modules Team to Uploaders field.
   * Updated Vcs-* fields to reflect the use of the DPMT Subversion repository.
   * Removed all patches merged upstream.
   * Converted debian/rules to use debhelper 7.
Checksums-Sha1: 
 4505ad97a5b8078a4aa3baaade4931c60b58545b 1359 python-git_0.1.5-1.dsc
 4b3a802ef1b478c36312e173b3b017b6faafb593 16952 python-git_0.1.5.orig.tar.gz
 01ce2ecb7783bfe844b2fe8af5fe87f198f9842b 1514 python-git_0.1.5-1.diff.gz
 8027d69c72ef0190fc47c9c017b089528f62a5fa 19034 python-git_0.1.5-1_all.deb
Checksums-Sha256: 
 e5322a33d8db39b4115093e1dada228bc6461e03f27f130f04147372c308e80c 1359 
python-git_0.1.5-1.dsc
 37aed23aa6da81d2ea105ce923258924be51e543fad4e42409b53fbd7c3ca387 16952 
python-git_0.1.5.orig.tar.gz
 f8703c8b44909644989f5211ebd15f749757553dcb3750436a47c098d28a9af6 1514 
python-git_0.1.5-1.diff.gz
 cc929127cda8764d332ca0a732c437de0d76f5a8ab3b154729684891db36e427 19034 
python-git_0.1.5-1_all.deb
Files: 
 1d46aad6367596a9e71f36d6177c305a 1359 python optional python-git_0.1.5-1.dsc
 f370d1be5f2e98b10ef28ce3df677322 16952 python optional 
python-git_0.1.5.orig.tar.gz
 8a7996fad17226a73944bf27e099f1ba 1514 python optional 
python-git_0.1.5-1.diff.gz
 02168320fb25fc42b6b6dcfaf10a0427 19034 python optional 
python-git_0.1.5-1_all.deb

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

iEYEARECAAYFAklkv+4ACgkQ5/8uW2NPmiCtEwCgixKWdp+KOM1WSBApSz2Inkgb
qVQAoINCyDp6m8DoXmuPR5RetlI2stDR
=t3JM
-END PGP SIGNATURE-


Accepted:
python-git_0.1.5-1.diff.gz
  to pool/main/p/python-git/python-git_0.1.5-1.diff.gz
python-git_0.1.5-1.dsc
  to pool/main/p/python-git/python-git_0.1.5-1.dsc
python-git_0.1.5-1_all.deb
  to pool/main/p/python-git/python-git_0.1.5-1_all.deb
python-git_0.1.5.orig.tar.gz
  to pool/main/p/python-git/python-git_0.1.5.orig.tar.gz


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



Accepted libtest-exception-perl 0.27-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 16:10:33 +0100
Source: libtest-exception-perl
Binary: libtest-exception-perl
Architecture: source all
Version: 0.27-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-exception-perl - a few convenience methods for testing exception based 
code
Closes: 509504
Changes: 
 libtest-exception-perl (0.27-2) unstable; urgency=low
 .
   [ Jeremiah C. Foster ]
   * debian/control:
 - more description of package added, taken from CPAN
 - moved architecture from all to any
 - added /me to Uploaders
   * debian/rules:
 - Now using deb-helper 7 which makes for a much smaller rules file
   * debian/copyright:
 - Added myself as copyright holder for packaging 2008
 - More explicit licensing information included
 - Adopted the current copyright format specification
 .
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509504)
   * debian/control:
 - short and long description improved.
 - perl Build-Depends moved to Build-Depends-Indep
 - package set to Architecture: all
 - ${shlibs:Depends} removed from binary's dependencies
   * debian/rules: properly use binary-indep instead of binary-arch
 .
   [ Damyan Ivanov ]
   * bump debian/compat to 7
 .
   [ gregor herrmann ]
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - add perl-modules (= 5.10) as an alternative build
   dependency to libmodule-build-perl
 - change my email address
 - mention module name in long description
 - add libsub-uplevel-perl (= 0.18) to build dependencies
   * debian/copyright: remove non-standard introduction.
Checksums-Sha1: 
 2035d76e680e6b923686a7cb030ffe0f24b6f1b2 1532 libtest-exception-perl_0.27-2.dsc
 ffa8a54649fd1fcd0045ba16f70b936f8dfe2c6d 2737 
libtest-exception-perl_0.27-2.diff.gz
 a4b475265f264a02a0b88f8b4eccb2a7b73a612f 17572 
libtest-exception-perl_0.27-2_all.deb
Checksums-Sha256: 
 34288f921a39ee1457357cdbfdd3d7b332d5e45eaac33d52eb30ad52f4202c7e 1532 
libtest-exception-perl_0.27-2.dsc
 29d87e43b207dfd806e7c133b29ddede3508903079528abb3144c326d264e984 2737 
libtest-exception-perl_0.27-2.diff.gz
 1eb383871cffc1f5cc186ffcaf19f756ebed17c5809cfda1b6b3dc788da05d45 17572 
libtest-exception-perl_0.27-2_all.deb
Files: 
 9b22fd09d3a90c738cd0c568612cfdd2 1532 perl optional 
libtest-exception-perl_0.27-2.dsc
 1baf97f76b3309a0b20e2635244e139f 2737 perl optional 
libtest-exception-perl_0.27-2.diff.gz
 050fe795731e96cd801980aafaac1306 17572 perl optional 
libtest-exception-perl_0.27-2_all.deb

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

iEYEARECAAYFAklkxhUACgkQOzKYnQDzz+TEigCeJOqghHB/rMpZgoWYcYA8N/I1
GckAoM70vfJiENgjV5MmEdev6txCEeUX
=qkqo
-END PGP SIGNATURE-


Accepted:
libtest-exception-perl_0.27-2.diff.gz
  to pool/main/libt/libtest-exception-perl/libtest-exception-perl_0.27-2.diff.gz
libtest-exception-perl_0.27-2.dsc
  to pool/main/libt/libtest-exception-perl/libtest-exception-perl_0.27-2.dsc
libtest-exception-perl_0.27-2_all.deb
  to pool/main/libt/libtest-exception-perl/libtest-exception-perl_0.27-2_all.deb


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



Accepted gpsbabel 1.3.6-3 (source amd64)

2009-01-07 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 16:12:17 +0100
Source: gpsbabel
Binary: gpsbabel
Architecture: source amd64
Version: 1.3.6-3
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gpsbabel   - GPS file conversion plus transfer to/from GPS units
Changes: 
 gpsbabel (1.3.6-3) unstable; urgency=low
 .
   * debian/patches:
 - Adding 'osm-char-int-cast-bug-fix' patch to remove an unneeded
   cast from int to char and back to int which resulted in a broken
   osm module on some architectures.
Checksums-Sha1: 
 52df573a35499100d707dcb304d6c6b398e9ee70 1281 gpsbabel_1.3.6-3.dsc
 7dceb5d0ee1586d0c88791169ab0cc944c82ef42 12332 gpsbabel_1.3.6-3.diff.gz
 18e76a35d8ca398b84575910f6b9ba4ed6f3aa2b 660254 gpsbabel_1.3.6-3_amd64.deb
Checksums-Sha256: 
 c656efb03a33fafa4ac4c65a06c91216107c86d8d4b9290b0cadf4db3879e3d8 1281 
gpsbabel_1.3.6-3.dsc
 5769418e86f9f48a3826f6d252a4eab96ef554181dd222a220a73601660ac0fc 12332 
gpsbabel_1.3.6-3.diff.gz
 44db5eb7bbc5ce0b9b09348062b7ae59c4551962c84ca0bda3515c133b1b4870 660254 
gpsbabel_1.3.6-3_amd64.deb
Files: 
 cd01c9fa21529620543694bba8199e6d 1281 utils optional gpsbabel_1.3.6-3.dsc
 5c2df28d5e498c6b58fdb255118bff1f 12332 utils optional gpsbabel_1.3.6-3.diff.gz
 4ff8967734bb8d98afa56bff22e50ee7 660254 utils optional 
gpsbabel_1.3.6-3_amd64.deb

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

iEYEARECAAYFAklkyMcACgkQBnqtBMk7/3mp/QCgu05B2Kz8nxhLnsYpRztOmLTX
VK0AoItbN871g0iWFowAMTX7+/8LQzls
=0ZQX
-END PGP SIGNATURE-


Accepted:
gpsbabel_1.3.6-3.diff.gz
  to pool/main/g/gpsbabel/gpsbabel_1.3.6-3.diff.gz
gpsbabel_1.3.6-3.dsc
  to pool/main/g/gpsbabel/gpsbabel_1.3.6-3.dsc
gpsbabel_1.3.6-3_amd64.deb
  to pool/main/g/gpsbabel/gpsbabel_1.3.6-3_amd64.deb


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



Accepted gmsh 2.2.6.dfsg-2 (source i386)

2009-01-07 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 16:02:08 +0100
Source: gmsh
Binary: gmsh
Architecture: source i386
Version: 2.2.6.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Christophe Prud'homme prudh...@debian.org
Description: 
 gmsh   - three-dimensional finite element mesh generator
Changes: 
 gmsh (2.2.6.dfsg-2) unstable; urgency=low
 .
   * debian/control: fixed lintian warning debhelper-but-no-misc-depends
   * debian/watch: fixed lintian warning
 debian-watch-file-should-mangle-version
Checksums-Sha1: 
 9b896b4a28894a33b990a9f8874c04a1e4514f09 1364 gmsh_2.2.6.dfsg-2.dsc
 a5ef1a60ad185913e82a99ad5fdce35665595548 11108 gmsh_2.2.6.dfsg-2.diff.gz
 d86cbbe1540561d79c833c24d434b5d5c7d05bed 3094334 gmsh_2.2.6.dfsg-2_i386.deb
Checksums-Sha256: 
 d018bd072bf53b0ce118b1ed0d3308d3864a5a3c0dd4a257f31794a5aa6df272 1364 
gmsh_2.2.6.dfsg-2.dsc
 35eacb63a1f8eda90bebb8a9707016120cc2acfd88cbcbb97a5b0e17a67e273d 11108 
gmsh_2.2.6.dfsg-2.diff.gz
 c3b49bf1e2001307f9abd41f1cbf86478ea0acf13664d45b761292a72f7b01d9 3094334 
gmsh_2.2.6.dfsg-2_i386.deb
Files: 
 f3000c88e385fd58c11c70755a201114 1364 math optional gmsh_2.2.6.dfsg-2.dsc
 9decb1325ad03583ec44ef43dbe6101a 11108 math optional gmsh_2.2.6.dfsg-2.diff.gz
 efd3209bc73302af22c9eab054d0b717 3094334 math optional 
gmsh_2.2.6.dfsg-2_i386.deb

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

iD8DBQFJZMfFoY+0C9S+FFARAj/jAJ4pfS7DmbyhdcnYt+lj1Tp3RG4ZIQCfaZut
SihXp95DEb57mHQiArMlnIk=
=C6y7
-END PGP SIGNATURE-


Accepted:
gmsh_2.2.6.dfsg-2.diff.gz
  to pool/main/g/gmsh/gmsh_2.2.6.dfsg-2.diff.gz
gmsh_2.2.6.dfsg-2.dsc
  to pool/main/g/gmsh/gmsh_2.2.6.dfsg-2.dsc
gmsh_2.2.6.dfsg-2_i386.deb
  to pool/main/g/gmsh/gmsh_2.2.6.dfsg-2_i386.deb


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



Accepted libxml-atom-service-perl 0.16.0-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 16:26:53 +0100
Source: libxml-atom-service-perl
Binary: libxml-atom-service-perl
Architecture: source all
Version: 0.16.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libxml-atom-service-perl - Atom Service Document object
Closes: 509503
Changes: 
 libxml-atom-service-perl (0.16.0-2) unstable; urgency=low
 .
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509503)
   * debian/lintian-overrides removed, was useless
 .
   [ gregor herrmann ]
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - add perl-modules (= 5.10) as an alternative build dependency to
   libmodule-build-perl
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: add headers.
Checksums-Sha1: 
 d3b755f4e2b8642966408a05798c929a444669e7 1593 
libxml-atom-service-perl_0.16.0-2.dsc
 988d91491b84a48b7294d3c5ea38f8377b76192d 2044 
libxml-atom-service-perl_0.16.0-2.diff.gz
 bd9fe294880591c607b3f801e6c5dbdf5861fd72 27930 
libxml-atom-service-perl_0.16.0-2_all.deb
Checksums-Sha256: 
 f3a1d14af85a187ccd54212493b4eb838ee7f7b1f069c19a1cdfad531f31b4b5 1593 
libxml-atom-service-perl_0.16.0-2.dsc
 058d04660c5a7cae74930f75b11c531132339e5aa42c1922da8cdba678f32d32 2044 
libxml-atom-service-perl_0.16.0-2.diff.gz
 453255544556cd0753eb05e4116a4d2df2a09839da1b723e4aedca640b75b387 27930 
libxml-atom-service-perl_0.16.0-2_all.deb
Files: 
 96f9194907adc628f9aaa3f4c38977df 1593 perl optional 
libxml-atom-service-perl_0.16.0-2.dsc
 de4bd87094b5e9ed70c774c52a6914b7 2044 perl optional 
libxml-atom-service-perl_0.16.0-2.diff.gz
 ce30da107e21661db69d8bed0861a635 27930 perl optional 
libxml-atom-service-perl_0.16.0-2_all.deb

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

iEYEARECAAYFAklkygcACgkQOzKYnQDzz+SkygCdEcQy/ks6Dj8dO2iFB2/oqc1b
CmQAnjFlCY/z+Wtw8zQZtzczc9wwfBH0
=DQF4
-END PGP SIGNATURE-


Accepted:
libxml-atom-service-perl_0.16.0-2.diff.gz
  to 
pool/main/libx/libxml-atom-service-perl/libxml-atom-service-perl_0.16.0-2.diff.gz
libxml-atom-service-perl_0.16.0-2.dsc
  to 
pool/main/libx/libxml-atom-service-perl/libxml-atom-service-perl_0.16.0-2.dsc
libxml-atom-service-perl_0.16.0-2_all.deb
  to 
pool/main/libx/libxml-atom-service-perl/libxml-atom-service-perl_0.16.0-2_all.deb


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



Accepted libtest-yaml-valid-perl 0.03-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 16:39:03 +0100
Source: libtest-yaml-valid-perl
Binary: libtest-yaml-valid-perl
Architecture: source all
Version: 0.03-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-yaml-valid-perl - Perl module to test for valid YAML
Closes: 509501
Changes: 
 libtest-yaml-valid-perl (0.03-2) unstable; urgency=low
 .
   [ David Paleino ]
   * debian/control:
 - removed myself from Uploaders (Closes: #509501)
 - Standards-Version 3.8.0 (no changes needed)
 .
   [ gregor herrmann ]
   * debian/control:
 - switch Vcs-Browser field to ViewSVN
 - add /me to Uploaders
 - improve short and long description
 - add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep
   * Don't install README anymore.
   * debian/copyright: add header section.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
Checksums-Sha1: 
 58a3b4db19a0e944a8f57f616f8cc3a7eb24eea0 1515 
libtest-yaml-valid-perl_0.03-2.dsc
 9ddb2be10cabb2c47735a2bd199883b935a074bb 1556 
libtest-yaml-valid-perl_0.03-2.diff.gz
 ec2f122e96611974a55886d66ee52f8f8b27713d 7978 
libtest-yaml-valid-perl_0.03-2_all.deb
Checksums-Sha256: 
 4b425a09ffd3aed2451cb3e369bf3eea4f2de7822af14d598be88b8f3fdf4be7 1515 
libtest-yaml-valid-perl_0.03-2.dsc
 670701479fd1534dab370119c8ba23d1a81f1a9e56e473ebceaacf6d150afc4f 1556 
libtest-yaml-valid-perl_0.03-2.diff.gz
 0e67d2460ec3e24861d501f7697442a4b431eb1ec3d7317fe5464795d482412e 7978 
libtest-yaml-valid-perl_0.03-2_all.deb
Files: 
 43027f0677814d2be6fe0b1e0a3d8159 1515 perl optional 
libtest-yaml-valid-perl_0.03-2.dsc
 6817414b9bf0b175b8d34dbd0859b2c2 1556 perl optional 
libtest-yaml-valid-perl_0.03-2.diff.gz
 40208fc66e78e6ac313b00d5fed5d724 7978 perl optional 
libtest-yaml-valid-perl_0.03-2_all.deb

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

iEYEARECAAYFAklkzMcACgkQOzKYnQDzz+SJ7wCgvy4kaDvnPOoSaUTJ2GM43ma+
Pr4AoL9hg62DO6lNIw85G7K1PoEy9DEv
=/bBH
-END PGP SIGNATURE-


Accepted:
libtest-yaml-valid-perl_0.03-2.diff.gz
  to 
pool/main/libt/libtest-yaml-valid-perl/libtest-yaml-valid-perl_0.03-2.diff.gz
libtest-yaml-valid-perl_0.03-2.dsc
  to pool/main/libt/libtest-yaml-valid-perl/libtest-yaml-valid-perl_0.03-2.dsc
libtest-yaml-valid-perl_0.03-2_all.deb
  to 
pool/main/libt/libtest-yaml-valid-perl/libtest-yaml-valid-perl_0.03-2_all.deb


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



Accepted libtest-perl-critic-perl 1.01-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 16:53:20 +0100
Source: libtest-perl-critic-perl
Binary: libtest-perl-critic-perl
Architecture: source all
Version: 1.01-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-perl-critic-perl - Use Perl::Critic in test scripts
Closes: 509505
Changes: 
 libtest-perl-critic-perl (1.01-2) unstable; urgency=low
 .
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509505)
   * debian/control:
 - Standards-Version 3.8.0 (no changes needed)
 - libperl-critic-perl dependency moved to Build-Depends-Indep
   * debian/copyright: using Copyright word for Debian packaging
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
   * Add perl-modules (= 5.10) as an alternative build dependency to
 libmodule-build-perl.
   * Add libtest-pod-perl, libtest-pod-coverage-perl to Build-Depends-Indep to
 activate additional tests.
   * Add /me to Uploaders.
Checksums-Sha1: 
 75df6598df32c0c55b03038fa85fe67d1cb8a045 1557 
libtest-perl-critic-perl_1.01-2.dsc
 3085a40d2b23102f0c5bf68bfab9c858a63c8c71 1963 
libtest-perl-critic-perl_1.01-2.diff.gz
 11b0c0caeff4f37e733b1988ff78af3e08a1e97d 15622 
libtest-perl-critic-perl_1.01-2_all.deb
Checksums-Sha256: 
 cae7abec54946e962e195bbb5ca3a2c692a9f8204d812705b64311713510cada 1557 
libtest-perl-critic-perl_1.01-2.dsc
 a3803866073f830ecda697110a3667de6b84acd54f02dc2dd99218f0f5dc26ab 1963 
libtest-perl-critic-perl_1.01-2.diff.gz
 7082b14f3580c6b6e095315db295deeb95482699dbf43955770bfab1c455c73c 15622 
libtest-perl-critic-perl_1.01-2_all.deb
Files: 
 89dfc9d58952a5ad4a463c44a05b0f71 1557 perl optional 
libtest-perl-critic-perl_1.01-2.dsc
 4d6c671304ab4797016a52cea53f0894 1963 perl optional 
libtest-perl-critic-perl_1.01-2.diff.gz
 d39d866e9496f65bbf6623037292c960 15622 perl optional 
libtest-perl-critic-perl_1.01-2_all.deb

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

iEYEARECAAYFAklk0C0ACgkQOzKYnQDzz+RBcgCgym6brV0pZhubhbV75m6XseoM
y+8AnjBFIeiUY8nmkMA09JUg5++3X7bH
=ZO41
-END PGP SIGNATURE-


Accepted:
libtest-perl-critic-perl_1.01-2.diff.gz
  to 
pool/main/libt/libtest-perl-critic-perl/libtest-perl-critic-perl_1.01-2.diff.gz
libtest-perl-critic-perl_1.01-2.dsc
  to pool/main/libt/libtest-perl-critic-perl/libtest-perl-critic-perl_1.01-2.dsc
libtest-perl-critic-perl_1.01-2_all.deb
  to 
pool/main/libt/libtest-perl-critic-perl/libtest-perl-critic-perl_1.01-2_all.deb


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



Accepted libtest-assertions-perl 1.054-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 17:18:59 +0100
Source: libtest-assertions-perl
Binary: libtest-assertions-perl
Architecture: source all
Version: 1.054-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libtest-assertions-perl - simple set of building blocks for unit and runtime 
testing
Closes: 509508
Changes: 
 libtest-assertions-perl (1.054-2) unstable; urgency=low
 .
   [ David Paleino ]
   * debian/control: removed myself from Uploaders (Closes: #509508)
 .
   [ gregor herrmann ]
   * debian/control:
 - added: Vcs-Svn field (source stanza); Vcs-Browser
   field (source stanza). Removed: XS-Vcs-Svn fields
 - added: ${misc:Depends} to Depends: field
 - set Standards-Version to 3.8.0 (no changes)
 - add /me to Uploaders
   * Don't install README anymore.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 cbd8fcd0eb929e5df5b65b162b3d53dd0dffb9e4 1455 
libtest-assertions-perl_1.054-2.dsc
 f265b0920239f408ed06a463d0d0edfabe0b640b 1852 
libtest-assertions-perl_1.054-2.diff.gz
 0c22c878545a2fa6e407d77566492053eaff9eff 31370 
libtest-assertions-perl_1.054-2_all.deb
Checksums-Sha256: 
 d529566a86ddf51931dc2924661b5839f73cdad05ea2dd170aa376fb89dd1c64 1455 
libtest-assertions-perl_1.054-2.dsc
 c4dbf932ac209eb6a33fbf3e704a22d9715d224875492a1116bc032eee281f08 1852 
libtest-assertions-perl_1.054-2.diff.gz
 8ba5474ff46c7f8a847d54e99138ca46eae728dc103178a92da9004671220df6 31370 
libtest-assertions-perl_1.054-2_all.deb
Files: 
 ae1b253c4e021645f32ff05838c3cc0b 1455 perl optional 
libtest-assertions-perl_1.054-2.dsc
 a396491e5d68333834a2ce312783f827 1852 perl optional 
libtest-assertions-perl_1.054-2.diff.gz
 7d70ab6b74add3ff89b1ebb0592ba3b4 31370 perl optional 
libtest-assertions-perl_1.054-2_all.deb

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

iEYEARECAAYFAklk1iYACgkQOzKYnQDzz+TfLgCg1At3HJZW8hTyJoyUSoaqQBKe
8ZgAnil4caxaW4XaCaDWP2MffRXI6f1X
=EdTU
-END PGP SIGNATURE-


Accepted:
libtest-assertions-perl_1.054-2.diff.gz
  to 
pool/main/libt/libtest-assertions-perl/libtest-assertions-perl_1.054-2.diff.gz
libtest-assertions-perl_1.054-2.dsc
  to pool/main/libt/libtest-assertions-perl/libtest-assertions-perl_1.054-2.dsc
libtest-assertions-perl_1.054-2_all.deb
  to 
pool/main/libt/libtest-assertions-perl/libtest-assertions-perl_1.054-2_all.deb


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



Accepted libsvg-graph-perl 0.02-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 17:06:51 +0100
Source: libsvg-graph-perl
Binary: libsvg-graph-perl
Architecture: source all
Version: 0.02-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libsvg-graph-perl - visualize your data in SVG format
Closes: 509510
Changes: 
 libsvg-graph-perl (0.02-2) unstable; urgency=low
 .
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509510)
   * debian/copyright: using the Copyright word for Debian packaging
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 bea237d9156eef9812b347f549e2cbc6c3723d9d 1444 libsvg-graph-perl_0.02-2.dsc
 c8475fc6d7dd216e8fbdc0e3c0cb95b867db61f1 5969 libsvg-graph-perl_0.02-2.diff.gz
 4bcef4f2029d8fea628bab3a0e56c8b7244734ba 130454 
libsvg-graph-perl_0.02-2_all.deb
Checksums-Sha256: 
 d671022139a6687630d900c2521a3e29219e3e8c6272c7899a92a695854c6faf 1444 
libsvg-graph-perl_0.02-2.dsc
 7de9be367f1fd14cc1c0f89c201dc8f861f1bf8d2b0911a325ed7874cd1f7607 5969 
libsvg-graph-perl_0.02-2.diff.gz
 1fe0f7e354ec1611692736dfb50b43a263dae4399bc17b9c09bd969bb45f9d36 130454 
libsvg-graph-perl_0.02-2_all.deb
Files: 
 3330d6bef66e5e57cb0a44402aae2a66 1444 perl optional 
libsvg-graph-perl_0.02-2.dsc
 1374ac168fc6c1cd9bc27d2953395c5f 5969 perl optional 
libsvg-graph-perl_0.02-2.diff.gz
 209d1307ce0ff2b2a43d67e17bc50aa0 130454 perl optional 
libsvg-graph-perl_0.02-2_all.deb

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

iEYEARECAAYFAklk004ACgkQOzKYnQDzz+SFgACdHg6z7MhQWRRt6b6ITYhWHtPh
zAgAoPjQF1xV3nFWw5C/QnPQg+lh8N2W
=sIsc
-END PGP SIGNATURE-


Accepted:
libsvg-graph-perl_0.02-2.diff.gz
  to pool/main/libs/libsvg-graph-perl/libsvg-graph-perl_0.02-2.diff.gz
libsvg-graph-perl_0.02-2.dsc
  to pool/main/libs/libsvg-graph-perl/libsvg-graph-perl_0.02-2.dsc
libsvg-graph-perl_0.02-2_all.deb
  to pool/main/libs/libsvg-graph-perl/libsvg-graph-perl_0.02-2_all.deb


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



Accepted php-crypt-gpg 1.0.0~RC1-2 (source all)

2009-01-07 Thread Joey Schulze
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 17:21:26 +0100
Source: php-crypt-gpg
Binary: php-crypt-gpg
Architecture: source all
Version: 1.0.0~RC1-2
Distribution: unstable
Urgency: low
Maintainer: Joey Schulze j...@infodrom.org
Changed-By: Joey Schulze j...@infodrom.org
Description: 
 php-crypt-gpg - PHP PEAR module for encrypting and decrypting with GnuPG
Changes: 
 php-crypt-gpg (1.0.0~RC1-2) unstable; urgency=low
 .
   * Added a simple example
   * Added calls to pear install/uninstall to the postinst/prerm script as
 per draft PHP policy, section 4.2.2
Checksums-Sha1: 
 62c1d6d2bbef6f865fefe98dd9846d56618e5a47 1163 php-crypt-gpg_1.0.0~RC1-2.dsc
 cab746da4d1bd445acd676219031d517320c3355 4979 php-crypt-gpg_1.0.0~RC1-2.diff.gz
 e75aa39ea3d3a2616d7730288669b71302d47761 42652 
php-crypt-gpg_1.0.0~RC1-2_all.deb
Checksums-Sha256: 
 407230981c156ccc7c3f2e5b5f3ccab83a06ab4c061d56805378abafe838c287 1163 
php-crypt-gpg_1.0.0~RC1-2.dsc
 5bed2e8b0820a06cf01d24c3d81cea0519b26ccb9223cc6b9b74502286d02720 4979 
php-crypt-gpg_1.0.0~RC1-2.diff.gz
 b0ed1a4110203bad0733279332caaa31cffdf1a628a134985a6c7b93d0957bf5 42652 
php-crypt-gpg_1.0.0~RC1-2_all.deb
Files: 
 6fd8a0a81d3ffd0fb842186fd995f46e 1163 web optional 
php-crypt-gpg_1.0.0~RC1-2.dsc
 92230e460ec883459759ed51cd1c3e8a 4979 web optional 
php-crypt-gpg_1.0.0~RC1-2.diff.gz
 c244d836d2a9c75100e9426f15c18ecc 42652 web optional 
php-crypt-gpg_1.0.0~RC1-2_all.deb

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

iD8DBQFJZNogW5ql+IAeqTIRAgXcAJsHkxSGKtoKUZY9pd7yw9Rh/t7wtACfdlr+
z4l/rpOCLEZKDqnsWuz+ePc=
=ULHz
-END PGP SIGNATURE-


Accepted:
php-crypt-gpg_1.0.0~RC1-2.diff.gz
  to pool/main/p/php-crypt-gpg/php-crypt-gpg_1.0.0~RC1-2.diff.gz
php-crypt-gpg_1.0.0~RC1-2.dsc
  to pool/main/p/php-crypt-gpg/php-crypt-gpg_1.0.0~RC1-2.dsc
php-crypt-gpg_1.0.0~RC1-2_all.deb
  to pool/main/p/php-crypt-gpg/php-crypt-gpg_1.0.0~RC1-2_all.deb


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



Accepted liblog-trace-perl 1.070-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 17:31:30 +0100
Source: liblog-trace-perl
Binary: liblog-trace-perl
Architecture: source all
Version: 1.070-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 liblog-trace-perl - Perl module to provide a unified approach to tracing
Closes: 509507
Changes: 
 liblog-trace-perl (1.070-2) unstable; urgency=low
 .
   [ David Paleino ]
   * debian/control: removed myself from Uploaders (Closes: #509507)
 .
   [ gregor herrmann ]
   * debian/watch: use dist-based URL.
   * debian/control:
 - added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza);
   Homepage field (source stanza)
 - removed: Homepage pseudo-field (Description); XS-Vcs-Svn fields
 - added: ${misc:Depends} to Depends: field
 - set Standards-Version to 3.8.0 (no changes)
 - add /me to Uploaders
 - improve short and long description
   * Don't install README anymore.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 190eeed2d235009fe360a78c7d46acd628ccfca4 1395 liblog-trace-perl_1.070-2.dsc
 55b5ffa6e62fdca82480ee98029c19ed3df75470 1883 liblog-trace-perl_1.070-2.diff.gz
 df5a8a170597b0b99ac79dc31bed992a5c2b8f39 31984 
liblog-trace-perl_1.070-2_all.deb
Checksums-Sha256: 
 6318521a10e42d1fec12ff1b139d1bd3dbaa7427e4d76d1ddb67cc03e006ae4a 1395 
liblog-trace-perl_1.070-2.dsc
 f8f6344db1f1f59b5ed335b06452eb4b1cd16838566ab07b8ce155025d432c2f 1883 
liblog-trace-perl_1.070-2.diff.gz
 e4c37607d8ab2f0b2ff4af53481c2ead818930d953267ccdd8f55ec8e8ddf5b0 31984 
liblog-trace-perl_1.070-2_all.deb
Files: 
 6588ba15cf38313679a0c145e53065b4 1395 perl optional 
liblog-trace-perl_1.070-2.dsc
 fc98c6c385e928e084d81aaf7c15b45a 1883 perl optional 
liblog-trace-perl_1.070-2.diff.gz
 4e605f7f851762fdf7ccb161015bd747 31984 perl optional 
liblog-trace-perl_1.070-2_all.deb

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

iEYEARECAAYFAklk2RsACgkQOzKYnQDzz+TkIQCfYMCawkoK42ofbAzCfNikoZCF
ZloAn1lf5cKd6cNwj2/a7vBrTrykqpKS
=MiRe
-END PGP SIGNATURE-


Accepted:
liblog-trace-perl_1.070-2.diff.gz
  to pool/main/libl/liblog-trace-perl/liblog-trace-perl_1.070-2.diff.gz
liblog-trace-perl_1.070-2.dsc
  to pool/main/libl/liblog-trace-perl/liblog-trace-perl_1.070-2.dsc
liblog-trace-perl_1.070-2_all.deb
  to pool/main/libl/liblog-trace-perl/liblog-trace-perl_1.070-2_all.deb


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



Accepted libbio-asn1-entrezgene-perl 1.091-2 (source all)

2009-01-07 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 17:41:12 +0100
Source: libbio-asn1-entrezgene-perl
Binary: libbio-asn1-entrezgene-perl
Architecture: source all
Version: 1.091-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libbio-asn1-entrezgene-perl - parser for NCBI Entrez Gene and NCBI Sequence 
records
Closes: 509506
Changes: 
 libbio-asn1-entrezgene-perl (1.091-2) unstable; urgency=low
 .
   [ David Paleino ]
   * Removed myself from Uploaders (Closes: #509506)
 .
   [ gregor herrmann ]
   * debian/control:
 - added: Vcs-Svn field (source stanza); Vcs-Browser
   field (source stanza); Homepage field (source stanza). Removed:
   Homepage pseudo-field (Description); XS-Vcs-Svn fields.
   (source stanza)
 - added: ${misc:Depends} to Depends: field
 - set Standards-Version to 3.8.0 (no changes)
 - add /me to Uploaders
   * debian/watch: use dist-based URL.
   * Set debhelper compatibility level to 7; adapt
 debian/{control,compat,rules}.
   * debian/copyright: switch to new format.
Checksums-Sha1: 
 277ccfeaef1e4408194e1253595c6205dd991f29 1445 
libbio-asn1-entrezgene-perl_1.091-2.dsc
 b006c73a3d40b9ff39869cf045d4aa8c57c630b2 1878 
libbio-asn1-entrezgene-perl_1.091-2.diff.gz
 dd88daedadb07df24e26cfc221573151393a3b05 39952 
libbio-asn1-entrezgene-perl_1.091-2_all.deb
Checksums-Sha256: 
 20da47ecd02d39c74ab0ede9a5ff0070eeb4366e372eba930c2cfdb77cc4a40c 1445 
libbio-asn1-entrezgene-perl_1.091-2.dsc
 dc61ce197acb856f4aec32caac8cad466175ad543485de5a5648c0dda2d0341b 1878 
libbio-asn1-entrezgene-perl_1.091-2.diff.gz
 41e56ed798c9866b437ac5243538250edcb379d49fb52e2146a0790d9a7a963a 39952 
libbio-asn1-entrezgene-perl_1.091-2_all.deb
Files: 
 e9d0e053d2f0f4733a473230f6d90c5b 1445 perl optional 
libbio-asn1-entrezgene-perl_1.091-2.dsc
 8fe68eb54b6dfd677fe2c3341c74345e 1878 perl optional 
libbio-asn1-entrezgene-perl_1.091-2.diff.gz
 b2b46aa115cf1acf0970e30ec392a8c6 39952 perl optional 
libbio-asn1-entrezgene-perl_1.091-2_all.deb

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

iEYEARECAAYFAklk22oACgkQOzKYnQDzz+QonwCg4ZPl0wQy/xXOSgQ1FVdAlogB
81IAoO3vVIZOC0oA/IuBLdi504U6U7Uc
=6ezW
-END PGP SIGNATURE-


Accepted:
libbio-asn1-entrezgene-perl_1.091-2.diff.gz
  to 
pool/main/libb/libbio-asn1-entrezgene-perl/libbio-asn1-entrezgene-perl_1.091-2.diff.gz
libbio-asn1-entrezgene-perl_1.091-2.dsc
  to 
pool/main/libb/libbio-asn1-entrezgene-perl/libbio-asn1-entrezgene-perl_1.091-2.dsc
libbio-asn1-entrezgene-perl_1.091-2_all.deb
  to 
pool/main/libb/libbio-asn1-entrezgene-perl/libbio-asn1-entrezgene-perl_1.091-2_all.deb


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



Accepted policykit 0.9-2 (source all i386)

2009-01-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 18:18:56 +0100
Source: policykit
Binary: policykit policykit-doc libpolkit2 libpolkit-dev libpolkit-dbus2 
libpolkit-dbus-dev libpolkit-grant2 libpolkit-grant-dev
Architecture: source all i386
Version: 0.9-2
Distribution: unstable
Urgency: high
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libpolkit-dbus-dev - library for accessing PolicyKit via D-Bus - development 
files
 libpolkit-dbus2 - library for accessing PolicyKit via D-Bus
 libpolkit-dev - library for accessing PolicyKit - development files
 libpolkit-grant-dev - library for obtaining privileges via PolicyKit - 
development file
 libpolkit-grant2 - library for obtaining privileges via PolicyKit
 libpolkit2 - library for accessing PolicyKit
 policykit  - framework for managing administrative policies and privileges
 policykit-doc - documentation for PolicyKit
Closes: 510646
Changes: 
 policykit (0.9-2) unstable; urgency=high
 .
   [ Simon McVittie ]
   * Add patch committed in Fedora (although not upstream) by the upstream
 maintainer, to allow PolicyKit to be used when CVE-2008-4311 has
 been fixed in dbus-daemon. (Closes: #510646)
 .
   [ Michael Biebl ]
   * debian/control
 - Add ${misc:Depends} to all binary packages.
Checksums-Sha1: 
 f6bd6b8f2afb76d7414e89d9d5e5861342b7fc0e 1581 policykit_0.9-2.dsc
 d9c726f41986f36c48107aa52de76b407e0787e7 6351 policykit_0.9-2.diff.gz
 45a08ddc29e01fe06d1d9a3980a3a14552a0cc71 363032 policykit-doc_0.9-2_all.deb
 debf606cd40096f78c9394cc7ff21dd61b4198b3 130302 policykit_0.9-2_i386.deb
 5a705def4e2ebb3631da0b5b3f3c51f87f644dfb 104570 libpolkit2_0.9-2_i386.deb
 0058a55001e00240eb45a966465cf3a72c0fb8f4 122242 libpolkit-dev_0.9-2_i386.deb
 c18752cc79734612285b6a0a0ada853f23800ae2 86206 libpolkit-dbus2_0.9-2_i386.deb
 a8a89a2a5194c5a12a15dfcbfc2d48f69ff55dba 90406 
libpolkit-dbus-dev_0.9-2_i386.deb
 010b1529fe349a6898e9bc8b2713aa9facf741a8 82842 libpolkit-grant2_0.9-2_i386.deb
 276a67fdc03dc4fe9750effa7dd7de1c37b544d1 89384 
libpolkit-grant-dev_0.9-2_i386.deb
Checksums-Sha256: 
 76d0c4882c8ee965717b6ca64a11b950b6c86332b78e651bae0ac84915939c7b 1581 
policykit_0.9-2.dsc
 560ae6c5ccae4dd6c40fb780bb767ba6b92f9102fc28707bba6b0ce369361474 6351 
policykit_0.9-2.diff.gz
 eae27bad6273d680191f0fcc7a99136c48d8b4615780d48ce134f5c51d21333a 363032 
policykit-doc_0.9-2_all.deb
 6482ae768489238633af1bac0f3a49027cc58d0acfe60deadbe1a63cd06cd144 130302 
policykit_0.9-2_i386.deb
 be06f35bd342fa07b319570ac8ad46e3e5a9e91eec72131d9b48c21e5a11e91b 104570 
libpolkit2_0.9-2_i386.deb
 83f464c993120cb472c507f78fa3fda6e3ac55d2b2d0e447243a166f25a3357c 122242 
libpolkit-dev_0.9-2_i386.deb
 c3e2b6f330826d7c41c57aca55ab6a94da56589f0430b44369f4999f2a47cbe1 86206 
libpolkit-dbus2_0.9-2_i386.deb
 e7f743be1ca77f3b274c723d21bf4b3ee05f3df8bbdd84c161d07792342e4d74 90406 
libpolkit-dbus-dev_0.9-2_i386.deb
 f782d166dc67ba727d0ce4b978bac1836bad020cca267788c5dba0b91771215f 82842 
libpolkit-grant2_0.9-2_i386.deb
 3d12129db2ba0d5b9b16bf50fe7ce9e7ffabe3bde260ed770da07bdc87bc0575 89384 
libpolkit-grant-dev_0.9-2_i386.deb
Files: 
 f2fe97ecf5e84fecbec7fe6beac1c10c 1581 admin optional policykit_0.9-2.dsc
 080b2b11618121bd16eabe122f837972 6351 admin optional policykit_0.9-2.diff.gz
 ba971fa1c2bab720e1d968cd84f46e63 363032 doc optional 
policykit-doc_0.9-2_all.deb
 8c4ed73ce06b6247b3e4810858c9c1e8 130302 admin optional policykit_0.9-2_i386.deb
 d00409ae20b3e45086fa52188722d1a0 104570 libs optional libpolkit2_0.9-2_i386.deb
 07e6221c1467c6881f9cddf56cd30d8f 122242 libdevel optional 
libpolkit-dev_0.9-2_i386.deb
 12a32c5170e38c7912b8025ff406546e 86206 libs optional 
libpolkit-dbus2_0.9-2_i386.deb
 e68557cdd1005eede8aa99c8193418a2 90406 libdevel optional 
libpolkit-dbus-dev_0.9-2_i386.deb
 07ee101ae5a993329abc6674595d99ad 82842 libs optional 
libpolkit-grant2_0.9-2_i386.deb
 39a1030f852cdaf8a3f12223e0a585a3 89384 libdevel optional 
libpolkit-grant-dev_0.9-2_i386.deb

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

iEYEARECAAYFAklk5eMACgkQh7PER70FhVSx+ACeMiJurIwdrJ7PT9frq6aTS2++
wdcAoJI48nISjxivemESBbhtHhwFt7KC
=Iyh7
-END PGP SIGNATURE-


Accepted:
libpolkit-dbus-dev_0.9-2_i386.deb
  to pool/main/p/policykit/libpolkit-dbus-dev_0.9-2_i386.deb
libpolkit-dbus2_0.9-2_i386.deb
  to pool/main/p/policykit/libpolkit-dbus2_0.9-2_i386.deb
libpolkit-dev_0.9-2_i386.deb
  to pool/main/p/policykit/libpolkit-dev_0.9-2_i386.deb
libpolkit-grant-dev_0.9-2_i386.deb
  to pool/main/p/policykit/libpolkit-grant-dev_0.9-2_i386.deb
libpolkit-grant2_0.9-2_i386.deb
  to pool/main/p/policykit/libpolkit-grant2_0.9-2_i386.deb
libpolkit2_0.9-2_i386.deb
  to pool/main/p/policykit/libpolkit2_0.9-2_i386.deb
policykit-doc_0.9-2_all.deb
  to pool/main/p/policykit/policykit-doc_0.9-2_all.deb
policykit_0.9-2.diff.gz
  to pool/main/p/policykit/policykit_0.9-2.diff.gz
policykit_0.9-2.dsc
  to 

Accepted consolekit 0.2.10-4 (source i386)

2009-01-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 17:58:29 +0100
Source: consolekit
Binary: consolekit libck-connector0 libck-connector-dev libpam-ck-connector
Architecture: source i386
Version: 0.2.10-4
Distribution: unstable
Urgency: high
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 consolekit - framework for defining and tracking users, sessions and seats
 libck-connector-dev - ConsoleKit development files
 libck-connector0 - ConsoleKit libraries
 libpam-ck-connector - ConsoleKit PAM module
Closes: 510645
Changes: 
 consolekit (0.2.10-4) unstable; urgency=high
 .
   [ Michael Biebl ]
   * debian/watch
 - Check for both .gz and .bz2 tarballs.
   * debian/control
 - Add ${misc:Depends} to libck-connector-dev.
 .
   [ Simon McVittie ]
   * debian/patches/05-dbus_policy.patch: patch from
 Colin Walters so ConsoleKit introspection and SetIdleHint still work
 after CVE-2008-4311 is fixed in dbus-daemon. (Closes: #510645)
   * Urgency high for bugfix that blocks CVE-2008-4311 upload.
Checksums-Sha1: 
 4aa3a2dbe9aad0a44ccdefd96a95267a0b84f268 1484 consolekit_0.2.10-4.dsc
 7c13eac72dd8ef77040b3ed89eeff1a693cd777e 8289 consolekit_0.2.10-4.diff.gz
 5690439056920269ac00b41385d3904f8a60a525 125918 consolekit_0.2.10-4_i386.deb
 eb516e12e8bd27277987c40627f4cab7b41627fb 41316 
libck-connector0_0.2.10-4_i386.deb
 f064152dacf266fbccfe43019ec7e296cd175208 48806 
libck-connector-dev_0.2.10-4_i386.deb
 c29c94ad7935aefc03d6ab78360945a7841ce2c0 41548 
libpam-ck-connector_0.2.10-4_i386.deb
Checksums-Sha256: 
 73e85ff04035a1903abfa9dba63fc5766be80c5efca336d255b78eb9f87cf2f3 1484 
consolekit_0.2.10-4.dsc
 b8ca2684bd9492db13cf9529341e5a902e843ccb0dc40d1084d44934cc395d91 8289 
consolekit_0.2.10-4.diff.gz
 44a60907af4d42395c2d84a6cb6c19030c2f297d931a68445236d37997831aca 125918 
consolekit_0.2.10-4_i386.deb
 cd9589457fb3a94c4d0b0e67ea17cfb5eeaaeb8dde0dbb1955a4a4372d8233d4 41316 
libck-connector0_0.2.10-4_i386.deb
 ae40a859d874970824284a014c45e3977a5b30ca5b8486b247eef659447c667d 48806 
libck-connector-dev_0.2.10-4_i386.deb
 66211e750da1f39b995976d9e1862b5bea0083e7fb3ed2bb1873eab95fa7a074 41548 
libpam-ck-connector_0.2.10-4_i386.deb
Files: 
 2c707cd7fa62665d89ff380bccbe73b1 1484 admin optional consolekit_0.2.10-4.dsc
 c4e6f80c35b541f035440290b5285da2 8289 admin optional 
consolekit_0.2.10-4.diff.gz
 2089768bd86726359222952142c924a8 125918 admin optional 
consolekit_0.2.10-4_i386.deb
 2c08386d0244d9f9343b1b50de094756 41316 libs optional 
libck-connector0_0.2.10-4_i386.deb
 f6d977d10e9dd909a6e52d4fefcd8ded 48806 libdevel optional 
libck-connector-dev_0.2.10-4_i386.deb
 b81505b7a924d63cc19c0f13135ba6ae 41548 admin optional 
libpam-ck-connector_0.2.10-4_i386.deb

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

iEYEARECAAYFAklk39kACgkQh7PER70FhVTMlQCgi2tThL0HFn/VP5FV7CPxANFp
jXIAoIC+yo96jQbzod3pJtQH9NppfUCp
=kpSF
-END PGP SIGNATURE-


Accepted:
consolekit_0.2.10-4.diff.gz
  to pool/main/c/consolekit/consolekit_0.2.10-4.diff.gz
consolekit_0.2.10-4.dsc
  to pool/main/c/consolekit/consolekit_0.2.10-4.dsc
consolekit_0.2.10-4_i386.deb
  to pool/main/c/consolekit/consolekit_0.2.10-4_i386.deb
libck-connector-dev_0.2.10-4_i386.deb
  to pool/main/c/consolekit/libck-connector-dev_0.2.10-4_i386.deb
libck-connector0_0.2.10-4_i386.deb
  to pool/main/c/consolekit/libck-connector0_0.2.10-4_i386.deb
libpam-ck-connector_0.2.10-4_i386.deb
  to pool/main/c/consolekit/libpam-ck-connector_0.2.10-4_i386.deb


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



Accepted ntp 1:4.2.4p4+dfsg-8 (source all amd64)

2009-01-07 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 21:10:03 +0100
Source: ntp
Binary: ntp ntpdate ntp-doc
Architecture: source all amd64
Version: 1:4.2.4p4+dfsg-8
Distribution: unstable
Urgency: low
Maintainer: Debian NTP Team pkg-ntp-maintain...@lists.alioth.debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 ntp- Network Time Protocol daemon and utility programs
 ntp-doc- Network Time Protocol documentation
 ntpdate- client for setting system time from NTP servers
Changes: 
 ntp (1:4.2.4p4+dfsg-8) unstable; urgency=low
 .
   * It did not properly check the return value of EVP_VerifyFinal
 which results in an malformed DSA signature being treated as
 a good signature rather than as an error.  (CVE-2009-0021)
Checksums-Sha1: 
 9b4598ffa411ecdfd742496eb35d5428682fc1f3 1435 ntp_4.2.4p4+dfsg-8.dsc
 36368e3910937ef611e3a2690b365f9bdea2a32c 300428 ntp_4.2.4p4+dfsg-8.diff.gz
 ea2ff62d4358ba9b3bb36cb151715e83dc3b2a71 929528 ntp-doc_4.2.4p4+dfsg-8_all.deb
 4f37aa556ac4b47670f0fdaa98e96b4f70022fac 481704 ntp_4.2.4p4+dfsg-8_amd64.deb
 e868ea79e2075cfb60356a700dc4d91192682ddb 63436 ntpdate_4.2.4p4+dfsg-8_amd64.deb
Checksums-Sha256: 
 1196b1662c3814570e4e0a92e4c810730f5914a705f92502669996b5abfa3f0a 1435 
ntp_4.2.4p4+dfsg-8.dsc
 b41c374f72590c13e39b9adae0aed20402ff71264c8dbc94c59d3ac68f88e66b 300428 
ntp_4.2.4p4+dfsg-8.diff.gz
 435f9d58aa306afc57a0da35a6b142e62ce25a3b5f6e3293da3aa1625c96 929528 
ntp-doc_4.2.4p4+dfsg-8_all.deb
 89bd824da1eed441e3cc822c1b42d87788f5b50a01ecadfc9430b3aa07fb5017 481704 
ntp_4.2.4p4+dfsg-8_amd64.deb
 f15646bc5806c903657ba01bb89e372f51938f5d7e231523753222c7095b7d8d 63436 
ntpdate_4.2.4p4+dfsg-8_amd64.deb
Files: 
 18d8b4c52e29ee00d9825434397784de 1435 net optional ntp_4.2.4p4+dfsg-8.dsc
 762502d3293650f12a4265f030e9bc2e 300428 net optional ntp_4.2.4p4+dfsg-8.diff.gz
 3e9481eef1569ce2c2e168f6cf49d356 929528 doc optional 
ntp-doc_4.2.4p4+dfsg-8_all.deb
 8ddb154c0702f37915a28286a46b8287 481704 net optional 
ntp_4.2.4p4+dfsg-8_amd64.deb
 a44cfa7dc8644341e740afccb7e839ee 63436 net optional 
ntpdate_4.2.4p4+dfsg-8_amd64.deb

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

iEYEARECAAYFAkliay0ACgkQQdwckHJElwsy3QCgxHHcKer6Gu0rXUlEQW+pwmHW
lxYAn1Tej/iARUieMEZ/c0hjCoYfqem/
=IN1v
-END PGP SIGNATURE-


Accepted:
ntp-doc_4.2.4p4+dfsg-8_all.deb
  to pool/main/n/ntp/ntp-doc_4.2.4p4+dfsg-8_all.deb
ntp_4.2.4p4+dfsg-8.diff.gz
  to pool/main/n/ntp/ntp_4.2.4p4+dfsg-8.diff.gz
ntp_4.2.4p4+dfsg-8.dsc
  to pool/main/n/ntp/ntp_4.2.4p4+dfsg-8.dsc
ntp_4.2.4p4+dfsg-8_amd64.deb
  to pool/main/n/ntp/ntp_4.2.4p4+dfsg-8_amd64.deb
ntpdate_4.2.4p4+dfsg-8_amd64.deb
  to pool/main/n/ntp/ntpdate_4.2.4p4+dfsg-8_amd64.deb


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



Accepted openssl 0.9.8g-15 (source amd64)

2009-01-07 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 21:14:31 +0100
Source: openssl
Binary: openssl libssl0.9.8 libcrypto0.9.8-udeb libssl-dev libssl0.9.8-dbg
Architecture: source amd64
Version: 0.9.8g-15
Distribution: unstable
Urgency: low
Maintainer: Debian OpenSSL Team pkg-openssl-de...@lists.alioth.debian.org
Changed-By: Kurt Roeckx k...@roeckx.be
Description: 
 libcrypto0.9.8-udeb - crypto shared library - udeb (udeb)
 libssl-dev - SSL development libraries, header files and documentation
 libssl0.9.8 - SSL shared libraries
 libssl0.9.8-dbg - Symbol tables for libssl and libcrypto
 openssl- Secure Socket Layer (SSL) binary and related cryptographic tools
Closes: 506111
Changes: 
 openssl (0.9.8g-15) unstable; urgency=low
 .
   * Internal calls to didn't properly check for errors which
 resulted in malformed DSA and ECDSA signatures being treated as
 a good signature rather than as an error.  (CVE-2008-5077)
   * ipv6_from_asc() could write 1 byte longer than the buffer in case
 the ipv6 address didn't have :: part.  (Closes: #506111)
Checksums-Sha1: 
 c3ef840a20e0b95ac92254661b665a75345e9e8b 1304 openssl_0.9.8g-15.dsc
 b016487726cc8492246330fb65cc12776dc2e7bf 55845 openssl_0.9.8g-15.diff.gz
 15538a577937785d93effb62a0a5b8f3f1cf79d5 1042752 openssl_0.9.8g-15_amd64.deb
 affc6291a0165dd039bd92e64a5534bef8f7d7b0 975060 libssl0.9.8_0.9.8g-15_amd64.deb
 70247fac1c0a0f98c51678e28acc9be97b9172fa 638202 
libcrypto0.9.8-udeb_0.9.8g-15_amd64.udeb
 69ec131dee0dd5ca6fa25561eeeb37722c5a9968 2241290 libssl-dev_0.9.8g-15_amd64.deb
 800404494b6c340e60af2ed8fe3a590b7b3156f8 1627062 
libssl0.9.8-dbg_0.9.8g-15_amd64.deb
Checksums-Sha256: 
 2a4aef69d5209abd633e447373f1bf7784b5a7fe4ced9f25dffec97085d96161 1304 
openssl_0.9.8g-15.dsc
 d0272b51b314c3b6382d5ac3a84d24ce063b2a6b96b82afb24dc58a557268799 55845 
openssl_0.9.8g-15.diff.gz
 af416ceee065b762d6e61ce66968d49fecc46a7812587eddf15906e2f0ed5602 1042752 
openssl_0.9.8g-15_amd64.deb
 c75e8a76432a5a75a72756f83817935a051d9d564e4917f382260474a8193c13 975060 
libssl0.9.8_0.9.8g-15_amd64.deb
 cbab1a359871936214bbeaad8d42db98ece2565011d2bb7abf8f26f4c36897d2 638202 
libcrypto0.9.8-udeb_0.9.8g-15_amd64.udeb
 42b1451a0e51176eae900a2754c4237a21c43e9d0abfb1d291285ada8d6273d0 2241290 
libssl-dev_0.9.8g-15_amd64.deb
 acb42b85d967330c38f0b8d3de3f4c39b4519c6747b5cd7b8348e891dca8dfd1 1627062 
libssl0.9.8-dbg_0.9.8g-15_amd64.deb
Files: 
 2167c24293f978f55b7c64662d3db101 1304 utils optional openssl_0.9.8g-15.dsc
 4590df3b071599f5109d130cf4b037cc 55845 utils optional openssl_0.9.8g-15.diff.gz
 7c3399f25bc49433e011fe1d2c8aee54 1042752 utils optional 
openssl_0.9.8g-15_amd64.deb
 43330342a5b9e69d1bd318d15b072898 975060 libs important 
libssl0.9.8_0.9.8g-15_amd64.deb
 073afd841dfec30b049e74f695ff9743 638202 debian-installer optional 
libcrypto0.9.8-udeb_0.9.8g-15_amd64.udeb
 31fa10d4da7ff030d0a62835b8bb3c3f 2241290 libdevel optional 
libssl-dev_0.9.8g-15_amd64.deb
 af4416ceea1cf803036a95ef33a96873 1627062 libdevel extra 
libssl0.9.8-dbg_0.9.8g-15_amd64.deb
Package-Type: udeb

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

iEYEARECAAYFAklibz8ACgkQQdwckHJElwvPnQCdFedQUmEFzMKiUPLSoxfzpBBU
L0AAoL+VPG0wgFFoEFNf4iAIZUzFSehe
=xW/A
-END PGP SIGNATURE-


Accepted:
libcrypto0.9.8-udeb_0.9.8g-15_amd64.udeb
  to pool/main/o/openssl/libcrypto0.9.8-udeb_0.9.8g-15_amd64.udeb
libssl-dev_0.9.8g-15_amd64.deb
  to pool/main/o/openssl/libssl-dev_0.9.8g-15_amd64.deb
libssl0.9.8-dbg_0.9.8g-15_amd64.deb
  to pool/main/o/openssl/libssl0.9.8-dbg_0.9.8g-15_amd64.deb
libssl0.9.8_0.9.8g-15_amd64.deb
  to pool/main/o/openssl/libssl0.9.8_0.9.8g-15_amd64.deb
openssl_0.9.8g-15.diff.gz
  to pool/main/o/openssl/openssl_0.9.8g-15.diff.gz
openssl_0.9.8g-15.dsc
  to pool/main/o/openssl/openssl_0.9.8g-15.dsc
openssl_0.9.8g-15_amd64.deb
  to pool/main/o/openssl/openssl_0.9.8g-15_amd64.deb


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



Accepted foolscap 0.3.2.dfsg-2 (source all)

2009-01-07 Thread Stephan Peijnik
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 00:04:08 +0100
Source: foolscap
Binary: python-foolscap
Architecture: source all
Version: 0.3.2.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Stephan Peijnik deb...@sp.or.at
Description: 
 python-foolscap - object-capability-based RPC system for Twisted Python
Closes: 510901
Changes: 
 foolscap (0.3.2.dfsg-2) unstable; urgency=low
 .
   * Fixed missing build dependency on python-setuptools (Closes: #510901).
Checksums-Sha1: 
 3706b53fc6b80e0f97873ef44ddfe5dd3b01d113 1407 foolscap_0.3.2.dfsg-2.dsc
 7f9205f9780edd6e6cac7ced3418d8f32cc53c02 2902 foolscap_0.3.2.dfsg-2.diff.gz
 8441cae57f87ac26f2e2e1fb25744fadef8d4e10 383504 
python-foolscap_0.3.2.dfsg-2_all.deb
Checksums-Sha256: 
 e45c7a7bbe39854d4fedbea19076e24166b7ed04c76b7f7d78c8ec21e8f5a4c6 1407 
foolscap_0.3.2.dfsg-2.dsc
 b206312bf7078617551e04ccf67c4a5a944c2d0d78a7f0b3918dfeb4b82fc96b 2902 
foolscap_0.3.2.dfsg-2.diff.gz
 4b1c89664e82f780574cfebd29e23fc2aa7854c46c915a1990b94b19c985a742 383504 
python-foolscap_0.3.2.dfsg-2_all.deb
Files: 
 07e08f3f1db02728f27e76e0e72eb25b 1407 python optional foolscap_0.3.2.dfsg-2.dsc
 79af8f94136d78d683b2320eea2b70e5 2902 python optional 
foolscap_0.3.2.dfsg-2.diff.gz
 cd2aa44747aef464107cb3e606cd3308 383504 python optional 
python-foolscap_0.3.2.dfsg-2_all.deb

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

iEYEARECAAYFAklk75QACgkQB01zfu119ZlX7gCdFsZb2vbJhl7HbQ53tiuWGx1R
XcMAnjvNGtV3lPvIRG0ah6jGyKYsDUwD
=X6fo
-END PGP SIGNATURE-


Accepted:
foolscap_0.3.2.dfsg-2.diff.gz
  to pool/main/f/foolscap/foolscap_0.3.2.dfsg-2.diff.gz
foolscap_0.3.2.dfsg-2.dsc
  to pool/main/f/foolscap/foolscap_0.3.2.dfsg-2.dsc
python-foolscap_0.3.2.dfsg-2_all.deb
  to pool/main/f/foolscap/python-foolscap_0.3.2.dfsg-2_all.deb


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



Accepted chkrootkit 0.48-9 (source i386)

2009-01-07 Thread Giuseppe Iuculano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 19:14:36 +0100
Source: chkrootkit
Binary: chkrootkit
Architecture: source i386
Version: 0.48-9
Distribution: unstable
Urgency: low
Maintainer: Giuseppe Iuculano giuse...@iuculano.it
Changed-By: Giuseppe Iuculano giuse...@iuculano.it
Description: 
 chkrootkit - rootkit detector
Closes: 126160 286735 445955 498062 507753
Changes: 
 chkrootkit (0.48-9) unstable; urgency=low
 .
   * [5e5e86d] Updated Spanish debconf translation, thanks to Francisco
 Javier Cuadrado (Closes: #507753)
   * [bda385f] Switch to quilt
   * [730645f] debian/README.source: Updated with quilt info
   * [4f11213] debian/patches/excludes.patch: extend -e options also for
 files associated with specific rootkits (Closes: #498062) and write
 rootkit filenames (Closes: #126160), thanks to James R. Van Zandt.
   * [fe81414] debian/cron.daily: Warns about the change until the user
 acknowledges the change. (Closes: #286735, #445955) Thanks to
 Richard Lewis
   * [d22dd97] Use /var/log/chkrootkit as log dir instead of
 /var/cache/chkrootkit, and remove it on purge
Checksums-Sha1: 
 f25b4e5c459d7b0fb25f9199a7fa4f713b861835 1237 chkrootkit_0.48-9.dsc
 e77f6622fade2bcb5fdd7069e9b1f518a1fb616d 32911 chkrootkit_0.48-9.diff.gz
 274fb7f49292e99ee2bbdfbbfe29e8105503e890 294096 chkrootkit_0.48-9_i386.deb
Checksums-Sha256: 
 dcf35cab41a10cc235d79a469b9008e14753c6ad799e3b3d53f809f110ff 1237 
chkrootkit_0.48-9.dsc
 8d6c8f1a67b6a2158c0cbf1b65362fc06c32ec9dab90c0a1dfedb879a692b8d4 32911 
chkrootkit_0.48-9.diff.gz
 ca7451d3ed268d8c80bd416dcbf7f5804552a2f2435ced3486e213148b801c31 294096 
chkrootkit_0.48-9_i386.deb
Files: 
 9bf3764dd4b8c9d6e40dafa582e3dac3 1237 misc optional chkrootkit_0.48-9.dsc
 7a6992c123359a6e8c744ab3ef171d3c 32911 misc optional chkrootkit_0.48-9.diff.gz
 3f4be2a6e01fdaa0ed7c37c0ed6e5ec0 294096 misc optional 
chkrootkit_0.48-9_i386.deb

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

iEYEARECAAYFAklk83sACgkQNxpp46476aqogQCeJ5iyDJeUvQHZ1b+YJ//CemO2
LSYAn2U9qpbFukbZi74kDVoG7Na8oZPZ
=l+GJ
-END PGP SIGNATURE-


Accepted:
chkrootkit_0.48-9.diff.gz
  to pool/main/c/chkrootkit/chkrootkit_0.48-9.diff.gz
chkrootkit_0.48-9.dsc
  to pool/main/c/chkrootkit/chkrootkit_0.48-9.dsc
chkrootkit_0.48-9_i386.deb
  to pool/main/c/chkrootkit/chkrootkit_0.48-9_i386.deb


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



Accepted wine 1.1.11-1 (source i386)

2009-01-07 Thread Ove Kaaven
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 19:10:30 +0100
Source: wine
Binary: wine wine-bin libwine-dbg libwine-dev libwine libwine-alsa libwine-capi 
libwine-cms libwine-esd libwine-gl libwine-gphoto2 libwine-jack libwine-ldap 
libwine-nas libwine-oss libwine-print libwine-sane libwine-twain wine-utils
Architecture: source i386
Version: 1.1.11-1
Distribution: experimental
Urgency: low
Maintainer: Debian Wine Party pkg-wine-pa...@lists.alioth.debian.org
Changed-By: Ove Kaaven o...@arcticnet.no
Description: 
 libwine- Windows API implementation - library
 libwine-alsa - Windows API implementation - ALSA sound module
 libwine-capi - Windows API implementation - ISDN module
 libwine-cms - Windows API implementation - color management module
 libwine-dbg - Windows API implementation - debugging symbols
 libwine-dev - Windows API implementation - development files
 libwine-esd - Windows API implementation - EsounD sound module
 libwine-gl - Windows API implementation - OpenGL module
 libwine-gphoto2 - Windows API implementation - camera module
 libwine-jack - Windows API implementation - JACK sound module
 libwine-ldap - Windows API implementation - LDAP module
 libwine-nas - Windows API implementation - NAS sound module
 libwine-oss - Windows API implementation - OSS sound module
 libwine-print - Windows API implementation - printing module
 libwine-sane - Windows API implementation - scanner module
 libwine-twain - Windows API implementation - empty transitional package
 wine   - Windows API implementation - standard suite
 wine-bin   - Windows API implementation - binary loader
 wine-utils - Windows API implementation - utilities
Closes: 83263 83265 83268 83269 83270 83271 284295 284297 284300 284301 284302 
284303 284304 284305 511077
Changes: 
 wine (1.1.11-1) experimental; urgency=low
 .
   * New upstream release 1.1.11, released Dec 20, 2008.
 - Numerous fixes for IE7 support.
 - Support for 64-bit cross-compile using Mingw64.
 - User interface support for crypto certificates.
 - Better support for MSI installation patches.
 - Various Direct3D optimizations.
 - Various bug fixes.
   * Add dh_installman to debian/rules.
   * Added manpages written by Francois Wendling. (Closes: #284295,
 #284297, #284300, #284301, #284302, #284303, #284304, #284305,
 #83263, #83265, #83268, #83269, #83270, #83271)
   * Try to install wine-kthread, wine-pthread, and wine-preloader only
 if they were built (basically only on i386 systems with glibc).
 Closes: #511077.
Checksums-Sha1: 
 ab154f151591f7082728202b4ade272cf8159387 3262 wine_1.1.11-1.dsc
 2de1a631c702b24b9e8a26fc626dbc351f4da4a1 19108349 wine_1.1.11.orig.tar.gz
 5c7016ebd02303efa34eda6baf4833da13988696 129296 wine_1.1.11-1.diff.gz
 d383d62391317b0c55289586f5a56a9cd041ed69 45154 wine_1.1.11-1_i386.deb
 804fad1961d67a7ad43dca6aa58938396b93d09d 741506 wine-bin_1.1.11-1_i386.deb
 1e5e2b0267cfafa1a945bee93fb9fc11a00b1de8 27841266 libwine-dbg_1.1.11-1_i386.deb
 e8eac2350fc3b7a5e19f4e3f1f518d1f2727214b 4217940 libwine-dev_1.1.11-1_i386.deb
 48c79a45ef5de4f0a48ddd89d8ce6991b53592aa 9414182 libwine_1.1.11-1_i386.deb
 de28f280088fd9219a98431a6f17238868848dae 103096 libwine-alsa_1.1.11-1_i386.deb
 4e1ba191f804414e10438bde30dde72e2f37c369 47150 libwine-capi_1.1.11-1_i386.deb
 a39deb2e39a90f86e24727fc6bb0a5659c215143 61706 libwine-cms_1.1.11-1_i386.deb
 b0e1381338740c208ca44c22496a8d1894cf17eb 57374 libwine-esd_1.1.11-1_i386.deb
 623071ec108e964fbf8fb37356544eca3ddd6840 435040 libwine-gl_1.1.11-1_i386.deb
 3f0890559a315504c9941a7b94c13abf0f49606f 61936 
libwine-gphoto2_1.1.11-1_i386.deb
 be5ab173d45cd00096300b65b9f35c11708c8bd4 58890 libwine-jack_1.1.11-1_i386.deb
 c1186d4ea6e8cbf46e3a094188c759b9e1bc1f24 111060 libwine-ldap_1.1.11-1_i386.deb
 f7744faddaec41be87c9c65ec4807c6959661f21 53524 libwine-nas_1.1.11-1_i386.deb
 b5ddfc8fdf5f0112e3d8fd34db43f1e5af8e0786 106090 libwine-oss_1.1.11-1_i386.deb
 6274ab29b6e2a3defa6cecfbe17c718e8b464655 159112 libwine-print_1.1.11-1_i386.deb
 125f294f5fdad969e87739037fe127dd108feb89 60840 libwine-sane_1.1.11-1_i386.deb
 54c504f055eaf2bc01420677fdc4d16209b929a8 42464 libwine-twain_1.1.11-1_i386.deb
 29665d9d3d0bc1a45089f743d3a01ca798c6fccf 597632 wine-utils_1.1.11-1_i386.deb
Checksums-Sha256: 
 c3f4b85309a7d3fd203e310bf1edcab7ac1ab712c02ed893633230c449fa544a 3262 
wine_1.1.11-1.dsc
 142aacfd0c8473fbd7dbe052c34c8ace7734e68c9f30d4d12b53bc9a21e01c6f 19108349 
wine_1.1.11.orig.tar.gz
 64212de959d6c103e66691ee0b75d1f9813ef472139ff023d1971e2a5b25a112 129296 
wine_1.1.11-1.diff.gz
 152bd3a455ddcc46955c8fc3cb2cb8af9b19e12f26d3e1ddc6c1a545c4adcf71 45154 
wine_1.1.11-1_i386.deb
 cab7a24a2a932bd016d39044b57f1fc6390a8ef179f942bd73479701a7619e2f 741506 
wine-bin_1.1.11-1_i386.deb
 16bb55ddc6cb7d1ce7f0753c2cf6f0412a19b7dff0738738136d2074ee8145e4 27841266 
libwine-dbg_1.1.11-1_i386.deb
 acf1b4176f9315e116d9e822f0572cbff5d8c39c8e4a31de09a718fa98a1ce4b 4217940 

Accepted maven-ant-helper 4 (source all)

2009-01-07 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 20:07:51 +0100
Source: maven-ant-helper
Binary: maven-ant-helper
Architecture: source all
Version: 4
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Torsten Werner twer...@debian.org
Description: 
 maven-ant-helper - helper scripts for building Maven components with ant
Changes: 
 maven-ant-helper (4) experimental; urgency=low
 .
   * Update modello ant task to support the new modello package.
   * Add myself to Uploaders.
   * Add Homepage and Vcs headers in debian/control.
   * Bump up Standards-Version: 3.8.0.
   * Do no longer quote the full text of the Apache license in
 debian/copyright.
   * Add a copyright statement.
Checksums-Sha1: 
 907371d54f57278814f6295fea4e7a392c2ff2b0 1183 maven-ant-helper_4.dsc
 e47ba1a74086e012cda4a06419ac0e5fbdccd98d 4789 maven-ant-helper_4.tar.gz
 04a747b1cd3244e2b84645b88e22184c020807b7 6878 maven-ant-helper_4_all.deb
Checksums-Sha256: 
 d86597f54afff72c6105f38829cf50ad3c2a08b0a0a08b491c7f01b7154fe35d 1183 
maven-ant-helper_4.dsc
 1b6cd53a7f753ba1bcc57856a1252493cc6b9c2347a5cb947a775a5cebf682ab 4789 
maven-ant-helper_4.tar.gz
 27619b05e7812c8f0f410e3104c3698ba03f55f655cbfe9921ffe99daeda21b7 6878 
maven-ant-helper_4_all.deb
Files: 
 ae415b9e4e78fc8e9a76d09518112042 1183 devel extra maven-ant-helper_4.dsc
 77be81ef6363d1da4a3ac1c93e574fcb 4789 devel extra maven-ant-helper_4.tar.gz
 6f155ac9f5e11f6d19e14c7be752712d 6878 devel extra maven-ant-helper_4_all.deb

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

iEYEARECAAYFAklk/kwACgkQfY3dicTPjsPZmQCfXvpth7gcbBwx8Ryyr/T2LsPV
2CsAoIfbE1Op11EnJ3kU7O8b7n1Fi24c
=WNj0
-END PGP SIGNATURE-


Accepted:
maven-ant-helper_4.dsc
  to pool/main/m/maven-ant-helper/maven-ant-helper_4.dsc
maven-ant-helper_4.tar.gz
  to pool/main/m/maven-ant-helper/maven-ant-helper_4.tar.gz
maven-ant-helper_4_all.deb
  to pool/main/m/maven-ant-helper/maven-ant-helper_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



Accepted pinot 0.89-1 (source i386 all)

2009-01-07 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 08 Nov 2008 14:35:29 +0100
Source: pinot
Binary: pinot deskbar-plugins-pinot
Architecture: source i386 all
Version: 0.89-1
Distribution: experimental
Urgency: low
Maintainer: David Paleino d.pale...@gmail.com
Changed-By: David Paleino d.pale...@gmail.com
Description: 
 deskbar-plugins-pinot - deskbar plugin to search files with pinot
 pinot  - meta-search engine for local files and web queries
Closes: 504908
Changes: 
 pinot (0.89-1) experimental; urgency=low
 .
   * New upstream release
   * DM-Upload-Allowed set
   * debian/patches/:
 - 01-fix_gcc4.4.patch added, thanks to Martin Michlmayr
   (Closes: #504908)
   * debian/control:
 - Standards-Version bumped to 3.8.0 (no changes needed)
 - debhelper dependency bumped to = 6.0.7~ (debian/compat updated)
   * debian/pinot.lintian-overrides added (the empty stopwords directory
 is intended)
   * debian/rules:
 - added dh_lintian to binary target
Checksums-Sha1: 
 cbc7b41e2e94741da499ea15ab4407342957f9dc 1605 pinot_0.89-1.dsc
 9294a91b3d3067a12b7e335e46fd1ddd9aa5a88f 1049801 pinot_0.89.orig.tar.gz
 4ae0578450584aa7b175a48708d179f1ea919458 9154 pinot_0.89-1.diff.gz
 a03022899349e5259535c26053763cd7b98958ca 2314372 pinot_0.89-1_i386.deb
 c11dc155e82b675806a91c0fd142a48b341edbd7 101886 
deskbar-plugins-pinot_0.89-1_all.deb
Checksums-Sha256: 
 4a3970532f23e3352e92a632eeccb44ca2daa23bc7a49c877978e13f3e027828 1605 
pinot_0.89-1.dsc
 5b3a62f0aeed902e088cf48b84651345226e99367e5087d020d4a8198ee4573e 1049801 
pinot_0.89.orig.tar.gz
 d8af4f0475d4db6f8017f24e2ade2cc233dfc7bd66449b70d93ae61ef4a191ba 9154 
pinot_0.89-1.diff.gz
 22e1769036b835775e2f557c294a75031fcd99ef8490108a109757e2f910a1d2 2314372 
pinot_0.89-1_i386.deb
 102d2649341008c46441e1623546d415f864124fed48ccbbbef38a48f67987fb 101886 
deskbar-plugins-pinot_0.89-1_all.deb
Files: 
 5f5c027dbd8f2c6f67bb4ab6daa8ad6c 1605 x11 optional pinot_0.89-1.dsc
 eaec47484a82b0a003191e8c64271d03 1049801 x11 optional pinot_0.89.orig.tar.gz
 b988bd75660c9b10aeadc1a5881768b6 9154 x11 optional pinot_0.89-1.diff.gz
 a360b9f5a6662885e46e226aea89cda9 2314372 x11 optional pinot_0.89-1_i386.deb
 29042f88fedbbc881c6c5e202bcdee8e 101886 x11 optional 
deskbar-plugins-pinot_0.89-1_all.deb

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

iEYEARECAAYFAklk/88ACgkQ5ItltUs5T37RwgCgsSDqBicZwWFA3l2tT1gdoHEq
gMUAnjnfMcL4ErlajXAUUi+HUXWfIhtT
=4tED
-END PGP SIGNATURE-


Accepted:
deskbar-plugins-pinot_0.89-1_all.deb
  to pool/main/p/pinot/deskbar-plugins-pinot_0.89-1_all.deb
pinot_0.89-1.diff.gz
  to pool/main/p/pinot/pinot_0.89-1.diff.gz
pinot_0.89-1.dsc
  to pool/main/p/pinot/pinot_0.89-1.dsc
pinot_0.89-1_i386.deb
  to pool/main/p/pinot/pinot_0.89-1_i386.deb
pinot_0.89.orig.tar.gz
  to pool/main/p/pinot/pinot_0.89.orig.tar.gz


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



Accepted clamtk 4.08-1 (source all)

2009-01-07 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 19:23:44 +0100
Source: clamtk
Binary: clamtk
Architecture: source all
Version: 4.08-1
Distribution: unstable
Urgency: low
Maintainer: David Paleino d.pale...@gmail.com
Changed-By: David Paleino d.pale...@gmail.com
Description: 
 clamtk - graphical front-end for ClamAV
Changes: 
 clamtk (4.08-1) unstable; urgency=low
 .
   * New upstream release
   * debian/rules:
 - switched to dh7-style
 - remove re-generated .mo files on clean
   * debian/compat bumped to 7
   * debian/control:
 - debhelper dependency bumped to = 7
 - added gettext to Build-Depends-Indep
 - added ${misc:Depends} to clamtk Depends
   * debian/patches/:
 - description added
Checksums-Sha1: 
 e1de226512d5247ab7d131d53b1730d5205ee604 1209 clamtk_4.08-1.dsc
 2f6cd136e0975f980f32628d908d1686b49f948a 174282 clamtk_4.08.orig.tar.gz
 41d8fa701008a592106033da54f32602decef68e 8958 clamtk_4.08-1.diff.gz
 9c92df7f295aff688308a01e9251fd54bf607c65 107954 clamtk_4.08-1_all.deb
Checksums-Sha256: 
 5bc5d8a2d093665638cface8d893eca6ee27b1589142f2053a6d11998b34b099 1209 
clamtk_4.08-1.dsc
 c26a3bf8cb21d2cbb3bcd7bcb80d5381c273c0f1619e72d1f686d8a9a8e44c85 174282 
clamtk_4.08.orig.tar.gz
 46768a28503f1e67ecdd975620626e6473017b13e2b91a400b25f4e706f958d2 8958 
clamtk_4.08-1.diff.gz
 9db2b47130ecc5c353a9f4c65eff3a922bd2bf76b5261ef9324b06f92934e90c 107954 
clamtk_4.08-1_all.deb
Files: 
 51c35b23557069182c78de6dca8478e0 1209 utils optional clamtk_4.08-1.dsc
 c052668af7941bc89cd3af32ff5fa633 174282 utils optional clamtk_4.08.orig.tar.gz
 f332625b5973c8b7aef8d4cc81fe597d 8958 utils optional clamtk_4.08-1.diff.gz
 a3469131eaee1bbac30c4b9f8605c071 107954 utils optional clamtk_4.08-1_all.deb

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

iEYEARECAAYFAkllDEIACgkQ5ItltUs5T35GWACePfTGkKPLGP+MopWuj/iY9M28
iNYAmgOB86qJIQXXkaQX4tNYVmLQ4HhG
=D6bk
-END PGP SIGNATURE-


Accepted:
clamtk_4.08-1.diff.gz
  to pool/main/c/clamtk/clamtk_4.08-1.diff.gz
clamtk_4.08-1.dsc
  to pool/main/c/clamtk/clamtk_4.08-1.dsc
clamtk_4.08-1_all.deb
  to pool/main/c/clamtk/clamtk_4.08-1_all.deb
clamtk_4.08.orig.tar.gz
  to pool/main/c/clamtk/clamtk_4.08.orig.tar.gz


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



Accepted packeth 1.6-2 (source i386)

2009-01-07 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 31 Dec 2008 16:03:20 +0100
Source: packeth
Binary: packeth
Architecture: source i386
Version: 1.6-2
Distribution: unstable
Urgency: low
Maintainer: David Paleino d.pale...@gmail.com
Changed-By: David Paleino d.pale...@gmail.com
Description: 
 packeth- Ethernet packet generator
Closes: 501384
Changes: 
 packeth (1.6-2) unstable; urgency=low
 .
   * [67fe44f] Packaging converted to git: fixed Vcs-* urls accordingly
   * [dc4ed8d] Adding .desktop file
   * [a2b61db] Added menu file (Closes: #501384)
   * [dd20a8f] debian/rules updated
   * [e999125] debian/changelog updated
   * [bc31532] Added descriptions to the patches
   * [3a7c40c] Standards-Version bump to 3.8.0, debian/README.source
 added.
   * [2a748ea] Fixed menu section
Checksums-Sha1: 
 d3b4789c14e15d4b337afe16fa63227a55228230 1177 packeth_1.6-2.dsc
 b03f720094f57c782f528ffc0f60af817f3e782f 5920 packeth_1.6-2.diff.gz
 c7971b3760db21c9110c6d1e4ee5e75807b375d1 130606 packeth_1.6-2_i386.deb
Checksums-Sha256: 
 3c232a6a12bf3d29051602d5fdeca22cf3b0c245191e4da25ff53058241c85fe 1177 
packeth_1.6-2.dsc
 ee3e5f0ce21013a8fac06c4927b9d4c502c28f3429c0c6f431ebef6434646b2c 5920 
packeth_1.6-2.diff.gz
 8cbf9aadf9472a0b29c6f9eb28504b0c3914b12a69dda048c87fe8e712c424c0 130606 
packeth_1.6-2_i386.deb
Files: 
 ce14e5be6683b46f9a78656b43ee4b83 1177 net optional packeth_1.6-2.dsc
 106f5b1385ce5111f7fcafaa2b7b4431 5920 net optional packeth_1.6-2.diff.gz
 2d64607addd4262b3552a31498aa9ae8 130606 net optional packeth_1.6-2_i386.deb

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

iEYEARECAAYFAkllEDAACgkQ5ItltUs5T36h4wCePQ0cXaxUDBh7wZJEttoh5+5r
KnoAnjJAOTaBjTFYSHvLYcutUmxsbROR
=Gpl1
-END PGP SIGNATURE-


Accepted:
packeth_1.6-2.diff.gz
  to pool/main/p/packeth/packeth_1.6-2.diff.gz
packeth_1.6-2.dsc
  to pool/main/p/packeth/packeth_1.6-2.dsc
packeth_1.6-2_i386.deb
  to pool/main/p/packeth/packeth_1.6-2_i386.deb


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



Accepted puppet 0.24.5-3 (source all)

2009-01-07 Thread Thom May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 15:15:34 -0500
Source: puppet
Binary: puppet puppetmaster
Architecture: source all
Version: 0.24.5-3
Distribution: unstable
Urgency: medium
Maintainer: Puppet Package Maintainers 
pkg-puppet-de...@lists.alioth.debian.org
Changed-By: Thom May t...@debian.org
Description: 
 puppet - centralised configuration management for networks
 puppetmaster - centralised configuration management control daemon
Closes: 49 509566
Changes: 
 puppet (0.24.5-3) unstable; urgency=medium
 .
   * Set wait for cert timeout to 5 secs, to avoid resource abuse (Closes: 
#509566)
   * Distribute filebucket binary (Closes: #49)
   * Place vim syntax in the correct location (LP: #181960)
Checksums-Sha1: 
 a4e3291dd0184c96c9d8a046de0e15e561cc4f36 1911 puppet_0.24.5-3.dsc
 787e00fd0eb88878149ba272da3053b8ad024e28 11524 puppet_0.24.5-3.diff.gz
 78e1f63c441db2ae2fb0f367704ff1d7ef2cc8df 461962 puppet_0.24.5-3_all.deb
 07fb7e619fab39c11e6d7b25fe229c4a3eb8f2e8 37690 puppetmaster_0.24.5-3_all.deb
Checksums-Sha256: 
 a76761e43bceed3b31c8072dcb6bf8909081201202a5083af27bca6004bc2fde 1911 
puppet_0.24.5-3.dsc
 07b30ea1b9dc13aa0f9baa052e309b21653fddc4073702899facea370121 11524 
puppet_0.24.5-3.diff.gz
 5ef94069f482872948f454089787bcad4d69a3edfe54e9062f631e6dd454cf2e 461962 
puppet_0.24.5-3_all.deb
 94f76dc4e33cbb1ed6bc849ba46fb592449ad4dd80fceecd2d00555b28fdb758 37690 
puppetmaster_0.24.5-3_all.deb
Files: 
 22baa0c9675d2963a33b58c8ef6943da 1911 admin optional puppet_0.24.5-3.dsc
 b2eb15222f947bfc1fc6573697464a8e 11524 admin optional puppet_0.24.5-3.diff.gz
 b4037006a551cfc8d50a6bc864bb9cc1 461962 admin optional puppet_0.24.5-3_all.deb
 7bf45da9a691e47b97dd0f639b0357c1 37690 admin optional 
puppetmaster_0.24.5-3_all.deb

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

iQIcBAEBAgAGBQJJZQ3rAAoJELVnlGdHP376hegP/jwwAgQ7Xidt+f3FXodFiFsl
yE8s0TdvJKOGAL/FXmLkihMy6x53MmlYO6S2fMY2hnbF+6TqW1cdKajkQyit/DMy
YbACNe5wKr/lztysKOLEqn1AWzpPDWzq0NtBZNnYXcf+im60YxmUXwR7ix7Qts8G
38wTT7jxLrlq+J7MlWS8M41m8qPC7DIFuieFuqsBAxNWTQPP+8iwnkWkJTpzBWVx
ELdD0qnqC2scvze4LWPAEEGNVpW0rsJWoCYWNPQtQYIke3447OKd1Re/BbxoDdjn
VjClPHCuvPWQrOeEQazHw6/U+ApIE+IQm5masYFzukLnmyKb9iofGo08LSFhz1vI
X/looNPpcVPkQmr4KMQZgnuhrff33mUYJTyjeBJ3LUBGRwoLOv1N7aWMwohL90Zt
hj3FPSh5Y8SzQ/p+0yrvyJvfGlPXEnx2hCgygQu3tHht8ssLuVO28Go9ETuoI6Aw
a6t/Wa0MS5nyX/ERq1ussiqfbkV7dSqp92JN33FMJhHQvS7GfWYACiJ+DLm/HXhx
w8IAAaFX3QRP91dQvu7HTU6hNSDIen/0AisvLBg1RHpayBmKfoANci/6sRT/PcE0
Rca0OxHFC1wYF9R2sCX6p3p+T1jl38ey1tUXx4mMxYg7eDEuI8dq+A7+lwx+/QoS
9kjcDeHUSn5X1oaiDVGQ
=yW60
-END PGP SIGNATURE-


Accepted:
puppet_0.24.5-3.diff.gz
  to pool/main/p/puppet/puppet_0.24.5-3.diff.gz
puppet_0.24.5-3.dsc
  to pool/main/p/puppet/puppet_0.24.5-3.dsc
puppet_0.24.5-3_all.deb
  to pool/main/p/puppet/puppet_0.24.5-3_all.deb
puppetmaster_0.24.5-3_all.deb
  to pool/main/p/puppet/puppetmaster_0.24.5-3_all.deb


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



Accepted synaptic 0.62.4 (source i386)

2009-01-07 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 20:17:12 +0100
Source: synaptic
Binary: synaptic
Architecture: source i386
Version: 0.62.4
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Michael Vogt m...@debian.org
Description: 
 synaptic   - Graphical package manager
Closes: 313831 339134 342643 357302 358694 383450 406430 440971 458423 500957
Changes: 
 synaptic (0.62.4) unstable; urgency=low
 .
   * help/C/synaptic.xml:
 -  preferences - settings, closes: #406430
   * po/sk.po:
 - added Slovak translation, closes: #500957)
   * po/zh_CN.po:
 - updated translation, thanks to Deng Xiyue
   closes: #458423
   * po/fr.po:
 - fixed typo, thanks to Philippe Cloutier
   closes: #440971
 - fixed typo, thanks to Christophe Combelles
   closes: #357302
 - fixed typos, thanks to Filipus Klutiero
   closes: #342643, #339134
* po/ca.po:
  - fix catalan translation, closes: #383450
* typo fix, thanks to Philip Miller, closes: #358694
* typo and de.po fixes (thanks to Jens Seidel),
  closes: #313831
   * common/rinstallprogress.cc:
 - fix typo and incorrect message (LP: #139760)
Checksums-Sha1: 
 2a974ccd157bbcb995b355d8f70edcddfb21fd1e 966 synaptic_0.62.4.dsc
 00a677601744a40d488273e724f3d5a1645601f6 2759350 synaptic_0.62.4.tar.gz
 58046c6401ab50af7445561fef2128abf69e93ee 2126220 synaptic_0.62.4_i386.deb
Checksums-Sha256: 
 bd1c9a81d6f6d7e6e1afd8ec28a9697d2ae99a47059409f6986405c8a53c1d5d 966 
synaptic_0.62.4.dsc
 4f5bfd99d11863ed78e37ae5a44a9dbe7e15990c55e9c1193326ca5b3bfd2e99 2759350 
synaptic_0.62.4.tar.gz
 9c92b4e70be51194ad989d0aad53da94ac3c6fbd38f1bcda3cb2abe25ba1c400 2126220 
synaptic_0.62.4_i386.deb
Files: 
 f108e62f764073ec2275f49ae0a9f108 966 admin optional synaptic_0.62.4.dsc
 1bfaeaae5fc74c7c6d5725afea5208ea 2759350 admin optional synaptic_0.62.4.tar.gz
 8801e6902fdd981e6a5f1fcf35cf6b09 2126220 admin optional 
synaptic_0.62.4_i386.deb

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

iEYEARECAAYFAkllCX8ACgkQliSD4VZixzRQVQCdEtbW0ZwmSp5UWBps42Lzcyvf
lB4An0QPNUty1kdOTVM8dkt49JcHKovZ
=Rw/s
-END PGP SIGNATURE-


Accepted:
synaptic_0.62.4.dsc
  to pool/main/s/synaptic/synaptic_0.62.4.dsc
synaptic_0.62.4.tar.gz
  to pool/main/s/synaptic/synaptic_0.62.4.tar.gz
synaptic_0.62.4_i386.deb
  to pool/main/s/synaptic/synaptic_0.62.4_i386.deb


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



Accepted nted 1.4.17-1 (source all i386)

2009-01-07 Thread Gilles Filippini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 12 Dec 2008 21:22:42 +0100
Source: nted
Binary: nted nted-doc
Architecture: source all i386
Version: 1.4.17-1
Distribution: unstable
Urgency: low
Maintainer: Gilles Filippini gilles.filipp...@free.fr
Changed-By: Gilles Filippini gilles.filipp...@free.fr
Description: 
 nted   - Musical score editor
 nted-doc   - NtEd documentation
Changes: 
 nted (1.4.17-1) unstable; urgency=low
 .
   * New upstream release:
 + French translation updated
 + bug fixes
   * Removed patch (applied upstream):
 + warnings-1.4.15
 .
   * debian/control: updated the long description field.
Checksums-Sha1: 
 c9ef55f9b5f5ae130c2597dd1d7414e382d5a0ce 1114 nted_1.4.17-1.dsc
 ccf7df043833f63eae84de012288edc92fc120e9 2663788 nted_1.4.17.orig.tar.gz
 75604d2bf9950c38f408322e7b37468207f037fa 8086 nted_1.4.17-1.diff.gz
 17a262a41916cd519fd26790c5c2677e9a501278 1805172 nted-doc_1.4.17-1_all.deb
 2ea12005f1b9cf7b2a9adea2047c9088f419b83c 516070 nted_1.4.17-1_i386.deb
Checksums-Sha256: 
 d571c6e1a882173ca7c1fb42365326befc215f82f7b6ff069226cd12d91c7dc6 1114 
nted_1.4.17-1.dsc
 1a3f19326dabe2ba986d23c97ff0141d21cf49eacc9b2192ce30f8f4f0384680 2663788 
nted_1.4.17.orig.tar.gz
 ea9b89194536bd3896f087d8080ee71ff7d8c447abdc5edc6b1fcdfaceb950b9 8086 
nted_1.4.17-1.diff.gz
 d5a66a242a34ce1185b261432836217290a1d9b8ec7419ff262658e4a1df38a0 1805172 
nted-doc_1.4.17-1_all.deb
 b8acef60c317f73fcfb4712bbf967841f31de9394ab3a7f351eed083fb3e8bd4 516070 
nted_1.4.17-1_i386.deb
Files: 
 b0fe8b91db3f249ed3cdbdd35c91e219 1114 sound optional nted_1.4.17-1.dsc
 a1342ae8cff7bceb7ed9ee1f38294753 2663788 sound optional nted_1.4.17.orig.tar.gz
 3caaf5dff84d5fba8070065b5fb8086d 8086 sound optional nted_1.4.17-1.diff.gz
 3f1b050e5858c5c44b4d1c90059ba9e1 1805172 doc optional nted-doc_1.4.17-1_all.deb
 9316540feb62e7bb0bc38cc8046fd25c 516070 sound optional nted_1.4.17-1_i386.deb

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

iEYEARECAAYFAkllEsQACgkQwAfeuzCCU0VT+QCgyi6hnVcBEOgqn7Yxjf12GNOw
GwIAnRlKWnR8Pm5cdjyDxGRVoqMMMytU
=y73R
-END PGP SIGNATURE-


Accepted:
nted-doc_1.4.17-1_all.deb
  to pool/main/n/nted/nted-doc_1.4.17-1_all.deb
nted_1.4.17-1.diff.gz
  to pool/main/n/nted/nted_1.4.17-1.diff.gz
nted_1.4.17-1.dsc
  to pool/main/n/nted/nted_1.4.17-1.dsc
nted_1.4.17-1_i386.deb
  to pool/main/n/nted/nted_1.4.17-1_i386.deb
nted_1.4.17.orig.tar.gz
  to pool/main/n/nted/nted_1.4.17.orig.tar.gz


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



Accepted smuxi 0.6.3-2 (source all)

2009-01-07 Thread Mirco Bauer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 21:21:39 +0100
Source: smuxi
Binary: smuxi smuxi-engine smuxi-engine-irc smuxi-server smuxi-frontend 
smuxi-frontend-gnome smuxi-frontend-gnome-irc
Architecture: source all
Version: 0.6.3-2
Distribution: experimental
Urgency: low
Maintainer: Mirco Bauer mee...@debian.org
Changed-By: Mirco Bauer mee...@debian.org
Description: 
 smuxi  - IRC client for advanced users
 smuxi-engine - Engine library for smuxi
 smuxi-engine-irc - IRC support for Engine library for smuxi
 smuxi-frontend - Frontend library for smuxi
 smuxi-frontend-gnome - GNOME frontend for smuxi
 smuxi-frontend-gnome-irc - IRC support for GNOME frontend for smuxi
 smuxi-server - Server application for smuxi
Closes: 510470
Changes: 
 smuxi (0.6.3-2) experimental; urgency=low
 .
   * debian/smuxi-frontend-gnome.menu
 debian/smuxi-frontend-gnome.install:
 + Added smuxi-frontend-gnome.svg. (Closes: #510470)
   * debian/patches/build_with_csc.dpatch:
 + Disabled, already applied upstream.
   * debian/rules:
 + Pass GMCS to configure.
   * debian/patches/debian_default_settings.dpatch:
 + Added #debian channel to to defaults.
Checksums-Sha1: 
 646a054d69c0b6ab5a3710e3c7f0eaede463ab68 1751 smuxi_0.6.3-2.dsc
 6d068ef87595b470ed539b102017e9b411b4f73e 4494 smuxi_0.6.3-2.diff.gz
 0ee53f0db7af28243add31db40536b76e7543540 7598 smuxi_0.6.3-2_all.deb
 1763093951b82a144ceaa259e41b3cd7a401417f 40610 smuxi-engine_0.6.3-2_all.deb
 bff123d050853c17de0c7155ddbc4b25dd4bf58d 28270 smuxi-engine-irc_0.6.3-2_all.deb
 a9c5ccdc27d6215947c1bccead0a17c6ad4dcf9e 6478 smuxi-server_0.6.3-2_all.deb
 b54bdf8edac637a0304ed35f5c5d704409f906fe 9108 smuxi-frontend_0.6.3-2_all.deb
 dd9d7d6b922f1d6d01b2e5923b2583d3321f38af 264698 
smuxi-frontend-gnome_0.6.3-2_all.deb
 0ceb19e6656b66a34650b36b5a2256e6573a248c 6614 
smuxi-frontend-gnome-irc_0.6.3-2_all.deb
Checksums-Sha256: 
 f292c09d78acfdf348718a80a8c0401e40690da4bcc4e3d346b6d930ae8d8700 1751 
smuxi_0.6.3-2.dsc
 125e4ecd4e24d30651698c7a44d1e509747e23850d3ec57f1aef34af54f99416 4494 
smuxi_0.6.3-2.diff.gz
 40ef87b6799d6b1050378000d7f2fea369fa4242946d017633d81b1621d75619 7598 
smuxi_0.6.3-2_all.deb
 c86f9a63c094b8bea0dd755bbe25489b6d0228f6851e25e77fb489807661f845 40610 
smuxi-engine_0.6.3-2_all.deb
 6822c069b7000fee49cad7772278699a0e98e10409e236a7aed955de145593b5 28270 
smuxi-engine-irc_0.6.3-2_all.deb
 3846018bb2ecc29d9dfaddcac0b4a571d4ed2c16dfd7e4a05cab76a8e2a0cccb 6478 
smuxi-server_0.6.3-2_all.deb
 7e72d9333fd31ff0572e29eba6de6c6e90b1ce13def5e0bca5502f9d4ecd0f5f 9108 
smuxi-frontend_0.6.3-2_all.deb
 c56c168a4b335beff8344ea6f21d702697f731e0518db9a81d57c7f5fd089975 264698 
smuxi-frontend-gnome_0.6.3-2_all.deb
 0a738d4305d9694197b290b4e308bbd058ef5522beac9f6ba49afaea17a17344 6614 
smuxi-frontend-gnome-irc_0.6.3-2_all.deb
Files: 
 abd8aea56f67f4e21c7a15b8fbe71ae4 1751 gnome optional smuxi_0.6.3-2.dsc
 99261aa9cb67bd55e79616504ece1cf7 4494 gnome optional smuxi_0.6.3-2.diff.gz
 adc57006ad258e99216c63c60c80d0c1 7598 gnome optional smuxi_0.6.3-2_all.deb
 b9743f9b0fc744f5c119d10fdbf4f337 40610 gnome optional 
smuxi-engine_0.6.3-2_all.deb
 b0aa3c7232de4cc2114669e48784802c 28270 gnome optional 
smuxi-engine-irc_0.6.3-2_all.deb
 422de217c0a63a492926394c875f22f5 6478 gnome optional 
smuxi-server_0.6.3-2_all.deb
 0fe814b4e7e4d917a22e0f00467fdaea 9108 gnome optional 
smuxi-frontend_0.6.3-2_all.deb
 1a7c90bd4ab23934fe536b245ddaedd4 264698 gnome optional 
smuxi-frontend-gnome_0.6.3-2_all.deb
 a691e70f7810c2717f4972698dc791f4 6614 gnome optional 
smuxi-frontend-gnome-irc_0.6.3-2_all.deb

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

iJwEAQECAAYFAkllEHYACgkQcJWf5zskR2Ez2wP9HUhYEzqXdsuH7Q9fjW+jG1lo
hDOgb302f7R7IbKjwNjoz7R+Tf8MDXx8hDBi2l0cqKtn2ZhCX4T1PQLjvKXe/i3H
iUUJgn3qaDzbKDX26QNoJMe8ZmOfN+8EN5CO2xNBUo+dEO03KmKEJinuU7lVDc3c
pZUj7pPRYDuEIXA5ubg=
=cUm8
-END PGP SIGNATURE-


Accepted:
smuxi-engine-irc_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi-engine-irc_0.6.3-2_all.deb
smuxi-engine_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi-engine_0.6.3-2_all.deb
smuxi-frontend-gnome-irc_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi-frontend-gnome-irc_0.6.3-2_all.deb
smuxi-frontend-gnome_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi-frontend-gnome_0.6.3-2_all.deb
smuxi-frontend_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi-frontend_0.6.3-2_all.deb
smuxi-server_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi-server_0.6.3-2_all.deb
smuxi_0.6.3-2.diff.gz
  to pool/main/s/smuxi/smuxi_0.6.3-2.diff.gz
smuxi_0.6.3-2.dsc
  to pool/main/s/smuxi/smuxi_0.6.3-2.dsc
smuxi_0.6.3-2_all.deb
  to pool/main/s/smuxi/smuxi_0.6.3-2_all.deb


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



Accepted macchanger 1.5.0-3 (source i386)

2009-01-07 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 31 Dec 2008 11:30:48 +0100
Source: macchanger
Binary: macchanger
Architecture: source i386
Version: 1.5.0-3
Distribution: unstable
Urgency: low
Maintainer: David Paleino d.pale...@gmail.com
Changed-By: David Paleino d.pale...@gmail.com
Description: 
 macchanger - utility for manipulating the MAC address of network interfaces
Closes: 506922
Changes: 
 macchanger (1.5.0-3) unstable; urgency=low
 .
   * debian/patches/:
 - 01-fix_manpage.patch updated, added -s|--show option.
   Thanks to Geoff Simmons (Closes: #506922)
   * debian/control:
 - DM-Upload-Allowed set.
   * debian/watch added
Checksums-Sha1: 
 ec059c77f73f02d128bf7d8858b3bcdbf22ec551 1194 macchanger_1.5.0-3.dsc
 52e050311ca8c6336b49b74c8492dd6defd9c324 2743 macchanger_1.5.0-3.diff.gz
 12772fead44569ec734a8ad67ffd800353cdf583 87410 macchanger_1.5.0-3_i386.deb
Checksums-Sha256: 
 49323ee7fdcf177c1cddb06e1b0cd80dab99196feaa48f123c45b0af5e6beaf8 1194 
macchanger_1.5.0-3.dsc
 dc25c956b3c03f5e66e039b42e1476324c6241ada240c6c5962865867885822f 2743 
macchanger_1.5.0-3.diff.gz
 9747b5fac4c5395d819dbbbacae6b6365ddd69ae4304b681b6527d3a447e90c2 87410 
macchanger_1.5.0-3_i386.deb
Files: 
 40f00ebbb44b6ce6e3e049bfca04aef5 1194 net optional macchanger_1.5.0-3.dsc
 e5d838bfb2d209d5d2bb09893b0ec1fc 2743 net optional macchanger_1.5.0-3.diff.gz
 ebdb1da496dfafcb759f96a7286ce5c7 87410 net optional macchanger_1.5.0-3_i386.deb

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

iEYEARECAAYFAkllE/UACgkQ5ItltUs5T34HFgCglU42/4sdJqfR3Lpfr232R5tt
awIAn3PnZTpxPEMX5qEeY4B84gsXciDI
=7UcP
-END PGP SIGNATURE-


Accepted:
macchanger_1.5.0-3.diff.gz
  to pool/main/m/macchanger/macchanger_1.5.0-3.diff.gz
macchanger_1.5.0-3.dsc
  to pool/main/m/macchanger/macchanger_1.5.0-3.dsc
macchanger_1.5.0-3_i386.deb
  to pool/main/m/macchanger/macchanger_1.5.0-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



Accepted dovecot 1:1.1.8-1 (source amd64)

2009-01-07 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 23:14:29 +0100
Source: dovecot
Binary: dovecot-common dovecot-dev dovecot-imapd dovecot-pop3d
Architecture: source amd64
Version: 1:1.1.8-1
Distribution: experimental
Urgency: low
Maintainer: Dovecot Maintainers jaldhar-dove...@debian.org
Changed-By: Fabio Tranchitella kob...@debian.org
Description: 
 dovecot-common - secure mail server that supports mbox and maildir mailboxes
 dovecot-dev - header files for the dovecot mail server
 dovecot-imapd - secure IMAP server that supports mbox and maildir mailboxes
 dovecot-pop3d - secure POP3 server that supports mbox and maildir mailboxes
Changes: 
 dovecot (1:1.1.8-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control: added LDA to the description of dovecot-common.
Checksums-Sha1: 
 f2ce0b9f2370c671b1806ed9e77f2e83f4081a25 1617 dovecot_1.1.8-1.dsc
 8989d811dd3a9a060e6101bad302f7855358d1c5 2353524 dovecot_1.1.8.orig.tar.gz
 e44515ba123982425352fa930e9d18dd800a724b 921169 dovecot_1.1.8-1.diff.gz
 0d78afb22e4eab28f3c5073acc357a1891750de6 3568704 
dovecot-common_1.1.8-1_amd64.deb
 b08b2e271f5c9e51541c16c5e4feeed710374df0 558150 dovecot-dev_1.1.8-1_amd64.deb
 a75151a18aecbf85af96159c1a627791258471b2 937640 dovecot-imapd_1.1.8-1_amd64.deb
 3a5a57416b4e80ee337801da23095890ec9c95b1 893458 dovecot-pop3d_1.1.8-1_amd64.deb
Checksums-Sha256: 
 517a9752b229688db640f8b63fa2ebf189545d14f92b65ecec3b4ba484386bf9 1617 
dovecot_1.1.8-1.dsc
 15e82f60b9116f592ade07bed218ff5aa0c7370f31e49f830241f37fcd2dbf48 2353524 
dovecot_1.1.8.orig.tar.gz
 dace5f3f67dbe6db1bcc797d695734af26b45cfc2b9e042e9cd5458656495d77 921169 
dovecot_1.1.8-1.diff.gz
 d50e55ad726d869e6298dea9570df4927f27860808b312b877387a71cf3d4bef 3568704 
dovecot-common_1.1.8-1_amd64.deb
 155baa841696a9cbeec957b499b61da75c93fa653c002a35bc079477f3bd184c 558150 
dovecot-dev_1.1.8-1_amd64.deb
 7fae27e27033c9eeb5efd5b56822dd4323477f986d08fd308b3f30332c4c4b60 937640 
dovecot-imapd_1.1.8-1_amd64.deb
 a2d601ddc848deac048143ee800e9c6a188a2d80f5eb07dc5976838d520a3bf5 893458 
dovecot-pop3d_1.1.8-1_amd64.deb
Files: 
 4803494e7de7d7a434314d606e0fd2dc 1617 mail optional dovecot_1.1.8-1.dsc
 bc23a919c7ad2b3c5ba69e19f1b46eb2 2353524 mail optional 
dovecot_1.1.8.orig.tar.gz
 a6f52f1c42fc929711ec1d06b25986bc 921169 mail optional dovecot_1.1.8-1.diff.gz
 7ee44bbd9c81cd1da5f8ea291663a300 3568704 mail optional 
dovecot-common_1.1.8-1_amd64.deb
 19353e2c5e9b960d36839f1e9a809d16 558150 mail optional 
dovecot-dev_1.1.8-1_amd64.deb
 e4cfdf476d4d4c105f2aa007f35c581f 937640 mail optional 
dovecot-imapd_1.1.8-1_amd64.deb
 0be6ec4cac153becef564e9a9de2ed96 893458 mail optional 
dovecot-pop3d_1.1.8-1_amd64.deb

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

iEYEARECAAYFAkllKrsACgkQK/juK3+WFWSdHwCfcQth3wKpPXK2lYI+YMJgOJKa
i6gAn09ruI3nL9rp5RLMfeME2yqVfXwX
=6BIs
-END PGP SIGNATURE-


Accepted:
dovecot-common_1.1.8-1_amd64.deb
  to pool/main/d/dovecot/dovecot-common_1.1.8-1_amd64.deb
dovecot-dev_1.1.8-1_amd64.deb
  to pool/main/d/dovecot/dovecot-dev_1.1.8-1_amd64.deb
dovecot-imapd_1.1.8-1_amd64.deb
  to pool/main/d/dovecot/dovecot-imapd_1.1.8-1_amd64.deb
dovecot-pop3d_1.1.8-1_amd64.deb
  to pool/main/d/dovecot/dovecot-pop3d_1.1.8-1_amd64.deb
dovecot_1.1.8-1.diff.gz
  to pool/main/d/dovecot/dovecot_1.1.8-1.diff.gz
dovecot_1.1.8-1.dsc
  to pool/main/d/dovecot/dovecot_1.1.8-1.dsc
dovecot_1.1.8.orig.tar.gz
  to pool/main/d/dovecot/dovecot_1.1.8.orig.tar.gz


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



Accepted efreet 0.5.0.050+svn20081114-2 (source all i386)

2009-01-07 Thread Albin Tonnerre
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 06 Jan 2009 22:00:25 +0100
Source: efreet
Binary: libefreet0 libefreet-dev libefreet-doc
Architecture: source all i386
Version: 0.5.0.050+svn20081114-2
Distribution: experimental
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre albin.tonne...@gmail.com
Description: 
 libefreet-dev - Development files for libefreet and libefreet-mime
 libefreet-doc - libefreet and libfreet-mime API documentation
 libefreet0 - Library that implements freedesktop.org specs for use with E17/EF
Changes: 
 efreet (0.5.0.050+svn20081114-2) experimental; urgency=low
 .
   * Update dependencies for new packages name
 .
 efreet (0.5.0.050+svn20081114-1) experimental; urgency=low
 .
   * Upstream SVN snapshot
- Build-depend and make libefreet-dev depend on libeina-0.0.1a-dev
   * Update the libecore-dev dependencies to libecore-0.9.9.050a-dev
   * Bump shlibs for libefreet0 as a new symbol was added (efreet_menu_file_set)
   * [lintian] Add ${misc:Depends} to the packages dependencies
Checksums-Sha1: 
 7cde518a030c199f33d6dfa19526dbcf7f7a2009 1435 
efreet_0.5.0.050+svn20081114-2.dsc
 f3e3a072306c0f37efc077068937587e6b6019d0 1584909 
efreet_0.5.0.050+svn20081114.orig.tar.gz
 8c5cda380b756daf13db7edbdc0be3ef52272af4 3031 
efreet_0.5.0.050+svn20081114-2.diff.gz
 48b0ebe5dc34e85f27148f6267be18d3e4b403fb 623816 
libefreet-doc_0.5.0.050+svn20081114-2_all.deb
 01673503bfe3bcb26fcc6badd9f7e59401f93e3c 51706 
libefreet0_0.5.0.050+svn20081114-2_i386.deb
 fe80932ff9c5f9b5861a456ee0e9b6e5f22583fb 59382 
libefreet-dev_0.5.0.050+svn20081114-2_i386.deb
Checksums-Sha256: 
 2b3491fba6dfc0ddad8dad0f00284160fea20787c98ce8cd5d85dba25c8d5433 1435 
efreet_0.5.0.050+svn20081114-2.dsc
 a365b1e443e8437459dcc37e436bf1f181a26cd346a12d74b52c5e3e98752961 1584909 
efreet_0.5.0.050+svn20081114.orig.tar.gz
 0f472adf2ae57c4140742f7320617c6d22ef2a7bf2731f27e60a269fefae948e 3031 
efreet_0.5.0.050+svn20081114-2.diff.gz
 15d0c0f29d9db98d5d9b63d64a03dce7594e1fd57320104b4aa2bd2b5dcd 623816 
libefreet-doc_0.5.0.050+svn20081114-2_all.deb
 008a8331df0356dcc5e979778afc2681082d7da0ac3039d23a424ffc12298ecf 51706 
libefreet0_0.5.0.050+svn20081114-2_i386.deb
 cef702556620526ce6b8fbe064407e1c50b95546740a5fbc95621e68443d322b 59382 
libefreet-dev_0.5.0.050+svn20081114-2_i386.deb
Files: 
 dc52a0c89a139e96c741dbefea63bc09 1435 libs optional 
efreet_0.5.0.050+svn20081114-2.dsc
 f9316c51d312cac8ab7bdd4784413a17 1584909 libs optional 
efreet_0.5.0.050+svn20081114.orig.tar.gz
 74826eb05d0a9fe7759efc73dc2f 3031 libs optional 
efreet_0.5.0.050+svn20081114-2.diff.gz
 5be90ffdb970e98e493b051f0a288219 623816 doc optional 
libefreet-doc_0.5.0.050+svn20081114-2_all.deb
 72b3365848e3bbeddcf342c341141ef9 51706 libs optional 
libefreet0_0.5.0.050+svn20081114-2_i386.deb
 96de86b292b48272f9119aca337798e2 59382 libdevel optional 
libefreet-dev_0.5.0.050+svn20081114-2_i386.deb

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

iEYEARECAAYFAkllKiQACgkQv3x5OskTLdu/SACgxzMyuqegvM0WGi2lyMUT53Jn
dYYAn1KXveW8fFlsP3zDxQ5H8ixT1Hjm
=bdoe
-END PGP SIGNATURE-


Accepted:
efreet_0.5.0.050+svn20081114-2.diff.gz
  to pool/main/e/efreet/efreet_0.5.0.050+svn20081114-2.diff.gz
efreet_0.5.0.050+svn20081114-2.dsc
  to pool/main/e/efreet/efreet_0.5.0.050+svn20081114-2.dsc
libefreet-dev_0.5.0.050+svn20081114-2_i386.deb
  to pool/main/e/efreet/libefreet-dev_0.5.0.050+svn20081114-2_i386.deb
libefreet-doc_0.5.0.050+svn20081114-2_all.deb
  to pool/main/e/efreet/libefreet-doc_0.5.0.050+svn20081114-2_all.deb
libefreet0_0.5.0.050+svn20081114-2_i386.deb
  to pool/main/e/efreet/libefreet0_0.5.0.050+svn20081114-2_i386.deb


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



Accepted hal 0.5.11-8 (source all i386)

2009-01-07 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 23:24:01 +0100
Source: hal
Binary: hal hal-doc libhal1 libhal-storage1 libhal-dev libhal-storage-dev
Architecture: source all i386
Version: 0.5.11-8
Distribution: unstable
Urgency: high
Maintainer: Utopia Maintenance Team 
pkg-utopia-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 hal- Hardware Abstraction Layer
 hal-doc- Hardware Abstraction Layer - documentation
 libhal-dev - Hardware Abstraction Layer - development files
 libhal-storage-dev - Hardware Abstraction Layer - development files
 libhal-storage1 - Hardware Abstraction Layer - shared library for storage 
devices
 libhal1- Hardware Abstraction Layer - shared library
Changes: 
 hal (0.5.11-8) unstable; urgency=high
 .
   * debian/patches/75-at_console.patch
 - Added. Allow local users (at_console) to call methods on the CPUFreq,
   WakeOnLan and Dockstation interface, i.e. you are using consolekit and
   not static Debian group policies.
   * Priority high as this also addresses #510639.
Checksums-Sha1: 
 350a7fa786c04d0bd42dc826589751ad0a2a03c3 1618 hal_0.5.11-8.dsc
 f12b4705eb558a0aff7073c741462992c67cd8e6 36594 hal_0.5.11-8.diff.gz
 bfbd69160b9781ee5e9fcb0f2c1c5a9a55f4dfab 670398 hal-doc_0.5.11-8_all.deb
 d8e5e1e9010cf2438fbae36b6bd308a334d47d83 768286 hal_0.5.11-8_i386.deb
 98feac26014938cc664fae572732e46ae90d5769 444248 libhal1_0.5.11-8_i386.deb
 2ed288453522826963692fc5da213e5e13012bd9 436552 
libhal-storage1_0.5.11-8_i386.deb
 f29fd826ee1cd5296b6ec93dd83898178770cd54 449716 libhal-dev_0.5.11-8_i386.deb
 59f55b73e8436e4ac2719f6847f56742cc75774a 436522 
libhal-storage-dev_0.5.11-8_i386.deb
Checksums-Sha256: 
 9b6d06eeb697dab7dd1fabe961d55c10b14a3b85fed2870b595a061bfd843e07 1618 
hal_0.5.11-8.dsc
 9c44dfe77a9964a3e36a7650f1fda43480b1165e7dc048e84373f7f033167a00 36594 
hal_0.5.11-8.diff.gz
 decb5291a920bf011d9e205a77d4383ec82d68cf8923599525cb03412ff9eca5 670398 
hal-doc_0.5.11-8_all.deb
 c558918d6bc7b7cd62a9972a569312b43338f279a4dc911d580194bcb64a1609 768286 
hal_0.5.11-8_i386.deb
 08df00e9e03597ef2af048d11709508b80b065d5f54b5363b73dd2ac0b327df0 444248 
libhal1_0.5.11-8_i386.deb
 7587df29ae1dfc34ae77233864ae46258ca8730a496097dbc0dfab9350b77caa 436552 
libhal-storage1_0.5.11-8_i386.deb
 365a2ccdb0f33fff47363cc5212c8b83f3158908f80df3b5c4b71bb579bd2859 449716 
libhal-dev_0.5.11-8_i386.deb
 05d60f92f4815de4566177d9350d550eb732542a8b89cdf7c234df71a82ab49e 436522 
libhal-storage-dev_0.5.11-8_i386.deb
Files: 
 75dab8b8fae5ee56c7054b1622704f95 1618 admin optional hal_0.5.11-8.dsc
 a5e84ed4c04e03ce6b2f09f042480dca 36594 admin optional hal_0.5.11-8.diff.gz
 85c7c807be18e17403b561162fb63250 670398 doc optional hal-doc_0.5.11-8_all.deb
 2a72342fffd07ee4637d43a4b0767044 768286 admin optional hal_0.5.11-8_i386.deb
 0b8df047a3080076c2b52f6cbad8db66 444248 libs optional libhal1_0.5.11-8_i386.deb
 28c527f40de2a8cae90dd3f32a0020d1 436552 libs optional 
libhal-storage1_0.5.11-8_i386.deb
 25ec977d308b00b26f32aed141cee889 449716 libdevel optional 
libhal-dev_0.5.11-8_i386.deb
 b45b68d2f3a566f3776e18fb687fa7fc 436522 libdevel optional 
libhal-storage-dev_0.5.11-8_i386.deb

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

iEYEARECAAYFAkllMJEACgkQh7PER70FhVRQ/gCdGSs1KkQU1nlnJAZAtbaQXmk2
qqEAn1Ja/Vxl0+YFP0tV0AzWClLZNl/C
=rlqB
-END PGP SIGNATURE-


Accepted:
hal-doc_0.5.11-8_all.deb
  to pool/main/h/hal/hal-doc_0.5.11-8_all.deb
hal_0.5.11-8.diff.gz
  to pool/main/h/hal/hal_0.5.11-8.diff.gz
hal_0.5.11-8.dsc
  to pool/main/h/hal/hal_0.5.11-8.dsc
hal_0.5.11-8_i386.deb
  to pool/main/h/hal/hal_0.5.11-8_i386.deb
libhal-dev_0.5.11-8_i386.deb
  to pool/main/h/hal/libhal-dev_0.5.11-8_i386.deb
libhal-storage-dev_0.5.11-8_i386.deb
  to pool/main/h/hal/libhal-storage-dev_0.5.11-8_i386.deb
libhal-storage1_0.5.11-8_i386.deb
  to pool/main/h/hal/libhal-storage1_0.5.11-8_i386.deb
libhal1_0.5.11-8_i386.deb
  to pool/main/h/hal/libhal1_0.5.11-8_i386.deb


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



Accepted dh-make-perl 0.51 (source all)

2009-01-07 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Jan 2009 00:38:22 +0200
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.51
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 dh-make-perl - Create Debian packages from perl modules
Closes: 501688 506708 510362
Changes: 
 dh-make-perl (0.51) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Handle --desc option before --refresh to avoid uninitialized $desc
 variable.
   * Remove libpod-parser-perl from Depends, sync Build-Depends-Indep with
 Depends now that tests are run.
   * --build: call `debian/rules build' before `fakeroot debian/rules binary'
 in order to do the build without (fake)root privileges. Thanks to Mark
 Hedges for the bug report and to Russ Allbery for the solution
 (closes: #510362).
 .
   [ Damyan Ivanov ]
   * Apply two patches from Paul Fenwick reformatting the whitespace of
 dh-make-perl. Hopefully this makes the code a bit easier for people not
 used to it.
   * Add Paul Fenwick to the 'Patches from' section
   * Parse and use build-time dependencies too
 Closes: #501688 -- dh-make-perl ignoring build_requires in Makefile.PL
   * Add dependencies on libwww-mechanize-perl, libclass-accessor-perl,
 libemail-date-format-perl, libmodule-corelist-perl, libapt-pkg-perl.
   * Internal rewrites:
 - encapsulate dependencies into a class and rework the code to use it
 - extract_depends: try Module::Depends first, ::Intrusive -- second
 - use Module::CoreList to check if given module is a core one
 - avoid adding dependencies on ancient perl versions
   * add test suite
   * rules: run the test suite during build
 + sync B-D-I with Depends
 + add libfile-touch-perl, libtext-diff-perl, libfile-find-rule-perl and
   libtest-deep-perl to B-D-I
   * get_itp(): adapt to new BTS web interface. Thanks to SteveNZ for the
 patch.
   * add --verbose option (set by default)
 + disable diagnostic output when --no-verbose is given
   * instead of searching Perl modules in packages contents via apt-file, parse
 Contents files ourselves and cache the result
 + add --refresh-cache option, useful for cron-jobs
   * do not call bugs.debian.org when NO_NETWORK is set in the environment
 + rules: set NO_NETWORK=1 when running tests
   * uses Module::Build for building and running tests
 + add libmodule-build-perl to B-D
 .
   [ Paul Fenwick ]
   * Setting the base for unit-testing:
 + Simple patch to avoid doing work if we're being required and not run.
 + Basic tests for extract_name_ver_from_autodie.
   * Updated regexp to extract version from basic Module::Install.
   * Updated extract_name_ver_from_makefile to handle M::I recommended
 syntax.
   * We now inform the user about the --core-ok switch if they're trying
 to build a core module.
 .
   [ Ryan Niebur ]
   * process META.yml file when refreshing
   * create debian/compat file while refreshing
   * make --notest work with dh7 (Closes: #506708)
   * fix typo (s/shlib:Depends/shlibs:Depends/g) in control file generation
   * when searching for docs files, ignore .svn-base files. (fixes tests
 when building out of the svn repo)
   * mention running apt-file update in error message
 .
   [ Ansgar Burchardt ]
   * Quote name of file containing the Artistic license.
 .
   [ David Paleino ]
   * Removed myself from Uploaders.
Checksums-Sha1: 
 b2b82213638e72d798810a8b7b017382b477ef93 1492 dh-make-perl_0.51.dsc
 61afe33f02f43ee5d79ca09616af01f4e3395aa6 69083 dh-make-perl_0.51.tar.gz
 711c41d20fe4a394e739a0dd513b25d0bd2cbbcd 69220 dh-make-perl_0.51_all.deb
Checksums-Sha256: 
 a4b6ea82e5b690c9d853945e8f40b1362f464eff9e9320a1e67b8bfe42d5b090 1492 
dh-make-perl_0.51.dsc
 2f05afd075b12388314b35c7096d10e833723c447d6cdf077817324ebf42ca6b 69083 
dh-make-perl_0.51.tar.gz
 263ba476a3cf5f22b1a480055b22f08d830f197760a30b01e1f0812762da678c 69220 
dh-make-perl_0.51_all.deb
Files: 
 44034f164a2eddc03d4223a97688ecbe 1492 devel optional dh-make-perl_0.51.dsc
 8e9c4800ae462a87a9327bb548c71656 69083 devel optional dh-make-perl_0.51.tar.gz
 f29a76e3288addbe28e5432231eef32a 69220 devel optional dh-make-perl_0.51_all.deb

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

iEYEARECAAYFAkllL3EACgkQHqjlqpcl9jtrHwCdGELictMNuO2mM0u0tyzsgCxJ
X8UAn2wN9S53tpc0GTsO9+6yUPY9XAvr
=MABY
-END PGP SIGNATURE-


Accepted:
dh-make-perl_0.51.dsc
  to pool/main/d/dh-make-perl/dh-make-perl_0.51.dsc
dh-make-perl_0.51.tar.gz
  to pool/main/d/dh-make-perl/dh-make-perl_0.51.tar.gz
dh-make-perl_0.51_all.deb
  to pool/main/d/dh-make-perl/dh-make-perl_0.51_all.deb


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



Accepted urlwatch 1.7-1 (source all)

2009-01-07 Thread Franck Joncourt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 05 Jan 2009 15:45:20 +0100
Source: urlwatch
Binary: urlwatch
Architecture: source all
Version: 1.7-1
Distribution: unstable
Urgency: low
Maintainer: Franck Joncourt franck.m...@dthconnex.com
Changed-By: Franck Joncourt franck.m...@dthconnex.com
Description: 
 urlwatch   - tool for monitoring webpages for updates
Changes: 
 urlwatch (1.7-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 0d38329cd6df5408cbc3a8c06bab5f6781f0e0e2 1227 urlwatch_1.7-1.dsc
 4975c7e0c4b08b82d4497dc9de7c9abbe527ee55 8861 urlwatch_1.7.orig.tar.gz
 7ad432363ce0f21865f0f69e49bc4d025cdec4eb 2905 urlwatch_1.7-1.diff.gz
 35d8330d598dfe1975e40961fe6dd61352ab8e9b 11396 urlwatch_1.7-1_all.deb
Checksums-Sha256: 
 e728f765a62a1913c82955fbd13413912b609d373645bf8c9dbde23d4a88d405 1227 
urlwatch_1.7-1.dsc
 288fa1c3a73c85235f4d9976b583610aae60e3189a172641f8a3816e16488d5d 8861 
urlwatch_1.7.orig.tar.gz
 822a659864d857136ac5c71656b2831a0676fb5ea08faae1d97824765c3b6265 2905 
urlwatch_1.7-1.diff.gz
 f6166b26f6577494027d469c82729a046f5d37e3b0ab73a8f933d959261fe30f 11396 
urlwatch_1.7-1_all.deb
Files: 
 d80fbab306a4f0a6f4108b74c23c9bfa 1227 web extra urlwatch_1.7-1.dsc
 29b3a00caad5f45c905ec621bec26687 8861 web extra urlwatch_1.7.orig.tar.gz
 69e48a360eca4e402e9f69c14895a6d6 2905 web extra urlwatch_1.7-1.diff.gz
 87efa6d14be03f9c81e5397e89d306d9 11396 web extra urlwatch_1.7-1_all.deb

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

iEYEARECAAYFAkllN2oACgkQxJBTTnXAif6yEwCfRCjD70fOm02H6QteSzBtyzEg
GwYAoISq6+azfOi1usIwbpeIxmTxVn/I
=1ttm
-END PGP SIGNATURE-


Accepted:
urlwatch_1.7-1.diff.gz
  to pool/main/u/urlwatch/urlwatch_1.7-1.diff.gz
urlwatch_1.7-1.dsc
  to pool/main/u/urlwatch/urlwatch_1.7-1.dsc
urlwatch_1.7-1_all.deb
  to pool/main/u/urlwatch/urlwatch_1.7-1_all.deb
urlwatch_1.7.orig.tar.gz
  to pool/main/u/urlwatch/urlwatch_1.7.orig.tar.gz


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



Accepted ganglia 3.1.1-3 (source all i386)

2009-01-07 Thread Stu Teasdale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue,  6 Dec 2008 13:30:30 +
Source: ganglia
Binary: ganglia-monitor gmetad libganglia1 libganglia1-dev ganglia-webfrontend
Architecture: source all i386
Version: 3.1.1-3
Distribution: experimental
Urgency: low
Maintainer: Stuart Teasdale s...@debian.org
Changed-By: Stu Teasdale s...@debian.org
Description: 
 ganglia-monitor - cluster system monitoring daemon
 ganglia-webfrontend - ganglia cluster monitoring toolkit web frontend
 gmetad - meta-daemon for ganglia cluster monitoring toolkit
 libganglia1 - ganglia cluster system monitor toolkit (shared libraries)
 libganglia1-dev - ganglia cluster system monitor toolkit (devel libraries)
Closes: 510381
Changes: 
 ganglia (3.1.1-3) experimental; urgency=low
 .
   * Extra dependencies to allow php5-gd to be loaded
   * Fix gmond.conf to run gmond as the ganglia user. Closes: #510381
Checksums-Sha1: 
 70637063c577357f173d6f07c51968ab7ceea961 1184 ganglia_3.1.1-3.dsc
 25ca72ecc07d82eba5780e3b71c585f9422f6bbc 250833 ganglia_3.1.1-3.diff.gz
 65eddab1b22b567da82448e9fb8b2733c9fc21b9 107538 
ganglia-webfrontend_3.1.1-3_all.deb
 2f8313d42644f054de4afbf7ccefbfbe8c550174 43416 ganglia-monitor_3.1.1-3_i386.deb
 a5f3d8c0f05062d3db7ff02707f1a0f179920b2a 28924 gmetad_3.1.1-3_i386.deb
 402976d16a653dc338feb9b279a5b796d9b69323 122490 libganglia1_3.1.1-3_i386.deb
 125c9c1c5a7ff23c6c7396bc3b2cf8fc11efd662 37120 libganglia1-dev_3.1.1-3_i386.deb
Checksums-Sha256: 
 24f3e58e239d3103e7a69e3f8e9fb2bfe0662ad646fdb4f0fd87352beb503b2a 1184 
ganglia_3.1.1-3.dsc
 7f5135a232e3e039eeb8c1b49f7aadace449b7261063a94b6515e6deadb26f0a 250833 
ganglia_3.1.1-3.diff.gz
 a1d6ef855c6159c20276c4be2a3ecede6a43e50a778efb87515fd532804fd89c 107538 
ganglia-webfrontend_3.1.1-3_all.deb
 450f7b2e33551169e473df0ac8e784c7f16e9475af8fe37c078c70a1c8292b76 43416 
ganglia-monitor_3.1.1-3_i386.deb
 2ba7ca043f9f162af1f4284aebf545691744fd0eaa4af7b9c7015e3580ad117c 28924 
gmetad_3.1.1-3_i386.deb
 28f82c1c08e7e1e1a1f743e83502fc72a9d153360cf5dc01abc126a17161a0db 122490 
libganglia1_3.1.1-3_i386.deb
 9a7b013cd33acd2ad34fbaf3afb83bd7a4c76c07c76c0055e176904564b5a0ed 37120 
libganglia1-dev_3.1.1-3_i386.deb
Files: 
 14e15d8b68229e9d98c1eff3a3b295b2 1184 net optional ganglia_3.1.1-3.dsc
 5056f7a0e1c84c9d76162fb04482a0d0 250833 net optional ganglia_3.1.1-3.diff.gz
 bc3fc1501d32e217335d6a084c7bc288 107538 net optional 
ganglia-webfrontend_3.1.1-3_all.deb
 a4f62e3214744497ce44d36c1d1b49d1 43416 net optional 
ganglia-monitor_3.1.1-3_i386.deb
 cb89fefc5b704ab710c49a34e8035284 28924 net optional gmetad_3.1.1-3_i386.deb
 dce7b91dc06d1014aa4e0a375f345222 122490 libs optional 
libganglia1_3.1.1-3_i386.deb
 e1e28b2d7850f07bd6e270ada2d89b1e 37120 libdevel optional 
libganglia1-dev_3.1.1-3_i386.deb

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

iEYEARECAAYFAkllPGUACgkQqXWYex+fp+4XgwCfY45h6U0//CUOoF9eOgx+iL06
swcAoIeskCEPlXFjxcy4WELTKiR0ThCi
=GT+k
-END PGP SIGNATURE-


Accepted:
ganglia-monitor_3.1.1-3_i386.deb
  to pool/main/g/ganglia/ganglia-monitor_3.1.1-3_i386.deb
ganglia-webfrontend_3.1.1-3_all.deb
  to pool/main/g/ganglia/ganglia-webfrontend_3.1.1-3_all.deb
ganglia_3.1.1-3.diff.gz
  to pool/main/g/ganglia/ganglia_3.1.1-3.diff.gz
ganglia_3.1.1-3.dsc
  to pool/main/g/ganglia/ganglia_3.1.1-3.dsc
gmetad_3.1.1-3_i386.deb
  to pool/main/g/ganglia/gmetad_3.1.1-3_i386.deb
libganglia1-dev_3.1.1-3_i386.deb
  to pool/main/g/ganglia/libganglia1-dev_3.1.1-3_i386.deb
libganglia1_3.1.1-3_i386.deb
  to pool/main/g/ganglia/libganglia1_3.1.1-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



Accepted zsh-beta 4.3.9-dev-1+20090106-1 (source all)

2009-01-07 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 20:08:28 -0500
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.9-dev-1+20090106-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.9-dev-1+20090106-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 4c7c642b8bd4017fa5c14d61330901f0e55d60de 1249 
zsh-beta_4.3.9-dev-1+20090106-1.dsc
 fe04506b5cddc29057506ad416f1366dbaa51d27 2578568 
zsh-beta_4.3.9-dev-1+20090106.orig.tar.gz
 233541fa105f94b841917f931f8d7f6965fd400d 806547 
zsh-beta_4.3.9-dev-1+20090106-1.diff.gz
 1abb0b3aacd858e233bed2ef3ed38eda46ef1844 834316 
zsh-beta-doc_4.3.9-dev-1+20090106-1_all.deb
Checksums-Sha256: 
 2fcff2d7b35ad14762094c565bcad0657936cb9c997ff7157d387ae84039d852 1249 
zsh-beta_4.3.9-dev-1+20090106-1.dsc
 065958d8c74f45a2e6a9f313306e8f333789b9f420e8bd82d9678293fdccea09 2578568 
zsh-beta_4.3.9-dev-1+20090106.orig.tar.gz
 8046b2e1237f0b519ef1cc907dec062f97333177f700b6712f2f575c3ddb1821 806547 
zsh-beta_4.3.9-dev-1+20090106-1.diff.gz
 990a96c065fc1f7366d044a7cd42afd0bbb994311e6cd675077cb9481f53a297 834316 
zsh-beta-doc_4.3.9-dev-1+20090106-1_all.deb
Files: 
 62b4d98f3bfa71faea98d1246e1c925e 1249 shells optional 
zsh-beta_4.3.9-dev-1+20090106-1.dsc
 76c2b2702c02115a3ecd2288cd8e6ad0 2578568 shells optional 
zsh-beta_4.3.9-dev-1+20090106.orig.tar.gz
 470552349024b3669e296d85d82b51cf 806547 shells optional 
zsh-beta_4.3.9-dev-1+20090106-1.diff.gz
 9bb25ae3e0db0a494386af208350e222 834316 doc optional 
zsh-beta-doc_4.3.9-dev-1+20090106-1_all.deb

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

iD8DBQFJZVVR5m0u66uWM3ARAt3kAKDUh5rIMAuxBpXlKJmXZFFKji+2KgCgp7iw
uRfD0zASGnFfhWWz6JRywSM=
=K4z9
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.9-dev-1+20090106-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.9-dev-1+20090106-1_all.deb
zsh-beta_4.3.9-dev-1+20090106-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-1+20090106-1.diff.gz
zsh-beta_4.3.9-dev-1+20090106-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-1+20090106-1.dsc
zsh-beta_4.3.9-dev-1+20090106.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-1+20090106.orig.tar.gz


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



Accepted cloop 2.6.28.2.1 (source all amd64)

2009-01-07 Thread Eduard Bloch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon,  4 Dec 2006 00:11:52 +0100
Source: cloop
Binary: cloop-utils cloop-src
Architecture: source all amd64
Version: 2.6.28.2.1
Distribution: unstable
Urgency: low
Maintainer: Eduard Bloch bl...@debian.org
Changed-By: Eduard Bloch bl...@debian.org
Description: 
 cloop-src  - Source of the compressed loopback device module
 cloop-utils - Tools for handling with cloop compressed volumes
Changes: 
 cloop (2.6.28.2.1) unstable; urgency=low
 .
   * Big merge with version 2.628-2 from Knoppix sources
   * Moved Knoppix' changelog file to changelog.knoppix, delivered with another
 older CHANGELOG as a single upstream changelog file
   * Beautification of control and copyright files, dropped postrm
Checksums-Sha1: 
 352701362797b5825dbdf746229b278240108f29 735 cloop_2.6.28.2.1.dsc
 b3fa4b56eb6eec162aba2e4bdfa0fcb4a0b5f48b 313641 cloop_2.6.28.2.1.tar.gz
 5eab441d3ad91e8d58cbf016f4f84430526ed4e9 48200 cloop-src_2.6.28.2.1_all.deb
 225376c2c6b2c98e632fab1baf5b0347b537318c 101282 
cloop-utils_2.6.28.2.1_amd64.deb
Checksums-Sha256: 
 f5316fd107bf089e21bd53959ab299cb250bc4f7ebc5dbbcc5a3373f7d9381ed 735 
cloop_2.6.28.2.1.dsc
 47dad1d55c6bdeea876aa53cee29922be434feaa5def80da9cf2bc1726d3b8b5 313641 
cloop_2.6.28.2.1.tar.gz
 e03e139f4b54065f732fd9b49c55e9d4c733547dcb8ccb5a2c887731380f2ddf 48200 
cloop-src_2.6.28.2.1_all.deb
 5c5a6519d053a440f591300b952020a32fdb6faaf9d8fa75622eb9395aabf641 101282 
cloop-utils_2.6.28.2.1_amd64.deb
Files: 
 3456c7bd28d3144a6cc899d9f15e538f 735 misc optional cloop_2.6.28.2.1.dsc
 36a72081cfe3e448ec7849c22334df45 313641 misc optional cloop_2.6.28.2.1.tar.gz
 d86834f4387234acd3ecfcb097282771 48200 misc optional 
cloop-src_2.6.28.2.1_all.deb
 c4835b0a0a2253033e57fac0422ac117 101282 misc optional 
cloop-utils_2.6.28.2.1_amd64.deb

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

iD8DBQFJZVRl4QZIHu3wCMURAntGAJ9CI/26UzjyeDDEYlWd8gW9spaaWgCcDZsa
JORyKsBzDb4bKZ+JahWs9RY=
=ZgNu
-END PGP SIGNATURE-


Accepted:
cloop-src_2.6.28.2.1_all.deb
  to pool/main/c/cloop/cloop-src_2.6.28.2.1_all.deb
cloop-utils_2.6.28.2.1_amd64.deb
  to pool/main/c/cloop/cloop-utils_2.6.28.2.1_amd64.deb
cloop_2.6.28.2.1.dsc
  to pool/main/c/cloop/cloop_2.6.28.2.1.dsc
cloop_2.6.28.2.1.tar.gz
  to pool/main/c/cloop/cloop_2.6.28.2.1.tar.gz


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



Accepted exmh 1:2.7.2-17 (source all)

2009-01-07 Thread Alexander Zangerl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  8 Jan 2009 12:02:37 +1000
Source: exmh
Binary: exmh
Architecture: source all
Version: 1:2.7.2-17
Distribution: unstable
Urgency: low
Maintainer: Alexander Zangerl a...@debian.org
Changed-By: Alexander Zangerl a...@debian.org
Description: 
 exmh   - extensible X user interface for MH mail
Closes: 510834
Changes: 
 exmh (1:2.7.2-17) unstable; urgency=low
 .
   * gpg uses gpg.conf as configfile nowadays (was: options)
 exmh needs to look for the correct file (closes: #510834)
   * lifted standards version
Files: 
 5b7657c85bcae88bb12702653aa7cef6 588 mail optional exmh_2.7.2-17.dsc
 a11742086d597078fa607ea82cf010fb 45560 mail optional exmh_2.7.2-17.diff.gz
 b5228ac6176da2727417e722e227f975 917324 mail optional exmh_2.7.2-17_all.deb

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

iD8DBQFJZWgopy/2bEK9ZF0RAr1tAJoD5dEjbgAYLHWU0SfcZGwsAGDMZwCfdOF+
ImusqgZ5R1zIJjnAOdFCHd0=
=poPK
-END PGP SIGNATURE-


Accepted:
exmh_2.7.2-17.diff.gz
  to pool/main/e/exmh/exmh_2.7.2-17.diff.gz
exmh_2.7.2-17.dsc
  to pool/main/e/exmh/exmh_2.7.2-17.dsc
exmh_2.7.2-17_all.deb
  to pool/main/e/exmh/exmh_2.7.2-17_all.deb


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



Accepted multcomp 1.0-4-1 (source all)

2009-01-07 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 21:50:26 -0600
Source: multcomp
Binary: r-cran-multcomp
Architecture: source all
Version: 1.0-4-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-multcomp - GNU R package for multiple comparison procedures
Changes: 
 multcomp (1.0-4-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
Checksums-Sha1: 
 d1dc4228abd08d8460ad9b207678f536ee83fa85 1015 multcomp_1.0-4-1.dsc
 79154decd388f28559d5351ad115562f9ab1b1bb 444990 multcomp_1.0-4.orig.tar.gz
 2fd70b331bebabef75faaaf9e3477a7cfe37509f 2300 multcomp_1.0-4-1.diff.gz
 d501efcf8fd88eac86bebc54928a088ee4348f4d 488176 r-cran-multcomp_1.0-4-1_all.deb
Checksums-Sha256: 
 385f8123c2cc897dd9528b10e33e97644ee1477e4582bef860ba0b3282169885 1015 
multcomp_1.0-4-1.dsc
 019e9815bf15b9181fa58deaa3d73762fe49b21134c77d1801928ecc8d32e8ad 444990 
multcomp_1.0-4.orig.tar.gz
 5d878d6282acf9daed24d6bbefbc3c884c1edb9c4955aa6fadcbcfa6e8b0a316 2300 
multcomp_1.0-4-1.diff.gz
 18c3d543e61dab1d5c6d7a095b833e8c6672741c9b7128150a2eb9547809c9c6 488176 
r-cran-multcomp_1.0-4-1_all.deb
Files: 
 80a5d22215aa89e6632b338a2086c7cc 1015 math optional multcomp_1.0-4-1.dsc
 9f14fae625ac0b1ea25dfb078e89feac 444990 math optional 
multcomp_1.0-4.orig.tar.gz
 0b891bd96ff3ef21133c9a0c7535acb9 2300 math optional multcomp_1.0-4-1.diff.gz
 4a62d11d5a47f18e4d801eddef657c47 488176 math optional 
r-cran-multcomp_1.0-4-1_all.deb

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

iD8DBQFJZXjNCZSR95Gw07cRAp5TAJ0ZvOh3fc3giEp2II/YvQ6hKd/44QCgkuy3
hcNVg2J6Jf1AV8cGwTFBcGc=
=IDty
-END PGP SIGNATURE-


Accepted:
multcomp_1.0-4-1.diff.gz
  to pool/main/m/multcomp/multcomp_1.0-4-1.diff.gz
multcomp_1.0-4-1.dsc
  to pool/main/m/multcomp/multcomp_1.0-4-1.dsc
multcomp_1.0-4.orig.tar.gz
  to pool/main/m/multcomp/multcomp_1.0-4.orig.tar.gz
r-cran-multcomp_1.0-4-1_all.deb
  to pool/main/m/multcomp/r-cran-multcomp_1.0-4-1_all.deb


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



Accepted cluster 1.11.12-1 (source i386)

2009-01-07 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 21:43:31 -0600
Source: cluster
Binary: r-cran-cluster
Architecture: source i386
Version: 1.11.12-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel e...@debian.org
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 r-cran-cluster - GNU R package for cluster analysis by Rousseeuw et al
Changes: 
 cluster (1.11.12-1) unstable; urgency=low
 .
   * New upstream release
 .
   * debian/control: Set (Build-)Depends: to current R version
   * debian/control: Set Standards-Version: to current version 3.8.0
Checksums-Sha1: 
 2f4cba69ca07a86ece636854a83be34158c0296c 988 cluster_1.11.12-1.dsc
 52cc39aa2a508df7ed06ca0ef9143e5651332525 321990 cluster_1.11.12.orig.tar.gz
 df9b76b02a598ec92438462839e5b4188ca41c51 2800 cluster_1.11.12-1.diff.gz
 fa182a6015466b0fc14a7aa31f51b5c05decd164 336570 
r-cran-cluster_1.11.12-1_i386.deb
Checksums-Sha256: 
 036ef711fbe1f8851eec6af2622d04361cc43105520db78d35e9294d1fae34ff 988 
cluster_1.11.12-1.dsc
 02848092aa4caa3528ecef13a27a3a9dda17e968a9c46088eecfc6af62e0294e 321990 
cluster_1.11.12.orig.tar.gz
 96905432e14d41e88b16b26082a1fa65faa2d1c7bffe11908d633bbbc59f1122 2800 
cluster_1.11.12-1.diff.gz
 16042b7c19b8c7d07de2447655209136a4b565e312791005cfd2dc984982271b 336570 
r-cran-cluster_1.11.12-1_i386.deb
Files: 
 e58e1813be08acf3a3bdb5a56ad1c721 988 math optional cluster_1.11.12-1.dsc
 c71372dea7754da7261a32cd6204ea64 321990 math optional 
cluster_1.11.12.orig.tar.gz
 2ca026f2fbe51bfb108d5438dbaef5ef 2800 math optional cluster_1.11.12-1.diff.gz
 71d51d4dad2c708e2b3a9b7b0ba05a3c 336570 math optional 
r-cran-cluster_1.11.12-1_i386.deb

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

iD8DBQFJZXbgCZSR95Gw07cRAtmyAJ932ZKLavALFts8XW5Zpmkp+z6lqgCfUBP3
7oxQY7WAk8hKyw091P/zVho=
=f2hc
-END PGP SIGNATURE-


Accepted:
cluster_1.11.12-1.diff.gz
  to pool/main/c/cluster/cluster_1.11.12-1.diff.gz
cluster_1.11.12-1.dsc
  to pool/main/c/cluster/cluster_1.11.12-1.dsc
cluster_1.11.12.orig.tar.gz
  to pool/main/c/cluster/cluster_1.11.12.orig.tar.gz
r-cran-cluster_1.11.12-1_i386.deb
  to pool/main/c/cluster/r-cran-cluster_1.11.12-1_i386.deb


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



Accepted nut-nutrition 14.2-1 (source i386)

2009-01-07 Thread Wesley J. Landaker
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 07 Jan 2009 19:23:55 -0700
Source: nut-nutrition
Binary: nut-nutrition
Architecture: source i386
Version: 14.2-1
Distribution: unstable
Urgency: low
Maintainer: Wesley J. Landaker w...@icecavern.net
Changed-By: Wesley J. Landaker w...@icecavern.net
Description: 
 nut-nutrition - dietary nutrition analysis software
Changes: 
 nut-nutrition (14.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 d613fba3b7b2c4a1c12584eccca3c24464b9d949 1050 nut-nutrition_14.2-1.dsc
 2fc96035d447ea3c02fca955ca9902585c06ff49 1160537 nut-nutrition_14.2.orig.tar.gz
 1ea6e375a051fc63eeeb31178966fee11968bb55 15662 nut-nutrition_14.2-1.diff.gz
 5f8722b057ba6da91c61ba0126582a2eca8e1bdf 1147320 nut-nutrition_14.2-1_i386.deb
Checksums-Sha256: 
 c4573c7f42712ab8cbd867e13f94bafed9ad3cb037eb55d596042e3240149a70 1050 
nut-nutrition_14.2-1.dsc
 b6743da6ab411a36ede272b4c260ee2a611bcc1ba237b9de7434b23903a951ea 1160537 
nut-nutrition_14.2.orig.tar.gz
 9123b2876bb238c7d36d5ec56f7a1272928e1e467a84dcfe2adb322e8d868c1e 15662 
nut-nutrition_14.2-1.diff.gz
 d9f1f91097c31bf18cf6bdf72fd8bf4263f581d87a369f5d4e1f4b581b8fa608 1147320 
nut-nutrition_14.2-1_i386.deb
Files: 
 0c2b24efbde3c9ca7aa42b304f6fb7b0 1050 misc optional nut-nutrition_14.2-1.dsc
 0f35724bc319b56cdc3e60c132c408e7 1160537 misc optional 
nut-nutrition_14.2.orig.tar.gz
 fe9b40a6b2d97173aa335ffb4e92924e 15662 misc optional 
nut-nutrition_14.2-1.diff.gz
 c1d48d2af9ec0cfe2cf0d075b3697571 1147320 misc optional 
nut-nutrition_14.2-1_i386.deb

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

iEYEARECAAYFAkllegAACgkQ8KmKTEzW49LONwCfTfCOp6ftcOukQ5lE2pN4543r
NLAAnR5auhSYAODhQw5UD4Kew+lx0lGD
=fPMO
-END PGP SIGNATURE-


Accepted:
nut-nutrition_14.2-1.diff.gz
  to pool/main/n/nut-nutrition/nut-nutrition_14.2-1.diff.gz
nut-nutrition_14.2-1.dsc
  to pool/main/n/nut-nutrition/nut-nutrition_14.2-1.dsc
nut-nutrition_14.2-1_i386.deb
  to pool/main/n/nut-nutrition/nut-nutrition_14.2-1_i386.deb
nut-nutrition_14.2.orig.tar.gz
  to pool/main/n/nut-nutrition/nut-nutrition_14.2.orig.tar.gz


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



Accepted vala 0.5.4-1 (source all amd64)

2009-01-07 Thread Marc-Andre Lureau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Jan 2009 07:38:51 +0100
Source: vala
Binary: valac vala-utils vala-doc libvala0 libvala-dev valac-dbg libvala0-dbg
Architecture: source all amd64
Version: 0.5.4-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of Vala packages 
pkg-vala-maintain...@lists.alioth.debian.org
Changed-By: Marc-Andre Lureau marcandre.lur...@gmail.com
Description: 
 libvala-dev - C# like language for the GObject system - development headers
 libvala0   - C# like language for the GObject system - library
 libvala0-dbg - C# like language for the GObject system - library symbols
 vala-doc   - C# like language for the GObject system - documentation
 vala-utils - C# like language for the GObject system - utilities
 valac  - C# like language for the GObject system
 valac-dbg  - C# like language for the GObject system
Changes: 
 vala (0.5.4-1) experimental; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 4df1521fb0e376c90742c1d6a4440716e3c8754b 1460 vala_0.5.4-1.dsc
 0e3237d97a8b6fee4b4668ae7f2825d128579abc 2160597 vala_0.5.4.orig.tar.gz
 acbbc3548119e06dd2bf86a90d7cea084e280fde 5712 vala_0.5.4-1.diff.gz
 e41342619937cc5d4ce6f662526cfb9334ebf835 34564 vala-doc_0.5.4-1_all.deb
 3828ae26c371fd6e8012bba0c2863f3f10a618fe 480968 valac_0.5.4-1_amd64.deb
 d3ff2e503f11923a041b25697753feed647601a1 62956 vala-utils_0.5.4-1_amd64.deb
 c423531dd5bff1f45d8959325e7b92b592336be8 697006 libvala0_0.5.4-1_amd64.deb
 e92ffa8f408802c9c06e789901a98cab373e5bfd 107512 libvala-dev_0.5.4-1_amd64.deb
 db633415141f77736f591a4a6c607e216207f8fb 307136 valac-dbg_0.5.4-1_amd64.deb
 93e30a5194ddd44ce3b8291c7f9ee6f2a70bba63 1705930 libvala0-dbg_0.5.4-1_amd64.deb
Checksums-Sha256: 
 13be303243b163fafb9d1841cfe0f3e1d081b22d318417fc552dd4360d7e3402 1460 
vala_0.5.4-1.dsc
 1c670ad3ee4af515eb114180a3860355cf63ee5f3fa586663ee4610420b0501c 2160597 
vala_0.5.4.orig.tar.gz
 8bfe72dc58dd01cf22624a9a3fa50182dcf77e6213b834fda66a0291549f3748 5712 
vala_0.5.4-1.diff.gz
 13aede821ef05cac1b5b8e0b4b7fc5d672e71e3f53ccbc78b083490ff81452d6 34564 
vala-doc_0.5.4-1_all.deb
 d77d55bc00cb2eb6873a2e7156751eced0ccc3a1330d98edec3a74c423e3f696 480968 
valac_0.5.4-1_amd64.deb
 765f664cf7a0adea2394593bce36225b3f8af778b545d2c5e8fa9a93ed1b4436 62956 
vala-utils_0.5.4-1_amd64.deb
 93f6089cb7d797dc0c0ed9107c55acc5992336f2092ef812fa8fabab2f002ba5 697006 
libvala0_0.5.4-1_amd64.deb
 09883a19388ac720669f4084f346909a30eeedeefd5c1962099588983861e8d6 107512 
libvala-dev_0.5.4-1_amd64.deb
 56ee1b9c7d7ee4cf8611a4a45af8ab06536fd527f46acc5ae97f246a315f822a 307136 
valac-dbg_0.5.4-1_amd64.deb
 1bf84aec4994f73b87e1e6e4e6ba3d5fd3970b7c3c9bedc8ada044fc73b80707 1705930 
libvala0-dbg_0.5.4-1_amd64.deb
Files: 
 e1e7546412628e42d01871a84d3513eb 1460 devel optional vala_0.5.4-1.dsc
 d7e43abf0542d784a390e4a7dbde22e6 2160597 devel optional vala_0.5.4.orig.tar.gz
 36054a94a066578f957e5893dac7ea6b 5712 devel optional vala_0.5.4-1.diff.gz
 b4e1d5b4dde463be769d11b62376f9cd 34564 doc optional vala-doc_0.5.4-1_all.deb
 09ce2bde3b35436b94bd3541c178263c 480968 devel optional valac_0.5.4-1_amd64.deb
 9f8edbe8bb940ceb4a974238cea4ac8a 62956 devel optional 
vala-utils_0.5.4-1_amd64.deb
 c799eaa2f28ce217cb4116e66a296ca9 697006 libs optional 
libvala0_0.5.4-1_amd64.deb
 ea611158c9b000510915f16dbfa74f9a 107512 libdevel optional 
libvala-dev_0.5.4-1_amd64.deb
 ee1a8b4cf1b908ec82a9a5b6bd7af345 307136 libdevel extra 
valac-dbg_0.5.4-1_amd64.deb
 696e081e9ff99bb66b4e762825976bc2 1705930 libdevel extra 
libvala0-dbg_0.5.4-1_amd64.deb

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

iEYEARECAAYFAklloc4ACgkQBsBdh1vkHyGSCwCeJhiW2pKo8NpebqhxKPVPCKQU
IEQAn1rOAK+LgLnDuB6B7qhrR4W2GX3H
=TpRn
-END PGP SIGNATURE-


Accepted:
libvala-dev_0.5.4-1_amd64.deb
  to pool/main/v/vala/libvala-dev_0.5.4-1_amd64.deb
libvala0-dbg_0.5.4-1_amd64.deb
  to pool/main/v/vala/libvala0-dbg_0.5.4-1_amd64.deb
libvala0_0.5.4-1_amd64.deb
  to pool/main/v/vala/libvala0_0.5.4-1_amd64.deb
vala-doc_0.5.4-1_all.deb
  to pool/main/v/vala/vala-doc_0.5.4-1_all.deb
vala-utils_0.5.4-1_amd64.deb
  to pool/main/v/vala/vala-utils_0.5.4-1_amd64.deb
vala_0.5.4-1.diff.gz
  to pool/main/v/vala/vala_0.5.4-1.diff.gz
vala_0.5.4-1.dsc
  to pool/main/v/vala/vala_0.5.4-1.dsc
vala_0.5.4.orig.tar.gz
  to pool/main/v/vala/vala_0.5.4.orig.tar.gz
valac-dbg_0.5.4-1_amd64.deb
  to pool/main/v/vala/valac-dbg_0.5.4-1_amd64.deb
valac_0.5.4-1_amd64.deb
  to pool/main/v/vala/valac_0.5.4-1_amd64.deb


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



Accepted gst0.10-python 0.10.13.2-1 (source amd64)

2009-01-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Jan 2009 07:43:13 +0100
Source: gst0.10-python
Binary: python-gst0.10 python-gst0.10-dbg
Architecture: source amd64
Version: 0.10.13.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 python-gst0.10 - generic media-playing framework (Python bindings)
 python-gst0.10-dbg - generic media-playing framework (Python debug bindings)
Changes: 
 gst0.10-python (0.10.13.2-1) experimental; urgency=low
 .
   * New upstream pre-release:
 + debian/control:
   - Update build dependencies.
 + debian/patches/03_rtld-constants.patch,
   debian/patches/04_import-order.patch:
   - Dropped, merged upstream.
Checksums-Sha1: 
 5b9dfb1e3d45f89b704d879be7fbe835cc0b4537 1574 gst0.10-python_0.10.13.2-1.dsc
 7788dc237d2002fb10f85cfb56ee34201ec0e3f3 688100 
gst0.10-python_0.10.13.2.orig.tar.gz
 5f346a00730e45afd09cdc5cfe734698d7719881 8126 
gst0.10-python_0.10.13.2-1.diff.gz
 4be72ca7caa86490e6aaceb1c91b99a276d3a80e 598592 
python-gst0.10_0.10.13.2-1_amd64.deb
 625c6eaf82bcbfad26e21137e7aa62544c3a601d 2032738 
python-gst0.10-dbg_0.10.13.2-1_amd64.deb
Checksums-Sha256: 
 3f9dc24d5a109dfd631fae644e7e79d1c41fdbe882228a9d738c4fdea7f7b96b 1574 
gst0.10-python_0.10.13.2-1.dsc
 2928a2ae28b4ad20081b302f2d334729a4b62635d694f55e942afa64d696fba4 688100 
gst0.10-python_0.10.13.2.orig.tar.gz
 2099c9f581976fe864ffe4ffede351a5b2128e39a31c7840fb13a9164e6ac70e 8126 
gst0.10-python_0.10.13.2-1.diff.gz
 a548c40999007c822a9709c764c62f8d97e547fcdbeff1d3a3372557d9ca4776 598592 
python-gst0.10_0.10.13.2-1_amd64.deb
 416ba5fcd60676aa83c10fbcd667638409c1bdca1dd0a183647edac1bc17ab73 2032738 
python-gst0.10-dbg_0.10.13.2-1_amd64.deb
Files: 
 de7404ae11b060c0d9481385cf854ba5 1574 python optional 
gst0.10-python_0.10.13.2-1.dsc
 f5c20d1a0e1f883c04481434f35bc952 688100 python optional 
gst0.10-python_0.10.13.2.orig.tar.gz
 842738aaf9bc8d8ea5dcd9796ee5e28f 8126 python optional 
gst0.10-python_0.10.13.2-1.diff.gz
 409e05108fd4d719e87ba4eca480da22 598592 python optional 
python-gst0.10_0.10.13.2-1_amd64.deb
 fc6c97e53c1b367ef2fb7f91a9051444 2032738 python extra 
python-gst0.10-dbg_0.10.13.2-1_amd64.deb

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

iEYEARECAAYFAkllof8ACgkQBsBdh1vkHyHSsQCfd/SKd+uwV5GgkXx8WjGkkis4
y2oAnjBOz5vApySf4b7sr7IBmf5VhhHD
=wF/f
-END PGP SIGNATURE-


Accepted:
gst0.10-python_0.10.13.2-1.diff.gz
  to pool/main/g/gst0.10-python/gst0.10-python_0.10.13.2-1.diff.gz
gst0.10-python_0.10.13.2-1.dsc
  to pool/main/g/gst0.10-python/gst0.10-python_0.10.13.2-1.dsc
gst0.10-python_0.10.13.2.orig.tar.gz
  to pool/main/g/gst0.10-python/gst0.10-python_0.10.13.2.orig.tar.gz
python-gst0.10-dbg_0.10.13.2-1_amd64.deb
  to pool/main/g/gst0.10-python/python-gst0.10-dbg_0.10.13.2-1_amd64.deb
python-gst0.10_0.10.13.2-1_amd64.deb
  to pool/main/g/gst0.10-python/python-gst0.10_0.10.13.2-1_amd64.deb


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



Accepted gst-plugins-bad0.10 0.10.9.2-1 (source all amd64)

2009-01-07 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Jan 2009 07:59:36 +0100
Source: gst-plugins-bad0.10
Binary: gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad 
gstreamer0.10-sdl gstreamer0.10-plugins-bad-dbg
Architecture: source all amd64
Version: 0.10.9.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-plugins-bad - GStreamer plugins from the bad set
 gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the bad set
 gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the 
bad set
 gstreamer0.10-sdl - GStreamer plugin for SDL output
Closes: 506573
Changes: 
 gst-plugins-bad0.10 (0.10.9.2-1) experimental; urgency=low
 .
   * New upstream pre-release:
 + A lot DVD nagivation fixes (Closes: #506573).
 + debian/patches/01_ladspa-modules.patch:
   - Add plugin dependency for the LADSPA modules to make sure
 that the plugin is updated when new LADSPA modules are installed.
 + debian/build-deps.in,
   debian/rules:
   - Update build dependencies.
 + debian/gstreamer-plugins-bad.install:
   - Add new plugins.
   - Remove speexresample (it's in gst-plugins-base as audioresample now).
Checksums-Sha1: 
 5115031438e8484735d3904a379809db502e43ab 2620 
gst-plugins-bad0.10_0.10.9.2-1.dsc
 93004664a0f120a63c431174a3122e3626a9380b 3590382 
gst-plugins-bad0.10_0.10.9.2.orig.tar.gz
 ccd93c19c70fc936de7653d57a2bbc4e2fdad85b 14139 
gst-plugins-bad0.10_0.10.9.2-1.diff.gz
 10bc021b9781d09032e35021e263e4030c7c4f0e 147338 
gstreamer0.10-plugins-bad-doc_0.10.9.2-1_all.deb
 cc2f8cbf070cf358a957fcb2b3fb8f9603e79288 1369442 
gstreamer0.10-plugins-bad_0.10.9.2-1_amd64.deb
 9e801611e46f29fe843cbca93c15b98eac0e2a2c 39320 
gstreamer0.10-sdl_0.10.9.2-1_amd64.deb
 da19737efff5fb88704b47b547b098e7e094c6bf 384 
gstreamer0.10-plugins-bad-dbg_0.10.9.2-1_amd64.deb
Checksums-Sha256: 
 3c1074e1556bf4420d822909386c17f3d085724fcc163c43a20601b05b0c2273 2620 
gst-plugins-bad0.10_0.10.9.2-1.dsc
 c5e66c2411055da45bc2a3c658ae0fad5bfed7d94abaa1683803c0652c09f915 3590382 
gst-plugins-bad0.10_0.10.9.2.orig.tar.gz
 fcf9412d4d69492e98791d5b60e47ddef6d303c9865861d902a5238eab952730 14139 
gst-plugins-bad0.10_0.10.9.2-1.diff.gz
 6fc90f48ef14b27f3f6cfabd7b9551c4befd22d0cad607d134e46aff2b99a808 147338 
gstreamer0.10-plugins-bad-doc_0.10.9.2-1_all.deb
 63d8054e5a06b2c8a5568fdaa9b250b721c78d3e9bbbc1555c0236009417d17c 1369442 
gstreamer0.10-plugins-bad_0.10.9.2-1_amd64.deb
 8f764de8706877c94978839f0a73bb9980d3b63b3980c68ca44febea4b3c3d26 39320 
gstreamer0.10-sdl_0.10.9.2-1_amd64.deb
 d53fc2563729e2e50ac1397c1663d17159c0ffae18f9db5e71fe028235cd234d 384 
gstreamer0.10-plugins-bad-dbg_0.10.9.2-1_amd64.deb
Files: 
 60fbc2d90d268810fff49e35a9c784c2 2620 libs extra 
gst-plugins-bad0.10_0.10.9.2-1.dsc
 ee4938357ec8d20d6640cd2ac19ad062 3590382 libs extra 
gst-plugins-bad0.10_0.10.9.2.orig.tar.gz
 f021e8d654b60b969aaf7d4e0cf392f7 14139 libs extra 
gst-plugins-bad0.10_0.10.9.2-1.diff.gz
 3ad68938eff8e3f2b92f101d4d1841c6 147338 doc extra 
gstreamer0.10-plugins-bad-doc_0.10.9.2-1_all.deb
 852526d3468f728cc469c9e538c06bcc 1369442 libs extra 
gstreamer0.10-plugins-bad_0.10.9.2-1_amd64.deb
 90c40e6d91d614a0fdb76137f0f95b3a 39320 libs extra 
gstreamer0.10-sdl_0.10.9.2-1_amd64.deb
 e981365d6444ae9cc482273a148b4242 384 libdevel extra 
gstreamer0.10-plugins-bad-dbg_0.10.9.2-1_amd64.deb

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

iEYEARECAAYFAkllqdQACgkQBsBdh1vkHyFFOACfY7IvcKUAQjIDWi1nJvybiANM
RIkAoIe/535z5sixkkpYZmJnlMvGlenJ
=Qo+R
-END PGP SIGNATURE-


Accepted:
gst-plugins-bad0.10_0.10.9.2-1.diff.gz
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.9.2-1.diff.gz
gst-plugins-bad0.10_0.10.9.2-1.dsc
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.9.2-1.dsc
gst-plugins-bad0.10_0.10.9.2.orig.tar.gz
  to pool/main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.9.2.orig.tar.gz
gstreamer0.10-plugins-bad-dbg_0.10.9.2-1_amd64.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-dbg_0.10.9.2-1_amd64.deb
gstreamer0.10-plugins-bad-doc_0.10.9.2-1_all.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-doc_0.10.9.2-1_all.deb
gstreamer0.10-plugins-bad_0.10.9.2-1_amd64.deb
  to 
pool/main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad_0.10.9.2-1_amd64.deb
gstreamer0.10-sdl_0.10.9.2-1_amd64.deb
  to pool/main/g/gst-plugins-bad0.10/gstreamer0.10-sdl_0.10.9.2-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