Bug#610863: ITP: libtwiggy-perl -- AnyEvent HTTP server for PSGI (like Thin)

2011-01-23 Thread Alessandro Ghedini
Package: wnpp
Severity: wishlist
Owner: Alessandro Ghedini al3x...@gmail.com

* Package name: libtwiggy-perl
  Version : 0.1010
  Upstream Author : Tatsuhiko Miyagawa miyag...@bulknews.net
* URL : http://search.cpan.org/dist/Twiggy/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : AnyEvent HTTP server for PSGI (like Thin)

Twiggy is a lightweight and fast HTTP server with unique features:
  * Can run any PSGI applications. Fully supports psgi.nonblocking
and psgi.streaming interfaces.
  * This server uses AnyEvent and runs in a non-blocking event loop,
so it's best to run event-driven web applications that runs I/O
bound jobs or delayed responses such as long-poll, WebSocket or
streaming content (server push).
  * Uses XS/C based HTTP header parser for the best performance. (optional)
  * The memory required to run twiggy is 6MB and it can serve more than
4500 req/s with a single process on Perl 5.10 with MacBook Pro 13
late 2009.
  * Supports Server::Starter for hot deploy and graceful restarts.



-- 
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/20110123134054.13689.50819.reportbug@localhost.localdomain



kernel-wedge does not work as expected.

2011-01-23 Thread Magicloud Magiclouds
Hi,
  I am trying to make a custom debian-installer cd. I have done this
before, things worked fine. But this time, I got a problem.
  My running kernel installed from
linux-image-2.6.36.3i686_bfs363.reiser4_i386.deb. It contains a naming
mistake. So I make-kpkg a new one named
linux-image-2.6.36.3-686_bfs363.reiser4_i386.deb and installed, not
running.
  Then I have linux-kernel-di-i386-2.6-1.99/kernel-version as i386
 2.6.36.3 686   2.6.36.3-686 -
linux-image-2.6.36.3-686_bfs363.reiser4.
  Here is the problem, `kernel-wedge build-arch i386` always tell me:
dpkg-source: warning: can't parse dependency
linux-image-2.6.36.3i686_bfs363.reiser4  [i386]
dpkg-source: error: error occurred while parsing Build-Depends
  According to http://wiki.debian.org/DebianInstaller/Modify/CustomKernel,
kernel-wedge could handle kernel package that were not running. Why
here it insists on running kernel?
-- 
竹密岂妨流水过
山高哪阻野云飞


--
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/aanlktikeyehkfcdvnffvymsrdrrk93bkhxc7v8j5p...@mail.gmail.com



Re: New version of DEP-5 parser

2011-01-23 Thread Dominique Dumont
Le vendredi 21 janvier 2011 22:18:18, Steve Langasek a écrit :
 Not having looked at the code, I'm wondering: do you apply these
 translations to all files regardless of the Format/Format-Specification
 field's value, or are you selective about only applying these upgrades to
 fields that were considered valid at the time? 

It's not selective. The model [1] that defines the behavior during the upgrade 
is purely declarative. 

Config::Model was designed to handle configuration files where the concept of 
unknown parameter does not apply.

 I don't think, for
 instance, that a file that has a declaration of Format:
 http://dep.debian.net/deps/dep5/ [1] should have 'Maintainer' fields
 auto-upgraded to 'Upstream-Contact', but that this should instead be
 treated as an unknown field.

Like others, the history of this parameter is complicated. It was required, 
then deprecated, and now legal (but with a possibly different semantic 
content). If you factor in the possibility of human error (e.g. modern 
format, but forgotten Maintainer field), having a DEP-5 validated file 
may not mean much.

For instance, this DEP-5 file is valid, since Maintainer field
is accepted as an unknown parameter and Upstream-Contact is optional:

Format: http://dep.debian.net/deps/dep5/
Maintainer: foo@bar

Files: *
Copyright: (c) me
License: GPL-2+
 This program is free software; you can redistribute it
 and/or modify it [snip]

In this case, is this an error or a DD who does not 
like the Upstream-Contact keyword ? 

Note that the debian policy is respected since the upstream 
info is provided. But the original objective of DEP5 
(facilitate automated checking and reporting of licenses 
for packages and sets of packages) is in jeopardy.

If the consensus is that such a Maintainer field should be left
as is, one solution would be to keep the current model with its upgrade
capability and provide another pure dep-5 model.

Then the user would to choose between:
- the dep-5-model-with-upgrade (and a few drawbacks like 
  deprecated Maintainer fields) 
- a pure dep-5 without migration

I'll provide the latter if people ask for it for actual use.

All the best

Dominique

[1] 
http://cpansearch.perl.org/src/DDUMONT/Config-Model-1.230/lib/Config/Model/models/Debian/Dpkg/Copyright.pl

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


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



Re: kernel-wedge does not work as expected.

2011-01-23 Thread Luk Claes
On 01/23/2011 03:06 PM, Magicloud Magiclouds wrote:
 Hi,
   I am trying to make a custom debian-installer cd. I have done this
 before, things worked fine. But this time, I got a problem.
   My running kernel installed from
 linux-image-2.6.36.3i686_bfs363.reiser4_i386.deb. It contains a naming
 mistake. So I make-kpkg a new one named
 linux-image-2.6.36.3-686_bfs363.reiser4_i386.deb and installed, not
 running.
   Then I have linux-kernel-di-i386-2.6-1.99/kernel-version as i386
  2.6.36.3 686   2.6.36.3-686 -
 linux-image-2.6.36.3-686_bfs363.reiser4.
   Here is the problem, `kernel-wedge build-arch i386` always tell me:
 dpkg-source: warning: can't parse dependency
 linux-image-2.6.36.3i686_bfs363.reiser4  [i386]
 dpkg-source: error: error occurred while parsing Build-Depends
   According to http://wiki.debian.org/DebianInstaller/Modify/CustomKernel,
 kernel-wedge could handle kernel package that were not running. Why
 here it insists on running kernel?

The problem is that a package name cannot contain an underscore. A
package name must consist only of lower case letters (a-z), digits
(0-9), plus (+) and minus (-) signs, and periods (.).

Cheers

Luk


-- 
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/4d3c4bbf.1080...@debian.org



Bug#610893: ITP: python-espeak -- Python bindings for eSpeak

2011-01-23 Thread Siegfried-Angel Gevatter Pujals
Package: wnpp
Severity: wishlist
Owner: Siegfried-Angel Gevatter Pujals rai...@ubuntu.com

* Package name: python-espeak
  Version : 0.2
  Upstream Author : Siegfried-A. Gevatter rai...@ubuntu.com
* URL : https://launchpad.net/python-espeak
* License : GPLv3+
  Programming Lang: C++
  Description : Python bindings for eSpeak

 eSpeak is a software speech synthesizer for English, and some other
 languages.
 .
 eSpeak produces good quality English speech. It uses a different synthesis
 method from other open source text to speech (TTS) engines, and sounds quite
 different. It's perhaps not as natural or smooth, but some find the
 articulation clearer and easier to listen to for long periods.
 .
 This package contains bindings to use eSpeak from within Python
 applications.
 .
 Be aware that python-espeak is still in an early state; it's incomplete
 and the API may change in future versions.



-- 
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/20110123195622.6891.65070.reportbug@gepard.savanna



DEP5: extra fields compliant with the spec? [Was, Re: New version of DEP-5 parser]

2011-01-23 Thread Steve Langasek
On Sun, Jan 23, 2011 at 03:09:00PM +0100, Dominique Dumont wrote:
 Le vendredi 21 janvier 2011 22:18:18, Steve Langasek a écrit :
  Not having looked at the code, I'm wondering: do you apply these
  translations to all files regardless of the Format/Format-Specification
  field's value, or are you selective about only applying these upgrades to
  fields that were considered valid at the time? 

 It's not selective. The model [1] that defines the behavior during the 
 upgrade 
 is purely declarative. 

 Config::Model was designed to handle configuration files where the concept of 
 unknown parameter does not apply.

  I don't think, for
  instance, that a file that has a declaration of Format:
  http://dep.debian.net/deps/dep5/ [1] should have 'Maintainer' fields
  auto-upgraded to 'Upstream-Contact', but that this should instead be
  treated as an unknown field.

 Like others, the history of this parameter is complicated. It was required, 
 then deprecated, and now legal (but with a possibly different semantic 
 content). If you factor in the possibility of human error (e.g. modern 
 format, but forgotten Maintainer field), having a DEP-5 validated file 
 may not mean much.

I don't think it means much when applying such heuristics to auto-convert
field names, either.

I have always been lukewarm on the idea of specifying within the DEP itself
that extra fields can be added without standards-compliance implications.
I don't think people should be adding random fields here without first
*defining* those fields; and with DEP5, defining them is as straightforward
as taking a copy of the DEP, adding your field definitions to it, posting
that modified document to the web and referencing the new URL in your
Format: declaration.  It's not like this even requires you to write a formal
XML DTD or something, so I really don't think this is too high a barrier;
and if someone thinks that it is, there's always the Comment: field already
defined for the purpose of including arbitrary text in the document.

It would be my strong preference to see the language in DEP5 clarified in
this manner, and parsers modified to treat unknown fields as validation
*failures* when referencing a known Format: URL.

 For instance, this DEP-5 file is valid, since Maintainer field
 is accepted as an unknown parameter and Upstream-Contact is optional:

 Format: http://dep.debian.net/deps/dep5/
 Maintainer: foo@bar

 Files: *
 Copyright: (c) me
 License: GPL-2+
  This program is free software; you can redistribute it
  and/or modify it [snip]

 In this case, is this an error or a DD who does not 
 like the Upstream-Contact keyword ? 

Yes, I think that's a good example of why the current DEP language needs to
be improved on this score.

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


signature.asc
Description: Digital signature


Re: DEP5: extra fields compliant with the spec? [Was, Re: New version of DEP-5 parser]

2011-01-23 Thread Jonas Smedegaard

On Sun, Jan 23, 2011 at 12:29:03PM -0800, Steve Langasek wrote:
I don't think people should be adding random fields here without first 
*defining* those fields; and with DEP5, defining them is as 
straightforward as taking a copy of the DEP, adding your field 
definitions to it, posting that modified document to the web and 
referencing the new URL in your Format: declaration.  It's not like 
this even requires you to write a formal XML DTD or something, so I 
really don't think this is too high a barrier; and if someone thinks 
that it is, there's always the Comment: field already defined for the 
purpose of including arbitrary text in the document.


It would be my strong preference to see the language in DEP5 clarified 
in this manner, and parsers modified to treat unknown fields as 
validation *failures* when referencing a known Format: URL.


+1


 - Jonas

--
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: Digital signature


Bug#610904: ITP: libstarman-perl -- High-performance preforking PSGI/Plack web server

2011-01-23 Thread Alessandro Ghedini
Package: wnpp
Severity: wishlist
Owner: Alessandro Ghedini al3x...@gmail.com

* Package name: libstarman-perl
  Version : 0.2007
  Upstream Author : Tatsuhiko Miyagawa miyag...@bulknews.net
* URL : http://search.cpan.org/dist/Starman/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : High-performance preforking PSGI/Plack web server

Starman is a PSGI perl web server that has unique features such as:
  * High Performance - Uses the fast XS/C HTTP header parser
  * Preforking - Spawns workers preforked like most high performance UNIX
servers do. Starman also reaps dead children and automatically restarts
the worker pool.
  * Signals - Supports HUP for graceful restarts, and TTIN/TTOU to
dynamically increase or decrease the number of worker processes.
  * Superdaemon aware - Supports Server::Starter for hot deploy and
graceful restarts.
  * Multiple interfaces and UNIX Domain Socket support - Able to listen
on multiple intefaces including UNIX sockets.
  * Small memory footprint - Preloading the applications with --preload-app
command line option enables copy-on-write friendly memory management.
Also, the minimum memory usage Starman requires for the master process
is 7MB and children (workers) is less than 3.0MB.
  * PSGI compatible - Can run any PSGI applications and frameworks
  * HTTP/1.1 support - Supports chunked requests and responses, keep-alive
and pipeline requests.



-- 
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/20110123205321.22067.17018.reportbug@localhost.localdomain



Re: Bits from the Security Team (for those that care about bits)

2011-01-23 Thread Iustin Pop
On Sun, Jan 23, 2011 at 11:32:07PM +0100, Thijs Kinkhorst wrote:
 Hi!
 
 In the weekend 14-16 January 2011, the Debian Security Team convened in
 Linux Hotel, Essen. We discussed many things, a lot of security work was done 
 and of course the necessary socialising wasn't forgotten. We'd like to thank 
 the Linux Hotel for again receiving us in such a great way!

[…]

 * README.test
 
 Although many packages include a test suite that is run after package build,
 there are packages that do not have such a suite, or not one that can be
 run as part of the build process. It was proposed to standardise on a
 README.test file, analogous to README.source, describing to others than the
 regular maintainer how the package's functionality can properly be tested.
 This is something we would like to see discussed and implemented for the
 Wheezy development cycle.

This is a very good idea, but I think it could be taken two steps
further. These are just some ideas I have but did not explore in depth,
so take them with a grain of salt.

First, tests run during a package build are good, but they do not
ensure, for example, that the package as installed is working OK. I've
been thinking that (also) providing tests to be run after the package is
installed (and not on the build results) would be most useful in
ensuring that both the build process and the packaging is correct. 

Second, README.test are designed for human consumption, whereas a
standardisation of how to invoke the tests would allow for much more
automation. E.g. piuparts would not only be able to test that the
install succeeds, but the automated tests also work.

Of course, these would be useful only for some classes of packages, but
for those they would be of much help. I have something like this in one
package of mine, and it gives me a lot of confidence while doing
packaging changes.

thanks,
iustin


signature.asc
Description: Digital signature


Re: Bits from the Security Team (for those that care about bits)

2011-01-23 Thread Michael Hanke
On Mon, Jan 24, 2011 at 12:19:32AM +0100, Iustin Pop wrote:
 First, tests run during a package build are good, but they do not
 ensure, for example, that the package as installed is working OK. I've
 been thinking that (also) providing tests to be run after the package is
 installed (and not on the build results) would be most useful in
 ensuring that both the build process and the packaging is correct. 
 
 Second, README.test are designed for human consumption, whereas a
 standardisation of how to invoke the tests would allow for much more
 automation. E.g. piuparts would not only be able to test that the
 install succeeds, but the automated tests also work.

Exactly. In the NeuroDebian team we started playing around with more
comprehensive testing -- both regarding single packages, but also
integration tests involving multiple packages. We started composing a
SPEC for a testing framework, but we haven't gotten very far, yet. What
we have is here

  http://neuro.debian.net/proj_debtest.html

and here

  
http://git.debian.org/?p=pkg-exppsy/neurodebian.git;a=blob_plain;f=sandbox/proposal_regressiontestframwork.moin

If somebody is interested in working on this topic, we'd be glad to join
forces.

Originally, we wanted to develop the SPEC a little further, but since
the topic came up, I figured it might be better to add these pointers
now.

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de


signature.asc
Description: Digital signature


Bug#610921: ITP: felix-framework -- The Felix Framework subproject

2011-01-23 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

* Package name: felix-framework
  Version : 2.0.5
  Upstream Author : The Apache Software Foundation
* URL : http://felix.apache.org/site/apache-felix-framework.html
* License : Apache-2.0
  Programming Lang: Java
  Description : The Felix Framework subproject

 The Felix Framework subproject is an implementation
 of the OSGi R4.2 core framework specification.



-- 
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/4d3cca5c.5145e50a.5b97.1...@mx.google.com



Bug#610922: ITP: felix-main -- Classes to instatiate and execute the Felix Framework

2011-01-23 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

* Package name: felix-main
  Version : 2.0.5
  Upstream Author : The Apache Software Foundation
* URL : http://felix.apache.org/site/
* License : Apache-2.0
  Programming Lang: Java
  Description : Classes to instatiate and execute the Felix Framework

 The Felix Framework subproject is an implementation
 of the OSGi R4.2 core framework specification.



-- 
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/4d3ccb52.5145e50a.5b97.1...@mx.google.com



Bug#610923: ITP: felix-osgi-obr -- OSGi OBR Service API

2011-01-23 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

* Package name: felix-osgi-obr
  Version : 1.0.2
  Upstream Author : OSGi Alliance
* URL : 
http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html
* License : Apache-2.0
  Programming Lang: Java
  Description : OSGi OBR Service API

 The goal of the Apache Felix OSGi Bundle Repository (OBR) is two-fold:
 1. To simplify deploying and using available bundles with Felix.
 2. To encourage independent bundle development so that communities of
 interest can grow.



-- 
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/4d3ccbf9.5145e50a.2611.1...@mx.google.com



Bug#610924: ITP: bindex -- The BIndex program

2011-01-23 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

* Package name: bindex
  Version : 2.2
  Upstream Author : OSGi Alliance
* URL : http://www.osgi.org/Repository/BIndex
* License : Apache-2.0
  Programming Lang: Java
  Description : The BIndex program

 Is a small Java progam that implements the manifest header to repository
 format mapping as described in RFC-0112 Bundle Repository. BIndex can recurse
 over a directory structure and just creates a repository.xml file.
 The URLs can be rewritten using a template.



-- 
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/4d3ccc95.5145e50a.490c.1...@mx.google.com



Bug#610926: ITP: bsaf -- Better Swing Application Framework

2011-01-23 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

* Package name: bsaf
  Version : 1.9
  Upstream Author : Illya Yalovyy yalo...@gmail.com
* URL : http://kenai.com/projects/bsaf
* License : LGPL-2.1
  Programming Lang: Java
  Description : Better Swing Application Framework

 The Better Swing Application Framework is a fork of the original Swing
 Application Framework (appframework) reference implementation of JSR 296. Since
 August 2009, the original Swing Application Framework project has been on hold,
 and therefore this fork was created to carry on the work until the original
 project resumes.
 .
 The last public release of the original appframework project was version 1.03.
 The BSAF project currently aims at producing a new release, version 1.9, with
 the primary goals of improving stability, keeping backward compatibility with
 SAF 1.03, fixing bugs, updating documentation, and creating more unit tests and
 examples.



-- 
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/4d3ccefd.467bdc0a.0c22.9...@mx.google.com



Bug#610927: ITP: libnb-platform-java -- NetBeans Platform for building rich desktop applications in Java

2011-01-23 Thread Andres Mejia
Package: wnpp
Severity: wishlist
Owner: Debian Java Maintainers pkg-java-maintain...@lists.alioth.debian.org

* Package name: libnb-platform-java
  Version : 6.9
  Upstream Author : Oracle and/or its affiliates
* URL : http://netbeans.org/
* License : CDDL-1 or GPL-2 with CLASSPATH exception
  Programming Lang: Java
  Description : NetBeans Platform for building rich desktop applications in 
Java

 NetBeans Platform is the framework for building rich desktop applications
 in Java.  It is the core of the NetBeans IDE.



-- 
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/4d3cdb5b.4c8de50a.425f.1...@mx.google.com



Re: Bits from the Security Team (for those that care about bits)

2011-01-23 Thread Raphael Geissert
Michael Hanke wrote:
 On Mon, Jan 24, 2011 at 12:19:32AM +0100, Iustin Pop wrote:
 Second, README.test are designed for human consumption, whereas a
 standardisation of how to invoke the tests would allow for much more
 automation. E.g. piuparts would not only be able to test that the
 install succeeds, but the automated tests also work.
 
 Exactly. In the NeuroDebian team we started playing around with more
 comprehensive testing -- both regarding single packages, but also
 integration tests involving multiple packages. We started composing a
 SPEC for a testing framework, but we haven't gotten very far, yet. What
 we have is here
 
   http://neuro.debian.net/proj_debtest.html

Thanks for starting this project! I hope a lot of progress is made so that 
it can be used for Wheezy.

This topic is something I've been slowly working but haven't had much time.

Other ideas:

* http://bugs.debian.org/512265

* Something I wrote the other day (related to the d-d-a email):
 A long term plan could be to push the creation of a framework so that it
 is easy to test things such as webapps (which may require an httpd) and
 other packages that are not very to setup (e.g. by providing a script that
 creates a  basic virtual machine, installs the needed stuff and then 
 control is handed over to the package-specific bits).
 
 Automated testing is something that we really ought to push.

And there's also the possibility of re-using the same test framework to 
allow automated fuzzing (and easier fuzzing using custom environment, etc.)
Somehow related to DACA too.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
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/ihipds$t3k$1...@dough.gmane.org



Re: Bits from the Security Team (for those that care about bits)

2011-01-23 Thread Paul Wise
On Mon, Jan 24, 2011 at 7:19 AM, Iustin Pop ius...@debian.org wrote:

 First, tests run during a package build are good, but they do not
 ensure, for example, that the package as installed is working OK. I've
 been thinking that (also) providing tests to be run after the package is
 installed (and not on the build results) would be most useful in
 ensuring that both the build process and the packaging is correct.

Debian has definitely needed this for a long time.

I'm thinking that these automated post-install tests are something
that all distributions could benefit from and probably we should push
them upstream.

Automated post-install testing would be great, but it cannot apply in
all cases and should be complemented by README.test. I think both
approaches are needed.

For example:

libwww-topica-perl:

This is a perl module that interacts with a web service and screen
scrapes their email list archive format to convert it to mbox format.
Every few months I run the program on a specific list and compare it
to the previously saved mbox file. The list is long-dead so there are
no changes at all, unless the site changed its HTML and broke the
package. This is trivially automatable.

warzone2100:

This is an interactive game. Testing it involves playing for several
hours in single player mode and maybe trying to find someone to play
in multiplayer mode. Definitely not automatable. Probably the only
automatable test here would be to run it in Xvfb but that wouldn't
test the package usefully.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


-- 
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/AANLkTikojANFHmf9=AEKauwB+BXf2O_ud=ON=X5x=i...@mail.gmail.com



Re: Bits from the Security Team (for those that care about bits)

2011-01-23 Thread Iustin Pop
On Mon, Jan 24, 2011 at 10:52:54AM +0800, Paul Wise wrote:
 On Mon, Jan 24, 2011 at 7:19 AM, Iustin Pop ius...@debian.org wrote:
 
  First, tests run during a package build are good, but they do not
  ensure, for example, that the package as installed is working OK. I've
  been thinking that (also) providing tests to be run after the package is
  installed (and not on the build results) would be most useful in
  ensuring that both the build process and the packaging is correct.
 
 Debian has definitely needed this for a long time.
 
 I'm thinking that these automated post-install tests are something
 that all distributions could benefit from and probably we should push
 them upstream.
 
 Automated post-install testing would be great, but it cannot apply in
 all cases and should be complemented by README.test. I think both
 approaches are needed.

Agreed—I wasn't suggesting that README.test is not useful, just that
there is potential for more in this area, at least for some class of
packages.

 For example:
 
 libwww-topica-perl:
 […]
 warzone2100:
 […]

Good examples, indeed.

regards,
iustin


signature.asc
Description: Digital signature


Fwd / Terusan : Bisnis Tiket Pesawat Telah membagikan bonus untuk para mitranya sudah lebih dari SATU MILYAR RUPIAH...!!!

2011-01-23 Thread muhamad_ipango


--
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/LINGKARIPANGO24fae804f4344422884f4784dce9685f@lingkaripango



Re: Bits from the Security Team (for those that care about bits)

2011-01-23 Thread Iustin Pop
On Sun, Jan 23, 2011 at 06:45:56PM -0500, Michael Hanke wrote:
 On Mon, Jan 24, 2011 at 12:19:32AM +0100, Iustin Pop wrote:
  First, tests run during a package build are good, but they do not
  ensure, for example, that the package as installed is working OK. I've
  been thinking that (also) providing tests to be run after the package is
  installed (and not on the build results) would be most useful in
  ensuring that both the build process and the packaging is correct. 
  
  Second, README.test are designed for human consumption, whereas a
  standardisation of how to invoke the tests would allow for much more
  automation. E.g. piuparts would not only be able to test that the
  install succeeds, but the automated tests also work.
 
 Exactly. In the NeuroDebian team we started playing around with more
 comprehensive testing -- both regarding single packages, but also
 integration tests involving multiple packages. We started composing a
 SPEC for a testing framework, but we haven't gotten very far, yet. What
 we have is here
 
   http://neuro.debian.net/proj_debtest.html
 
 and here
 
   
 http://git.debian.org/?p=pkg-exppsy/neurodebian.git;a=blob_plain;f=sandbox/proposal_regressiontestframwork.moin
 
 If somebody is interested in working on this topic, we'd be glad to join
 forces.
 
 Originally, we wanted to develop the SPEC a little further, but since
 the topic came up, I figured it might be better to add these pointers
 now.

Thanks for sharing. Your proposal seems to focus on a higher level, e.g.
group-based testing, resource and scheduling, etc.

IMHO what would be a sufficient first step would be much simpler:
- being able to know if a package does offer build  post-install tests
- how to run such tests
- for post-install tests, what are the depedencies (Test-Depends? ;-)

This would allow a maintainer to implement an automatic test of his
packages whenever doing a new upload (which is my personal issue :). A
framework like your proposed DebTest can then build upon such basic
functionality to provide coordinated, archive-wide or package-set-wide
running of tests.

A few comments on your proposal:

- “Metainformation: duration”: how do you standardise CPU/disk/etc.
  performance to get a useful metric here?

- assess resources/performance: in general, across
  architectures/platforms and varied CPU speeds, I think it will be hard
  to quantify the performance and even resources needed for a test suite

- some structured output: given the variety of test suites, this might
  be very hard to achieve; in my experience, the best that can be hoped
  for across heterogeneous software is a count of pass/fail, and log
  files should be left for human investigation in case of failures

regards,
iustin


signature.asc
Description: Digital signature


Accepted chmsee 1.3.0-1 (source amd64)

2011-01-23 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 15:27:29 +0800
Source: chmsee
Binary: chmsee
Architecture: source amd64
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 chmsee - A chm file viewer written in GTK+
Changes: 
 chmsee (1.3.0-1) unstable; urgency=low
 .
   * new upstream release.
Checksums-Sha1: 
 49dd146d20006f8d5423c16de5ddce3b1cce6947 1308 chmsee_1.3.0-1.dsc
 2c6c6969d98b90773afa353434bdc1070f031214 115610 chmsee_1.3.0.orig.tar.gz
 3e04ac64f9c3ab8b285da3675978faeadb713041 9020 chmsee_1.3.0-1.debian.tar.gz
 36c09197ed0802059617836bca6d6c8917a134e7 136008 chmsee_1.3.0-1_amd64.deb
Checksums-Sha256: 
 69546edcec73b4ca470a155b290b1c9aea53e37b53a39bfdc77b91e89f5e4ca7 1308 
chmsee_1.3.0-1.dsc
 a9f1f81356fc5bb70d284a71227aa42fbb0ba84c946b9240062bcb6206735ff3 115610 
chmsee_1.3.0.orig.tar.gz
 2dbb5efd548cb8dd578b788d60c5431ba8f0700265e3143e760c9c438be681c7 9020 
chmsee_1.3.0-1.debian.tar.gz
 8594dd9af929a4895b2e33962b4a2e47b0cde428307fcd6d94d90057d2ee85c2 136008 
chmsee_1.3.0-1_amd64.deb
Files: 
 622395f3e48660f958bb33c885b00950 1308 text optional chmsee_1.3.0-1.dsc
 5ba68ccee32ba782486badc025842ccf 115610 text optional chmsee_1.3.0.orig.tar.gz
 c2197c3a48b3350fa30b0d2e00586a81 9020 text optional 
chmsee_1.3.0-1.debian.tar.gz
 fc64703f01d042360a588b2739bce6e7 136008 text optional chmsee_1.3.0-1_amd64.deb

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

iEYEARECAAYFAk075jQACgkQ5TUK4GCH0vgHPQCdHOKpsRzWWkO9oFY8f94974qe
elMAoJ5Hoom7Dn3nVWEDdwhpSve/5cUZ
=pbTe
-END PGP SIGNATURE-


Accepted:
chmsee_1.3.0-1.debian.tar.gz
  to main/c/chmsee/chmsee_1.3.0-1.debian.tar.gz
chmsee_1.3.0-1.dsc
  to main/c/chmsee/chmsee_1.3.0-1.dsc
chmsee_1.3.0-1_amd64.deb
  to main/c/chmsee/chmsee_1.3.0-1_amd64.deb
chmsee_1.3.0.orig.tar.gz
  to main/c/chmsee/chmsee_1.3.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/e1pgvmk-0003n2...@franck.debian.org



Accepted gnome-commander 1.2.8.10-1 (source amd64)

2011-01-23 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 12:04:04 +0100
Source: gnome-commander
Binary: gnome-commander
Architecture: source amd64
Version: 1.2.8.10-1
Distribution: experimental
Urgency: low
Maintainer: Michael Vogt m...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 gnome-commander - nice and fast file manager for the GNOME desktop
Changes: 
 gnome-commander (1.2.8.10-1) experimental; urgency=low
 .
   * New upstream bugfix-only release:
 - Fix problem #448941 (numeric keypad arrows don't work in the
   main window).
 - Fix problem #620275 (add menu item to copy full path and file
   name to clipboard).
 - Fix problem #637501 (advrename: metatag popup menu shows wrong
   items).
 - Fix problem with toggling path/basename/filename selections in
   copy/move dialogs.
 - Fix problem with searching path for devices.
 - Update german translation.
Checksums-Sha1: 
 3e6163d82aa552a0df1a1c27c30f7c3d3f15a525 1643 gnome-commander_1.2.8.10-1.dsc
 19d82738d4355cc072eb5e9eb74847a3028963b2 3529271 
gnome-commander_1.2.8.10.orig.tar.bz2
 3938b5c03f887d5b50467fa68791f7c99e2087ca 5493 
gnome-commander_1.2.8.10-1.debian.tar.gz
 8f0cc9a30f140a5e7cddc308bd2d5d0f746ec0c1 3977888 
gnome-commander_1.2.8.10-1_amd64.deb
Checksums-Sha256: 
 4f1aa8eec67552849bfb77c66bae51d939b9330a0ad8e9c77c3f8dc7e4bd138a 1643 
gnome-commander_1.2.8.10-1.dsc
 148035ae09c32a383d30512e0a7129350a32b71d181bbd15b915cb67bc9232e0 3529271 
gnome-commander_1.2.8.10.orig.tar.bz2
 d78acea3457b69328fed8f09e3b05c4bd229ba5d7f6c221f7825a61942ba34c8 5493 
gnome-commander_1.2.8.10-1.debian.tar.gz
 f3f55a8401667f6686f8d50c785fe95ed10476a36564a81920ea8a5ee07f5fbe 3977888 
gnome-commander_1.2.8.10-1_amd64.deb
Files: 
 f0b8160260fc3f80eba69c4bb519ca89 1643 gnome optional 
gnome-commander_1.2.8.10-1.dsc
 9605ed93f40d1e3c7a23ea1ce2ec5f6e 3529271 gnome optional 
gnome-commander_1.2.8.10.orig.tar.bz2
 427cbd1d832a2911b68236ebee821674 5493 gnome optional 
gnome-commander_1.2.8.10-1.debian.tar.gz
 5c4fe60dffee27fae3ee46370c719669 3977888 gnome optional 
gnome-commander_1.2.8.10-1_amd64.deb

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

iEYEARECAAYFAk08EB0ACgkQRdSMfNz8P9AGQACggkAWTp5HuPxhHxkZY5Vf9/99
/oYAnA1/hcWBQGUM2PQsXUi7kbCSOeN2
=c+F0
-END PGP SIGNATURE-


Accepted:
gnome-commander_1.2.8.10-1.debian.tar.gz
  to main/g/gnome-commander/gnome-commander_1.2.8.10-1.debian.tar.gz
gnome-commander_1.2.8.10-1.dsc
  to main/g/gnome-commander/gnome-commander_1.2.8.10-1.dsc
gnome-commander_1.2.8.10-1_amd64.deb
  to main/g/gnome-commander/gnome-commander_1.2.8.10-1_amd64.deb
gnome-commander_1.2.8.10.orig.tar.bz2
  to main/g/gnome-commander/gnome-commander_1.2.8.10.orig.tar.bz2


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



Accepted qbittorrent 2.6.4-1 (source amd64)

2011-01-23 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 12:08:58 +0100
Source: qbittorrent
Binary: qbittorrent qbittorrent-nox qbittorrent-dbg
Architecture: source amd64
Version: 2.6.4-1
Distribution: experimental
Urgency: low
Maintainer: Cristian Greco crist...@regolo.cc
Changed-By: Cristian Greco crist...@regolo.cc
Description: 
 qbittorrent - bittorrent client based on libtorrent-rasterbar with a Qt4 GUI
 qbittorrent-dbg - debug symbols for qbittorrent and qbittorrent-nox
 qbittorrent-nox - bittorrent client based on libtorrent-rasterbar (without X 
suppor
Changes: 
 qbittorrent (2.6.4-1) experimental; urgency=low
 .
   * New upstream version.
 - debian/control: drop unneeded build-dep on libboost-thread-dev.
Checksums-Sha1: 
 8d23df4e911b873ae81aa0c98d1867e4c0ac41d6 2023 qbittorrent_2.6.4-1.dsc
 846f40566095387d4358ff968c7fdd87daab7e78 2833616 qbittorrent_2.6.4.orig.tar.gz
 bdb0ba2f7e5462508dc29f5942cf8e93e7771775 14194 
qbittorrent_2.6.4-1.debian.tar.gz
 5aa405cb4bf281f4015dfb94814795e9bdf18ecc 2531044 qbittorrent_2.6.4-1_amd64.deb
 eeff0e2635abdf307978cf5ec0483899e1e673d4 1735070 
qbittorrent-nox_2.6.4-1_amd64.deb
 9927262018cf9a7351e6d44bc297ef0080042997 154302 
qbittorrent-dbg_2.6.4-1_amd64.deb
Checksums-Sha256: 
 9dbdda604d7e6245afd4e95ea8aeabec8d5afb5b2db9d7b93075fd152f970080 2023 
qbittorrent_2.6.4-1.dsc
 3204942587c2c9aacd35d0deb0059a742716ffdccbcdd1e9fb5ee176989f5e9f 2833616 
qbittorrent_2.6.4.orig.tar.gz
 d5feb68b696737a4d3ab7557375ded7c78574d8b536b1bfc525bec2512e49534 14194 
qbittorrent_2.6.4-1.debian.tar.gz
 c9e3cdebfeb82d0694d015d2ce2b690466a8083d9f471a851b5274b4ac55a197 2531044 
qbittorrent_2.6.4-1_amd64.deb
 e74687dbfdb29797a3df2cd63552e12b61bac6a67602866fef6c361056759592 1735070 
qbittorrent-nox_2.6.4-1_amd64.deb
 bc923bfe6af7fbd44f4e88231dae6ad2a252600f080d9568a4b8af09ce032140 154302 
qbittorrent-dbg_2.6.4-1_amd64.deb
Files: 
 f73ebec2ee709e0b0eb2b29094c197c3 2023 net optional qbittorrent_2.6.4-1.dsc
 159810e3c9c86efa5382b8f8db7b88fa 2833616 net optional 
qbittorrent_2.6.4.orig.tar.gz
 cf07975f381c0ff40b7fe65e3e9ba946 14194 net optional 
qbittorrent_2.6.4-1.debian.tar.gz
 26ff00435aaff39c365eb3748da2db91 2531044 net optional 
qbittorrent_2.6.4-1_amd64.deb
 a9004d04af52a818d65e9ee17c738298 1735070 net optional 
qbittorrent-nox_2.6.4-1_amd64.deb
 749c2728d95af5d46b79a1588feddae6 154302 debug extra 
qbittorrent-dbg_2.6.4-1_amd64.deb

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

iQIcBAEBCAAGBQJNPBDrAAoJEID329zPTTLkGysP/R/1Dd5fPwq2iMZO/6+xxmv/
gwInYzUKSPvhwsUc2W+m4tPw1anvmymF+b4rMUuydDaI4CyHS5QlwLwmcLS/1Y2j
806pWuMgSaD4e+fjcabf+oL5FS3pbPgUgOznXipDsDOspY59Efrgoj20D4fMZmLq
huSf3Ztz+DAKck/m9d3QyuRUXMYgclyaVnpd9GMTXGuVc0wC05YbR5XRzJwhAtoA
Hpvlbw6gG0aZXzIHzeqlYqYwzejJVML+LBHqBUIB835vwE9NaQul52cPnoW58pm8
GVpRGGPLqBVz95F3bBKf1auNfEvTlurEFtPusGOgLzy4rOiVo5hZuXYHJY+5+v0u
xkHDfAfFzEQnueNl12yV4P724gO0pjQHf1P+3QlqkEWgx6eAwbXNBY6Xg1ifxQUa
1VNDg7SaVD1Aswnx2PPgGIg2UV6/Ux0bUT6GV/sq96d2d3kG/r34hr6VdrsSNF/N
I1ozXnfGj60Z7Lm/XNKPxKRe0/EtYOdFjE3pKAbIP3utJFqrZC/UCpniqZIoggPB
LrKFwYv8U2moHVbCIwVyJZQ7Y/xeoOwCcyyAawiHz46e9LqrpY29RzZBLFQYIRo4
RHkRjZbfU+FGe0My/9k4Lvh4rpLmBNIIcvvbh8lFd1yDc5WRvajLMOJ48cKhZIcM
7qCH8Ab241nlIbjdq6Qj
=7+rB
-END PGP SIGNATURE-


Accepted:
qbittorrent-dbg_2.6.4-1_amd64.deb
  to main/q/qbittorrent/qbittorrent-dbg_2.6.4-1_amd64.deb
qbittorrent-nox_2.6.4-1_amd64.deb
  to main/q/qbittorrent/qbittorrent-nox_2.6.4-1_amd64.deb
qbittorrent_2.6.4-1.debian.tar.gz
  to main/q/qbittorrent/qbittorrent_2.6.4-1.debian.tar.gz
qbittorrent_2.6.4-1.dsc
  to main/q/qbittorrent/qbittorrent_2.6.4-1.dsc
qbittorrent_2.6.4-1_amd64.deb
  to main/q/qbittorrent/qbittorrent_2.6.4-1_amd64.deb
qbittorrent_2.6.4.orig.tar.gz
  to main/q/qbittorrent/qbittorrent_2.6.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/e1pgypw-0001y4...@franck.debian.org



Accepted liburi-perl 1.58-1 (source all)

2011-01-23 Thread Angel Abad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Jan 2011 12:29:46 +0100
Source: liburi-perl
Binary: liburi-perl
Architecture: all source
Version: 1.58-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Angel Abad angela...@gmail.com
Description: 
 liburi-perl - module to manipulate and access URI strings
Changes: 
 liburi-perl (1.58-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 896f287aa72b1dba71308147ede0f37efa22546c 2169 liburi-perl_1.58-1.dsc
 46fcf3ba499d42ab6a7152b0bbbc72f1ff13092c 80723 liburi-perl_1.58.orig.tar.gz
 9ae4082f7cc9c542c4602b19a84cc2741d540d66 4490 liburi-perl_1.58-1.debian.tar.gz
 ab67ef4263eabae6c396f075815bf71ad90fde40 98972 liburi-perl_1.58-1_all.deb
Checksums-Sha256: 
 1a0969f94076574e45b506b44bd34cc5084c3a7bebfca1dd4e04b921b888f3a8 2169 
liburi-perl_1.58-1.dsc
 5ddeb8e4707bd4c37a3a60f634de8424e40c85bba98cf6c1053ae5e71c9b8289 80723 
liburi-perl_1.58.orig.tar.gz
 f48f03cc93371b5086785e944e9ac253871377033fef1d9163d2e528821d99fd 4490 
liburi-perl_1.58-1.debian.tar.gz
 c8a67e777e9104273242a668846a854578072b37a2353e5a10e8524e3ddd5d00 98972 
liburi-perl_1.58-1_all.deb
Files: 
 1d3209b6afae63f2b676fed22fe95dd8 2169 perl optional liburi-perl_1.58-1.dsc
 540575aee18616ad9a21e0af7a1e7b18 80723 perl optional 
liburi-perl_1.58.orig.tar.gz
 658c939f001d4fdf28ac7aab364046aa 4490 perl optional 
liburi-perl_1.58-1.debian.tar.gz
 1113b1c8bb1167b4a77d3892aadc3ee1 98972 perl optional liburi-perl_1.58-1_all.deb

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

iQIcBAEBCgAGBQJNPBzrAAoJEIATJTTdNH3I7CQP/jvmWG4VDu6JdrrmPOaBGlpf
fb1NiqvVkLS6gTWRPOujfLft5LxNQ5j/euP4FGbhwCneRIzVaaHDGIvSgWCCl4MY
LHN5mUozLYuXQbER3PRTvXsw3JcqzVnf7qWGr0GVwJd9GMc8Z0Kzrc35dPFJRFF+
znsb0SAt5CbjUH+vwTjegZ8C1POFda3fIyAaHT13dnMNMvq8IWR3buU78X2jEDiV
dF2Rt52m0fA9Rk14aMU2fGnLSa1cI03iBEjAPMIo+ArfhDuGSTWVydzfPI/y+uDd
434vBtZSVz/ByV4+o8Kz/Ig4bq8XjfnHQYRg9SyJT/4+8dfPmTK+P1l2LmxTQhVH
efr477tvQvFCK+i0KCNZ6h2D0xwD+WCYmTFlFp96RqfzpnweNbNJzb8/SjIKv+eo
3b1A+5QusM+rjajvvYXCGX1MPk6dlqCk9mi79S2yMvQbcD3fYZdXxGzd3pMTwFim
DS32VVfu5rg8gtBjjSKNQwuWuVrCJLjd72HuAGFmqkRiwEd1z0zTaNrbvPCkqCNG
JRkNAoGjwHcU50S1BG3lPTZXhLhxskbCBNFBTU1S0MoH3Dqz9G2LFKI/ItJnW7LO
vt/ORQ7JcFtvE5nzPmbAzskPi7UsfK6Txhgb55g+cRtvtk+YN7Y7yuwMFaW75XQc
s3DWl8Is+J15+5i7QDPC
=IAkN
-END PGP SIGNATURE-


Accepted:
liburi-perl_1.58-1.debian.tar.gz
  to main/libu/liburi-perl/liburi-perl_1.58-1.debian.tar.gz
liburi-perl_1.58-1.dsc
  to main/libu/liburi-perl/liburi-perl_1.58-1.dsc
liburi-perl_1.58-1_all.deb
  to main/libu/liburi-perl/liburi-perl_1.58-1_all.deb
liburi-perl_1.58.orig.tar.gz
  to main/libu/liburi-perl/liburi-perl_1.58.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/e1pgz70-0005mb...@franck.debian.org



Accepted exim4 4.74~rc2-1 (source i386 all)

2011-01-23 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 23 Jan 2011 14:02:36 +0100
Source: exim4
Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy 
exim4-daemon-custom eximon4 exim4-dbg exim4-daemon-light-dbg 
exim4-daemon-heavy-dbg exim4-daemon-custom-dbg exim4-dev
Architecture: source i386 all
Version: 4.74~rc2-1
Distribution: experimental
Urgency: low
Maintainer: Exim4 Maintainers pkg-exim4-maintain...@lists.alioth.debian.org
Changed-By: Andreas Metzler ametz...@debian.org
Description: 
 exim4  - metapackage to ease Exim MTA (v4) installation
 exim4-base - support files for all Exim MTA (v4) packages
 exim4-config - configuration for the Exim MTA (v4)
 exim4-daemon-custom - custom Exim MTA (v4) daemon with locally set features
 exim4-daemon-custom-dbg - debugging symbols for the Exim MTA (v4) packages
 exim4-daemon-heavy - Exim MTA (v4) daemon with extended features, including 
exiscan-ac
 exim4-daemon-heavy-dbg - debugging symbols for the Exim MTA (v4) packages
 exim4-daemon-light - lightweight Exim MTA (v4) daemon
 exim4-daemon-light-dbg - debugging symbols for the Exim MTA (v4) packages
 exim4-dbg  - debugging symbols for the Exim MTA (v4) packages
 exim4-dev  - header files for the Exim MTA (v4) packages
 eximon4- monitor application for the Exim MTA (v4) (X11 interface)
Closes: 608336 609308 610611
Changes: 
 exim4 (4.74~rc2-1) experimental; urgency=low
 .
   * In spf example use spf-tools-perl's spfquery instead of the one from
 libmail-spf-query-perl. Do not try to use unimplemented best-guess
 support. Update Suggests accordingly. Closes: #608336
   * Add headers in ACL by using the add_header modifier instead of message.
 (This modifier has been available since 4.61.) Closes: #609308
   * New upstream version.
 + includes the fix for CVE-2011-0017
 + If a non-debug daemon was invoked with a non-whitelisted macro, then
   logs from after attempting delivery would be silently lost, including
   for successful delivery.  This log-loss bug was introduced in 4.73
   as part of the security lockdown. Closes: #610611
 + Update some patches.
Checksums-Sha1: 
 7764c5725a53f0a0d6a7957845990cb37ea459a0 1765 exim4_4.74~rc2-1.dsc
 43f7d967b16ee9b19bd4f34d09fe1e86d10415cd 2052078 exim4_4.74~rc2.orig.tar.gz
 eaf2a87c168cd6998653c56be9aaf61000a95ef5 574730 exim4_4.74~rc2-1.debian.tar.gz
 8be14480bfd0fe641f682a76d5e7322bd954a082 1016548 exim4-base_4.74~rc2-1_i386.deb
 feef95ead27a233cc0fd8b440cec3714c8929b7d 191326 eximon4_4.74~rc2-1_i386.deb
 512329fda1850a16a3faf628585022c49a251b8c 555298 
exim4-daemon-light_4.74~rc2-1_i386.deb
 34e580e8c5d5f28ec0fbc3c2c028f3fbda41cfc4 605254 
exim4-daemon-heavy_4.74~rc2-1_i386.deb
 f6aa9da74dc8de9d13bdd84c81d5551dc413753e 821152 
exim4-daemon-light-dbg_4.74~rc2-1_i386.deb
 18abd9af739fd155b4eaae06aae5d80b0bc64ee3 909762 
exim4-daemon-heavy-dbg_4.74~rc2-1_i386.deb
 55180d10dbb4bc9055188a2417c4883c54329d82 359584 exim4-dbg_4.74~rc2-1_i386.deb
 4e3905fa0a9eeec9460eaf1e450db8b711d5df56 163386 exim4-dev_4.74~rc2-1_i386.deb
 6d570c7fedfd621a49a8a28c4d4dc6e1f8c8d403 466254 exim4-config_4.74~rc2-1_all.deb
 e00eb36adcce87ded976500dfa9f4cc79d751f05 7804 exim4_4.74~rc2-1_all.deb
Checksums-Sha256: 
 ac276ccf147c13a99fa57a1d0b415fe62a283619b7c00dc2d69e743ffa7883d0 1765 
exim4_4.74~rc2-1.dsc
 4a60b0a50dd6407b9ca302ced1bcd5f68a1b70cc3d103e701cd037999863c376 2052078 
exim4_4.74~rc2.orig.tar.gz
 325ed160206977c376816785a67cd377383dee6817c51661afc01821adce26c9 574730 
exim4_4.74~rc2-1.debian.tar.gz
 e0b4a174c94fc55d27a7dacd91c96ace8a27e37edd263a5757dacea6f1b9334f 1016548 
exim4-base_4.74~rc2-1_i386.deb
 ea655e449c549fbde628f38066fb23ffd71fb6069e3ee11d41cc38b7efc8eae8 191326 
eximon4_4.74~rc2-1_i386.deb
 74c08b9abdde4d1bb4b3a1be8de8bbfbc2bd80519a58dacbaa775ef0a1dc9191 555298 
exim4-daemon-light_4.74~rc2-1_i386.deb
 328f741035829f8baf354d5ae49260537fecd18647df6d53cbd33ee7a91edc61 605254 
exim4-daemon-heavy_4.74~rc2-1_i386.deb
 04f3524c7791a71b9cfdba436f83037f98f1b98d232b90391faf85044a460ab8 821152 
exim4-daemon-light-dbg_4.74~rc2-1_i386.deb
 f7f9407bd8f2a83bf6d1448db8c788612a06d7a0c3493a50af8f08cbc37974f1 909762 
exim4-daemon-heavy-dbg_4.74~rc2-1_i386.deb
 e463efcf301c584f150563e5062eb1d0701f7e387a254035571663379a1027cf 359584 
exim4-dbg_4.74~rc2-1_i386.deb
 7e0da5b9f2c56446a55183e315e7ae818e2b615444db07172d36101529755492 163386 
exim4-dev_4.74~rc2-1_i386.deb
 b8ba4afe49e60c7e8de6c7d0809f95550f15e8d0a9c2e2f9e26fa866fe944391 466254 
exim4-config_4.74~rc2-1_all.deb
 b966befd50d210df6909337ae6d4ea6af75466cb3efdd4543b14a6ec9ba36fa8 7804 
exim4_4.74~rc2-1_all.deb
Files: 
 ad429094a790910ae1222c88b7da15c9 1765 mail standard exim4_4.74~rc2-1.dsc
 c47ccb694402c9eb5c72feb6eca5a8ed 2052078 mail standard 
exim4_4.74~rc2.orig.tar.gz
 353a15e9435d619428ba60f79a336c04 574730 mail standard 
exim4_4.74~rc2-1.debian.tar.gz
 df8c737346af476ba288196a0947e37f 1016548 mail standard 
exim4-base_4.74~rc2-1_i386.deb
 

Accepted ikiwiki 3.20110123 (source all)

2011-01-23 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 10:12:33 -0400
Source: ikiwiki
Binary: ikiwiki
Architecture: source all
Version: 3.20110123
Distribution: unstable
Urgency: low
Maintainer: Joey Hess jo...@debian.org
Changed-By: Joey Hess jo...@debian.org
Description: 
 ikiwiki- a wiki compiler
Changes: 
 ikiwiki (3.20110123) unstable; urgency=low
 .
   * Adapt autoindex test suite to work with old Test::More.
   * Fix posting by blog form, broken by last release.
Checksums-Sha1: 
 0c6d48f4075ac9f116cd9c8d799594cf8088cc9f 1788 ikiwiki_3.20110123.dsc
 c67e6090f661743c7281dc66bff7173d937334c0 2302924 ikiwiki_3.20110123.tar.gz
 765b9f9f51b49e31badeb3d38362f83dbbd31d52 1652298 ikiwiki_3.20110123_all.deb
Checksums-Sha256: 
 1db14eb3982f097b8e81c9cab45b350c8a3170914a774138920f90ae80aa6e9a 1788 
ikiwiki_3.20110123.dsc
 4485008999369947d11d6efd0401099854a3bad5b9cbe98a5f252d046bdbcc33 2302924 
ikiwiki_3.20110123.tar.gz
 5c9df1e3e00c36b87e4bd39b7150505cdf5ed42ca799247493adbf4513177cb0 1652298 
ikiwiki_3.20110123_all.deb
Files: 
 f64881fb91196d8572edf0689037a47c 1788 web optional ikiwiki_3.20110123.dsc
 b68e7deb01f9443edd0e21fc03b043fa 2302924 web optional ikiwiki_3.20110123.tar.gz
 94d5fd05904543480a101d3a2c8d70df 1652298 web optional 
ikiwiki_3.20110123_all.deb

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

iQIVAwUBTTw6g8kQ2SIlEuPHAQiPIw//bf8Vf6N/vR0oUdpKVT1m3weiA7ntyR95
D9Kw1PYCdSJHRPbQsEM6AC6ml/LCLpqWRXv3igjgLLGlnt16gI1SA9x8KlL7vCgv
ysY6I4BnMjo6uAm0f0l8m9WqlviaCDwWiCmdUKtMXcYB6VquY0+yO1uX/vYMje5a
Q5L7UaUK6LnT6/G1zJ9ZmchmictP2S4tvkt08VSdRb4Ffi/u+Qb6sbcasGxM0eRt
wOmA+jXpufx0Ao1m5488hr2ihL4He86lwiCP42Y2BUTd59owsT7SjpJjvKp52WD5
LcKNmoeEmLBD+Us+kOu58UtLaOf1ukZ9Pv4QbwW2fG4PZ0i+tGju3nkOOMtLFiE8
l4KY4rijqnnHqEvfHyecMsrO3yBEn/PbQ3tf1JIeOPbj5CEcjin8NaCQ1IGaE6Yi
t0qlkrdc1ihfN9y1ZjykXQK4lulpHtON/i0qKzJ2FLAu8CP5JO/DBZeQvjCxX7Hf
AmYXdPLScjpmnprfvsh2DOQQMMtOrepL/jWmfLSfwN130pyjhM6/3axW9RLXLXBc
OmMjVLcCAPDQBo83qcPig4BbOi1MczntE/FmccF4QxBv4vjkEzY3ehsCpE4MyLg3
NCFLxZ2HMltpFHoRS2WEHdtq0MVOe1IbdYFNYLwDViChpclqxCBkyTEX6R5YyS2c
gT9HfXQJIEg=
=NTbV
-END PGP SIGNATURE-


Accepted:
ikiwiki_3.20110123.dsc
  to main/i/ikiwiki/ikiwiki_3.20110123.dsc
ikiwiki_3.20110123.tar.gz
  to main/i/ikiwiki/ikiwiki_3.20110123.tar.gz
ikiwiki_3.20110123_all.deb
  to main/i/ikiwiki/ikiwiki_3.20110123_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/e1ph0zp-a0...@franck.debian.org



Accepted git-buildpackage 0.5.18 (source all)

2011-01-23 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 14:52:25 +0100
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.5.18
Distribution: experimental
Urgency: low
Maintainer: Guido Günther a...@sigxcpu.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Closes: 610368 610376 610381
Changes: 
 git-buildpackage (0.5.18) experimental; urgency=low
 .
   [ Guido Günther ]
   * [0b2b869] git-buildpackage: fix fallback to auto detection for unknown
 compression types
   * [b7136f3] gbp-pull: Adjust incorrect logging level
   * [d8d2347] git-import-dscs: Ignore debsnap download errors to cope with
 binNMUs. Based on a patch from Jonathan Nieder. (Closes: #610376)
   * [e1661bd] git-buildpackage: print the Looking for tarball... message at
 debug level.  There's no need to print two messages in the default logging
 level.
   * [9054ae1] git.force_head: quiet git reset so we don't see pointless 'HEAD
 is now at ...' messages during imports.
   * [d36077c] Add --author-is-comitter and --author-date-is-comitter-date
 commandline options (Closes: #610381)
 .
   [ Jonathan Nieder ]
   * [f2f03b7] git-import-dscs: Fix --debsnap doc and option error handling
 (Closes: #610368)
   * [2984d27] git-import-dsc doc updates for new options --author-is-committer
 and --author-date-is-committer-date
Checksums-Sha1: 
 25882da34d7a615bba0a135286838da04942d0a4 1082 git-buildpackage_0.5.18.dsc
 53efaf78e4d7599b79e2c4df5685990deef09f38 98594 git-buildpackage_0.5.18.tar.gz
 a81341debef12a39870e9a71b4f8faec7f7983b1 122868 git-buildpackage_0.5.18_all.deb
Checksums-Sha256: 
 34d743700b073b5f6e83408e66f214c4a29ee3e1fd72796ba43341a5e0ebaf52 1082 
git-buildpackage_0.5.18.dsc
 f5b8f469a9d37a722663b8cd01f30cce3968722a556fe6cb8a93267d3e911f2b 98594 
git-buildpackage_0.5.18.tar.gz
 77a29abbd6a839a93b5442e9ed98fa23ff0783ddadbd71d071a16f4615c5ebe3 122868 
git-buildpackage_0.5.18_all.deb
Files: 
 e851a65a98a2ee60044ad496f9f481dc 1082 vcs optional git-buildpackage_0.5.18.dsc
 029c6eaf1a8e851ded05d895e6df3ee0 98594 vcs optional 
git-buildpackage_0.5.18.tar.gz
 7ea0671af56f15a85e35a71b042e5e3d 122868 vcs optional 
git-buildpackage_0.5.18_all.deb

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

iD8DBQFNPDTRn88szT8+ZCYRAleJAJ9KGtq41l0s+T8Fta0ElQSr5rO/igCfYizk
kmb/WzeSGNNb5VrGGuQk5MU=
=Hlsh
-END PGP SIGNATURE-


Accepted:
git-buildpackage_0.5.18.dsc
  to main/g/git-buildpackage/git-buildpackage_0.5.18.dsc
git-buildpackage_0.5.18.tar.gz
  to main/g/git-buildpackage/git-buildpackage_0.5.18.tar.gz
git-buildpackage_0.5.18_all.deb
  to main/g/git-buildpackage/git-buildpackage_0.5.18_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/e1ph1dm-0001ba...@franck.debian.org



Accepted accountsservice 0.6.1-1 (source amd64)

2011-01-23 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 17 Jan 2011 10:14:35 +0100
Source: accountsservice
Binary: accountsservice
Architecture: source amd64
Version: 0.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia ales...@debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 accountsservice - query and manipulate user account information
Closes: 606002
Changes: 
 accountsservice (0.6.1-1) unstable; urgency=low
 .
   * Initial release (Closes: #606002).
Checksums-Sha1: 
 903de3bee7a65828cac20f67e2537db159d30f99 1333 accountsservice_0.6.1-1.dsc
 8ca77972669d169985cbd715ecdcafe726da78e2 46379 
accountsservice_0.6.1.orig.tar.bz2
 bc9b12231b24c8f06c6202e81684e2c154cb3937 2073 
accountsservice_0.6.1-1.debian.tar.gz
 9e68be69ac4d926c2c74cea0fdfae0859679a27c 32160 
accountsservice_0.6.1-1_amd64.deb
Checksums-Sha256: 
 8154b7161326c2cd2fb8cb26dfb35179b0bbc0d81560a013e8d1b99c526e681f 1333 
accountsservice_0.6.1-1.dsc
 5122582955d44bc2266e29daddf04155db1b36e1896aa58550e638782cc2c132 46379 
accountsservice_0.6.1.orig.tar.bz2
 969e780e1d896c69515c0e39de7f0d77657eb5dcfdf7412aada2f1a97058161d 2073 
accountsservice_0.6.1-1.debian.tar.gz
 03591cc3492ec7252538b528928dcd6639bfd6468d1e2c6b5050be3dda5fc63a 32160 
accountsservice_0.6.1-1_amd64.deb
Files: 
 cd7498e837a7880abe7169d311d43fb6 1333 gnome optional 
accountsservice_0.6.1-1.dsc
 ebfdd7a07d5cf7f0089a424c26a20c63 46379 gnome optional 
accountsservice_0.6.1.orig.tar.bz2
 23dfd8f4892b1721bf01052b8b3f68b0 2073 gnome optional 
accountsservice_0.6.1-1.debian.tar.gz
 c3f47fc4c8349be61a9a9b9b0a581ef7 32160 gnome optional 
accountsservice_0.6.1-1_amd64.deb

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

iEYEARECAAYFAk00TOoACgkQRdSMfNz8P9Bh9gCeJCLuwMrQPa++hM4BHQVWARtm
i5YAnRKZWGN0dqP+/mTs9HxCiiRSt1es
=fYmQ
-END PGP SIGNATURE-


Accepted:
accountsservice_0.6.1-1.debian.tar.gz
  to main/a/accountsservice/accountsservice_0.6.1-1.debian.tar.gz
accountsservice_0.6.1-1.dsc
  to main/a/accountsservice/accountsservice_0.6.1-1.dsc
accountsservice_0.6.1-1_amd64.deb
  to main/a/accountsservice/accountsservice_0.6.1-1_amd64.deb
accountsservice_0.6.1.orig.tar.bz2
  to main/a/accountsservice/accountsservice_0.6.1.orig.tar.bz2


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



Accepted devhelp 2.91.5-1 (source all amd64)

2011-01-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 18 Jan 2011 23:29:37 +
Source: devhelp
Binary: libdevhelp-3-0 libdevhelp-dev devhelp devhelp-common
Architecture: source all amd64
Version: 2.91.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 devhelp- A GNOME developers help program
 devhelp-common - common files for devhelp and its library
 libdevhelp-3-0 - Library providing documentation browser functionality
 libdevhelp-dev - Library providing documentation browser functionality 
(developmen
Changes: 
 devhelp (2.91.5-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/control.in,
   debian/libdevhelp*.install:
   - Rename libdevhelp-1-1 to libdevhelp-3-0 because of the new SONAME.
   - Rename libdevhelp-1-dev to libdevhelp-dev. It's not like we're going
 to support multiple libdevhelps ever.
 + debian/control.in:
   - Update build dependencies and dependencies.
   - Relax the shared library package dependency on devhelp-common to
 allow multiple libdevhelps to be installed in parallel (to ease
 transitions when the SONAME changes).
 + debian/*.install:
   - Simplified.
 + debian/control.in,
   debian/compat:
   - Switch to debhelper compat 8.
 + debian/libdevhelp-3-0.symbols:
   - Add a symbols file.
 + debian/rules:
   - Make the shlibs file always depend on the latest upstream version.
Checksums-Sha1: 
 5cd517357bc5433e47ee6045d213530f6428d4ad 1634 devhelp_2.91.5-1.dsc
 8c797081206bcd7ac39965f5abe1e1e55fc9a55d 692494 devhelp_2.91.5.orig.tar.gz
 3d5dce2d10cd6f8bbf50c5854baf0c3d804a6a53 19037 devhelp_2.91.5-1.debian.tar.gz
 d1783a89d8fe213fbe61c350f848b2756fe31384 220434 devhelp-common_2.91.5-1_all.deb
 14ba6e7170671aace6899d7f9409d522af9b9c24 88066 
libdevhelp-3-0_2.91.5-1_amd64.deb
 2e2d06450ae63b6772225e56ab126c6f6e19fe17 26840 
libdevhelp-dev_2.91.5-1_amd64.deb
 5c6fc66937a85606208b2d7a36cc84bf6a551a3f 40258 devhelp_2.91.5-1_amd64.deb
Checksums-Sha256: 
 ea981e88cd8154139661893e91687b8ddcf4ca8b640435b0efe2d0233db814c2 1634 
devhelp_2.91.5-1.dsc
 b1ecfa91509418d638d06318288742a21cec3583062bc873d0c7b79f77b4f1be 692494 
devhelp_2.91.5.orig.tar.gz
 2863811dbc03f367cefd5e957b49e3c232a350ffc9f1dc12c75ae7f1f63fe7ef 19037 
devhelp_2.91.5-1.debian.tar.gz
 db7fa86c9a806f8037b153503a4186ff78b3a9c5625ef62c2f836c61fdf6d5a7 220434 
devhelp-common_2.91.5-1_all.deb
 90d95ce65d2f9621fc202fca03a7a44c54d01b85c29c8b56798b7ed252fd 88066 
libdevhelp-3-0_2.91.5-1_amd64.deb
 269217f9e6bcb0b0c394544f54379b1c86962de1ab8efd019bc01a4357e345ca 26840 
libdevhelp-dev_2.91.5-1_amd64.deb
 6c101c0f976bfea595dd150a528afb6c7049651b1fb5affec59ddf51d0c98e9f 40258 
devhelp_2.91.5-1_amd64.deb
Files: 
 44272b378d3a858c85ee53799301344f 1634 devel optional devhelp_2.91.5-1.dsc
 948bc520d9c5045042e3a6d8df2c1484 692494 devel optional 
devhelp_2.91.5.orig.tar.gz
 0a485d0c54bf687b24c9688fc597c6b0 19037 devel optional 
devhelp_2.91.5-1.debian.tar.gz
 e147934ca5d41ae226387c3157fd34ec 220434 devel optional 
devhelp-common_2.91.5-1_all.deb
 769416cb99426ca1c8a7947708cf38d4 88066 libs optional 
libdevhelp-3-0_2.91.5-1_amd64.deb
 ab474ec1e05c970bc087a1244211a81a 26840 libdevel optional 
libdevhelp-dev_2.91.5-1_amd64.deb
 bbef8c79d5565fafe334d12c24ec6c3f 40258 devel optional 
devhelp_2.91.5-1_amd64.deb

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

iEYEARECAAYFAk02I28ACgkQhTV17EoIsv57eACdGOvnB4a6lhi59FR9XePZbEvD
XTEAnjk5qHyjx7YxkS9m0PKl0QtUn5OI
=gBA7
-END PGP SIGNATURE-


Accepted:
devhelp-common_2.91.5-1_all.deb
  to main/d/devhelp/devhelp-common_2.91.5-1_all.deb
devhelp_2.91.5-1.debian.tar.gz
  to main/d/devhelp/devhelp_2.91.5-1.debian.tar.gz
devhelp_2.91.5-1.dsc
  to main/d/devhelp/devhelp_2.91.5-1.dsc
devhelp_2.91.5-1_amd64.deb
  to main/d/devhelp/devhelp_2.91.5-1_amd64.deb
devhelp_2.91.5.orig.tar.gz
  to main/d/devhelp/devhelp_2.91.5.orig.tar.gz
libdevhelp-3-0_2.91.5-1_amd64.deb
  to main/d/devhelp/libdevhelp-3-0_2.91.5-1_amd64.deb
libdevhelp-dev_2.91.5-1_amd64.deb
  to main/d/devhelp/libdevhelp-dev_2.91.5-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/e1ph2rs-0005kb...@franck.debian.org



Accepted gnome-control-center 1:2.91.5-1 (source all amd64)

2011-01-23 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 15 Jan 2011 12:18:29 +
Source: gnome-control-center
Binary: gnome-control-center gnome-control-center-dev capplets-data 
libgnome-control-center-dev libgnome-control-center1
Architecture: source all amd64
Version: 1:2.91.5-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 capplets-data - configuration applets for GNOME - data files
 gnome-control-center - utilities to configure the GNOME desktop
 gnome-control-center-dev - utilities to configure the GNOME desktop
 libgnome-control-center-dev - utilities to configure the GNOME desktop
 libgnome-control-center1 - utilities to configure the GNOME desktop
Changes: 
 gnome-control-center (1:2.91.5-1) experimental; urgency=low
 .
   * New upstream release
   * Based on ubuntu 1:2.91.3.1-0ubuntu1~build2, by Robert Ancell and others
   * debian/patches/01_ml_po.patch
 - Removed
   * patches/25_window_manager_settings.patch
 - Removed, no longer applicable
Checksums-Sha1: 
 2d39cadc3990073815d79c0765ccfe2e92f7bf21 2034 gnome-control-center_2.91.5-1.dsc
 f343474c1a8ac50c554d24f9e4be6526a872c68a 6652892 
gnome-control-center_2.91.5.orig.tar.gz
 ad960aad974dde44e34f4eb24eff6f15ecc87622 27072 
gnome-control-center_2.91.5-1.diff.gz
 18acd79aba2ae008db48d337713546545f3dcbd7 1148164 
gnome-control-center-dev_2.91.5-1_all.deb
 683b7f95d73eae96853bb2b3b0dea2e2f0ac903f 5041626 capplets-data_2.91.5-1_all.deb
 c3729b04c21f9ef91d0c4b505613686609af8616 1542072 
gnome-control-center_2.91.5-1_amd64.deb
 d30d656aa99626a93afc849b3e0909eec06f7b36 1159176 
libgnome-control-center-dev_2.91.5-1_amd64.deb
 ead8384c52bd1b8d7a2bd2160605792dbcd7843f 1167414 
libgnome-control-center1_2.91.5-1_amd64.deb
Checksums-Sha256: 
 ede35c2c9864a72c70d5c634339b8523206c4dbed8cf48e561532952eafaa5e4 2034 
gnome-control-center_2.91.5-1.dsc
 3b29e994d9fbc2fd43a7ca8fcb8f5dde560377a3122c9a17b2f1a2b6a5952e77 6652892 
gnome-control-center_2.91.5.orig.tar.gz
 9fd0500b984556db84f4fba705e8da9867030581f56474490754485f2da25d06 27072 
gnome-control-center_2.91.5-1.diff.gz
 4e0a5ae5b2b7ba9b8993b52566d907d489337c50adbcdc11f197fcfbb9601e1c 1148164 
gnome-control-center-dev_2.91.5-1_all.deb
 27c74ab83f42e3b474d122a7288cb8fe53e8c274c90691f7736c650967c3dc31 5041626 
capplets-data_2.91.5-1_all.deb
 706fc80d399dcd06ec2f88a375c0e444f30ff26ac3f50336331d9dc463d0b9ca 1542072 
gnome-control-center_2.91.5-1_amd64.deb
 1106e0abdeccd64f8488cd091c16389604216cb04b5f1e9e81a89eb78c50dcaa 1159176 
libgnome-control-center-dev_2.91.5-1_amd64.deb
 b8f168e90b1a7d5541f3f9e619d609a8515f47b2868c9eb9732c0f8764923fd6 1167414 
libgnome-control-center1_2.91.5-1_amd64.deb
Files: 
 8de46c175cab3f785a8b87aa097aefae 2034 gnome optional 
gnome-control-center_2.91.5-1.dsc
 dcc9ba26295470ea866423807c6c6e6b 6652892 gnome optional 
gnome-control-center_2.91.5.orig.tar.gz
 4ebbaac29b8e086a89a69183b715b299 27072 gnome optional 
gnome-control-center_2.91.5-1.diff.gz
 95777afe89a7cb3d7204ac1b9942f8c7 1148164 gnome optional 
gnome-control-center-dev_2.91.5-1_all.deb
 0a6219399bdbca1871a4550c4a83415c 5041626 gnome optional 
capplets-data_2.91.5-1_all.deb
 e7a2c7493650ab0bc55798477054293b 1542072 gnome optional 
gnome-control-center_2.91.5-1_amd64.deb
 6db67a3ed5a29390e1661c7478d2f5c1 1159176 libdevel optional 
libgnome-control-center-dev_2.91.5-1_amd64.deb
 9c663bd32fd116a1406d24f47e72dbc3 1167414 libs optional 
libgnome-control-center1_2.91.5-1_amd64.deb

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

iEYEARECAAYFAk0xkxEACgkQgTd+SodosdKoZACghL8gkkxzTOsjVPHFg4McDORV
1EwAoIHM0DEMEZE2uQkOBKY37H8dql1p
=a71s
-END PGP SIGNATURE-


Accepted:
capplets-data_2.91.5-1_all.deb
  to main/g/gnome-control-center/capplets-data_2.91.5-1_all.deb
gnome-control-center-dev_2.91.5-1_all.deb
  to main/g/gnome-control-center/gnome-control-center-dev_2.91.5-1_all.deb
gnome-control-center_2.91.5-1.diff.gz
  to main/g/gnome-control-center/gnome-control-center_2.91.5-1.diff.gz
gnome-control-center_2.91.5-1.dsc
  to main/g/gnome-control-center/gnome-control-center_2.91.5-1.dsc
gnome-control-center_2.91.5-1_amd64.deb
  to main/g/gnome-control-center/gnome-control-center_2.91.5-1_amd64.deb
gnome-control-center_2.91.5.orig.tar.gz
  to main/g/gnome-control-center/gnome-control-center_2.91.5.orig.tar.gz
libgnome-control-center-dev_2.91.5-1_amd64.deb
  to main/g/gnome-control-center/libgnome-control-center-dev_2.91.5-1_amd64.deb
libgnome-control-center1_2.91.5-1_amd64.deb
  to main/g/gnome-control-center/libgnome-control-center1_2.91.5-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/e1ph2ri-0005sj...@franck.debian.org



Accepted gnome-control-center 1:2.91.5-2 (source all amd64)

2011-01-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Jan 2011 23:01:37 +
Source: gnome-control-center
Binary: gnome-control-center gnome-control-center-dev gnome-control-center-data 
libgnome-control-center-dev libgnome-control-center1
Architecture: source all amd64
Version: 1:2.91.5-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gnome-control-center - utilities to configure the GNOME desktop
 gnome-control-center-data - configuration applets for GNOME - data files
 gnome-control-center-dev - utilities to configure the GNOME desktop
 libgnome-control-center-dev - utilities to configure the GNOME desktop
 libgnome-control-center1 - utilities to configure the GNOME desktop
Changes: 
 gnome-control-center (1:2.91.5-2) experimental; urgency=low
 .
   * debian/control.in:
 - Drop gnome-control-center breaks/replaces against gnome-media(-common),
   they seem unneeded.
 - capplets-data replaces gnome-media-common.
 - Build depend on docbook-xml, needed to build the docs.
 - capplets-data: stop breaking g-c-c, it already depends on a new
   enough version of the former so this is not needed.
 - gnome-control-center: no need to manually depend on
   libgnome-control-center1. The shlibs does that for us.
 - Don't use tabs for padding.
 - Drop obsolete dpkg-dev b-d.
   * debian/control.in,
 debian/rules,
 debian/source/format:
 - Switch to source format 3.0 (quilt).
   * debian/control.in,
 debian/{capplets,gnome-control-center}-data.*,
 debian/rules:
 - Rename capplets-data to gnome-control-center-data.
   * debian/index.theme:
 - Removed, unused.
   * debian/libgnome-control-center1.symbols:
 - Add a Build-Depends-Package field.
   * debian/gnome-keyboard-properties.1,
 debian/gnome-control-center.manpages:
 - gnome-keyboard-properties is gone, drop the manpage.
Checksums-Sha1: 
 efc1f9dd276bc87733be69d67872a1f41c13f5dc 2055 gnome-control-center_2.91.5-2.dsc
 557ec7a4ac5549160983c2892420f4c376aa18e0 27888 
gnome-control-center_2.91.5-2.debian.tar.gz
 8decc281d68fa6edce957e2c34f12d032bfd5527 1148310 
gnome-control-center-dev_2.91.5-2_all.deb
 e06bdf42b0112a341d916cee2a2c5f009b20bd77 5047516 
gnome-control-center-data_2.91.5-2_all.deb
 b4720601172c5e3d0beb070500c79efaa7db8394 1539920 
gnome-control-center_2.91.5-2_amd64.deb
 3ae1b1f19b2f02e9f871993d886b7097ce85a6ba 1159368 
libgnome-control-center-dev_2.91.5-2_amd64.deb
 f0497ee0e7610bf0461f2d8deccc8c0e6a1c0276 1167634 
libgnome-control-center1_2.91.5-2_amd64.deb
Checksums-Sha256: 
 49d47a5353872d0bc254df8f22dc4a8a6bb0a60d3184d7ac2b3d58a7d9baada3 2055 
gnome-control-center_2.91.5-2.dsc
 bd30333dc6bb89868d18f22e9796a77097fcc94fed9e00a871e629e4b90c52c9 27888 
gnome-control-center_2.91.5-2.debian.tar.gz
 d0f9fd92477d231d40f66764cd7ab9a5faf53a085153d449ae48b2d2670f6ebd 1148310 
gnome-control-center-dev_2.91.5-2_all.deb
 75b76244b218cc614466517801d3e1de021d5f0d55e9fd72c1936c00662dc3bb 5047516 
gnome-control-center-data_2.91.5-2_all.deb
 8ee9ba1f757198e57e2594d3397cd0fa2f330d06b16a16e0c5c0ed2aa7cd695d 1539920 
gnome-control-center_2.91.5-2_amd64.deb
 aa0151043b5bfc7bb9b4addcbb237abdb2c382c8d277daea03f36346076c9478 1159368 
libgnome-control-center-dev_2.91.5-2_amd64.deb
 08da63c323cc8b5354d2029e2c263c3b96994fa44ffa46bac0fedf57f9111597 1167634 
libgnome-control-center1_2.91.5-2_amd64.deb
Files: 
 b990ac1a68dd874a82c34a0fcf19b825 2055 gnome optional 
gnome-control-center_2.91.5-2.dsc
 af1a84a4888bf2b4dbae8685efc9d442 27888 gnome optional 
gnome-control-center_2.91.5-2.debian.tar.gz
 c32ad466ed8f1c2b5cd17d1032e9249f 1148310 gnome optional 
gnome-control-center-dev_2.91.5-2_all.deb
 1040c0c283a1345e37f285e4c5400341 5047516 gnome optional 
gnome-control-center-data_2.91.5-2_all.deb
 802ee8d70af66261a792ad379fed9b4b 1539920 gnome optional 
gnome-control-center_2.91.5-2_amd64.deb
 d8ff7d8b0b98eb5243794e425e671be9 1159368 libdevel optional 
libgnome-control-center-dev_2.91.5-2_amd64.deb
 36708f1772123c10095ea78f9d269cde 1167634 libs optional 
libgnome-control-center1_2.91.5-2_amd64.deb

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

iEYEARECAAYFAk0zesQACgkQhTV17EoIsv61oQCfRUx1i8XIogHAxQ2qBnlr3Gqv
s/MAn0iH29KBTqK21oMZ6aCtztI6VYjo
=gFTN
-END PGP SIGNATURE-


Accepted:
gnome-control-center-data_2.91.5-2_all.deb
  to main/g/gnome-control-center/gnome-control-center-data_2.91.5-2_all.deb
gnome-control-center-dev_2.91.5-2_all.deb
  to main/g/gnome-control-center/gnome-control-center-dev_2.91.5-2_all.deb
gnome-control-center_2.91.5-2.debian.tar.gz
  to main/g/gnome-control-center/gnome-control-center_2.91.5-2.debian.tar.gz
gnome-control-center_2.91.5-2.dsc
  to main/g/gnome-control-center/gnome-control-center_2.91.5-2.dsc
gnome-control-center_2.91.5-2_amd64.deb
  to 

Accepted libgnomekbd 2.91.5-2 (source all amd64)

2011-01-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Jan 2011 21:55:05 +
Source: libgnomekbd
Binary: libgnomekbd-dev libgnomekbd7 libgnomekbd-common gkbd-capplet 
gir1.2-gnomekbd-3.0
Architecture: source all amd64
Version: 2.91.5-2
Distribution: experimental
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-gnomekbd-3.0 - GObject introspection data for the GnomeKbd library
 gkbd-capplet - GNOME Panel applet for libgnomekbd
 libgnomekbd-common - GNOME library to manage keyboard configuration - common 
files
 libgnomekbd-dev - GNOME library to manage keyboard configuration - development 
file
 libgnomekbd7 - GNOME library to manage keyboard configuration - shared library
Changes: 
 libgnomekbd (2.91.5-2) experimental; urgency=low
 .
   [ Rico Tzschichholz ]
   * debian/control,debian/rules:
 + add gir1.2-gnomekbd-3.0
   * debian/gir1.2-gnomekbd-3.0.install,libgnomekbd-dev.install
 + install gir and typelib
   * debian/rules:
 + call dh_girepository
 + enable introspection support
 .
   [ Emilio Pozuelo Monfort ]
   * debian/control.in:
 + Improve the package description.
 + Drop obsolete dpkg-dev build dependency.
 + Don't use tabs for padding.
   * debian/control.in,
 debian/rules:
 + Let CDBS call dh_girepository for us.
Checksums-Sha1: 
 223ddcc804edff646348d2dc225305263dfac7c7 1678 libgnomekbd_2.91.5-2.dsc
 c18b86b97dd703fbe836418872c364aa5c6a4dab 7303 
libgnomekbd_2.91.5-2.debian.tar.gz
 08f031313cabb4df8d9f663f121ee12bd8414629 113130 
libgnomekbd-common_2.91.5-2_all.deb
 99a78a2ed2ce76979f1a22296e09bdfc79cc1e2f 69534 
libgnomekbd-dev_2.91.5-2_amd64.deb
 52f9f690d9a8e0310ba5f5b98c13eb48e7399a2a 58846 libgnomekbd7_2.91.5-2_amd64.deb
 330191642df6f903c9df438e5cc379398e838f82 22258 gkbd-capplet_2.91.5-2_amd64.deb
 2d02f2b33a6a68199d9517e313184a620f6b7e32 12850 
gir1.2-gnomekbd-3.0_2.91.5-2_amd64.deb
Checksums-Sha256: 
 959f9979f5db2a1d44a128e8dfb584f9c7e556d16c126108ae6d81f92031980b 1678 
libgnomekbd_2.91.5-2.dsc
 ca9ef54a8e53f163aee634c4fdda35add8741ca7fe22354c82891641381d9a89 7303 
libgnomekbd_2.91.5-2.debian.tar.gz
 0903005299c27326e229d4b6e4b609840aeeb036c0ac7c06343971f102603a53 113130 
libgnomekbd-common_2.91.5-2_all.deb
 9732815971531eb94dcc629e3e4d9415f41a7f4ebecf65f55082413bf557833e 69534 
libgnomekbd-dev_2.91.5-2_amd64.deb
 49bb0f07fe68403634f80fb6113398860399db19a35520a75c536ba9d38d7553 58846 
libgnomekbd7_2.91.5-2_amd64.deb
 93fdf402d0aed19559bb5f2709d76addf5dc5dccc36a35f04c954d041e68be3d 22258 
gkbd-capplet_2.91.5-2_amd64.deb
 565194d5114636d5c2ae8e694620ae525950240541a32c5e7f2a873229340472 12850 
gir1.2-gnomekbd-3.0_2.91.5-2_amd64.deb
Files: 
 3b784fd65c74aa76c6a9c8826e43cb7c 1678 gnome optional libgnomekbd_2.91.5-2.dsc
 ccbfbc7cab1f7bec9432048a7b514fed 7303 gnome optional 
libgnomekbd_2.91.5-2.debian.tar.gz
 e4bf4ab4d502288245ffdb35ff0f8e1d 113130 libs optional 
libgnomekbd-common_2.91.5-2_all.deb
 f10d232ea6e125939d318a8b928eaae0 69534 libdevel optional 
libgnomekbd-dev_2.91.5-2_amd64.deb
 63af9431ccf4e94dbe0294457e85623e 58846 libs optional 
libgnomekbd7_2.91.5-2_amd64.deb
 d34610736586fac68600f74fce09d41a 22258 gnome optional 
gkbd-capplet_2.91.5-2_amd64.deb
 b25879f554bdd44a9d7ec33d18e5980c 12850 libs optional 
gir1.2-gnomekbd-3.0_2.91.5-2_amd64.deb

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

iEYEARECAAYFAk0za/kACgkQhTV17EoIsv5KQACePTSn0tuV/xRlJVn8iuGKdq5N
QngAoKxmCsDiqZ6f9nQ/OmAvfgyWPqPn
=Sfuo
-END PGP SIGNATURE-


Accepted:
gir1.2-gnomekbd-3.0_2.91.5-2_amd64.deb
  to main/libg/libgnomekbd/gir1.2-gnomekbd-3.0_2.91.5-2_amd64.deb
gkbd-capplet_2.91.5-2_amd64.deb
  to main/libg/libgnomekbd/gkbd-capplet_2.91.5-2_amd64.deb
libgnomekbd-common_2.91.5-2_all.deb
  to main/libg/libgnomekbd/libgnomekbd-common_2.91.5-2_all.deb
libgnomekbd-dev_2.91.5-2_amd64.deb
  to main/libg/libgnomekbd/libgnomekbd-dev_2.91.5-2_amd64.deb
libgnomekbd7_2.91.5-2_amd64.deb
  to main/libg/libgnomekbd/libgnomekbd7_2.91.5-2_amd64.deb
libgnomekbd_2.91.5-2.debian.tar.gz
  to main/libg/libgnomekbd/libgnomekbd_2.91.5-2.debian.tar.gz
libgnomekbd_2.91.5-2.dsc
  to main/libg/libgnomekbd/libgnomekbd_2.91.5-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/e1ph2s6-0005hc...@franck.debian.org



Accepted libnotify 0.7.1-1 (source all amd64)

2011-01-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Jan 2011 16:08:25 +
Source: libnotify
Binary: libnotify-dev libnotify4 libnotify-bin libnotify-doc gir1.2-notify-0.7
Architecture: source all amd64
Version: 0.7.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 gir1.2-notify-0.7 - sends desktop notifications to a notification daemon
 libnotify-bin - sends desktop notifications to a notification daemon
 libnotify-dev - sends desktop notifications to a notification daemon
 libnotify-doc - sends desktop notifications to a notification daemon
 libnotify4 - sends desktop notifications to a notification daemon
Changes: 
 libnotify (0.7.1-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/patches/01_upstream_fix_license_header.patch,
   debian/patches/02_upstream_ref_pixbuf.patch,
   debian/patches/03_libtool_dont_export_private_symbols.patch:
   - Removed, included upstream.
 + debian/patches/90_autoreconf.patch:
   - Removed, no longer needed.
 + debian/control.in,
   debian/gir1.2-notify-0.7.install,
   debian/libnotify-dev.install:
   - Add a gir1.2-notify-0.7 package.
 + debian/rules:
   - Make the shlibs file always depend on the latest version.
 Manually bumping the version when there are API changes is
 error-prone and we have a symbols file anyway.
Checksums-Sha1: 
 6471b869979521fc5f8c5bc45e921a6f03496e92 1453 libnotify_0.7.1-1.dsc
 4a77359ade68408daae375e6c9810c18e696a572 406165 libnotify_0.7.1.orig.tar.gz
 8fbecc59c2635eae43fc0d63473175a6ef0b9ad0 7594 libnotify_0.7.1-1.debian.tar.gz
 72822f87c8e802f93cc39b15d35887c753da3c9f 30956 libnotify-doc_0.7.1-1_all.deb
 f5c6227a925e7f7d06632ebaa7a82da3a6899d0d 34824 libnotify-dev_0.7.1-1_amd64.deb
 187abf79b59450b42fd0f01902cb2766250e1ce9 28700 libnotify4_0.7.1-1_amd64.deb
 5202de14c8db0528f99eee463ef72c4c923a6218 22260 libnotify-bin_0.7.1-1_amd64.deb
 c4c70475d714353014019624bc7d4a0045f63991 18918 
gir1.2-notify-0.7_0.7.1-1_amd64.deb
Checksums-Sha256: 
 2e9525e476f4b00c951a4cfb953018fddd4c9a506a1c7d76e8014cd084623019 1453 
libnotify_0.7.1-1.dsc
 a9e08c95505266ed281b3caddac2a4c03290d2888f6794de623412e7a2597f7c 406165 
libnotify_0.7.1.orig.tar.gz
 5d5e0b9e7dd599d0b326c22fd4c884a783625c89b1e8a930356b63503dfd658e 7594 
libnotify_0.7.1-1.debian.tar.gz
 eb5a1424cd0aa0618ebc5bbc940789cf5004e49ad3028b59cb5b50dc19423751 30956 
libnotify-doc_0.7.1-1_all.deb
 1733958eb7f85862188e827149f915c4a50713255ffe8de6beda44637d023d4a 34824 
libnotify-dev_0.7.1-1_amd64.deb
 543010871795f0748a74663430c9bc5236752f7ced83258c4df1110af280e03a 28700 
libnotify4_0.7.1-1_amd64.deb
 1e4c094bf42d7e1bef0fc795ff9c940d37caea8d1e811ee6410897ff95e3694f 22260 
libnotify-bin_0.7.1-1_amd64.deb
 fcdafe205478f807e2314211be6e7cc253b771b77437422b41f81a1d8425d554 18918 
gir1.2-notify-0.7_0.7.1-1_amd64.deb
Files: 
 ec3bc60eb389d796881e82438eabab75 1453 libs optional libnotify_0.7.1-1.dsc
 d8f8d0737a42bab9a0e1dc97664d1c39 406165 libs optional 
libnotify_0.7.1.orig.tar.gz
 9a831999aac4657c1a9abf3a4bd62c28 7594 libs optional 
libnotify_0.7.1-1.debian.tar.gz
 1d61bd57421d56963d8f45ba8fc48993 30956 doc optional 
libnotify-doc_0.7.1-1_all.deb
 b6effbe956fd05a03e4fb437554bb34a 34824 libdevel optional 
libnotify-dev_0.7.1-1_amd64.deb
 b005195096f963d511cb15e5646a048b 28700 libs optional 
libnotify4_0.7.1-1_amd64.deb
 f59d2d006654418ea43eb9de5937a70d 22260 utils optional 
libnotify-bin_0.7.1-1_amd64.deb
 446c44fbcd70e442f5ce1e5f9a2adbb8 18918 libs optional 
gir1.2-notify-0.7_0.7.1-1_amd64.deb

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

iEYEARECAAYFAk0zGRMACgkQhTV17EoIsv7rrACgzmW6Zf8NYC2TYZIDv1q8P+r0
f7cAnR93C0koX5SpSGpCqVKvFig/A9vj
=nymM
-END PGP SIGNATURE-


Accepted:
gir1.2-notify-0.7_0.7.1-1_amd64.deb
  to main/libn/libnotify/gir1.2-notify-0.7_0.7.1-1_amd64.deb
libnotify-bin_0.7.1-1_amd64.deb
  to main/libn/libnotify/libnotify-bin_0.7.1-1_amd64.deb
libnotify-dev_0.7.1-1_amd64.deb
  to main/libn/libnotify/libnotify-dev_0.7.1-1_amd64.deb
libnotify-doc_0.7.1-1_all.deb
  to main/libn/libnotify/libnotify-doc_0.7.1-1_all.deb
libnotify4_0.7.1-1_amd64.deb
  to main/libn/libnotify/libnotify4_0.7.1-1_amd64.deb
libnotify_0.7.1-1.debian.tar.gz
  to main/libn/libnotify/libnotify_0.7.1-1.debian.tar.gz
libnotify_0.7.1-1.dsc
  to main/libn/libnotify/libnotify_0.7.1-1.dsc
libnotify_0.7.1.orig.tar.gz
  to main/libn/libnotify/libnotify_0.7.1.orig.tar.gz


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



Accepted ghostscript 8.71~dfsg2-8 (source all amd64)

2011-01-23 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Jan 2011 16:12:44 +0100
Source: ghostscript
Binary: ghostscript gs-esp gs-gpl gs-common ghostscript-cups ghostscript-x 
ghostscript-doc libgs8 libgs-dev
Architecture: source all amd64
Version: 8.71~dfsg2-8
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 ghostscript - The GPL Ghostscript PostScript/PDF interpreter
 ghostscript-cups - The GPL Ghostscript PostScript/PDF interpreter - CUPS 
filters
 ghostscript-doc - The GPL Ghostscript PostScript/PDF interpreter - 
Documentation
 ghostscript-x - The GPL Ghostscript PostScript/PDF interpreter - X Display 
suppor
 gs-common  - Dummy package depending on ghostscript
 gs-esp - Transitional package
 gs-gpl - Transitional package
 libgs-dev  - The Ghostscript PostScript Library - Development Files
 libgs8 - The Ghostscript PostScript/PDF interpreter Library
Closes: 485621
Changes: 
 ghostscript (8.71~dfsg2-8) unstable; urgency=low
 .
   * Update VCS hints to track squeeze-targeted branch.
   * Sync control.in with control:
 + Add Michael Gilbert as uploader.
 + Newline-delimit uploaders.
   * Fix install arch-independent files in library package: they are
 needed by library calls (not only by executables):
 + Install /usr/share/ghostscript/* into libgs8.
 + Install empty dir var/lib/ghostscript/CMap into libgs8 (as well as
   into ghostscript where install scripts depend on it) as it is used
   by symlink.
 + Have libgs8 break and replace older ghostscript.
 Closes: bug#485621, thanks to Tom Parker and others.
Checksums-Sha1: 
 993a857a7188b6935157fdee1d2bb8edabb920d6 2519 ghostscript_8.71~dfsg2-8.dsc
 bc4788999e4437cf72353ccabde45111d4953615 250808 
ghostscript_8.71~dfsg2-8.debian.tar.gz
 5db051cd397300b6118b909c0a83430f9b36fc9d 45956 gs-esp_8.71~dfsg2-8_all.deb
 2640549c7e0cbe3b58ba1e7a5927a93d60ba9f02 45954 gs-gpl_8.71~dfsg2-8_all.deb
 b575ad74dc30e10c75bf030a0e50dc9c0639322a 45666 gs-common_8.71~dfsg2-8_all.deb
 0a858cbdb6edf729c74e4782ebd488d6399e6e97 3235698 
ghostscript-doc_8.71~dfsg2-8_all.deb
 4b7a6a0099542585f10ac61240032a346579266d 83078 
ghostscript_8.71~dfsg2-8_amd64.deb
 e027fee058bd4132a9dbe1784ef395c49653b522 61040 
ghostscript-cups_8.71~dfsg2-8_amd64.deb
 ef70348bf3cb9b9195bb6e6c00ea9e05b330c262 80510 
ghostscript-x_8.71~dfsg2-8_amd64.deb
 c7261e9627a5ca00bec45903618716f4930ba25d 6227904 libgs8_8.71~dfsg2-8_amd64.deb
 9494872acd56792b465cba7e945c0d4cf09c06e8 2767628 
libgs-dev_8.71~dfsg2-8_amd64.deb
Checksums-Sha256: 
 7c057a538bae315c74333bc9ba824d82e89d784a2053715c32c7ea26e1ab6e4b 2519 
ghostscript_8.71~dfsg2-8.dsc
 ac609092b2b1cb4fc475cfbcd8c9aeec62b8ffa708b3052a02bd523305108698 250808 
ghostscript_8.71~dfsg2-8.debian.tar.gz
 c89b5bd3732ac579df2ed0baef4e48d1d148bcf780e419697a2f35f3a6846c67 45956 
gs-esp_8.71~dfsg2-8_all.deb
 df16674f57fb0b7e7f5b8d95741c297d5b8a88da4a0e8069edf0c2ed7a052b3b 45954 
gs-gpl_8.71~dfsg2-8_all.deb
 e7c52cdc9517cea4ee5f777a04128d1c64a1d7ff49e6df6f4e3561e5c40aa0cc 45666 
gs-common_8.71~dfsg2-8_all.deb
 61dab03654a489a49d1d598af0eb68de6bde200de52bf34b8698992383d2d846 3235698 
ghostscript-doc_8.71~dfsg2-8_all.deb
 2a2b78faad9d3f3d96aac2e26fa56354aaf080a0cac6c227704a2474ff557bc0 83078 
ghostscript_8.71~dfsg2-8_amd64.deb
 413266c59eba8c137ddd25057d5b37d29c5ac42c432cb5c9e4c9642cd5352711 61040 
ghostscript-cups_8.71~dfsg2-8_amd64.deb
 ea098bccd0c2d72ced2c68ddbef119ae85a3f99fba36410781522aa321bc6364 80510 
ghostscript-x_8.71~dfsg2-8_amd64.deb
 cb09a71bb97cd22b0376c18d9a17b421a981362acda70197bdcfdcad4526fab5 6227904 
libgs8_8.71~dfsg2-8_amd64.deb
 6f19e51b2c2a7c164d2247c63ce321b628089657d8ea6db22fa73583f4f89091 2767628 
libgs-dev_8.71~dfsg2-8_amd64.deb
Files: 
 6c1bd32435df710bed1ec2b178b94e3b 2519 text optional 
ghostscript_8.71~dfsg2-8.dsc
 7db7bd97b2b697a540f5e59343444b1f 250808 text optional 
ghostscript_8.71~dfsg2-8.debian.tar.gz
 663f9d10f77d5c67475ce41f5e436f99 45956 text extra gs-esp_8.71~dfsg2-8_all.deb
 b9c0e38e7e3995763b6524f1576aa511 45954 text extra gs-gpl_8.71~dfsg2-8_all.deb
 951c902ec49749571ea3cb926d6a0f2e 45666 text extra 
gs-common_8.71~dfsg2-8_all.deb
 c0099da9a4ff8df727fba4cb07ef9d1a 3235698 doc optional 
ghostscript-doc_8.71~dfsg2-8_all.deb
 444b0e15c03506338621f606a970b581 83078 text optional 
ghostscript_8.71~dfsg2-8_amd64.deb
 e90a8cb04eb8eb7055cd034e3df1be70 61040 text optional 
ghostscript-cups_8.71~dfsg2-8_amd64.deb
 0a58f1dfc6c7a4df52644eb7c01d4a84 80510 text optional 
ghostscript-x_8.71~dfsg2-8_amd64.deb
 f6fa0a66d1bc4fa5f78bf2a295a5c716 6227904 libs optional 
libgs8_8.71~dfsg2-8_amd64.deb
 f8e5459a1a4e87b4542db55a0a908304 2767628 libdevel optional 
libgs-dev_8.71~dfsg2-8_amd64.deb

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

iQIcBAEBCgAGBQJNPFCWAAoJECx8MUbBoAEhnf4P/iomxEmNynW/NiCAndl5OalC
hXVZ2VR+a7bHTP5mWUXlGYlEVzCs1Xu2QLpydIEFsx/wZUKVyh9hVskCL5Qebs9N

Accepted ifd-gempc 1.0.6-2 (source amd64)

2011-01-23 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 15:03:17 +
Source: ifd-gempc
Binary: libgempc410 libgempc430
Architecture: source amd64
Version: 1.0.6-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau rouss...@debian.org
Changed-By: Ludovic Rousseau rouss...@debian.org
Description: 
 libgempc410 - PC/SC driver for the GemPC 410, 412, 413 and 415 smart card reade
 libgempc430 - PC/SC driver for the GemPC 430, 432, 435 smart card readers
Closes: 610846
Changes: 
 ifd-gempc (1.0.6-2) unstable; urgency=low
 .
   * Fix wrong LIBPATH in reader.conf.d/libGemPC410 fix the version number in
 the postinst script (Closes: #610846)
   * debian/control: Standards-Version: 3.8.4 - 3.9.1. No change needed
Checksums-Sha1: 
 3614be773941a1dec9f9e93967f12be8ad9dd70b 1157 ifd-gempc_1.0.6-2.dsc
 c73bb81dec8354afb207f20172a80375f15ccea9 14607 ifd-gempc_1.0.6-2.debian.tar.gz
 60591d4620ed5004d1c8616a1938a667faa21fb1 44232 libgempc410_1.0.6-2_amd64.deb
 97350bec5bc7acaa70c7a558cf30cd5459a115bb 39532 libgempc430_1.0.6-2_amd64.deb
Checksums-Sha256: 
 e65f1e87a2ede7d0696411c906a3c32dad8494bd69838c1afa42a7a6ddd380c8 1157 
ifd-gempc_1.0.6-2.dsc
 2bf25fb31f9c44f95180f04b18a3f596c2c149be15a7397a691a49cd00744c3c 14607 
ifd-gempc_1.0.6-2.debian.tar.gz
 c3681259b294951cf558518598cbb7be5553ad4ed3fbef76bd3728827531e200 44232 
libgempc410_1.0.6-2_amd64.deb
 6107b0bcbdba570c806014fd1c63246a0861bf764b56323a93f987d9d71fbe9b 39532 
libgempc430_1.0.6-2_amd64.deb
Files: 
 ebeb254230dc76453948b8218e427cf0 1157 libs extra ifd-gempc_1.0.6-2.dsc
 7c8fc289f0f8d4256ad4edcca64c048b 14607 libs extra 
ifd-gempc_1.0.6-2.debian.tar.gz
 eaefb5582a98d4746e91a15de9cfaa2f 44232 libs extra libgempc410_1.0.6-2_amd64.deb
 263c29f55563d817d27f2ab97556bf1d 39532 libs extra libgempc430_1.0.6-2_amd64.deb

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

iEYEARECAAYFAk08RJ0ACgkQP0qKj+B/HPmu4QCdEkYHcHD25PS+Z8VvnEsz4RJT
pHYAn03+rFSoL+bbbFs4l1t9obRcY9l0
=sxLj
-END PGP SIGNATURE-


Accepted:
ifd-gempc_1.0.6-2.debian.tar.gz
  to main/i/ifd-gempc/ifd-gempc_1.0.6-2.debian.tar.gz
ifd-gempc_1.0.6-2.dsc
  to main/i/ifd-gempc/ifd-gempc_1.0.6-2.dsc
libgempc410_1.0.6-2_amd64.deb
  to main/i/ifd-gempc/libgempc410_1.0.6-2_amd64.deb
libgempc430_1.0.6-2_amd64.deb
  to main/i/ifd-gempc/libgempc430_1.0.6-2_amd64.deb


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



Accepted keurocalc 1.1.0-1 (source all amd64)

2011-01-23 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 17:11:30 +0100
Source: keurocalc
Binary: keurocalc keurocalc-data
Architecture: source all amd64
Version: 1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team pkg-kde-ext...@lists.alioth.debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 keurocalc  - universal currency converter and calculator - binary package
 keurocalc-data - universal currency converter and calculator - data package
Changes: 
 keurocalc (1.1.0-1) unstable; urgency=low
 .
   * Imported Upstream version 1.1.0
   * Bumped Standards-Version to 3.9.1, no changes needed.
Checksums-Sha1: 
 4f52efbad2a35fd62865d41c5c7d05d20d97b954 1308 keurocalc_1.1.0-1.dsc
 a58d474dc0e9d7dbe4a009f250a4474868417a41 1641313 keurocalc_1.1.0.orig.tar.gz
 0010f229475a10fc7f6bd88f2bf9809dd77b1e6d 4560 keurocalc_1.1.0-1.debian.tar.gz
 9704b64bdd3a4d4167e0260e49a4112bc7a7c714 1507744 keurocalc-data_1.1.0-1_all.deb
 c35c707cc3d4663caa625478f6265efc9523f9cb 85660 keurocalc_1.1.0-1_amd64.deb
Checksums-Sha256: 
 706f7199c1e719b827a5e7da1c0338d104550093ddd1dcb12e3bd7b154cf3c8c 1308 
keurocalc_1.1.0-1.dsc
 a3cdc0613ba7813e53596cf2aa07c91496b7749d134ccea663a494b742210a8f 1641313 
keurocalc_1.1.0.orig.tar.gz
 c33424719ca1679270acd317feec1e83619e4aeb05bb0a37ff4ceca79ffa39d3 4560 
keurocalc_1.1.0-1.debian.tar.gz
 c96257ba04ba425d2fbdba32bfe7192fde9e6e17c7b686901804b2a34de570d2 1507744 
keurocalc-data_1.1.0-1_all.deb
 1f16c5c386abde3873d79cd03f13792dc9ec7282dddf0fc7af917c2481e74cfa 85660 
keurocalc_1.1.0-1_amd64.deb
Files: 
 8d182488aa61b234f4b35a6333264b9a 1308 kde optional keurocalc_1.1.0-1.dsc
 d79860c3ba8088e6030dda948e5108b1 1641313 kde optional 
keurocalc_1.1.0.orig.tar.gz
 e252afc48f926456eabd59f6b0cbff51 4560 kde optional 
keurocalc_1.1.0-1.debian.tar.gz
 f8a3a2d43cf8cabf3495743de27b9bcb 1507744 kde optional 
keurocalc-data_1.1.0-1_all.deb
 c43ff336008b8e2f13806ee7f5da5ef5 85660 kde optional keurocalc_1.1.0-1_amd64.deb

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

iD8DBQFNPFdkVkEm8inxm9ERAj9yAJ958sOp7uMespm8g+dMLvxgeU1gYACdEkZr
L35Iw0JeJrfwwbHKxA+zkwk=
=RWKD
-END PGP SIGNATURE-


Accepted:
keurocalc-data_1.1.0-1_all.deb
  to main/k/keurocalc/keurocalc-data_1.1.0-1_all.deb
keurocalc_1.1.0-1.debian.tar.gz
  to main/k/keurocalc/keurocalc_1.1.0-1.debian.tar.gz
keurocalc_1.1.0-1.dsc
  to main/k/keurocalc/keurocalc_1.1.0-1.dsc
keurocalc_1.1.0-1_amd64.deb
  to main/k/keurocalc/keurocalc_1.1.0-1_amd64.deb
keurocalc_1.1.0.orig.tar.gz
  to main/k/keurocalc/keurocalc_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/e1ph3af-0002g7...@franck.debian.org



Accepted libconfig-gitlike-perl 1.05-1 (source all)

2011-01-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 18:01:17 +0100
Source: libconfig-gitlike-perl
Binary: libconfig-gitlike-perl
Architecture: source all
Version: 1.05-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libconfig-gitlike-perl - Perl module for Git-compatible config file parsing
Changes: 
 libconfig-gitlike-perl (1.05-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/copyright: update formatting and years of packaging copyright.
   * Add /me to Uploaders.
   * Set Standards-Version to 3.9.1 (no changes).
   * Add a patch to fix a spelling mistake.
Checksums-Sha1: 
 9dba148134137246d137e9bf309cc7dce04757b3 2174 libconfig-gitlike-perl_1.05-1.dsc
 18277b6fd013c5c55346e3031b71e7d255703f6e 44126 
libconfig-gitlike-perl_1.05.orig.tar.gz
 38ac799a0e33ef1c6a0d2c249460521c518446c1 2459 
libconfig-gitlike-perl_1.05-1.debian.tar.gz
 348f7b52c862a0ffb09637600d6360d343990012 34984 
libconfig-gitlike-perl_1.05-1_all.deb
Checksums-Sha256: 
 9856eeaafb4aa96b2482b51324abe24ae8a0bf45b152f068113b80be3ce3a84a 2174 
libconfig-gitlike-perl_1.05-1.dsc
 75161e884f32ca25a48c9704e22c9118c7159a98994802dc00f43129ddf182e4 44126 
libconfig-gitlike-perl_1.05.orig.tar.gz
 c0f82b5e66f4a0111cdf719c373432fbeff982bfee902a4030f1171746e61a3e 2459 
libconfig-gitlike-perl_1.05-1.debian.tar.gz
 30306450ee046e122e898273d4dc34d96bf47172b2767032e8caaa0a1038e654 34984 
libconfig-gitlike-perl_1.05-1_all.deb
Files: 
 6250fd1efcb45e655f8cc3ebfbdb333c 2174 perl optional 
libconfig-gitlike-perl_1.05-1.dsc
 63a9a686dcd709c5e00219ea25062a9b 44126 perl optional 
libconfig-gitlike-perl_1.05.orig.tar.gz
 2c30e977f4a472dbf0cbb9c9feff059a 2459 perl optional 
libconfig-gitlike-perl_1.05-1.debian.tar.gz
 4cb59940cd492468348c5b133834af2f 34984 perl optional 
libconfig-gitlike-perl_1.05-1_all.deb

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

iQIcBAEBCAAGBQJNPF8jAAoJELs6aAGGSaoGl8MQAK9veIJBY5kq97UTerBPVfZi
s17FEKLLYmyCbeXU6Sqq5OsMETozil4OlKNOtie+0DstW3AQEInbl4rhu7nrykZE
DAoxxB1Y7iNIau/dDv/e6ObewFGikbDuoPkRp7HmVdKgSxYX8oh5jwx+8meAmMW+
pqaSYE12Fjwdv9SzYJZUCtivNGXqX0H8LznoK0BlK0SWR3R6WjWpjVlBXNxUNazX
vUuh45rYK2uNPaQQw7yfdJ1rAxCnD7dZpamzTwv+Uc05R7rAxW+sY1n5/2Wg8Oww
UuNr7FffKGI7tCHWjmglnKH7RGMGcekNwZ8eQxWU6DMPNwlaf1BXXU2hgs2JvBGX
/cJyd/UTFjidUHBtq+N9miMBvDFKJT3KJNtZrraBzBQS05DcPn1m9MlMoPB0NmhO
qGQa11H7rmuIGHAiURYs/jBEm0N7OPx9Zk+VULHMgOhhQY3XKgFIy6rf+0mOp3qK
lZFs6CILf4W2NF+SIAP0QJxh649FR7AlEZA3dCRsxN4zIK20HCFN1JFwPsr8ImIe
YTtK03Z+LOTOUdf5PazJF4/HLZcpMKZ8H9lRDIjdJXtBtt4XUdELAKMLvt9O/HUL
VLp1HTKIv6bX2743S/8o3Pnyh2PMJNA6/zSCRlvYkPPKqDDrm9FBMJRVxB7QP9qV
4j/6EnxXZDhkkONo0J32
=/m//
-END PGP SIGNATURE-


Accepted:
libconfig-gitlike-perl_1.05-1.debian.tar.gz
  to 
main/libc/libconfig-gitlike-perl/libconfig-gitlike-perl_1.05-1.debian.tar.gz
libconfig-gitlike-perl_1.05-1.dsc
  to main/libc/libconfig-gitlike-perl/libconfig-gitlike-perl_1.05-1.dsc
libconfig-gitlike-perl_1.05-1_all.deb
  to main/libc/libconfig-gitlike-perl/libconfig-gitlike-perl_1.05-1_all.deb
libconfig-gitlike-perl_1.05.orig.tar.gz
  to main/libc/libconfig-gitlike-perl/libconfig-gitlike-perl_1.05.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/e1ph3am-0002i8...@franck.debian.org



Accepted libplack-perl 0.9963-1 (source all)

2011-01-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 17:43:56 +0100
Source: libplack-perl
Binary: libplack-perl
Architecture: source all
Version: 0.9963-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libplack-perl - interface between web servers and Perl web applications
Changes: 
 libplack-perl (0.9963-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release 0.9960
   * Update dependencies per upstream
 .
   [ Alessandro Ghedini ]
   * New upstream release 0.9963
 .
   [ gregor herrmann ]
   * Add perl (= 5.10.1) as an alternative (build) dependency for
 libparent-perl.
   * Add liblog-dispatch-array-perl to Build-Depends-Indep.
   * Bump (build) dependency on liburi-perl to = 1.58, 1.57 broke Plack.
Checksums-Sha1: 
 0798c3e596f007ff3d35132ae63974639e31bfe7 2720 libplack-perl_0.9963-1.dsc
 89705a19d53d428cfb4903418a21de89b7d605b2 228554 
libplack-perl_0.9963.orig.tar.gz
 fd6c30eb375d986e6b855ace3509d42ad8401362 2780 
libplack-perl_0.9963-1.debian.tar.gz
 147617cd929e9759096b8fe980af2fec9686cd3a 365602 libplack-perl_0.9963-1_all.deb
Checksums-Sha256: 
 01b97a7befb54214ce95ffbc96029479a3e479bac76284b2962d59c128b61a77 2720 
libplack-perl_0.9963-1.dsc
 fd3de7ee6701baf1567eb932eb1841d9e13628a80d10c2b1f51c64b4691ba25f 228554 
libplack-perl_0.9963.orig.tar.gz
 a3e76c8583966874ef109b03d658c8ab3206df189c3d53587b4db52d4b77f002 2780 
libplack-perl_0.9963-1.debian.tar.gz
 bf285d209729b9392187d3b4484ebb70ba25d39a0bc28151ebe131c22e2f9827 365602 
libplack-perl_0.9963-1_all.deb
Files: 
 e97d886846995b0131e3ba3b68e820e3 2720 perl optional libplack-perl_0.9963-1.dsc
 34271b656dc9733ecbcd053b49c9c17b 228554 perl optional 
libplack-perl_0.9963.orig.tar.gz
 75dfda7556d5f1c2835cf1076a077d5c 2780 perl optional 
libplack-perl_0.9963-1.debian.tar.gz
 ec3d8a86f6ca214afa2901007b7eb266 365602 perl optional 
libplack-perl_0.9963-1_all.deb

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

iQIcBAEBCAAGBQJNPFs1AAoJELs6aAGGSaoGvCQP/i9Oih8gUyZca6Vgsn9XDiUc
thVOzUU0x4SnxQ3aM62yNpDBXdOsvia2X6BMA64PfpIeQWULheAxwN6g+nBjIMSS
nlWz8wDCwFIADj2M0CVwUF2XHfInQNH+9GKXaaWp91lPjcE5jZIIjf0t7gnJ8TwL
fKHvF1oQLDDvSQBb6vh+l3jkp0pOqamj8rsdVjEtVObyF9O+PfswI9Ss9c9aRqDD
uxkgFPDWoaN8JBTQjh+W7PuURIpjYRKwd6YyyVeO8x3mq843W7C7mEuszuv4oRZf
6wPnhqAEXTasxp43cceoORubqdo8WfcZbmCipvKchQv7G6XtQdYWsfszWwodSZN3
UvDkjJgYVf8hJgvocs0TUjbwl0Rj1uCPrH8gRrEkUihNDepSiVOK5Ce6pVB5bHhH
Eo3iyPPruj+1O0MlKpCcEZV6lHwawajrDsLlNSWh/dLyFuz/iZDSxlaWgmZb1oKh
OOHNN5il58PwHPnRUUuDXWCvHXnLfXEl+zeKzzHiutRd/Xyy6mZiviiLHaSmzmEt
QOHkfSfCKB20tlGNWxov82kPIIceX6XG/gmxjUGnEets+1rLGH5g0o2G09fJH7DU
7VczH5/lPuroulzzrs5gtYZlBaIKvVmwAP8+Y1Xktm7FU2BCL+TqmcxOXU6MD8ob
mKQyniaHhOMZKbHpPjom
=9F6D
-END PGP SIGNATURE-


Accepted:
libplack-perl_0.9963-1.debian.tar.gz
  to main/libp/libplack-perl/libplack-perl_0.9963-1.debian.tar.gz
libplack-perl_0.9963-1.dsc
  to main/libp/libplack-perl/libplack-perl_0.9963-1.dsc
libplack-perl_0.9963-1_all.deb
  to main/libp/libplack-perl/libplack-perl_0.9963-1_all.deb
libplack-perl_0.9963.orig.tar.gz
  to main/libp/libplack-perl/libplack-perl_0.9963.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/e1ph3ab-0002kx...@franck.debian.org



Accepted libdancer-plugin-database-perl 1.00-1 (source all)

2011-01-23 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 18:16:54 +0100
Source: libdancer-plugin-database-perl
Binary: libdancer-plugin-database-perl
Architecture: source all
Version: 1.00-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libdancer-plugin-database-perl - easy database connections for Dancer 
applications
Changes: 
 libdancer-plugin-database-perl (1.00-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove version from libdancer-perl (build) dependency, nothing older in
 the archive.
   * Refresh patch (applied with an offset).
   * debian/copyright: update years of copyright.
Checksums-Sha1: 
 2756e44c7480933f2f43ed39fff2f1370d132cf5 2273 
libdancer-plugin-database-perl_1.00-1.dsc
 9a64a49785bbc1e9d1f51adb93859dae1ab0c3f4 12881 
libdancer-plugin-database-perl_1.00.orig.tar.gz
 322b57577d29108569c271b44d9ea6670ee1b3e6 2320 
libdancer-plugin-database-perl_1.00-1.debian.tar.gz
 a05250586709d5badd06f3b9d24c6751c7b51572 18958 
libdancer-plugin-database-perl_1.00-1_all.deb
Checksums-Sha256: 
 08a0792a8c30fe4d6e04284de54b5c72678d9f7c5fd69cdcb59d0e1dfabe8dc8 2273 
libdancer-plugin-database-perl_1.00-1.dsc
 a2ece5e78b93060cf52ca9e5bd615090cb092d9c65e0496f9921f0054e43e4b9 12881 
libdancer-plugin-database-perl_1.00.orig.tar.gz
 5879b6a29195ef71dd3d45e73085d2c8ad588bdc75567ab037e9be0cd01148e8 2320 
libdancer-plugin-database-perl_1.00-1.debian.tar.gz
 a373dc0fc88766fa4f05945d0b2686c71ad7813896d6640d97c706893aa72973 18958 
libdancer-plugin-database-perl_1.00-1_all.deb
Files: 
 3a208f48ae0443d20078972d01c185d6 2273 perl optional 
libdancer-plugin-database-perl_1.00-1.dsc
 f6c5aaee2ba2aabf12ee3482ed845b22 12881 perl optional 
libdancer-plugin-database-perl_1.00.orig.tar.gz
 a2a352517735f85a91e52aae606e9c9b 2320 perl optional 
libdancer-plugin-database-perl_1.00-1.debian.tar.gz
 b4613adf50476563a64ff0853a028c7e 18958 perl optional 
libdancer-plugin-database-perl_1.00-1_all.deb

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

iQIcBAEBCAAGBQJNPGLDAAoJELs6aAGGSaoGCd4P/158NC4qmbJvaCegDChSNpLd
D7feakmBq9PRl2Sth0KHHyyA1xB/HL+CSfpMz12h3NZ8e0elg9yOK946ScVL2WR/
08N6K9YXFZCPl4/CsR0qczZzVcP1qNDgEpHI2p4BjUrQhgyZZ473WSySbb87zsEl
hxZVfuq0oo8V+RECIi00AEFTSsTHVKsu8Jd7+LYA+efteIB42/mTp4hTuwp+A92u
3RRAcxK4j/BbodaIWZm/vk57QtQ7WqcomcRxOWTQBoKXntIWrPCqTRmZWOV0YIyd
SP292mguy9QHeUQEFLv0APhS+uhHPkNp/01zvKTv8iRAMbkgM1rHEWByRsrtzD28
siVSOvVIlen9HArIbIqD1PE+2RgWCNL9kNkx68E6ptHG/4LPXjh5fgho+QLe+2N2
+D6OTknVolyYVtnwFnNKfynPId74VqjQPJ+OqzUltJblxImWElns0OEu0xq3uRdl
lPBydi1zXcUkwQAVU9RXci0d9+Xwn24YIFPBCg6cfiPTx+nH+ef7+Na4hEVF3+yl
sLXbEzxCdcwwarw+NWVBh2GG5kJwalWMGXmSeoYLalMsQJihlw7MrpRDsGhW69fK
rrFwOaep6WpCg5fj0385JQkCL9r0vw4f0rUfeAFv/LXyra/E1w9Ohs5WVIJ7lRac
wxLBHUT+6stvfOp6e//v
=BH0i
-END PGP SIGNATURE-


Accepted:
libdancer-plugin-database-perl_1.00-1.debian.tar.gz
  to 
main/libd/libdancer-plugin-database-perl/libdancer-plugin-database-perl_1.00-1.debian.tar.gz
libdancer-plugin-database-perl_1.00-1.dsc
  to 
main/libd/libdancer-plugin-database-perl/libdancer-plugin-database-perl_1.00-1.dsc
libdancer-plugin-database-perl_1.00-1_all.deb
  to 
main/libd/libdancer-plugin-database-perl/libdancer-plugin-database-perl_1.00-1_all.deb
libdancer-plugin-database-perl_1.00.orig.tar.gz
  to 
main/libd/libdancer-plugin-database-perl/libdancer-plugin-database-perl_1.00.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/e1ph3nz-0003fh...@franck.debian.org



Accepted lvm2 2.02.66-5 (source amd64)

2011-01-23 Thread Bastian Blank
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 18:30:01 +0100
Source: lvm2
Binary: lvm2 lvm2-udeb clvm libdevmapper-dev libdevmapper1.02.1 
libdevmapper1.02.1-udeb dmsetup dmsetup-udeb liblvm2app2.2 liblvm2cmd2.02 
liblvm2-dev
Architecture: source amd64
Version: 2.02.66-5
Distribution: unstable
Urgency: low
Maintainer: Debian LVM Team pkg-lvm-maintain...@lists.alioth.debian.org
Changed-By: Bastian Blank wa...@debian.org
Description: 
 clvm   - Cluster LVM Daemon for lvm2
 dmsetup- The Linux Kernel Device Mapper userspace library
 dmsetup-udeb - The Linux Kernel Device Mapper userspace library (udeb)
 libdevmapper-dev - The Linux Kernel Device Mapper header files
 libdevmapper1.02.1 - The Linux Kernel Device Mapper userspace library
 libdevmapper1.02.1-udeb - The Linux Kernel Device Mapper userspace library 
(udeb)
 liblvm2-dev - LVM2 libraries - development files
 liblvm2app2.2 - LVM2 application library
 liblvm2cmd2.02 - LVM2 command library
 lvm2   - The Linux Logical Volume Manager
 lvm2-udeb  - The Linux Logical Volume Manager (udeb)
Closes: 549316
Changes: 
 lvm2 (2.02.66-5) unstable; urgency=low
 .
   * Remove old libdevmapper1.02 init script on upgrade. (closes: #549316)
   * Conflict against libdevmapper1.02.
Checksums-Sha1: 
 c3cfe282fcc7922e850bf50dfc5f7a87a16d65e6 1450 lvm2_2.02.66-5.dsc
 2ce926c1e3ec2c7d98cfb7c60679024f5c4b78bc 35203 lvm2_2.02.66-5.debian.tar.gz
 26fcc0ea120a7a411748402f91efd616294df5c2 85358 
libdevmapper1.02.1_1.02.48-5_amd64.deb
 4073bf491e519462bcc66186b65d21f44c75b731 52968 
libdevmapper1.02.1-udeb_1.02.48-5_amd64.udeb
 bf2ec66b3223b583e5542cf780dfdd685bd08025 32602 
libdevmapper-dev_1.02.48-5_amd64.deb
 d8793043d470a1d3543f99cb998cda821ab0 56698 dmsetup_1.02.48-5_amd64.deb
 a2254161e6b50979ff4f0796f18b7fd47a8cb56a 21648 
dmsetup-udeb_1.02.48-5_amd64.udeb
 e4a3442eee8cc48ca23fca0c76c956e1fc963cc2 257532 
liblvm2app2.2_2.02.66-5_amd64.deb
 6dc0201631038d07f9826720e1f6eb648d1b1730 343344 
liblvm2cmd2.02_2.02.66-5_amd64.deb
 1d3fea72ef7c47f7adf7c51cf37137071fc97a55 53130 liblvm2-dev_2.02.66-5_amd64.deb
 c470552181ebdc40aac9974480deec3e54451bbf 447984 lvm2_2.02.66-5_amd64.deb
 93a3c78f5d4f7b0502b36839695b83ec1f314a13 272316 lvm2-udeb_2.02.66-5_amd64.udeb
 4428480dcbec177f689fb49ea0883ccfd5c1afdb 281282 clvm_2.02.66-5_amd64.deb
Checksums-Sha256: 
 bd838ce8cdc1e2fc376ae6c1d7be03770e02a4cec42f406c1f558ea57964045b 1450 
lvm2_2.02.66-5.dsc
 b8466c0b0ec464047acfc8e23a16ee864b3cde92b40863a8582a8ac9f10dfc39 35203 
lvm2_2.02.66-5.debian.tar.gz
 cab4044a6ade04e24c8fb89630bd32c3047f6e72dc6e8db7a6e7a0b747074b76 85358 
libdevmapper1.02.1_1.02.48-5_amd64.deb
 7ae8fc74b2db243d74f6af6ddf45244e6eeac44c6ea4c725ce671189745c3c73 52968 
libdevmapper1.02.1-udeb_1.02.48-5_amd64.udeb
 cb59485eec0596cf365ef461a9008d415389a05e9a920d403518816d3f1772b2 32602 
libdevmapper-dev_1.02.48-5_amd64.deb
 fdce049fb8e87d5f3a8a186c3f831f3b1cca7be79f566a25458e1ff8ec5c29db 56698 
dmsetup_1.02.48-5_amd64.deb
 f2123804d39fd5b10cf63123035568c22078f8f9c357876b0560e10420b217b5 21648 
dmsetup-udeb_1.02.48-5_amd64.udeb
 c4bc818da8a8569907a892bc5525ee357d6857d8dea33755105f7b75a684d945 257532 
liblvm2app2.2_2.02.66-5_amd64.deb
 36f7933123712f2c9a8d44dabaa9e226fa86799c1673b7594f1d723c30251fd2 343344 
liblvm2cmd2.02_2.02.66-5_amd64.deb
 5960dc6147cae58bf048f54fdf68eb942eae6e4247c8a6be37ad7bf62245af6f 53130 
liblvm2-dev_2.02.66-5_amd64.deb
 76de83730c8e49e1e2d3f9a12331953dffa133391e94af605fa90c7be77ac5d2 447984 
lvm2_2.02.66-5_amd64.deb
 8bf2cebc974d16019d367528d356b44582c24876eb7170eba59db293afefc863 272316 
lvm2-udeb_2.02.66-5_amd64.udeb
 0d86b79a41dc684d1016a5b69a9fcdd0eb1aa913c5c7eaaddb5f1ff7ca5e5cd2 281282 
clvm_2.02.66-5_amd64.deb
Files: 
 3003671c5dce9a25f55105edd1f10b51 1450 admin optional lvm2_2.02.66-5.dsc
 bd047df1091bb883ec02c99fae939723 35203 admin optional 
lvm2_2.02.66-5.debian.tar.gz
 12d7fbbfb3c7da4e06979deb0bd32692 85358 libs required 
libdevmapper1.02.1_1.02.48-5_amd64.deb
 5cf5a52536afbd703bfe77e0add8e376 52968 debian-installer optional 
libdevmapper1.02.1-udeb_1.02.48-5_amd64.udeb
 48640da8e0b270e45151739500eb0baa 32602 libdevel optional 
libdevmapper-dev_1.02.48-5_amd64.deb
 c23e6aa7ac971c544e5e67f6d3649a8f 56698 admin optional 
dmsetup_1.02.48-5_amd64.deb
 2a978ab74560816d565696b7e734 21648 debian-installer optional 
dmsetup-udeb_1.02.48-5_amd64.udeb
 89076d44f6cea721960149346892a59d 257532 libs optional 
liblvm2app2.2_2.02.66-5_amd64.deb
 67a02050ac27274afd32309458722426 343344 libs optional 
liblvm2cmd2.02_2.02.66-5_amd64.deb
 a19e2e4b28f7ceee72d96259cdb1f966 53130 libdevel optional 
liblvm2-dev_2.02.66-5_amd64.deb
 2ff9cb5a8d7616b470f1877c11df1cb8 447984 admin optional lvm2_2.02.66-5_amd64.deb
 e217af7c17c50b612fea84fe59092607 272316 debian-installer optional 
lvm2-udeb_2.02.66-5_amd64.udeb
 52d431e36c0b1b80f95815c9cb422a9e 281282 admin extra clvm_2.02.66-5_amd64.deb
Package-Type: udeb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 

Accepted util-linux 2.17.2-7.1 (source all i386)

2011-01-23 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 18:10:32 +0100
Source: util-linux
Binary: util-linux util-linux-locales mount bsdutils fdisk-udeb cfdisk-udeb 
libblkid1 libblkid1-udeb libblkid-dev libuuid1 uuid-runtime libuuid1-udeb 
uuid-dev util-linux-udeb
Architecture: source all i386
Version: 2.17.2-7.1
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones lam...@debian.org
Changed-By: Christian Perrier bubu...@debian.org
Description: 
 bsdutils   - Basic utilities from 4.4BSD-Lite
 cfdisk-udeb - Manually partition a hard drive (cfdisk) (udeb)
 fdisk-udeb - Manually partition a hard drive (fdisk) (udeb)
 libblkid-dev - block device id library - headers and static libraries
 libblkid1  - block device id library
 libblkid1-udeb - block device id library (udeb)
 libuuid1   - Universally Unique ID library
 libuuid1-udeb - stripped down universally unique id library, for 
debian-installer (udeb)
 mount  - Tools for mounting and manipulating filesystems
 util-linux - Miscellaneous system utilities
 util-linux-locales - Locales files for util-linux
 util-linux-udeb - Miscellaneous system utilities (udeb)
 uuid-dev   - universally unique id library - headers and static libraries
 uuid-runtime - runtime components for the Universally Unique ID library
Changes: 
 util-linux (2.17.2-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix encoding for Danish and Slovak debconf translations
Checksums-Sha1: 
 dd757c114b5c8708c39a2a80cc8f9972d567caee 2144 util-linux_2.17.2-7.1.dsc
 84c97e7bd828cc8fb6859786e04824ac4a19bd02 192057 util-linux_2.17.2-7.1.diff.gz
 4cf997b9ffa76112a694f8773593064f8c0e7b28 1386348 
util-linux-locales_2.17.2-7.1_all.deb
 48cfaac7b9218182445c3644d8dd65ae928d8208 705840 util-linux_2.17.2-7.1_i386.deb
 e1d15eb4d1b2d5362942b8267b7d30140ceca580 170896 mount_2.17.2-7.1_i386.deb
 10c6e6e793f3eaabe2e847ca67de6ae048f040ad 78412 bsdutils_2.17.2-7.1_i386.deb
 f59bacd0951756d67a922f25ec541bb43dc28f61 71512 fdisk-udeb_2.17.2-7.1_i386.udeb
 b19a5dd3e1af9f9b730bc995f23c590e99f9c2fd 1363650 
cfdisk-udeb_2.17.2-7.1_i386.udeb
 bd88529a3f088b14283b8416080d9b1bbd085cbe 106112 libblkid1_2.17.2-7.1_i386.deb
 406f64e9c50d235db18d1c9205ac43be4f7c0c99 55972 
libblkid1-udeb_2.17.2-7.1_i386.udeb
 7ee3dfb966db049a1afe75055ab69309181fafcf 129550 
libblkid-dev_2.17.2-7.1_i386.deb
 b8f1616a265ff80cab32af3967745f3cf3dc75e5 58574 libuuid1_2.17.2-7.1_i386.deb
 10750d565a303f6ef0cddbf808cedf2272cb6715 61754 uuid-runtime_2.17.2-7.1_i386.deb
 86d7e3bc2cd78274e90f4a7ebc045e546d8b41c0 7794 
libuuid1-udeb_2.17.2-7.1_i386.udeb
 1e98aebce055d3a2c85de7e01d1487fd5430f0ff 72400 uuid-dev_2.17.2-7.1_i386.deb
 5c4039fe71feee7c757285b5af8e1ced96570d03 10174 
util-linux-udeb_2.17.2-7.1_i386.udeb
Checksums-Sha256: 
 f25a138be46ea02e99932becc2b3c27a7acaef8e05d3dcca241b11d031723b93 2144 
util-linux_2.17.2-7.1.dsc
 2cda2178374d35756ff9feb84d16da633895a5296b9e7596d8197917b83b1b3c 192057 
util-linux_2.17.2-7.1.diff.gz
 073eea4954c940f7266ac7a6db36e768564450edcea1e022296f0d92559f2e39 1386348 
util-linux-locales_2.17.2-7.1_all.deb
 d6d265ea126471e1e2b0459ef256d2ff31bd6d4a83e961ee1c02aa2037faca4e 705840 
util-linux_2.17.2-7.1_i386.deb
 262e8ca14de23b432776a372f5c05d6fe19d985f6fa974b95d41e9ec451a9b89 170896 
mount_2.17.2-7.1_i386.deb
 00b1d8832d1a98a4d294f1202568bb11c35046064672a5652f7bec0b07286c48 78412 
bsdutils_2.17.2-7.1_i386.deb
 e3d8cb2f07648bfefdbf786db2f69eaf43b8a3ae3497e595912a96790258d3bc 71512 
fdisk-udeb_2.17.2-7.1_i386.udeb
 9324df526e210a034f5b15cacc4aa2ebc3e10a7593daa624794c6e9a6730aa1a 1363650 
cfdisk-udeb_2.17.2-7.1_i386.udeb
 ed5c25ef74679068ab70a33f1543652a1a0c94f291df18274cc1a6a169b49304 106112 
libblkid1_2.17.2-7.1_i386.deb
 06968c4c92d298854daa291ade9240e62069a236955236fda5b3522fd8d2ab4e 55972 
libblkid1-udeb_2.17.2-7.1_i386.udeb
 c2f8dfd10d85ae576e282002c53c59e39dd49577cc8dcb7bbc7921fc0d6fbe6b 129550 
libblkid-dev_2.17.2-7.1_i386.deb
 77a5dc88982893681ede7a7d0a4355af4d770e7eb7bee0d73537a1d45e84110c 58574 
libuuid1_2.17.2-7.1_i386.deb
 e4b47062572ffbdb64e791a9036702e98e7063915432ed9b2e8e20e4e646bc5e 61754 
uuid-runtime_2.17.2-7.1_i386.deb
 d5d72246a3d3589ea7e0828e0785d51bd20dce303ec529c06a6740866c134bde 7794 
libuuid1-udeb_2.17.2-7.1_i386.udeb
 b18347019cdfd2c541528d48a8a8ade8cf599ba54d1ee8e31b2d11ae4387ee8c 72400 
uuid-dev_2.17.2-7.1_i386.deb
 89001ed4fc5a8706a505c301a2499880d03ced515072829a7755f1ac2142cbe1 10174 
util-linux-udeb_2.17.2-7.1_i386.udeb
Files: 
 91d102b5425f4677685ed3fc0f4e479f 2144 base required util-linux_2.17.2-7.1.dsc
 a0a936855ccf64ec005b619650416cc9 192057 base required 
util-linux_2.17.2-7.1.diff.gz
 efe9fa074d56df34f377b8bcc82e8e77 1386348 utils optional 
util-linux-locales_2.17.2-7.1_all.deb
 a18292ee870117409b5f9e6b56ea8054 705840 utils required 
util-linux_2.17.2-7.1_i386.deb
 67277b0a927ff735088ee2fc0a5fefc0 170896 admin required 
mount_2.17.2-7.1_i386.deb
 2e67383cc6ad92444cd518343c4c64fd 78412 utils required 
bsdutils_2.17.2-7.1_i386.deb
 

Accepted nabi 0.99.8-1 (source i386)

2011-01-23 Thread Changwoo Ryu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 02:58:22 +0900
Source: nabi
Binary: nabi
Architecture: source i386
Version: 0.99.8-1
Distribution: unstable
Urgency: low
Maintainer: Changwoo Ryu cw...@debian.org
Changed-By: Changwoo Ryu cw...@debian.org
Description: 
 nabi   - Korean X input method server plus imhangul status monitor
Changes: 
 nabi (0.99.8-1) unstable; urgency=low
 .
   * New upstream release
   * Build-Depends on the newer libhangul-dev (= 0.0.12)
   * Simplify shlib dependencies with -as-needed link flag
Checksums-Sha1: 
 36610acf6d52a5c6ee87d24790aadfe18853955f 1223 nabi_0.99.8-1.dsc
 b711d8fec9c2c8e0edddabaedcf424aa371a81e5 831411 nabi_0.99.8.orig.tar.gz
 52c9d7e6adb7ab1c40da5b8277621d0de0da01b5 7492 nabi_0.99.8-1.debian.tar.gz
 1d8ba3ad67ebbb075c166f84c453951aad7c292c 591222 nabi_0.99.8-1_i386.deb
Checksums-Sha256: 
 5ec0f8d3f7e93b4470db1ec99560389b1ab7dab7a645953baf0b6fc306707ace 1223 
nabi_0.99.8-1.dsc
 8bad787f72e7fc3b81566ac7da0377fecafddd1b4bbfff9f0c56c932f68e4254 831411 
nabi_0.99.8.orig.tar.gz
 718c6146acb5b26fd51a432f9e72b0f97bfb89a6fd408a3c47595b59558d48fd 7492 
nabi_0.99.8-1.debian.tar.gz
 7ba59b261cc94f3474d3e4e9d1d819a7de0fb35bbbd8c879f21d8ab0a999b933 591222 
nabi_0.99.8-1_i386.deb
Files: 
 faad07a3e48a9676091f90524caccd27 1223 x11 optional nabi_0.99.8-1.dsc
 f5b8cf5f886c7cc9bebc3407650f9af4 831411 x11 optional nabi_0.99.8.orig.tar.gz
 7ceea16db6c675f6e924619995978ce6 7492 x11 optional nabi_0.99.8-1.debian.tar.gz
 58696a705b0baf0ce5c7a85c1975fb89 591222 x11 optional nabi_0.99.8-1_i386.deb

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

iEYEARECAAYFAk08b5kACgkQAbRzNODUnpmlbgCfTfVwBy+9OVpSNEII3lUqKGZ7
xJsAn1zB8JMEOeR01DK+MTEaj3fSLAbB
=0554
-END PGP SIGNATURE-


Accepted:
nabi_0.99.8-1.debian.tar.gz
  to main/n/nabi/nabi_0.99.8-1.debian.tar.gz
nabi_0.99.8-1.dsc
  to main/n/nabi/nabi_0.99.8-1.dsc
nabi_0.99.8-1_i386.deb
  to main/n/nabi/nabi_0.99.8-1_i386.deb
nabi_0.99.8.orig.tar.gz
  to main/n/nabi/nabi_0.99.8.orig.tar.gz


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



Accepted libmodule-corelist-perl 2.44-1 (source all)

2011-01-23 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 20:26:12 +0100
Source: libmodule-corelist-perl
Binary: libmodule-corelist-perl
Architecture: source all
Version: 2.44-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Salvatore Bonaccorso car...@debian.org
Description: 
 libmodule-corelist-perl - module to determine modules shipped with perl
Changes: 
 libmodule-corelist-perl (2.44-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: Refresh copyright years for debian/* packaging.
   * debian/control: Rearrange fields.
Checksums-Sha1: 
 ca0dd369d3c033ea7cb8eb6e4792f0ec62705d3d 2314 
libmodule-corelist-perl_2.44-1.dsc
 84a69459251aa061365ab99257ebda7ab3e027d3 65960 
libmodule-corelist-perl_2.44.orig.tar.gz
 e1b1a6450f5fca76af85fe45947eec0d0433713e 4786 
libmodule-corelist-perl_2.44-1.debian.tar.gz
 dcd8ffa8e23df982d66adacf8a5bc93d4eab566a 77462 
libmodule-corelist-perl_2.44-1_all.deb
Checksums-Sha256: 
 4ad443c142feff4bacad9692a9ec93577a8b7d8afcf7d019c6c9082e2b3f69b9 2314 
libmodule-corelist-perl_2.44-1.dsc
 901882f8b38e766b8616829e5c8cd81500f5a5f419b30516ef019e5b8f16754b 65960 
libmodule-corelist-perl_2.44.orig.tar.gz
 ec7040c276a821dc8de54ed1d52ba6f16874c93cd9b76bf5a648076b152b11eb 4786 
libmodule-corelist-perl_2.44-1.debian.tar.gz
 288028f3e0d5f3cfc0ea8d1ef65f034d8608c080581bbdeb4a3a128ff30d7719 77462 
libmodule-corelist-perl_2.44-1_all.deb
Files: 
 7522834530f8cded9f7c0a497840cc8c 2314 perl optional 
libmodule-corelist-perl_2.44-1.dsc
 28fcd0611d210355f75e395d4bb5b2bf 65960 perl optional 
libmodule-corelist-perl_2.44.orig.tar.gz
 65aea7a1d03a628bb52e9b90ba623083 4786 perl optional 
libmodule-corelist-perl_2.44-1.debian.tar.gz
 d72e5f0101604a5f98bb9a770b6473c4 77462 perl optional 
libmodule-corelist-perl_2.44-1_all.deb

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

iQIcBAEBCAAGBQJNPIIDAAoJEHidbwV/2GP+ZqQP/ipoBoQO3ITUR7A6mSX7Ad+C
iENvAJVcj9aY1hw2nlA5LRSl8x+usvNLotCKiLtCx3M3EJ45JXMcZzndSBzP2e6m
F1ORE9b3zmPAlth0y5Z5VSGuCSopGar5Ae48gywxa8FEjeRA30CyC9KFp3GN+Uup
qpW6wYXKljn12WrrIGPGiGOhzpHYQMqHRFUn5u58XAtILBuuQCFYVoxEeDqmguWt
AdNjZwonHfn696HIP5wy+rgTrCEsgPX2rsyAIbERtCi7uacci5Xtd71FWfTt6OJV
KyQNMLCKd+OVTpvFcva7YHRKeos54HfC+Gz16FI7Jlxv0r4bwpbQ5uqDyhdFEvF1
T1riFRzwejqXl2fzEdQpqVHf0SfYDHqfY4attqmuGRarQT1vDHE6pTcAWJaIosLO
RDH/SpVz7f6beVeN1UT62kdgHGxe+Vz72MNJ22LrJNPZJ50W5r9EoWN1jO9K1qYL
KMF8qE4Gmn/BcqiSoCa5wq47FCNPruPFcvuLf1+mSWp1VT4oat6BCn0xAKcEyEdn
1RwXXAMqbGuPHiWOH/0RW8bAjKc0wTUJwZV2NTIzDRNHDT8EVUY2IG9xYaWp4PlJ
zbTVc4QKCCsxVgC9gqd2V2BPOWerm6AhBkyoj4V9I4PkaeVxifZBHy+OxzllMAij
r50Gsn3y2aA0QDtLcG83
=uIY3
-END PGP SIGNATURE-


Accepted:
libmodule-corelist-perl_2.44-1.debian.tar.gz
  to 
main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.44-1.debian.tar.gz
libmodule-corelist-perl_2.44-1.dsc
  to main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.44-1.dsc
libmodule-corelist-perl_2.44-1_all.deb
  to main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.44-1_all.deb
libmodule-corelist-perl_2.44.orig.tar.gz
  to main/libm/libmodule-corelist-perl/libmodule-corelist-perl_2.44.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/e1ph5u3-00026p...@franck.debian.org



Accepted librsvg 2.32.0-1 (source amd64)

2011-01-23 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 19:55:29 +
Source: librsvg
Binary: librsvg2-dev librsvg2-2 librsvg2-common librsvg2-dbg librsvg2-bin
Architecture: source amd64
Version: 2.32.0-1
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 librsvg2-2 - SAX-based renderer library for SVG files (runtime)
 librsvg2-bin - command-line and graphical viewers for SVG files
 librsvg2-common - SAX-based renderer library for SVG files (extra runtime)
 librsvg2-dbg - SAX-based renderer library for SVG files (debug)
 librsvg2-dev - SAX-based renderer library for SVG files (development)
Changes: 
 librsvg (2.32.0-1) experimental; urgency=low
 .
   * New upstream release.
 + debian/control.in:
   - Update build dependencies.
 + debian/librsvg2-common.install,
   debian/librsvg2-dev.links:
   - Updated for the new help location.
 + debian/rules:
   - Don't run dh_makeshlibs on librsvg2-common.
   * debian/source/format,
 debian/patches/*,
 debian/rules:
 + Switch to source format 3.0 (quilt).
   * debian/librsvg2-2.symbols:
 + Add a symbols file.
   * debian/rules:
 + Make the shlibs file always depend on the latest upstream version.
 + Abort the build if the symbols file is outdated.
 + Drop obsolete configure flag.
Checksums-Sha1: 
 11bd1353f2b46412d298c997a1adeeb4ed9d30c6 1716 librsvg_2.32.0-1.dsc
 391a70978c407e301e655be6a691981ccfeaf6da 636006 librsvg_2.32.0.orig.tar.gz
 ddb422e03a990ff22884e39c98a84ea1702b14b7 12466 librsvg_2.32.0-1.debian.tar.gz
 2b4867964433b329fcff3dda1c419affcb8c2231 202306 librsvg2-dev_2.32.0-1_amd64.deb
 767d1b3148b1822cdf91b98fe465e9976933bcc5 148290 librsvg2-2_2.32.0-1_amd64.deb
 cc08a2c13b636c20faeb13b3e035d2932ce1416d 70476 
librsvg2-common_2.32.0-1_amd64.deb
 1f4eb56200528adf31292aa9db9f5c29336f5821 402370 librsvg2-dbg_2.32.0-1_amd64.deb
 81605bf63d40df90137becc44dcb55adf66267f9 72144 librsvg2-bin_2.32.0-1_amd64.deb
Checksums-Sha256: 
 a7a4db057f1abd2666d728cc68780b115a974941b210ab7f3685fc7a38a05169 1716 
librsvg_2.32.0-1.dsc
 dfe4b8144cb71cc91606963f93d38345a7556de5ba3c494c7a172fd769f9a7c5 636006 
librsvg_2.32.0.orig.tar.gz
 0c8bf7e37e50f48567a49d57bc96ab0319e6b501846f0e03fbec371dc375ef74 12466 
librsvg_2.32.0-1.debian.tar.gz
 f9caa7925e6fd0e6a24105cb0de1d847895a9c6a6bdc221aaf23a12fc6991d4a 202306 
librsvg2-dev_2.32.0-1_amd64.deb
 759b6d10a531545fd2dc259324ffa0ab6695b2b4177ffb96b67914bada4f1058 148290 
librsvg2-2_2.32.0-1_amd64.deb
 0e70f7add93087a0fdfc36070483ecba470a775591d2293bb09b2f51a438de9f 70476 
librsvg2-common_2.32.0-1_amd64.deb
 d7abc10e80627705c4812fae4b0f5b68ee10aea704c6fbd1f391731a46b64c05 402370 
librsvg2-dbg_2.32.0-1_amd64.deb
 704a5fd55e6867b1e896eed652195cdbf86575d6714a28ec1c4633e6cdcfd171 72144 
librsvg2-bin_2.32.0-1_amd64.deb
Files: 
 0a6888c692413fd5ae5ddb79a3c551a6 1716 libdevel optional librsvg_2.32.0-1.dsc
 b84bd1d13b3f6b7e6cfda3ddcb9b4819 636006 libdevel optional 
librsvg_2.32.0.orig.tar.gz
 655cb3c5a1915346be5542829a061b4e 12466 libdevel optional 
librsvg_2.32.0-1.debian.tar.gz
 23af6fda6a78df927b89ce6c8f5783e5 202306 libdevel optional 
librsvg2-dev_2.32.0-1_amd64.deb
 54d96b582dbe336f40cefaa4d135cf89 148290 libs optional 
librsvg2-2_2.32.0-1_amd64.deb
 f50e262e7578f8e601be9dcb7bb7dbc9 70476 libs optional 
librsvg2-common_2.32.0-1_amd64.deb
 c495ab4bbfcd4dddffaa8e9c4a7d1b28 402370 debug extra 
librsvg2-dbg_2.32.0-1_amd64.deb
 c9b847fa3019c0c4b40fdd176c9e8118 72144 graphics optional 
librsvg2-bin_2.32.0-1_amd64.deb

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

iEYEARECAAYFAk08inIACgkQhTV17EoIsv4DoQCgs73soWxKSwxlhQeaOFTf1rqj
qgwAni22kj1lsJHcoCC5OCa0/riajjGf
=GqCt
-END PGP SIGNATURE-


Accepted:
librsvg2-2_2.32.0-1_amd64.deb
  to main/libr/librsvg/librsvg2-2_2.32.0-1_amd64.deb
librsvg2-bin_2.32.0-1_amd64.deb
  to main/libr/librsvg/librsvg2-bin_2.32.0-1_amd64.deb
librsvg2-common_2.32.0-1_amd64.deb
  to main/libr/librsvg/librsvg2-common_2.32.0-1_amd64.deb
librsvg2-dbg_2.32.0-1_amd64.deb
  to main/libr/librsvg/librsvg2-dbg_2.32.0-1_amd64.deb
librsvg2-dev_2.32.0-1_amd64.deb
  to main/libr/librsvg/librsvg2-dev_2.32.0-1_amd64.deb
librsvg_2.32.0-1.debian.tar.gz
  to main/libr/librsvg/librsvg_2.32.0-1.debian.tar.gz
librsvg_2.32.0-1.dsc
  to main/libr/librsvg/librsvg_2.32.0-1.dsc
librsvg_2.32.0.orig.tar.gz
  to main/libr/librsvg/librsvg_2.32.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/e1ph6bp-0002ef...@franck.debian.org



Accepted eglibc 2.11.2-10 (source all amd64)

2011-01-23 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 19:54:44 +0100
Source: eglibc
Binary: libc-bin libc-dev-bin glibc-doc eglibc-source locales locales-all nscd 
libc6 libc6-dev libc6-dbg libc6-prof libc6-pic libc6-udeb libc6.1 libc6.1-dev 
libc6.1-dbg libc6.1-prof libc6.1-pic libc6.1-udeb libc0.3 libc0.3-dev 
libc0.3-dbg libc0.3-prof libc0.3-pic libc0.3-udeb libc0.1 libc0.1-dev 
libc0.1-dbg libc0.1-prof libc0.1-pic libc0.1-udeb libc6-i386 libc6-dev-i386 
libc6-sparc64 libc6-dev-sparc64 libc6-s390x libc6-dev-s390x libc6-amd64 
libc6-dev-amd64 libc6-powerpc libc6-dev-powerpc libc6-ppc64 libc6-dev-ppc64 
libc6-mipsn32 libc6-dev-mipsn32 libc6-mips64 libc6-dev-mips64 libc0.1-i386 
libc0.1-dev-i386 libc6-sparcv9b libc6-i686 libc6-xen libc0.1-i686 libc0.3-i686 
libc0.3-xen libc6.1-alphaev67 libnss-dns-udeb libnss-files-udeb
Architecture: source all amd64
Version: 2.11.2-10
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno aure...@debian.org
Changed-By: Aurelien Jarno aure...@debian.org
Description: 
 eglibc-source - Embedded GNU C Library: sources
 glibc-doc  - Embedded GNU C Library: Documentation
 libc-bin   - Embedded GNU C Library: Binaries
 libc-dev-bin - Embedded GNU C Library: Development binaries
 libc0.1- Embedded GNU C Library: Shared libraries
 libc0.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.1-dev-i386 - Embedded GNU C Library: 32bit development libraries for 
AMD64
 libc0.1-i386 - Embedded GNU C Library: 32bit shared libraries for AMD64
 libc0.1-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.1-pic - Embedded GNU C Library: PIC archive library
 libc0.1-prof - Embedded GNU C Library: Profiling Libraries
 libc0.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3- Embedded GNU C Library: Shared libraries
 libc0.3-dbg - Embedded GNU C Library: detached debugging symbols
 libc0.3-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc0.3-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc0.3-pic - Embedded GNU C Library: PIC archive library
 libc0.3-prof - Embedded GNU C Library: Profiling Libraries
 libc0.3-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc0.3-xen - Embedded GNU C Library: Shared libraries [Xen version]
 libc6  - Embedded GNU C Library: Shared libraries
 libc6-amd64 - Embedded GNU C Library: 64bit Shared libraries for AMD64
 libc6-dbg  - Embedded GNU C Library: detached debugging symbols
 libc6-dev  - Embedded GNU C Library: Development Libraries and Header Files
 libc6-dev-amd64 - Embedded GNU C Library: 64bit Development Libraries for AMD64
 libc6-dev-i386 - Embedded GNU C Library: 32-bit development libraries for AMD64
 libc6-dev-mips64 - Embedded GNU C Library: 64bit Development Libraries for 
MIPS64
 libc6-dev-mipsn32 - Embedded GNU C Library: n32 Development Libraries for 
MIPS64
 libc6-dev-powerpc - Embedded GNU C Library: 32bit powerpc development 
libraries for p
 libc6-dev-ppc64 - Embedded GNU C Library: 64bit Development Libraries for 
PowerPC64
 libc6-dev-s390x - Embedded GNU C Library: 64bit Development Libraries for IBM 
zSeri
 libc6-dev-sparc64 - Embedded GNU C Library: 64bit Development Libraries for 
UltraSPAR
 libc6-i386 - Embedded GNU C Library: 32-bit shared libraries for AMD64
 libc6-i686 - Embedded GNU C Library: Shared libraries [i686 optimized]
 libc6-mips64 - Embedded GNU C Library: 64bit Shared libraries for MIPS64
 libc6-mipsn32 - Embedded GNU C Library: n32 Shared libraries for MIPS64
 libc6-pic  - Embedded GNU C Library: PIC archive library
 libc6-powerpc - Embedded GNU C Library: 32bit powerpc shared libraries for 
ppc64
 libc6-ppc64 - Embedded GNU C Library: 64bit Shared libraries for PowerPC64
 libc6-prof - Embedded GNU C Library: Profiling Libraries
 libc6-s390x - Embedded GNU C Library: 64bit Shared libraries for IBM zSeries
 libc6-sparc64 - Embedded GNU C Library: 64bit Shared libraries for UltraSPARC
 libc6-sparcv9b - Embedded GNU C Library: Shared libraries [v9b optimized]
 libc6-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libc6-xen  - Embedded GNU C Library: Shared libraries [Xen version]
 libc6.1- Embedded GNU C Library: Shared libraries
 libc6.1-alphaev67 - Embedded GNU C Library: Shared libraries (EV67 optimized)
 libc6.1-dbg - Embedded GNU C Library: detached debugging symbols
 libc6.1-dev - Embedded GNU C Library: Development Libraries and Header Files
 libc6.1-pic - Embedded GNU C Library: PIC archive library
 libc6.1-prof - Embedded GNU C Library: Profiling Libraries
 libc6.1-udeb - Embedded GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - Embedded GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - Embedded GNU C Library: NSS helper for files - udeb (udeb)
 locales- Embedded GNU C Library: National Language (locale) data [support]

Accepted 3depict 0.0.4-1 (source amd64)

2011-01-23 Thread D Haley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Jan 2011 17:16:31 +
Source: 3depict
Binary: 3depict
Architecture: source amd64
Version: 0.0.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: D Haley my...@yahoo.com
Description: 
 3depict- Visualisation and analysis for single valued point data
Changes: 
 3depict (0.0.4-1) experimental; urgency=low
 .
   * New upstream version
   * Disable ASSERT blocking at terminal with patch
Checksums-Sha1: 
 a14a87c754f271f32448c1a893aaff00e59c58c9 1389 3depict_0.0.4-1.dsc
 940c96e893384b929b39e2e959f0403e1c9da6fc 3000978 3depict_0.0.4.orig.tar.gz
 1fa60d4ee409ec99bfc23a02d7f41de71fb2510d 4455 3depict_0.0.4-1.diff.gz
 8f0afb516ea7d2cbdd9ea60ac38a2592857b7065 724436 3depict_0.0.4-1_amd64.deb
Checksums-Sha256: 
 c05897b82ad0bd19c97ab51b4c3ecd6cb33240686b25546c6b3faf01f2f4c146 1389 
3depict_0.0.4-1.dsc
 063f0f6c1de81f623cb0b5f629fc8437cf28b20eb5cea3c9e8f3f1788607af54 3000978 
3depict_0.0.4.orig.tar.gz
 72e57fb8f55b81b65b38b63cd553052af112247174fed48803f573ee37c693ba 4455 
3depict_0.0.4-1.diff.gz
 67003b1237a7d40b9ecb1a6e6c283f844746a5602506062faf4bd32c31d77b61 724436 
3depict_0.0.4-1_amd64.deb
Files: 
 2f36903db031f12f4985a42e5009b939 1389 science optional 3depict_0.0.4-1.dsc
 7775fad11781b5481328733256b4024e 3000978 science optional 
3depict_0.0.4.orig.tar.gz
 3dfe2004d982de9c658ff6ff396094b5 4455 science optional 3depict_0.0.4-1.diff.gz
 c10d0041bdb6f16568255aa7dafe2abf 724436 science optional 
3depict_0.0.4-1_amd64.deb

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

iEYEARECAAYFAk08mkgACgkQiOXXM92JlhDvWACfUJcT9vqtoj4Y7BNDTl4N7SGF
AiIAoJFoiA2/7gDbUkfpqmT9bkTN8+ze
=tN1v
-END PGP SIGNATURE-


Accepted:
3depict_0.0.4-1.diff.gz
  to main/3/3depict/3depict_0.0.4-1.diff.gz
3depict_0.0.4-1.dsc
  to main/3/3depict/3depict_0.0.4-1.dsc
3depict_0.0.4-1_amd64.deb
  to main/3/3depict/3depict_0.0.4-1_amd64.deb
3depict_0.0.4.orig.tar.gz
  to main/3/3depict/3depict_0.0.4.orig.tar.gz


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



Accepted gcc-4.5 4.5.2-2 (source all amd64)

2011-01-23 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 11:54:52 +0100
Source: gcc-4.5
Binary: gcc-4.5-base gcc-4.5 gcc-4.5-multilib gcc-4.5-plugin-dev gcc-4.5-hppa64 
gcc-4.5-spu g++-4.5-spu gfortran-4.5-spu cpp-4.5 gcc-4.5-locales g++-4.5 
g++-4.5-multilib libmudflap0-4.5-dev gobjc++-4.5 gobjc++-4.5-multilib gobjc-4.5 
gobjc-4.5-multilib libobjc2 libobjc2-dbg lib64objc2 lib64objc2-dbg lib32objc2 
lib32objc2-dbg libn32objc2 libn32objc2-dbg gfortran-4.5 gfortran-4.5-multilib 
libstdc++6-4.5-dev libstdc++6-4.5-pic libstdc++6-4.5-dbg lib32stdc++6-4.5-dbg 
lib64stdc++6-4.5-dbg libn32stdc++6-4.5-dbg libstdc++6-4.5-doc 
gcc-4.5-soft-float gcc-4.5-source
Architecture: source all amd64
Version: 4.5.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian GCC Maintainers debian-...@lists.debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 cpp-4.5- The GNU C preprocessor
 g++-4.5- The GNU C++ compiler
 g++-4.5-multilib - The GNU C++ compiler (multilib files)
 g++-4.5-spu - SPU cross-compiler (C++ compiler)
 gcc-4.5- The GNU C compiler
 gcc-4.5-base - The GNU Compiler Collection (base package)
 gcc-4.5-hppa64 - The GNU C compiler (cross compiler for hppa64)
 gcc-4.5-locales - The GNU C compiler (native language support files)
 gcc-4.5-multilib - The GNU C compiler (multilib files)
 gcc-4.5-plugin-dev - Files for GNU GCC plugin development.
 gcc-4.5-soft-float - The soft-floating-point gcc libraries (arm)
 gcc-4.5-source - Source of the GNU Compiler Collection
 gcc-4.5-spu - SPU cross-compiler (preprocessor and C compiler)
 gfortran-4.5 - The GNU Fortran 95 compiler
 gfortran-4.5-multilib - The GNU Fortran 95 compiler (multilib files)
 gfortran-4.5-spu - SPU cross-compiler (Fortran compiler)
 gobjc++-4.5 - The GNU Objective-C++ compiler
 gobjc++-4.5-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.5  - The GNU Objective-C compiler
 gobjc-4.5-multilib - The GNU Objective-C compiler (multilib files)
 lib32objc2 - Runtime library for GNU Objective-C applications (32bit)
 lib32objc2-dbg - Runtime library for GNU Objective-C applications (32 bit 
debug sy
 lib32stdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 lib64objc2 - Runtime library for GNU Objective-C applications (64bit)
 lib64objc2-dbg - Runtime library for GNU Objective-C applications (64 bit 
debug sy
 lib64stdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libmudflap0-4.5-dev - GCC mudflap support libraries (development files)
 libn32objc2 - Runtime library for GNU Objective-C applications (n32)
 libn32objc2-dbg - Runtime library for GNU Objective-C applications (n32 debug 
symbo
 libn32stdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libobjc2   - Runtime library for GNU Objective-C applications
 libobjc2-dbg - Runtime library for GNU Objective-C applications (debug symbols)
 libstdc++6-4.5-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.5-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.5-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.5-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
Changes: 
 gcc-4.5 (4.5.2-2) experimental; urgency=low
 .
   * Update to SVN 20110123 (r169142) from the gcc-4_5-branch.
 - Fix PR target/46915, PR target/46729, PR libgcj/46774, PR target/47038,
   PR target/46685, PR target/45447, PR tree-optimization/46758,
   PR tree-optimization/45552, PR tree-optimization/43023,
   PR middle-end/46734, PR fortran/45338, PR preprocessor/39213,
   PR target/43309, PR fortran/46874, PR tree-optimization/47286,
   PR tree-optimization/44592, PR target/47201, PR c/47150, PR target/46880,
   PR middle-end/45852, PR tree-optimization/43655, PR debug/46893,
   PR rtl-optimization/46804, PR rtl-optimization/46865, PR target/41082,
   PR tree-optimization/46864, PR fortran/45777, PR tree-optimization/47365,
   PR tree-optimization/47167, PR target/47318, PR target/46655,
   PR fortran/47394, PR libstdc++/47354.
 .
   [ Matthias Klose ]
   * Update the Linaro support to the 4.5 2011.01-1 release.
   * Don't build packages now built from the gcc-4.6 package for architectures
 with a sucessful gcc-4.6 build.
 .
   [ Kees Cook ]
   * debian/patches/gcc-default-ssp.patch: do not ignore -fstack-protector-all
 (LP: #691722).
 .
   [ Marcin Juszkiewicz ]
   * Fix biarch/triarch cross builds.
 - dpkg-shlibdeps failed to find libraries for 64 or n32 builds
 - LD_LIBRARY_PATH for dpkg-shlibdeps lacked host dirs.
Checksums-Sha1: 
 27d14716475f7b6a7c5bb5bbf762e6055108fcd1 3820 gcc-4.5_4.5.2-2.dsc
 29864ed3fbed76fff5cdb750cdbd0906ceaa4b5b 830095 gcc-4.5_4.5.2-2.diff.gz
 2fb945b6f549239422fd4f3f0cb0d593971a269d 53149232 
gcc-4.5-source_4.5.2-2_all.deb
 50c804d4ad2bd789cea8080d96eccf3804a93c76 3474844 
libstdc++6-4.5-doc_4.5.2-2_all.deb
 16118a88669c6d7626d606ccc7c0cb47355462c6

Accepted mplayer 2:1.0~rc4~try2.dfsg1-1 (source i386 all)

2011-01-23 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 21:59:46 +0100
Source: mplayer
Binary: mencoder mplayer mplayer-dbg mplayer-doc
Architecture: source i386 all
Version: 2:1.0~rc4~try2.dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: Debian multimedia packages maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Reinhard Tartler siret...@tauware.de
Description: 
 mencoder   - MPlayer's Movie Encoder
 mplayer- movie player for Unix-like systems
 mplayer-dbg - debugging symbols for MPlayer
 mplayer-doc - documentation for MPlayer
Closes: 592082
Changes: 
 mplayer (2:1.0~rc4~try2.dfsg1-1) experimental; urgency=low
 .
   [ steph ]
   * enable joystick at compilation but leave it disable in config
 (Closes: #592082, LP: #617986)
 .
   [ Reinhard Tartler ]
   * new upstream snapshot, remove patches that are applied upstream
   * minor clarifications in debian/copyright
Checksums-Sha1: 
 edf9dc64893eabdc25d5abefea28feba89e1c48c 2703 mplayer_1.0~rc4~try2.dfsg1-1.dsc
 aa7eceddbac9ef0189bc59302456ca122859d0f2 12930174 
mplayer_1.0~rc4~try2.dfsg1.orig.tar.gz
 a46239699d7615329487f5324de889b241a60d57 39605 
mplayer_1.0~rc4~try2.dfsg1-1.debian.tar.gz
 781be57ed844c4f4268b957dc52f17f029f261f8 1486080 
mencoder_1.0~rc4~try2.dfsg1-1_i386.deb
 70949c3e96f3ae1ebe0f544a179374f2ca25b5ab 2956470 
mplayer_1.0~rc4~try2.dfsg1-1_i386.deb
 af5e3e6b692a182aed329f5c7ba033b85ec28b12 4365826 
mplayer-dbg_1.0~rc4~try2.dfsg1-1_i386.deb
 088ea5fd9f8b39d3f5dd228a5132c22d68864060 2296778 
mplayer-doc_1.0~rc4~try2.dfsg1-1_all.deb
Checksums-Sha256: 
 27f0dfd7408be98207b414a4d24e158b260df164dafed7452fa53ead58ab9f1c 2703 
mplayer_1.0~rc4~try2.dfsg1-1.dsc
 63c5866f60cb6ba8c033418a93c36d2bf1a6a928c72e494f047499b89eac724f 12930174 
mplayer_1.0~rc4~try2.dfsg1.orig.tar.gz
 aa392b7656d325b545fe4153e26ac6ef3ffeb66762e7ec206ae9c2ab918b52a2 39605 
mplayer_1.0~rc4~try2.dfsg1-1.debian.tar.gz
 9d01c15ab120af3c04a0ce6387ae33c4737af94dee57bddf1f79d48266dbea46 1486080 
mencoder_1.0~rc4~try2.dfsg1-1_i386.deb
 3db99a27176301985aabf5d19d8b44fcc712dfff710e9639579dc08d51986b2e 2956470 
mplayer_1.0~rc4~try2.dfsg1-1_i386.deb
 7fc910aa16235ae0e19b17ea7a9464f618708d2769e42e93570f4a5f6327335b 4365826 
mplayer-dbg_1.0~rc4~try2.dfsg1-1_i386.deb
 2ebb19bcd7625e57b64935560ca6077ca283243bc9beeb510e1fc28ec0162006 2296778 
mplayer-doc_1.0~rc4~try2.dfsg1-1_all.deb
Files: 
 b0e0e6a7dd2c4c9ad628ff045e582aef 2703 video optional 
mplayer_1.0~rc4~try2.dfsg1-1.dsc
 b6feebee6ee566ad500486f48945da06 12930174 video optional 
mplayer_1.0~rc4~try2.dfsg1.orig.tar.gz
 4fb696066d7640409b917d7ebcacfaf3 39605 video optional 
mplayer_1.0~rc4~try2.dfsg1-1.debian.tar.gz
 cb143af5a2ba1267c9e0b79cb2cf8a6b 1486080 video optional 
mencoder_1.0~rc4~try2.dfsg1-1_i386.deb
 9ae9979e780165c358b55d279e503ad1 2956470 video optional 
mplayer_1.0~rc4~try2.dfsg1-1_i386.deb
 61092b132a57d5eeb8ff77e8cec2a64d 4365826 debug extra 
mplayer-dbg_1.0~rc4~try2.dfsg1-1_i386.deb
 efe8a2846d83be51e3232ff4ae152572 2296778 doc optional 
mplayer-doc_1.0~rc4~try2.dfsg1-1_all.deb

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

iJwEAQECAAYFAk08ow4ACgkQ78RAoABp8o/JKwP9FjREg8I+6JvUHkgZKmMIxMMJ
+iVLxUF5AqsPPCBRb+Tb+n9W2K0r4GBs2oW20tqSS5Uw0mGTu5K5/lI/J4s/nnHo
QpCl2cYVpw2e0SIZPdRq3b19A1Qkc/yrhKE55LUQyDlwdF7JWiFOLTzXdKWUCnjW
5+kGfKOhIWawEdvqOb4=
=5a+1
-END PGP SIGNATURE-


Accepted:
mencoder_1.0~rc4~try2.dfsg1-1_i386.deb
  to main/m/mplayer/mencoder_1.0~rc4~try2.dfsg1-1_i386.deb
mplayer-dbg_1.0~rc4~try2.dfsg1-1_i386.deb
  to main/m/mplayer/mplayer-dbg_1.0~rc4~try2.dfsg1-1_i386.deb
mplayer-doc_1.0~rc4~try2.dfsg1-1_all.deb
  to main/m/mplayer/mplayer-doc_1.0~rc4~try2.dfsg1-1_all.deb
mplayer_1.0~rc4~try2.dfsg1-1.debian.tar.gz
  to main/m/mplayer/mplayer_1.0~rc4~try2.dfsg1-1.debian.tar.gz
mplayer_1.0~rc4~try2.dfsg1-1.dsc
  to main/m/mplayer/mplayer_1.0~rc4~try2.dfsg1-1.dsc
mplayer_1.0~rc4~try2.dfsg1-1_i386.deb
  to main/m/mplayer/mplayer_1.0~rc4~try2.dfsg1-1_i386.deb
mplayer_1.0~rc4~try2.dfsg1.orig.tar.gz
  to main/m/mplayer/mplayer_1.0~rc4~try2.dfsg1.orig.tar.gz


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



Accepted coffeescript 1.0.0-1 (source all)

2011-01-23 Thread Geza Kovacs
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Wed, 29 Dec 2010 04:01:12 -0500
Source: coffeescript
Binary: coffeescript coffeescript-doc
Architecture: source all
Version: 1.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Geza Kovacs gkov...@mit.edu
Changed-By: Geza Kovacs gkov...@mit.edu
Description: 
 coffeescript - interpreter and compiler for the CoffeeScript language
 coffeescript-doc - documentation for coffeescript
Changes: 
 coffeescript (1.0.0-1) unstable; urgency=low
 .
   * New upstream release
   * Minimum nodejs dependency version bumped to 0.2.5
Checksums-Sha1: 
 0dd9c0a17e472293414b43e4405307af82aed0aa 1501 coffeescript_1.0.0-1.dsc
 b7c0cef8b0953aed725e15dad9700c48b52fa60e 400853 coffeescript_1.0.0.orig.tar.gz
 850f496567a50cd370c7ec119905e71ce1de1096 4062 
coffeescript_1.0.0-1.debian.tar.gz
 0bc80128a41338176bbf1c4da42aac3b141ef4ed 59718 coffeescript_1.0.0-1_all.deb
 1edf2785a14b55e2c953be75641cc51ba083b8fe 87242 coffeescript-doc_1.0.0-1_all.deb
Checksums-Sha256: 
 429eff7ff7cdd72cb3a9f486dc0be8b7dc2bc8ae4481068d7cd138a95c2327cc 1501 
coffeescript_1.0.0-1.dsc
 95204f3d69f0909d30a79497cf1967750ad2fbe391d134ee8ec3a06d8140859f 400853 
coffeescript_1.0.0.orig.tar.gz
 6e8fd496da1e1314158252194b6491cae9a63d0aff4142c8cf96f4a8ffa6190f 4062 
coffeescript_1.0.0-1.debian.tar.gz
 df7cb96a424dead453cab42b4b5683054a55049472f3b4c679de4bdb4f14de46 59718 
coffeescript_1.0.0-1_all.deb
 f736a1babc51fc3d85efad631fac551bbfb582c733d6f98ce55eb437822ad38c 87242 
coffeescript-doc_1.0.0-1_all.deb
Files: 
 5eb16f6a3b3f58651a5b8311f3c228af 1501 devel extra coffeescript_1.0.0-1.dsc
 cce9d12ed9dea7ce820836b420a41a59 400853 devel extra 
coffeescript_1.0.0.orig.tar.gz
 eb7d453c98bf094ffdd24869877437df 4062 devel extra 
coffeescript_1.0.0-1.debian.tar.gz
 89d6b74b72bf16b39e9844f7b4110051 59718 devel extra coffeescript_1.0.0-1_all.deb
 3eb64c9444a72d5f200d53f9a25157ff 87242 doc extra 
coffeescript-doc_1.0.0-1_all.deb

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

iQEcBAEBAwAGBQJNPKQOAAoJEOGDbms1cuRhCh4IAIr+rZvbe1tR+U5T9m71D5oq
JqFZCwMBKB3Mh1hFq8xDxrus/ZbjTtoOKUtSzJi0A5vVY4RyenkCOCMGw9bWkILt
G8FS+9c8XPQqwR6RSs0/3yEi2A1tHF8r7ei921jOwLNlan6Gv7avv+Xoq9oKfcR7
0fXrQ7irgNOoPfUeUtcgErPD8NuI3YJakuT/sIcNwOTLF8pZwuSrYJbLIapBjvjC
kl9dAq+r3HMEtmED29q++5waE49rbRCLoN7dNsCDVQj0gY++ArtZYDbbnHZ30i+7
oadV5VBZhaRebOqM+lg765ohIYi4F6zcdNGOZKDbNOA0Q9LpHKBw67GLiWg2+Bk=
=7sWZ
-END PGP SIGNATURE-


Accepted:
coffeescript-doc_1.0.0-1_all.deb
  to main/c/coffeescript/coffeescript-doc_1.0.0-1_all.deb
coffeescript_1.0.0-1.debian.tar.gz
  to main/c/coffeescript/coffeescript_1.0.0-1.debian.tar.gz
coffeescript_1.0.0-1.dsc
  to main/c/coffeescript/coffeescript_1.0.0-1.dsc
coffeescript_1.0.0-1_all.deb
  to main/c/coffeescript/coffeescript_1.0.0-1_all.deb
coffeescript_1.0.0.orig.tar.gz
  to main/c/coffeescript/coffeescript_1.0.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/e1ph8fg-0001fx...@franck.debian.org



Accepted libwpd 0.9.1-1 (source all amd64)

2011-01-23 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 23:12:02 +0100
Source: libwpd
Binary: libwpd-dev libwpd-0.9-9 libwpd-tools libwpd-doc
Architecture: source all amd64
Version: 0.9.1-1
Distribution: experimental
Urgency: low
Maintainer: Rene Engelhard r...@debian.org
Changed-By: Rene Engelhard r...@debian.org
Description: 
 libwpd-0.9-9 - Library for handling WordPerfect documents (shared library)
 libwpd-dev - Library for handling WordPerfect documents (development)
 libwpd-doc - Library for handling WordPerfect documents (documentation)
 libwpd-tools - Tools from libwpd for converting WordPerfect to HTML/RAW/Text
Changes: 
 libwpd (0.9.1-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 8910d951f66f86b0599690de759117de5d11dca4 1756 libwpd_0.9.1-1.dsc
 bc1fd58fdb260409b02bd01911bd3187b05c5220 540345 libwpd_0.9.1.orig.tar.bz2
 9ce66a5bd533d51af04db366964a38fcc9f9da0a 10638 libwpd_0.9.1-1.debian.tar.gz
 bb0758dcd39e370e042a1b0a60c84b3851b7cc08 1828286 libwpd-doc_0.9.1-1_all.deb
 30f2d42d2fdc690e78d6caa6deda3681f0c907a2 518892 libwpd-dev_0.9.1-1_amd64.deb
 873c8581e64e3d83c677fbb8eff7617415b7e16b 331434 libwpd-0.9-9_0.9.1-1_amd64.deb
 36eae962bc902f5c3922997c955a5cc66166b61c 84154 libwpd-tools_0.9.1-1_amd64.deb
Checksums-Sha256: 
 d1693920bae28cd46c93c0d77442bb7a6bfb28bb2013957a4d4f920276849cb3 1756 
libwpd_0.9.1-1.dsc
 f8295f3803f9089f31c26b77371f3bcaf8e57909b6803b7b8fb9194e7e55e40b 540345 
libwpd_0.9.1.orig.tar.bz2
 5adb4e3a18425a2bf5b9ebf3e72d33f6b0a9ab0463137a8f8b70ae234c36e8a1 10638 
libwpd_0.9.1-1.debian.tar.gz
 33ad7885f7fc0c0fc025d5118588270455af41f8d7e2291e80a95a9f90af0aaf 1828286 
libwpd-doc_0.9.1-1_all.deb
 c91d372f6bd412fbcf098ae433414f0f1e9e4047973b9f360928a81222886d38 518892 
libwpd-dev_0.9.1-1_amd64.deb
 6e6cf216ede08abdbc66ff274775e3f0913059df108c4a2f08efc587b249fa6d 331434 
libwpd-0.9-9_0.9.1-1_amd64.deb
 2b3bb4ae9de550663a97f01c349faab684ccf694a7374a51e408c2f83b93637f 84154 
libwpd-tools_0.9.1-1_amd64.deb
Files: 
 c3f2935a7cb4f02fbbbf3ee03fde645e 1756 devel optional libwpd_0.9.1-1.dsc
 5ff846847dab351604ad859e2fd4ed3c 540345 devel optional 
libwpd_0.9.1.orig.tar.bz2
 62976fbccd2b4475f9f7509d3e88fc9d 10638 devel optional 
libwpd_0.9.1-1.debian.tar.gz
 d0ce82518be00c77e1f26df2d76d051d 1828286 doc optional 
libwpd-doc_0.9.1-1_all.deb
 c50e5e175498b6aa275efa00c304b0ba 518892 libdevel optional 
libwpd-dev_0.9.1-1_amd64.deb
 51eb6e7e14ce0617b0188ce8c319d5d0 331434 libs optional 
libwpd-0.9-9_0.9.1-1_amd64.deb
 ead871fd5b59b5d0111f0fadbc6b443a 84154 utils optional 
libwpd-tools_0.9.1-1_amd64.deb

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

iQIcBAEBCAAGBQJNPKqGAAoJEAqgRXHQPj5wjCAP+wQh6nb+TkpoBRUuWnB2oYGY
4NIr1fijjFKzDmghRzyASs14wTW9409KfW2dcJoAVShvgSN4SKN44sG0nOBUO6f0
csQBNJ9+8+XVgIxaHTGanfZR1cntAM6zRo7yWYM+psBy60w51uaw97J2MNIwbAsE
w1BpePD4WLDTANCX9wKQ+XKfTx0Qu1NevummU1k0ih8lwG9GpjtwcDmaL1v2eKOY
w9/n2+p7rU3CUlrZoTJs5gTFbMb3uZJECsFbQPJcLiAooEZwNPtTKnlcrzgN20ea
eTyscwe08SF9exuZUYNEw4saN011l5ZUVLYX1Mgk+iCI5XU8fH+5xIDHQgzbKWu+
c0drPRWeKs2nibaCnxx1LatrW9WMuw2ZA913H6doVYR1+E+W7J2BJc6N2lVJbxrG
0EP6eH4PYLr3arN9/3W+3O+dZHl25Hz2IcMw7KwTWPQzYZupgsvvwusQt5SOXCv3
kQ6kbqTr3rnh6RLKjVS/CKMS4B/pYStk4O9nWpmNrK1m7FHrYYHQq9dUoF5NFJ6H
8FoyFcLoR3mmm2NznoW1Pvq0pFtxFkUG1zb0h01v8cqEDhzAsNXaiE3RD7eUnFNE
uUuqk9ybX6ASj8UOy8NgtjaGTQBPP3rTn9jt1EOphAfxYNB3Uezgtw0DnBZegUY8
dwIjHPFbVhj/80nDj1MW
=n8BZ
-END PGP SIGNATURE-


Accepted:
libwpd-0.9-9_0.9.1-1_amd64.deb
  to main/libw/libwpd/libwpd-0.9-9_0.9.1-1_amd64.deb
libwpd-dev_0.9.1-1_amd64.deb
  to main/libw/libwpd/libwpd-dev_0.9.1-1_amd64.deb
libwpd-doc_0.9.1-1_all.deb
  to main/libw/libwpd/libwpd-doc_0.9.1-1_all.deb
libwpd-tools_0.9.1-1_amd64.deb
  to main/libw/libwpd/libwpd-tools_0.9.1-1_amd64.deb
libwpd_0.9.1-1.debian.tar.gz
  to main/libw/libwpd/libwpd_0.9.1-1.debian.tar.gz
libwpd_0.9.1-1.dsc
  to main/libw/libwpd/libwpd_0.9.1-1.dsc
libwpd_0.9.1.orig.tar.bz2
  to main/libw/libwpd/libwpd_0.9.1.orig.tar.bz2


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



Accepted dictd 1.12.0+dfsg-1 (source i386)

2011-01-23 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 10:40:33 +0100
Source: dictd
Binary: dictd dict dictzip dictfmt
Architecture: source i386
Version: 1.12.0+dfsg-1
Distribution: experimental
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 dict   - dictionary client
 dictd  - dictionary server
 dictfmt- utility to format a file for use by a dictd server
 dictzip- compression utility for dictionary databases
Closes: 610408
Changes: 
 dictd (1.12.0+dfsg-1) experimental; urgency=low
 .
   * New upstream release.
   * Add Brazilian Portuguese debconf templates translation (closes: #610408).
   * Bump debhelper to v8.
   * Switch to the 3.0 (quilt) source format. Drop build dependency on quilt
 together with the debian/README.source file.
Checksums-Sha1: 
 649e8eba10cf9fb702c0433723764c5a4cb8 1155 dictd_1.12.0+dfsg-1.dsc
 69f0d20a6d64aca9c04e3bbb55aa1b28b7117a96 407286 dictd_1.12.0+dfsg.orig.tar.gz
 2df52a638b6fd21f7510e1b089351dd312e876b5 63528 
dictd_1.12.0+dfsg-1.debian.tar.gz
 4263db91befbd17c07c03c2deb5daed37e35f9f5 137302 dictd_1.12.0+dfsg-1_i386.deb
 0b2a934960908fa86804a6cdc04d151dd5bff0ba 72920 dict_1.12.0+dfsg-1_i386.deb
 85544d178e1043a67ac8734a22f998337d8aaf14 53010 dictzip_1.12.0+dfsg-1_i386.deb
 6a9b3039c4c18ec075eee4ee7de3e27ff5cbbe01 62772 dictfmt_1.12.0+dfsg-1_i386.deb
Checksums-Sha256: 
 580217d5823c3a949c04d91a1efe0c395d7b72fc1720e77ad1167c0de8f5d9fc 1155 
dictd_1.12.0+dfsg-1.dsc
 ed65d1c5b29f6cef5e0bbdef6e8b9a05eeb2a4f6cad573b4d3d575e6831e5f9c 407286 
dictd_1.12.0+dfsg.orig.tar.gz
 c81c940d9ae2a1dd811c44c29e913a08ee41da119464a57ab6537cf09685fed0 63528 
dictd_1.12.0+dfsg-1.debian.tar.gz
 3687ff48ae76de70f1b2ffcde96dc6f2d2782e58a74b71eb03e02f6188a3d1e8 137302 
dictd_1.12.0+dfsg-1_i386.deb
 7e5d4bfe947784621e8ec49bb3f89573eae74b9e778e55c495ec44082e3a7340 72920 
dict_1.12.0+dfsg-1_i386.deb
 3557425a679b9c4738792578280a6eb49e897d02ab8572590d2b0de12e3c2bec 53010 
dictzip_1.12.0+dfsg-1_i386.deb
 5dd4dbd55ef530c7da71e4ddbc15144f4e2919470c0efc436d3207aefe46f7bb 62772 
dictfmt_1.12.0+dfsg-1_i386.deb
Files: 
 9e16066ca604df0be8c0881fdd0810e8 1155 text optional dictd_1.12.0+dfsg-1.dsc
 1f31b610dfce402a0ee0dc921ddfb918 407286 text optional 
dictd_1.12.0+dfsg.orig.tar.gz
 28190fa8b87061b1a59ac2f818bac741 63528 text optional 
dictd_1.12.0+dfsg-1.debian.tar.gz
 df0acf0f85bda8b608c85eb1c1558a7a 137302 text optional 
dictd_1.12.0+dfsg-1_i386.deb
 04b3236276c377506a5bd2972a622bfd 72920 text optional 
dict_1.12.0+dfsg-1_i386.deb
 711beed75e646bedac8f9bc0020af1d7 53010 text optional 
dictzip_1.12.0+dfsg-1_i386.deb
 2f86af0109bb285d42cc11a573fac5e5 62772 utils optional 
dictfmt_1.12.0+dfsg-1_i386.deb

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

iEYEARECAAYFAk07/EMACgkQThh1cJ0wnDsFJgCfe01ST5H28LTnCM17hNcJ1PNe
GZ8An0RjVpGda7EiDfXpIw6R20H/6kg0
=gnn9
-END PGP SIGNATURE-


Accepted:
dict_1.12.0+dfsg-1_i386.deb
  to main/d/dictd/dict_1.12.0+dfsg-1_i386.deb
dictd_1.12.0+dfsg-1.debian.tar.gz
  to main/d/dictd/dictd_1.12.0+dfsg-1.debian.tar.gz
dictd_1.12.0+dfsg-1.dsc
  to main/d/dictd/dictd_1.12.0+dfsg-1.dsc
dictd_1.12.0+dfsg-1_i386.deb
  to main/d/dictd/dictd_1.12.0+dfsg-1_i386.deb
dictd_1.12.0+dfsg.orig.tar.gz
  to main/d/dictd/dictd_1.12.0+dfsg.orig.tar.gz
dictfmt_1.12.0+dfsg-1_i386.deb
  to main/d/dictd/dictfmt_1.12.0+dfsg-1_i386.deb
dictzip_1.12.0+dfsg-1_i386.deb
  to main/d/dictd/dictzip_1.12.0+dfsg-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/e1ph8ip-0007l5...@franck.debian.org



Accepted subcommander 2.0.0~b5p2-1 (source all i386)

2011-01-23 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 00:44:47 +0100
Source: subcommander
Binary: subcommander subcommander-doc
Architecture: source all i386
Version: 2.0.0~b5p2-1
Distribution: experimental
Urgency: low
Maintainer: Robert Luberda rob...@debian.org
Changed-By: Robert Luberda rob...@debian.org
Description: 
 subcommander - Graphical client for Subversion
 subcommander-doc - User guide for subcommander
Changes: 
 subcommander (2.0.0~b5p2-1) experimental; urgency=low
 .
   * New upstream release:
   * Remove no longer needed patches 91-FTBFS-svn-props and 93-edit-crash.
   * Add 95_warnings.patch to fix some warnings.
   * Remove unused  $(QUILT_STAMPFN) from debian/rules.
   * Bump debhelper compat level to 8.
Checksums-Sha1: 
 d24dc6a0a3078f976c23df355973273cabdcf49d 1315 subcommander_2.0.0~b5p2-1.dsc
 4861d3db85892061278d95b6ba85e90f90a136f5 7355565 
subcommander_2.0.0~b5p2.orig.tar.gz
 3c383271d23a9398dea5cda5f51eb9152ae64320 16938 
subcommander_2.0.0~b5p2-1.debian.tar.gz
 c95fc03898b990338a15e17f6f96725cfe0e39d7 861126 
subcommander-doc_2.0.0~b5p2-1_all.deb
 0c19b3c7eb93f12b65e4368a564a7538d7f0ea4f 1419098 
subcommander_2.0.0~b5p2-1_i386.deb
Checksums-Sha256: 
 739c20b446a03b4b7db4c2b829d7d163b755424a55a1952bbbf9a01cba3d80b4 1315 
subcommander_2.0.0~b5p2-1.dsc
 d6b346fc4f46779154e1a5903eeca8eb2526eef94a20c533afbea415ba7e16d4 7355565 
subcommander_2.0.0~b5p2.orig.tar.gz
 3de660271406044abaf5a5d1cc65133f956086ca74922f11f6a56c20162ac3ca 16938 
subcommander_2.0.0~b5p2-1.debian.tar.gz
 beb105843a9324391a46161876ed80ecd895e694315d66094ebce2a80972495f 861126 
subcommander-doc_2.0.0~b5p2-1_all.deb
 fbb96e05c830799ac3e9abdb5f4dbd1babaaf20f4201cb950cf8fb1647d7c956 1419098 
subcommander_2.0.0~b5p2-1_i386.deb
Files: 
 ce4658e0760ef5b423df1a74ea441446 1315 vcs optional 
subcommander_2.0.0~b5p2-1.dsc
 2f6ffcf711d9cbea74d0c1e8a0e675b7 7355565 vcs optional 
subcommander_2.0.0~b5p2.orig.tar.gz
 4743dae5c3d41fbc2bb79296e0519e3a 16938 vcs optional 
subcommander_2.0.0~b5p2-1.debian.tar.gz
 275972b0694b1c10daba13b9a3a6968d 861126 doc optional 
subcommander-doc_2.0.0~b5p2-1_all.deb
 e6da7b29a231d71141e82445e94678d5 1419098 vcs optional 
subcommander_2.0.0~b5p2-1_i386.deb

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

iEYEARECAAYFAk0759cACgkQThh1cJ0wnDtvOwCeOxlBPoA7wyLpAnz/oggpvWB3
d6oAnRliFyXmbQYLW1J+S07dEjy1i4JP
=X1st
-END PGP SIGNATURE-


Accepted:
subcommander-doc_2.0.0~b5p2-1_all.deb
  to main/s/subcommander/subcommander-doc_2.0.0~b5p2-1_all.deb
subcommander_2.0.0~b5p2-1.debian.tar.gz
  to main/s/subcommander/subcommander_2.0.0~b5p2-1.debian.tar.gz
subcommander_2.0.0~b5p2-1.dsc
  to main/s/subcommander/subcommander_2.0.0~b5p2-1.dsc
subcommander_2.0.0~b5p2-1_i386.deb
  to main/s/subcommander/subcommander_2.0.0~b5p2-1_i386.deb
subcommander_2.0.0~b5p2.orig.tar.gz
  to main/s/subcommander/subcommander_2.0.0~b5p2.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/e1ph8iz-0007rm...@franck.debian.org



Accepted tacacs+ 4.0.4.19-10 (source all amd64)

2011-01-23 Thread Henry-Nicolas Tourneur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 12 Jan 2011 21:07:51 +0100
Source: tacacs+
Binary: tacacs+ libtacacs+1 libtacacs+1-dev
Architecture: source amd64 all
Version: 4.0.4.19-10
Distribution: unstable
Urgency: low
Maintainer: Henry-Nicolas Tourneur henry.nico...@tourneur.be
Changed-By: Henry-Nicolas Tourneur henry.nico...@tourneur.be
Description: 
 libtacacs+1 - TACACS+ authentication daemon
 libtacacs+1-dev - TACACS+ authentication daemon
 tacacs+- TACACS+ authentication daemon
Closes: 609755
Changes: 
 tacacs+ (4.0.4.19-10) unstable; urgency=low
 .
   * Closes: #609755 (ignore $DAEMONUSER in init script stop_server())
Checksums-Sha1: 
 779b505442199d43f65602c044e0e544ad9e81cb 1127 tacacs+_4.0.4.19-10.dsc
 6932ea67fe0ad17f8562b9e446cac24600729997 9662 tacacs+_4.0.4.19-10.diff.gz
 9ccf4c2d64e4fe60713b12a9869554291bffba5a 93014 tacacs+_4.0.4.19-10_amd64.deb
 0de283053e2b102452c4c8a81add20c450e61793 18622 
libtacacs+1_4.0.4.19-10_amd64.deb
 72d3ffa02493adb04f992a1664e180d574f7e463 17130 
libtacacs+1-dev_4.0.4.19-10_all.deb
Checksums-Sha256: 
 9608710e30d1416ff12a4b441cc41c444c7faca3f92f5d9cac1a744bdf1e82c1 1127 
tacacs+_4.0.4.19-10.dsc
 73a7d94c8fb2c9334bee1841fcfbcb3e8263666a680dce51d8c1b4e02d09b2a6 9662 
tacacs+_4.0.4.19-10.diff.gz
 b05ba5254a1dcd0707b6243eb41301767b4b738843bda4cf7e7ad7e3342f1fd0 93014 
tacacs+_4.0.4.19-10_amd64.deb
 ec5a741ff9bd56fc8e694c1abeb8712351ad8423b9c06f81eb3682d9323deb46 18622 
libtacacs+1_4.0.4.19-10_amd64.deb
 f0f350ac4a1bc24d952b61a6e6cf2a09aab59367a795fa13d65688c9c1ce0f03 17130 
libtacacs+1-dev_4.0.4.19-10_all.deb
Files: 
 295854e75c43292a5a8788dfc995c17a 1127 net extra tacacs+_4.0.4.19-10.dsc
 699035ce2da35516dac18c6ba2b9edad 9662 net extra tacacs+_4.0.4.19-10.diff.gz
 f7cb0f19a4725b0f7238cc1b264a2ec9 93014 net extra tacacs+_4.0.4.19-10_amd64.deb
 af9132e4a3b1d2bb7c247bf98370cf08 18622 net extra 
libtacacs+1_4.0.4.19-10_amd64.deb
 e81b86d7146307ca0c906dfa091dcae8 17130 libdevel extra 
libtacacs+1-dev_4.0.4.19-10_all.deb

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

iEYEARECAAYFAk08rtEACgkQx2zlrBLK36UkbQCcDEDnuGuNNjIbXmHUW56pRzDW
+FgAn3on+tZ9054wGd8MJhJASeu6Qzta
=Yl51
-END PGP SIGNATURE-


Accepted:
libtacacs+1-dev_4.0.4.19-10_all.deb
  to main/t/tacacs+/libtacacs+1-dev_4.0.4.19-10_all.deb
libtacacs+1_4.0.4.19-10_amd64.deb
  to main/t/tacacs+/libtacacs+1_4.0.4.19-10_amd64.deb
tacacs+_4.0.4.19-10.diff.gz
  to main/t/tacacs+/tacacs+_4.0.4.19-10.diff.gz
tacacs+_4.0.4.19-10.dsc
  to main/t/tacacs+/tacacs+_4.0.4.19-10.dsc
tacacs+_4.0.4.19-10_amd64.deb
  to main/t/tacacs+/tacacs+_4.0.4.19-10_amd64.deb


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



Accepted jxgrabkey 0.3.2-2 (source all i386)

2011-01-23 Thread Gilles Filippini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 23:45:04 +0100
Source: jxgrabkey
Binary: libjxgrabkey-java libjxgrabkey-jni libjxgrabkey-doc
Architecture: source all i386
Version: 0.3.2-2
Distribution: unstable
Urgency: low
Maintainer: Gilles Filippini p...@debian.org
Changed-By: Gilles Filippini p...@debian.org
Description: 
 libjxgrabkey-doc - documentation for libjxgrabkey-java
 libjxgrabkey-java - X11 hotkey API for java
 libjxgrabkey-jni - X11 hotkey API for java (jni backend)
Changes: 
 jxgrabkey (0.3.2-2) unstable; urgency=low
 .
   * debian/control:
 + Enforce java6 dependency
 + Build-Depends to default-jdk-doc to be able to link libjxgrabkey-doc
   against it (Debian policy for java §2.3)
 + Move default-jdk-doc from Depends to Recommends for libjxgrabkey-doc
   (Debian policy for java §2.3)
Checksums-Sha1: 
 983ce2e28133e382eddc2ed887f80996def1d902 1575 jxgrabkey_0.3.2-2.dsc
 b987b317cc60d6fe3dcc8b1267ae3ac947a6b6e6 2656 jxgrabkey_0.3.2-2.debian.tar.gz
 8884548b1e96062172fb1403725052e5ccf4 15598 
libjxgrabkey-java_0.3.2-2_all.deb
 64fb256a2597bc45244da163a4f76382abab3ecc 17694 
libjxgrabkey-jni_0.3.2-2_i386.deb
 b1e9c4d09142e4a83f4ec262fd009188b00ab463 57280 libjxgrabkey-doc_0.3.2-2_all.deb
Checksums-Sha256: 
 9d3bf48c260456bcbe5a340b6dfba40b831b32eb46a04c632e5e62df213c6343 1575 
jxgrabkey_0.3.2-2.dsc
 69a13e00be71477b1a22f32a657fbf03932e582f6d330d76c43319cdf251e717 2656 
jxgrabkey_0.3.2-2.debian.tar.gz
 b86efdfdde925244bf5166cabd635f4184609c622b2e7e226f498c1251ced3da 15598 
libjxgrabkey-java_0.3.2-2_all.deb
 9970698c60e8e1f9bce834e77abd5977f95f2bf239c95f60823093d94f1145c4 17694 
libjxgrabkey-jni_0.3.2-2_i386.deb
 f6a10f31d7d448a3a52ab71bc0acbd6f56611420e07cb9a8540eb5177b990936 57280 
libjxgrabkey-doc_0.3.2-2_all.deb
Files: 
 521080cb2bb7595569a488d1455f1dc3 1575 java extra jxgrabkey_0.3.2-2.dsc
 e561c5a2758554cb50e53b02f1aad599 2656 java extra 
jxgrabkey_0.3.2-2.debian.tar.gz
 4617af8cba3034b36e5c892cee07b6d4 15598 java extra 
libjxgrabkey-java_0.3.2-2_all.deb
 b18fc8398eb79fd302ffde023a036c71 17694 java extra 
libjxgrabkey-jni_0.3.2-2_i386.deb
 744873e934a6e0d5bb8541929191581f 57280 doc extra 
libjxgrabkey-doc_0.3.2-2_all.deb

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

iQEcBAEBCAAGBQJNPLYEAAoJEO/obGx//s+D2/wH/3S41Oo4pVMl//c17ExbfJg5
h0qOmlGQWz4udW52mLzdU5ZQIKhUTWETdx0Kalec6vtfe9GviiFMabMeZbfJ9gzK
Op53RNZVE7giDlPfHGGchXPzOT20QSR0czpC2C/9lJJKdCOjVpaia8VoZCwJhNgV
s9ukZkqrilAoW2VHOeeKNJtWfT6wYObxmbgu+27tUJn8Z7Gt9ogtHu6zGEdVFcYQ
viOTB34V3Nb+lQHamLxikH5dcjq2NoGu1L6KSq13HSqtgQpZyZz6WPrE6RH/9YkH
tUDp01X3JNMl1u/jAcsyASO8TPNDVx1AStfiyek7ddfbEWSxymaQmEUlM1JQ9yk=
=DUaA
-END PGP SIGNATURE-


Accepted:
jxgrabkey_0.3.2-2.debian.tar.gz
  to main/j/jxgrabkey/jxgrabkey_0.3.2-2.debian.tar.gz
jxgrabkey_0.3.2-2.dsc
  to main/j/jxgrabkey/jxgrabkey_0.3.2-2.dsc
libjxgrabkey-doc_0.3.2-2_all.deb
  to main/j/jxgrabkey/libjxgrabkey-doc_0.3.2-2_all.deb
libjxgrabkey-java_0.3.2-2_all.deb
  to main/j/jxgrabkey/libjxgrabkey-java_0.3.2-2_all.deb
libjxgrabkey-jni_0.3.2-2_i386.deb
  to main/j/jxgrabkey/libjxgrabkey-jni_0.3.2-2_i386.deb


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



Accepted libpam-afs-session 2.1-1 (source i386)

2011-01-23 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 15:37:59 -0800
Source: libpam-afs-session
Binary: libpam-afs-session
Architecture: source i386
Version: 2.1-1
Distribution: experimental
Urgency: low
Maintainer: Russ Allbery r...@debian.org
Changed-By: Russ Allbery r...@debian.org
Description: 
 libpam-afs-session - PAM module to set up a PAG and obtain AFS tokens
Changes: 
 libpam-afs-session (2.1-1) experimental; urgency=low
 .
   * New upstream release.
 - The program option can now pass arguments to aklog by separating
   them with spaces, tabs, or commas (commas are most useful in the PAM
   configuration files).
 - Paths to aklog containing spaces or commas are no longer supported.
Checksums-Sha1: 
 e1a0cda1cc73f4efff25bf8871dd785f9c76dac9 1638 libpam-afs-session_2.1-1.dsc
 38f0403b81a4bd3024d2d17b36cf2ca6c9d78a1d 414826 
libpam-afs-session_2.1.orig.tar.gz
 ea5e50987090744ecfdac83ab73006292bb34390 8947 
libpam-afs-session_2.1-1.debian.tar.gz
 88ff4ca380eb516de789462339812874fab2d77e 40872 
libpam-afs-session_2.1-1_i386.deb
Checksums-Sha256: 
 f8790516cae0ccb5a1b4983604bd5fed6aec63852c1d1edfeb381d680abe962c 1638 
libpam-afs-session_2.1-1.dsc
 3548947e6cde7854898551c36eae54b34fdc17d8077dcfb3b2c765fae3e187d7 414826 
libpam-afs-session_2.1.orig.tar.gz
 0ac3424cc774aa7a898cfb601b91692e66fe24a638a16e377e8378a9342c3232 8947 
libpam-afs-session_2.1-1.debian.tar.gz
 c090d5fa3372da7f62c3be5e3ff64f99352c38b459b85cd9fae02079fd56906f 40872 
libpam-afs-session_2.1-1_i386.deb
Files: 
 5997da4d549b3e3c8932f2206f23bd84 1638 admin optional 
libpam-afs-session_2.1-1.dsc
 59293a806d30b26b13f31697c2d49e14 414826 admin optional 
libpam-afs-session_2.1.orig.tar.gz
 859955d29372cd87c60181005568c859 8947 admin optional 
libpam-afs-session_2.1-1.debian.tar.gz
 64a4f60017b1a152bc4e49455fad1687 40872 admin optional 
libpam-afs-session_2.1-1_i386.deb

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

iQEcBAEBCAAGBQJNPL1qAAoJEH2AMVxXNt51XwgH/jZoTOs4uOiivrXoORVk6Jkr
PVN5mCSJ8LpBG97b0Wdh/V2BOadEDaNNMUsvT1ETpPul3kn+syeUUhsajxsVX22T
RImY+opitYEdSQ8mY8tT40Ly+zfSVBC04JCeluVMpDGg6ljBAF9SGSozc7FuM3az
CfXLgAEJU17yPXzYtsD0quBRLk7S4ISCm8iahC3kl3qUi46xxQJRe10VhW9k0wkg
ymVPH3MnHFUCGowEJDfbpWjpm27TnByEurRR5m8PcTN5jQEpW6sOEpt6mmTMm/W4
o4qaf3NcxghJ4WMpYJxdJnbxf11xGTsO9fX6xQDKjQyO5SYwa+m4rFn9o2OlNNE=
=RkbF
-END PGP SIGNATURE-


Accepted:
libpam-afs-session_2.1-1.debian.tar.gz
  to main/libp/libpam-afs-session/libpam-afs-session_2.1-1.debian.tar.gz
libpam-afs-session_2.1-1.dsc
  to main/libp/libpam-afs-session/libpam-afs-session_2.1-1.dsc
libpam-afs-session_2.1-1_i386.deb
  to main/libp/libpam-afs-session/libpam-afs-session_2.1-1_i386.deb
libpam-afs-session_2.1.orig.tar.gz
  to main/libp/libpam-afs-session/libpam-afs-session_2.1.orig.tar.gz


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



Accepted jxgrabkey 0.3.2-3 (source all i386)

2011-01-23 Thread Gilles Filippini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Jan 2011 00:39:58 +0100
Source: jxgrabkey
Binary: libjxgrabkey-java libjxgrabkey-jni libjxgrabkey-doc
Architecture: source all i386
Version: 0.3.2-3
Distribution: unstable
Urgency: low
Maintainer: Gilles Filippini p...@debian.org
Changed-By: Gilles Filippini p...@debian.org
Description: 
 libjxgrabkey-doc - documentation for libjxgrabkey-java
 libjxgrabkey-java - X11 hotkey API for java
 libjxgrabkey-jni - X11 hotkey API for java (jni backend)
Changes: 
 jxgrabkey (0.3.2-3) unstable; urgency=low
 .
   * debian/control:
 + Enforce java6 dependency with a versioned Build-Depends on default-jdk
   instead of java6-sdk.
Checksums-Sha1: 
 94a8dce34ef54928d40888af93d473382b0b9ed8 1575 jxgrabkey_0.3.2-3.dsc
 aaea1d0696ae3142b8feb20de6468a3caf3a7bb0 2743 jxgrabkey_0.3.2-3.debian.tar.gz
 b86201fe739de4d6e08843183d6a52ce59620dcc 15672 
libjxgrabkey-java_0.3.2-3_all.deb
 a1165d5ce725367d5543599291e4fc31d9dae3bc 17764 
libjxgrabkey-jni_0.3.2-3_i386.deb
 26bd347a35157ff42e0fd54bb5ed36f8a9f8058a 57364 libjxgrabkey-doc_0.3.2-3_all.deb
Checksums-Sha256: 
 9f5c0aefbb6abb0a9f71244869f5bd8ba8f5385d719261e839d4af02cb939651 1575 
jxgrabkey_0.3.2-3.dsc
 1e340edf40d489ba21a5f7a1d644894925f21f89e3ee66200d72c01ba11f4520 2743 
jxgrabkey_0.3.2-3.debian.tar.gz
 76debd7b1dcde2fbd514d0b286a85c9969a80a31ab78a451accfb6b3ee73f6a6 15672 
libjxgrabkey-java_0.3.2-3_all.deb
 6d3b0add23fa8e4a36c246179a6e8f2752092d4fe6f780abc97e89d1632ec382 17764 
libjxgrabkey-jni_0.3.2-3_i386.deb
 2273df3268ea5752be572e54226d231ecbe9471447a44e37e074677ef6b4ddec 57364 
libjxgrabkey-doc_0.3.2-3_all.deb
Files: 
 bbd0c8fea50b5812bf483e2860881cbc 1575 java extra jxgrabkey_0.3.2-3.dsc
 9d37695072824031942ebe0cef5667f4 2743 java extra 
jxgrabkey_0.3.2-3.debian.tar.gz
 43b70a6cfa213a3779a629b47ba1fb0a 15672 java extra 
libjxgrabkey-java_0.3.2-3_all.deb
 14add181180ce86689d039299aa727fd 17764 java extra 
libjxgrabkey-jni_0.3.2-3_i386.deb
 ae7318d77f5828e34991ab7d74efefb8 57364 doc extra 
libjxgrabkey-doc_0.3.2-3_all.deb

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

iQEcBAEBCAAGBQJNPL7DAAoJEO/obGx//s+DceEH/Rmpj31CSXI+zLnpxLRfSjz4
U5FZW2HTSFbGlan0Q1Z3j+pQPGlNSaWsVWYWoHGV0w8WqtMKOL0uoWFikm8jPV0Y
gKjq354NVMXNJ22isNekC3Pb0C7g0Nlk9aNHFhgWwYaIUNCJm93kWqF7rcqsw/J6
9elh0hb3/zpQq0Ld0Orbp6JYaxUIoD6YLhStHa/ZHwTvjTAsaG6H72cULut3eaIj
oFYvDzLnDZ+IUKaYQFUgItCp2an6yjikgrOoLgfU2Meva5sEwL5AfXpdVSlqQOgM
hBTKcX1lAvY2UL3hBQaht60JCQTkER3/PLDPcx/DnHFl5hEhPNUqb95oAY7k408=
=KyCB
-END PGP SIGNATURE-


Accepted:
jxgrabkey_0.3.2-3.debian.tar.gz
  to main/j/jxgrabkey/jxgrabkey_0.3.2-3.debian.tar.gz
jxgrabkey_0.3.2-3.dsc
  to main/j/jxgrabkey/jxgrabkey_0.3.2-3.dsc
libjxgrabkey-doc_0.3.2-3_all.deb
  to main/j/jxgrabkey/libjxgrabkey-doc_0.3.2-3_all.deb
libjxgrabkey-java_0.3.2-3_all.deb
  to main/j/jxgrabkey/libjxgrabkey-java_0.3.2-3_all.deb
libjxgrabkey-jni_0.3.2-3_i386.deb
  to main/j/jxgrabkey/libjxgrabkey-jni_0.3.2-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/e1ph9ss-0006kk...@franck.debian.org



Accepted grisbi 0.7.99-1 (source all amd64)

2011-01-23 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 24 Jan 2011 00:38:01 +0100
Source: grisbi
Binary: grisbi grisbi-common
Architecture: source amd64 all
Version: 0.7.99-1
Distribution: experimental
Urgency: low
Maintainer: Stéphane Glondu glo...@debian.org
Changed-By: Stéphane Glondu glo...@debian.org
Description: 
 grisbi - personal finance management program
 grisbi-common - shared files for the finance management program Grisbi
Changes: 
 grisbi (0.7.99-1) experimental; urgency=low
 .
   * New upstream unstable release
Checksums-Sha1: 
 8221fba2447ea87c638ed534650844179f7e008e 1932 grisbi_0.7.99-1.dsc
 406611deeccbe7fb71efb0281f1abe3a110a9d1e 1868185 grisbi_0.7.99.orig.tar.bz2
 63328524ce1d2fb25586cf949f76012ff2c2b1af 13563 grisbi_0.7.99-1.debian.tar.gz
 e04ad658aa8e42cca95e8d5285e6bf88ab52af73 652510 grisbi_0.7.99-1_amd64.deb
 694e18eb0a4efc23d1563eb212af9d5acac42830 815594 grisbi-common_0.7.99-1_all.deb
Checksums-Sha256: 
 6260018b6f57a020f95be3c7216d9883c4b64686af3b31a4f8778a685bc10be0 1932 
grisbi_0.7.99-1.dsc
 4966cc972910fa68bb7fc9ce8f408865a373fcca4b8117357ce27bd71e20534b 1868185 
grisbi_0.7.99.orig.tar.bz2
 68d6617756665e59dcf41d1ff32bc331f00c728fa0b4364547cd599f9bff4364 13563 
grisbi_0.7.99-1.debian.tar.gz
 a9e2b6e7c75d46a377b3e70c0ba7d4b6e825b9fd9a02529b8e0e011237ffb502 652510 
grisbi_0.7.99-1_amd64.deb
 98e97682bf1f255908ab0f8beaa2451b6a286fcf8d20e2195ae0a216043d7c5a 815594 
grisbi-common_0.7.99-1_all.deb
Files: 
 639181f32088de793960483e1fd68db6 1932 x11 optional grisbi_0.7.99-1.dsc
 7a89d444686fc59d095fd5e6ad949a98 1868185 x11 optional 
grisbi_0.7.99.orig.tar.bz2
 6add4916116442a13e55cbb5df35fa14 13563 x11 optional 
grisbi_0.7.99-1.debian.tar.gz
 ea126d5cd900850ba3bed40c5197bd1b 652510 x11 optional grisbi_0.7.99-1_amd64.deb
 41020334820b6deb24fb5f2d9bfdb1c3 815594 x11 optional 
grisbi-common_0.7.99-1_all.deb

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

iQIcBAEBCgAGBQJNPMG6AAoJEHhT2k1JiBrThwkP/1AqYetJSqREy3Br3m6oAHvW
oJP2kI9RPc0pvnxn0l7ic8Rl5M1vMMrUcscJ7JSx5HlAC4xkkUy4IZbSHbgxdz/p
Fvq/7n4IRnCDB+rzwnXN+c7KU9z17cjUWveniIkUbRu/hPcqu7F+V8TUaXMbUq4b
Gv2eJDTV2r0JE0NIz8iOh06LfnSa+VZY8lXrrmgLJo29VqzEr8IgVzWPk9bK1Bmr
o9H6tNzTfpMBJjW97gkiPHtOXgIBG5bzX88G+D6D7jtvxOzCgS1QxwgeIRhMqwIV
4rLFe2U4A+hS/a5YAzOP6EsOy5C0GOLbK5NLaEYMhbGQfnhOGQqIjZzK4ukpZJH4
sv0x1WhBT3mnj4Af5IyB64vDai5e0VcoVBt7Ssv62kbuyC7mZPeQJl/lCTHAsZxO
nOhVhgK+LxfFBTiChYnp4rvml0qhPIueyqHm0Bv16wqBX/kYdEniaqsWy7qGJMu+
DjIOe3ruvFH0kqyh2X7GCq/DWplJ3KFEhvbZAbZ2JY33mmiQUtXiepAqmwOuwc1x
SIvaOdj+yTOz5cmLpGf1XJrLoGpIpdqLDBe9S9n8ro0+PBnKAd8sG6ZvkS76R/EB
ui/Q53ekGw+6yjnookKxqa5vAjrbzvLj9zqRWLhwDkpO4Pt8plNBrfcw11IKJ20m
4lsC6Fpj5Iw3Ytbhe+XI
=qSlV
-END PGP SIGNATURE-


Accepted:
grisbi-common_0.7.99-1_all.deb
  to main/g/grisbi/grisbi-common_0.7.99-1_all.deb
grisbi_0.7.99-1.debian.tar.gz
  to main/g/grisbi/grisbi_0.7.99-1.debian.tar.gz
grisbi_0.7.99-1.dsc
  to main/g/grisbi/grisbi_0.7.99-1.dsc
grisbi_0.7.99-1_amd64.deb
  to main/g/grisbi/grisbi_0.7.99-1_amd64.deb
grisbi_0.7.99.orig.tar.bz2
  to main/g/grisbi/grisbi_0.7.99.orig.tar.bz2


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



Accepted grace 1:5.1.22-9 (source i386)

2011-01-23 Thread Nicholas Breen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 16:07:14 -0800
Source: grace
Binary: grace
Architecture: source i386
Version: 1:5.1.22-9
Distribution: unstable
Urgency: low
Maintainer: Nicholas Breen nbr...@ofb.net
Changed-By: Nicholas Breen nbr...@ofb.net
Description: 
 grace  - An XY plotting tool
Closes: 601829 606965
Changes: 
 grace (1:5.1.22-9) unstable; urgency=low
 .
   * copyright: Update contact info and years.
   * grace.menu: Move from Science/Mathematics to Science/Data Analysis.
 Change hints to longtitle.  (Closes: #606965)
   * patches/tmpnam_to_mkstemp.diff: Create temporary files in /tmp rather
 than working directory.
   * rules: Hardcode use of xterm instead of x-terminal-emulator to work
 around the auto-backgrounding feature of konsole/gnome-terminal.
 (Closes: #601829)
 - control: Add Depends: on xterm.
   * patches/*: Add DEP-3 headers.  Rename grace_manpage_debian_warning.diff
 to the more general manpages.diff.
   * grace.overrides: Override lintian empty directory warning on
 /usr/share/fonts/type1, which is populated in the postinst.
Checksums-Sha1: 
 08c416db3737603b971a6d00be00477c184e25c7 1976 grace_5.1.22-9.dsc
 6f0c7e63919cef42f20a04480bb98ff0b32b1385 49322 grace_5.1.22-9.debian.tar.gz
 18a637ffec53eae6cf413330b8580645047843fe 1016636 grace_5.1.22-9_i386.deb
Checksums-Sha256: 
 8276b08f829a748dd3cec54b5a2dc7b1b9e3a1e155f934afd9b67e3c11db682f 1976 
grace_5.1.22-9.dsc
 b340a37f0be4cb300f426185947ba9a6aa4683ef4f26b9f5536346fd42942bc3 49322 
grace_5.1.22-9.debian.tar.gz
 0aa1abbec9e5513564ecb25725680190ac940a3b8f5abb8dec72652c82eeacc7 1016636 
grace_5.1.22-9_i386.deb
Files: 
 efb88f66b49ab0c94c27aa5937c40fda 1976 math optional grace_5.1.22-9.dsc
 d1643240daeb193587c8239a9c539be7 49322 math optional 
grace_5.1.22-9.debian.tar.gz
 755f7683c1cabeb0e768e220de61317e 1016636 math optional grace_5.1.22-9_i386.deb

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

iQIVAwUBTTzEd+5K/WnsZRCPAQix6RAArCyXvceqw7bSkWGpOnD5RNk3bJn43H1F
vHEInBDTU4qM+mD6faMjcUVfxTSmcM1b3afMyIn29oKXukUeoMZJm7kiSBUJrqV5
rdVbno4lzrohjz3MSGmcd78bplpzhrHGYa7aIq3Ub65r2oYzwC8gLFRM9yrckzhc
oR2UGFUCFUL4zYtFB/dnwSvpqnQ6BugeMaKNo4O6+FUA6xnzyZW91uyJUp0I1hNm
HpNgZaIhYg11b3Ym/DsFeJBnpt6hJGv8BgLssfHQbj0nJt1wiFG2JuXHyzRKEgxq
8t3+OHeYYV0N/dlh58JgTYzpNQvD/vTGMH9dvo9zEC4he12Cwe7HElSvITzcMQYA
o1F1tjzeQNTdkGFCLOnl5QLalBjsp0JpXQu5u9BR5s5RQb5ybhoKFTZ3XD4TpJ94
jRAcgQAEuPeua9Bkt74u4GfAi+GOk8cSMsDDBvfoWYaOe+g/xz0r5ydddRBxk+S9
M7+uHoNGBnM9H3ADoAxpLKMYyaGSqiYWSUyAROWKVAMmA7Syn04/x1SBljqe3MOC
ZqVmptXwXPK12XBxwqa68zx2dtRh1yubcKrhOGvBUxn0PMPwN+cmxPZ2Q5PQu+og
4aw2vOdsMwiwiCikmzBai0fhmub8PaM3bU6uY9NiaOgA5v3FB5ZPo3FFwVITJun4
Ukzhss6uo9w=
=fF/5
-END PGP SIGNATURE-


Accepted:
grace_5.1.22-9.debian.tar.gz
  to main/g/grace/grace_5.1.22-9.debian.tar.gz
grace_5.1.22-9.dsc
  to main/g/grace/grace_5.1.22-9.dsc
grace_5.1.22-9_i386.deb
  to main/g/grace/grace_5.1.22-9_i386.deb


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



Accepted shorewall 4.4.16.1-1 (source all)

2011-01-23 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 17:10:38 -0500
Source: shorewall
Binary: shorewall
Architecture: source all
Version: 4.4.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall  - Shoreline Firewall, netfilter configurator
Changes: 
 shorewall (4.4.16.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 5cd378e00ff2f5a19889563c833fbe03afe421e0 1873 shorewall_4.4.16.1-1.dsc
 8156ac39156c69be77c6239cc5620dedd2983287 359603 shorewall_4.4.16.1.orig.tar.gz
 fa4f6d927f33dc95bdddcbf6c2f19ec8e18f595f 39702 
shorewall_4.4.16.1-1.debian.tar.gz
 85e0c1eb048ccf49013bd7b5322420210535f9dc 408128 shorewall_4.4.16.1-1_all.deb
Checksums-Sha256: 
 57a9a6047ba9ed0f32aa7970e22b653f2fc5a2853d1e57225fd269d6c54d0d5c 1873 
shorewall_4.4.16.1-1.dsc
 fdf4f56982f4541384bcf7dca568b03aaf7d32de63aecf16ff2c5690654e1c28 359603 
shorewall_4.4.16.1.orig.tar.gz
 2e638881f1769011638a93c6d4a6af35d7da260a056526ff1ae37573fb746110 39702 
shorewall_4.4.16.1-1.debian.tar.gz
 46e07f4d98e0a1c18559485503ee0a9083b4f284f16a1b5fc2f319032fd6939b 408128 
shorewall_4.4.16.1-1_all.deb
Files: 
 403882a0be31426a53dc03495769c42d 1873 net optional shorewall_4.4.16.1-1.dsc
 c2284467ca99bf42712870ddedb22cea 359603 net optional 
shorewall_4.4.16.1.orig.tar.gz
 1a295c36f00bed87199b35b51c0fcdbe 39702 net optional 
shorewall_4.4.16.1-1.debian.tar.gz
 f0d5007a9e6c87f50e307a91000d8283 408128 net optional 
shorewall_4.4.16.1-1_all.deb

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

iQIcBAEBCAAGBQJNPNi4AAoJECzXeF7dp7IPpCMP/jfCxTRIIEAUj4RC5M8BeQxI
D07vVz1XSZriTU9vBYfXo9GkW14NPea9RnmBSgXkekcbwsMd981QZMZm5ItbPcAg
xqMCLMJ4756BzN4Kx4lY1udvQ59fvR7sox++FJpX0JKEesES3FAMrQMxLlYk79jo
rx8ICFbV4pxdlt3dRen1WvxSiTLivtHJO7nChuKnpxmkbhodHsFp0W9MxkX+FUv2
osAANbmNUomzweCdyFt1V0MSlMH2GLOIlCFvg+bAkOSuXrSaohJLV8N/g+YrVWiw
srwrI+Z75C02mysKsONxCsOZA9O0PA5Z7jaYfHQx5TSAH79lj3xWmP5zwKPLrOW1
qkuyD/ELSQZBPzHYX6N+5gEXFwWb2C3YeKj5kPeM0vsZRUgjfqMWcE8pCjw6XGxW
Kb1lA2meiBa827VI0d6cIz4Z+hbuaVRehMBwJF75fVk+vxIOemSRu9mdDx635Otk
XngTSc0aSv4pA44l3jzGQAAcTyo6GJKVThLifne6ePNVfdAH2fWSHPGSUxLk6IVF
lzjlreVl1VRNWaJVxCtzWksn28lsnXE7sqGWi2ZviNpapq2cWtcOn8wT8x365q8I
y1/FdLt1u34804It+isMdJ9wis9Q+rnb7CK7Pug33wC1Wmey5iUy3oCVWPv8fyHg
/k5HKgiUUDuRwknW3dbt
=8kTG
-END PGP SIGNATURE-


Accepted:
shorewall_4.4.16.1-1.debian.tar.gz
  to main/s/shorewall/shorewall_4.4.16.1-1.debian.tar.gz
shorewall_4.4.16.1-1.dsc
  to main/s/shorewall/shorewall_4.4.16.1-1.dsc
shorewall_4.4.16.1-1_all.deb
  to main/s/shorewall/shorewall_4.4.16.1-1_all.deb
shorewall_4.4.16.1.orig.tar.gz
  to main/s/shorewall/shorewall_4.4.16.1.orig.tar.gz


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



Accepted shorewall-doc 4.4.16.1-1 (source all)

2011-01-23 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 16:38:39 -0500
Source: shorewall-doc
Binary: shorewall-doc
Architecture: source all
Version: 4.4.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-doc - documentation for Shoreline Firewall (Shorewall)
Closes: 609866
Changes: 
 shorewall-doc (4.4.16.1-1) unstable; urgency=low
 .
   * New Upstream Version (Closes: #609866)
Checksums-Sha1: 
 a1155f7b38ba1759de9ad95e044cbd11077200e2 1949 shorewall-doc_4.4.16.1-1.dsc
 454aab7bbb056129774ca5f6123d18b7a8b7d13a 6454555 
shorewall-doc_4.4.16.1.orig.tar.gz
 dfb650a49b14a00ad58a94ed6fa7e6983b7254be 4787 
shorewall-doc_4.4.16.1-1.debian.tar.gz
 993492e5fb396dd40fcaa1deda94ecaf0aa42146 6386352 
shorewall-doc_4.4.16.1-1_all.deb
Checksums-Sha256: 
 3a271b4071252c75bba9f6d050bf4719e67fcaf8ee899c616e675a3b6ba6a880 1949 
shorewall-doc_4.4.16.1-1.dsc
 d84a4254d7c8bd6fd0e27bed1376a91560244e9030fe70af03be70223d8afd72 6454555 
shorewall-doc_4.4.16.1.orig.tar.gz
 94882607409d7086d4ef1ad03912462a10a592cc57861f525f239af3ed442dae 4787 
shorewall-doc_4.4.16.1-1.debian.tar.gz
 37d6af70e1037f6d6144426544c41b510253bad4ed467385e05a1af2aa628a78 6386352 
shorewall-doc_4.4.16.1-1_all.deb
Files: 
 123dafec12d1357fc1e76714d38ccd98 1949 doc optional shorewall-doc_4.4.16.1-1.dsc
 56b7f89444895c917c251241cfd23943 6454555 doc optional 
shorewall-doc_4.4.16.1.orig.tar.gz
 2e2e9d34d05c9afa50c88cd77a3d8c63 4787 doc optional 
shorewall-doc_4.4.16.1-1.debian.tar.gz
 3101eb64fa64a23f0427d9490ce22ff3 6386352 doc optional 
shorewall-doc_4.4.16.1-1_all.deb

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

iQIcBAEBCAAGBQJNPNi1AAoJECzXeF7dp7IPZQQQAI0vnw2vEL7oj7qJ6u8zWrh8
55gTEbax3B1kMh/6aJ4fz5bYzM77V8ibZJN2ageWAYRAh3lU1c9EJ72av7yRiP8N
AWbgmFmcmAiFSbYLQFukjTHl12Dvsg/yjjwfXykPhUQyOzC/EQisd+1xjtcyD5pG
m1x0jb4fYl8yhDuNLrPaG5KCRbjSb1839FvcLihcXnpwgbBV20FiYFeF1K5Mg9Bl
0UOm0pLhUyBUZg25z8NTfcndB90ak6S8dE+CGbEQ6B/DaIM0A27UFf16VT5PV6VF
aSN6P3t0IfhJLLzXtIwx7vKEIkTJW4/jyfel7AJAe2knksXyKFIMMBMbj/o8oCRk
/PA2r7+El7PcceXUjyKDw7NitjhSZpr4IXfPVQ5m9RfXbRe1iQHSHI3a2glm9eqe
ogKrIclbTVBmBNDNt9cB7s5uf895lkTCIkWQzNVU1ffsxTZG7yTYH7/fEnWVVKVQ
+I1oVtf+O4Nq/X0KBrpJdFan3b2nh25g8BQ1LgmzC8Mnxh2qIUN9kSc2+P7Vqvt2
oRiM0mnCF4Ga7l4bPhWvN7MkzSJaUxDAd5RKXQjA0F4IXh5FFV2EzHDnYOCw85O4
uT4ASlephyJU6tL8ADuLx4wswSYXU6MNnWGxSH40nupKO+tyy5UEXSw5Kz83T3KI
758puWvydHexc8QhSCGd
=95IX
-END PGP SIGNATURE-


Accepted:
shorewall-doc_4.4.16.1-1.debian.tar.gz
  to main/s/shorewall-doc/shorewall-doc_4.4.16.1-1.debian.tar.gz
shorewall-doc_4.4.16.1-1.dsc
  to main/s/shorewall-doc/shorewall-doc_4.4.16.1-1.dsc
shorewall-doc_4.4.16.1-1_all.deb
  to main/s/shorewall-doc/shorewall-doc_4.4.16.1-1_all.deb
shorewall-doc_4.4.16.1.orig.tar.gz
  to main/s/shorewall-doc/shorewall-doc_4.4.16.1.orig.tar.gz


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



Accepted shorewall-init 4.4.16.1-1 (source all)

2011-01-23 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 16:47:42 -0500
Source: shorewall-init
Binary: shorewall-init
Architecture: source all
Version: 4.4.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-init - Shorewall initialization
Changes: 
 shorewall-init (4.4.16.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 69f5c57440160f61b1be78d101b068699ba8343c 1895 shorewall-init_4.4.16.1-1.dsc
 a9b70dac6b8f14f08bbb6dfce6bb2499946e98a0 59305 
shorewall-init_4.4.16.1.orig.tar.gz
 eb40417309f9a189652ae35078fd0838117f8450 2283 
shorewall-init_4.4.16.1-1.debian.tar.gz
 2753034891e2a759878bb05f9ea1262d3cac7ac2 51440 
shorewall-init_4.4.16.1-1_all.deb
Checksums-Sha256: 
 4093ae706ea3114663f2e1a1dc554551937a685075516e1487ed2eee3afc6275 1895 
shorewall-init_4.4.16.1-1.dsc
 97bd527619c262369dc1303e91b125aa7f9cd70aa67efbf58fd5735e5e38aa8e 59305 
shorewall-init_4.4.16.1.orig.tar.gz
 69fe0865c901d1c12b3943df2ce32140f6884c9a0149e4824395d747f69585a8 2283 
shorewall-init_4.4.16.1-1.debian.tar.gz
 698adaa41b0e3f3ca9b2f540a06878617e9c1ea33eb0fde80694d0a223681083 51440 
shorewall-init_4.4.16.1-1_all.deb
Files: 
 578ad4ec2941c43fe41e3720b7fba1c9 1895 net optional 
shorewall-init_4.4.16.1-1.dsc
 c3deef0cc1c4e5988a2c479da3aa65df 59305 net optional 
shorewall-init_4.4.16.1.orig.tar.gz
 768529438b800d41ab0b4100eec658b1 2283 net optional 
shorewall-init_4.4.16.1-1.debian.tar.gz
 37e5401e7ba47989bd8f1a8ae07848b8 51440 net optional 
shorewall-init_4.4.16.1-1_all.deb

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

iQIcBAEBCAAGBQJNPNi1AAoJECzXeF7dp7IPGa4QAI9A7J6fzdWv2gKxrelacZld
wJ8BY9QGlWqqE4NRoGEiPKBC4molGAJciUivC7EV3yyG3dgXFx8pN6ld6yj5nNc5
jR1+rM503m7kGEHyZixGRgX0oEmh3eg+ypRg24Tn5WRYuWlWM9Ky0ArdLpaRh4gg
qsUiGt7S7MLv1dE6FYBwCmxZuRvgqDuWomvRWc5eFyhNQFd2vJXZXArJIAwczsnE
cR5ecF2kvQOJQrksTRyRHDpDm5JanSw/tgJessf8T+8S5eMjjBkvV3LCpXP8K8tF
Fz6Qy0prDaLlWhaT9ivzQ/7KOfoiDAikm6LQbTZeP/1eV0CgSG9dOaAM0Lwb7q9d
Ipp8zPCJdKaxzCtAsLc4XTP+VgyVRfwT0eYPI9b7mGnguKMDegghHevB9ZfOMi34
txnQ6dRUO+fDBmvEvaca2fWRn8bLINNN/b6rMWF9dN5VGDZI9LxMilyaswQTIlhz
VGsjwFF3LL9J0z25zko8uRQLjdw1/Pc245FgYbSlY7dbqRbTKe4x69NWb7sOu9jk
+xM5opVfPNl3wYAcX2RxMY3d2KF3b+KyHxjbhBWHQPNC+9h2neWJsjmx0TOSzqxu
2CorgYegsVZ1ztlKkVYTHVzppb2+tgzD4g2RZxIx1rZCIBhJvTPhqLR24AIuY1hY
yqfW+XFvPK20DJ3Vers7
=xsB9
-END PGP SIGNATURE-


Accepted:
shorewall-init_4.4.16.1-1.debian.tar.gz
  to main/s/shorewall-init/shorewall-init_4.4.16.1-1.debian.tar.gz
shorewall-init_4.4.16.1-1.dsc
  to main/s/shorewall-init/shorewall-init_4.4.16.1-1.dsc
shorewall-init_4.4.16.1-1_all.deb
  to main/s/shorewall-init/shorewall-init_4.4.16.1-1_all.deb
shorewall-init_4.4.16.1.orig.tar.gz
  to main/s/shorewall-init/shorewall-init_4.4.16.1.orig.tar.gz


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



Accepted shorewall-lite 4.4.16.1-1 (source all)

2011-01-23 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 16:49:32 -0500
Source: shorewall-lite
Binary: shorewall-lite
Architecture: source all
Version: 4.4.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall-lite - Shorewall (lite version), a high-level tool for configuring 
Netfi
Changes: 
 shorewall-lite (4.4.16.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 da0584be3e2856a38426974112578691dc0d141d 1895 shorewall-lite_4.4.16.1-1.dsc
 af7f21cce19f65d5d44bcae10d3382bffb7b9707 90988 
shorewall-lite_4.4.16.1.orig.tar.gz
 d589fd8d9083cb59f85a5fb72d641c999b109712 5780 
shorewall-lite_4.4.16.1-1.debian.tar.gz
 a3d9a4a5ed7942323537414be031a1ec38bdb9c5 85122 
shorewall-lite_4.4.16.1-1_all.deb
Checksums-Sha256: 
 0cb92b3735c21c0963db1e24cd759e40473d989070708228ea3b4d83933ba45e 1895 
shorewall-lite_4.4.16.1-1.dsc
 7251c83460518642322ed3a47959f53d2e1a734026f3c9df1cd3741f26871b7f 90988 
shorewall-lite_4.4.16.1.orig.tar.gz
 2fbac7208ebe6f023c78e73b1f548e60b685e4659cf802a17b05455308465a57 5780 
shorewall-lite_4.4.16.1-1.debian.tar.gz
 b7f4d09b8e3765be209b68ccae51fc58b3a4d23a394e356497bdcac650f1dc93 85122 
shorewall-lite_4.4.16.1-1_all.deb
Files: 
 7d3100184487089207ca8ed9acccb286 1895 net optional 
shorewall-lite_4.4.16.1-1.dsc
 9dc8c1593abd8e6c207b208cf6882ece 90988 net optional 
shorewall-lite_4.4.16.1.orig.tar.gz
 86fc848c9f7f02411003e473e607d811 5780 net optional 
shorewall-lite_4.4.16.1-1.debian.tar.gz
 bd909251848d952af24bc8dfab1f7ce0 85122 net optional 
shorewall-lite_4.4.16.1-1_all.deb

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

iQIcBAEBCAAGBQJNPNi2AAoJECzXeF7dp7IPeM8P/0Pr5i6ySvcZG6nr4dOc7yt7
AmbAlkhi01e6lAx5BZS6mppCNNYvdOIQdjc9+uXRRURRbHCaysXLDVJ3EUx8Gt61
B/XLEdhS6aIRQW7zpXM6o2JCef0d3JdHIAkNriSiy/yqLc8oWs1Dgw9pL7QMOnKj
v4fnFRA0iCEwViWdAopVtdox5MykCF2Nicj6CULZhXMGtUPSWa453o9WjIb/X4xV
WYZR0eaIiPyLqEw5kST7yU7lnnj3j/OIhsSIUFeqK3Dr2px1WqJr9Rgv1H44Qmuf
LEa9CP+p9z8g6iqyytJiqHZs+lfxfh2OJkfYCzxNQxHeYEtWaujcWXa389eDUTwZ
U8+RUkC55YQlZbtcWKFiwL8FnlWZ1Ltd0u1QtPAwZt/5yhuF8OHod7ntH2i1jMME
h3wZm8Esn64XdC9gJtzFfMlNaPZ8X7dP0/wGq/FTHdfroTMtfVSdOoMMFkeRvfL9
ZtfsHgVqaGFYXZG5zIYPho9/fd2RsxRffBKNRSrktP11zwspPs2esgtKvmEcFu4j
i4Vcamv8mJF5wbcGsS4BYB/v6rL3gE1hO6JMOvT+riAtGzif0Hcmva6+zpNLLVfB
EDi9Dkyhh8FOUeHLgyco2B1Ni1DD/VWYeG8itkxF01tdV7czYGs0ineZWqO5B9wT
LeFeR/R7Lb/7Pe6BHQod
=m5xJ
-END PGP SIGNATURE-


Accepted:
shorewall-lite_4.4.16.1-1.debian.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.4.16.1-1.debian.tar.gz
shorewall-lite_4.4.16.1-1.dsc
  to main/s/shorewall-lite/shorewall-lite_4.4.16.1-1.dsc
shorewall-lite_4.4.16.1-1_all.deb
  to main/s/shorewall-lite/shorewall-lite_4.4.16.1-1_all.deb
shorewall-lite_4.4.16.1.orig.tar.gz
  to main/s/shorewall-lite/shorewall-lite_4.4.16.1.orig.tar.gz


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



Accepted shorewall6 4.4.16.1-1 (source all)

2011-01-23 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 17:08:46 -0500
Source: shorewall6
Binary: shorewall6
Architecture: source all
Version: 4.4.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall6 - Shoreline Firewall (IPv6 version), netfilter configurator
Changes: 
 shorewall6 (4.4.16.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 a5bd3436915ce3b77214d4fcb06e603462e279f7 1881 shorewall6_4.4.16.1-1.dsc
 a80636cdb33eb3647de2fb3404dc46dcee402086 173052 shorewall6_4.4.16.1.orig.tar.gz
 4f7c90b0da45bc3a6b413f1b9693d5699f4680b6 36909 
shorewall6_4.4.16.1-1.debian.tar.gz
 921af901f21bc674fa12e8f23a426ba8afa7be7d 195892 shorewall6_4.4.16.1-1_all.deb
Checksums-Sha256: 
 10ba73197d9a526a38d3afcbb116c527a61a081b5e762cc09eacae57560a4fbe 1881 
shorewall6_4.4.16.1-1.dsc
 70725ed8deb9f7f2bd6676dc331f3dedd2cb427a9ebcabceae378ef92599f145 173052 
shorewall6_4.4.16.1.orig.tar.gz
 98128e77fba59d8982a46c16626d14313209136e7fa61cdb79d9be708e44f9c3 36909 
shorewall6_4.4.16.1-1.debian.tar.gz
 01c50147733705b47fda966b642abf0f38cdb44f825a1084425174d6f5843afe 195892 
shorewall6_4.4.16.1-1_all.deb
Files: 
 6fd024e0dd7a30c457b2d72c2cbb67b7 1881 net optional shorewall6_4.4.16.1-1.dsc
 dea91c3b71c05c40d725328c0caf8825 173052 net optional 
shorewall6_4.4.16.1.orig.tar.gz
 8b88cacee83ce02791f4dab849724de2 36909 net optional 
shorewall6_4.4.16.1-1.debian.tar.gz
 d57a658b180fd328c2cf7d924a1b0d43 195892 net optional 
shorewall6_4.4.16.1-1_all.deb

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

iQIcBAEBCAAGBQJNPNi3AAoJECzXeF7dp7IPRU8P/20SemF6pEFS001/ZD2nU4+a
3iVYvmtefdV+IsTcv0hcot+uCUHBj0j48M+we9h3H4pU21vFlBQXYnEThoaA/zCK
8ZRj8QqI0cS+rJz2Zne/tuSh1CK5DGB831oKwUaVdS9jLelBUOF6q328XdEUTy3Y
BnUM39WUyvGEdvDGLqWWNS0JPqRnle7/s1KPDctDZg7KY/5pJhBol5XDBbZv18FI
bSfTrOm2/7BsOufeOOdUHCn19L9Opgdpxt3uqAQPWpZP/w7M05y3aDtgNCxH5vx0
S5UEKideKjblpGhdiAtBh7P9tVbcoNeYAGxNKLEmOkpPQkyl4LSg/MUu2/YBz03g
o+UMmooGe5ZzoZc/7O/yXnk0hpewUBqHsZnyws7tEuD3RbDRfNojyRVrJlmTL1EI
3x3f5fLLHp/KmGLNbTrAtMaj2ZP+3/ktd8QykZ+PNWXxV5oRx4CJn3vreHthX01s
7FnSDFsRVXnwRaHr6KFTjFBkUVlSDEdNGXyy+sSLL8uBfJ1epGbLWHghuA8ZBw9O
qqMo4uKEQr0atNfYdVa43fmUfGvZ5sEQJKRukYdTanLoQpSoijUleht/Nd7dogMM
WDwvE52Tk+GdVkbCWuiIyV795ij9rlgiQaBYeYWotEYF8kkAXTxA3lp2KjLrC1xp
Umm2frbehA7F8y7s/gLb
=YH4U
-END PGP SIGNATURE-


Accepted:
shorewall6_4.4.16.1-1.debian.tar.gz
  to main/s/shorewall6/shorewall6_4.4.16.1-1.debian.tar.gz
shorewall6_4.4.16.1-1.dsc
  to main/s/shorewall6/shorewall6_4.4.16.1-1.dsc
shorewall6_4.4.16.1-1_all.deb
  to main/s/shorewall6/shorewall6_4.4.16.1-1_all.deb
shorewall6_4.4.16.1.orig.tar.gz
  to main/s/shorewall6/shorewall6_4.4.16.1.orig.tar.gz


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



Accepted shorewall6-lite 4.4.16.1-1 (source all)

2011-01-23 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 23 Jan 2011 17:07:23 -0500
Source: shorewall6-lite
Binary: shorewall6-lite
Architecture: source all
Version: 4.4.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Roberto C. Sanchez robe...@connexer.com
Changed-By: Roberto C. Sanchez robe...@connexer.com
Description: 
 shorewall6-lite - Shorewall (lite version with IPv6 support)
Changes: 
 shorewall6-lite (4.4.16.1-1) unstable; urgency=low
 .
   * New Upstream Version
Checksums-Sha1: 
 8d4a4259bcd02eed131d2bf624f061c2b9d84736 1903 shorewall6-lite_4.4.16.1-1.dsc
 6f1b1ac0251a8e343ccba4db4c7883a4ba6c9896 86034 
shorewall6-lite_4.4.16.1.orig.tar.gz
 03c27a88093f10fa25010e16d24768f11e6bb575 5350 
shorewall6-lite_4.4.16.1-1.debian.tar.gz
 805a0c8f29fd1dc444504c35410bde5d4151bd40 82554 
shorewall6-lite_4.4.16.1-1_all.deb
Checksums-Sha256: 
 c31c0314ff6da6df3948e99d2522551f73a6fa9d36d458bb7201c950cdfbdf52 1903 
shorewall6-lite_4.4.16.1-1.dsc
 292ec609fdfe6bd457724c6d9e7e3b351637e15a7826ecd3a42128e5075a6022 86034 
shorewall6-lite_4.4.16.1.orig.tar.gz
 797041b56fe1fd2675f6f7e19f847626449fa35a0f0a90f250235a2f1d177352 5350 
shorewall6-lite_4.4.16.1-1.debian.tar.gz
 095d4e450f942f7f50a5c68a45850f11874014aa97913eecfdd0087710b19ef5 82554 
shorewall6-lite_4.4.16.1-1_all.deb
Files: 
 53d1d87f01dfdbd414e1864d53f84aeb 1903 net optional 
shorewall6-lite_4.4.16.1-1.dsc
 07acdbf0edc92d8ffd1a7fbc5619b798 86034 net optional 
shorewall6-lite_4.4.16.1.orig.tar.gz
 77c9eb8cf897c93e26616514faaa621f 5350 net optional 
shorewall6-lite_4.4.16.1-1.debian.tar.gz
 3632b8bb97495cb39779fdcd3a5d2391 82554 net optional 
shorewall6-lite_4.4.16.1-1_all.deb

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

iQIcBAEBCAAGBQJNPNi2AAoJECzXeF7dp7IPAIAP/1F5y4uJ1A7YzJDxWfuokRaW
/ua/wmAf2dvqwUE9Z1S4jjcwTG2MAvEE7Eha0/W8W3nbIbkwJ9/RFrBPjeMlMMjM
L/jP5TZOi6+NgjysApoPAE2GDhex4FQU77VhK0OC6v1Ceup7qe4Q/oCKvyLTXB/0
nyAnlGVN/cmzhJhwhTBXJIByfQDJf4mTsUqcG+ZUFYl/OdvJcpREsrY582ull09m
NRTnAiqqHJoU8DKzcWS07X8nC4ug9VvgRNrAZxBSGOqCCwxUTBdoT+mw5NYG9TC/
jAZ10hJsVBhbaPxvyvIYAW4vpda79xjPQ6HEHsRI77p7HknW6mhxh+L7Flk/JHly
h5AF19PtCaJhI7ZGIStT7nnYRqJIVMWS+2Aj3gfS4Ux7vtvQOWj5/+USA8ypBrhr
/18BAGpFaItvyzQBgOdzhG+gHbnXIQPIhSf2qV0VSz/vRdX7aItbmiFgbrTzS0Wa
ZB1C8vBJn+qnzAmpiTlJqoJ/CAz/YFhTYkhvnj0zcpU4psGPndkNW2+OwFvH4jha
WAnPebyiRDEbiXNRAJs43xRb6YvE8EEpNyiNJ6CbLY4v00erv54TGhI88H2p1xqJ
sjvJBCk30hU7y8ffGeTqV+PGHxwdu7Hd2BPuF6yEt4rZaq2j/rXtqI9Ul/Z9ptJC
8jHKXVpjCy5MQJeTwViR
=Uona
-END PGP SIGNATURE-


Accepted:
shorewall6-lite_4.4.16.1-1.debian.tar.gz
  to main/s/shorewall6-lite/shorewall6-lite_4.4.16.1-1.debian.tar.gz
shorewall6-lite_4.4.16.1-1.dsc
  to main/s/shorewall6-lite/shorewall6-lite_4.4.16.1-1.dsc
shorewall6-lite_4.4.16.1-1_all.deb
  to main/s/shorewall6-lite/shorewall6-lite_4.4.16.1-1_all.deb
shorewall6-lite_4.4.16.1.orig.tar.gz
  to main/s/shorewall6-lite/shorewall6-lite_4.4.16.1.orig.tar.gz


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



Accepted zsh-beta 4.3.11-dev-1+20110124-1 (source all)

2011-01-23 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Jan 2011 20:35:50 -0500
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.11-dev-1+20110124-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams cl...@zsh.org
Changed-By: Clint Adams cl...@zsh.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.11-dev-1+20110124-1) unstable; urgency=low
 .
   * Update to HEAD.
   * Drop yodl hack since it's handled upstream now.
Checksums-Sha1: 
 ffbb33baedd2fe720318f153e1b90105efc7288d 1929 
zsh-beta_4.3.11-dev-1+20110124-1.dsc
 d449dc1e893b0742e244203581f99cb66e048a69 2253459 
zsh-beta_4.3.11-dev-1+20110124.orig.tar.bz2
 4728885f1e8f00b0b9e9f8c4b4af3c80ae2ece67 885200 
zsh-beta_4.3.11-dev-1+20110124-1.debian.tar.gz
 b345c00d9207aa7509dd6d76017c29fb6fe0f171 964404 
zsh-beta-doc_4.3.11-dev-1+20110124-1_all.deb
Checksums-Sha256: 
 1b2c922fc13432dc7fd70a21f94cf0b4c80491558d215576445fc04747d1b0fd 1929 
zsh-beta_4.3.11-dev-1+20110124-1.dsc
 b8507c1ad5656313e3e546b1b552c803f191477ee5f708a274b17af410c62cb6 2253459 
zsh-beta_4.3.11-dev-1+20110124.orig.tar.bz2
 846680e9aa40a3161cf8281235d7dcb1292fc2d6e1a7487f709f7f1919140a71 885200 
zsh-beta_4.3.11-dev-1+20110124-1.debian.tar.gz
 4a355734bed6a70c981dd4c38944fa1a20b950e4664790ee94f2fc440229b482 964404 
zsh-beta-doc_4.3.11-dev-1+20110124-1_all.deb
Files: 
 f38fe44ba786986912952978931500a3 1929 shells optional 
zsh-beta_4.3.11-dev-1+20110124-1.dsc
 9704efbbed51b008ec07d75092b22bbd 2253459 shells optional 
zsh-beta_4.3.11-dev-1+20110124.orig.tar.bz2
 106f07504dabec0165dfabff3edd48c2 885200 shells optional 
zsh-beta_4.3.11-dev-1+20110124-1.debian.tar.gz
 778c424977ff53ced710a01fc9ed48f7 964404 doc optional 
zsh-beta-doc_4.3.11-dev-1+20110124-1_all.deb

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

iQIcBAEBCgAGBQJNPNn2AAoJEFWSMx4ZnTiobQ8P/23VLPHXNc1fV9QDRURtMB/5
gJ+qAFNbqfCtNT22b4alThlVuKsMGJLIfomyxMKhrr4ZWPcd5Ll8BCjn/9SGdQXT
xCykoaQbF5s7MqK0ntFsBK0fYkc5gwAcPJAuWKfpXLxf4N93pQfjPXiSZnO+SkMN
OA6/64Z9ruxotES8xx3rGt7IbxdL1TWFLSh6LFLl2Ffmxx+kKx632vn3zocKjpG2
TV2dUSAXsCZa2FgAXabBvY1XuRJbTu/L5mjweqz6xK1dwVYixYsCouH1GcGdtUAB
qJE86PAO0WDgXLqPs/FUc5uozpXvwAmAGKK9Hy45zIvMe1qO6+NBDqfOErcWDs1r
5pjF3MQEy5uCPCwP56G1HHxRV5TqXPJjb6HVZbPUClsON9ZREasrmPuvLKkYwsEU
4nV6J9ebHKg2yAygFC7ImF1vgpy6ns4yIwdUDXbWy+YRMTC0Hi9CQ7XqJZb2im1S
Y7gP5w3EeA3Xph4B5X01iySyTpQhjS4649dtYIeTyqELnaTAi4NA9XGfycke0Lu3
5XwyJD0sKOHfBNjH5KDpglG8ZipUyXC/pe2nV+gw9NbnezjMDTKDsoJ+8XUA3D8S
di/FvJOQeixYbXWznCuZfBhrM1Juowx7WvIXYR8LriRBzXr/MLL8OriskZivuSUd
F/MgvprX04oTJ2e4EaBj
=eTDH
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.11-dev-1+20110124-1_all.deb
  to main/z/zsh-beta/zsh-beta-doc_4.3.11-dev-1+20110124-1_all.deb
zsh-beta_4.3.11-dev-1+20110124-1.debian.tar.gz
  to main/z/zsh-beta/zsh-beta_4.3.11-dev-1+20110124-1.debian.tar.gz
zsh-beta_4.3.11-dev-1+20110124-1.dsc
  to main/z/zsh-beta/zsh-beta_4.3.11-dev-1+20110124-1.dsc
zsh-beta_4.3.11-dev-1+20110124.orig.tar.bz2
  to main/z/zsh-beta/zsh-beta_4.3.11-dev-1+20110124.orig.tar.bz2


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



Accepted pychecker 0.8.19-1 (source all)

2011-01-23 Thread Kenneth J. Pronovici
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 19:47:08 -0600
Source: pychecker
Binary: pychecker
Architecture: source all
Version: 0.8.19-1
Distribution: unstable
Urgency: low
Maintainer: Kenneth J. Pronovici prono...@debian.org
Changed-By: Kenneth J. Pronovici prono...@debian.org
Description: 
 pychecker  - tool to find common bugs in Python source code
Closes: 609438
Changes: 
 pychecker (0.8.19-1) unstable; urgency=low
 .
   * New upstream release.
 - This code is now compatible with Python 2.7 (closes: #609438)
   * Bump Standards-Version to 3.9.1.0 (no packaging changes).
   * Rewrite debian/regression.sh to handle the new upstream unit tests.
   * Update debian/copyright to reference Thomas Vander Stichele.
   * Update debian/pychecker.1 manpage to update the package version.
   * Update debian/README.Debian to clarify the status of pychecker2.
   * Update debian/patches/remove-shebang.patch to match upstream code.
   * Add new patch fix-version.patch so pychecker reports the right version.
   * Add new patch remove-bashisms.patch so test_check.sh runs with dash.
   * Add new patch put-back-missing-files-from-cvs.patch.
 - This patch adds back a *huge* number of files that were mistakenly
   not included in the official upstream 0.8.19 tarball.  These files
   will be included in the 0.8.20 release, using a new MANIFEST.in
   which I provided.  However, for the time being upstream has asked
   me to deal with this problem by patching the Debian package.  All
   of the extra files that I have included in my 0.8.19-1 release were
   pulled directly from upstream CVS using 'cvs co -r v0_8_19'.
Checksums-Sha1: 
 f8975a6aea69546a2dde6cce6efcd5999d42dcf4 1075 pychecker_0.8.19-1.dsc
 acbc469b4ecde0182e9be42dceeae5375a923ff3 99783 pychecker_0.8.19.orig.tar.gz
 8efdd231f5cc88a3176283cb0058c6458bfeac50 70852 pychecker_0.8.19-1.debian.tar.gz
 fbdb69481912542281e0527413d5beec99858376 242698 pychecker_0.8.19-1_all.deb
Checksums-Sha256: 
 c2a8015bcd5d296643c8445401ecab88253188f8e8cc58201b2b0390ff39c6ca 1075 
pychecker_0.8.19-1.dsc
 44fb26668f74aca3738f02d072813762a37ce1242f50dbff573720fa2e953279 99783 
pychecker_0.8.19.orig.tar.gz
 4a88935e7b19d6418ae2d6c96df95b21f4f1fa865a80c30c26df4c03b7dcc04b 70852 
pychecker_0.8.19-1.debian.tar.gz
 37f5e5563b0bf6055a8e8dba8f5f516a3afe3574937a65c96653a83747af7aad 242698 
pychecker_0.8.19-1_all.deb
Files: 
 613378ca4fb638537c6b64e2b3e30a5f 1075 devel optional pychecker_0.8.19-1.dsc
 c37182863dfb09209d6ba4f38fce9d2b 99783 devel optional 
pychecker_0.8.19.orig.tar.gz
 30b1603af71c34f0c0edbd278a5fe591 70852 devel optional 
pychecker_0.8.19-1.debian.tar.gz
 1cbda6744d51b12aae5473f967ebc759 242698 devel optional 
pychecker_0.8.19-1_all.deb

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

iEYEARECAAYFAk087A8ACgkQ8On2ujzZUQQ8xQCfashn78oe7I+tlXOUgBBg3Rda
nAIAoLsYpRoBSWPfYrt8gZNXJhR7gHRC
=HZEq
-END PGP SIGNATURE-


Accepted:
pychecker_0.8.19-1.debian.tar.gz
  to main/p/pychecker/pychecker_0.8.19-1.debian.tar.gz
pychecker_0.8.19-1.dsc
  to main/p/pychecker/pychecker_0.8.19-1.dsc
pychecker_0.8.19-1_all.deb
  to main/p/pychecker/pychecker_0.8.19-1_all.deb
pychecker_0.8.19.orig.tar.gz
  to main/p/pychecker/pychecker_0.8.19.orig.tar.gz


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



Accepted talloc 2.0.5-1 (source all amd64)

2011-01-23 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 19:32:51 -0800
Source: talloc
Binary: libtalloc2 libtalloc-dev python-talloc python-talloc-dev
Architecture: source amd64 all
Version: 2.0.5-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtalloc-dev - hierarchical pool based memory allocator - development files
 libtalloc2 - hierarchical pool based memory allocator
 python-talloc - hierarchical pool based memory allocator - Python bindings
 python-talloc-dev - talloc Python bindings - development files
Changes: 
 talloc (2.0.5-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 ae93ebf461f879b25613afe652647a9b9b734096 1248 talloc_2.0.5-1.dsc
 8ec391304954f1a201b0f2239f4505d93da36cf7 365388 talloc_2.0.5.orig.tar.gz
 2b02e5aed278f8be3044c668dd4776905295f923 4736 talloc_2.0.5-1.debian.tar.gz
 9af6346baf88549bae5a9c01c41e5ec3b41bf75c 22594 libtalloc2_2.0.5-1_amd64.deb
 af13804f1b31090194a6e3037ba9598a92ee6bab 40852 libtalloc-dev_2.0.5-1_amd64.deb
 7fc9edca3c57e5432e2cd264c669c859886c8c41 8598 python-talloc_2.0.5-1_amd64.deb
 43e72f9afb43d1ae32b8673cc4d2f610b9091720 4584 python-talloc-dev_2.0.5-1_all.deb
Checksums-Sha256: 
 50a6ebeacdd8c514a0ef6022082fc270c91e699b62029eda11b331795751fdcd 1248 
talloc_2.0.5-1.dsc
 b949eb0c4f3467ef26bb8f6af64da3b20df5e34b4243fe2a5a0c28435ba6b32a 365388 
talloc_2.0.5.orig.tar.gz
 8616de1308935607a8e0a8920f227ced5111c1413b08dcb9ef5a483c97e8ea3e 4736 
talloc_2.0.5-1.debian.tar.gz
 e015cb0df5a2b6d6f9b5aa5b73bff80860faec3e587a205ea9ca7be66ad675e4 22594 
libtalloc2_2.0.5-1_amd64.deb
 144d5be680ce2270fc4bebea0a627b5e009cd66032c4f6229f42884b777889cb 40852 
libtalloc-dev_2.0.5-1_amd64.deb
 0740f9e5f720ae93a6e2f19d72b6c3682b516a1662b3096ed65a3fe38acb84ba 8598 
python-talloc_2.0.5-1_amd64.deb
 ffd8811fa22e7300ae171c99a3aff4df8260ee7cdbad0434c6a663bd9f97b590 4584 
python-talloc-dev_2.0.5-1_all.deb
Files: 
 bc834fc1542c0c1d13e573ae803b8839 1248 devel optional talloc_2.0.5-1.dsc
 6e3fdfbc43dde8ccba27b6af894b8fb2 365388 devel optional talloc_2.0.5.orig.tar.gz
 a694cb7e3dcd5c25ad28ffacd615aabd 4736 devel optional 
talloc_2.0.5-1.debian.tar.gz
 21885bbb9b36bb99018782e31331d8d9 22594 libs optional 
libtalloc2_2.0.5-1_amd64.deb
 5bb041b9ccb08a5044cef9f60a2ec62e 40852 libdevel optional 
libtalloc-dev_2.0.5-1_amd64.deb
 ec2f2ef62232aa5f75c904ce7905228f 8598 python optional 
python-talloc_2.0.5-1_amd64.deb
 86037b9fbe7d4ff37a5c8cdbb32443c0 4584 libdevel optional 
python-talloc-dev_2.0.5-1_all.deb

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

iEYEARECAAYFAk089pwACgkQPa9Uoh7vUnb+kACfTgtbak8TVDvQS6klS4CiF5Ib
U4EAmgN6vdeEVIr+lmq0Nb6+CiYRb1MX
=BeEH
-END PGP SIGNATURE-


Accepted:
libtalloc-dev_2.0.5-1_amd64.deb
  to main/t/talloc/libtalloc-dev_2.0.5-1_amd64.deb
libtalloc2_2.0.5-1_amd64.deb
  to main/t/talloc/libtalloc2_2.0.5-1_amd64.deb
python-talloc-dev_2.0.5-1_all.deb
  to main/t/talloc/python-talloc-dev_2.0.5-1_all.deb
python-talloc_2.0.5-1_amd64.deb
  to main/t/talloc/python-talloc_2.0.5-1_amd64.deb
talloc_2.0.5-1.debian.tar.gz
  to main/t/talloc/talloc_2.0.5-1.debian.tar.gz
talloc_2.0.5-1.dsc
  to main/t/talloc/talloc_2.0.5-1.dsc
talloc_2.0.5.orig.tar.gz
  to main/t/talloc/talloc_2.0.5.orig.tar.gz


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



Accepted nyquist 3.04b-2 (source i386)

2011-01-23 Thread Steve M. Robbins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 22 Jan 2011 22:42:41 -0600
Source: nyquist
Binary: nyquist
Architecture: source i386
Version: 3.04b-2
Distribution: experimental
Urgency: low
Maintainer: Steve M. Robbins s...@debian.org
Changed-By: Steve M. Robbins s...@debian.org
Description: 
 nyquist- a language for music composition and sound synthesis
Changes: 
 nyquist (3.04b-2) experimental; urgency=low
 .
   * patches/makefile.patch: remove -m32 flag; it's not understood on
 non-x86 architectures.
 .
   * check32.c: New.
   * rules: Fail build if pointer is not 32 bits.
 .
   * control: No longer need gcc-multilib, g++-multilib.
Checksums-Sha1: 
 ae1d1d12c2299877b8c4d03f6d72319e0d8a14a0 1279 nyquist_3.04b-2.dsc
 e6022fdb0980422b5d725b86a179192dfb36f22f 9328 nyquist_3.04b-2.debian.tar.gz
 1cbe2b02d226fea67cbdaaa5c614dba29fdd942a 3756166 nyquist_3.04b-2_i386.deb
Checksums-Sha256: 
 76c1abbb26fa3dab23df6f62aa86df3427abc449ab1a80d2e3431a69559670f8 1279 
nyquist_3.04b-2.dsc
 f388fb9097d418eb6d14458d5c4487392a1455989f70f227cda2bd0c489647e8 9328 
nyquist_3.04b-2.debian.tar.gz
 f7f7915cdde1fc2e58e81dc5bb75e740fc3568485252eb2c8581554b5fd11bd0 3756166 
nyquist_3.04b-2_i386.deb
Files: 
 fe010777591183cd42b403d6f152a50e 1279 sound optional nyquist_3.04b-2.dsc
 5e693f6676392688607ab269455bafbf 9328 sound optional 
nyquist_3.04b-2.debian.tar.gz
 ae615805146888ccab3e525a85a5b21b 3756166 sound optional 
nyquist_3.04b-2_i386.deb

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

iD8DBQFNPQmS0i2bPSHbMcURAlpTAJ9JN3s1T/+kmp6cKMqEPqwJE5U5sQCgsiNT
rCTblLIk46FzZJrir+0O/eA=
=wlFz
-END PGP SIGNATURE-


Accepted:
nyquist_3.04b-2.debian.tar.gz
  to main/n/nyquist/nyquist_3.04b-2.debian.tar.gz
nyquist_3.04b-2.dsc
  to main/n/nyquist/nyquist_3.04b-2.dsc
nyquist_3.04b-2_i386.deb
  to main/n/nyquist/nyquist_3.04b-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/e1phenf-0004gc...@franck.debian.org



Accepted bluez 4.86-1 (source all amd64)

2011-01-23 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 24 Jan 2011 11:49:55 +0900
Source: bluez
Binary: libbluetooth3 libbluetooth-dev bluetooth bluez bluez-alsa 
bluez-gstreamer bluez-cups bluez-pcmcia-support bluez-compat bluez-utils 
bluez-audio
Architecture: source all amd64
Version: 4.86-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bluetooth Maintainers 
pkg-bluetooth-maintain...@lists.alioth.debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 bluetooth  - Bluetooth support
 bluez  - Bluetooth tools and daemons
 bluez-alsa - Bluetooth ALSA support
 bluez-audio - Transitional package
 bluez-compat - BlueZ 3.x compatibility binaries
 bluez-cups - Bluetooth printer driver for CUPS
 bluez-gstreamer - Bluetooth GStreamer support
 bluez-pcmcia-support - PCMCIA support files for BlueZ 2.0 Bluetooth tools
 bluez-utils - Transitional package
 libbluetooth-dev - Development files for using the BlueZ Linux Bluetooth 
library
 libbluetooth3 - Library to use the BlueZ Linux Bluetooth stack
Changes: 
 bluez (4.86-1) experimental; urgency=low
 .
   * New upstream release.
   * Update debian/rules.
 - Enable health plugin and attrib plugin.
Checksums-Sha1: 
 7139694495ec4d3b1e56991a3ef7eaafdd44dbed 1637 bluez_4.86-1.dsc
 62d7624cab949bc4c5f6f78bb56c63cef3c63910 1112351 bluez_4.86.orig.tar.gz
 48469a8c4a0b3a70e22add95829f704fa0057c0c 22868 bluez_4.86-1.diff.gz
 884e5ac55e5d724ab9a3e96509261ac2a12888f9 33690 bluetooth_4.86-1_all.deb
 6ffd3a9fc3947139ebfe46678f46651d152016e4 33736 bluez-utils_4.86-1_all.deb
 dcb7d667476e50a57baa1d52db64939c54a307f9 33478 bluez-audio_4.86-1_all.deb
 64f8d7cc427282844bb9eacadaa77c04cb33b4f0 81002 libbluetooth3_4.86-1_amd64.deb
 128fd77517de81256fd2795efbecc9f24b2584d4 61736 
libbluetooth-dev_4.86-1_amd64.deb
 12bc114d382ea2b69c479e2e3b2dc982f812e41a 606694 bluez_4.86-1_amd64.deb
 0b604fcd7d74882f8b223a8789dbb1620e4da533 80372 bluez-alsa_4.86-1_amd64.deb
 b851dc7b56ee43f0b84393dbf0a7b27db849159d 97562 bluez-gstreamer_4.86-1_amd64.deb
 611c9e48e690d3a23c51bd3680065def343b57ee 54718 bluez-cups_4.86-1_amd64.deb
 960c68f5a6ce706189be1c75cad6b2616a4a8b20 35228 
bluez-pcmcia-support_4.86-1_amd64.deb
 dbd84e81e8969285c8644832604e44d6d371f6e6 90122 bluez-compat_4.86-1_amd64.deb
Checksums-Sha256: 
 4edf0c13e4a37768dfe5aef6db7007f9cd327d0ffb8334085fc8eba5d0aa709d 1637 
bluez_4.86-1.dsc
 ca91b8338cd5c63079a5b81c0be55be6a3d7017f93cb8a6b82262eb5af5865e9 1112351 
bluez_4.86.orig.tar.gz
 a30ec8111f6b6417f221eaa4077bdec843f7c0c0c99bce089f47ae66567a6a6e 22868 
bluez_4.86-1.diff.gz
 d8b5349cab763cd43d56e875ec613cb9ebef55a6614918e38e6b9d1e50c75ac3 33690 
bluetooth_4.86-1_all.deb
 c57df31a0232928b46a9bebd77e0e3be0e232173ef2216e41cfcba48ac3c9d2c 33736 
bluez-utils_4.86-1_all.deb
 b26e46fd7acd7febaa7b7fa0d6e5f6b8cc84fa4c122f391428cde03aabb5c68c 33478 
bluez-audio_4.86-1_all.deb
 0c40378fe165d37be46b56be201851f2e0eda7855b498c32786e21e46488e5a9 81002 
libbluetooth3_4.86-1_amd64.deb
 0ee965c7067fafd51843c62f1efad012d8c489982b3ac6a0e8bd20a46679287f 61736 
libbluetooth-dev_4.86-1_amd64.deb
 29e72d4daa4b7cbac7bbb53fe6235327d08d3bf5af41dd45bfd1f5114c779e3c 606694 
bluez_4.86-1_amd64.deb
 b9c9cd44ae49842065cfbd897bad450a44183362f2cbf54dff970234669e8d1e 80372 
bluez-alsa_4.86-1_amd64.deb
 c71462f2e6f264233016969a1cd6ba31a1fb1a5669d51a9399f4aea9262ca97d 97562 
bluez-gstreamer_4.86-1_amd64.deb
 a3b70569946e03ce2d70a1f0155fcf85e5f5e7ece55a93112ec7247afd8b9bc5 54718 
bluez-cups_4.86-1_amd64.deb
 25f3856f41f0be3cb8051b9d134982092bdf0a1081f0d7ed5613083dd8959d04 35228 
bluez-pcmcia-support_4.86-1_amd64.deb
 39e14790c42b29e034094de3fd987ff7b232a8e188d04b7745f8db12adc261cf 90122 
bluez-compat_4.86-1_amd64.deb
Files: 
 36101651ac1807007b4eb7517f5947e9 1637 admin optional bluez_4.86-1.dsc
 f39cb447fe53a523c9b129df46b64800 1112351 admin optional bluez_4.86.orig.tar.gz
 098c341625ad7d20402fe10440057a4e 22868 admin optional bluez_4.86-1.diff.gz
 0a96141ec00d3f18f2d12ac417cb3d13 33690 admin optional bluetooth_4.86-1_all.deb
 4e68f55e8e845e604606688a41f4212d 33736 admin optional 
bluez-utils_4.86-1_all.deb
 f57fbb037eccd5cab170b20391e44d6a 33478 admin optional 
bluez-audio_4.86-1_all.deb
 1ced6e79bcc0d98d20da18e5f763708b 81002 libs optional 
libbluetooth3_4.86-1_amd64.deb
 e62ad32e474cef9153153ca6ca05040c 61736 libdevel extra 
libbluetooth-dev_4.86-1_amd64.deb
 d867d09f1713b1c2df11e2ea9d72ddb8 606694 admin optional bluez_4.86-1_amd64.deb
 965970886abfb6fb6c0d970654cdaab1 80372 admin optional 
bluez-alsa_4.86-1_amd64.deb
 20209f69fe361d48e5071a874a76a8f8 97562 admin optional 
bluez-gstreamer_4.86-1_amd64.deb
 ef86e2bac65d190ee9341438d7cc24dd 54718 admin optional 
bluez-cups_4.86-1_amd64.deb
 97615b752001180135741034c32b3350 35228 admin extra 
bluez-pcmcia-support_4.86-1_amd64.deb
 e88961c6e05119442d4128f9d78b1b67 90122 admin optional 
bluez-compat_4.86-1_amd64.deb

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


Accepted obexd 0.39-1 (source amd64)

2011-01-23 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 12 Jan 2011 20:35:41 +0900
Source: obexd
Binary: obexd-client obexd-server
Architecture: source amd64
Version: 0.39-1
Distribution: experimental
Urgency: low
Maintainer: Debian Bluetooth Maintainers 
pkg-bluetooth-maintain...@lists.alioth.debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 obexd-client - D-Bus OBEX client
 obexd-server - D-Bus OBEX server
Changes: 
 obexd (0.39-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 3a1d3ccd1560f84d2c725a755a80696aeb7898a4 1295 obexd_0.39-1.dsc
 da569785b5d4193ed4e184bee1ed532e230164dc 413598 obexd_0.39.orig.tar.gz
 5b3edbefb3c7401eb88a26b2f155fd908daf2826 2161 obexd_0.39-1.diff.gz
 940c9f8f12843444b014dab1c2c84d87bd1ae644 76180 obexd-client_0.39-1_amd64.deb
 6b707701448fe9814bc75033b69c661587786cc6 71572 obexd-server_0.39-1_amd64.deb
Checksums-Sha256: 
 f97091151588b02d91ca615e45a2f3d5bc14ea8f1d5fd3662e21ad3f7b45e742 1295 
obexd_0.39-1.dsc
 52a0238c9d518dac65fb74ddc381e0a3086881ed332b85d2944e86a16ca14ec2 413598 
obexd_0.39.orig.tar.gz
 582c0cfae9cbd3dc0f32608b49c7eee0e45c11ac5deb7a3c823c09fc88b603df 2161 
obexd_0.39-1.diff.gz
 b796273cb378c09c6414dc4b884f771835fd142b8d7a17832d1b16e4b28c60af 76180 
obexd-client_0.39-1_amd64.deb
 dfbd9d627eb353faa37f5526847df3d6ca67bde8060408f2dd0052b853b24adb 71572 
obexd-server_0.39-1_amd64.deb
Files: 
 02bb9191b1873a9c508bfafa3e939346 1295 admin optional obexd_0.39-1.dsc
 893081749d0a0985e33b10733c924c64 413598 admin optional obexd_0.39.orig.tar.gz
 a251b114ecfd435704ae1cfe6fc47677 2161 admin optional obexd_0.39-1.diff.gz
 9d34537943be38374dc595efd641ca18 76180 admin optional 
obexd-client_0.39-1_amd64.deb
 9a4502d0ed7da28e902624a445eff824 71572 admin optional 
obexd-server_0.39-1_amd64.deb

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

iEYEARECAAYFAk0tmjEACgkQQSHHQzFw6+neQwCgp4A67zazCt3gQin53AhL8+bd
AaEAnRvUebPcnpmcKKnTwTQtkMMm7aSv
=n1K/
-END PGP SIGNATURE-


Accepted:
obexd-client_0.39-1_amd64.deb
  to main/o/obexd/obexd-client_0.39-1_amd64.deb
obexd-server_0.39-1_amd64.deb
  to main/o/obexd/obexd-server_0.39-1_amd64.deb
obexd_0.39-1.diff.gz
  to main/o/obexd/obexd_0.39-1.diff.gz
obexd_0.39-1.dsc
  to main/o/obexd/obexd_0.39-1.dsc
obexd_0.39.orig.tar.gz
  to main/o/obexd/obexd_0.39.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/e1phfyc-0001wh...@franck.debian.org



Accepted tdb 1.2.9-1 (source all amd64)

2011-01-23 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 23 Jan 2011 22:23:33 -0800
Source: tdb
Binary: libtdb1 tdb-tools libtdb-dev python-tdb tdb-dev
Architecture: source amd64 all
Version: 1.2.9-1
Distribution: unstable
Urgency: low
Maintainer: Jelmer Vernooij jel...@debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libtdb-dev - Trivial Database - development files
 libtdb1- Trivial Database - shared library
 python-tdb - Python bindings for TDB
 tdb-dev- transitional dummy package
 tdb-tools  - Trivial Database - bundled binaries
Changes: 
 tdb (1.2.9-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 338d4b7dc40c7b3ed356edd9c69fcaaa0d1f0c6d 1163 tdb_1.2.9-1.dsc
 2e424ad4835245f06963f6b1f9da17a6b30758a1 368475 tdb_1.2.9.orig.tar.gz
 aee52fc7c48b72561b3009634346ef080830396d 12681 tdb_1.2.9-1.debian.tar.gz
 fcfd852d64ed250130eac04041e8cb40b8b0f6b5 37706 libtdb1_1.2.9-1_amd64.deb
 38a0dfce062b8e6ef23ddbd7142e14bc374ef452 26064 tdb-tools_1.2.9-1_amd64.deb
 5609047318aa37bb42ed6b3c57f017e9855c810c 55624 libtdb-dev_1.2.9-1_amd64.deb
 8537636c48f595dc39364ee5c9e50946a66e75e1 14292 python-tdb_1.2.9-1_amd64.deb
 bc553734171d4a43e4f97cce540a32605db97d4c 6452 tdb-dev_1.2.9-1_all.deb
Checksums-Sha256: 
 2eb1a0b5b9187fed6169854b77d2e5a5e8b8324990911d8083f430fe54430eb4 1163 
tdb_1.2.9-1.dsc
 886fbca71710b9fcf168ffcae47f05a6c3ff3392cf951f4cb1f949851c04f9ed 368475 
tdb_1.2.9.orig.tar.gz
 9dce42635eea9b6cd022e55d1aa4d590ed6eaa45c08de13668d9aab3ee3c3085 12681 
tdb_1.2.9-1.debian.tar.gz
 a853c202096d8313f5559207c4e6b98592953a6712cb4cbb90d62eced3e6e76c 37706 
libtdb1_1.2.9-1_amd64.deb
 cd454b101cd7bc9458bfc62c224b34060870dc543d06031304c83bbfb8ad16c9 26064 
tdb-tools_1.2.9-1_amd64.deb
 c26eda24d5e7126a9a501ee164647fca4179604a1bbec84691459be4d975932a 55624 
libtdb-dev_1.2.9-1_amd64.deb
 87892bbc2847317fd20b4068619226302537453c4fb23cd9df189c5b8cb77200 14292 
python-tdb_1.2.9-1_amd64.deb
 7f1de30c88d3be5b60543f192904d229dde9f32f90b3a29f1562f570a407ec4c 6452 
tdb-dev_1.2.9-1_all.deb
Files: 
 d8c595deb50c9d4acc47c3107e7a7b1d 1163 devel optional tdb_1.2.9-1.dsc
 4d97d18bbe9040038d4e003495bb8cd1 368475 devel optional tdb_1.2.9.orig.tar.gz
 85f09d09db13bb09d83c5b98cf377267 12681 devel optional tdb_1.2.9-1.debian.tar.gz
 92db7911a1a04da48f415a41335b0c97 37706 libs optional libtdb1_1.2.9-1_amd64.deb
 bc9c83b8e2b595369cf124237004178d 26064 utils optional 
tdb-tools_1.2.9-1_amd64.deb
 6dd41f2b6139cc97f017268e7d396263 55624 libdevel optional 
libtdb-dev_1.2.9-1_amd64.deb
 830a613c00ee8540f758de96b600d41b 14292 python optional 
python-tdb_1.2.9-1_amd64.deb
 1ad9d4357755af61d8898c599517fcac 6452 devel optional tdb-dev_1.2.9-1_all.deb

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

iEYEARECAAYFAk09HwMACgkQPa9Uoh7vUnbkhwCghR0VdpSPGzptzqCZQr+rKoId
kpwAnjovqgFHD3rjjoT4gnb6FqClCBlS
=rWp2
-END PGP SIGNATURE-


Accepted:
libtdb-dev_1.2.9-1_amd64.deb
  to main/t/tdb/libtdb-dev_1.2.9-1_amd64.deb
libtdb1_1.2.9-1_amd64.deb
  to main/t/tdb/libtdb1_1.2.9-1_amd64.deb
python-tdb_1.2.9-1_amd64.deb
  to main/t/tdb/python-tdb_1.2.9-1_amd64.deb
tdb-dev_1.2.9-1_all.deb
  to main/t/tdb/tdb-dev_1.2.9-1_all.deb
tdb-tools_1.2.9-1_amd64.deb
  to main/t/tdb/tdb-tools_1.2.9-1_amd64.deb
tdb_1.2.9-1.debian.tar.gz
  to main/t/tdb/tdb_1.2.9-1.debian.tar.gz
tdb_1.2.9-1.dsc
  to main/t/tdb/tdb_1.2.9-1.dsc
tdb_1.2.9.orig.tar.gz
  to main/t/tdb/tdb_1.2.9.orig.tar.gz


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



Accepted bzr-git 0.5.3-1 (source all)

2011-01-23 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 21 Jan 2011 22:15:09 +0100
Source: bzr-git
Binary: bzr-git
Architecture: source all
Version: 0.5.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-git- Bazaar plugin providing Git integration
Changes: 
 bzr-git (0.5.3-1) unstable; urgency=low
 .
   * New upstream release.
   * Run testsuite as part of build.
   * Mark as only supporting Python = 2.4.
   * Add Enhances: bzr.
Checksums-Sha1: 
 d3489027728b1b1968130b9fd517eff8ed897282 1380 bzr-git_0.5.3-1.dsc
 0851699fb130f80942d744346e93067a7d1aaecc 87171 bzr-git_0.5.3.orig.tar.gz
 dd0bea5428674935cb180ddf60e14daca93baa78 3161 bzr-git_0.5.3-1.debian.tar.gz
 a006469549d59897e8b032b0999049b385f6a90f 84908 bzr-git_0.5.3-1_all.deb
Checksums-Sha256: 
 6d8c9b986bc12100c96402c7a8020fe5d45b06cfbb60c28fb5943455f1bbcfea 1380 
bzr-git_0.5.3-1.dsc
 83a31c7c71c22b0bea2d2b22142299fcd94ec71253822d1e26687887a97b40d3 87171 
bzr-git_0.5.3.orig.tar.gz
 56dbf71d49b334f29edbc727ee56c707ffb53331c94e020b58d391224d00458e 3161 
bzr-git_0.5.3-1.debian.tar.gz
 bfc68de1a2c0326c72d2d939d8d8cf74f543449c1f51e5eb0d9e92d41d092fef 84908 
bzr-git_0.5.3-1_all.deb
Files: 
 e5cceceed4fd1c5e8e64331a775343df 1380 vcs optional bzr-git_0.5.3-1.dsc
 2408cb1ec786cc91237cc526f76ff9ab 87171 vcs optional bzr-git_0.5.3.orig.tar.gz
 61c1722eff428acea88bb2746d86120c 3161 vcs optional 
bzr-git_0.5.3-1.debian.tar.gz
 a1b518b2cf87c4eb157a81184394f0f9 84908 vcs optional bzr-git_0.5.3-1_all.deb

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

iEYEARECAAYFAk09ILgACgkQPa9Uoh7vUnbUmQCeMEjBMP/19iQSHvnMKlLw6VND
QAIAn3bUMQY6qujiVKZCO9a9/vykp7ML
=HfcW
-END PGP SIGNATURE-


Accepted:
bzr-git_0.5.3-1.debian.tar.gz
  to main/b/bzr-git/bzr-git_0.5.3-1.debian.tar.gz
bzr-git_0.5.3-1.dsc
  to main/b/bzr-git/bzr-git_0.5.3-1.dsc
bzr-git_0.5.3-1_all.deb
  to main/b/bzr-git/bzr-git_0.5.3-1_all.deb
bzr-git_0.5.3.orig.tar.gz
  to main/b/bzr-git/bzr-git_0.5.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/e1phgrb-0004il...@franck.debian.org