Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Petter Reinholdtsen

[Steve Langasek]
 My knee-jerk reaction to the Fedora proposal had been that it was
 sick and wrong and would cause unacceptable breakage for users on
 upgrades if Debian adopted the same plan.  However, I struggled to
 formulate a concrete scenario where losing support for that last
 configuration would actually make a difference.

I can give you one example of what we loose if stuff in / depend on
stuff in /usr/.  I read the entire thread, and everyone is talking
about the boot, while ignoring the shutdown.

When using NSS modules linked to libraries in /usr/ and bash (or any
other shell loading user information at startup) as /bin/sh, the shell
scripts being run to shut down the machine will block /usr/ from being
umounted.  When /usr/ is a LVM partition, this block LVM from being
shut down, and leave /usr/ in a dirty state and LVM not properly shut
down before poweroff.

Thus, having stuff in / depend on libraries in /usr/ can cause real
problems during shutdown.

See URL: http://bugs.debian.org/120340  and
URL: http://bugs.debian.org/159771  for the old story about bash and
LDAP NSS blocking umount.

-- 
Happy hacking
Petter Reinholdtsen


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



Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Uoti Urpala
Petter Reinholdtsen wrote:
 When /usr/ is a LVM partition, this block LVM from being
 shut down, and leave /usr/ in a dirty state and LVM not properly shut
 down before poweroff.

Why would this be harder to support than having / itself on LVM? Or are
you saying the latter need not be supported?



-- 
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/1355656064.26124.6.camel@glyph.nonexistent.invalid



Bug#696067: ITP: libfuture-perl -- module for operations awaiting completion

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfuture-perl
  Version : 0.7
  Upstream Author : Paul Evans leon...@leonerd.org.uk
* URL : https://metacpan.org/release/Future/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for operations awaiting completion

A Future object represents an operation that is currently in progress, or
has recently completed. It can be used in a variety of ways to manage the
flow of control, and data, through an asynchronous program.

Some futures represent a single operation and are explicitly marked as ready
by calling the done or fail methods. These are called leaf futures here,
and are returned by the new constructor.

Other futures represent a collection sub-tasks, and are implicitly marked as
ready depending on the readiness of their component futures as required.
These are called dependent futures here, and are returned by the various
wait_* and need_* constructors.

It is intended that library functions that perform asynchonous operations
would use Future objects to represent outstanding operations, and allow their
calling programs to control or wait for these operations to complete. The
implementation and the user of such an interface would typically make use of
different methods on the class. The methods below are documented in two
sections; those of interest to each side of the interface.


-- 
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/20121216135503.ga9...@jadzia.comodo.priv.at



Re: Status of circular dependencies in Sid

2012-12-16 Thread Lisandro Damián Nicanor Pérez Meyer
On Sun 16 Dec 2012 02:58:36 Petter Reinholdtsen escribió:
 [Ian Jackson]
 
 There is still nothing per se wrong with circular dependencies
 
 [Thorsten Glaser]
 
  Actually, I’m hitting an APT bug during dist-upgrades right now for
  packages with circular dependencies, usually two (perl with
  perl-modules, and g++-$version with its library), when they are
  indirectly depended on by a package with Important: yes set, as was
  recommended for metapackages which should not be considered by APT
  for automatic removal.
 
 A similar issue with libqt4-dbus is blocking upgrades of a desktop
 installation from squeeze to wheezy the last two weeks (as detected by
 jenkins.debian.net).  See URL: http://bugs.debian.org/655382  and
 related BTS reports for the details.
 
 I really hope we can get rid of the circular package dependencies. :)

I've has just wrote that in the bug report, but I think without CCing here.

In the case of libqt4-dbus, the fix is ready to be uploaded and ACKed by the 
RT, but we are waiting for a fix of a FTBFS of the previous upload.

Kinds regards, Lisandro.

-- 
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#696070: ITP: liblingua-en-findnumber-perl -- module for locating (written) numbers in English text

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: liblingua-en-findnumber-perl
  Version : 1.2
  Upstream Author : Tony Bowden t...@tmtm.com
* URL : https://metacpan.org/release/Lingua-EN-FindNumber/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for locating (written) numbers in English text

Lingua::EN::FindNumber provides a regular expression for finding numbers in
English text. It also provides functions for extracting and manipulating such
numbers.


-- 
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/20121216140622.ga5...@jadzia.comodo.priv.at



Bug#696076: ITP: libfennec-lite-perl -- minimalist Fennec implementation

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libfennec-lite-perl
  Version : 0.4
  Upstream Author : Chad Granum exodi...@gmail.com
* URL : https://metacpan.org/release/Fennec-Lite/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : minimalist Fennec implementation

Fennec, a Perl test helper providing RSPEC, Workflows, Parallelization, and
Encapsulation, does a ton, but it may be hard to adopt it all at once. It
also is a large project, and has not yet been fully split into component
projects. Fennec::Lite takes a minimalist approach to do for Fennec what
Mouse does for Moose.

Fennec::Lite is a single module file with no non-core dependencies. It does
not cover any of the more advanced features such as result capturing or SPEC
workflows. This module only covers test grouping and group randomization. You
can also use the FENNEC_ITEM variable with a group name or line number to run
a specific test group only. Test::Builder is used under the hood for TAP
output.


-- 
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/20121216145050.ga1...@jadzia.comodo.priv.at



installation/live-cd

2012-12-16 Thread alberto fuentes
So I was wondering why this has not being done (or at least suggested, i
could not find anything in the archive) since ubuntu has been doing it for
so long

I find the ubuntu live-cd + installation to be very handy and i always
carry around an usb stick... I much rather be carrying around a debian
stick ;)

too late for wheezy cycle, but maybe its worth to take a look to make
live-cd dissapear and merged as a release goal for jessie?

greets!
aL


Bug#696077: ITP: libmeta-builder-perl -- tool for creating Meta objects to track custom metrics

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmeta-builder-perl
  Version : 0.3
  Upstream Author : Chad Granum exodi...@gmail.com
* URL : https://metacpan.org/release/Meta-Builder/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : tool for creating Meta objects to track custom metrics

Meta programming is becoming more and more popular. The popularity of Meta
programming comes from the fact that many problems are made significantly
easier. There are a few specialized Meta tools out there, for instance
Class:MOP which is used by Moose to track class metadata.

Meta::Builder is designed to be a generic tool for writing Meta objects.
Unlike specialized tools, Meta::Builder makes no assumptions about what
metrics you will care about. Meta::Builder also mkaes it simple for others to
extend your meta-object based tools by providing hooks for other packages to
add metrics to your meta object.

If a specialized Meta object tool is available to meet your needs please use
it. However if you need a simple Meta object to track a couple metrics, use
Meta::Builder.


-- 
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/20121216150246.ga31...@jadzia.comodo.priv.at



Re: installation/live-cd

2012-12-16 Thread David Prévot
Hi,

Le 16/12/2012 11:03, alberto fuentes a écrit :
 So I was wondering why this has not being done

Missed http://www.debian.org/CD/live/#live-install-stable maybe?

Regards

David




signature.asc
Description: OpenPGP digital signature


Bug#696080: ITP: libexporter-declare-perl -- perl module for meta-driven exporting

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libexporter-declare-perl
  Version : 0.105
  Upstream Author : Chad Granum exodi...@gmail.com
* URL : https://metacpan.org/release/Exporter-Declare/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : perl module for meta-driven exporting

Exporter::Declare is a meta-driven exporting tool. Exporter::Declare tries to
adopt all the good features of other exporting tools, while throwing away
horrible interfaces. Exporter::Declare also provides hooks that allow you to
add options and arguments for import. Finally, Exporter::Declare's
meta-driven system allows for top-notch introspection.


-- 
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/20121216152856.ga22...@jadzia.comodo.priv.at



Bug#696082: ITP: libmock-quick-perl -- Perl module for quick side-effect free mocking of objects and classes

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmock-quick-perl
  Version : 1.104
  Upstream Author : Chad Granum exodi...@gmail.com
* URL : https://metacpan.org/release/Mock-Quick/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for quick side-effect free mocking of objects 
and classes

Mock::Quick is here to solve the current problems with Mocking libraries.

There are a couple Mocking libraries available on CPAN. The primary
problems with these libraries include verbose syntax, and most
importantly side-effects. Some Mocking libraries expect you to mock a
specific class, and will unload it then redefine it. This is
particularly a problem if you only want to override a class on a
lexical level.

Mock::Quick provides a declarative mocking interface that results in a
very concise, but clear syntax. There are separate facilities for
mocking object instances, and classes. You can quickly create an
instance of an object with custom attributes and methods. You can also
quickly create an anonymous class, optionally inhereting from another,
with whatever methods you desire.

Mock::Quick also provides a tool that provides an OO interface to
overriding methods in existing classes. This tool also allows for the
restoration of the original class methods. Best of all this is a
localized tool, when your control object falls out of scope the original
class is restored.


-- 
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/20121216154539.ga2...@jadzia.comodo.priv.at



Bug#696083: ITP: libtest-exception-lessclever-perl -- simplified Test::Exception alternative

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtest-exception-lessclever-perl
  Version : 0.6
  Upstream Author : Chad Granum exodi...@gmail.com
* URL : https://metacpan.org/release/Test-Exception-LessClever/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : simplified Test::Exception alternative

An alternative to Test::Exception that is much simpler. This alternative does
not use fancy stack tricks to hide itself. The idea here is to keep it
simple. This also solves the Test::Exception bug where some dies will be
hidden when a DESTROY method calls eval. If a DESTROY method masks $@ a
warning will be generated as well.


-- 
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/20121216155702.ga3...@jadzia.comodo.priv.at



Re: installation/live-cd

2012-12-16 Thread alberto fuentes
Yeah i definitely missed that :)

Somehow related, the link is kinda hidden in the download page. The link is
even under buy a computer with debian preinstalled... witch i think is
silly.

I guess its worth to have link to the image in the debian logo at
debian.orgnext to the netboot install as well. At least for most
popular arch?

There is also 4/8 live-images, 3/6 of witch are the hybrid/iso/usb image.
4/8 means 2 architectures for each image. Kinda confusing if you are
starting. Is it hard/worth to merge them?

thanks


On Sun, Dec 16, 2012 at 4:17 PM, David Prévot taf...@debian.org wrote:

 Hi,

 Le 16/12/2012 11:03, alberto fuentes a écrit :
  So I was wondering why this has not being done

 Missed http://www.debian.org/CD/live/#live-install-stable maybe?

 Regards

 David





Bug#696088: ITP: libb-compiling-perl -- Perl module for expose PL_compiling to perl

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libb-compiling-perl
  Version : 0.2
  Upstream Author : Florian Ragwitz r...@debian.org
* URL : https://metacpan.org/release/B-Compiling/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : Perl module for expose PL_compiling to perl

B::Compiling exposes the perl interpreter's PL_compiling variable to perl.

The module exports one function, PL_compiling, which  returns a B::COP
object representing PL_compiling. See B for documentation on how to use the
returned B::COP.


-- 
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/20121216161949.ga11...@jadzia.comodo.priv.at



Bug#696089: ITP: libdevel-declare-parser-perl -- higher level interface to Devel::Declare

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libdevel-declare-parser-perl
  Version : 0.17
  Upstream Author : Chad Granum exodi...@gmail.com
* URL : https://metacpan.org/release/Devel-Declare-Parser/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : higher level interface to Devel::Declare

Devel::Declare::Parser is a higher-level API sitting on top of
Devel::Declare. It is used by Devel::Declare::Exporter to simplify exporting
of Devel::Declare magic. Writing custom parsers usually only requires
subclassing this module and overriding a couple methods.


-- 
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/20121216163049.ga7...@jadzia.comodo.priv.at



Bug#696098: ITP: libmoox-types-mooselike-perl -- module providing some Moosish types and a type builder

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libmoox-types-mooselike-perl
  Version : 0.16
  Upstream Author : Mateu X. Hunter (cpan:MATEU) hun...@missoula.org
* URL : https://metacpan.org/release/MooX-Types-MooseLike/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module providing some Moosish types and a type builder

Moo attributes (like Moose) have an 'isa' property.
MooX::Types::MooseLike(::Base) provides some basic types for this property.
One can import all types with the ':all' tag or import a list of types.

These types provide a check that the contact attribute is a hash reference,
that the guest_list is an array reference, and that the records are an array
of hash references.


-- 
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/20121216174942.ga17...@jadzia.comodo.priv.at



Bug#696100: ITP: libtest-databaserow-perl -- module for simple database tests

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libtest-databaserow-perl
  Version : 2.3
  Upstream Author : Mark Fowler m...@twoshortplanks.com
* URL : https://metacpan.org/release/Test-DatabaseRow/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for simple database tests

Test::DatabaseRow is a simple module for doing simple tests on a database,
primarily designed to test if a row exists with the correct details in a
table or not.


-- 
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/20121216180723.ga24...@jadzia.comodo.priv.at



Re: installation/live-cd

2012-12-16 Thread Stefano Zacchiroli
On Sun, Dec 16, 2012 at 05:00:40PM +0100, alberto fuentes wrote:
 Somehow related, the link is kinda hidden in the download page. The link is
 even under buy a computer with debian preinstalled... witch i think is
 silly.

Yeah, it's a bit subotimal.  At
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686819 there is a bug
report, aiming at fixing this. I've been trying to get review before
applying it since quite a while, without much success. I'll try again
this week and push the patch. Thanks for your feedback.

Cheers.
-- 
Stefano Zacchiroli  . . . . . . .  z...@upsilon.cc . . . . o . . . o . o
Maître de conférences . . . . . http://upsilon.cc/zack . . . o . . . o o
Debian Project Leader . . . . . . @zack on identi.ca . . o o o . . . o .
« the first rule of tautology club is the first rule of tautology club »


signature.asc
Description: Digital signature


Bug#696101: ITP: libxs-object-magic-perl -- module for opaque, extensible XS pointer backed objects using sv_magic

2012-12-16 Thread gregor herrmann
Package: wnpp
Owner: gregor herrmann gre...@debian.org
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org,debian-p...@lists.debian.org

* Package name: libxs-object-magic-perl
  Version : 0.4
  Upstream Author : Florian Ragwitz
* URL : https://metacpan.org/release/XS-Object-Magic/
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : module for opaque, extensible XS pointer backed objects 
using sv_magic

XS::Object::Magic provides a way of associating structs with Perl space
objects designed to supercede Perl's builtin T_PTROBJ with something that
is designed to be:

  * extensible: The association of the pointer using sv_magicext can be
done on any data type, so you can associate C structs with any
representation type. This means that you can add pointers to any object
(hand coded, Moose or otherwise), while still having instance data in
regular hashes.
  * opaque: The C pointer is neither visible nor modifiable from Perl space.
This prevents accidental corruption which could lead to segfaults using
T_PTROBJ (e.g. $$ptr_obj = 0).


-- 
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/20121216181904.ga20...@jadzia.comodo.priv.at



Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Philipp Kern
On Sun, Dec 16, 2012 at 10:38:32AM +0100, Petter Reinholdtsen wrote:
 When using NSS modules linked to libraries in /usr/ and bash (or any
 other shell loading user information at startup) as /bin/sh, the shell
 scripts being run to shut down the machine will block /usr/ from being
 umounted.  When /usr/ is a LVM partition, this block LVM from being
 shut down, and leave /usr/ in a dirty state and LVM not properly shut
 down before poweroff.

What in LVM should need to be shutdown?

Hint:

  stop|restart|force-reload|status)
;;

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Tollef Fog Heen
]] Petter Reinholdtsen 

 [Steve Langasek]
  My knee-jerk reaction to the Fedora proposal had been that it was
  sick and wrong and would cause unacceptable breakage for users on
  upgrades if Debian adopted the same plan.  However, I struggled to
  formulate a concrete scenario where losing support for that last
  configuration would actually make a difference.
 
 I can give you one example of what we loose if stuff in / depend on
 stuff in /usr/.  I read the entire thread, and everyone is talking
 about the boot, while ignoring the shutdown.

Given the initramfs (in this context) would mount /usr, we could adopt
the interface as specified in
http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface and we
could make this work.

 When using NSS modules linked to libraries in /usr/ and bash (or any
 other shell loading user information at startup) as /bin/sh, the shell
 scripts being run to shut down the machine will block /usr/ from being
 umounted.  When /usr/ is a LVM partition, this block LVM from being
 shut down, and leave /usr/ in a dirty state and LVM not properly shut
 down before poweroff.

LVM vs non-LVM isn't really relevant here, is it?  It's just about
whether /usr is a separate fs or not?

-- 
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


-- 
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/87y5gxae5a@xoog.err.no



Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Steve Langasek
On Sun, Dec 16, 2012 at 10:19:29PM +0100, Tollef Fog Heen wrote:
 ]] Petter Reinholdtsen 

  [Steve Langasek]
   My knee-jerk reaction to the Fedora proposal had been that it was
   sick and wrong and would cause unacceptable breakage for users on
   upgrades if Debian adopted the same plan.  However, I struggled to
   formulate a concrete scenario where losing support for that last
   configuration would actually make a difference.

  I can give you one example of what we loose if stuff in / depend on
  stuff in /usr/.  I read the entire thread, and everyone is talking
  about the boot, while ignoring the shutdown.

 Given the initramfs (in this context) would mount /usr, we could adopt
 the interface as specified in
 http://www.freedesktop.org/wiki/Software/systemd/InitrdInterface and we
 could make this work.

Well, even without that, it would be straightforward to change the shutdown
scripts from trying to unmount /usr to trying to remount it read-only -
i.e., the exact same thing we do for /.

There is one pathological case where this would be a problem, and that's
where the backing store for /usr is located on another filesystem (such as
an encrypted loopback filesystem).  While the init scripts do try to do
everything right such that this *could* be handled correctly at shutdown as
long as /usr can be unmounted, I can't see how this would be a sane
configuration that we need worry about supporting any better than we already
do (i.e., not well).

-- 
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: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Petter Reinholdtsen
[Philipp Kern]
 What in LVM should need to be shutdown?

No idea.  I have just seen messages about the LVM subsystem being busy
at shutdown.  I have not investigated where they came from.

-- 
Happy hacking
Petter Reinholdtsen


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



Re: Stuff from /bin, /sbin, /lib depending on /usr/lib libraries

2012-12-16 Thread Ben Hutchings
On Sun, 2012-12-16 at 23:57 +0100, Petter Reinholdtsen wrote:
 [Philipp Kern]
  What in LVM should need to be shutdown?
 
 No idea.  I have just seen messages about the LVM subsystem being busy
 at shutdown.  I have not investigated where they came from.

So far as I can tell, this is just noise that ought to be suppressed.

Ben.

-- 
Ben Hutchings
Life is like a sewer:
what you get out of it depends on what you put into it.


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


Accepted sigx 2.0.2-2 (source amd64 all)

2012-12-16 Thread Chow Loong Jin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 May 2012 13:52:31 +0800
Source: sigx
Binary: libsigx-2.0-2 libsigx-2.0-dev libsigx-2.0-doc
Architecture: source amd64 all
Version: 2.0.2-2
Distribution: experimental
Urgency: low
Maintainer: Chow Loong Jin hyper...@debian.org
Changed-By: Chow Loong Jin hyper...@debian.org
Description: 
 libsigx-2.0-2 - interthread communication library for C++ - runtime
 libsigx-2.0-dev - interthread communication for C++ - development files
 libsigx-2.0-doc - interthread communication for C++ - reference documentation
Closes: 665611
Changes: 
 sigx (2.0.2-2) experimental; urgency=low
 .
   * [b0e5a0e] Move to 3.0 (quilt) format
   * [84b3009] Patch to avoid including individual glib headers (Closes: 
#665611)
   * [a8e7d0e] Bump Standard-Version to 3.9.3
   * [967938e] Update debian/copyright to fit new copyright-format
   * [aa6892c] Update my email address
   * [893a08c] Include dpkg/default.mk for build flags
   * [85c2eb5] Fix up broken SHLINKFLAGS handling in scons
Checksums-Sha1: 
 325eaf6ffd87a9300b7c762b6243cf53f5e6ebd8 2046 sigx_2.0.2-2.dsc
 2692ffb31a7f75dd114c07dd6f1f5f501ee9e32a 4542 sigx_2.0.2-2.debian.tar.gz
 861e06c2569fcfd59e48bfbf7f1c8dae91a9dbb6 48152 libsigx-2.0-2_2.0.2-2_amd64.deb
 1a7a199781fc75fd07eb03715df7b9e884c09125 50698 
libsigx-2.0-dev_2.0.2-2_amd64.deb
 418881824cb128141019cac5282029b8395a66a6 719932 libsigx-2.0-doc_2.0.2-2_all.deb
Checksums-Sha256: 
 b4b487544f0678661c6a4430eb5a6ec57eaffc3a6a180b9db0ecd65edc1b4cee 2046 
sigx_2.0.2-2.dsc
 6754085b8304120ba1793d5515f2bd50bb82de2edfb54d9fa6828124f39c589b 4542 
sigx_2.0.2-2.debian.tar.gz
 32f8538dd8cd574a96bdae1c76db43818e46c116970b15b78b52420ffbcbceef 48152 
libsigx-2.0-2_2.0.2-2_amd64.deb
 432e7e34c2de73bba3401ca45ecffc7c5208cb1edfab98ee2f7f8b8c8c6f02fc 50698 
libsigx-2.0-dev_2.0.2-2_amd64.deb
 b4a83ac49dcd74c90a91dff20e41be5edf7f38c52d051afd465a583d7e7d9ff9 719932 
libsigx-2.0-doc_2.0.2-2_all.deb
Files: 
 1fb9faade55ebbd5980497a48adad140 2046 devel optional sigx_2.0.2-2.dsc
 e81f32bbaad5b9bec03f5cf827ef18a6 4542 devel optional sigx_2.0.2-2.debian.tar.gz
 5da3c70f99ac1f75712b9c0afdf21018 48152 libs optional 
libsigx-2.0-2_2.0.2-2_amd64.deb
 7fcae96c944244d0e7d24230d9e1429c 50698 libdevel optional 
libsigx-2.0-dev_2.0.2-2_amd64.deb
 863e5fbc59287b06a4728723d04c7a48 719932 doc optional 
libsigx-2.0-doc_2.0.2-2_all.deb

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

iQIcBAEBAgAGBQJQzYusAAoJEPvVIltYh1KhwSQP/3O3VUCaHnshBoq9ni/u3mXu
lklqBbUo3ZQdo+PhRKbWCZ9NIa+NAcKxhlGIH6GKQHQoJ5hwTzjnTg6DGiA8WaRv
OvkehBDL+aWudSxNMCQn8qq65UAZ7eVcoz1nGEpuv8nbmDXU1MtwIvg7s/igzJws
8gH1iqO7vqC7vNp03CC/J8lw8KzPrP3+K18+1N68k1vaxW/4M8NuNDELGGqQ3+hq
XOP0f6nyjQ3ilguxqZMZBq/n9SiyhGjDBBfZH2fPf47FeZI18pASVHG6s8ydPnoP
lsb+RFabOV/DyIf0XaODJnE+RcZi/5NXwjqxdxzPcH7HQGyMWb/biQ1X+FNNqJAT
5PXxChUYEp9zMWEyiQ6yJIFHFS8mMqAu3cIX1whgGt43axA4ZssCpWoGuTyRjYCy
vmURFxdgvSROUXRoXVLGazGQSMo+g/PuHmtTm6y7hd7Ln0GCr1z8LQ8DpGhITtXg
PLvLpVjWgkbOfU1yjghcCAGX0VTOdVNzNAANFotS83KU3E4+Bo6djp90iyI1k+N7
rVFCZ2tx9vmr5Qwd1Kx36Wq/I46gxEIWlgmuao1FPVXK8AnmOfPKKsQby4T/V1mv
8AjW6rt/iNtsYtcajdjPH6Ud+NKWOxCv+K4YHIQamsq4L1hcVM8yfPGrz4yALFOM
FQ6cI7uhzjgQ0u+/YLSo
=nzOo
-END PGP SIGNATURE-


-- 
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/e1tka7h-00059u...@franck.debian.org



Accepted python-webob 1.1.1-1.1 (source all)

2012-12-16 Thread Dominik George
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 04 Dec 2012 00:09:48 +0100
Source: python-webob
Binary: python-webob
Architecture: source all
Version: 1.1.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Dominik George n...@naturalnet.de
Description: 
 python-webob - Python module providing WSGI request and response objects
Closes: 695050
Changes: 
 python-webob (1.1.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix response header bug reported by Mehdi Abaakouk (Closes: #695050).
Checksums-Sha1: 
 6fe3bca15ffc128a9231faa73946cfe379b82032 2189 python-webob_1.1.1-1.1.dsc
 e5114f8394d3d3d8b4d6fd58cc9a1aeb5eca2b58 5025 
python-webob_1.1.1-1.1.debian.tar.gz
 ee740aec3a1a44a2dc68e38318734152676a0b86 291146 python-webob_1.1.1-1.1_all.deb
Checksums-Sha256: 
 bb807a94190a16128eabd9498e0fca5de84a75b481bbf1e095ae75c50b80f0dc 2189 
python-webob_1.1.1-1.1.dsc
 acbac1ed0ba9f37a0f143a22acaf6bb1b157573de45ebff3f23cf13d13833170 5025 
python-webob_1.1.1-1.1.debian.tar.gz
 e8994c9ce4e433769e6a3af6e9d634ce256d1f9d97bbfc8af2468ca096d1d692 291146 
python-webob_1.1.1-1.1_all.deb
Files: 
 81d6a817ec992a52c20fe9d95866bc93 2189 python optional 
python-webob_1.1.1-1.1.dsc
 f79dc9791b3b7e4391657ebee134e0fa 5025 python optional 
python-webob_1.1.1-1.1.debian.tar.gz
 4335eed20ceea8da9499f1c3375e070d 291146 python optional 
python-webob_1.1.1-1.1_all.deb

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

iQIcBAEBAgAGBQJQzY8xAAoJEMKUD5Ub3wqdmAEP/2QNYhB76pru7ble/B0L2PZb
XeYk87Fo4iLmEv1PqB1RV85uc6W5JwzOgiYFsCtQjP4fyFKmiwYDwCFUIz6F8C7D
pWucvNIRVqqajkT27QEJr4+SpBiGX35+vidnCYoPDmacJEc7i2Qtup091mB0jwGb
oGAAYrgvM8Qwm+duBgIu9vGF8FfUL8VuV+LQZh0M898afPfjCae84Mkdo/8rZTbx
V6EdDu03Uuw/Q4yQ54VJiO79IpV1tcjZUWMPFHgv20OFXr6SE+bHk9CC1UINpnX0
mZ6s9Rqyqj3FugLoXBUiRY4MDPGStXeHAjgK9YAhracV8PCZ6yyntYYLbaBT2a5W
+L+sCpR46g4zh9gedT8X6iUU88p2Z2Ue9ezb2mxlb4thujFSNpBPdRYU/j8hjOcf
d51WefaKunwLf78HjodA4S0Lw3/QXWTAQQxFtNRTZp9JkHDuIqr9jd/gPsiECpjI
4IMz5/QNtjKz5bj4T5i4Ma3P+fP3eDOT7nddT02ktQAobwM5Be+vKClrjY6hc8Nz
3b1ilJYHb9URQnCyBIi4eqcJa+98+wv8CGJ/d0fdc52oZE+MPPAUBEnMb6QyCrQy
3zIjiRm+ubJc4h71fO0zg4738Un+huEAvz6Brxy857duLRyfwAITBUq1DpeZOIFl
3tI7F4DdcVy7veiFDsRi
=cFwZ
-END PGP SIGNATURE-


-- 
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/e1tkalp-0001sm...@franck.debian.org



Accepted squashfs-tools 1:4.2+20121212-1 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:21:14 +0100
Source: squashfs-tools
Binary: squashfs-tools squashfs-tools-dbg
Architecture: source i386
Version: 1:4.2+20121212-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 squashfs-tools - Tool to create and append to squashfs filesystems
 squashfs-tools-dbg - Tool to create and append to squashfs filesystems (debug)
Changes: 
 squashfs-tools (1:4.2+20121212-1) unstable; urgency=low
 .
   * Merging upstream version 4.2+20121212.
   * Updating year in copyright file.
   * Rediffing kfreebsd.patch.
   * Removing pseudo.patch, included upstream.
   * Removing debhelper docs and example files, not applicable anymore.
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
   * Updating rules for new upstream sources.
Checksums-Sha1: 
 acc8d27f4d71b4a85bb90fc1777c068e2e39e5e2 1367 squashfs-tools_4.2+20121212-1.dsc
 ed9ebc2c5affc87adfe23aa04d1abab458e8ac32 81952 
squashfs-tools_4.2+20121212.orig.tar.xz
 5a043ba2bcdcb844035d57a626756788a7e62772 10172 
squashfs-tools_4.2+20121212-1.debian.tar.xz
 2350710f640359aa0f84f3ffefd74df13532be37 93036 
squashfs-tools_4.2+20121212-1_i386.deb
 a614d558e141c306933f470daed657c2e23e5adc 236928 
squashfs-tools-dbg_4.2+20121212-1_i386.deb
Checksums-Sha256: 
 f34654c0e43a83eba61bfcefc60964f718e4c2d8ea49e1633c6f90036438e3a2 1367 
squashfs-tools_4.2+20121212-1.dsc
 a1afedbfc8413b5e3a6b8c94b9870ed10f6ac99e92bbf785ee5c931b93df5cb6 81952 
squashfs-tools_4.2+20121212.orig.tar.xz
 b3f55fd971cb7b6955759026fc44493659aa64c5c74634d28f399a7b7c20e70c 10172 
squashfs-tools_4.2+20121212-1.debian.tar.xz
 73cfe12ce3719aa8c3bd87edefb1361cb2768322b3c2e986aa26a662def652cf 93036 
squashfs-tools_4.2+20121212-1_i386.deb
 cda25da21b053bdfc9d5cfe31f3504330ce73cc6f9e280a419850a5a87b890a7 236928 
squashfs-tools-dbg_4.2+20121212-1_i386.deb
Files: 
 3bb905ff1e58e666e757fecb79397440 1367 kernel optional 
squashfs-tools_4.2+20121212-1.dsc
 7bc34d045684f5dd051c481cecac2234 81952 kernel optional 
squashfs-tools_4.2+20121212.orig.tar.xz
 55c67bc4c7c0e1ff6b01f821fa61bcd4 10172 kernel optional 
squashfs-tools_4.2+20121212-1.debian.tar.xz
 4dec26382e690e2e6553c743970613f6 93036 kernel optional 
squashfs-tools_4.2+20121212-1_i386.deb
 b17ff4ecabdebba316bd563237071c6d 236928 debug extra 
squashfs-tools-dbg_4.2+20121212-1_i386.deb

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

iEYEARECAAYFAlDNlF0ACgkQ+C5cwEsrK55JuACg16XPt4xmPrMPp+ZdNzLG/lda
5EIAn1y8PIAIf2eoErB5HYJdrbUbe0gN
=ewJM
-END PGP SIGNATURE-


-- 
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/e1tkaag-0007fc...@franck.debian.org



Accepted clzip 1.3-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:36:14 +0100
Source: clzip
Binary: clzip clzip-dbg
Architecture: source i386
Version: 1.3-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 clzip  - C, lossless data compressor based on the LZMA algorithm
 clzip-dbg  - C, lossless data compressor based on the LZMA algorithm (debug)
Changes: 
 clzip (1.3-3) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 a5317ba17c8dd9e86a1ea76ed6c9c45d0d26e0e1 1095 clzip_1.3-3.dsc
 5cd9ab316325666e050a8de04dc893c90689ba0c 2944 clzip_1.3-3.debian.tar.xz
 c6db7d18934ff26739362508789a00a8dcd10633 40734 clzip_1.3-3_i386.deb
 2990bd3c62a93d5226fd6fc5462806e10ae91f87 84180 clzip-dbg_1.3-3_i386.deb
Checksums-Sha256: 
 ccbbc8dada684cb4fbbc7e4f6244b8e264540f7aade2d7566c095a98bc629b6a 1095 
clzip_1.3-3.dsc
 ce9f1967fc3a26c49f9733da2e0733c0a1d1603ba0a6563dbed1dc55dac493eb 2944 
clzip_1.3-3.debian.tar.xz
 f9e84b0f16bd8d18342e4bd26a2108ac4b00b66e5845698eefa53ddc09cc88ff 40734 
clzip_1.3-3_i386.deb
 5970fa824f9428029f9b53577eefe5d8bc9ff0b5801763bd597398871f33e733 84180 
clzip-dbg_1.3-3_i386.deb
Files: 
 089652dd57a9973a36689c363ea55df7 1095 utils optional clzip_1.3-3.dsc
 a801dd805ce0a6875cdb174bbfde517c 2944 utils optional clzip_1.3-3.debian.tar.xz
 28cc7c2ce4d20dd196bb4a69429f2b21 40734 utils optional clzip_1.3-3_i386.deb
 f159289d5175ea9dd4a10f84f80c7070 84180 debug extra clzip-dbg_1.3-3_i386.deb

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

iEYEARECAAYFAlDNlkIACgkQ+C5cwEsrK570qwCg5HRCISGVRAVxrWzb7ek/uDTN
DksAn15PREfMeqBRqhXKTNzplCAZUAuv
=5nIg
-END PGP SIGNATURE-


-- 
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/e1tkaoj-0004xy...@franck.debian.org



Accepted efilinux 1.0-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:38:26 +0100
Source: efilinux
Binary: efilinux
Architecture: source i386
Version: 1.0-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 efilinux   - UEFI bootloader
Changes: 
 efilinux (1.0-3) unstable; urgency=low
 .
   * Adding dpkg-source local options.
   * Updating to standards version 3.9.4.
   * Correcting architecture fields.
Checksums-Sha1: 
 0a8d6f5187372def546d666746ae17d8e3f8775c 1043 efilinux_1.0-3.dsc
 91cf3958e0f9dcb592502bc9d5a49b55e7e6c909 2604 efilinux_1.0-3.debian.tar.xz
 379ddad1362b4556d5e72a7044a2837df92dedae 25596 efilinux_1.0-3_i386.deb
Checksums-Sha256: 
 ba44dea3644bda3e5408e5606ae300229ccd6abd360bba5aaa9a50ec3a13cc02 1043 
efilinux_1.0-3.dsc
 1398d78bf68d710ab5b24073e15776aa2a5435a449ee5e117d1f638f612f0535 2604 
efilinux_1.0-3.debian.tar.xz
 04839e05c6e4c79563e6c3d5a0ab4355a771a507644c60a427bae132bfb5c420 25596 
efilinux_1.0-3_i386.deb
Files: 
 5aa3d05d6e11398acb6f9e3e7dee18ac 1043 utils optional efilinux_1.0-3.dsc
 a20ebd96baa42093a948ae8f8cc7cce0 2604 utils optional 
efilinux_1.0-3.debian.tar.xz
 6bbb463da7d1bc1a0196ee020ae724a8 25596 utils optional efilinux_1.0-3_i386.deb

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

iEYEARECAAYFAlDNlr4ACgkQ+C5cwEsrK56APgCggZ1JTztGszNVyPWPeRNIuWUt
ZHsAnRsMlNgymAEgFDCG3/2CrF5b3+Ft
=MVAE
-END PGP SIGNATURE-


-- 
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/e1tkaon-0004ba...@franck.debian.org



Accepted fatattr 1.0.1-10 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:34:16 +0100
Source: fatattr
Binary: fatattr fatattr-dbg
Architecture: source i386
Version: 1.0.1-10
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 fatattr- Utility to control attributes on a FAT filesystem
 fatattr-dbg - Utility to control attributes on a FAT filesystem (debug)
Changes: 
 fatattr (1.0.1-10) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 f6784edf5cf5120c997cb87e7abcbccd7304b872 1157 fatattr_1.0.1-10.dsc
 f6d3b31eec454f2b93d6784db217c43da72510b9 2320 fatattr_1.0.1-10.debian.tar.xz
 e88e04faef58d63f15de7450a7dfd885a0acece9 6308 fatattr_1.0.1-10_i386.deb
 61284eb9cf763ac71207f758a6e750f79c2384e2 7584 fatattr-dbg_1.0.1-10_i386.deb
Checksums-Sha256: 
 91d49708783acb45d96053256fe5e02c25d13ac8fb479e1e0a230159483025f6 1157 
fatattr_1.0.1-10.dsc
 5c1c5fa4e8e1607f09d6ee480cd8d9351cdd78cef7084524d86e98f7e63edd39 2320 
fatattr_1.0.1-10.debian.tar.xz
 1ddb68e01d331ea823af29788d0bf801b346c6cb12f15130eab45994b00088ef 6308 
fatattr_1.0.1-10_i386.deb
 32d4125e29b01753de51a6dfe411f037c089e708bc6999be6f9389d1a0841c3a 7584 
fatattr-dbg_1.0.1-10_i386.deb
Files: 
 cdf3a283dfd8dd56cae102bcc9c18833 1157 utils optional fatattr_1.0.1-10.dsc
 d65458190c3297dc858ea9cb935dcbfb 2320 utils optional 
fatattr_1.0.1-10.debian.tar.xz
 811230c7ed698101fe0237c79946521c 6308 utils optional fatattr_1.0.1-10_i386.deb
 270a364781038dcb7d11c44a0fc9b4e3 7584 debug extra fatattr-dbg_1.0.1-10_i386.deb

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

iEYEARECAAYFAlDNlhwACgkQ+C5cwEsrK56X1QCg0jqsG+YsYJWkXGjy4uixDGe0
W1UAn1tvD5LrnkuckyAWS6u+1W423417
=pr3e
-END PGP SIGNATURE-


-- 
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/e1tkaos-0004hm...@franck.debian.org



Accepted lunzip 1.1-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:40:08 +0100
Source: lunzip
Binary: lunzip lunzip-dbg
Architecture: source i386
Version: 1.1-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 lunzip - data compressor based on the LZMA algorithm (uncompressor)
 lunzip-dbg - data compressor based on the LZMA algorithm (uncompressor debug)
Changes: 
 lunzip (1.1-3) unstable; urgency=low
 .
   * Adding dpkg-source local options.
   * Updating to standards version 3.9.4.
Checksums-Sha1: 
 991d93ac69d5ef54fc7a3e79c04ce3919e14fe9a 1098 lunzip_1.1-3.dsc
 86c1f116d105ec82c0793918df91a5ce3cfb14fa 2604 lunzip_1.1-3.debian.tar.xz
 032b474f213e329ef4d13b0383d9d522a4c3defc 18250 lunzip_1.1-3_i386.deb
 77426f93274bd3290955dcdae319108a1e33d078 39876 lunzip-dbg_1.1-3_i386.deb
Checksums-Sha256: 
 596a50595bea8e558e7bd2bf35411ce027bf9c96532725d0aac4cf796ff1501a 1098 
lunzip_1.1-3.dsc
 c3b5d3c42a1799d70a766ace90463ad8f3f40320ccdb8c1fc445047619f1cde3 2604 
lunzip_1.1-3.debian.tar.xz
 f8f367c51ef498851347830f9bdbac65abbc13f7500b8bf78a669739fe4a3fec 18250 
lunzip_1.1-3_i386.deb
 e5e09caa14bb37e8494384f5ff8d188d9b7208d04991b1fcc123f9c05d68d327 39876 
lunzip-dbg_1.1-3_i386.deb
Files: 
 6d43dd7c1b772f2b2f68f1ad8ac88d37 1098 utils optional lunzip_1.1-3.dsc
 9146c322200972668b30df1f1151ac0b 2604 utils optional lunzip_1.1-3.debian.tar.xz
 5ec3088c407ddb5ed1ed20ee05d23dfd 18250 utils optional lunzip_1.1-3_i386.deb
 ced0cae72dc3e041c77ea252bccec9bb 39876 debug extra lunzip-dbg_1.1-3_i386.deb

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

iEYEARECAAYFAlDNlxsACgkQ+C5cwEsrK550PACgzrr1/SZzskwV/AQAtSc77NUW
50MAn0xb5VnGDP2Q4wcERDMLdVQ4okrT
=3Ae9
-END PGP SIGNATURE-


-- 
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/e1tkap1-0004o1...@franck.debian.org



Accepted lzip 1.13-4 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:41:23 +0100
Source: lzip
Binary: lzip lzip-dbg
Architecture: source i386
Version: 1.13-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 lzip   - lossless data compressor based on the LZMA algorithm
 lzip-dbg   - lossless data compressor based on the LZMA algorithm
Changes: 
 lzip (1.13-4) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 4cef34ced67279df1cb800020273a2c9c3858337 1090 lzip_1.13-4.dsc
 5970533aa1d35cdb0dda0c303ae5866dd8032502 3424 lzip_1.13-4.debian.tar.xz
 db14f819ef78799d6c4bc071b46d0dc579851c05 52924 lzip_1.13-4_i386.deb
 5e4f0442e6d8ba7fc3815920428d4630b506909d 191428 lzip-dbg_1.13-4_i386.deb
Checksums-Sha256: 
 18fbb414dc620a42bca06ef24af45c67c4bcc36c9141f7611061a6bf9479befe 1090 
lzip_1.13-4.dsc
 d9bf7fa3f652bcc7c02449d4f73ad0f855419c30ed2d3619d8f5c5c46a3ffe81 3424 
lzip_1.13-4.debian.tar.xz
 d9cbc84b3c0b79b7cfc633b4ddd2713b0d35d86ea2956d2265fb89b264898c68 52924 
lzip_1.13-4_i386.deb
 b40a400ac6b0cbd43e01b075015adfc6b31b0e49d7d74349452684bcc74e8cdd 191428 
lzip-dbg_1.13-4_i386.deb
Files: 
 cdef40265196855627e59aeb2d6ebfd7 1090 utils optional lzip_1.13-4.dsc
 bd4b0bfad25a0176abd64dae869d2044 3424 utils optional lzip_1.13-4.debian.tar.xz
 662b8e1904bf5e23341abd7f5d601f52 52924 utils optional lzip_1.13-4_i386.deb
 a0efcd8ca105ec37443914be87630f69 191428 debug extra lzip-dbg_1.13-4_i386.deb

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

iEYEARECAAYFAlDNl2gACgkQ+C5cwEsrK57KFQCglk2rhEUqqr4cYj15TggXQGX6
wNIAnAxwayMuLbFZsYtelMoD69AWYmcS
=c6b4
-END PGP SIGNATURE-


-- 
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/e1tkap6-0004tv...@franck.debian.org



Accepted lziprecover 1.13-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:42:29 +0100
Source: lziprecover
Binary: lziprecover lziprecover-dbg
Architecture: source i386
Version: 1.13-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 lziprecover - lossless data compressor based on the LZMA algorithm (recovery)
 lziprecover-dbg - lossless data compressor based on the LZMA algorithm
Changes: 
 lziprecover (1.13-3) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 d60cc8900dadb55119089a7b12e75f8da2dee618 1174 lziprecover_1.13-3.dsc
 c223f43dfff1a1e1271c3c70b3ff427a1bd23230 2488 lziprecover_1.13-3.debian.tar.xz
 3ad82d1b47fae5c0c1b37a92e9bdf823e60c59b7 40612 lziprecover_1.13-3_i386.deb
 2722f4713be6fbf511b5b9c225eac45cd252b6f3 194754 lziprecover-dbg_1.13-3_i386.deb
Checksums-Sha256: 
 b8de4a651614ecb848ebbdd8b8305d4a1f2f84aa740ac75c627036f01c03faf2 1174 
lziprecover_1.13-3.dsc
 f9f77bb1fbfe6098483b94476045b4e12c3e43c32b2527ab4ae0f4ccd50abc42 2488 
lziprecover_1.13-3.debian.tar.xz
 bbfc9007e67aee7813e33a175472501876ae75216d594819e0ef80fac0a6ce6a 40612 
lziprecover_1.13-3_i386.deb
 5ecc089d4618a2e14b3675cd8912cd545fc0727bc1e08542b94fffdedd468f9a 194754 
lziprecover-dbg_1.13-3_i386.deb
Files: 
 1714059149ef64e8c800b40c1ddf982c 1174 utils optional lziprecover_1.13-3.dsc
 7f8482950ec3e478fa4b2477b76144cc 2488 utils optional 
lziprecover_1.13-3.debian.tar.xz
 109880fd61de757419cd59e2b6d42a1b 40612 utils optional 
lziprecover_1.13-3_i386.deb
 176cef9f190fe218c786c564b0e3dc6e 194754 debug extra 
lziprecover-dbg_1.13-3_i386.deb

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

iEYEARECAAYFAlDNl70ACgkQ+C5cwEsrK57JWQCfaChh/f8tol1VgcxpD46eeob3
hDoAnjyhyPyhp3BDQ068rR8gI00Spy/H
=SnFC
-END PGP SIGNATURE-


-- 
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/e1tkapb-0004yy...@franck.debian.org



Accepted memtester 4.3.0-2 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:32:12 +0100
Source: memtester
Binary: memtester
Architecture: source i386
Version: 4.3.0-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 memtester  - Utility for testing the memory subsystem
Changes: 
 memtester (4.3.0-2) unstable; urgency=low
 .
   * Adding dpkg-source local options.
Checksums-Sha1: 
 0d73bfcbbb0e2b682f07857736ac290793d2d267 1098 memtester_4.3.0-2.dsc
 8afab3f8cbb499c2d39406f4def608239d2ba922 3068 memtester_4.3.0-2.debian.tar.xz
 26cc6441b1fa0a6518322c376ebbc370b8d055c7 17936 memtester_4.3.0-2_i386.deb
Checksums-Sha256: 
 6dee717c260fa1029502445cf65dd5d0847e7f17b21c1a2841940c3605b74b45 1098 
memtester_4.3.0-2.dsc
 856fb2448be3add3bfd2a3d6c29822198d2c20961204eea359828084b770db13 3068 
memtester_4.3.0-2.debian.tar.xz
 3f57be4d612999f843f41b34048b8077c180125f690b731666a5c9962be98221 17936 
memtester_4.3.0-2_i386.deb
Files: 
 7af43f88d2a30c2258f8b6e2c98e8719 1098 utils optional memtester_4.3.0-2.dsc
 facc82bc143e613c1ed591fabcd751f1 3068 utils optional 
memtester_4.3.0-2.debian.tar.xz
 1b773bd95c4042c83180c31ad71a24fa 17936 utils optional 
memtester_4.3.0-2_i386.deb

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

iEYEARECAAYFAlDNlWEACgkQ+C5cwEsrK54S7QCgmH+mAO/noU6pdFcegPN5hjIY
7f8AnRpy/1CL5Nte30/v2VkhOLAsUDsD
=G4lo
-END PGP SIGNATURE-


-- 
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/e1tkapg-000532...@franck.debian.org



Accepted lzlib 1.3-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:43:22 +0100
Source: lzlib
Binary: liblz1 liblz-dev liblz-dbg
Architecture: source i386
Version: 1.3-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 liblz-dbg  - data compressor based on the LZMA algorithm (debug)
 liblz-dev  - data compressor based on the LZMA algorithm (development)
 liblz1 - data compressor based on the LZMA algorithm (library)
Changes: 
 lzlib (1.3-3) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 c5b22df2c749c673adde291c87d49ffb06861954 1140 lzlib_1.3-3.dsc
 ae6c050f97c13eadabe3c1e210bcc3b68641098a 3788 lzlib_1.3-3.debian.tar.xz
 985029035b863b70d6451af22c5613320475ce55 29440 liblz1_1.3-3_i386.deb
 62f1d2bf0a1847b4817de3a314994056a4566006 43140 liblz-dev_1.3-3_i386.deb
 90a2ccfb1e1d9405a96ccad5c1c511b60a184e82 72682 liblz-dbg_1.3-3_i386.deb
Checksums-Sha256: 
 7c2c57d2e5eae305bb6f52b056bb2d73affbe53957de6a50b295a8ed8d1fbfa0 1140 
lzlib_1.3-3.dsc
 9b10cf79f811829238dfef46f92fceaf7a985c485d2c639772c0fb7ec7e1cb31 3788 
lzlib_1.3-3.debian.tar.xz
 d83c15450d8df353b580ecbfef1e6c13f6841f9e947ae5b4456759615adee11b 29440 
liblz1_1.3-3_i386.deb
 654b7fa78d66f04fc44604cfa9d7dc1490473b2e8fbbf3fa9a361b6c9d5092a3 43140 
liblz-dev_1.3-3_i386.deb
 be9b64a64e4eb3e12ad18a145b5217352da02e1ee70ea46919fceab2e20947fa 72682 
liblz-dbg_1.3-3_i386.deb
Files: 
 994a71fee798aae1d02889d3e3bc501b 1140 libs optional lzlib_1.3-3.dsc
 3ac431a52148bd9d008aacfab8984f31 3788 libs optional lzlib_1.3-3.debian.tar.xz
 e8366b23044f1c04ed56d762936626f2 29440 libs optional liblz1_1.3-3_i386.deb
 6c54290fe660b1de02da264018ea7bea 43140 libdevel optional 
liblz-dev_1.3-3_i386.deb
 7abd8359c34a8fdbbecde9bb871d0157 72682 debug extra liblz-dbg_1.3-3_i386.deb

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

iEYEARECAAYFAlDNl/cACgkQ+C5cwEsrK54A8wCdHqLCWGdMC5JfpeM+ilfu9xU3
q3AAnRtanjFWf50FPCcDBbL2WehG9H6C
=Puxk
-END PGP SIGNATURE-


-- 
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/e1tkb3h-0002fh...@franck.debian.org



Accepted pdlzip 1.3-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:44:17 +0100
Source: pdlzip
Binary: pdlzip pdlzip-dbg
Architecture: source i386
Version: 1.3-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 pdlzip - data compressor based on the LZMA algorithm (simple version)
 pdlzip-dbg - data compressor based on the LZMA algorithm (simple version; debu
Changes: 
 pdlzip (1.3-3) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 347baf30b7310dbf3a503af83808ea59cb6081b1 1098 pdlzip_1.3-3.dsc
 b5803bc7be00e62774475a47f524e2c8ac55949c 2348 pdlzip_1.3-3.debian.tar.xz
 49f7cc4f5800d533cbf6994e2a9a83b26fac8d06 33622 pdlzip_1.3-3_i386.deb
 a7bbe9c12c38c9bbe13b8b1ffd58a7b8856ecd4d 77726 pdlzip-dbg_1.3-3_i386.deb
Checksums-Sha256: 
 3c5f5b039a98697c5a939202c5bf0bcf6559e6ed65990b30846a92a937516b62 1098 
pdlzip_1.3-3.dsc
 42cfe415dc1221f23d2ec315e95d98e069b608f26ae9bc6dd006a0e3c4773cfb 2348 
pdlzip_1.3-3.debian.tar.xz
 aec10b1fc20835ec81103feefda3a6b2417fec12a82ca9094cab01598e17d3c0 33622 
pdlzip_1.3-3_i386.deb
 ac443c6b1b252651fb6dc74658f82dbe1f251ed7cadd65c283ba4262e998da99 77726 
pdlzip-dbg_1.3-3_i386.deb
Files: 
 65d60d4e329aadeea59dd4df1b85c4a3 1098 utils optional pdlzip_1.3-3.dsc
 3d195d4715b2ee8aa76826d1b6ada98e 2348 utils optional pdlzip_1.3-3.debian.tar.xz
 5f177280aa56d679f935d88eae71b33a 33622 utils optional pdlzip_1.3-3_i386.deb
 e0ee5662d61d7bdc03f9df37b52e4e33 77726 debug extra pdlzip-dbg_1.3-3_i386.deb

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

iEYEARECAAYFAlDNmCcACgkQ+C5cwEsrK55dcwCdG/ZC/34j7Wk+Sa/8yk+BFs6P
s/0AoNvHwnov0aa51ycAlX9fT5d0ef3c
=DzTP
-END PGP SIGNATURE-


-- 
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/e1tkb3n-0002kq...@franck.debian.org



Accepted plzip 0.9-3 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:45:07 +0100
Source: plzip
Binary: plzip plzip-dbg
Architecture: source i386
Version: 0.9-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 plzip  - parallel, lossless data compressor based on the LZMA algorithm
 plzip-dbg  - parallel, lossless data compressor based on the LZMA algorithm (d
Changes: 
 plzip (0.9-3) unstable; urgency=low
 .
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 3d22d00d0e87424755516b53a2b6b48da414d0dd 1106 plzip_0.9-3.dsc
 23470b302f000b492f74341f2df70d0b68f50800 3372 plzip_0.9-3.debian.tar.xz
 718db7f9203eb384a4194f832a016bcc996ac3f4 46460 plzip_0.9-3_i386.deb
 75c25bd6721a4f18bf287585b4d2d64d7fae4dba 150784 plzip-dbg_0.9-3_i386.deb
Checksums-Sha256: 
 fcbce1908e3103efa4902dfb544dc05f60d448fdbcbd300dca495f0e97cc82e9 1106 
plzip_0.9-3.dsc
 e19150e211ed19b29d7b210a9c0ba148714f9be772a6ace6ce686ea332f1f4c1 3372 
plzip_0.9-3.debian.tar.xz
 fd9496fe9f9d605fd5e46ac6d5742b81212fc3db7588a71f3ee4ced0415425ca 46460 
plzip_0.9-3_i386.deb
 09fd4ea77e1f47ed5e7714d0145c1de490c58dca8788268829b30868bab57e6f 150784 
plzip-dbg_0.9-3_i386.deb
Files: 
 77f87a7baeae9c242f653e1959434587 1106 utils optional plzip_0.9-3.dsc
 9ee41edf7ee8400c0ddcbdb57fe3ef79 3372 utils optional plzip_0.9-3.debian.tar.xz
 8024c0743a8066d6edd0c2c38219d4ed 46460 utils optional plzip_0.9-3_i386.deb
 149935ae20c42a22f5623626a9328356 150784 debug extra plzip-dbg_0.9-3_i386.deb

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

iEYEARECAAYFAlDNmFcACgkQ+C5cwEsrK55YUgCfRG4N0w9tyWGZEXonTQhZkPsU
ZocAniV8/HeVXyxvZA5oSzIdod0RDPk8
=RYmm
-END PGP SIGNATURE-


-- 
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/e1tkb3s-0002qd...@franck.debian.org



Accepted tftp-hpa 5.2-5 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 10:46:51 +0100
Source: tftp-hpa
Binary: tftp-hpa tftpd-hpa
Architecture: source i386
Version: 5.2-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 tftp-hpa   - HPA's tftp client
 tftpd-hpa  - HPA's tftp server
Changes: 
 tftp-hpa (5.2-5) unstable; urgency=low
 .
   * Correcting spelling typo in readme, thanks to Adam D. Barratt adam
 @adam-barratt.org.uk.
   * Updating to standards version 3.9.4.
   * Adding dpkg-source local options.
Checksums-Sha1: 
 9f0b54280b83a44500657398ec3c18d3fdd987c5 1206 tftp-hpa_5.2-5.dsc
 62040f7084aadfd7256e22854b014128b865776c 21664 tftp-hpa_5.2-5.debian.tar.xz
 3e8518e7ff898defb10203f1172ada884145aad4 26744 tftp-hpa_5.2-5_i386.deb
 454705329786d38aba5825681b5d73802441c386 47060 tftpd-hpa_5.2-5_i386.deb
Checksums-Sha256: 
 34ca91b0ac30f0fc3759f9b0c3f4d50cc7422f98803373fdb14aa9b8ac7daf40 1206 
tftp-hpa_5.2-5.dsc
 07884e143210e6bf19361081f1e058474a37852f75cfb6fe9e4bc1f76f2d7e29 21664 
tftp-hpa_5.2-5.debian.tar.xz
 0cdfa58f057e9cf3cc567d3bed2308dfec0cb86798e93f3401ed75eea06cbd87 26744 
tftp-hpa_5.2-5_i386.deb
 0eabfaeb61fb69784044f9534a3b1e436d2f2d7e8083eac13d8530aee942acc5 47060 
tftpd-hpa_5.2-5_i386.deb
Files: 
 ca99d73ddab8a286eb7aa92c84d00675 1206 net extra tftp-hpa_5.2-5.dsc
 85060ce44c75917eba3e1caec2103740 21664 net extra tftp-hpa_5.2-5.debian.tar.xz
 4cc20370edb6cdad42b8d95f1f209f7a 26744 net extra tftp-hpa_5.2-5_i386.deb
 ba3757d4b15dd16aa2443faed9bf00ea 47060 net extra tftpd-hpa_5.2-5_i386.deb

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

iEYEARECAAYFAlDNmNAACgkQ+C5cwEsrK55J7ACfdHeNpyfNempC15qvmMMKGWsC
jBAAn1ZcDSt7bjTYgqglQ3qPdJxxQArw
=mvAN
-END PGP SIGNATURE-


-- 
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/e1tkb3p-0002bl...@franck.debian.org



Accepted wraplinux 1.7-8 (source i386)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 11 Dec 2012 21:38:23 +0100
Source: wraplinux
Binary: wraplinux wraplinux-dbg
Architecture: source i386
Version: 1.7-8
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 wraplinux  - Utility to wrap a Linux kernel and initrd into an ELF or NBI file
 wraplinux-dbg - Utility to wrap a Linux kernel and initrd into an ELF or NBI 
file
Changes: 
 wraplinux (1.7-8) unstable; urgency=low
 .
   * Adding dpkg-source local options.
   * Updating to standards version 3.9.4.
   * Fixing build to work twice in a row.
Checksums-Sha1: 
 80a68217f53e22d6dcda5d77365949084900f235 1190 wraplinux_1.7-8.dsc
 b16dc1a3492eefb7696a5b8876d8ddcbf6b405a2 2272 wraplinux_1.7-8.debian.tar.xz
 5a83e2898f0942ec68af3d7bce708a411191d0bb 11614 wraplinux_1.7-8_i386.deb
 a11671b655baa4094983abe64e76624ad5aa602a 24486 wraplinux-dbg_1.7-8_i386.deb
Checksums-Sha256: 
 cbc85a3f4e4dc0553918d720668ff1e75a0cfd077a71870dab1c91a59ea1b9e0 1190 
wraplinux_1.7-8.dsc
 a6eca6a4410bfb78fcbc954aac39b067f17eea63423e454c8de56224ddb41c96 2272 
wraplinux_1.7-8.debian.tar.xz
 3ed526c27df17053628c9ce7e68b894196b5092d37db1da4ee63366b3f52f0a6 11614 
wraplinux_1.7-8_i386.deb
 dcc66a76805c75df077927618f242c394b42456862ea91c7ce4feeeb72a8e397 24486 
wraplinux-dbg_1.7-8_i386.deb
Files: 
 a709371fbbe40a0c15a6eeabb6337e7a 1190 utils optional wraplinux_1.7-8.dsc
 47da42f80fc16628b0c9a4f124d20b26 2272 utils optional 
wraplinux_1.7-8.debian.tar.xz
 24e8cc346955b7e7599557514c34ae69 11614 utils optional wraplinux_1.7-8_i386.deb
 60acb7a8cbca985025e799eca09e75d9 24486 debug extra wraplinux-dbg_1.7-8_i386.deb

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

iEYEARECAAYFAlDNmVoACgkQ+C5cwEsrK56gewCg2OaPyjKaSahyyVXL4XQXnRqw
yS0An0WA/t3gjlJH6X+Pg0i4uzz7Guvl
=jsbo
-END PGP SIGNATURE-


-- 
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/e1tkb3u-0002gt...@franck.debian.org



Accepted haskell-authenticate-oauth 1.4.0.4-1 (source all amd64)

2012-12-16 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 12:31:39 +0100
Source: haskell-authenticate-oauth
Binary: libghc-authenticate-oauth-dev libghc-authenticate-oauth-prof 
libghc-authenticate-oauth-doc
Architecture: source all amd64
Version: 1.4.0.4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 libghc-authenticate-oauth-dev - authenticate with OAuth for Haskell web 
applications
 libghc-authenticate-oauth-doc - authenticate with OAuth for Haskell web 
applications; documentati
 libghc-authenticate-oauth-prof - authenticate with OAuth for Haskell web 
applications; profiling l
Changes: 
 haskell-authenticate-oauth (1.4.0.4-1) experimental; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6b76f8b5a4c2598bbbf4b51cd681b7114e1f7f62 3068 
haskell-authenticate-oauth_1.4.0.4-1.dsc
 c2c7e433197987e1146c08faad757d2c06a30c15 6991 
haskell-authenticate-oauth_1.4.0.4.orig.tar.gz
 1fb2d2f92eb29db855dc78f26efe77524239c820 2341 
haskell-authenticate-oauth_1.4.0.4-1.debian.tar.gz
 7b5825ae91c389d77a7b52377dcdceca3cafad2a 51362 
libghc-authenticate-oauth-doc_1.4.0.4-1_all.deb
 dcb4315af6d405675db3205d9ec5ebe1ed001765 235664 
libghc-authenticate-oauth-dev_1.4.0.4-1_amd64.deb
 cbd2a125dce4ee81d642d9f4aacd18a30269806c 220476 
libghc-authenticate-oauth-prof_1.4.0.4-1_amd64.deb
Checksums-Sha256: 
 106ced410b96fcdbe47038f7ee7d49b955ae6500f4269604be75f601a21a8a6e 3068 
haskell-authenticate-oauth_1.4.0.4-1.dsc
 5196590912f9dac48857c5efedb46900e5abf7c390ba33131c9197bcdc97a4a4 6991 
haskell-authenticate-oauth_1.4.0.4.orig.tar.gz
 84ce870471bddba0ab7031c327e3969192b3b3a43bbc8a508cc9e7b66d0b2032 2341 
haskell-authenticate-oauth_1.4.0.4-1.debian.tar.gz
 7658dae4e58ffc1bc2a4b94c932f1116d858b5453d33eac851e83d0abc880146 51362 
libghc-authenticate-oauth-doc_1.4.0.4-1_all.deb
 af3dd4fc3af76e93ff12e8d6d1f9259fcfd100781463fc1225accac7b2c25f0d 235664 
libghc-authenticate-oauth-dev_1.4.0.4-1_amd64.deb
 9d0cc55a0c13143a1953c1adec21ce48f9b8a3bb34d2ad410903b8c054cf0863 220476 
libghc-authenticate-oauth-prof_1.4.0.4-1_amd64.deb
Files: 
 bc8438f3b0bd058bfaac416335505dfb 3068 haskell extra 
haskell-authenticate-oauth_1.4.0.4-1.dsc
 62af9b60e63e041f14bc8dc3ce58d345 6991 haskell extra 
haskell-authenticate-oauth_1.4.0.4.orig.tar.gz
 eecc58cb6128ff87893b263d742e3781 2341 haskell extra 
haskell-authenticate-oauth_1.4.0.4-1.debian.tar.gz
 2cd0794fa93e2ce1d2607765bdc07ce2 51362 doc extra 
libghc-authenticate-oauth-doc_1.4.0.4-1_all.deb
 7a7b2ba8917b6cf158b7e330b025268e 235664 haskell extra 
libghc-authenticate-oauth-dev_1.4.0.4-1_amd64.deb
 3f80bd65dc4c7f8acf30986a3c03e8c4 220476 haskell extra 
libghc-authenticate-oauth-prof_1.4.0.4-1_amd64.deb

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

iEYEARECAAYFAlDNthEACgkQ9ijrk0dDIGyhKQCfTFaOsfnoGGwRTo59F2yO6fYL
rrgAnizTW3V3+g3AL8UeFHBgireOZoIv
=fwc5
-END PGP SIGNATURE-


-- 
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/e1tkcvo-0007ku...@franck.debian.org



Accepted man-db 2.6.3-3 (source i386)

2012-12-16 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 12:18:23 +
Source: man-db
Binary: man-db
Architecture: source i386
Version: 2.6.3-3
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 man-db - on-line manual pager
Closes: 695459
Changes: 
 man-db (2.6.3-3) unstable; urgency=low
 .
   * Support parallel builds.
   * Handle incompatible change to option string escaping in less 456
 (closes: #695459).
Checksums-Sha1: 
 21f48305ea3371e846126af7b5f7c253346fbd0f 1874 man-db_2.6.3-3.dsc
 a11fd4aa6aa49fd935f114a9b00253b839d211a4 72449 man-db_2.6.3-3.debian.tar.gz
 471fabc4e8295fcf2e9df4f66c823c90c8898253 890360 man-db_2.6.3-3_i386.deb
Checksums-Sha256: 
 5113dcf93070e49e98f87fe9560a9e9fb92d3ab147a31ee0f6d2e4724187f116 1874 
man-db_2.6.3-3.dsc
 5e53fb6971a4b828367089f5ba9611e24aa4cb880e3f9d3ad2e49944b53d2509 72449 
man-db_2.6.3-3.debian.tar.gz
 3a4043efe6e4718bdc9d64bec17fdbcb876f431d3c8d4bebccfaf1540410f211 890360 
man-db_2.6.3-3_i386.deb
Files: 
 cfc7f7336cb063b14460a74de6e97a53 1874 doc important man-db_2.6.3-3.dsc
 1ec3925cdbae9c7be4d61a97d1f24f90 72449 doc important 
man-db_2.6.3-3.debian.tar.gz
 d36635d2c7d075b0995eb2210ee2c3af 890360 doc important man-db_2.6.3-3_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBUM2+Ezk1h9l9hlALAQiuehAAnf7lwP80c5bL3/joIp/00odz5B4ZmYLK
gRMQaqpwDGXeGXnkSc3xnRFdAnjig39mDtSAB25exipz3ZWY7xjW+rXrSOkHR7vz
u0pRzJGudxOxw1PrmDn0ZsuymE18mOAWca+27jc87PM84O++L5sDdX1wgMMWNYtV
GCrxXcOx1CmqlYKwCJFfq4zW/oT86kLcBSyPmai5/8azLDDunn6mZ7CYQplZAcap
C3x+Yo49l6RTr3oazhlBfZtJ0GHMCnNtED3cRFsuBzqrDyQcrgexVBt88aieQ4+j
4nCLJwhJUHmwYEYyfnhqRA6XJMu6ZDRJhPO1orIv7OnsnJQnKjC1rLCZ0XAF5Wqw
IIqS0V7C6mnRTJGvT/FEDhOd6p7NkMUGI5NZvkL0bYgvJUbgFfjIo36UfWHKW4BZ
U9RW9aA0aszmAgHVHEGO/08E1jcpBo3aTfNsaTCYzY8veCKX8HF2ow5mY2qhzmjT
s9CiLk+1z7AOUlpAcNGPME4WsLhei2a2daq4UkXHiDSMhXBGhOuZ+itX3Vp2AtnM
pXvalX0/cBK8C+CkXjW7jDSus9cWvEdU1WtwGcwjTVaAKyRLGFabtcl/HmhaOqXd
ZZctyymQhJVmOwr/dcNv3JyyO8tGeOWZmTfADu21vjN0rNaA4O40v0RUGnMxFd+h
4JOzMmXk/uo=
=etA4
-END PGP SIGNATURE-


-- 
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/e1tkdcz-0007tf...@franck.debian.org



Accepted dpkg-cross 2.6.9 (source all)

2012-12-16 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 08 Dec 2012 10:20:43 +
Source: dpkg-cross
Binary: dpkg-cross libdebian-dpkgcross-perl
Architecture: source all
Version: 2.6.9
Distribution: experimental
Urgency: low
Maintainer: Debian Embedded Group debian-embed...@lists.debian.org
Changed-By: Neil Williams codeh...@debian.org
Description: 
 dpkg-cross - tools for cross compiling Debian packages
 libdebian-dpkgcross-perl - functions to aid cross-compiling Debian packages
Closes: 695369 695370
Changes: 
 dpkg-cross (2.6.9) experimental; urgency=low
 .
   * Fix cmake integration use of variables and add explicit
 support for g++. (Closes: #695369)
   * Tell cmake about a cross pkg-config executable. (Closes:
 #695370)
   * Add qmake cross-building support.
Checksums-Sha1: 
 d85283c4c9842f68fefa7e4deb84e14b1781be2d 1942 dpkg-cross_2.6.9.dsc
 3519315b5a102f0b0f962ec2041cbf5173a644f5 77942 dpkg-cross_2.6.9.tar.gz
 c1ed169a07dfcba188f15f753e88d135ae375276 55588 dpkg-cross_2.6.9_all.deb
 dd55c214df5c0a27b6d0d7397d0ffd47bb2ae40b 29456 
libdebian-dpkgcross-perl_2.6.9_all.deb
Checksums-Sha256: 
 b50a67265c83f626c6e5275ad9262cbfb743459ca47f589f1040714b070a0d96 1942 
dpkg-cross_2.6.9.dsc
 38728c76394ce90d7716e9001cc5d21e9b1e7383c28afca6c1eb88b87d97ae36 77942 
dpkg-cross_2.6.9.tar.gz
 49ccbcf74852b9807ed75eb2ec9700e84f1e788804958d26e1b46b33383a3bc3 55588 
dpkg-cross_2.6.9_all.deb
 503f645bf3158c970f158d4a40a982f171177fc756cb4d88c70b76eaf85c0bbb 29456 
libdebian-dpkgcross-perl_2.6.9_all.deb
Files: 
 40db9ef20f5603b2ac084417c12da457 1942 utils extra dpkg-cross_2.6.9.dsc
 859ea6bf8818676525c9825eb2476d11 77942 utils extra dpkg-cross_2.6.9.tar.gz
 d22ad27208ac65079c496883e5d788f3 55588 utils extra dpkg-cross_2.6.9_all.deb
 839b5cad468bf07dcdec4f6ca471893e 29456 perl extra 
libdebian-dpkgcross-perl_2.6.9_all.deb

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

iQIcBAEBCAAGBQJQzchxAAoJEPFn5DyBQ7aCXHgQAKgSLlAUYdWqwpcLced4GbJA
cxAQB1LrhKx5xIs9x7WbaOPE+O/YiAGE6ZLq1A0Pguf4cWMb22/VgV94Af3xTdqb
XH8FEe5hqdOvif9eSULiVCHS7Zi2b5E/UCruQhUZdZzJFnFxlObKNwAqaqTT1Zhf
uT1WCCK3lKx9rRxpwniJeUNVfqFhezAN4wELHvWJRy/AZmmrJlA1w9jtpsSdgCso
uWouHV0unBx9FhOmLAJycYUHx0O02qgIUon6ZTJm827L4GkXWD7fvSHKZe0Z+xhx
JuEVelxCJrEmIeoRgD9FeAV07PsDvvgNEv4HSJ1ujXg3rmI2o9xBLVJdduhHsOrE
63SxOAJT0kwR9xFGUUaquFBS8Xfv0wKZTFdX2Saj0qKH+Ey1D6OBIm3xBTrXtZRe
Z2fI0bEGk4j53XtY2q01ZF61Q1YnsbZFrHh5tZSXxyzNWWxSVBUnPZ3WhgQzusei
8yb3MkyXa1VYc1wT80PpSsa45O0PG9DW2BkWEYvXiTcyCH+CbU6omnmUcBC8LScK
02V/RBYSe6Evwqa5vIsWR0sG1n3iavEkzwcrtoSC2HRLAlWkdR93fiRIYe02uGOv
GsMBwr18aKorngsJz66YO0225HGp9lwlQfFIeljjxGFbdaSaFohcqSjRYHZO+peT
fkCzlK8J4ifAHqg8lCSS
=HX4B
-END PGP SIGNATURE-


-- 
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/e1tke5v-0005rb...@franck.debian.org



Accepted open-vm-tools 2:9.2.2-893683-3 (source i386 all)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 13:55:05 +0100
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dev open-vm-tools-dbg 
open-vm-dkms
Architecture: source i386 all
Version: 2:9.2.2-893683-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 open-vm-dkms - Source for VMware guest systems driver (DKMS)
 open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
 open-vm-tools - tools and components for VMware guest systems (CLI tools)
 open-vm-tools-dbg - tools and components for VMware guest systems (debug)
 open-vm-tools-dev - tools and components for VMware guest systems (development)
Closes: 696056
Changes: 
 open-vm-tools (2:9.2.2-893683-3) unstable; urgency=low
 .
   * Correcting daemon name in stop section of the initscript (Closes:
 #696056).
Checksums-Sha1: 
 80982061d7a812de1401796258d6d41ace102151 1664 open-vm-tools_9.2.2-893683-3.dsc
 becf52af89bcaa0ac2bbd3c89f4c0479c1acada9 17576 
open-vm-tools_9.2.2-893683-3.debian.tar.xz
 124c430504c2fc0a45166156e6c97b5b68f2baaf 524208 
open-vm-tools_9.2.2-893683-3_i386.deb
 de1241fca1c45218210d32aa4091fb92e7d82ca8 164892 
open-vm-toolbox_9.2.2-893683-3_i386.deb
 5aa8a1cf64bd4ff65d9c25c82666e3bdd90d5abe 127826 
open-vm-tools-dev_9.2.2-893683-3_all.deb
 bbf0ce83a2c7d7ab1098f26d283c19f271b3b12c 2267322 
open-vm-tools-dbg_9.2.2-893683-3_i386.deb
 449ce5a5539d606d965a93cd8de6906a8320feda 417108 
open-vm-dkms_9.2.2-893683-3_all.deb
Checksums-Sha256: 
 536676a45990bc969524cb64820cabbe8e4ba8a79a1bb83144289a89fd61cdb9 1664 
open-vm-tools_9.2.2-893683-3.dsc
 8d5a9f9726b3f4bec1c480b1a147e952c0f08086d63fe3d03092097456f3ff79 17576 
open-vm-tools_9.2.2-893683-3.debian.tar.xz
 a153f72d7282b20853bc34d4764695daa6f411ab2ce7041c4997061ba0c4f197 524208 
open-vm-tools_9.2.2-893683-3_i386.deb
 5fceb86308b75b7cb84f4c476648b352eb2fffc9d9ab2e7cba020462f13dda50 164892 
open-vm-toolbox_9.2.2-893683-3_i386.deb
 4e4781af72e85c58af9a1c84a6e825f150366900b4663694f8b5b873dd341118 127826 
open-vm-tools-dev_9.2.2-893683-3_all.deb
 cd4bd7667dab2cb40c5e0eb50b40919f1398b91f770565616ed0e522624afe35 2267322 
open-vm-tools-dbg_9.2.2-893683-3_i386.deb
 591a009fe110fd6fcf964a7a4610cecfbdd27cc853f3992c6d86f3baaddc552e 417108 
open-vm-dkms_9.2.2-893683-3_all.deb
Files: 
 a987444b9c3cc7a5cc1964c1e61d22ab 1664 admin extra 
open-vm-tools_9.2.2-893683-3.dsc
 1a8edd8eddec555d0d19ece39c752dbb 17576 admin extra 
open-vm-tools_9.2.2-893683-3.debian.tar.xz
 d7fffda09b85edc7aa2c556a34c99fd5 524208 admin extra 
open-vm-tools_9.2.2-893683-3_i386.deb
 fdc89176d1e3b57e54a64e6f6bd9c69a 164892 admin extra 
open-vm-toolbox_9.2.2-893683-3_i386.deb
 1fcffb6d48243385360d0232d2213c0a 127826 devel extra 
open-vm-tools-dev_9.2.2-893683-3_all.deb
 aac71f1cb965659f1be775f9e5a18ae1 2267322 debug extra 
open-vm-tools-dbg_9.2.2-893683-3_i386.deb
 b8d5c562efbe89fd9f720fe36cef7412 417108 admin extra 
open-vm-dkms_9.2.2-893683-3_all.deb

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

iEYEARECAAYFAlDNxhIACgkQ+C5cwEsrK57DPQCdHmYHNvCv4EnpmThpHf7g7OGF
Mk4AoJZksUhivRa1uLdsCxvFD07zfyc/
=Rk06
-END PGP SIGNATURE-


-- 
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/e1tke7i-0006mb...@franck.debian.org



Accepted libtext-dhcpleases-perl 1.0-1 (source all)

2012-12-16 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 13:28:45 +0100
Source: libtext-dhcpleases-perl
Binary: libtext-dhcpleases-perl
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libtext-dhcpleases-perl - Perl module to parse DHCP leases file from ISC dhcpd
Changes: 
 libtext-dhcpleases-perl (1.0-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
 modules.
   * Remove alternative (build) dependencies that are already satisfied
 in oldstable.
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Xavier Guimard ]
   * Imported Upstream version 1.0
   * Bump Standards-Version to 3.9.4
   * Use debhelper 8
   * Update source format to 3.0 (quilt)
   * Update debian/copyright (years and format)
Checksums-Sha1: 
 247d395fc573cf94627298683c1b2852da618e09 2116 libtext-dhcpleases-perl_1.0-1.dsc
 aab923bf24d24827d21a016f98dfa918c1c52922 8239 
libtext-dhcpleases-perl_1.0.orig.tar.gz
 8ee5636ed47078a353cec30e54983943c11d09fb 1804 
libtext-dhcpleases-perl_1.0-1.debian.tar.gz
 232ee4496be4534d66110dff5a89cd9ff50f67ec 19562 
libtext-dhcpleases-perl_1.0-1_all.deb
Checksums-Sha256: 
 0858f6adc7d9f273a8cf5d2a0f443487760e6dec6b568debf2b259df028f6832 2116 
libtext-dhcpleases-perl_1.0-1.dsc
 677c68d5ede174202ea0aa5ea00256c5f5117f5028a18ddaad81640230ec53e8 8239 
libtext-dhcpleases-perl_1.0.orig.tar.gz
 c0fe74fd31e77a58ab9559f197760d4249a8089e8a855d334990f7616cd0d07b 1804 
libtext-dhcpleases-perl_1.0-1.debian.tar.gz
 2c5c1d9715676aa05a534b1c75245c660619201895ed1f426ce593df5ac3f482 19562 
libtext-dhcpleases-perl_1.0-1_all.deb
Files: 
 4201d75c5fcfbcce342b56be08480728 2116 perl optional 
libtext-dhcpleases-perl_1.0-1.dsc
 aebe4272bbb0f3d207230ac66e2f867a 8239 perl optional 
libtext-dhcpleases-perl_1.0.orig.tar.gz
 faa8b4db159f29711850241f36b5f474 1804 perl optional 
libtext-dhcpleases-perl_1.0-1.debian.tar.gz
 76f88e99175acecbc683caa87929f189 19562 perl optional 
libtext-dhcpleases-perl_1.0-1_all.deb

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

iQIcBAEBCAAGBQJQzcnoAAoJELs6aAGGSaoGl+QQAIEh22LhnAAXGOAa6fOxaLev
aB7SvkZ81QiScr8T2FHit/Hj8RmFzOKCV+wN7W8PnOR9Nh4460dTNJ8/yl/bTjML
ZA6NqDtC2v65ioFBuCw9OWYLL4y9VWXMhhYrbSXKL7R1MUOgwkBWmm5NAcMh5CID
WbtWMX+OLDFqkw3Rd25LTa2MvUBClIUfsBFYSlIRrJ8o+zfXNOK3mWWZDzFrVf12
djKOo7Ltrd0r72QT6nVzonD3ZuESvBwtEFdr4ISjcledw1W5fMruoOJi+Hovf035
03lyw26v+kIdy9eliHZmNUS6nII3cc7QFDygmltvQ6ltm6H/CX05+5GUzL0r3QLs
wPX+QH5CdH7kg2NEMp4QVJKcivD9U0unqdmwwHVHD5RMHL7KAkCuCWqGDcCnHY7t
IDpTj3gmd4iiz6uYof+Rk+ytI88tlQlNN4zAcpxNEJXtbRqrH4S3kKqRA7r+6IUx
KRPbr26qwSDS7IFmIyH8xcGGeupRogJzKFudDDpm3kNPTjMNXebKFQY9vmRF94wy
b2Uqo289xFhQ/KndJPrjjxI3SNKezXIJgHZdlN3ooHGC4rc6pHkeQwUw5dmpjbpT
WFeddynldB9enOOkTOBYVNH30h0VtaF+dm3LkoeqQrat5SHolHdJ/gDleAnak9dS
eZW9BR5VXoHx9NfQUsl5
=85/D
-END PGP SIGNATURE-


-- 
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/e1tkekt-o8...@franck.debian.org



Accepted liburi-smarturi-perl 0.032-1 (source all)

2012-12-16 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 13:42:23 +0100
Source: liburi-smarturi-perl
Binary: liburi-smarturi-perl
Architecture: source all
Version: 0.032-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 liburi-smarturi-perl - subclass of URI which add an hostless object
Changes: 
 liburi-smarturi-perl (0.032-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Xavier Guimard ]
   * Imported Upstream version 0.032
   * Bump Standards-Version to 3.9.4
   * Add libtest-fatal-perl and libtest-nowarnings-perl in dependencies
   * Add version dependency for libtest-simple-perl
   * Update debian/copyright (years and format)
Checksums-Sha1: 
 b8c35d207210474654c11a99c5471a9319c2a515 2351 liburi-smarturi-perl_0.032-1.dsc
 87aaac3b1e0647f10eeb3e6310ffebb88674431b 31991 
liburi-smarturi-perl_0.032.orig.tar.gz
 27c45f7b5e42a19e1897a0895aceef93d6d8d430 1815 
liburi-smarturi-perl_0.032-1.debian.tar.gz
 6c9d0fe42aa2810968a6a2f4b534695ba4b29f82 12692 
liburi-smarturi-perl_0.032-1_all.deb
Checksums-Sha256: 
 c933d4259cbcc9e280aa2192d941778365f07615e5fb486b5970dac5de3bbf2e 2351 
liburi-smarturi-perl_0.032-1.dsc
 eb174b794622e142b7d094f6a7e36a7ba4fc8bbcf2485e103ee3da35ebcc4f2c 31991 
liburi-smarturi-perl_0.032.orig.tar.gz
 a6354ba717336ea00d69fea6701d4d88ef7e725156c4164d29d0b6e4d00950e6 1815 
liburi-smarturi-perl_0.032-1.debian.tar.gz
 004317be7b405b6f5290ee69dc1be94940018d1415d312d8c12db74e59d7 12692 
liburi-smarturi-perl_0.032-1_all.deb
Files: 
 6f4b88e52f9093416c7cc647601eb33c 2351 perl optional 
liburi-smarturi-perl_0.032-1.dsc
 4667ccf294f3126cb087c20562f07b19 31991 perl optional 
liburi-smarturi-perl_0.032.orig.tar.gz
 e7de063046b1ff22d88f88ccf7d5c4ae 1815 perl optional 
liburi-smarturi-perl_0.032-1.debian.tar.gz
 3291c9c08bd93a575b77c17d8d632cf4 12692 perl optional 
liburi-smarturi-perl_0.032-1_all.deb

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

iQIcBAEBCAAGBQJQzcjsAAoJELs6aAGGSaoGgvUP/1AoM89Avb674MARlgR3Zb1/
fHFrxxnvVhC7RWF+H66zcS1NCGy1Evg7AC2O7ZkSerLPoibR/5BMHv8TZD26WGnR
NN9FcetqVXs8lNuT44v/L3dh1OAalitRCsMdyYpwxklHvTPaO+WWRQj826PQQw84
IMLtDJwXtzqgDjfo4w4NG/mvt9v5qbs5OEeT0+IOlg/ZPUuQt59vPJIv1b3iFmbi
vmYX8ysSqvpurQ/XfU8+2F+MtXdXRHsHYIul+HjyJtnGhcbuAqeWggEZYYyHWToj
/qMOuu7rpBJ9Vy8gDsZYc6Rd+R9EAdl5NCK26LtiwPbdC5usbhXFyw8KXXElOhUl
CsGgLgsLlm3EYvTQ9QRl38n2HI48bKmzG/FaYTpdzkOphtAt83jjHCxZjGs5kTAE
9z1p7nVceU5CG+7jrDy2iECjrxnovewU0DweBOfznT6+xBZKUxjETiNQwJUYNurf
J8nrm3ubbt1VLWKratMQ9n9SRzU0Uszef9XIzJC9Bo4xdD44hDLb1JVOmY271bGO
SphV1apNTWYbKpUkltDZYejPCFfW78pPG70fSKJ917DFpqyDXO1LFjrZUKPCn7Ho
SO4JNT4jrlS1VeICdsvLN30lHeP/qyQluFeyO/itAK7tAEMExYtZuIw9AzaeFMk8
G9U+Rpv7vo5w03z/jZF1
=aZKm
-END PGP SIGNATURE-


-- 
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/e1tkeky-qw...@franck.debian.org



Accepted libanyevent-redis-perl 0.24-1 (source all)

2012-12-16 Thread Xavier Guimard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 15:19:40 +0100
Source: libanyevent-redis-perl
Binary: libanyevent-redis-perl
Architecture: source all
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Xavier Guimard x.guim...@free.fr
Description: 
 libanyevent-redis-perl - Perl module that implements a non-blocking Redis 
client
Changes: 
 libanyevent-redis-perl (0.24-1) unstable; urgency=low
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ Alessandro Ghedini ]
   * Email change: Alessandro Ghedini - gh...@debian.org
 .
   [ gregor herrmann ]
   * debian/control: update {versioned,alternative} (build) dependencies.
 .
   [ Xavier Guimard ]
   * Imported Upstream version 0.24
   * Bump Standards-Version to 3.9.4
   * Bump debhelper compatibility to 8
   * Update debian/copyright (years and format)
   * Remove libtry-tiny-perl dependency
Checksums-Sha1: 
 d0e437b872ee0b202952ff36c419149b46a0eb95 2224 libanyevent-redis-perl_0.24-1.dsc
 267e13a58a6eabb7adb59e66ecb287ea502c36e4 32910 
libanyevent-redis-perl_0.24.orig.tar.gz
 01d0ccc5113b299147b7b3244bea35aabfa1fb66 1881 
libanyevent-redis-perl_0.24-1.debian.tar.gz
 8ca1d955ad9eba6d402236e582906933bbdabbaa 16468 
libanyevent-redis-perl_0.24-1_all.deb
Checksums-Sha256: 
 30bd0c3dcd5360d36dbcccf7c9df7d42e103cfb4b2b7a57580b6313aae94c49f 2224 
libanyevent-redis-perl_0.24-1.dsc
 b664a5394c7ff62ecfbba5c208559312c062501729e3d9275309dabacfbaf794 32910 
libanyevent-redis-perl_0.24.orig.tar.gz
 b3175c7af7de5a6762d08340c57530d58ad82771e483d342a9391f3d5f3ccff7 1881 
libanyevent-redis-perl_0.24-1.debian.tar.gz
 89e54fa594efe940211946ffc6d81e2e6c03ef34b28c8b120eb4cfb4027238bb 16468 
libanyevent-redis-perl_0.24-1_all.deb
Files: 
 f88861c0ee26b3932b8af62acdc27624 2224 perl optional 
libanyevent-redis-perl_0.24-1.dsc
 f3949261b2a7b3b083670ede03e92d94 32910 perl optional 
libanyevent-redis-perl_0.24.orig.tar.gz
 97f0f6b19ca68dbda32855133a4c3106 1881 perl optional 
libanyevent-redis-perl_0.24-1.debian.tar.gz
 55c3bab73f1e9c9171e80f943d568fe8 16468 perl optional 
libanyevent-redis-perl_0.24-1_all.deb

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

iQIcBAEBCAAGBQJQzdzCAAoJELs6aAGGSaoGvCYQAIFvhxXLZT0xcQjQ0qn6ZzIQ
/FdMtAMmFSJ/oHDsPWWRkY2/fpXyrlWeTErV1Usoig29cAxyyGU2ATYwwtPjGB+y
P1zg9zjrlwXWGDYOF1kRQJ2Y/6tXZVke0p80qM9jaTXrSnHNBwPVHtJmjI/erdlJ
1kjL9K5klZckuqqzl/LrBB3mitxWUyuckSNFWzZrvmKOwUW+mKzLm06FTFPCPt82
YJmo7fTfLZb6CaIkvlpTF3UbMZMH1GdmuZ9WABm0MxutNhaFj/XX6u2TlDvNmraY
qaCKp5ai7tRl+64f8Mm+OHgkgY6e7Xf9QslojSML89q8xqhAmkPpQwSvMbClKvxs
b93xG6wXiZdZvjasQeW5RL6AF0A5m2tfSvIeAM4UBjLwtfmQJJdu737bUeExFoil
EAk13D6kYkZUCtpK20Iae2dKsgg5MHRvsfzFApTBMGnEe90lRL8qji7JRReUBpgd
xAJHgz6F0Q0r5bwjrRQ//3rg0wnT4ukB8Z9EC1s458qpXXU+3Mx1gcRApstkykoO
+vNscxZE+7WB2IUh8o3KrQMnTVtZWKvIhayZfTP1xXJrg4nlUlL4/fkT7l6IORi3
2hanqrl5r0H2qM+PYpgxuAF1McE2zWbMGvHobVkaCFaLr+xGS3dmCRiXIb6mRJr+
hIFJ8Z5+2Vu4funyKZEZ
=AfuZ
-END PGP SIGNATURE-


-- 
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/e1tkfv8-0005go...@franck.debian.org



Accepted libpoe-filter-xml-perl 1.102960-1 (source all)

2012-12-16 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 15:32:29 +0100
Source: libpoe-filter-xml-perl
Binary: libpoe-filter-xml-perl
Architecture: source all
Version: 1.102960-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libpoe-filter-xml-perl - POE Filter for parsing XML
Changes: 
 libpoe-filter-xml-perl (1.102960-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Use new debhelper 7 short rules format
   * Standards-Version 3.9.1 (specifically refer to GPL-1+)
   * Use new 3.0 (quilt) source format
   * Bump debhelper compat to 8
   * Add myself to Uploaders and Copyright
   * Rewrite control description
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
 .
   [ Ryan Niebur ]
   * Email change: Ryan Niebur - r...@debian.org
 .
   [ Ansgar Burchardt ]
   * debian/control: Convert Vcs-* fields to Git.
 .
   [ gregor herrmann ]
   * Add /me to Uploaders.
   * debian/copyright: update to Copyright-Format 1.0.
   * Bump Standards-Version to 3.9.4 (no changes).
   * Add a patch to fix some spelling mistakes.
Checksums-Sha1: 
 50e00e681880cdc76de50326486a31b7035ceec3 2409 
libpoe-filter-xml-perl_1.102960-1.dsc
 66da5792abea2905443f2d5f8e498071f04d1c7e 17905 
libpoe-filter-xml-perl_1.102960.orig.tar.gz
 275bc2fa34a766fbdf24911b8754af2edc315c6b 3427 
libpoe-filter-xml-perl_1.102960-1.debian.tar.gz
 3b7bc51bab1f893fa05a01acbb82ca248522a34a 25492 
libpoe-filter-xml-perl_1.102960-1_all.deb
Checksums-Sha256: 
 8bf783f31d644e9c8684a86473e6593d9d8ef417065ad0a72a7432d972124b03 2409 
libpoe-filter-xml-perl_1.102960-1.dsc
 07a02ad2b04dfe69c776cce89bc2ff570a9e98fb087a456b27cebd6b42fc85ef 17905 
libpoe-filter-xml-perl_1.102960.orig.tar.gz
 67d7531668754bfc2a3bcbe960ddb26870232501450d6515db90c426e127d1d1 3427 
libpoe-filter-xml-perl_1.102960-1.debian.tar.gz
 8cfbe5c97f5ab8c25dddfa0f8132ec68035da504cac19a724a09dbb306b9c67d 25492 
libpoe-filter-xml-perl_1.102960-1_all.deb
Files: 
 d74e5adf7a43c09c1c053d567745ea7c 2409 perl optional 
libpoe-filter-xml-perl_1.102960-1.dsc
 b3a0185dd7c3147ced19037a4418bf2e 17905 perl optional 
libpoe-filter-xml-perl_1.102960.orig.tar.gz
 0f12ff87ed18fb9fa4845e6d24852557 3427 perl optional 
libpoe-filter-xml-perl_1.102960-1.debian.tar.gz
 a1695abe5a63dda822a91764053ebfa3 25492 perl optional 
libpoe-filter-xml-perl_1.102960-1_all.deb

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

iQIcBAEBCAAGBQJQzdugAAoJELs6aAGGSaoGxb0P/jVj3N4CsqYMRk2Sep4URv45
EyBUh1DevmC0sayFW8gZseboJ+z6VGvVteAvNTqxjQmsuGClgCCKe1qkD7kM4hjR
IU2UtiPue4DeMQwae+w0CT0oh2Ytj6t+KMy1eHqlVhWilXBOG/eOHJt4YTF+sV66
6KFmKhTiHRYWfenWF+slVjtpt+WbfknpRkN+m6riciJHMLTyJ8R2HuoHlZ4mm6FM
g7Yy0FshlZgcla+E8FNYzIA1eOmoS+Y8gNsdD1yJPecJW3q1L8fNzZydZXlCgNRO
5/ZM+Ooe1La43YmZfjrHVBnzbiDu574WXv7siVP68wlIgN+mT5Sqp7QBN45WxuI4
t/z3XOmUB2dOMou9YO0Ha1NDcBrTOgQ0NwkQHEuZowi01+nmbOAJjmB0K87CB9sH
MmFO0qRaeFzEfQV7IjWJDU6ivcXiFLQFsX5hioC/CFOEyXo/6Klag19eHuslJCpP
0RWMh51ZNkSUlY0jWkSXz+Jmp7yefr4RzXeKat1vnAxvxc2UManAmso+WiSJZvI1
EyCA/5XMFmXncfKkQyFqbhbUqSruWFnPYi7oKMLaEVdrNEXYmlRAOAtIe02ieMq4
kcRi1/eGILMSlyseRhqteqL5sn5kfw0G/svWRNhnnrOt0Yebfto/SXBMmZBZWyAl
mWXK+ID3RwA5uYThG/d3
=r2Rb
-END PGP SIGNATURE-


-- 
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/e1tkfvs-0005r4...@franck.debian.org



Accepted request-tracker4 4.0.7-4 (source all)

2012-12-16 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 14:08:31 +
Source: request-tracker4
Binary: request-tracker4 rt4-clients rt4-fcgi rt4-apache2 rt4-db-postgresql 
rt4-db-mysql rt4-db-sqlite
Architecture: source all
Version: 4.0.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian Request Tracker Group 
pkg-request-tracker-maintain...@lists.alioth.debian.org
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 request-tracker4 - extensible trouble-ticket tracking system
 rt4-apache2 - Apache 2 specific files for request-tracker4
 rt4-clients - mail gateway and command-line interface to request-tracker4
 rt4-db-mysql - MySQL database backend for request-tracker4
 rt4-db-postgresql - PostgreSQL database backend for request-tracker4
 rt4-db-sqlite - SQLite database backend for request-tracker4
 rt4-fcgi   - External FastCGI support for request-tracker4
Closes: 685502
Changes: 
 request-tracker4 (4.0.7-4) unstable; urgency=low
 .
   * Add extra robustness to hostname handling (Closes: 685502)
Checksums-Sha1: 
 a2d14b146f98960bacfb794d68cb3529cd7804bb 2112 request-tracker4_4.0.7-4.dsc
 e4aae2595c50dee6ccb04a1f33aa36439f88b232 78625 
request-tracker4_4.0.7-4.debian.tar.gz
 c2a840bd806531de3f79a44dd05afc5f46f952b0 3953840 
request-tracker4_4.0.7-4_all.deb
 bbbdb3edd86ee2237011c33d25e70721a5049962 46884 rt4-clients_4.0.7-4_all.deb
 dc643bb1cb0ac60a856d1620fba7210b8e67e43c 10512 rt4-fcgi_4.0.7-4_all.deb
 4071b18029c597682373d1e81f359c278147a5d8 9462 rt4-apache2_4.0.7-4_all.deb
 c259d1ca609f4ec52a99ed23522ac108c9c38bf9 8638 rt4-db-postgresql_4.0.7-4_all.deb
 0def44075024a6d0f0e377b3d0b5cd6e687e6c5a 8634 rt4-db-mysql_4.0.7-4_all.deb
 81210f116456523684dd5847967c066dfd7491a5 8732 rt4-db-sqlite_4.0.7-4_all.deb
Checksums-Sha256: 
 67384385c4697e45190a976b6da7baf3accdcc09444eaa6faf772184bf82d921 2112 
request-tracker4_4.0.7-4.dsc
 e89a4abf71cf9f816515a9834d0f567dd6fd3e14e6055a26991e3ad1c31118a5 78625 
request-tracker4_4.0.7-4.debian.tar.gz
 1c6b8a2b2427dd27665845a1bcfd08de8b9701c53944f554e0aae6343cf556db 3953840 
request-tracker4_4.0.7-4_all.deb
 12a26d0f6d3e4f4b63342c054db573bdde7a09527722c580486be6b408de908b 46884 
rt4-clients_4.0.7-4_all.deb
 f16bc5d591c439c9c79b4e4b5874783e6f1cb60f0c32c41d86730970fd675f81 10512 
rt4-fcgi_4.0.7-4_all.deb
 ca292df8ffbfd9ef254051f4916a53c87a42963d92335e0a3cbfe0010352456b 9462 
rt4-apache2_4.0.7-4_all.deb
 72cce01d0f3417f35e5446698d521bf34c020dd09e54a8b250b058b04e6ca68d 8638 
rt4-db-postgresql_4.0.7-4_all.deb
 105ec4d75d560cf4245f7e4917e219b794ced68bd51fec025bc67dc1023a8717 8634 
rt4-db-mysql_4.0.7-4_all.deb
 93b0d1c75593ef75a6a820e564e660de336c33e7ba22ca21cc3d102d09622cb7 8732 
rt4-db-sqlite_4.0.7-4_all.deb
Files: 
 031a43ca35d4c9faccab3d1a6ed1defa 2112 misc optional 
request-tracker4_4.0.7-4.dsc
 525ff8a6737d77ed2b7407be5e1f1f67 78625 misc optional 
request-tracker4_4.0.7-4.debian.tar.gz
 08e8398af3dc49619d29f6f573d63e5c 3953840 misc optional 
request-tracker4_4.0.7-4_all.deb
 cf8bb2f46b1bf2c144a9f46c74f55cf5 46884 misc optional 
rt4-clients_4.0.7-4_all.deb
 bca6817053152228fdded38638d2624a 10512 misc optional rt4-fcgi_4.0.7-4_all.deb
 ab2467c6930897ff20064a0073ba342d 9462 misc optional rt4-apache2_4.0.7-4_all.deb
 40cf212950adf946636448342a55d337 8638 misc optional 
rt4-db-postgresql_4.0.7-4_all.deb
 178fe1c47a52c27f6af0e44f7756fa19 8634 misc optional 
rt4-db-mysql_4.0.7-4_all.deb
 f29467ced6e3b801937168f579cf0dd1 8732 misc optional 
rt4-db-sqlite_4.0.7-4_all.deb

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

iD8DBQFQzdaHYzuFKFF44qURAlluAKDEH3nU5N3kyRfJOqC3TUIC9kjuWgCdELSE
zoYtzndQnM7hUB4394bpjlc=
=ycEK
-END PGP SIGNATURE-


-- 
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/e1tkfvm-00064i...@franck.debian.org



Accepted cups 1.5.3-2.10 (source all amd64)

2012-12-16 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 15:33:27 +0100
Source: cups
Binary: libcups2 libcupsimage2 libcupscgi1 libcupsdriver1 libcupsmime1 
libcupsppdc1 cups cups-client libcups2-dev libcupsimage2-dev libcupscgi1-dev 
libcupsdriver1-dev libcupsmime1-dev libcupsppdc1-dev cups-bsd cups-common 
cups-ppdc cups-dbg cupsddk
Architecture: source all amd64
Version: 1.5.3-2.10
Distribution: unstable
Urgency: low
Maintainer: Debian Printing Team debian-print...@lists.debian.org
Changed-By: Didier Raboud o...@debian.org
Description: 
 cups   - Common UNIX Printing System(tm) - server
 cups-bsd   - Common UNIX Printing System(tm) - BSD commands
 cups-client - Common UNIX Printing System(tm) - client programs (SysV)
 cups-common - Common UNIX Printing System(tm) - common files
 cups-dbg   - Common UNIX Printing System(tm) - debugging symbols
 cups-ppdc  - Common UNIX Printing System(tm) - PPD manipulation utilities
 cupsddk- Common UNIX Printing System (transitional package)
 libcups2   - Common UNIX Printing System(tm) - Core library
 libcups2-dev - Common UNIX Printing System(tm) - Development files CUPS library
 libcupscgi1 - Common UNIX Printing System(tm) - CGI library
 libcupscgi1-dev - Common UNIX Printing System(tm) - Development files for CGI 
libra
 libcupsdriver1 - Common UNIX Printing System(tm) - Driver library
 libcupsdriver1-dev - Common UNIX Printing System(tm) - Development files 
driver librar
 libcupsimage2 - Common UNIX Printing System(tm) - Raster image library
 libcupsimage2-dev - Common UNIX Printing System(tm) - Development files CUPS 
image li
 libcupsmime1 - Common UNIX Printing System(tm) - MIME library
 libcupsmime1-dev - Common UNIX Printing System(tm) - Development files MIME 
library
 libcupsppdc1 - Common UNIX Printing System(tm) - PPD manipulation library
 libcupsppdc1-dev - Common UNIX Printing System(tm) - Development files PPD 
library
Changes: 
 cups (1.5.3-2.10) unstable; urgency=low
 .
   * Backport more upstream configuration split fixes:
 - Fix cupsctl man page
 - Generate and install cups-files.conf online help.
 - Fix -t operation that shows correct filename.
 - Use syslog for startup errors.
 - Fix installation of cupsd.conf: need to use ConfigurationFile and not
   ServerRoot/cupsd.conf.
 - Check permissions of ConfigurationFile and CupsFilesFile: should be
   ConfigFilePerm.
Checksums-Sha1: 
 31226edc9c99244a6418a03e32dcb6b516fa6981 3260 cups_1.5.3-2.10.dsc
 7d4ee2a9f3e9280350066f171e81a49e26a8fe68 370109 cups_1.5.3-2.10.debian.tar.gz
 a932d2259a421ca63cdbb9954c581a872396dc09 902418 cups-common_1.5.3-2.10_all.deb
 6620bb7da263792e44f61ff6aff459595ac58fa2 86048 cupsddk_1.5.3-2.10_all.deb
 66986adfc7f285cda4bf2842221269aceea17943 254876 libcups2_1.5.3-2.10_amd64.deb
 cda2556f3a05c6b96626630665541435eabbdf11 136870 
libcupsimage2_1.5.3-2.10_amd64.deb
 18719f27660a4fdb062d4ece73111f5fdccce936 115308 
libcupscgi1_1.5.3-2.10_amd64.deb
 4a339bade09040b4a77350423b1dac0ce2dc28fe 103418 
libcupsdriver1_1.5.3-2.10_amd64.deb
 59374df7255eec48375269bd94ec1a8bda56e032 98308 
libcupsmime1_1.5.3-2.10_amd64.deb
 58df6760b2d41bc3f22a99ad7b95c3c63c296518 138368 
libcupsppdc1_1.5.3-2.10_amd64.deb
 ba5767d5d84462cb4bace94f35f97de8e73777f5 1387132 cups_1.5.3-2.10_amd64.deb
 16c602a4be353950e58e0152127fc19221eee76b 180134 
cups-client_1.5.3-2.10_amd64.deb
 ef8c05c6d219312a6e1a42dfdc7fa63bcad53057 326606 
libcups2-dev_1.5.3-2.10_amd64.deb
 abbd132d6213228bb73c0e9feb6f72238958 65306 
libcupsimage2-dev_1.5.3-2.10_amd64.deb
 e975e4d73c23a0f7d6dc7c5d2b557c7d30b32ae6 121204 
libcupscgi1-dev_1.5.3-2.10_amd64.deb
 82b1b726137844a4505c63f103d8290f66c8431a 106330 
libcupsdriver1-dev_1.5.3-2.10_amd64.deb
 a8ff923b89e1c262ddaacb0de5f0ffd9757cdf37 99140 
libcupsmime1-dev_1.5.3-2.10_amd64.deb
 f70f57438a00264071f3b51828f7010768006190 155596 
libcupsppdc1-dev_1.5.3-2.10_amd64.deb
 778efc7863b4fa31b6767eb7034104f606a74ff8 45606 cups-bsd_1.5.3-2.10_amd64.deb
 e980050570550cf07290329ff26cdf47e4e3b50f 115710 cups-ppdc_1.5.3-2.10_amd64.deb
 dbb497e43e4081339950a381731bfbcae9aab383 2212732 cups-dbg_1.5.3-2.10_amd64.deb
Checksums-Sha256: 
 27f5c8d5a0ab8bf500672377ccc1e8efa5f14ce20217cec14e3f2c5e7ff77bb4 3260 
cups_1.5.3-2.10.dsc
 cd503eed6d0f29931f5c3259af2c1e281f23b48742482ee9ff396b36e7cac793 370109 
cups_1.5.3-2.10.debian.tar.gz
 f84dc1a41acf0590eeb33bcec5579611743b2707ab66c5a0c39d3eda58f6fba2 902418 
cups-common_1.5.3-2.10_all.deb
 4d4a9993966f42d150d2256a4c14d1b99f08c856724ef5afe5c6f9024c30a66b 86048 
cupsddk_1.5.3-2.10_all.deb
 9370f05c46dd04f0f3a5caa0f881922208452f9ac8c3da14e6c6d170369a4553 254876 
libcups2_1.5.3-2.10_amd64.deb
 41e3cee6b0f647119721c65c17085251d4f600a0eaad2d8ac4b5de3e1f452380 136870 
libcupsimage2_1.5.3-2.10_amd64.deb
 7b730be15576b70eabba74be581fda41237fdeff9bc41c087b2d15d6e04cb97f 115308 
libcupscgi1_1.5.3-2.10_amd64.deb
 249a3dc8be572b66fd216d1d658e6d4a9f4b34910c489b843cd42e84b11ce958 103418 

Accepted ffindex 0.9.9-1 (source amd64)

2012-12-16 Thread Laszlo Kajan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 14:47:49 +0100
Source: ffindex
Binary: ffindex libffindex0 libffindex0-dev ffindex-dbg
Architecture: source amd64
Version: 0.9.9-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Laszlo Kajan lka...@rostlab.org
Description: 
 ffindex- simple index/database for huge amounts of small files
 ffindex-dbg - simple index/database for huge amounts of small files (debug)
 libffindex0 - library for simple index/database for huge amounts of small files
 libffindex0-dev - library for simple index/database for huge amounts of small 
files
Changes: 
 ffindex (0.9.9-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 1ac273585bfd40a7d8b4889a123b0b458c6c8d2c 2140 ffindex_0.9.9-1.dsc
 90bd6e5eb73e67ca8d9ba09c97aecf5746f72e7b 24627 ffindex_0.9.9.orig.tar.gz
 f88443b3c743404a3e7fb7b5fdd0ac9170322926 13544 ffindex_0.9.9-1.debian.tar.gz
 9325a54f46bb7655d0a8ab8e1b27b739515c2fd5 27908 ffindex_0.9.9-1_amd64.deb
 9faaf1f85a586a3a76eba49cc0e0c2b7b76240a0 16922 libffindex0_0.9.9-1_amd64.deb
 6b62fa3bdc368005dc8f13acb4b85153549e6bbf 16458 
libffindex0-dev_0.9.9-1_amd64.deb
 afd009f828537286e89d97e30a59b04c6a3323c1 50008 ffindex-dbg_0.9.9-1_amd64.deb
Checksums-Sha256: 
 698acee944717040bdddc677d5de274c5f2af7b0b5c4c4bc740f0f9bba0f02ed 2140 
ffindex_0.9.9-1.dsc
 f989681426a649062415d2bbf57a8dcb273dbce9034f37f89175b11032d31c6e 24627 
ffindex_0.9.9.orig.tar.gz
 12dec944078e62e7135c1c944892e809719251bf1c599c545fa75b1fa1aa07f6 13544 
ffindex_0.9.9-1.debian.tar.gz
 ff716b8084b322480d88ce622b73c705f9266136279d4cdab08df36c10007ebc 27908 
ffindex_0.9.9-1_amd64.deb
 98e3b09340d1c7dafd6e4c96678aeba1392c8999cf907e37e4172c721624897b 16922 
libffindex0_0.9.9-1_amd64.deb
 8d340bb0d3287859b5d0705049501393e9833f961f41971c472ba0922b65267a 16458 
libffindex0-dev_0.9.9-1_amd64.deb
 c1706e620eaded7a5cbd9d4f93c5e91df577cc5a72f75cda6871388366508246 50008 
ffindex-dbg_0.9.9-1_amd64.deb
Files: 
 9f8455b3576eae81a23fa0a17329f273 2140 science extra ffindex_0.9.9-1.dsc
 270cda78ca1d03d2c8f9ace23852c6be 24627 science extra ffindex_0.9.9.orig.tar.gz
 68536db765efe74cf542ce3901c645a1 13544 science extra 
ffindex_0.9.9-1.debian.tar.gz
 8a70b28708e604add29bfc33327730f3 27908 science extra ffindex_0.9.9-1_amd64.deb
 3ed2333f34d0253a4030369cf3c99526 16922 libs extra libffindex0_0.9.9-1_amd64.deb
 c5fa054e83d2c44cae7da0183283fde0 16458 libdevel extra 
libffindex0-dev_0.9.9-1_amd64.deb
 dd43571a1db3e34f355d3188d1ef75fb 50008 debug extra 
ffindex-dbg_0.9.9-1_amd64.deb

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

iQIcBAEBAgAGBQJQzeLVAAoJEJvS1kCaDFL6FjUP/3juujOBpPfhmw/LmB/YIIB+
4ydwUMZDojaV/F+iN1Fz4bnBOWikHq7Y7RojFsobpL1B8B823pSQxyT/G5/Mzehp
uYGOQEGGaY50tiqdqpEXPi6MnSQvr/5GFfIuj9+p1u7eDb67KaY1o3HKdHUf33TN
sKDwAOil/ci8Oan8J7R1SekMYAHNJtq37bCGdoLsRte5fKZbBj3wC21zqfTxtyPY
xPsHeA9tj/53bofQFqUVbtXzkYXQxkpu7CmOm91/VeCXstdQ5VeENAAWpnki5GCU
NWg0LqdiL2UCoM3NfTARe4L1fHFvnaGFbe5jCPStMTxvz4Dcxm9zHBYoNAAMe9kS
JU4XB4uQevfdCt4e7UlxL6KHhj0YLbF2m2eRrbNqzftV/MvEP8vp6PQB46G0BkDU
v3EcXYK7c9TQHdLIovrmyzFhuIZhxpcD8qndc18V2L3oM2wg3Q59S55DDeRr+DJC
mYNMsf6N96lcF4i9SP2Gi86oTDRQNxHmdon1b1Wc4ipVOnKl/RhAo4bHlE5+JOHG
rTV1WrpZ9LU2Qp+XDUm1RbK74LIhmNmLtDi2H06H/IOUqOx/rr9ije/Da5rimGWn
IGA/oAh26Sfxfvh6zMQIGC8i7YneoYNGJHNZA6z2Ej699YAojjc+bHJ91kXxt4AU
RAE/Diac6s8xQeCab32L
=kuiy
-END PGP SIGNATURE-


-- 
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/e1tkfyu-0005x5...@franck.debian.org



Accepted kdepimlibs 4:4.8.4-2 (source amd64)

2012-12-16 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 12:19:24 -0300
Source: kdepimlibs
Binary: kdepimlibs5-dev kdepimlibs-kio-plugins libakonadi-contact4 
libakonadi-kabc4 libakonadi-kcal4 libakonadi-kde4 libakonadi-kmime4 
libakonadi-notes4 libgpgme++2 libkabc4 libkblog4 libkalarmcal2 libkcal4 
libkcalcore4 libkcalutils4 libkholidays4 libkimap4 libkldap4 libkmbox4 
libakonadi-calendar4 libkmime4 libkontactinterface4 libkpimidentities4 
libkpimtextedit4 libkpimutils4 libkresources4 libktnef4 libkxmlrpcclient4 
libmailtransport4 libmicroblog4 libqgpgme1 libsyndication4 kdepimlibs-dbg
Architecture: source amd64
Version: 4:4.8.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 kdepimlibs-dbg - debugging symbols for the KDE Development Platform PIM 
libraries
 kdepimlibs-kio-plugins - kio slaves used by KDE PIM applications
 kdepimlibs5-dev - development files for the KDE Development Platform PIM 
libraries
 libakonadi-calendar4 - library providing calendar helpers for Akonadi items
 libakonadi-contact4 - library for using the Akonadi PIM data server
 libakonadi-kabc4 - library for using the Akonadi PIM data server
 libakonadi-kcal4 - library for using the Akonadi PIM data server
 libakonadi-kde4 - library for using the Akonadi PIM data server
 libakonadi-kmime4 - library for using the Akonadi PIM data server
 libakonadi-notes4 - library for using the Akonadi PIM data server
 libgpgme++2 - c++ wrapper library for gpgme
 libkabc4   - library for handling address book data
 libkalarmcal2 - library for handling kalarm calendar data
 libkblog4  - client-side support library for web application remote blogging A
 libkcal4   - library for handling calendar data
 libkcalcore4 - library for handling calendar data
 libkcalutils4 - library with utility functions for the handling of calendar 
data
 libkholidays4 - holidays calculation library
 libkimap4  - library for handling IMAP data
 libkldap4  - library for accessing LDAP
 libkmbox4  - library for handling mbox mailboxes
 libkmime4  - library for handling MIME data
 libkontactinterface4 - Kontact interface library
 libkpimidentities4 - library for managing user identities
 libkpimtextedit4 - library that provides a textedit with PIM-specific features
 libkpimutils4 - library for dealing with email addresses
 libkresources4 - KDE Resource framework library
 libktnef4  - library for handling TNEF data
 libkxmlrpcclient4 - simple XML-RPC client library
 libmailtransport4 - mail transport service library
 libmicroblog4 - library for using the Microblog Akonadi Resource
 libqgpgme1 - library for GpgME++ integration with Qt
 libsyndication4 - parser library for RSS and Atom feeds
Changes: 
 kdepimlibs (4:4.8.4-2) unstable; urgency=low
 .
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Team upload.
 .
   [ Pino Toscano ]
   * Backport upstream commit f142cc25b5620c2d1037cc6cd270b1cf301b5380
 (adapted to the 4.8 codebase) to stop reading when reaching the end of
 streams; patch upstream_b92782580756b3858f0381a5200b79688ab0b0a2.diff.
Checksums-Sha1: 
 49c9764f45df5e24e2d9e8867acd48f07281582b 4065 kdepimlibs_4.8.4-2.dsc
 80adbc9c27ad0ee3e0b6dd54fc1782fba41f0775 147647 
kdepimlibs_4.8.4-2.debian.tar.gz
 7a9cd9e829b21d0c5acf134257190c3e713719e5 428906 
kdepimlibs5-dev_4.8.4-2_amd64.deb
 43ae37c9409e8df64c84afe30685518e427ba0db 233852 
kdepimlibs-kio-plugins_4.8.4-2_amd64.deb
 afdf4e1b15a1cfcab8bc1a0d9afc893f0e11d7f1 335890 
libakonadi-contact4_4.8.4-2_amd64.deb
 8e2d91698e2a87f8905b31473992ac86d2a4c907 16388 
libakonadi-kabc4_4.8.4-2_amd64.deb
 9847acb65d0ae1f48943ee2b827e8ecb407772b2 22144 
libakonadi-kcal4_4.8.4-2_amd64.deb
 8e844bc616dfc8da765f400d821cd49d6b3fa31d 741188 
libakonadi-kde4_4.8.4-2_amd64.deb
 b3bea7152ed82390f3de5f6b6a482daa4c81b488 100800 
libakonadi-kmime4_4.8.4-2_amd64.deb
 9d2c128cba919f3fddb56f30a4ca8ceffa657366 21522 
libakonadi-notes4_4.8.4-2_amd64.deb
 83f03c930bab81fa628bb086eb5f801b481650ac 124870 libgpgme++2_4.8.4-2_amd64.deb
 d10b07c9287ce3cefacb8f22df32d63317bfef6c 279930 libkabc4_4.8.4-2_amd64.deb
 e05246ffc1e4e583bd3966f2511b6f0df9c1e034 95292 libkblog4_4.8.4-2_amd64.deb
 16b4aea189663a5aea17645819960578de8bf547 117186 libkalarmcal2_4.8.4-2_amd64.deb
 2467d28de2cf1765db40f253e8c716d1e5519689 341546 libkcal4_4.8.4-2_amd64.deb
 3164136df1c2af64e50986b795c812cae3f2 244858 libkcalcore4_4.8.4-2_amd64.deb
 2d7cb1d07b35d487d47eb828dbf00962f3901055 119086 libkcalutils4_4.8.4-2_amd64.deb
 f5d62522c1a21b052a701dee3af08a77bef05e28 137428 libkholidays4_4.8.4-2_amd64.deb
 269edd031905579dc706ad08f4053526319e8f08 156176 libkimap4_4.8.4-2_amd64.deb
 18c2fe6af9676c377d19795c0213240937abc8cd 83550 libkldap4_4.8.4-2_amd64.deb
 399fdb7ed4dd80cc0bf5797f05b4c45f7a9e53d2 30738 libkmbox4_4.8.4-2_amd64.deb
 2eee73c8640e4132cd84f7fdd89844f5343d4471 38928 

Accepted tmux 1.8~git20121216-1 (amd64 source)

2012-12-16 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 16:29:52 +0100
Source: tmux
Binary: tmux
Architecture: amd64 source
Version: 1.8~git20121216-1
Distribution: experimental
Urgency: low
Maintainer: Karl Ferdinand Ebert kfeb...@gmail.com
Changed-By: Romain Francoise rfranco...@debian.org
Description: 
 tmux   - terminal multiplexer
Changes: 
 tmux (1.8~git20121216-1) experimental; urgency=low
 .
   * New upstream snapshot, from Git commit fb83914bd7.
Checksums-Sha1: 
 14b35ff4bb4bc94feb21631fd85f8af2f5d33b8d 2005 tmux_1.8~git20121216-1.dsc
 f988c637f5f6ce1f78aece8d438b96ee542f2ddb 399370 
tmux_1.8~git20121216.orig.tar.gz
 b4b45846ab9c5509d408ce070a2a607490301355 10922 
tmux_1.8~git20121216-1.debian.tar.gz
 dc2b5d21471870b4384dfdaf0ffd0eff3bb8794e 268714 
tmux_1.8~git20121216-1_amd64.deb
Checksums-Sha256: 
 b4662402836cec11724cea4c3f22579e61bba872246b047bc75102633917fb64 2005 
tmux_1.8~git20121216-1.dsc
 92f4e008dc316d52482eab97e03a77a2e4b447b4a400b89b54d6d4a668c0e353 399370 
tmux_1.8~git20121216.orig.tar.gz
 c67cb5b7fa37be073c9d2b95364adde60caf854f795e9e2a9a38f503267ee75b 10922 
tmux_1.8~git20121216-1.debian.tar.gz
 35fb20045009a77835de1f134d1c8b1497d719517de17ed48836e128100e33f1 268714 
tmux_1.8~git20121216-1_amd64.deb
Files: 
 48104c2f82a23c7ae6ebcef22c367f41 2005 admin optional tmux_1.8~git20121216-1.dsc
 11a4ab2777da3126019655d0344dae80 399370 admin optional 
tmux_1.8~git20121216.orig.tar.gz
 fa0794874631707f7ca7435063cde2b7 10922 admin optional 
tmux_1.8~git20121216-1.debian.tar.gz
 61cd26f296511ffb449784cc1f8d7bd4 268714 admin optional 
tmux_1.8~git20121216-1_amd64.deb

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

iQIcBAEBCAAGBQJQzeyJAAoJEK0V9DXwX5YtEt8P/3KpA36iGeN2RUxjlUeFAP1Q
sFuGN2BV+EkQCDNWTKW4iHkSOgzqoQADQaju9NdBpwOZk+yxS81doQssXJG7Vibo
NOAl+6FgJuKKrW2+cJEJ1a+7/ggVTKzIw9xcEuutyXrMy5+cOLbyE+LHgkq3Drvt
1ZMtuvzHRP6jSvjKIwq4zxyGz0gCwdL0ZI1dTAjLFlM2Nb+nKELZtTksCvDgE1Qo
RldAu/7lGlg7b241XrhUxyC33XlAm/9xbEEb59/nHlMJPogXn4VjOiAlrw5gsfgQ
CY3JW1XVwAWR3QDFDNGvxA9k2MWQQkpV9xvpG3wkoHqWWO4yAIyTSuGMQ3krgnUW
Bhkt4aBHgpZZ4GICZqv1uBDwq0eEd0kiwMWR0rAZSeTPXgMHJx7S2mx3MTvaA9Oq
W/HAPC7iTHnhPhkF3u8OCJpN7J/dLSX19T0wzeq5xQX1wZkBOYE7ta1dWyY/Oktb
FPJi6lpIVYRWQHCe4W/5lHZ55kaRYfyBf+yHEPxEMCMmR4kzVzjGcqPIG2tCaaJn
6O4cDh/neZvcZy8ldJCe70O5pHdlVS9/FSav05/o5FTUzAN1fgRh/z6xtF2NU4or
I85cC8acAx/yv+FQcD5QoGyhmJcyCv4VVG8vSKRv9XLjNeqYv/U79v+mGqwJyIKK
YyM1ifFX28PDsQ2Ar1ty
=Nax+
-END PGP SIGNATURE-


-- 
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/e1tkght-0007zy...@franck.debian.org



Accepted gcc-h8300-hms 1:3.4.6+dfsg-1 (source i386)

2012-12-16 Thread Michael Tautschnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Dec 2012 11:57:55 +
Source: gcc-h8300-hms
Binary: gcc-h8300-hms
Architecture: source i386
Version: 1:3.4.6+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Michael Tautschnig m...@debian.org
Changed-By: Michael Tautschnig m...@debian.org
Description: 
 gcc-h8300-hms - GNU C compiler (cross compiler for h8300-hitachi-coff)
Closes: 695720
Changes: 
 gcc-h8300-hms (1:3.4.6+dfsg-1) unstable; urgency=medium
 .
   * Remove non-free documentation (closes: #695720)
Checksums-Sha1: 
 99a80273652730344c7e3828a45643982959a8dd 1207 gcc-h8300-hms_3.4.6+dfsg-1.dsc
 e77614a0433ba327723fb70ed79a1c729a48f52f 18960074 
gcc-h8300-hms_3.4.6+dfsg.orig.tar.gz
 3eaa4fb8f339f4fc0c2884c09e58def3ef438426 74427 
gcc-h8300-hms_3.4.6+dfsg-1.debian.tar.gz
 1b0793e83f11464eba208737691e0ed974a21a8f 3351878 
gcc-h8300-hms_3.4.6+dfsg-1_i386.deb
Checksums-Sha256: 
 e5da1534344fca0559eee38623859497eccf1b0daff396fc79a43ec4bc50621f 1207 
gcc-h8300-hms_3.4.6+dfsg-1.dsc
 72eec73626c87f0310fc6e0b0a6dacbfc965ea91f2068d08d056f5342c3e4479 18960074 
gcc-h8300-hms_3.4.6+dfsg.orig.tar.gz
 a139fe160b593e648e125ed6c3a6288c6fcac5ac3c91b5ef0901e6b4e4ca2939 74427 
gcc-h8300-hms_3.4.6+dfsg-1.debian.tar.gz
 26f1d0517de6077fd3c9daa48f726be472b4b91194d57b7ee5d026615aac0cd6 3351878 
gcc-h8300-hms_3.4.6+dfsg-1_i386.deb
Files: 
 fce6ddf8f48eaaf5eb62621723edf1d3 1207 devel extra 
gcc-h8300-hms_3.4.6+dfsg-1.dsc
 775d6c6621d5fd7007c0f7d047d7ecc9 18960074 devel extra 
gcc-h8300-hms_3.4.6+dfsg.orig.tar.gz
 ecbbbca21f2e734b082b89256a88c2ec 74427 devel extra 
gcc-h8300-hms_3.4.6+dfsg-1.debian.tar.gz
 4f4afe99f6bea8c426cc92eee7b73f32 3351878 devel extra 
gcc-h8300-hms_3.4.6+dfsg-1_i386.deb

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

iEYEARECAAYFAlDN8pwACgkQvx6dH3bVKsTV0ACg0XBBnnPi2fj/aSbjnl3YSNrs
Ef4An3advFxM7VRJjYX5X+V7/u5PsPnu
=m+Sz
-END PGP SIGNATURE-


-- 
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/e1tkgv0-00027w...@franck.debian.org



Accepted kdepim-runtime 4:4.4.11.1-6 (source amd64)

2012-12-16 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 13:11:35 -0300
Source: kdepim-runtime
Binary: kdepim-runtime kdepim-runtime-dbg
Architecture: source amd64
Version: 4:4.4.11.1-6
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 kdepim-runtime - runtime components for Akonadi KDE
 kdepim-runtime-dbg - debugging files for Akonadi KDE runtime components
Closes: 696054
Changes: 
 kdepim-runtime (4:4.4.11.1-6) unstable; urgency=low
 .
   * Team upload.
   * Do not install the nepomuk feeders. They fill the nepomuk database with
 data in ways that makes nepomuk queries amazingly slow. This came from
 a discussion with upstream (Closes: #696054).
Checksums-Sha1: 
 33eb739feaa4ca73083aba8ae7050a8005a670aa 2465 kdepim-runtime_4.4.11.1-6.dsc
 46e1eccb567a7f77068957b7d23c421eeb1c723a 7631 
kdepim-runtime_4.4.11.1-6.debian.tar.gz
 780b6365f86bda9af81457d566a7e7962e115788 1031030 
kdepim-runtime_4.4.11.1-6_amd64.deb
 2788b4e3faedb0411494d7369216d2303299e3bd 10317048 
kdepim-runtime-dbg_4.4.11.1-6_amd64.deb
Checksums-Sha256: 
 5b2eba7925bd12a4fa794481c1925900eccb193e82a9febc3154cfd85dbeb2c7 2465 
kdepim-runtime_4.4.11.1-6.dsc
 cb48707341fe25a185a1bdd68a6f032a005f52747038c5737653ba446831307f 7631 
kdepim-runtime_4.4.11.1-6.debian.tar.gz
 4a4fbf8355ae062ecb4bf0e4bd849a10123354558b2c2315d92a4862fa393a35 1031030 
kdepim-runtime_4.4.11.1-6_amd64.deb
 3b1a60a58bf5cdea6035d99f2537667fa5519a440fcd8705b7b5f81fdeea36b9 10317048 
kdepim-runtime-dbg_4.4.11.1-6_amd64.deb
Files: 
 6ddebe0765bac7f70ee20ab5cf7debf7 2465 x11 optional 
kdepim-runtime_4.4.11.1-6.dsc
 b2dffef3da89e95bc3e92b40ef0d0b29 7631 x11 optional 
kdepim-runtime_4.4.11.1-6.debian.tar.gz
 8c89868c884038a9a87b58e63586621d 1031030 x11 optional 
kdepim-runtime_4.4.11.1-6_amd64.deb
 270ae8ac07744a6d49fbf213825e60fe 10317048 debug extra 
kdepim-runtime-dbg_4.4.11.1-6_amd64.deb

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

iQIcBAEBCAAGBQJQzfVIAAoJEKtkX0BihqfQLvUP/RaHbOGby/SsQtN1au1oZBiF
5CrUMsnAxYHu9/gXXpBizIlAuZpv/KnBKbzUQ9MPx46xVwfznCLlFG6GPv/uMyOV
CDT5k9KtdMyh+QUBNJBjJyUIsWFuYRw6YPCxC+uZ0A6tTAAABP5xBYvchoEPubz0
idwi88jCXmOEA0rl9OajWsQEPHEumeX8yZDYxlMdF6SqXiNYTlyK/fBXzTCGPK6V
HlMDR5wbigNJUK6wM6M+YO/+rWWqBg+QlYzvRYmZ8YvqTbL2f2rV59WK5Q3t48LU
951cECIWv9AMxC5Yn8fZ/Q+8m5ZPuCbo86dA9V4vGHFghmFwrpkU8u+MbpAu7q06
TL1Xgw2Z+7ppb62lajAaOBK5WACknd9fgMT51Z/I0wUpZCslfWoJkHNBOiKps8Hz
g9QNtiCtoU8eqKVRYLnr02Z3a897jj7m0jtFSYrP+6ONj2RU5U7YRZ59p2DzQhJd
LN9JFdMxFP3Kdt9z8fDDgu8yGuWb2HaTjhr6aMWgQmQ6hzi2hzTJibtuftWEdfB9
lcW3ho81LrdA886oYU+HfbeMR1BH+sVdvOUWpnab+9LTd3Byh+kgTzfusSu9CvbD
8yCAEtVTbdO9MdLJDIxN78DwCG0H7qYUU3AP3EM2x4vPKuV0RCCYmpuPF8uEcXG5
0TfgjILJ81NeZKkMRmHe
=12z0
-END PGP SIGNATURE-


-- 
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/e1tkh8p-0005rs...@franck.debian.org



Accepted samba4 4.0.0+dfsg1-1 (source amd64)

2012-12-16 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 13 Dec 2012 16:27:20 +0100
Source: samba4
Binary: samba4 libsamdb0 libsamdb-dev libsamba-policy0 libsamba-policy-dev 
samba4-common-bin samba4-clients samba4-testsuite registry-tools 
libparse-pidl-perl samba4-dev libgensec0 libgensec-dev libndr0 libndr-dev 
libndr-standard0 libndr-standard-dev libdcerpc0 libdcerpc-dev libdcerpc-server0 
libdcerpc-server-dev libregistry0 libregistry-dev winbind4 libsamba-hostconfig0 
libsamba-hostconfig-dev libtorture0 libtorture-dev python-samba 
libsamba-util-dev libsamba-util0 samba-dsdb-modules libsmbclient-raw0 
libsmbclient-raw-dev libsamba-credentials0 libsamba-credentials-dev
Architecture: source amd64
Version: 4.0.0+dfsg1-1
Distribution: experimental
Urgency: low
Maintainer: Samba Debian Maintainers pkg-samba-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 libdcerpc-dev - DCE/RPC library
 libdcerpc-server-dev - DCE/RPC server library - development files
 libdcerpc-server0 - DCE/RPC server library
 libdcerpc0 - DCE/RPC client library
 libgensec-dev - Generic Security Library
 libgensec0 - Generic Security Library
 libndr-dev - NDR marshalling library - development files
 libndr-standard-dev - Standard NDR interfaces - development files
 libndr-standard0 - Standard NDR interfaces
 libndr0- NDR marshalling library
 libparse-pidl-perl - IDL compiler written in Perl
 libregistry-dev - Registry library - development files
 libregistry0 - Registry library
 libsamba-credentials-dev - Samba Credentials management - development files
 libsamba-credentials0 - Samba Credentials management library
 libsamba-hostconfig-dev - Samba host configuration library - development files
 libsamba-hostconfig0 - Samba host configuration library
 libsamba-policy-dev - Samba policy management - development files
 libsamba-policy0 - Samba policy management
 libsamba-util-dev - Samba utility function library - development files
 libsamba-util0 - Samba utility function library
 libsamdb-dev - SAM database - development files
 libsamdb0  - SAM database
 libsmbclient-raw-dev - SMB client library - development files
 libsmbclient-raw0 - SMB client library
 libtorture-dev - Library for running unit tests - development files
 libtorture0 - Library for running Samba 4 unit tests
 python-samba - Python bindings for Samba
 registry-tools - tools for viewing and manipulating the Windows registry
 samba-dsdb-modules - Samba Directory Services Database
 samba4 - SMB/CIFS file, NT domain and active directory server (version 4)
 samba4-clients - client utilities from Samba 4
 samba4-common-bin - Samba 4 common files used by both the server and the client
 samba4-dev - tools for extending Samba
 samba4-testsuite - test suite from Samba 4
 winbind4   - service to resolve user and group information from Windows NT ser
Closes: 686227 694697 695854
Changes: 
 samba4 (4.0.0+dfsg1-1) experimental; urgency=low
 .
   [ Martin Pitt ]
   * debian/tests/control: Fix dependency: python-samba4 does not exist, it's
 python-samba. Closes: #695854
 .
   [ Jelmer Vernooij ]
   * New upstream release: 4.0.0!
+ Add 08_waf_python_config to cope with python-config no longer
  being a script.
   * Add 25_heimdal_api_changes, to update Samba to work with the
 current Heimdal in Sid. Patch from
 Samuel Cabrero Alamán scabr...@zentyal.com. Closes: #686227
   * Add 11_force_ntvfs: Force the use of NTVFS, until the version of smbd in
 the archive is new enough. Closes: #694697
   * Drop dependency on libsmbclient; instead, build private copy.
Checksums-Sha1: 
 49c9fc18dcc8b83ade9cc6e13454965479af3bd6 4666 samba4_4.0.0+dfsg1-1.dsc
 ba77a2e2d5abd55239d25ee03cb09950e302ecfa 21574361 
samba4_4.0.0+dfsg1.orig.tar.gz
 e2548f963b23ea406de2557d682c6191d7428dee 118417 
samba4_4.0.0+dfsg1-1.debian.tar.gz
 0e645a18bf17bd9d5dc30f5cd55f060740dbb1ef 1722004 samba4_4.0.0+dfsg1-1_amd64.deb
 ff6147f164297c6a750cfb2ca13294cb3f647d5d 162550 
libsamdb0_4.0.0+dfsg1-1_amd64.deb
 b2c464986eb65d1010d04456144bc6e814db8eaf 14656 
libsamdb-dev_4.0.0+dfsg1-1_amd64.deb
 c3eb0dbfbccd12ef4d94c00bb5432f2920aeaf89 36164 
libsamba-policy0_4.0.0+dfsg1-1_amd64.deb
 f8feb80491228050e4aae89c2026dc008295f9df 16016 
libsamba-policy-dev_4.0.0+dfsg1-1_amd64.deb
 46fbda329d9fd10ae8d8a800beeb9ddb76ac4e99 39504 
samba4-common-bin_4.0.0+dfsg1-1_amd64.deb
 0b78ddc8c75db11b4f1e75bc4feae8ad30c05aee 88250 
samba4-clients_4.0.0+dfsg1-1_amd64.deb
 cc59f1ce0795254f5eabca3ccc05dee00782d33f 1720714 
samba4-testsuite_4.0.0+dfsg1-1_amd64.deb
 7203e525a5601818f235b96a87e9730a27d6944d 48628 
registry-tools_4.0.0+dfsg1-1_amd64.deb
 f27df82b6bdd8c1446c1889d27f46a99ad8ab1e7 118382 
libparse-pidl-perl_4.0.0+dfsg1-1_amd64.deb
 12854b28645d0cddf54344cbdd4f3c15d332d3a8 109048 
samba4-dev_4.0.0+dfsg1-1_amd64.deb
 c137b8155f1a59badf648206c00a95119983768f 307694 
libgensec0_4.0.0+dfsg1-1_amd64.deb
 feea45e9d2b49f62155dd9d092edd14032f01a69 17970 

Accepted grub-installer 1.84 (source amd64)

2012-12-16 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 17:28:47 +0100
Source: grub-installer
Binary: grub-installer
Architecture: source amd64
Version: 1.84
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Wouter Verhelst wou...@debian.org
Description: 
 grub-installer - Install GRUB on a hard disk (udeb)
Closes: 651720
Changes: 
 grub-installer (1.84) unstable; urgency=low
 .
   * Add workaround for #681227. Won't mark it as closed, since I didn't
 find the root cause, but with this at least we can downgrade the
 severity.
   * Apply patch from Arno Töll to fix / on ZFS where /boot isn't.
 Closes: #651720.
   * Add $SELF to uploaders
Checksums-Sha1: 
 f9895d6ef61627d3121e39588d1e9d2e2d30367a 1897 grub-installer_1.84.dsc
 938d8f332b7b2ccb849902c088e1f23d1c638ac0 221007 grub-installer_1.84.tar.gz
 dc831784646f53a1d20b002b0fc83c391822b027 206300 grub-installer_1.84_amd64.udeb
Checksums-Sha256: 
 a3339314283f5daf20bd42ad29f9923d3eb54542125b277d0e816c4bac3b50ec 1897 
grub-installer_1.84.dsc
 b344a42065436f2db2b8194cd694db9f0c1221a7cea415a1b800761541941863 221007 
grub-installer_1.84.tar.gz
 fc047c026ce5a79b723dc9378fd6563b5be92dc8c6385c37688712618a4712ca 206300 
grub-installer_1.84_amd64.udeb
Files: 
 d4cd78bc984214719a92f62ca938e0a0 1897 debian-installer standard 
grub-installer_1.84.dsc
 fcbe2e5ad942dca50e3f8b63f328fcdf 221007 debian-installer standard 
grub-installer_1.84.tar.gz
 acfd40440263685305710a944b37cd3a 206300 debian-installer standard 
grub-installer_1.84_amd64.udeb

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

iQIcBAEBAgAGBQJQzfbUAAoJEMKUD5Ub3wqdkG0P/3RqhM4MMNcm++zaGTsELfpm
jCaoGPXUw0P0Z22hEtkSGlZqGMYO3l/DuILg3EjQ3LhdCydooNnxzS8cJaaP+Pqh
A/z8/ZEuNJt0zDykO4vgKyfeEdCbZw+Y9ujS1YXw+mDDVh9K7l/l4K8qsFvTKE6x
0yPj+fMuWfoqyDViKKV/LfNs3pUVGQUvqxeg4kmoo1xjq3xTau18t8XfVpanuWsj
PqCS60tP1qsqWGdMZRXJM1SNeKpRUBEvroXDcMdmsKJGb1PFaZ4hVmbWAmbYOmB8
904d8ut6d/g6FT5SHHYuRibjOKuwHSjhedGfbKFdzYUc4kz3uAUcrZJ2PEJlIb4F
0qwOAJjycR6nsOwWnf9VYwPVDiN6yff3eVKt0nR3v1z1evjZJZ3WfluIB4pULGWY
26CqLzFTsnlV72gLq/LS6oQ7k6b+fnZSwlrknN4eVaBF+0glU9VaD1hR9lSjZZuX
/1IkiP3HFJXyB9nnv5f4pS/7tZhZSYi3d7ocCZ057nz9bfTPnrXsJ14JZnuJRBUY
14v0U3ww18DY+VSKnTeVCrwGWYLDoFZXSVon0XFTjYphsO7zwl1n12UCxJ84v56I
jjo0tycKiKeTaYPJ9XafamyYBMBQYTcnGz7Kz71Nb/wo2+hWJV/91GobXCUXODJg
w+jDoUQ9KJid09hkScDE
=lHb0
-END PGP SIGNATURE-


-- 
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/e1tkhnb-0001sx...@franck.debian.org



Accepted pdfchain 1:0.3.3-2 (source i386)

2012-12-16 Thread Johann Felix Soden
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Dec 2012 16:37:21 +0100
Source: pdfchain
Binary: pdfchain
Architecture: source i386
Version: 1:0.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Johann Felix Soden joh...@debian.org
Changed-By: Johann Felix Soden joh...@debian.org
Description: 
 pdfchain   - graphical user interface for the PDF Tool Kit
Closes: 696079
Changes: 
 pdfchain (1:0.3.3-2) unstable; urgency=low
 .
   * Use correct pdftk call for concatenating pdf files in all cases.
 (Closes: #696079)
   * debian/control: Change my e-mail address.
Checksums-Sha1: 
 9fa2fbb2df4d42cf7e6acbb78fd0669fb779ff94 1929 pdfchain_0.3.3-2.dsc
 7da4f5a380b6c0e889ab057538c63f2119b812b1 5196 pdfchain_0.3.3-2.debian.tar.gz
 7e3c86b96902afd245f14f31bd3c95fe05b1703c 165120 pdfchain_0.3.3-2_i386.deb
Checksums-Sha256: 
 ef4b2041ccfe7fedf5ba9f36da3685c82145335d1c747c1ee5f75272427e6c69 1929 
pdfchain_0.3.3-2.dsc
 ab861081c589411301ba28a0c64ace1c683cfece69b4c41d0f543505aa246210 5196 
pdfchain_0.3.3-2.debian.tar.gz
 2759e0919293332e8c9b49eb9aaaf4094c2b59b11cd33eb4fdaf076e6687415b 165120 
pdfchain_0.3.3-2_i386.deb
Files: 
 d2dbf5cb138c49797106a722e6d8bbd9 1929 text optional pdfchain_0.3.3-2.dsc
 c5a7e257c7b171995ea43d63126dd63b 5196 text optional 
pdfchain_0.3.3-2.debian.tar.gz
 78a7a7fad84126b9e18f01a681fc6efe 165120 text optional pdfchain_0.3.3-2_i386.deb

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

iQIcBAEBCgAGBQJQzf6gAAoJEINZGTv9ywnE2mwQAJmrLk01bajMfVndIZghpANN
Lw9M56aJ8+jRMMnL/0g3Qui5enl2a/LGIVZ6rzG4+xZ17eL/h0WdMhioh5rWDUJj
rRB8WLudE6xpT9egTPWyZW1e0Vu4YizxxTOZI8f1PCen8z316yd0JISKrdnuhM4m
8W6n/1FsR3uD3OaIU9lsyzk5AKr9EegQxliILS6Nc1g8g5Yc1dJaLxrXR/KV3XZn
fPTrO6ITTc/JRKlJZaKT9Zx1ke51RR3S8MW1jbWW2vSG0w2AyZNxfKXa0r5Ayeyp
5OQ/uKLnMlWv7iVo+IDerSVXrsthiJwyKA3HmY18xsDFBZ/WVnZBvlBmHMLD3q2e
WXpMAkxplX0DnABBxP23MllDDTghKWntqGRc8vh5BfLpkAG3NrXbiXOedkhqEg64
Y5yXIuqPYZbDkCeim3IkZjbq+OKQCjnEL3qUnjTkugRDZfh1kIulfh8Kpv+vgR75
19y5TBr4rtnpqUwqs4pHMN/7lL058N5Jq4IlZVQ9vmedhoplKTfquhsBYZ9StDZ4
Np8sb1d3iDeWbTTrAFmNiaTN7WpqwOuUxeS3x3ue6E4DKkF8tpX8iIJrLvPOsunj
5tIuaxuEKqvXzrQ6vTDFTpWjmw8iIlbHY6JKBnvYIxHnSbY+Bzxt4mVh/dOaTry4
Ls1P9HLWmfm0Zd7vxJ2m
=9pF0
-END PGP SIGNATURE-


-- 
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/e1tkhqi-jx...@franck.debian.org



Accepted postgresql-common 138 (source all)

2012-12-16 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 18:57:12 +0100
Source: postgresql-common
Binary: postgresql-common postgresql-client-common postgresql-server-dev-all 
postgresql postgresql-client postgresql-doc postgresql-contrib
Architecture: source all
Version: 138
Distribution: experimental
Urgency: low
Maintainer: Debian PostgreSQL Maintainers 
pkg-postgresql-pub...@lists.alioth.debian.org
Changed-By: Martin Pitt mp...@debian.org
Description: 
 postgresql - object-relational SQL database (supported version)
 postgresql-client - front-end programs for PostgreSQL (supported version)
 postgresql-client-common - manager for multiple PostgreSQL client versions
 postgresql-common - PostgreSQL database-cluster manager
 postgresql-contrib - additional facilities for PostgreSQL (supported version)
 postgresql-doc - documentation for the PostgreSQL database management system
 postgresql-server-dev-all - extension build tool for multiple PostgreSQL 
versions
Changes: 
 postgresql-common (138) experimental; urgency=low
 .
   [ Christoph Berg ]
   * testsuite: start localhost interface which is down after unshare -n.
 .
   [ Martin Pitt ]
   * testsuite: Stop currently running clusters, just as the script has done
 until 136.
   * testsuite: Use a more elegant way of re-execing ourselves through unshare.
Checksums-Sha1: 
 3684beaa514f2249b554960d32f333fc8bbed71b 2174 postgresql-common_138.dsc
 ba9bd53b5c8c5454c17e587000a39b3ad26591c5 145776 postgresql-common_138.tar.gz
 ec170da04f22b358a9bfd273a1919738a5fc75e7 48066 
postgresql-server-dev-all_138_all.deb
 7b78f2ae4a56237db537282e6261d4d0a054eb3f 43652 postgresql_9.1+138_all.deb
 7955f9401e9788023c1ae76ed0951f5f3844a858 43672 
postgresql-client_9.1+138_all.deb
 31c8c6e044b7f5214462b629073c599dbc5aa612 43662 postgresql-doc_9.1+138_all.deb
 062a5f7c722d12f44e8eca598f263ae47c285e1e 43680 
postgresql-contrib_9.1+138_all.deb
 00f1e6d32de60426a96767705e03dcfbd35a1dd2 138374 postgresql-common_138_all.deb
 bc5447f118e93d376389ec2695480d31d7fe64b4 64214 
postgresql-client-common_138_all.deb
Checksums-Sha256: 
 07d6a2aa8fe028015865c39b35271b45f675435438163740d5a65f2f1d3a5048 2174 
postgresql-common_138.dsc
 fdec9e8ba446d3322635279f63ee82b28d94c50fab34a95ce0bd3235b08cfb93 145776 
postgresql-common_138.tar.gz
 f778e9a579ec8f52a9cbc3153ca98581b3d1c36595a994cb079b165ba55f739b 48066 
postgresql-server-dev-all_138_all.deb
 3605277a2283ad0ce03a7cb2e4d006d9aceccfbcb230fcd47a64659b640da302 43652 
postgresql_9.1+138_all.deb
 7de59dfb5d9336d50058e5fcf2d11220246699aa34e2945ea2f0976f38d0a732 43672 
postgresql-client_9.1+138_all.deb
 2bb69ab423819379c7afab24fa010f0305bfd39fed3f04054f293d9b155177f6 43662 
postgresql-doc_9.1+138_all.deb
 2ec511e2c7fccb033b7f7884c98a43900ee4e2c0a812f41ad866e3b6f02c91dc 43680 
postgresql-contrib_9.1+138_all.deb
 a96093ce3437c0af52ccae46abfee2c009e9cdec896c590c31ffc0686363f0fb 138374 
postgresql-common_138_all.deb
 9951f49ddbe9d86863c5ae4aa2631cccb81a3f76df1e5a9773a5c7dba31a5f53 64214 
postgresql-client-common_138_all.deb
Files: 
 61d73a65cf2e2be7ca00e538b02dd6ba 2174 database optional 
postgresql-common_138.dsc
 7f2afc9903175e7477086c8fba9b9d73 145776 database optional 
postgresql-common_138.tar.gz
 bd87a833cd251a0a8c11b48b69f001c8 48066 database optional 
postgresql-server-dev-all_138_all.deb
 acc2cc6455530cc82410b1894c56a87f 43652 database optional 
postgresql_9.1+138_all.deb
 7aa3e2a0f463af3032fd236c32bfab27 43672 database optional 
postgresql-client_9.1+138_all.deb
 2dc338d076900a3c4d06ef4b44045d06 43662 doc optional 
postgresql-doc_9.1+138_all.deb
 b854b599343e0c4e0205a1ff467d429a 43680 database optional 
postgresql-contrib_9.1+138_all.deb
 055d6a337305578941addc306d62b798 138374 database optional 
postgresql-common_138_all.deb
 e06a84517e7d47c14248efc548313e36 64214 database optional 
postgresql-client-common_138_all.deb

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

iQIcBAEBCAAGBQJQzguuAAoJEPmIJawmtHufadgP/ihIBMCb9QLtQTsOjVSE2XBn
UmZbxdYSYQ+uPeY0scz79p6y1pZi49epOjhQWzxD4LJ9UnWDCVaHMavzEvEUPGD/
CZd1QSsPeGmwBq6V+eSsGlwbhYaCUWyYr0BYexNyJZk/joG4yS8p9p/v+yTEme08
DPdVSVYKy02hDO/S4bWh80/BIdCHSrM27DmKjLI88hvOMQNjUXLuSJkT0PB+x9wH
BK9stzXNVy2gpgbj7JU9OO9db3xYbMVQKD0mGiO83odPT4Q4HOz+bKT1tTweAbMU
mjkGJVyEe3E5FAiTutZ3F9yHeP4CW24OLJ6h0ahidP/LF36VaLYNq1qSit0VDerf
GYkA/9WmZgF7+kZfKOu1zUWFolt9c5SI6x0v7Ex92oLsWdOZikvN99QElF7+s3Ol
X8XUDrjMCE6wrSa+GVHSU1XvpA3fD46mnvcIC1JjWRBTT8xGABQvc6LoaJvUSPB6
eoWZidXGSNncUnMRBalz040LPZ3qlcRYTleuA8smEqLzAYvBPCC5GrLoStHDVzW0
trM0gqutXdiUneKNcWLgBGEvqzt90xW9gcmI84iWTtbdUoo+02FREvgIMTfSniH8
30Oclqi7Sg9ECZtq7IGOD7JnuCJLMKvV/iGRBmhiGMGDRtXx9uapDp0WUW1tjFga
nec8SdAcuheY96gfcVJr
=bKCa
-END PGP SIGNATURE-


-- 
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/e1tkiy0-0002ds...@franck.debian.org



Accepted telegnome 0.1.1-6 (source i386)

2012-12-16 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 18:03:26 +
Source: telegnome
Binary: telegnome
Architecture: source i386
Version: 0.1.1-6
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 telegnome  - graphical teletext viewer
Changes: 
 telegnome (0.1.1-6) unstable; urgency=low
 .
   * Drop the old manual configure target from debian/rules.
   * Use dh-autoreconf.
Checksums-Sha1: 
 8e029b24d9afa4f484c02f0ebacf345ae54fa953 1977 telegnome_0.1.1-6.dsc
 baeb351c4cc123923a933ec7d6bda515e0045f06 4599 telegnome_0.1.1-6.debian.tar.gz
 6d4d2b1016d9b07682ca739135cd28fb8472cce0 128720 telegnome_0.1.1-6_i386.deb
Checksums-Sha256: 
 0a0e7085e453c36be3b9866676e589d1390b1df4b0bf5d9e49ef949713bd261f 1977 
telegnome_0.1.1-6.dsc
 0c028742dc439ef6f318d1a4b7c9c9b784ae45730c935beafe5c048745e4fd8a 4599 
telegnome_0.1.1-6.debian.tar.gz
 e3cefa808fb69d4013731f731469753809b7a8f033b141c913df5d04095cff1a 128720 
telegnome_0.1.1-6_i386.deb
Files: 
 f13ec1da01a5703b8287162827a61c51 1977 gnome optional telegnome_0.1.1-6.dsc
 45523b4af3629e1515a1f3a19526bb36 4599 gnome optional 
telegnome_0.1.1-6.debian.tar.gz
 68e3b807e008ad1f3ef9ee67940a778d 128720 gnome optional 
telegnome_0.1.1-6_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Colin Watson cjwat...@debian.org -- Debian developer

iQIVAwUBUM4Qszk1h9l9hlALAQhQ1w/+J0iSx0s2T+QASYN2wEfl3fBLqBi/TwP6
Ki9vOGDC+5e10dpVthmP7Rtum/4iDV/IE5EdJefSImPmiNUYk2Jlk5qpe7W2Wz2Q
cQO0JqQUsvmTQyKADSc28qfuwYG/wyO/fZq9QP7VrtXU3EPuJRTjCQQGygiGEHxB
IOxvejxhdQDjTOYwztWM8x/Qp0TOiGp/ztUiGNbH4HPkN27OjOXVI8TOrE/DL4AM
KLYL7YobIn24JUj8P+pvSjkfJvf7ElRrTOjtUse+uiP1rcMmoZRwyVom8+SEkVgJ
/UdsMB9HJmL6ahAdrTJSAn1L1T091usUunw95doDICH8qTRVIMKc0cB+J7ahIsDC
OcO6nSCp+/tjRDHttVf1bJX0lawaGPVWZs2J94BzEr0D0Qk//YqRLtFD09EJ1GCT
zqa21DM1mrAFK9xtT//CuRZWBpx2Wn3E9iBccsk8zkRgpBOcbswT18KqiFqjc4K/
/nffdzHk6szjCT/jwsGFEBCvN75Y2SqGGViol1rZ5zpHjuucQ8W+pP3ssivvE3ee
wM8c0c4AAl5ZS0oJ7wYY0+GKhdoXLZCAgZbdOALC70UIfwW+TeEntpT+GPiKrstd
42NV0j59Y5vq9RjExfrm7a4KqmYrJOI0rZD1c0Rp1VRuEV7hiblow59DT826gZqQ
f33d57/M2pw=
=LFNY
-END PGP SIGNATURE-


-- 
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/e1tkj1l-9d...@franck.debian.org



Accepted open-vm-tools 2:9.2.2-893683-4 (source i386 all)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 19:42:26 +0100
Source: open-vm-tools
Binary: open-vm-tools open-vm-toolbox open-vm-tools-dev open-vm-tools-dbg 
open-vm-dkms
Architecture: source i386 all
Version: 2:9.2.2-893683-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann daniel.baum...@progress-technologies.net
Changed-By: Daniel Baumann daniel.baum...@progress-technologies.net
Description: 
 open-vm-dkms - Source for VMware guest systems driver (DKMS)
 open-vm-toolbox - tools and components for VMware guest systems (GUI tools)
 open-vm-tools - tools and components for VMware guest systems (CLI tools)
 open-vm-tools-dbg - tools and components for VMware guest systems (debug)
 open-vm-tools-dev - tools and components for VMware guest systems (development)
Closes: 695845
Changes: 
 open-vm-tools (2:9.2.2-893683-4) unstable; urgency=low
 .
   * Removing init order to network also on start (Closes: #695845).
Checksums-Sha1: 
 05b3e8f506df906ce65a96f6e79ecaf98c854c09 1664 open-vm-tools_9.2.2-893683-4.dsc
 999eb961d30c81820932eb31e7a65e16515fa859 17600 
open-vm-tools_9.2.2-893683-4.debian.tar.xz
 a6f72aa1010ef9b725e0d54b3906a6459a3dbc19 523890 
open-vm-tools_9.2.2-893683-4_i386.deb
 cb5de22c7b7723c64309b3f611dbfd4d06e0f1e8 164968 
open-vm-toolbox_9.2.2-893683-4_i386.deb
 c725efc36572ffd1f26aa0407af70a3ed6d08617 127854 
open-vm-tools-dev_9.2.2-893683-4_all.deb
 fa3aa56c3528628251fc810872165e2b4b65f17c 2267354 
open-vm-tools-dbg_9.2.2-893683-4_i386.deb
 fcfb22ae8aeedc685522a3a047513c4ed6776b5b 417418 
open-vm-dkms_9.2.2-893683-4_all.deb
Checksums-Sha256: 
 969e6d64335451a912bb109fbd2f6d2a7958960d19b571fe94e338a7ad6a5f34 1664 
open-vm-tools_9.2.2-893683-4.dsc
 da79a245879b1949cd674890e82229be30fc2806140b0691d67923a2ed684046 17600 
open-vm-tools_9.2.2-893683-4.debian.tar.xz
 061cba442925d0cdb1194ba1aa7d314c8db097d89d8aa843b30415f8651428de 523890 
open-vm-tools_9.2.2-893683-4_i386.deb
 918d08bcce1139e786e8392454288505870de4d31fabd645d35111fa3d5b97c0 164968 
open-vm-toolbox_9.2.2-893683-4_i386.deb
 be5a03ab9d55f269a6177b5bc599ab5d7b6d99a1a109af2034c230679770ec01 127854 
open-vm-tools-dev_9.2.2-893683-4_all.deb
 c16cf3100ebcaa8f99181d50ea893563f521b63901683b4931cbeffe91b7053f 2267354 
open-vm-tools-dbg_9.2.2-893683-4_i386.deb
 5fa8fcedeafa8c69154128deab737c48a2e1cd82296e52ec420644d71e883142 417418 
open-vm-dkms_9.2.2-893683-4_all.deb
Files: 
 438ba7b8933a3882dc39a13d3e657e6e 1664 admin extra 
open-vm-tools_9.2.2-893683-4.dsc
 bdcbf38b5d8b1a11f02fc9664bbbdf18 17600 admin extra 
open-vm-tools_9.2.2-893683-4.debian.tar.xz
 aa3856ff1d17ed0df37a99892bc2e6f3 523890 admin extra 
open-vm-tools_9.2.2-893683-4_i386.deb
 5bf949b99273ec2fc0ae3eaf224a 164968 admin extra 
open-vm-toolbox_9.2.2-893683-4_i386.deb
 373220258627f513ee0f7bfcc58f0041 127854 devel extra 
open-vm-tools-dev_9.2.2-893683-4_all.deb
 b105c3e4b08f3b36ead5ff20b0705905 2267354 debug extra 
open-vm-tools-dbg_9.2.2-893683-4_i386.deb
 3559bf622e3300884fc08e9986d3631f 417418 admin extra 
open-vm-dkms_9.2.2-893683-4_all.deb

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

iEYEARECAAYFAlDOF6gACgkQ+C5cwEsrK57HOQCgpg9Z7UqvWyEnHuPtk7o5cOXX
E5kAnRP+V5lYPK4GIM8wNTEpn+0IIoTw
=aPoq
-END PGP SIGNATURE-


-- 
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/e1tkju2-0007za...@franck.debian.org



Accepted gbrowse 2.54+dfsg-1 (source all amd64)

2012-12-16 Thread Olivier Sallou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 15 Dec 2012 09:11:03 +0100
Source: gbrowse
Binary: gbrowse gbrowse-data gbrowse-calign
Architecture: source all amd64
Version: 2.54+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Olivier Sallou osal...@debian.org
Description: 
 gbrowse- GMOD Generic Genome Browser
 gbrowse-calign - CAlign helper
 gbrowse-data - Sample data to use GBrowse
Changes: 
 gbrowse (2.54+dfsg-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: increase min bio-graphics version
Checksums-Sha1: 
 60d0a814199025a63f73634de956e3d662641a0a 2605 gbrowse_2.54+dfsg-1.dsc
 29cf33b5b9f5615bd989ed2f99aed06e9e6ef0eb 4031435 gbrowse_2.54+dfsg.orig.tar.bz2
 6df2439f932a33d1f7e26deb2310168c9db1b58c 21149 
gbrowse_2.54+dfsg-1.debian.tar.gz
 a6af5934fa2e6741e8e1bf829d0c906fe82fa375 2667066 gbrowse_2.54+dfsg-1_all.deb
 e046b30faec9baaeb988fcb52a598fcfe9d645b9 1285624 
gbrowse-data_2.54+dfsg-1_all.deb
 5da395e04caceb8436e33afbb28a7fa7c6a661d2 36448 
gbrowse-calign_2.54+dfsg-1_amd64.deb
Checksums-Sha256: 
 62335b6e4b45535f3a16167fcc0fd4bd697687a16e736ce93fbcc5951484e033 2605 
gbrowse_2.54+dfsg-1.dsc
 dc561895118767ae8526a3306ad901c7cf3af813eaa356aa3a58debb4cc41fcd 4031435 
gbrowse_2.54+dfsg.orig.tar.bz2
 b1624ec2c79e0933689cd9578fab63d2f49363f5b56fdc5b2ea1219c88cfd0da 21149 
gbrowse_2.54+dfsg-1.debian.tar.gz
 b1402a8345d000cbce601ed413047bed284b93bbee14302c25c2a048c8377cdb 2667066 
gbrowse_2.54+dfsg-1_all.deb
 c09cee812b86555a35000aa286108a0980088be8863dcef090542fcc8122a237 1285624 
gbrowse-data_2.54+dfsg-1_all.deb
 ab308fad0cc2e1f725a4f498eebf7bd4c2c4c0b7e44d7888a9c8ebd6e5f1d1a8 36448 
gbrowse-calign_2.54+dfsg-1_amd64.deb
Files: 
 d4c0daedf9005c932ba194740711e84e 2605 science optional gbrowse_2.54+dfsg-1.dsc
 a75d0dbae62c2aaec1a2662d25ab4dff 4031435 science optional 
gbrowse_2.54+dfsg.orig.tar.bz2
 e15551c1f4f6ef0483e11ad6c1432a17 21149 science optional 
gbrowse_2.54+dfsg-1.debian.tar.gz
 ec46fc819cd6e8e03799cb8f8484a3f7 2667066 science optional 
gbrowse_2.54+dfsg-1_all.deb
 b087b57e8b60bb778853418f51465533 1285624 science optional 
gbrowse-data_2.54+dfsg-1_all.deb
 130f625b3fc46620f02f8e21fd8c8dfa 36448 science optional 
gbrowse-calign_2.54+dfsg-1_amd64.deb

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

iQIcBAEBCAAGBQJQzh27AAoJEHjcaNsybYQ4jPIP/2/zuTAzK0C6gxLwGVnQg/Pa
2LI8nzxP5tApNLeOzjdvu0V3QIu8H0SXkatcpkKogCb+q4hUHASTGuN14eZRPr8m
F10vD8aLeyB/chSHwcDjNtjCfW0WTpVLI3ccsJcr9ul3w6ICpo6KA38mv4tAVCcx
ubrORdLWY8If2VaJktIqt+c2q2jcSV3wx/WcnFisgh3w2RoEVBwNphUZGiCXB1+t
LhJXmCxH01SOe9b7aMNTBMYOCUYRspGesJ79b/7gb2+xGhFHeppKoyUlX+3bCZav
CeoPUq4O5xtX1Zq4mdmc/MDowJ678x8Sw8Kxq3UoGzj6KFdp18M/Uwq2TCm25N11
Wkf1Iu06xzAUfcuae4onkWa9/zs0ooy53mne0t2PJFKMdDiISEQH1tqX64LyDiPZ
jPlMtAh2FS92xGrVkCvsrF8hNjnfo+B/vuZ18MxoZ6OyvsmuZbT1Z0rOiS6YnSxm
H7MHEggb5ZoOMUQxAVDdZ3tR6ZEfu1ALBQgZTPUfZvDY6tnGpaYjdyqgeeHlp2MQ
vCqLicNJ90xltTs1r6TVsDJKHu7FfHViJa0+2Fdjxk9FA7Ufv11Bl+aeaK9qffEi
XHH0yG9lY2tPV06LXNaLS71ATHQnZpLn8PNXEe5/ZKWLj7hVs07qTXAzYw/uZur1
ujGbuI8ovN3gwFm6E4Wf
=mwjQ
-END PGP SIGNATURE-


-- 
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/e1tkjww-0005pw...@franck.debian.org



Accepted devilspie2 0.27-1 (source amd64)

2012-12-16 Thread Andreas Rönnquist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 21:15:53 +0100
Source: devilspie2
Binary: devilspie2
Architecture: source amd64
Version: 0.27-1
Distribution: experimental
Urgency: low
Maintainer: Andreas Rönnquist gus...@gusnan.se
Changed-By: Andreas Rönnquist gus...@gusnan.se
Description: 
 devilspie2 - LUA-based window matching utility
Changes: 
 devilspie2 (0.27-1) experimental; urgency=low
 .
   * [d7717df] Imported Upstream version 0.27
Checksums-Sha1: 
 4858bd253aab8bb43a8a86c8ba345afcfcee2612 1937 devilspie2_0.27-1.dsc
 38b3b40cbe5b7f06652579c261e4579b1b8f 37652 devilspie2_0.27.orig.tar.gz
 24ea385a44776e5ed2cf9edd7bbb2c7a2dbf5449 2520 devilspie2_0.27-1.debian.tar.gz
 b8b0be937a8761a866e422e1e50194321a695748 30008 devilspie2_0.27-1_amd64.deb
Checksums-Sha256: 
 57bff8901d67c390c954296c7e603f445bf7266bbee44198b4c57fdc8e12eebb 1937 
devilspie2_0.27-1.dsc
 1d98bd2f3d509188ebf5926444c1f3dfcc815eb8fef00b159823a86059504c43 37652 
devilspie2_0.27.orig.tar.gz
 6e448b772b3f12bdcf106a64d9c42509d1392a9d725c5c415f74c2f70caaab58 2520 
devilspie2_0.27-1.debian.tar.gz
 79a8e7d7050002b824f00d35c7a745118d9252a8f580933153ff1589897c02fe 30008 
devilspie2_0.27-1_amd64.deb
Files: 
 8813018f3750dfa36d16ade86fee223e 1937 gnome optional devilspie2_0.27-1.dsc
 c7ec69cafc9ac3b7f07cd0f969cd0811 37652 gnome optional 
devilspie2_0.27.orig.tar.gz
 7a7ffd043a3b481da42520fff13f5a9c 2520 gnome optional 
devilspie2_0.27-1.debian.tar.gz
 732f0fdb1d9a91281fc8f38e107fd5f9 30008 gnome optional 
devilspie2_0.27-1_amd64.deb

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

iQIcBAEBCAAGBQJQzi5tAAoJEBlLYxqy2iiI1PEP/RkVN0zJJA2uyKoeAexLGrtr
lqECilYivtxgYni04098iFUIv/wxXnY9mIFvjPvH2UXRWAUyrryua2+inoOmFUGi
i3CNtOOIsHzdcfknheaXpF08iRFWODEBnF8KvbNUrEMDKaVY2Iu0fSRJxLUPhvfP
G0SRtgw+Fl6W3x6bbbs+pWsstEm0UGyP12weq9/3eymJNiED3KdjXKRI+05VDczz
qEU1nDc1SfEn1gkB7TGHhW2Hw/juipLJHTlIaytFoF4NAwwM2a8Rb4eAX+aQIpBx
weJm+OajmNSuxlZC/sQwHviR/o5xJkT6Zntv5qbMtEHNJ6vq5zjcfNugRECHwL57
MNKqBVZBaI/idf8BlCeeZaj6i7N6nyvgmsEiWKQo6v3RgCEHSi8ii5Bnc/sNP+gT
Wo37DKfk8OFvOqbACxdgQEoMm1hxXkQFHWdfqaTawIWn9rd9fLV5NXRQUibgg20S
WtXZrpwR+CyVHVSUg84FuXCONNs2iV7HDjGRrcTTD3p/2ybydURBZ2hiXMic0mNx
XiWm+f3z2oOlYhH/YtJaREW0kBau0HmCR4Nlhu8vxIAXij8O0AXwmGHvsVdDXsjb
0Q098pwO+7uTWarnWpOs3vivUc3o1WJ19aqiXygN/DK1pH20y4IF3PDzhsSV7Iv9
yvVGACWcV4nokBhSxoa0
=gn2V
-END PGP SIGNATURE-


-- 
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/e1tkl7u-0001ck...@franck.debian.org



Accepted libdv 1.0.0-5 (source amd64)

2012-12-16 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 19:38:55 +
Source: libdv
Binary: libdv4 libdv4-dev libdv-bin
Architecture: source amd64
Version: 1.0.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia ales...@debian.org
Description: 
 libdv-bin  - software library for DV format digital video (sample apps)
 libdv4 - software library for DV format digital video (runtime lib)
 libdv4-dev - software library for DV format digital video (devel files)
Changes: 
 libdv (1.0.0-5) unstable; urgency=low
 .
   * Link the documentation directory of all packages to libdv4's. This
 should close: #696071 (squeeze - wheezy upgrade bug)
Checksums-Sha1: 
 442f05a74a35ece75d5b5d06097187451e139ce4 2159 libdv_1.0.0-5.dsc
 8145a0b7be8bff9ad8392cb2c937ed28807d9905 12670 libdv_1.0.0-5.debian.tar.gz
 22ded573e766b4875a5a63f419f8dab75fb96431 82596 libdv4_1.0.0-5_amd64.deb
 99c298ef480dfcee88fcbc4d738e90050cdc3e25 7532 libdv4-dev_1.0.0-5_amd64.deb
 e92b919d6a67559b69b019996bbbdd813a165be2 35810 libdv-bin_1.0.0-5_amd64.deb
Checksums-Sha256: 
 9043467c638b4bd997b8e895c3a07762a803ac1cae013420a608564cad9da0cf 2159 
libdv_1.0.0-5.dsc
 6145d014c4f491c41684182c22614607f6d4de2a1a3103181ae643c4e74e98e4 12670 
libdv_1.0.0-5.debian.tar.gz
 6b60538f20863e9695d18f39e2eda5fe29a73aa7d2228a0b46f5cff50e81ba8f 82596 
libdv4_1.0.0-5_amd64.deb
 b09ac9d02c0d35d327610d230596a96bd079f85c953e2e531a0c9733dfd84c9b 7532 
libdv4-dev_1.0.0-5_amd64.deb
 107e62917baf5335056c67388809c4b94a0133860a3327936914c1f5a8d764dd 35810 
libdv-bin_1.0.0-5_amd64.deb
Files: 
 452865345d9c0bf51a8785f91985942d 2159 video optional libdv_1.0.0-5.dsc
 ebb2d353ff6daa3182a1fa8cc0a78a2b 12670 video optional 
libdv_1.0.0-5.debian.tar.gz
 1ded836a2e1edb37b19f6e0a790fae87 82596 libs optional libdv4_1.0.0-5_amd64.deb
 625d68db4bcc707a5b8ca1d0ee741976 7532 libdevel extra 
libdv4-dev_1.0.0-5_amd64.deb
 a5b147a9fed40a57d0a6388e7bfaf96e 35810 video extra libdv-bin_1.0.0-5_amd64.deb

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

iQIcBAEBAgAGBQJQziYSAAoJEOikiuUxHXZah9YP/RqJwn5lZtCedt+9BfGjJvKK
5TfZLEzUis1Q8yrDrdwMKjIVTJO+ZfZUF04UlY2N3LgQLpGs9rUhFbdfcEIVpn5m
mfrrOUpsPTCRQ6eYiCHMziRXL2HuZHgTnm3NIn0K10k4gKgOf7LUJEh0T0I8CLnV
sKX1gtQ/4M4AGip/ORSLgjtxhfG/nyZIcmgFJ1KSu6v0G2Fzycvvga4Vz30+JvVz
UUYegbfXd/0z4F6HgzT1PqYOuY88LqwTOt6oJLvCbPu9bn6tHo1AzbKW6IarYpEx
KBPcN+MrB99gjMnXTl60lvi+smO8c8hHwoMHDQeRfDthEeXgEg87Ef94E7GVD6B1
XEsavueLbC/twzzdB5lO7ygHAmWhuTx13YMRlVlFSlwt/aQkSgdQXGyvwad4JRFZ
AABzbm6ylpjy23/sK3rwZ3Conmx7u5Rb7jo9OsQOs0ekvNQhPXmt3Bogdd/Bl+xv
OqMrRuJ95Iztrftb6xCV0HsiDD6ZFW69wW2UX9U9ifRMmMxLsGhkXgzXskb3xMvK
QSIc7DE5eLy9HbYhRHyafFK6uJH0QgqBxDWyyLqRz3QTM0ihH/h1bYnkxFnX/UpS
hoAtHSlidbl+/Sl1CpJH/a3gpcP/ulxD/vi1z4XCU26pHGiSRsVe2jdLZyS3EuVv
8ixn9umbSBMxXrR5jWX+
=RVta
-END PGP SIGNATURE-


-- 
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/e1tkl8u-0001tg...@franck.debian.org



Accepted libgdata 0.13.2-2 (source all amd64)

2012-12-16 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 20:28:56 +0100
Source: libgdata
Binary: libgdata13 libgdata-common libgdata-dev libgdata-doc gir1.2-gdata-0.0
Architecture: source all amd64
Version: 0.13.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gir1.2-gdata-0.0 - GObject introspection data for the GData webservices library
 libgdata-common - Library for accessing GData webservices - common data files
 libgdata-dev - Library for accessing GData webservices - development files
 libgdata-doc - Library for accessing GData webservices - documentation
 libgdata13 - Library for accessing GData webservices - shared libraries
Changes: 
 libgdata (0.13.2-2) experimental; urgency=low
 .
   [ Mathieu Trudel-Lapierre ]
   * debian/control:
 - add dh-autoreconf to Build-Depends.
 - add XS-Testsuite: autopkgtest
   * debian/rules: make sure we run autoreconf before building, so that
 01_pc_depends.patch gets properly applied.
   * debian/tests/control, debian/tests/compile: add a simple compile and run
 test to make sure we can successfully build against libgdata.
 .
   [ Andreas Henriksson ]
   * Build-depend on gnome-common (= 3.6.0)
 - autoreconf needs gnome-code-coverage.m4 to properly generate Makefiles.
   * Make libgdata-dev depend on packages needed by its pkg-config file:
 + libgcr-3-dev
 + libgoa-1.0-dev (= 3.2)
 + liboauth-dev (= 0.9.4)
 + libsoup-gnome2.4-dev (= 2.37.91)
Checksums-Sha1: 
 1452d4b51858e326e7c3bbfd3a4b69a7fc241439 2085 libgdata_0.13.2-2.dsc
 0507637d0c3c36191680be821b1d0fbd0a496335 12102 libgdata_0.13.2-2.debian.tar.gz
 bbb39190c9bd7036e4dd162ab0b5fe6669b39875 253784 
libgdata-common_0.13.2-2_all.deb
 4a865b41c6b4448fa251691442bf1d2b9b1f28cb 470112 libgdata-doc_0.13.2-2_all.deb
 17eb2f75e9658f4660ff760a607de30019181889 366586 libgdata13_0.13.2-2_amd64.deb
 0a1709d2a06ea790934a437699e4e4d44f2ea737 495088 libgdata-dev_0.13.2-2_amd64.deb
 11b774b9936ae9011489c81b3ec67cab2e531553 201134 
gir1.2-gdata-0.0_0.13.2-2_amd64.deb
Checksums-Sha256: 
 674f07eb65017fa10594f297848c67955662eca2b2ac0ba35766b2960246ae3e 2085 
libgdata_0.13.2-2.dsc
 aff25b087515b6f801981af0c73b80ed73e56deabb31262efeba95d20aa1edfb 12102 
libgdata_0.13.2-2.debian.tar.gz
 e5e76e13a0800e87a63bf424172593722b0599c999d5a267674c772f39c2892f 253784 
libgdata-common_0.13.2-2_all.deb
 f62a2f69fb259551a419f1cc9819a528c1cac09feb44c8966b4aec6a5d7fa113 470112 
libgdata-doc_0.13.2-2_all.deb
 55ed1a9b26003a8cedfeb59f21b89c4742d604d661494b7578c80eb116b8c351 366586 
libgdata13_0.13.2-2_amd64.deb
 b1bdf22b7d7d9d61cf0fe83ff1082ea4d50e2d4ae1d439da136ad674105b1071 495088 
libgdata-dev_0.13.2-2_amd64.deb
 9bfe5eabb3c489a599f280705c98ea08e8d4f459e24cbf95c40a6c11096a7641 201134 
gir1.2-gdata-0.0_0.13.2-2_amd64.deb
Files: 
 9b70e942e1db213bc2ec786702f6cab3 2085 libs optional libgdata_0.13.2-2.dsc
 3efbc18f981b15c8b5920b1a717d54f6 12102 libs optional 
libgdata_0.13.2-2.debian.tar.gz
 93d75e409e896f198f627ed19d6d5a23 253784 libs optional 
libgdata-common_0.13.2-2_all.deb
 d84f64cfecb5ff2972418dc73cddb589 470112 doc optional 
libgdata-doc_0.13.2-2_all.deb
 b7f4276728fc9fa6208c0461ba8afed4 366586 libs optional 
libgdata13_0.13.2-2_amd64.deb
 b380019edd50c26c7e2ca13b6aebdc6a 495088 libdevel optional 
libgdata-dev_0.13.2-2_amd64.deb
 31e034381bfb2d237eae8f4019832823 201134 introspection optional 
gir1.2-gdata-0.0_0.13.2-2_amd64.deb

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

iEYEARECAAYFAlDOJOoACgkQcgQ2cL3l8e7kIQCfaNpn/Uudkzmyx+HGMw/KvKqH
iSgAoKVGC4+f6mHa2w9XM8HahJUjGYD+
=3R15
-END PGP SIGNATURE-


-- 
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/e1tkl8d-0001ca...@franck.debian.org



Accepted libzapojit 0.0.2-2 (source all amd64)

2012-12-16 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 21:07:02 +0100
Source: libzapojit
Binary: libzapojit-0.0-0 libzapojit-dev libzapojit-doc gir1.2-zpj-0.0
Architecture: source all amd64
Version: 0.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gir1.2-zpj-0.0 - GObject introspection data for the libzapojit library
 libzapojit-0.0-0 - Library for accessing SkyDrive and Hotmail - shared 
libraries
 libzapojit-dev - Library for accessing SkyDrive and Hotmail - development files
 libzapojit-doc - Library for accessing SkyDrive and Hotmail - documentation
Changes: 
 libzapojit (0.0.2-2) unstable; urgency=low
 .
   * Fix libzapojit-dev dependencies, add those references by pkg-config file:
 + libgoa-1.0-dev
 + librest-dev (= 0.7)
Checksums-Sha1: 
 b47e6569261fcbf5e098edc972d54188aad5add2 1888 libzapojit_0.0.2-2.dsc
 361867ef2a2e8c61fda39b05fd77c1fca3e74210 2978 libzapojit_0.0.2-2.debian.tar.gz
 1b6195a0d1035b216b8a8978a8a78f1fc51602b4 25882 libzapojit-doc_0.0.2-2_all.deb
 e74c77afb6f9bde9a3d92ba21250d9895ffac430 22700 
libzapojit-0.0-0_0.0.2-2_amd64.deb
 079f5a922e10d5052ca194293c4c195001e3a0d8 16000 libzapojit-dev_0.0.2-2_amd64.deb
 97c6f4162b81a7ca912fcdad12a4ca821e48c3e4 9950 gir1.2-zpj-0.0_0.0.2-2_amd64.deb
Checksums-Sha256: 
 86713e135ca78e031b8c19f151e01e546983b9dad0090c962ee7885bd1304f8d 1888 
libzapojit_0.0.2-2.dsc
 e63c6e3f72e946e9205907a25157b9441428098c63ef5baf729a853344cd8c2c 2978 
libzapojit_0.0.2-2.debian.tar.gz
 0dc64808ed98161bf2ca0e1c306c9919a1646fb259241116a7d7019abb00a0ea 25882 
libzapojit-doc_0.0.2-2_all.deb
 ceb9f480120f7ecb030e42f393deeea1ca04f26451f9172ecbf3e48ebf456af3 22700 
libzapojit-0.0-0_0.0.2-2_amd64.deb
 7379ccc9e5bd8cbb43c09c16385c68669b5c9edcc21c2d7cc420f83b7f3a 16000 
libzapojit-dev_0.0.2-2_amd64.deb
 6b32272001019fc08de294020b2fc9950b047cb3d432edfea2385b989de31c9c 9950 
gir1.2-zpj-0.0_0.0.2-2_amd64.deb
Files: 
 7b90e2a35a9c280f97bde8ccf9b79b64 1888 libs optional libzapojit_0.0.2-2.dsc
 378e7264676b964d3ca9c5eb24796fbf 2978 libs optional 
libzapojit_0.0.2-2.debian.tar.gz
 2d5a7c7e9f3075339efff9cfe59f6eb9 25882 doc optional 
libzapojit-doc_0.0.2-2_all.deb
 c0fdae095e3f91d7f7d5fd12278ee772 22700 libs optional 
libzapojit-0.0-0_0.0.2-2_amd64.deb
 c84816954c54009b0fd247dd85860b4e 16000 libdevel optional 
libzapojit-dev_0.0.2-2_amd64.deb
 ce81652761b589ac51b61cf943937c3c 9950 introspection optional 
gir1.2-zpj-0.0_0.0.2-2_amd64.deb

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

iEYEARECAAYFAlDOK/gACgkQcgQ2cL3l8e4VEgCgs8gJ2tIqvb+HFwJdbqQeN+W2
RKcAn1pFGrZABA8LcuVXg+3Rd+T03Bq/
=KthB
-END PGP SIGNATURE-


-- 
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/e1tkl8l-0001jb...@franck.debian.org



Accepted mailnag 0.5.0-1 (source all)

2012-12-16 Thread Vincent Cheng
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 09 Dec 2012 17:52:05 -0800
Source: mailnag
Binary: mailnag
Architecture: source all
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Cheng vincentc1...@gmail.com
Changed-By: Vincent Cheng vincentc1...@gmail.com
Description: 
 mailnag- mail notification daemon for GNOME 3
Changes: 
 mailnag (0.5.0-1) unstable; urgency=low
 .
   * New upstream release.
 - Replace dependency on python-gnomekeyring with gir1.2-gnomekeyring-1.0.
   * Install NEWS file as upstream changelog.
Checksums-Sha1: 
 60671132d3ab07b3f238d59778e84085a99eb494 1521 mailnag_0.5.0-1.dsc
 060a8696e8ad3aaf2a3ee60a695c386adfd8585e 84102 mailnag_0.5.0.orig.tar.gz
 84ded696b539bb49cdfe58a9027a5061e997901e 5194 mailnag_0.5.0-1.debian.tar.gz
 d57e628a2e757bce9d378f749f58966476beb017 84478 mailnag_0.5.0-1_all.deb
Checksums-Sha256: 
 a110a1b9ed24705b1d8e4e9dcb4df162e4e29b89f88eb8a93f62619bd4c693c3 1521 
mailnag_0.5.0-1.dsc
 c66e6da7305a59e083cceba775b004dcc576be5265e079aefa1fe6f54d8287b4 84102 
mailnag_0.5.0.orig.tar.gz
 7e07a0c9494aea22e06658641da5d8a7b369074bc4bd8fc7606323bfd4c3adcf 5194 
mailnag_0.5.0-1.debian.tar.gz
 9807fa405636239e5fa16780aa784d5396c08ff15bddf365bda16467307f922e 84478 
mailnag_0.5.0-1_all.deb
Files: 
 57c4b24d01f81af842969901df57de30 1521 gnome optional mailnag_0.5.0-1.dsc
 dc184bc1cb2e18a1e954d3bee6490b7a 84102 gnome optional mailnag_0.5.0.orig.tar.gz
 e7a9429305a7ee01a0c63f9f00bdcdf9 5194 gnome optional 
mailnag_0.5.0-1.debian.tar.gz
 092400a84425bbb463c16afe1325cfef 84478 gnome optional mailnag_0.5.0-1_all.deb

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

iQEcBAEBAgAGBQJQziScAAoJEIAhAkTu07wNlnsIAKwCJwfDMUkdTytdEKrlW3ms
H+smlOspoc1qc+0z9Qo3qYQo3Zv3023EJxVYmIAfOpvG85eBKgIqevD+Ts8NtEeI
AhmFR+ZP34sYdDO+NrmdoSIEbFw91xejQg7l33EkpMX+hE4ODKxevRS7kUnIcrni
16/GZQc8NFyoMXg/V741q37mZQ8mNER8j2WsOX68qGS9pZf25ATFqy2RqVayjrkv
xKMJA+ov+QPuFvAdS/BgNDLlRCpY/bDwajcNWZsxGeay5hEjGPaNKOBAg0hm9Dcl
Q0Sg6IvGbLEF8xr4Wvq+U/UrCqiScZU4LmWzqMMJTigh5euwEtid6JkxHhupRo8=
=2Exv
-END PGP SIGNATURE-


-- 
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/e1tkl8r-0001mq...@franck.debian.org



Accepted qt4-x11 4:4.8.2+dfsg-5 (source amd64 all)

2012-12-16 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 15:00:35 -0300
Source: qt4-x11
Binary: libqtcore4 libqt4-core libqtgui4 libqt4-gui libqt4-network 
libqt4-opengl libqt4-script libqt4-scripttools libqt4-sql libqt4-sql-ibase 
libqt4-sql-mysql libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite 
libqt4-sql-sqlite2 libqt4-sql-tds libqt4-svg libqt4-webkit libqt4-xml 
libqt4-xmlpatterns libqt4-dbus libqt4-qt3support libqt4-designer libqt4-help 
libqt4-assistant libqt4-test libqt4-phonon libqt4-declarative 
libqt4-declarative-folderlistmodel libqt4-declarative-gestures 
libqt4-declarative-particles libqt4-declarative-shaders libqt4-dev 
libqt4-dev-bin libqt4-private-dev libqt4-opengl-dev libqt4-dbg 
libqt4-designer-dbg libqt4-qt3support-dbg libqt4-script-dbg libqt4-webkit-dbg 
libqt4-xmlpatterns-dbg qt4-bin-dbg qt4-demos-dbg qt4-designer qt4-dev-tools 
qt4-qmake qt4-qtconfig qt4-demos qt4-qmlviewer qt4-linguist-tools qdbus qt4-doc 
qt4-doc-html
Architecture: source amd64 all
Version: 4:4.8.2+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description: 
 libqt4-assistant - transitional package for Qt 4 assistant module
 libqt4-core - transitional package for Qt 4 core non-GUI runtime libraries
 libqt4-dbg - Qt 4 library debugging symbols
 libqt4-dbus - Qt 4 D-Bus module
 libqt4-declarative - Qt 4 Declarative module
 libqt4-declarative-folderlistmodel - Qt 4 folderlistmodel QML plugin
 libqt4-declarative-gestures - Qt 4 gestures QML plugin
 libqt4-declarative-particles - Qt 4 particles QML plugin
 libqt4-declarative-shaders - Qt 4 shaders QML plugin
 libqt4-designer - Qt 4 designer module
 libqt4-designer-dbg - Qt 4 designer library debugging symbols
 libqt4-dev - Qt 4 development files
 libqt4-dev-bin - Qt 4 development programs
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-network - Qt 4 network module
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-phonon - Qt 4 Phonon module
 libqt4-private-dev - Qt 4 private development files
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-qt3support-dbg - Qt 3 compatibility library for Qt 4 debugging symbols
 libqt4-script - Qt 4 script module
 libqt4-script-dbg - Qt 4 script library debugging symbols
 libqt4-scripttools - Qt 4 script tools module
 libqt4-sql - Qt 4 SQL module
 libqt4-sql-ibase - Qt 4 InterBase/FireBird database driver
 libqt4-sql-mysql - Qt 4 MySQL database driver
 libqt4-sql-odbc - Qt 4 ODBC database driver
 libqt4-sql-psql - Qt 4 PostgreSQL database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit - transitional package for Qt 4 WebKit module
 libqt4-webkit-dbg - transitional package for Qt 4 WebKit debugging symbols
 libqt4-xml - Qt 4 XML module
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 qdbus  - Qt 4 D-Bus tool
 qt4-bin-dbg - Qt 4 binaries debugging symbols
 qt4-demos  - Qt 4 examples and demos
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc- Qt 4 API documentation
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-linguist-tools - Qt 4 Linguist tools
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qmlviewer - Qt 4 QML viewer
 qt4-qtconfig - Qt 4 configuration tool
Changes: 
 qt4-x11 (4:4.8.2+dfsg-5) unstable; urgency=low
 .
   * Add some changes in order to determine the reason of the FTBFS on ia64:
 - Re-allow parallel building on ia64.
 - Pass -Winvalid-pch to CFLAGS.
 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696096 for more info.
Checksums-Sha1: 
 a29562df54a4b4dd5d7170da6290bb1250024c36 5707 qt4-x11_4.8.2+dfsg-5.dsc
 12c8bb17b6ac3fb3d561a87da055b7253ec739c4 411073 
qt4-x11_4.8.2+dfsg-5.debian.tar.gz
 39fafe6b863f04a09cdbcd26480c5d93c5997b88 2106986 
libqtcore4_4.8.2+dfsg-5_amd64.deb
 71165be95dc85a1ba69b9a9bb0bfea320377d47e 44998 
libqt4-core_4.8.2+dfsg-5_amd64.deb
 8242b9dc24a8508dde3d4fddfe26d16f771980ff 4050520 
libqtgui4_4.8.2+dfsg-5_amd64.deb
 0a1a40a55610ca8746b19714a692037e750f3238 44990 
libqt4-gui_4.8.2+dfsg-5_amd64.deb
 6a8c90d86ddb171e19c45a8b09854bfc888a421b 567598 
libqt4-network_4.8.2+dfsg-5_amd64.deb
 3c762fd049214bc61812ee8e1c78275b8cf0ede9 335768 
libqt4-opengl_4.8.2+dfsg-5_amd64.deb
 08adf31a2edf3632174a1a8efdd5d09d8dc81bae 813126 
libqt4-script_4.8.2+dfsg-5_amd64.deb
 dc3c32e4dcdcf74528fe2e866c0c608b715212dc 256000 
libqt4-scripttools_4.8.2+dfsg-5_amd64.deb
 

Accepted haskell-persistent 1.1.0.1-2 (source all amd64)

2012-12-16 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Dec 2012 15:31:44 -0500
Source: haskell-persistent
Binary: libghc-persistent-dev libghc-persistent-prof libghc-persistent-doc
Architecture: source all amd64
Version: 1.1.0.1-2
Distribution: experimental
Urgency: low
Maintainer: Debian Haskell Group 
pkg-haskell-maintain...@lists.alioth.debian.org
Changed-By: Clint Adams cl...@debian.org
Description: 
 libghc-persistent-dev - type-safe, non-relational, multi-backend persistence
 libghc-persistent-doc - type-safe, non-relational, multi-backend persistence; 
documentati
 libghc-persistent-prof - type-safe, non-relational, multi-backend persistence; 
profiling l
Changes: 
 haskell-persistent (1.1.0.1-2) experimental; urgency=low
 .
   * Add missing build-dep on libghc-path-pieces-prof.
Checksums-Sha1: 
 e154bd71cb0c7924638fd1acc0863a490af6d78c 3702 haskell-persistent_1.1.0.1-2.dsc
 940bf23a63ea1d2d317b5fa71aa0380e3c60db0f 3007 
haskell-persistent_1.1.0.1-2.debian.tar.gz
 b86f76f68956d699fbf9b176580e6e37e5ba5f3e 166254 
libghc-persistent-doc_1.1.0.1-2_all.deb
 ea2dbd7717cfe9bac9adfdfc6c0bb7b26f13c3a8 1159746 
libghc-persistent-dev_1.1.0.1-2_amd64.deb
 90bd3212311fc3ab386f15bb47ae99ab95db86fc 1220668 
libghc-persistent-prof_1.1.0.1-2_amd64.deb
Checksums-Sha256: 
 f3279d1c14b94be6f36c1dd8f99a2852d1b65a8a558a6a77823c578af79aaa87 3702 
haskell-persistent_1.1.0.1-2.dsc
 9afdb57c7d9b8cd8fc8431e0f06fd903ae29e8ebab4d709642013ddc8498287c 3007 
haskell-persistent_1.1.0.1-2.debian.tar.gz
 67e414dd2b46817867b10bca89458758fd60ab8578347e5f4e0b0d534903ee79 166254 
libghc-persistent-doc_1.1.0.1-2_all.deb
 ccdbe52a01410cdcd6dd95956635dd9bd9dc8a7919988869ef47621ee65ea4a6 1159746 
libghc-persistent-dev_1.1.0.1-2_amd64.deb
 8d0d25916a3a64c93f5e01214407af989efcd31976e1060a476ea481deb9 1220668 
libghc-persistent-prof_1.1.0.1-2_amd64.deb
Files: 
 9595d084d65fa84e4fc55d71541a3e0b 3702 haskell extra 
haskell-persistent_1.1.0.1-2.dsc
 3518a0d1e4e5f71e7e198f198cdfaeec 3007 haskell extra 
haskell-persistent_1.1.0.1-2.debian.tar.gz
 0af63a35c0699283b30808d9b65194c1 166254 doc extra 
libghc-persistent-doc_1.1.0.1-2_all.deb
 67e0efe97c7bdf1b7bc54720c0ea3f5a 1159746 haskell extra 
libghc-persistent-dev_1.1.0.1-2_amd64.deb
 942f27a04f1bf0cd3f5ec653d72ebeca 1220668 haskell extra 
libghc-persistent-prof_1.1.0.1-2_amd64.deb

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

iQIcBAEBCgAGBQJQzjKSAAoJEFWSMx4ZnTioz2EP/Ry+Nremx79E3R/H05mDMxKK
RgRTnbL5cTOb1ARcQ/4KvDaDnOo6tMiqLboTfVBhY2XgdT4PBh2UV/2AjjxpVNJ5
Tu2HURO6o+CTfdzLFmPFeRHHHOcGcJUl397NKC5BfmpJvfj3QxEy3iS1cY09jcJK
wdd2mIM/YO6UXUFn9X/mU6FmDvMhs7khBUdy14F+DXtXMbxuXCfxfivfy1bgjxhk
EEoLX9bqP4GuFhQOf25Ze8q24qEha7+w+kp7cPjk78ql4kkVuHgqYqBIhXd8NxxL
apCNC3D0/Bopr+C3RoDP7YBEL5lI+z9J4o/gj0BH0v45ciPH9nJyqQHDBqRYbkZY
R29fhRLcAyPwnxFA+eUej4opDpk0uEu4l0BLHQwVzYz1uEe1I3t3i7uPEa9/0/Ox
/vRO0Va7PGDbPe8URhXvPpVVIGwYX9E6n2YvQznAM8fpZj4I4I0sLJk/zDmQDKFr
0XVjIANCLvP7spwyC0N7EGfarOElxohIehO9UJNUqKC1BGnpA45eSoRDX+3U9QPs
bJG6UygNBigCKGc2U/hbRCS/Y2Scc4D+P5WVCODeM8lHqnqYhXJVHj7Y0ghHKF48
nFietz3fIhXZ/zLdFGAwe1EgoZG/mu/35cxQMEKyLvyPVYUsGrdh+ungAVxovCnE
+YuqSC/hsB81bMH6N1aW
=tNIV
-END PGP SIGNATURE-


-- 
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/e1tklah-0002of...@franck.debian.org



Accepted live-build 3.0~b2-1 (source all)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 21:57:11 +0100
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 3.0~b2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-build - Live System Build Scripts
 live-build-cgi - Live System Build Scripts (CGI frontend)
Changes: 
 live-build (3.0~b2-1) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Updating wheezy release number.
   * Removing not really useful symlinks example hook.
   * Adding default hook to remove mdadm configuration.
   * Correcting spelling typo in bug script.
   * Adding support for live-images configs and arbitrary configuration
 directories in lb_config --config option.
   * Avoid re-populating an already populated configuration tree when using
 lb config --config.
   * Updating removal of adjtime in a split out hook for wheezy.
 .
   [ Richard Nelson ]
   * Update l-b-cgi frontend to support new git config structure.
 .
   [ Daniel Baumann ]
   * Switching from genisoimage to xorriso.
Checksums-Sha1: 
 2afae4fb8e82f5fea255ebdb016599aa9f5b 1322 live-build_3.0~b2-1.dsc
 7ebb44eaed0e9ceaba43e16a5a39cc64dada2f5e 162880 live-build_3.0~b2.orig.tar.xz
 0d5f1037e7e46e5d53ff8d8a7c86456182e45f05 50124 
live-build_3.0~b2-1.debian.tar.xz
 b32dc48d05b1164599b750343a8dd0c747892fa5 196336 live-build_3.0~b2-1_all.deb
 eb51355bab7656b184d5ed270bde6ba0bf965dae 74382 live-build-cgi_3.0~b2-1_all.deb
Checksums-Sha256: 
 be56af5d60c9d6cbf9ab7d3b3c4499a9048ac366eb4a7661830a4697cdc01ac0 1322 
live-build_3.0~b2-1.dsc
 416ec3e33120bcd9fed4a526a012f7c7340a01fa7fefe41091f575f1700ba654 162880 
live-build_3.0~b2.orig.tar.xz
 48064ce8d810584eb6ca23e773a579892e1bdd9c6ff3c3858bb429d57be53c55 50124 
live-build_3.0~b2-1.debian.tar.xz
 85b48b9e2e12cb419256782c9ede83cf61f45d415d01895de155a16d3b60 196336 
live-build_3.0~b2-1_all.deb
 90fe929d50a9ddaed16d93d3f8d268f6feac2b3eee7c0fa05ee935a07311c449 74382 
live-build-cgi_3.0~b2-1_all.deb
Files: 
 1f21029a357c77a8e97b934a445cb158 1322 misc optional live-build_3.0~b2-1.dsc
 3bd4e0c87b5effc14dfb797ab4dcfb37 162880 misc optional 
live-build_3.0~b2.orig.tar.xz
 89018b752c6e355d92a4d8e5c741ea47 50124 misc optional 
live-build_3.0~b2-1.debian.tar.xz
 6638f1b4eb7d797ebc744f1e3634e85a 196336 misc optional 
live-build_3.0~b2-1_all.deb
 e8f6c5a8e4e0509b0bd7817b0767f52f 74382 misc optional 
live-build-cgi_3.0~b2-1_all.deb

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

iEYEARECAAYFAlDONtsACgkQ+C5cwEsrK55PdwCgs9/fa0YIMRakhw8Ws16V7kR2
dH8An0ShQ+zP51cIfEVwdNul0L/qIVjK
=6yUE
-END PGP SIGNATURE-


-- 
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/e1tklba-0002xk...@franck.debian.org



Accepted live-build 4.0~a4-1 (source all)

2012-12-16 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 22:01:58 +0100
Source: live-build
Binary: live-build live-build-cgi
Architecture: source all
Version: 4.0~a4-1
Distribution: experimental
Urgency: low
Maintainer: Debian Live Project debian-l...@lists.debian.org
Changed-By: Daniel Baumann dan...@debian.org
Description: 
 live-build - Live System Build Scripts
 live-build-cgi - Live System Build Scripts (CGI frontend)
Changes: 
 live-build (4.0~a4-1) experimental; urgency=low
 .
   [ Daniel Baumann ]
   * Updating wheezy release number.
   * Removing not really useful symlinks example hook.
   * Adding default hook to remove mdadm configuration.
   * Correcting spelling typo in bug script.
   * Adding support for live-images configs and arbitrary configuration
 directories in lb_config --config option.
   * Avoid re-populating an already populated configuration tree when using
 lb config --config.
   * Updating removal of adjtime in a split out hook for wheezy.
 .
   [ Richard Nelson ]
   * Update l-b-cgi frontend to support new git config structure.
 .
   [ Daniel Baumann ]
   * Switching from genisoimage to xorriso.
   * Adding 3.0~b2-1 changelog entries.
Checksums-Sha1: 
 62aa43bf754c05eea1f64f68c4d42fdbcf503b6e 1322 live-build_4.0~a4-1.dsc
 338dd1ff6ad6b4076b451980dbc9b6b035c4c700 162408 live-build_4.0~a4.orig.tar.xz
 5b29ecd93f299e922a1d4f3e9f068527e7caf90b 50240 
live-build_4.0~a4-1.debian.tar.xz
 7097682201bb28c74ffb40df51443df7692241de 196038 live-build_4.0~a4-1_all.deb
 fac01f7aa9cf94f6623a890bd5327b9f2ff38267 74540 live-build-cgi_4.0~a4-1_all.deb
Checksums-Sha256: 
 dc479415dad55cb929cafdfe467d833031f4f2f29db69348aa330478d12e75a4 1322 
live-build_4.0~a4-1.dsc
 5a6f38eeb9cc52849e3190ff88b512ffad161c5820233975a6edef940ed7f23d 162408 
live-build_4.0~a4.orig.tar.xz
 d1e32f38ea923275a6f60974ca16ba6d336cea87b9f93a762a4df7da45fa0e9e 50240 
live-build_4.0~a4-1.debian.tar.xz
 cd767c689f581253822ee85030ec568678171b788e68c46d019ce6bf1bc8d38a 196038 
live-build_4.0~a4-1_all.deb
 b953474d961bd690239623b7edce3ea180d4e13a2d8a1bfd3c450450f4f8bc60 74540 
live-build-cgi_4.0~a4-1_all.deb
Files: 
 a2ce68c340eb1d51f06bc5a5f210e821 1322 misc optional live-build_4.0~a4-1.dsc
 fc571e1907f31fe17afd6b7eb27a55c2 162408 misc optional 
live-build_4.0~a4.orig.tar.xz
 3df7ac60c1be93186ada54b82882b16d 50240 misc optional 
live-build_4.0~a4-1.debian.tar.xz
 9da8c9a29d0b6ca7a658dc36f8d56407 196038 misc optional 
live-build_4.0~a4-1_all.deb
 a66d751bc3f60f23ba053503f97e1ef4 74540 misc optional 
live-build-cgi_4.0~a4-1_all.deb

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

iEYEARECAAYFAlDONyIACgkQ+C5cwEsrK54o9wCbBvJea1bD2cL0L9cl/jOVKboJ
MjwAoKoY6akYF3xx+4RXO9sNNzbD2S/F
=++Ed
-END PGP SIGNATURE-


-- 
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/e1tklbg-00033q...@franck.debian.org



Accepted freeradius 2.1.12+dfsg-1.2 (source amd64 all)

2012-12-16 Thread Kees Cook
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Dec 2012 12:44:35 -0800
Source: freeradius
Binary: freeradius freeradius-common freeradius-utils libfreeradius2 
libfreeradius-dev freeradius-krb5 freeradius-ldap freeradius-postgresql 
freeradius-mysql freeradius-iodbc freeradius-dialupadmin freeradius-dbg
Architecture: source amd64 all
Version: 2.1.12+dfsg-1.2
Distribution: unstable
Urgency: high
Maintainer: Josip Rodin joy-packa...@debian.org
Changed-By: Kees Cook k...@debian.org
Description: 
 freeradius - high-performance and highly configurable RADIUS server
 freeradius-common - FreeRADIUS common files
 freeradius-dbg - debug symbols for the FreeRADIUS packages
 freeradius-dialupadmin - set of PHP scripts for administering a FreeRADIUS 
server
 freeradius-iodbc - iODBC module for FreeRADIUS server
 freeradius-krb5 - kerberos module for FreeRADIUS server
 freeradius-ldap - LDAP module for FreeRADIUS server
 freeradius-mysql - MySQL module for FreeRADIUS server
 freeradius-postgresql - PostgreSQL module for FreeRADIUS server
 freeradius-utils - FreeRADIUS client utilities
 libfreeradius-dev - FreeRADIUS shared library development files
 libfreeradius2 - FreeRADIUS shared library
Closes: 694407
Changes: 
 freeradius (2.1.12+dfsg-1.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Fix expired passwords when using the unix module (CVE-2011-4966,
 Closes: #694407).
Checksums-Sha1: 
 4b889f7708699b6d332515d05e2a71e79269f4c9 2753 freeradius_2.1.12+dfsg-1.2.dsc
 c8ccd34d4f69cb1cc5514a9b41275742d6d27147 32431 
freeradius_2.1.12+dfsg-1.2.debian.tar.gz
 26f52e1238eae32d23084ff3dfd5185e75d112a2 720186 
freeradius_2.1.12+dfsg-1.2_amd64.deb
 50dc6812617ee5f4828ac39918b4c2b0576e2f39 103716 
freeradius-utils_2.1.12+dfsg-1.2_amd64.deb
 72f5baf3fadaa4948d04d6c44a848a635992d57f 120460 
libfreeradius2_2.1.12+dfsg-1.2_amd64.deb
 065f4ed0ae6faa91cc727d0ce18e9e4213219b95 161422 
libfreeradius-dev_2.1.12+dfsg-1.2_amd64.deb
 a07c1b7632f109b856ab9ef1b45f164f5834bfac 39280 
freeradius-krb5_2.1.12+dfsg-1.2_amd64.deb
 1e16997ffcf84f78889cab8e803ccf41ecb522fa 58612 
freeradius-ldap_2.1.12+dfsg-1.2_amd64.deb
 8c9d21b6ff974a37b630dd661f31d5c0868bd09c 58618 
freeradius-postgresql_2.1.12+dfsg-1.2_amd64.deb
 5e1c62bd50d2d5b487820d742ea9a2698ec010e4 47588 
freeradius-mysql_2.1.12+dfsg-1.2_amd64.deb
 638cd456a949bcc5b364efdeec7723ec310e32de 38614 
freeradius-iodbc_2.1.12+dfsg-1.2_amd64.deb
 7c2df1d833b2fb44d89485c409fdb99c2f93d38e 1725182 
freeradius-dbg_2.1.12+dfsg-1.2_amd64.deb
 39bd96a8ad42706e8109f678e95da91369256f5f 273376 
freeradius-common_2.1.12+dfsg-1.2_all.deb
 4977b74bc5b9b269cc2fb374e2f0055f6b65330a 138946 
freeradius-dialupadmin_2.1.12+dfsg-1.2_all.deb
Checksums-Sha256: 
 edd76a58e14b5e11bf2a4c79906c4a26b52ca6b35f8feb722fd2919d8976950f 2753 
freeradius_2.1.12+dfsg-1.2.dsc
 14bf0ba884c85cc71d20eb88f3491212f998c8f9bb2b7db14917a7501f329d87 32431 
freeradius_2.1.12+dfsg-1.2.debian.tar.gz
 8cf6f1e98e10d044474214485ad9d610afe55709b7042916bcc07e5706c1a948 720186 
freeradius_2.1.12+dfsg-1.2_amd64.deb
 d01bf68e904efdd83621d9b26896355204d109737c48bcd69430cdcbd465f99a 103716 
freeradius-utils_2.1.12+dfsg-1.2_amd64.deb
 cd1057e174d4c82031f223e139a9d40592b0f83d3a4c7c03f85071a2051f3aa0 120460 
libfreeradius2_2.1.12+dfsg-1.2_amd64.deb
 a1de3213e36af4c049bf7e5c089154f31d2b05e9570cd4226623bbd6b3bbd817 161422 
libfreeradius-dev_2.1.12+dfsg-1.2_amd64.deb
 448f76ff7d7ab4d782edb39d2d145c4bc95511db75879c5696ffcce42b46851d 39280 
freeradius-krb5_2.1.12+dfsg-1.2_amd64.deb
 a4edeabf61bf872e2b43d99120a413063e09c4f0a17af914a13267400c6b8ccf 58612 
freeradius-ldap_2.1.12+dfsg-1.2_amd64.deb
 6912084229b7f0123186ce4a0e68f0a53e5793d64dccbad55f2d02304ef407ae 58618 
freeradius-postgresql_2.1.12+dfsg-1.2_amd64.deb
 de6c4f3512b7023ea0825ca99e7acb9b429aa9b61fac2d621545ad47f0d14442 47588 
freeradius-mysql_2.1.12+dfsg-1.2_amd64.deb
 f5d7a59452c370d39bca8ab78a5077a2c30bc3214a7adb8c06fa8d8929f46b9b 38614 
freeradius-iodbc_2.1.12+dfsg-1.2_amd64.deb
 cb09cec62160d4d1276cc25777d733563e6584dfbcf168085d2eace0c28c5bc5 1725182 
freeradius-dbg_2.1.12+dfsg-1.2_amd64.deb
 b8d31bc82861232296792d0976026c7f46df1683c8ff2c14f24904ea0e96b617 273376 
freeradius-common_2.1.12+dfsg-1.2_all.deb
 4cacd8e6d3c81380f953c6cd3bc56e570bf58aef1d1a31de1bf77b9f6ff4cac0 138946 
freeradius-dialupadmin_2.1.12+dfsg-1.2_all.deb
Files: 
 956430d7333e68cacd7c38c1457236f8 2753 net optional 
freeradius_2.1.12+dfsg-1.2.dsc
 7bd372402aff1dc9ed8542d9db92e7c5 32431 net optional 
freeradius_2.1.12+dfsg-1.2.debian.tar.gz
 c8c9c6d0d4b2aaecb772d1f822ea5e3a 720186 net optional 
freeradius_2.1.12+dfsg-1.2_amd64.deb
 09504c8ed58d8eb7bf3bdcad9f217683 103716 net optional 
freeradius-utils_2.1.12+dfsg-1.2_amd64.deb
 deaf904633984a84dec3a09ab8942b49 120460 net optional 
libfreeradius2_2.1.12+dfsg-1.2_amd64.deb
 948f6a6e3320cd1d039f4c091fe080d7 161422 libdevel optional 
libfreeradius-dev_2.1.12+dfsg-1.2_amd64.deb
 e8732397140edf5892f1669a6f16a701 39280 net optional 

Accepted systemd 44-6 (source amd64)

2012-12-16 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 16 Dec 2012 21:58:37 +0100
Source: systemd
Binary: systemd systemd-sysv libpam-systemd systemd-gui libsystemd-login0 
libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev 
libsystemd-journal0 libsystemd-journal-dev libsystemd-id128-0 
libsystemd-id128-dev
Architecture: source amd64
Version: 44-6
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen tfh...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 libpam-systemd - system and service manager - PAM module
 libsystemd-daemon-dev - systemd utility library - development files
 libsystemd-daemon0 - systemd utility library
 libsystemd-id128-0 - systemd 128 bit ID utility library
 libsystemd-id128-dev - systemd 128 bit ID utility library - development files
 libsystemd-journal-dev - systemd journal utility library - development files
 libsystemd-journal0 - systemd journal utility library
 libsystemd-login-dev - systemd login utility library - development files
 libsystemd-login0 - systemd login utility library
 systemd- system and service manager
 systemd-gui - system and service manager - GUI
 systemd-sysv - system and service manager - SysV links
Closes: 635131
Changes: 
 systemd (44-6) unstable; urgency=low
 .
   [ Michael Biebl ]
   * No longer ship the /sys directory in the systemd package since it is
 provided by base-files nowadays.
   * Don't run udev rules if systemd is not active.
   * Converting /var/run, /var/lock and /etc/mtab to symlinks is a one-time
 migration so don't run the debian-fixup script on every boot.
 .
   [ Tollef Fog Heen ]
   * Prevent the systemd package from being removed if it's the active init
 system, since that doesn't work.
 .
   [ Michael Biebl ]
   * Use a separate tmpfs for /run/lock (size 5M) and /run/user (size 100M).
 Those directories are user-writable which could lead to DoS by filling up
 /run.  Closes: #635131
Checksums-Sha1: 
 a51d73b1fcc9b71c1ee294e45c16cc44169e0149 2882 systemd_44-6.dsc
 ebcda7683a1e269b33a5a3be053c79770e8646db 26995 systemd_44-6.debian.tar.gz
 94dbed466b861460ecd56facb71ee57af2ce75a8 1446086 systemd_44-6_amd64.deb
 a7ee1a2835127516724f3fcb7610db486bf7 14250 systemd-sysv_44-6_amd64.deb
 c5415a456d9eaa09634672bc49cc6084adddf95b 31682 libpam-systemd_44-6_amd64.deb
 8d78e59e8e6e5d814139303d71aea5ae2b478d53 66116 systemd-gui_44-6_amd64.deb
 3226e3e2cce80a83509db0ea6fe7c7cb4ffbbaf1 28418 libsystemd-login0_44-6_amd64.deb
 28797c888670d8db9f7412d8fbee3fb9d02a3ffb 10982 
libsystemd-login-dev_44-6_amd64.deb
 6cc1436b8815b7655dfa9e503eb5b3424b2d2a20 14010 
libsystemd-daemon0_44-6_amd64.deb
 190791d0f9e4b8a0c47d657ab0b5516d2ee9a287 13472 
libsystemd-daemon-dev_44-6_amd64.deb
 c3e4c008a455d4184f61b360772adbc19825732f 41566 
libsystemd-journal0_44-6_amd64.deb
 c05d77ea7fea251978c303e05cbe7fb592b2fd11 10592 
libsystemd-journal-dev_44-6_amd64.deb
 7b35249ac08b0a09f4cbc6486298dfdc05d2f48b 20122 
libsystemd-id128-0_44-6_amd64.deb
 83d9a2d53c346ecc83d78d3d603f081db69965fd 9962 
libsystemd-id128-dev_44-6_amd64.deb
Checksums-Sha256: 
 c6e7e16b31ad3b0d108369dfe79d47c8f52eea36afa32ef68482b6321325652b 2882 
systemd_44-6.dsc
 b4a15fc1d4083eb1a393f0f04ed332acadc1055a44dcc3639735a0e555bb9443 26995 
systemd_44-6.debian.tar.gz
 30dd0b689fdbf003166557bc09a4ed6268293d19bd3480022f683ae5331b864b 1446086 
systemd_44-6_amd64.deb
 c6c10f38978abcd9e7b488b16d49789cb77e174472f83538fb2ffbbaf58748d7 14250 
systemd-sysv_44-6_amd64.deb
 0cef6ae23106a7b4e2f8ba789c58f3a377761d13baa146e20c55a51316328b91 31682 
libpam-systemd_44-6_amd64.deb
 80855048151e33bc85163ba9e147fd49b4f5f6c9675de0388f568331ae4195fe 66116 
systemd-gui_44-6_amd64.deb
 215932f5ea7790e6f680551d3bfd682613c26253bc5f22c487bdcf7164a5cdba 28418 
libsystemd-login0_44-6_amd64.deb
 2710b1b803f38452ac4ab04a43c39f0fe184dbe53519efa9a19ab231d7b56876 10982 
libsystemd-login-dev_44-6_amd64.deb
 7d807c3241553ccdd1b8ac22f53662f9a8c168cc3d2da11d3dd6f576cf67b80f 14010 
libsystemd-daemon0_44-6_amd64.deb
 95d71183f7082a276412d01e34a5469712cc65fafaf716689b9af7aa9691d3aa 13472 
libsystemd-daemon-dev_44-6_amd64.deb
 84ea23d62fbfc37ee3d9ddeb748d6523b50fa80bb23a38f0739177c476f2738d 41566 
libsystemd-journal0_44-6_amd64.deb
 e650594f07f6ea269ee799b3483c981447c2817f27eed2b4dfbde69387b0a182 10592 
libsystemd-journal-dev_44-6_amd64.deb
 dade8c98a5129a2ae614d57e411d5feb4ff6637f7a729a878b160606cf12f7cc 20122 
libsystemd-id128-0_44-6_amd64.deb
 0d393d48ff01910385001fa34cc3577f19b90cdbbc746ffd66ae8620cd4971fc 9962 
libsystemd-id128-dev_44-6_amd64.deb
Files: 
 0033959d5a570c2872cf9102cfae320d 2882 admin extra systemd_44-6.dsc
 4534bde4c1b5eb5782546aa17eef6387 26995 admin extra systemd_44-6.debian.tar.gz
 44537779f9bae576b4b3bf11726c767d 1446086 admin extra systemd_44-6_amd64.deb
 cc64b6998b2601b6443345bf50fb8295 14250 admin extra systemd-sysv_44-6_amd64.deb
 8ae065680a672d42bfa90fd254d124b9 31682 admin extra 
libpam-systemd_44-6_amd64.deb
 

Accepted bash 4.2-5.1 (source all amd64)

2012-12-16 Thread Nicolas Boulenguez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 11 Dec 2012 22:02:44 +0100
Source: bash
Binary: bash bash-static bash-builtins bash-doc
Architecture: source all amd64
Version: 4.2-5.1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Nicolas Boulenguez nico...@debian.org
Description: 
 bash   - GNU Bourne Again SHell
 bash-builtins - Bash loadable builtins - headers  examples
 bash-doc   - Documentation and examples for the The GNU Bourne Again SHell
 bash-static - GNU Bourne Again SHell (static version)
Closes: 679198
Changes: 
 bash (4.2-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/bash.preinst-lib.c: typo in fcntl argument (Closes: #679198).
Checksums-Sha1: 
 9c1c04c426c1bddc04d78c16bd83f31ff5599ece 2123 bash_4.2-5.1.dsc
 222eb97748c88906baba7aa676dcb8889ce362e7 88298 bash_4.2-5.1.diff.gz
 6c672aa8d7ad1e26064bcaf343175f26af1e47e3 695000 bash-doc_4.2-5.1_all.deb
 b4450248b4810d1e3092250d58434891069417bc 1498628 bash_4.2-5.1_amd64.deb
 d0455f7ab815aeb59e6db3dd1531a9a47a79bbf9 112100 bash-builtins_4.2-5.1_amd64.deb
 fa980f06577482b335bd827dd67d7ca73708df80 936368 bash-static_4.2-5.1_amd64.deb
Checksums-Sha256: 
 34d6e9c890ee7a1a00867b941037a22de1a2c817b1e38ebf5b48acb598182bc8 2123 
bash_4.2-5.1.dsc
 a49c80538d1314cc95bc19aab917741ddae9c2c2729045d9f0f574635878dfaa 88298 
bash_4.2-5.1.diff.gz
 488af4649140588c114e9ea0b3ff276c22a527c331062ae177928e4ac2706f44 695000 
bash-doc_4.2-5.1_all.deb
 7fca2b3f0788056f1331b8f740da30c8b06dfc40610e8cc52abd2941a7adfd67 1498628 
bash_4.2-5.1_amd64.deb
 b3c315956d84a224c44f303462d6d58a2adcb3125e26408e73d71998dbaf709a 112100 
bash-builtins_4.2-5.1_amd64.deb
 bd057a495f4b58e95a3e8a373949d0f86a6eb1d0858d2f11e010bde9ecffd415 936368 
bash-static_4.2-5.1_amd64.deb
Files: 
 30513f0bc6b2c5593a876082c0306cb4 2123 base required bash_4.2-5.1.dsc
 8d71e5debd8d3951969066110d3a316d 88298 base required bash_4.2-5.1.diff.gz
 8128acec701c9aa3d17dbac13958732f 695000 doc optional bash-doc_4.2-5.1_all.deb
 63885865a95728a7041c75f65c133fd3 1498628 shells required bash_4.2-5.1_amd64.deb
 c005b567a929be25868c55b7da56e002 112100 utils optional 
bash-builtins_4.2-5.1_amd64.deb
 976158bab594eeafef16d71888b0d7a6 936368 shells optional 
bash-static_4.2-5.1_amd64.deb

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

iQIcBAEBCAAGBQJQx6WmAAoJELUqnPRJDfyNkVsQAIWFd/NPQFN2mc9w7P/InFun
cAj4MfIJOgD4vkH5CLj3vXSvL98uRpFu1FNvaAXDsVrV5/Etelqz1D9TWA7wbpV+
fz/dsxOk0St53ndzCfN+Uqt9xS4O6/C1tTlhxIjnL7ZNfQkWywEjN0fuZa2znSCR
VJQGiHCZ7QtGeatrlcn/VBQdsE+D6XvfeI4Wx7MMLcELzZZrz9WN3mlAaWaY4aVu
JqDiE0hh5wVoK5DqV8cfOYLCgiodv6EUoBY3Xplhkdb/dYhcK2KcpuvFMasj2T1Z
esFUg5VaQ+iYth78aUI2f0ikXbyT5EseLHVL8zHmG7vV3rASbwjmtJyzv+M5qHnw
V5fs8uHVbQt9P5hBFVWNvrK2JGd/1FWg9f0emEuGOdYGC58vId29pR6G9kT3sDb9
sqA6n5yn/XHlm7EAPwRzdpB+r7pclOBfvaKNEHJcVs1u7NoOAVm4gPsjmH0QbtwC
GKHae1Ai7pfljebYqKCpfkJQCv57CcrpWNO9cSLheaWxEn4kQO3c9j16kgbtLyRp
3HlvbajIdFH26UIdEiDVx5QR/gIDhvofNN6FmWBVD/81a6hVjpO7e2P4DXDH44kO
/Rg5Cf5lmegUKVgRs/Egv/PqW+fWNiOMHj8AnT29fEwe4au2LHrz3Ax71xXjyehk
Ef2Xz/A8j6kX/R5sJKcU
=Ro9U
-END PGP SIGNATURE-


-- 
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/e1tkmij-0005ul...@franck.debian.org



Accepted librostlab-blast 1.0.1-2 (source amd64 all)

2012-12-16 Thread Laszlo Kajan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 22:25:29 +0100
Source: librostlab-blast
Binary: librostlab-blast0 librostlab-blast0-dev librostlab-blast-doc 
librostlab-blast0-dbg
Architecture: source amd64 all
Version: 1.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Laszlo Kajan lka...@rostlab.org
Description: 
 librostlab-blast-doc - very fast C++ library for parsing the output of NCBI 
BLAST progra
 librostlab-blast0 - very fast C++ library for parsing the output of NCBI BLAST 
progra
 librostlab-blast0-dbg - debugging symbols for librostlab-blast
 librostlab-blast0-dev - very fast C++ library for parsing the output of NCBI 
BLAST progra
Closes: 695964
Changes: 
 librostlab-blast (1.0.1-2) unstable; urgency=low
 .
   * Removed debian/librostlab-blast0.symbols file (Closes: #695964).
Checksums-Sha1: 
 ae739ee9a1905bd97c3f583de47bb0d284794c78 2380 librostlab-blast_1.0.1-2.dsc
 c1a9c90b980af287f6c74117f2a939f1956ebf76 3691 
librostlab-blast_1.0.1-2.debian.tar.gz
 562e400c47f34f5f3e374ca27d66c98e30f2d240 114988 
librostlab-blast0_1.0.1-2_amd64.deb
 0c8649b3bef72c530d61e6bffaae9de6e5dae3e2 134696 
librostlab-blast0-dev_1.0.1-2_amd64.deb
 d206838eb4aca271a1d1ee805c65e7127229eef6 728906 
librostlab-blast-doc_1.0.1-2_all.deb
 85be9f4d2ef30f7e7c66933b29b198aa6fcf01a9 300364 
librostlab-blast0-dbg_1.0.1-2_amd64.deb
Checksums-Sha256: 
 d9d3b5cce92927ef32bf6d6888792a5ca700a5bca37692233eb14da2ec581a90 2380 
librostlab-blast_1.0.1-2.dsc
 41a97430d45b1fd0e8c0ab922d01c5d2232957382962957a8b6ca53f1de4228c 3691 
librostlab-blast_1.0.1-2.debian.tar.gz
 b18a47c0434a5e44ba148582f1509232b0e5a9bfa7d3f32d3741b51000d255ad 114988 
librostlab-blast0_1.0.1-2_amd64.deb
 fc8c87c7156dfa3bbff74a87132a35f6e7a82d599050a9630fb1de2273282199 134696 
librostlab-blast0-dev_1.0.1-2_amd64.deb
 8106bfb8e94af31ae83aeb27866018875ef3bfb43b380c3a6e0f28142499b964 728906 
librostlab-blast-doc_1.0.1-2_all.deb
 0f3a8a47f7899c69ad3ca6ac404f5c2f4517f95ce50c37b22d70926378f9f2ee 300364 
librostlab-blast0-dbg_1.0.1-2_amd64.deb
Files: 
 c6a47801e2aa715f9cc1ade64e279a01 2380 libs optional 
librostlab-blast_1.0.1-2.dsc
 14f888174a30950e89a5aa15fb3c9db3 3691 libs optional 
librostlab-blast_1.0.1-2.debian.tar.gz
 b8bc2db8364b39ea764e422e337ca1f0 114988 libs optional 
librostlab-blast0_1.0.1-2_amd64.deb
 e203dcebbf88d1711d57caf3fd69b023 134696 libdevel optional 
librostlab-blast0-dev_1.0.1-2_amd64.deb
 a6127b1ad1142339f673c224b08ccf94 728906 doc optional 
librostlab-blast-doc_1.0.1-2_all.deb
 2400969264030467b093fc179e3accc7 300364 debug extra 
librostlab-blast0-dbg_1.0.1-2_amd64.deb

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

iQIcBAEBAgAGBQJQzkRvAAoJEJvS1kCaDFL659EQAKKSnyxPIbbHKf9Xei5jJIdd
5VimeQyEarLz1n29k3KgfofCxtBuppRbkYH6h9ipn9doKOniq5eMDYcmdvjwbUtR
l+f4eIwbX1dXhMy4JPFuskAROngvvhtynHr0CZ07ov4JpyhQKXLJD1KL4JHgGmHx
vpZZSu/dgOmnrC+zyZVqtKa7u54IbEoWGaIEiZrYgy0lMQXTdmYYzHamdxJZ2971
5PSdQgV4KzKX7mdcikCmUIFQNcBG7Y8GUuuOSTMmZ0yJ4KzhD3YbF3jnobmB0RsN
BrBVvWGigVJeuadY2cKkLnI83WzlTDQs/BA2yCn8rRy3ZcdIUuIoxGH3VTMXy4tW
TPxdluHjIRMGu2AvUdKGcd6d9yi7vqlspGuUiFqZOjDFD+SC5gBjBylV7SfRiVPB
AmLpmcxRHJCRxnT+CrqqjQV8Y/NzSM0y5FkxXbST0j6NjXpR84okMJnuoe4KjEAa
GuutrAz4LWrGTe+GXtD5pgCZFeREcv/Jn3lTGG9gkg25cwOLnoNyn8e6rIMEfa6O
I5g6NQYk8aVcD7tPjRLBRySrEeirLF+PZoEm4OSInDQKFiB5/eHazmLNmiwOpRfH
qBZphI5cG5Ly6vWJnyWJgCOIcG/+eKeQzjuOxfxkVKo6HgGPa5u7WA+wIdbUho6/
PVtikW10IWnZlxhRA+gE
=v7R2
-END PGP SIGNATURE-


-- 
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/e1tkmws-ez...@franck.debian.org



Accepted gnome-documents 3.6.2-1 (source amd64)

2012-12-16 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 23:22:30 +0100
Source: gnome-documents
Binary: gnome-documents
Architecture: source amd64
Version: 3.6.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Andreas Henriksson andr...@fatal.se
Description: 
 gnome-documents - Document manager for GNOME
Changes: 
 gnome-documents (3.6.2-1) experimental; urgency=low
 .
   [ Jeremy Bicha ]
   * New upstream release (v3.6.1).
   * debian/control.in:
 - Update dependencies
 .
   [ Andreas Henriksson ]
   * New upstream release (v3.6.2).
   * Bump libzapojit-dev and libgdata-dev build-dependencies to include *-2
 package revision with fixed dependencies, w.r.t. pkg-config.
   * Add debian/patches/91_link_gdminer_to_gdprivate.patch
 - fix build (link) failure, picked from upstream git commit c8933107.
Checksums-Sha1: 
 c02adefd9440d1acbbddbe9c13d7c7c7bb8f80c2 1942 gnome-documents_3.6.2-1.dsc
 f244542428470460b03f30c79ae2bd6d84fd6a84 531392 
gnome-documents_3.6.2.orig.tar.xz
 02e30e1e02c43fcdb597490e988101c5316f8799 4229 
gnome-documents_3.6.2-1.debian.tar.gz
 4533df436428cae5cc44d97893b2cd10135b22ae 230372 
gnome-documents_3.6.2-1_amd64.deb
Checksums-Sha256: 
 2701af9a816f7b9929a92671441dff57f3483c33ff17cce44015447ff21c2b9a 1942 
gnome-documents_3.6.2-1.dsc
 b2b548685c1074cf222a21d747e6daa8f339815219616b12bb4d2e447e2a34c2 531392 
gnome-documents_3.6.2.orig.tar.xz
 c2426ffb976334d6b937c512143f56a569fb42f961447555d2363bea7b1437a1 4229 
gnome-documents_3.6.2-1.debian.tar.gz
 0c91b93544b50adbeaf4b92f05e8c61918b3625f4cd0bedd05263618a841b9be 230372 
gnome-documents_3.6.2-1_amd64.deb
Files: 
 6806a8297104cad17dcbe67d78d26ff8 1942 gnome optional 
gnome-documents_3.6.2-1.dsc
 4e4a41c874b139bad0b1c3478909a5c7 531392 gnome optional 
gnome-documents_3.6.2.orig.tar.xz
 daecd8e7a7e62d918a2f5a30db9e4d49 4229 gnome optional 
gnome-documents_3.6.2-1.debian.tar.gz
 727689129b9cacd9e06aeb9587282852 230372 gnome optional 
gnome-documents_3.6.2-1_amd64.deb

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

iEYEARECAAYFAlDOSwsACgkQcgQ2cL3l8e6kUgCfd9yRbPvlDpq4vEduNbkJzhgs
YewAn2GyH9+1cpyqls5f9AjGEi+Vll3H
=jKBM
-END PGP SIGNATURE-


-- 
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/e1tkmlo-00068z...@franck.debian.org



Accepted libwiki-toolkit-formatter-usemod-perl 0.24-1 (source all)

2012-12-16 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 16 Dec 2012 22:52:35 +
Source: libwiki-toolkit-formatter-usemod-perl
Binary: libwiki-toolkit-formatter-usemod-perl
Architecture: source all
Version: 0.24-1
Distribution: unstable
Urgency: low
Maintainer: Dominic Hargreaves d...@earth.li
Changed-By: Dominic Hargreaves d...@earth.li
Description: 
 libwiki-toolkit-formatter-usemod-perl - UseModWiki-style formatting for 
CGI::Wiki
Changes: 
 libwiki-toolkit-formatter-usemod-perl (0.24-1) unstable; urgency=low
 .
   * Add Vcs-* control fields
   * Switch to dpkg-source 3.0 (quilt) format
   * Switch to minimal debhelper rules
   * New upstream release
   * Update Standards-Version (no changes)
Checksums-Sha1: 
 f102e04bbe7c253138ee323b948ef0c97d27c412 1705 
libwiki-toolkit-formatter-usemod-perl_0.24-1.dsc
 6507a016048d9f4a16b01b49548784cac859ebd3 18758 
libwiki-toolkit-formatter-usemod-perl_0.24.orig.tar.gz
 becfe664707e84e652442cb48ad97f069fe62a65 1937 
libwiki-toolkit-formatter-usemod-perl_0.24-1.debian.tar.gz
 707632154e365606b96fdd2fc1a106e80dc72c02 18776 
libwiki-toolkit-formatter-usemod-perl_0.24-1_all.deb
Checksums-Sha256: 
 d0f85877c8397dfd56e7dad80fe7c1d13890d1715b5493906b8e81e23353b6e6 1705 
libwiki-toolkit-formatter-usemod-perl_0.24-1.dsc
 75e5ff119cbeb1018b43632172b4219bd2f1b175f8f9c54517eed5c02ae88d5b 18758 
libwiki-toolkit-formatter-usemod-perl_0.24.orig.tar.gz
 f9b3a6271404e2b8a5b0957c6a3b1f8080b5454dc7f7b57945bbbf2993b95e94 1937 
libwiki-toolkit-formatter-usemod-perl_0.24-1.debian.tar.gz
 f78c4bc3a63b3e4cd6c8d5f8908c1959b960673cb2636ae228d6992c7cee5804 18776 
libwiki-toolkit-formatter-usemod-perl_0.24-1_all.deb
Files: 
 4bbe7818a2131b9d298919f54acd7bdb 1705 perl optional 
libwiki-toolkit-formatter-usemod-perl_0.24-1.dsc
 1624c694d4c8e2e868f50475845d5abb 18758 perl optional 
libwiki-toolkit-formatter-usemod-perl_0.24.orig.tar.gz
 78549d8fd1e248f654aa654a2938 1937 perl optional 
libwiki-toolkit-formatter-usemod-perl_0.24-1.debian.tar.gz
 d07adcecaa57a13f913bb781a28482b1 18776 perl optional 
libwiki-toolkit-formatter-usemod-perl_0.24-1_all.deb

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

iD8DBQFQzlD4YzuFKFF44qURAszOAKDR4zA80sjnBUUZ3TdENWChgUkycACfcpdg
F5XSCEWjZDbgWQxJOcye3i8=
=u25q
-END PGP SIGNATURE-


-- 
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/e1tkneo-00060p...@franck.debian.org



Accepted dovecot 1:2.1.7-6 (source all i386)

2012-12-16 Thread Jaldhar H. Vyas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 14 Dec 2012 17:01:33 -0500
Source: dovecot
Binary: dovecot-common dovecot-core dovecot-dev dovecot-imapd dovecot-pop3d 
dovecot-lmtpd dovecot-managesieved dovecot-pgsql dovecot-mysql dovecot-sqlite 
dovecot-ldap dovecot-gssapi dovecot-sieve dovecot-solr dovecot-dbg
Architecture: source all i386
Version: 1:2.1.7-6
Distribution: unstable
Urgency: high
Maintainer: Dovecot Maintainers jaldhar-dove...@debian.org
Changed-By: Jaldhar H. Vyas jald...@debian.org
Description: 
 dovecot-common - Transitional package for dovecot
 dovecot-core - secure mail server that supports mbox, maildir, dbox and mdbox 
ma
 dovecot-dbg - debug symbols for Dovecot
 dovecot-dev - header files for the dovecot mail server
 dovecot-gssapi - GSSAPI authentication support for Dovecot
 dovecot-imapd - secure IMAP server that supports mbox, maildir, dbox and mdbox 
ma
 dovecot-ldap - LDAP support for Dovecot
 dovecot-lmtpd - secure LMTP server for Dovecot
 dovecot-managesieved - secure ManageSieve server for Dovecot
 dovecot-mysql - MySQL support for Dovecot
 dovecot-pgsql - PostgreSQL support for Dovecot
 dovecot-pop3d - secure POP3 server that supports mbox, maildir, dbox and mdbox 
ma
 dovecot-sieve - sieve filters support for Dovecot
 dovecot-solr - Solr full text search support for Dovecot
 dovecot-sqlite - SQLite support for Dovecot
Closes: 693621 694376
Changes: 
 dovecot (1:2.1.7-6) unstable; urgency=high
 .
   * WARNING: in order to get this package into wheezy some functionality
 from the previous release had to be removed.  Namely:
 - TCP Wrappers support
 - Hurd compatability support
 - Triggers
 All this will be coming back in the next version but for now, if you need
 any of it, stick with -5.
   * [1f869e0] NEWS.Debian was not getting added to the package (Closes: 
#693621)
   * [564c5e2] Add breaks and replaces mailavenger for debian-common
 (Closes: #694376)
Checksums-Sha1: 
 0b939eab814cc0a04246e25a2f9835e372aa620a 2288 dovecot_2.1.7-6.dsc
 68fc6c80b71946d88f492b3182cb73b43b921bbe 3778791 dovecot_2.1.7.orig.tar.gz
 78318d0aab30dc2cace98c3ed2a9dce3cd7c6c83 1120524 dovecot_2.1.7-6.debian.tar.gz
 90c07e342b3aa7ab7299f3e61282e6ed19729da5 24730 dovecot-common_2.1.7-6_all.deb
 5a1aa477355831f932de7281ea41b4a448ca54ea 2904390 dovecot-core_2.1.7-6_i386.deb
 eb187b3b39bc5136bd173102d5266d52b1083fc7 575600 dovecot-dev_2.1.7-6_i386.deb
 59e0d179dd6e14584957d8828ec2684db7599c14 426134 dovecot-imapd_2.1.7-6_i386.deb
 f0cd0f6074b937a81b58c142ba525c9aa162ec44 362622 dovecot-pop3d_2.1.7-6_i386.deb
 41d513e32c98686c7404f57e9d053b27a3ff8ebf 352434 dovecot-lmtpd_2.1.7-6_i386.deb
 39aa369ab1808d055f818682a7695185c829e850 392206 
dovecot-managesieved_2.1.7-6_i386.deb
 e6ae020e54282f44017113acddfc3245fb17bd54 344818 dovecot-pgsql_2.1.7-6_i386.deb
 2854d2f2d8622b628e49ddada91037ef814cb566 341776 dovecot-mysql_2.1.7-6_i386.deb
 5b38f2f11f2d4fe9ffb1bdc5fdf8bc5b2cf29399 339676 dovecot-sqlite_2.1.7-6_i386.deb
 cc2cbb781ebd9510231f30cb21da7f76323a41c0 355062 dovecot-ldap_2.1.7-6_i386.deb
 8f793f3339b9cd6877929e48d6673d996efdff05 340270 dovecot-gssapi_2.1.7-6_i386.deb
 0db162db8cce5d70b1c1639f5bf1858ab20dc74e 594260 dovecot-sieve_2.1.7-6_i386.deb
 02b4379171e74665217e64c51d3f2a03c2b1da10 353138 dovecot-solr_2.1.7-6_i386.deb
 2f129a1f34bf6b453c0c522e4a4deb9cfb8ad6b7 5160832 dovecot-dbg_2.1.7-6_i386.deb
Checksums-Sha256: 
 e59e84e46cad1ebe444b04af0d74f2360c0c15f65e861774980f50bdc42580ed 2288 
dovecot_2.1.7-6.dsc
 d5b7bc61fff947722aebe12ebb25e92c38ce3e27e14ebc54cfc66f0b346cf452 3778791 
dovecot_2.1.7.orig.tar.gz
 cf972237ea4147f4d33a1a47cef1f4f3dac3c813738b1928b24cbb4fcecca5ef 1120524 
dovecot_2.1.7-6.debian.tar.gz
 291e1a01c1bc4f2dd7d19c2c0eef2efb1dddc44ab49b8a1a1d20db853a145da0 24730 
dovecot-common_2.1.7-6_all.deb
 a55d70994456b9e87a52a14524292577dd4c3e30988bb94b4cb7bb76478e4e7b 2904390 
dovecot-core_2.1.7-6_i386.deb
 86bc146f4a3ee44eb23d1d519e7f58ac56cdb6a898f43e3f541302f2f84312a2 575600 
dovecot-dev_2.1.7-6_i386.deb
 383d74c6cc19ce61164ffde9ccc00a8f3e83540266986c8a25922a262cad 426134 
dovecot-imapd_2.1.7-6_i386.deb
 32d852fb3c4acf9b3d384b2484cfa880e4a49c763c731a5f73617e135c319a7a 362622 
dovecot-pop3d_2.1.7-6_i386.deb
 2d03744b26e773a8c104f7422ece9d15843f5095475bfa61a74fcab844c64662 352434 
dovecot-lmtpd_2.1.7-6_i386.deb
 a6a6090fb91ac5769029f1beaa94799e0ed345577236aea50b290788ebcbad21 392206 
dovecot-managesieved_2.1.7-6_i386.deb
 ae7618abb273f189451ba3dd8995b092ccfbe957789a13e0d7947807d9e38dc8 344818 
dovecot-pgsql_2.1.7-6_i386.deb
 af1f4cb659220fc31ec5741c3613f60b95507f743dbcb21241bb453521430059 341776 
dovecot-mysql_2.1.7-6_i386.deb
 4d5e2cf776043f6ddeffb5a73b681120514999220304838f546a80abf9833942 339676 
dovecot-sqlite_2.1.7-6_i386.deb
 f4809cd9e2bf150c4794e047a663c59a1c9c9ff53c630d00b667ade9cc7d7826 355062 
dovecot-ldap_2.1.7-6_i386.deb
 631bcd0b1281e589d53990bc778df89ed7b22a5d5e2d3edbf776b42020097357 340270 
dovecot-gssapi_2.1.7-6_i386.deb
 

Accepted hardening-wrapper 2.3 (source amd64 all)

2012-12-16 Thread Kees Cook
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 16 Dec 2012 14:56:48 -0800
Source: hardening-wrapper
Binary: hardening-wrapper hardening-includes
Architecture: source amd64 all
Version: 2.3
Distribution: unstable
Urgency: low
Maintainer: Package Hardening hardening-disc...@lists.alioth.debian.org
Changed-By: Kees Cook k...@debian.org
Description: 
 hardening-includes - Makefile for enabling compiler flags for security 
hardening
 hardening-wrapper - Compiler wrapper to enable security hardening flags
Closes: 681799 682451
Changes: 
 hardening-wrapper (2.3) unstable; urgency=low
 .
   * debian/hardening-wrapper.{prerm,postinst,links}, debian/README.Debian:
 add gcc-4.8 to the diversion list, and sync list of compiler versions
 (Closes: 681799).
   * hardening-check: fix hash size check syntax (Closes: 682451).
Checksums-Sha1: 
 622f6e7408b3fa44cf474caa5bf99fe0cb7dfa6b 1860 hardening-wrapper_2.3.dsc
 b24524189039c095b928c7b6f88d61706d8f8b6f 20507 hardening-wrapper_2.3.tar.gz
 80deba7b51a8fcb28e9b3aaf363a7588ada1 13628 hardening-wrapper_2.3_amd64.deb
 9c1b20e9222d3926c2edc2c615531bba4793b92e 17756 hardening-includes_2.3_all.deb
Checksums-Sha256: 
 28b1310834fe14ea6b45e1b6cb78d2e7f1c550ced04f12a0674e45a551266102 1860 
hardening-wrapper_2.3.dsc
 8bd0ea0010465e42f1a9fb51d52f09b91792c8fdfb2ad299ec8cc25ce9597d20 20507 
hardening-wrapper_2.3.tar.gz
 a8f84a8da5ac044ea56cb155a637ad339f48d10e2fa1d9bb2958a2c035307277 13628 
hardening-wrapper_2.3_amd64.deb
 17a46da640c6ad2ec861a90beee1ed93cb1db4572bfad07ad884e18dac013fbf 17756 
hardening-includes_2.3_all.deb
Files: 
 322078300d45df03f61b6073bb54d65f 1860 devel optional hardening-wrapper_2.3.dsc
 a4330dfb5f41ba00f61cf68dbfcbc26d 20507 devel optional 
hardening-wrapper_2.3.tar.gz
 cd9627cbaf70094a21318383117308a9 13628 devel optional 
hardening-wrapper_2.3_amd64.deb
 f185e1a9dc38237753a7a087316fb970 17756 devel optional 
hardening-includes_2.3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Kees Cook k...@outflux.net

iQIcBAEBCgAGBQJQzmVYAAoJEIly9N/cbcAmGOkP/jZjbRCg2LBB+/Loe2ZqsGC0
SGJSEbxeGjZZBBbXSdUJvU3cLeYg424JwLBr6MezWlV/QLPEbZm+OxC7NXlfm+5u
+wG2nxtb1ZYWknscpfy7VM/IjPir9Z+X/soLyXeGs+JEzXJK3g+oCNfb8LiYB55R
GzSeVsora0DbSVaJPKShf8mNqWWDBtOxQ0yYXfdyeukuExf3gOyxTunh0EtNu85v
CDsVzfDuXbgXdBbORao4e/WmpG3aD3FPcrEt3vqjKmI29bUhpviNor5SmG+MiwTx
+cj3hdWE4tCL/uPF540KFWfZ/VT6SqO8GTtGwnu14CTMm0Aa0/LRMTyFPKRSCUEb
w96FnYbkTaxL1rO79l53C7tu3lcyPVNG3+LaR34oR0l5bmkadqdzId5d0CF8xKqP
K+QFgGVb075W+JIK40cOvWdncgfG5obZcHBe4Q9BIUTKdxjbWK/JG2UTPDcAaUw4
/lgxrmZZ6UpiAUd7J/P1yNFeJIK4uVcWHyFDcmEEPUB9NgfLKpYL4fNtEr3BA5zj
0HAIS3sH0ztU7uhGMS0WCUbjU+LLctPLQ72eoxi8R890tBDs+PeKNOYTzxV08fsB
GWuEj/1d7guuZFxrDkE1y+ziW6eLPKHRkTbFlSsPRLkyGYAbP522QNmSk8F4i1iZ
5/nEbMilEoSw83YznlEr
=z5t+
-END PGP SIGNATURE-


-- 
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/e1tkods-0001zb...@franck.debian.org



Accepted mpich2 1.4.1-4.1 (source all amd64)

2012-12-16 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 17 Dec 2012 01:06:08 +
Source: mpich2
Binary: mpich2 mpich2-doc libmpich2-3 libmpich2-dev
Architecture: source all amd64
Version: 1.4.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Steve Langasek vor...@debian.org
Description: 
 libmpich2-3 - Shared libraries for MPICH2
 libmpich2-dev - Development files for MPICH2
 mpich2 - Implementation of the MPI Message Passing Interface standard
 mpich2-doc - Documentation for MPICH2
Closes: 660259
Changes: 
 mpich2 (1.4.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Enable use of gcc primitives on sparc, fixing a build failure.
 Closes: #660259.
Checksums-Sha1: 
 97f465320031efa9b39f3a30025e55b1db48fabe 2378 mpich2_1.4.1-4.1.dsc
 61c3256e13e609f60caf67f708724ec30d099abd 22063 mpich2_1.4.1-4.1.debian.tar.gz
 687ac89884ed659f5c29b1ac0c77f4c0ff3e7594 849832 mpich2-doc_1.4.1-4.1_all.deb
 eacb637fe6c760291e89fd12e46857cb26622464 399432 mpich2_1.4.1-4.1_amd64.deb
 48ce2a018b438df74de3655fabe3acbdb5536332 864076 libmpich2-3_1.4.1-4.1_amd64.deb
 711277cdb37cc7f0685f08f21e455db146ecf268 1105838 
libmpich2-dev_1.4.1-4.1_amd64.deb
Checksums-Sha256: 
 335fa504b20ef6f6bb81144fa3db77c97aafd2e3b286521c0af59b0f23319747 2378 
mpich2_1.4.1-4.1.dsc
 e3c28d25c946ca22fe46ac5385fdca28f3eef6e5a7889a998d90f41636caa3dd 22063 
mpich2_1.4.1-4.1.debian.tar.gz
 50f2ee26fb6168806db81819b923b6e738ffc5fe7724d8ea5f9e96d5b8f95547 849832 
mpich2-doc_1.4.1-4.1_all.deb
 87bcedee0b7a30a3c13e5eb9b36199c99cf544b0b961bd52ef96c0c3d421630f 399432 
mpich2_1.4.1-4.1_amd64.deb
 24ad632d82c3bb4b9638d0022cb55d8a7f4c70babbf7f0745770616676c47dab 864076 
libmpich2-3_1.4.1-4.1_amd64.deb
 e6802ffdb43c49425721a62bb90ee0c8ed9d9b44cf907ebd051882b4695ad98c 1105838 
libmpich2-dev_1.4.1-4.1_amd64.deb
Files: 
 6cb63168111d562817e35211715d814f 2378 devel extra mpich2_1.4.1-4.1.dsc
 c2281ef69e62f647271475d0525e362c 22063 devel extra 
mpich2_1.4.1-4.1.debian.tar.gz
 441db2805ad9b8d5cc89f703853b5e33 849832 doc extra mpich2-doc_1.4.1-4.1_all.deb
 aeb5ff22a3ef50c3def256191db53b69 399432 devel extra mpich2_1.4.1-4.1_amd64.deb
 1a662895258466958199943ebf466396 864076 libs extra 
libmpich2-3_1.4.1-4.1_amd64.deb
 3bdec1bb15e5a3bbbd0da50b0cb3e8e6 1105838 libdevel extra 
libmpich2-dev_1.4.1-4.1_amd64.deb

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

iQIcBAEBCAAGBQJQznVpAAoJEFaNMPMhshM9SIkQAIS/bmeGl/PLhoGZT1s2dMrZ
46ZHD97MtNqlm8bt/+4F9GbCkg0T/UBwRivvVJN1nJEqKYcpnx2eYQntLhEsV29P
wMfjUyqYmW8z83RaTw7q0VHdR0AMZyRrvxTdX5dN4rtwfMKYWu18+9PgbwVRRZOf
o+YbjGdMIlugsVVlH/ote55KmUhChKW3UPBXJCG7Pu+qfME/PD0EE6Zw1yq/9sJl
5SWcUUmucqp8oBar/Zme3zR4K+xKKVbDue7P5MIECdG3JNYfkzECOM9rNtr+4LTy
c06z+x4iWb9K8Lt2b3DboJ4cCLUk3VvirplBdoQqFuMoUXzTVsMFXiXq2BM7BqnB
rdXUUjJs0lGH3eejQy8awbjoHlEHPLtcYQOBvuJ+k5FrLt+X1fLxre5oNBBC63SS
Y/pXaTHm8K4LErYMJf/8wr4UixeODPSA3Vb1iDWzhl0M1KMrRR9mouZwonchdSke
qoIA1o+TdGg/BrAjenp9wIZba0r7xJmxwmWwA7GqeRklspJJhTZoqq1BnROjwGR6
QsBWnLTCSyFm5RNNI1jWqtpNuuyCzBeG4ldiCbdzNPHRJt4Jmj//XiCrhUDJZN0s
JV0Ol/1Kf2tZ+wn4NHLhpTfhRalr1mWhM/24wp9LH9s9BfVSTY9R8gtkqjh0rNl3
bSHqR/UOkH5io+EQgcbR
=rSNq
-END PGP SIGNATURE-


-- 
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/e1tkpze-0007a9...@franck.debian.org