Bug#559414: general: Strange keyboard problem

2009-12-04 Thread Adrian 'Dagurashibanipal' von Bidder
Package: general
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Heyho!

Quite an annoying bug and no idea where to start looking...

On this Atom (AOA 150; kernel, hal, udev, X mostly from sid or at least
squeeze), I have now twice (both times after several suspend/wakeup cycles) had
the keyboard in X suddenly lose keyboard repeat.

I tried to set keyboard layout in KDE, didn't change anything.

Switch to console: appears normal at first, but after I enter the login and am
at the password prompt (or in some cases only after I entered the password) it
seems that null bytes are entering from the keyboard ca. 3 per second, which is
a lot slower than keyboard repeat, so it's not a stuck key.

Symptom is a row of ^@ on the console.

(and while typing this, I see that it seems to happen under X, too: since ^ is
a dead char, I need to hit the space bar real quick after hitting the caret key
or the caret will have been canceled.)

Rebooting fixes this for a few hours again.

SysRq unRaw keyboard doesn't help.

X has KMS enabled.

Any pointers?

- -- vbi


- -- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (800, 'stable'), (700, 'testing'), (600, 'unstable'), (60, 
'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: get my key from http://fortytwo.ch/gpg/92082481

iKsEARECAGsFAksYuk5kGmh0dHA6Ly9mb3J0eXR3by5jaC9sZWdhbC9ncGcvcGFj
a2FnaW5nLjIwMDMwODA5P3ZlcnNpb249MS4xJm1kNXN1bT1lMGIzZjE2YTY0YmVi
YWYwNDQwZmEwMjliMWE5ZGIyMQAKCRAqqmbYvd+ZelQqAJ97d3t8seUhAKkxWGaY
O72EvnlhDwCffiwO1ElDuVggfLN5PUgFRfigwsI=
=6K//
-END PGP SIGNATURE-



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



Re: Has Debian abandoned Python?

2009-12-04 Thread Julien Cristau
On Fri, Dec  4, 2009 at 01:56:50 +0100, Michael Banck wrote:

 When it came to evaluating the same for Debian, his technical opinion
 won (e.g. the problem with setup.py changes mentioned some time ago) for
 the time being, and now that python2.6 would be ready to upload,
 Matthias turned ill (or was distracted by other real life stuff for a
 while before).
 
And that kept him from keeping debian-python informed since February?  I
have some trouble believing that, somehow. :)

Cheers,
Julien


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



Re: Debian as open project

2009-12-04 Thread Yves-Alexis Perez
On ven., 2009-12-04 at 07:54 +0100, Luk Claes wrote:
 Sorry, but trying to have a constructive discussion in between
 complaints, hijack scenarios and ill informed suggestions does not look
 very tempting to me and quite frankly I don't know how to make such a
 discussion constructive.

The thing is, a lot of flaming is here *because* there's nothing else.
Nothing constructive, so there's a loop and things go over proportions.

Cheers,
-- 
Yves-Alexis


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


Re: Has Debian abandoned Python?

2009-12-04 Thread Andreas Tille
On Fri, Dec 04, 2009 at 01:14:36AM -0600, Manoj Srivastava wrote:
 
 The right thing, I think, is to do it in the open.

IMHO the best thing to do would be to maintain the policy document in a
reasonable VCS and commit frequently.  People who are really interested
will drain the needed information from this place and will be able to
comment / enhance and by doing this they will separate from those who
only want to chat on mailing lists.

Isn't this the normal way to develop in the open?

Kind regards

 Andreas.

-- 
http://fam-tille.de


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



dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Dominique Dumont
Hello

The last version of libconfig-model-perl (640-3) is now shipped with 
dh_config_model_upgrade.
 
The aim of dh_config_model_upgrade is to provide an easy way for a
debian developer to add better configuration upgrade to the packages
they maintain.

Let's assume that Joe, debian developer, wants to add smooth upgrade
capability to his foobar package.

What will the end user see ?

The end user may have to answer a medium debconf question asking him
whether to upgrade foobar package with Config::Model. Hopefully,
that's all the end user will see.

What does Joe, debian developer, has to do ?

- ensure that a proper configuration model for the application
  contained in foobar exists.
- ensure that foobar.postinst and foobar.config have a #DEBHELPER#
  line (if these files exist)
- ensure that foobar.control has a dependency on ${misc:Depends}
- ensure that call dh_config_model_upgrade during package build. 
  Either:
  - run dh --with config_model
  - directly call dh_config_model_upgrade. See
dh_config_model_upgrade man page for more details

(Simple instructions for CDBS should be provided. Help is welcome there)

How does this work ?

When called, dh_config_model_upgrade will setup foobar package to ask
whether to upgrade the configuration with Config::Model or not.

This requires to:
- add a dependency on libconfig-model-perl in foobar control file
- add or update foobar.config file so that the question is raised by
  debconf. This file is generated from config-config-model delivered
  by libconfig-model-perl package
- add or update foobar.postinst file so that the configuration is
  upgraded if the user answered yes to the question above This file is
  generated from postinst-config-model delivered by libconfig-model-perl
  package
- last but not least, both foobar.config and foobar.postinst will use
  a template delivered by libconfig-model-perl
  (libconfig-model-perl.templates) to ask the question to user. This
  template contains a ${pkg_name} substitution that will be replaced
  with 'foobar' by foobar.config and foobar.postinst (See SUBST
  debconf command in debconf-devel(7))

All these operations are handled by dh_config_model_upgrade.

For more informations, see http://wiki.debian.org/PackageConfigUpgrade

Config::Model home page is http://config-model.wiki.sourceforge.net/
User mailing list: http://sourceforge.net/mail/?group_id=155650

Comments are most welcome :-)

All the best


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



Re: Has Debian abandoned Python?

2009-12-04 Thread Josselin Mouette
Le jeudi 03 décembre 2009 à 19:28 +0100, Luk Claes a écrit : 
 There is currently discussion ongoing about how to move forward, though
 due to the complex nature of the current situation (where also lots of
 FUD etc is on the lists), it is being dealt in private.

This is absolute bullshit. The situation is not complex.

 Before there is a real break through where everyone involved has got the
 chance to react on proposals and hopefully agree on a way forward, there
 won't be much disclosed.

Everyone already agreed on the way forward, including representatives of
the release team. Everyone started to work on this months ago. Everyone,
except the Python maintainer himself, of course.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Processed: Re: Bug#559414: general: Strange keyboard problem

2009-12-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 559414 linux-2.6
Bug #559414 [general] general: Strange keyboard problem
Bug reassigned from package 'general' to 'linux-2.6'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: Has Debian abandoned Python?

2009-12-04 Thread Josselin Mouette
Le jeudi 03 décembre 2009 à 22:46 +0100, Luk Claes a écrit : 
  Many still seem to think that Ubuntu is sufficiently close to Debian
  that work done in it should be easily transferrable. If this is not the
  case, maybe we need to start treating Ubuntu more like we do Fedora.
 
 Because it is sufficiently close, mistakes learnt in one should probably
 not be repeated in the other...

Yeah, sure. I guess this is why the dist-packages changes, which were so
painful for Ubuntu, were applied to Debian as well without any kind of
discussion.

-- 
 .''`.  Josselin Mouette
: :' :
`. `'   “I recommend you to learn English in hope that you in
  `- future understand things”  -- Jörg Schilling


signature.asc
Description: Ceci est une partie de message numériquement signée


Re: FOSDEM 2010

2009-12-04 Thread Wouter Verhelst
On Mon, Nov 30, 2009 at 10:10:41AM +0100, Dominique Dumont wrote:
 On Saturday 28 November 2009 15:50:37 Wouter Verhelst wrote:
  For those of you who were waiting for a call for talks from me on this
  subject, it's not really coming. However, if you think your talk may be
  of some interest to people working on distributions (Debian or
  non-Debian), your talk should be welcome.
 
 I can provide a talk on better ways to handle configuration upgrades during 
 packages upgrade [1]. These ideas can also be applied to other distros, so 
 they should interest FOSDEM people.

Good! :-)

 I also have some ideas about addressing ISV packaging needs but they are not 
 fleshed out enough for a talk. May be a meeting between people having a 
 similar goal ? 

Sure, why not?

There's a mailinglist over at the FOSDEM people to discuss talks for the
distributions miniconf. I guess I should've made that a bit more clear,
but anyway.

You may want to send your proposal to dist2...@lists.fosdem.org. Note
that this is a public mailinglist, so even if your talk is not fleshed
out completely, you could still send it out and see whether some
discussion ensues that might help you to sort your thoughts.

Regards,

-- 
Lo-lan-do Home is where you have to wash the dishes.
  -- #debian-devel, Freenode, 2004-09-22


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



Re: Has Debian abandoned Python?

2009-12-04 Thread Bjørn Mork
Luk Claes l...@debian.org writes:

 This discussion on -devel is quite useless and contra productive for
 everyone involved.

 There is currently discussion ongoing about how to move forward, though
 due to the complex nature of the current situation (where also lots of
 FUD etc is on the lists), it is being dealt in private.

That discussion is quite useless and contra productive for everyone
involved.


Well, I don't know do I?  So I'm going to assume it is.  Thanks for
trying to make things even worse.  I realise that there has been too
much flaming in this thread.  But please try to grasp the real problem:

  NO COMMUNICATION

is the problem.

You just contributed to that.



Bjørn


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Stefano Zacchiroli
On Fri, Dec 04, 2009 at 09:08:03AM +0100, Dominique Dumont wrote:
 The last version of libconfig-model-perl (640-3) is now shipped with 
 dh_config_model_upgrade.

Cool, thanks for the update.

 The end user may have to answer a medium debconf question asking him
 whether to upgrade foobar package with Config::Model. Hopefully,
 that's all the end user will see.

I wonder why the detail about how the conf file is being upgraded should
be relevant to the final user at all. As you observe on the wiki page,
most lusers barely know of the existence of /etc, why should they care
about Config::Model being used? Ideally, whether to use it or not is a
choice of the package maintainer.

Also, assuming that the available configuration on disk matches the old
model assumed by the package, why bother with a question at all? After
all dpkg upgrade untouched config files automatically, hopefully with
Config::Model we just introduce a more flexible definition for
untouched

 - ensure that a proper configuration model for the application
   contained in foobar exists.

Exists where?  It is not clear to me whether in Config::Model you have
the distinction between meta-models (that live in the Perl lib somehow)
and models that live in the package.

On the same line, it is not clear to me whether the maintainer can
programmatically define updates other than from model m_1 go to m_2.


Many thanks for your stubborn work on this! :-)
Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 4 Dec 2009 09:08:03 +0100
Dominique Dumont dominique.dum...@hp.com wrote:

 The last version of libconfig-model-perl (640-3) is now shipped with 
 dh_config_model_upgrade.

The package version doesn't sound like a new project, who is using it
(and why?).

(FYI the upstream CPAN description doesn't answer any of my questions
below either. At no point is a Config Model explained or described or
is any attempt made to explain *why* either the maintainer or the user
would want this in use.)

Is this some kind of tasksel interface where the configuration is
modelled on a particular end-user implementation type (like desktop vs
server)?

Is this an upstream configuration attempt that is trying to work in a
downstream mode?

Is it meant to just be one model per package or a unified model across
all packages?

Just what is the point and what problem are you trying to solve?

 The aim of dh_config_model_upgrade is to provide an easy way for a
 debian developer to add better configuration upgrade to the packages
 they maintain.

I read the announcement and the wiki page and I still don't understand
the aim of the project - you describe the problem but I don't see how
Config::Model solves anything and the existing descriptions don't
actually explain what the Model is or why it would be useful.

From an embedded perspective, we certainly don't want every
configurable package depending on perl at package installation /
upgrade time - that's why we have cdebconf.

This is especially important for packages with Priority higher than
optional. If any of those packages start to use this, *I* am going to
be the one who has to patch it out of them, so I need to know how to
replace your code with a static configuration (created by the root
filesystem management scripts) *and* disable the postinsts such that
they can run without perl. (Essential has no meaning in embedded
Debian - you might only have a reconfigured busybox, uclibc, a
kernel and {a rebuilt} cdebconf as what Debian currently means by
Essential.)

It might be as simple as providing an empty shell script to replace
dh_config_model *if* the system is sufficiently fault tolerant.

#!/bin/sh
exit 0

(In essence, your models *must* support not being implemented at all
- bog standard, default configuration just as you get when telling
debconf never to ask any questions. This is how packages are installed
as build dependencies on the buildd's. For embedded purposes, the
packages must also support exactly this config without /usr/bin/perl
existing at all.)

 Let's assume that Joe, debian developer, wants to add smooth upgrade
 capability to his foobar package.

Why? What is the point?

 The end user may have to answer a medium debconf question asking him
 whether to upgrade foobar package with Config::Model. Hopefully,
 that's all the end user will see.

How is that any more understandable than upgrade foobar package with
max_wait ? It is *less* relevant to the specific package, it makes no
sense and encourages a who knows? just click yes to get rid of it
response so common in Windows land.
 
 (Simple instructions for CDBS should be provided. Help is welcome there)

Provide a Makefile snippet that calls what you need, package that and
allow packages to add it to the CDBS debian/rules.

 This requires to:
 - add a dependency on libconfig-model-perl in foobar control file

For a package that does not currently use perl, that is an unwarranted
change.

 - add or update foobar.config file so that the question is raised by
   debconf. This file is generated from config-config-model delivered
   by libconfig-model-perl package

How is that to be translated?

 - add or update foobar.postinst file so that the configuration is
   upgraded if the user answered yes to the question above This file is
   generated from postinst-config-model delivered by libconfig-model-perl
   package

Why hand this task to a module when the maintainer is responsible for
it working and might as well do it in the postinst with direct control
over exactly what questions are asked and how they are translated?

 For more informations, see http://wiki.debian.org/PackageConfigUpgrade

Which describes the technical minutiae of the codebase without
explaining the big picture benefits of using the model or how the
model proposes to fix the (IMHO non-existent) problem that it has
invented.

The commercial world is full of products that exist merely to fix a
problem that the product designer has invented out of thin air. There
are always some who will buy into such nonsense; I don't see Debian
doing that. Please explain the problem you're trying to fix - I don't
see it.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpBigxDO6PRT.pgp
Description: PGP signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 4 Dec 2009 10:57:51 +0100
Stefano Zacchiroli z...@debian.org wrote:

 On Fri, Dec 04, 2009 at 09:08:03AM +0100, Dominique Dumont wrote:
  The end user may have to answer a medium debconf question asking him
  whether to upgrade foobar package with Config::Model. Hopefully,
  that's all the end user will see.
 
 I wonder why the detail about how the conf file is being upgraded should
 be relevant to the final user at all. As you observe on the wiki page,
 most lusers barely know of the existence of /etc, why should they care
 about Config::Model being used? Ideally, whether to use it or not is a
 choice of the package maintainer.

I also don't understand why Config::Model seeks to replace debconf
questions from the package when Policy is that only programs compatible
with debconf-2.0 are allowed to prompt users during package
installation. (Policy 3.9.1). Config::Model is not debconf-2.0
compatible but tries to mangle compatibility by changing or replacing
the question that debconf would raise. The letter of Policy might be
being followed but the spirit of Policy is being broken IMHO.

Either Config::Model should not ask any questions, ever, or it should
ask one question based on the tasksel settings and determine a set of
answers for each package to suit that configuration model - system-wide.

i.e. a bit like pre-seeding in D-I whereby a set of answers to the
debconf questions can be pre-ordained as suitable for ModelA and then
fed to debconf to allow packages to not have to ask any questions and
yet still get a final configuration that matches ModelA. ModelA would
then apply system-wide.

For this to work it would have to encompass ALL packages that use
debconf and therefore it would need to be debconf-2.0 compatible and
fully implementable using cdebconf alone. That doesn't need perl, it
just needs a set of answers to the debconf questions and a POSIX shell
snippet to populate the debconf database. Each Model could have a
different range of answers.

This doesn't seem to be what Config::Model is trying to do, so there is
work to do to explain just what Config::Model *is* meant to do and
precisely which packages are expected to use it. The solution is being
described without the problem being explained.

 Also, assuming that the available configuration on disk matches the old
 model assumed by the package, why bother with a question at all? After
 all dpkg upgrade untouched config files automatically, hopefully with
 Config::Model we just introduce a more flexible definition for
 untouched

Does Config::Model obey DEBCONF_NONINTERACTIVE_SEEN=true ?

http://wiki.debian.org/Multistrap#Environment
 
-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgpMtDO8l90VK.pgp
Description: PGP signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Stefano Zacchiroli
On Fri, Dec 04, 2009 at 11:35:30AM +, Neil Williams wrote:
  On Fri, Dec 04, 2009 at 09:08:03AM +0100, Dominique Dumont wrote:
   The end user may have to answer a medium debconf question asking him
   whether to upgrade foobar package with Config::Model. Hopefully,
   that's all the end user will see.

 I also don't understand why Config::Model seeks to replace debconf
 questions from the package when Policy is that only programs compatible
 with debconf-2.0 are allowed to prompt users during package

My reading of the above quoted test, is that Config::Model is *not*
seeking to replace debconf; it is going to _use_ it as other packages do
for interacting with the user. Or, to be more precise, my understanding
is that the package helper is going to prepare debconf questions that
will be shipped in the packages which use that helper.

(But again, I'm of the opinion that it should not ask any question in
the first place; see my former message.)

Let's see wait for the proposer to clarify these doubts :-)

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: Debian as open project

2009-12-04 Thread Mark Brown
On Fri, Dec 04, 2009 at 07:54:51AM +0100, Luk Claes wrote:
 Stefano Zacchiroli wrote:

  First of all an objection to the basic principle: the fact that the
  project does not seem to be able to have constructive discussion is
  not an argument for not having them. I believe that given your role you
  should show *how* to have such (public) constructive discussions, using
  all mean necessaries, instead of avoid trying.

 Sorry, but trying to have a constructive discussion in between
 complaints, hijack scenarios and ill informed suggestions does not look
 very tempting to me and quite frankly I don't know how to make such a
 discussion constructive.

On the other hand part of the reason things are so heated is that
there's no visible progress on resolving these issues and hasn't been
for quite some time.  This is a problem which we've run into before in
Debian and so far the only thing I can think of that's had some sort of
success in reducing the heat in the discussion is visible activity on
resolving things.

This may mean that we just have to put up with the heat, of course.


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread gregor herrmann
On Fri, 04 Dec 2009 10:18:46 +, Neil Williams wrote:

  For more informations, see http://wiki.debian.org/PackageConfigUpgrade
 Which describes the technical minutiae of the codebase without
 explaining the big picture benefits of using the model or how the
 model proposes to fix the (IMHO non-existent) problem that it has
 invented.

The problem and the aim are stated in the Introduction section of
this page.
 
Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Phil Collins: Doesn't Anybody Stay Together


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 4 Dec 2009 16:45:53 +0100
gregor herrmann gre...@debian.org wrote:

 On Fri, 04 Dec 2009 10:18:46 +, Neil Williams wrote:
 
   For more informations, see
   http://wiki.debian.org/PackageConfigUpgrade
  Which describes the technical minutiae of the codebase without
  explaining the big picture benefits of using the model or how the
  model proposes to fix the (IMHO non-existent) problem that it has
  invented.
 
 The problem and the aim are stated in the Introduction section of
 this page.

So it claims but that still doesn't make sense. Merely repeating the
statement without supporting the assertion doesn't help.

Where is the Model?

Who designs the Model?

Is the model package specific or system-wide?

Why bother in the first place?

Just what is the problem that this is trying to solve? Is it the
packages themselves or some model of what the system should be
configured to resemble?

If it's the packages, why not just get the packages to explain
themselves more clearly in their debconf questions?

How is the model to be translated? How are the strings used by the
model to be translated? Who is in control of when those strings are
changed?

Why would a model be any clearer than the package-specific messages?
(Unless it stays out of the way entirely and is just an overgrown
system of defaults.)

How is a model meant to make sense to a user when the detail does not?

Why add yet another layer?

'Model' seems to be a completely misleading use of terminology. Why was
it chosen?

debhelper is a build time package, why use it dh_ styles for an
installation based system?

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpL7xy4je4dy.pgp
Description: PGP signature


rfkill (was: Re: Has Debian abandoned Python?)

2009-12-04 Thread Darren Salt
I demand that Henrique de Moraes Holschuh may or may not have written...

 On Wed, 02 Dec 2009, Norbert Preining wrote:
[snip]
 My program allows exactely that, and uses either DBus/HAL interface
 of /dev/rfkill.

 Just keep in mind that /dev/rfkill manipulates radios of a given _type_ as
 a group, and that an user could have many radios of the same type, and want
 to manipulate just one.

You appear to be confusing /dev/rfkill with its corresponding userspace
binary (which can enable or disable by type or index).

 Also, touching any rfkill line _can_ cause hotplug and hotunplug of
 devices.

True, as we EeePC owners know quite well :-)

-- 
| Darren Salt| linux at youmustbejoking | nr. Ashington, | Doon
| using Debian GNU/Linux | or ds,demon,co,uk| Northumberland | Army
| + http://www.youmustbejoking.demon.co.uk/  http://tlasd.wordpress.com/

Lettuce prey fur whirled peas.


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Felipe Sateler
On Fri, 2009-12-04 at 16:04 +, Neil Williams wrote:
 On Fri, 4 Dec 2009 16:45:53 +0100
 gregor herrmann gre...@debian.org wrote:
 
  On Fri, 04 Dec 2009 10:18:46 +, Neil Williams wrote:
  
For more informations, see
http://wiki.debian.org/PackageConfigUpgrade
   Which describes the technical minutiae of the codebase without
   explaining the big picture benefits of using the model or how the
   model proposes to fix the (IMHO non-existent) problem that it has
   invented.
  
  The problem and the aim are stated in the Introduction section of
  this page.
 
 So it claims but that still doesn't make sense. Merely repeating the
 statement without supporting the assertion doesn't help.
 
 Where is the Model?
 
 Who designs the Model?

You (or hopefully someone else who had the same config file syntax).

 
 Is the model package specific or system-wide?

File specific.

 
 Why bother in the first place?

Because a diff is rather useless for people who don't know what a config
file is.

 
 Just what is the problem that this is trying to solve?

That people, when faced with the standard question by dpkg of conffile
updates, will adopt the hmm just click enter? attitude so common
in the Windows world.


  Is it the
 packages themselves or some model of what the system should be
 configured to resemble?

The model is a description of the syntax of a configuration file. That
way, config::model can read both on-disk and new conffile, abstract out
any irrelevant changes (like whitespace), and then decide how to do the
merge.

 
 If it's the packages, why not just get the packages to explain
 themselves more clearly in their debconf questions?

It is the standard conffile upgrade question that is being avoided.

 
 How is the model to be translated? How are the strings used by the
 model to be translated? Who is in control of when those strings are
 changed?
 
 Why would a model be any clearer than the package-specific messages?
 (Unless it stays out of the way entirely and is just an overgrown
 system of defaults.)
 
 How is a model meant to make sense to a user when the detail does not?
 
 Why add yet another layer?
 
 'Model' seems to be a completely misleading use of terminology. Why was
 it chosen?
 
 debhelper is a build time package, why use it dh_ styles for an
 installation based system?

dh_ is used at build time. It sets up .config and postinst, like other
dh_ commands.


-- 
Saludos,
Felipe Sateler



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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Dominique Dumont
On Friday 04 December 2009 11:18:46 Neil Williams wrote:
 The package version doesn't sound like a new project, who is using it
 (and why?).

Sorry, that's a typo. The version is 0.640-3. The project is new.

 (FYI the upstream CPAN description doesn't answer any of my questions
 below either. At no point is a Config Model explained or described or
 is any attempt made to explain *why* either the maintainer or the user
 would want this in use.)

Fair enough. I've updated the introduction of Config::Model wiki on 
SourceForge. [1] I hope that this will convince you of the value of 
Config::Model .

 Is this some kind of tasksel interface where the configuration is
 modelled on a particular end-user implementation type (like desktop vs
 server)?

There's no relation to apt tasksel.

 Is this an upstream configuration attempt that is trying to work in a
 downstream mode?

Err... Assuming I understand your question, this is an upstream project that 
tries to help downstream packagers.

 Is it meant to just be one model per package or a unified model across
 all packages?

For now, it's one model per application that require a configuration. Package 
without config must not use dh_config_model_upgrade

We can imagine to glue models together to provide system wide semantic 
validation,  (i.e. application A that must work with B is correctly configured 
to work with B, and vice-versa), but we're not there yet.

 Just what is the point and what problem are you trying to solve?

The main goal is to lower the cost (in terms of time) of providing 
configuration tools to end user. So that developers (or packagers) will be 
able to afford the creation and maintenance of more graphical configuration 
tools (with wizard, integrated help ...). 

If we can manage that, I think that most casual users (i.e. non-geek) will be 
grateful.

Another goal is to avoid casual users seeing things like this:

Configuration file `/etc/sensors3.conf'
 == File on system created by you or by a script.
 == File also in package provided by package maintainer.
   What would you like to do about it ?  Your options are:
Y or I  : install the package maintainer's version
N or O  : keep your currently-installed version
  D : show the differences between the versions
  Z : background this process to examine the situation
 The default action is to keep your current version.
*** sensors3.conf (Y/I/N/O/D/Z) [default=N] ?

If my mother-in-law sees this, I'm sure to get a phone call ;-)

This can of situation can be handled automatically.

Using config-model could also help in reducing the number of lline of openssh-
server postinst script (480 lines) by removing the code dedicated to upgrades.

  The aim of dh_config_model_upgrade is to provide an easy way for a
  debian developer to add better configuration upgrade to the packages
  they maintain.
 
 I read the announcement and the wiki page and I still don't understand
 the aim of the project - you describe the problem but I don't see how
 Config::Model solves anything and the existing descriptions don't
 actually explain what the Model is or why it would be useful.

I hope [1] will help in explaining the goal.

 From an embedded perspective, we certainly don't want every
 configurable package depending on perl at package installation /
 upgrade time - that's why we have cdebconf.

Embedded world has other constraint. Does the user often store configuration 
data in embedded device ?

 This is especially important for packages with Priority higher than
 optional. If any of those packages start to use this, *I* am going to
 be the one who has to patch it out of them, so I need to know how to
 replace your code with a static configuration (created by the root
 filesystem management scripts) *and* disable the postinsts such that
 they can run without perl. (Essential has no meaning in embedded
 Debian - you might only have a reconfigured busybox, uclibc, a
 kernel and {a rebuilt} cdebconf as what Debian currently means by
 Essential.)

dh_config_model is currently involved only with configuration upgrades. 

It could also be used to generate at build time a generic configuration file. 
But that's not the case right now. Would that help you ?

 It might be as simple as providing an empty shell script to replace
 dh_config_model *if* the system is sufficiently fault tolerant.

In this case, configuration files will simply be left as is.  (which is also 
the case if debconf variable libconfig-model-perl/automatic-upgrade is false)

 (In essence, your models *must* support not being implemented at all
 - bog standard, default configuration just as you get when telling
 debconf never to ask any questions. This is how packages are installed
 as build dependencies on the buildd's. For embedded purposes, the
 packages must also support exactly this config without /usr/bin/perl
 existing at all.)

I'm still not clear on how configuration data is handled in embedded 
devices... 

  

Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Stefano Zacchiroli
[ reordering some quoted text ]

On Fri, Dec 04, 2009 at 04:04:04PM +, Neil Williams wrote:
 So it claims but that still doesn't make sense. Merely repeating the
 statement without supporting the assertion doesn't help.

Well, reading your posts I understand there is in fact a
misunderstanding. The question mentioned in the reported wiki page has
nothing to do with a debconf question: is the question posed by dpkg
when there is a mismatch between an on-disk configuration file and the
old version of the maintainer configuration file. Try re-reading the
wiki page with that in mind to see if it makes a bit more sense (it does
to me at least).

The source of the confusion is probably the detailed debconf mention
(which was unrelated and IMO unnecessary) in the proposer mail at the
top of this thread.

 Where is the Model?
 Who designs the Model?

These are question I've posed my self already in the thread. Again, can
we please leave the proposer the time to reply to those? Merely
repeating the questions will not help :-)

 'Model' seems to be a completely misleading use of terminology. Why was
 it chosen?

I believe the author is using the model term in the same it is used in
model-driven engineering [1]. *If* it is the case (I don't actually know
if it is, but with that assumption in mind the terminology makes sense),
a model is essentially an abstract syntax tree-like representation of
a specific configuration file. Furthermore, classes of configuration
file have a grammar in common (or meta-model, in MDE terminology).

[1] http://en.wikipedia.org/wiki/Model-driven_engineering

 Is the model package specific or system-wide?

According to the above assumptions, a model is just an abstract version
of a specific config file, with some specific data in it. A meta-model
is specific of a whole class of configuration files (e.g. fstab, apache
conf-file, postfix map file, etc.).

 Why bother in the first place?
snip
 Just what is the problem that this is trying to solve? Is it the

That, on the contrary, I feel is quite clear.

Right now, dpkg only knows about byte to byte equivalence among
different versions of the same configuration file. Hence I can be adding
a completely useless space to a conffile and dpkg will bother me at the
next upgrade, because it cannot distinguish among meaningless and
meaningful changes.

If you have a model of the old and of the new conffile, then you can
perform a more structured comparison, which ignores all semantically
irrelevant details.

The proposal apparently goes even further, and attempt some kind of
semantic merge between changes performed with some sysadm tool and
maintainer changes. Whether this merge is dumb or programmable by the
maintainer is another question I've already raised in this thread.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 04 Dec 2009 13:29:28 -0300
Felipe Sateler fsate...@gmail.com wrote:

  Where is the Model?
  
  Who designs the Model?
 
 You (or hopefully someone else who had the same config file syntax).

Then it's a config file parser, not a modeller?
 
  Is the model package specific or system-wide?
 
 File specific.

So why not just fix the package to handle the config file intelligently?
 
  Why bother in the first place?
 
 Because a diff is rather useless for people who don't know what a
 config file is.

That's an argument for fixing the package to allow intelligent upgrades
to it's own config files, not an argument for adding another layer to
the postinst.

My problem with this is that it's fixing the wrong problem.

1. packages shouldn't need the user to look at a diff unless that user
is likely to be a sysadmin who would understand it. i.e. a diff is only
used when the user has made such changes to the file that no other
parsing can fix things. If the user hasn't modified the file
themselves, no package changes should leave the conffile in a
sufficiently bad state to need an extra parser - that's a bug in the
package, not a reason to implement a whole new approach.

2. If this can't be done, just don't update the config file and get the
application to complain or fix things.

Adding more work to the postinst is just going to make life harder.

  Just what is the problem that this is trying to solve?
 
 That people, when faced with the standard question by dpkg of conffile
 updates, will adopt the hmm just click enter? attitude so
 common in the Windows world.

Wrong place to fix that problem IMHO. Solve it before it gets to this
stage or delay until the app needs to use the config and then it can
complain or fix things directly.

No model understands the config file as well as the application itself.
Creating yet another interface is not a solution.

   Is it the
  packages themselves or some model of what the system should be
  configured to resemble?
 
 The model is a description of the syntax of a configuration file. That
 way, config::model can read both on-disk and new conffile, abstract
 out any irrelevant changes (like whitespace), and then decide how to
 do the merge.

Sounds as if you're trying to implement a quilt or git interface onto
conffile management when the idea would be better framed to prevent the
need for such an interface in the first place.
 
  If it's the packages, why not just get the packages to explain
  themselves more clearly in their debconf questions?
 
 It is the standard conffile upgrade question that is being avoided.

No, it's being wrapped. Avoiding it would mean that the conflict
wouldn't be left for dpkg to resolve at all.
 
  How is the model to be translated? How are the strings used by the
  model to be translated? Who is in control of when those strings are
  changed?
  
  Why would a model be any clearer than the package-specific messages?
  (Unless it stays out of the way entirely and is just an overgrown
  system of defaults.)
  
  How is a model meant to make sense to a user when the detail does
  not?
  
  Why add yet another layer?
  
  'Model' seems to be a completely misleading use of terminology. Why
  was it chosen?

Those questions need answers too, BTW.

*Especially* those related to i18n.

  debhelper is a build time package, why use it dh_ styles for an
  installation based system?
 
 dh_ is used at build time. It sets up .config and postinst, like other
 dh_ commands.

That didn't appear obvious from the initial messages.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpVOGaXv1qDc.pgp
Description: PGP signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 4 Dec 2009 17:48:00 +0100
Stefano Zacchiroli z...@debian.org wrote:

 On Fri, Dec 04, 2009 at 04:04:04PM +, Neil Williams wrote:
  So it claims but that still doesn't make sense. Merely repeating the
  statement without supporting the assertion doesn't help.
 
 Well, reading your posts I understand there is in fact a
 misunderstanding. The question mentioned in the reported wiki page has
 nothing to do with a debconf question: is the question posed by dpkg
 when there is a mismatch between an on-disk configuration file and the
 old version of the maintainer configuration file. Try re-reading the
 wiki page with that in mind to see if it makes a bit more sense (it
 does to me at least).

It is beginning to make some sense but the problems do not outweigh the
(frankly wishlist) benefits so far outlined. If the package isn't
buggy, it won't need a model; I think ::Model is just confusing.

If it stays in leaf packages Priority: optional or extra, maybe. If it
starts adding a perl dependency to packages included by a typical
debootstrap, embedded systems are going to have problems. (Problems I
need to fix.)

  'Model' seems to be a completely misleading use of terminology. Why
  was it chosen?
 
 I believe the author is using the model term in the same it is used in
 model-driven engineering [1]. *If* it is the case (I don't actually
 know if it is, but with that assumption in mind the terminology makes
 sense), a model is essentially an abstract syntax tree-like
 representation of a specific configuration file. Furthermore, classes
 of configuration file have a grammar in common (or meta-model, in
 MDE terminology).

Like Model:View:Controller - I understand that.

Still doesn't mean (to me at least) that any package needs this support
unless it is already buggy. It isn't fixing the bug, particularly if
the package is not already written in perl.

 Right now, dpkg only knows about byte to byte equivalence among
 different versions of the same configuration file. Hence I can be
 adding a completely useless space to a conffile and dpkg will bother
 me at the next upgrade, because it cannot distinguish among
 meaningless and meaningful changes.

True - but don't you think that by the time dpkg is handed this
situation, the bug has already occurred because the file has been
modified in an incompatible way and not by the user?

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgpbcS77t7IvO.pgp
Description: PGP signature


Re: Has Debian abandoned Python?

2009-12-04 Thread Bernd Zeimetz
Josselin Mouette wrote:
 Le jeudi 03 décembre 2009 à 22:46 +0100, Luk Claes a écrit : 
 Many still seem to think that Ubuntu is sufficiently close to Debian
 that work done in it should be easily transferrable. If this is not the
 case, maybe we need to start treating Ubuntu more like we do Fedora.
 Because it is sufficiently close, mistakes learnt in one should probably
 not be repeated in the other...
 
 Yeah, sure. I guess this is why the dist-packages changes, which were so
 painful for Ubuntu, were applied to Debian as well without any kind of
 discussion.

Also the Python2.6 transition was an utter mess as it was started WAY too late.
We're going to face that mess in Debian again. Some people learn nothing by
their own mistakes just because they think they're better then all the others.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


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



Re: Has Debian abandoned Python?

2009-12-04 Thread Bernd Zeimetz
Michael Banck wrote:

 When it came to evaluating the same for Debian, his technical opinion
 won (e.g. the problem with setup.py changes mentioned some time ago) for
 the time being, and now that python2.6 would be ready to upload,
 Matthias turned ill (or was distracted by other real life stuff for a
 while before).

he should either learn to work in teams or to communicate. Even better - learn
both. There is absolutely no excuse for the current situation.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Dominique Dumont
Le vendredi 4 décembre 2009 10:57:51, Stefano Zacchiroli a écrit :
 I wonder why the detail about how the conf file is being upgraded should
 be relevant to the final user at all. As you observe on the wiki page,
 most lusers barely know of the existence of /etc, why should they care
 about Config::Model being used? Ideally, whether to use it or not is a
 choice of the package maintainer.

The idea was to offer the user a possibility to bail out since config-model is 
still experimental. But I'm beginning to wonder if this is a good idea...

  - ensure that a proper configuration model for the application
contained in foobar exists.
 
 Exists where? 

Hmm, good point. 

I've added these explanation in libconfig-model-perl README.debian:

- ensure that a proper configuration model for the application
  contained in foobar exists. Either:
  - find the package containing the relevant model in Debian
(something like libconfig-model-foobar-perl)
  - find the package in CPAN and ask debian-perl team to package it
  - write the model. In this case, you may want to subscribe to 
config-model users list (see below)

 It is not clear to me whether in Config::Model you have
 the distinction between meta-models (that live in the Perl lib somehow)
 and models that live in the package.

The model for any application can be delivered either in a separate perl 
package (like libconfig-model-approx) or directly within the package. In the 
ebd, the model will be installed in the same place. There's no difference in 
the model itself.

 On the same line, it is not clear to me whether the maintainer can
 programmatically define updates other than from model m_1 go to m_2.

Most of the time, there won't be limitations on the number of model version 
you can jump. There will be limitations if the model evolves rapidly (i.e. the 
configuration semantics also evolve rapidly). This kind of fast evolution is 
generally avoided except for new projects.

 Many thanks for your stubborn work on this! :-)

:-}

All the best

Dominique (from home)
--
http://config-model.wiki.sourceforge.net/ -o- http://search.cpan.org/~ddumont/
http://www.ohloh.net/accounts/ddumont


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Felipe Sateler
On Fri, 2009-12-04 at 16:56 +, Neil Williams wrote:
 On Fri, 04 Dec 2009 13:29:28 -0300
 Felipe Sateler fsate...@gmail.com wrote:
 
   Where is the Model?
   
   Who designs the Model?
  
  You (or hopefully someone else who had the same config file syntax).
 
 Then it's a config file parser, not a modeller?

Well, there is an abstract model of the config file. So yes, basically
it parses the file into an internal model. I believe the idea is to be
able to migrate automagically from one version to the next without user
intervention. If I'm wrong, please correct me. Because then I have the
same questions as you do :P.

-- 
Saludos,
Felipe Sateler



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



Bug#559476: ITP: libpdl-netcdf-perl -- netcdf IO support for pdl (perl data language)

2009-12-04 Thread Henning Glawe
Package: wnpp
Severity: wishlist
Owner: Henning Glawe gla...@debian.org

* Package name: libpdl-netcdf-perl
  Version : 4.02
  Upstream Author : Doug Hunt dh...@ucar.edu
* URL : http://search.cpan.org/~dhunt/PDL-NetCDF-4.02/
* License : Same terms as Perl
  Programming Lang: Perl
  Description : netcdf IO support for PDL (Perl Data Language)

This is the PDL interface to the Unidata NetCDF library.  It uses the
netCDF version 3 library to make a subset of netCDF functionality
available to PDL users in a clean, object-oriented interface.

Another NetCDF perl interface, which allows access to the entire range
of netCDF functionality (but in a non-object-oriented
style which uses perl arrays instead of PDLs) is available through Unidata
at http://www.unidata.ucar.edu/packages/netcdf/index.html).

The NetCDF standard allows N-dimensional binary data to be efficiently
stored, annotated and exchanged between many platforms.
 
When one creates a new netCDF object, this object is associated with one
netCDF file.

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

-- 
c u
henning



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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 4 Dec 2009 17:10:20 +0100
Dominique Dumont dominique.dum...@hp.com wrote:

 On Friday 04 December 2009 11:18:46 Neil Williams wrote:
  (FYI the upstream CPAN description doesn't answer any of my
  questions below either. At no point is a Config Model explained or
  described or is any attempt made to explain *why* either the
  maintainer or the user would want this in use.)
 
 Fair enough. I've updated the introduction of Config::Model wiki on 
 SourceForge. [1] I hope that this will convince you of the value of 
 Config::Model .

It could do with some level of examples of just what kind of packages
are sensible candidates. Packages like exim4 and postfix are too
complex for some external parser to create a new interface and the kind
of changes needed are always beyond casual users. OTOH minor packages
shouldn't need this kind of support in the first place - it's a bug in
the package.

  Is this some kind of tasksel interface where the configuration is
  modelled on a particular end-user implementation type (like desktop
  vs server)?
 
 There's no relation to apt tasksel.

Then why it is a model not yet-another-parser?

It should be Config::Buggy::Parser

i.e. a parser for buggy configs that upstream can't be bothered to fix
properly.
 
  Is this an upstream configuration attempt that is trying to work in
  a downstream mode?
 
 Err... Assuming I understand your question, this is an upstream
 project that tries to help downstream packagers.

No, I meant why is this an upstream package that is trying to do the
job that packages themselves should do themselves and which Debian
(downstream) has to fix when those packages get it wrong.

  Just what is the point and what problem are you trying to solve?
 
 The main goal is to lower the cost (in terms of time) of providing 
 configuration tools to end user. So that developers (or packagers)
 will be able to afford the creation and maintenance of more graphical
 configuration tools (with wizard, integrated help ...). 
 
 If we can manage that, I think that most casual users (i.e. non-geek)
 will be grateful.

Better to fix the packages themselves to have more intelligent config
file handling internally - *without* adding another dependency.

*IF* the package already needs perl, *maybe* it could use this. Adding
it to packages that do not currently need perl is unwarranted,
especially when perl interferes with package installation.
 
 Another goal is to avoid casual users seeing things like this:
 
 Configuration file `/etc/sensors3.conf'
  == File on system created by you or by a script.
  == File also in package provided by package maintainer.
What would you like to do about it ?  Your options are:
 Y or I  : install the package maintainer's version
 N or O  : keep your currently-installed version
   D : show the differences between the versions
   Z : background this process to examine the situation
  The default action is to keep your current version.
 *** sensors3.conf (Y/I/N/O/D/Z) [default=N] ?

That is a bug in the package, as described in my other reply. If the
user hasn't changed that file, the package should be able to cope with
the changes without prompting. Whichever package caused the file to be
modified in such a way that it cannot be upgraded cleanly is BUGGY.

Trying to fix that bug by adding perl *as a runtime dependency* (or
worse, as a pre-depends) to a non-perl package is just not helpful. Do
what you like with perl at build time, I care about not adding perl to
runtime situations that haven't needed it before.

(Don't get me wrong, I like perl and I use it a lot.)
 
 Using config-model could also help in reducing the number of lline of
 openssh- server postinst script (480 lines) by removing the code
 dedicated to upgrades.

but then adding an entire dependency. :-(
 
   The aim of dh_config_model_upgrade is to provide an easy way for a
   debian developer to add better configuration upgrade to the
   packages they maintain.
  
  I read the announcement and the wiki page and I still don't
  understand the aim of the project - you describe the problem but I
  don't see how Config::Model solves anything and the existing
  descriptions don't actually explain what the Model is or why it
  would be useful.
 
 I hope [1] will help in explaining the goal.

Only slightly. I still don't see a real use for it.
 
  From an embedded perspective, we certainly don't want every
  configurable package depending on perl at package installation /
  upgrade time - that's why we have cdebconf.
 
 Embedded world has other constraint. Does the user often store
 configuration data in embedded device ?

Yes. Think iPAQ. Specific changes are often needed
in /etc/fstab, /etc/inittab and other areas - the rest just need to
upgrade cleanly.

What would be better with embedded stuff is a way to never allow these
dpkg conflicts to arise, or failing that some way to just assume 'Y'.

  This is especially important for packages with 

Re: Has Debian abandoned Python?

2009-12-04 Thread Peter Schultz
The recent thread RFC: organising focused BSPs should have gotten
this much attention.

Debian is behind in many ways when it comes to the latest whatever,
but I guess people will complain.

I think Debian is amazing and will persevere.  Thank you to those
working so hard to make it so.

Pete


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread gregor herrmann
On Fri, 04 Dec 2009 17:32:13 +, Neil Williams wrote:

  Configuration file `/etc/sensors3.conf'
   == File on system created by you or by a script.
   == File also in package provided by package maintainer.
 What would you like to do about it ?  Your options are:
  Y or I  : install the package maintainer's version
  N or O  : keep your currently-installed version
D : show the differences between the versions
Z : background this process to examine the situation
   The default action is to keep your current version.
  *** sensors3.conf (Y/I/N/O/D/Z) [default=N] ?
 That is a bug in the package, as described in my other reply. If the
 user hasn't changed that file, the package should be able to cope with
 the changes without prompting. Whichever package caused the file to be
 modified in such a way that it cannot be upgraded cleanly is BUGGY.

If the file is unmodified, then there's indeed something wrong. But
the interesting case is when the admin has changed something. The
common case that is getting on my nerves currently is:

* foo 1.0 ships /etc/foo.conf with
  featureA=yes
  featureB=no
* I change featureB to yes
* foo 2.0 ships /etc/foo.conf with
  featureA=yes
  featureB=no
  featureC=7
* Now dpkg ask if I want the new version or my modified one. But what
  I actually want is 
  - keep my change of the featureB variable and
  - add the new featureC variable
* Or more generally: I want to preserve my locally modified values
  and at the same time update the rest which I haven't touched.

And that's what Config::Model allows, as far as I understood it.
 
  Avoid asking users configuration questions during packages upgrades.
  This could make dist-upgrades between Debian releases easier.
 No, it hides the problem inside another dependency. The package should
 handle it's own config files *and* the bugs that result.

I don't consider writing parsers in each and every .postinst very
efficient.
 
Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Bob Dylan: Like A Rolling Stone


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Dominique Dumont
Le vendredi 4 décembre 2009 19:00:55, Felipe Sateler a écrit :
 Well, there is an abstract model of the config file. So yes, basically
 it parses the file into an internal model. I believe the idea is to be
 able to migrate automagically from one version to the next without user
 intervention. If I'm wrong, please correct me. Because then I have the
 same questions as you do :P.

You're right. (short answer because I must look after the kids :-p )

all the best

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


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Neil Williams
On Fri, 4 Dec 2009 19:25:54 +0100
gregor herrmann gre...@debian.org wrote:

 On Fri, 04 Dec 2009 17:32:13 +, Neil Williams wrote:
 
   Configuration file `/etc/sensors3.conf'
== File on system created by you or by a script.
== File also in package provided by package maintainer.
  What would you like to do about it ?  Your options are:
   Y or I  : install the package maintainer's version
   N or O  : keep your currently-installed version
 D : show the differences between the versions
 Z : background this process to examine the situation
The default action is to keep your current version.
   *** sensors3.conf (Y/I/N/O/D/Z) [default=N] ?
  That is a bug in the package, as described in my other reply. If the
  user hasn't changed that file, the package should be able to cope
  with the changes without prompting. Whichever package caused the
  file to be modified in such a way that it cannot be upgraded
  cleanly is BUGGY.
 
 If the file is unmodified, then there's indeed something wrong. But
 the interesting case is when the admin has changed something. The
 common case that is getting on my nerves currently is:
 
 * foo 1.0 ships /etc/foo.conf with
   featureA=yes
   featureB=no
 * I change featureB to yes
 * foo 2.0 ships /etc/foo.conf with
   featureA=yes
   featureB=no
   featureC=7
 * Now dpkg ask if I want the new version or my modified one. But what
   I actually want is 
   - keep my change of the featureB variable and
   - add the new featureC variable
 * Or more generally: I want to preserve my locally modified values
   and at the same time update the rest which I haven't touched.

That's a user change, I thought the point of this was that changes *not
done by users* are causing problems. Different problem.
 
 And that's what Config::Model allows, as far as I understood it.

That's not how I understood the purposes of it, although it could be
used that way, it isn't sufficient justification IMHO.

If admins make changes, admins should expect to handle the dpkg
conflicts.

I thought the idea of this was to handle changes not made by users - I
think we agree that those instances are bugs.
 
   Avoid asking users configuration questions during packages
   upgrades. This could make dist-upgrades between Debian releases
   easier.
  No, it hides the problem inside another dependency. The package
  should handle it's own config files *and* the bugs that result.
 
 I don't consider writing parsers in each and every .postinst very
 efficient.

As is adding a perl dependency to packages that have no previous need
for perl.

The postinst doesn't have to parse the conffile, it just has to not
generate the dpkg result (by generating the conffile instead of
packaging it) and allow the app to transition from one to the next. If
the existing file is different to what the package thinks it can
upgrade, the package should not require dpkg to generate the error and
the consequent halt of the package installation.

What we see from dpkg should (IMHO) *only* appear as a direct result of
a bug that then needs to be fixed in the package. If the package can
anticipate that dpkg will have problems, the package should handle that
in advance. By the time it's left to dpkg it's too late.

Doesn't justify a separate parser.

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.linux.codehelp.co.uk/
http://e-mail.is-not-s.ms/



pgp0iGbLuutCi.pgp
Description: PGP signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Stefano Zacchiroli
On Fri, Dec 04, 2009 at 06:54:56PM +0100, Dominique Dumont wrote:
 The idea was to offer the user a possibility to bail out since
 config-model is still experimental. But I'm beginning to wonder if
 this is a good idea...

IMO it is not, in the sense that it is quite pointless to put this
choice on the final users. The choice about whether to use it or not
should be of the final *package maintainer*. If its use of config-model
works, fine, otherwise _his_ package will be considered RC buggy as any
other package erroneously fiddling with user conffile.

 Hmm, good point. 
 I've added these explanation in libconfig-model-perl README.debian:
 
 - ensure that a proper configuration model for the application
   contained in foobar exists. Either:
   - find the package containing the relevant model in Debian
 (something like libconfig-model-foobar-perl)
   - find the package in CPAN and ask debian-perl team to package it
   - write the model. In this case, you may want to subscribe to 
 config-model users list (see below)

Please detail more the write the model case. I want that possibility,
but it is not clear to me whether the custom model can be shipped within
the package needing it at configuration time.  (Yes, that of course
means that no-fiddling would be possible in preinst, but I got the
impression that it was already the case.)

  On the same line, it is not clear to me whether the maintainer can
  programmatically define updates other than from model m_1 go to m_2.
 
 Most of the time, there won't be limitations on the number of model version 
 you can jump. There will be limitations if the model evolves rapidly (i.e. 
 the 
 configuration semantics also evolve rapidly). This kind of fast evolution is 
 generally avoided except for new projects.

No, that's was not my question, sorry if it was not clear; let me try
again. config-model will have a model for the previous maintainer
version of some conffile, let's call it m_1; then config-model can have
several other models m_2, ... m_n and it can jump up to m_n.

What I want to know is whether config-model allows me not to write a
model m_i I'd like to arrive to in the package, but rather write a small
program snippet which takes m_1 and modify it in some way. That's
basically the different between here is the model you should arrive to
(which I understand is supported) and here is a recipe/program to
obtain the model you should arrive to.   Oh, well, I should probably
just study Config::Model!

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread gregor herrmann
On Fri, 04 Dec 2009 18:38:19 +, Neil Williams wrote:

  * Or more generally: I want to preserve my locally modified values
and at the same time update the rest which I haven't touched.
 That's a user change, I thought the point of this was that changes *not
 done by users* are causing problems. Different problem.

Right, that's a different problem, and AFAIK Config::Model handles
both.
  
  And that's what Config::Model allows, as far as I understood it.
 That's not how I understood the purposes of it, although it could be
 used that way, it isn't sufficient justification IMHO.
 If admins make changes, admins should expect to handle the dpkg
 conflicts.

Sure, just that I (as an admin) would like to be able to do it easier
than it works now.
 
 I thought the idea of this was to handle changes not made by users - I
 think we agree that those instances are bugs.

Ack.
  
Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Bob Marley/Jimmy Cliff/Erica Badu: No Woman No Cry


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread gregor herrmann
On Fri, 04 Dec 2009 19:46:04 +0100, Stefano Zacchiroli wrote:

 Oh, well, I should probably
 just study Config::Model!

Since you speak French you might be interested in Dominique's
presentation at some French Perl meeting:
http://fpw2009.ubicast.eu/videos/free/64/

Cheers,
gregor 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG Key IDs: 0x00F3CFE4, 0x8649AA06
 : :' :  Debian GNU/Linux user, admin,  developer - http://www.debian.org/
 `. `'   Member of VIBE!AT, SPI Inc., fellow of FSFE | http://got.to/quote/
   `-NP: Beatles: Getting better


signature.asc
Description: Digital signature


Re: mercurial-buildpackage, now with pristine-tar support

2009-12-04 Thread Jens Peter Secher
2009/12/3 Dmitrijs Ledkovs dmitrij.led...@gmail.com:
 Does it support 3.0 (quilt)

Yes.

 and puts them into mercurial queues?

No support for Mercurial Queues at the moment; see discussion a couple
of weeks ago [1].

Instead it uses dpkg-source, that is, the dpkg-source built-in patch
handler or Quilt if it is installed.

Cheers,
-- 
Jens Peter Secher.
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_.
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?

[1] 
http://groups.google.com/group/linux.debian.devel/browse_thread/thread/4440fb8b28e9a3bb/d93dc30ec22421c9


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



Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Joey Hess
Neil Williams wrote:
 From an embedded perspective, we certainly don't want every
 configurable package depending on perl at package installation /
 upgrade time - that's why we have cdebconf.

And if that argument had been used when debconf was being written, we
might currently have neither debconf nor cdebconf.

It makes sense to have exactly one general-purpose scripting language in
standard. More are bloat, and with less, rapid prototyping is not
possible. We should not prevent others from using that language for what
it's there for.

It also makes sense to design interfaces to things prototyped in that
language so they can be replaced with a C (or other language) implementation.
Config::Model uses perl for the config file parser/writer in a way that
doesn't allow doing that.

But it does seem likely that packages using it could fall back to
current config file handling if Config::Model were not available
in an embedded system.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: dh_config_model_upgrade: package upgrade with Config::Model

2009-12-04 Thread Dominique Dumont
Le vendredi 4 décembre 2009 13:01:39, Stefano Zacchiroli a écrit :
 My reading of the above quoted test, is that Config::Model is not
 seeking to replace debconf; it is going to use it as other packages do
 for interacting with the user. Or, to be more precise, my understanding
 is that the package helper is going to prepare debconf questions that
 will be shipped in the packages which use that helper.

Correct.

One possible extension to Config::Model is to use Debconf as a more generic 
interface. This could be used to generate Debconf question to fill missing 
mandatory values (as GUI or curses interface are generated at run time). I'm 
working on this, but it seems quite difficult to generate debconf question 
dynamically. Not to mention translation problems...

All the best

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


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



Re: Has Debian abandoned Python?

2009-12-04 Thread Bernd Zeimetz
Josselin Mouette wrote:
 Le jeudi 03 décembre 2009 à 19:28 +0100, Luk Claes a écrit : 
 There is currently discussion ongoing about how to move forward, though
 due to the complex nature of the current situation (where also lots of
 FUD etc is on the lists), it is being dealt in private.
 
 This is absolute bullshit. The situation is not complex.
 
 Before there is a real break through where everyone involved has got the
 chance to react on proposals and hopefully agree on a way forward, there
 won't be much disclosed.
 
 Everyone already agreed on the way forward, including representatives of
 the release team. Everyone started to work on this months ago. Everyone,
 except the Python maintainer himself, of course.

Ack. He didn't even bother to write a single mail.


-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprints: 06C8 C9A2 EAAD E37E 5B2C BE93 067A AD04 C93B FF79
   ECA1 E3F2 8E11 2432 D485 DD95 EB36 171A 6FF9 435F


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



Re: Debian as open project

2009-12-04 Thread Marc Haber
On Fri, 4 Dec 2009 01:07:22 +0100, Stefano Zacchiroli
z...@debian.org wrote:
Heck, during the past months I know that you (again, as in DPL+2IC) have
been doing stuff, quite a lot of very good stuff in fact, but nobody
knows that, beside who has spoken to you via some private media (I'm one
of them).

Well said. I'll vote accordingly for the next DPL.

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834


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



How to use binutils-gold

2009-12-04 Thread Benjamin Drung
Hi,

I got some FTBFS with binutils-gold bug reports. How can I build my
packages using binutils-gold? What do I have to change for that?

-- 
Benjamin Drung
Ubuntu Developer (www.ubuntu.com) | Debian Maintainer (www.debian.org)


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: How to use binutils-gold

2009-12-04 Thread Emilio Pozuelo Monfort
Benjamin Drung wrote:
 Hi,
 
 I got some FTBFS with binutils-gold bug reports. How can I build my
 packages using binutils-gold? What do I have to change for that?

Just install it and then build your package (it diverts the linker so you just
need to install it).

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Re: How to use binutils-gold

2009-12-04 Thread Cyril Brulebois
Benjamin Drung bdr...@ubuntu.com (05/12/2009):
 I got some FTBFS with binutils-gold bug reports. How can I build my
 packages using binutils-gold? What do I have to change for that?

As for using it, given its postinst, I guess you only have to install
it to use it. Didn't check, though.

http://wiki.debian.org/qa.debian.org/FTBFS for some clues, BTW.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#559524: ITP: libleocharre-perl -- Bundle of several modules in the LEOCHARRE:: namespace

2009-12-04 Thread Jonathan Yu
Package: wnpp
Severity: wishlist
Owner: Jonathan Yu jaw...@cpan.org


I hate the idea of this, but I have to do this because two LEOCHARRE
modules are required by the new version of Wordpress::XMLRPC (already
packaged; its upgrade has been blocked for a long time because of this)

* Package name: libleocharre-perl
  Version : Debian Native
  Upstream Author : Leo Charre leocha...@cpan.org
* URL : http://search.cpan.org/~leocharre/
* License : Perl (Artistic or GPL-1+)
  Programming Lang: Perl
  Description : Bundle of several modules in the LEOCHARRE:: namespace

Basically, the author of Wordpress::XMLRPC requires his own helper
modules, which may be used in several distributions (since he produces
many of them). However, I'm hesitant to create multiple packages for
them because:

  1. These packages are probably only ever going to be used by Leo Charre
  2. These packages are coded poorly (they export random functions into
 the main namespace)
  3. The packages contain very small portions of code

I'd even consider patching Wordpress::XMLRPC with these functions; however,
I don't think the patch would be sustainable in the long term.

There was some discussion on the pkg-perl list:
http://lists.debian.org/debian-perl/2009/11/msg00065.html

Useful suggestions are gladly accepted and appreciated. Please give me a
less crappy alternative. I beg of you. PLEASE.



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



Accepted python-support 1.0.6 (source all)

2009-12-04 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 09:26:17 +0100
Source: python-support
Binary: python-support
Architecture: source all
Version: 1.0.6
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette j...@debian.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 python-support - automated rebuilding support for Python modules
Closes: 539187
Changes: 
 python-support (1.0.6) unstable; urgency=low
 .
   * movemodules: do not touch symlinks that merely point to another
 place in the module tree. Closes: #539187.
Checksums-Sha1: 
 2f60e819f7e98013897dc9d03e45c0021bbe2449 1004 python-support_1.0.6.dsc
 1a1cc08a230f6f9a76224857828a261265ab4f09 34174 python-support_1.0.6.tar.gz
 ecf0bf727e8f803ffa2d3650b6cf32805e9c337e 32192 python-support_1.0.6_all.deb
Checksums-Sha256: 
 b366bab2fe4cb8450120c13dbd6caddf775529410424c750d14346096468f3d1 1004 
python-support_1.0.6.dsc
 b1c1e2b684c6e3bd55c2891c900db85aeb8d42dc2adecc51103675726e1e0eac 34174 
python-support_1.0.6.tar.gz
 6bc9404b8e9d5c83b6be4411a26dcc3ded046f3c45dd45240404e4a9347e5984 32192 
python-support_1.0.6_all.deb
Files: 
 38311dceeedfa6c2225b062c74872baa 1004 python optional python-support_1.0.6.dsc
 187ce168787d5a776c66c2c6ee7a2269 34174 python optional 
python-support_1.0.6.tar.gz
 538bd26366efb0698ae9a791daaf45cf 32192 python optional 
python-support_1.0.6_all.deb

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

iD8DBQFLGM5lrSla4ddfhTMRArHAAJ9kmdRzgYS0OgWfHkSuEzBOpWYTRACg9h5l
RD2kei1trIUYgj/I7bu7YME=
=GEhm
-END PGP SIGNATURE-


Accepted:
python-support_1.0.6.dsc
  to main/p/python-support/python-support_1.0.6.dsc
python-support_1.0.6.tar.gz
  to main/p/python-support/python-support_1.0.6.tar.gz
python-support_1.0.6_all.deb
  to main/p/python-support/python-support_1.0.6_all.deb


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



Accepted drbd8 2:8.3.4-1.1 (source all amd64)

2009-12-04 Thread Iustin Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 13 Nov 2009 19:58:29 +0100
Source: drbd8
Binary: drbd8-utils drbd8-source
Architecture: source amd64 all
Version: 2:8.3.4-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian DRBD Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Iustin Pop iu...@k1024.org
Description: 
 drbd8-source - RAID 1 over tcp/ip for Linux module source
 drbd8-utils - RAID 1 over tcp/ip for Linux utilities
Closes: 499516
Changes: 
 drbd8 (2:8.3.4-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix watch file
   * No longer stops the drbd resources on upgrades of the drbd8-utils
 package, since this is not needed and shutdowns must be done by the
 administrator (Closes: #499516)
Checksums-Sha1: 
 281db907a25861cd4f5ff9f4e69be5d3135848aa 1307 drbd8_8.3.4-1.1.dsc
 9503095e420efb1421599187395c4014e6405a62 13907 drbd8_8.3.4-1.1.diff.gz
 3d82a4e80db0858b4e46af69869ee68bb8b52152 201132 drbd8-utils_8.3.4-1.1_amd64.deb
 1823ce410be022dd9e14355a032622d565814709 175064 drbd8-source_8.3.4-1.1_all.deb
Checksums-Sha256: 
 c4320c3180d1716f6c9f91cbfae6a66c497754b42e23f1b05b849a39f9f09e4e 1307 
drbd8_8.3.4-1.1.dsc
 62dde746af884ebd87b0951ab4346b6c03fed53def4c96974fbfabfe618e8025 13907 
drbd8_8.3.4-1.1.diff.gz
 9f203d9b162097cd5958cd77ca7ec205f987272cabd697135f310724c9da9ca7 201132 
drbd8-utils_8.3.4-1.1_amd64.deb
 156c681c0263b3ae4bba3fe1d23961ba49e1c0adcbdab78ebfced4ee7f767646 175064 
drbd8-source_8.3.4-1.1_all.deb
Files: 
 d1c400e3534d9ea100d58c39d59638df 1307 admin extra drbd8_8.3.4-1.1.dsc
 0e929d6a764e744f7575e9ac63b662bd 13907 admin extra drbd8_8.3.4-1.1.diff.gz
 470e53abcab4fcc08b43962dd7392121 201132 admin extra 
drbd8-utils_8.3.4-1.1_amd64.deb
 3643e8f80e189e3ace251d1edabf9be9 175064 kernel extra 
drbd8-source_8.3.4-1.1_all.deb

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

iD8DBQFLFjaU1cqbBPLEI7wRAvyeAKCkHJxHkprLPIBxP6PSBHLmqs2uMwCeLm98
OTnIIJL4BbuH623VXV3YtIE=
=XzhZ
-END PGP SIGNATURE-


Accepted:
drbd8-source_8.3.4-1.1_all.deb
  to main/d/drbd8/drbd8-source_8.3.4-1.1_all.deb
drbd8-utils_8.3.4-1.1_amd64.deb
  to main/d/drbd8/drbd8-utils_8.3.4-1.1_amd64.deb
drbd8_8.3.4-1.1.diff.gz
  to main/d/drbd8/drbd8_8.3.4-1.1.diff.gz
drbd8_8.3.4-1.1.dsc
  to main/d/drbd8/drbd8_8.3.4-1.1.dsc


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



Accepted lcdf-typetools 2.80-1 (source i386)

2009-12-04 Thread C.M. Connelly
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 13:01:37 -0800
Source: lcdf-typetools
Binary: lcdf-typetools
Architecture: source i386
Version: 2.80-1
Distribution: unstable
Urgency: low
Maintainer: C.M. Connelly c...@debian.org
Changed-By: C.M. Connelly c...@debian.org
Description: 
 lcdf-typetools - Programs to manipulate OpenType and multiple-master fonts
Changes: 
 lcdf-typetools (2.80-1) unstable; urgency=low
 .
   * New upstream release.
   * Adds additional options to otftotfm.
Checksums-Sha1: 
 2b13123e00a52b525b541a4d4c6b013cabc2791a 1046 lcdf-typetools_2.80-1.dsc
 73a220b9cb459296b22a1b709292ff8062a463cf 544518 lcdf-typetools_2.80.orig.tar.gz
 34080b96ce90cba3205c0ac2a1a1b0c008d11801 6496 lcdf-typetools_2.80-1.diff.gz
 2ac073b89eb5e8eb62ca60b1c9b6eee6be825cc2 1654706 lcdf-typetools_2.80-1_i386.deb
Checksums-Sha256: 
 456e806ff4f7a69b91725ce29a3f677e30252e9eddd4e3638168e15f4865c081 1046 
lcdf-typetools_2.80-1.dsc
 33361bf5e750a8c0dd80ff5db8ff568b5812dc81d486982198fd739b052f191e 544518 
lcdf-typetools_2.80.orig.tar.gz
 29334a38ffc5cbf8c2b10163c3282cbc5e6cbbbf2d2e4d51a3a69bf6f10b253b 6496 
lcdf-typetools_2.80-1.diff.gz
 6b008c35e27c0ed3e23404c11c18de4d8033efb14436e7d2ed1e9b00b5d8b95d 1654706 
lcdf-typetools_2.80-1_i386.deb
Files: 
 15219eba27513c290775348ab96fd12c 1046 text optional lcdf-typetools_2.80-1.dsc
 2c2d78e8acf7c7cab9e7da6ed4ea87d3 544518 text optional 
lcdf-typetools_2.80.orig.tar.gz
 1cfdec56919dca74689b8ee003174fae 6496 text optional 
lcdf-typetools_2.80-1.diff.gz
 a186a71ee7ba3f40c3a7b8cd7e771f8e 1654706 text optional 
lcdf-typetools_2.80-1_i386.deb

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

iD8DBQFLGNlnzrFKeh3cmQ0RAj5BAJ95TeOV0ASSNOtshDE2pMNp96VH2QCghw9A
QHDLRUfjaMnOC1ap4GFTEWk=
=9Frn
-END PGP SIGNATURE-


Accepted:
lcdf-typetools_2.80-1.diff.gz
  to main/l/lcdf-typetools/lcdf-typetools_2.80-1.diff.gz
lcdf-typetools_2.80-1.dsc
  to main/l/lcdf-typetools/lcdf-typetools_2.80-1.dsc
lcdf-typetools_2.80-1_i386.deb
  to main/l/lcdf-typetools/lcdf-typetools_2.80-1_i386.deb
lcdf-typetools_2.80.orig.tar.gz
  to main/l/lcdf-typetools/lcdf-typetools_2.80.orig.tar.gz


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



Accepted xsmbrowser 3.4.0-16.1 (source all)

2009-12-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 10:55:20 +0100
Source: xsmbrowser
Binary: xsmbrowser
Architecture: source all
Version: 3.4.0-16.1
Distribution: unstable
Urgency: low
Maintainer: Emmanuel le Chevoir m...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 xsmbrowser - X11 tool for navigating SMB Networks
Closes: 530673
Changes: 
 xsmbrowser (3.4.0-16.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Avoid passing -N together with -U to smbclient (patch by Michael Bode)
 (Closes: #530673)
Checksums-Sha1: 
 aa4984102714f4a5c8249526ead4018d4c0c6089 983 xsmbrowser_3.4.0-16.1.dsc
 5ea51c982ac52ded588bbb0276ff6696a3f930f8 110165 xsmbrowser_3.4.0-16.1.diff.gz
 5e3b2441a62b7e0a8e47cc31850bb461ba4d5595 83138 xsmbrowser_3.4.0-16.1_all.deb
Checksums-Sha256: 
 b3949791939d9ba0942b7a771650ee30866fe406582a8ef2656a0cf6ebde2826 983 
xsmbrowser_3.4.0-16.1.dsc
 5abceb58f4d0edac6e3c7e18df08e9e57eb22baf18db2b95e4c5374f268f799a 110165 
xsmbrowser_3.4.0-16.1.diff.gz
 d099609b16965717a0353489f25b4d444b5cc4206223edd771961241c67b079c 83138 
xsmbrowser_3.4.0-16.1_all.deb
Files: 
 4cd7e756f1e61f0a7ec087fcb56762c6 983 net optional xsmbrowser_3.4.0-16.1.dsc
 79e007e5f92a2624da519e3f561e9f79 110165 net optional 
xsmbrowser_3.4.0-16.1.diff.gz
 22df0228e34c87af76ca5b27570f2620 83138 net optional 
xsmbrowser_3.4.0-16.1_all.deb

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

iD8DBQFLFjtJ1cqbBPLEI7wRArYwAKDF/IETdlJUaIbGECQGzhzg6l2aZwCgmH5H
UQTmhUgRcdsMPI1x0rGzN7w=
=Tb5j
-END PGP SIGNATURE-


Accepted:
xsmbrowser_3.4.0-16.1.diff.gz
  to main/x/xsmbrowser/xsmbrowser_3.4.0-16.1.diff.gz
xsmbrowser_3.4.0-16.1.dsc
  to main/x/xsmbrowser/xsmbrowser_3.4.0-16.1.dsc
xsmbrowser_3.4.0-16.1_all.deb
  to main/x/xsmbrowser/xsmbrowser_3.4.0-16.1_all.deb


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



Accepted gpgme1.0 1.2.0-1.2 (source amd64)

2009-12-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 11:17:17 +0100
Source: gpgme1.0
Binary: libgpgme11-dev libgpgme11
Architecture: source amd64
Version: 1.2.0-1.2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo js...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 libgpgme11 - GPGME - GnuPG Made Easy
 libgpgme11-dev - GPGME - GnuPG Made Easy
Closes: 510567
Changes: 
 gpgme1.0 (1.2.0-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Enable support for gpgconf (Closes: #510567)
Checksums-Sha1: 
 cf46a131049cd03ed96281fa734ca65ae3790f40 1172 gpgme1.0_1.2.0-1.2.dsc
 b38a4499a8f3c7cdd2b0dfb50551ec7310d2656e 584528 gpgme1.0_1.2.0-1.2.diff.gz
 658cbf987e95ee118fe2d247ca9605932e8b9e36 579612 
libgpgme11-dev_1.2.0-1.2_amd64.deb
 ce8368ce6ffe6849cc19f8f332c4157a5325d690 343588 libgpgme11_1.2.0-1.2_amd64.deb
Checksums-Sha256: 
 63efff9b75032afb2124055c5493b3a9fa9462c5478f2cbf5f61d3d1a5151ca4 1172 
gpgme1.0_1.2.0-1.2.dsc
 db815142d10d5caae146b871af9b47b29bae6251187bda7b92feb5cd2898144f 584528 
gpgme1.0_1.2.0-1.2.diff.gz
 7c95e73d6ec842a185d54c3ab78bfca8e5f5912ad8dc85e07c70854285765f17 579612 
libgpgme11-dev_1.2.0-1.2_amd64.deb
 aeab467cba437f8f08351063af5d58660d82664b56626503501602a531eae673 343588 
libgpgme11_1.2.0-1.2_amd64.deb
Files: 
 8673e8ac0e4238041dbf8310d8f83258 1172 libdevel optional gpgme1.0_1.2.0-1.2.dsc
 39a4fe21ef991cc09828fbb54dcc002d 584528 libdevel optional 
gpgme1.0_1.2.0-1.2.diff.gz
 5202262f3087424fcf8bf1109880139b 579612 libdevel optional 
libgpgme11-dev_1.2.0-1.2_amd64.deb
 35ff9fd97ab522d13d3ff2d2502a1d4e 343588 libs optional 
libgpgme11_1.2.0-1.2_amd64.deb

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

iD8DBQFLFkGw1cqbBPLEI7wRAuHOAJwM5mlYftT0t4TRwhj8L4x976qZ7wCePozI
W7UKo91hAi0lx7it8/JC29g=
=0OFd
-END PGP SIGNATURE-


Accepted:
gpgme1.0_1.2.0-1.2.diff.gz
  to main/g/gpgme1.0/gpgme1.0_1.2.0-1.2.diff.gz
gpgme1.0_1.2.0-1.2.dsc
  to main/g/gpgme1.0/gpgme1.0_1.2.0-1.2.dsc
libgpgme11-dev_1.2.0-1.2_amd64.deb
  to main/g/gpgme1.0/libgpgme11-dev_1.2.0-1.2_amd64.deb
libgpgme11_1.2.0-1.2_amd64.deb
  to main/g/gpgme1.0/libgpgme11_1.2.0-1.2_amd64.deb


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



Accepted typo3-dummy 4.3.0-1 (source all)

2009-12-04 Thread Christian Welzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 22:00:00 +0100
Source: typo3-dummy
Binary: typo3-dummy
Architecture: source all
Version: 4.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Christian Welzel gaw...@camlann.de
Changed-By: Christian Welzel gaw...@camlann.de
Description: 
 typo3-dummy - TYPO3 - the enterprise level open source WebCMS (Site structure)
Changes: 
 typo3-dummy (4.3.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Added default php include_path to include_path in apache.conf
   * Raised standards version to 3.8.3
   * Added README.source.
Checksums-Sha1: 
 600f1d49e11e3a8e2a0b6fca3de4fba6c38e158d 1005 typo3-dummy_4.3.0-1.dsc
 542342a96c60dddacc472f4fdecf26596c5f1642 9553 typo3-dummy_4.3.0.orig.tar.gz
 1d9e6bca66edcd65083b4736fe7eaa307d57a610 9969 typo3-dummy_4.3.0-1.diff.gz
 19984a275fe9d406310de7e8694b652a71bfd207 18690 typo3-dummy_4.3.0-1_all.deb
Checksums-Sha256: 
 d8c776b33815a6162a7e5e41c19ba5b2ee0dfa62add70e2b5b3e0f80d3788179 1005 
typo3-dummy_4.3.0-1.dsc
 a51c4c023702e21dde35c1f34f788447edf621776f1b11c2ab5c4e51013032aa 9553 
typo3-dummy_4.3.0.orig.tar.gz
 266c33b0fb21713fba52b8dcbed172d9026578c261205fb3b72396b68d09e2bb 9969 
typo3-dummy_4.3.0-1.diff.gz
 0de0aee4975b81928ee9b5dab3bdb7ef371d35d0f1e043dd92bc141351f139c4 18690 
typo3-dummy_4.3.0-1_all.deb
Files: 
 5104feaf3f9573956e9e96604e9bd7ae 1005 web optional typo3-dummy_4.3.0-1.dsc
 551e15ed6aae62b7f9c058318186c8c9 9553 web optional 
typo3-dummy_4.3.0.orig.tar.gz
 3f09a0c0598e3d143a7d25a2668f728d 9969 web optional typo3-dummy_4.3.0-1.diff.gz
 9a36686ca6439e048643906b23014c35 18690 web optional typo3-dummy_4.3.0-1_all.deb

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

iD4DBQFLGOgIUHLQNqxYNSARAtGBAJjfx2l2hWh60qHI75ghhd76TQBKAJ9qyowL
RmI7PiwvEFjOmwelUu2uyQ==
=9ymS
-END PGP SIGNATURE-


Accepted:
typo3-dummy_4.3.0-1.diff.gz
  to main/t/typo3-dummy/typo3-dummy_4.3.0-1.diff.gz
typo3-dummy_4.3.0-1.dsc
  to main/t/typo3-dummy/typo3-dummy_4.3.0-1.dsc
typo3-dummy_4.3.0-1_all.deb
  to main/t/typo3-dummy/typo3-dummy_4.3.0-1_all.deb
typo3-dummy_4.3.0.orig.tar.gz
  to main/t/typo3-dummy/typo3-dummy_4.3.0.orig.tar.gz


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



Accepted typo3-src 4.3.0-1 (source all)

2009-12-04 Thread Christian Welzel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 22:00:00 +0100
Source: typo3-src
Binary: typo3-src-4.3 typo3-database typo3
Architecture: source all
Version: 4.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Christian Welzel gaw...@camlann.de
Changed-By: Christian Welzel gaw...@camlann.de
Description: 
 typo3  - The enterprise level open source WebCMS (Meta)
 typo3-database - TYPO3 - The enterprise level open source WebCMS (Database)
 typo3-src-4.3 - TYPO3 - The enterprise level open source WebCMS (Core)
Changes: 
 typo3-src (4.3.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixed dpkg-gencontrol: Warnung: relation  is deprecated: use  or =.
   * debian/rules: Added target find-sql to get a list of important sql-files.
 (needed for maintainance only)
   * debian/mysql: SQL commands for populating mysql don't include help texts
 anymore, to make the package smaller. They can be imported with the TYPO3
 database-assistant.
Checksums-Sha1: 
 3ecab7dded54bba5987159485fe01a9a57553ed3 1003 typo3-src_4.3.0-1.dsc
 50c2248d169156605e971f0437ace204a0b8dd71 11430561 typo3-src_4.3.0.orig.tar.gz
 96622b66b595abb472a641b8f4ab6fb8eaa67dc1 118108 typo3-src_4.3.0-1.diff.gz
 c7011cfe15105c5674af7b811e5ecd58a12c4a0a 11214582 typo3-src-4.3_4.3.0-1_all.deb
 09ec522a2391951a984eadaba81c8e4ba423954f 186422 typo3-database_4.3.0-1_all.deb
 affe1f2a7d92c53bbe9f20c6bb4488c61d05a42b 1246 typo3_4.3.0-1_all.deb
Checksums-Sha256: 
 51b5f8b5ccf83bbc7474553aa5ee3ee7f71f2b6cbfb361611f0a7a28b9d9613a 1003 
typo3-src_4.3.0-1.dsc
 3c17682f46b1920f12606fd2247b8c44734e2203af9bf1a56e7b31e32244d692 11430561 
typo3-src_4.3.0.orig.tar.gz
 074da8f345d3ead7b1229a3033c9b80732b95bb235211e929eb8e570ddca57dd 118108 
typo3-src_4.3.0-1.diff.gz
 037e08743a07374be52bc94184949bd72ce065d427cb35e50708fdf10374eca5 11214582 
typo3-src-4.3_4.3.0-1_all.deb
 160f9d9badcad38e561eac4641859d71ec42e3798e3cf53cbcd4a857a6fa5978 186422 
typo3-database_4.3.0-1_all.deb
 fb724eb0f30d8c47719121f92bfeff5daf5d9567b3131faa8563d280d8a9c5b9 1246 
typo3_4.3.0-1_all.deb
Files: 
 5f1288614589f731896eacdd5f8fdd88 1003 web optional typo3-src_4.3.0-1.dsc
 2900c16b1c68153a9d62c85a401435c5 11430561 web optional 
typo3-src_4.3.0.orig.tar.gz
 5442f433a2b5b60ca3cad35bf16b42d6 118108 web optional typo3-src_4.3.0-1.diff.gz
 0560c5ddd23f796a354f1c2247409798 11214582 web optional 
typo3-src-4.3_4.3.0-1_all.deb
 58cfd0e5547f3bfcc3234fb7628da0d9 186422 web optional 
typo3-database_4.3.0-1_all.deb
 e5186ab76f0450ba41964c172064a0a5 1246 web optional typo3_4.3.0-1_all.deb

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

iD8DBQFLGOgPUHLQNqxYNSARAve6AJ0fwgZ1OF4PIuEkYx1pRFE8vO613gCfdisT
8xWG1JiCVIMP8lFWC8ZWzCo=
=Ula9
-END PGP SIGNATURE-


Accepted:
typo3-database_4.3.0-1_all.deb
  to main/t/typo3-src/typo3-database_4.3.0-1_all.deb
typo3-src-4.3_4.3.0-1_all.deb
  to main/t/typo3-src/typo3-src-4.3_4.3.0-1_all.deb
typo3-src_4.3.0-1.diff.gz
  to main/t/typo3-src/typo3-src_4.3.0-1.diff.gz
typo3-src_4.3.0-1.dsc
  to main/t/typo3-src/typo3-src_4.3.0-1.dsc
typo3-src_4.3.0.orig.tar.gz
  to main/t/typo3-src/typo3-src_4.3.0.orig.tar.gz
typo3_4.3.0-1_all.deb
  to main/t/typo3-src/typo3_4.3.0-1_all.deb


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



Accepted icomlib 1.0.1-8.1 (source all amd64)

2009-12-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 12:41:19 +0100
Source: icomlib
Binary: icomlib1-dev icomlib1 icomlib-bin qpcr1k icomlib-doc
Architecture: source all amd64
Version: 1.0.1-8.1
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms bott...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 icomlib-bin - Icom PCR-1000 command line control
 icomlib-doc - Documentation for icomlib
 icomlib1   - Icom PCR-1000 control shared libraries
 icomlib1-dev - Icom PCR-1000 development kit
 qpcr1k - Icom PCR-1000 GUI control
Closes: 414972 553162
Changes: 
 icomlib (1.0.1-8.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add missing ${shlibs:Depends} to icmolib-bin (Closes: #553162)
   * Patch ./configure to support kfreebsd build; patch by Cyril Brulebois.
 (Closes: #414972)
Checksums-Sha1: 
 86f46f940c6891651af1a289c35710655d60c243 1019 icomlib_1.0.1-8.1.dsc
 3a4e121813fd3097ecd01da96ea41326d7b34ce7 7637 icomlib_1.0.1-8.1.diff.gz
 294a0e01172a460ee591070b926d5ab4e0470a9d 168072 icomlib-doc_1.0.1-8.1_all.deb
 40cb915400ba878f087569544376e50ae7cc43bf 24164 icomlib1-dev_1.0.1-8.1_amd64.deb
 deb57ad751954f527023e6ebb0cc7513193dd70e 16540 icomlib1_1.0.1-8.1_amd64.deb
 6cb39470e920c7762bb016e79f36fb13186022e2 14132 icomlib-bin_1.0.1-8.1_amd64.deb
 22ae0c8e2e299bb9fb3925a94cddafa0bb2ebbd2 72154 qpcr1k_1.0.1-8.1_amd64.deb
Checksums-Sha256: 
 b967b497907c95d30786cb113e5e872c9d69499ab027af0bf9cf9a8b5be2a541 1019 
icomlib_1.0.1-8.1.dsc
 4ce2daf593397792b6218c2208f0c83d66e0d863b5d18a70760b12ebcd812ffa 7637 
icomlib_1.0.1-8.1.diff.gz
 5cb5ef5de336bb80c487d35a02caf1e8b0c2a55cc4f74a65e3746eccc24ae9bf 168072 
icomlib-doc_1.0.1-8.1_all.deb
 3d18e0dc508e19d4ff025709c73b32b323cd506f8b2715a9ff01ec9f9617bab0 24164 
icomlib1-dev_1.0.1-8.1_amd64.deb
 da3551d59234b51746ce645159f8526809e9660df9131617779d674993e36310 16540 
icomlib1_1.0.1-8.1_amd64.deb
 b481fe36d35dc0e4f855a51438615274174a146e29d40ce5de0719b06ec04a81 14132 
icomlib-bin_1.0.1-8.1_amd64.deb
 d42d082711b43e1a2ed886cbe6745c2d16c0ee7e2a0c755dfd300166542cf58e 72154 
qpcr1k_1.0.1-8.1_amd64.deb
Files: 
 cb60116f0020b8f14d14b5feaa598b20 1019 hamradio optional icomlib_1.0.1-8.1.dsc
 19fa226bca4193f4ea7d3f71bdfe050d 7637 hamradio optional 
icomlib_1.0.1-8.1.diff.gz
 20694ce3ec8efbbb1dd7762388c146e4 168072 hamradio optional 
icomlib-doc_1.0.1-8.1_all.deb
 30765a67492faa08ae69c9b5c66c17cf 24164 hamradio optional 
icomlib1-dev_1.0.1-8.1_amd64.deb
 3c358c56a8ea3099147afb4e4c6bb39c 16540 hamradio optional 
icomlib1_1.0.1-8.1_amd64.deb
 d3ad96b6f567d6f0cb45c6d6153cd88a 14132 hamradio optional 
icomlib-bin_1.0.1-8.1_amd64.deb
 c6d5ccca6190716bb7633e8a945e405c 72154 hamradio optional 
qpcr1k_1.0.1-8.1_amd64.deb

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

iD8DBQFLFlUW1cqbBPLEI7wRAiB5AJ9Hwrs9FAVXxcwsZWe03ahOXk5Y2wCfT5yc
VInpSFV6ditjYiJ/fKKZWYU=
=iwwi
-END PGP SIGNATURE-


Accepted:
icomlib-bin_1.0.1-8.1_amd64.deb
  to main/i/icomlib/icomlib-bin_1.0.1-8.1_amd64.deb
icomlib-doc_1.0.1-8.1_all.deb
  to main/i/icomlib/icomlib-doc_1.0.1-8.1_all.deb
icomlib1-dev_1.0.1-8.1_amd64.deb
  to main/i/icomlib/icomlib1-dev_1.0.1-8.1_amd64.deb
icomlib1_1.0.1-8.1_amd64.deb
  to main/i/icomlib/icomlib1_1.0.1-8.1_amd64.deb
icomlib_1.0.1-8.1.diff.gz
  to main/i/icomlib/icomlib_1.0.1-8.1.diff.gz
icomlib_1.0.1-8.1.dsc
  to main/i/icomlib/icomlib_1.0.1-8.1.dsc
qpcr1k_1.0.1-8.1_amd64.deb
  to main/i/icomlib/qpcr1k_1.0.1-8.1_amd64.deb


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



Accepted blt 2.4z-4.2 (source all i386)

2009-12-04 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 09:28:09 -0500
Source: blt
Binary: blt blt-dev blt-demo
Architecture: source all i386
Version: 2.4z-4.2
Distribution: unstable
Urgency: low
Maintainer: Chris Waters xt...@debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 blt- the BLT extension library for Tcl/Tk - run-time package
 blt-demo   - the BLT extension library for Tcl/Tk - demos and examples
 blt-dev- the BLT extension library for Tcl/Tk - development files
Closes: 525860 536409
Changes: 
 blt (2.4z-4.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add tcl8.5 check in library/pkgIndex.tcl.in. (Closes: #525860).
 + Thanks to Bill Metzenthen for the fix.
   * Update config.sub,config.guess files. (Closes: #536409).
   * Fix section and typo in blt.doc-base.
   * Move Homepage from package descriptions to source stanza.
   * Make clean not ignore errors.
   * Replace deprecated ${Source-Version} with ${binary:Version}.
Checksums-Sha1: 
 8fc19102bfb7c5e3563d2de354be648ea89d0864 1039 blt_2.4z-4.2.dsc
 d7f6043d572b665e83cd05ff56929a2eed8fc118 142168 blt_2.4z-4.2.diff.gz
 84d9fcdc0f0d8d39240c2d1aca6a9eb9bb3e9e24 606720 blt-demo_2.4z-4.2_all.deb
 b45652611e5b45b61bfd42ba10ef4b6716af5143 1591274 blt_2.4z-4.2_i386.deb
 e0343f9b90521f0913b076c0428babfa218db671 1288214 blt-dev_2.4z-4.2_i386.deb
Checksums-Sha256: 
 a7d5901d1b0987eedfaeff0f291aca74f290fc1e0f9000346ee39ed0d0d25c39 1039 
blt_2.4z-4.2.dsc
 f910f578e880781adfae3cb6e2ef163df6be89983da049eee81d3396209e9aa1 142168 
blt_2.4z-4.2.diff.gz
 270ac23711430fa1b751b66263857d22fcfd41f76d0c1fb98f03d26b8a0ffc07 606720 
blt-demo_2.4z-4.2_all.deb
 094500d9dff3d35f6d271267a6b5b07765c3aae1198552f4df4dee476101986c 1591274 
blt_2.4z-4.2_i386.deb
 a3d6d9b0daacb3cf9d114b5239aeb6993b6b740b5e50baa29e8a532d1f690507 1288214 
blt-dev_2.4z-4.2_i386.deb
Files: 
 6dc8e34e01e613e159d672199e78a06e 1039 devel optional blt_2.4z-4.2.dsc
 2d99efcaab6d078163fc053015a94ea0 142168 devel optional blt_2.4z-4.2.diff.gz
 e08cb70251c7117b2e6c6ade34f939b1 606720 devel optional 
blt-demo_2.4z-4.2_all.deb
 821928dc5bfd51ad05a8b248c15ac3ae 1591274 libs optional blt_2.4z-4.2_i386.deb
 5fd83fd0a799214cde6bd836647bdc68 1288214 devel optional 
blt-dev_2.4z-4.2_i386.deb

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

iEYEARECAAYFAksZKigACgkQ5ItltUs5T370xACeLvjEXLINdDhgwg2BqR0Xe9iw
SjUAoIWrNTPPXD8GUUr5V2d3nGJX/JLZ
=RJF9
-END PGP SIGNATURE-


Accepted:
blt-demo_2.4z-4.2_all.deb
  to main/b/blt/blt-demo_2.4z-4.2_all.deb
blt-dev_2.4z-4.2_i386.deb
  to main/b/blt/blt-dev_2.4z-4.2_i386.deb
blt_2.4z-4.2.diff.gz
  to main/b/blt/blt_2.4z-4.2.diff.gz
blt_2.4z-4.2.dsc
  to main/b/blt/blt_2.4z-4.2.dsc
blt_2.4z-4.2_i386.deb
  to main/b/blt/blt_2.4z-4.2_i386.deb


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



Accepted git-core 1:1.6.5.4-1 (source all)

2009-12-04 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 22:48:57 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.6.5.4-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.6.5.4-1) unstable; urgency=low
 .
   * new upstream point release.
Checksums-Sha1: 
 66fe8d4a2d03e34461ac0e6b6643162f07426ca2 1304 git-core_1.6.5.4-1.dsc
 31853a98ceb220ad6dd1580b1b3c71449abc7305 2709442 git-core_1.6.5.4.orig.tar.gz
 155f02e5cfc04ec5c5839fa93387c81e71b23543 313290 git-core_1.6.5.4-1.diff.gz
 0845f666c81531b48cff3dd0c8e9551a01d10a90 1229176 git-doc_1.6.5.4-1_all.deb
 10b98bcfe52c8193c1e10b2beffbfa82f19832e8 314230 git-arch_1.6.5.4-1_all.deb
 0be9bb7bc290b3b5a0a85eecb0eb491b931e1c9d 380354 git-cvs_1.6.5.4-1_all.deb
 992230c086856ec8651be97f4f9015f8698d334e 360584 git-svn_1.6.5.4-1_all.deb
 ad753b5ea1d4e75e4ab390c2475921ce82eba4b8 301070 
git-daemon-run_1.6.5.4-1_all.deb
 33b860e3233e5ebdb417fa8ce025991bb837ad7f 316202 git-email_1.6.5.4-1_all.deb
 5b3a358a1c8efcd8e4b1f61d0aa0cf0e1e39c888 538040 git-gui_1.6.5.4-1_all.deb
 efb71e801e801ef12adb9670015fc99839bbe694 403136 gitk_1.6.5.4-1_all.deb
 b2308e98a5b3bcac1b5f13073c0357a5ef24ee75 362690 gitweb_1.6.5.4-1_all.deb
Checksums-Sha256: 
 307cd92680faca98350612d5bceecd4ddd89b8c798867785caaafb11a5822d47 1304 
git-core_1.6.5.4-1.dsc
 417ad52dfdeb798d560c5cc49d5e96af2418c75b5e2b7ca4cff0a0dea960460c 2709442 
git-core_1.6.5.4.orig.tar.gz
 32cb5c93d397296b9fe00940f313bcb2bb6eaf3c06acb1404586d4fbeec7ebab 313290 
git-core_1.6.5.4-1.diff.gz
 62d894d0e630eb09e1d2ae0ce9a49ff4d26b5e2d5c11caa9cd811bc402f71776 1229176 
git-doc_1.6.5.4-1_all.deb
 665d7f14c776f0121edb260a2a46206355e8f0ac272c668898d040f6148d7a49 314230 
git-arch_1.6.5.4-1_all.deb
 bd5eb0a5642a4777cc555d309b56c5fc93c1fc24ab4d49959a8ef4bbc6ed5cb8 380354 
git-cvs_1.6.5.4-1_all.deb
 037a8192846ba2ed0e7e7a709c55d4b515e2ab20b80d2c9e5cdc0adeb0746ae0 360584 
git-svn_1.6.5.4-1_all.deb
 a7b24500f77362b04fbd6290f1513825b64fbdfbf083877244d40775527b464b 301070 
git-daemon-run_1.6.5.4-1_all.deb
 3d9f2663df1099f623430906aedab91471f220c28459a37ce987231e75e55855 316202 
git-email_1.6.5.4-1_all.deb
 5565f27b987a02aea9702bb393a14bb88631f1d1da6d5b5e726976e3a5b70e71 538040 
git-gui_1.6.5.4-1_all.deb
 8ca5469ba7a7e438a5b53c57c11cbb7b0ef26890a0dab2bce47751f2733bb745 403136 
gitk_1.6.5.4-1_all.deb
 698c36551539f33a90fe00013d925a085d474c988e7633b59bbc6480aa7a9345 362690 
gitweb_1.6.5.4-1_all.deb
Files: 
 521fa6359f19717cfed3ac54236c20e7 1304 vcs optional git-core_1.6.5.4-1.dsc
 0b3062212857b5778113aa2d4dfd65e2 2709442 vcs optional 
git-core_1.6.5.4.orig.tar.gz
 d4a38db551c0d206be8ddedfbc9af5b0 313290 vcs optional git-core_1.6.5.4-1.diff.gz
 9a6aee09ebb8a4f33f4720f01774ce75 1229176 doc optional git-doc_1.6.5.4-1_all.deb
 085abeb7a068946607479891e0fd9569 314230 vcs optional git-arch_1.6.5.4-1_all.deb
 f83300afd625623af7056dbc6287ddab 380354 vcs optional git-cvs_1.6.5.4-1_all.deb
 090346047c75b95a29d62c8c21d9f11e 360584 vcs optional git-svn_1.6.5.4-1_all.deb
 a161d517fa43a55ffad0f94287fba542 301070 vcs optional 
git-daemon-run_1.6.5.4-1_all.deb
 f7b9ab009246a3f7709ab3c9d832095f 316202 vcs optional 
git-email_1.6.5.4-1_all.deb
 8b1fa8a7c6169e63b2c6788f8d36bad7 538040 vcs optional git-gui_1.6.5.4-1_all.deb
 d7851a7f1277843c7454c1621f531658 403136 vcs optional gitk_1.6.5.4-1_all.deb
 27c1f3ba8914b796159d82b52dcba69c 362690 vcs optional gitweb_1.6.5.4-1_all.deb

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

iEYEARECAAYFAksYcLUACgkQGJoyQbxwpv8angCaA2T0wtknvksZTEUoA0/OFDZI
vRAAniJJ31l7cBTw2D0WpN8AfaLtvUTk
=VVtK
-END PGP SIGNATURE-


Accepted:
git-arch_1.6.5.4-1_all.deb
  to main/g/git-core/git-arch_1.6.5.4-1_all.deb
git-core_1.6.5.4-1.diff.gz
  to main/g/git-core/git-core_1.6.5.4-1.diff.gz
git-core_1.6.5.4-1.dsc
  to main/g/git-core/git-core_1.6.5.4-1.dsc
git-core_1.6.5.4.orig.tar.gz
  to main/g/git-core/git-core_1.6.5.4.orig.tar.gz
git-cvs_1.6.5.4-1_all.deb
  to main/g/git-core/git-cvs_1.6.5.4-1_all.deb

Accepted git-core 1:1.6.6~rc1-1 (source all)

2009-12-04 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 00:17:27 +
Source: git-core
Binary: git-core git-doc git-arch git-cvs git-svn git-email git-daemon-run 
git-gui gitk gitweb
Architecture: all source
Version: 1:1.6.6~rc1-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape p...@smarden.org
Changed-By: Gerrit Pape p...@smarden.org
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.6.6~rc1-1) experimental; urgency=low
 .
   * merge branch debian-sid.
   * new upstream release candidate.
Checksums-Sha1: 
 94b0b5d12b93ac2080b4ffec3ae426430c5ef76a 1318 git-core_1.6.6~rc1-1.dsc
 dcb11dcac7c68cb33e728dafb2d313ee0edb4e84 2820814 git-core_1.6.6~rc1.orig.tar.gz
 b4e61f37c6a4de633f7b9928119855787c30842f 316178 git-core_1.6.6~rc1-1.diff.gz
 c04d97cbc4d8df548d2fe8cafaca46b4bc34a103 1299538 git-doc_1.6.6~rc1-1_all.deb
 d5fe6f56036bc65edd35b88bdd89f1c1fa420c4d 318580 git-arch_1.6.6~rc1-1_all.deb
 9c7a63bb1cd46ab9d8a62beee73480cf77e051a6 385120 git-cvs_1.6.6~rc1-1_all.deb
 da0d4b245cb31c6dfd3159b4257bdd6acbba7982 366424 git-svn_1.6.6~rc1-1_all.deb
 bd7454a505c342611b9625122fb1131d92b6808e 305362 
git-daemon-run_1.6.6~rc1-1_all.deb
 c0b02674153f16b0c427269b068b7be96e5e6ec0 320736 git-email_1.6.6~rc1-1_all.deb
 da590f6626fc828031738e9778c76e8e7e29316c 556590 git-gui_1.6.6~rc1-1_all.deb
 24ce3d6d3c14a911af3f982edb4c6ba9edcc0fa2 407510 gitk_1.6.6~rc1-1_all.deb
 1c9efdd015487db0d399eacd1dd6db339b6f8b48 369548 gitweb_1.6.6~rc1-1_all.deb
Checksums-Sha256: 
 2c2161cd2d8c2c2e809a10bca1344314815e51583c3898dd5757a5dbeb292fb8 1318 
git-core_1.6.6~rc1-1.dsc
 2c0fa11e1a7c9935e853ce251cc0366e0bd9277122e7b37a05b8c21a5c420664 2820814 
git-core_1.6.6~rc1.orig.tar.gz
 0c1bda3678c60f1dc41e918db4c627919ee0e547a4aa4b05eb510ced998923e5 316178 
git-core_1.6.6~rc1-1.diff.gz
 5dc8ec0c8ad3a0ffe990650bf3afb2bc36961ca3eb5a62f8508cbd750e8c0255 1299538 
git-doc_1.6.6~rc1-1_all.deb
 915b7a6cec74d27d4441bc5c3d29727d904ecb1ccd5c7eca9216d01cfddbee11 318580 
git-arch_1.6.6~rc1-1_all.deb
 84f480428f64d96635b6427a9a6ee49c2c43f50c399f9fa01c455cede13f44be 385120 
git-cvs_1.6.6~rc1-1_all.deb
 ee661facd674b05c3395f7c215cad5847cec5bd8d4bdc6548fbd09329e865659 366424 
git-svn_1.6.6~rc1-1_all.deb
 052c2ce5d961e22a31a474bd3ac566fbee9d28bb79eb54bcd82fe7ee20797b6c 305362 
git-daemon-run_1.6.6~rc1-1_all.deb
 fb52f66439831934ba085b45af2e7f75fa8f77390686809c27f3f84b0ee9b373 320736 
git-email_1.6.6~rc1-1_all.deb
 7161007d27b660a4ed5e4481903c9cec68e53c88501c8c807001fbf6a3727a93 556590 
git-gui_1.6.6~rc1-1_all.deb
 8aba6bbfda78dce3955ed6b7f708588da8c8d40136ad6980d21b6ed87266411e 407510 
gitk_1.6.6~rc1-1_all.deb
 b5b766d86b55c6760997e753624f19541492df517c5f6a945ee686e4f4dd3a1f 369548 
gitweb_1.6.6~rc1-1_all.deb
Files: 
 c4b2e46eec09188bba462e31bc602f74 1318 vcs optional git-core_1.6.6~rc1-1.dsc
 d18be23706884789b219fb4c06d40930 2820814 vcs optional 
git-core_1.6.6~rc1.orig.tar.gz
 4c945099cd00b30426fdd6a14548d69c 316178 vcs optional 
git-core_1.6.6~rc1-1.diff.gz
 31c50dacbe4fe26970b2f84ef03e922a 1299538 doc optional 
git-doc_1.6.6~rc1-1_all.deb
 8461eb0d35b37ce34f5cc7a157b4bbaf 318580 vcs optional 
git-arch_1.6.6~rc1-1_all.deb
 958940a2a3ce4b23971f1cb54497054c 385120 vcs optional 
git-cvs_1.6.6~rc1-1_all.deb
 e3e8cdbc2df04fd9be981aae55092b3c 366424 vcs optional 
git-svn_1.6.6~rc1-1_all.deb
 94c92959d4b5e406d0894e4561257938 305362 vcs optional 
git-daemon-run_1.6.6~rc1-1_all.deb
 cd801f19b55abedd6955da53f97c980b 320736 vcs optional 
git-email_1.6.6~rc1-1_all.deb
 f9c4f4da4ccdc18e36f6fb8d429afe31 556590 vcs optional 
git-gui_1.6.6~rc1-1_all.deb
 488d0e5568632322a62df921d6e723ae 407510 vcs optional gitk_1.6.6~rc1-1_all.deb
 741e54a4b92b6e1dc37a89a23bd457b4 369548 vcs optional gitweb_1.6.6~rc1-1_all.deb

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

iEYEARECAAYFAksYcucACgkQGJoyQbxwpv/+1QCgm5rctGsFc7+ubKrbRqr+M7s/
KpIAnA4s3yFfx9HxmyQNe9HrkWpwcD+M
=nyN/
-END PGP SIGNATURE-


Accepted:
git-arch_1.6.6~rc1-1_all.deb
  to main/g/git-core/git-arch_1.6.6~rc1-1_all.deb
git-core_1.6.6~rc1-1.diff.gz
  to main/g/git-core/git-core_1.6.6~rc1-1.diff.gz
git-core_1.6.6~rc1-1.dsc
  to main/g/git-core/git-core_1.6.6~rc1-1.dsc
git-core_1.6.6~rc1.orig.tar.gz
  to 

Accepted irda-utils 0.9.18-10 (source i386)

2009-12-04 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 13:27:26 +0100
Source: irda-utils
Binary: irda-utils
Architecture: source i386
Version: 0.9.18-10
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta a...@inittab.org
Changed-By: Alberto Gonzalez Iniesta a...@inittab.org
Description: 
 irda-utils - IrDA management and handling utilities
Closes: 508808 541752 546868
Changes: 
 irda-utils (0.9.18-10) unstable; urgency=low
 .
   * Switch Depends order to udev | makedev. (Closes: #546868)
 Thanks Guillem for the clarification.
   * Added Russian po-debconf translation.
 Thanks Yuri Kozlov. (Closes: #541752)
   * Bring changes from Anibal back (removed zlib1g-dev build dep)
 .
   [ Daniele Napolitano ]
   * Made baud_rate configurable via /etc/default/irda-utils
 (Closes: #508808)
   * Made the init.d script use log_* LSB functions.
Checksums-Sha1: 
 1694463e429fc101c0143a1424f8233e49d4e7a8 1055 irda-utils_0.9.18-10.dsc
 fb3b2ab928d95158d4dcc3108f06e89dfded9ea3 32275 irda-utils_0.9.18-10.diff.gz
 361adb2425e2b85f0dc7f4457126b8a719daffb1 88196 irda-utils_0.9.18-10_i386.deb
Checksums-Sha256: 
 fa04bf67b8d804aa99a973b9dd893a2e5d71f71efa92e55e721e738bf14f6f55 1055 
irda-utils_0.9.18-10.dsc
 cbacc79addf247ca4c16db4a613579c120ff21229e6b2a57169191b369169cf8 32275 
irda-utils_0.9.18-10.diff.gz
 25f23c76aacee4ad3f263510725d9c49c14a59a878b0d207f223045008648166 88196 
irda-utils_0.9.18-10_i386.deb
Files: 
 05c88bb1eceab5f7864b6da88e747c34 1055 utils optional irda-utils_0.9.18-10.dsc
 5384af09484921ace110be51c118a20b 32275 utils optional 
irda-utils_0.9.18-10.diff.gz
 6e37bb70933dfd6d56fbdf93ff3562fe 88196 utils optional 
irda-utils_0.9.18-10_i386.deb

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

iEYEARECAAYFAksZCNMACgkQxRSvjkukAcPqgwCfTm/gdVoVOOvAFZUKpy3OeiiR
jmwAniW8k2DEtBGYRQkGFmQ18joTEHtT
=m9GB
-END PGP SIGNATURE-


Accepted:
irda-utils_0.9.18-10.diff.gz
  to main/i/irda-utils/irda-utils_0.9.18-10.diff.gz
irda-utils_0.9.18-10.dsc
  to main/i/irda-utils/irda-utils_0.9.18-10.dsc
irda-utils_0.9.18-10_i386.deb
  to main/i/irda-utils/irda-utils_0.9.18-10_i386.deb


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



Accepted l7-filter-userspace 0.11-3 (source amd64)

2009-12-04 Thread Jakub Wilk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 27 Nov 2009 12:31:19 +0100
Source: l7-filter-userspace
Binary: l7-filter-userspace
Architecture: source amd64
Version: 0.11-3
Distribution: experimental
Urgency: low
Maintainer: Jakub Wilk uba...@users.sf.net
Changed-By: Jakub Wilk uba...@users.sf.net
Description: 
 l7-filter-userspace - Userspace layer 7 packet classifier
Changes: 
 l7-filter-userspace (0.11-3) experimental; urgency=low
 .
   * Fix make_key() function to produce the same results both for
 NFCT_T_NEW and NFCT_T_DESTROY events. Thanks to Guillaume Castagnino for
 reporting the bug.
Checksums-Sha1: 
 28e664ce4780fe48dd9bc936a943cdf9b46f2615 1303 l7-filter-userspace_0.11-3.dsc
 0f954e8e6204da43390f4c33dc426bdc05e3c16e 5582 
l7-filter-userspace_0.11-3.debian.tar.gz
 14656ad074f470f02c99c9246cbbe96dcd1dca44 37458 
l7-filter-userspace_0.11-3_amd64.deb
Checksums-Sha256: 
 793edd47cff11604b8fad2dac44aa28e1ecdfad6de54bee02e6508774aa0 1303 
l7-filter-userspace_0.11-3.dsc
 8f6e1cdb1c9fa357daee2bc730cfec92e60c21680327a03c6d1d6795e77d0635 5582 
l7-filter-userspace_0.11-3.debian.tar.gz
 b9cb5b8a99dee9fa71c33a3f9c8efe5115a13b0c2825223d9ca27fa4fa36979d 37458 
l7-filter-userspace_0.11-3_amd64.deb
Files: 
 28d7dcc24c4bdc7a8acb15b7817e5777 1303 net extra l7-filter-userspace_0.11-3.dsc
 22252ac561457bf6649c74551ce0648e 5582 net extra 
l7-filter-userspace_0.11-3.debian.tar.gz
 b9a7c2dd30c36ff0a874a9b30a893ae8 37458 net extra 
l7-filter-userspace_0.11-3_amd64.deb

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

iEYEARECAAYFAksZGq8ACgkQ1FNW1LDdr0KvIwCfc4p4oDA5qWWjeVTWB5Bnb/7J
mYcAn1vDqJjVQts85U1Xi+AuXDONKj7Q
=+mRR
-END PGP SIGNATURE-


Accepted:
l7-filter-userspace_0.11-3.debian.tar.gz
  to main/l/l7-filter-userspace/l7-filter-userspace_0.11-3.debian.tar.gz
l7-filter-userspace_0.11-3.dsc
  to main/l/l7-filter-userspace/l7-filter-userspace_0.11-3.dsc
l7-filter-userspace_0.11-3_amd64.deb
  to main/l/l7-filter-userspace/l7-filter-userspace_0.11-3_amd64.deb


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



Accepted ldapdns 2.06-3.4 (source amd64)

2009-12-04 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 12:57:24 +0100
Source: ldapdns
Binary: ldapdns
Architecture: source amd64
Version: 2.06-3.4
Distribution: unstable
Urgency: low
Maintainer: Piotr Roszatycki dex...@debian.org
Changed-By: Stefano Zacchiroli z...@debian.org
Description: 
 ldapdns- DNS server that pulls data from an LDAP directory
Closes: 553223
Changes: 
 ldapdns (2.06-3.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/packages: add missing ${shlibs:Depends} management; to make
 changes effective, regenerate debian/{control,rules} using yada.
 (Closes: #553223)
Checksums-Sha1: 
 8f212b026993ca7c5598c15094e99a1630f4dfb1 950 ldapdns_2.06-3.4.dsc
 7e23c59aee771605e03abcf47a249d0d16ac5b15 8852 ldapdns_2.06-3.4.diff.gz
 ef740750b32a53ad6d07dd7e749b4b87e26e19ce 144376 ldapdns_2.06-3.4_amd64.deb
Checksums-Sha256: 
 5ffce1da9582758dce3d2a85be6404d53a3456cbb974474372a1e62d7501e71c 950 
ldapdns_2.06-3.4.dsc
 250ac131279677ef97bd915941fdf61e45791921b0248e2f61e02be1aeae3eee 8852 
ldapdns_2.06-3.4.diff.gz
 1362b483e215883a3b1f26cd060715ac56c799d02ce90c730463554d1563fae1 144376 
ldapdns_2.06-3.4_amd64.deb
Files: 
 6edbb1b59dcc2028d1a07c5ef65ad749 950 net optional ldapdns_2.06-3.4.dsc
 f3257a06f468204398ad13b292a527d7 8852 net optional ldapdns_2.06-3.4.diff.gz
 6a81b0d47018d81c9e97211570b03384 144376 net optional ldapdns_2.06-3.4_amd64.deb

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

iD8DBQFLFl+41cqbBPLEI7wRAsGwAJ4kp7AT0Q+fGHROorT929YfIvI0lACeOQ3K
0RREZAuVvnt0iszOcC4Buyo=
=xwuW
-END PGP SIGNATURE-


Accepted:
ldapdns_2.06-3.4.diff.gz
  to main/l/ldapdns/ldapdns_2.06-3.4.diff.gz
ldapdns_2.06-3.4.dsc
  to main/l/ldapdns/ldapdns_2.06-3.4.dsc
ldapdns_2.06-3.4_amd64.deb
  to main/l/ldapdns/ldapdns_2.06-3.4_amd64.deb


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



Accepted libcpan-distnameinfo-perl 0.09-1 (source all)

2009-12-04 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Dec 2009 06:00:22 -0500
Source: libcpan-distnameinfo-perl
Binary: libcpan-distnameinfo-perl
Architecture: source all
Version: 0.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libcpan-distnameinfo-perl - module to extract distribution name and version 
from a filename
Changes: 
 libcpan-distnameinfo-perl (0.09-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * New upstream release
   * Add myself to Uploaders and Copyright
   * Rewrite control description
   * Standards-Version 3.8.3 (drop perl version dep)
   * Use new short debhelper rules format
   * Refresh copyright information
 .
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.
Checksums-Sha1: 
 809136ec04cf3b0c4848e4ef601ec3ab601cf85b 2132 
libcpan-distnameinfo-perl_0.09-1.dsc
 1f921c4d06edbee6a21ee1feb20d45494d6fa14e 14065 
libcpan-distnameinfo-perl_0.09.orig.tar.gz
 02488f7258564e2e93e50a298c5e45a50d343105 2242 
libcpan-distnameinfo-perl_0.09-1.diff.gz
 d6aa24a7d496764407a8178bc5d1d72b44f068ba 8960 
libcpan-distnameinfo-perl_0.09-1_all.deb
Checksums-Sha256: 
 f6ac0481186a32e2cc0d568138ca529d5bf6a4bfda3b63c5dfb46cd45ea81d02 2132 
libcpan-distnameinfo-perl_0.09-1.dsc
 d8f43dcbe7c14511adf79588e5bc05e85a1158179f527d6a1badbeb99d8db467 14065 
libcpan-distnameinfo-perl_0.09.orig.tar.gz
 ce290bbbeae2613f616d9f62b5118be1cc2e5cc182aefa5e23898c5cffd7e2c7 2242 
libcpan-distnameinfo-perl_0.09-1.diff.gz
 1ab1909c0fdd9e457ce72ca3b8d106cb01eb0aa3cb720c517f895363814a2735 8960 
libcpan-distnameinfo-perl_0.09-1_all.deb
Files: 
 2aa51a2ec7a4bbff4f6233d1b56ca98f 2132 perl optional 
libcpan-distnameinfo-perl_0.09-1.dsc
 d402bfb2974875ea1309dace53f13aeb 14065 perl optional 
libcpan-distnameinfo-perl_0.09.orig.tar.gz
 f12c2386c4d721c2e7321b6377309860 2242 perl optional 
libcpan-distnameinfo-perl_0.09-1.diff.gz
 abb2e4adffbdd8768ced6489af7f552f 8960 perl optional 
libcpan-distnameinfo-perl_0.09-1_all.deb

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

iQIcBAEBCAAGBQJLGR4TAAoJELs6aAGGSaoGY+4P/2Ay6OC6pSBO1bxG0rqzxWLz
VkERg8UYfpTjGwzsMxYXPxU7cabsz9Ucfch2PNV81WBJmRXFVBX8ZgYp4In2YTwQ
A4vL6XkDfFe84Z7rwSawILpckRk/l/p3IvHa6eTVfQoxEX872k2HaIUWfBaiuX9i
NNDvKsTJxqcz1Hh8rr4qNyoX38lUC/JxKCtoio5HqZ+NEzzBg40inLz7s71c+mor
y8NeevxFuAqhe646u/KHdA9ce6aPIf6zWxT+iTwrhy2yq4dsoRy7zl59RNXJPONZ
zpFgpx/mQ8MRFQAzpYKHRm6He3fPNdY1ruT8bK3oHOBRY2WfBDCiQNP8q578EWqw
EbAwfkpENcQx04/VBo6YtU3En5ek4+/Mosq+1LFA6lwBTQMRkivHAkrfBM47q3B8
c7/+vESpuTsBrzLHSZzzGcendRoNxPJlnvDIpau5toPIJQrOMAGOqvDVNy7hY+uP
2O7zTfo9z4nxh7ci5YV14wO3YP6iE1Qg/N4xIoEHy5w0f18B/G/u4yORgP65QZaZ
yjbAr3BSOMugdYI1wcLBNuDfgcfmx30Xc+Y2FgVZjaDZJP/DKVFp6VcxQzd4X/eD
IEPC2bVT+epJ8MKed2G6ZmgBM5cO9R6u5Ckqbi0ZszcKKoxaxbp+yPwsqe9yfaNT
Vi/njE2EpXxbSh8BruLL
=u9o2
-END PGP SIGNATURE-


Accepted:
libcpan-distnameinfo-perl_0.09-1.diff.gz
  to 
main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.09-1.diff.gz
libcpan-distnameinfo-perl_0.09-1.dsc
  to main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.09-1.dsc
libcpan-distnameinfo-perl_0.09-1_all.deb
  to 
main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.09-1_all.deb
libcpan-distnameinfo-perl_0.09.orig.tar.gz
  to 
main/libc/libcpan-distnameinfo-perl/libcpan-distnameinfo-perl_0.09.orig.tar.gz


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



Accepted libemail-simple-perl 2.100-1 (source all)

2009-12-04 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 15 Nov 2009 13:04:07 -0500
Source: libemail-simple-perl
Binary: libemail-simple-perl libemail-simple-creator-perl
Architecture: source all
Version: 2.100-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libemail-simple-creator-perl - transitional dummy package for 
Email::Simple::Creator
 libemail-simple-perl - module to parse RFC2822 headers and message format
Changes: 
 libemail-simple-perl (2.100-1) unstable; urgency=low
 .
   [ Jonathan Yu ]
   * Refreshed copyright information
   * Add myself to Uploaders and Copyright
   * Update to new debhelper 7 rules format
   * Rewrite control description
   * Update dependencies per upstream
   * Add libtest-minimumversion-perl to B-D-I for testing
   * Add a dummy package because Email::Simple::Creator is now
 part of this package
 .
   [ Nathan Handler ]
   * New upstream release
   * debian/watch: Update to ignore development releases.
 .
   [ Brian Cassidy ]
   * New upstream release
   * debian/control: Added myself to Uploaders
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
 .
   [ Salvatore Bonaccorso ]
   * debian/control: Changed: Replace versioned (build-)dependency on
 perl (= 5.6.0-{12,16}) with an unversioned dependency on perl (as
 permitted by Debian Policy 3.8.3).
Checksums-Sha1: 
 523ccbc3231e992b960f960c1aa099412717bade 2351 libemail-simple-perl_2.100-1.dsc
 0c5d212246c5d75873fe7d0673fb9f78c2d59702 31007 
libemail-simple-perl_2.100.orig.tar.gz
 b4291a4fcb51cc72315a5d76811bfbc77b5802c3 3468 
libemail-simple-perl_2.100-1.diff.gz
 035fa0d5e53beb5433f06c013440bfb5350c6e08 22846 
libemail-simple-perl_2.100-1_all.deb
 a8fda7810780aaa4e1eadaca7bb7acb766f50f34 6338 
libemail-simple-creator-perl_2.100-1_all.deb
Checksums-Sha256: 
 94498fb43d9300a3b8d6f0898b45f0de8f10dd426c86b6d949cfcbd88701b296 2351 
libemail-simple-perl_2.100-1.dsc
 096ad760ad283e5600c3f9fd4d8e63801004faca6edac560e32d2c5d72ba06e1 31007 
libemail-simple-perl_2.100.orig.tar.gz
 2f117e05a6489f0b54abc2acfa010f40b1e7ab5801de2b83fa6514aea072665a 3468 
libemail-simple-perl_2.100-1.diff.gz
 24469a213f0e5de79faca2c812615152b0730f0af12eb8b0ebbd1914bdc6faf5 22846 
libemail-simple-perl_2.100-1_all.deb
 aae1244ad12260286eddb29f8f13f6f6c4333817495337af15cbb9d9256f1149 6338 
libemail-simple-creator-perl_2.100-1_all.deb
Files: 
 dcb116be4f1810c68a044425f9755404 2351 perl optional 
libemail-simple-perl_2.100-1.dsc
 38205400f9b6b5f1d9b6ae45183cb71f 31007 perl optional 
libemail-simple-perl_2.100.orig.tar.gz
 f9fcf60716e9b1a54fdbdb18ed63629f 3468 perl optional 
libemail-simple-perl_2.100-1.diff.gz
 cb2aa0595544e85387b5879c881a32f1 22846 perl optional 
libemail-simple-perl_2.100-1_all.deb
 02c9d97ac0773bac450962441763c27b 6338 perl optional 
libemail-simple-creator-perl_2.100-1_all.deb

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

iQIcBAEBCAAGBQJLGScPAAoJELs6aAGGSaoGpXMP/RRDJAtbIomNBo0/XJTzzuoc
PcSwe3u9md08Tvt/wxZV/dRIKhjohBayaQvQwaiedii7jEOaWQNBr2Xa4NYR3pI6
Hwf9iELB6SS5b1W589kAdCPqtnlHSJO/NoEgVTXyFWXXpOEq2W8hEdM8ppsDLFEJ
M1Q+eccQtIRpLN9AE3enKNZAy7VVh01AEQYqTcWZze9awk+jINOgA5PBDMXQd8DI
g3r8yWhVpHuBhb8thQ+IzlK0Dt5RlzPIhKHDPwWC2WfJoTNaBSMFyXR7Q8ibV/19
K/Gvtyi0/aSTeM61hyqhCx2RfNVQgH6l/w/hABy7bHQn+0NntcO9bomNosME2q1w
VJpH8xCfec7Fjl55UfXRG1dA5gl8Hh3iwINDs9vr1466Mf4bPOFngpZnBBNcPt7k
s5bb0rBS169hFDrcuAgYSNtOH4lPj2oWWLwHVeDd6ktFYlLEH/6IYfZOUEx3OSCY
UlxRw6acJaIEvjZVIeq4Sg58P0+/4XKFtsjYkH2kfq4g2Bk8hgO6QlS5DmdGhzF5
Umq9Csvz/ZhfLU0dX/CibziIYKTRrf6tzu5hOjkraqVOHWS+XDw03KVrmVR3r9zP
Z+SHfbvx1I0391ASoOG2zxWOBhXJ2fUVkMaLRK6aUv2b78mxC7R2b8jiuIw7/jB6
cTle4foWOKgnnoCDa7Qo
=VCZy
-END PGP SIGNATURE-


Accepted:
libemail-simple-creator-perl_2.100-1_all.deb
  to main/libe/libemail-simple-perl/libemail-simple-creator-perl_2.100-1_all.deb
libemail-simple-perl_2.100-1.diff.gz
  to main/libe/libemail-simple-perl/libemail-simple-perl_2.100-1.diff.gz
libemail-simple-perl_2.100-1.dsc
  to main/libe/libemail-simple-perl/libemail-simple-perl_2.100-1.dsc
libemail-simple-perl_2.100-1_all.deb
  to main/libe/libemail-simple-perl/libemail-simple-perl_2.100-1_all.deb
libemail-simple-perl_2.100.orig.tar.gz
  to main/libe/libemail-simple-perl/libemail-simple-perl_2.100.orig.tar.gz


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



Accepted matita 0.5.8-2 (source all amd64)

2009-12-04 Thread Enrico Tassi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 14:32:45 +0100
Source: matita
Binary: matita matita-doc
Architecture: source all amd64
Version: 0.5.8-2
Distribution: unstable
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Enrico Tassi gareuselesi...@debian.org
Description: 
 matita - interactive theorem prover
 matita-doc - user manual of the Matita interactive theorem prover
Closes: 559261
Changes: 
 matita (0.5.8-2) unstable; urgency=low
 .
   * Conflict and replace matita-standard-library (Closes: #559261)
   * suggest matita-doc
Checksums-Sha1: 
 d8bb50f8101cb07093b12b73ed2bc70e28079476 1721 matita_0.5.8-2.dsc
 4507fd27deac56322e47ea4eda40952558e5271f 5266 matita_0.5.8-2.diff.gz
 3f032186bf13c0eac61cd85efbdbe2a6e5736f60 1670576 matita-doc_0.5.8-2_all.deb
 08bb6471b8ea289f48cc279b69a43d5c21e6d78e 7278776 matita_0.5.8-2_amd64.deb
Checksums-Sha256: 
 d5b27fdeb7faee028d7b318bbe4f4cb674433b49f8e07b0b9032644acb5ff9ec 1721 
matita_0.5.8-2.dsc
 d24027c681922a6065a13e759910ef46e4936380a89d08ec460e845708cdb91a 5266 
matita_0.5.8-2.diff.gz
 7bd229efec5455bdae4d9bc4fe42515083508cbac372fa03fe17ce58e74e26ae 1670576 
matita-doc_0.5.8-2_all.deb
 33d489e9e76152fdbcbfe56d242e843b99529bf2623558b18bde2cca0a95d099 7278776 
matita_0.5.8-2_amd64.deb
Files: 
 0160cf486979eb5aee72d54f43fc8336 1721 math optional matita_0.5.8-2.dsc
 879a6c609a8ea707e5d12711e1808669 5266 math optional matita_0.5.8-2.diff.gz
 55469e9f94760196eba1cde269be2979 1670576 doc optional 
matita-doc_0.5.8-2_all.deb
 9b69135865aaeed728f6b21c15331ab5 7278776 math optional matita_0.5.8-2_amd64.deb

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

iEYEARECAAYFAksZEV8ACgkQ7kkcPgEj8vJhOwCdFB5xb41FgeJsjxxeoXsAHzzl
SzMAnjcYBPrcRArd7K6uWvzSwPdGTiom
=0f+S
-END PGP SIGNATURE-


Accepted:
matita-doc_0.5.8-2_all.deb
  to main/m/matita/matita-doc_0.5.8-2_all.deb
matita_0.5.8-2.diff.gz
  to main/m/matita/matita_0.5.8-2.diff.gz
matita_0.5.8-2.dsc
  to main/m/matita/matita_0.5.8-2.dsc
matita_0.5.8-2_amd64.deb
  to main/m/matita/matita_0.5.8-2_amd64.deb


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



Accepted munin 1.4.1-1 (source all)

2009-12-04 Thread Stig Sandbeck Mathisen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 15:48:53 +0100
Source: munin
Binary: munin-node munin-plugins-extra munin-java-plugins munin munin-common
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Munin Debian Maintainers munin-deb-ma...@linpro.no
Changed-By: Stig Sandbeck Mathisen s...@debian.org
Description: 
 munin  - network-wide graphing framework (grapher/gatherer)
 munin-common - network-wide graphing framework (common)
 munin-java-plugins - network-wide graphing framework (java plugins for node)
 munin-node - network-wide graphing framework (node)
 munin-plugins-extra - network-wide graphing framework (user contributed 
plugins for nod
Changes: 
 munin (1.4.1-1) unstable; urgency=low
 .
   * New upstream version with 18 bugfixes and small enhancements.
Checksums-Sha1: 
 8950d521e20a879128e1e353d4eadef24725178c 1495 munin_1.4.1-1.dsc
 0594c46ea6dfaab1345486df477d8987ce2094f7 661006 munin_1.4.1.orig.tar.gz
 b6e667a2356ee38feb181bee7e3368dd101065c7 33163 munin_1.4.1-1.diff.gz
 54e9f30ed4ae457571c7ac2adcc0ed4b0a84bb23 81716 munin-common_1.4.1-1_all.deb
 3d05241fa9bcab9fefc1a2c3e3b31bc83ff56327 201380 munin_1.4.1-1_all.deb
 b70cdf1ccbe958aede934cd0ddd53557dba3122a 352490 munin-node_1.4.1-1_all.deb
 7003ead1829301042a03a777c7fb6f63d614ca95 109302 
munin-plugins-extra_1.4.1-1_all.deb
 56900697545ccf47fc32ffa40b9036fc957f396d 121624 
munin-java-plugins_1.4.1-1_all.deb
Checksums-Sha256: 
 2762d51fa61696b0282fcb49880718b15d9fa6d0553e0ae6e7e5be6e5c946787 1495 
munin_1.4.1-1.dsc
 5888dce7cd7faac40db527ac9a2f71d7f3e900845568bf0e94c5ed253d214440 661006 
munin_1.4.1.orig.tar.gz
 32d6e6380acab9e95ab9831a3de481fc7a99fee977dec1b8862c67ca5774efd3 33163 
munin_1.4.1-1.diff.gz
 7d843be632c690f9e66cd1f8a932d7b669408781eb023c3a66551546b806ef66 81716 
munin-common_1.4.1-1_all.deb
 0c7fb3d237c23f8340343ea0153b084b01f7889a1858c013553d61fbdb43a08f 201380 
munin_1.4.1-1_all.deb
 e12d462503681f626dc0209e74c6f54217a36ad28b0c6fecfa79b0cf97df5815 352490 
munin-node_1.4.1-1_all.deb
 6a9e5387957e5d0d1638c639661fdef04411addbcd22ce41eec6debc910a7ec3 109302 
munin-plugins-extra_1.4.1-1_all.deb
 0b01edcfc5ac7dee2af3832f39d9f3faa0466288ee85c6dd9b3ebce1ff2ebb23 121624 
munin-java-plugins_1.4.1-1_all.deb
Files: 
 01cb5f9b8851f128761097f42c8d9e72 1495 net optional munin_1.4.1-1.dsc
 04086f23b657e05e4e5e5a8fa6082f16 661006 net optional munin_1.4.1.orig.tar.gz
 c32c896e7b2caf62e590f235e7341034 33163 net optional munin_1.4.1-1.diff.gz
 e5c82beeb01725d1676bdcb86e264b8d 81716 net optional 
munin-common_1.4.1-1_all.deb
 ad1590c6736e64d6d165bf1966bdfd4e 201380 net optional munin_1.4.1-1_all.deb
 af3d566bb2f9720bc0aa713127f74060 352490 net optional munin-node_1.4.1-1_all.deb
 2c77394bdfdc3859c5a0d197a7ec8510 109302 net optional 
munin-plugins-extra_1.4.1-1_all.deb
 119f65ac6a940b4d5002e68199ce 121624 net optional 
munin-java-plugins_1.4.1-1_all.deb

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

iD8DBQFLGSOCUHLQNqxYNSARApqiAJ9ldfX5fqf58RWsX654LHBMTpbPTwCdFh2N
XLLnIVBP4kVbzzVMT4F5vvw=
=Mw8l
-END PGP SIGNATURE-


Accepted:
munin-common_1.4.1-1_all.deb
  to main/m/munin/munin-common_1.4.1-1_all.deb
munin-java-plugins_1.4.1-1_all.deb
  to main/m/munin/munin-java-plugins_1.4.1-1_all.deb
munin-node_1.4.1-1_all.deb
  to main/m/munin/munin-node_1.4.1-1_all.deb
munin-plugins-extra_1.4.1-1_all.deb
  to main/m/munin/munin-plugins-extra_1.4.1-1_all.deb
munin_1.4.1-1.diff.gz
  to main/m/munin/munin_1.4.1-1.diff.gz
munin_1.4.1-1.dsc
  to main/m/munin/munin_1.4.1-1.dsc
munin_1.4.1-1_all.deb
  to main/m/munin/munin_1.4.1-1_all.deb
munin_1.4.1.orig.tar.gz
  to main/m/munin/munin_1.4.1.orig.tar.gz


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



Accepted ninja 0.1.2-6 (source i386)

2009-12-04 Thread William Vera
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 14:43:25 -0600
Source: ninja
Binary: ninja
Architecture: source i386
Version: 0.1.2-6
Distribution: unstable
Urgency: low
Maintainer: William Vera bi...@billy.com.mx
Changed-By: William Vera bi...@billy.com.mx
Description: 
 ninja  - Privilege escalation detection system for GNU/Linux
Closes: 558997 559258 559259
Changes: 
 ninja (0.1.2-6) unstable; urgency=low
 .
   * Fixed initscript to capture the pid properly. (Closes: #559258).
   * Customized default whitelist for Debian. (Closes: #558997).
   * Changed the config file, automatics kills enabled. (Closes: #559259).
Checksums-Sha1: 
 a9a5d0a9917a3776bb275c85e19a43589209f07a 974 ninja_0.1.2-6.dsc
 22fad335fe1adeb7e1721163d5eceb01be45363b 5673 ninja_0.1.2-6.diff.gz
 f777a806c647bd8e92ec529b6c6eb101d1480c8f 19782 ninja_0.1.2-6_i386.deb
Checksums-Sha256: 
 7e6a1da8690d617d6f5030c48b72105b004205f50755decf68857c30a823cd23 974 
ninja_0.1.2-6.dsc
 670c74b5588b336bdc56cec011223eaff2aea196c3e20835eac9b0bc690a3a54 5673 
ninja_0.1.2-6.diff.gz
 117512064c7a51868c5d8fc3ed06f0b9c4cd84e02e05d085e96c0c3b07468c79 19782 
ninja_0.1.2-6_i386.deb
Files: 
 051c81e9b23713c739503a6f4c23cc30 974 admin optional ninja_0.1.2-6.dsc
 0da42afe6cbbe22848bb6b6417a65c9f 5673 admin optional ninja_0.1.2-6.diff.gz
 fdee100677d94f7f0a4dca191025845d 19782 admin optional ninja_0.1.2-6_i386.deb

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

iEYEARECAAYFAksZGQgACgkQ5ItltUs5T34VBACfYiLrH/quU/wGqP7rgOES0LD7
xKYAni7D/GHiz1zxuQhILiMvSO+27yrN
=NQFI
-END PGP SIGNATURE-


Accepted:
ninja_0.1.2-6.diff.gz
  to main/n/ninja/ninja_0.1.2-6.diff.gz
ninja_0.1.2-6.dsc
  to main/n/ninja/ninja_0.1.2-6.dsc
ninja_0.1.2-6_i386.deb
  to main/n/ninja/ninja_0.1.2-6_i386.deb


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



Accepted parser 3.4.0-1 (source i386 all)

2009-12-04 Thread Sergey B Kirpichev
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 19 Nov 2009 01:42:28 +0300
Source: parser
Binary: parser3 parser3-common parser3-cgi parser3-dev
Architecture: source i386 all
Version: 3.4.0-1
Distribution: unstable
Urgency: low
Maintainer: Sergey B Kirpichev skirpic...@gmail.com
Changed-By: Sergey B Kirpichev skirpic...@gmail.com
Description: 
 parser3- Parser 3, HTML-embedded scripting language (metapackage)
 parser3-cgi - Parser 3, HTML-embedded scripting language (CGI binary)
 parser3-common - Common files for packages built from the Parser 3 source
 parser3-dev - Files for Parser 3 module development
Changes: 
 parser (3.4.0-1) unstable; urgency=low
 .
   * New Upstream Version.
   * Update patchset for 3.4.0.
   * Drop patches: 106,108,109.
   * Cleanup obsolete notes in README.Debian.
   * Add notes for quilt in debian/README.source.
Checksums-Sha1: 
 d1ddaa2113ccd8a99ac39baf858e9d96d108f852 1229 parser_3.4.0-1.dsc
 41d1c88165f4e73b7daa420fb3fc36c46a245504 985352 parser_3.4.0.orig.tar.gz
 b66153c35b2e5e14b05f5cb41df4bb0bf5ae7676 287590 parser_3.4.0-1.diff.gz
 66b8a426eb96b3a6c0054ec9534b3ade5a269df2 92546 parser3-common_3.4.0-1_i386.deb
 1e5133e16c59b6aabdac5db2c1f58bf2d7360bbd 486156 parser3-cgi_3.4.0-1_i386.deb
 b565f924e06dc2c8a11e46ff37e1fd8970136e40 3082 parser3-dev_3.4.0-1_i386.deb
 9989cf746820cb59a0a9c6e2604259b2112d49f2 1056 parser3_3.4.0-1_all.deb
Checksums-Sha256: 
 91ff7d92e2230af048ac75fa3cb0eb30e73661ac3a543d5fe5ac2ad566f60b40 1229 
parser_3.4.0-1.dsc
 195a840a34a49cd7b17fbf52f23d569d55c699de2930a8972c5d2970d92ed961 985352 
parser_3.4.0.orig.tar.gz
 c03057d3779201f8d1b9bc2f862c863e08eb7735d3c5e4ea1515016f5563bb3e 287590 
parser_3.4.0-1.diff.gz
 4257b1dd014d8a13917edf327d3935c7a97e56bb76ec9bc311a01c1fb867ce8e 92546 
parser3-common_3.4.0-1_i386.deb
 a1f88505afe6857c211039c709170f4bbd69edb7619a06bb562ad187d8d8c747 486156 
parser3-cgi_3.4.0-1_i386.deb
 7892ee31a4b6981d56af51b552640377e2ee311e1ffd948b4125502573a59335 3082 
parser3-dev_3.4.0-1_i386.deb
 9d72fd79e088e2557b628ccc5d74dafd45a0d0f89a3602c27a0dc7f005820d77 1056 
parser3_3.4.0-1_all.deb
Files: 
 275ba4c73a637f379b82e7eb5afeeb1d 1229 web optional parser_3.4.0-1.dsc
 8024e9844089a06608bbe37bf8454d9e 985352 web optional parser_3.4.0.orig.tar.gz
 caa03c7df83ba04b0006396ce6545611 287590 web optional parser_3.4.0-1.diff.gz
 f4d513bd731bf298a408325b10290512 92546 web optional 
parser3-common_3.4.0-1_i386.deb
 2bf957a50483a592744dd8f57abf1c1d 486156 web optional 
parser3-cgi_3.4.0-1_i386.deb
 e425eccb56592f38a30ad4dbb570ade6 3082 devel optional 
parser3-dev_3.4.0-1_i386.deb
 d4b5084c0a493076f1dc45e6ef3583cd 1056 web optional parser3_3.4.0-1_all.deb

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

iEYEAREDAAYFAksZC8YACgkQq4wAz/jiZTdc3gCeLh9ipBqGSVb2DBs1vOJhmYvp
ngwAn07gPhPA4IIHyZ/oQAbgOhV3R8SX
=0z5Q
-END PGP SIGNATURE-


Accepted:
parser3-cgi_3.4.0-1_i386.deb
  to main/p/parser/parser3-cgi_3.4.0-1_i386.deb
parser3-common_3.4.0-1_i386.deb
  to main/p/parser/parser3-common_3.4.0-1_i386.deb
parser3-dev_3.4.0-1_i386.deb
  to main/p/parser/parser3-dev_3.4.0-1_i386.deb
parser3_3.4.0-1_all.deb
  to main/p/parser/parser3_3.4.0-1_all.deb
parser_3.4.0-1.diff.gz
  to main/p/parser/parser_3.4.0-1.diff.gz
parser_3.4.0-1.dsc
  to main/p/parser/parser_3.4.0-1.dsc
parser_3.4.0.orig.tar.gz
  to main/p/parser/parser_3.4.0.orig.tar.gz


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



Accepted rednotebook 0.8.9-1 (source all)

2009-12-04 Thread Jonathan Wiltshire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 13:03:57 +
Source: rednotebook
Binary: rednotebook
Architecture: source all
Version: 0.8.9-1
Distribution: unstable
Urgency: low
Maintainer: Jonathan Wiltshire deb...@jwiltshire.org.uk
Changed-By: Jonathan Wiltshire deb...@jwiltshire.org.uk
Description: 
 rednotebook - daily journal with calendar, templates and keyword searching
Changes: 
 rednotebook (0.8.9-1) unstable; urgency=low
 .
   * [9b9498] New upstream version
   * [93093b] Update copyright information
   * [bbd9b2] rednotebook/external/interwibble.py: backport fixes for
 Python 2.5 from interwibble's upstream
Checksums-Sha1: 
 6a905d7589a691212bd9df85b9e61f6a521f3fa7 1238 rednotebook_0.8.9-1.dsc
 38959c2b5d3e0ed2e57454530bd520d853a8a3b0 325892 rednotebook_0.8.9.orig.tar.gz
 4b8a75b7945f152389769d749f00bd4185cb2254 4831 rednotebook_0.8.9-1.diff.gz
 7bc87c92d50d4b751f72103c24dfc326a45fcb18 327978 rednotebook_0.8.9-1_all.deb
Checksums-Sha256: 
 e2f76a036a60b89cbb13e12f0c485fc4405851c4fa17cafa33c461821aae4f2c 1238 
rednotebook_0.8.9-1.dsc
 d5e0ce47336ca37468f4e6b9883b11429a0047a22d93df11268a716470f42e9d 325892 
rednotebook_0.8.9.orig.tar.gz
 aa9a68be1a8baafc26e28e117a94e1f3b9b57fdaeee01ceef27da7387fefb721 4831 
rednotebook_0.8.9-1.diff.gz
 6fde2ebab36fcec9d55752b07aa3fd5c3520eff1c06ab6cbdfa6d38e4f66b282 327978 
rednotebook_0.8.9-1_all.deb
Files: 
 d8471cb1d0a9d62e2b5890e819c9b9b5 1238 text optional rednotebook_0.8.9-1.dsc
 61a709b1806eef5948926c114a8b5ab7 325892 text optional 
rednotebook_0.8.9.orig.tar.gz
 8afa6cf8e5c5e17f8f8094b5e6c2723c 4831 text optional rednotebook_0.8.9-1.diff.gz
 1c59aeaf300a71c921a0eccb4b9d5825 327978 text optional 
rednotebook_0.8.9-1_all.deb

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

iEYEARECAAYFAksZF3sACgkQymvqPtuAC1JjRwCdHSvtqTYEo0H+EtrNxbpDuWli
FhoAnR7Di6juZQ51iVkRkGQmu6NaIiZT
=rcOF
-END PGP SIGNATURE-


Accepted:
rednotebook_0.8.9-1.diff.gz
  to main/r/rednotebook/rednotebook_0.8.9-1.diff.gz
rednotebook_0.8.9-1.dsc
  to main/r/rednotebook/rednotebook_0.8.9-1.dsc
rednotebook_0.8.9-1_all.deb
  to main/r/rednotebook/rednotebook_0.8.9-1_all.deb
rednotebook_0.8.9.orig.tar.gz
  to main/r/rednotebook/rednotebook_0.8.9.orig.tar.gz


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



Accepted scrotwm 0.9.20-1 (source i386)

2009-12-04 Thread Andrea Bolognani
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 01 Dec 2009 17:29:54 +0100
Source: scrotwm
Binary: scrotwm
Architecture: source i386
Version: 0.9.20-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Bolognani e...@kiyuko.org
Changed-By: Andrea Bolognani e...@kiyuko.org
Description: 
 scrotwm- dynamic tiling window manager
Closes: 531790 531826 532569 551732
Changes: 
 scrotwm (0.9.20-1) unstable; urgency=low
 .
   * New upstream release:
 - Closes: #531790 (focus changes to the window in the background
   sometimes).
 - Closes: #531826 (doesn't play well with hidden windows).
 - Closes: #532569 (dialogs are always displayed on the first screen in
   a multi-head setup).
   * 002-check-before-preloading-libswmhack.diff:
 - libswmhack.so is installed now, so this patch is no longer needed.
   * 003-dont-use-hypen-as-minus-sign.diff:
 - merged upstream; dropped.
   * 102-remove-bash-and-openbsd-assumptions.diff:
 - call top correctly.
   * 103-try-versioned-dlopen.diff:
 - make libswmhack.so work even when libx11-dev and libxt-dev are not
   installed. Closes: #551732 (unable to run some applications because
   of LD_PRELOAD=/usr/.../libswmhack.so.0.0 in the environment).
   * Convert to 3.0 (quilt) source format.
   * Document patches according to DEP-3.
Checksums-Sha1: 
 189727cb472135524566521b1221c5d4f34f0533 1466 scrotwm_0.9.20-1.dsc
 dcb903bc139bbea538e2b4bb617e8539a3ad8515 54367 scrotwm_0.9.20.orig.tar.gz
 ae4b54e3ca9b0b220c43e30a10239884db13c4aa 7621 scrotwm_0.9.20-1.debian.tar.gz
 901235c49ab3866fe6b7251673e442705d6c096b 57908 scrotwm_0.9.20-1_i386.deb
Checksums-Sha256: 
 d6c7a1dd5d531c4d12e4b673c09cf3d30db3417bf54868c8295bf413a4c2e7aa 1466 
scrotwm_0.9.20-1.dsc
 da4796276b8631cd9bdfd573a6ee9e9302a489712678d55bbcecc1a4de6418ce 54367 
scrotwm_0.9.20.orig.tar.gz
 0755f0510178491422a0cd8717a0ddfd5da786a67558f6677aa0d616c157af5f 7621 
scrotwm_0.9.20-1.debian.tar.gz
 6c4ada61c6365fd9b4d4442e9a2a6e43a31f0fe66f754b1738e0625cc2789622 57908 
scrotwm_0.9.20-1_i386.deb
Files: 
 f5f6699eb1f19f2aeec72c7e97875f58 1466 x11 optional scrotwm_0.9.20-1.dsc
 58c251aca37baa0411cba1004b7a7e00 54367 x11 optional scrotwm_0.9.20.orig.tar.gz
 d96016e7024c85f5c2b22973c0e7975a 7621 x11 optional 
scrotwm_0.9.20-1.debian.tar.gz
 4332d28b34475732ada13834774dbd4b 57908 x11 optional scrotwm_0.9.20-1_i386.deb

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

iQEcBAEBCAAGBQJLGQgLAAoJENbfLHnbvsrcJzIIAMwdeHijlMyKJiyiidCWBJ+5
ztBIaodgCl/g+eduAW83dtAKrf2KU/gHu2YtQYVeHRpDcOJkeYY3T68+8krMbFVP
mlZtpMW9/5bPylYUuCtDO3Pe69yBodJWwefIBnkOeIfo0f8rDI6sd9SFT3Zwafks
vh9M5PDe7+RXss4T8xwTtm2cEG0yi8SqRoAfUtZtxdBUANC7TQt/tNHqG7EjSThK
LQvpQ35/6grQWJTI8ejPbiqIaqlyhZ3zm7KSzXESvvRoaRMPn0FeXtoqB2ueYsUu
Pvb659hWazWHCiOybeHDrVCOJ3jyXfWCLuE/Ef8e5RgTK9x0uzjUOWh9A+bT3P0=
=jdcl
-END PGP SIGNATURE-


Accepted:
scrotwm_0.9.20-1.debian.tar.gz
  to main/s/scrotwm/scrotwm_0.9.20-1.debian.tar.gz
scrotwm_0.9.20-1.dsc
  to main/s/scrotwm/scrotwm_0.9.20-1.dsc
scrotwm_0.9.20-1_i386.deb
  to main/s/scrotwm/scrotwm_0.9.20-1_i386.deb
scrotwm_0.9.20.orig.tar.gz
  to main/s/scrotwm/scrotwm_0.9.20.orig.tar.gz


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



Accepted thaifonts-scalable 1:0.4.13-4 (source all)

2009-12-04 Thread Theppitak Karoonboonyanan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 18:43:46 +0700
Source: thaifonts-scalable
Binary: t1-thai-tlwg ttf-thai-tlwg ttf-thai-tlwg-udeb otf-thai-tlwg
Architecture: source all
Version: 1:0.4.13-4
Distribution: unstable
Urgency: low
Maintainer: Theppitak Karoonboonyanan t...@debian.org
Changed-By: Theppitak Karoonboonyanan t...@debian.org
Description: 
 otf-thai-tlwg - Thai fonts in OpenType format
 t1-thai-tlwg - Thai fonts in Type1 format
 ttf-thai-tlwg - Thai fonts in TrueType format
 ttf-thai-tlwg-udeb - Thai fonts in TrueType format for D-I use (udeb)
Changes: 
 thaifonts-scalable (1:0.4.13-4) unstable; urgency=low
 .
   * debian/{t1,ttf,otf}-thai-tlwg.preinst:
 - Fix wrong usage of 'local' outside function, fixing failure on bash.
Checksums-Sha1: 
 361d2b6d8182f3f91a2c49ed05c7b5219a302d08 1415 thaifonts-scalable_0.4.13-4.dsc
 a0ac9967a30b7df9a4b0e382d4ca8d9528f91edf 12426 
thaifonts-scalable_0.4.13-4.debian.tar.gz
 39aef9c856aa385226cd77e4ea120adf81b8ade6 4038954 t1-thai-tlwg_0.4.13-4_all.deb
 e307b95ed69a95618a03a3673f19fc61334e86f6 2975196 ttf-thai-tlwg_0.4.13-4_all.deb
 e5883ddccc52f1889ea77330896fddab40248842 139684 
ttf-thai-tlwg-udeb_0.4.13-4_all.udeb
 07de703af3cf5b971cda3f6811689ced19cd131f 1873158 otf-thai-tlwg_0.4.13-4_all.deb
Checksums-Sha256: 
 b7395b7f0b1364152b54358c1a046622fb6b23abaac30904a55a9ff96d06cfb2 1415 
thaifonts-scalable_0.4.13-4.dsc
 febc76b7e21dd6185c9e8e2489f067122264a93453ae2eb94430574a227735c1 12426 
thaifonts-scalable_0.4.13-4.debian.tar.gz
 4c97d05c2ab576548f5857447250e73454d93b91eb84a012977b6fb3c46d088b 4038954 
t1-thai-tlwg_0.4.13-4_all.deb
 3de67f76c76e0cb33e481dfd520fd8c85ae3ba5b005d972d65a119e387ece6bd 2975196 
ttf-thai-tlwg_0.4.13-4_all.deb
 dbd248f30db44f5d405d6440692de066586ee1c7dcff68018a29675c5c064573 139684 
ttf-thai-tlwg-udeb_0.4.13-4_all.udeb
 b48248ecfbe795f59448019b77fa907716aa59a63d40946e4d429e744cc04f90 1873158 
otf-thai-tlwg_0.4.13-4_all.deb
Files: 
 2d11785db67857a4f6af52f20b87d914 1415 fonts optional 
thaifonts-scalable_0.4.13-4.dsc
 0ce9f0f43ae73270e74eef40d378eeec 12426 fonts optional 
thaifonts-scalable_0.4.13-4.debian.tar.gz
 8aef22957fef725a28792cca263a490e 4038954 fonts optional 
t1-thai-tlwg_0.4.13-4_all.deb
 3db7f1ffa33b4fbaa4c79497c4ffad27 2975196 fonts optional 
ttf-thai-tlwg_0.4.13-4_all.deb
 e116d6c14de64619fdb2c5a659506168 139684 debian-installer optional 
ttf-thai-tlwg-udeb_0.4.13-4_all.udeb
 59535b9fedb83f84a4c8e52962597ad2 1873158 fonts optional 
otf-thai-tlwg_0.4.13-4_all.deb
Package-Type: udeb

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

iEYEARECAAYFAksY9wAACgkQqgzR7tCLR/6B1QCfdYF4AUoQn04ckgbmJ+BxWctb
K/cAn05osoLKVZjJttuvqDjUCU1+XTtE
=pqG6
-END PGP SIGNATURE-


Accepted:
otf-thai-tlwg_0.4.13-4_all.deb
  to main/t/thaifonts-scalable/otf-thai-tlwg_0.4.13-4_all.deb
t1-thai-tlwg_0.4.13-4_all.deb
  to main/t/thaifonts-scalable/t1-thai-tlwg_0.4.13-4_all.deb
thaifonts-scalable_0.4.13-4.debian.tar.gz
  to main/t/thaifonts-scalable/thaifonts-scalable_0.4.13-4.debian.tar.gz
thaifonts-scalable_0.4.13-4.dsc
  to main/t/thaifonts-scalable/thaifonts-scalable_0.4.13-4.dsc
ttf-thai-tlwg-udeb_0.4.13-4_all.udeb
  to main/t/thaifonts-scalable/ttf-thai-tlwg-udeb_0.4.13-4_all.udeb
ttf-thai-tlwg_0.4.13-4_all.deb
  to main/t/thaifonts-scalable/ttf-thai-tlwg_0.4.13-4_all.deb


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



Accepted tidy-proxy 0.97-3 (source all)

2009-12-04 Thread Jonas Meurer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Dec 2009 16:17:34 +0100
Source: tidy-proxy
Binary: tidy-proxy
Architecture: source all
Version: 0.97-3
Distribution: unstable
Urgency: low
Maintainer: Jonas Meurer m...@debian.org
Changed-By: Jonas Meurer m...@debian.org
Description: 
 tidy-proxy - A small http proxy which tidies html
Closes: 559459
Changes: 
 tidy-proxy (0.97-3) unstable; urgency=low
 .
   * fix dependencies in debian/control to suggest libemail-simple-perl
 instead of libemail-simple-creator-perl. thanks to gregor herrmann.
 (closes: #559459)
Checksums-Sha1: 
 9968d3d40e83490c33b2fad60b381960a7145c67 1349 tidy-proxy_0.97-3.dsc
 ad85ed20afd13ff862e8dff2e18a704ded66a479 6216 tidy-proxy_0.97-3.diff.gz
 57cda2e93f1dff878c05f5e24977323e3914564a 10910 tidy-proxy_0.97-3_all.deb
Checksums-Sha256: 
 9be1761f7356d75bd9c03f454c0d4e50c2ef3caed3a85b268b0cc86be80d0274 1349 
tidy-proxy_0.97-3.dsc
 bffef86a347f2b7d6643536f0fd5b728db9a0c2ef255b0e4b52c9e0708995984 6216 
tidy-proxy_0.97-3.diff.gz
 68d4fe84e55051df3ed0bcb49ba6cefd1f8f5b7ab82fd5f6c628739d3368bfbe 10910 
tidy-proxy_0.97-3_all.deb
Files: 
 419a9b1f6c23280bbeaf8f8075c1aa82 1349 net optional tidy-proxy_0.97-3.dsc
 54232608022474b64fb45586c9f6fc3b 6216 net optional tidy-proxy_0.97-3.diff.gz
 9d617b76b1641b33fb58fadd35f02c55 10910 net optional tidy-proxy_0.97-3_all.deb

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

iQEcBAEBCAAGBQJLGSzfAAoJEHUY1PcOVR4z/O0IAJqy45zgzbYlU3C0Zq9GIF4W
UszPeVoF7aPJKaP9TSh+YkxcekxcENW2v6JaVx833PIM9UQH6bDkYH0eIyzoBstu
YASKAncur/sdRJaj1LZ53+JsPicXILvjmS5ERpKHrjm42OtsPi3e4UyhxlSMY7CJ
3tL2zxVwZWv6R0g/fBHYmwQMX2QFOkAtIHXvwWMQY6a8cJ9p3shidapIqh5LPvSt
9bxatEH2PUbHAucc3o4VwH2u7Gh32jRJ2ow02zHs1WVp1tIBZla/FzuleripAjsd
zChTwmZeP1LVxUE6C4mulIuda2I3D9sPrAssOtI3/LsJeSHXljZNota/XAxzImk=
=SoXP
-END PGP SIGNATURE-


Accepted:
tidy-proxy_0.97-3.diff.gz
  to main/t/tidy-proxy/tidy-proxy_0.97-3.diff.gz
tidy-proxy_0.97-3.dsc
  to main/t/tidy-proxy/tidy-proxy_0.97-3.dsc
tidy-proxy_0.97-3_all.deb
  to main/t/tidy-proxy/tidy-proxy_0.97-3_all.deb


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



Accepted gnome-python-desktop 2.28.0-3 (source i386 all)

2009-12-04 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 17:47:06 +0100
Source: gnome-python-desktop
Binary: python-gnome2-desktop-dev python-brasero python-bugbuddy python-evince 
python-evolution python-gnomeapplet python-gnomedesktop python-gnomekeyring 
python-gnomeprint python-gtop python-mediaprofiles python-metacity python-rsvg 
python-totem-plparser python-wnck
Architecture: source i386 all
Version: 2.28.0-3
Distribution: unstable
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Emilio Pozuelo Monfort po...@debian.org
Description: 
 python-brasero - Python module for brasero
 python-bugbuddy - Python module for bug-buddy
 python-evince - Python bindings for the evince libraries
 python-evolution - Python bindings for the evolution libraries
 python-gnome2-desktop-dev - Python bindings for the GNOME desktop environment
 python-gnomeapplet - Python bindings for the GNOME panel applet library
 python-gnomedesktop - Python bindings for the GNOME desktop library
 python-gnomekeyring - Python bindings for the GNOME keyring library
 python-gnomeprint - Python bindings for the GNOME printing library
 python-gtop - Python bindings for the Gtop library
 python-mediaprofiles - Python bindings for the GNOME media profiles library
 python-metacity - Python bindings for metacity
 python-rsvg - Python bindings for the RSVG library
 python-totem-plparser - Python bindings for the Totem playlist parser library
 python-wnck - Python bindings for the WNCK library
Changes: 
 gnome-python-desktop (2.28.0-3) unstable; urgency=low
 .
   * debian/control.in,
 debian/python-nautilusburn.{examples,install}:
 - Remove the nautilusburn module, it's deprecated in favour of
   python-brasero.
Checksums-Sha1: 
 8305f0482efa77888baee4390da21a97c636d8a8 2285 gnome-python-desktop_2.28.0-3.dsc
 84cfc2198fb3700a485e9713f5b67356e83f09cb 7703 
gnome-python-desktop_2.28.0-3.diff.gz
 c6e7addc1211f248fa87931f88747c515257886b 63358 python-brasero_2.28.0-3_i386.deb
 070529371403177f2d02efd82f98c37989a8dd7e 39680 python-evince_2.28.0-3_i386.deb
 86feb2c3ed55516df162be7232236638840cb8b8 55470 
python-evolution_2.28.0-3_i386.deb
 d443232d9b00e62a0b444ec44df8f19a0f2e9c79 38028 
python-gnomeapplet_2.28.0-3_i386.deb
 5a00e42c2e42136056d8c02d8d5eadcd6c00d5a6 38404 
python-gnomedesktop_2.28.0-3_i386.deb
 39a8eea715ddffb0f143a9cfe076ed8badfa0e72 44126 
python-gnomekeyring_2.28.0-3_i386.deb
 6affd7f3018546e61452bc5675ad98f74c0b1ca5 98866 
python-gnomeprint_2.28.0-3_i386.deb
 329ef53a2b878dbe0a24fec38c40228c6e198fba 39908 python-gtop_2.28.0-3_i386.deb
 fca18fed858dc2e838f705c6c86c76ab0462c97c 34458 
python-mediaprofiles_2.28.0-3_i386.deb
 152999ecd8060efda4d7a04d0dc7e388e6c431ba 39736 
python-metacity_2.28.0-3_i386.deb
 1b5a264f6ac126a6b527dc5c750afe55873a35f7 34052 python-rsvg_2.28.0-3_i386.deb
 0ae4990a29ae8fe7e46579bb22b495dbc09a5c04 34390 
python-totem-plparser_2.28.0-3_i386.deb
 99e3d80a43cc5d3002d3bb73a6575ef1d7c853a5 45394 python-wnck_2.28.0-3_i386.deb
 37da05d0499cadce9187350fe18fee339c1e8fe5 62022 
python-gnome2-desktop-dev_2.28.0-3_all.deb
 73ece1ec512673055c361ddaf02e11737ab12107 29270 python-bugbuddy_2.28.0-3_all.deb
Checksums-Sha256: 
 624099a95205740daaf282ae8c95f0c07581b2b86c3c3fd66115fae62db32e79 2285 
gnome-python-desktop_2.28.0-3.dsc
 aa3921d761728195b6214ed1c4aa9bed17ae60feb3b403d7cd62f5c53d188430 7703 
gnome-python-desktop_2.28.0-3.diff.gz
 f3c918b516ffa4690ebc0148ee83bab656a7418b0d843afd28e085c1a74f8e92 63358 
python-brasero_2.28.0-3_i386.deb
 4b29e407db682dcdbaedfbcf89ac057551eed0972aa4b10fa1bab3024a6bc257 39680 
python-evince_2.28.0-3_i386.deb
 04c95c20e1b670eef52762804104352835188333f697883db4b175fea0844702 55470 
python-evolution_2.28.0-3_i386.deb
 b03083d7aece5bf9ed5957d232f607a13c896ab60f501d2e2cdbbf40de8b332b 38028 
python-gnomeapplet_2.28.0-3_i386.deb
 64739937b95ffccb12372427f565caed2311960f955acb4ae0ef5d50dd0c854a 38404 
python-gnomedesktop_2.28.0-3_i386.deb
 bc65550e6dcfb27cddf90a5e47dacbc1fd058d8c547862dd4bb8fc34e3646ad6 44126 
python-gnomekeyring_2.28.0-3_i386.deb
 0f1f6e11934804c791687bcfb2387ed0e0c8b63ceb822542704ddfa0e2b7daea 98866 
python-gnomeprint_2.28.0-3_i386.deb
 da1877aa58616a60fea91cf376cfdb91358be06342f1ba246831b73ae13a3926 39908 
python-gtop_2.28.0-3_i386.deb
 5ad28a7de264e8bc8852e71d16f4d634eac38dffd80f7d463663ea9e895f44b0 34458 
python-mediaprofiles_2.28.0-3_i386.deb
 e34b0332e9f830c557682b7d83ca5fa77edc8f24f1fb654f314ec91e9cfe2273 39736 
python-metacity_2.28.0-3_i386.deb
 40a5dd93dc189541959002ec78410e97eb40f30a68010aa959aedbe412a67826 34052 
python-rsvg_2.28.0-3_i386.deb
 bffa56d22e9d408ce4f96c36e8e920a91892765ad0323395f15144104f8032c6 34390 
python-totem-plparser_2.28.0-3_i386.deb
 7459a0cdd3e39fc4636234af236ea74a916ff3020f609691620c8d6d066b8e03 45394 
python-wnck_2.28.0-3_i386.deb
 54c54d55e12c872901edbef5e6c6eb2cd462cef39f6b120dc65cd91c4a3ea054 62022 
python-gnome2-desktop-dev_2.28.0-3_all.deb
 

Accepted openvpn 2.1~rc22-1 (source i386)

2009-12-04 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 16:33:02 +0100
Source: openvpn
Binary: openvpn
Architecture: source i386
Version: 2.1~rc22-1
Distribution: unstable
Urgency: low
Maintainer: Alberto Gonzalez Iniesta a...@inittab.org
Changed-By: Alberto Gonzalez Iniesta a...@inittab.org
Description: 
 openvpn- virtual private network daemon
Changes: 
 openvpn (2.1~rc22-1) unstable; urgency=low
 .
   * New upstream release
   * Added a note on LDAP+TLS problems in README.Debian
Checksums-Sha1: 
 4d267bf2347382011107f38f152b102f2d00de0a 1061 openvpn_2.1~rc22-1.dsc
 a4b2a31c2ace87eb08822f6482b91c7d16d978f7 846651 openvpn_2.1~rc22.orig.tar.gz
 65ef1b7aeb0f2411e800b4c3787a5e5c10d5964d 107468 openvpn_2.1~rc22-1.diff.gz
 9a93b3d1528f1f09f79e43ef36a93ac8248140b8 418422 openvpn_2.1~rc22-1_i386.deb
Checksums-Sha256: 
 cc2e716ac152a699d08a24107c1446ae913bfd0a3393f884584a7d7e3269db0d 1061 
openvpn_2.1~rc22-1.dsc
 d53334d3a52ace877027f76ea70d8d98244d67dc8dc428875bfae5a8cc272400 846651 
openvpn_2.1~rc22.orig.tar.gz
 165a6342a08f38bbadda243cfd5485fc90c68c9518dc508c95bacaefbb16c71e 107468 
openvpn_2.1~rc22-1.diff.gz
 79deb7234d9fdf79821740143b277f8e01b5a57f1063b257dd09ea8ebffec5c3 418422 
openvpn_2.1~rc22-1_i386.deb
Files: 
 fee133c6dd542457ec2427a078c5896a 1061 net optional openvpn_2.1~rc22-1.dsc
 a4ca5d79f7467fc537b216bff1c744f2 846651 net optional 
openvpn_2.1~rc22.orig.tar.gz
 6e4164bd644658ba5baeda1c211c6912 107468 net optional openvpn_2.1~rc22-1.diff.gz
 a551633deb9213463dc4486c2c8eee92 418422 net optional 
openvpn_2.1~rc22-1_i386.deb

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

iEYEARECAAYFAksZO+sACgkQxRSvjkukAcMcXwCg2bD6l5iTk9bTGMnwv9QDQg6G
EgoAoMAft3Ixn2kAWD/RdYfYSaUKDm7y
=x4zn
-END PGP SIGNATURE-


Accepted:
openvpn_2.1~rc22-1.diff.gz
  to main/o/openvpn/openvpn_2.1~rc22-1.diff.gz
openvpn_2.1~rc22-1.dsc
  to main/o/openvpn/openvpn_2.1~rc22-1.dsc
openvpn_2.1~rc22-1_i386.deb
  to main/o/openvpn/openvpn_2.1~rc22-1_i386.deb
openvpn_2.1~rc22.orig.tar.gz
  to main/o/openvpn/openvpn_2.1~rc22.orig.tar.gz


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



Accepted telepathy-qt4 0.2.1-1 (source all i386)

2009-12-04 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Dec 2009 16:28:56 +
Source: telepathy-qt4
Binary: libtelepathy-qt4-0 libtelepathy-qt4-farsight0 libtelepathy-qt4-dev 
libtelepathy-qt4-dbg libtelepathy-qt4-doc
Architecture: source all i386
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Telepathy maintainers 
pkg-telepathy-maintain...@lists.alioth.debian.org
Changed-By: Simon McVittie s...@debian.org
Description: 
 libtelepathy-qt4-0 - Telepathy framework - Qt 4 library
 libtelepathy-qt4-dbg - Qt 4 Telepathy library (debug symbols)
 libtelepathy-qt4-dev - Qt 4 Telepathy library (headers and static library)
 libtelepathy-qt4-doc - Qt 4 Telepathy library (documentation)
 libtelepathy-qt4-farsight0 - Telepathy/Farsight integration - Qt 4 library
Changes: 
 telepathy-qt4 (0.2.1-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 aaa5e71c18d9336e74a31e45550b12a17b81e239 2211 telepathy-qt4_0.2.1-1.dsc
 48fc108278002c07fe95e4b32b6aaba90c90c740 2653437 
telepathy-qt4_0.2.1.orig.tar.gz
 30c39c088c3344d1af29e78aba0e77da144a1793 4435 telepathy-qt4_0.2.1-1.diff.gz
 53f3b8198f62a53acd0085336b5e2b939234281d 1657766 
libtelepathy-qt4-doc_0.2.1-1_all.deb
 b68df6268dea398ad472829b72f9c9656eee1f98 985884 
libtelepathy-qt4-0_0.2.1-1_i386.deb
 f7be67b7b919088e3b6343775c98349621bbb518 6186 
libtelepathy-qt4-farsight0_0.2.1-1_i386.deb
 6712651fa332be5df8db36887371888e5657a37a 1290172 
libtelepathy-qt4-dev_0.2.1-1_i386.deb
 6b7938d42fe024ba5b72938da82d9d2ff323fbec 5110376 
libtelepathy-qt4-dbg_0.2.1-1_i386.deb
Checksums-Sha256: 
 4f274ebd5c983d33edafafede57970a6ba157a0659676b9f72f2c14db3649687 2211 
telepathy-qt4_0.2.1-1.dsc
 982522c82fd296dc15cac92f7f32cb389e0e609fb0eb0e932b7b0bab551cbdef 2653437 
telepathy-qt4_0.2.1.orig.tar.gz
 f517f8a1a21d1102c2a82fae922f9a6d43912e9e361419284375bc80c598efa7 4435 
telepathy-qt4_0.2.1-1.diff.gz
 477b5bb9fb184a486465c641d51359162866ff537477cddee607443473b81a56 1657766 
libtelepathy-qt4-doc_0.2.1-1_all.deb
 6e070a8d64b5d5456fc9681cff395932261e1153c1e30d0570918c0f173892a8 985884 
libtelepathy-qt4-0_0.2.1-1_i386.deb
 ab9df31431e4f8517c385a85150eedb0a2669da87816a265fe340d3e215ba816 6186 
libtelepathy-qt4-farsight0_0.2.1-1_i386.deb
 bc96f4d5425f713da3310bf9e1b2510e85aa7383d0dc8d6200db6fc9e2787bf6 1290172 
libtelepathy-qt4-dev_0.2.1-1_i386.deb
 97b09e954be42a9eb614623a7bd9c0361890d754c664009767c8bc96dc07518e 5110376 
libtelepathy-qt4-dbg_0.2.1-1_i386.deb
Files: 
 47e74c384285fb9c506c9e25a4eaf6b4 2211 libs optional telepathy-qt4_0.2.1-1.dsc
 9eaaa055eb2503e5a362bd183f344ac7 2653437 libs optional 
telepathy-qt4_0.2.1.orig.tar.gz
 514b466f2f8b3591f5cc8d8db6218dd1 4435 libs optional 
telepathy-qt4_0.2.1-1.diff.gz
 93781f88c6c98ebad076f2aea6b58180 1657766 doc optional 
libtelepathy-qt4-doc_0.2.1-1_all.deb
 3d250e44e07ecde59f58784e993f70f4 985884 libs optional 
libtelepathy-qt4-0_0.2.1-1_i386.deb
 517b7d2a308d9050236314d658a0ea24 6186 libs optional 
libtelepathy-qt4-farsight0_0.2.1-1_i386.deb
 3e3e3d159629ea77ea69e9777bd325cc 1290172 libdevel optional 
libtelepathy-qt4-dev_0.2.1-1_i386.deb
 4767ef9c0cf7b594901b423c1328232e 5110376 debug extra 
libtelepathy-qt4-dbg_0.2.1-1_i386.deb

-BEGIN PGP SIGNATURE-

iQIVAwUBSxlCSE3o/ypjx8yQAQg4Uw//cUzEJXo/pz3vg/5hMpznNnF+JAhZM6hU
b18GtCnO9ibJXzC3BqbTyB83GGGFK6Ttr7RnSlnAXhleb6bFV//EX4Ux76iO60M/
B2n1ag7uRHUvOYxHx9048CDz9fveCj5R6VjpGeZkZC/VwN8DIO6/gu45MO7PDK3E
qdLDftFXNWlP+DaEsMfBeF0wzVTmwpQCEpr2lmRY/w1dqxU6kdP+c8a0242SpNDd
koIPf7G7snIbBjrhldQ/fxCaBMP8QWTImGJZWJvovi55u2sPq+3XZl2s7zDD0VWR
6azvN+bCbq+YOP14eVVSRmf3LCDW9cl7W9F+878qKGhTcFdkE4H3R/hV718Bvtbv
qy5OICM90a+Phdulwjdn6bGrP6IbsUI119TbmzI7oyjdeaot4ryA2jHC5BlH9gJt
fqMSViBIwbiyzw7GCv5hovrPPtpQSfJX9qTLmxEY62U5HUKSMIiKnM/sXwykrbyJ
4x8YNaO8AU+1C5YSzu4yAS186H+6Qtldx5f/UFGndKQCqPZcOPpTikZ3Fbd+eEMr
aglOLQiHc5nIG08rBawgvCXIXBx8lh/C4peFnxlVF7m7pOc7r9qZKApbReOJnMSQ
qpjV//R5PtqWGMiodrmMoX/puKlqznn3h54BlXecTjntZpFobizkwPXARHadU8L+
iK5vMaMyeJI=
=f7Ls
-END PGP SIGNATURE-


Accepted:
libtelepathy-qt4-0_0.2.1-1_i386.deb
  to main/t/telepathy-qt4/libtelepathy-qt4-0_0.2.1-1_i386.deb
libtelepathy-qt4-dbg_0.2.1-1_i386.deb
  to main/t/telepathy-qt4/libtelepathy-qt4-dbg_0.2.1-1_i386.deb
libtelepathy-qt4-dev_0.2.1-1_i386.deb
  to main/t/telepathy-qt4/libtelepathy-qt4-dev_0.2.1-1_i386.deb
libtelepathy-qt4-doc_0.2.1-1_all.deb
  to main/t/telepathy-qt4/libtelepathy-qt4-doc_0.2.1-1_all.deb
libtelepathy-qt4-farsight0_0.2.1-1_i386.deb
  to main/t/telepathy-qt4/libtelepathy-qt4-farsight0_0.2.1-1_i386.deb
telepathy-qt4_0.2.1-1.diff.gz
  to main/t/telepathy-qt4/telepathy-qt4_0.2.1-1.diff.gz
telepathy-qt4_0.2.1-1.dsc
  to main/t/telepathy-qt4/telepathy-qt4_0.2.1-1.dsc
telepathy-qt4_0.2.1.orig.tar.gz
  to main/t/telepathy-qt4/telepathy-qt4_0.2.1.orig.tar.gz


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



Accepted freecad 0.9.2646.3-1 (source all amd64)

2009-12-04 Thread Teemu Ikonen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 19:39:27 +0100
Source: freecad
Binary: freecad freecad-dev freecad-doc
Architecture: source all amd64
Version: 0.9.2646.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Teemu Ikonen tpiko...@gmail.com
Description: 
 freecad- An extensible Open Source CAx program (alpha)
 freecad-dev - FreeCAD development files
 freecad-doc - FreeCAD documentation
Changes: 
 freecad (0.9.2646.3-1) unstable; urgency=low
 .
   * New upstream version. Removes TiddlySaver.jar, fixes help problems.
Checksums-Sha1: 
 d606b2fdd170e402d7008ad54a57cdffd1cb99ec 1997 freecad_0.9.2646.3-1.dsc
 a873b41a6a6d2b155088703f2f30a93a7e592359 6958425 freecad_0.9.2646.3.orig.tar.gz
 88cfc572c3e91d87b9078c4cca8519e9fc6a5bdf 9065 freecad_0.9.2646.3-1.diff.gz
 e576a6c673f9e8286e68ee60952c4b515fd7bdf2 3538258 
freecad-doc_0.9.2646.3-1_all.deb
 07e30c413dc7c2b5214faf8d96e81f8bb8f89d46 5606502 freecad_0.9.2646.3-1_amd64.deb
 f753206bd7d5065ae4deba349ac212c0a46143eb 292638 
freecad-dev_0.9.2646.3-1_amd64.deb
Checksums-Sha256: 
 85a3128f1565df2116e251bdeeca5f856452785c9aca30117dc2737f722145e8 1997 
freecad_0.9.2646.3-1.dsc
 c1cf9186a4b2e2e79daaf6a6a060fc4b7e1a34d7ac72393cad7e1e005dace139 6958425 
freecad_0.9.2646.3.orig.tar.gz
 db7e28864c0ef5c0260ebe7900a35877db65dc91a2cd68e5824f8af2934510c5 9065 
freecad_0.9.2646.3-1.diff.gz
 dd627a0dda11d23ee2837a7c0776e4dbcca7c15d402df071a022c4660b734a8c 3538258 
freecad-doc_0.9.2646.3-1_all.deb
 7e35e470cfdb55bfcf36b6d91870264edcf994424e4779adb3a3ae6668e6869a 5606502 
freecad_0.9.2646.3-1_amd64.deb
 ddd1229545373bfd241859c2b044d65d0fc0a6861aa020898b1fda7d475fab22 292638 
freecad-dev_0.9.2646.3-1_amd64.deb
Files: 
 6187ea7d9ab2c96a585bc28f53795b4c 1997 science extra freecad_0.9.2646.3-1.dsc
 b7fde69d03f2974e39fd8a3718c4845c 6958425 science extra 
freecad_0.9.2646.3.orig.tar.gz
 46487b6da31cc15679e488c0eed2a1fe 9065 science extra 
freecad_0.9.2646.3-1.diff.gz
 ec0b80d6e996e6517df411c47930fa96 3538258 doc extra 
freecad-doc_0.9.2646.3-1_all.deb
 6f77712757a5a541f92a8a8893c5ccfc 5606502 science extra 
freecad_0.9.2646.3-1_amd64.deb
 d8375d28253e8f621d53f0d824a4 292638 libdevel extra 
freecad-dev_0.9.2646.3-1_amd64.deb

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

iEYEARECAAYFAksYLYwACgkQUm8B6FZO5LZwIgCeMbUokPVOfF8Mk/1TrU4XgzdJ
/2sAnA/mdG5T1imfzLC93WUjiF3aPCpk
=IJym
-END PGP SIGNATURE-


Accepted:
freecad-dev_0.9.2646.3-1_amd64.deb
  to main/f/freecad/freecad-dev_0.9.2646.3-1_amd64.deb
freecad-doc_0.9.2646.3-1_all.deb
  to main/f/freecad/freecad-doc_0.9.2646.3-1_all.deb
freecad_0.9.2646.3-1.diff.gz
  to main/f/freecad/freecad_0.9.2646.3-1.diff.gz
freecad_0.9.2646.3-1.dsc
  to main/f/freecad/freecad_0.9.2646.3-1.dsc
freecad_0.9.2646.3-1_amd64.deb
  to main/f/freecad/freecad_0.9.2646.3-1_amd64.deb
freecad_0.9.2646.3.orig.tar.gz
  to main/f/freecad/freecad_0.9.2646.3.orig.tar.gz


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



Accepted gearmand 0.11-1 (source i386 all)

2009-12-04 Thread Monty Taylor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 12:45:07 -0800
Source: gearmand
Binary: libgearman3 libgearman-server0 libgearman-dev libgearman-dbg 
libgearman-server-dev libgearman-doc gearman-job-server gearman-tools gearman
Architecture: source i386 all
Version: 0.11-1
Distribution: unstable
Urgency: low
Maintainer: Monty Taylor mord...@inaugust.com
Changed-By: Monty Taylor mord...@inaugust.com
Description: 
 gearman- A distributed job queue
 gearman-job-server - Job server for the Gearman distributed job queue
 gearman-tools - Tools for the Gearman distributed job queue
 libgearman-dbg - Debug symbols for the Gearman Client Library
 libgearman-dev - Development files for the Gearman Library
 libgearman-doc - API Documentation for the Gearman Library
 libgearman-server-dev - Development files for the Gearman Server Library
 libgearman-server0 - Library providing Gearman server functions
 libgearman3 - Library providing Gearman client and worker functions
Changes: 
 gearmand (0.11-1) unstable; urgency=low
 .
   * Cleaned up debian/rules.
   * New upstream release.
   * Added entries to the copyright file.
Checksums-Sha1: 
 80fc8f5ee41d4b32cb673c231d2d625f5a6dedaa 1449 gearmand_0.11-1.dsc
 6b3d7fdb3d2d19a1cafa82efa0a443df190fb5db 593324 gearmand_0.11.orig.tar.gz
 040db57044a713689f1ad5390698e788bd0974fd 7492 gearmand_0.11-1.diff.gz
 5f808d8efbd54b61235caef965b70c0dd22d536e 29728 libgearman3_0.11-1_i386.deb
 0f5e7a9c412c3cffd83ceee4d373abe2dfdf 50336 
libgearman-server0_0.11-1_i386.deb
 7795074a30348ca2ced6e80b4a1b1ac8e5cc5b2d 133222 libgearman-dev_0.11-1_i386.deb
 53191647cb9d45def6c6ef771d3739e073b971e1 926380 libgearman-dbg_0.11-1_i386.deb
 fe416641b8e83eb765b30ba82df1bf2738b995a7 113338 
libgearman-server-dev_0.11-1_i386.deb
 c1f4751abd8337c3aeec10a2a0539133a2f08109 15422 
gearman-job-server_0.11-1_i386.deb
 7f633a4e0a6b40e523070fc7557acbb348613c3c 12430 gearman-tools_0.11-1_i386.deb
 693ef542d08cb333b6986a5574eb13f15fb7886b 870854 libgearman-doc_0.11-1_all.deb
 f13a7ef07699862af4c3688699000ef0d5a5768c 5154 gearman_0.11-1_all.deb
Checksums-Sha256: 
 f7996e6b9b9038610a48f3754b93689d953319b6927cc70c4438f2c20f154890 1449 
gearmand_0.11-1.dsc
 25848a11bc4ba91329e8992c5a3ccbb82afe104ef558e67cf3ca9669d3044a92 593324 
gearmand_0.11.orig.tar.gz
 4d213f64c3d30d473ef5b0c3d3b8e1ea72f00ae5e0457fad85e46e97a32a5cfa 7492 
gearmand_0.11-1.diff.gz
 8edbf377ab478f1d3d5bb5962a247c43d289124e34ddbe0843e88ea1cad248e8 29728 
libgearman3_0.11-1_i386.deb
 8950f1c7a8dacf6d147f890c29ac104c808cdc7a5803bd9ad134ea31dfb2d404 50336 
libgearman-server0_0.11-1_i386.deb
 4876354a6571f8240f7de60e97feab3eb0f6cd2d9b94236082c99ac4a4157c19 133222 
libgearman-dev_0.11-1_i386.deb
 ce84a9823fe1ee2f21c0eb20778ac6d3980cb3eab1a2650f41294b01924558d7 926380 
libgearman-dbg_0.11-1_i386.deb
 acadb94d460d54aa2f38fc04d51733693b7ce3ce15bb8d9f6e711deec84efeb2 113338 
libgearman-server-dev_0.11-1_i386.deb
 d68e7665ea336a4d35940b75c9e5912e642ca4144ba5b16ca8a29a95c60a41c5 15422 
gearman-job-server_0.11-1_i386.deb
 88ea6f813160686876648721ef47774cecd1dfafc8c99ae7a95843ca689bb9c2 12430 
gearman-tools_0.11-1_i386.deb
 d4cae6cc96d77d6dd82e7623620595a97730335831bd47c13169d747c852395e 870854 
libgearman-doc_0.11-1_all.deb
 1352eab638ede8d6a788723984f46ae21d50148fc22f22edfb38541690939396 5154 
gearman_0.11-1_all.deb
Files: 
 609af6b52bd6dcb167aa57d73d40221e 1449 misc optional gearmand_0.11-1.dsc
 62da8118c76d29d07bf5e54099e11dbb 593324 misc optional gearmand_0.11.orig.tar.gz
 ed7818710a7e6e5e129066acf07b2889 7492 misc optional gearmand_0.11-1.diff.gz
 daf378ea5a5d3f930926eff57e9d10e2 29728 misc optional 
libgearman3_0.11-1_i386.deb
 a994629b14f02237e0d429eb9b86ebbc 50336 misc optional 
libgearman-server0_0.11-1_i386.deb
 32dd68fbf6c3095b0d4d67b49262841f 133222 libdevel optional 
libgearman-dev_0.11-1_i386.deb
 9c5a5e0c52280d4f6f0974a863bf80d2 926380 debug extra 
libgearman-dbg_0.11-1_i386.deb
 afadad04b78b6eca16acbfee92a91b28 113338 libdevel optional 
libgearman-server-dev_0.11-1_i386.deb
 ac59a9b4e70398578f6ea364b2ce5e9e 15422 misc optional 
gearman-job-server_0.11-1_i386.deb
 6cd84cb25372fb6da6b7aebf29d1beb8 12430 misc optional 
gearman-tools_0.11-1_i386.deb
 2b516ccb66525dc075e07bebbeb12841 870854 doc optional 
libgearman-doc_0.11-1_all.deb
 20507fce43e3d9622e18f1d8486d183e 5154 misc optional gearman_0.11-1_all.deb

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

iEYEARECAAYFAksY7n8ACgkQ2XA5inpabMd4iwCfe+yp/qyYVatDV8I9kB7sk6na
0zUAoJ5dfVUwhkflhy350ZgQLYGh4WTd
=wdqF
-END PGP SIGNATURE-


Accepted:
gearman-job-server_0.11-1_i386.deb
  to main/g/gearmand/gearman-job-server_0.11-1_i386.deb
gearman-tools_0.11-1_i386.deb
  to main/g/gearmand/gearman-tools_0.11-1_i386.deb
gearman_0.11-1_all.deb
  to main/g/gearmand/gearman_0.11-1_all.deb
gearmand_0.11-1.diff.gz
  to main/g/gearmand/gearmand_0.11-1.diff.gz
gearmand_0.11-1.dsc
  to main/g/gearmand/gearmand_0.11-1.dsc
gearmand_0.11.orig.tar.gz
  to 

Accepted gpsd 2.90~svn6694-1 (source amd64)

2009-12-04 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 21:12:54 +0100
Source: gpsd
Binary: gpsd gpsd-dbg gpsd-clients python-gps libgps19 libgps-dev
Architecture: source amd64
Version: 2.90~svn6694-1
Distribution: experimental
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gpsd   - Global Positioning System - daemon
 gpsd-clients - Global Positioning System - clients
 gpsd-dbg   - Global Positioning System - debugging symbols
 libgps-dev - Global Positioning System - development files
 libgps19   - Global Positioning System - library
 python-gps - Global Positioning System - Python libraries
Changes: 
 gpsd (2.90~svn6694-1) experimental; urgency=low
 .
   * SVN snapshot.
   * [10b2460a] Include gps.h in Tachometer.c, needed to define UNUSED.
   * [3f75872e] Merge branch 'experimental-upstream' into experimental
   * [33831f96] Update gbp config for experimental.
   * [476e547e] Update soname in debian/control.
   * [0561c6cf] Updaing patches, dropping those which were applied
 upstream.
   * [d721c055] Revert Revert Remove workarounds for broken --disable-
 python. This reverts commit
 0e5c78b75ec0390b9317c4e8db3f9294ae9cf319. Conflicts:  debian/rules
   * [151e52e5] Clean up patches which were applied by upstream.
   * [b9bff239] Merge branch 'experimental-upstream' into experimental
   * [981b2ce1] Ship gps.1 again as the package `gps' was RMed from
 Debian.
   * [9674fb87] Add a Conflicts: gps for gpsd-clients. Just in case the
 package is still installed somewhere.
   * [6c788d8d] Clean ../gpsd_config.h.in~ in case it was left by the
 build.
   * [cf72c26f] Delete packaging/gpsd.spec.in.rej, was done upstream
 also.
   * [5eadc03b] Dropping INSTALL-description-fix. Not necessary anymore.
   * [c4a1d3f1] python-gps needs python2.6 or simplejson, update Depends.
   * [5e8ed26d] Do not try to install manpages via gpsd-clients.install.
   * [2b598581] s/dj_installman/dh_installman/
   * [1fc3151e] Update symbols files for the new soname.
   * [f530af1b] Install missing manpages which were forgotten before.
   * [9a964d22] Make hotplug wrapper executable.
   * [06b11aa2] Add python-gps.manpages to install manpages.
Checksums-Sha1: 
 8bb04d59080f6e340f509381b3e065e7918d69cd 1480 gpsd_2.90~svn6694-1.dsc
 326ce9159ae31f0ba5ac142a8c418f242125190f 1805171 gpsd_2.90~svn6694.orig.tar.gz
 117c72f0cf85be703e234acbd970ecec534f6fef 40856 gpsd_2.90~svn6694-1.diff.gz
 76357d312898f9136e68be21f922dbfc4cbbe33b 98002 gpsd_2.90~svn6694-1_amd64.deb
 b91eb5396539e266b91e8c688a6b2581922b310b 679238 
gpsd-dbg_2.90~svn6694-1_amd64.deb
 96bbbdcdd3cf6eaeba11f12c161d4f6e27cb21ad 116956 
gpsd-clients_2.90~svn6694-1_amd64.deb
 c4ca05b1d558514813d2e40e998976579792349e 106670 
python-gps_2.90~svn6694-1_amd64.deb
 fd451126e932c80f9a2f929575e254e08c5903b1 165400 
libgps19_2.90~svn6694-1_amd64.deb
 62680df45172e20491da15b99d4573c20322f607 233580 
libgps-dev_2.90~svn6694-1_amd64.deb
Checksums-Sha256: 
 7cca2aa498e49efd8f37ebab3dad823ab21237756d2a56050ffeeae82411b608 1480 
gpsd_2.90~svn6694-1.dsc
 b883e0c792d04e246d95beb5dff43470b01dfde0ea6c00ad7dd587c836a17f62 1805171 
gpsd_2.90~svn6694.orig.tar.gz
 b204b550d77b2ef62e61f646817d4bef82c11214a14dae656d20117bbef10da8 40856 
gpsd_2.90~svn6694-1.diff.gz
 00a15ee2ed188486fa7b8aea6f6356d6818aebd36495518c562f59567baa4e0f 98002 
gpsd_2.90~svn6694-1_amd64.deb
 ad18e538d43c1519642c7c05c4bb1d0aa0b80d209fb3ce908b4de9a5c0d52057 679238 
gpsd-dbg_2.90~svn6694-1_amd64.deb
 e0e3796c3dbf627f2e650299c5d2a69104fd1463f7f90a16d5f5a9bcf1b24b7f 116956 
gpsd-clients_2.90~svn6694-1_amd64.deb
 a9e66561040dfe8ae129a73a421d1cbee3a633968601f80b6515c22bbd4a9a42 106670 
python-gps_2.90~svn6694-1_amd64.deb
 140545a310e46940804d475460f5015f2f81a1c8e9bbd871cd2838b35f54ac6d 165400 
libgps19_2.90~svn6694-1_amd64.deb
 ddd9ce2480b9a1d92507bc14300a46dbaf3c7cdd7c3c8b5da6b37ffc734fd303 233580 
libgps-dev_2.90~svn6694-1_amd64.deb
Files: 
 b791a3c4d33c4b306a62012f1752f349 1480 misc optional gpsd_2.90~svn6694-1.dsc
 4b225c8c8a31c6568db2396f70547702 1805171 misc optional 
gpsd_2.90~svn6694.orig.tar.gz
 1a412ea2043e1fd2f72cadb2b893439e 40856 misc optional 
gpsd_2.90~svn6694-1.diff.gz
 ba5d6de550a6761b5576d28e3afa1106 98002 misc optional 
gpsd_2.90~svn6694-1_amd64.deb
 13d6938d78fe3b3c846aa2b01a6946da 679238 debug extra 
gpsd-dbg_2.90~svn6694-1_amd64.deb
 6ee05d53f98e9a8df041c29ea35c302a 116956 misc optional 
gpsd-clients_2.90~svn6694-1_amd64.deb
 76a41cfba99ba51d2030ff2d5b8dbf75 106670 python optional 
python-gps_2.90~svn6694-1_amd64.deb
 0d8e7c3d49eea9ffeb35834dcba15764 165400 libs optional 
libgps19_2.90~svn6694-1_amd64.deb
 5ee7bf5096518c8f909c77324300754d 233580 libdevel optional 
libgps-dev_2.90~svn6694-1_amd64.deb

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

iEYEARECAAYFAksYIAUACgkQBnqtBMk7/3l2LACgwIrRoEbix/UkS5BtezH2L0XO
XYwAn0VjKBk7azHb8mpZIc6fXeIkrLSp
=8Wis
-END PGP SIGNATURE-

Accepted libio-socket-multicast6-perl 0.03-1 (source all)

2009-12-04 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Dec 2009 01:13:32 +0100
Source: libio-socket-multicast6-perl
Binary: libio-socket-multicast6-perl
Architecture: source all
Version: 0.03-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libio-socket-multicast6-perl - module for sending and receiving IPv4 and IPv6 
multicast messages
Closes: 525009
Changes: 
 libio-socket-multicast6-perl (0.03-1) unstable; urgency=low
 .
   * Initial release (closes: #525009).
Checksums-Sha1: 
 686ef8001d8d9e7d5cf7c6f34563bcb28d8a6cf1 2218 
libio-socket-multicast6-perl_0.03-1.dsc
 2fc7e5bb656d4c3ce8c95210190c5a951da20f72 10131 
libio-socket-multicast6-perl_0.03.orig.tar.gz
 a3867c95a1cb0414a8fa8c530eb118200f027fec 1364 
libio-socket-multicast6-perl_0.03-1.diff.gz
 58bb1b91599af358fbacede4eeaf727689ed09df 16298 
libio-socket-multicast6-perl_0.03-1_all.deb
Checksums-Sha256: 
 83ecddc6b0aa4865de8f0cdaf0514e57e7130a85c049efb63e2eb85621ed4fb3 2218 
libio-socket-multicast6-perl_0.03-1.dsc
 6ec10e32bf7f0a35a031d694b03c1c8d246e3a0de22e02aaf6f08275e7eea951 10131 
libio-socket-multicast6-perl_0.03.orig.tar.gz
 67c4ddbcc7467acf2b62f61bca1b801d6c0ac5cee31781af2fbdef3207dd75c4 1364 
libio-socket-multicast6-perl_0.03-1.diff.gz
 24c17f3df11f34650e8d7ec35cfc6ffb388c89e6ff04d14c2f660e8b2182e91c 16298 
libio-socket-multicast6-perl_0.03-1_all.deb
Files: 
 67b986490b0befe4710269e280c4db26 2218 perl optional 
libio-socket-multicast6-perl_0.03-1.dsc
 13b8edf99cbb5995d2f456b941f0c02f 10131 perl optional 
libio-socket-multicast6-perl_0.03.orig.tar.gz
 7f3f37980a159bb299af1b6b10b87fa0 1364 perl optional 
libio-socket-multicast6-perl_0.03-1.diff.gz
 4a1584c1092c9adcda4550118c07aa09 16298 perl optional 
libio-socket-multicast6-perl_0.03-1_all.deb

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

iQIcBAEBCAAGBQJLGFRuAAoJELs6aAGGSaoGEfEP/ik0IBTzLDg1KMfTWwccJPfj
KKDiQIZAn/Dv8KeCTLJGCMKf9USqDxkUsxCoVN6s40qbNfXQaadcEg8AhPxhrURm
Rt/TIfm9FGlhz0Glhb2jkujtudLChdABO2EwXQE3ssP1HoCArz+PS64iz6Jl0Y8j
l4vjS6BVJ6TqgneFm95uMMRG8EC4SQb7rXu/uZOOr0/sBLg+lcM+anLPrmDItmXh
m+ZElyihKSu43+N75D0MMux7UJvqnN95/6n8hvjxKGCod072+esBd8o3SfRW3/MH
mzgNgfMwIBNEBcKGa51Y4Wes6yZzIAwV9ctFxJZTbbIWLiMC4TLRXluFIl2jK28o
T75JlOc6LnBafYoHaOjlDQv1BCNLhmydKsgO5vqRgfpIExOfK3jI2yqRiauRj0Db
nJ6jUQPXFla85Xbgo8h/xuuy2mN61zUGqZ1SQsHKB/CHbMUXAVx45AKXupkhiSQY
e7dc+ZR22lmF1DSFEyG6LMQZMtPU5QlovHTQwTdknKGjai6Ns0EyS4IZXgemMtUf
eAlIQRCAJWiVCg4ZZ8kP6i6aUKUQaUBns0dmUd5PK7RsvWRhz8Nt60jmrohCBOdp
LzTqxcGwtSmjRduKOl9v+W5wk2sgDl7bqpASmQWQCaQXmaymWXmK2G+BQbD+c6IH
bA8nZAhZmuHgmN6pfyTf
=HknZ
-END PGP SIGNATURE-


Accepted:
libio-socket-multicast6-perl_0.03-1.diff.gz
  to 
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03-1.diff.gz
libio-socket-multicast6-perl_0.03-1.dsc
  to 
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03-1.dsc
libio-socket-multicast6-perl_0.03-1_all.deb
  to 
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03-1_all.deb
libio-socket-multicast6-perl_0.03.orig.tar.gz
  to 
main/libi/libio-socket-multicast6-perl/libio-socket-multicast6-perl_0.03.orig.tar.gz


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



Accepted libsmi 0.4.8+dfsg2-2 (source all amd64)

2009-12-04 Thread Vincent Bernat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 20:38:40 +0100
Source: libsmi
Binary: smistrip libsmi2ldbl libsmi2-dev libsmi2-dbg libsmi2-common
Architecture: source all amd64
Version: 0.4.8+dfsg2-2
Distribution: unstable
Urgency: low
Maintainer: Vincent Bernat ber...@debian.org
Changed-By: Vincent Bernat ber...@debian.org
Description: 
 libsmi2-common - a library to access SMI MIB information - MIB module files
 libsmi2-dbg - library to access SMI MIB information - debugging symbols
 libsmi2-dev - library to access SMI MIB information - development files
 libsmi2ldbl - library to access SMI MIB information
 smistrip   - extract MIB from text files like RFC
Changes: 
 libsmi (0.4.8+dfsg2-2) unstable; urgency=low
 .
   * Suggest snmp-mibs-downloader, a package in contrib that will download
 MIB from Internet, if requested by the user, instead of libsnmp-base.
   * Upload to unstable.
   * Update NEWS.Debian.
   * Ship smistrip in a separate package.
   * Update paths in shipped smi.conf.
Checksums-Sha1: 
 6fc190c071735fd9dfeb3f08fb666158388d8fd2 1246 libsmi_0.4.8+dfsg2-2.dsc
 9691017768daf742fd43ff463e8eac23df8d2385 9975 libsmi_0.4.8+dfsg2-2.diff.gz
 c7d25a71123843a5fc6c9689a4968d8987103f3b 28632 smistrip_0.4.8+dfsg2-2_all.deb
 b3743cf2c4561b6eec98ee0a375e5d4b6991d91b 24924 
libsmi2-common_0.4.8+dfsg2-2_all.deb
 cba1249aa902e6a82630e841289b26da20b10f7a 357124 
libsmi2ldbl_0.4.8+dfsg2-2_amd64.deb
 28efb09d442324366f824b26492d376f25265d37 169324 
libsmi2-dev_0.4.8+dfsg2-2_amd64.deb
 a35b2d9b4816f331520f55a07be0e1b86667b01e 410008 
libsmi2-dbg_0.4.8+dfsg2-2_amd64.deb
Checksums-Sha256: 
 1f25b1ed33034cb6c4a25ec96df4a5094e21d892a85938fe3cae65b5c6720fb4 1246 
libsmi_0.4.8+dfsg2-2.dsc
 34b62e43f50b7cdff5d63e406e95b5e6ace1003c215c94a8ab317e7d41ec2948 9975 
libsmi_0.4.8+dfsg2-2.diff.gz
 f6841f30a7795e71a0700e9c4d96b183303cd2d00ca67415a86e03f0c2644015 28632 
smistrip_0.4.8+dfsg2-2_all.deb
 8af775a36272ebb3e56e9599fc6b409a448fab03efae5ee1031261097df803d8 24924 
libsmi2-common_0.4.8+dfsg2-2_all.deb
 5f2cadc2b1b8da128e00e96de0fcf30c8ff1eef33247f990db15daba633c14a5 357124 
libsmi2ldbl_0.4.8+dfsg2-2_amd64.deb
 b17cc2959f5180b6e49a2ac992257fbc85397df22765aee599bf558392182948 169324 
libsmi2-dev_0.4.8+dfsg2-2_amd64.deb
 3b74645e27eb1dadeddc057a4ffd629e8a8c915598315a0ae53340d4ba5528d8 410008 
libsmi2-dbg_0.4.8+dfsg2-2_amd64.deb
Files: 
 acb66a1734f12cfa77733f038e517945 1246 libs optional libsmi_0.4.8+dfsg2-2.dsc
 a38dc3fd9d94744bcabd5da01bb8e5c5 9975 libs optional 
libsmi_0.4.8+dfsg2-2.diff.gz
 35ff7149031b9378b639c1a38a17cae0 28632 libs optional 
smistrip_0.4.8+dfsg2-2_all.deb
 31eab112b82557127e71f75b583c3906 24924 misc optional 
libsmi2-common_0.4.8+dfsg2-2_all.deb
 76f289293aeaa176c3b9f209abaf21ef 357124 libs optional 
libsmi2ldbl_0.4.8+dfsg2-2_amd64.deb
 7dca8c279dcbb0e1179a909c72623554 169324 libdevel optional 
libsmi2-dev_0.4.8+dfsg2-2_amd64.deb
 1964a7d2738bb08f3292f821a40cc4ed 410008 debug extra 
libsmi2-dbg_0.4.8+dfsg2-2_amd64.deb

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

iEYEARECAAYFAksYGpMACgkQKFvXofIqeU5GOgCgrsC1G1T9s4gwkURhAB6xLHh8
PfEAn3OnHeCv7/ydYQYRgyTqu3GX3wGk
=fv9c
-END PGP SIGNATURE-


Accepted:
libsmi2-common_0.4.8+dfsg2-2_all.deb
  to main/libs/libsmi/libsmi2-common_0.4.8+dfsg2-2_all.deb
libsmi2-dbg_0.4.8+dfsg2-2_amd64.deb
  to main/libs/libsmi/libsmi2-dbg_0.4.8+dfsg2-2_amd64.deb
libsmi2-dev_0.4.8+dfsg2-2_amd64.deb
  to main/libs/libsmi/libsmi2-dev_0.4.8+dfsg2-2_amd64.deb
libsmi2ldbl_0.4.8+dfsg2-2_amd64.deb
  to main/libs/libsmi/libsmi2ldbl_0.4.8+dfsg2-2_amd64.deb
libsmi_0.4.8+dfsg2-2.diff.gz
  to main/libs/libsmi/libsmi_0.4.8+dfsg2-2.diff.gz
libsmi_0.4.8+dfsg2-2.dsc
  to main/libs/libsmi/libsmi_0.4.8+dfsg2-2.dsc
smistrip_0.4.8+dfsg2-2_all.deb
  to main/libs/libsmi/smistrip_0.4.8+dfsg2-2_all.deb


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



Accepted libsocket-multicast6-perl 0.04-1 (source i386)

2009-12-04 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Dec 2009 01:06:53 +0100
Source: libsocket-multicast6-perl
Binary: libsocket-multicast6-perl
Architecture: source i386
Version: 0.04-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: gregor herrmann gre...@debian.org
Description: 
 libsocket-multicast6-perl - base module for IPv4 and IPv6 multicast socket 
operations
Closes: 525006
Changes: 
 libsocket-multicast6-perl (0.04-1) unstable; urgency=low
 .
   * Initial release (closes: #525006).
Checksums-Sha1: 
 d7e0d84f6047894bdf094e26c7a2d063f5fbf9d6 2090 
libsocket-multicast6-perl_0.04-1.dsc
 246f106d39ba1dc2eed79cc3d181a58cf145ae52 4766 
libsocket-multicast6-perl_0.04.orig.tar.gz
 d18e3b1f54af1f03146a52d093c1e866e3a6e7fb 1583 
libsocket-multicast6-perl_0.04-1.diff.gz
 32d756bfb334a44b55cef33657dba361addadf7a 12646 
libsocket-multicast6-perl_0.04-1_i386.deb
Checksums-Sha256: 
 84a01107ff10f2bb0dfbfb2feaf5788e58d6ec1206c7ac9982beae4ffa83de62 2090 
libsocket-multicast6-perl_0.04-1.dsc
 7be771d47485df670675e8b2d1f377a2c787cdedaa04163cceb0f544018fd3a2 4766 
libsocket-multicast6-perl_0.04.orig.tar.gz
 ff7ab90d9b0dbb4240cca178bc7c6262958875af5181d051cdbd0b9b5b3f1ee0 1583 
libsocket-multicast6-perl_0.04-1.diff.gz
 1aecf39bef77d3d35a00b377d0c3fcdfbe2bc5eb2646f0138ba379d4af1d9dca 12646 
libsocket-multicast6-perl_0.04-1_i386.deb
Files: 
 13bb0a76022dc1aeb83485812c2d4d43 2090 perl optional 
libsocket-multicast6-perl_0.04-1.dsc
 2e81e469c544b429131f37f31653c18e 4766 perl optional 
libsocket-multicast6-perl_0.04.orig.tar.gz
 39f1ac01aa1b7ce32abc9ef717551065 1583 perl optional 
libsocket-multicast6-perl_0.04-1.diff.gz
 48179f0297068062d1352e1577b2f489 12646 perl optional 
libsocket-multicast6-perl_0.04-1_i386.deb

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

iQIcBAEBCAAGBQJLGFLiAAoJELs6aAGGSaoG0XAP/3McnjX6h8bzURZ/C1d7ViDw
wIJwf0tt6aBIZEbAicFixP1YidpuIfgWULNF2OYfunzgRcKOOTxqQrCsAbBKR7EI
vwZbwd7OsCZv0CJkI51tsK1pbdh0YydFDGFbzsmldcTWC4T8mt4AlP+PKo4K2pMv
nhviW42i3MvgCMPNbxeB7GqEvVwqXWDAfBNTfL3jJAxBCXysOetvYOjlyuNDHBVZ
egJN/3UjUg711Z9fX+VaPTFPQmQXCRjoGVrl0CXMgzpvD8cfQaoZP8iL6rAGLJzR
xFKlBL2nx6KsE/StBWrl2P7INXL+KSuCJ/RujLWycCHbgXAT5+na4BxVrkqucNWM
kgxv1sEVRFta+woVur+HuKTWm+uiz3yAv0YU0WLvAhmxUDHsExF+VTt8ohlJmsJP
CQPQaxHfuucBkfiFjtKQ7uvJ3rG08AEWFGuFr5pgmHV5QLIigEbZ6cITj2Lgq5Ly
5xmOs6S6Bg3RP5bmzX95b5nZ0LMp60IXRUTxMpGAQnhlkFzCQxKDdZAWiwqvp1D2
0m8R3q5wFWo8pnhjaLILVArn3Vh+l7ULvuVqNUnpc8GakDRuFKmUFLgkH3sGT+WV
X7QQKfV+TKeboG7uunzXxHjDPI9SscJTei/DSr7lY9vI8pEeB3jqKKQ6cwTL8nm9
HPG9yPc1p7UB7pOxrpeX
=ULXn
-END PGP SIGNATURE-


Accepted:
libsocket-multicast6-perl_0.04-1.diff.gz
  to 
main/libs/libsocket-multicast6-perl/libsocket-multicast6-perl_0.04-1.diff.gz
libsocket-multicast6-perl_0.04-1.dsc
  to main/libs/libsocket-multicast6-perl/libsocket-multicast6-perl_0.04-1.dsc
libsocket-multicast6-perl_0.04-1_i386.deb
  to 
main/libs/libsocket-multicast6-perl/libsocket-multicast6-perl_0.04-1_i386.deb
libsocket-multicast6-perl_0.04.orig.tar.gz
  to 
main/libs/libsocket-multicast6-perl/libsocket-multicast6-perl_0.04.orig.tar.gz


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



Accepted pacparser 1.0.9-1 (source i386)

2009-12-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 03 Dec 2009 10:01:55 -0800
Source: pacparser
Binary: libpacparser1 libpacparser1-dev python-pacparser
Architecture: source i386
Version: 1.0.9-1
Distribution: unstable
Urgency: low
Maintainer: Andrew Pollock apoll...@debian.org
Changed-By: Andrew Pollock apoll...@debian.org
Description: 
 libpacparser1 - library to parse proxy auto-config files
 libpacparser1-dev - library to parse proxy auto-config files (development 
files)
 python-pacparser - Python module to parse proxy auto-config files
Closes: 554844
Changes: 
 pacparser (1.0.9-1) unstable; urgency=low
 .
   * Initial release (Closes: #554844)
Checksums-Sha1: 
 4738a7290ed4b23c08d8fc0a270f684df54f8bf6 1024 pacparser_1.0.9-1.dsc
 623ed9ba718c3ed9612c93a4803ed05f985ca6f9 24663 pacparser_1.0.9.orig.tar.gz
 f14b58fdd52eba76ff2c38403a0396f2dba0e68a 2618 pacparser_1.0.9-1.diff.gz
 3a643521aeb2837dc522ef6c00da2a34ad558a12 9274 libpacparser1_1.0.9-1_i386.deb
 05fbc7d4a0e08328b9e700bd1d9ce5862a952cac 10848 
libpacparser1-dev_1.0.9-1_i386.deb
 7a8b35138770dc602fc05970ed3ce01d6b8a9256 10876 
python-pacparser_1.0.9-1_i386.deb
Checksums-Sha256: 
 8a749b7cc849e37495e68734568965558be43bc82812d4101f5c7277b981d310 1024 
pacparser_1.0.9-1.dsc
 aa568d8d7f4f153a3e0407d2ce0ab508c56851ddffcff1d4bb37ef9de79408cf 24663 
pacparser_1.0.9.orig.tar.gz
 ee13765c567a2762d2e004c4ac8ed585084b0ccce58180847879e4d39efcc324 2618 
pacparser_1.0.9-1.diff.gz
 a55efa9d2f547cb7ad84ce1fce5fc712bbf4559207e8da5df543f6aee852bcf2 9274 
libpacparser1_1.0.9-1_i386.deb
 242df6f68e999d28a784fa919fe89f425ee85687527dc4fdce01c7aea726af73 10848 
libpacparser1-dev_1.0.9-1_i386.deb
 053089afec2385b65e3cb6f81dca2d707f4327107f97dff8f530f2f93c600735 10876 
python-pacparser_1.0.9-1_i386.deb
Files: 
 5840bca8c341a3eb2208c4e177aeb80e 1024 libs extra pacparser_1.0.9-1.dsc
 32f502bee4233c8a7a6bdc1b1158b36b 24663 libs extra pacparser_1.0.9.orig.tar.gz
 9725b51747f2dfc66bf7f56c3c86042e 2618 libs extra pacparser_1.0.9-1.diff.gz
 b4e42e82b65f952ed56142ed0ce0892f 9274 libs extra libpacparser1_1.0.9-1_i386.deb
 e2de5c65e59be6f7093c6b4166e534ab 10848 libdevel extra 
libpacparser1-dev_1.0.9-1_i386.deb
 b64ea6f71516cf4b4d9a6cb3a5413609 10876 python extra 
python-pacparser_1.0.9-1_i386.deb

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

iEYEARECAAYFAksYrcEACgkQIblXXKfZFgIUXwCfa90Dkbs8YcqxZEK8W/LQj+D8
6SwAoMSNPDiwFrxM8wA2yvSCwuQl8h6g
=WjLp
-END PGP SIGNATURE-


Accepted:
libpacparser1-dev_1.0.9-1_i386.deb
  to main/p/pacparser/libpacparser1-dev_1.0.9-1_i386.deb
libpacparser1_1.0.9-1_i386.deb
  to main/p/pacparser/libpacparser1_1.0.9-1_i386.deb
pacparser_1.0.9-1.diff.gz
  to main/p/pacparser/pacparser_1.0.9-1.diff.gz
pacparser_1.0.9-1.dsc
  to main/p/pacparser/pacparser_1.0.9-1.dsc
pacparser_1.0.9.orig.tar.gz
  to main/p/pacparser/pacparser_1.0.9.orig.tar.gz
python-pacparser_1.0.9-1_i386.deb
  to main/p/pacparser/python-pacparser_1.0.9-1_i386.deb


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



Accepted pylibmc 0.9.2-1 (source amd64)

2009-12-04 Thread Carl Chenet
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 28 Nov 2009 16:33:10 +0100
Source: pylibmc
Binary: python-pylibmc python-pylibmc-dbg
Architecture: source amd64
Version: 0.9.2-1
Distribution: unstable
Urgency: low
Maintainer: Carl Chenet cha...@ohmytux.com
Changed-By: Carl Chenet cha...@ohmytux.com
Description: 
 python-pylibmc - libmemcached wrapper
 python-pylibmc-dbg - libmemcached wrapper (debug mode)
Closes: 556901
Changes: 
 pylibmc (0.9.2-1) unstable; urgency=low
 .
   * Initial release. (Closes: #556901)
Checksums-Sha1: 
 9b4ab80c0746cd5aeb93b4146bb49f4a964a0501 1358 pylibmc_0.9.2-1.dsc
 ce6f18757ff4b5d262f857ecc9035f41cde48cc1 20901 pylibmc_0.9.2.orig.tar.gz
 e6e254a831b65c7c3df6b9784abbb35062471e69 1888 pylibmc_0.9.2-1.diff.gz
 74d04885545220066c45d31140070411c99a0042 17410 python-pylibmc_0.9.2-1_amd64.deb
 a8e6464e81302d632dabc3b0f18e33845ddba836 54116 
python-pylibmc-dbg_0.9.2-1_amd64.deb
Checksums-Sha256: 
 ee13048a85bc517c4d1a9fd6d3a424928fb11a3b54a983ddb164e76ed1177366 1358 
pylibmc_0.9.2-1.dsc
 21cf60c56d4ceb466e74e9699377e89e520bb63a74dd327447eb95ec7747cf58 20901 
pylibmc_0.9.2.orig.tar.gz
 ca6628df915791c9b17f8c736464d377b3ed350151f1f7bf9217bbadcdbf9190 1888 
pylibmc_0.9.2-1.diff.gz
 161b2685ad33b4d9e971dc16aadb3d76dcb0a4fa5e007767d21b54e10d925c9b 17410 
python-pylibmc_0.9.2-1_amd64.deb
 fdafbbda3067b84d8646969cdfb80b2ce18aaef08d5e23c986952434a9f9a3f9 54116 
python-pylibmc-dbg_0.9.2-1_amd64.deb
Files: 
 951ade3f9a619eea742fbd4d45f06e25 1358 python optional pylibmc_0.9.2-1.dsc
 21ac6c2a47e5399b460376676c46b667 20901 python optional 
pylibmc_0.9.2.orig.tar.gz
 7ef3948c503ff48e52d94f4e7e46bc85 1888 python optional pylibmc_0.9.2-1.diff.gz
 122f23e8597e51283a4ae86ac3baabb7 17410 python optional 
python-pylibmc_0.9.2-1_amd64.deb
 2766aeb991ffcc6782fab9fe118d8976 54116 debug extra 
python-pylibmc-dbg_0.9.2-1_amd64.deb

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

iEYEARECAAYFAksYN6wACgkQB01zfu119ZlTxgCgtoXEeftI6J/ScL8bRCrHX+Ik
rJ0An3hcDqUpmyJpOk94jWYOPXeDf+CB
=yMgm
-END PGP SIGNATURE-


Accepted:
pylibmc_0.9.2-1.diff.gz
  to main/p/pylibmc/pylibmc_0.9.2-1.diff.gz
pylibmc_0.9.2-1.dsc
  to main/p/pylibmc/pylibmc_0.9.2-1.dsc
pylibmc_0.9.2.orig.tar.gz
  to main/p/pylibmc/pylibmc_0.9.2.orig.tar.gz
python-pylibmc-dbg_0.9.2-1_amd64.deb
  to main/p/pylibmc/python-pylibmc-dbg_0.9.2-1_amd64.deb
python-pylibmc_0.9.2-1_amd64.deb
  to main/p/pylibmc/python-pylibmc_0.9.2-1_amd64.deb


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



Accepted rotter 0.8-1 (source amd64)

2009-12-04 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 17 Nov 2009 18:09:07 +0100
Source: rotter
Binary: rotter
Architecture: source amd64
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 rotter - JACK client for transmission recording and audio logging
Closes: 509839
Changes: 
 rotter (0.8-1) unstable; urgency=low
 .
   * Initial release (Closes: #509839).
Checksums-Sha1: 
 bfd4bb80962e398afe6cac29cee975356bcdcb04 1321 rotter_0.8-1.dsc
 f51022ea7c51417bae8da363e56b7871a70c9892 125202 rotter_0.8.orig.tar.gz
 2302e774b662167fa7d910736784a4f1d59d566b 3250 rotter_0.8-1.diff.gz
 ef0a2087f684e0f768c420803bbd430fd5998948 20278 rotter_0.8-1_amd64.deb
Checksums-Sha256: 
 8f2db55cdc02ab9a58c5c3d20735bacd412634714c634b149375fce46fb82aec 1321 
rotter_0.8-1.dsc
 c04b23be7f889500a80596ea90b56a4b82e4c2c72a93cba27bdfc9a709eac39e 125202 
rotter_0.8.orig.tar.gz
 398a20f30ac309b4f3a59c7566cf352c70cdfecfca3869012e1ce5d4d78e61d6 3250 
rotter_0.8-1.diff.gz
 76d8ae4d08e7ef9625ae71837371133c7ad20d87d9124664cbdf0dd6350cb66f 20278 
rotter_0.8-1_amd64.deb
Files: 
 59c76e8a7683c368c1b60f3d8f184706 1321 sound optional rotter_0.8-1.dsc
 d411fcd999c97f5f3afe2e4c6a2265ad 125202 sound optional rotter_0.8.orig.tar.gz
 a64e7bb240c2bd10f477b99eb5c9af6a 3250 sound optional rotter_0.8-1.diff.gz
 e381f5c82feb8d935558ac98c07e59c1 20278 sound optional rotter_0.8-1_amd64.deb

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

iEYEARECAAYFAksYv0cACgkQcanJGlcVnlky8gCfdQQHeuOvf/bT2fDiBlL4s/wT
oscAoIesZAmVErBRSA4FQnUURxpmS1aZ
=lhp3
-END PGP SIGNATURE-


Accepted:
rotter_0.8-1.diff.gz
  to main/r/rotter/rotter_0.8-1.diff.gz
rotter_0.8-1.dsc
  to main/r/rotter/rotter_0.8-1.dsc
rotter_0.8-1_amd64.deb
  to main/r/rotter/rotter_0.8-1_amd64.deb
rotter_0.8.orig.tar.gz
  to main/r/rotter/rotter_0.8.orig.tar.gz


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



Accepted tre 0.8.0-1 (source amd64)

2009-12-04 Thread Santiago Vila
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 03 Dec 2009 18:27:10 +0100
Source: tre
Binary: libtre5 libtre-dev tre-agrep
Architecture: source amd64
Version: 0.8.0-1
Distribution: unstable
Urgency: low
Maintainer: Santiago Vila sanv...@debian.org
Changed-By: Santiago Vila sanv...@debian.org
Description: 
 libtre-dev - development package for the libtre5 regexp matching library
 libtre5- regexp matching library with approximate matching
 tre-agrep  - approximate grep utility based on the tre library
Closes: 558465
Changes: 
 tre (0.8.0-1) unstable; urgency=low
 .
   * New upstream release. Closes: #558465. From the NEWS file: Added
 tre_ prefix to all functions exported from libtre. This changes the
 binary interface (ABI). The old source interface (API) is still
 available in tre/regex.h. New programs should use tre/tre.h.
   * Made libtre-dev to depend on exact libtre version (lintian warning).
Checksums-Sha1: 
 0b3dbb5806e403f32633e69a64c861b914c97d73 1268 tre_0.8.0-1.dsc
 8818058785923c32f5e1f48feeb2851507c0e61c 481286 tre_0.8.0.orig.tar.gz
 d996a792de98e8f784f04bcfcecc273d7854576c 12924 tre_0.8.0-1.diff.gz
 1b614c6bb37af3e0efc9869f1df18b1f8e929250 61444 libtre5_0.8.0-1_amd64.deb
 58454faa19958cb9936ba6da192b1da4874b108d 36458 libtre-dev_0.8.0-1_amd64.deb
 774add3f91d7feacedf63b1e4427284c299ca6e0 10956 tre-agrep_0.8.0-1_amd64.deb
Checksums-Sha256: 
 485b6e3c63eedbaebf1b6ff673c615bdd9b1ff608e3b144dc0bba55f1503476a 1268 
tre_0.8.0-1.dsc
 be8670a55198bc57485a6a8ae4b497d7db98ea25f90968585b7eb07d94c6a7dd 481286 
tre_0.8.0.orig.tar.gz
 0cccb92c10267b4fb42cf7e6b03500c33d588ae9e952a5d50a1467d7377de7f5 12924 
tre_0.8.0-1.diff.gz
 542a9ea4b4b7a61560a268f07e28b34b6d6be284d97cfec9b842dbd3297b35bb 61444 
libtre5_0.8.0-1_amd64.deb
 f6c51a92877d882e884816260aa0e6bbf3900696d4cdce7ec42f0684ea14e303 36458 
libtre-dev_0.8.0-1_amd64.deb
 30d9bf2db1bd3007f4a115cf347e9426ab6083ef30785f0a68a5ed06cb6d80dc 10956 
tre-agrep_0.8.0-1_amd64.deb
Files: 
 30440be74138f074cb07ae52c0bb5db2 1268 libs optional tre_0.8.0-1.dsc
 2fd70fa65cb8e5d6b6b99f6e4a4b8913 481286 libs optional tre_0.8.0.orig.tar.gz
 4f593149b21908525184db59f8d7eb4f 12924 libs optional tre_0.8.0-1.diff.gz
 9fbd2961529ba8fe243e5abf52f2059e 61444 libs optional libtre5_0.8.0-1_amd64.deb
 83e336e9b0ee0496586c8ad731f15276 36458 libdevel optional 
libtre-dev_0.8.0-1_amd64.deb
 7f8e502f716f52f8fa269fc433a08862 10956 text optional 
tre-agrep_0.8.0-1_amd64.deb

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

iQEcBAEBCAAGBQJLF/daAAoJEEHOfwufG4sy7CUH/1x4Jrq216TuudlDn29p11ob
ImWjv2p38ztxn4vyJGdTwQpCkD1ju5iYexaRgGf0ulf0JUX1QI9WxkODtPfEwxtb
TKFf48mYspGSBf2hPXyUC9QS/QNtRvH77HACvMAdllJOpI8Mx8FF3f54LjRHwITk
h0xTUI6a+mN6bnn5lkwB63H+Xqnz+NaSyL6F7Eg4H7206Nu3tPCIynsuQvxLRjja
0xWCR5DTIp9r/Qnf38zPB1Gtn3uLTZcI35zbH6+luTnR2XDcnPkZP8s5Zyh1YsgM
9BqfeilHcCbNu43GBbEQO5Zpj1kk2qlweviYu498YyCFRHA/0grFbq0A1doE+xI=
=/0Hy
-END PGP SIGNATURE-


Accepted:
libtre-dev_0.8.0-1_amd64.deb
  to main/t/tre/libtre-dev_0.8.0-1_amd64.deb
libtre5_0.8.0-1_amd64.deb
  to main/t/tre/libtre5_0.8.0-1_amd64.deb
tre-agrep_0.8.0-1_amd64.deb
  to main/t/tre/tre-agrep_0.8.0-1_amd64.deb
tre_0.8.0-1.diff.gz
  to main/t/tre/tre_0.8.0-1.diff.gz
tre_0.8.0-1.dsc
  to main/t/tre/tre_0.8.0-1.dsc
tre_0.8.0.orig.tar.gz
  to main/t/tre/tre_0.8.0.orig.tar.gz


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



Accepted zita-convolver 2.0.0-1 (source amd64)

2009-12-04 Thread Jaromír Mikeš
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 00:37:49 +0100
Source: zita-convolver
Binary: libzita-convolver-dev libzita-convolver2
Architecture: source amd64
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Changed-By: Jaromír Mikeš mira.mi...@seznam.cz
Description: 
 libzita-convolver-dev - Development files (headers) for libzita-convolver 
library
 libzita-convolver2 - Zita convolver is a C++ library implementing a real-time 
convolut
Changes: 
 zita-convolver (2.0.0-1) unstable; urgency=low
 .
   * new upstream release
Checksums-Sha1: 
 979a3ec0a4b4b24ca3184ae0b37560a871401891 1211 zita-convolver_2.0.0-1.dsc
 36a4396a246b4b5fe077e160e4b73998a7fde302 13515 zita-convolver_2.0.0.orig.tar.gz
 1f1a5ff93e1318ca1c05c3d8101c5421868ec76a 6958 zita-convolver_2.0.0-1.diff.gz
 eeb24cbe895bc0500f1978676295c5cad6cce40b 4110 
libzita-convolver-dev_2.0.0-1_amd64.deb
 ff9b08a65ecb43c4c4c4088ae645871b4d6e5312 13468 
libzita-convolver2_2.0.0-1_amd64.deb
Checksums-Sha256: 
 5c2d2577f6195823f02af9790717d36d21b3cc2a420bce261f0fe59c8d4429f4 1211 
zita-convolver_2.0.0-1.dsc
 97a5a2da30f9b82c300d6d620c7b384314ad36db0435a780d327d362b71cf7db 13515 
zita-convolver_2.0.0.orig.tar.gz
 e1c3334d60a2368dd3f406336466f537d73bffe9376127e4fbb325461c856af3 6958 
zita-convolver_2.0.0-1.diff.gz
 e89ec083a80ffbafbd1fc5998127bc3eca54b8601689bb479a8dbc09ca4b5e46 4110 
libzita-convolver-dev_2.0.0-1_amd64.deb
 e255c14daec4d5e8a01e84d7339ddb04a88bd3357334feab74258aec40067c8b 13468 
libzita-convolver2_2.0.0-1_amd64.deb
Files: 
 d4c0d9cb4eebd90b6f436b4da50acf05 1211 sound optional zita-convolver_2.0.0-1.dsc
 27887ae242e4da6388ef335fc9f4 13515 sound optional 
zita-convolver_2.0.0.orig.tar.gz
 daa1e12fe7f0db30ade203612351bb66 6958 sound optional 
zita-convolver_2.0.0-1.diff.gz
 75996dcbb70a5c1355b5a8902f657d5c 4110 libdevel optional 
libzita-convolver-dev_2.0.0-1_amd64.deb
 46200822e273e02bd0842fe9f589c930 13468 libs optional 
libzita-convolver2_2.0.0-1_amd64.deb

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

iEYEARECAAYFAksYrl4ACgkQcanJGlcVnllbDwCgnnBWuI1kIq7+gZIGOqbaeSPf
X/kAn1WBCcf/f01kt9pEyhHO4yMklAXs
=0nFL
-END PGP SIGNATURE-


Accepted:
libzita-convolver-dev_2.0.0-1_amd64.deb
  to main/z/zita-convolver/libzita-convolver-dev_2.0.0-1_amd64.deb
libzita-convolver2_2.0.0-1_amd64.deb
  to main/z/zita-convolver/libzita-convolver2_2.0.0-1_amd64.deb
zita-convolver_2.0.0-1.diff.gz
  to main/z/zita-convolver/zita-convolver_2.0.0-1.diff.gz
zita-convolver_2.0.0-1.dsc
  to main/z/zita-convolver/zita-convolver_2.0.0-1.dsc
zita-convolver_2.0.0.orig.tar.gz
  to main/z/zita-convolver/zita-convolver_2.0.0.orig.tar.gz


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



Accepted arbtt 0.4.4-1 (source amd64)

2009-12-04 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 18:38:19 +0100
Source: arbtt
Binary: arbtt
Architecture: source amd64
Version: 0.4.4-1
Distribution: unstable
Urgency: low
Maintainer: Joachim Breitner nome...@debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 arbtt  - Automatic Rule-Based Time Tracker
Closes: 558031
Changes: 
 arbtt (0.4.4-1) unstable; urgency=low
 .
   * New upstream release
 + Print ERROR: No _NET_CLIENT_LIST set for the root window only once
   (Closes: #558031)
   * Switch to 3.0 (quilt) source file format
Checksums-Sha1: 
 4f58bbfb4e5a14475147d427b5d4aaa05f89a185 1266 arbtt_0.4.4-1.dsc
 8edf9c94e1aa27bfd37fd740f5579a3c0c5bf354 32152 arbtt_0.4.4.orig.tar.gz
 b6f68aee01531a069f37f765e876282674a36f2a 2191 arbtt_0.4.4-1.debian.tar.gz
 5eded37e733a7af153fd099cd8231fcaca64025f 1879418 arbtt_0.4.4-1_amd64.deb
Checksums-Sha256: 
 14113d5065cdf7cb48714d59f42c22b4ec229f5a5f2aef17b6712a5b4ec99664 1266 
arbtt_0.4.4-1.dsc
 0e35963f20167923bf8bdccc39043f02b17f1f77dbb8709872b03e43f8b214f5 32152 
arbtt_0.4.4.orig.tar.gz
 bccaecf5c3ad90381202594caba7a3f8521a44679b031ccc70c140f39c5ecce1 2191 
arbtt_0.4.4-1.debian.tar.gz
 19ec0d220334fcae81f9edab0d903e62ba95f8899ae017b4ac3686d4470ca874 1879418 
arbtt_0.4.4-1_amd64.deb
Files: 
 fa946d33622bc25139ffe8eb120d3a48 1266 haskell optional arbtt_0.4.4-1.dsc
 7beb05e4f589e1af54ea2595691e499d 32152 haskell optional arbtt_0.4.4.orig.tar.gz
 b2bd59159fb28f8d0ac7c7461ca3ebfc 2191 haskell optional 
arbtt_0.4.4-1.debian.tar.gz
 4efffcb879b36ce3c114e99e98cd11fc 1879418 haskell optional 
arbtt_0.4.4-1_amd64.deb

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

iEYEARECAAYFAksZSSoACgkQ9ijrk0dDIGzYWQCghzakFkgQUSmq6i7z1S+1M3CC
9nsAn2I/thqF8+FYN+8pp1IQ20Noiw/2
=ORIU
-END PGP SIGNATURE-


Accepted:
arbtt_0.4.4-1.debian.tar.gz
  to main/a/arbtt/arbtt_0.4.4-1.debian.tar.gz
arbtt_0.4.4-1.dsc
  to main/a/arbtt/arbtt_0.4.4-1.dsc
arbtt_0.4.4-1_amd64.deb
  to main/a/arbtt/arbtt_0.4.4-1_amd64.deb
arbtt_0.4.4.orig.tar.gz
  to main/a/arbtt/arbtt_0.4.4.orig.tar.gz


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



Accepted bind9 1:9.7.0.dfsg~b3-1 (source all amd64)

2009-12-04 Thread LaMont Jones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 30 Nov 2009 21:07:58 -0700
Source: bind9
Binary: bind9 bind9utils bind9-doc bind9-host libbind-dev libbind9-60 libdns62 
libisc60 liblwres60 libisccc60 libisccfg60 dnsutils lwresd
Architecture: all amd64 source 
Version: 1:9.7.0.dfsg~b3-1
Distribution: experimental
Urgency: low
Maintainer: LaMont Jones lam...@debian.org
Changed-By: LaMont Jones lam...@debian.org
Description:
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9  - Internet Domain Name Server
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 libbind9-60 - BIND9 Shared Library used by BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libdns62   - DNS Shared Library used by BIND
 libisc60   - ISC Shared Library used by BIND
 libisccc60 - Command Channel Library used by BIND
 libisccfg60 - Config File Handling Library used by BIND
 liblwres60 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Changes:
 bind9 (1:9.7.0.dfsg~b3-1) experimental; urgency=low
 .
   [Internet Software Consortium, Inc]
 .
   * 9.7.0b3
 .
   [LaMont Jones]
 .
   * Merge remote branch 'origin/master'
   * soname changes
Checksums-Sha1: 
 1de5961b687d2299900c926c3b4675e6adafd38c 341014 bind9_9.7.0.dfsg~b3-1_amd64.deb
 28462accc96d23bc4abbbffd9af96375036f085b 52640 
libisccfg60_9.7.0.dfsg~b3-1_amd64.deb
 3f2c11249395f2be1672c7606d03e4bfe769bf43 233468 
lwresd_9.7.0.dfsg~b3-1_amd64.deb
 4d68154d86cebcb397c620832e4d87ded260cf57 167634 
libisc60_9.7.0.dfsg~b3-1_amd64.deb
 5c53813ec00d198669ddd80a66068aa942a0af13 29402 
libisccc60_9.7.0.dfsg~b3-1_amd64.deb
 69ff6aef7e88266e5ebfe6bfc9aebe50ee7def41 159892 
dnsutils_9.7.0.dfsg~b3-1_amd64.deb
 7bbce6bcdf9b50ecb9b0f851e3d150e5fae4ff77 67092 
bind9-host_9.7.0.dfsg~b3-1_amd64.deb
 b0306670a3d902140374f5b235c802d7e9d3f030 1450814 
libbind-dev_9.7.0.dfsg~b3-1_amd64.deb
 d01bd3caecc9d76ffc622bd30a8e42b980c6f90d 677070 
libdns62_9.7.0.dfsg~b3-1_amd64.deb
 d7cf1182c838a0871b478c1df925f32cc85b 558476 bind9_9.7.0.dfsg~b3-1.diff.gz
 e328c8e493a0b24fa4d45b2bfe24762315bfaa06 1496 bind9_9.7.0.dfsg~b3-1.dsc
 e6d573a6bf06284caa0b9cba8e7cecf7d62f462a 5646299 
bind9_9.7.0.dfsg~b3.orig.tar.gz
 ef089881afd1ef9da456f80ad7a822b6c64a3bdb 115128 
bind9utils_9.7.0.dfsg~b3-1_amd64.deb
 f3abd66deaae74127e3c95dec7cb91c088d8168b 48734 
liblwres60_9.7.0.dfsg~b3-1_amd64.deb
 f3fd48cfd998af7cd385b63f608de783a071daf4 311392 
bind9-doc_9.7.0.dfsg~b3-1_all.deb
 fbcfa4c7296171b5ff4b9ca9cb0bde24b40bb9bb 33272 
libbind9-60_9.7.0.dfsg~b3-1_amd64.deb
Checksums-Sha256: 
 0842d8645e64266b7de45dfe62fbe26ec13fe345efbed774b3774039f71b9bed 5646299 
bind9_9.7.0.dfsg~b3.orig.tar.gz
 2faf51a93083c039885f4230bef2e70385df9637f3859616d7713e91316c70a4 33272 
libbind9-60_9.7.0.dfsg~b3-1_amd64.deb
 3f68af0d8ee1ac0c55603531f19aecc77640cdcafe33f870c752bf5fa4f4a10c 311392 
bind9-doc_9.7.0.dfsg~b3-1_all.deb
 4433a4a5cb7b06767ddab988ecce1df37de38c2e57f89db1006b3ff8f57c90ce 48734 
liblwres60_9.7.0.dfsg~b3-1_amd64.deb
 476f88375978be99f66d8117b62269b657dcad972201e00c414fbffc0c1fe659 341014 
bind9_9.7.0.dfsg~b3-1_amd64.deb
 59d972de677784bc628a448cce59db291cad0dee4f7fc84cebe0e294e6b75f50 159892 
dnsutils_9.7.0.dfsg~b3-1_amd64.deb
 5a9b052eb372c65a38ecd94f0be8b1023603316ebe38b47819e07010d4fcec01 52640 
libisccfg60_9.7.0.dfsg~b3-1_amd64.deb
 600c92dace7e84c41dd2db25da2debc9ed260f2a6f72bf04bcc5b4bb206a257c 1450814 
libbind-dev_9.7.0.dfsg~b3-1_amd64.deb
 68e5b2514c86a5c76e71215653357dc36f5a948f1b1e34ac6a0763eadc5fa5df 233468 
lwresd_9.7.0.dfsg~b3-1_amd64.deb
 72cac7c380955461e5be33dbe77a6df4120cea40a30ab029e41e8e8c7e112c1b 115128 
bind9utils_9.7.0.dfsg~b3-1_amd64.deb
 85565f138c5d23fd408a8d1c3fe6cc53839a82710aec461890a288cc0f8fd3f3 29402 
libisccc60_9.7.0.dfsg~b3-1_amd64.deb
 8cec4b31b1f581cef37ee5ec249973f36976f35b6ea5d9ace68e89c9de16a7c5 167634 
libisc60_9.7.0.dfsg~b3-1_amd64.deb
 947b128b290366510f92611425e297fde3783fc72df9fe90c674055e6d262f1a 1496 
bind9_9.7.0.dfsg~b3-1.dsc
 989ac3cc68cab5335e10562bd90e1b2bc2662d1cbb837859066857bf1e3048cb 677070 
libdns62_9.7.0.dfsg~b3-1_amd64.deb
 bb586f2dca81c2a46b0a2580304bff20531636ad8b7fe187cac21512f1c4f1a4 558476 
bind9_9.7.0.dfsg~b3-1.diff.gz
 d55d0eea0d72a957969524263392d00a04acbaf75c329ea589acd9ecd2bb 67092 
bind9-host_9.7.0.dfsg~b3-1_amd64.deb
Files: 
 18a6e6beaf91fdd12ec496277daab83f 52640 libs optional 
libisccfg60_9.7.0.dfsg~b3-1_amd64.deb
 1ff8420640c07ed53be36cb11ce7069c 67092 net standard 
bind9-host_9.7.0.dfsg~b3-1_amd64.deb
 2bf7b0797733b2513989f21e2d615da0 558476 net optional 
bind9_9.7.0.dfsg~b3-1.diff.gz
 38cc89ab171f6f4ce6df9e243ee3ad5d 48734 libs standard 
liblwres60_9.7.0.dfsg~b3-1_amd64.deb
 3f71c4836535b54b75e49965beb4603a 167634 libs standard 
libisc60_9.7.0.dfsg~b3-1_amd64.deb
 45530ba49163186c93b7373b9690d7dd 233468 net optional 
lwresd_9.7.0.dfsg~b3-1_amd64.deb
 54b32c24569ab200b3bca307bbb995da 33272 libs standard 

Accepted heimdal 1.3.1.dfsg.1-1 (source all i386)

2009-12-04 Thread Brian May
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Dec 2009 09:44:23 +1100
Source: heimdal
Binary: heimdal-docs heimdal-kdc heimdal-multidev heimdal-dev heimdal-clients-x 
heimdal-clients heimdal-kcm heimdal-servers-x heimdal-servers libasn1-8-heimdal 
libkrb5-25-heimdal libhdb9-heimdal libkadm5srv8-heimdal libkadm5clnt7-heimdal 
libgssapi2-heimdal libkafs0-heimdal libroken18-heimdal libotp0-heimdal 
libsl0-heimdal libkdc2-heimdal libhx509-5-heimdal libheimntlm0-heimdal 
libwind0-heimdal libheimsqlite0
Architecture: source all i386
Version: 1.3.1.dfsg.1-1
Distribution: unstable
Urgency: low
Maintainer: Brian May b...@snoopy.debian.net
Changed-By: Brian May b...@snoopy.debian.net
Description: 
 heimdal-clients - Heimdal Kerberos - clients
 heimdal-clients-x - Heimdal Kerberos - X11 client programs
 heimdal-dev - Heimdal Kerberos - development files
 heimdal-docs - Heimdal Kerberos - documentation
 heimdal-kcm - Heimdal Kerberos - KCM daemon
 heimdal-kdc - Heimdal Kerberos - key distribution center (KDC)
 heimdal-multidev - Heimdal Kerberos - Multi-implementation Development
 heimdal-servers - Heimdal Kerberos - server programs
 heimdal-servers-x - Heimdal Kerberos - X11 server programs
 libasn1-8-heimdal - Heimdal Kerberos - ASN.1 library
 libgssapi2-heimdal - Heimdal Kerberos - GSSAPI support library
 libhdb9-heimdal - Heimdal Kerberos - kadmin server library
 libheimntlm0-heimdal - Heimdal Kerberos - NTLM support library
 libheimsqlite0 - Heimdal Kerberos - sqlite support library
 libhx509-5-heimdal - Heimdal Kerberos - X509 support library
 libkadm5clnt7-heimdal - Heimdal Kerberos - kadmin client library
 libkadm5srv8-heimdal - Libraries for Heimdal Kerberos
 libkafs0-heimdal - Heimdal Kerberos - KAFS support library
 libkdc2-heimdal - Heimdal Kerberos - KDC support library
 libkrb5-25-heimdal - Heimdal Kerberos - libraries
 libotp0-heimdal - Heimdal Kerberos - OTP support library
 libroken18-heimdal - Heimdal Kerberos - roken support library
 libsl0-heimdal - Heimdal Kerberos - SL support library
 libwind0-heimdal - Heimdal Kerberos - NTLM support library
Closes: 550646 557716
Changes: 
 heimdal (1.3.1.dfsg.1-1) unstable; urgency=low
 .
   * New upstream release (closes: #557716).
   * Discard patches that don't apply cleanly on assumption they have been
 integrated upstream already.
   * Stop using new 3.0 (quilt) source format as it won't build.
   * Increase soname for libhx509 to 5.
   * Replace symlinks to dirs with real directories (closes: #550646).
   * New heimsqlite library.
Checksums-Sha1: 
 409d83141c0b27b674d4efd06df8b1bcc1f63df9 1723 heimdal_1.3.1.dfsg.1-1.dsc
 a51e63780ff21ec9d5a73549985f6b1543985aa4 5684397 
heimdal_1.3.1.dfsg.1.orig.tar.gz
 c88a271c03fc47632eee029a689370fabb45f578 457115 
heimdal_1.3.1.dfsg.1-1.debian.tar.gz
 c2e8c860f0ddd5930d8550603292d8db710b014e 85098 
heimdal-docs_1.3.1.dfsg.1-1_all.deb
 d6dd37dfd006de33a637cd941325ff987e0fb295 115466 
heimdal-kdc_1.3.1.dfsg.1-1_i386.deb
 4f42c956874e0b715422317741ca486e54f29acb 1339322 
heimdal-multidev_1.3.1.dfsg.1-1_i386.deb
 b18e861c1568b3acb03228f18db9561e4da4421f 259666 
heimdal-dev_1.3.1.dfsg.1-1_i386.deb
 581043a666cfe6a6ead4c54a6a73663974a9c687 56510 
heimdal-clients-x_1.3.1.dfsg.1-1_i386.deb
 0a399489e5bf214d5ad5d4a7ff2a1f826b766aee 293028 
heimdal-clients_1.3.1.dfsg.1-1_i386.deb
 41c09478ca520837bcec9aa810b48d37d59d2c77 44232 
heimdal-kcm_1.3.1.dfsg.1-1_i386.deb
 3c7255326276b6b2be14ee72ddeb3340c8fe45cd 38374 
heimdal-servers-x_1.3.1.dfsg.1-1_i386.deb
 df9d4439435722d7484bd9baa880a58389346bb4 154372 
heimdal-servers_1.3.1.dfsg.1-1_i386.deb
 fcb13877fc01a5cd0730ba68f932f1035d47fd95 223834 
libasn1-8-heimdal_1.3.1.dfsg.1-1_i386.deb
 bb89a851c3831f2781efe8ebc87e5703052ebb23 213252 
libkrb5-25-heimdal_1.3.1.dfsg.1-1_i386.deb
 15e5d233cadd49bae88763c76215d8cd57e02b5e 65648 
libhdb9-heimdal_1.3.1.dfsg.1-1_i386.deb
 d5ce9c3049ced3694dabf472fde337b11c1d81f3 46390 
libkadm5srv8-heimdal_1.3.1.dfsg.1-1_i386.deb
 b194e311f3515b3a200b880c867a3d33c7edeaa1 36826 
libkadm5clnt7-heimdal_1.3.1.dfsg.1-1_i386.deb
 714f26fd98fe1e5a6104cbead2f692436416464c 105666 
libgssapi2-heimdal_1.3.1.dfsg.1-1_i386.deb
 29415612762736a09de928484ac24ae92f272938 35316 
libkafs0-heimdal_1.3.1.dfsg.1-1_i386.deb
 9d906a25d4bffaf72f87bc9dd21ce7bb009e5cef 59366 
libroken18-heimdal_1.3.1.dfsg.1-1_i386.deb
 89468bc2e70549b6d5a7b3789c2de09dc3d90221 58930 
libotp0-heimdal_1.3.1.dfsg.1-1_i386.deb
 2b0f2a1aae35a187bd2c3a9d2e1ae030f6cb0b7a 31458 
libsl0-heimdal_1.3.1.dfsg.1-1_i386.deb
 8dd3bd7e0a0a49976bd88634d77ec74c42ae7347 85028 
libkdc2-heimdal_1.3.1.dfsg.1-1_i386.deb
 1e8028f9774f26fd7647a4e5142c92baeb29039f 130224 
libhx509-5-heimdal_1.3.1.dfsg.1-1_i386.deb
 620b035343bafea8249df0e79dbaadfa29bc70fd 31196 
libheimntlm0-heimdal_1.3.1.dfsg.1-1_i386.deb
 cbc99705c32ee83c7b39f98311a6fee231be4fc5 95488 
libwind0-heimdal_1.3.1.dfsg.1-1_i386.deb
 5e0c028c71ad8e77ac72487296506498778f1e1a 245824 
libheimsqlite0_1.3.1.dfsg.1-1_i386.deb

Accepted libpoe-filter-http-parser-perl 1.02-1 (source all)

2009-12-04 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 04 Dec 2009 05:47:11 -0500
Source: libpoe-filter-http-parser-perl
Binary: libpoe-filter-http-parser-perl
Architecture: source all
Version: 1.02-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libpoe-filter-http-parser-perl - POE filter for HTTP clients or servers
Closes: 552284
Changes: 
 libpoe-filter-http-parser-perl (1.02-1) unstable; urgency=low
 .
   * Initial Release (Closes: #552284)
Checksums-Sha1: 
 a6fc532d6e4dce9b9c61299208d2c18f5e8fcc30 2246 
libpoe-filter-http-parser-perl_1.02-1.dsc
 ab5f309fadd0b44d564175fc60b8544550738b0c 27870 
libpoe-filter-http-parser-perl_1.02.orig.tar.gz
 e2eb5482b5077b24ae7ba576fbe89981438fc6ac 1551 
libpoe-filter-http-parser-perl_1.02-1.diff.gz
 efc0e169c6115463de4f53b612455eac4a01c054 9782 
libpoe-filter-http-parser-perl_1.02-1_all.deb
Checksums-Sha256: 
 64c89e1d8168ee9debab932391bb30e43cf5dc34b3fc091872d66bae97432ea1 2246 
libpoe-filter-http-parser-perl_1.02-1.dsc
 781f0a3d2909928f88078c1709e628fde70a3e621708975a167fec07a3569fd8 27870 
libpoe-filter-http-parser-perl_1.02.orig.tar.gz
 576713613d3bbc224b9e318b6d18c4cff92d3432a22df1f544b572fe3a5d2436 1551 
libpoe-filter-http-parser-perl_1.02-1.diff.gz
 fd81fb2ecc052a2828caceccc95d69976f3b7a98b7a7bf4f7ece1fc0b76fe1e3 9782 
libpoe-filter-http-parser-perl_1.02-1_all.deb
Files: 
 9bc0ccb6614e5481b2511cc93bcb7a4c 2246 perl optional 
libpoe-filter-http-parser-perl_1.02-1.dsc
 cfaba167c59c51823353939b2241d407 27870 perl optional 
libpoe-filter-http-parser-perl_1.02.orig.tar.gz
 50b1e92a7caed8f55af78153eed44d99 1551 perl optional 
libpoe-filter-http-parser-perl_1.02-1.diff.gz
 791f6e08cf76fa54e61d88479a92a148 9782 perl optional 
libpoe-filter-http-parser-perl_1.02-1_all.deb

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

iQIcBAEBCAAGBQJLGRz8AAoJELs6aAGGSaoGKGcP/0VTowIwSF+fZFIhF0ID34WG
bcD1TmeFTKNw11yqQPs06U3HijSw4pDge6kc6xQnpmjcggTxHVqgUD/bfAhbzGn5
fv2Wy5QZtrBjodn7abWgv8UlGvW04JBEbfU7vk1DkhY+VPT1dx3qTX39E8I9B7Dk
E5CvwPfrqViZKap4Umxffiz+AU98CHJHHfA0Lrv1hajStFsoH+J3CnJ1WQQ9onB1
ejSHJxTAIARTofJuOYvesKFdWwU/N16EgYLbJiGJtEN8I7yRNEm2ObVT/dIqO8Zb
RD5Rsv/PC3GGCuz0yXn0Dum7zRpxdA/nvXd7MP2aw7npMNNi85XYrnNdN1j+yzSp
CB04JsMXXVy/f7k1VY2ofc2eNFzZt08pJ1HzKAlDw8yqnvTicSSEkbnM0jSKnUz4
aAF373rwJHspJk7PEK/KKChF1EZo4/7+5zF5AxB/zLKJsG1NS9WphhmeqQ/d+HxB
xRAtTy1taQKB0/Zj2YWMh7FYWGzftpnvkr/x1zoVGjLL6d5ZiYEtXcGusHcQ6EKA
G2RwDQYpWqtR7l7YPQlZn0gPXRPTT1usuzxQlJJpGNvp+l2bBUAG7sTRPi/WyRdR
2Wuf/xtK66Ie3318fHUi/UTumakuaty/S2CW8bkn8uMoGB6rSoWkKofxbchOzdOc
7hx/ke6ZKgsOOSBeEu+y
=pZVf
-END PGP SIGNATURE-


Accepted:
libpoe-filter-http-parser-perl_1.02-1.diff.gz
  to 
main/libp/libpoe-filter-http-parser-perl/libpoe-filter-http-parser-perl_1.02-1.diff.gz
libpoe-filter-http-parser-perl_1.02-1.dsc
  to 
main/libp/libpoe-filter-http-parser-perl/libpoe-filter-http-parser-perl_1.02-1.dsc
libpoe-filter-http-parser-perl_1.02-1_all.deb
  to 
main/libp/libpoe-filter-http-parser-perl/libpoe-filter-http-parser-perl_1.02-1_all.deb
libpoe-filter-http-parser-perl_1.02.orig.tar.gz
  to 
main/libp/libpoe-filter-http-parser-perl/libpoe-filter-http-parser-perl_1.02.orig.tar.gz


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



Accepted libservlet2.4-java 5.0.30-9 (source all amd64)

2009-12-04 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 26 Nov 2009 09:29:10 +0100
Source: libservlet2.4-java
Binary: libservlet2.4-java libservlet2.4-java-gcj libservlet2.4-java-doc
Architecture: source all amd64
Version: 5.0.30-9
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintain...@lists.alioth.debian.org
Changed-By: Niels Thykier ni...@thykier.net
Description: 
 libservlet2.4-java - Servlet 2.4 and JSP 2.0 Java library
 libservlet2.4-java-doc - Servlet 2.4 and JSP 2.0 Java documentation
 libservlet2.4-java-gcj - Servlet 2.4 and JSP 2.0 Java classes and documentation
Changes: 
 libservlet2.4-java (5.0.30-9) unstable; urgency=low
 .
   [ Matthias Klose ]
   * Depend on default-jre-headless.
   * Merge from Ubuntu:
 - Move examples and documentation into a new libservlet2.4-java-doc 
package.
   * Set java source version to 1.4.
 .
   [ Niels Thykier ]
   * Added myself to uploaders.
   * Bumped Standards-Version to 3.8.3.
 - Changed section to java.
 - Refered to the Apache-2.0 license rather than quoting it.
 - Added Homepage and Vcs-* fields.
   * Added more alternatives for java in Depends.
   * Added missing ${misc:Depends}.
   * Bumped debhelper compat to 7.
   * Imported the description from tomcat6; it was vastly better than
 the previous.
   * Added a clause clarifying that the doc package only contains
 the java API.
   * Removed unused parts of the rules file.
   * Added OSGi metadata to the manifests.
   * Converted to source format to 3.0 (quilt).
 - Updated existing patch to apply correctly when using quilt.
   * Added short description to existing patch.
Checksums-Sha1: 
 5f6cd98ded679d60409bf99b7569b4e521499966 1490 libservlet2.4-java_5.0.30-9.dsc
 58b63746a3abd46de7dc6aa67acbcf6b2679e1a8 4692 
libservlet2.4-java_5.0.30-9.debian.tar.gz
 e8a6f120f0ba2771525d9e11018c99b91340f038 138996 
libservlet2.4-java_5.0.30-9_all.deb
 3628a59fea285f8b08e65602b46d535ae0ea975b 838414 
libservlet2.4-java-doc_5.0.30-9_all.deb
 fd086075fdb51e0c50c9d45685fcb8c05c60bba5 77288 
libservlet2.4-java-gcj_5.0.30-9_amd64.deb
Checksums-Sha256: 
 de07731a3b3db27edb6e52da6c0265313de4942dd18230a9550fe9a3e80fdc53 1490 
libservlet2.4-java_5.0.30-9.dsc
 d374684c68948009a01e863fb8db0c86020018e7f488a5c6ab02b23eb37da86b 4692 
libservlet2.4-java_5.0.30-9.debian.tar.gz
 485d507eb5088cda55a182e201e2c6cb8cd6c5c5d127342ad69b5efb7f4c38fc 138996 
libservlet2.4-java_5.0.30-9_all.deb
 d3a23884b67e7163811b59943b9ed82562cfd3e6535ee185bb7bce3d2b440fb1 838414 
libservlet2.4-java-doc_5.0.30-9_all.deb
 9f3b95d560c7ad4f51861821f8a06a656e9286d3bf39ff6a8cd8b4300857b551 77288 
libservlet2.4-java-gcj_5.0.30-9_amd64.deb
Files: 
 0c86eb7d61ec044ce13047723b13b6fb 1490 java optional 
libservlet2.4-java_5.0.30-9.dsc
 e72b9118a578f2dc1d8721c8216d19cc 4692 java optional 
libservlet2.4-java_5.0.30-9.debian.tar.gz
 499ced83f477893ef9fe5eebbf02a9e7 138996 java optional 
libservlet2.4-java_5.0.30-9_all.deb
 30567b672a058605d750fd4836e8fcca 838414 doc optional 
libservlet2.4-java-doc_5.0.30-9_all.deb
 b4d16fbb24452daf297e91c9563d47c8 77288 java optional 
libservlet2.4-java-gcj_5.0.30-9_amd64.deb

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

iEYEARECAAYFAksS9qgACgkQyIFXyIXHk4mIhgCghmSzr/kMq1ltRgSZOQgmZ9jF
gjkAoJC2EzOcrZL1zFD6ZRIjeb9B68a7
=ee1j
-END PGP SIGNATURE-


Accepted:
libservlet2.4-java-doc_5.0.30-9_all.deb
  to main/libs/libservlet2.4-java/libservlet2.4-java-doc_5.0.30-9_all.deb
libservlet2.4-java-gcj_5.0.30-9_amd64.deb
  to main/libs/libservlet2.4-java/libservlet2.4-java-gcj_5.0.30-9_amd64.deb
libservlet2.4-java_5.0.30-9.debian.tar.gz
  to main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-9.debian.tar.gz
libservlet2.4-java_5.0.30-9.dsc
  to main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-9.dsc
libservlet2.4-java_5.0.30-9_all.deb
  to main/libs/libservlet2.4-java/libservlet2.4-java_5.0.30-9_all.deb


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



Accepted libtemplates-parser 11.5-1 (source amd64)

2009-12-04 Thread Ludovic Brenta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue,  1 Dec 2009 22:19:20 +0100
Source: libtemplates-parser
Binary: libtemplates-parser11.5-dev libtemplates-parser11.5 
libtemplates-parser11.5-dbg
Architecture: source amd64
Version: 11.5-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 libtemplates-parser11.5 - Ada library to parse files and replace variables 
with their value
 libtemplates-parser11.5-dbg - Ada library to parse files and replace variables 
with their value
 libtemplates-parser11.5-dev - Ada library to parse files and replace variables 
with their value
Changes: 
 libtemplates-parser (11.5-1) unstable; urgency=low
 .
   * New upstream version (Subversion revision 145737).
   * Set aliversion=11.5, soversion=11.5 per Debian Policy for Ada.
   * Package renamings:
 libtemplates-parser-dev   - libtemplates-parser11.5-dev
  (with Conflicts: and Replaces:)
 libtemplates-parser11 - libtemplates-parser11.5
 libtemplates-parser11-dbg - libtemplates-parser11.5-dbg
   * Build-Depend and Depend on gnat-4.4 instead of gnat-4.3.
   * Build-Depend on libxmlada3.2-dev instead of libxmlada-dev.
   * Drop support for alpha due to http://gcc.gnu.org/PR42073.
   * debian/rules: parse the aliversion and soversion from debian/control.
   * debian/patches/GPL.patch: remove; merged into the .orig.tar.gz.
   * debian/patches/library_version.patch: adjust.
Checksums-Sha1: 
 7f08a8fa61392038d3cf6dab7896760f5b338f99 1296 libtemplates-parser_11.5-1.dsc
 c5f5ef06181a80d7309e8c0043e0fb6e443f2077 181596 
libtemplates-parser_11.5.orig.tar.gz
 df0c90badb6fde378fe521522e65dc1074c3bf9b 8564 
libtemplates-parser_11.5-1.diff.gz
 4ab9940a64d8a0159624a501987fae62761eb962 702948 
libtemplates-parser11.5-dev_11.5-1_amd64.deb
 e64b18b7689090640185ba2faa3adab6039a99ab 206502 
libtemplates-parser11.5_11.5-1_amd64.deb
 fe27fc83502daf0dd604ac5419fc1aa20ec034d4 31964 
libtemplates-parser11.5-dbg_11.5-1_amd64.deb
Checksums-Sha256: 
 b016f9e28758ccff1039a0b98e33614035ff32a65857868228657060cbf88711 1296 
libtemplates-parser_11.5-1.dsc
 e454980a2c65e16d67936788a9bbf2453baccedbdc9339075f5cf287a80afba7 181596 
libtemplates-parser_11.5.orig.tar.gz
 12d2dad7b2172c2dccba48c4ff847d3631f6a49a80bbf87a876b542597c0a746 8564 
libtemplates-parser_11.5-1.diff.gz
 f4aa67a101c104ff9c7452da41653a38b47f82eb9b7ce054c37afd5e01c650ec 702948 
libtemplates-parser11.5-dev_11.5-1_amd64.deb
 11d73d0a63c65b2bd2cf6d2a779d38cab70ced470d7cecec899fed04405c8fba 206502 
libtemplates-parser11.5_11.5-1_amd64.deb
 4bb5a41bd8bc80e6d3bc91e5584e8510eb5b580f8b3fd72b1326e00cf6480213 31964 
libtemplates-parser11.5-dbg_11.5-1_amd64.deb
Files: 
 7e14c29e64c8294f9b775776eb8323a2 1296 libdevel optional 
libtemplates-parser_11.5-1.dsc
 a0b2a4d10dcf665389bd56bffbfa860b 181596 libdevel optional 
libtemplates-parser_11.5.orig.tar.gz
 ef482778f26d47b15c3a5c0b23e9c48a 8564 libdevel optional 
libtemplates-parser_11.5-1.diff.gz
 e1947c146a853893900aaf447560c7b8 702948 libdevel optional 
libtemplates-parser11.5-dev_11.5-1_amd64.deb
 ec08c62cbcfa7fc8b1072cda04629223 206502 libs optional 
libtemplates-parser11.5_11.5-1_amd64.deb
 f6e76607929ec926e8b186cffcddfc0f 31964 debug extra 
libtemplates-parser11.5-dbg_11.5-1_amd64.deb

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

iD8DBQFLFY+ox9kwJZ3/qtQRArZrAJ4yeCU43QPvBuUteCHDZB53DuBGbwCgnZZZ
GjVbRjxE8PbMEpPnN1jRFbw=
=Jox6
-END PGP SIGNATURE-


Accepted:
libtemplates-parser11.5-dbg_11.5-1_amd64.deb
  to main/libt/libtemplates-parser/libtemplates-parser11.5-dbg_11.5-1_amd64.deb
libtemplates-parser11.5-dev_11.5-1_amd64.deb
  to main/libt/libtemplates-parser/libtemplates-parser11.5-dev_11.5-1_amd64.deb
libtemplates-parser11.5_11.5-1_amd64.deb
  to main/libt/libtemplates-parser/libtemplates-parser11.5_11.5-1_amd64.deb
libtemplates-parser_11.5-1.diff.gz
  to main/libt/libtemplates-parser/libtemplates-parser_11.5-1.diff.gz
libtemplates-parser_11.5-1.dsc
  to main/libt/libtemplates-parser/libtemplates-parser_11.5-1.dsc
libtemplates-parser_11.5.orig.tar.gz
  to main/libt/libtemplates-parser/libtemplates-parser_11.5.orig.tar.gz


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



Accepted opencv 2.0.0-1 (source all i386)

2009-12-04 Thread Nobuhiro Iwamatsu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Dec 2009 01:13:18 +0900
Source: opencv
Binary: opencv-doc libcv-dev libcvaux-dev libhighgui-dev libcv4 libcvaux4 
libhighgui4 python-opencv
Architecture: source all i386
Version: 2.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team 
pkg-scicomp-de...@lists.alioth.debian.org
Changed-By: Nobuhiro Iwamatsu iwama...@debian.org
Description: 
 libcv-dev  - development files for libcv
 libcv4 - computer vision library
 libcvaux-dev - development files for libcvaux
 libcvaux4  - computer vision extension library
 libhighgui-dev - development files for libhighgui
 libhighgui4 - computer vision GUI library
 opencv-doc - OpenCV documentation and examples
 python-opencv - Python bindings for the computer vision library
Closes: 492445 507584 507588 516794 525023 530153 549997 557140
Changes: 
 opencv (2.0.0-1) unstable; urgency=low
 .
   * New upstream release. (Closes: #507588, #549997, #492445)
   * Update Standards-Version to 3.8.3
   * Add debian/README.source
   * Add libdc1394-22-dev to Build-Depends. (Closes: #507584, #516794)
   * Remove libcvaux-dev and libhighgui-dev from Depends of libcv-dev.
 (Closes: #525023)
   * Remove all .la files.
   * Update debian/watch file. (Closes: #557140)
   * Update debian/rules file.
 Add --disable-sse and --disable-optimization to configure.
   * Remove bashism. (Closes: #530153)
 500_remove_bashism.patch
   * Update debian/patches
 010_m4_syntax.diff
 010_fix_optimisations.diff
 010_makefile_syntax.diff
 010_python_cspec.diff
 020_python_linking.diff
 100_static_inline.diff
 100_amd64.diff
 120_header_warnings.diff
   * Remove debian/patches
 - Merge to upstream
   030_install_hook.diff
   100_ffmpeg_updates.diff
   210_openmp_compilation.diff
   300_fix_segfault_in_window_gtk.diff
   400_ffmpeg_splitting_autofoo.diff
   410_ffmpeg_use_swscale.diff
   420_typedef_longint.diff
   430_highgui_jpeg_camera.diff
 - Don't need new version
   010_ffmpeg_linking.diff
   050_rebootstrap.diff
   200_documentation.diff
   500_ftbfs_gcc44.diff
Checksums-Sha1: 
 850d6f54993f92c2952208efdf1cfed8b1646cb5 1587 opencv_2.0.0-1.dsc
 bb4fbbbf807fd1bf6040e20c15e5414753630ab0 14784684 opencv_2.0.0.orig.tar.gz
 14897c406b86fabe50549b8c703b2526ff4d34b7 20629 opencv_2.0.0-1.diff.gz
 ed3f5e9a3cef69ffb1768928dbe4cad8a0fc2d20 3468200 opencv-doc_2.0.0-1_all.deb
 52f2fa2753728ac5ab0ed4ce40cba280ce23f897 4884510 libcv-dev_2.0.0-1_i386.deb
 44948bc385e578da0cc8b62efded64ba42a47c57 619300 libcvaux-dev_2.0.0-1_i386.deb
 56b7fa0dd06ebdef499849c1cc048cb0646a0186 145588 libhighgui-dev_2.0.0-1_i386.deb
 e4b54d8a51132b8bca30590ea0190a56bc4aa1c7 2031858 libcv4_2.0.0-1_i386.deb
 cedc2cf98b2320d60c8fedcdf2dcb18c065cc62a 447308 libcvaux4_2.0.0-1_i386.deb
 1458350a470bf192af9a3b6524d317ac02e8c95c 113174 libhighgui4_2.0.0-1_i386.deb
 a62a0eabf7fb039c557006e0af6a30eb5250302d 731910 python-opencv_2.0.0-1_i386.deb
Checksums-Sha256: 
 a35458a6c2c890b0433dac4c3ef83b7beebc77c79ee0ccf19529b13f32e20318 1587 
opencv_2.0.0-1.dsc
 6cceefae735372b6943e5ce5e2b1e80be236cea045be9515a6eca92217b27e62 14784684 
opencv_2.0.0.orig.tar.gz
 fac1b149e17af7e8c125f0b6b698145d7383ab12919303a73c7f3b43988d7039 20629 
opencv_2.0.0-1.diff.gz
 6ad65c7b2b4ced0453b86bb1092785f45bbd3c6ee1fabc5f59414d607a9d477c 3468200 
opencv-doc_2.0.0-1_all.deb
 fd5bff3ab57e2c0dc54f5a6be12a7b7a23579084ee8dcf932b3cbca996364d6c 4884510 
libcv-dev_2.0.0-1_i386.deb
 5060da9aa17e47b85f869f261580b25455921dfdb8be17806283c008ac80e9f7 619300 
libcvaux-dev_2.0.0-1_i386.deb
 13adfd46bc2265b9efb5fba2cc22e985f49917d519ef5c07ed10a43f1ef40fa7 145588 
libhighgui-dev_2.0.0-1_i386.deb
 369008a1953de75b2b11af4b519b9e3037926a4266f8249116bdb3e6a1df8a61 2031858 
libcv4_2.0.0-1_i386.deb
 f2bda37721522e68a760f3f4586ebb4190028aa74f45c2f2afae6a3861e1d37b 447308 
libcvaux4_2.0.0-1_i386.deb
 3aef2178e5d2d008c3231aa7bf89b36629a7fc6473f918cdba96c21043d23b8a 113174 
libhighgui4_2.0.0-1_i386.deb
 a805adf1b0809697111b4e626f413afacdbeb8139b792cfdae9e2f34154c6e7b 731910 
python-opencv_2.0.0-1_i386.deb
Files: 
 c1a39e4c1da209749e970841fdf2a25c 1587 devel optional opencv_2.0.0-1.dsc
 8b5212d618fb3a7de28eaf5abd9ca4eb 14784684 devel optional 
opencv_2.0.0.orig.tar.gz
 7c18166657a4d394fdbbcde919d855cb 20629 devel optional opencv_2.0.0-1.diff.gz
 75a8653c7242ebf526a95478a814c6a0 3468200 doc optional 
opencv-doc_2.0.0-1_all.deb
 b232b1101c14ebe03e64d936264acf74 4884510 libdevel optional 
libcv-dev_2.0.0-1_i386.deb
 6a4b976b59703bce22a269e74963ab18 619300 libdevel optional 
libcvaux-dev_2.0.0-1_i386.deb
 fbf7e419a58b5379fbb918ad0d449a29 145588 libdevel optional 
libhighgui-dev_2.0.0-1_i386.deb
 574775244f2b652f40d82a67824eb1de 2031858 libs optional libcv4_2.0.0-1_i386.deb
 65481c2e74b1a39e691c2871e9001d0a 447308 libs optional 
libcvaux4_2.0.0-1_i386.deb
 ddc66d7731ba7735a87f21907207c1b6 113174 libs 

Accepted python-lzma 0.5.2-1 (source amd64)

2009-12-04 Thread Richard Darst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 15 Nov 2009 17:01:44 -0500
Source: python-lzma
Binary: python-lzma python-lzma-dbg
Architecture: source amd64
Version: 0.5.2-1
Distribution: experimental
Urgency: low
Maintainer: Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Richard Darst r...@zgib.net
Description: 
 python-lzma - Python bindings for liblzma
 python-lzma-dbg - python-lzma debug symbols
Closes: 556451
Changes: 
 python-lzma (0.5.2-1) experimental; urgency=low
 .
   * Initial release (Closes: #556451)
Checksums-Sha1: 
 6581e4b50c215e720523707261e6482e4b669fc2 2067 python-lzma_0.5.2-1.dsc
 61a9cf34af84863401a5676e1c6dbcd41cc4d00d 60174 python-lzma_0.5.2.orig.tar.gz
 728ea3daad6ce100243015c338a93a82b7cdd369 2308 python-lzma_0.5.2-1.diff.gz
 1396c57ad547a07a491240e53636a7b251d56d1e 47250 python-lzma_0.5.2-1_amd64.deb
 aec0b8a99ed1e605c98c667881b830e49160c806 105508 
python-lzma-dbg_0.5.2-1_amd64.deb
Checksums-Sha256: 
 69440097c0be6cd6fcd71a4c702a4a9e1d2dee87dcbcf2b0c5cea09a0ca8338d 2067 
python-lzma_0.5.2-1.dsc
 c36cbdc5e0a600afde9cf6d36c719be3a091153cf109cb22cd2e50d95cf66219 60174 
python-lzma_0.5.2.orig.tar.gz
 96a42fa1f995b3ad9eb3cacf46b2e6a5db41e010c04386d4fb0fa247bc6d4ef2 2308 
python-lzma_0.5.2-1.diff.gz
 5e8bec4e095ea283b5dc3c8d5544264f9b5b40396f5ce945b48beea420ae133d 47250 
python-lzma_0.5.2-1_amd64.deb
 86574a2ecbdec198828d31db0e2a3c9c275cb6cea8f638b45358712184ec038f 105508 
python-lzma-dbg_0.5.2-1_amd64.deb
Files: 
 a8151f1e0def3e96f148b82249294f1f 2067 python optional python-lzma_0.5.2-1.dsc
 3d23221c694d441b5dcf8951c2516b10 60174 python optional 
python-lzma_0.5.2.orig.tar.gz
 5155e4d06931521ce3962fdef58bceec 2308 python optional 
python-lzma_0.5.2-1.diff.gz
 ce65810c4e26737de33a0207cdf050e8 47250 python optional 
python-lzma_0.5.2-1_amd64.deb
 76fcb672199a8dffd8bae0452b947a4e 105508 debug extra 
python-lzma-dbg_0.5.2-1_amd64.deb

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

iQIcBAEBCgAGBQJLDT+YAAoJEHqPSei2NIC+w1AP/ibT5cwGW/Ss5xBa6FLRNV1j
f2gagteitNc9Pr2lTBjHkC1U4N4VZinOi4uotNv364E/i4zsP5WKG5v16Gl3UfGV
bNWn+UIh5dK0MilQnGI+STPmFCWuLAxcaWKjyO+5btcPKsoRJ1J76CxM4dJQLT3n
CQOFIW0oOpq3MoxMRIPCBQLAxth+GXWjlobIcFO9BADkDcwA59VVgCjhlM7ZsZVW
fzhI7M79gLIT7tghqmIEHJ4CsnNREO8EXnk72/Ezvqs/cnB9y+KvLnAto3QPffjP
CdBWwsEyrvNg7AQsFYW/aZgdJuhh4Sp+Fih1NtRFfUyUhJNxrIRXmZk51fqZomnR
ZcYPSwZz50enbwhiDlREF5D88weYLF8yM9EPIsFtpwRDSlVQMkcVqpExn/tWWKic
owyHqpbiCdHmaNAt7yH6O/dsuOVn2j/av2Ne/BzQZJg8c43+HQFLAvmkLB09PezV
2yUNjdUMIraE25yAqus6GdD8lWEALL2DeMjgIoq2IhYVtAOLUf31z9T1mRzwjcTP
78ardk+r02mL9L5HLJbZgxWF7IGZFH/1k9PLkHSSp6Szkgnaxz1xHeVwbrWGCQYO
mDnL5NKC3UoDeMIHwYOxpxisSH5j5XNzNzvgey8/Zc5uFb4FiZhYdXOip/mno00s
aOh8CgDUB/L/xkIhzorJ
=0VCR
-END PGP SIGNATURE-


Accepted:
python-lzma-dbg_0.5.2-1_amd64.deb
  to main/p/python-lzma/python-lzma-dbg_0.5.2-1_amd64.deb
python-lzma_0.5.2-1.diff.gz
  to main/p/python-lzma/python-lzma_0.5.2-1.diff.gz
python-lzma_0.5.2-1.dsc
  to main/p/python-lzma/python-lzma_0.5.2-1.dsc
python-lzma_0.5.2-1_amd64.deb
  to main/p/python-lzma/python-lzma_0.5.2-1_amd64.deb
python-lzma_0.5.2.orig.tar.gz
  to main/p/python-lzma/python-lzma_0.5.2.orig.tar.gz


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



Accepted python-lzma 0.5.2-2 (source amd64)

2009-12-04 Thread Richard Darst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 30 Nov 2009 13:00:45 -0500
Source: python-lzma
Binary: python-lzma python-lzma-dbg
Architecture: source amd64
Version: 0.5.2-2
Distribution: experimental
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Richard Darst r...@zgib.net
Description: 
 python-lzma - Python bindings for liblzma
 python-lzma-dbg - python-lzma debug symbols
Changes: 
 python-lzma (0.5.2-2) experimental; urgency=low
 .
   * Fix duplicate Maintainer:  text in that field in debian/control.
   * Include the backwards-compatibility liblzma.py module.  This just
 imports lzma and raises a DeprecationWarning.
   * Remove unneeded dh_builddeb override from debian/rules.
Checksums-Sha1: 
 336c1c20b6867ab2304ae12d89b6385e98b30cc7 2055 python-lzma_0.5.2-2.dsc
 a448cf7bdd459d5e267f0915a9aa46254263 2458 python-lzma_0.5.2-2.diff.gz
 3a9a6433c6770ae0d165d6b5b9b79f777f40c3c5 47612 python-lzma_0.5.2-2_amd64.deb
 db35f9e13a27035b79c04abe190d0809ed9a5ba3 105496 
python-lzma-dbg_0.5.2-2_amd64.deb
Checksums-Sha256: 
 570d434bad2452b02c1577197765c8735fcace59121c8d9fa04a48c1beafda6e 2055 
python-lzma_0.5.2-2.dsc
 39d6fb6b652a2b20a878593d92b2c105ba9a480131fdf34949be20f503a9c03f 2458 
python-lzma_0.5.2-2.diff.gz
 7316894db2bab62b309e8c41344db4e804bc872d2b61439807f6814f6789a68e 47612 
python-lzma_0.5.2-2_amd64.deb
 abe0dbf8c263c7983ebb4b91929fc099f797375a50cd5a70f1aa01294e66e179 105496 
python-lzma-dbg_0.5.2-2_amd64.deb
Files: 
 ab0e5bc6bfc1c3b213281e1f16916499 2055 python optional python-lzma_0.5.2-2.dsc
 b758f505413cfd2f8386b7c2285665f6 2458 python optional 
python-lzma_0.5.2-2.diff.gz
 07bbed40b42dc454b3f3c339006e8ac6 47612 python optional 
python-lzma_0.5.2-2_amd64.deb
 7e8c75a058aff48de7a1bde2fa7638a0 105496 debug extra 
python-lzma-dbg_0.5.2-2_amd64.deb

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

iQIcBAEBCgAGBQJLFFpPAAoJEHqPSei2NIC+ogUP/Ahz6dr1dU3reIx51/nAgh+4
tz/mBler/W/Rt7Q3diupn4/wjD4uBwGsfIfF4CUJ/m1ZexzeFdZ3JO2R52Wck2u7
yduFvPm92vj57JGmxWS393wOd69iyngPC/yfDWO/Mm6VedL4f0tpUCAYiiceg+RC
RDRuU7LHrThGM0FcTKAnXINGfwn9WIZbPMGDVQ9OrPhp2fSdb3vTHBFwlVf2EbG5
q/35hu47q6/Qu0N927BttTnLWvE6zVu4OmvybFuGhboy+WCTEzF2lY7aOLIDWgUm
aP9SEA8MPVe/oZjkWYGdqIwR7Gq/HMy7IFqyhiKeRYl20TxGqSzrQFg2l6KrHCJQ
2UqlIG5JZdKOb+Pdo0juhFSqsPQ5otcJM7iKSDH6BRBUUjYoSIyOgWRmeHy8mTL9
MblMR5xfL1EWvHqo+QHZ5Er41RYZ2YDmSfPBbAW8yKfqmV8Hf71gr8u7J3Lis99J
sW4eBQurD/ii1zr3XB4lKDYYiktpVM6s/GcMB8Or5r7iuz3UQLgxmsLZ2dAjlnGQ
9Y89kwAfJJ2tfod0jwoXORqIAri50wJw7nDD3YI6GXn3XzZ7iRUCF/nx+G4N+12o
aYhU/Puzn23qwcb1qoqUmkOJur8NtVlpC0XW9sCepAMal4j8cosiQ0Ob4pX02a0G
IAp1siz2W7ZToLqa4s8z
=9Xiv
-END PGP SIGNATURE-


Accepted:
python-lzma-dbg_0.5.2-2_amd64.deb
  to main/p/python-lzma/python-lzma-dbg_0.5.2-2_amd64.deb
python-lzma_0.5.2-2.diff.gz
  to main/p/python-lzma/python-lzma_0.5.2-2.diff.gz
python-lzma_0.5.2-2.dsc
  to main/p/python-lzma/python-lzma_0.5.2-2.dsc
python-lzma_0.5.2-2_amd64.deb
  to main/p/python-lzma/python-lzma_0.5.2-2_amd64.deb


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



Accepted qt4-x11 4:4.6.0-1 (source all amd64 i386)

2009-12-04 Thread Fathi Boudra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Dec 2009 14:07:47 +0100
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-multimedia libphonon4 libqt4-dev 
libqt4-opengl-dev libphonon-dev libqt4-dbg libqt4-webkit-dbg 
libqt4-xmlpatterns-dbg phonon-dbg qt4-demos-dbg qt4-designer qt4-dev-tools 
qt4-qmake qt4-qtconfig qt4-demos qt4-doc qt4-doc-html phonon
Architecture: all amd64 i386 source 
Version: 4:4.6.0-1
Distribution: experimental
Urgency: low
Maintainer: Fathi Boudra f...@debian.org
Changed-By: Fathi Boudra f...@debian.org
Closes: 557374 557375 557376 557396 557397
Description:
 libphonon4 - Qt 4 Phonon module
 libphonon-dev - Qt 4 Phonon library development files
 libqt4-assistant - 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-designer - Qt 4 designer module
 libqt4-dev - Qt 4 development files
 libqt4-gui - transitional package for Qt 4 GUI runtime libraries
 libqt4-help - Qt 4 help module
 libqt4-multimedia - Qt 4 Multimedia module
 libqt4-network - Qt 4 network module
 libqt4-opengl-dev - Qt 4 OpenGL library development files
 libqt4-opengl - Qt 4 OpenGL module
 libqt4-qt3support - Qt 3 compatibility library for Qt 4
 libqt4-script - Qt 4 script module
 libqt4-scripttools - Qt 4 script tools 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 - Qt 4 SQL module
 libqt4-sql-sqlite2 - Qt 4 SQLite 2 database driver
 libqt4-sql-sqlite - Qt 4 SQLite 3 database driver
 libqt4-sql-tds - Qt 4 FreeTDS database driver
 libqt4-svg - Qt 4 SVG module
 libqt4-test - Qt 4 test module
 libqt4-webkit-dbg - Qt 4 WebKit library debugging symbols
 libqt4-webkit - Qt 4 WebKit module
 libqt4-xmlpatterns-dbg - Qt 4 XML patterns library debugging symbols
 libqt4-xmlpatterns - Qt 4 XML patterns module
 libqt4-xml - Qt 4 XML module
 libqtcore4 - Qt 4 core module
 libqtgui4  - Qt 4 GUI module
 phonon-dbg - Qt 4 Phonon library debugging symbols
 phonon - Qt 4 Phonon module metapackage
 qt4-demos-dbg - Qt 4 examples and demos debugging symbols
 qt4-demos  - Qt 4 examples and demos
 qt4-designer - graphical designer for Qt 4 applications
 qt4-dev-tools - Qt 4 development tools
 qt4-doc-html - Qt 4 API documentation (HTML format)
 qt4-doc- Qt 4 API documentation
 qt4-qmake  - Qt 4 qmake Makefile generator tool
 qt4-qtconfig - Qt 4 configuration tool
Changes:
 qt4-x11 (4:4.6.0-1) experimental; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Fathi Boudra:
 .
   * Add french translations.
   * Merge with Kubuntu: add libqt4-sql-tds plugin.
 .
   +++ Changes by Frederik Schwarzer:
 .
   * Fix typos in package descriptions.
 (Closes: #557397, #557396, #557374, #557375, #557376)
Checksums-Sha1: 
 0171979b96aa7b1b5d81a6958b62b6516e3bbee6 171263472 
libqt4-webkit-dbg_4.6.0-1_amd64.deb
 0303f4ad721362431a30c3fa0ec40393b8d35512 86742 libphonon-dev_4.6.0-1_amd64.deb
 047a8e90c866958d9cb134ad30b7bb6488a07fe2 839974 libqt4-script_4.6.0-1_amd64.deb
 059c16e03dcc532549b810b686c6f2b9cd8eed4f 101932 libqt4-test_4.6.0-1_amd64.deb
 0a7d7de400584ff3c9b7b07be70bb581bc90eb6c 206564 libqt4-svg_4.6.0-1_i386.deb
 0cf4b38e83c6848e9be32b3e173da0f6795d72d6 6183728 libqt4-webkit_4.6.0-1_i386.deb
 113c844b4b7942ca4463c49adf49568e541f2f0a 86216 
libqt4-sql-ibase_4.6.0-1_i386.deb
 1199a49dcc50b45198c65102a7e929e038c14858 174698418 
libqt4-webkit-dbg_4.6.0-1_i386.deb
 11b0fb875de863f2892412ebad392249e776b671 41348 libqt4-core_4.6.0-1_i386.deb
 15b7153e48e5bd8e5bec11471297437cb4363fb8 2494262 qt4-dev-tools_4.6.0-1_i386.deb
 15cc9d7af2acae2446caba549bd74c860e040667 57996 
libqt4-opengl-dev_4.6.0-1_i386.deb
 19b7ac23e2acc3f08ef156424d1326f57b0a6106 1584870 qt4-qmake_4.6.0-1_i386.deb
 1a39a98106b9209afb1b19f7db84ac29a83a7bc1 529354 
libqt4-network_4.6.0-1_amd64.deb
 1dacc36602e36acded311ade48205f32221d387f 322446 
libqt4-scripttools_4.6.0-1_i386.deb
 1e9f7fe15058b596f6a47ea8b1543872af39afde 70050 
libqt4-sql-mysql_4.6.0-1_i386.deb
 1f6bbd8e49e27c51f4ede947054d6d4bb545c8a9 326166 libqt4-opengl_4.6.0-1_i386.deb
 252c35eb99cfa93cbf082ec3b243869127c9d17a 61706 
libqt4-sql-sqlite_4.6.0-1_amd64.deb
 2941007447c97c60f894ac790459820950199a39 1533224 
libqt4-xmlpatterns_4.6.0-1_i386.deb
 29d3d182b5267e0382a18f7a45649c561dfee9ce 22282316 
libqt4-xmlpatterns-dbg_4.6.0-1_amd64.deb
 2cc0ec2af9d3be18b51738345b7c937ec69a8d61 88640 
libqt4-sql-odbc_4.6.0-1_amd64.deb
 

Accepted rtfm 2.4.2-2 (source all)

2009-12-04 Thread Dominic Hargreaves
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 29 Nov 2009 19:14:46 +
Source: rtfm
Binary: rt3.8-rtfm
Architecture: source all
Version: 2.4.2-2
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: 
 rt3.8-rtfm - FAQ Manager for Request Tracker 3.8
Closes: 534997 537598
Changes: 
 rtfm (2.4.2-2) unstable; urgency=low
 .
   * Upload to Debian (Closes: #537598)
   * Include debian/README.source documenting use of quilt (thanks, lintian)
   * Fix some permissions of installed files (thanks, lintian)
   * Update debian/NEWS to highlight package rename
   * Add quoting fix to etc/acl.Pg (together with upstream change in 2.4.2,
 Closes: #534997)
   * Update Vcs-* control fields to point at git repository
   * Correct manpage exclusion so that no manpages conflicting with rt3.6
 versions get installed
   * Update debian/scripts/rt-setup-database-debian to use new-style
 RT config API
 .
 rtfm (2.4.2-1) unstable; urgency=low
 .
   * New Upstream Version
 * Bug fixes only, this version is required for RT 3.8.3.
   * Remove merged patches: migrate-missing-use, acl-pg
 .
 rtfm (2.4.1-1) unstable; urgency=low
 .
   * New Upstream Version
 * Allow to have more then one message box on a page, for example
RTIR has such pages.
   * Update patches: migrate-library-path, add-destdir
   * Remove merged patch: pg-smallint
   * Add patch: acl-pg (remove warnings)
 .
 rtfm (2.4.0-1) unstable; urgency=low
 .
   * New Upstream Version
 * RTFM UI now available during Ticket Creation (only in 3.8.1 or higher)
 .
 rtfm (2.4.0~rc1-1) unstable; urgency=low
 .
   * New Upstream Version
 * SelfService users can search for Articles
 * Global Topics
   * Queue specific Article Lists using Topics
 * Integration with 3.8
   * Request Request Tracker version = 3.8.1.
 .
 rtfm (2.2.1-9) unstable; urgency=low
 .
   * Bump to request-tracker3.8 from request-tracker3.6
Checksums-Sha1: 
 4b1d1ea7ab593601cafb13ddb0083d7a3862d9f4 1245 rtfm_2.4.2-2.dsc
 a2d3a7f6c2f086488e8c8af849bdda398252849e 144389 rtfm_2.4.2.orig.tar.gz
 1e6de72922976f44d775661928e39dd69679767c 21012 rtfm_2.4.2-2.diff.gz
 7ec3422454a237a434ab3ac5b8b5b3e8399424f2 119804 rt3.8-rtfm_2.4.2-2_all.deb
Checksums-Sha256: 
 e6d06b6b143ccec61731004bd753ba2d0073cc8515456a6cc172f075c291502c 1245 
rtfm_2.4.2-2.dsc
 2a96912e5fffd01762acd84004eff54e71c6ca3a37bfe4fd71ed7e7184257600 144389 
rtfm_2.4.2.orig.tar.gz
 7ae5b7de8423910cc3d02e1da69bd17bf2ff251b50169cc249e44945c6c0591e 21012 
rtfm_2.4.2-2.diff.gz
 8ec0d3b5b1225c9bd7735735fd84afeaabb21700b8c9db247a240de4616b3beb 119804 
rt3.8-rtfm_2.4.2-2_all.deb
Files: 
 cf3781420d13c5d4df243e33f2e7b58e 1245 misc optional rtfm_2.4.2-2.dsc
 d4a8af8591f09e739d0a14c669b444f0 144389 misc optional rtfm_2.4.2.orig.tar.gz
 0f9bec773bc55ca6fae0c5e6db7f3125 21012 misc optional rtfm_2.4.2-2.diff.gz
 a38e39425a4dc637f4bc3847ebf4365f 119804 misc optional 
rt3.8-rtfm_2.4.2-2_all.deb

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

iD8DBQFLEsqfYzuFKFF44qURAjvrAKCp5MJ0vIhMsxYIqyHrtRk+i3VsnACfWLO8
VQAV54+knBbt0oab8TsX1Ms=
=wljT
-END PGP SIGNATURE-


Accepted:
rt3.8-rtfm_2.4.2-2_all.deb
  to main/r/rtfm/rt3.8-rtfm_2.4.2-2_all.deb
rtfm_2.4.2-2.diff.gz
  to main/r/rtfm/rtfm_2.4.2-2.diff.gz
rtfm_2.4.2-2.dsc
  to main/r/rtfm/rtfm_2.4.2-2.dsc
rtfm_2.4.2.orig.tar.gz
  to main/r/rtfm/rtfm_2.4.2.orig.tar.gz


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



Accepted xscreensaver 5.10-4 (source i386)

2009-12-04 Thread Jose Luis Rivas
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 08 Nov 2009 09:27:00 -0430
Source: xscreensaver
Binary: xscreensaver xscreensaver-data xscreensaver-data-extra xscreensaver-gl 
xscreensaver-gl-extra xscreensaver-screensaver-webcollage 
xscreensaver-screensaver-bsod
Architecture: source i386
Version: 5.10-4
Distribution: unstable
Urgency: low
Maintainer: Jose Luis Rivas ghost...@debian.org
Changed-By: Jose Luis Rivas ghost...@debian.org
Description: 
 xscreensaver - Automatic screensaver for X
 xscreensaver-data - data files to be shared among screensaver frontends
 xscreensaver-data-extra - data files to be shared among screensaver frontends
 xscreensaver-gl - GL(Mesa) screen hacks for xscreensaver
 xscreensaver-gl-extra - GL(Mesa) screen hacks for xscreensaver
 xscreensaver-screensaver-bsod - BSOD hack from XScreenSaver
 xscreensaver-screensaver-webcollage - Webcollage hack from XScreenSaver
Closes: 550201 553529
Changes: 
 xscreensaver (5.10-4) unstable; urgency=low
 .
   * Removing Xsession hook (Closes: #550201)
   * Split hacks bsod and webcollage on independent packages
   (Closes: #553529)
Checksums-Sha1: 
 ec5301fd33becea8c0cde22c6a507b7f775c9bf9 1814 xscreensaver_5.10-4.dsc
 d9fb45f69639e28df41f49f3010fcec3f0eb9ba4 73822 xscreensaver_5.10-4.diff.gz
 632c296b262dac0a305c939ec39493bb6a1072bc 734850 xscreensaver_5.10-4_i386.deb
 038b0130aede8ca660fa1c7963dcdfba9ed26feb 485578 
xscreensaver-data_5.10-4_i386.deb
 1c017e6996b821d9ef953ae750fc5ef3b753248b 2390112 
xscreensaver-data-extra_5.10-4_i386.deb
 06503c2ec695fddb108e15f5a9c96e0ee1fd3268 2024468 
xscreensaver-gl_5.10-4_i386.deb
 1bb30dd8bc19b7494cad9ca9f34e45aff6c7327a 2128946 
xscreensaver-gl-extra_5.10-4_i386.deb
 9c56663536e3ba94f98f59eb1b28f4e83a6a9989 62926 
xscreensaver-screensaver-webcollage_5.10-4_i386.deb
 d18618fb5da3d84400624463432c000802192c86 160566 
xscreensaver-screensaver-bsod_5.10-4_i386.deb
Checksums-Sha256: 
 97f89ca4c6a5f0f3466f492ff0b3f59f3f83d68c3e6e4e6ae7162005227c0e33 1814 
xscreensaver_5.10-4.dsc
 00cb1864676acfcad8d315e58b1d718b11d159b51969b7fe688f37f50696d8b9 73822 
xscreensaver_5.10-4.diff.gz
 ad61b0dc268267b976830ae75f9994497d214c439dc4b63b8b83272cf0648787 734850 
xscreensaver_5.10-4_i386.deb
 856976bd902c788f46df15a95c5f81c87ca039403470cdba633c0928a7c2d309 485578 
xscreensaver-data_5.10-4_i386.deb
 5da3c675a35b1060756161ce9a8088ad4cc0f020a64d3e180d95bf6f202b0d11 2390112 
xscreensaver-data-extra_5.10-4_i386.deb
 e83ab20bf3be6a46be85f7c7343242c9b16c50f61e80ec8cb62d649bfbe1125e 2024468 
xscreensaver-gl_5.10-4_i386.deb
 e0b0974a8d8f26b90784c790a8f60bec23e978f25a422c828274ec39581627ea 2128946 
xscreensaver-gl-extra_5.10-4_i386.deb
 9c3f926a470168d22bac659e34b8c480fb2a1047dac3e11e4190a9d14b780b65 62926 
xscreensaver-screensaver-webcollage_5.10-4_i386.deb
 8e021f889a9a0dbaf40c657e0b5c95c3260cbef8a7c724ecf749e2e16ebef0a1 160566 
xscreensaver-screensaver-bsod_5.10-4_i386.deb
Files: 
 cfadffdd98880b61532d65df4afbb0b2 1814 x11 optional xscreensaver_5.10-4.dsc
 aec0bcc15103a01aefe34b434643a69b 73822 x11 optional xscreensaver_5.10-4.diff.gz
 e50bd3a23995ec07a2af93f07223648f 734850 x11 optional 
xscreensaver_5.10-4_i386.deb
 8bcbe97ee2e9bbdc98157fd4fcb6f549 485578 x11 optional 
xscreensaver-data_5.10-4_i386.deb
 39240172dce569ca973c8f68f0a36821 2390112 x11 optional 
xscreensaver-data-extra_5.10-4_i386.deb
 adfdbccee94d7388142f60d7d1b3255b 2024468 x11 optional 
xscreensaver-gl_5.10-4_i386.deb
 057dff21c6d117a60b187b2cf612d20c 2128946 x11 optional 
xscreensaver-gl-extra_5.10-4_i386.deb
 2a8f400fe82489835ad3c765401d5125 62926 x11 optional 
xscreensaver-screensaver-webcollage_5.10-4_i386.deb
 c780aa9d2b1bafc471ce3e801b9b044b 160566 x11 optional 
xscreensaver-screensaver-bsod_5.10-4_i386.deb

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

iEYEAREDAAYFAksVp5cACgkQOKCtW8rKsRifaACfZbFVCrEP4XZLg9jVXicAU+y9
1EwAniuPn9ahSF4y2CdZ03Lulu8Hp+0N
=otGZ
-END PGP SIGNATURE-


Accepted:
xscreensaver-data-extra_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver-data-extra_5.10-4_i386.deb
xscreensaver-data_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver-data_5.10-4_i386.deb
xscreensaver-gl-extra_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver-gl-extra_5.10-4_i386.deb
xscreensaver-gl_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver-gl_5.10-4_i386.deb
xscreensaver-screensaver-bsod_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver-screensaver-bsod_5.10-4_i386.deb
xscreensaver-screensaver-webcollage_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver-screensaver-webcollage_5.10-4_i386.deb
xscreensaver_5.10-4.diff.gz
  to main/x/xscreensaver/xscreensaver_5.10-4.diff.gz
xscreensaver_5.10-4.dsc
  to main/x/xscreensaver/xscreensaver_5.10-4.dsc
xscreensaver_5.10-4_i386.deb
  to main/x/xscreensaver/xscreensaver_5.10-4_i386.deb


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



Accepted ejabberd 2.1.0-1 (source powerpc)

2009-12-04 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 18:22:49 +0100
Source: ejabberd
Binary: ejabberd
Architecture: source powerpc
Version: 2.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner twer...@debian.org
Changed-By: Gerfried Fuchs rho...@debian.at
Description: 
 ejabberd   - Distributed, fault-tolerant Jabber/XMPP server written in Erlang
Closes: 502791 507144 519858 526145 540915 558071
Changes: 
 ejabberd (2.1.0-1) unstable; urgency=low
 .
   [ Konstantin Khomoutov ]
   * New upstream release (Closes: #519858).
 This also adds support for LDAPS upstream (Closes: #526145).
   * Do not depend on cdbs anymore, port debian/rules to dh+quilt,
 remove build dependency on patchutils, use erlang-depends.
   * Bump debhelper version to 7, standards base to 3.8.3
   * Depend on erlang R13B.
   * Recommend imagemagick (for captcha support).
   * Remove deprecated patches (ssl.patch patch, dynamic_compile_loglevel.patch,
 ldaps.patch, update.patch, proxy.patch, caps.patch, convert.patch,
 s2s.patch).
   * Replace mod_ctlextra with mod_admin_extra.
   * Use upstream inetrc file.
   * Bring debian/ejabberd.cfg and ejabberdctl in sync with upstream.
   * Update ejabberdctl manual page.
   * Provide NEWS file.
   * Rework README.Debian:
 * Group all information into sections.
 * Describe issues with epam binary (Closes: #502791).
 * Discuss how to use DBMS backends (Closes: #540915, #507144).
 * Discuss upgrading from 2.0.x series.
   * Implement PID file management (Closes: #519858).
   * Make logrotate process all files matching *.log.
   * Improve init script:
 * Make init script LSB-compliant.
 * Implement live target which allows to run ejabberd in foreground.
   * Make captcha.sh use bash explicitly.
   * Rework node-generation for ejabberdctl to fix ejabberd's atom table
 overflows while preserving the possibility to run several versions
 of ejabberdctl concurrently as before.
   * Add webadmin patch restoring compatibility with Erlang/OTP = R12B-4.
   * Integrate upstream patch for EJAB-1106.
   * Add upstream patch for EJAB-1098.
   * Add upstream patch for EJAB-1045.
   * Add Konstantin Khomoutov to uploaders.
   * Add Japanese debconf translation (thanks to Hideki Yamane)
 (Closes: #558071).
 .
   [ Gerfried Fuchs ]
   * Build-Depend on po-debconf so po2debconf can be called.
Checksums-Sha1: 
 d16f0b11e8f4007484889d04be05df84f8048020 1376 ejabberd_2.1.0-1.dsc
 003d921d98b16ac1f9b750e700d0e1ceb5f8ce1d 2219822 ejabberd_2.1.0.orig.tar.gz
 e31cae8d36a035c64688ac2eb150918ee319603a 66255 ejabberd_2.1.0-1.diff.gz
 b351a9dfdeb4bcba7995abb488512a995ea80475 1331136 ejabberd_2.1.0-1_powerpc.deb
Checksums-Sha256: 
 ad29b9be4bc7f96fdc4ed2da88ff9ffa2c53c1dd1df009992ae91f0cb21bb21f 1376 
ejabberd_2.1.0-1.dsc
 b8dcecdb7c29dfd7b16dc717e57aa02f7836022523fc85173a65fb3f9e2af699 2219822 
ejabberd_2.1.0.orig.tar.gz
 76b3d69bc0eded11cf45699f2c47c3931e786bed47a6b106312d8eb626f6fb43 66255 
ejabberd_2.1.0-1.diff.gz
 4110c2ebcf13bc7ffa0101de7395296816d07d34de7208122ace81d2d9889079 1331136 
ejabberd_2.1.0-1_powerpc.deb
Files: 
 96a058345a29955f43e2fdf6e201e449 1376 net optional ejabberd_2.1.0-1.dsc
 373be6e99acf7c930ab85531489c63c4 2219822 net optional 
ejabberd_2.1.0.orig.tar.gz
 4152ec3ee9a0d739c5f6933095ac5ec7 66255 net optional ejabberd_2.1.0-1.diff.gz
 2e9fda8bf3f7fcb9e2d105c789a6af7f 1331136 net optional 
ejabberd_2.1.0-1_powerpc.deb

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

iEYEARECAAYFAksZUQoACgkQELuA/Ba9d8YaDwCcCTAaQ0BkqLRDiC99rXRk3QOd
dioAn17XVEGRL3mQvDg5gFUMW3WTeEV1
=eT1s
-END PGP SIGNATURE-


Accepted:
ejabberd_2.1.0-1.diff.gz
  to main/e/ejabberd/ejabberd_2.1.0-1.diff.gz
ejabberd_2.1.0-1.dsc
  to main/e/ejabberd/ejabberd_2.1.0-1.dsc
ejabberd_2.1.0-1_powerpc.deb
  to main/e/ejabberd/ejabberd_2.1.0-1_powerpc.deb
ejabberd_2.1.0.orig.tar.gz
  to main/e/ejabberd/ejabberd_2.1.0.orig.tar.gz


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



Accepted ess 5.6-1 (source all)

2009-12-04 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Fri, 04 Dec 2009 11:46:57 -0600
Source: ess
Binary: ess
Architecture: source all
Version: 5.6-1
Distribution: unstable
Urgency: low
Maintainer: ESS Debian Maintainers ess-deb...@stat.math.ethz.ch
Changed-By: Dirk Eddelbuettel e...@debian.org
Description: 
 ess- Emacs mode for statistical programming and data analysis
Changes: 
 ess (5.6-1) unstable; urgency=low
 .
   * New upstream version released this morning
Checksums-Sha1: 
 8854cb4d28c41b57aa7063e96bdfc3cf1e139dd6 1168 ess_5.6-1.dsc
 01dc5926c057bcb4d0e4a129511131b5399bfee8 5718800 ess_5.6.orig.tar.gz
 93f039a0ac953bcb887db92079b769e4fc5dd868 9318 ess_5.6-1.diff.gz
 16540fa8e5d12e9269631c8b950135fb81d6 1446438 ess_5.6-1_all.deb
Checksums-Sha256: 
 536877cbb5cd5d7c15144c42c57dc3da103ace62d486881fa516834989d1 1168 
ess_5.6-1.dsc
 5fc86bb1e5f6e9c4e03a312191bfe0b844ac2655a788b62953329bbb2a7228b6 5718800 
ess_5.6.orig.tar.gz
 66e5926786078416e23126d2308d3f97e27a3246f8a636b5248f98729de8535c 9318 
ess_5.6-1.diff.gz
 15a134cdaf87d0c5243d67550d720a2eb7e691f70ee065d68feb66bbbd9480a2 1446438 
ess_5.6-1_all.deb
Files: 
 892c4e248d5c0dffabcd345629163980 1168 gnu-r optional ess_5.6-1.dsc
 4c7e182bc7e152ec3eebbaaf99f68adc 5718800 gnu-r optional ess_5.6.orig.tar.gz
 112d9898776c1540191b7c591515650d 9318 gnu-r optional ess_5.6-1.diff.gz
 2fca1357eb9585aba364956f291f4d45 1446438 gnu-r optional ess_5.6-1_all.deb

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

iD8DBQFLGUvICZSR95Gw07cRAhcpAJ9LF7OkABOt9ySbZscMZ7SaPWB0jQCeIFE0
3rq9cldf5CgLQU+lQK/DgxI=
=9W2X
-END PGP SIGNATURE-


Accepted:
ess_5.6-1.diff.gz
  to main/e/ess/ess_5.6-1.diff.gz
ess_5.6-1.dsc
  to main/e/ess/ess_5.6-1.dsc
ess_5.6-1_all.deb
  to main/e/ess/ess_5.6-1_all.deb
ess_5.6.orig.tar.gz
  to main/e/ess/ess_5.6.orig.tar.gz


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



Accepted zsh-beta 4.3.10-dev-1+20091203-1 (source all)

2009-12-04 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Dec 2009 12:40:16 -0500
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.10-dev-1+20091203-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.10-dev-1+20091203-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 c88c5492064327ca30270839974e26538cfa43f9 1933 
zsh-beta_4.3.10-dev-1+20091203-1.dsc
 20c9be055449284b083a28ba8153a6924b72a896 2161294 
zsh-beta_4.3.10-dev-1+20091203.orig.tar.bz2
 2c17b1b0cd2b8b5746f1606039b95908d29cdc23 819852 
zsh-beta_4.3.10-dev-1+20091203-1.debian.tar.gz
 cae4a2f4f29f40d689240aa52b39b55ef3691e11 918122 
zsh-beta-doc_4.3.10-dev-1+20091203-1_all.deb
Checksums-Sha256: 
 d78657fcfef9fe2931a0458217c48c6207372c2691749eea76e9c6b944f362fc 1933 
zsh-beta_4.3.10-dev-1+20091203-1.dsc
 c0dc7b6e6299c76a06d49cea819d9e10b8f814215001e83113df78a37ab778b2 2161294 
zsh-beta_4.3.10-dev-1+20091203.orig.tar.bz2
 eda8f119e1b2856e749aa87eaca4f278375d325ce57f142120fbfb98654b0eac 819852 
zsh-beta_4.3.10-dev-1+20091203-1.debian.tar.gz
 70a9048f53137b13a33d0ed940fcbeb1faf2a00ee710d11538f29ee1186c8613 918122 
zsh-beta-doc_4.3.10-dev-1+20091203-1_all.deb
Files: 
 953777a7f789fb289d06ae9cb432e6d4 1933 shells optional 
zsh-beta_4.3.10-dev-1+20091203-1.dsc
 eda0428ca8bf9da4fa443d702ae13526 2161294 shells optional 
zsh-beta_4.3.10-dev-1+20091203.orig.tar.bz2
 817c513e6b7bab106b275151ee7ed633 819852 shells optional 
zsh-beta_4.3.10-dev-1+20091203-1.debian.tar.gz
 70cab10ed48b3558fa6d1edbccc5f189 918122 doc optional 
zsh-beta-doc_4.3.10-dev-1+20091203-1_all.deb

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

iQIcBAEBCgAGBQJLGUsGAAoJEFWSMx4ZnTiozjIQAI0y1dHRVkKknm11CzDUg9rV
2jHBU7nzy8kb5P2zKIr3mo98yXyNKsp8+2zhUmsqv/GZmusuw4w54e9wRt0RcKOq
LqkEkhG6HSFTFO6jw19/1Aj/ymWMs4/Q3cqH5WvZCKNJg/GA1NnywcaaS58bahtn
nlQ+a94Fx6But9ODGRoBcYg83kBtixk7cca/aXai9nnN5T5a7BlMT2fPswzLFGG5
kJ+rlRd9zNrX/Jw08ApO92uMh3W+2XnsqY00aPauASEsn2PvF16VfUKpEG88kkT7
L23Qt4peHCAFZDTQRW2ntBqACF5gh3StYe8UujxteHutr1ejjhpXSIAnl5xg52Pv
jOv7dc9H5ezOW4Ol+qM/6aVskKSt6T3eJuEtNfw1a6zQDm4ar7DJPtfl5SYEKIXX
ErKAlECAv2uEu4LGHBZ+KXnSAyeA8GFPF5woH7XZ/Ye51tQslAnMnlKM4G9cWfO1
u/j1a5en9nDEc2aYafZ+qBzQmWJRuJvBf+/OZpFj0zjuV1FCkSO3V/MgWH3bB7uQ
y+NnC0ZiXEIoPKZsHClWL5yRLEbn0RdqJqp/sGKBOEE7N946IGPTiJ0GwcN2a6EV
Vh0+JKPZch4U/b5zy2vmcohkghrdovLutuoQZVKcrF/JoToCMvLFH08YQAi5b0s4
EbT0ifSPHPpwItUi1Hj3
=IDMQ
-END PGP SIGNATURE-


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


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



Accepted gnucash 2.2.9-2 (source all i386)

2009-12-04 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 01 Dec 2009 12:36:47 +0100
Source: gnucash
Binary: gnucash gnucash-dbg gnucash-common
Architecture: source all i386
Version: 2.2.9-2
Distribution: unstable
Urgency: low
Maintainer: Micha Lenk mi...@debian.org
Changed-By: Micha Lenk mi...@debian.org
Description: 
 gnucash- A personal finance and money tracking program
 gnucash-common - A personal finance and money tracking program
 gnucash-dbg - Debugging symbols for Gnucash
Closes: 492380 494638 496928 542017 548371
Changes: 
 gnucash (2.2.9-2) unstable; urgency=low
 .
   * Changes in debian/control:
 + switched build-dependency from libgtkhtml3.8-dev to libgtk3.14-dev
   (closes: #542017)
 + Introduced binary package gnucash-dbg with debug symbols
 + gnucash: droppped obsolete Suggests: gnucash-sql (closes: #496928)
 + inserted coin (money) into short package descriptions (closes: #492380)
   * Changes in debian/rules:
 + added call to dh_desktop (closes: #494638)
 + added --dbg-package=gnucash-dbg to dh_strip
   * Added patch 05_missing_mnemonic_r18419_bug_548371 written by
 Matt Kraai kr...@ftbfs.org and Gabor Karsay fixing missing mnemonics
 (closes: #548371, LP: #483716)
   * Switched to debhelper 5 (needed for package gnucash-dbg)
   * Removed some unused and outdated debian/* files
Checksums-Sha1: 
 16cd00286f784d4f66688005f7819c681061d3ce 1703 gnucash_2.2.9-2.dsc
 614f7953fe8abf001f77c057c556a2f30576ae27 22041 gnucash_2.2.9-2.diff.gz
 b9f59e36bb62e5d9d0807ece8b0122d5859e885e 4979588 gnucash-common_2.2.9-2_all.deb
 c43072e6ba2230bb38d03d5dc1a3b3d1ed76353d 1826732 gnucash_2.2.9-2_i386.deb
 78d11395448118220b845dc7f92b6582ea5c53c6 3582860 gnucash-dbg_2.2.9-2_i386.deb
Checksums-Sha256: 
 bbfab867fa6d347a056fb99262b6eeaf4f707a301c6e67f8e569b4f449acabdb 1703 
gnucash_2.2.9-2.dsc
 d4f0176faec41fac09f61af180dc365e06dababbdee6b5c9b04936876c314525 22041 
gnucash_2.2.9-2.diff.gz
 28ecd54476f48eba29e4b227b2b94a0401798f652323902d4854c69eab29daf0 4979588 
gnucash-common_2.2.9-2_all.deb
 c9cb6a387093a4f9acc149db4d65a6a5c1eb415ab5ffd017de1bf0a6d758376d 1826732 
gnucash_2.2.9-2_i386.deb
 03f0cd804565f0a1f81c373098b39aa5412e1b8e348abed842481d455e26eff7 3582860 
gnucash-dbg_2.2.9-2_i386.deb
Files: 
 0c5bd7cca516529a916db510898c06bb 1703 gnome optional gnucash_2.2.9-2.dsc
 2c84ead811d1298caadfc8991714e209 22041 gnome optional gnucash_2.2.9-2.diff.gz
 8b4d68271d8d982ee8fe036bb83301b0 4979588 gnome optional 
gnucash-common_2.2.9-2_all.deb
 44886ee6576b40bce138078e89b12e01 1826732 gnome optional 
gnucash_2.2.9-2_i386.deb
 f8ebbb3016016b6565f15738e3e4e16f 3582860 debug extra 
gnucash-dbg_2.2.9-2_i386.deb

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

iEYEARECAAYFAksXe7gACgkQWN0/4pnhQbQVJgCgqDupKWPYzWOQldC14j8x1Wla
OwsAnizKtOor7AGPV6yyrhzqllaWE7XP
=1TJ1
-END PGP SIGNATURE-


Accepted:
gnucash-common_2.2.9-2_all.deb
  to main/g/gnucash/gnucash-common_2.2.9-2_all.deb
gnucash-dbg_2.2.9-2_i386.deb
  to main/g/gnucash/gnucash-dbg_2.2.9-2_i386.deb
gnucash_2.2.9-2.diff.gz
  to main/g/gnucash/gnucash_2.2.9-2.diff.gz
gnucash_2.2.9-2.dsc
  to main/g/gnucash/gnucash_2.2.9-2.dsc
gnucash_2.2.9-2_i386.deb
  to main/g/gnucash/gnucash_2.2.9-2_i386.deb


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



Accepted ibus-pinyin 1.2.99.20091009-1 (source all amd64)

2009-12-04 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 11 Oct 2009 12:58:12 +0800
Source: ibus-pinyin
Binary: ibus-pinyin ibus-pinyin-db-open-phrase ibus-pinyin-db-android
Architecture: source all amd64
Version: 1.2.99.20091009-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 ibus-pinyin - pinyin engine for ibus
 ibus-pinyin-db-android - pinyin engine for ibus, android database
 ibus-pinyin-db-open-phrase - pinyin engine for ibus, open-phrase database
Changes: 
 ibus-pinyin (1.2.99.20091009-1) unstable; urgency=low
 .
   * new upstream release.
   * debian/control: rename package ibus-pinyin-db-google to
 ibus-pinyin-db-android.
   * debian/rules: updated.
Checksums-Sha1: 
 52bf424829fd1c42950cb7aba8a59a87203d95d9 1361 ibus-pinyin_1.2.99.20091009-1.dsc
 6d78552322faf342454524f782d53fca486b9322 1560579 
ibus-pinyin_1.2.99.20091009.orig.tar.gz
 6538147972fdd2d3817700390f2e888ff417ad15 3039 
ibus-pinyin_1.2.99.20091009-1.diff.gz
 093bd8e5ede36a8031612cf61f688361e738f66a 2608 
ibus-pinyin-db-open-phrase_1.2.99.20091009-1_all.deb
 2e7576cf1afb2f16bae672b4c37871c7b222f2e7 1354424 
ibus-pinyin-db-android_1.2.99.20091009-1_all.deb
 59bafccf5d51edd9cf0a47931b9bbb903f11300d 138504 
ibus-pinyin_1.2.99.20091009-1_amd64.deb
Checksums-Sha256: 
 434fdc256d8f57142ec63c147805f81f768bcd47f565ce7f5c458a216b35611c 1361 
ibus-pinyin_1.2.99.20091009-1.dsc
 dbe466061c3467d13792c4edaecb35ff280bbe45e5c41625480afd5312e15a19 1560579 
ibus-pinyin_1.2.99.20091009.orig.tar.gz
 a2b1b350f449675fbae644d467d1190c0ab82406b70aa02196bae73515987fb9 3039 
ibus-pinyin_1.2.99.20091009-1.diff.gz
 32d5f277b2a579c03b9afd24f84a63169333c49798f26d6aa7136cfa7f4c88f1 2608 
ibus-pinyin-db-open-phrase_1.2.99.20091009-1_all.deb
 15214040404f93303c440c60ce3e26be148ec6fcfecfba3a2307b11ea06e133f 1354424 
ibus-pinyin-db-android_1.2.99.20091009-1_all.deb
 faaac3fd8bcc48ec5c3bc49d2db67daafdc2f7e1e4451b25f6af849f1d55cd5e 138504 
ibus-pinyin_1.2.99.20091009-1_amd64.deb
Files: 
 83cd8bf1532ef8ed68b0354de7f3f639 1361 utils optional 
ibus-pinyin_1.2.99.20091009-1.dsc
 03171f00a2b7fe1daa35521ff67fa35b 1560579 utils optional 
ibus-pinyin_1.2.99.20091009.orig.tar.gz
 e5abcb02a2aa4a55a1716f5224705987 3039 utils optional 
ibus-pinyin_1.2.99.20091009-1.diff.gz
 fa127ad9af599f5d616d079fe2fdae4c 2608 utils optional 
ibus-pinyin-db-open-phrase_1.2.99.20091009-1_all.deb
 7f56dc95077f0758e39cd6c2887fb6d2 1354424 utils optional 
ibus-pinyin-db-android_1.2.99.20091009-1_all.deb
 278d173825eb449162701a8c5534047c 138504 utils optional 
ibus-pinyin_1.2.99.20091009-1_amd64.deb

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

iEYEARECAAYFAksX07wACgkQ5TUK4GCH0vhnswCeLeq+4BLshzEF14QTU2DLjMe+
WsIAnRd3Fz2StHmBjPOF1dD+QLapUHZc
=eKMc
-END PGP SIGNATURE-


Accepted:
ibus-pinyin-db-android_1.2.99.20091009-1_all.deb
  to main/i/ibus-pinyin/ibus-pinyin-db-android_1.2.99.20091009-1_all.deb
ibus-pinyin-db-open-phrase_1.2.99.20091009-1_all.deb
  to main/i/ibus-pinyin/ibus-pinyin-db-open-phrase_1.2.99.20091009-1_all.deb
ibus-pinyin_1.2.99.20091009-1.diff.gz
  to main/i/ibus-pinyin/ibus-pinyin_1.2.99.20091009-1.diff.gz
ibus-pinyin_1.2.99.20091009-1.dsc
  to main/i/ibus-pinyin/ibus-pinyin_1.2.99.20091009-1.dsc
ibus-pinyin_1.2.99.20091009-1_amd64.deb
  to main/i/ibus-pinyin/ibus-pinyin_1.2.99.20091009-1_amd64.deb
ibus-pinyin_1.2.99.20091009.orig.tar.gz
  to main/i/ibus-pinyin/ibus-pinyin_1.2.99.20091009.orig.tar.gz


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



  1   2   >