Re: Re (2): lilo removal in squeeze / new lilo upstream

2010-06-07 Thread sean finney
hi,

this should all be prefaced with the disclaimer that i'm not actually
using lilo at the moment, but i thought i'd throw in something due to
some of the comments/posturing that i've been seeing here.

On Mon, Jun 07, 2010 at 01:44:05AM +0400, William Pitcock wrote:
 Have fun.  When you have a release that actually has merit, it can be
 reconsidered for inclusion in Debian.
 
 In the meantime, the original plan continues.

actually, i don't think you have any say about what software can and
can not be in debian, that is the sole privilege of ftp-master.  your
options are (a) to claim you still want to maintain the package and
continue to do so, or (b) ask for its removal by ftp-master.  given your
comments here i think if you were to claim (a) there would be a decent
case for someone to take to the tech-ctte.

ftp-master, if they're aware of this argument, may just say why not
orphan it instead?.  but regardless, if someone else is interested they 
can just follow that removal with a new upload using their name as
Maintainer, and then again it's up to ftp-master to accept or deny it.
given that there may be an active upstream and maintainer, and the
software is otherwise DFSG-compatible, i don't see why they would deny
such a new upload.

of course, it would be a lot nicer if you could just hand over the reins
of the current package to those who have been asking for them, to avoid
some un-needed overhead...


sean
~ 


signature.asc
Description: Digital signature


Re: status of circulars dependencies in unstable

2010-06-07 Thread Holger Levsen
Hi Bill,

On Sonntag, 6. Juni 2010, Bill Allombert wrote:
 Today circular dependencies in unstable reached an all-time low.

Really? I'm surprised. (But don't have any reason not to believe, I'm just 
surprised from watching piuparts results (piuparts cant cope well with 
circular depends (see the BTS)...)

Anyway, how did you get this list? I'd probably like to re-use the code :)

 Here the list of current circular dependencies:

I think it's missing some kdelibs5 circular depends, but I might be wrong.


cheers,
Holger


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


Re: status of circulars dependencies in unstable

2010-06-07 Thread Holger Levsen
Hi,

On Sonntag, 6. Juni 2010, Petter Reinholdtsen wrote:
  Today circular dependencies in unstable reached an all-time low.
 Very good to hear.  If only we could get it down to zero, piuparts
 would be able to test all the packages 

As Steve already pointed out: this is (for the very most) a bug in piuparts.

(That's #526046 and badly fixed in svn, pending upload. The fixes uses a 
(incomplete) hard coded lists of circular depends (urgh!), which is also why 
I haven't uploaded it. It's running on piuparts.d.o though.)

(And, FWIW, piuparts.d.o still wouldnt test all packages: if a package has a 
broken depends (broken as in the piuparts test fails), that package won't be 
tested. Sadly there are quite some broken depends.)

 and a more deterministic 
 package installation order would be ensured.  :)

That's totally true :)


cheers,
Holger


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


Re: status of circulars dependencies in unstable

2010-06-07 Thread Simon Richter

Hi,

On 2010年06月06日 18:50, Neil Williams wrote:


Some might be too intrusive to be fixed for squeeze (lbc6, perl, g++)


libc6 is too difficult.

perl-modules - perl could be demoted to Recommends, libstdc++6-4.4-dev 
- g++-4.4 likewise. Neither package provides functionality on its own 
that breaks if the other package is not installed, rather, they'd just 
be dead weight without the other (i.e. an excellent candidate for a 
mechanism that hides them in the package manager), but that is not a 
criterion for Depends.


   Simon


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



Re: status of circulars dependencies in unstable

2010-06-07 Thread Simon Richter

Hi,

On 2010年06月06日 15:21, Bill Allombert wrote:


Today circular dependencies in unstable reached an all-time low.


Excellent.


* libc6 libgcc1


This one is tricky, because it is an accurate reflection of the ELF 
headers. The gcc and glibc build processes actually jump through a lot 
of hoops to generate two libraries that have a circular dependency.


libgcc uses

 - abort(), which is short and could be pulled in from libc_pic if we 
don't mind the code duplication


 - memcpy() and memset(), which can be trivially reimplemented or 
pulled in from libc_pic


 - malloc()/free()/realloc()/calloc(), which can be trivially 
implemented using mmap()/munmap()/memset() if chunks allocated here need 
not be freed by libc's free().


The other symbols from libgcc are weak references to pthread functions 
(i.e. no dependency there), and dl_iterate_phdr() from ld.so, which is 
supplied implicitly and ignored by dpkg-shlibdeps.


   Simon


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



João Paulo Eduardo - Volta pra curtição (Pra você nada valeu)

2010-06-07 Thread João Paulo Eduardo
Olá ,

Este programa não permite a visualização de mensagens formatadas (com cores, 
imagens e links), portanto solicitamos que você copie o texto abaixo, e cole no 
campo Endereço do seu navegador.
http://emkt.joaopauloeeduardo.com.br/emkt/tracer/?1,270155,c4b71992,25f1

Para garantir que nossas mensagens cheguem em sua caixa de entrada, adicione o 
email m...@joaopauloeeduardo.com.br ao seu catálogo de endereços.
Não deseja mais receber nossas mensagens? Cancele sua inscrição aqui:
http://emkt.joaopauloeeduardo.com.br/emkt/tracer/?9,270155,c4b71992,25f1



Re: status of circulars dependencies in unstable

2010-06-07 Thread Vincent Danjean
On 06/06/2010 18:29, Josselin Mouette wrote:
 Le dimanche 06 juin 2010 à 18:06 +0200, Petter Reinholdtsen a écrit :
 [Bill Allombert]
 Dear developers,
 Today circular dependencies in unstable reached an all-time low.

 Very good to hear.  If only we could get it down to zero, piuparts
 would be able to test all the packages and a more deterministic
 package installation order would be ensured.  :)
 
 Indeed that would help a lot.
 
 It is probably too late for squeeze, but how about forbidding it into
 the policy after the release?

I do not know if it is too late nor if this is the root of the problem,
but, last week, I upgraded two different machines from lenny to squeeze
(testing). In both case, the upgrade path found by apt-get and aptitude
involved removing all xorg packages.
  Note that I have been able to upgrade dpkg before most of the other
packages (ie apt-get install dpkg only pull a few packages) but trying
to do the same with apt or aptitude trigger the removing of all xorg
packages and the upgrade of several hundreds of packages.
  Reinstalling xorg packages after the upgrade worked well.

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Re: status of circulars dependencies in unstable

2010-06-07 Thread Vincent Danjean
On 07/06/2010 11:38, Simon Richter wrote:
 The other symbols from libgcc are weak references to pthread functions
 (i.e. no dependency there),

gcc-4.5 can change that (unless bug #577961 has been fixed: I did not
recheck recently)

  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 vdanj...@debian.org
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial packages: http://moais.imag.fr/membres/vincent.danjean/deb.html
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main


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



Bug#584886: ITP: libmkrf-ruby -- This proposed replacement to mkmf generates Rakefiles to build C Extensions.

2010-06-07 Thread Deepak Tripathi
Package: wnpp
Severity: wishlist
Owner: Deepak Tripathi apenguinli...@gmail.com

* Package name: libmkrf-ruby
  Version : 0.2.3
  Upstream Author : Kevin Clark
* URL :  http://www.example.org/
* License : MIT
  Programming Lang: Ruby
  Description : This proposed replacement to mkmf generates Rakefiles to
build C Extensions.



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



Bug#584888: ITP: boing26 -- Boing! Amiga demo port for the Atari VCS 2600

2010-06-07 Thread Stephen Kitt
Package: wnpp
Severity: wishlist
Owner: Stephen Kitt st...@sk2.org


* Package name: boing26
  Version : 5
  Upstream Author : Rob Kudla webmas...@kudla.org
* URL : http://www.kudla.org/raindog/games/
* License : Public domain
  Programming Lang: Assembler
  Description : Boing! Amiga demo port for the Atari VCS 2600

 Boing! is a small demo based on the famous Amiga-based bouncing ball
 demo.
 .
 This game is distributed as an Atari VCS 2600 ROM.  You will need a
 VCS 2600 emulator in order to view it, such as Stella.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100607114706.14375.46271.report...@heffalump.sk2.org



Re: status of circulars dependencies in unstable

2010-06-07 Thread Jon Dowland
On 06/06/2010 14:21, Bill Allombert wrote:
 * exim4 exim4-base exim4-daemon-heavy exim4-daemon-light fcron

exim4-base depends on cron | fcron and fcron depends on exim4 |
mail-transport-agent.  Is this strictly a circular dependency? Is it one
that causes issues?


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



Bug#584892: ITP: haskell-syb-with-class-instances-text -- Haskell Text instance for Scrap Your Boilerplate with Class

2010-06-07 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Owner: g...@debian.org

Package name: haskell-syb-with-class-instances-text
Version: 0.0.1
Upstream Author: Jeremy Shaw jer...@seereason.org
URL: http://hackage.haskell.org/package/syb-with-class-instances-text
License: BSD
Description: Haskell Text instance for Scrap Your Boilerplate with Class

This package provides Haskell instances of the class Text for the Scrap
Your Boilerplate with Class system.

The Scrap Your Boilerplate approach is a lightweight generic programming
approach for Haskell. See package haskell-syb-with-class for more
information.

Rationale: it is a dependency of happstack (bug #569501).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org







signature.asc
Description: OpenPGP digital signature


Bug#584901: ITP: haskell-happstack-util -- Haskell Happstack web framework - utilities package

2010-06-07 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Owner: g...@debian.org

Package name: haskell-happstack-util
Version: 0.5.0.2
Upstream Author: Happstack team ha...@googlegroups.com
URL: http://hackage.haskell.org/package/happstack-util
License: BSD
Description: Haskell Happstack web framework - utilities package

Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
enironments.

Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.

This package contains miscellaneous libraries used by happstack.

Rationale: it is part of happstack (bug #569501).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org









signature.asc
Description: OpenPGP digital signature


Bug#584902: ITP: haskell-happstack-state -- Haskell Happstack web framework - distributed state layer

2010-06-07 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Owner: g...@debian.org

Package name: haskell-happstack-util
Version: 0.5.0.2
Upstream Author: Happstack team ha...@googlegroups.com
URL: http://hackage.haskell.org/package/happstack-util
License: BSD
Description: Haskell Happstack web framework - distributed state layer

Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
enironments.

Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.

This package contains the distributed event-based state layer provided
by Happstack to the web application.

Rationale: it is part of happstack (bug #569501).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org











signature.asc
Description: OpenPGP digital signature


Bug#584903: ITP: haskell-happstack-server -- Haskell Happstack web framework - HTTP server

2010-06-07 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Owner: g...@debian.org

Package name: haskell-happstack-util
Version: 0.5.0.2
Upstream Author: Happstack team ha...@googlegroups.com
URL: http://hackage.haskell.org/package/happstack-server
License: BSD
Description: Haskell Happstack web framework - HTTP server

Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
enironments.

Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.

This package contains the HTTP server itself.

Rationale: it is part of happstack (bug #569501).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org




signature.asc
Description: OpenPGP digital signature


Bug#584899: ITP: libhtml-formhandler-model-dbic-perl -- Model class for HTML::FormHandler using DBIx::Class

2010-06-07 Thread Antony Gelberg
Package: wnpp
Severity: wishlist
Owner: Antony Gelberg antony.gelb...@gmail.com

  Package name: libhtml-formhandler-model-dbic-perl
  Version : 0.11
  Upstream Author : Gerda Shank  gsh...@cpan.org
  URL : http://search.cpan.org/dist/HTML-FormHandler-Model-DBIC/
  License : GPL / Artistic (as for Perl)
  Programming Lang: Perl
  Description : Model class for HTML::FormHandler using DBIx::Class

This is a separate DBIx::Class model class for HTML::FormHandler.  It will
handle normal DBIC column accessors and a number of DBIC relationships. Single
Select fields will handle 'belongs_to' relationships, where the related table
is used to construct a list of choices. Multiple Select fields use a
many_to_many pseudo-relation to create the select list. A Compound field can
represent a single relation. A Repeatable field will map onto a multiple
relationship.



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20100607121828.23143.42765.report...@labrie.wayforth.com



Re: Bug#584888: ITP: boing26 -- Boing! Amiga demo port for the Atari VCS 2600

2010-06-07 Thread Holger Levsen
Hi,

On Montag, 7. Juni 2010, Stephen Kitt wrote:
 * License : Public domain
   Description : Boing! Amiga demo port for the Atari VCS 2600

  Boing! is a small demo based on the famous Amiga-based bouncing ball
  demo.

What is the value of having this in Debian?


cheers,
Holger


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


Re: Bug#584888: ITP: boing26 -- Boing! Amiga demo port for the Atari VCS 2600

2010-06-07 Thread Stephen Kitt
Hi,

On Mon, Jun 07, 2010 at 03:14:08PM +0200, Holger Levsen wrote:
 On Montag, 7. Juni 2010, Stephen Kitt wrote:
  * License : Public domain
Description : Boing! Amiga demo port for the Atari VCS 2600
 
   Boing! is a small demo based on the famous Amiga-based bouncing ball
   demo.
 
 What is the value of having this in Debian?

I wanted to package it so that stella could move to main - admittedly
on somewhat of a technicality... (The idea is similar to that behind
the packaging of efp, which allows NES emulators to be in main.) I am
trying to find something else more interesting which would satisfy the
requirements.

Given its size (the current .deb is 6k), it might be worth simply
bundling it with stella, in a multiple-tarball 3.0 format.

Obviously I'll withdraw my ITP if it doesn't make sense. I had
intended to explain all this in the original ITP, but forgot when I
got round to filing it!

Regards,

Stephen


signature.asc
Description: Digital signature


Bug#584904: ITP: haskell-happstack-ixset -- Haskell Happstack web framework - indexing engine

2010-06-07 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Owner: g...@debian.org

Package name: haskell-happstack-ixset
Version: 0.5.0.2
Upstream Author: Happstack team ha...@googlegroups.com
URL: http://hackage.haskell.org/package/happstack-ixset
License: BSD
Description: Haskell Happstack web framework - indexing engine

Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
enironments.

Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.

This package contains an indexing engine Happstack applications can use
to quickly retrieve the data they're interested into.

Rationale: it is part of happstack (bug #569501).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org






signature.asc
Description: OpenPGP digital signature


new lilo package maintainer? (was lilo removal in squeeze or please test grub2)

2010-06-07 Thread Stephen Powell
On Mon, 07 Jun 2010 03:22:46 -0400 (EDT), sean finney wrote:
 On Mon, Jun 07, 2010 at 01:44:05AM +0400, William Pitcock wrote:
 Have fun.  When you have a release that actually has merit, it can be
 reconsidered for inclusion in Debian.
 
 In the meantime, the original plan continues.
 
 actually, i don't think you have any say about what software can and
 can not be in debian, that is the sole privilege of ftp-master.  your
 options are (a) to claim you still want to maintain the package and
 continue to do so, or (b) ask for its removal by ftp-master.  given your
 comments here i think if you were to claim (a) there would be a decent
 case for someone to take to the tech-ctte.
 
 ftp-master, if they're aware of this argument, may just say why not
 orphan it instead?.  but regardless, if someone else is interested they 
 can just follow that removal with a new upload using their name as
 Maintainer, and then again it's up to ftp-master to accept or deny it.
 given that there may be an active upstream and maintainer, and the
 software is otherwise DFSG-compatible, i don't see why they would deny
 such a new upload.
 
 of course, it would be a lot nicer if you could just hand over the reins
 of the current package to those who have been asking for them, to avoid
 some un-needed overhead...


 sean

Perhaps I can offer a solution here.  Since William obviously doesn't wish
to maintain this package any longer, I am willing to take over his
responsibilities as a Debian package maintainer for lilo under two
conditions:  (1) The kernel team fixes bug number 505609, and (2) Debian
ceases its attempts to remove lilo from the distribution.  What do you
say, William?  Do you have any objections?  Does anyone else have any
objections?  If so, speak now, or forever hold your peace.

Keep in mind that I have never been a Debian package maintainer before.
This will be my first package.  Please be patient with me as I learn the
ropes, so to speak.

As for whether or not lilo continues to be offered as an alternate boot
loader by the Debian installer, that is entirely up to them.  I would
think that the path of least resistance would be to maintain the status
quo, but if they want to remove lilo from the Debian installer menu
that's their call, as far as I am concerned.  I just don't want to see
lilo removed from the distribution.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1196418916.5745.1275918400688.javamail.r...@md01.wow.synacor.com



Re: status of circulars dependencies in unstable

2010-06-07 Thread Adam Borowski
On Mon, Jun 07, 2010 at 11:49:54AM +0200, Simon Richter wrote:
 perl-modules - perl could be demoted to Recommends, libstdc++6-4.4-dev  
 - g++-4.4 likewise. Neither package provides functionality on its own  
 that breaks if the other package is not installed, rather, they'd just  
 be dead weight without the other

perl-modules is exactly the same case as foo-data - foo.  I don't see why
it should be treated any different.

libstdc++6-4.4-dev depending on g++-4.4 is plain wrong.  In its not yet
packaged version, clang can use these headers to compile C++ code without
needing g++.

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100607143017.ga24...@angband.pl



Re: new lilo package maintainer? (was lilo removal in squeeze or please test grub2)

2010-06-07 Thread Holger Levsen
reassign 505609 initramfs-tools
thanks

Hi Stephen,

thanks for stepping up maintaining lilo in Debian! I hope you'll manage this 
well.

On Montag, 7. Juni 2010, Stephen Powell wrote:
 Perhaps I can offer a solution here.  Since William obviously doesn't wish
 to maintain this package any longer, I am willing to take over his
 responsibilities as a Debian package maintainer for lilo under two
 conditions:  (1) The kernel team fixes bug number 505609, and (2) Debian
 ceases its attempts to remove lilo from the distribution.

There is no attempt from Debian. The current lilo maintainer thought this 
was the best option for lilo as he was going to orphan it and also because 
there was no upstream. If you step up to maintain lilo (and the codebase is 
and stays acceptable) and maintain lilo in Debian, removing lilo is moot.

 Keep in mind that I have never been a Debian package maintainer before.

The Debian New Maintainers Guide (ie at 
http://www.debian.org/doc/maint-guide/) shall be your friend, as well as 
lintian and debian-ment...@lists.debian.org as well as #debian-mentors on 
IRC.

Have fun! :-)

 As for whether or not lilo continues to be offered as an alternate boot
 loader by the Debian installer, that is entirely up to them.  

Fair enough. 


cheers,
Holger


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


Re: Bug#584888: ITP: boing26 -- Boing! Amiga demo port for the Atari VCS 2600

2010-06-07 Thread Holger Levsen
Hi Stephen,

On Montag, 7. Juni 2010, Stephen Kitt wrote:
 I wanted to package it so that stella could move to main - admittedly
 on somewhat of a technicality... 

/me is speechless, roles eyes and laughs :-)

 Given its size (the current .deb is 6k), it might be worth simply
 bundling it with stella, in a multiple-tarball 3.0 format.

That sounds way better to me.

But technically a package doesnt need to have something in main to work with. 
It just needs to exist. Somewhere. If this bouncing ball demo is like those 
free games (which are free software( for mame emulators stella can probably 
go into main anyway.


Thanks,
Holger


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


Re: status of circulars dependencies in unstable

2010-06-07 Thread Eugene V. Lyubimkin
Adam Borowski wrote:
 perl-modules is exactly the same case as foo-data - foo.  I don't see why
 it should be treated any different.
No. IIRC already discusse ond -devel. 'perl-modules' contain arch:all Perl
modules some of which depend on arch:any modules in 'perl' and vice-versa.
Still can be resolvered by merging together (quite complex from packaging side
but possible).

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer



signature.asc
Description: OpenPGP digital signature


Re: Bug#584888: ITP: boing26 -- Boing! Amiga demo port for the Atari VCS 2600

2010-06-07 Thread Stephen Kitt
Hi Holger,

On Mon, Jun 07, 2010 at 04:39:20PM +0200, Holger Levsen wrote:
 On Montag, 7. Juni 2010, Stephen Kitt wrote:
  I wanted to package it so that stella could move to main - admittedly
  on somewhat of a technicality... 
 
 /me is speechless, roles eyes and laughs :-)

I'll just laugh along!

  Given its size (the current .deb is 6k), it might be worth simply
  bundling it with stella, in a multiple-tarball 3.0 format.
 
 That sounds way better to me.
 
 But technically a package doesnt need to have something in main to work with. 
 It just needs to exist. Somewhere. If this bouncing ball demo is like those 
 free games (which are free software( for mame emulators stella can probably 
 go into main anyway.

OK, thanks for clarifying. I'll just mention it in the README.Debian
in the stella package, along with some pointers to other possible
sources of DFSG-free games.

I'm closing the ITP, there's no point poluting Debian with packages
such as these...

Thanks for your time,

Stephen


signature.asc
Description: Digital signature


Bug#584917: ITP: python-opster -- a python command line parsing speedster

2010-06-07 Thread Jon Bernard
Package: wnpp
Owner: Jon Bernard jbern...@debian.org
Severity: wishlist

* Package name: python-opster
  Version : 0.9.9
  Upstream Author : Alexander Solovyov pira...@piranha.org.ua
* URL : http://hg.piranha.org.ua/opster/
* License : BSD
  Programming Lang: Python
  Description : a python command line parsing speedster

Opster is a command line parser, intended to make writing command line
applications easy and painless. It uses built-in Python types (lists,
dictionaries, etc) to define options, which makes configuration clear
and concise. Additionally it contains possibility to handle subcommands
(i.e. hg commit or svn update).

-- 
Jon



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



Bug#584920: ITP: invesalius -- 3D medical imaging reconstruction toolkit

2010-06-07 Thread Michael Hanke
Package: wnpp
Severity: wishlist
Owner: Michael Hanke michael.ha...@gmail.com

* Package name: invesalius
  Version : 3.0.0
  Upstream Author : Thiago Franco de Moraes and many more
* URL : http://svn.softwarepublico.gov.br/trac/invesalius
* License : GPL
  Programming Lang: Python
  Description : 3D medical imaging reconstruction toolkit

3D medical imaging reconstruction based on a sequence of 2D DICOM files
acquired with CT or MRI equipments, providing several visualization
tools. More information is available on the webpage.

The package will probably be team-maintained by Debian Med and/or the
upstream authors themselves. A packaging effort is already on-going
since a while. I'm finally filing this ITP to properly document this and
add proper tags which open bugs block this effort.


Michael



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



Re: status of circulars dependencies in unstable

2010-06-07 Thread Robert Lemmen
On Mon, Jun 07, 2010 at 04:20:22PM +0200, Holger Levsen wrote:
 mind if we keep debian-devel in the loop? If not, please reply to 
 debian-devel@lists.debian.org and quote me freely :-) 

of course not!

 [...]
 Do you plan to package this for Debian? Then I could easily re-use it on 
 piuparts.debian.org :) If not, a textfile with that list updated daily for 
 stable, testing and sid would also help (me now), but be less robust and 
 useful for others.

it does produce a text file for unstable which you can get at
http://debian.semistable.com/unstable_raw.txt
if you need the same for testing and stable just give me a shout.

packaging this really doesn't make much sense as long as teh code is in
the bad state it currently is in. which isn't really a coding problem,
but more that i would need input from other people.

quoted from my earlier mail to holger for background:
 the code that produces that page is a branched and hacked version of the
 one here: https://debian.semistable.com/svn/debgraph/

 unfortunately this is in a weird state. the original idea was to produce
 a big graph of all sorts of relations between source packages, binary
 packages, distributions, version, architectures, maintainers, bugs etc
 and then have a functional language in which to formulate queries
 against it. the goal was to create something like lintian, but for the
 relationships between entities. i still think it is a splendid idea, but
 it kinda got stuck, mostly for the lack of someone to discuss
 applications of it with. the circular dependency check is just an
 example of what you can do with it, and not a very good one.

so if anyone can think of good use cases for a tool that allows analytics
on the dependencies between entities in the debian space (packages, bugs
etc), then please send them my way. with a moderatly long list of use
cases, i could go on defining the query language...

cu  rober

-- 
Robert Lemmen   http://www.semistable.com 


signature.asc
Description: Digital signature


Re: status of circulars dependencies in unstable

2010-06-07 Thread Bill Allombert
On Mon, Jun 07, 2010 at 10:35:24AM +0200, Holger Levsen wrote:
 Hi Bill,
 
 On Sonntag, 6. Juni 2010, Bill Allombert wrote:
  Today circular dependencies in unstable reached an all-time low.
 
 Really? I'm surprised. (But don't have any reason not to believe, I'm just 
 surprised from watching piuparts results (piuparts cant cope well with 
 circular depends (see the BTS)...)

See
http://debian.semistable.com/progress.png
http://debian.semistable.com/debgraph.out.html

 Anyway, how did you get this list? I'd probably like to re-use the code :)

This is provided by Robert Lemmen.

  Here the list of current circular dependencies:
 
 I think it's missing some kdelibs5 circular depends, but I might be wrong.

There used to be a circular dependency kdelibs-bin - kdelibs5 but it
is fixed now (see bug 530522).

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 


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



Re: new lilo package maintainer? (was lilo removal in squeeze or please test grub2)

2010-06-07 Thread Stephen Powell
On Mon, 07 Jun 2010 10:33:52 -0400 (EDT), Holger Levsen wrote:
 
 Hi Stephen,

 thanks for stepping up maintaining lilo in Debian! I hope you'll manage this 
 well.

Um, thanks; but I don't understand the reassignment of bug number 505609 to
package initramfs-tools.  If you read my previous posts to the bug log, it
is clear that this problem started with a change to the maintainer scripts
between Etch and Lenny.  Please read my posts again carefully.  Then consider
whether this is really a bug in initramfs-tools or a bug in the kernel 
maintainer
scripts.  initramfs-tools only gets involved when

   update-initramfs -u

is issued.  And it *does* invoke the boot loader under these conditions, if
do_bootloader = yes is present in /etc/kernel-img.conf and lilo is installed.
But for a kernel install or reconfigure, it is the responsibility of the
kernel maintainer scripts to invoke the bootloader.  See also, for example,
linux-image-2.6.26-2-s390.postinst, where zipl is assigned as the bootloader
on line 38.  This really is an open and shut case, if only I can the kernel
people to actually look at it!  Please look at it!




-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/120369280.10411.1275925077969.javamail.r...@md01.wow.synacor.com



Bug#584936: ITP: haskell-happstack-data -- Haskell Happstack web framework - miscellaneous data routines

2010-06-07 Thread Giovanni Mascellani
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org
Owner: g...@debian.org

Package name: haskell-happstack-data
Version: 0.5.0.2
Upstream Author: Happstack team ha...@googlegroups.com
URL: http://hackage.haskell.org/package/happstack-data
License: BSD
Description: Haskell Happstack web framework - miscellaneous data routines

Happstack is a Haskell web framework, designed so that developers can
prototype quickly, deploy painlessly, scale massively, operate reliably,
and change easily. It supports GNU/Linux, OS X, FreeBSD, and Windows
enironments.

Happstack provides you with all the components you need to build and
deploy your application, which is completely self-contained.
Particularly, Happstack provides the application with a distributed and
persistent data storage layer, capable to interact with the application
itself directly in terms of Haskell data structures.

This package contains some miscellaneous data-handling-related routines.

Rationale: it is part of happstack (bug #569501).

Regards, Giovanni.
-- 
Giovanni Mascellani mascell...@poisson.phc.unipi.it
Pisa, Italy

Web: http://poisson.phc.unipi.it/~mascellani
Jabber: g.mascell...@jabber.org / giova...@elabor.homelinux.org








signature.asc
Description: OpenPGP digital signature


Re: status of circulars dependencies in unstable

2010-06-07 Thread Petter Reinholdtsen

[Robert Lemmen]
 so if anyone can think of good use cases for a tool that allows
 analytics on the dependencies between entities in the debian space
 (packages, bugs etc), then please send them my way. with a moderatly
 long list of use cases, i could go on defining the query language...

One thing I would find useful to have more focus on, is how many
duplicate libraries are installed as dependencies in the Gnome and KDE
desktops.  For Debian Edu, I notice for example four versions of libdb
is needed (libdb4.5, libdb4.6, libdb4.7 and libdb4.8) and two versions
of libjpeg (libjpeg62 and libjpeg8).  This is a problem for Debian Edu
because we try to squeeze as many useful packages as possible on a
DVD, and duplicates like that waste space. :)

So, if you could start with the desktop tasks from tasksel and find
all such duplicates, it might be useful to get migrations to newer
library versions in place to save space on the DVDs.

Happy Hacking,
-- 
Petter Reinholdtsen


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2flwrua930t@login1.uio.no



auto-tools and debian/source/Makefile.am file

2010-06-07 Thread Peter S Galbraith
Hi all,

I maintain the debian directory in the upstream sources of a package
(gri) that uses auto-tools.  So far, it seems to need the files:

  debian/source/Makefile.am
  debian/source/Makefile.in

in order for `make dist' to work.
But lintian complains about these files.

Anyone know how to make the auto-tools include the debian directory in
the source tar ball (with `make dist') but NOT maintain any Makefile in
those directories?

Thanks,
Peter
-- 
Peter S. Galbraith, Debian Developer  p...@debian.org
 http://people.debian.org/~psg
GPG key 4096/70D4A979 6309 28AE 8EB3 AB57 22F3  03BC 17DC 3CC4 70D4 A979


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



Re: auto-tools and debian/source/Makefile.am file

2010-06-07 Thread Christoph Berg
Re: Peter S Galbraith 2010-06-07 12003.1275931...@mixed
 I maintain the debian directory in the upstream sources of a package
 (gri) that uses auto-tools.  So far, it seems to need the files:
 
   debian/source/Makefile.am
   debian/source/Makefile.in

Something like

EXTRA_DIST = $(wildcard source/*)

in debian/Makefile.am should work.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Re: auto-tools and debian/source/Makefile.am file

2010-06-07 Thread Peter S Galbraith
  I maintain the debian directory in the upstream sources of a package
  (gri) that uses auto-tools.  So far, it seems to need the files:
  
debian/source/Makefile.am
debian/source/Makefile.in
 
 Something like
 
 EXTRA_DIST = $(wildcard source/*)
 
 in debian/Makefile.am should work.

Thanks!  Add to  EXTRA_DIST and remove source from DIST_SUBDIRS.
Works great!  

Peter


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



Re: auto-tools and debian/source/Makefile.am file

2010-06-07 Thread Yavor Doganov
Peter S Galbraith wrote:
 Anyone know how to make the auto-tools include the debian directory
 in the source tar ball (with `make dist') but NOT maintain any
 Makefile in those directories?

You can just list all needed files in EXTRA_DIST (or the appropriate
automake variable) and avoid using SUBDIRS, e.g.

EXTRA_DIST = upstream-file1 upstream-file2 debian/control \
 debian/changelog debian/source/format ...


It's a separate question why would you need to distribute the upstream
tarball with a debian dir included...

(BTW, Automake is smart enough to automatically distribute ChangeLog,
README, THANKS, etc. and defining VPATH/srcdir is not necessary since
quite some time.)


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87mxv6edry.gnus_not_unix!%ya...@gnu.org



Bug#584977: ITP: tomoe-gtk -- GTK+ GUI library of Tomoe handwriting engine

2010-06-07 Thread NIIBE Yutaka
Package: wnpp
Severity: wishlist
Owner: NIIBE Yutaka gni...@fsij.org
Owner: NIIBE Yutaka gni...@fsij.org


* Package name: tomoe-gtk
  Version : 0.6.0
  Upstream Author : Takuro Ashie as...@homa.ne.jp
* URL : http://tomoe.sourceforge.jp/
* License : LGPL
  Programming Lang: C, Python
  Description : GTK+ GUI library of Tomoe handwriting engine

 Tomoe is a software which provides a handwriting recognition engine
 and its user interface on desktop environment.
 .
 This package give GTK+ GUI library for tomoe.



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



Bug#584978: ITP: postal-code-jp -- Postal code data in Japan

2010-06-07 Thread NIIBE Yutaka
Package: wnpp
Severity: wishlist
Owner: NIIBE Yutaka gni...@fsij.org
Owner: NIIBE Yutaka gni...@fsij.org


* Package name: postal-code-jp
  Version : 2010-05-31
  Upstream Author : Japan Post Service Co, Ltd.
* URL : http://www.post.japanpost.jp/zipcode/
* License : Public Domain
  Programming Lang: CSV
  Description : Postal code data in Japan

Postal code data in Japan.  Key is postal code (zip code) and value is
a part of address.

See following pages for Japanese addressing system and postal code:
http://en.wikipedia.org/wiki/Japanese_addressing_system
http://en.wikipedia.org/wiki/Postal_codes_in_Japan

It is usual for Japanese input system (Kana-Kanji conversion) to help
inputting address.  Currently, we have duplicates of postal code data
among input systems, such as SKK, Anthy, Canna, and others.  We expect
maintainers of those packages to use this package.
-- 



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



#howmany for grub 2

2010-06-07 Thread linbloke
Whilst preparing grub 2 for release, could you please look at 
re-implementing the #howmany configuration option that was included in 
grub1. Here is a link to an IMHO excellent blog on how to implement the 
function:


http://www.linuxquestions.org/questions/blog/drask-180603/howmany-for-grub-2-2466/


Kind regards and thanks to all debian devs,
Josh


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



Accepted logcheck 1.3.10 (source all)

2010-06-07 Thread Hannes von Haugwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 08:51:02 +0200
Source: logcheck
Binary: logcheck logcheck-database logtail
Architecture: source all
Version: 1.3.10
Distribution: unstable
Urgency: low
Maintainer: Debian logcheck Team logcheck-de...@lists.alioth.debian.org
Changed-By: Hannes von Haugwitz han...@vonhaugwitz.com
Description: 
 logcheck   - mails anomalies in the system logfiles to the administrator
 logcheck-database - database of system log rules for the use of log checkers
 logtail- Print log file lines that have not been read (deprecated)
Closes: 584824 584849
Changes: 
 logcheck (1.3.10) unstable; urgency=low
 .
   * logcheck-database.preinst
 - deleting ignore.d.server/ntop, also in ntop (closes: #584824, #584849)
Checksums-Sha1: 
 f0c2696ebbd4374c61d06f6cd57200a88db039c0 1296 logcheck_1.3.10.dsc
 78983f6c09f327ba28e05c277ce6d925a00f8ac2 155708 logcheck_1.3.10.tar.gz
 942c8445490cef43b1c9a0f384ac9edab0d40d37 75844 logcheck_1.3.10_all.deb
 c1176bbf5f20cf866b38a7ac9668364cc50035e0 116864 
logcheck-database_1.3.10_all.deb
 b9498da0c79e6299a088dc2eee6588e2f6c3cac3 58614 logtail_1.3.10_all.deb
Checksums-Sha256: 
 7b04ece2e671de50cf7117c56f321478ae911ab99c6c6756547425f5a2549a6e 1296 
logcheck_1.3.10.dsc
 b150f15c42b51266efeecd91195d5d3b55be684bea86f851022d0380c32dd2ba 155708 
logcheck_1.3.10.tar.gz
 613a05741a97635d5b208149db599cf6f90f8d7ca68caab9b1ecc394de1147b3 75844 
logcheck_1.3.10_all.deb
 4eb30b610ff646e82606799f70b4307e70eceb622eeb7866afc9512cbce3eed3 116864 
logcheck-database_1.3.10_all.deb
 489cd1adff5907647667d4ffb3a0d37414242ccee6da3ff544c3c0c206f3a78c 58614 
logtail_1.3.10_all.deb
Files: 
 a7df3b7f892916e6612b9a5ced8cdade 1296 admin optional logcheck_1.3.10.dsc
 71b4cf145b94e6bf796d77de3589ae79 155708 admin optional logcheck_1.3.10.tar.gz
 d702792b195079642c941c66fc63c2b2 75844 admin optional logcheck_1.3.10_all.deb
 55aad0e36fcfc536dbd0734de474031c 116864 admin optional 
logcheck-database_1.3.10_all.deb
 e568fdc79120ad402ba361213cc9ba23 58614 admin optional logtail_1.3.10_all.deb

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

iEYEARECAAYFAkwMnHkACgkQiz0NKp2eEfWbNwCeKAhW9X6wS74Uw42wBpB/azLb
5WAAoK7lU5pEmhPJwMmFStfaO8z/iSdZ
=5Hp9
-END PGP SIGNATURE-


Accepted:
logcheck-database_1.3.10_all.deb
  to main/l/logcheck/logcheck-database_1.3.10_all.deb
logcheck_1.3.10.dsc
  to main/l/logcheck/logcheck_1.3.10.dsc
logcheck_1.3.10.tar.gz
  to main/l/logcheck/logcheck_1.3.10.tar.gz
logcheck_1.3.10_all.deb
  to main/l/logcheck/logcheck_1.3.10_all.deb
logtail_1.3.10_all.deb
  to main/l/logcheck/logtail_1.3.10_all.deb


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



Accepted mongodb 1:1.4.3-2 (source amd64)

2010-06-07 Thread Antonin Kral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 08:27:36 +0200
Source: mongodb
Binary: mongodb mongodb-server mongodb-clients mongodb-dev
Architecture: source amd64
Version: 1:1.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Antonin Kral a.k...@sh.cvut.cz
Changed-By: Antonin Kral a.k...@sh.cvut.cz
Description: 
 mongodb- An object/document-oriented database (metapackage)
 mongodb-clients - An object/document-oriented database (client apps)
 mongodb-dev - An object/document-oriented database (development)
 mongodb-server - An object/document-oriented database (server package)
Changes: 
 mongodb (1:1.4.3-2) unstable; urgency=low
 .
   * [64bca3c] Updated copyright information as requested by Richard
 Kreuter
Checksums-Sha1: 
 7c5f377a2cfcf8bfe33c75511db2c7607e6981c4 1898 mongodb_1.4.3-2.dsc
 3c39069a6eaa8c723ea4386f2425b61805e7000a 16503 mongodb_1.4.3-2.debian.tar.gz
 396e4a522437f06ea6daef0daf75f704efcf02f8 7658 mongodb_1.4.3-2_amd64.deb
 678ee58ad7ad16550e755f312618ed33cd63aa6e 1833140 
mongodb-server_1.4.3-2_amd64.deb
 44e6cc5942552031aeef517e55c19635db1a1c0b 7579640 
mongodb-clients_1.4.3-2_amd64.deb
 84d7fdcc57088805edd3a5da0203e1f43379a120 1058202 mongodb-dev_1.4.3-2_amd64.deb
Checksums-Sha256: 
 44a0e483347c18d53180e690b6659ca418c6b179a2d5f1bd0729476d824de0fa 1898 
mongodb_1.4.3-2.dsc
 f4b8a6e1c34c6f3b2fac097b902dda559b32a5f6c227bf62507e1b3ba65f887d 16503 
mongodb_1.4.3-2.debian.tar.gz
 092f465bd774e657ff42c7a0f900898de1257d65f7ceb1e99ecefd86e4a2c039 7658 
mongodb_1.4.3-2_amd64.deb
 9eb11d4aa798cf52bf9bab0a1992b247df503ae5a4c7cff95c013bf8fabfca19 1833140 
mongodb-server_1.4.3-2_amd64.deb
 7cba9ff12a6c6d1f830bccb4fca0d4fd5fddc735388e3ddfd5794a7c78c7e811 7579640 
mongodb-clients_1.4.3-2_amd64.deb
 afe2b0f5d8912284f36ab487a4dce54f70c572b9b2dd10cda68e5289ceacd7fe 1058202 
mongodb-dev_1.4.3-2_amd64.deb
Files: 
 079922b12bfff56ca72da4e8b59e6e9e 1898 database optional mongodb_1.4.3-2.dsc
 3e2ddd00bdf8e502a2a805c32f641fd7 16503 database optional 
mongodb_1.4.3-2.debian.tar.gz
 74d0297b2c4fd070e5154265dbb4e331 7658 database optional 
mongodb_1.4.3-2_amd64.deb
 e23f607f0180c823c132aebe3ac4ec14 1833140 database optional 
mongodb-server_1.4.3-2_amd64.deb
 0c755dc9030dafc6bf457fc4ece3ed34 7579640 database optional 
mongodb-clients_1.4.3-2_amd64.deb
 967da0bc46ee67c51e6c60af10aedbcc 1058202 libdevel optional 
mongodb-dev_1.4.3-2_amd64.deb

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

iEYEARECAAYFAkwMnikACgkQluuhBRvyMFoXSwCggIFbgPvOHYguaANqhbeFSnBS
rawAn1/F8bOHxBH20oJl7U5H4JVDmF/3
=IedI
-END PGP SIGNATURE-


Accepted:
mongodb-clients_1.4.3-2_amd64.deb
  to main/m/mongodb/mongodb-clients_1.4.3-2_amd64.deb
mongodb-dev_1.4.3-2_amd64.deb
  to main/m/mongodb/mongodb-dev_1.4.3-2_amd64.deb
mongodb-server_1.4.3-2_amd64.deb
  to main/m/mongodb/mongodb-server_1.4.3-2_amd64.deb
mongodb_1.4.3-2.debian.tar.gz
  to main/m/mongodb/mongodb_1.4.3-2.debian.tar.gz
mongodb_1.4.3-2.dsc
  to main/m/mongodb/mongodb_1.4.3-2.dsc
mongodb_1.4.3-2_amd64.deb
  to main/m/mongodb/mongodb_1.4.3-2_amd64.deb


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



Accepted digikam 2:1.2.0-5 (source all amd64)

2010-06-07 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 08:04:43 +1000
Source: digikam
Binary: digikam showfoto digikam-dbg digikam-data
Architecture: source amd64 all
Version: 2:1.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Mark Purcell m...@debian.org
Description: 
 digikam- digital photo management application for KDE
 digikam-data - digikam architecture-independant data
 digikam-dbg - debugging symbols for digikam
 showfoto   - image viewer/editor for KDE
Closes: 584792
Changes: 
 digikam (2:1.2.0-5) unstable; urgency=low
 .
   * Added epoc: Fix Incorrect Conflicts/Replaces versions (Closes: #584792)
Checksums-Sha1: 
 b7ffa59d5ce834d052c477fe7cdddabd8c80891c 1672 digikam_1.2.0-5.dsc
 540b38d39183d0d33d716a4f6843896433d07b7b 33463 digikam_1.2.0-5.debian.tar.gz
 891fb8d71eb0319f26728e7197e2a5a42313 5492552 digikam_1.2.0-5_amd64.deb
 d84c32dfd26a98dd5805fea3ab73bd2c4d6bbacf 1333126 showfoto_1.2.0-5_amd64.deb
 c671ff6048f701e54a5c7452182646a1e549bab6 38682654 digikam-dbg_1.2.0-5_amd64.deb
 9dbf41b8a324c9a615eed3e90b1a0b0baf9c4e83 7351394 digikam-data_1.2.0-5_all.deb
Checksums-Sha256: 
 c20ed1e61f1aa2043f98077c049c276051273f178ed3890e45db38f2613d3845 1672 
digikam_1.2.0-5.dsc
 074e36f3dd6208a855f331129a1149a25ba2072bf9ab5ecdded08b79c982d6d1 33463 
digikam_1.2.0-5.debian.tar.gz
 d0a239d25fa7bce45c7ed7b7c96a2ff6194c88e79a5700ba9951fedca199533f 5492552 
digikam_1.2.0-5_amd64.deb
 0d3820a24354c3c03fb2290061a8b27f9481fa1cb3ae73081b0973e95a7a0d44 1333126 
showfoto_1.2.0-5_amd64.deb
 6d06f9b30c59a7a4473a8ecb8bee64349bd6770a4d87e8d5693d059944a3dc54 38682654 
digikam-dbg_1.2.0-5_amd64.deb
 2d24cf709cd76ed9f31ecdac3b68a873b42d745e32c630353a24c4c447c476e6 7351394 
digikam-data_1.2.0-5_all.deb
Files: 
 b3c8a48e10a7465b3e5a95d2d71fbccc 1672 graphics optional digikam_1.2.0-5.dsc
 d362e18ee1307b31fd6dc578f250b5cb 33463 graphics optional 
digikam_1.2.0-5.debian.tar.gz
 08a7ec3d7867dbd5000e7c6e7f42d517 5492552 graphics optional 
digikam_1.2.0-5_amd64.deb
 d97d0d11291f9e588554aa545b9b5864 1333126 graphics optional 
showfoto_1.2.0-5_amd64.deb
 b7952c11efd435ddee4caaef7ece9509 38682654 debug extra 
digikam-dbg_1.2.0-5_amd64.deb
 3329b1c42f3ac184382f20bd5194bde0 7351394 graphics optional 
digikam-data_1.2.0-5_all.deb

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

iEYEARECAAYFAkwMH8cACgkQoCzanz0IthI+QwCeLJoqCghY6EXqOEiNmaidH6x9
IQwAn0NWIBqCsz8Q5gKGOY3hsbPweK7C
=X+9u
-END PGP SIGNATURE-


Accepted:
digikam-data_1.2.0-5_all.deb
  to main/d/digikam/digikam-data_1.2.0-5_all.deb
digikam-dbg_1.2.0-5_amd64.deb
  to main/d/digikam/digikam-dbg_1.2.0-5_amd64.deb
digikam_1.2.0-5.debian.tar.gz
  to main/d/digikam/digikam_1.2.0-5.debian.tar.gz
digikam_1.2.0-5.dsc
  to main/d/digikam/digikam_1.2.0-5.dsc
digikam_1.2.0-5_amd64.deb
  to main/d/digikam/digikam_1.2.0-5_amd64.deb
showfoto_1.2.0-5_amd64.deb
  to main/d/digikam/showfoto_1.2.0-5_amd64.deb


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



Accepted dolfin 0.9.7-4 (source all amd64)

2010-06-07 Thread Johannes Ring
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 09:25:13 +0200
Source: dolfin
Binary: libdolfin0-dev dolfin-dev libdolfin0 libdolfin0-dbg python-dolfin 
dolfin-doc dolfin-bin
Architecture: source all amd64
Version: 0.9.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Johannes Ring joha...@simula.no
Description: 
 dolfin-bin - Executable scripts for DOLFIN
 dolfin-dev - Empty package depending on latest DOLFIN development package
 dolfin-doc - Documentation and demo programs for DOLFIN
 libdolfin0 - shared libraries for DOLFIN
 libdolfin0-dbg - Shared libraries with debugging symbols for DOLFIN
 libdolfin0-dev - Shared links and header files for DOLFIN
 python-dolfin - Python interface for DOLFIN
Closes: 583419
Changes: 
 dolfin (0.9.7-4) unstable; urgency=low
 .
   * Add support for PETSc 3.1 (closes: #583419).
   * Minor fix in Vcs fields in debian/control.
Checksums-Sha1: 
 8a48875e539ff4d54fd76fd90e9e6b0ea667e0b7 2480 dolfin_0.9.7-4.dsc
 d805e67085b9cbf37917c4a6acf00d2c7b1b74eb 34974 dolfin_0.9.7-4.diff.gz
 2cc9ecfa37f8ba313a6c3146aeea5f8459c07db8 29178 dolfin-dev_0.9.7-4_all.deb
 2761d244ca3b02c9be3742117a4829cb591baec8 4686676 dolfin-doc_0.9.7-4_all.deb
 a5c027f08fd9efaafc8ae035d31be1c8bbf1e58a 32404 dolfin-bin_0.9.7-4_all.deb
 97734dae8aca88151fd2035f7ba6b6f677af8a4e 245234 
libdolfin0-dev_0.9.7-4_amd64.deb
 58c49c4878d6c50b4ae4fcae42b9e40bd468ff49 1070696 libdolfin0_0.9.7-4_amd64.deb
 c6c866fe273e9e3ee37ce2b76d8a79cff05fdafa 12853470 
libdolfin0-dbg_0.9.7-4_amd64.deb
 8956f453b1c4150dcc25fbc302278d944c126568 1472632 
python-dolfin_0.9.7-4_amd64.deb
Checksums-Sha256: 
 16d3821b328de7dae4a167a0f179e340b2befab5f8bccaa0b804ee28c8c77174 2480 
dolfin_0.9.7-4.dsc
 c7cf56fadae5715f1dc2e3215b9fe399d41d2e628f69399c5a82fd222f5466b6 34974 
dolfin_0.9.7-4.diff.gz
 11f3e0165c5f58b319a3a02adf89e20d1788c47f4b7290f9d8ad1d0436aa6dd7 29178 
dolfin-dev_0.9.7-4_all.deb
 d0da5f895dff208e390b8b69d9f246a1fe83914bcbb3ca55593a7e16ec7efd69 4686676 
dolfin-doc_0.9.7-4_all.deb
 7e6d1fa2b5ff136046ffc6c9c2a572df2be398c87901c187add0d55bd8bea479 32404 
dolfin-bin_0.9.7-4_all.deb
 3a994d85bd2a06e89ce0ae7aed50652fc82bcbbc6daaad838aed81244e40b940 245234 
libdolfin0-dev_0.9.7-4_amd64.deb
 43d7cc729b8f038d81d7edb72141c2da51d7ee2874f76665c071d4f59de3b0aa 1070696 
libdolfin0_0.9.7-4_amd64.deb
 6d9e61a20d1d043ff3b71f8dac2da76de4a2abe3d3e2d9a273d66be05e0c29cf 12853470 
libdolfin0-dbg_0.9.7-4_amd64.deb
 ee569ef628b33fdbb8819b808faa9be09905b2969aab867ae52e8da185765e93 1472632 
python-dolfin_0.9.7-4_amd64.deb
Files: 
 f96b2b29e1ad2d431e7106c923920970 2480 math extra dolfin_0.9.7-4.dsc
 ac448e85d2fbfe57629ba7450d491b97 34974 math extra dolfin_0.9.7-4.diff.gz
 011cd0c72cb1488d3c0b955f08e806e5 29178 libdevel extra 
dolfin-dev_0.9.7-4_all.deb
 ae67ca50087df876871000bd2f2b6006 4686676 doc extra dolfin-doc_0.9.7-4_all.deb
 64ac9a22acff5933e5c31b46a26a99b0 32404 math extra dolfin-bin_0.9.7-4_all.deb
 6da32172e8cb064f198b603e5bb05cf2 245234 libdevel extra 
libdolfin0-dev_0.9.7-4_amd64.deb
 ce78be5eb0b96a53274d3e9c50703396 1070696 libs extra 
libdolfin0_0.9.7-4_amd64.deb
 a774804fcad65782d16663269401 12853470 debug extra 
libdolfin0-dbg_0.9.7-4_amd64.deb
 f9d54c1b96af850af99e0919d89d4682 1472632 python extra 
python-dolfin_0.9.7-4_amd64.deb

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

iQIVAwUBTAyq24sTRN6fgH8UAQLCKg/9FEJ+KcP+Hg5vKqDXFE7jR90VaM/BvJDm
t+7q/iH0gh6hrNtlxLFPWwv49xt0/qmN4C2vlcTt8Dzid0e442FBMMkx5O0g1+q1
VdyLXK/PGgEAE4CXY6twinHBvLltqhijUxxRKhCO9Ip+ATiGRUKOXafvBDhU6VLj
M6hmdwqGnR+oyBqZzY0zyWpmvWs9KqiFl7fom6tx/b3+PpkIU5qSRC0E/KrWFa9+
duFq2U1ePJtA5GoGRmlMi68mcD2DuDuvmsl2Rwg3hQrmUkVq9NCG2W9LYMLRMnmo
0PFBSg+flkYGxaXsstbdl/Hcvl+USPbqDyVdjpJCFIrmXF4SwtU58VHFCegYGgos
q2jugaKj4dmFaOCGyja6+gS7kwMFlflbGXcroJHkexng72Wp+lqii6WLsA5D0XSY
/aWKP0dVjCk6K+vkh5Y373HYyg3fNmqx0J40STl7312Ifhs/wn4oszJkDigAgP/+
uJPxpB8lX0e0IDr4vSJ4FfTSt06P/uHnKuZlDhoayF0SDHOhpq6pWWEmt6r8H2dr
21GgPu0D6FFOZqEcINBM8Ah6Dx8QTGf4PFBIn0LaZ9J3X54ropxeDBdjIHAJMgvi
lG36bg14PqAQDfg2VMS8HcRxKqfO1RpRqvqgTvSKvC72lWPNdsvLKKt8yscCGbBY
QdzLn8oqNHQ=
=zPAZ
-END PGP SIGNATURE-


Accepted:
dolfin-bin_0.9.7-4_all.deb
  to main/d/dolfin/dolfin-bin_0.9.7-4_all.deb
dolfin-dev_0.9.7-4_all.deb
  to main/d/dolfin/dolfin-dev_0.9.7-4_all.deb
dolfin-doc_0.9.7-4_all.deb
  to main/d/dolfin/dolfin-doc_0.9.7-4_all.deb
dolfin_0.9.7-4.diff.gz
  to main/d/dolfin/dolfin_0.9.7-4.diff.gz
dolfin_0.9.7-4.dsc
  to main/d/dolfin/dolfin_0.9.7-4.dsc
libdolfin0-dbg_0.9.7-4_amd64.deb
  to main/d/dolfin/libdolfin0-dbg_0.9.7-4_amd64.deb
libdolfin0-dev_0.9.7-4_amd64.deb
  to main/d/dolfin/libdolfin0-dev_0.9.7-4_amd64.deb
libdolfin0_0.9.7-4_amd64.deb
  to main/d/dolfin/libdolfin0_0.9.7-4_amd64.deb
python-dolfin_0.9.7-4_amd64.deb
  to main/d/dolfin/python-dolfin_0.9.7-4_amd64.deb


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

Accepted gobject-introspection 0.6.14-1 (source amd64)

2010-06-07 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 09:46:24 +0200
Source: gobject-introspection
Binary: libgirepository1.0-0 libgirepository1.0-dev gobject-introspection 
gir1.0-glib-2.0 gir1.0-freedesktop
Architecture: source amd64
Version: 0.6.14-1
Distribution: unstable
Urgency: low
Maintainer: Sebastian Dröge sl...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 gir1.0-freedesktop - Introspection data for some FreeDesktop components
 gir1.0-glib-2.0 - Introspection data for GLib, GObject, Gio and GModule
 gobject-introspection - Generate interface introspection data for GObject 
libraries
 libgirepository1.0-0 - Library for handling GObject introspection data 
(runtime library)
 libgirepository1.0-dev - Library for handling GObject introspection data 
(development file
Changes: 
 gobject-introspection (0.6.14-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Add Vcs-Svn and Vcs-Browser field
   * debian/libgirepository1.0-0.symbols: Add symbols file
   * Switch to dpkg-source 3.0 (quilt) format
Checksums-Sha1: 
 a3adf547123ad83870495ee8098808490e25916a 2152 
gobject-introspection_0.6.14-1.dsc
 ad0a9b9d41511c184045ecdddecf0525655e008e 1006565 
gobject-introspection_0.6.14.orig.tar.gz
 39ebccf7d1056e7368e89e00460e186f43114638 11589 
gobject-introspection_0.6.14-1.debian.tar.gz
 2a12af4c536e28e6f15f5232fe7385a5058d545c 50494 
libgirepository1.0-0_0.6.14-1_amd64.deb
 a9ab8d922436c24c53a2aa54423d23c7b95b95c6 375182 
libgirepository1.0-dev_0.6.14-1_amd64.deb
 339ec60e2bade0857c3be3312e07a2fb48b29755 156198 
gobject-introspection_0.6.14-1_amd64.deb
 8b5234977478c8a1dedd6ef2ac753a6d40f7bead 126282 
gir1.0-glib-2.0_0.6.14-1_amd64.deb
 21d9beecad611181a4af01088264fa0f8edb5b7d 15176 
gir1.0-freedesktop_0.6.14-1_amd64.deb
Checksums-Sha256: 
 924877e028259b8d628d076f4959ded23541ab7347ab54945a9cf840ac3fe9f9 2152 
gobject-introspection_0.6.14-1.dsc
 130c58ce015c5b931f3f0becae70f84a88f9dd18492313bf9c2237f7fc2e9a06 1006565 
gobject-introspection_0.6.14.orig.tar.gz
 14d6667971f0b26a1a190f5295dfbe2d1986272b315dc1cd2ac6ee06bc27a467 11589 
gobject-introspection_0.6.14-1.debian.tar.gz
 122f72227b7460ef9b1058e494fd3ef68d3feb28ee482cfae4d335c2d1e9a5b9 50494 
libgirepository1.0-0_0.6.14-1_amd64.deb
 52b484bd9adf659602431b920429d36b91aef36caff7fb3dac29c5f08dbfc43d 375182 
libgirepository1.0-dev_0.6.14-1_amd64.deb
 e39a48980dc2da61f7d654cc5c3b26c9cb9dc2657d9b549115f8431ae4fee7da 156198 
gobject-introspection_0.6.14-1_amd64.deb
 c92a1d5596ec41389527275f095261233f837b3422a6788e865931edfb34a774 126282 
gir1.0-glib-2.0_0.6.14-1_amd64.deb
 91d912d235ffb35fe045a00548053fb779ecaf2e81d341bae8b86f57bf010ec7 15176 
gir1.0-freedesktop_0.6.14-1_amd64.deb
Files: 
 2c05460f4652ce3551ac328cd733d9ba 2152 devel optional 
gobject-introspection_0.6.14-1.dsc
 a9ad87894f3f8bba9af9e4df4142c638 1006565 devel optional 
gobject-introspection_0.6.14.orig.tar.gz
 5ed5bd23e7c01a7f5defda4e68c117a1 11589 devel optional 
gobject-introspection_0.6.14-1.debian.tar.gz
 e66206d68706c00bd4bf0f204566d413 50494 libs optional 
libgirepository1.0-0_0.6.14-1_amd64.deb
 7af89f410c9c7a8877743a6ce642cff3 375182 libdevel optional 
libgirepository1.0-dev_0.6.14-1_amd64.deb
 bd0559abab905416e1bdf8fe88c6dc20 156198 devel optional 
gobject-introspection_0.6.14-1_amd64.deb
 18840c9973a1866281105b4f887b254f 126282 libs optional 
gir1.0-glib-2.0_0.6.14-1_amd64.deb
 c861861a416f1a27f02dd8e504fe2a12 15176 libs optional 
gir1.0-freedesktop_0.6.14-1_amd64.deb

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

iQEcBAEBCAAGBQJMDKocAAoJEB/FiR66sEPVGpAH/RyJlbPxB/7RlkUIs3d5+y5o
23/xfCwK8KA8fUVxo3csusd+j43I3RYBjAwfp7i6M+sVBIzqSS8EnwaFx55uju7+
zoXe8awB9xRNomfxNZy9SotTQqNKNxl9n3KWf7i1QCoGDscZdT4uxST6r3vvBD2y
W5IPpQnUTrAGX4MeWELynjUa5a3M5H0pSoKxwZ1GEJyOrnuyydbnzEE2KNiiYo7R
pXIGhVlVeDPaM9d/UB+9xwljfrvPG0+9Vuns519DEpxT7B/F4zOEYY442q9lEU/a
jE/V0IrOVUslOrIzgvgcEoUDYGW+mYH1QC9kMSeOnHnzQpa4id0rb3wJ2zPLKSE=
=duKM
-END PGP SIGNATURE-


Accepted:
gir1.0-freedesktop_0.6.14-1_amd64.deb
  to main/g/gobject-introspection/gir1.0-freedesktop_0.6.14-1_amd64.deb
gir1.0-glib-2.0_0.6.14-1_amd64.deb
  to main/g/gobject-introspection/gir1.0-glib-2.0_0.6.14-1_amd64.deb
gobject-introspection_0.6.14-1.debian.tar.gz
  to main/g/gobject-introspection/gobject-introspection_0.6.14-1.debian.tar.gz
gobject-introspection_0.6.14-1.dsc
  to main/g/gobject-introspection/gobject-introspection_0.6.14-1.dsc
gobject-introspection_0.6.14-1_amd64.deb
  to main/g/gobject-introspection/gobject-introspection_0.6.14-1_amd64.deb
gobject-introspection_0.6.14.orig.tar.gz
  to main/g/gobject-introspection/gobject-introspection_0.6.14.orig.tar.gz
libgirepository1.0-0_0.6.14-1_amd64.deb
  to main/g/gobject-introspection/libgirepository1.0-0_0.6.14-1_amd64.deb
libgirepository1.0-dev_0.6.14-1_amd64.deb
  to main/g/gobject-introspection/libgirepository1.0-dev_0.6.14-1_amd64.deb


-- 
To UNSUBSCRIBE, email to 

Accepted gpsman 6.4.1-1 (source all)

2010-06-07 Thread Rogerio Reis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 08:24:21 +0100
Source: gpsman
Binary: gpsman
Architecture: source all
Version: 6.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Rogerio Reis r...@debian.org
Changed-By: Rogerio Reis r...@debian.org
Description: 
 gpsman - A GPS data graphical manager
Changes: 
 gpsman (6.4.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 7bda52d7808dc748ef07390bb7140f6e652fb623 702 gpsman_6.4.1-1.dsc
 e155156318ac07cdf3b8e75473649f9a5a7ab320 1362276 gpsman_6.4.1-1.tar.gz
 704cb6ff5d79880e1aaa3cac245e4a85344ddd22 1365296 gpsman_6.4.1-1_all.deb
Checksums-Sha256: 
 f0d9ae5a98d485c8026a528818fd4128bea9147be329a91469a2b0a687ab45a9 702 
gpsman_6.4.1-1.dsc
 d06cb1fd74b0fd31a069607f5add114cd69d97c4fa674b5490e0119ba18d3d30 1362276 
gpsman_6.4.1-1.tar.gz
 1e84f6e17650666b20c4dab89199a9d3372cc8d261ffbaaa2cf9a998566d9761 1365296 
gpsman_6.4.1-1_all.deb
Files: 
 20c111b51fc231d3808a3284a2762fb6 702 misc optional gpsman_6.4.1-1.dsc
 acb6b96ba4a50abff1f46a2f4db38e7f 1362276 misc optional gpsman_6.4.1-1.tar.gz
 502d10465f8cc1b280f9c8bd1570ad0d 1365296 misc optional gpsman_6.4.1-1_all.deb

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

iEYEARECAAYFAkwMoDQACgkQQxSObRjqNFfLMQCfQXbQyFXxGZ4cr4hCft36OFet
44UAoJJnDY8qiJhNrLUXEKc4Kt/OQood
=DBHQ
-END PGP SIGNATURE-


Accepted:
gpsman_6.4.1-1.dsc
  to main/g/gpsman/gpsman_6.4.1-1.dsc
gpsman_6.4.1-1.tar.gz
  to main/g/gpsman/gpsman_6.4.1-1.tar.gz
gpsman_6.4.1-1_all.deb
  to main/g/gpsman/gpsman_6.4.1-1_all.deb


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



Accepted mono-debugger 2.6.3-1 (source i386)

2010-06-07 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 22:58:05 +0100
Source: mono-debugger
Binary: mono-debugger
Architecture: source i386
Version: 2.6.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Mono Group pkg-mono-gr...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 mono-debugger - Debugger for Mono
Changes: 
 mono-debugger (2.6.3-1) experimental; urgency=low
 .
   * New upstream release
   * debian/rules:
 + Stop using ../tarballs in get-orig-source rule
   * debian/patches/use_real_nunit.dpatch:
 + Refreshed
   * debian/control:
 + Bump build-dependency to 2.6.3 to ensure we don't try building
   against 2.4.x (which won't work properly)
Checksums-Sha1: 
 910de1492e5119e574ab1adc3ea8f9ae90a406e6 1728 mono-debugger_2.6.3-1.dsc
 8b82ec1a62705982d6b6269b10d6dd20f5b2f8a1 1969034 
mono-debugger_2.6.3.orig.tar.gz
 b3b5e0feeaae98df81334a0fc0e7d557e437f5b2 8068 mono-debugger_2.6.3-1.diff.gz
 19ca728f3fed10b5326a5e7a129a78b29be11269 1089464 mono-debugger_2.6.3-1_i386.deb
Checksums-Sha256: 
 40d09319e6c627134ed4bf7a840fde4244a0a94def065af5b90a0eda3e0b5c67 1728 
mono-debugger_2.6.3-1.dsc
 a11b251fd6de3e5aed797176794313afcc2f8d400526450b7edc3eab21d795ac 1969034 
mono-debugger_2.6.3.orig.tar.gz
 d2dd7df97a803a97391249f3fbe1d07f37794fd4eb673096e91e5228b86f84e2 8068 
mono-debugger_2.6.3-1.diff.gz
 2f81138aaa625c66c104e55e3c6e4c3cdc4426304effa77249df5a670ee3 1089464 
mono-debugger_2.6.3-1_i386.deb
Files: 
 829fd6a1874970839f135329f1c194b9 1728 devel optional mono-debugger_2.6.3-1.dsc
 4701eeb11313787e1e77adc2e2140df6 1969034 devel optional 
mono-debugger_2.6.3.orig.tar.gz
 801b5d96b3a2f27cff3b0a583303d910 8068 devel optional 
mono-debugger_2.6.3-1.diff.gz
 db3c37140614e0a1bb2b2760d77cdf59 1089464 devel optional 
mono-debugger_2.6.3-1_i386.deb

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

iQEcBAEBCAAGBQJMDLKeAAoJEMkPnLkOH60MdAYH/1Y5kTOJ6HAZLuXkuKzuQhKF
rndYCLhNJ3Yhc/EgemV/FKJelt6QdTiD7tvsE+KQVQIk/tDqyryFb/PDoXoaqAh/
fOnYcq67KiVu/pO9gOOFIWtoYz1nk78vfnmYwdraumGoS4PBawnckDgKYep8QIu8
Xa8dIt75aA54Kk4NvwezYnqibnsryEW7WFAO/DbRmbyXAtCbuA2MKkq+fzva1DqI
/C07sJHymCmqCq4PslGUdOD/mBKO//aeInEfi2DFb8R5zGzDq9kueAbLXJp0VfWQ
58dy5KGxnnw1AAVwOfOfB7JwRr+HVyMXuaCEPiZqh+QIKmTMLg/NRoZuZpgajbs=
=6nBK
-END PGP SIGNATURE-


Accepted:
mono-debugger_2.6.3-1.diff.gz
  to main/m/mono-debugger/mono-debugger_2.6.3-1.diff.gz
mono-debugger_2.6.3-1.dsc
  to main/m/mono-debugger/mono-debugger_2.6.3-1.dsc
mono-debugger_2.6.3-1_i386.deb
  to main/m/mono-debugger/mono-debugger_2.6.3-1_i386.deb
mono-debugger_2.6.3.orig.tar.gz
  to main/m/mono-debugger/mono-debugger_2.6.3.orig.tar.gz


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



Accepted nginx 0.7.65-7 (source amd64)

2010-06-07 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 14:33:24 +0530
Source: nginx
Binary: nginx nginx-dbg
Architecture: source amd64
Version: 0.7.65-7
Distribution: unstable
Urgency: low
Maintainer: Jose Parrella bure...@debian.org
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 nginx  - small, but very powerful and efficient web server and mail proxy
 nginx-dbg  - Debugging symbols for nginx
Closes: 584828
Changes: 
 nginx (0.7.65-7) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/rules:
 + Enabled HTTPSubModule module in configure (Closes: #584828)
 + Arranged configure options in better manner
Checksums-Sha1: 
 a51a917ef583e2ab0fa9d6aaa484ac07e18170af 1297 nginx_0.7.65-7.dsc
 13dec07daf7d42bdf05364064aa6f167224245f0 24051 nginx_0.7.65-7.debian.tar.gz
 676a685e7dd3344e6ddcc07e0976e92a4251cea2 351328 nginx_0.7.65-7_amd64.deb
 f922a67ecee5e4b79a5b03cde64e811a01eab529 1946436 nginx-dbg_0.7.65-7_amd64.deb
Checksums-Sha256: 
 51108c11569b782c5a2e7369da38021992d85884d6e0e450a0aa1df0bfac341b 1297 
nginx_0.7.65-7.dsc
 207398ac790bf0f0ad7c73b08b9cb282064efd87e79f7ef739c13119f7cd8b95 24051 
nginx_0.7.65-7.debian.tar.gz
 e52168f184c81cb834ab6512ba5bed774e12bee55cedaee5462428b67155b38f 351328 
nginx_0.7.65-7_amd64.deb
 9d5d048822ab666a15db7feff667934bc38cacb4481e36e34a1c116de0febd4a 1946436 
nginx-dbg_0.7.65-7_amd64.deb
Files: 
 a6c1dd7b597304e91bb6a506dad6f120 1297 httpd optional nginx_0.7.65-7.dsc
 4c74d7bcd939d2e72d0c601a3ff1e524 24051 httpd optional 
nginx_0.7.65-7.debian.tar.gz
 402ece7c4f2c00dd5d1b2a35feff9511 351328 httpd optional nginx_0.7.65-7_amd64.deb
 7a59a0aebc1228c72f73e6de5bc7daed 1946436 debug extra 
nginx-dbg_0.7.65-7_amd64.deb

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

iEYEARECAAYFAkwMuFcACgkQoRg/jtECjI3DoACcCvk4sz2D3UtfFsB5osTD/kfX
bm0AniVHOG5d0fuh0qN26cPqCVUidCgz
=oFw2
-END PGP SIGNATURE-


Accepted:
nginx-dbg_0.7.65-7_amd64.deb
  to main/n/nginx/nginx-dbg_0.7.65-7_amd64.deb
nginx_0.7.65-7.debian.tar.gz
  to main/n/nginx/nginx_0.7.65-7.debian.tar.gz
nginx_0.7.65-7.dsc
  to main/n/nginx/nginx_0.7.65-7.dsc
nginx_0.7.65-7_amd64.deb
  to main/n/nginx/nginx_0.7.65-7_amd64.deb


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



Accepted phpgroupware 1:0.9.16.016+dfsg-1 (source all)

2010-06-07 Thread Olivier Berger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 06 Jun 2010 17:43:42 +0200
Source: phpgroupware
Binary: phpgroupware phpgroupware-0.9.16 phpgroupware-0.9.16-doc 
phpgroupware-0.9.16-core phpgroupware-0.9.16-core-base 
phpgroupware-0.9.16-addressbook phpgroupware-0.9.16-admin 
phpgroupware-0.9.16-calendar phpgroupware-0.9.16-email 
phpgroupware-0.9.16-manual phpgroupware-0.9.16-news-admin 
phpgroupware-0.9.16-notes phpgroupware-0.9.16-phpgwapi 
phpgroupware-0.9.16-phpgwapi-doc phpgroupware-0.9.16-preferences 
phpgroupware-0.9.16-setup phpgroupware-0.9.16-todo 
phpgroupware-0.9.16-filemanager
Architecture: source all
Version: 1:0.9.16.016+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Olivier Berger olivier.ber...@it-sudparis.eu
Changed-By: Olivier Berger olivier.ber...@it-sudparis.eu
Description: 
 phpgroupware - Web based groupware system written in PHP
 phpgroupware-0.9.16 - Web based groupware system written in PHP
 phpgroupware-0.9.16-addressbook - phpGroupWare addressbook management module
 phpgroupware-0.9.16-admin - phpGroupWare administration module
 phpgroupware-0.9.16-calendar - phpGroupWare calendar management module
 phpgroupware-0.9.16-core - Core groupware applications of phpGroupware
 phpgroupware-0.9.16-core-base - Base components of the phpGroupware 
application server
 phpgroupware-0.9.16-doc - Documentation of phpGroupware 0.9.16
 phpgroupware-0.9.16-email - phpGroupWare E-Mail client module
 phpgroupware-0.9.16-filemanager - phpGroupWare filemanager module
 phpgroupware-0.9.16-manual - phpGroupWare on-line manual module
 phpgroupware-0.9.16-news-admin - phpGroupWare news administration interface
 phpgroupware-0.9.16-notes - phpGroupWare notes management module
 phpgroupware-0.9.16-phpgwapi - library of common phpGroupWare functions
 phpgroupware-0.9.16-phpgwapi-doc - Documentation of phpGroupware 0.9.16 
phpgwapi
 phpgroupware-0.9.16-preferences - phpGroupWare preferences management module
 phpgroupware-0.9.16-setup - phpGroupWare setup III module
 phpgroupware-0.9.16-todo - phpGroupWare todo list management module
Closes: 584517 584518
Changes: 
 phpgroupware (1:0.9.16.016+dfsg-1) unstable; urgency=low
 .
   * New upstream release (includes fix for CVE-2010-0403, CVE-2010-0404,
 Closes: #584518, #584517).
   * Remove upstream-security-20090722.diff patch (SA35519 / DSA-1978-1 /
 CVE-2009-4414, CVE-2009-4415, CVE-2009-4416) included in upstream
 0.9.16.015.
   * Remove 472679.diff integrated upstream in 0.9.16.015.
   * Add watch file and get-orig-source rule plus README.sources.
   * Change dependency on PHP5 to strictly less than 5.3 as phpgroupware is
 incompatible with PHP 5.3.
   * Remove upstream-23386-sessions.diff integrated upstream in 0.9.16.016.
Checksums-Sha1: 
 65671953838fc36326612e7e1e045edb5f40985f 1634 
phpgroupware_0.9.16.016+dfsg-1.dsc
 72ce4ed6e289bae918f36a80b5cb788037b277e7 19039199 
phpgroupware_0.9.16.016+dfsg.orig.tar.gz
 e1854ba3fa54d8f3734e04e7d7457ae92ed8e2b2 98567 
phpgroupware_0.9.16.016+dfsg-1.diff.gz
 85df7b901a787cc4ec0b76dd546b3708c3084a78 6152 
phpgroupware_0.9.16.016+dfsg-1_all.deb
 f8597d8aa5fbd869f4c63947fb0f4265c0825757 21086 
phpgroupware-0.9.16_0.9.16.016+dfsg-1_all.deb
 695c110f4e690887f6295414382d4dfd191ad1c4 130642 
phpgroupware-0.9.16-doc_0.9.16.016+dfsg-1_all.deb
 ba97c25d83dbf873a418244cf018e4afc3f9cc38 5110 
phpgroupware-0.9.16-core_0.9.16.016+dfsg-1_all.deb
 8878388beeefcca695619df0b2d2e44528204add 57452 
phpgroupware-0.9.16-core-base_0.9.16.016+dfsg-1_all.deb
 8d7949cb501647ac9907b2468d7b1d254d585981 176598 
phpgroupware-0.9.16-addressbook_0.9.16.016+dfsg-1_all.deb
 466f539fecfc65adbdd4e92b107ceda1e373f971 187796 
phpgroupware-0.9.16-admin_0.9.16.016+dfsg-1_all.deb
 f019a6c1e0741208d27c92c255ee4f2d8b68d4bf 269198 
phpgroupware-0.9.16-calendar_0.9.16.016+dfsg-1_all.deb
 5c11db881bd92c288a30877477d18fc1409ccb57 1168966 
phpgroupware-0.9.16-email_0.9.16.016+dfsg-1_all.deb
 172e780a91192e93675c0ed1e0d541d31f912a06 93890 
phpgroupware-0.9.16-manual_0.9.16.016+dfsg-1_all.deb
 37a169e2e2cc1972d4f55eb2f1df70658b966136 41568 
phpgroupware-0.9.16-news-admin_0.9.16.016+dfsg-1_all.deb
 6d6e0684e7b15b36a97e9f00cdbbca758aa1271c 33206 
phpgroupware-0.9.16-notes_0.9.16.016+dfsg-1_all.deb
 09ac79a56d31d201dc57132340f4984ec74b1891 1528096 
phpgroupware-0.9.16-phpgwapi_0.9.16.016+dfsg-1_all.deb
 82e9e78841dee9bab5d2306a1da9284d7d1e265b 7986158 
phpgroupware-0.9.16-phpgwapi-doc_0.9.16.016+dfsg-1_all.deb
 6fe984bd73e244dc803f0d0d582ad4bb87703ef2 60192 
phpgroupware-0.9.16-preferences_0.9.16.016+dfsg-1_all.deb
 b6135d5cbb6d9d2a8d295f448383eb69b7b30e5f 281478 
phpgroupware-0.9.16-setup_0.9.16.016+dfsg-1_all.deb
 4a6da3cd85e6fd312491a9edc82ef821a2951bf4 50584 
phpgroupware-0.9.16-todo_0.9.16.016+dfsg-1_all.deb
 ff9c41937c241579004b7053ebf96dd461761add 91584 
phpgroupware-0.9.16-filemanager_0.9.16.016+dfsg-1_all.deb
Checksums-Sha256: 
 06f4d169a42398b05bd2c3262a4f92c9f1ca0bc0fef7779e71e62be442f46152 1634 

Accepted pygi 0.6.0-1 (source amd64)

2010-06-07 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 09:58:19 +0200
Source: pygi
Binary: python-gi python-gi-dbg
Architecture: source amd64
Version: 0.6.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 python-gi  - Python GObject Introspection modules
 python-gi-dbg - Python GObject Introspection modules - debugging symbols
Changes: 
 pygi (0.6.0-1) unstable; urgency=low
 .
   * New upstream release
 - Bump libgirepository1.0-dev build-dependency
Checksums-Sha1: 
 4625747ac1f9d98f9ba90a9d45ea0b45f1eebce1 1784 pygi_0.6.0-1.dsc
 a9140b7361277097aa2922117d0497dd3ad41823 388261 pygi_0.6.0.orig.tar.gz
 2596dfdf36a76ba6734ae74fcddbb03a70cdc422 2911 pygi_0.6.0-1.debian.tar.gz
 eb3f9937f34c1bc18b3764b157339783ed35e512 87216 python-gi_0.6.0-1_amd64.deb
 d2a2a767fdfd3f6313cf8ac24b05a93b8d818f12 165156 python-gi-dbg_0.6.0-1_amd64.deb
Checksums-Sha256: 
 56a2cde5063ff3dbff7f352525161dc9486708ee621c617a86e928e5eaab2d36 1784 
pygi_0.6.0-1.dsc
 e91801b944bba0a66309dc426e2ebc3f92f4d9d58aaca6b1d1cea9ec8eddb2ae 388261 
pygi_0.6.0.orig.tar.gz
 33e1ba19059557202359fe5746d11f3d7148a8d4094b849e136d20ef15300e40 2911 
pygi_0.6.0-1.debian.tar.gz
 82d32b388ace9a2a0a97a5a6e09027bcb49b520dae6ffdbd8fde0e4b9081bbbe 87216 
python-gi_0.6.0-1_amd64.deb
 b19e642843802c933005d89869c8132cd144ce2570833d3c3567e35c3ef0cefb 165156 
python-gi-dbg_0.6.0-1_amd64.deb
Files: 
 db3f5d443cf0668c769c6199ccb3ef17 1784 python optional pygi_0.6.0-1.dsc
 f300e27e4ffc046843750286809fea68 388261 python optional pygi_0.6.0.orig.tar.gz
 fb67afdbe72cd81de471233c1499eeb2 2911 python optional 
pygi_0.6.0-1.debian.tar.gz
 928730a86a76ea7e5af136b501cf4c1c 87216 python optional 
python-gi_0.6.0-1_amd64.deb
 056990b08ab6b4657ef0bd05a9bb6637 165156 debug extra 
python-gi-dbg_0.6.0-1_amd64.deb

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

iQEcBAEBCAAGBQJMDKoKAAoJEB/FiR66sEPVza4H/2XnTP+SdX9oz2G5H+hvp+T+
N6lNrX16NekyjNu197hSV0CKGUSU2U/3sR8A5hzvY2H7Oq8ORjrvZRq1jC1cgaVT
wWADcuH9FZl4DSDT6JEUUrh0O58+fPPecGnHLxJC4LnF+a3hZGsmSt6Wl8M8Icu8
VGOE0UFtDUZTo2jW+Ie+U1PxJMekQROZk8rrm6mGRFuQaXnRokw8RIHrR7oJ5pAi
FXXO93HzbPECfv4Q5+esT+7W+p7IVvYAdfYdHyWLo/sAW+8HY68jiSGXBCMJC/7Z
7pmrLwagud9WZwkIK2j0Ww/2sgYbSXrRcXlP6hhB2lyWk2/EhAnXiSTPMsbqY2A=
=20jf
-END PGP SIGNATURE-


Accepted:
pygi_0.6.0-1.debian.tar.gz
  to main/p/pygi/pygi_0.6.0-1.debian.tar.gz
pygi_0.6.0-1.dsc
  to main/p/pygi/pygi_0.6.0-1.dsc
pygi_0.6.0.orig.tar.gz
  to main/p/pygi/pygi_0.6.0.orig.tar.gz
python-gi-dbg_0.6.0-1_amd64.deb
  to main/p/pygi/python-gi-dbg_0.6.0-1_amd64.deb
python-gi_0.6.0-1_amd64.deb
  to main/p/pygi/python-gi_0.6.0-1_amd64.deb


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



Accepted youtube-dl 2010.06.06-1 (source all)

2010-06-07 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 04:16:54 -0300
Source: youtube-dl
Binary: youtube-dl
Architecture: source all
Version: 2010.06.06-1
Distribution: unstable
Urgency: low
Maintainer: Rogério Brito rbr...@ime.usp.br
Changed-By: Rogério Brito rbr...@ime.usp.br
Description: 
 youtube-dl - download videos from youtube
Changes: 
 youtube-dl (2010.06.06-1) unstable; urgency=low
 .
   * New upstream release:
 + support for retrying connections after a 503 error
 + argument '-' can be used with -a to indicate stdin
 + support for webm formats
   * debian/patches/01-add-support-to-webm.patch:
 + remove parts applied upstream
 + update to download webm videos based on their quality
Checksums-Sha1: 
 4a28e45095244167a8dfc6ecf5f81afca0896ccc 1095 youtube-dl_2010.06.06-1.dsc
 4b03ff9703391df559c4da497f43accc124ced19 18758 
youtube-dl_2010.06.06.orig.tar.gz
 0013a31409542466b0378089bfdf217e25b75f5d 8821 
youtube-dl_2010.06.06-1.debian.tar.gz
 fe51fc587730a3951cb6062e1bec6d3b9a372599 27248 youtube-dl_2010.06.06-1_all.deb
Checksums-Sha256: 
 260a331afb3dff098063f8c51fe3fdd8b47320af2c10bca40edc0e02ccac1cf3 1095 
youtube-dl_2010.06.06-1.dsc
 71dc37724b44c64a9f0ba14630d74443088807e6294f7fea2be7112330b42edd 18758 
youtube-dl_2010.06.06.orig.tar.gz
 77c80bae4deed55e0affef31dbc6c2e5dcb0e6b49f04a6f18a42c04751d729d4 8821 
youtube-dl_2010.06.06-1.debian.tar.gz
 8874e844c44c7a4f944f9a2b4b764a9636dcd9a0d13910e97355cfa8a0ebc139 27248 
youtube-dl_2010.06.06-1_all.deb
Files: 
 31532708b5264bd465f6c4224bd2a2c2 1095 web extra youtube-dl_2010.06.06-1.dsc
 451f81ecc84a2661b11f40fc622b7fe8 18758 web extra 
youtube-dl_2010.06.06.orig.tar.gz
 1a545f737c129453d1e4bcd74ee76c0b 8821 web extra 
youtube-dl_2010.06.06-1.debian.tar.gz
 1e4abb9a03a1da87486cf626e2c5fdf7 27248 web extra 
youtube-dl_2010.06.06-1_all.deb

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

iEYEARECAAYFAkwMo3UACgkQCFqbMnwsrri5YwCdEjcniocNhxcUUciQMruRS5WJ
rx4Aniq1s5u1AxPbqDIDaEzOTfgSBX64
=UJic
-END PGP SIGNATURE-


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


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



Accepted gtkwave 3.3.7-1 (source i386)

2010-06-07 Thread Ahmed El-Mahmoudy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 11:54:55 +0300
Source: gtkwave
Binary: gtkwave
Architecture: source i386
Version: 3.3.7-1
Distribution: unstable
Urgency: low
Maintainer: Debian Electronics Team 
pkg-electronics-de...@lists.alioth.debian.org
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmo...@sabily.org
Description: 
 gtkwave- a VCD (Value Change Dump) file waveform viewer
Changes: 
 gtkwave (3.3.7-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 52cba3c3ba5d02906c4d43f3f9a8ccdd1e927dbc 1742 gtkwave_3.3.7-1.dsc
 682d08969e1c10b5ba32f2b28c65eb0c53374c3c 3120825 gtkwave_3.3.7.orig.tar.gz
 a01f802a903f1fa2c1a683bfa486ca4e3378a2bc 5257 gtkwave_3.3.7-1.debian.tar.gz
 d86c31a4ec63d4b404f29dbbf266812b79a32762 2055988 gtkwave_3.3.7-1_i386.deb
Checksums-Sha256: 
 a3b611e23c384ead201465de42c7f5544b072cfafa801d17d9c513a56bb19b0e 1742 
gtkwave_3.3.7-1.dsc
 a7ca187c9ae88b85475dcc3428a6d89123ddb2d3145b2c57eef0074ad8b9e86b 3120825 
gtkwave_3.3.7.orig.tar.gz
 a826188c6c7d8d4501c9341545922488a2c13887ecfcb7dde1e757f08f1c628a 5257 
gtkwave_3.3.7-1.debian.tar.gz
 f333d99d25c516ccb3095c55ad5319964bda371a496b458a369312e975a1089c 2055988 
gtkwave_3.3.7-1_i386.deb
Files: 
 71d9f69deaff153a86372a4a7a1d0ab1 1742 electronics optional gtkwave_3.3.7-1.dsc
 92285b975d83bc3f48d273c312ad8735 3120825 electronics optional 
gtkwave_3.3.7.orig.tar.gz
 6c988333b85b4abbdf66378ecc8a6aae 5257 electronics optional 
gtkwave_3.3.7-1.debian.tar.gz
 3ceb862153086939eeb9810d9f35a612 2055988 electronics optional 
gtkwave_3.3.7-1_i386.deb

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

iQEcBAEBCAAGBQJMDLpoAAoJELwZapTt3aG3sVkIAIjtVj16hBnsC04CYgRZ7ENW
MJP80dmcFdDxL2bGss7eTAuEAcviX283COpwxZJEYoD3EAx5r23nvLtR8uw9DNVH
SDXHUI1OkuHw4Wvb+IUdlz+lbWsn0uBzWNf1wrhGwFjVUAzEXs0aEQkPd59GCBx0
tBskdi3l4fctFNflEVgOnfwccZJf3G26D2rE6Nbym87kE5+mMf+7v3gwkHV0upQr
ubkAixA6NPYZ8QHpaIVnqI8BzE9utAfw7JkQysKp0VEUZQYgmV9FtCwqXN0cI+MB
3ogyY9K7tsWNeSAb/FSck6DJ4EBrvCpjIC8BSL9LRWB4vqOiylDxp8eHt5dwS/c=
=j/VJ
-END PGP SIGNATURE-


Accepted:
gtkwave_3.3.7-1.debian.tar.gz
  to main/g/gtkwave/gtkwave_3.3.7-1.debian.tar.gz
gtkwave_3.3.7-1.dsc
  to main/g/gtkwave/gtkwave_3.3.7-1.dsc
gtkwave_3.3.7-1_i386.deb
  to main/g/gtkwave/gtkwave_3.3.7-1_i386.deb
gtkwave_3.3.7.orig.tar.gz
  to main/g/gtkwave/gtkwave_3.3.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
Archive: http://lists.debian.org/e1olyvl-gy...@ries.debian.org



Accepted libframeworkd-glib 0.1+git20100512-1 (source amd64)

2010-06-07 Thread Sebastian Reichel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Jun 2010 14:54:50 +0200
Source: libframeworkd-glib
Binary: libframeworkd-glib-20100512 libframeworkd-glib-20100512-dbg 
libframeworkd-glib-dev
Architecture: source amd64
Version: 0.1+git20100512-1
Distribution: unstable
Urgency: low
Maintainer: Debian FreeSmartphone.Org Team 
pkg-fso-ma...@lists.alioth.debian.org
Changed-By: Sebastian Reichel elektra...@gmail.com
Description: 
 libframeworkd-glib-20100512 - glib bindings to frameworkd
 libframeworkd-glib-20100512-dbg - glib bindings to frameworkd (debug symbols)
 libframeworkd-glib-dev - glib bindings to frameworkd (development headers)
Changes: 
 libframeworkd-glib (0.1+git20100512-1) unstable; urgency=low
 .
   * New git checkout
   * API break
   * Switch to DebSrc 3.0
   * Update Debian Standards Version
Checksums-Sha1: 
 b5310d1e09cc6a2c363779753878bf843560d57c 1610 
libframeworkd-glib_0.1+git20100512-1.dsc
 0c5f441834eb148edf8798178ebe6f4aaf3ed6cc 64284 
libframeworkd-glib_0.1+git20100512.orig.tar.gz
 150cc2e49a289d34130fc8f4a389ffcdae0c9532 2771 
libframeworkd-glib_0.1+git20100512-1.debian.tar.gz
 f2089774cbb4917d6e901ffa6973834484850af0 48166 
libframeworkd-glib-20100512_0.1+git20100512-1_amd64.deb
 dbc89e3a06837da317ec01fe1a0ec8194975e0e0 143158 
libframeworkd-glib-20100512-dbg_0.1+git20100512-1_amd64.deb
 4d1a37459e2a8107f6d8231bb0ccf4d69b0a543d 84490 
libframeworkd-glib-dev_0.1+git20100512-1_amd64.deb
Checksums-Sha256: 
 3ba519a5343d581a02b34dc03951b885c2bcc7b433ede725f43d2579abc5a754 1610 
libframeworkd-glib_0.1+git20100512-1.dsc
 55edf5666fc2d31bcf8ab4509e167dde3d40f4346a8eee3352b034905fad2c55 64284 
libframeworkd-glib_0.1+git20100512.orig.tar.gz
 c77720ebb23032b5362d7e4cd0057ce36098f7835879f7da9c7aec8fd031c21c 2771 
libframeworkd-glib_0.1+git20100512-1.debian.tar.gz
 05080aa7c2b87d277d3fc4f7cfbd8f4dd464b6051b529d03e0c65921b028ecb3 48166 
libframeworkd-glib-20100512_0.1+git20100512-1_amd64.deb
 ec4d4d4055ae55e6a591be19bb8ab7ce182a35a3e2277442c5a57c92b8ab663e 143158 
libframeworkd-glib-20100512-dbg_0.1+git20100512-1_amd64.deb
 88b2dc7f1de8ae8071fa29350a3d9fefc848eb0aa29202da4b65a5b8d449ea92 84490 
libframeworkd-glib-dev_0.1+git20100512-1_amd64.deb
Files: 
 a4b6cb7c70dd33f8c359b331c52a48cf 1610 libs extra 
libframeworkd-glib_0.1+git20100512-1.dsc
 24c461a70a39c5f1b5b74a8d46c47af3 64284 libs extra 
libframeworkd-glib_0.1+git20100512.orig.tar.gz
 57af31a2169ab8c3750b82174b294e89 2771 libs extra 
libframeworkd-glib_0.1+git20100512-1.debian.tar.gz
 bdb65fb5ff6fb60359147587fae6902c 48166 libs extra 
libframeworkd-glib-20100512_0.1+git20100512-1_amd64.deb
 92fdfd9a909817ed87dc2e256535e57b 143158 debug extra 
libframeworkd-glib-20100512-dbg_0.1+git20100512-1_amd64.deb
 67a2de8bc2527bc47c303da9bc5dd440 84490 libdevel extra 
libframeworkd-glib-dev_0.1+git20100512-1_amd64.deb

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

iEYEARECAAYFAkwKI1sACgkQ1gXdnL6dUzlBzACgiXwhqGK/sX9LdwaKmUm2sbfG
FWoAoI++DPfgw6Z7x+rH3iDVSWflOjQu
=hhwx
-END PGP SIGNATURE-


Accepted:
libframeworkd-glib-20100512-dbg_0.1+git20100512-1_amd64.deb
  to 
main/libf/libframeworkd-glib/libframeworkd-glib-20100512-dbg_0.1+git20100512-1_amd64.deb
libframeworkd-glib-20100512_0.1+git20100512-1_amd64.deb
  to 
main/libf/libframeworkd-glib/libframeworkd-glib-20100512_0.1+git20100512-1_amd64.deb
libframeworkd-glib-dev_0.1+git20100512-1_amd64.deb
  to 
main/libf/libframeworkd-glib/libframeworkd-glib-dev_0.1+git20100512-1_amd64.deb
libframeworkd-glib_0.1+git20100512-1.debian.tar.gz
  to 
main/libf/libframeworkd-glib/libframeworkd-glib_0.1+git20100512-1.debian.tar.gz
libframeworkd-glib_0.1+git20100512-1.dsc
  to main/libf/libframeworkd-glib/libframeworkd-glib_0.1+git20100512-1.dsc
libframeworkd-glib_0.1+git20100512.orig.tar.gz
  to main/libf/libframeworkd-glib/libframeworkd-glib_0.1+git20100512.orig.tar.gz


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



Accepted boa-constructor 0.6.1-10 (source all)

2010-06-07 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 12:07:13 +0200
Source: boa-constructor
Binary: boa-constructor
Architecture: source all
Version: 0.6.1-10
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 boa-constructor - RAD tool for Python and wxWindows application
Changes: 
 boa-constructor (0.6.1-10) unstable; urgency=low
 .
   * debian/patches/string_exceptions.patch:
 - Do not use string exceptions, not supported by Python 2.6
   * debian/control:
 - Bump Standards-Version to 3.8.4, no changes required.
Checksums-Sha1: 
 be238db1e10fb0b47a4b88a37c5df0c3ea1f3639 1430 boa-constructor_0.6.1-10.dsc
 d336a7f6bf213ee160da931e1bf665bae0970e1f 12128 boa-constructor_0.6.1-10.diff.gz
 de5c849d2c29cf4c7de257dac529621e0b2c230c 13516246 
boa-constructor_0.6.1-10_all.deb
Checksums-Sha256: 
 873cfbe282f2087ed4a43887a78384bcab870ec9f840bdca586b7124cb017cf6 1430 
boa-constructor_0.6.1-10.dsc
 722b8149daf9e7fe6979578fd867d25c7a5d9e9a8caa8cf9eabc0bc03ea926c0 12128 
boa-constructor_0.6.1-10.diff.gz
 e9a4efacfdba5d5fac49fa8b81c8ed3758ba4054d00beaa18baa7daf5363baca 13516246 
boa-constructor_0.6.1-10_all.deb
Files: 
 5170ed10350900e42e02dc6c5bdd474c 1430 devel optional 
boa-constructor_0.6.1-10.dsc
 ba2b32a0c38b8752885bacdd8a79ae5d 12128 devel optional 
boa-constructor_0.6.1-10.diff.gz
 8d9c1c30f975627dc82aca1c1f0930aa 13516246 devel optional 
boa-constructor_0.6.1-10_all.deb

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

iEYEARECAAYFAkwMxQkACgkQnXjXEYa8KlDBfACgru0JW/zgV5ebdlsc3QA5aE15
l2oAn2AxT4xmN2S2iJwcqROqREFp+hCm
=PXro
-END PGP SIGNATURE-


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


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



Accepted upslug2 11-3 (source i386)

2010-06-07 Thread Gordon Farquharson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Jun 2010 22:32:10 -0700
Source: upslug2
Binary: upslug2
Architecture: source i386
Version: 11-3
Distribution: unstable
Urgency: low
Maintainer: Gordon Farquharson gordonfarquhar...@gmail.com
Changed-By: Gordon Farquharson gordonfarquhar...@gmail.com
Description: 
 upslug2- utility to upgrade the firmware of a Linksys NSLU2 via the networ
Changes: 
 upslug2 (11-3) unstable; urgency=low
 .
   * debian/control: Update Standards-Version to 3.8.4.
 Added Homepage and Debian repository fields.
Checksums-Sha1: 
 0138f0a4be1a8e7e7cfc78b8b408e7b4588c4e46 1166 upslug2_11-3.dsc
 4af834c4508494a9dac9f59b49aec7e854237e13 4753 upslug2_11-3.diff.gz
 e310d6aec5aa7210a07fa2fa585256ee962d7003 31030 upslug2_11-3_i386.deb
Checksums-Sha256: 
 518dcecdf3bf85d5a6884552e156c1d44b4e1f13f5e33a460b51909cba47e836 1166 
upslug2_11-3.dsc
 489d76161674d7a60a29e31ac872c958fae01da27be8bb4b6d56aa0a7889a8d9 4753 
upslug2_11-3.diff.gz
 fb80e4748f969d1bb3d0128b94065dfa47eb80f5af267c924ec9c0459013a2a3 31030 
upslug2_11-3_i386.deb
Files: 
 9746bfbdf05303848af16a1f10f4b566 1166 otherosfs optional upslug2_11-3.dsc
 7909a607b7f91a6bda31053b0b8e796d 4753 otherosfs optional upslug2_11-3.diff.gz
 ae3a729ee07b3dbc8cf4d1a2b50664e9 31030 otherosfs optional upslug2_11-3_i386.deb

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

iEYEARECAAYFAkwMzKUACgkQKb5dImj9VJ/UUQCgoXAt9nha24kCD+2KQP77M+n2
iIkAniS+mGxEcuai1DmD+mCZpJ4d5JNq
=GCpK
-END PGP SIGNATURE-


Accepted:
upslug2_11-3.diff.gz
  to main/u/upslug2/upslug2_11-3.diff.gz
upslug2_11-3.dsc
  to main/u/upslug2/upslug2_11-3.dsc
upslug2_11-3_i386.deb
  to main/u/upslug2/upslug2_11-3_i386.deb


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



Accepted garmindev 0.3.4-2 (source i386)

2010-06-07 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 07:14:58 -0400
Source: garmindev
Binary: qlandkartegt-garmin
Architecture: source i386
Version: 0.3.4-2
Distribution: unstable
Urgency: low
Maintainer: Michael Hanke michael.ha...@gmail.com
Changed-By: Michael Hanke michael.ha...@gmail.com
Description: 
 qlandkartegt-garmin - QLandkarteGT plugins to access Garmin devices
Closes: 577644
Changes: 
 garmindev (0.3.4-2) unstable; urgency=low
 .
   * Fix mis-oriented device screenshots of GPSMAP76CSx devices
(Closes: #577644). Thanks to Jonas Stein for reporting.
Checksums-Sha1: 
 2acd403f42c24390f2b42b35b6f582c1518c4dba 1263 garmindev_0.3.4-2.dsc
 07079affe85eaa487e8cc1187822edaea4b2138b 2545 garmindev_0.3.4-2.debian.tar.gz
 66316862f6befaa80d43f425ed9ff4634cae9f36 222544 
qlandkartegt-garmin_0.3.4-2_i386.deb
Checksums-Sha256: 
 72af0014ed8a3230f77be552c0ff26b8c7a3b41fd6c42c3d591ccf846d49d0b3 1263 
garmindev_0.3.4-2.dsc
 2d060240a50e75eb4a0a57323bd45ea0c8304c93bd062d8b35e2775944c3b532 2545 
garmindev_0.3.4-2.debian.tar.gz
 f9bc7542f5b85dc38def05bef3a0d01a946d1079624d3452b015d644b0abe6c8 222544 
qlandkartegt-garmin_0.3.4-2_i386.deb
Files: 
 cdd08c8319087a11c74257a26051a598 1263 utils optional garmindev_0.3.4-2.dsc
 f98a43c4243dd6e460c2ad4c3503f427 2545 utils optional 
garmindev_0.3.4-2.debian.tar.gz
 ba520a621f9e3404aabe672eb4bf173d 222544 utils optional 
qlandkartegt-garmin_0.3.4-2_i386.deb

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

iEYEARECAAYFAkwM1yMACgkQ93+NsjFEvg+GXQCfYV9AY3lpKhni+R1pk5QjZCHz
/rUAoLvRp0y+g8wVv3s/mWdvcJhEH5dt
=h7ug
-END PGP SIGNATURE-


Accepted:
garmindev_0.3.4-2.debian.tar.gz
  to main/g/garmindev/garmindev_0.3.4-2.debian.tar.gz
garmindev_0.3.4-2.dsc
  to main/g/garmindev/garmindev_0.3.4-2.dsc
qlandkartegt-garmin_0.3.4-2_i386.deb
  to main/g/garmindev/qlandkartegt-garmin_0.3.4-2_i386.deb


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



Accepted gwibber 1.2.0+bzr358-3 (source all)

2010-06-07 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 17:37:12 +0530
Source: gwibber
Binary: gwibber
Architecture: source all
Version: 1.2.0+bzr358-3
Distribution: unstable
Urgency: low
Maintainer: Filip Chabik had...@gmail.com
Changed-By: Kartik Mistry kar...@debian.org
Description: 
 gwibber- microblogging client for GNOME
Closes: 573633
Changes: 
 gwibber (1.2.0+bzr358-3) unstable; urgency=low
 .
   [Kartik Mistry]
   * debian/menu:
 + Added menu for Debian (Closes: #573633)
 + Added gwibber.xpm icon from gwibber.png
   * debian/copyright:
 + Updated as per DEP-5 specification
   * debian/source/format:
 + Added to use source format 3.0 (quilt)
   * debian/control:
 + Updated Standards-Version to 3.8.4 (no changes needed)
Checksums-Sha1: 
 3cd19a8da8023b3850aff8d526d76d45931bd6d1 1214 gwibber_1.2.0+bzr358-3.dsc
 217895508a4effcb330b08181b1a4805eb186f56 10264 
gwibber_1.2.0+bzr358-3.debian.tar.gz
 4d0bef0b981d7db4b9ce7e6115514e504becfedc 208420 gwibber_1.2.0+bzr358-3_all.deb
Checksums-Sha256: 
 744932a496eb358dc342a8e0b6f0d68e668228096c24908a2713c78b53cfa51a 1214 
gwibber_1.2.0+bzr358-3.dsc
 d5d570ac0f13671ff062baca2b2babe174dd13ba3b474eebeecee36f0e8bd570 10264 
gwibber_1.2.0+bzr358-3.debian.tar.gz
 40e21b053c013e9780e3f8cc2c9777a3da7d74da8c8fa5a7183a8dc468bacf79 208420 
gwibber_1.2.0+bzr358-3_all.deb
Files: 
 ae978b2e0fca29bc0df685129d6762d6 1214 gnome optional gwibber_1.2.0+bzr358-3.dsc
 9e6ecdbf0c22b53e0ace81ce178aaa6e 10264 gnome optional 
gwibber_1.2.0+bzr358-3.debian.tar.gz
 84e7d2574728ad706f3caddd3f4ccd42 208420 gnome optional 
gwibber_1.2.0+bzr358-3_all.deb

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

iEYEARECAAYFAkwM6QMACgkQoRg/jtECjI26PwCcCdCZD3FWuET6ZYjpKCFuFsb4
llcAnAzbHol3fA7zGdNqerj4uw+C/3k/
=BMAx
-END PGP SIGNATURE-


Accepted:
gwibber_1.2.0+bzr358-3.debian.tar.gz
  to main/g/gwibber/gwibber_1.2.0+bzr358-3.debian.tar.gz
gwibber_1.2.0+bzr358-3.dsc
  to main/g/gwibber/gwibber_1.2.0+bzr358-3.dsc
gwibber_1.2.0+bzr358-3_all.deb
  to main/g/gwibber/gwibber_1.2.0+bzr358-3_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olblx-00055r...@ries.debian.org



Accepted pythoncad 0.1.37.0-2 (source all)

2010-06-07 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 14:36:10 +0200
Source: pythoncad
Binary: pythoncad
Architecture: source all
Version: 0.1.37.0-2
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 pythoncad  - Computer Aided Drafting (CAD) program
Changes: 
 pythoncad (0.1.37.0-2) unstable; urgency=low
 .
   * Switch to format 3.0 (quilt).
   * debian/patches/string_exceptions.patch:
 - Do not use string exceptions, not supported by Python 2.6.
   * debian/control:
 - Bump Standards-Version to 3.8.4, no changes required.
Checksums-Sha1: 
 96f0a276f0bacab5207e01ba9efd5422708d590f 1353 pythoncad_0.1.37.0-2.dsc
 cc73bd0eab4627c789f21c0ac505485371c2fcf8 13617 
pythoncad_0.1.37.0-2.debian.tar.gz
 b26a5c1d3ea75895a17b424921afbef610c525bc 473594 pythoncad_0.1.37.0-2_all.deb
Checksums-Sha256: 
 5fdb69c977df97f6971154d295a7a8988df893992176b6abe94002e6b1157116 1353 
pythoncad_0.1.37.0-2.dsc
 27b614e65da03ec9ffbbacfd7cff97a1505cdbbf4460e4be17ea3952c4859061 13617 
pythoncad_0.1.37.0-2.debian.tar.gz
 957ae3c52fb620e56c1464787bd236a39b404df857cbfb413f0a23fd93e7e89c 473594 
pythoncad_0.1.37.0-2_all.deb
Files: 
 09344576c5929ff1101d44af88c2be45 1353 graphics optional 
pythoncad_0.1.37.0-2.dsc
 872bae4394cc4a28b32d6afda88a735e 13617 graphics optional 
pythoncad_0.1.37.0-2.debian.tar.gz
 313e799e3a384f5e579f10bab0c6c568 473594 graphics optional 
pythoncad_0.1.37.0-2_all.deb

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

iEYEARECAAYFAkwM6JQACgkQnXjXEYa8KlD24QCgmXGTl7YgM9sx06AvbC0P8Cdp
o+0AmgJzXPFuD6F4O7k164utbSuEMBlb
=gX+c
-END PGP SIGNATURE-


Accepted:
pythoncad_0.1.37.0-2.debian.tar.gz
  to main/p/pythoncad/pythoncad_0.1.37.0-2.debian.tar.gz
pythoncad_0.1.37.0-2.dsc
  to main/p/pythoncad/pythoncad_0.1.37.0-2.dsc
pythoncad_0.1.37.0-2_all.deb
  to main/p/pythoncad/pythoncad_0.1.37.0-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olboz-0005mz...@ries.debian.org



Accepted gmic 1.3.5.4+dfsg-1 (source amd64)

2010-06-07 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 13:53:22 +0200
Source: gmic
Binary: gmic gimp-gmic
Architecture: source amd64
Version: 1.3.5.4+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gimp-gmic  - GIMP plugin for GREYC's Magic Image Converter
 gmic   - GREYC's Magic Image Converter
Closes: 584304
Changes: 
 gmic (1.3.5.4+dfsg-1) unstable; urgency=low
 .
   * [821186d5] Fix dversionmangle in watch file.
   * [8fab3d8a] Merge commit 'upstream/1.3.5.4+dfsg'
 - This icludes a fix for the FTBFS on various archicetures.
   (Closes: #584304)
   * [7550bc35] Refresh patches.
   * [d682b862] Don't gunzip manpages and create directories before make
 install.
   * [6dccd71b] Tidy debian/rules' clean target.
   * [dba56977] Install bash completion
Checksums-Sha1: 
 8bb62ed0e180b3e5605d77000a386a8e4f5a6384 1374 gmic_1.3.5.4+dfsg-1.dsc
 55d3431e653082be163acc6265f8f46b101bbefa 1021756 gmic_1.3.5.4+dfsg.orig.tar.gz
 fe822b27f300b037ff7e2ed67940d876d0baac02 12442 
gmic_1.3.5.4+dfsg-1.debian.tar.gz
 d4bfda26229f4765603ad5881a19a50760c0f916 4209492 gmic_1.3.5.4+dfsg-1_amd64.deb
 b1aaa475e0a23669addd88f6f5eda6350e79d82d 897118 
gimp-gmic_1.3.5.4+dfsg-1_amd64.deb
Checksums-Sha256: 
 5102d91661acc1d76d349a937e2848e99a4afe18f497d97315d56a0a17332b34 1374 
gmic_1.3.5.4+dfsg-1.dsc
 a4fec28d9d359ca5b15229e62264c68a5d6fb3f56ef9d3e039a1d7b919892741 1021756 
gmic_1.3.5.4+dfsg.orig.tar.gz
 aab1085108637cfb0648773d4a1931cfdcb11aa81dfa79d50d3350a1c3fdf1a2 12442 
gmic_1.3.5.4+dfsg-1.debian.tar.gz
 74621976ce75512f9f6ddb3a7cef99d37ba2fe4585ac34e380df859ac1967b2d 4209492 
gmic_1.3.5.4+dfsg-1_amd64.deb
 59039e28594d7e474fd246d3296f44373a087e62749d298363132a4fdf6aebb0 897118 
gimp-gmic_1.3.5.4+dfsg-1_amd64.deb
Files: 
 a975198cf2625141744c55a65a162cbd 1374 graphics optional gmic_1.3.5.4+dfsg-1.dsc
 6ce6ccab066aa37aa1ed7a736ee8755c 1021756 graphics optional 
gmic_1.3.5.4+dfsg.orig.tar.gz
 2fa6d4fc09d84b3bc03e88f50ca5cf20 12442 graphics optional 
gmic_1.3.5.4+dfsg-1.debian.tar.gz
 d6654e6f0ce0e3320720be2b473f1ea7 4209492 graphics optional 
gmic_1.3.5.4+dfsg-1_amd64.deb
 14fc7dd9ea930399b9a5c98c027264a0 897118 graphics optional 
gimp-gmic_1.3.5.4+dfsg-1_amd64.deb

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

iEYEARECAAYFAkwM59QACgkQBnqtBMk7/3meBgCgvmX1RIzFMVRt+koNAY6yG0aC
Gt8An19Al57mSfbKHSwqe6EDXZn80HCe
=cTuN
-END PGP SIGNATURE-


Accepted:
gimp-gmic_1.3.5.4+dfsg-1_amd64.deb
  to main/g/gmic/gimp-gmic_1.3.5.4+dfsg-1_amd64.deb
gmic_1.3.5.4+dfsg-1.debian.tar.gz
  to main/g/gmic/gmic_1.3.5.4+dfsg-1.debian.tar.gz
gmic_1.3.5.4+dfsg-1.dsc
  to main/g/gmic/gmic_1.3.5.4+dfsg-1.dsc
gmic_1.3.5.4+dfsg-1_amd64.deb
  to main/g/gmic/gmic_1.3.5.4+dfsg-1_amd64.deb
gmic_1.3.5.4+dfsg.orig.tar.gz
  to main/g/gmic/gmic_1.3.5.4+dfsg.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olccd-00075u...@ries.debian.org



Accepted nvidia-cg-toolkit 2.1.0017.deb1+nmu2 (source i386)

2010-06-07 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 31 May 2010 07:18:27 +0200
Source: nvidia-cg-toolkit
Binary: nvidia-cg-toolkit
Architecture: source i386
Version: 2.1.0017.deb1+nmu2
Distribution: unstable
Urgency: low
Maintainer: Federico Di Gregorio f...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 nvidia-cg-toolkit - NVIDIA Cg Toolkit Installer
Closes: 560361 569653 582866
Changes: 
 nvidia-cg-toolkit (2.1.0017.deb1+nmu2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix pending l10n issues. Debconf translations:
 - Italian (Vincenzo Campanella).  Closes: #560361
 - Vietnamese (Clytie Siddall).  Closes: #569653
 - Danish (Joe Hansen).  Closes: #582866
Checksums-Sha1: 
 2d37fa001ba4e0268fd9110b53b904f07966bba0 1081 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.dsc
 9922fb7559e7cac9c6c8105dec562b3fdf4afdea 50974 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.tar.gz
 416a2ad14dd034c896f1ca41fa36aa6130556a6a 39436 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2_i386.deb
Checksums-Sha256: 
 f7d1b9dadcaa184aad96b934eb4cb65635d6e0876394d8b4d52c1b123f75f3ab 1081 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.dsc
 67c2ed7f83808babb00bf7ea82dafbf0508c6ff30e163830e8a09133efb73d4d 50974 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.tar.gz
 c185c4dcf757677b4827f3dbaad5c723d11fcb9db2aa96f18bdfefb39b42807d 39436 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2_i386.deb
Files: 
 2b067652a04d46ffc6092c9bf3eba795 1081 contrib/libs extra 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.dsc
 920622d54813669b230b4289e329fa66 50974 contrib/libs extra 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.tar.gz
 01c8426204667e87e5ab68cf11a7b8e7 39436 contrib/libs extra 
nvidia-cg-toolkit_2.1.0017.deb1+nmu2_i386.deb

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

iD8DBQFMA7Py1OXtrMAUPS0RAqd4AKCGX96Uz8xCZHdcaM6JXicm4Iw44ACfXkCX
ydLJ3ogKXdOAGD8DWXwjZ5U=
=6MrQ
-END PGP SIGNATURE-


Accepted:
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.dsc
  to contrib/n/nvidia-cg-toolkit/nvidia-cg-toolkit_2.1.0017.deb1+nmu2.dsc
nvidia-cg-toolkit_2.1.0017.deb1+nmu2.tar.gz
  to contrib/n/nvidia-cg-toolkit/nvidia-cg-toolkit_2.1.0017.deb1+nmu2.tar.gz
nvidia-cg-toolkit_2.1.0017.deb1+nmu2_i386.deb
  to contrib/n/nvidia-cg-toolkit/nvidia-cg-toolkit_2.1.0017.deb1+nmu2_i386.deb


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



Accepted python-scipy 0.7.2-2 (source i386)

2010-06-07 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 14:52:40 +0200
Source: python-scipy
Binary: python-scipy python-scipy-dbg
Architecture: source i386
Version: 0.7.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 python-scipy - scientific tools for Python
 python-scipy-dbg - scientific tools for Python - debugging symbols
Changes: 
 python-scipy (0.7.2-2) unstable; urgency=low
 .
   * debian/patches/string_exceptions.patch:
 - Do not use string exceptions, not supported by Python 2.6.
Checksums-Sha1: 
 a237efa57959c145beddcd4a453a9668cff6885e 1731 python-scipy_0.7.2-2.dsc
 5a0a345d225ff8418a063c17a18c9d2c2a4233d1 8989 
python-scipy_0.7.2-2.debian.tar.gz
 e3606ab208df40def23345407f7c18b44fc4714b 8346640 python-scipy_0.7.2-2_i386.deb
 0d2784667b2ff3b482f979b47f3875b8fcf1c595 20275688 
python-scipy-dbg_0.7.2-2_i386.deb
Checksums-Sha256: 
 21c82e8ec2a1a715a0e0477256f3175fea5db8d74a29b80352b5ef7617448d49 1731 
python-scipy_0.7.2-2.dsc
 f36a4773b99f1d9e67032362f10e102343aad18baa946e9cc1dcd1ff016432d8 8989 
python-scipy_0.7.2-2.debian.tar.gz
 e500a09b69aa02a25db9c788ff7506b65e68844a7c31f4d3603ba2adc5570a01 8346640 
python-scipy_0.7.2-2_i386.deb
 702e43929f8315695858e1842832b06ca535c85466011759f9dd0daa4ae83261 20275688 
python-scipy-dbg_0.7.2-2_i386.deb
Files: 
 e46ca9e5ab0dadb78d2afec3fc6d7c8f 1731 python extra python-scipy_0.7.2-2.dsc
 1a14b0443209b9304516bb8d0df759bc 8989 python extra 
python-scipy_0.7.2-2.debian.tar.gz
 3c7a324d56ce66f777acf9415a832a8b 8346640 python extra 
python-scipy_0.7.2-2_i386.deb
 b32833647dacac2e084ce4656353603f 20275688 debug extra 
python-scipy-dbg_0.7.2-2_i386.deb

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

iEYEARECAAYFAkwM87MACgkQnXjXEYa8KlCfLACgjNFjPLXWcxCCWEL/tqP3psgv
KpEAn2K3Rwuq5hJiMfFA3hYGbzPBd261
=C2SQ
-END PGP SIGNATURE-


Accepted:
python-scipy-dbg_0.7.2-2_i386.deb
  to main/p/python-scipy/python-scipy-dbg_0.7.2-2_i386.deb
python-scipy_0.7.2-2.debian.tar.gz
  to main/p/python-scipy/python-scipy_0.7.2-2.debian.tar.gz
python-scipy_0.7.2-2.dsc
  to main/p/python-scipy/python-scipy_0.7.2-2.dsc
python-scipy_0.7.2-2_i386.deb
  to main/p/python-scipy/python-scipy_0.7.2-2_i386.deb


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



Accepted ethtool 1:2.6.34-2 (source amd64)

2010-06-07 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 23:28:08 +1000
Source: ethtool
Binary: ethtool
Architecture: source amd64
Version: 1:2.6.34-2
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar ani...@debian.org
Changed-By: Anibal Monsalve Salazar ani...@debian.org
Description: 
 ethtool- display or change Ethernet device settings
Changes: 
 ethtool (1:2.6.34-2) unstable; urgency=low
 .
   * Merge 1:2.6.34-1ubuntu1
 Move ethtool to /sbin from /usr/sbin
Checksums-Sha1: 
 8356051e7cefa3f70a4caa2ba83962b09e0ad038 1750 ethtool_2.6.34-2.dsc
 bd336e46b95c4a3cac34cc57629513f9b6b180f6 5825 ethtool_2.6.34-2.debian.tar.bz2
 62738f8ac0d008b5db3ad04a99850edc58692d82 75954 ethtool_2.6.34-2_amd64.deb
Checksums-Sha256: 
 4fa5b01c4208c3458643ce418c6b103102ccde6cb02518cfc7c519931f31dbb2 1750 
ethtool_2.6.34-2.dsc
 36c00da5929bafa76fe49c6e5ace5da07befdc7e807db1272a1b8d6df208ed51 5825 
ethtool_2.6.34-2.debian.tar.bz2
 94b0d3f18a54edc800f31d90c369d83ff3c10f875e5c7e03abba8c0dbc808865 75954 
ethtool_2.6.34-2_amd64.deb
Files: 
 d2e0512b91150f3ed216e3edefeb3c2c 1750 net optional ethtool_2.6.34-2.dsc
 d5bf7686bd3e9a31f85fde8d8a231196 5825 net optional 
ethtool_2.6.34-2.debian.tar.bz2
 9ac88c8fb163ee8124bfce41b298de87 75954 net optional ethtool_2.6.34-2_amd64.deb

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

iQIcBAEBCAAGBQJMDPeGAAoJEHxWrP6UeJfYsuYQAImJIoXnqgnfeuADNxUCWiH1
xQrCKGnkzLqHVIe0MRiJRRiem3SzmjLDptbe71VQ8D49GiuTgQukm28vE7lw8VOY
rEBLdUP0On61qW1qIdwcqbe5efGx836rCv98kiZDahfBEnxJU81Q3GornbyTsUQQ
sU++uNlmTziZXQbbNFcVVI5N4iFiuY9Z2S+slJacGXfbuMEJKVLPpqW1o3Bf3Jp2
ljNYYfJcRj43TYi6OS4EVuxpRTDmlK7g5bOtIxQFYNH8RMQDOxxTLthKDg/J77Aw
MEwbvu5CXAAyTGCqTK7wu3X1tPouIgEXqiRR9PumJD3Kn1uUUS8DwaEh63LAAuqk
NqJXal1dn1eOCNYdxvfCDTdkWWEPRf4MYuZwWgabUmdXwAihVf8DUbDXdFZsWr4a
H+79caXawyCtACup/h8ahA+gQfjLUHolIz1XE/yAxrItggDSJ3fECVRXkusaXdIG
bjGUbgdxPUSTai6OQFQp3h2TS+cCZwmsxiwAUxpL7WAGdDdK0Cxih4b74ZHlemHd
lFcWOhjOOBFUDLr6cZ7ODvI6MDTW4XaohVodZzRkAgQSquF3dh9Pjc/bhk38YJOX
dgpX5qEz6Kexq0lJFkkEjLxL/VLuAeNv+H6X/jJ/zoWiN81sU00Bd8sfLV+qkiVr
Sby7g6TvXlhbGb8eUlRk
=0qu3
-END PGP SIGNATURE-


Accepted:
ethtool_2.6.34-2.debian.tar.bz2
  to main/e/ethtool/ethtool_2.6.34-2.debian.tar.bz2
ethtool_2.6.34-2.dsc
  to main/e/ethtool/ethtool_2.6.34-2.dsc
ethtool_2.6.34-2_amd64.deb
  to main/e/ethtool/ethtool_2.6.34-2_amd64.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olcft-00023l...@ries.debian.org



Accepted libhash-merge-perl 0.12-1 (source all)

2010-06-07 Thread Martin Zobel-Helas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 16:19:23 +0200
Source: libhash-merge-perl
Binary: libhash-merge-perl
Architecture: source all
Version: 0.12-1
Distribution: unstable
Urgency: low
Maintainer: Martin Zobel-Helas zo...@debian.org
Changed-By: Martin Zobel-Helas zo...@debian.org
Description: 
 libhash-merge-perl - Merges arbitrarily deep hashes into a single hash
Closes: 584561
Changes: 
 libhash-merge-perl (0.12-1) unstable; urgency=low
 .
   * Imported Upstream version 0.12. (Closes: #584561)
   * Make package lintian clean.
 + Stick to source format 1.0.
 + Add debian/watch file.
   * Bump Standards-Version. No changes needed.
Checksums-Sha1: 
 934768d3caa6de1ae878dc4c0c9241483501d955 1081 libhash-merge-perl_0.12-1.dsc
 3081682afe99fb80f9c0eabdc0c6e34c486e3db4 8607 
libhash-merge-perl_0.12.orig.tar.gz
 47b467203cc97f1f3f0215e924f95571a3a5dbc6 2655 libhash-merge-perl_0.12-1.diff.gz
 b23c869074950eb30601d7125d1260196cfe07ec 15440 
libhash-merge-perl_0.12-1_all.deb
Checksums-Sha256: 
 de3082cf554918d7bf102ca0e1d4693c954fcd91b2e8b3ff2c7680414774ac1a 1081 
libhash-merge-perl_0.12-1.dsc
 1fa5de9d2d27adb8172b0b9429c1bdf16dc22c53305d47fac010f3dea86f071e 8607 
libhash-merge-perl_0.12.orig.tar.gz
 7befbca9a95f8a74f24c86a8d03b2ff898c83c03e8de456e6660fc1c1d4f10f5 2655 
libhash-merge-perl_0.12-1.diff.gz
 1d1cfe932b8ca37d907fb175d77685db406107afb1cfa7a9612d26ee2a0b8876 15440 
libhash-merge-perl_0.12-1_all.deb
Files: 
 93887cd7a757d9bae7e5eb8184775e8d 1081 perl optional 
libhash-merge-perl_0.12-1.dsc
 875e2d9101bde2f6b410dd12f7e10964 8607 perl optional 
libhash-merge-perl_0.12.orig.tar.gz
 b37b3f5bca4262e052460e7b3506a859 2655 perl optional 
libhash-merge-perl_0.12-1.diff.gz
 037ea6b1da304356357d0e717aeb3172 15440 perl optional 
libhash-merge-perl_0.12-1_all.deb

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

iEYEARECAAYFAkwNAIsACgkQST77jl1k+HBJDgCeOdhhHoYMw9Is5OB1QFqchr7L
bWgAn20B47KmRB9PtP54q89Bdhgvldac
=C2TY
-END PGP SIGNATURE-


Accepted:
libhash-merge-perl_0.12-1.diff.gz
  to main/libh/libhash-merge-perl/libhash-merge-perl_0.12-1.diff.gz
libhash-merge-perl_0.12-1.dsc
  to main/libh/libhash-merge-perl/libhash-merge-perl_0.12-1.dsc
libhash-merge-perl_0.12-1_all.deb
  to main/libh/libhash-merge-perl/libhash-merge-perl_0.12-1_all.deb
libhash-merge-perl_0.12.orig.tar.gz
  to main/libh/libhash-merge-perl/libhash-merge-perl_0.12.orig.tar.gz


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



Accepted rtpg 0.2.4-1 (source all)

2010-06-07 Thread Dmitry E. Oboukhov
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 07 Jun 2010 12:33:22 +0400
Source: rtpg
Binary: rtpg-www
Architecture: source all
Version: 0.2.4-1
Distribution: experimental
Urgency: low
Maintainer: Dmitry E. Oboukhov un...@debian.org
Changed-By: Dmitry E. Oboukhov un...@debian.org
Description: 
 rtpg-www   - web based front end for rTorrent
Changes: 
 rtpg (0.2.4-1) experimental; urgency=low
 .
   * detecting if upload file is torrent processes more properly.
   * min jquery version is 1.4.2.
Checksums-Sha1: 
 0b982a3fe49fb8184d43ad6b104f7679eebef857 1043 rtpg_0.2.4-1.dsc
 34320cedb8fb74f043b95aadb00750f05c1dd2cb 114150 rtpg_0.2.4.orig.tar.gz
 dc0f88ddd08012a9708dee49b1a180a54291cd40 10231 rtpg_0.2.4-1.debian.tar.gz
 e819cca5beccd290d4bb3fedd2cc8bad95acaf41 106132 rtpg-www_0.2.4-1_all.deb
Checksums-Sha256: 
 b8993fd09b541e2608ac43c07e4e83f2eacb4593854d5d5c73077976c9a8c5ac 1043 
rtpg_0.2.4-1.dsc
 527499b4843702f28fc7b9ddf55a33aa16466465324ba23072c3c0d4a47980c5 114150 
rtpg_0.2.4.orig.tar.gz
 dceb78605bcb71dee23993b86ff9ed68aba5db38b75689188bd3810c98999ef5 10231 
rtpg_0.2.4-1.debian.tar.gz
 14eda246667701b548a06e1d6c19b1ae160e102c10de35c06f844d2155b9e421 106132 
rtpg-www_0.2.4-1_all.deb
Files: 
 58499c06369029b86e4876199a73d850 1043 web optional rtpg_0.2.4-1.dsc
 3b33ff6b6a58e9bd871e2f7a9b03d29f 114150 web optional rtpg_0.2.4.orig.tar.gz
 28f8c7b43d1ab942851548f8b3c94cd4 10231 web optional rtpg_0.2.4-1.debian.tar.gz
 da5feb0bb32ed455e508ddfdf9bcd670 106132 web optional rtpg-www_0.2.4-1_all.deb

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

iEYEAREDAAYFAkwMtcoACgkQq4wAz/jiZTcPQwCeJaOPAim7J7I314sF1kjFx5gk
HvIAoOq+sO1aDiPpFMf2LR/b5ASDPvSX
=V+4V
-END PGP SIGNATURE-


Accepted:
rtpg-www_0.2.4-1_all.deb
  to main/r/rtpg/rtpg-www_0.2.4-1_all.deb
rtpg_0.2.4-1.debian.tar.gz
  to main/r/rtpg/rtpg_0.2.4-1.debian.tar.gz
rtpg_0.2.4-1.dsc
  to main/r/rtpg/rtpg_0.2.4-1.dsc
rtpg_0.2.4.orig.tar.gz
  to main/r/rtpg/rtpg_0.2.4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1oleqi-00028f...@ries.debian.org



Accepted gourmet 0.15.4-3 (source all)

2010-06-07 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 17:31:01 +0200
Source: gourmet
Binary: gourmet
Architecture: source all
Version: 0.15.4-3
Distribution: unstable
Urgency: low
Maintainer: Christian Marillat maril...@debian.org
Changed-By: Christian Marillat maril...@debian.org
Description: 
 gourmet- A gtk-based recipe organizer and shopping list generator
Closes: 584833 584834
Changes: 
 gourmet (0.15.4-3) unstable; urgency=low
 .
   * Don't set a python version in debian/pyversions (Closes: 584834).
   * Don't raise str exception in src/lib/plugin_gui.py (Closes: 584833)
 thanks to Steve Langasek for the patch.
Checksums-Sha1: 
 464b8109953394277a9f6a1c608f4d7b34668f55 1119 gourmet_0.15.4-3.dsc
 9c30405598da39a7d64362cc236faa6c2914afe7 3873 gourmet_0.15.4-3.debian.tar.gz
 698c46e4882fe0d0814298b8f4740772c903c709 2267878 gourmet_0.15.4-3_all.deb
Checksums-Sha256: 
 57e719857bae6c6f3605db5164a4c0e629a57ff1872d7cbb3d8a7fb3984a02ea 1119 
gourmet_0.15.4-3.dsc
 be2d9d2cf84675533e62f48ccc3b254ebbee9d66c4fa0c9085bcd882d31bc9ff 3873 
gourmet_0.15.4-3.debian.tar.gz
 4ab6a0a3c5020cfa43146bbe52dc87357f98f2f8ce7cf2f7f774a706b55aaa92 2267878 
gourmet_0.15.4-3_all.deb
Files: 
 216ab13aa36d48818581dbecf0d854ab 1119 gnome optional gourmet_0.15.4-3.dsc
 c796f9c32aa2376611d450019499d9b9 3873 gnome optional 
gourmet_0.15.4-3.debian.tar.gz
 c556f1daef4f066b9114cdf74d8824f3 2267878 gnome optional 
gourmet_0.15.4-3_all.deb

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

iD8DBQFMDRHgB9xWPR9BuQcRAjeaAJsHFpNJAHilyJ6mGKbBtCfVNCceZwCfenp4
dl3auCKsbk9Wzj9+Oca2Lq4=
=/8n/
-END PGP SIGNATURE-


Accepted:
gourmet_0.15.4-3.debian.tar.gz
  to main/g/gourmet/gourmet_0.15.4-3.debian.tar.gz
gourmet_0.15.4-3.dsc
  to main/g/gourmet/gourmet_0.15.4-3.dsc
gourmet_0.15.4-3_all.deb
  to main/g/gourmet/gourmet_0.15.4-3_all.deb


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



Accepted ibus-chewing 1.3.4.20100605-1 (source amd64)

2010-06-07 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 21:25:30 +0800
Source: ibus-chewing
Binary: ibus-chewing
Architecture: source amd64
Version: 1.3.4.20100605-1
Distribution: unstable
Urgency: low
Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-chewing - chewing input engine for IBus
Changes: 
 ibus-chewing (1.3.4.20100605-1) unstable; urgency=low
 .
   [ Asias He ]
   * debian/control:
 - set maintainer to pkg-ime, add LI Daobing lidaob...@debian.org
Asias He asias.he...@gmail.com to uploaders.
 - update Vcs-* fields.
   * New upstream release.
 .
   [ LI Daobing ]
   * debian/control: build depends on gob2 (= 2.0.17)
Checksums-Sha1: 
 ea9f217b4f135602b981d8a499db2ec6e5d52ff8 1480 ibus-chewing_1.3.4.20100605-1.dsc
 55a805c5c89d13716c396f6f7ce8dde95f91282b 75977 
ibus-chewing_1.3.4.20100605.orig.tar.gz
 0911a6e769ea83e1a9eee2475c2ba341affdc625 4191 
ibus-chewing_1.3.4.20100605-1.debian.tar.gz
 26669de9461a7510eaa2744f91077e9d8163e4a2 51084 
ibus-chewing_1.3.4.20100605-1_amd64.deb
Checksums-Sha256: 
 2ccf7ab386c762d137c67d8fedd337d22f1ab0370653c3a2994a9a2ad43b8594 1480 
ibus-chewing_1.3.4.20100605-1.dsc
 287eb031e315e36dcac318ec0a7a86b5bff17a0b3fea8131ae71d5feba45634c 75977 
ibus-chewing_1.3.4.20100605.orig.tar.gz
 703351a162af9e54b29a1bbdb17393b48294a2dd0dced62fd0f563fe63d3c925 4191 
ibus-chewing_1.3.4.20100605-1.debian.tar.gz
 d41f4d867bd51ec5adc118dd249fbc1bc177dc757a7da27c2b819088cfa0762a 51084 
ibus-chewing_1.3.4.20100605-1_amd64.deb
Files: 
 e8f0627eff3d0f58d795fcb4c9c0479d 1480 utils optional 
ibus-chewing_1.3.4.20100605-1.dsc
 9af9c2bba653c1eb819f7d242205e1a8 75977 utils optional 
ibus-chewing_1.3.4.20100605.orig.tar.gz
 dcccb2b352251cbd7c3bfabe70b23cda 4191 utils optional 
ibus-chewing_1.3.4.20100605-1.debian.tar.gz
 bc2f409a847af0b42358e794074a8c23 51084 utils optional 
ibus-chewing_1.3.4.20100605-1_amd64.deb

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

iEYEARECAAYFAkwNALIACgkQ5TUK4GCH0vha4wCfc/PHL9XoGB4P5K9xa9XTJKMs
VdsAnAkzmpsd3ciDdiFZUOin+HqSxKO1
=4m8z
-END PGP SIGNATURE-


Accepted:
ibus-chewing_1.3.4.20100605-1.debian.tar.gz
  to main/i/ibus-chewing/ibus-chewing_1.3.4.20100605-1.debian.tar.gz
ibus-chewing_1.3.4.20100605-1.dsc
  to main/i/ibus-chewing/ibus-chewing_1.3.4.20100605-1.dsc
ibus-chewing_1.3.4.20100605-1_amd64.deb
  to main/i/ibus-chewing/ibus-chewing_1.3.4.20100605-1_amd64.deb
ibus-chewing_1.3.4.20100605.orig.tar.gz
  to main/i/ibus-chewing/ibus-chewing_1.3.4.20100605.orig.tar.gz


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



Accepted libgnupg-interface-perl 0.42.002-1 (source all)

2010-06-07 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 12:33:26 +0200
Source: libgnupg-interface-perl
Binary: libgnupg-interface-perl
Architecture: source all
Version: 0.42.002-1
Distribution: experimental
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 libgnupg-interface-perl - Perl interface to GnuPG
Closes: 579666 579672 579863 579873 579897 579898 579900 584836
Changes: 
 libgnupg-interface-perl (0.42.002-1) experimental; urgency=low
 .
   [ Salvatore Bonaccorso ]
   * New upstream release (Closes: #584836, #579672, #579863, #579873, #579897,
 #579898, #579666, #579900).
 - Uploading to experimental.
   * debian/patches: Drop patches applied upstream:
 - fix-gnupg-options-pod-errors.patch
 - fix-gnupg-options-copy.patch
 - fix-gnupg_key-docs.patch
 - fix_publickey_doc.patch
 - fix-list_public_keys-pod.patch
 .
   [ gregor herrmann ]
   * Add copyright info for two new files.
Checksums-Sha1: 
 1faecd44a0f977f92b8c4ba5f93e87512e940ca0 2229 
libgnupg-interface-perl_0.42.002-1.dsc
 6fe666adf136847cb417bb67ffe42693f3a8ff1c 67021 
libgnupg-interface-perl_0.42.002.orig.tar.gz
 525911f699721bf2feab23a93281e2b115950641 4292 
libgnupg-interface-perl_0.42.002-1.debian.tar.gz
 929a594a62c1276dbab5f4e1d8566c71f1ef3357 74304 
libgnupg-interface-perl_0.42.002-1_all.deb
Checksums-Sha256: 
 4c509023829e5fba4282969e7f6a0bbb03108f3febb31cf857870f077ce4a76a 2229 
libgnupg-interface-perl_0.42.002-1.dsc
 d93dfbc39c292a45902d115b59add25ab4c17eb24e9e19c30b1c979e3edc0a7b 67021 
libgnupg-interface-perl_0.42.002.orig.tar.gz
 6556824c184cfcb1b2be295ae375a17dd5c7dc84ce0c0d695bda875aff834a39 4292 
libgnupg-interface-perl_0.42.002-1.debian.tar.gz
 0eb67f21454977538498bbcc87332bc68ae370068080742451fe845e6f62cb3c 74304 
libgnupg-interface-perl_0.42.002-1_all.deb
Files: 
 5001a635895a0ce9532f5d0f2a28eae9 2229 perl optional 
libgnupg-interface-perl_0.42.002-1.dsc
 0262abe4943b8c156ba18cb029a417de 67021 perl optional 
libgnupg-interface-perl_0.42.002.orig.tar.gz
 22cd366e07b9098e002bb58df0b53872 4292 perl optional 
libgnupg-interface-perl_0.42.002-1.debian.tar.gz
 a3ee0e456f2ef783e5c5d7b98e6e7291 74304 perl optional 
libgnupg-interface-perl_0.42.002-1_all.deb

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

iQIcBAEBCAAGBQJMDRLZAAoJELs6aAGGSaoGVasP/0pT+/tJBC+5J3qlfyQXcqmV
7PUXXYj/gIzCtsciYRh0fMSEwTASF4/HtNpUTELau8w8fiS7culpqXM3OJVwqk60
SwjQ7J5CZ7SaCOWjhyTm9tG4fWAj2SFPlz9sQaML0bUbpU3oWEXMPY748R8lJhoN
B2ffCqdQBnG7myAE0jZoRHbjlssl7UKJc/sh4t6UgaiVHa8zOAa/Qy2EPjkXv/bv
RdDzEMb/2MzZm+ttOAomTV3LImKFFaO2XZl19X88M0VzoDoNBJQygSOW+NSD7glB
UEFs+ECjWRy7bJzBQ2w6ttybPU5B5dILlZy2EwcXchDYmWOSdOILMLJV3hNMLsCn
1yjaq+2cmtS5HysyPp1dlMCBWOrTKDaCh8uv+W8y3r4SS1ZRXatVCIKDJzFAjC6z
hpPJTHURgQzqrHcCXz2pboFlU61qaYttTZlsjs1bfmeIw5JuxqYcv2Hmp13cW34i
oG+YZcbjRMmlplcYAzmJutitl9Q4rTN7k79UT+pUV1dLGgSdlQbIedf5i03jyzyz
2QWfoYvmqa7PTX2YlwJz/seDpIN18e87Z0C9XByUPZ1XVfeDuRthSFXcE0yzTBUJ
ivkVSj+IkX3Pc6IlSLGxzKbtT+pbc4dpZmKZWTd68AnhwgeNdXZfL2fis5cDcuCW
whAmNnyZE6WgthfD3pow
=rPk7
-END PGP SIGNATURE-


Accepted:
libgnupg-interface-perl_0.42.002-1.debian.tar.gz
  to 
main/libg/libgnupg-interface-perl/libgnupg-interface-perl_0.42.002-1.debian.tar.gz
libgnupg-interface-perl_0.42.002-1.dsc
  to main/libg/libgnupg-interface-perl/libgnupg-interface-perl_0.42.002-1.dsc
libgnupg-interface-perl_0.42.002-1_all.deb
  to 
main/libg/libgnupg-interface-perl/libgnupg-interface-perl_0.42.002-1_all.deb
libgnupg-interface-perl_0.42.002.orig.tar.gz
  to 
main/libg/libgnupg-interface-perl/libgnupg-interface-perl_0.42.002.orig.tar.gz


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



Accepted cups-pdf 2.5.0-15 (source amd64)

2010-06-07 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 27 May 2010 07:57:15 +0300
Source: cups-pdf
Binary: cups-pdf
Architecture: source amd64
Version: 2.5.0-15
Distribution: unstable
Urgency: low
Maintainer: Debian CUPS Maintainers pkg-cups-de...@lists.alioth.debian.org
Changed-By: Martin-Éric Racine q-f...@iki.fi
Description: 
 cups-pdf   - PDF printer for CUPS
Closes: 582441
Changes: 
 cups-pdf (2.5.0-15) unstable; urgency=low
 .
   * Changed ownership of /var/spool/cups-pdf/ANONYMOUS from nobody:nogroup
 to root:lpadmin (Closes: #582441).
   * Fix the permissions of /usr/lib/cups/backend to 0700 (LP: #580837).
 FIXME: this directory's permissions really should be fixed by CUPS.
Checksums-Sha1: 
 83ed6e8676c03c7925cd21da7abee23f9ece504e 1071 cups-pdf_2.5.0-15.dsc
 c4b001e0248c2a33b707bbe0cf4d5492582dd788 11938 cups-pdf_2.5.0-15.diff.gz
 f4e07889126db475631f76d075ce7769ef401362 47872 cups-pdf_2.5.0-15_amd64.deb
Checksums-Sha256: 
 fc7070664df22d144097f86c3a021531db96dd44427f85b20d633f5e79ac14dc 1071 
cups-pdf_2.5.0-15.dsc
 9703c1f41b5f240acb7d6200f48dc01bebd6722e3188ea8d6df49a53a84a1100 11938 
cups-pdf_2.5.0-15.diff.gz
 4ed347e6ed0d0d4262e6a4eac2a74a3a1f01900ce2bae6ce85da5889524fd4f9 47872 
cups-pdf_2.5.0-15_amd64.deb
Files: 
 b0b254559ecd2a7ebb1d7a62275fdaeb 1071 graphics optional cups-pdf_2.5.0-15.dsc
 2698e0ba09f655cce1e717d03380ecbb 11938 graphics optional 
cups-pdf_2.5.0-15.diff.gz
 d5c2c15968ec7e70fe17d6b5eb7db4b8 47872 graphics optional 
cups-pdf_2.5.0-15_amd64.deb

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

iEYEARECAAYFAkwNFooACgkQDecnbV4Fd/KbJgCgxJhPu5qReZbc+gLngFiBJLyu
e7sAoOcx+PMc3q2BsM1L/U6/Oxk5A4UJ
=fdHM
-END PGP SIGNATURE-


Accepted:
cups-pdf_2.5.0-15.diff.gz
  to main/c/cups-pdf/cups-pdf_2.5.0-15.diff.gz
cups-pdf_2.5.0-15.dsc
  to main/c/cups-pdf/cups-pdf_2.5.0-15.dsc
cups-pdf_2.5.0-15_amd64.deb
  to main/c/cups-pdf/cups-pdf_2.5.0-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
Archive: http://lists.debian.org/e1olem8-0003jn...@ries.debian.org



Accepted gross 1.0.2-2 (source i386)

2010-06-07 Thread Antonio Radici
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 16:36:30 +0100
Source: gross
Binary: gross
Architecture: source i386
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Antonio Radici anto...@dyne.org
Changed-By: Antonio Radici anto...@dyne.org
Description: 
 gross  - fast and efficient greylist server with DNSBL support
Closes: 583762 584597
Changes: 
 gross (1.0.2-2) unstable; urgency=low
 .
   * debian/rules: updating config.{sub,guess} (Closes: 583762)
   * debian/README.Debian and debian/control modified to note that Sendmail
 is supported (Closes: 584597)
Checksums-Sha1: 
 9e580fd17cb4f58672a6cc72db94aff1a830bb77 1157 gross_1.0.2-2.dsc
 02890d2f62311491eb7542df9fb462ba4c02b495 15918 gross_1.0.2-2.debian.tar.gz
 90a1a66cba95b1d29850f130887f57cabadcecd1 58562 gross_1.0.2-2_i386.deb
Checksums-Sha256: 
 74e3e3cdc8b21771487d7965e3167da49c164e0ef5dda621d9f3657cba79dc69 1157 
gross_1.0.2-2.dsc
 86c5d3cf20a9326437097cdeeb9eb8a86e44c6bacaae3d4823106ea7255cb055 15918 
gross_1.0.2-2.debian.tar.gz
 d973859b69143e5991b6fadb28bc817575580374f1d59e57f99892970753468c 58562 
gross_1.0.2-2_i386.deb
Files: 
 036c989a925f2c3818a8b6fb232676a7 1157 mail extra gross_1.0.2-2.dsc
 bc54ebb721bb5271b46e17e5e826a24f 15918 mail extra gross_1.0.2-2.debian.tar.gz
 bc917b9204df88aef084b39d1cc70d05 58562 mail extra gross_1.0.2-2_i386.deb

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

iEYEARECAAYFAkwNFV4ACgkQ6Tq8aae+WrBuIwCgv28n2s5R8FqioJI4cOEQb2YN
JQwAnRfuKP8pFzeQ+TyN0+I7jZRuts4n
=1pJO
-END PGP SIGNATURE-


Accepted:
gross_1.0.2-2.debian.tar.gz
  to main/g/gross/gross_1.0.2-2.debian.tar.gz
gross_1.0.2-2.dsc
  to main/g/gross/gross_1.0.2-2.dsc
gross_1.0.2-2_i386.deb
  to main/g/gross/gross_1.0.2-2_i386.deb


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



Accepted libdevel-ptkdb-perl 1.1091-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 18:41:36 +0900
Source: libdevel-ptkdb-perl
Binary: libdevel-ptkdb-perl
Architecture: source all
Version: 1.1091-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libdevel-ptkdb-perl - Perl debugger using a Tk GUI
Closes: 523129
Changes: 
 libdevel-ptkdb-perl (1.1091-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
 (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Changed:
 Maintainer set to Debian Perl Group pkg-perl-
 maintain...@lists.alioth.debian.org (was: Florian Ragwitz
 flor...@mookooh.org); Florian Ragwitz flor...@mookooh.org moved
 to Uploaders.
   * Add debian/watch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders
   * Close ITA (Closes: #523129)
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7.
   * Use source format 3.0 (quilt).
   * debian/control: Make (build-)dep on perl-tk unversioned.
   * Install README as upstream changelog.
   * Fix spelling errors in documentation.
 + new patch: spelling.patch
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 abf425a8dd2db5e8b19d13100e22416add7e4dcd 2022 libdevel-ptkdb-perl_1.1091-2.dsc
 636809584a03aaefb8f961c853f34ea0c85501c3 2610 
libdevel-ptkdb-perl_1.1091-2.debian.tar.gz
 ccb42178ef38995eb404e2102b3b2ec85c6e5c7d 51490 
libdevel-ptkdb-perl_1.1091-2_all.deb
Checksums-Sha256: 
 4389c0fa26abd6c79b8d254dc2cd0746704484c3ba03eb4fdebe13ae25881b36 2022 
libdevel-ptkdb-perl_1.1091-2.dsc
 7ded3e66e0bfa8de2708ff1558b86719820f453761faa1f304bcf6981de51c76 2610 
libdevel-ptkdb-perl_1.1091-2.debian.tar.gz
 3fa5af89b1b0a6af268b3e6afe0b2f8fc456e9be3a22dda99b4c1da10205b44b 51490 
libdevel-ptkdb-perl_1.1091-2_all.deb
Files: 
 1af2a17369532041cdbc1205fb8a3e96 2022 perl optional 
libdevel-ptkdb-perl_1.1091-2.dsc
 1d2b9aa07fd686771dfeb7bda21b7e4e 2610 perl optional 
libdevel-ptkdb-perl_1.1091-2.debian.tar.gz
 79df631e29eb58da943290588acdc296 51490 perl optional 
libdevel-ptkdb-perl_1.1091-2_all.deb

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

iQIcBAEBCAAGBQJMDRd4AAoJELs6aAGGSaoGrdkQAKqcGNoW/hNTBhbpjEdvqtYh
gjm770zW0ba3rUjcT78gA50aTNh/TwN9s6YwamxvBXpLeDvuGdXM4QLGTQ53SlZO
Yi00saVnN/ZVZNCKyY8UjPOXYpqYdQKmnMFQINIlyLuseHwDppFNAvdHtBMaiMbt
DpjE43iUh49K0KfPGSDv+8bHRpVX+1ABlKaEPDsAxGfrEaYjTh9JWPIrPAhGeFAB
KjspYUavj4iOG9Zgv4meT9G/WlYZHNSn/unlI5V/jiCEqqrmLm9QbSrg9eQIW0z4
kUrQyAAEePkZoSk1RvUO5wkEbsqD/KocTVvLt7nZGpxjZFWdZ1vaijU7n82lwgVJ
xosi3oaKOoCxVpwJVJ1agnudBBI9agZRtMC4CrfRy6RP4C1z2N4t2+oDbI10A0xF
PzpUIXbQuvGu60smrRVkHIFdahAyHNiSMHX3EAv7eLvfn0C3ndpUQIg/CHP8fuL9
dwdHga5+OVo1lRoqu1AVb0j3o1L1bGr8avTelJEjVzTAXqv5A0MgWx3ZZm6F5Qxr
xHLhcZ5YMzUked3VisnXHz/vBrwpor7vk3x0GjwwZazA3XElSTIIuW9idZSMspIO
9VzrUkR3slBR5UgxOKvhyAB14gQD3huJxl8xbpsr0FjKsPb8/cWi+zLFJekt9jo5
buvPPqGmcsZp3jb7nZJL
=NlJa
-END PGP SIGNATURE-


Accepted:
libdevel-ptkdb-perl_1.1091-2.debian.tar.gz
  to main/libd/libdevel-ptkdb-perl/libdevel-ptkdb-perl_1.1091-2.debian.tar.gz
libdevel-ptkdb-perl_1.1091-2.dsc
  to main/libd/libdevel-ptkdb-perl/libdevel-ptkdb-perl_1.1091-2.dsc
libdevel-ptkdb-perl_1.1091-2_all.deb
  to main/libd/libdevel-ptkdb-perl/libdevel-ptkdb-perl_1.1091-2_all.deb


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



Accepted libdigest-md4-perl 1.5.dfsg-2 (source i386)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 20:33:54 +0900
Source: libdigest-md4-perl
Binary: libdigest-md4-perl
Architecture: source i386
Version: 1.5.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libdigest-md4-perl - MD4 Message Digest for Perl
Changes: 
 libdigest-md4-perl (1.5.dfsg-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * Add debian/repack.sh to automate the deletion of rfc1320.txt; call it
 from debian/watch; switch from dversionmangle to uversionmangle in
 debian/watch to get the right name for the .orig.tar.gz; add
 debian/README.source; add get-orig-source target to debian/rules.
   * Split out the changes in the test file into a patch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7.
   * Use source format 3.0 (quilt).
   * debian/watch: Use extended regular expresstion to patch upstream releases.
   * Convert debian/copyright to proposed machine-readable format.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 de250ea08adc21b9c40dee245b49d6075ce53316 2023 libdigest-md4-perl_1.5.dfsg-2.dsc
 0a918a34cab45cd2f39c3382ec4ebaaa7bc2a8e2 4334 
libdigest-md4-perl_1.5.dfsg-2.debian.tar.gz
 2efec11c38b0a6eca80c8c747fc483cd2a9d6f2a 21194 
libdigest-md4-perl_1.5.dfsg-2_i386.deb
Checksums-Sha256: 
 bce31639e4c39d99c530b2b9694ca4581135b84980e0e2a12b413e9b2511a3c2 2023 
libdigest-md4-perl_1.5.dfsg-2.dsc
 b822105e485798dd65802ec374887fc16b36e725372f8895f5277e7ad9f1bae6 4334 
libdigest-md4-perl_1.5.dfsg-2.debian.tar.gz
 70dfdd5036139e835fc5fe883c6e73e5972aa0ee5263df7756510d8b5a48ecb5 21194 
libdigest-md4-perl_1.5.dfsg-2_i386.deb
Files: 
 f2069c7a2fb09e3e1c6aaf8d63a061e6 2023 perl optional 
libdigest-md4-perl_1.5.dfsg-2.dsc
 caf9cbfc26afb904ac9fbd33fff71bfd 4334 perl optional 
libdigest-md4-perl_1.5.dfsg-2.debian.tar.gz
 63cd1a9bcd52f56dc559340a2f7254f2 21194 perl optional 
libdigest-md4-perl_1.5.dfsg-2_i386.deb

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

iQIcBAEBCAAGBQJMDRnPAAoJELs6aAGGSaoG5hsQAKo0tEiq5TgW37AvwVj4v3Zx
3UFjuVR0lwMTxuLfDKQ/xYDiGtpofzf10FoVSId/EKxI+GbEsWhVhXJzUh1ns4wi
CNFl0nYSEoJm1snbopINrAGcz/29pzwWFmkmfkxrPQhjVVlSxmCRYTNm+3hETDN4
gKRlw1l53kaUngGkKXE4jOlP8kx35olyXtlrgtY0McCf9D62ZR1h30GYm6wyjTHv
WjIGjNRrOgdUqFQjphvOCcURFw+xY5LmJ09l+vI5xCSsysMyrGhci3ENCQOGzbHz
G8KwNhd5HrAqFefitNakgGSUWpLGZYIQvmVz8hIf93aazvaAwvrjjZH8ReRlM3La
Mbt2zrZA6C36wIuG/G988pRPgmyufTIcvbyxJZhE+jhnnYJNdeAfHt7WaO8iYOx2
suQMQsweDvZH209ddLRKYQ+m9ry8m0SGBNIuVmiVhI60w50B6flMf0iN1fghmiKM
IyUpGEUFAgtsO2k2jTRjOxi0wOIY5xsdhyvab9dRz9By9mwLJwK+EbCETGY6CJr4
7Tn92nT30d2PCojk2UxDD8xQQIvoNuygWUPzzbLNPDg0LZOnPd9cgtFoxv5gREpF
qrSXLeO2yo700nIg+HvSerV/3FbX6auhWaDs3TT9HV5lCOgt2hN7F4U/KKrExmfl
ftJaVUj0CSG75SxDkfSg
=gCqy
-END PGP SIGNATURE-


Accepted:
libdigest-md4-perl_1.5.dfsg-2.debian.tar.gz
  to main/libd/libdigest-md4-perl/libdigest-md4-perl_1.5.dfsg-2.debian.tar.gz
libdigest-md4-perl_1.5.dfsg-2.dsc
  to main/libd/libdigest-md4-perl/libdigest-md4-perl_1.5.dfsg-2.dsc
libdigest-md4-perl_1.5.dfsg-2_i386.deb
  to main/libd/libdigest-md4-perl/libdigest-md4-perl_1.5.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
Archive: http://lists.debian.org/e1olffj-0005ex...@ries.debian.org



Accepted libkwiki-cache-perl 0.11-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 14:35:36 +0900
Source: libkwiki-cache-perl
Binary: libkwiki-cache-perl
Architecture: source all
Version: 0.11-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libkwiki-cache-perl - Kwiki cache plugin
Closes: 523136
Changes: 
 libkwiki-cache-perl (0.11-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
 (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Changed:
 Maintainer set to Debian Perl Group pkg-perl-
 maintain...@lists.alioth.debian.org (was: Florian Ragwitz
 r...@debian.org); Florian Ragwitz r...@debian.org moved to
 Uploaders; remove version from libkwiki-perl (build) dependency.
   * Add debian/watch.
 .
   [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders
   * Close ITA (Closes: #523136)
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7.
   * Convert debian/copyright to proposed machine-readable format.
   * Use source format 3.0 (quilt).
   * debian/control: Make build-dep on perl unversioned.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 d27fd6224b492564ccedd55443469720e7c12dfe 2005 libkwiki-cache-perl_0.11-2.dsc
 356905fee3d44f7fdd00df2111c55e44196b9331 1861 
libkwiki-cache-perl_0.11-2.debian.tar.gz
 9dc19bce050b559343ae1c7df434d36a5e5df304 5272 
libkwiki-cache-perl_0.11-2_all.deb
Checksums-Sha256: 
 8011d915bf2adda5e71b50346b5ff179696557e27a37527b77abcb462bf6c751 2005 
libkwiki-cache-perl_0.11-2.dsc
 b462104cce2d06bdd508b12c779fb8e334c3b0d19f30f601e8f23d3d946f7f58 1861 
libkwiki-cache-perl_0.11-2.debian.tar.gz
 dd306156eb34d304d6c7e5c9827c48338ec23fc7a7d18bc687061fcd4da55086 5272 
libkwiki-cache-perl_0.11-2_all.deb
Files: 
 49546ea23d88962ea074b7e57661c81a 2005 perl optional 
libkwiki-cache-perl_0.11-2.dsc
 8bda7f0e5fc19a386b9aef85c7868c3a 1861 perl optional 
libkwiki-cache-perl_0.11-2.debian.tar.gz
 58075ef12216ef60641c96d922569d62 5272 perl optional 
libkwiki-cache-perl_0.11-2_all.deb

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

iQIcBAEBCAAGBQJMDRwiAAoJELs6aAGGSaoGqPIP/j9zNTMvRSMmDo635T5tv34n
/zmk93PzBoSg79cwMX669cSc3On1WSb4inwDSTK5HUB2ktIVKzmGdXq5lxHECxgF
EMdD8Z9Bls2lZ6lQcBWS8plRIjsFMD77d9IxJAkqluUAKonHFfUEh4KItMHLGV9u
tFGh3GflNcfSJuYdr+m2CJAcK5WkF6s4KKT1gP0m5zPzh7wOIN7YM57bvYz0Y81A
bphhEvRBLSDR0zCRdyeQcp8lGjFvhQkXWma3vgs4itsESFbN1S8EnVBq/iBMXqJ5
NgRQRFzIOCOyBxqO9wnF+T+T4yqyvwFm240EoAQjxkLvgQ22Ssti5FezlM+JSXuP
qbAePAXqGuflbkdhtpHHHb70cd80y2ofC0RPbAHJF/VHeCTBlUfMN38xaP0/flgf
MDh2bEloqsQyY95DvILJ8lsXcOVdht35T+FCPvlk4EPFEZMpaUM5Sxiju5yjX0NB
IF853n0n73/eiVodI43D2ylQZrEC1i8CCNHRVVnAHpgSo+knVDGTpN0qtZHxi9g5
0PNK5JO0rPMJzPKQ57uACm40IXmPSS/pt6UU0v9pVTmgzuQGX4hUDV57gT4n1Ggx
7u7Q8oj3PgnUOROgqrWDOzmhdI7ysSZp+eOMxcU8HKeAwqNuo73f9wv1+1oJEiBN
r+6DOeoibZNa8CArdOsG
=Dm8b
-END PGP SIGNATURE-


Accepted:
libkwiki-cache-perl_0.11-2.debian.tar.gz
  to main/libk/libkwiki-cache-perl/libkwiki-cache-perl_0.11-2.debian.tar.gz
libkwiki-cache-perl_0.11-2.dsc
  to main/libk/libkwiki-cache-perl/libkwiki-cache-perl_0.11-2.dsc
libkwiki-cache-perl_0.11-2_all.deb
  to main/libk/libkwiki-cache-perl/libkwiki-cache-perl_0.11-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olfft-0005ho...@ries.debian.org



Accepted postgresql-9.0 9.0~beta2-1 (source all amd64)

2010-06-07 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 06 Jun 2010 19:18:03 +0200
Source: postgresql-9.0
Binary: libpq-dev libpq5 libecpg6 libecpg-dev libecpg-compat3 libpgtypes3 
postgresql-9.0 postgresql-client-9.0 postgresql-server-dev-9.0 
postgresql-doc-9.0 postgresql-contrib-9.0 postgresql-plperl-9.0 
postgresql-plpython-9.0 postgresql-pltcl-9.0
Architecture: source all amd64
Version: 9.0~beta2-1
Distribution: experimental
Urgency: low
Maintainer: Martin Pitt mp...@debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 libecpg-compat3 - older version of run-time library for ECPG programs
 libecpg-dev - development files for ECPG (Embedded PostgreSQL for C)
 libecpg6   - run-time library for ECPG programs
 libpgtypes3 - shared library libpgtypes for PostgreSQL 9.0
 libpq-dev  - header files for libpq5 (PostgreSQL library)
 libpq5 - PostgreSQL C client library
 postgresql-9.0 - object-relational SQL database, version 9.0 server
 postgresql-client-9.0 - front-end programs for PostgreSQL 9.0
 postgresql-contrib-9.0 - additional facilities for PostgreSQL
 postgresql-doc-9.0 - documentation for the PostgreSQL database management 
system
 postgresql-plperl-9.0 - PL/Perl procedural language for PostgreSQL 9.0
 postgresql-plpython-9.0 - PL/Python procedural language for PostgreSQL 9.0
 postgresql-pltcl-9.0 - PL/Tcl procedural language for PostgreSQL 9.0
 postgresql-server-dev-9.0 - development files for PostgreSQL 9.0 server-side 
programming
Changes: 
 postgresql-9.0 (9.0~beta2-1) experimental; urgency=low
 .
   * New upstream beta release.
   * debian/postgresql-9.0.install: Install pg_upgrade.
   * debian/control: Set back maintainer to me, but keep Peter Eisentraut as
 Uploader.
Checksums-Sha1: 
 4870dbb926afde169a8c6d5f9d61d7348e3c4e2f 1841 postgresql-9.0_9.0~beta2-1.dsc
 0e02541e84ff1a496b96abf711e43baeb9a32294 13716381 
postgresql-9.0_9.0~beta2.orig.tar.bz2
 92beb60630f6cd8281f8c069bd2e8f0c36b0a8e1 16388 
postgresql-9.0_9.0~beta2-1.debian.tar.gz
 656eb9bc28edecfe0e4c99af4894574ec1a126ee 2472128 
postgresql-doc-9.0_9.0~beta2-1_all.deb
 dd2548df3fff050b0697bda572bb42f48ec1d150 495928 libpq-dev_9.0~beta2-1_amd64.deb
 1c1139c72895ea345385daa69acc2be0d522fada 402342 libpq5_9.0~beta2-1_amd64.deb
 1f819c694a0ccbce7c68811e86d21c772b1f42f0 341570 libecpg6_9.0~beta2-1_amd64.deb
 683cb898497ad56d9fc199cdf505931477686b0e 525736 
libecpg-dev_9.0~beta2-1_amd64.deb
 a908da91c30e7d64cf1a0471061e592d10486fbb 279332 
libecpg-compat3_9.0~beta2-1_amd64.deb
 405dfe3568315af55a6b85a6fe9282350c13bfbc 303590 
libpgtypes3_9.0~beta2-1_amd64.deb
 ba8da9e7cef3c51c081810e7b56f484d4b9e09b3 5337850 
postgresql-9.0_9.0~beta2-1_amd64.deb
 494ff0270e0498f1b6d4e077652e11e4786af33e 1585464 
postgresql-client-9.0_9.0~beta2-1_amd64.deb
 9d7f20bc9db0fe2ffef973ef81bedb6bd94d1011 913954 
postgresql-server-dev-9.0_9.0~beta2-1_amd64.deb
 aa7ef704eb7d98f7d82059ea62fd48c56d4d7657 705532 
postgresql-contrib-9.0_9.0~beta2-1_amd64.deb
 c1572401611f2a4de40bbb8f462615cb1619613b 312372 
postgresql-plperl-9.0_9.0~beta2-1_amd64.deb
 a97fe50262d6c84e72972abe0c612ebb303868d4 311888 
postgresql-plpython-9.0_9.0~beta2-1_amd64.deb
 13e672a53b170d57766c7e32700936f5c4678c3f 294014 
postgresql-pltcl-9.0_9.0~beta2-1_amd64.deb
Checksums-Sha256: 
 e2efba3435a5a626e1412080e81f086dcbfb06894f2bc4f6059482e1739e622e 1841 
postgresql-9.0_9.0~beta2-1.dsc
 31b42becd92d9024aca8e5b49fcf397d63dd0c2d59b0e370d84190122b8cbb74 13716381 
postgresql-9.0_9.0~beta2.orig.tar.bz2
 a2533aa2211be673d827b53299da4cfa6c4cba4d819891b853eedc8e0392ffe0 16388 
postgresql-9.0_9.0~beta2-1.debian.tar.gz
 1852a4097c2ac0446b78b7e7315fcf3a9505080ca3c93123d3b3e0db8d1e638b 2472128 
postgresql-doc-9.0_9.0~beta2-1_all.deb
 ea6414a0163037c0147a1e8105a84b0fa33adf9063be8f9c935e51e48aae7686 495928 
libpq-dev_9.0~beta2-1_amd64.deb
 664f736cfe899c9e8aa947eaf6498fe6a8d418bf01f344c5f672ada6a589ac12 402342 
libpq5_9.0~beta2-1_amd64.deb
 0d09a107c5fb927a0a8a99b54838b0e8e88487354eee4562f72f5f30ebb5d021 341570 
libecpg6_9.0~beta2-1_amd64.deb
 4f0091782ed9b92d8ea1fa0f04a4dbcc76bdcd4eb705d106a1939889a2a0f968 525736 
libecpg-dev_9.0~beta2-1_amd64.deb
 9cdbaba2cf31282eeb692d74a8e5a588f6ce78f5c26adbdbf12bd63ff52c286d 279332 
libecpg-compat3_9.0~beta2-1_amd64.deb
 41fa528a239c474055c4bce8ad17ff0982e2e8c1506d74338dda26449157fb3a 303590 
libpgtypes3_9.0~beta2-1_amd64.deb
 a4c923de15706b4447654b8faaed9b5dcf5d5e04291ea4da134fec56f950be10 5337850 
postgresql-9.0_9.0~beta2-1_amd64.deb
 26e6ffcd3d764d1d473d566b5fd7620670cb7f8f65fcf7c8cf503aa09f225cf2 1585464 
postgresql-client-9.0_9.0~beta2-1_amd64.deb
 116f94299ab0123c5a97fb8721f61046adebd02b39cd74bde81d30fa2e56cb09 913954 
postgresql-server-dev-9.0_9.0~beta2-1_amd64.deb
 71737fe806d9713998f8b2cf936b16bad94badade692af9d674006292cdbd0b0 705532 
postgresql-contrib-9.0_9.0~beta2-1_amd64.deb
 1e7e975b2c2db6610d31c1d1b8deebdaf54569ae84fd1ad3f2aef3fe2e075781 312372 
postgresql-plperl-9.0_9.0~beta2-1_amd64.deb
 

Accepted libmodule-info-perl 0.31-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 21:51:52 +0900
Source: libmodule-info-perl
Binary: libmodule-info-perl
Architecture: source all
Version: 0.31-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libmodule-info-perl - Perl module providing information about Perl modules
Changes: 
 libmodule-info-perl (0.31-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Ansgar Burchardt ]
   * debian/watch: Use extended regexp to match upstream releases.
   * Refresh rules for debhelper 7.
   * Use Build.PL.
   * Use source format 3.0 (quilt).
   * Convert debian/copyright to proposed machine-readable format.
   * Do not use embedded copy of Test-Simple during build.
   * Compare versions as numbers, not as strings in tests.
 + new patch: version-comparison.patch
   * Use is_deeply the right way.
 + new patch: is-deeply.patch
   * Fix spelling errors.
 + new patch: spelling.patch
   * Add missing whatis entry to B::Module::Info.
 + new patch: whatis-entry.patch
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
Checksums-Sha1: 
 45ebabfd97c069b1ad49bc3b38265c60ac46e806 2115 libmodule-info-perl_0.31-2.dsc
 b5c32bcbff2bf3dccb37d69da62a35670e021205 3996 
libmodule-info-perl_0.31-2.debian.tar.gz
 6741071ed7816fd865b42e77c963951d1d28263c 41348 
libmodule-info-perl_0.31-2_all.deb
Checksums-Sha256: 
 5ef150b06576984139684733f003c2c1a5f7cfb41c0aa464865286f4afbc1603 2115 
libmodule-info-perl_0.31-2.dsc
 c8881ca99ba68ff61fcb7bb12f18ace39dcd0aaaf427fc07aba403634b77bc61 3996 
libmodule-info-perl_0.31-2.debian.tar.gz
 ac23af0f778c54e112d1099f87fc62869629a69f20dbc49c72fa61239bbd1494 41348 
libmodule-info-perl_0.31-2_all.deb
Files: 
 23cb57bba7932a74c76f631e72a34997 2115 perl optional 
libmodule-info-perl_0.31-2.dsc
 805c6fb1737ec7d78b79f5be13ac5850 3996 perl optional 
libmodule-info-perl_0.31-2.debian.tar.gz
 4d2da86b68ff5e5f0dcc0dc8788098df 41348 perl optional 
libmodule-info-perl_0.31-2_all.deb

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

iQIcBAEBCAAGBQJMDR2oAAoJELs6aAGGSaoGB8UP/RKqymg/hXHTfAM7Xv8B8YyR
5Yxz6Ks2C9l8UJbT2A2VbT+fYKK+I6P1wSzW/xFwRlGsK3388C6hhl560ZGsv8Zw
25xV191eI4Y7fCAnKTGTViMWdVd1WPS0SolNL3xW0gaoVPg1a8f3fVevgpsAPzeZ
u9WM2CgaGa9KAf4+ekjRLgBKpXDxS4s8lCE2PTMv3gJ0M0L73QlWYaDj38FyEf2s
CzwDU1yvCTSydDdwJAC5sbUlOFfOvGjO75dxyeGAzZbrrQH0ImV6GMhAI7tPfOxt
NrbBfxPnu3OAjMtEfLpoAmdfTHxJm0xOUpL7Cl7jNKntAGGGVOxJyP+IVpWK/QyO
VlBpz+Z7cb5TfPKe9P9WlP0UNisEyPD5cS7oPIZ9EPNcjEgEan5djDJAAuB4hbWm
CiMlIc+d1ZHB+vhMLNgBps+dltGZj0/Zjz3ul3QIJHVPwVdT0zNyuljgkmGQlenF
MDe/H/fOD2asN45acYnFaAzVJZxejc/aw3O2Aysmtkg+hXur6JH1CWb2Fz6Dc0x/
3stidvkfW6w6GFfjegsowbgqOjhp5QrZ8jav5nmO/V4y3hBeQB4pdihHuCU1Brkp
GLnM9CMwOSKbmpQ28MshOI737qckWtrAfwubR8wDli1NImdgOa5O02nxk+tMSi4L
jpTEGvz5YB7cIbLFBUBU
=2/II
-END PGP SIGNATURE-


Accepted:
libmodule-info-perl_0.31-2.debian.tar.gz
  to main/libm/libmodule-info-perl/libmodule-info-perl_0.31-2.debian.tar.gz
libmodule-info-perl_0.31-2.dsc
  to main/libm/libmodule-info-perl/libmodule-info-perl_0.31-2.dsc
libmodule-info-perl_0.31-2_all.deb
  to main/libm/libmodule-info-perl/libmodule-info-perl_0.31-2_all.deb


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



Accepted steptalk 0.10.0-4 (source i386)

2010-06-07 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 15:46:40 +0300
Source: steptalk
Binary: steptalk libsteptalk0 libsteptalk-dev
Architecture: source i386
Version: 0.10.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers 
pkg-gnustep-maintain...@lists.alioth.debian.org
Changed-By: Yavor Doganov ya...@gnu.org
Description: 
 libsteptalk-dev - The GNUstep Scripting Framework (development files)
 libsteptalk0 - The GNUstep Scripting Framework (library files)
 steptalk   - The GNUstep Scripting Framework
Closes: 583100 583102
Changes: 
 steptalk (0.10.0-4) unstable; urgency=low
 .
   * debian/rules (OPTFLAG): No longer define; rework noopt handling to be
 compatible with gnustep-make/2.4.x (Closes: #583102).
   * debian/patches/link-libs.patch: Fix the GDL2 bundle to link against
 the right gnustep-dl2 libs; the names were changed eons ago.  This
 fixes FTBFS with libgnustep-dl2-dev installed and enables GDL2 support
 in StepTalk (Closes: #583100).
   * debian/control (Build-Depends): Add libgnustep-dl2-dev.
Checksums-Sha1: 
 d51e44438565484f4a9231a0763822426b10f5c3 1280 steptalk_0.10.0-4.dsc
 1fb312b2042c60f5101ed9b7f99d8a33446af53d 7821 steptalk_0.10.0-4.diff.gz
 e1f5ec00d31911fbe78c1327b0edf5f036482f04 218214 steptalk_0.10.0-4_i386.deb
 81c1459e34c2396e3e94a0350aa5264ec9ffa8d6 74278 libsteptalk0_0.10.0-4_i386.deb
 249c570c9f1e8248b36f779e7d97965588768ff5 22264 
libsteptalk-dev_0.10.0-4_i386.deb
Checksums-Sha256: 
 fde3f1a9a157dda10bb9d7595cf6fbe50639e89c8e254a8200568c35df6fac50 1280 
steptalk_0.10.0-4.dsc
 3e5c0a41274d00f5f8be72dd3f34e7711ced5342acea729aaf360e112680f062 7821 
steptalk_0.10.0-4.diff.gz
 817657dcbd328e674b13364afe64908b9b0e3b12ae0a7c5a5bdb93af1cd68691 218214 
steptalk_0.10.0-4_i386.deb
 f7e4153d21086d3fa51509ba88ff43a1028aed809849dbef72a9bb8e6a5a1721 74278 
libsteptalk0_0.10.0-4_i386.deb
 9e416e44a2d69e48216359c000c0ba5ff89067bbfaec0782ec95edbf25bdddcd 22264 
libsteptalk-dev_0.10.0-4_i386.deb
Files: 
 d965a3f07318149526d5eeaeff274717 1280 gnustep optional steptalk_0.10.0-4.dsc
 72a02266dab679a67154139a2b93a5fc 7821 gnustep optional 
steptalk_0.10.0-4.diff.gz
 f29ce5f98b7010291fb82d4f24b29d18 218214 gnustep optional 
steptalk_0.10.0-4_i386.deb
 f42e9d8e536eb9fbbe8cba643a8f3ba4 74278 libs optional 
libsteptalk0_0.10.0-4_i386.deb
 d9d353390ad997994f2a2d81258569db 22264 libdevel optional 
libsteptalk-dev_0.10.0-4_i386.deb

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

iEYEARECAAYFAkwNIUYACgkQ5ItltUs5T37oUACeLl8EPFq/6oVJOm0ZohS4L1x5
W4gAoMNuvI6lIomvcUFNI/qCW9X4gbM8
=rmOl
-END PGP SIGNATURE-


Accepted:
libsteptalk-dev_0.10.0-4_i386.deb
  to main/s/steptalk/libsteptalk-dev_0.10.0-4_i386.deb
libsteptalk0_0.10.0-4_i386.deb
  to main/s/steptalk/libsteptalk0_0.10.0-4_i386.deb
steptalk_0.10.0-4.diff.gz
  to main/s/steptalk/steptalk_0.10.0-4.diff.gz
steptalk_0.10.0-4.dsc
  to main/s/steptalk/steptalk_0.10.0-4.dsc
steptalk_0.10.0-4_i386.deb
  to main/s/steptalk/steptalk_0.10.0-4_i386.deb


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



Accepted buildcross 0.0.4 (source all)

2010-06-07 Thread Hector Oron
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 18:06:52 +0200
Source: buildcross
Binary: buildcross
Architecture: source all
Version: 0.0.4
Distribution: experimental
Urgency: low
Maintainer: Debian Embedded debian-embed...@lists.debian.org
Changed-By: Hector Oron zu...@debian.org
Description: 
 buildcross - Cross build a full set of Debian toolchain
Closes: 584627
Changes: 
 buildcross (0.0.4) experimental; urgency=low
 .
   * Add function code to start building Debian from scratch (upstream way).
 o Add undocumented (at the moment) --bootstrap-debsrc; --bootstrap-upsrc.
   * Fix uninstallable on !amd64: Remove libc6-dev-i386, lib32gcc1 
dependencies
 and change libreadline5-dev and libncurses5-dev by non versioned libs.
 (Closes: #584627)
Checksums-Sha1: 
 e7bbe6001b069b19dff3f5df94b00b056e39a6cc 1678 buildcross_0.0.4.dsc
 eb84eba91ef8af622ca5100cec4f925f528c3e3d 21773 buildcross_0.0.4.tar.gz
 41c6dcc84114f706847d559f57e4e5ce2ab0795b 19224 buildcross_0.0.4_all.deb
Checksums-Sha256: 
 683d33bc0b130da57dd20938a4f6d08843c3a4b7a5a9e8dd9dba38db466b2012 1678 
buildcross_0.0.4.dsc
 97ead4c3d227e3d4d8c4218487d4858ca16e69416354d1b4ea224fa96d354684 21773 
buildcross_0.0.4.tar.gz
 9809f8c267f9c59441b833e19ada6f2b8ccdce897b98a28f5dfbb0e83f62eea8 19224 
buildcross_0.0.4_all.deb
Files: 
 2cdc1b2753fa19df010531cc4661ade4 1678 utils extra buildcross_0.0.4.dsc
 016741d19a54b51904c20a29ab8ffaa9 21773 utils extra buildcross_0.0.4.tar.gz
 11568eeb521a4b5c12fb646529fc2059 19224 utils extra buildcross_0.0.4_all.deb

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

iQIcBAEBAgAGBQJMDSSSAAoJEK8ig6p24qx7Lx8P/jKol64mGeWk/JPG4jgWwFbW
PlyoGasecOrMbb7OGlos8eJv3zLuGfYOo0CurT15rvglJLfnb3DojARCOeKvEVGg
b30ykXu/kaO+K3+IrieJpYaT/vBd9dwYGgvQ+BiTka3ndkMSxPD7fliNhDn9YAIJ
+feaVC+GiDAq0ikY59qYYViKNbJCKMLroYlHV0I+VEJiJrYglk724jLBn2+wloIY
nN6Ng6GxqUz7OFmYKMRVEF2d9rzo7TWK5lv5kmamJTSRCqEqC2dpk6DjVh8Iqvp1
ut3uFstiZqkUntG9hd7aKScn+2yKFF1sbIMfUg7WbRtlgtwBxpZVoYDixXOoSbnM
8N0udY2ChJzi+o1X0NTtDOyrhsdvkId7GvhkujUiEEmMvfRsSJA/AwmncTMGBeBe
xjzQ5cF0VBmh1P7rmiJO4QRDMooVAgtG0UR0y9mX1zA/nynFSEfj0a52w3+f2mXP
Rsm8en3RKguNtGnQiQdsvRD+TLq/jrD9W/uSdRdKlRTOZrQ7qqOFNiO3CmSqGZmY
6+GgaTg4y/+fqUZhpI5ZPrn2zG6kaQ/WO+t2PAcfw+Mye4OpCPWLuF8DM+V12zvT
emRa/m/kJSKyKKIRRIYQ0Ygrm8xamrjKfqXyEW5y3fSZWMD2Dl3JWETo4xR7fsHh
FB1GruEdYDNR/KiHCefw
=aCcA
-END PGP SIGNATURE-


Accepted:
buildcross_0.0.4.dsc
  to main/b/buildcross/buildcross_0.0.4.dsc
buildcross_0.0.4.tar.gz
  to main/b/buildcross/buildcross_0.0.4.tar.gz
buildcross_0.0.4_all.deb
  to main/b/buildcross/buildcross_0.0.4_all.deb


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



Accepted libnet-dpap-client-perl 0.26-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 18:41:40 +0900
Source: libnet-dpap-client-perl
Binary: libnet-dpap-client-perl
Architecture: source all
Version: 0.26-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libnet-dpap-client-perl - Perl module for cnnecting to iPhoto shares (DPAP)
Changes: 
 libnet-dpap-client-perl (0.26-2) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
 .
   [ gregor herrmann ]
   * debian/control:
 - add ${misc:Depends} to Depends: field
 - make short description a noun phrase
 - add libtest-pod-perl and libclass-accessor-perl to Build-Depends-Indep
   and libclass-accessor-perl to Depends
 .
   [ Jose Luis Rivas ]
   * Fixed debian/watch
   * Fixed Debian Perl Group as maintainer
   * debian/dirs deleted, not needed
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7 instead of CDBS.
   * Use Build.PL.
   * No longer install README.
   * Use source format 3.0 (quilt).
   * Mention module name in description.
   * Remove Homepage semi-field from description.
   * Convert debian/copyright to proposed machine-readable format.
   * debian/watch: Use extended regular expression to match upstream releases.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 651421a351943309710f9d3d3894ab3d7050e807 2230 
libnet-dpap-client-perl_0.26-2.dsc
 9e4f7d6806b67ba87506bf78a61063534350cdcf 1991 
libnet-dpap-client-perl_0.26-2.debian.tar.gz
 d9668e839e8134bcdd0bd18351e28ca377c3400f 13082 
libnet-dpap-client-perl_0.26-2_all.deb
Checksums-Sha256: 
 45d16e1973858ac744eec589c018019b91dc96762985778694be808b0bbcf43a 2230 
libnet-dpap-client-perl_0.26-2.dsc
 e7593493f09fedc7b50185fae71b5e8d057dc2eb8675c536d961c8b0fa00c5d8 1991 
libnet-dpap-client-perl_0.26-2.debian.tar.gz
 9c9135d603d6749d4cbfcd0d37f469ef9d4b4ba3eafde052fa4434cb4eab0e8a 13082 
libnet-dpap-client-perl_0.26-2_all.deb
Files: 
 e8f053a28e72cd457b04bbc728492f4c 2230 perl extra 
libnet-dpap-client-perl_0.26-2.dsc
 90170d9424b7e5863ed873fe6ad76743 1991 perl extra 
libnet-dpap-client-perl_0.26-2.debian.tar.gz
 2370f088b12a6058fb1275a0afcd1666 13082 perl extra 
libnet-dpap-client-perl_0.26-2_all.deb

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

iQIcBAEBCAAGBQJMDSIxAAoJELs6aAGGSaoGghYQAI/qkVYLgrcQcdRDpUdq2svu
2tf1qXRjJ0jqNREEs3+vmgWsvpOewDc505btZQHWuViRo2TWXCnB/RWCYCAZFvC1
2Q3F+Znsb7NGp7cHI4A+3RoliojsLhml/gZ7iS3zpwosh5jBU3UkB4ueCPvHAD4e
W0Nnymp6G/nM/v9yJIHt1ktr7fplD/9Skr/JMry/k88qyW1A5IJpMEAPCziLWRIq
uCQQO4/1mKZy5un16KUTdIY73NM5mGQ4yQzphAlVWBpovzU/y0fxXpLcOLMof79l
bj9WcvJEyWF8hNe91OexiokBj97wqbdcxB7RuYKwXIpy4gk0DnbREw1/3+KMjUZx
IQzfNJ6EhRujDOSzMFSfky8KGHuU1KErHjXzcN8BLwCTjf0RtoYsjaIw1+Xo1s/S
2QVLqnb2/stn0M1h8gWozitk3lb5b+XP0btM7ivak4AlOTF8dNJ85zTzLi+9e3wF
lweh3NQbYqCaSazk1AnHtjj1LwSP5NKQAOBHAFOi5uoGac76qhT3rxFzuc0Qau3Y
PlOQxLffsXTLpI6QzYm9bix8u2OwlodACo0RjIvn7LCbay2+gpFNWNyHW0wYNMWn
bTfMggdcH8+6YLEdWQMNT1cq53bWYMiWekHsC/I8jJjFJySlgu9tPI6YkHj4BO5v
R74SkCQ8MLlnWy0nBdo6
=xzFj
-END PGP SIGNATURE-


Accepted:
libnet-dpap-client-perl_0.26-2.debian.tar.gz
  to 
main/libn/libnet-dpap-client-perl/libnet-dpap-client-perl_0.26-2.debian.tar.gz
libnet-dpap-client-perl_0.26-2.dsc
  to main/libn/libnet-dpap-client-perl/libnet-dpap-client-perl_0.26-2.dsc
libnet-dpap-client-perl_0.26-2_all.deb
  to main/libn/libnet-dpap-client-perl/libnet-dpap-client-perl_0.26-2_all.deb


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



Accepted libnet-jabber-loudmouth-perl 0.07-2 (source i386)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 21:29:27 +0900
Source: libnet-jabber-loudmouth-perl
Binary: libnet-jabber-loudmouth-perl
Architecture: source i386
Version: 0.07-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libnet-jabber-loudmouth-perl - Perl interface for the loudmouth jabber library
Closes: 523146
Changes: 
 libnet-jabber-loudmouth-perl (0.07-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * Take over for the Debian Perl Group with maintainer's permission
 (http://lists.debian.org/debian-perl/2008/06/msg00039.html)
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza). Changed:
 Maintainer set to Debian Perl Group pkg-perl-
 maintain...@lists.alioth.debian.org (was: Florian Ragwitz
 r...@debian.org); Florian Ragwitz r...@debian.org moved to
 Uploaders.
   * Add debian/watch.
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * debian/control: remove version from libglib-perl build dependency.
 .
   [ Ryan Niebur ]
   * Remove Florian Ragwitz from Uploaders
   * Close ITA (Closes: #523146)
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * Refresh rules for debhelper 7.
   * Use source format 3.0 (quilt).
   * Remove debian/source.lintian-overrides (not used any longer).
   * Convert debian/copyright to proposed machine-readable format.
   * Add build-depends on libnet-jabber-perl, libtest-pod-perl,
 libtest-pod-coverage-perl, libtest-exception-perl, libhttp-proxy-perl
 for tests.
   * Make build-dep on perl unversioned.
   * Disable tests that require to start a Jabber server (which is commented
 out in the upstream sources).
 + new patch: disable-tests.patch
   * Add whatis entries and change default copyright message to the one used
 for this distribution.
 + new patch: whatis-entries.patch
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 d82fbd69c79e2f9f340f4e77d3fe02dc31a208fa 2284 
libnet-jabber-loudmouth-perl_0.07-2.dsc
 f084a5fcc3d95f3a803a870a63890a2e4481af90 3752 
libnet-jabber-loudmouth-perl_0.07-2.debian.tar.gz
 9a75d325234a339ea93ba950249ab352bafc4403 62838 
libnet-jabber-loudmouth-perl_0.07-2_i386.deb
Checksums-Sha256: 
 bce19fa6a07e74510ab1a950771056754b45ef8421ab18ab544c30ca57c28314 2284 
libnet-jabber-loudmouth-perl_0.07-2.dsc
 48295333222d6d34a2fded2c4ad0c89d1a72112342d85b9e37074fc8e2f56078 3752 
libnet-jabber-loudmouth-perl_0.07-2.debian.tar.gz
 2836e475bfcaf3cccea02c816a8c754fb17e54d27a3bca136a64925e1e4e3f13 62838 
libnet-jabber-loudmouth-perl_0.07-2_i386.deb
Files: 
 b206690ad5a2ab42dd68e2b0a09c 2284 perl optional 
libnet-jabber-loudmouth-perl_0.07-2.dsc
 5fe9407642de7bb2630140d5fc6fe292 3752 perl optional 
libnet-jabber-loudmouth-perl_0.07-2.debian.tar.gz
 1a75ff4ebd2c1bf5816ecc1b782fa2e9 62838 perl optional 
libnet-jabber-loudmouth-perl_0.07-2_i386.deb

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

iQIcBAEBCAAGBQJMDSRZAAoJELs6aAGGSaoGpdYQAMU1LuVEugKYiDxfLtc4F7Th
+Kt8+U2ep/34WhHMepYNNtjHe+pMmZCdyV3yeuAqcNoIXV3OU3+oHC4eE/pOnV7P
I0zLZiug/AgVCpZjr1plonW2cKbThCzK8UwBBL5rd7xJ0yjVNcWFcc0Z17xrBdcF
s4wOMY14ip/N1eMPV8wJnSe/unRKOdRhzEKofHCCFJPd56LZ9tIJIZ4yQ164SU0X
iBRLtbhw5p+lO4l9YLAkzc2J6GJxyMOQ34sqzkV/n4FnNp1but0k73Hz1VEzCkou
q724A27wi9TLL3B959QlcpznbZ3QYKpMlG3azlnfc2FMivRhPMbacjgUyz1tm/mL
HoJb34XDNvv6qeiV3wTcW7loDTrh9Hm5RM4tScTl5kcpvqzLxDk1ai6uEGDMloox
Z0krvBb8cf09HE3EDQK0/LeQ8W5nWABZ0P9sy7jxo0eefMLdoNTz0IGN449ejxtS
Zv/HDucVgnW9jEs54ghd6R88k2XUKE1/ArBT7m+FydgT6UxeX3uymsg3W7Q8Hfc+
/uE76Lt+PHdP3WRcXE+Tdz8R2LAVy8artD1LuYFoQLtLl3qTHZ6eTEK6FUZScThE
WSbxrbqufLQTX2Axx+PzVnV5Yg4KeaNeEPOyEQr7/KE61P9HC0/6GSyYhA9t179r
oDL1KIwHV6TeczAeynWb
=kLUN
-END PGP SIGNATURE-


Accepted:
libnet-jabber-loudmouth-perl_0.07-2.debian.tar.gz
  to 
main/libn/libnet-jabber-loudmouth-perl/libnet-jabber-loudmouth-perl_0.07-2.debian.tar.gz
libnet-jabber-loudmouth-perl_0.07-2.dsc
  to 
main/libn/libnet-jabber-loudmouth-perl/libnet-jabber-loudmouth-perl_0.07-2.dsc
libnet-jabber-loudmouth-perl_0.07-2_i386.deb
  to 
main/libn/libnet-jabber-loudmouth-perl/libnet-jabber-loudmouth-perl_0.07-2_i386.deb


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



Accepted kazehakase 0.5.8-4 (source i386)

2010-06-07 Thread Yavor Doganov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 14:43:22 +0300
Source: kazehakase
Binary: kazehakase kazehakase-gecko kazehakase-webkit kazehakase-dbg
Architecture: source i386
Version: 0.5.8-4
Distribution: unstable
Urgency: high
Maintainer: Yavor Doganov ya...@gnu.org
Changed-By: Yavor Doganov ya...@gnu.org
Description: 
 kazehakase - GTK+-based web browser that allows pluggable rendering engines
 kazehakase-dbg - GTK+-based web browser (debugging symbols)
 kazehakase-gecko - Gecko rendering engine for kazehakase
 kazehakase-webkit - WebKit rendering engine for kazehakase
Closes: 584722
Changes: 
 kazehakase (0.5.8-4) unstable; urgency=high
 .
   * debian/patches/30_xulrunner-1.9.1.dpatch: Remove -Werror from CPPFLAGS
 in macros/gecko.m4.  Autoconf has never ever supported -Werror so
 using it in configure tests is doomed to fail at some point; in this
 case it leads to miscompilation and failure to load gecko.so at
 runtime due to unresolved symbols.  (Closes: #584722).
   * debian/patches/50_autoreconf.dpatch: Regenerate.
   * debian/NEWS: Remove asterisks.
Checksums-Sha1: 
 4d90c83825ee69824ad2e4206da67ff3d516d2c6 1455 kazehakase_0.5.8-4.dsc
 7a496b8f14d9ca5c77ed5ae4e1f413fdc71c9744 68401 kazehakase_0.5.8-4.diff.gz
 05093996d1db036f0587d489f56f800cd4006bdc 708846 kazehakase_0.5.8-4_i386.deb
 263eb57d9cff56fe9a8eda482c4a516fe553435e 228816 
kazehakase-gecko_0.5.8-4_i386.deb
 019dc136332e50c06b809eb209410f44ab76ec8f 105460 
kazehakase-webkit_0.5.8-4_i386.deb
 b956148271ef37855eaf4e6df0a91fec7a72d77d 1702124 
kazehakase-dbg_0.5.8-4_i386.deb
Checksums-Sha256: 
 1e7cab9a9046dca0cba27e047369173deff0f4250d08a8427658f44c71e1c858 1455 
kazehakase_0.5.8-4.dsc
 faf89c4f6863a817e103bfe283518aaf0488c6fd91191c750165e53397b12139 68401 
kazehakase_0.5.8-4.diff.gz
 fb2a7351ff958783f314b878a5e1ebc05834768a9d43502ea66e49ea75fed85b 708846 
kazehakase_0.5.8-4_i386.deb
 964702825f3ff87eec734f4c43fe23facb188fb28610cb8f07c06d1ac67cd9a8 228816 
kazehakase-gecko_0.5.8-4_i386.deb
 4b703119948adf3d9a5c5f09afdc3af4df1db5f64c99c86fb7726f35ca28b7d1 105460 
kazehakase-webkit_0.5.8-4_i386.deb
 7d7c1308807e4b8611b0d90ba066077c8cdb84b342c125210fa48467da772c17 1702124 
kazehakase-dbg_0.5.8-4_i386.deb
Files: 
 c92b59ba9bf290cc83f562747ec63a47 1455 web optional kazehakase_0.5.8-4.dsc
 b6198c0a3d72a513be92b4f744101a2b 68401 web optional kazehakase_0.5.8-4.diff.gz
 d7f1ddb0903c3473e9be7e3093080354 708846 web optional 
kazehakase_0.5.8-4_i386.deb
 516beb2c2000850aab25eef2832063b9 228816 web optional 
kazehakase-gecko_0.5.8-4_i386.deb
 b49a064b121af1fcfa9dbb6ef21eec79 105460 web optional 
kazehakase-webkit_0.5.8-4_i386.deb
 b53cf329d6a2e63c94024d49f12465df 1702124 debug extra 
kazehakase-dbg_0.5.8-4_i386.deb

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

iEYEARECAAYFAkwNJV8ACgkQOmXwGc/ULybH9gCfbOakI1zep/ra0Sla4LWn0nuc
EjMAn3NSPiOa/6HNsN8eYUYc5M0VqMJP
=Cez+
-END PGP SIGNATURE-


Accepted:
kazehakase-dbg_0.5.8-4_i386.deb
  to main/k/kazehakase/kazehakase-dbg_0.5.8-4_i386.deb
kazehakase-gecko_0.5.8-4_i386.deb
  to main/k/kazehakase/kazehakase-gecko_0.5.8-4_i386.deb
kazehakase-webkit_0.5.8-4_i386.deb
  to main/k/kazehakase/kazehakase-webkit_0.5.8-4_i386.deb
kazehakase_0.5.8-4.diff.gz
  to main/k/kazehakase/kazehakase_0.5.8-4.diff.gz
kazehakase_0.5.8-4.dsc
  to main/k/kazehakase/kazehakase_0.5.8-4.dsc
kazehakase_0.5.8-4_i386.deb
  to main/k/kazehakase/kazehakase_0.5.8-4_i386.deb


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



Accepted libnet-rendezvous-publish-perl 0.04-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 20:11:59 +0900
Source: libnet-rendezvous-publish-perl
Binary: libnet-rendezvous-publish-perl
Architecture: source all
Version: 0.04-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libnet-rendezvous-publish-perl - Perl module to publish Rendezvous services
Changes: 
 libnet-rendezvous-publish-perl (0.04-2) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
 .
   [ Jose Luis Rivas ]
   * debian/watch: Now is dist-based.
   * debian/control:
 + Debian Perl Group now is the maintainer, me passed to
 uploaders.
 .
   [ gregor herrmann ]
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7 instead of CDBS.
   * Use Build.PL.
   * Use source format 3.0 (quilt).
   * Remove Homepage semi-field from description.
   * Mention module name in description.
   * Convert debian/copyright to proposed machine-readable format.
   * Fix POD error.
 + new patch: pod-errors.patch
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 a4733eff43cb4173e1a93a111a99fb4c57216ae8 2252 
libnet-rendezvous-publish-perl_0.04-2.dsc
 96604df356d101a61251ce9698ff4a6e3c910253 2123 
libnet-rendezvous-publish-perl_0.04-2.debian.tar.gz
 1383916333b194d208b6da80f4d2254e22f575d2 9902 
libnet-rendezvous-publish-perl_0.04-2_all.deb
Checksums-Sha256: 
 76407e362b5594e0ce79a467e3cf7a3abd25b8552a0175636ed0b483c8d4215e 2252 
libnet-rendezvous-publish-perl_0.04-2.dsc
 6713e635464aab44cb04592ebc39517aaa5710af526d34c6bfc284e15ae9b97b 2123 
libnet-rendezvous-publish-perl_0.04-2.debian.tar.gz
 76f7b89cd532a6dd7513000b25e17a2e2dbe3b3036110f60f63e74455e40c83b 9902 
libnet-rendezvous-publish-perl_0.04-2_all.deb
Files: 
 b54ef633cf83df82b68a7b7f240b72a6 2252 perl extra 
libnet-rendezvous-publish-perl_0.04-2.dsc
 5bd460df6d5f53883a0e0e86c319ac21 2123 perl extra 
libnet-rendezvous-publish-perl_0.04-2.debian.tar.gz
 5fb9306186179e8808871c70119dfcd9 9902 perl extra 
libnet-rendezvous-publish-perl_0.04-2_all.deb

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

iQIcBAEBCAAGBQJMDSWQAAoJELs6aAGGSaoG6twQAJGw3RXP8fOEtngFRfHPvJqJ
1a3YFlB6Y8m/vr/wu+ukLTViStHLIoUGhbxBp32xXYW2SebkanrRusjW4GkMiQVf
tB6WJ0nnv3ZQ7oGo1IczwNKMNILnW1lBS6Gzghh3mzS9Nt+D3OekFI2r6PydHO5P
ew2pC6wqNTtlFc8SeTlZF/nDBzcs/hUsltjPX0N3X/5vgdQKphY/9NOpZNjmrtN4
cZBkz18qNtlA84Gvm5uMoU8/7nHJKVupaik3n2TF+I92uBkIW2nr9B0BIejgbyuO
YeNqqcqbUox3Q1lpq2miIPacttKGAK0eGSDfc9t0dq9k6UenuCNUjgcARPDNW0cJ
54/9gXSm6CI1ow81GaQljcqiTDGenE9taCmEv8o15i9208b8aL/Ugkf19d33IrHd
iYTAkdf87vy5BMF0UxWGJOIy/79h2IFuOdpYR263BB6Sltm6F5KdCe3Z+hrpHOVo
AGimNQ3nERifHy/bu+ewAiNQG0w3XDT0r+iBPvygpZslg46qwRIt/1ERABEmwxV9
BiNK2nBtpVb3VqjKURkE4e95g7+iT0BoTSvA2gNcoHj3K8dc+7d7RdDPVvoQ5i+n
vUxFkSbcSSM9elh0UzoKHsSrLgIcEp7jgq4S5ao2jMGhgbubA54IkZPG7fT0nEC4
e8wghomV6kJv5E4gFDEc
=Y9uV
-END PGP SIGNATURE-


Accepted:
libnet-rendezvous-publish-perl_0.04-2.debian.tar.gz
  to 
main/libn/libnet-rendezvous-publish-perl/libnet-rendezvous-publish-perl_0.04-2.debian.tar.gz
libnet-rendezvous-publish-perl_0.04-2.dsc
  to 
main/libn/libnet-rendezvous-publish-perl/libnet-rendezvous-publish-perl_0.04-2.dsc
libnet-rendezvous-publish-perl_0.04-2_all.deb
  to 
main/libn/libnet-rendezvous-publish-perl/libnet-rendezvous-publish-perl_0.04-2_all.deb


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



Accepted libnet-tftpd-perl 0.04-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 00:21:44 +0900
Source: libnet-tftpd-perl
Binary: libnet-tftpd-perl
Architecture: source all
Version: 0.04-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libnet-tftpd-perl - Perl extension for Trivial File Transfer Protocol Server
Changes: 
 libnet-tftpd-perl (0.04-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza).
   * debian/control: Changed: Maintainer set to Debian Perl Group pkg-
 perl-maintain...@lists.alioth.debian.org (was: Benoit Mortier
 benoit.mort...@opensides.be); Benoit Mortier
 benoit.mort...@opensides.be moved to Uploaders.
   * debian/watch: update to ignore development releases.
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7.
   * Use source format 3.0 (quilt).
   * Make build-dep on perl unversioned.
   * Convert debian/copyright to proposed machine-readable format.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 5d9c100ac9c3f34e171d5220371b4d3bd1f4040f 2023 libnet-tftpd-perl_0.04-2.dsc
 7849aa3deda358a3d53ff4128b3c4402a2c87fef 2035 
libnet-tftpd-perl_0.04-2.debian.tar.gz
 1877b1b2eed84f55b10df789521d5a48076d481d 16934 libnet-tftpd-perl_0.04-2_all.deb
Checksums-Sha256: 
 76b26779e38e23b00a1d4b57c5b134c365804bb4218971ef38eed1a15470fba2 2023 
libnet-tftpd-perl_0.04-2.dsc
 717aa01f004c88a4c03aab9b6a38413137c347647972b8162de784208f216aec 2035 
libnet-tftpd-perl_0.04-2.debian.tar.gz
 4816ad932124fcb902b1b32855847370ae42754b317d26f3478774b75a3202b1 16934 
libnet-tftpd-perl_0.04-2_all.deb
Files: 
 fe4e823c116e9aedaa4053156b572d22 2023 perl optional 
libnet-tftpd-perl_0.04-2.dsc
 79b3fc7750fce27ae81ef28049a2e1a3 2035 perl optional 
libnet-tftpd-perl_0.04-2.debian.tar.gz
 d20deece7d1d7817678c9b8c60d85323 16934 perl optional 
libnet-tftpd-perl_0.04-2_all.deb

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

iQIcBAEBCAAGBQJMDSbJAAoJELs6aAGGSaoGxVwP/ignuTOrKiouf3v6uwrmX6sU
FZK+rzZKN5xkPtV+ItwgFZwd3b4a/FVqnq6YriRSBQFzSEZYscTgaPr8jGAVgzuA
+mT1T0nizPpciWdVgsO9Ug536xYoXzO7IrLgoWFEnR5b4UAmTGTy1/qUEg5t/rLs
8Xv6LOoDoYBh1gi+xBVvQ7U5kr3GFKXGmvXvGFz2BD8U8NcrKCRnsapagM6P2USE
JiGLKxRc/vC224ylmI2E+rh/sm1h1HK44F2/kTawZgTuJ7sK8a7wt5sapBr0zfc2
JqLjMrZowGW8rIjVkiuBEAcS5c8mkBF3005vPNJVVY+x+4mEsqFAaJb+d4Hy6zQ6
OF6ciMixmxOWMKPrCY4ZwYpZJm1IwxN0Pl9L+H83m/t0jUR2WeGzlXVfw0laUkDw
LnEPdVZ4MoeycKtkdFqp/gmHH1yO6mB3q8RNyA2WsqcH3p5yN9PDr4hgQABliTcE
CUbJooMHDVyWaHiHmLOuIX60CKYtfYqsTE8mPSo5daHU5EQntwLp+2uea0SobRf5
nKXP9byV/DEW14WggHSqE6WgBtSpBNqtOLc70+94Wpw5aK+tPsOKSrATqyXcdsbR
wkC389ae0VgWF2Ft8vQNKDBYMSgU9XLNlXJ6LZUZvgLrqbTznPKdErWlM5LRwgZF
zMVMYV0zUMmFRn3ldQ7s
=sDz2
-END PGP SIGNATURE-


Accepted:
libnet-tftpd-perl_0.04-2.debian.tar.gz
  to main/libn/libnet-tftpd-perl/libnet-tftpd-perl_0.04-2.debian.tar.gz
libnet-tftpd-perl_0.04-2.dsc
  to main/libn/libnet-tftpd-perl/libnet-tftpd-perl_0.04-2.dsc
libnet-tftpd-perl_0.04-2_all.deb
  to main/libn/libnet-tftpd-perl/libnet-tftpd-perl_0.04-2_all.deb


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



Accepted pymvpa 0.4.5~dev23-1 (source all amd64)

2010-06-07 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 12:08:57 -0400
Source: pymvpa
Binary: python-mvpa python-mvpa-doc python-mvpa-lib
Architecture: source all amd64
Version: 0.4.5~dev23-1
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team t...@neuro.debian.net
Changed-By: Yaroslav Halchenko deb...@onerussian.com
Description: 
 python-mvpa - multivariate pattern analysis with Python
 python-mvpa-doc - documentation and examples for PyMVPA
 python-mvpa-lib - low-level implementations and bindings for PyMVPA
Closes: 583018
Changes: 
 pymvpa (0.4.5~dev23-1) unstable; urgency=low
 .
   * New upstream pre-release snapshot.  Includes few enhancements
 and fixes:
 - Compatible with libsvm = 2.91 (Closes: #583018)
 - No string exceptions raised
 - Setting of shrinking parameter in sg.svm interface
 - Deducing number of SVs for SVR (libsvm)
 - Correction of significance in the tails of non-parametric
   tests
   * debian/control
 - Moving under umbrella of NeuroDebian Team
Checksums-Sha1: 
 d29bb258dd6d66f7918b588ffa7c2f5cdcd77c61 1629 pymvpa_0.4.5~dev23-1.dsc
 3de2a079c1bc75d3714a22ff8bf9e8119310d24f 4148517 pymvpa_0.4.5~dev23.orig.tar.gz
 171c2417b8e93c63e7367c2e6058f33c4d98cea4 6564 pymvpa_0.4.5~dev23-1.diff.gz
 7c3049b6d88ab5fdf21ffcabc71a8784c855b5cf 2164418 
python-mvpa_0.4.5~dev23-1_all.deb
 5c59fd4623358150de8214b3fc1a2d74cd1ba1ca 9055564 
python-mvpa-doc_0.4.5~dev23-1_all.deb
 d22cdd5ff30232b9ace9b714f95289d1ae71e6c6 68366 
python-mvpa-lib_0.4.5~dev23-1_amd64.deb
Checksums-Sha256: 
 63bf3a16da5de39df0d423287bf8139f3aa74190f55924c6a1e2d91fffa9d402 1629 
pymvpa_0.4.5~dev23-1.dsc
 1cdcfff6803791f2652eafa36e5f7c04c8ae5c8307c3d076097b21e8c377ccf2 4148517 
pymvpa_0.4.5~dev23.orig.tar.gz
 196e60dba32403bd755984277141bc5cbc8af5988d85db26a687423bbad908e1 6564 
pymvpa_0.4.5~dev23-1.diff.gz
 854d008fef4a29a02e2ee8ed35914af958d6fded965410fadd8bb9009eaa78ed 2164418 
python-mvpa_0.4.5~dev23-1_all.deb
 e0aefbd053071a4fb12ed39d213fc641d1ce220137a6e21f6058a63c8ca15554 9055564 
python-mvpa-doc_0.4.5~dev23-1_all.deb
 972cc35bbd7ec0e32b560e0dd93a9600549e80933636bc9cba78e574af11dc95 68366 
python-mvpa-lib_0.4.5~dev23-1_amd64.deb
Files: 
 68228f06512ba2495274c56fd48f64d0 1629 python optional pymvpa_0.4.5~dev23-1.dsc
 7119e74f1fc095f5312e4afc4eb7a817 4148517 python optional 
pymvpa_0.4.5~dev23.orig.tar.gz
 66ff568103c43c0d3fe186548c1e0e7c 6564 python optional 
pymvpa_0.4.5~dev23-1.diff.gz
 54a76e471d520aaf753f150d1153f668 2164418 python optional 
python-mvpa_0.4.5~dev23-1_all.deb
 9bd852188253919b6ea34caf66294ca7 9055564 doc optional 
python-mvpa-doc_0.4.5~dev23-1_all.deb
 976cc83d462fc66cd3594181706d1f8c 68366 python optional 
python-mvpa-lib_0.4.5~dev23-1_amd64.deb

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

iEYEARECAAYFAkwNJQQACgkQjRFFY3XAJMiZEgCfRZmT8QF47ZFNqFydLI1LmV2T
VTsAoJeaakbKpzpCupYKSMgfyc03G8h/
=tYzG
-END PGP SIGNATURE-


Accepted:
pymvpa_0.4.5~dev23-1.diff.gz
  to main/p/pymvpa/pymvpa_0.4.5~dev23-1.diff.gz
pymvpa_0.4.5~dev23-1.dsc
  to main/p/pymvpa/pymvpa_0.4.5~dev23-1.dsc
pymvpa_0.4.5~dev23.orig.tar.gz
  to main/p/pymvpa/pymvpa_0.4.5~dev23.orig.tar.gz
python-mvpa-doc_0.4.5~dev23-1_all.deb
  to main/p/pymvpa/python-mvpa-doc_0.4.5~dev23-1_all.deb
python-mvpa-lib_0.4.5~dev23-1_amd64.deb
  to main/p/pymvpa/python-mvpa-lib_0.4.5~dev23-1_amd64.deb
python-mvpa_0.4.5~dev23-1_all.deb
  to main/p/pymvpa/python-mvpa_0.4.5~dev23-1_all.deb


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



Accepted glew 1.5.3-3 (source amd64)

2010-06-07 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 06 Jun 2010 08:52:46 +0200
Source: glew
Binary: glew-utils libglew1.5-dev libglew1.5 libglewmx1.5 libglewmx1.5-dev
Architecture: source amd64
Version: 1.5.3-3
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad and...@debian.org
Changed-By: Joost Yervante Damad and...@debian.org
Description: 
 glew-utils - The OpenGL Extension Wrangler - utilities
 libglew1.5 - The OpenGL Extension Wrangler - runtime environment
 libglew1.5-dev - The OpenGL Extension Wrangler - development environment
 libglewmx1.5 - The OpenGL Extension Wrangler - runtime environment
 libglewmx1.5-dev - The OpenGL Extension Wrangler - development environment
Closes: 584704
Changes: 
 glew (1.5.3-3) unstable; urgency=low
 .
   * don't use uint in GLEW. (Closes: #584704)
Checksums-Sha1: 
 f814bf8e5a91877d03331c06a19a19ece6ad282f 1194 glew_1.5.3-3.dsc
 921efa62f942fe35baf9b6ce84e7ee998566f28b 14810 glew_1.5.3-3.debian.tar.gz
 7b783ca0bb31fbe5f6eee31951de283016323e04 106160 glew-utils_1.5.3-3_amd64.deb
 2c0d48ca773297d95114b6549ee81a36813b92d6 207376 
libglew1.5-dev_1.5.3-3_amd64.deb
 405fb521ad17a7d17a31950caad8591124ddae36 104286 libglew1.5_1.5.3-3_amd64.deb
 74b69cae82ef2eb6194250f8281862088c9eba0a 90558 libglewmx1.5_1.5.3-3_amd64.deb
 da8f07ccf77508a82f2d1fa234ca60b6c20e5467 81238 
libglewmx1.5-dev_1.5.3-3_amd64.deb
Checksums-Sha256: 
 4dd01764475352671c17b2a4b052ee3c2e90090284b67b7c13649a2557031a9c 1194 
glew_1.5.3-3.dsc
 797a4298708fe414ce56ff7905431bcaa83a5484f611743f3df21381f68da966 14810 
glew_1.5.3-3.debian.tar.gz
 adc71aa0ef19ed22654a24043d2298258b04a8e026321acd92c0cba25e4af5c3 106160 
glew-utils_1.5.3-3_amd64.deb
 b119b40b86d6c41615afd9a0998988bda76527bc45160129e8760367f0518a11 207376 
libglew1.5-dev_1.5.3-3_amd64.deb
 90e89f5517cc8af705d950e21aae06177e32b3f5712200d38ee9566242eda146 104286 
libglew1.5_1.5.3-3_amd64.deb
 19a43656e6db2636e67b569a5877087f7d4a2f72ed14ae1921f255305f7dbc44 90558 
libglewmx1.5_1.5.3-3_amd64.deb
 f0354f57042df183ae76eb07d38c7c00791dbb1a5c4f74ded2df246634d9f5d3 81238 
libglewmx1.5-dev_1.5.3-3_amd64.deb
Files: 
 4fd134d0ec0e983294d930d0988313b2 1194 libs optional glew_1.5.3-3.dsc
 4cd17177f0de2ab79c4718daa1870a57 14810 libs optional glew_1.5.3-3.debian.tar.gz
 67190460187ea406c239deb9814c71ae 106160 utils optional 
glew-utils_1.5.3-3_amd64.deb
 b88b6522dde6194d1dea06e12c23bede 207376 libdevel optional 
libglew1.5-dev_1.5.3-3_amd64.deb
 ee2d8393ae16b7eec9db1b1589ef9ef2 104286 libs optional 
libglew1.5_1.5.3-3_amd64.deb
 f31105f1cbf556cd8771c1daf88da5ef 90558 libs optional 
libglewmx1.5_1.5.3-3_amd64.deb
 39a2159d202624809aeaf36d29fb4f4d 81238 libdevel optional 
libglewmx1.5-dev_1.5.3-3_amd64.deb

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

iEYEARECAAYFAkwNKJYACgkQ0/r2+3z8lN1XCgCdGjLDsd4N1KJQdk6wZ321gQFt
FaEAoKmncvH8WPGYV2Zx3kN6Ivd8vi1q
=IiQ/
-END PGP SIGNATURE-


Accepted:
glew-utils_1.5.3-3_amd64.deb
  to main/g/glew/glew-utils_1.5.3-3_amd64.deb
glew_1.5.3-3.debian.tar.gz
  to main/g/glew/glew_1.5.3-3.debian.tar.gz
glew_1.5.3-3.dsc
  to main/g/glew/glew_1.5.3-3.dsc
libglew1.5-dev_1.5.3-3_amd64.deb
  to main/g/glew/libglew1.5-dev_1.5.3-3_amd64.deb
libglew1.5_1.5.3-3_amd64.deb
  to main/g/glew/libglew1.5_1.5.3-3_amd64.deb
libglewmx1.5-dev_1.5.3-3_amd64.deb
  to main/g/glew/libglewmx1.5-dev_1.5.3-3_amd64.deb
libglewmx1.5_1.5.3-3_amd64.deb
  to main/g/glew/libglewmx1.5_1.5.3-3_amd64.deb


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



Accepted isc-dhcp 4.1.1-P1-1 (source i386 all)

2010-06-07 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 09:41:34 -0700
Source: isc-dhcp
Binary: isc-dhcp-server isc-dhcp-server-dbg isc-dhcp-server-ldap 
isc-dhcp-common isc-dhcp-dev isc-dhcp-client isc-dhcp-client-dbg 
isc-dhcp-client-udeb isc-dhcp-relay isc-dhcp-relay-dbg dhcp3-server 
dhcp3-client dhcp3-relay dhcp3-common dhcp3-dev
Architecture: source i386 all
Version: 4.1.1-P1-1
Distribution: experimental
Urgency: low
Maintainer: Debian ISC DHCP maintainers pkg-dhcp-de...@lists.alioth.debian.org
Changed-By: Andrew Pollock apoll...@debian.org
Description: 
 dhcp3-client - ISC DHCP server (transitional package)
 dhcp3-common - ISC DHCP common files (transitional package)
 dhcp3-dev  - ISC DHCP development files (transitional package)
 dhcp3-relay - ISC DHCP relay (transitional package)
 dhcp3-server - ISC DHCP server (transitional package)
 isc-dhcp-client - ISC DHCP client
 isc-dhcp-client-dbg - ISC DHCP client (debugging symbols)
 isc-dhcp-client-udeb - ISC DHCP Client for debian-installer (udeb)
 isc-dhcp-common - common files used by all the isc-dhcp* packages
 isc-dhcp-dev - API for accessing and modifying the DHCP server and client state
 isc-dhcp-relay - ISC DHCP relay daemon
 isc-dhcp-relay-dbg - DHCP relay daemon (debugging symbols)
 isc-dhcp-server - ISC DHCP server for automatic IP address assignment
 isc-dhcp-server-dbg - ISC DHCP server for automatic IP address assignment 
(debug)
 isc-dhcp-server-ldap - DHCP server able to use LDAP as backend
Changes: 
 isc-dhcp (4.1.1-P1-1) experimental; urgency=low
 .
   * New Upstream Version
 - Fix for fencepost error on zero-length client identifier
 - CVE-2010-2156
 - VU#541921
   * debian/isc-dhcp-{server,relay}.init: adjust Default-Stop to match
 invocation of update-rc.d in postinst to avoid warning from update-rc.d
Checksums-Sha1: 
 708cda54a263274d25ac9063f4aee68becda9365 2018 isc-dhcp_4.1.1-P1-1.dsc
 e9e756df09502fcd79bdf0ab3af0f92b41b0 1085414 isc-dhcp_4.1.1-P1.orig.tar.gz
 2bb003c6e8d121ac71a0acf25355fccfe967ab7e 126804 isc-dhcp_4.1.1-P1-1.diff.gz
 8cf9a31c8a79547846f41e04239ec46f1bab0a18 343868 
isc-dhcp-server_4.1.1-P1-1_i386.deb
 ce3b652fb34639737d9297b4edf1ee7609a93e31 764616 
isc-dhcp-server-dbg_4.1.1-P1-1_i386.deb
 cb28fe7d57297b4899339ef17d6ea5f152460b8c 330202 
isc-dhcp-server-ldap_4.1.1-P1-1_i386.deb
 0508ee7c46d0d089b62364c894e5fe086d5fa458 311518 
isc-dhcp-common_4.1.1-P1-1_i386.deb
 5699a6a27a4f0161cd279665a23a9c83caa34369 667940 
isc-dhcp-dev_4.1.1-P1-1_i386.deb
 6d6cef152fe48a5f4e8a8dbbf9410134689b2e75 227444 
isc-dhcp-client_4.1.1-P1-1_i386.deb
 30d94b33bc00d66f8ac6c286bb4165edf285324c 590596 
isc-dhcp-client-dbg_4.1.1-P1-1_i386.deb
 f81418262e9d9027bb4381e984c2995be40b8531 177396 
isc-dhcp-client-udeb_4.1.1-P1-1_i386.udeb
 a8a4805ce4f7555312ff52665bf50dad0a24e6a0 104318 
isc-dhcp-relay_4.1.1-P1-1_i386.deb
 44aa74e979a133e07bf76763c2f3d260a3ca33ee 324988 
isc-dhcp-relay-dbg_4.1.1-P1-1_i386.deb
 b75d546e7b97f252b6bbbad79866992ccd360fa6 23872 dhcp3-server_4.1.1-P1-1_all.deb
 46710f734266b0e9c41397dd5c3681a56505ccd7 23932 dhcp3-client_4.1.1-P1-1_all.deb
 a2d57009ec9e5b55426306e838df4c9b60f6ea5b 23770 dhcp3-relay_4.1.1-P1-1_all.deb
 f35606975ebab1d2f73de9f3163df3dc34d5a682 23664 dhcp3-common_4.1.1-P1-1_all.deb
 c468a2d23bfcab591f3feaa1096ba823b96e8972 23712 dhcp3-dev_4.1.1-P1-1_all.deb
Checksums-Sha256: 
 3dcdb59806c2456c934177da419314f5f41e194ef8e08cf92641866e1e52a63f 2018 
isc-dhcp_4.1.1-P1-1.dsc
 2f640350cbb1966ec3090198c3f128d649a3655f747f96ce910a477fe63263da 1085414 
isc-dhcp_4.1.1-P1.orig.tar.gz
 177ff8553ea7d0fc3d3113886de3adad5ba268494cf078731b266ffefabcafcb 126804 
isc-dhcp_4.1.1-P1-1.diff.gz
 2eb82d60518f10b6a4b3bbc57503a502a38bd804a61f1a183f27b089af52123b 343868 
isc-dhcp-server_4.1.1-P1-1_i386.deb
 fcae4ce31ae09c42c47f681757e83ec160b8841435a184a7ad7c6f3e1992584f 764616 
isc-dhcp-server-dbg_4.1.1-P1-1_i386.deb
 042b99b447e20e0392052fc4962f1d5060f897610f63a04855124c2776ced355 330202 
isc-dhcp-server-ldap_4.1.1-P1-1_i386.deb
 9aac35eded1680ecc03fa7966374a7a4be9bec1221be3004c6cb6ae0448da29e 311518 
isc-dhcp-common_4.1.1-P1-1_i386.deb
 1b4db6c6a97f14f6330053b7e9e928e58d2eff99f01568d0b6cfa8787aba6fba 667940 
isc-dhcp-dev_4.1.1-P1-1_i386.deb
 94e624c91f6ca73131d2f3c7deb060fe90e76021f8b50ebd4498f3be8653edec 227444 
isc-dhcp-client_4.1.1-P1-1_i386.deb
 7171f115b43861db5f4c5d6de26d5f52ee120f8e77cd001e41a3daf5b6594776 590596 
isc-dhcp-client-dbg_4.1.1-P1-1_i386.deb
 dd48fcfce02d6e41c218dceeb1e18a3306435cd57c2e8f42716efa24bc84c4dc 177396 
isc-dhcp-client-udeb_4.1.1-P1-1_i386.udeb
 d24b3e3c4b8b880e20cae4c8aa7b7f59647f08ec5eefffef169eb2a339d360c2 104318 
isc-dhcp-relay_4.1.1-P1-1_i386.deb
 87849aba1b76d263b13d56011eb9a9397cf079149d4bcdf1492f454a3358e981 324988 
isc-dhcp-relay-dbg_4.1.1-P1-1_i386.deb
 decf66cf83a1be0f4e56fcaef67d4c624d50d101cf2f60c96a4e837e0c2bb6bb 23872 
dhcp3-server_4.1.1-P1-1_all.deb
 4342b9b518fb0f3c132a4c186da0824effd354dd2e31fd1d2944bf3d2b5c7b82 23932 

Accepted libnews-nntpclient-perl 0.37-8 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 19:49:28 +0900
Source: libnews-nntpclient-perl
Binary: libnews-nntpclient-perl
Architecture: source all
Version: 0.37-8
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libnews-nntpclient-perl - Perl module to access NNTP servers
Changes: 
 libnews-nntpclient-perl (0.37-8) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
 .
   [ gregor herrmann ]
   * debian/control: Changed: Maintainer set to Debian Perl Group pkg-
 perl-maintain...@lists.alioth.debian.org (was: Jose Luis Rivas
 ghostba...@gmail.com); Jose Luis Rivas ghostba...@gmail.com
 moved to Uploaders.
   * debian/watch: use dist-based URL.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7 instead of CDBS.
   * Change hashbang via sed instead of a patch.
   * Use source format 3.0 (quilt).
   * Converted debian/copyright to proposed machine-readable format.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 3f4adbd09d28cb9650a944034fd88f29d87b603c 2078 
libnews-nntpclient-perl_0.37-8.dsc
 b4fa7a763c26dbe7fe03caa1f92821b0ac522c9e 2598 
libnews-nntpclient-perl_0.37-8.debian.tar.gz
 5a83361aa67059fab7dd06c7596a6043d5acb7bb 26088 
libnews-nntpclient-perl_0.37-8_all.deb
Checksums-Sha256: 
 5c419fe7ec53f08a557a25786a002f2e5b09544e187c0d359045a2c1730c1d8a 2078 
libnews-nntpclient-perl_0.37-8.dsc
 3038933e3a6922f03ef0d8af35944c4b37f693f857b2bd5be58305277482142f 2598 
libnews-nntpclient-perl_0.37-8.debian.tar.gz
 7d1058cde63b094a458d06fde942e38173c275923b0ceb4a566da9c6c5810587 26088 
libnews-nntpclient-perl_0.37-8_all.deb
Files: 
 8a6e291fd8d16a4953eb19ba1795e912 2078 perl optional 
libnews-nntpclient-perl_0.37-8.dsc
 ce3f3ae310a6eceee8cd9810c70fadd1 2598 perl optional 
libnews-nntpclient-perl_0.37-8.debian.tar.gz
 3306e7fc01af6ff428da5ee4b80ae4e9 26088 perl optional 
libnews-nntpclient-perl_0.37-8_all.deb

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

iQIcBAEBCAAGBQJMDSiSAAoJELs6aAGGSaoGLK4QAIznY+0dmvHKkvPuwHaUNWi3
zswmxB5QrhomA2MIR/+CKkni86bYK/PP07LzMVbfMtqZlHzd0t+uaGD1fB65s78x
TlSlqLwedZa5JIjkhzwcOJkRWg+Wmk8llVzTTHdCdOdIlpTgRJjSAZfvDVwDDVzg
fuvSjmx1Oqws9+ZJudAu2tauOoVK0FI1gU4v06KOg9A65WI/sX+68jiYnZInRT1J
OEOwBzFl9zI55RF0/se5hlOmPFQdLOjq3jBTn9tuSOvzyoSle4Pr6iNy5DvD1kTc
2eKwPaPKINU/gGn2uvTzS9kVI502XMhODasyNEJKguCpYeER6Znje0rzt3hJFsoX
zONEUZRH3wLglFLWSJWojTEbjNfXHHCc5ybdbjV8Rpy1Lcm1XnbbLE0yGWDlqwh/
gO4tN91ahfKu8sHRyglsisbldwjgFn48ITTXm+iVLzVWie/mrn2OHuBHYWOu/esE
rwr16UMZJliONCcICEqskk13Xyv3ZX48sGZqvosOSvIlDe3up0yvZNbnCFqvLMeu
hzI6Ac7tZ4h0IHjx7pr/99ynaFZBdkFbHrnBqUF7corVAfJBAlIMjKqIcykOdfDT
pP9aWgqdO4LmPA12tzWNq7ZRCYAKU/TvH2vDY7ccueHTWTjd9rvSqVWNTVYMXUOM
XCvchsRFbF+7bSjxycoI
=knSy
-END PGP SIGNATURE-


Accepted:
libnews-nntpclient-perl_0.37-8.debian.tar.gz
  to 
main/libn/libnews-nntpclient-perl/libnews-nntpclient-perl_0.37-8.debian.tar.gz
libnews-nntpclient-perl_0.37-8.dsc
  to main/libn/libnews-nntpclient-perl/libnews-nntpclient-perl_0.37-8.dsc
libnews-nntpclient-perl_0.37-8_all.deb
  to main/libn/libnews-nntpclient-perl/libnews-nntpclient-perl_0.37-8_all.deb


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



Accepted libpod-sax-perl 0.14-5 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 17:25:01 +0900
Source: libpod-sax-perl
Binary: libpod-sax-perl
Architecture: source all
Version: 0.14-5
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libpod-sax-perl - Perl module for generating SAX events from POD
Changes: 
 libpod-sax-perl (0.14-5) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
   * debian/control: remove version from (build) dependencies on
 libxml-sax-perl and libxml-sax-writer-perl.
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7.
   * No longer install man page for pod2axpoint.xsl which is only an example.
   * Use source format 3.0 (quilt).
   * Convert debian/copyright to proposed machine-readable format.
   * debian/control: Move debhelper to Build-Depends.
   * debian/control: Mention module name in description.
   * debian/control: Remove duplicated Priority and Section fields from binary
 package stanza.
   * debian/watch: Use extended regular expression to match upstream releases.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 d1e6988257874667a1e3e15903e276c1a1a63986 2029 libpod-sax-perl_0.14-5.dsc
 2a136366b94cf774acfe9aad21ede09521cf16d5 2454 
libpod-sax-perl_0.14-5.debian.tar.gz
 dc48d7e386916ca4320b705739cc8b7484ccd664 19602 libpod-sax-perl_0.14-5_all.deb
Checksums-Sha256: 
 5e19a97cb0f3dd2d050c04cc7c685c4c4dbc82f5b4217995e553c2e7cb0b3580 2029 
libpod-sax-perl_0.14-5.dsc
 ae6935fd97785b9c9a0773bf757a305d67bee1962f22dd96b4794cec43f96c32 2454 
libpod-sax-perl_0.14-5.debian.tar.gz
 3e892e026ca0e3eacd9437b2c120a3bce74114c27de219d37011324a3ae855de 19602 
libpod-sax-perl_0.14-5_all.deb
Files: 
 676d3bab7a1b2adb6877ce770440cec9 2029 perl optional libpod-sax-perl_0.14-5.dsc
 56e04d9cafb52e0f61198a869e29b905 2454 perl optional 
libpod-sax-perl_0.14-5.debian.tar.gz
 bd6ba15b62569429aa29acccd70412fd 19602 perl optional 
libpod-sax-perl_0.14-5_all.deb

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

iQIcBAEBCAAGBQJMDSskAAoJELs6aAGGSaoGx7IP/3opX1r3m5ElR8u7Hjqc+6sJ
sKVdxMAe+ohwwSTvIeYq7RgkpYC3JdCJd1in3uN4H6kKcj1UYDCPvky3DwJxx+P9
L4HyOWG2Fs66guo+GYYMJyAB0x6njSrKU0uXwOeFEeE7PTL3PNGWizm+viHdLsiJ
6deZvvA4pg54S+yzVPOGa7lHR30tOOSxjhCLFe7RFFtr1PMHZ5Gz+hJpojnPSAhN
F43YW5x0DeWcU58CTg/cCGlpukrKSVPwPncF9BilcLBSv8jqgtBBNziBr4SNEoIo
YlW8OkA5bBNp7aw4GAcb90ZT3jkLqU3dd9YRufUDk+CEUKQPGpsf8lIsGGcnalBU
2/4kchsot9SwEwS3liPGuYAuims8T8LMIVJcH5ejAcULheQf6x0NYvc9CxqzbD6J
xKu+zT8dcOje/77S+hFym5DmEr6aQprzunnEbj8j9u87DeaKHnIYxRv2JVwCzRYp
KDne2zs7l1SWCVmDXJQti43DmxsnyzK+qCjFAj8Ssd1Eci/HbbkP7fNawIUrL5aS
XG4soRT7od3DxJb2LLnJ2dLtGo06F5S0Gm4vaE7s+ECbdCKdr8H1CnFwsTquQ7FP
yN1zv6cFKYslcdz5074bAY0YNapjJn7LC/s3tVHGW4xe5/Mg4Khw21B9JCxZk8cK
XjCVbDW8dEAGamxOsf8l
=nhr1
-END PGP SIGNATURE-


Accepted:
libpod-sax-perl_0.14-5.debian.tar.gz
  to main/libp/libpod-sax-perl/libpod-sax-perl_0.14-5.debian.tar.gz
libpod-sax-perl_0.14-5.dsc
  to main/libp/libpod-sax-perl/libpod-sax-perl_0.14-5.dsc
libpod-sax-perl_0.14-5_all.deb
  to main/libp/libpod-sax-perl/libpod-sax-perl_0.14-5_all.deb


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



Accepted merkaartor 0.16.0-1 (source amd64)

2010-06-07 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 18:55:21 +0200
Source: merkaartor
Binary: merkaartor
Architecture: source amd64
Version: 0.16.0-1
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 merkaartor - map editor for OpenStreetMap.org
Closes: 582615
Changes: 
 merkaartor (0.16.0-1) unstable; urgency=low
 .
   * [d177c38a] Merge branch 'upstream'
 Updating to upstream version 0.16.0.
 The new version handles the opening of files from the command line
 properly again, thanks to Paul Wise for the report. (Closes: #582615).
Checksums-Sha1: 
 634b3528fcc24885010eb715e6ba81ecf275981d 1393 merkaartor_0.16.0-1.dsc
 8c9c634a27f37a1a8e643e794dd3968cf5123679 6821539 merkaartor_0.16.0.orig.tar.gz
 ed006004d92bfa12f760cddde7741f90976d3061 19674 merkaartor_0.16.0-1.diff.gz
 63e01aa7bca634702600952884b9968de655cec3 3439668 merkaartor_0.16.0-1_amd64.deb
Checksums-Sha256: 
 2f437acb6139a58e1143b934ff10bfb895e8e23fa0d3a2ed546183b7fa0d20a5 1393 
merkaartor_0.16.0-1.dsc
 3a32dd0122c8ba9a9774702c12cabdec30b3c8e997dec8816771a84937c1348f 6821539 
merkaartor_0.16.0.orig.tar.gz
 ea4cc455b37d60e3399ecf5b747147b9b7578fcb8d36097dc2c1b8b28adc3434 19674 
merkaartor_0.16.0-1.diff.gz
 89f8e7886e7d6a810b3e9c4d45f476c947268d55717512d6c8e00e0071bfd8dc 3439668 
merkaartor_0.16.0-1_amd64.deb
Files: 
 9e18b006f25d797cc0b92237b9476855 1393 science extra merkaartor_0.16.0-1.dsc
 a68fc9224d47d314e12a852feb7761a0 6821539 science extra 
merkaartor_0.16.0.orig.tar.gz
 62d95a3f651ebbbce96f7199680f3938 19674 science extra 
merkaartor_0.16.0-1.diff.gz
 7273e058b64e49e0d9f7828cb980c644 3439668 science extra 
merkaartor_0.16.0-1_amd64.deb

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

iEYEARECAAYFAkwNKwMACgkQBnqtBMk7/3k/wQCfZ2r21dR8ASEFHSi4xK6CpQoU
GFQAnRx0cxWYOUFgf+jjxqczU5C6ea15
=h073
-END PGP SIGNATURE-


Accepted:
merkaartor_0.16.0-1.diff.gz
  to main/m/merkaartor/merkaartor_0.16.0-1.diff.gz
merkaartor_0.16.0-1.dsc
  to main/m/merkaartor/merkaartor_0.16.0-1.dsc
merkaartor_0.16.0-1_amd64.deb
  to main/m/merkaartor/merkaartor_0.16.0-1_amd64.deb
merkaartor_0.16.0.orig.tar.gz
  to main/m/merkaartor/merkaartor_0.16.0.orig.tar.gz


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



Accepted libnet-tftp-perl 0.18-1 (source all)

2010-06-07 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 16:27:08 +0200
Source: libnet-tftp-perl
Binary: libnet-tftp-perl
Architecture: source all
Version: 0.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso salvatore.bonacco...@gmail.com
Description: 
 libnet-tftp-perl - Perl module for accessing TFTP servers
Changes: 
 libnet-tftp-perl (0.18-1) unstable; urgency=low
 .
   [ Joachim Breitner ]
   * Removed myself from uploaders.
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
 .
   [ Salvatore Bonaccorso ]
   * New upstream release.
   * Add myself to Uploaders.
   * Convert to '3.0 (quilt)' source package format.
   * debian/compat: Bump to compat level 7.
   * debian/rules: Simplify debian/rules to a tiny rules file.
   * debian/control:
 - Bump Build-Depends on debhelper (= 7).
 - Add Build-Depends-Indep on libtest-mockmodule-perl, libtest-warn-perl
   and alternative on perl (= 5.10.1) | libtest-simple-perl (= 0.88).
 - Change versioned Build-Depends-Indep on perl to an unversioned
   dependency.
 - Rewrite the long description to match verbosely the description of
   the Net::TFTP module.
 - Fix lintian's binary-control-field-duplicates-source, dropping
   Section and Priority field from binary package stanza.
   * Update debian/copyright and use revision 135 of DEP5's format-
 specification for machine readable copyright file.
   * Bump Standards-Version to 3.8.4.
Checksums-Sha1: 
 da7bba421bf0b8c4e108d379aba00acb64010e20 2148 libnet-tftp-perl_0.18-1.dsc
 3a7365d8205aa8c9ff85e7b6d92faf62f788d2ef 8756 libnet-tftp-perl_0.18.orig.tar.gz
 aef108903b3e08d20891e8f784914e38722d58be 2795 
libnet-tftp-perl_0.18-1.debian.tar.gz
 bdb3f68a5d286ef3e688a30050ba874c026389bc 14690 libnet-tftp-perl_0.18-1_all.deb
Checksums-Sha256: 
 17c0280566609d6a2f9c1550adeb28bf2936647ef75ef6fc25a9e4b50fee1410 2148 
libnet-tftp-perl_0.18-1.dsc
 8289fcfa3bb2b93be833162860bb891678b710353d6bbabdbaa08b366affa4a2 8756 
libnet-tftp-perl_0.18.orig.tar.gz
 3e326c6e6056d8c59ab36dcd2c0a514d53a99ccb557673b09320af8a5bb7b618 2795 
libnet-tftp-perl_0.18-1.debian.tar.gz
 a919191a3ba7df6e422506070011065e67ac8ee4f5a71cc3ad7c42446f18ae91 14690 
libnet-tftp-perl_0.18-1_all.deb
Files: 
 07319792fb48c14cb4a1377acac4974e 2148 perl optional libnet-tftp-perl_0.18-1.dsc
 7102176d616fac272bba407ac8a9d050 8756 perl optional 
libnet-tftp-perl_0.18.orig.tar.gz
 bd05c77c868ab625f353c1ac0d410672 2795 perl optional 
libnet-tftp-perl_0.18-1.debian.tar.gz
 5f0941d3b6e83460ae8fc3eb4f50056d 14690 perl optional 
libnet-tftp-perl_0.18-1_all.deb

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

iQIcBAEBCAAGBQJMDS6jAAoJELs6aAGGSaoGAEMP/1w4PlwvFgkJiJkLmKgCfNct
yNiKmrpw9bj3IOi6wg32wxMTbDP8gGhN9w2oOHxCSL+ZMLxavS2MitsBQN2wRb0c
6TgdiOUe2oXEjOnCYUcCTJ1BU0KahfjcOdm/C7BtlTCVDkCqGvDLldfOG8wwQMK5
R2QL35QKYzEgfhkyOlYgQEYt9U9WeonGsgyO2G2t1R8mlGWKpaidGH2C7gAiW9KP
HhxsT2+w6RoGJWBwJRLnYy0lYCFl5AtqKEcx7EC+3m5w06y38/GklwZ8iSJs6lQy
CA4DtcRvqN8IwRspnSjUC3i4Q76hgFTjLWNi3PyKyGj/IG5i0PFaccWAvODBBhI7
IQpTGQQ6Hzqy4DAadXsX/Tt7q0F4TLjGl8JX1Msg+gal+vAkRCQ5G6/DFFXTBT3w
2SN5ltqqUnUt6gi+ZU2ak7Wy7iPHVostgdTpeWkfu9/Jp2l5SYXyOqAgRZcI914/
AKi1AyKQZcariTaX377eCOsK4AgQ2dzrWVfdu1E3jZS1bomRk3ipNe0LqusVEm2j
MxB/tKQalG8V1CWgXu+GY1InDKa3ofAj13rbbPC5w4a25HFPD7qH+G4b/Z8ZtEol
tMeKx/SCnHrkqwXJsOeL5ZVZi3DoR6qs3L992f7085WakVcRrWY/a+Ymm2aM+d25
uWoVLtTVyH4Xzk++l+Nf
=I44Y
-END PGP SIGNATURE-


Accepted:
libnet-tftp-perl_0.18-1.debian.tar.gz
  to main/libn/libnet-tftp-perl/libnet-tftp-perl_0.18-1.debian.tar.gz
libnet-tftp-perl_0.18-1.dsc
  to main/libn/libnet-tftp-perl/libnet-tftp-perl_0.18-1.dsc
libnet-tftp-perl_0.18-1_all.deb
  to main/libn/libnet-tftp-perl/libnet-tftp-perl_0.18-1_all.deb
libnet-tftp-perl_0.18.orig.tar.gz
  to main/libn/libnet-tftp-perl/libnet-tftp-perl_0.18.orig.tar.gz


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



Accepted libtie-regexphash-perl 0.15-2 (source all)

2010-06-07 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 17:38:09 +0900
Source: libtie-regexphash-perl
Binary: libtie-regexphash-perl
Architecture: source all
Version: 0.15-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Ansgar Burchardt ans...@43-1.org
Description: 
 libtie-regexphash-perl - use regular expressions as hash keys
Changes: 
 libtie-regexphash-perl (0.15-2) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
 field (source stanza); Homepage field (source stanza).
   * Set Maintainer to Debian Perl Group.
   * Use dist-based URL in debian/watch.
   * debian/control: Added: ${misc:Depends} to Depends: field.
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
 .
   [ Ansgar Burchardt ]
   * Use debhelper 7.
   * Use Build.PL.
   * Use source format 3.0 (quilt).
   * Convert debian/copyright to proposed machine-readable format.
   * debian/watch: Use extended regular expression to match upstream releases.
   * Bump Standards-Version to 3.8.4.
   * Add myself to Uploaders.
Checksums-Sha1: 
 444a32dee4caaa38ccf435fee6de34f700d91fa1 2100 libtie-regexphash-perl_0.15-2.dsc
 bae795c31258a6af956dc1dc8e1fa132ed05bcb0 2277 
libtie-regexphash-perl_0.15-2.debian.tar.gz
 29e6375172f96c1939852480ad1755a1a7c00c9b 10456 
libtie-regexphash-perl_0.15-2_all.deb
Checksums-Sha256: 
 1d857f92622d1b112ffb675b2344ec01f050e1d681c9b7aa0680473f688acc5f 2100 
libtie-regexphash-perl_0.15-2.dsc
 f9403ac56ec421157a61b7c14dd389f693214be4ad40ff99bc7c09136c591ac7 2277 
libtie-regexphash-perl_0.15-2.debian.tar.gz
 294af6ba453ae41dfe8a0406b3d7fe52844f54b69c38dfad65bc6f64c1dbf72d 10456 
libtie-regexphash-perl_0.15-2_all.deb
Files: 
 2150b0fa3bcc2c0153ab4cf9c489a2d3 2100 perl optional 
libtie-regexphash-perl_0.15-2.dsc
 5a7beed3cb7c323677811950fc5332df 2277 perl optional 
libtie-regexphash-perl_0.15-2.debian.tar.gz
 5d26c4ad1297332a10b9d18ad062737a 10456 perl optional 
libtie-regexphash-perl_0.15-2_all.deb

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

iQIcBAEBCAAGBQJMDSwwAAoJELs6aAGGSaoGMNEP/3YeGdawID4SvsXa/ZjlruWd
6PwnuILOugR1zumSrMy5/RlF0m1Pr58UFF1ib8rzsuG0c2KZGJcXgEpEsI6JFD52
LPN3S3cXGc28iDSx+TP72AQCBkTxo0GVlxKlJ8nV1LyJCZhq7GUDHLHORsqC9D/j
KfK+ykIQcVZdcWskJLKftYg4x0tQ+Ub+n3ypGnGoXfZiFv6fxIiUbUUV55SXuYns
kpM/nsDNh+WpAsmnpvMKwsSbdgwa5WyVeUoSiPZFzTCPpLMphDaCVFpuNymjDFaJ
Eju84LckykDTJ4rHV1nQrSvCqen071pcsd9+jmO3jhyi1pDI17/K9lxppN6n4PfN
ng63w3qR+6/IzbwSVJUffHZW9niUQl6GyomgwrmNfclmYkByc2aGfsz6odJYF9oT
S12tNW+FDr5j7CTkZkY9cEGPzGm0FAnS7VilIfC7VpUm/1jT1mjLgIifrlbG8H1V
sXXxD63HrbWLzt+rUT58W4YifEYEJWWNicgxVSLndC6JkJO4XoHx63E4wpy8Yx7B
ZomLswz9SeU+GmuQgnL6llRQqEk4gewvXu2xaDC6yvPjLIXh29rmpb0XYTUUiDms
CSX52AKYuz99bCjYLRVyXnv85KVJ7UN4F49vhqSZHn2sD0Wz5Q2Mxcou9CjlZKkf
PcWzGj+nXSFoPUftuJge
=aBcW
-END PGP SIGNATURE-


Accepted:
libtie-regexphash-perl_0.15-2.debian.tar.gz
  to 
main/libt/libtie-regexphash-perl/libtie-regexphash-perl_0.15-2.debian.tar.gz
libtie-regexphash-perl_0.15-2.dsc
  to main/libt/libtie-regexphash-perl/libtie-regexphash-perl_0.15-2.dsc
libtie-regexphash-perl_0.15-2_all.deb
  to main/libt/libtie-regexphash-perl/libtie-regexphash-perl_0.15-2_all.deb


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olgpt-00032v...@ries.debian.org



Accepted openmsx 0.8.0-1 (source all amd64)

2010-06-07 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 19:04:42 +0200
Source: openmsx
Binary: openmsx openmsx-data
Architecture: source all amd64
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad and...@debian.org
Changed-By: Joost Yervante Damad and...@debian.org
Description: 
 openmsx- the MSX emulator that aims for perfection
 openmsx-data - datafiles for openMSX, an MSX emulator
Changes: 
 openmsx (0.8.0-1) unstable; urgency=low
 .
   * New upstream release
   * Major new features: reverse and laserdisc support.
 .
 with reverse you can 'rewind' time with your finger tip, to correct game
 playing mistakes or inspect what caused a crash.
 Laserdisc is the Palcom system introduced by Pioneer in 1984: now you can
 play all the Palcom MSX Laserdisc games in openMSX!
 .
 For more details see the upstream release notes at
 
http://sourceforge.net/projects/openmsx/files/openmsx/0.8.0/release-notes.txt/view
Checksums-Sha1: 
 8659cce632e47daf5b2d30eaea47f115cebf97e2 1230 openmsx_0.8.0-1.dsc
 17aeeb5e456388736d8a0f62e2e207c51cd75771 2830301 openmsx_0.8.0.orig.tar.gz
 d54b01ee03115d07a41b2b02a2b2d20902e58082 11514 openmsx_0.8.0-1.debian.tar.gz
 3aea432fc6ce280d713ff3a0126efa2344cb5551 1423680 openmsx-data_0.8.0-1_all.deb
 6e72ecc55171b9d8b480149d190ae8a034667b35 2305914 openmsx_0.8.0-1_amd64.deb
Checksums-Sha256: 
 11c986ad18aa2cf2e917571659cc6db4d7c5f50d40e0b881126f442d21cb3d37 1230 
openmsx_0.8.0-1.dsc
 e6105a351aa5d66d799c3e9c6c16226db9b379588d4c52478820c111437185c4 2830301 
openmsx_0.8.0.orig.tar.gz
 454ad9799ebe158097fee7e4eebb53f84ecd384d5b82a874b6b063c5815d7aa5 11514 
openmsx_0.8.0-1.debian.tar.gz
 6e673e8026ac4943bff9fd6326868fc532390f401899b993fcec657fe8acb4bc 1423680 
openmsx-data_0.8.0-1_all.deb
 87f2e159c933195a0e8356ffb19b87d23e9845818fd4b78cf53192cc8bacd773 2305914 
openmsx_0.8.0-1_amd64.deb
Files: 
 e4acbb9a6e8e800935c49b885f051524 1230 otherosfs optional openmsx_0.8.0-1.dsc
 1370cd5168b0b984e62120356a9b5609 2830301 otherosfs optional 
openmsx_0.8.0.orig.tar.gz
 d313d4a0ffc8d71f6393ea9f01c1675b 11514 otherosfs optional 
openmsx_0.8.0-1.debian.tar.gz
 486a4ef5f1e5f1dac59d8f1097bba5d9 1423680 otherosfs optional 
openmsx-data_0.8.0-1_all.deb
 7b7c44543d6eb0d1e1466369e68ebe67 2305914 otherosfs optional 
openmsx_0.8.0-1_amd64.deb

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

iEYEARECAAYFAkwNLOIACgkQ0/r2+3z8lN1EIwCcCDQ0rIafQuxR/d1lsIbC4n/j
1I4AoIPrzfcRLkXbISg2sOqr3hPCQJoX
=aJzQ
-END PGP SIGNATURE-


Accepted:
openmsx-data_0.8.0-1_all.deb
  to main/o/openmsx/openmsx-data_0.8.0-1_all.deb
openmsx_0.8.0-1.debian.tar.gz
  to main/o/openmsx/openmsx_0.8.0-1.debian.tar.gz
openmsx_0.8.0-1.dsc
  to main/o/openmsx/openmsx_0.8.0-1.dsc
openmsx_0.8.0-1_amd64.deb
  to main/o/openmsx/openmsx_0.8.0-1_amd64.deb
openmsx_0.8.0.orig.tar.gz
  to main/o/openmsx/openmsx_0.8.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olgq8-00035b...@ries.debian.org



Accepted gnutls26 2.9.11-1 (source all i386)

2010-06-07 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 07 Jun 2010 19:36:33 +0200
Source: gnutls26
Binary: libgnutls-dev libgnutls26 libgnutls26-dbg gnutls-bin gnutls-doc 
guile-gnutls libgnutlsxx26
Architecture: source all i386
Version: 2.9.11-1
Distribution: experimental
Urgency: low
Maintainer: Debian GnuTLS Maintainers pkg-gnutls-ma...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 gnutls-bin - the GNU TLS library - commandline utilities
 gnutls-doc - the GNU TLS library - documentation and examples
 guile-gnutls - the GNU TLS library - GNU Guile bindings
 libgnutls-dev - the GNU TLS library - development files
 libgnutls26 - the GNU TLS library - runtime library
 libgnutls26-dbg - GNU TLS library - debugger symbols
 libgnutlsxx26 - the GNU TLS library - C++ runtime library
Changes: 
 gnutls26 (2.9.11-1) experimental; urgency=low
 .
   * New upstream version.
   * Drop 15_gnutlspriority.diff, superseded.
Checksums-Sha1: 
 3c2c07770a916fc66da291d445bd44c7b7fb901c 1644 gnutls26_2.9.11-1.dsc
 16ee8e4ace64552e5aee4f35b8811e7187d31681 7439369 gnutls26_2.9.11.orig.tar.bz2
 e6e1c6154b023828f8665bf3431d0037fd48d1e2 17869 gnutls26_2.9.11-1.debian.tar.gz
 0dc357f7899cce76118520ecd76a845972f9f4ed 3221586 gnutls-doc_2.9.11-1_all.deb
 5191d8cee4f5fb6f9d0c4373a6d2564d88f7c3db 663128 libgnutls-dev_2.9.11-1_i386.deb
 ef94d79f2bba8eef9fef16fb852da16b743bac44 579542 libgnutls26_2.9.11-1_i386.deb
 33b2a57724eed6a4c4d75d9cf9e0dc8131703fee 1219230 
libgnutls26-dbg_2.9.11-1_i386.deb
 b5b72dd42585a546c2f53c06309d88631d7c8cbe 353430 gnutls-bin_2.9.11-1_i386.deb
 7797b2aca1d485a1c752f0eaee37e1a45e7812b0 284610 guile-gnutls_2.9.11-1_i386.deb
 6b6dd99bbc87ef8aab888de8ce8279eaaad686d0 248248 libgnutlsxx26_2.9.11-1_i386.deb
Checksums-Sha256: 
 37cc06bd5a183c25a86cc7e4d4d4330d90af6bc6328c936c9acc1587572197fc 1644 
gnutls26_2.9.11-1.dsc
 3e4432d19440f9e9fae0893890df3e79ea69b564e4b463f2b217d61f363d1712 7439369 
gnutls26_2.9.11.orig.tar.bz2
 d2e499f5480e3e07d67b8bbc7a1e3ef415057cba85741edb8ee27bed4928a94c 17869 
gnutls26_2.9.11-1.debian.tar.gz
 4253f4c769a6d404a3f9b915f5f58a448fd0596aaccef4467ada0dd6d924fa60 3221586 
gnutls-doc_2.9.11-1_all.deb
 1d5dfbf0043cb9409272f8969377bc386cc7b3f9b00e3dbc25ff2c62706c66cb 663128 
libgnutls-dev_2.9.11-1_i386.deb
 e31b9aba73fc065f0b0fa93e85a0c98cd96e42f4a520cf66f83531cccd31ccf9 579542 
libgnutls26_2.9.11-1_i386.deb
 ad9a49806b61100955528f395ec390ca13e668ba3a0e8415c799b302e24d24e7 1219230 
libgnutls26-dbg_2.9.11-1_i386.deb
 9339f68eb6803a2ee2d8e4af3a7204c4cd091646b8efa8ac66592d62b94c09ec 353430 
gnutls-bin_2.9.11-1_i386.deb
 d7ce187b7a3586b5d2effe9ce88bc78a8685a4038e1c9ef3784250a55431fed5 284610 
guile-gnutls_2.9.11-1_i386.deb
 cef470c0d4658a9eb19e0a41371f9527d0bd2c772c92cca986557a97a2f0fdaf 248248 
libgnutlsxx26_2.9.11-1_i386.deb
Files: 
 302da659eaf569e89752050a2d99918b 1644 libs optional gnutls26_2.9.11-1.dsc
 d263018f3ed47a332ab6a2751e7cd958 7439369 libs optional 
gnutls26_2.9.11.orig.tar.bz2
 524f42bffc0afddb57239b0a809ddd8c 17869 libs optional 
gnutls26_2.9.11-1.debian.tar.gz
 5bd3eec24989ecad36f20f336826c5b8 3221586 doc optional 
gnutls-doc_2.9.11-1_all.deb
 d0923834b4da4818727d1b0e648c1cbc 663128 libdevel optional 
libgnutls-dev_2.9.11-1_i386.deb
 b7ca7ef593bbf06a4870e023c06bc1a5 579542 libs standard 
libgnutls26_2.9.11-1_i386.deb
 68619bcb5b30155b086ef7748a25b236 1219230 debug extra 
libgnutls26-dbg_2.9.11-1_i386.deb
 c10e1feffb98d4b49645a94bf15bcbc5 353430 net optional 
gnutls-bin_2.9.11-1_i386.deb
 7a3bfd8aaaef184724d1aa6375674150 284610 lisp optional 
guile-gnutls_2.9.11-1_i386.deb
 b0af05ed3e3df8dd5d94e624c94dbab2 248248 libs extra 
libgnutlsxx26_2.9.11-1_i386.deb

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

iEYEAREDAAYFAkwNMlUACgkQHTOcZYuNdmN+wwCgof7fMOdqtndWj/0p8SdAjGhx
3gkAoK7fqP+e4LdkJM4vGglSbxmxWYoe
=ZlRY
-END PGP SIGNATURE-


Accepted:
gnutls-bin_2.9.11-1_i386.deb
  to main/g/gnutls26/gnutls-bin_2.9.11-1_i386.deb
gnutls-doc_2.9.11-1_all.deb
  to main/g/gnutls26/gnutls-doc_2.9.11-1_all.deb
gnutls26_2.9.11-1.debian.tar.gz
  to main/g/gnutls26/gnutls26_2.9.11-1.debian.tar.gz
gnutls26_2.9.11-1.dsc
  to main/g/gnutls26/gnutls26_2.9.11-1.dsc
gnutls26_2.9.11.orig.tar.bz2
  to main/g/gnutls26/gnutls26_2.9.11.orig.tar.bz2
guile-gnutls_2.9.11-1_i386.deb
  to main/g/gnutls26/guile-gnutls_2.9.11-1_i386.deb
libgnutls-dev_2.9.11-1_i386.deb
  to main/g/gnutls26/libgnutls-dev_2.9.11-1_i386.deb
libgnutls26-dbg_2.9.11-1_i386.deb
  to main/g/gnutls26/libgnutls26-dbg_2.9.11-1_i386.deb
libgnutls26_2.9.11-1_i386.deb
  to main/g/gnutls26/libgnutls26_2.9.11-1_i386.deb
libgnutlsxx26_2.9.11-1_i386.deb
  to main/g/gnutls26/libgnutlsxx26_2.9.11-1_i386.deb


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



Accepted libhsm 1.1.0-2 (source amd64)

2010-06-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 19:47:54 +0200
Source: libhsm
Binary: libhsm-bin libhsm-dev libhsm0
Architecture: source amd64
Version: 1.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 libhsm-bin - library for interfacing PKCS#11 Hardware Security Modules
 libhsm-dev - library for interfacing PKCS#11 Hardware Security Modules
 libhsm0- library for interfacing PKCS#11 Hardware Security Modules
Changes: 
 libhsm (1.1.0-2) unstable; urgency=low
 .
   * Recommend libhsm-bin when installing shared library
Checksums-Sha1: 
 00b99a2f23125b42b8bc02cf9b198a101b6c7042 1151 libhsm_1.1.0-2.dsc
 cf6f2ef32ba04fe62b5ff8b73a8544ed1366b46b 4051 libhsm_1.1.0-2.debian.tar.gz
 0434f18e9a0a3fe45b247eca5c6c4da35ab62e20 25966 libhsm-bin_1.1.0-2_amd64.deb
 1aeb85855c9e9198d920fde00214e01d6038176c 24970 libhsm-dev_1.1.0-2_amd64.deb
 ce456afd8f1e780551f9cfddd4fecf7480900239 20584 libhsm0_1.1.0-2_amd64.deb
Checksums-Sha256: 
 31c61d673cfc5000d891cd4241fa9f7bda0d655865b487edfc98b650fa852069 1151 
libhsm_1.1.0-2.dsc
 e7105ddb3e0b0251b01f1ea2d52d9af5356315dc80e8be30ec032af9fcb82051 4051 
libhsm_1.1.0-2.debian.tar.gz
 5423465424b759481a4bdf026eaa0936127f2ede158d89cf9b742fa1bc10fbcc 25966 
libhsm-bin_1.1.0-2_amd64.deb
 21900870cb1de35a04d61df754535d2fb53799e5a9bbc76b9f5351dfc19faac8 24970 
libhsm-dev_1.1.0-2_amd64.deb
 d3a0ee6405c671fcb06eae08d5a80812d7570d9f80f9406b4820cc3ca29035c0 20584 
libhsm0_1.1.0-2_amd64.deb
Files: 
 6fa19e577c2e162c0c02c3192f3fafa2 1151 libs extra libhsm_1.1.0-2.dsc
 eb0909cd3ec26fc075c2eff03cc60406 4051 libs extra libhsm_1.1.0-2.debian.tar.gz
 a9402bc4480d5a8b470979ca91eecf2b 25966 misc extra libhsm-bin_1.1.0-2_amd64.deb
 0a834e2f891727611fe4edf3279d7753 24970 libdevel extra 
libhsm-dev_1.1.0-2_amd64.deb
 b1d5a80991ba737f9ec234098dcd4a08 20584 libs extra libhsm0_1.1.0-2_amd64.deb

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

iEYEARECAAYFAkwNNHAACgkQ9OZqfMIN8nNcbgCfQ2BB63vUWiL/pdKAW6/wLh4N
VwUAniGUQzmqFmUlo44QmiwlBCyJG7oq
=P30S
-END PGP SIGNATURE-


Accepted:
libhsm-bin_1.1.0-2_amd64.deb
  to main/libh/libhsm/libhsm-bin_1.1.0-2_amd64.deb
libhsm-dev_1.1.0-2_amd64.deb
  to main/libh/libhsm/libhsm-dev_1.1.0-2_amd64.deb
libhsm0_1.1.0-2_amd64.deb
  to main/libh/libhsm/libhsm0_1.1.0-2_amd64.deb
libhsm_1.1.0-2.debian.tar.gz
  to main/libh/libhsm/libhsm_1.1.0-2.debian.tar.gz
libhsm_1.1.0-2.dsc
  to main/libh/libhsm/libhsm_1.1.0-2.dsc


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



Accepted opendnssec-enforcer 1.1.0-1 (source all amd64)

2010-06-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 19:48:30 +0200
Source: opendnssec-enforcer
Binary: opendnssec-enforcer opendnssec-enforcer-mysql 
opendnssec-enforcer-sqlite3
Architecture: source all amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 opendnssec-enforcer - tool to prepares DNSSEC keys (common package)
 opendnssec-enforcer-mysql - tool to prepares DNSSEC keys (mysql backend)
 opendnssec-enforcer-sqlite3 - tool to prepares DNSSEC keys (sqlite3 backend)
Changes: 
 opendnssec-enforcer (1.1.0-1) unstable; urgency=low
 .
   * New upstream release 1.1.0
   * debian/patches/* updated to 1.1.0
 + Updated patches to 1.1.0
 + Update patch to create localstatedir from configure
   * debian/rules
 + Adapt to a new database backend option
 + Removed piddir after build
   * Remove libksm traces from debian/ directory
Checksums-Sha1: 
 d6aa1378dbae2635cebcb3c5b069dd80a60b5dc7 1351 opendnssec-enforcer_1.1.0-1.dsc
 5b593044fdf2d3e05aa711cb7e1a4578a2d73821 529416 
opendnssec-enforcer_1.1.0.orig.tar.gz
 a55f3db83deca58b0f6e5b681084a9f5f49173bb 6203 
opendnssec-enforcer_1.1.0-1.debian.tar.gz
 234deec64d4b426f846acbf73d810eaab22ebee6 19500 
opendnssec-enforcer_1.1.0-1_all.deb
 43fe396b260003a5a4621940d56167db4566017f 133120 
opendnssec-enforcer-mysql_1.1.0-1_amd64.deb
 2804cc47e82ef57880612a14443c082023500bd0 117806 
opendnssec-enforcer-sqlite3_1.1.0-1_amd64.deb
Checksums-Sha256: 
 b2f8895bf0755c3154a6ceaed7e8bbb7d9f781961b397704235ff4a9e195d740 1351 
opendnssec-enforcer_1.1.0-1.dsc
 1371216386768f966014b40333ce1b17685c3e2e88296bc91d875654bb476bc3 529416 
opendnssec-enforcer_1.1.0.orig.tar.gz
 a0b04557f5f6d3707f0a69f83c2630e82c364ef597631caed8c902ed64b107e8 6203 
opendnssec-enforcer_1.1.0-1.debian.tar.gz
 701d4f9729eb08da91a48a2ebfa5dc49a83f0bd3dc713e19a668390d78243956 19500 
opendnssec-enforcer_1.1.0-1_all.deb
 2974e55b601fcb6284232dae997948d39738b751fdda3b5d38b05c5f47522c11 133120 
opendnssec-enforcer-mysql_1.1.0-1_amd64.deb
 004f5ba7fe628cd07515b52d02376aad6ee858fa73e3dd786d25ce380c0c4625 117806 
opendnssec-enforcer-sqlite3_1.1.0-1_amd64.deb
Files: 
 59607babcb3ddd7141f65c7007e5b586 1351 admin extra 
opendnssec-enforcer_1.1.0-1.dsc
 290ec34989e390b7c1f70c567bc63ad1 529416 admin extra 
opendnssec-enforcer_1.1.0.orig.tar.gz
 c9694e1c929c039004cc45666c0ac19b 6203 admin extra 
opendnssec-enforcer_1.1.0-1.debian.tar.gz
 7543359d4bf1d8777b5438f1f8dcf80f 19500 admin extra 
opendnssec-enforcer_1.1.0-1_all.deb
 6934941ed8312fc15591585390a87f2d 133120 admin extra 
opendnssec-enforcer-mysql_1.1.0-1_amd64.deb
 1dfcc65acbad2068d71a75daaddb1ee7 117806 admin extra 
opendnssec-enforcer-sqlite3_1.1.0-1_amd64.deb

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

iEYEARECAAYFAkwNMxUACgkQ9OZqfMIN8nP/LgCfUP3keP9F5xMPx857WFzgnjDH
ojIAniDEWQU49ne7ocodLBNmzCWIAkRq
=EUk3
-END PGP SIGNATURE-


Accepted:
opendnssec-enforcer-mysql_1.1.0-1_amd64.deb
  to main/o/opendnssec-enforcer/opendnssec-enforcer-mysql_1.1.0-1_amd64.deb
opendnssec-enforcer-sqlite3_1.1.0-1_amd64.deb
  to main/o/opendnssec-enforcer/opendnssec-enforcer-sqlite3_1.1.0-1_amd64.deb
opendnssec-enforcer_1.1.0-1.debian.tar.gz
  to main/o/opendnssec-enforcer/opendnssec-enforcer_1.1.0-1.debian.tar.gz
opendnssec-enforcer_1.1.0-1.dsc
  to main/o/opendnssec-enforcer/opendnssec-enforcer_1.1.0-1.dsc
opendnssec-enforcer_1.1.0-1_all.deb
  to main/o/opendnssec-enforcer/opendnssec-enforcer_1.1.0-1_all.deb
opendnssec-enforcer_1.1.0.orig.tar.gz
  to main/o/opendnssec-enforcer/opendnssec-enforcer_1.1.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olgtu-00052u...@ries.debian.org



Accepted opendnssec-signer 1.1.0-1 (source all amd64)

2010-06-07 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 18:38:40 +0200
Source: opendnssec-signer
Binary: opendnssec-signer opendnssec-signer-tools
Architecture: source all amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 opendnssec-signer - daemon to sign DNS zone files periodically
 opendnssec-signer-tools - set of tools used by OpenDNSSEC to sign zone files
Changes: 
 opendnssec-signer (1.1.0-1) unstable; urgency=low
 .
   * New upstream release
 + Tools are now in /usr/lib/opendnssec/opendnssec/
 + Signer creates pidfile automatically
   * Debian packaging:
 + Use pristine-tar
 + Adapted patches to 1.1.0
Checksums-Sha1: 
 a606d67b277b476b723014b4efab2ccb1c115a06 1308 opendnssec-signer_1.1.0-1.dsc
 75d2bf4de223e8fddf43a89c8252d36912dcdaf2 411087 
opendnssec-signer_1.1.0.orig.tar.gz
 0754ab1e887a9abcc6407a0f19631f085b7d9ce0 5031 
opendnssec-signer_1.1.0-1.debian.tar.gz
 a9a876cec51b5e94e8a5e357e631b0ba896f6f07 40876 
opendnssec-signer_1.1.0-1_all.deb
 6a1eef04af806a895d235ad876869f81ffa8a1e2 77062 
opendnssec-signer-tools_1.1.0-1_amd64.deb
Checksums-Sha256: 
 0af882c935ab66ff87e9a046b45463dfc545c489f7aa42ee3a1939d0b92e0c1f 1308 
opendnssec-signer_1.1.0-1.dsc
 c6f06f194905816d749f4225670388d52872cf45d6c2bb1de6e7c377d9f7b456 411087 
opendnssec-signer_1.1.0.orig.tar.gz
 738d950972496d2c6abe8cc12f9d45117f73df4c5572d5affc98b82f7aa8aff9 5031 
opendnssec-signer_1.1.0-1.debian.tar.gz
 5faa8127a44f5bfaf17c8418b3b07cfe85e737296393b4b6b2e103255c2f6652 40876 
opendnssec-signer_1.1.0-1_all.deb
 335085da20d8b2871b5e0ab7e413db79e63407567f93b581a11db5b5d4e14d99 77062 
opendnssec-signer-tools_1.1.0-1_amd64.deb
Files: 
 399c762f5a756fde4bd7ecad969f5cf5 1308 admin extra opendnssec-signer_1.1.0-1.dsc
 9ad161a749dfe807a94e0485fadaf932 411087 admin extra 
opendnssec-signer_1.1.0.orig.tar.gz
 126292c2bc6948cad58e43138adae267 5031 admin extra 
opendnssec-signer_1.1.0-1.debian.tar.gz
 9adf10e9d4fa53ab606a0d90ad9e6859 40876 admin extra 
opendnssec-signer_1.1.0-1_all.deb
 e76b5f3ff6b1d00e8d4b53ecd2b3e8d2 77062 admin extra 
opendnssec-signer-tools_1.1.0-1_amd64.deb

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

iEYEARECAAYFAkwNM0gACgkQ9OZqfMIN8nPT4ACfXjyD1kWdQpq7mqfQMKw6qliP
9kAAoJd9DEkZqfjSOHdtdZPNcqyvxGaN
=RIhv
-END PGP SIGNATURE-


Accepted:
opendnssec-signer-tools_1.1.0-1_amd64.deb
  to main/o/opendnssec-signer/opendnssec-signer-tools_1.1.0-1_amd64.deb
opendnssec-signer_1.1.0-1.debian.tar.gz
  to main/o/opendnssec-signer/opendnssec-signer_1.1.0-1.debian.tar.gz
opendnssec-signer_1.1.0-1.dsc
  to main/o/opendnssec-signer/opendnssec-signer_1.1.0-1.dsc
opendnssec-signer_1.1.0-1_all.deb
  to main/o/opendnssec-signer/opendnssec-signer_1.1.0-1_all.deb
opendnssec-signer_1.1.0.orig.tar.gz
  to main/o/opendnssec-signer/opendnssec-signer_1.1.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olgtg-00057x...@ries.debian.org



Accepted openmsx-catapult 0.8.0-1 (source amd64)

2010-06-07 Thread Joost Yervante Damad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 19:32:13 +0200
Source: openmsx-catapult
Binary: openmsx-catapult
Architecture: source amd64
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Joost Yervante Damad and...@debian.org
Changed-By: Joost Yervante Damad and...@debian.org
Description: 
 openmsx-catapult - GUI for openMSX
Changes: 
 openmsx-catapult (0.8.0-1) unstable; urgency=low
 .
   * New upstream release
   * build-depend on python
Checksums-Sha1: 
 c0d5488c2b547cc462b31b922f2a4dbcbd81a861 1155 openmsx-catapult_0.8.0-1.dsc
 023f3457cc62c667a13c9decc26da3f9aeb1bcac 1213059 
openmsx-catapult_0.8.0.orig.tar.gz
 b8ce7b62a6c9fff9dcb35c23cbc6fe7edf73e1fe 7145 
openmsx-catapult_0.8.0-1.debian.tar.gz
 e0965d40d0c5ee74f841adf1d84c463f425ab118 320560 
openmsx-catapult_0.8.0-1_amd64.deb
Checksums-Sha256: 
 eaa7fe2e12808b64a011190c19f20f84ad76bd13f94ba081db36257758d2754a 1155 
openmsx-catapult_0.8.0-1.dsc
 fba7d40780ed49051b05b95bffa43ba193ced1737323af54a310cdd14386950e 1213059 
openmsx-catapult_0.8.0.orig.tar.gz
 ad8bc470c18e1767186de5457fedc1f86295c3dcac0fc65020e2bbd7ede4c6af 7145 
openmsx-catapult_0.8.0-1.debian.tar.gz
 bd3fde4107c1eb76ba3dd29730a4b709b77c0f62ebd152c76d9be992851b444d 320560 
openmsx-catapult_0.8.0-1_amd64.deb
Files: 
 340c08e8833f6d50593f24240d905a0a 1155 otherosfs optional 
openmsx-catapult_0.8.0-1.dsc
 8764192012f3a2e59828f18be99c995b 1213059 otherosfs optional 
openmsx-catapult_0.8.0.orig.tar.gz
 8c1161fe190e522f84ae97efe3288b7a 7145 otherosfs optional 
openmsx-catapult_0.8.0-1.debian.tar.gz
 bfedb8fc3af695b86a853c8d2546bccc 320560 otherosfs optional 
openmsx-catapult_0.8.0-1_amd64.deb

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

iEYEARECAAYFAkwNM6YACgkQ0/r2+3z8lN261gCdGUV9uvkMkp/9tE5TRhARwgyg
61QAnjlweOcXqnddJcgD5wfLpZcLBAW4
=WAuQ
-END PGP SIGNATURE-


Accepted:
openmsx-catapult_0.8.0-1.debian.tar.gz
  to main/o/openmsx-catapult/openmsx-catapult_0.8.0-1.debian.tar.gz
openmsx-catapult_0.8.0-1.dsc
  to main/o/openmsx-catapult/openmsx-catapult_0.8.0-1.dsc
openmsx-catapult_0.8.0-1_amd64.deb
  to main/o/openmsx-catapult/openmsx-catapult_0.8.0-1_amd64.deb
openmsx-catapult_0.8.0.orig.tar.gz
  to main/o/openmsx-catapult/openmsx-catapult_0.8.0.orig.tar.gz


-- 
To UNSUBSCRIBE, email to debian-devel-changes-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1olgtq-0005ad...@ries.debian.org



Accepted gmic 1.3.5.4+dfsg-2 (source amd64)

2010-06-07 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 19:37:02 +0200
Source: gmic
Binary: gmic gimp-gmic
Architecture: source amd64
Version: 1.3.5.4+dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gimp-gmic  - GIMP plugin for GREYC's Magic Image Converter
 gmic   - GREYC's Magic Image Converter
Changes: 
 gmic (1.3.5.4+dfsg-2) unstable; urgency=low
 .
   * [e14a94e2] Rise required amount of RAM to avoid FTBFS on s390.
 (*sigh* - these machines should have neough RAM and swap)
Checksums-Sha1: 
 30a523327d9ed53671706cffa9832af012640d5b 1374 gmic_1.3.5.4+dfsg-2.dsc
 2f42fc8bec91b6dda64519628af775fa158478aa 12520 
gmic_1.3.5.4+dfsg-2.debian.tar.gz
 49771754201b2f71fc3828109c93c1542e9f0c9c 4209624 gmic_1.3.5.4+dfsg-2_amd64.deb
 596bf2fca05dd7fe91685fb7cf2e8f781445bad1 897230 
gimp-gmic_1.3.5.4+dfsg-2_amd64.deb
Checksums-Sha256: 
 4d6c0810e857fc1823770853ae1578e4d8503de1370d11a88c5b539f228e1f0a 1374 
gmic_1.3.5.4+dfsg-2.dsc
 74b2c44babdacce2df2f3f5ce168e0bc2d3aa8143bff1b9925b466ae35c76edd 12520 
gmic_1.3.5.4+dfsg-2.debian.tar.gz
 87798e377687b780b092ac2da4f841f4c962aeebdf3213ee0ddfc71b51493a74 4209624 
gmic_1.3.5.4+dfsg-2_amd64.deb
 67efc21acad7076fd8dcd9c19809bdc90b3b7295779772522198d717d6122591 897230 
gimp-gmic_1.3.5.4+dfsg-2_amd64.deb
Files: 
 2b73f29f165c239d494f6b4673a22727 1374 graphics optional gmic_1.3.5.4+dfsg-2.dsc
 4b734648981f742d36461885ca8c6477 12520 graphics optional 
gmic_1.3.5.4+dfsg-2.debian.tar.gz
 6ba61df4734fe7be72c945203548801e 4209624 graphics optional 
gmic_1.3.5.4+dfsg-2_amd64.deb
 08c67efe6aa2ee8052bc0a38127535e2 897230 graphics optional 
gimp-gmic_1.3.5.4+dfsg-2_amd64.deb

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

iEYEARECAAYFAkwNNjcACgkQBnqtBMk7/3mePACgjS591m687Cwka44+p7J98Od6
QYsAnifh+wLaFK1bWmm17+CAqASS0JZe
=y0uj
-END PGP SIGNATURE-


Accepted:
gimp-gmic_1.3.5.4+dfsg-2_amd64.deb
  to main/g/gmic/gimp-gmic_1.3.5.4+dfsg-2_amd64.deb
gmic_1.3.5.4+dfsg-2.debian.tar.gz
  to main/g/gmic/gmic_1.3.5.4+dfsg-2.debian.tar.gz
gmic_1.3.5.4+dfsg-2.dsc
  to main/g/gmic/gmic_1.3.5.4+dfsg-2.dsc
gmic_1.3.5.4+dfsg-2_amd64.deb
  to main/g/gmic/gmic_1.3.5.4+dfsg-2_amd64.deb


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



Accepted pygobject 2.21.1-2 (source all amd64)

2010-06-07 Thread Laurent Bigonville
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 20:05:07 +0200
Source: pygobject
Binary: python-gobject python-gobject-dev python-gobject-dbg
Architecture: source amd64 all
Version: 2.21.1-2
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Laurent Bigonville bi...@debian.org
Description: 
 python-gobject - Python bindings for the GObject library
 python-gobject-dbg - Python bindings for the GObject library (debug extension)
 python-gobject-dev - Development headers for the GObject Python bindings
Closes: 579018
Changes: 
 pygobject (2.21.1-2) unstable; urgency=low
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in:
 - Drop python2.5{,-dev} (build) dependencies. They were there to
   make sure Python had wakeupfd support, but that's already in
   stable and the 2.5 dependency will be problematic in the future,
   so drop it already.
 .
   [ Laurent Bigonville ]
   * debian/control:
 - Bump Standards-Version to 3.8.4
 - Add Vcs-Svn and Vcs-Browser field
 - Be more explicit in -dbg long description
   * debian/rules: Enable pygi support (Closes: #579018)
   * Switch to dpkg-source 3.0 (quilt) format
Checksums-Sha1: 
 4940f0af7a3f26108e269607351453abf8a93e33 1903 pygobject_2.21.1-2.dsc
 893c4d4fc31478188bae3d0ac81d0fe2e831e1f0 65763 pygobject_2.21.1-2.debian.tar.gz
 b1db7cd9dedabbc31203b708acb308b6a43206ff 434762 
python-gobject_2.21.1-2_amd64.deb
 3ce3f98d58c3466de246888d4d40046aed452301 1467800 
python-gobject-dbg_2.21.1-2_amd64.deb
 6e819b6fd49f4db4c4ec6973b260f5e9fd0d89e9 279950 
python-gobject-dev_2.21.1-2_all.deb
Checksums-Sha256: 
 711759fd3d02d1ecdb618ec3e0d8134d58f0cb1f9dfc70c74fb3d9068f277b6e 1903 
pygobject_2.21.1-2.dsc
 92690c2afd3c6f4947a88b95c62ab17c9217c5109396fa51ae0328ef02c7e6c8 65763 
pygobject_2.21.1-2.debian.tar.gz
 bd6d3380aeacf0e1f409268c0dd5daf09a40f994aec254fc207fe0d08871256f 434762 
python-gobject_2.21.1-2_amd64.deb
 cc9d93c7b48b4505c20f94a9a16add2220863bd1a1dc5412858f60465c0462f5 1467800 
python-gobject-dbg_2.21.1-2_amd64.deb
 ec4a2ed68121a76cc30c15446ef6c23d52d2d06fee85579bd0096816a49bea8a 279950 
python-gobject-dev_2.21.1-2_all.deb
Files: 
 adcbdd9ed853242900c9a373094504f6 1903 python optional pygobject_2.21.1-2.dsc
 13d2c3561db22d3c051e568fd91e51e7 65763 python optional 
pygobject_2.21.1-2.debian.tar.gz
 5c60ff80917b38226f1bb1b9c0f1822f 434762 python optional 
python-gobject_2.21.1-2_amd64.deb
 7fe6a45866d12fe30168f760cd56748e 1467800 debug extra 
python-gobject-dbg_2.21.1-2_amd64.deb
 d91a885aded02b7f13771fd55d8e4b99 279950 python optional 
python-gobject-dev_2.21.1-2_all.deb

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

iQEcBAEBCAAGBQJMDTi1AAoJEB/FiR66sEPVABQIAIwx/wy1ez+BJLUZjJACozzs
RYYvdsjyaimFEXsXcM7vehLv5HRXYkG8EF7epEl+oU5TE2Rz3Vuq07BXwzeQdBt1
TmXQmP09X13Uksavy/zwR4mkSJ1FQkLmBDalPwAh/87qaGN1jErXbBbmvD8k07HD
VHKtp0gQo93zVMvEo8ebwfd9kzRxrZleFhxhtSz9DRPCvG5/IyOpaGqwUd1sJSNq
KR+Jp8mVp8xKtnI+eDC+2dgmHkyHKRD5FwaNQy66cARl4xKFnAjP2ubGmRvExM2v
0iWxZdk5FFBg57EtKdA9ATuUpnOEgV3AVzRlxX28GrLghnVYX3CBOXHLI1py1UY=
=8Qda
-END PGP SIGNATURE-


Accepted:
pygobject_2.21.1-2.debian.tar.gz
  to main/p/pygobject/pygobject_2.21.1-2.debian.tar.gz
pygobject_2.21.1-2.dsc
  to main/p/pygobject/pygobject_2.21.1-2.dsc
python-gobject-dbg_2.21.1-2_amd64.deb
  to main/p/pygobject/python-gobject-dbg_2.21.1-2_amd64.deb
python-gobject-dev_2.21.1-2_all.deb
  to main/p/pygobject/python-gobject-dev_2.21.1-2_all.deb
python-gobject_2.21.1-2_amd64.deb
  to main/p/pygobject/python-gobject_2.21.1-2_amd64.deb


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



Accepted mod-mono 2.6.3-1 (source i386)

2010-06-07 Thread Jo Shields
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 07 Jun 2010 10:06:30 +0100
Source: mod-mono
Binary: libapache2-mod-mono
Architecture: source i386
Version: 2.6.3-1
Distribution: experimental
Urgency: low
Maintainer: Debian Mono Group pkg-mono-gr...@lists.alioth.debian.org
Changed-By: Jo Shields direct...@apebox.org
Description: 
 libapache2-mod-mono - Apache module for running ASP.NET applications on Mono
Changes: 
 mod-mono (2.6.3-1) experimental; urgency=low
 .
   * New upstream release
   * debian/rules:
 + Stop using ../tarballs for get-orig-source
   * debian/po/gl.po
 + Updated slightly by debconf-updatepo
   * debian/patches/dont_use_sigpwr_on_kfreebsd.patch:
 + Remove (merged upstream)
   * debian/rules:
 + Hard-code PKG_VERSION and NEXT_PKG_VERSION due to mismatched
   upstream versions of xsp and mod-mono
   * debian/control:
 + Bump mono-runtime dependency to 2.6
Checksums-Sha1: 
 7a3fd8f868c60bdffcdc21c0322e0b74d7c7a2f7 1646 mod-mono_2.6.3-1.dsc
 8fbab72f88abf96492a32f8fe79e00c61257f190 338274 mod-mono_2.6.3.orig.tar.gz
 c8e4dc480e6d996c0c7ffa71683c86372dfeac5a 15103 mod-mono_2.6.3-1.diff.gz
 cae4b7645d7a63cd2c3f4dfbc8347c515f9a74f3 49376 
libapache2-mod-mono_2.6.3-1_i386.deb
Checksums-Sha256: 
 d947d80dadae332f4f818f50bee343bbee53e37658394176df89d5df10c6fa44 1646 
mod-mono_2.6.3-1.dsc
 4c731e655ad6f28244f0701c59cf2464c71a8d6b05cc018f8fa4f04d4aa158ab 338274 
mod-mono_2.6.3.orig.tar.gz
 0ba7c0e611c2f78f4fe7e5a30e21a7a8b63d4b6b9f37f26562073a8ac3b73d2f 15103 
mod-mono_2.6.3-1.diff.gz
 0a0ea0cd811d28944c7dbbca47d36fb19222f47fb104052620844adfde2f936a 49376 
libapache2-mod-mono_2.6.3-1_i386.deb
Files: 
 f650f263632d1caa4b68fc436556e9ed 1646 web optional mod-mono_2.6.3-1.dsc
 81fbe773e130e6a5b01f0df6b04278d8 338274 web optional mod-mono_2.6.3.orig.tar.gz
 465576177524a677ed46e0bb2f578c22 15103 web optional mod-mono_2.6.3-1.diff.gz
 bd1cd19fd3894110a72027aeccd27817 49376 web optional 
libapache2-mod-mono_2.6.3-1_i386.deb

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

iQEcBAEBCAAGBQJMDUDSAAoJEMkPnLkOH60MXlMH/iG3p1KFRiH5iEQPW48GvTEN
dBYlGSnZYmT/extCPOS9coetiX7LvMauPRNGibteKVfI+lfd7KCmSee12Cw9r2Kf
tpDKePBVVsql/SnnuqRnn4SDkEJuNLWca70Rtjyi+NWshfxJy9y8cylbCaaIq2dr
hKfG5obiQqs8PJfxGjlMzEdqNRcGRi6XFZgkKQb/SkuzHisjFPou8kaH7hmgvhZZ
pGA3xDA8vHsGvu4QuQ3qoj6v/EpWkxjtl3z5tXm8oTZlrXisWXUFfySkwjfQfMW6
cjKPXpVaYfDLUlblCqXShjle+2mYmIzkh/K885I8bS3wd7Igm/NuUUACXok6uQs=
=J3PR
-END PGP SIGNATURE-


Accepted:
libapache2-mod-mono_2.6.3-1_i386.deb
  to main/m/mod-mono/libapache2-mod-mono_2.6.3-1_i386.deb
mod-mono_2.6.3-1.diff.gz
  to main/m/mod-mono/mod-mono_2.6.3-1.diff.gz
mod-mono_2.6.3-1.dsc
  to main/m/mod-mono/mod-mono_2.6.3-1.dsc
mod-mono_2.6.3.orig.tar.gz
  to main/m/mod-mono/mod-mono_2.6.3.orig.tar.gz


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



Accepted reportbug 4.12.3 (source all)

2010-06-07 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 20:59:28 +0200
Source: reportbug
Binary: reportbug python-reportbug
Architecture: source all
Version: 4.12.3
Distribution: unstable
Urgency: low
Maintainer: Reportbug Maintainers reportbug-ma...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-reportbug - Python modules for interacting with bug tracking systems
 reportbug  - reports bugs in the Debian distribution
Closes: 574843 578085 583292 583890
Changes: 
 reportbug (4.12.3) unstable; urgency=low
 .
   * reportbug/utils.py
 - convert the config file name to UTF-8, avoinding a crash; thanks to 
Anders
   Lagerås for the report and to Carl Chenet for the patch; Closes: #578085
   * bin/reportbug
 - when configuring, show the complete text about SMTP host (part was hidden
   if using GTK+ UI); thanks to Elie De Brauwer for the report and patch;
   Closes: #583292
   * bin/reportbug, reportbug/{debianbts.py, utils.py}
 - don't present suite tags ('sid', 'lenny', etc) when running in modes 
lower
   than 'advanced'; thanks to Julien Cristau for the report; Closes: #583890
   * reportbug/ui/gtk2_ui.py
 - ask confirmation to user when closing reportbug using GTK+ UI; thanks to
   Matej Zary for the report; Closes: #574843
   * checks/compare_pseudo-pkgs_lists.py
 - make it work again, with a dirty trick (import 'utils' before 
'debianbts')
   * reportbug/debianbts.py
 - removed some (commented) cruft for pseudo-packages list
 - added 'debian-maintainers' and 'snapshot.debian.org' to the
   pseudo-packages list
Checksums-Sha1: 
 7321bb29c69c57ce794e47839f6d46f8d417782c 1133 reportbug_4.12.3.dsc
 0e43bec3bca252f50d5a8c71f085a178c76f07e9 137631 reportbug_4.12.3.tar.bz2
 913f0ea895fda84755455797b33159a5e71d4b57 113056 reportbug_4.12.3_all.deb
 7fb0179eb3a654e91e35d74bc6c3676c9400ab22 125182 python-reportbug_4.12.3_all.deb
Checksums-Sha256: 
 102da05cada5f42530463673a569968bd23325934134a958d4589bc027a31e70 1133 
reportbug_4.12.3.dsc
 a2b7531f9676495cd7f1395dad82c895ac69658b42e4abb20f3c00145c31bd37 137631 
reportbug_4.12.3.tar.bz2
 5736d59afed77a6d5e104a358dd7d0a13aa46e46a1c7f739b8c4c9eac1273ce0 113056 
reportbug_4.12.3_all.deb
 70138818fad7fa61fbba1c4c5e771d126db2aa58807d95a09f8596fa38fc3ea1 125182 
python-reportbug_4.12.3_all.deb
Files: 
 23721a44074ab410ca53a58b84d363fa 1133 utils standard reportbug_4.12.3.dsc
 6b0a91dd67d76eba0fbc558f673c24c6 137631 utils standard reportbug_4.12.3.tar.bz2
 62aab2c7d291e9e9ceda58e318f8930f 113056 utils standard reportbug_4.12.3_all.deb
 a8505ac67107f6171958f0be1048022d 125182 python standard 
python-reportbug_4.12.3_all.deb

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

iEYEARECAAYFAkwNQmAACgkQAukwV0RN2VBzHgCgmGcCZDjskOJHiIkhcFIrQr5D
bCwAnAsXfMKWNO4/q4eIDHw94mZL1PP1
=49BX
-END PGP SIGNATURE-


Accepted:
python-reportbug_4.12.3_all.deb
  to main/r/reportbug/python-reportbug_4.12.3_all.deb
reportbug_4.12.3.dsc
  to main/r/reportbug/reportbug_4.12.3.dsc
reportbug_4.12.3.tar.bz2
  to main/r/reportbug/reportbug_4.12.3.tar.bz2
reportbug_4.12.3_all.deb
  to main/r/reportbug/reportbug_4.12.3_all.deb


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



Accepted routes 1.12.3-1 (source all)

2010-06-07 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 07 Jun 2010 21:13:17 +0200
Source: routes
Binary: python-routes
Architecture: source all
Version: 1.12.3-1
Distribution: unstable
Urgency: low
Maintainer: Piotr Ożarowski pi...@debian.org
Changed-By: Piotr Ożarowski pi...@debian.org
Description: 
 python-routes - Routing Recognition and Generation Tools
Changes: 
 routes (1.12.3-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 59e08ba47ea1802715e332c9085c0f4189995bb3 1350 routes_1.12.3-1.dsc
 70b741ee898fe597e570b76cc20c06eeb5db1ec8 799601 routes_1.12.3.orig.tar.gz
 3713bfeacfd7eb8a04968e441c81d7c0bc09b7f7 3316 routes_1.12.3-1.diff.gz
 83bdb4e12725fb425111eb78b8a82ed877f5fdbe 36444 python-routes_1.12.3-1_all.deb
Checksums-Sha256: 
 6bfce34e0d6297bc4a9e456037f5cd61604029dc735eecd7b7ceb81790db9fda 1350 
routes_1.12.3-1.dsc
 eacc0dfb7c883374e698cebaa01a740d8c78d364b6e7f3df0312de042f77aa36 799601 
routes_1.12.3.orig.tar.gz
 4f13d5faa8c0eba1d2156f0f6fe9d7496a118d5a55ebe37b3f1284fb9a523cad 3316 
routes_1.12.3-1.diff.gz
 c6271446969d0cf254892d88075d13b649d2a9c82e163d801125a8ed5f1f37aa 36444 
python-routes_1.12.3-1_all.deb
Files: 
 7e0c6e304bb143c5b10fe5ff359cdaf6 1350 python optional routes_1.12.3-1.dsc
 9740ff424ff6b841632c784a38fb2be3 799601 python optional 
routes_1.12.3.orig.tar.gz
 80c0aca1420250dda6a1e6c04e47c6ee 3316 python optional routes_1.12.3-1.diff.gz
 850bbd43e31398068bf6e87a2377cddf 36444 python optional 
python-routes_1.12.3-1_all.deb

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

iEYEARECAAYFAkwNSY4ACgkQB01zfu119ZlS+gCdEwpdHgGBg+ebGYMTWDyLP2m9
POoAn0pfKMapd6wUWV49MSgmqX5sXa1q
=dToM
-END PGP SIGNATURE-


Accepted:
python-routes_1.12.3-1_all.deb
  to main/r/routes/python-routes_1.12.3-1_all.deb
routes_1.12.3-1.diff.gz
  to main/r/routes/routes_1.12.3-1.diff.gz
routes_1.12.3-1.dsc
  to main/r/routes/routes_1.12.3-1.dsc
routes_1.12.3.orig.tar.gz
  to main/r/routes/routes_1.12.3.orig.tar.gz


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



Accepted acl2 3.6.1-1 (source all i386)

2010-06-07 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 06 Jun 2010 19:58:55 +
Source: acl2
Binary: acl2 acl2-source acl2-emacs acl2-infix acl2-infix-source acl2-books 
acl2-books-source acl2-books-certs acl2-doc
Architecture: source all i386
Version: 3.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Camm Maguire c...@debian.org
Changed-By: Camm Maguire c...@debian.org
Description: 
 acl2   - A Computational Logic for Applicative Common Lisp: main binary
 acl2-books - A Computational Logic for Applicative Common Lisp: compiled libra
 acl2-books-certs - A Computational Logic for Applicative Common Lisp: library 
certif
 acl2-books-source - A Computational Logic for Applicative Common Lisp: library 
source
 acl2-doc   - A Computational Logic for Applicative Common Lisp: documentation
 acl2-emacs - A Computational Logic for Applicative Common Lisp: emacs interfac
 acl2-infix - A Computational Logic for Applicative Common Lisp: infix interfac
 acl2-infix-source - A Computational Logic for Applicative Common Lisp: infix 
source
 acl2-source - A Computational Logic for Applicative Common Lisp: source files
Changes: 
 acl2 (3.6.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 5a5ac659221ac9a49e9b654bcda9938dc170fe0d 1182 acl2_3.6.1-1.dsc
 fa8064434152c03077035f450e02dbb1e23d4a20 10518626 acl2_3.6.1.orig.tar.gz
 63226aa351bdbb6a526d9a03dfef431b7108c2e6 15187 acl2_3.6.1-1.diff.gz
 6e2e3ef35dedd4bd17b1859d59872934e6ef50e7 2741320 acl2-source_3.6.1-1_all.deb
 c390f84578717a40680e623b9aa1635908ff34e5 57906 acl2-emacs_3.6.1-1_all.deb
 c44a20bad33ba251e0f84af4d5b081d85641998e 89136 
acl2-infix-source_3.6.1-1_all.deb
 4882f28e2437026dc60b8abbb29fae7ca3ed7f3c 5139752 
acl2-books-source_3.6.1-1_all.deb
 ae7b7333bee7d80eacfab92410b9adeae80e309b 2012978 
acl2-books-certs_3.6.1-1_all.deb
 b368f8550e83867084888aa5966fdb60b4ff5a88 2512720 acl2-doc_3.6.1-1_all.deb
 fd229f3ee780772571fa1d068a3f61a86655379b 20539686 acl2_3.6.1-1_i386.deb
 6e2360b80a3f78b088b8b1610ddbc191b21e9433 390222 acl2-infix_3.6.1-1_i386.deb
 dcbe8066d8fd3572cb389563e7bc6f37fcfe818c 30309546 acl2-books_3.6.1-1_i386.deb
Checksums-Sha256: 
 df4084897066e4d4b98ed9519f7a98c54e8bc3801f359660a3b5a524186f3c27 1182 
acl2_3.6.1-1.dsc
 d10ecb2123fb8142d8f1869561d55b50c978088bb044b3b5ec429673172811de 10518626 
acl2_3.6.1.orig.tar.gz
 cb8e6c7c6236f215bee8e48fc1588c03e2da44d3505b02018cf73551eeadfbd6 15187 
acl2_3.6.1-1.diff.gz
 5e68ff3104a9dfe142c11eb9e147bbab1b6c01738864c2e3447f860fc28b6099 2741320 
acl2-source_3.6.1-1_all.deb
 af83525434353a3a25a8e2e612ef32d4a76cb44eae265f5c36b97c326516ce90 57906 
acl2-emacs_3.6.1-1_all.deb
 9934d1182dc63cd0cae2f640b8833b34df5e5399dc11565b98872f2261103be7 89136 
acl2-infix-source_3.6.1-1_all.deb
 75610947fc4002cd93b1152a6cd8c4e9851fad58e7781a410ad97e50e4f2d750 5139752 
acl2-books-source_3.6.1-1_all.deb
 3d9edb9e1a100bd38ad6953415798b7b3aed233e2a463ca594152e1c3f90d3a3 2012978 
acl2-books-certs_3.6.1-1_all.deb
 3015fb194a9156422f3e5834382171414f6f6f1e4b132839fa3754ad82b6dd55 2512720 
acl2-doc_3.6.1-1_all.deb
 0994b7438d5436d70cd62a3461a64adf4c25637da28959e2ec47f7a19063c894 20539686 
acl2_3.6.1-1_i386.deb
 b70393a5af8e3060a9093959334800051a359aa19087e3c51fe7dd23a628dbc2 390222 
acl2-infix_3.6.1-1_i386.deb
 238662b81f8305205f44f790ed125d507ce5062270af296853b416b95a363a2b 30309546 
acl2-books_3.6.1-1_i386.deb
Files: 
 b0f12a6c9534b0ec20feec041a4bda62 1182 math optional acl2_3.6.1-1.dsc
 82fa1c9bc10d1aa991924f7cd41eae27 10518626 math optional acl2_3.6.1.orig.tar.gz
 18e9d8dcbdce714ddea840c98ba26298 15187 math optional acl2_3.6.1-1.diff.gz
 59f011449a89a71fed7008f24e663ec1 2741320 math optional 
acl2-source_3.6.1-1_all.deb
 bd9b893c530b19a5a9643716c05bf868 57906 math optional acl2-emacs_3.6.1-1_all.deb
 dcc53e765553d8bf3e866b65fb14d502 89136 math optional 
acl2-infix-source_3.6.1-1_all.deb
 eee5a7032af2b8d8ffaaf59a83074073 5139752 math optional 
acl2-books-source_3.6.1-1_all.deb
 b2bfb79526aa9f071a2cc118f9234ba7 2012978 math optional 
acl2-books-certs_3.6.1-1_all.deb
 d9494618718111add24a8b9a0a75073e 2512720 doc optional acl2-doc_3.6.1-1_all.deb
 e8ecab52074dc51ebbe4d37be5937b86 20539686 math optional acl2_3.6.1-1_i386.deb
 b316fd9787070a572acd050d905f934d 390222 math optional 
acl2-infix_3.6.1-1_i386.deb
 afee196bd9710654151ace3d92248d8e 30309546 math optional 
acl2-books_3.6.1-1_i386.deb

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

iEYEARECAAYFAkwNWNMACgkQczG1wFfwRdw7VgCghWShGxpkETVU3N1GHuhg6SGi
WAgAn2vELU+0ZfdkzST0A13TGDFn+lNx
=63qi
-END PGP SIGNATURE-


Accepted:
acl2-books-certs_3.6.1-1_all.deb
  to main/a/acl2/acl2-books-certs_3.6.1-1_all.deb
acl2-books-source_3.6.1-1_all.deb
  to main/a/acl2/acl2-books-source_3.6.1-1_all.deb
acl2-books_3.6.1-1_i386.deb
  to main/a/acl2/acl2-books_3.6.1-1_i386.deb
acl2-doc_3.6.1-1_all.deb
  to main/a/acl2/acl2-doc_3.6.1-1_all.deb
acl2-emacs_3.6.1-1_all.deb
  to main/a/acl2/acl2-emacs_3.6.1-1_all.deb

  1   2   >