Adoption of Nix?

2008-12-24 Thread Artyom Shalkhakov
Hello,


Cite from the homepage:

 Nix is a purely functional package manager. It allows multiple
 versions of a package to be installed side-by-side, ensures that
 dependency specifications are complete, supports atomic
 upgrades and rollbacks, allows non-root users to install software,
 and has many other features.

The claims that I think are valuable are:
- *all* dependencies of a package are automatically found by Nix,
  no exceptions,
- updates and rollbacks are atomic, an update can never break
  your system.

What do you think of adopting Nix as a package management
tool for Debian? I would like to accentuate that I seek
an informative discussion, not a holy war.

Cheers,
Artyom Shalkhakov.


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



Re: Bits from the Debian Installer team

2008-12-24 Thread Michael Tautschnig
[...]
 - New features: 
[...]
   support for realtime mount options
I think this^  was meant to be relatime, and it is a single mount option.

[...]

Thanks for the great work,
Michael



pgpC6Pq9hQSOv.pgp
Description: PGP signature


Re: Is The number of stable users dropping fast?

2008-12-24 Thread Sebastian Heinlein
Am Dienstag, den 23.12.2008, 17:37 +0100 schrieb Michelle Konzack:
 Am 2008-12-22 14:37:58, schrieb Paul Wise:
  I note that Ubuntu has more than an order of magnitude more popcon
  submitters:
 
 Because it is installed and activated by default...
 (At least on the Machine I have installed for a friend)

This is not true on all other systems.


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



Re: Adoption of Nix?

2008-12-24 Thread Eugene V. Lyubimkin
Artyom Shalkhakov wrote:
 Hello,
Hello,

 Nix is a purely functional package manager. It allows multiple
 versions of a package to be installed side-by-side, ensures that
 dependency specifications are complete, supports atomic
 upgrades and rollbacks, allows non-root users to install software,
 and has many other features.
 
 The claims that I think are valuable are:
 - *all* dependencies of a package are automatically found by Nix,
   no exceptions,
Hmm... Nix probably use libastral, doesn't it? Even for C/C++ programs there
is no way to 100% automatically determine entire list of runtime
libraries/tools needed for some particular program (consider runtime library
opening and all non-library dependencies).

 - updates and rollbacks are atomic, an update can never break
   your system.
This cannot be true. Consider package maintainer scripts. And, for example.
purge of config files cannot be reverted.

 What do you think of adopting Nix as a package management
 tool for Debian? I would like to accentuate that I seek
 an informative discussion, not a holy war.
Nix, as mentioned on its homepage, installs some info in /nix (hey, FHS) and
keeping all versions of packages/libraries - system bloat and a hell for
security team. It has nothing to do with our apt infrastructure, it doesn't
understand it and invented its own wheel. I think no way for Nix in Debian. We
have excellent dpkg, we have not-so-excellent, but rather good apt, and
significant amount of Debian users choose Debian just only because of apt. IMO.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ Developer, Debian Maintainer, APT contributor



signature.asc
Description: OpenPGP digital signature


Re: Adoption of Nix?

2008-12-24 Thread Artyom Shalkhakov
Hi Eugene,

2008/12/24 Eugene V. Lyubimkin jackyf.de...@gmail.com:
 The claims that I think are valuable are:
 - *all* dependencies of a package are automatically found by Nix,
   no exceptions,
 Hmm... Nix probably use libastral, doesn't it? Even for C/C++ programs there
 is no way to 100% automatically determine entire list of runtime
 libraries/tools needed for some particular program (consider runtime library
 opening and all non-library dependencies).

This is not about libastral, it's about pure functions (those without
side-effects).

Regarding runtime library opening (I suppose, you meant dlopen and friends),
then I suppose, you've found an exception to the rule, but maybe you are wrong.
I'm not a developer of Nix, so I can't say more.

 - updates and rollbacks are atomic, an update can never break
   your system.
 This cannot be true. Consider package maintainer scripts. And, for example.
 purge of config files cannot be reverted.

It can always be reverted if you don't destructively update (overwrite) files
and if you can guarantee that filenames do not clash.

 It has nothing to do with our apt infrastructure, it doesn't
 understand it and invented its own wheel. I think no way for Nix in Debian. We
 have excellent dpkg, we have not-so-excellent, but rather good apt, and
 significant amount of Debian users choose Debian just only because of apt. 
 IMO.

I'm not interested in your opinion if it isn't backed by facts, I'm interested
in *informative discussion*. I don't say that dpkg/apt are bad, on the contrary,
I think they are good, but we aren't talking about personal tastes.

It looks like you completely misunderstood the idea, so lurk before
you post. Thanks.

Cheers,
Artyom Shalkhakov.


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



Re: Adoption of Nix?

2008-12-24 Thread Michael Banck
On Wed, Dec 24, 2008 at 05:17:28PM +0600, Artyom Shalkhakov wrote:
 It looks like you completely misunderstood the idea, so lurk before
 you post. Thanks.

You can't post a two-sentence summary of a new package manager to
debian-devel, say discuss and then shoot down replies by claiming the
person has not done any research.

If you want to be taken serious, write a paper about Nix and/vs.
dpkg/apt, and post the link to it here together with an introductory
summary/abstract or something.


Michael


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



Re: Adoption of Nix?

2008-12-24 Thread Josselin Mouette
Le mercredi 24 décembre 2008 à 17:17 +0600, Artyom Shalkhakov a écrit :
  It has nothing to do with our apt infrastructure, it doesn't
  understand it and invented its own wheel. I think no way for Nix in Debian. 
  We
  have excellent dpkg, we have not-so-excellent, but rather good apt, and
  significant amount of Debian users choose Debian just only because of apt. 
  IMO.
 
 I'm not interested in your opinion if it isn't backed by facts

Which facts are you missing?
  * Nix doesn’t follow the FHS and invents its own filesystem
hierarchy instead.
  * Nix keeps all versions of all packages installed; this not a
feature but a bug, and quite a serious one.
  * Nix doesn’t allow to transparently replace a library by a newer
version, which is an even more critical issue, which makes it
impossible to remotely consider its use on production machines.
  * The implementation sounds full of gross hacks (like grepping all
files for the hash of the directory with dependencies).
  * Installing each package in its own directory means that no
shared configuration and no preservation of configuration upon
upgrades.

Furthermore, even if it wasn’t as badly flawed, you seem to be
underestimating the amount of work to change a package manager in a
distribution. Any changes to the package manager must be
backwards-compatible.

If you want to do something useful, I suggest that you grab the
interesting ideas from nix (like binary deltas) and propose patches for
APT to implement them.

Cheers,
-- 
 .''`.
: :' :  We are debian.org. Lower your prices, surrender your code.
`. `'   We will add your hardware and software distinctiveness to
  `-our own. Resistance is futile.


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


Re: Bits from the Debian Installer team

2008-12-24 Thread Mario Fux
Am Mittwoch, 24. Dezember 2008 schrieb Michael Tautschnig:

Good morning

 [...]

  - New features:

 [...]

support for realtime mount options

 I think this^  was meant to be relatime, and it is a single mount
 option.

Yes. Sorry it's my fault. I thought it was a typo and changed it in the wiki. 
Sorry.

 [...]

 Thanks for the great work,
 Michael

Thx for Debian!
Mario a user


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



Re: Adoption of Nix?

2008-12-24 Thread Eugene V. Lyubimkin
Artyom Shalkhakov wrote:
 Hmm... Nix probably use libastral, doesn't it? Even for C/C++ programs there
 is no way to 100% automatically determine entire list of runtime
 libraries/tools needed for some particular program (consider runtime library
 opening and all non-library dependencies).
 
 This is not about libastral, it's about pure functions (those without
 side-effects).
 
 Regarding runtime library opening (I suppose, you meant dlopen and friends),
 then I suppose, you've found an exception to the rule, but maybe you are 
 wrong.
 I'm not a developer of Nix, so I can't say more.
There are packages which runtime dependencies cannot be determined without
looking to source code or contacting the author/looking to the home page.
I maintains such a package. dlopen and friends is another example. Which
means that find all dependencies with no exceptions is not true.

 - updates and rollbacks are atomic, an update can never break
   your system.
 This cannot be true. Consider package maintainer scripts. And, for example.
 purge of config files cannot be reverted.
 
 It can always be reverted if you don't destructively update (overwrite) 
 files
 and if you can guarantee that filenames do not clash.
If edited by administrator config file was deleted, then or it cannot be
reverted, or it was not purged. Most other stuff can be reverted in theory...
but again, Debian package maintainer scripts don't support downgrading (in
general), and there are reasons for it.

 It has nothing to do with our apt infrastructure, it doesn't
 understand it and invented its own wheel. I think no way for Nix in Debian. 
 We
 have excellent dpkg, we have not-so-excellent, but rather good apt, and
 significant amount of Debian users choose Debian just only because of apt. 
 IMO.
 
 I'm not interested in your opinion if it isn't backed by facts,
One big fact is: Debian have tens (or even hundreds) of tools that use apt
infrastructure, including both user side and archive maintenance side. Nix, in
any way it operates, suggests other API to maintain packages. Who is supposed
to rewrite all this stuff for Nix?

 It looks like you completely misunderstood the idea, so lurk before
 you post. Thanks.
Yes, you are probably right: I don't understand how Nix may be useful for
Debian (and for GNU/Linux also).

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ Developer, Debian Maintainer, APT contributor



signature.asc
Description: OpenPGP digital signature


Re: Adoption of Nix?

2008-12-24 Thread Paul Wise
On Wed, Dec 24, 2008 at 8:42 PM, Josselin Mouette j...@debian.org wrote:

 If you want to do something useful, I suggest that you grab the
 interesting ideas from nix (like binary deltas) and propose patches for
 APT to implement them.

Debian already has binary deltas (debdelta), but it isn't well
integrated into apt (#498778). It also (understandably) supported on
the ftp-master/mirrors side.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Re: Adoption of Nix?

2008-12-24 Thread Всеволод Величко
Hello.

While I was writing, Josselin Mouette said almost all I wanted to say,
but I'll add a little :)

2008/12/24 Artyom Shalkhakov artyom.shalkha...@gmail.com:
 The claims that I think are valuable are:
 - *all* dependencies of a package are automatically found by Nix,
   no exceptions,
 Hmm... Nix probably use libastral, doesn't it? Even for C/C++ programs there
 is no way to 100% automatically determine entire list of runtime
 libraries/tools needed for some particular program (consider runtime library
 opening and all non-library dependencies).

 This is not about libastral, it's about pure functions (those without
 side-effects).

Well, as I see, it uses it's own package format, which is
wrapper-description around everything - source, deb or rpm. Does it
really have any sense? We have our deb and src packages, do we really
need any wrappers, that make us possible to install rpms? For what
purposes? Surely, dpkg always allows you to rollback any installed
packages. You just sometimes have to rollback half of all your
packages - in accordance with dependencies.
I've just looked to the structure of that package format - it also
requires to write dependencies - so what in it deals with 'em better?
I really don't understand. Can it work with sections like Recommends
or Suggests?
And, of course, for the 2-3 versions of each package will make debian
security team curse you for ages. Consider it :)

-- 
Best wishes,
Velichko Vsevolod


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



Re: system users

2008-12-24 Thread Toni Mueller

Hi,

On Sat, 15.11.2008 at 08:49:12 +0100, Vincent Bernat ber...@debian.org wrote:
 On  some  systems  like  OpenBSD,  all those  users  are  starting  with
 underscore to avoid  collision with real users. On  Debian, I have never
 seen  this, even  for packages  that comes  from OpenBSD  (like openntpd
 which uses ntpd). Is there some drawbacks with underscore?

none that I'm aware of.

I dimly remember having read that some (all?) authentication methods
available to users don't accept names with underscores, so the only
ways to assume such a UID would be to call setuid(number) and
seteuid(number), which would be a good thing, too.


Kind regards,
--Toni++


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



Re: Adoption of Nix?

2008-12-24 Thread Artyom Shalkhakov
Sorry, I forgot to forward this to debian-devel.

-- Forwarded message --
From: Artyom Shalkhakov artyom.shalkha...@gmail.com
Date: 2008/12/24
Subject: Re: Adoption of Nix?
To: Eugene V. Lyubimkin jackyf.de...@gmail.com


2008/12/24 Eugene V. Lyubimkin jackyf.de...@gmail.com:
 Which means that find all dependencies with no exceptions is not true.

This is how Nix developers put it:

 Runtime dependencies are found by scanning binaries for the hash parts
 of Nix store paths (such as r8vvq9kq…). This sounds risky, but it works
 extremely well.

(See http://nixos.org/about.html, section called Complete dependencies.)

 If edited by administrator config file was deleted, then or it cannot be
 reverted, or it was not purged. Most other stuff can be reverted in theory...
 but again, Debian package maintainer scripts don't support downgrading (in
 general), and there are reasons for it.

Take another point of view: every Nix package exists in an ideal world where the
only packages it knows about are it's dependencies (and their precise versions).

 One big fact is: Debian have tens (or even hundreds) of tools that use apt
 infrastructure, including both user side and archive maintenance side. Nix, in
 any way it operates, suggests other API to maintain packages. Who is supposed
 to rewrite all this stuff for Nix?

You're probably right: nobody is going for a full rewrite. I guess I
should inspect
both Nix and dpkg more closely, and if I can find a one-to-one mapping between
the two, then we can go for an automatic migration.

 Yes, you are probably right: I don't understand how Nix may be useful for
 Debian (and for GNU/Linux also).

That's too bad for you. Shallow thinking doesn't get you anywhere.

Cheers,
Artyom Shalkhakov.


Re: Adoption of Nix?

2008-12-24 Thread Artyom Shalkhakov
Sorry, I forgot about the debian-devel for the second time. :(


-- Forwarded message --
From: Artyom Shalkhakov artyom.shalkha...@gmail.com
Date: 2008/12/24
Subject: Re: Adoption of Nix?
To: Всеволод Величко torkvem...@nigma.ru


Hi Vsevolod,

2008/12/24 Всеволод Величко torkvem...@nigma.ru:

 Well, as I see, it uses it's own package format, which is
 wrapper-description around everything - source, deb or rpm. Does it
 really have any sense?

Every problem in computer science can be solved by adding
a layer of indirection, as the saying goes.

 We have our deb and src packages, do we really need any
 wrappers, that make us possible to install rpms? For what
 purposes?
 Surely, dpkg always allows you to rollback any installed
 packages. You just sometimes have to rollback half of all your
 packages - in accordance with dependencies.

 I've just looked to the structure of that package format - it also
 requires to write dependencies - so what in it deals with 'em better?
 I really don't understand.

The difference is *purity*, which means that Nix expressions
are *deterministic*. And that's what really makes them better.

 Can it work with sections like Recommends or Suggests?

I don't know this yet, but I think it's nearly trivial to add.

 And, of course, for the 2-3 versions of each package will make debian
 security team curse you for ages. Consider it :)

Thanks for the advice, point taken. :)

Cheers,
Artyom Shalkhakov.

PS do you work for Nigma, an intelligent search engine?


Re: Adoption of Nix?

2008-12-24 Thread Eugene V. Lyubimkin
Artyom Shalkhakov wrote:
 2008/12/24 Eugene V. Lyubimkin jackyf.de...@gmail.com:
 Which means that find all dependencies with no exceptions is not true.
 
 This is how Nix developers put it:
 
 Runtime dependencies are found by scanning binaries for the hash parts
 of Nix store paths (such as r8vvq9kq…). This sounds risky, but it works
 extremely well.
 (See http://nixos.org/about.html, section called Complete dependencies.)
I read this part, however I haven't understand it. Nix creates cryptographic
hashes, ok, and how can this work for runtime deps? Shared libraries are best
found by ldd, but most of other stuff still cannot be deduced, because binary
obviously doesn't contain these hashes.

 If edited by administrator config file was deleted, then or it cannot be
 reverted, or it was not purged. Most other stuff can be reverted in theory...
 but again, Debian package maintainer scripts don't support downgrading (in
 general), and there are reasons for it.
 
 Take another point of view: every Nix package exists in an ideal world where 
 the
 only packages it knows about are it's dependencies (and their precise 
 versions).
So, Nix will install packages (i.e. files) to non-standard directories. Who
will patch programs to look not in /etc/package.conf, but in /nix/...? Same
question about /usr/share.

Keep in mind that Debian policy explicitly forbid using non-FHS paths by
packages. Packages that don't obey this must be patched or leave Debian.
I doubt Nix can get an exception from this rule.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ Developer, Debian Maintainer, APT contributor



signature.asc
Description: OpenPGP digital signature


Re: Adoption of Nix?

2008-12-24 Thread Drake Wilson
Quoth Artyom Shalkhakov artyom.shalkha...@gmail.com, on 2008-12-24 17:17:28 
+0600:
 It looks like you completely misunderstood the idea, so lurk before
 you post. Thanks.

Debian List Search, list devel, author match artyom shalkhakov:
two matches, all in this thread, not including your most recent two
messages, also in this thread.  Earliest post date: today.

(I'm not a prolific d-d poster myself---mostly a lurker---but I also
don't grant myself the social authority to drop lurk before you post
on people's heads.)

Quoth Artyom Shalkhakov artyom.shalkha...@gmail.com, on 2008-12-24 22:17:35 
+0600:
 That's too bad for you. Shallow thinking doesn't get you anywhere.

And a purity war against a huge established packaging system base
won't get you much of anywhere either unless you're willing to do an
awful lot of the work and demonstrate that the result is both superior
in practice and sufficiently continuous that it's not just an entirely
different system.

(Actually, realistically, I think you're unlikely to get anywhere
with this regardless, for other reasons.)

Quoth Artyom Shalkhakov artyom.shalkha...@gmail.com, on 2008-12-24 15:08:20 
+0600:
 I would like to accentuate that I seek an informative discussion,
 not a holy war.

Yet I see practical issues being raised, and responses mainly accusing
them of completely misunderstanding and shallow thinking.

   --- Drake Wilson


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



Re: Adoption of Nix?

2008-12-24 Thread Всеволод Величко
Hi.

2008/12/24 Artyom Shalkhakov artyom.shalkha...@gmail.com:
 Well, as I see, it uses it's own package format, which is
 wrapper-description around everything - source, deb or rpm. Does it
 really have any sense?

 Every problem in computer science can be solved by adding
 a layer of indirection, as the saying goes.

Yep, and the next year we'll introduce new level of abstraction - for
different versions of nix package format. Pluralitas non est ponenda
sine necessitate, said Occam, as I remember.

 We have our deb and src packages, do we really need any
 wrappers, that make us possible to install rpms? For what
 purposes?
 Surely, dpkg always allows you to rollback any installed
 packages. You just sometimes have to rollback half of all your
 packages - in accordance with dependencies.

 I've just looked to the structure of that package format - it also
 requires to write dependencies - so what in it deals with 'em better?
 I really don't understand.

 The difference is *purity*, which means that Nix expressions
 are *deterministic*. And that's what really makes them better.
I see nothing purer in them. Show the difference, please.

 Can it work with sections like Recommends or Suggests?

 I don't know this yet, but I think it's nearly trivial to add.
But it's not still added, really?
And how about packaging many binary packages from the one source?

 PS do you work for Nigma, an intelligent search engine?

Yes, I'm developer there. :)

-- 
Best wishes,
Velichko Vsevolod


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



Re: Adoption of Nix?

2008-12-24 Thread Steve Kemp
  Yes, you are probably right: I don't understand how Nix may be useful for
  Debian (and for GNU/Linux also).

 That's too bad for you. Shallow thinking doesn't get you anywhere.

  As promoter/recommender surely the onus is upon you to demonstrate:

1. Nix is good.
2. Nix is better than what currently exists.
3. Nix would be a good fit for Debian.

  I believe you'll struggle, not least because you do not seem to
 have a thorough understanding of what is actually involved in
 a packaging system.  (Perhaps a comparison to the auto-package
 format is in order?)

Steve
--
# The Debian Security Audit Project.
http://www.debian.org/security/audit


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



Re: Adoption of Nix?

2008-12-24 Thread George Danchev
On Wednesday 24 December 2008 18:55:20 Steve Kemp wrote:
   Yes, you are probably right: I don't understand how Nix may be useful
   for Debian (and for GNU/Linux also).
 
  That's too bad for you. Shallow thinking doesn't get you anywhere.

   As promoter/recommender surely the onus is upon you to demonstrate:

 1. Nix is good.
 2. Nix is better than what currently exists.
 3. Nix would be a good fit for Debian.

Hm, Nix seems to be born in academia, and based on by someone's PhD thesis, so 
there might be some good ideas to consider out of it, but the whole story 
smells like the promoter is trying to sell mercedeses to Daimler (i.e. 
package management to Debian;-) without getting the whole picture.

   I believe you'll struggle, not least because you do not seem to
  have a thorough understanding of what is actually involved in
  a packaging system.  (Perhaps a comparison to the auto-package
  format is in order?)

If the promoter doesn't mind I'd also suggest comparision to the openpkg.org. 

citationGuess he wasn't too popular at the end, huh?/citation

-- 
pub 4096R/0E4BD0AB 2003-03-18 people.fccf.net/danchev/key pgp.mit.edu


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



Re: Adoption of Nix?

2008-12-24 Thread Ron Johnson

On 12/24/08 10:55, Drake Wilson wrote:

Quoth Artyom Shalkhakov artyom.shalkha...@gmail.com, on 2008-12-24 17:17:28 
+0600:

It looks like you completely misunderstood the idea, so lurk before
you post. Thanks.


Debian List Search, list devel, author match artyom shalkhakov:
two matches, all in this thread, not including your most recent two
messages, also in this thread.  Earliest post date: today.

(I'm not a prolific d-d poster myself---mostly a lurker---but I also
don't grant myself the social authority to drop lurk before you post
on people's heads.)

Quoth Artyom Shalkhakov artyom.shalkha...@gmail.com, on 2008-12-24 22:17:35 
+0600:

That's too bad for you. Shallow thinking doesn't get you anywhere.


And a purity war against a huge established packaging system base
won't get you much of anywhere either unless you're willing to do an
awful lot of the work and demonstrate that the result is both superior
in practice and sufficiently continuous that it's not just an entirely
different system.

(Actually, realistically, I think you're unlikely to get anywhere
with this regardless, for other reasons.)

Quoth Artyom Shalkhakov artyom.shalkha...@gmail.com, on 2008-12-24 15:08:20 
+0600:

I would like to accentuate that I seek an informative discussion,
not a holy war.


Yet I see practical issues being raised, and responses mainly accusing
them of completely misunderstanding and shallow thinking.


This is the kind of foolishness I pulled when I was fresh out of Uni 
and thought Academia knew everything.


--
Ron Johnson, Jr.
Jefferson LA  USA

I like my women like I like my coffee - purchased at above-market
rates from eco-friendly organic farming cooperatives in Latin America.


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



Re: Adoption of Nix?

2008-12-24 Thread Daniel Burrows
  Hi there.  As I'm sure everyone knows, I'm not exactly unbiased here
since I've done a lot of work on the apt system (although nix looks more
like a replacement for dpkg).

  This is the same package manager that was posted on lambda-the-ultimate
a while back, right?  Since you didn't provide a link, I'll provide one.
According to Google, we're talking about this:

http://nixos.org

  My first impression from reading blurbs on news sites was that they
either found some seriously deep magic, or they're ignoring a lot of
the practical issues that are involved in managing packages within a
large Linux distribution -- and I suspect the latter rather than the
former.  As an academic research project, they are within their rights
to do that, and for some use cases it doesn't matter, but it doesn't
mean we should adopt their software in Debian.

  To take a few excerpts from their site:


Nix stores packages in the Nix store, usually the directory /nix/store,
where each package has its own unique subdirectory such as

/nix/store/r8vvq9kq18pz08v249h8my6r9vs7s0n3-firefox-2.0.0.1/


  Never mind that this breaks the FHS -- I'll pretend for now that
we've amended policy to allow this, or that we've stuck it in /var
with some horrible bind-mounting to make it appear in the right places.

  That's a terrible user interface decision!  This is Unix, and
filenames are part of the user interface.  That file name, aside from
breaking all user expectations (as per my note about the FHS), is
completely unmemorable, means that packages with the same name aren't
necessarily sorted together in directory listings, breaks tab-completion,
and includes a long string of (to the user) meaningless gobbledygook.
At the very *least*, you should put the package name first, to fix the
tab-completion and sorting problems:

/nix/store/firefox-2.0.0.1-r8vvq9kq18pz08v249h8my6r9vs7s0n3

  but then what if I have two firefox-2.0.0.1s installed?  How do I
know which one is which?

  I hope nix at least has stow-like abilities to create a unified /bin
directory, but that doesn't help when you want to track down the files
of a program for whatever reason.


Multiple versions

You can have multiple versions or variants of a package installed at the
same time. This is especially important when different applications have
dependencies on different versions of the same package — it prevents the
“DLL hell”. Because of the hashing scheme, different versions of a package
end up in different paths in the Nix store, so they don’t interfere with
each other.


  That's fine as long as your hard drives (never mind the flash devices
embedded systems use, where dpkg is already painfully heavy) are infinitely
large, or you don't install very many versions of very many packages.  The
thought of doing this to track unstable terrifies me; I suspect that even
a large hard drive would fill up a few weeks, months tops.  And you can't
automatically purge versions, because you never know which ones a user
wants.

  Presumably there's a way to turn this off.  In fact, I would expect
that we *would* turn this off by default, with a manual override for
particular packages, if we used it in Debian, because I can't see it
being usable for a whole distribution otherwise.  On the other hand:


An important consequence is that operations like upgrading or uninstalling
an application cannot break other applications, since these operations
never “destructively” update or delete files that are used by other
packages.


  That sounds like they haven't thought hard about the problems around
upgrades and removals, which are not trivial.  (there's a research team
at the University of Paris they could talk to about this, if they
haven't already)  Because of that, I suspect that we *can't* disable
the install multiple versions feature -- it sounds like the package
manager fundamentally relies on this to do anything.

  In addition to my earlier comments: what if I have multiple Web
servers or database servers installed (or multiple versions of one of
them)?  Which one runs at startup, and what if I have packages that
specifically depend on another one?


Complete dependencies


  As other people have written, their claims are at best overblown.
e.g., while it can tell that I use Python, there's no possible way
it can tell which versions of Python I'm compatible with.  It also
sounds like maybe they bind programs to the exact binary of the library
they're built with, which would mean that you have to rebuild all the
reverse dependencies of a library every time you rebuild the library!
(that's so outrageous that I'm sure I must just be incorrectly
extrapolating from the summary on their Web site)

  Also: what about programs that refer to a file, but can function
without it?  This seems to have the same problem as other harnesses
that automatically detect dependencies through file access, in that
it will see a program probing for some functionality 

Bug#509685: ITP: hardlink -- Hardlink multiple copies of the same file

2008-12-24 Thread Julian Andres Klode
Package: wnpp
Severity: wishlist
Owner: Julian Andres Klode j...@debian.org

* Package name: hardlink
  Version : 0.1
  Upstream Author : Julian Andres Klode j...@jak-linux.org
* URL : http://git.debian.org/?p=users/jak/hardlink.git;a=summary
* License : MIT
* Programming Lang: Python (= 2.5)
  Description : Hardlink multiple copies of the same file

 Hardlink is a tool which detects multiple copies of the same file and replaces
 them with hardlinks.
 .
 The idea has been taken from http://code.google.com/p/hardlinkpy/, but the
 code has been written from scratch and licensed under the MIT license.

-- Further information:
I chose to rewrite hardlinkpy from scratch because I did not like the style
of it and because upstream seems to have lost interest in it.

This can be seen as my response to the question of chf on #debian-devel.de,
about packaging hardlinkpy (a few days ago).

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

-- 
Julian Andres Klode  - Free Software Developer
   Debian Developer  - Contributing Member of SPI
   Ubuntu Member - Fellow of FSFE

Website: http://jak-linux.org/   XMPP: juli...@jabber.org
Debian:  http://www.debian.org/  SPI:  http://www.spi-inc.org/
Ubuntu:  http://www.ubuntu.com/  FSFE: http://www.fsfe.org/


signature.asc
Description: Digital signature


Bug#509689: ITP: libjinput-java -- portable joystick and gamepad library for java

2008-12-24 Thread Johan Henriksson
Package: wnpp
Severity: wishlist
Owner: Johan Henriksson maho...@areta.org


* Package name: libjinput-java
  Version : 0.0.20081224
  Upstream Author : Jeff Kesselman jef...@dev.java.net et al
* URL : https://jinput.dev.java.net/
* License : BSD3
  Programming Lang: Java+C
  Description : portable joystick and gamepad library for java

 The JInput Project hosts an implementation of an API for game controller
 discovery and polled input. It is part of a suite of open-source
 technologies initiated by the Game Technology Group at Sun Microsystems
 with intention of making the development of high performance games in
 Java a reality.
 .
 The API itself is pure Java and presents a platform-neutral completely
 portable model of controller discovery and polling. It can handle
 arbitrary controllers and returns both human and machine understandable
 descriptions of the inputs available.
 .
 The implementation hosted here also includes plug-ins to allow the API
 to adapt to various specific platforms. These plug-ins often contain a
 native code portion to interface to the host system.

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



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



Re: Adoption of Nix?

2008-12-24 Thread Bernd Eckenfels
In article 200812241947.08458.danc...@spnet.net you wrote:
 Hm, Nix seems to be born in academia, and based on by someone's PhD thesis, 
 so 
 there might be some good ideas to consider out of it, but the whole story 
 smells like the promoter is trying to sell mercedeses to Daimler (i.e. 
 package management to Debian;-) without getting the whole picture.

There are quite a lot home grown package managment systems offering
versioned program directoris. Nix is not the only one doing that. Those are
especially used in academia where larger multi user shell servers are
common.

Greetings
Bernd


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



Accepted mapserver 5.2.1-1 (source all i386)

2008-12-24 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Dec 2008 23:24:56 +0100
Source: mapserver
Binary: php5-mapscript perl-mapscript cgi-mapserver python-mapscript 
mapserver-bin mapserver-doc libmapscript-ruby libmapscript-ruby1.8 
libmapscript-ruby1.9
Architecture: source all i386
Version: 5.2.1-1
Distribution: experimental
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 cgi-mapserver - CGI executable for MapServer
 libmapscript-ruby - Ruby MapServer library
 libmapscript-ruby1.8 - Ruby MapServer library
 libmapscript-ruby1.9 - Ruby MapServer library
 mapserver-bin - MapServer utilities
 mapserver-doc - documentation for MapServer
 perl-mapscript - Perl MapServer library
 php5-mapscript - php5-cgi module for MapServer
 python-mapscript - Python library for MapServer
Closes: 504652 504724 509476
Changes: 
 mapserver (5.2.1-1) experimental; urgency=low
 .
   * New upstream release.
 (closes: #509476)
   * Updated ru.po template.
 (closes: #504724)
   * Added es.po template.
 (closes: #504652)
Checksums-Sha1: 
 c7d9047fcef8cffd4c4f9fe1f8d34622f1057331 2061 mapserver_5.2.1-1.dsc
 746b9a18668faac6c5e55c800e0193aab01b39d2 1947295 mapserver_5.2.1.orig.tar.gz
 730f88fcaed946120a17fa3c57e495119ca36fec 1446169 mapserver_5.2.1-1.diff.gz
 fc2e26d12740a6110561a8d4fe7ca632383649bb 202080 mapserver-doc_5.2.1-1_all.deb
 b16c3929cdde95233943fa89c9dd575e659b 49844 
libmapscript-ruby_5.2.1-1_all.deb
 722f0b6bfdc7c1caea9f5271c52b4bef1e647506 769160 php5-mapscript_5.2.1-1_i386.deb
 4618f4953bc333553be4a9d309926bd8e89adf5d 946632 perl-mapscript_5.2.1-1_i386.deb
 740cabfe6afcd4e0d7a3b0cfb6baca504967c7c2 648744 cgi-mapserver_5.2.1-1_i386.deb
 81195e8574f909fedbc519303fc7a1dbb2c12f02 1545226 
python-mapscript_5.2.1-1_i386.deb
 45d364f449dd9115da1e6d3ad8f719607781e193 4757648 mapserver-bin_5.2.1-1_i386.deb
 b7258a81f0e74e83b7eb35f25897e190d4eef8a6 822134 
libmapscript-ruby1.8_5.2.1-1_i386.deb
 07eb33a76c1a4542e15d54e4278b2c997c8e0fe6 822484 
libmapscript-ruby1.9_5.2.1-1_i386.deb
Checksums-Sha256: 
 ef50f3eff1f377281f037a9b783feaae23df4bea44de8fdd3d6bad9fd73905b0 2061 
mapserver_5.2.1-1.dsc
 4a11e8a937c9fae8f9430d2e5a712c2d4eb1d7145d670a41d7f67c73ea1132e7 1947295 
mapserver_5.2.1.orig.tar.gz
 63c9d0d5c5e9f96552f4142ffc87e3b2570304321e1bec39d06da328b24123e7 1446169 
mapserver_5.2.1-1.diff.gz
 60dd4b25f362906f97d57e7fcd6c217897fcab7c679a123d4a497d7fb7650761 202080 
mapserver-doc_5.2.1-1_all.deb
 6cfabb6b7b3c0061ccf8894c0d6817c77a157f95da8c7b49e1e4a58c09bfaf3a 49844 
libmapscript-ruby_5.2.1-1_all.deb
 75f6999540e4f0564d7225cfcc475d9dd18794b42e016c9ce5f52b52a930cfff 769160 
php5-mapscript_5.2.1-1_i386.deb
 9ef214a1904c86d5e52a20efa923cd3dfe5d7e44c7f0087206c2f6b6eb3e9dc3 946632 
perl-mapscript_5.2.1-1_i386.deb
 7f5e26929aeb86b89ca031913fe75562343d09f5f4619612b8160545f61b0f59 648744 
cgi-mapserver_5.2.1-1_i386.deb
 8c22dc328e1daf991a604b151d9691b2d919765dd036b50fc25e14dd5f78c0da 1545226 
python-mapscript_5.2.1-1_i386.deb
 da600d0416932d4958d8c7e88bbf7abed9cd958747657d73e09de17f06bd2b19 4757648 
mapserver-bin_5.2.1-1_i386.deb
 cee2351b89e5926079c85972ea45fde54e991ca603817ab59bc3a1745a144d82 822134 
libmapscript-ruby1.8_5.2.1-1_i386.deb
 bfe5930ddd20bb556f960ae63561546457dbabbd7c1e14d2612502ce7b688a92 822484 
libmapscript-ruby1.9_5.2.1-1_i386.deb
Files: 
 573dac34cb1798626ef1440cf082abf4 2061 devel optional mapserver_5.2.1-1.dsc
 26cea03c01096d994e02802fda019ae1 1947295 devel optional 
mapserver_5.2.1.orig.tar.gz
 deafa21522d1ab07610d2f5b379d1359 1446169 devel optional 
mapserver_5.2.1-1.diff.gz
 fd064b8159dca15b0808f3c6cbfed6f4 202080 doc optional 
mapserver-doc_5.2.1-1_all.deb
 20f5cbc4841145b51fa3fcfcfc907101 49844 devel optional 
libmapscript-ruby_5.2.1-1_all.deb
 11e0855131b9a616017921f93bc1501a 769160 web optional 
php5-mapscript_5.2.1-1_i386.deb
 ccb7df1667870df24447519f33c16517 946632 perl optional 
perl-mapscript_5.2.1-1_i386.deb
 47a577b1acbba161d1418b2a3b8af6fb 648744 web optional 
cgi-mapserver_5.2.1-1_i386.deb
 0fd7412efa35dc9caa37bc508ed1c6c1 1545226 python optional 
python-mapscript_5.2.1-1_i386.deb
 d68b81c7eeb3da3ebd6b45b901f0510b 4757648 misc optional 
mapserver-bin_5.2.1-1_i386.deb
 609d01fae11acd19fc9870ff749f1548 822134 devel optional 
libmapscript-ruby1.8_5.2.1-1_i386.deb
 01d2699e34420e7d0ca058b6f09ba108 822484 devel optional 
libmapscript-ruby1.9_5.2.1-1_i386.deb

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

iEYEARECAAYFAklSCA4ACgkQpFNRmenyx0cFDwCeNgkoNOT6Bonbw8UKIf086pKJ
03sAnRke6vnZOmDOxZ+4nJ+76jQHfkp2
=3Rzd
-END PGP SIGNATURE-


Accepted:
cgi-mapserver_5.2.1-1_i386.deb
  to pool/main/m/mapserver/cgi-mapserver_5.2.1-1_i386.deb
libmapscript-ruby1.8_5.2.1-1_i386.deb
  to pool/main/m/mapserver/libmapscript-ruby1.8_5.2.1-1_i386.deb
libmapscript-ruby1.9_5.2.1-1_i386.deb
  to pool/main/m/mapserver/libmapscript-ruby1.9_5.2.1-1_i386.deb

Accepted avfs 0.9.8-6 (source i386)

2008-12-24 Thread Michael Meskes
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 11:08:52 +0100
Source: avfs
Binary: avfs
Architecture: source i386
Version: 0.9.8-6
Distribution: unstable
Urgency: high
Maintainer: Michael Meskes mes...@debian.org
Changed-By: Michael Meskes mes...@debian.org
Description: 
 avfs   - virtual filesystem to access archives, disk images, remote locati
Closes: 509658
Changes: 
 avfs (0.9.8-6) unstable; urgency=high
 .
   * Added dependency to fuse-utils, closes: #509658
Checksums-Sha1: 
 3586d6e9b9391ebb534f7a3a70505c77617fc109 962 avfs_0.9.8-6.dsc
 259d9a29f33b2d343f0f0c5493b0bf640f66747a 6171 avfs_0.9.8-6.diff.gz
 96d020f1ec5303ff3b30a1f72f3a08f30cb680f2 182826 avfs_0.9.8-6_i386.deb
Checksums-Sha256: 
 7628810e37bc2b99e0b7a14e324385dbcc7ba281d79d233c92d5b0c440c33f83 962 
avfs_0.9.8-6.dsc
 3ecb62b619926170149eb65114978fc4a57ec55e276df8787ad4be3b60f46c1f 6171 
avfs_0.9.8-6.diff.gz
 9214d684c12fc602ffb13ea0ffe503d38354d8e0723836c70c9d985f6ae26221 182826 
avfs_0.9.8-6_i386.deb
Files: 
 e9fd10d1a16a4f152d9be19f8d7e3b41 962 utils extra avfs_0.9.8-6.dsc
 b34e9bafeb445a634fd7debdaf542ab3 6171 utils extra avfs_0.9.8-6.diff.gz
 973034f8b80dc24a0405d5f4ac644339 182826 utils extra avfs_0.9.8-6_i386.deb

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

iD8DBQFJUg8eVkEm8inxm9ERAtwwAJ4iz9AEz7SDAAl5CZKbyPTqGxcUAACgg/VV
pdAPxW2XgBUZT7Yn5Aa/8qs=
=rL7r
-END PGP SIGNATURE-


Accepted:
avfs_0.9.8-6.diff.gz
  to pool/main/a/avfs/avfs_0.9.8-6.diff.gz
avfs_0.9.8-6.dsc
  to pool/main/a/avfs/avfs_0.9.8-6.dsc
avfs_0.9.8-6_i386.deb
  to pool/main/a/avfs/avfs_0.9.8-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 tork 0.30-2 (source all i386)

2008-12-24 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 11:20:45 +0200
Source: tork
Binary: tork tork-data
Architecture: source all i386
Version: 0.30-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Matthäi patrick.matth...@web.de
Changed-By: Patrick Matthäi patrick.matth...@web.de
Description: 
 tork   - anonymity manager for KDE
 tork-data  - anonymity manager for KDE (data files)
Changes: 
 tork (0.30-2) unstable; urgency=low
 .
   * Removed icedove-torbutton from the suggests, it has been removed from the
 archive.
   * Add missing ${misc:Depends}. Thanks lintian.
Checksums-Sha1: 
 7b746cb000fa64b3881bfb31210119a88e76c851 1107 tork_0.30-2.dsc
 6be42d1e1098168dec309a578606afcef5fd2dd2 4134 tork_0.30-2.diff.gz
 67d937785f881ce352c9438ff5836910aacd05a7 612726 tork-data_0.30-2_all.deb
 a648418e496e09b44e2908ece7739bfc74a489a1 1414754 tork_0.30-2_i386.deb
Checksums-Sha256: 
 7cbefab5a2aafda9a76d06e24e810f3a54fa358eadcde51902e37fe2253cd26d 1107 
tork_0.30-2.dsc
 695de761e25bc9c0197e27e322891743d10d4525f0cc21dcf482cb2a580b6d09 4134 
tork_0.30-2.diff.gz
 51fa0c5cce85116d86ab57ab4980977cb82a76850736eb1be2831bd3c8c8bea7 612726 
tork-data_0.30-2_all.deb
 2b065952e199183306c39e2777b911a70a5ffe1f3763b08a5987bd6fa39f2a6d 1414754 
tork_0.30-2_i386.deb
Files: 
 c8454bb84400053ee0815f427de0753e 1107 kde optional tork_0.30-2.dsc
 b0f8d4a9b63eaedf1165d45be58832f0 4134 kde optional tork_0.30-2.diff.gz
 8d3dad2e8db97eac86b3515095811bb6 612726 kde optional tork-data_0.30-2_all.deb
 a2c621f7aab95d0bfaec024c2a9f8374 1414754 kde optional tork_0.30-2_i386.deb

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

iEYEARECAAYFAklSD8gACgkQ2XA5inpabMfFtACfUwSCDct2QctZxMbHm/autnO6
kHgAnjEJHwbVczk4OcF+BwaMoFbT6SPm
=4DBa
-END PGP SIGNATURE-


Accepted:
tork-data_0.30-2_all.deb
  to pool/main/t/tork/tork-data_0.30-2_all.deb
tork_0.30-2.diff.gz
  to pool/main/t/tork/tork_0.30-2.diff.gz
tork_0.30-2.dsc
  to pool/main/t/tork/tork_0.30-2.dsc
tork_0.30-2_i386.deb
  to pool/main/t/tork/tork_0.30-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 liboobs 2.22.0-2 (source amd64)

2008-12-24 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 11:23:46 +0100
Source: liboobs
Binary: liboobs-1-4 liboobs-1-dev liboobs-1-4-dbg
Architecture: source amd64
Version: 2.22.0-2
Distribution: unstable
Urgency: low
Maintainer: Loic Minier l...@dooz.org
Changed-By: Josselin Mouette j...@debian.org
Description: 
 liboobs-1-4 - GObject based interface to system-tools-backends - shared library
 liboobs-1-4-dbg - GObject based interface to system-tools-backends - debug 
symbols
 liboobs-1-dev - GObject based interface to system-tools-backends - dev files
Closes: 509564
Changes: 
 liboobs (2.22.0-2) unstable; urgency=low
 .
   * 01_smb_crash.patch: new patch. Fix NULL pointer dereference by
 checking the pointer before using it. Closes: #509564.
Checksums-Sha1: 
 c7a3b204a866427c300fbac853ad41f74b29d58f 1314 liboobs_2.22.0-2.dsc
 4aef5ccb9d18620f7f9980a6a3c5128cb01a1543 4485 liboobs_2.22.0-2.diff.gz
 6c30d8022a6884e60e17d2acfaf0ec44c091b352 78090 liboobs-1-4_2.22.0-2_amd64.deb
 e41a5fc10fd8da59baffbc73d87e7280c764bb19 157100 
liboobs-1-dev_2.22.0-2_amd64.deb
 176445e7c9de0bf265b610826d37eacd163bc0b4 151842 
liboobs-1-4-dbg_2.22.0-2_amd64.deb
Checksums-Sha256: 
 c52e73609efa063f81533500d74f4a29bdd91a6a1ca5e6e8793ee82193a091d0 1314 
liboobs_2.22.0-2.dsc
 47129ed71b64f82c250390fb0570ab8d7007bd0fad9f7d721ead778b80f0ddf2 4485 
liboobs_2.22.0-2.diff.gz
 67040929074ad61aea2776b41f70b3b3a2481b9492656c32b7bd847e3be4ff94 78090 
liboobs-1-4_2.22.0-2_amd64.deb
 e1a67d963419d6077f745fafbf26b212f8e9f87c1d8da0178841059e7d8af609 157100 
liboobs-1-dev_2.22.0-2_amd64.deb
 3fe45596882ea03215312f9f8de34cdb4a36742f4b4ff3d8de76def8ebf52060 151842 
liboobs-1-4-dbg_2.22.0-2_amd64.deb
Files: 
 68a292f743c66eaa198d3014adbb5983 1314 libs optional liboobs_2.22.0-2.dsc
 bc9c6799a7888f2d2757308c27be11f8 4485 libs optional liboobs_2.22.0-2.diff.gz
 7e316bbe221d5e12c7a562bc68c709ec 78090 libs optional 
liboobs-1-4_2.22.0-2_amd64.deb
 d13bad4797fe2d391d482aa042870f35 157100 libdevel optional 
liboobs-1-dev_2.22.0-2_amd64.deb
 408094a3f9e188ac8cc80130966e455d 151842 libdevel extra 
liboobs-1-4-dbg_2.22.0-2_amd64.deb

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

iD8DBQFJUheirSla4ddfhTMRAmikAJ96YCLWAcBhjbF4OrptRN/oVHKTJACgl0Xp
6iTtOxVVJP8BmFjkSpN8hFk=
=g7lF
-END PGP SIGNATURE-


Accepted:
liboobs-1-4-dbg_2.22.0-2_amd64.deb
  to pool/main/libo/liboobs/liboobs-1-4-dbg_2.22.0-2_amd64.deb
liboobs-1-4_2.22.0-2_amd64.deb
  to pool/main/libo/liboobs/liboobs-1-4_2.22.0-2_amd64.deb
liboobs-1-dev_2.22.0-2_amd64.deb
  to pool/main/libo/liboobs/liboobs-1-dev_2.22.0-2_amd64.deb
liboobs_2.22.0-2.diff.gz
  to pool/main/libo/liboobs/liboobs_2.22.0-2.diff.gz
liboobs_2.22.0-2.dsc
  to pool/main/libo/liboobs/liboobs_2.22.0-2.dsc


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



Accepted kvm 72+dfsg-4 (source all i386)

2008-12-24 Thread Jan Lübbe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 12:23:06 +0100
Source: kvm
Binary: kvm kvm-source
Architecture: source all i386
Version: 72+dfsg-4
Distribution: unstable
Urgency: high
Maintainer: Jan Lübbe jlue...@debian.org
Changed-By: Jan Lübbe jlue...@debian.org
Description: 
 kvm- Full virtualization on x86 hardware
 kvm-source - Source for the KVM driver
Changes: 
 kvm (72+dfsg-4) unstable; urgency=high
 .
   * debian/patches/core-2008-1210.patch: fix remote DoS via VNC
 (CORE-2008-1210/CVE-2008-2382).
Checksums-Sha1: 
 5ab25116fdd6416adeb2a7bbaef9e67051ba74f5 1320 kvm_72+dfsg-4.dsc
 6d5b6c46cddad3f31b82f9921f4160c8386185c8 38809 kvm_72+dfsg-4.diff.gz
 d5085fedb0abd16c8bf72169b7cad48e469e2df4 157742 kvm-source_72+dfsg-4_all.deb
 42dcb59bbf64823c2218f8adfe629e1ea007a63d 1030336 kvm_72+dfsg-4_i386.deb
Checksums-Sha256: 
 7819c8fc54b8b99e3c1317a34aa4b2fa1e5f6f22e2f7b788e06be52bb9490e16 1320 
kvm_72+dfsg-4.dsc
 8dd16c48ccd569e805c06bb44a34bbc0a1d587ce10eb6a991791ab1a23e2cc88 38809 
kvm_72+dfsg-4.diff.gz
 f987a400108388c253353b11c50c75494f968c62470018ca16490d92d8789963 157742 
kvm-source_72+dfsg-4_all.deb
 71cdcf490bb3450697020c97e1eb8b01d023387fe9ada60d8e549cb0bba6c6a0 1030336 
kvm_72+dfsg-4_i386.deb
Files: 
 667ea85636f9602f684af1474f5e0f07 1320 misc optional kvm_72+dfsg-4.dsc
 5f49a61f992427bf3c7f506e5857222b 38809 misc optional kvm_72+dfsg-4.diff.gz
 4ca06d139ab79666a0b8e4e6d11e42c8 157742 misc optional 
kvm-source_72+dfsg-4_all.deb
 f7afee93ff4a18027e0217faf4ba61ab 1030336 misc optional kvm_72+dfsg-4_i386.deb

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

iEYEARECAAYFAklSILsACgkQioOL5NhIDy7rMwCgstmrlp+4IcFPFyht/ussTAoq
lf4An3ZyO/eiAnw9TSryozgHfsokAZHY
=BKgS
-END PGP SIGNATURE-


Accepted:
kvm-source_72+dfsg-4_all.deb
  to pool/main/k/kvm/kvm-source_72+dfsg-4_all.deb
kvm_72+dfsg-4.diff.gz
  to pool/main/k/kvm/kvm_72+dfsg-4.diff.gz
kvm_72+dfsg-4.dsc
  to pool/main/k/kvm/kvm_72+dfsg-4.dsc
kvm_72+dfsg-4_i386.deb
  to pool/main/k/kvm/kvm_72+dfsg-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 tcl8.5 8.5.6-1 (source all i386)

2008-12-24 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 14:21:54 +0300
Source: tcl8.5
Binary: tcl8.5 tcl8.5-doc tcl8.5-dev
Architecture: source all i386
Version: 8.5.6-1
Distribution: experimental
Urgency: low
Maintainer: Tcl/Tk Debian Packagers pkg-tcltk-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 tcl8.5 - Tcl (the Tool Command Language) v8.5 - run-time files
 tcl8.5-dev - Tcl (the Tool Command Language) v8.5 - development files
 tcl8.5-doc - Tcl (the Tool Command Language) v8.5 - manual pages
Changes: 
 tcl8.5 (8.5.6-1) experimental; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b361b7c02a0804d20ae9aba84ea0fb2d2c522de7 1108 tcl8.5_8.5.6-1.dsc
 02c57eea35191f027460c6df289179d03f2e9584 4409651 tcl8.5_8.5.6.orig.tar.gz
 ef2c06efe7c2e5c34883a5756925bea709e1976f 11131 tcl8.5_8.5.6-1.diff.gz
 f0ca8161e5612838fa3c5d6fe98240fc42ef00a4 1126560 tcl8.5-doc_8.5.6-1_all.deb
 3da67e4d481914a405d21b95310dd9f6d970905b 1551164 tcl8.5_8.5.6-1_i386.deb
 67f1f1afbaabcdadae02b996c44b05aee6babd84 988098 tcl8.5-dev_8.5.6-1_i386.deb
Checksums-Sha256: 
 4f51e082f6d35e689a14dba5148a1b9d54b53f959c55a8319f280810ae5e4f28 1108 
tcl8.5_8.5.6-1.dsc
 246d09da115307c60f1c91fcfcef8518952e166de058b6aef7fbcffa76ca150e 4409651 
tcl8.5_8.5.6.orig.tar.gz
 8b17232ed8500427d5fec388d49389f6c49b6301ce0ade3057715f3a24d44d55 11131 
tcl8.5_8.5.6-1.diff.gz
 45870ce917ad3f47af55b0800fe3bce3e05e0734b7e3edcb8bc80c68570a335d 1126560 
tcl8.5-doc_8.5.6-1_all.deb
 5c0732ce96cd97bfb90522499ee3ddee778a2c4006f3747f554860a9b13379f0 1551164 
tcl8.5_8.5.6-1_i386.deb
 7a438493f3692cac77d73114044762e22b8d859ada5b756a8ec50f2ada8c65bb 988098 
tcl8.5-dev_8.5.6-1_i386.deb
Files: 
 bd59bd89dcd51efeb063db2d1348e476 1108 libs optional tcl8.5_8.5.6-1.dsc
 d0b0b3ff7600ff63135c710b575265cd 4409651 libs optional tcl8.5_8.5.6.orig.tar.gz
 06050c5a966235d1f147151ee21b3232 11131 libs optional tcl8.5_8.5.6-1.diff.gz
 c202e4e9126ec2559ce3420e44462b57 1126560 doc optional 
tcl8.5-doc_8.5.6-1_all.deb
 d6b59afe051a16a3a20fe207bb0f2f82 1551164 interpreters optional 
tcl8.5_8.5.6-1_i386.deb
 8df317f84fd41f777d24a6ca802e41a1 988098 devel optional 
tcl8.5-dev_8.5.6-1_i386.deb

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

iD8DBQFJUh96IcdH02pGEFIRAnGtAJ4pW0VPLTY/nDfWhwI56LyoNXRWhACfaRK9
25cweyjZAA3ScYSdxe1ND6g=
=ylGl
-END PGP SIGNATURE-


Accepted:
tcl8.5-dev_8.5.6-1_i386.deb
  to pool/main/t/tcl8.5/tcl8.5-dev_8.5.6-1_i386.deb
tcl8.5-doc_8.5.6-1_all.deb
  to pool/main/t/tcl8.5/tcl8.5-doc_8.5.6-1_all.deb
tcl8.5_8.5.6-1.diff.gz
  to pool/main/t/tcl8.5/tcl8.5_8.5.6-1.diff.gz
tcl8.5_8.5.6-1.dsc
  to pool/main/t/tcl8.5/tcl8.5_8.5.6-1.dsc
tcl8.5_8.5.6-1_i386.deb
  to pool/main/t/tcl8.5/tcl8.5_8.5.6-1_i386.deb
tcl8.5_8.5.6.orig.tar.gz
  to pool/main/t/tcl8.5/tcl8.5_8.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 startupmanager 1.9.12-1 (source all)

2008-12-24 Thread Marco Rodrigues
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Dec 2008 09:51:41 +
Source: startupmanager
Binary: startupmanager
Architecture: source all
Version: 1.9.12-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Marco Rodrigues goth...@sapo.pt
Description: 
 startupmanager - Grub and Splash screen configuration
Changes: 
 startupmanager (1.9.12-1) unstable; urgency=low
 .
   [ Marco Rodrigues ]
   * New upstream version.
   * Bump Standards-Version to 3.8.0 (no changes).
   * debian/control:
 + Remove Vincent Legout from Uploaders. Thanks for your work.
 + Add ${misc:Depends} to Depends to remove
   lintian warning.
 + Add -e option to sh to remove lintian warning.
 + Remove imagemagick from Depends like upstream.
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
Checksums-Sha1: 
 c4732d5374fc36bd98996a6e68a7d47894e10b18 1444 startupmanager_1.9.12-1.dsc
 a28e07306c1214455032f5b8e6c199626248ba5c 80753 
startupmanager_1.9.12.orig.tar.gz
 4d409664e131000c022548816b75e955f50997fb 3629 startupmanager_1.9.12-1.diff.gz
 8d4929066d1460eb99cfae98a64e0a96111c3c1f 103866 startupmanager_1.9.12-1_all.deb
Checksums-Sha256: 
 b5a6f5fab4051b66694dfe9f53ae20beaaa51f2547233f7437863b950dc409a8 1444 
startupmanager_1.9.12-1.dsc
 86964e66b2610d02633b0023439b66bed3ca6db16030b2e016c00c37c1f48b89 80753 
startupmanager_1.9.12.orig.tar.gz
 f2760acd78cd25a9e104fc999119793aeb5e749284caa5f11b8c0cb44a33 3629 
startupmanager_1.9.12-1.diff.gz
 f02cab0cdf1509797060f114b745d9fe03f189cc599d5aba91721ab1f798cf3a 103866 
startupmanager_1.9.12-1_all.deb
Files: 
 f40a435897ca61bfe3ec443024f9711c 1444 utils optional 
startupmanager_1.9.12-1.dsc
 fac95570fae37fc96f6539ff1cdb80cd 80753 utils optional 
startupmanager_1.9.12.orig.tar.gz
 95d9c60f429aee291bc4a79093876e05 3629 utils optional 
startupmanager_1.9.12-1.diff.gz
 5b069ee78a7aefa38b5842310a604b51 103866 utils optional 
startupmanager_1.9.12-1_all.deb

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

iEYEARECAAYFAklSIQUACgkQB01zfu119ZnXtgCeP+E0tOvlTOuC7KEs6ZbrHW6i
+ZAAoL6mVfC7UnKTIX6mRadEWkH1erjM
=AxSs
-END PGP SIGNATURE-


Accepted:
startupmanager_1.9.12-1.diff.gz
  to pool/main/s/startupmanager/startupmanager_1.9.12-1.diff.gz
startupmanager_1.9.12-1.dsc
  to pool/main/s/startupmanager/startupmanager_1.9.12-1.dsc
startupmanager_1.9.12-1_all.deb
  to pool/main/s/startupmanager/startupmanager_1.9.12-1_all.deb
startupmanager_1.9.12.orig.tar.gz
  to pool/main/s/startupmanager/startupmanager_1.9.12.orig.tar.gz


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



Accepted tk8.5 8.5.6-1 (source all i386)

2008-12-24 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 14:24:03 +0300
Source: tk8.5
Binary: tk8.5 tk8.5-doc tk8.5-dev
Architecture: source all i386
Version: 8.5.6-1
Distribution: experimental
Urgency: low
Maintainer: Tcl/Tk Debian Packagers pkg-tcltk-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 tk8.5  - Tk toolkit for Tcl and X11, v8.5 - run-time files
 tk8.5-dev  - Tk toolkit for Tcl and X11, v8.5 - development files
 tk8.5-doc  - Tk toolkit for Tcl and X11, v8.5 - manual pages
Changes: 
 tk8.5 (8.5.6-1) experimental; urgency=low
 .
   * New upstream release.
   * Removed patch which fixed mirrored text in canvas postscript because
 the bug is fixed upstream.
Checksums-Sha1: 
 0a2fe7d8de81be0a828fafbb854f90a8b6ea49a9 1186 tk8.5_8.5.6-1.dsc
 3b1453d1efb47a5c600fa6b4825fed6afa3a32ad 3778532 tk8.5_8.5.6.orig.tar.gz
 ca871003d35b87813e8e9638f3aafe0e15134ec1 9277 tk8.5_8.5.6-1.diff.gz
 78f5cf3180442799c68685b2027bb30db22caa4e 903082 tk8.5-doc_8.5.6-1_all.deb
 12302bc5799dde41f0f2931fc6c36bc3133a8b53 1112560 tk8.5_8.5.6-1_i386.deb
 8694e87774a09a9d04db467410cd925f4dcb5577 926646 tk8.5-dev_8.5.6-1_i386.deb
Checksums-Sha256: 
 56935a1b56b61d69eeda8b65722f66a55a60d7bfede6bb8b8e9a284690ed6e25 1186 
tk8.5_8.5.6-1.dsc
 dc918b89039d21cab4c09eddaf60abcc41e57f7bff4216a811237c1de3505907 3778532 
tk8.5_8.5.6.orig.tar.gz
 5968da89f3a09753d36223dc68cc3c07e2dbd53ef947133f5e4d00241a9bbb76 9277 
tk8.5_8.5.6-1.diff.gz
 10e139b18c9f44dbe41c5027260ab8655dbbb104028a21b2b1a978930b1e9292 903082 
tk8.5-doc_8.5.6-1_all.deb
 d6544b282891cd689148bd8bf006b122c4537d52d3fc17e5c1830f1b758786d8 1112560 
tk8.5_8.5.6-1_i386.deb
 83e80f2b1607b4069ad5e5cc0f2f81e16daf088fafddd364bd3d53dc127713ec 926646 
tk8.5-dev_8.5.6-1_i386.deb
Files: 
 a48762559e593e83c21838632b419f1e 1186 libs optional tk8.5_8.5.6-1.dsc
 7da2e00adddc7eed6080df904579d94e 3778532 libs optional tk8.5_8.5.6.orig.tar.gz
 2ca99110f0705540c3ae2b573b3b75ec 9277 libs optional tk8.5_8.5.6-1.diff.gz
 43e324cc1e94d514ff6bdae04f5eb655 903082 doc optional tk8.5-doc_8.5.6-1_all.deb
 bcc4162a277d1a55d652731becdb9493 1112560 libs optional tk8.5_8.5.6-1_i386.deb
 7dbd8b2766e920fc016cc65437de2f1e 926646 devel optional 
tk8.5-dev_8.5.6-1_i386.deb

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

iD8DBQFJUiEPIcdH02pGEFIRArV8AJoCAKAFgvmHT7cBybvbMS9CcWOlxQCeIWOf
Jf9gINBCDPiBFsztPCdZ3Dk=
=9URo
-END PGP SIGNATURE-


Accepted:
tk8.5-dev_8.5.6-1_i386.deb
  to pool/main/t/tk8.5/tk8.5-dev_8.5.6-1_i386.deb
tk8.5-doc_8.5.6-1_all.deb
  to pool/main/t/tk8.5/tk8.5-doc_8.5.6-1_all.deb
tk8.5_8.5.6-1.diff.gz
  to pool/main/t/tk8.5/tk8.5_8.5.6-1.diff.gz
tk8.5_8.5.6-1.dsc
  to pool/main/t/tk8.5/tk8.5_8.5.6-1.dsc
tk8.5_8.5.6-1_i386.deb
  to pool/main/t/tk8.5/tk8.5_8.5.6-1_i386.deb
tk8.5_8.5.6.orig.tar.gz
  to pool/main/t/tk8.5/tk8.5_8.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 piklab 0.15.4-1 (source amd64)

2008-12-24 Thread Miriam Ruiz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 14:04:43 +0100
Source: piklab
Binary: piklab
Architecture: source amd64
Version: 0.15.4-1
Distribution: unstable
Urgency: low
Maintainer: Miriam Ruiz little_m...@yahoo.es
Changed-By: Miriam Ruiz little_m...@yahoo.es
Description: 
 piklab - IDE for PIC-microcontroller development
Changes: 
 piklab (0.15.4-1) unstable; urgency=low
 .
   * New Upstream Release.
   * Removed patch gcc-4.3.patch: Not needed anymore
   * Added -Wl,--no-undefined to LDFLAGS
Checksums-Sha1: 
 27cbc484aff5ecd02eafa3d67ae06c5daeaeff24 1083 piklab_0.15.4-1.dsc
 40e851fca05e6d1a95c79da4deacf4704d8d54c5 2487057 piklab_0.15.4.orig.tar.gz
 f2262e8d69b9cecda45661e1a1b695cd8d64f290 19774 piklab_0.15.4-1.diff.gz
 c9c4e9a1562b75fa97787db091bdddc22e6ddf24 4024526 piklab_0.15.4-1_amd64.deb
Checksums-Sha256: 
 fe314966c9af987cb3822bee4637289ad4891634b823fd9d6900f7ed56ca5105 1083 
piklab_0.15.4-1.dsc
 8ae3b1443bec7df95322b9b27130a2b7b5dacf26ba336a4ac78b13745cc2bb81 2487057 
piklab_0.15.4.orig.tar.gz
 9fd9554050cf8754df0cca38fb9657f4324d58fcbe31d588ebadba7b9cbe95d1 19774 
piklab_0.15.4-1.diff.gz
 994bfa8e78635402c7f8c4f7918c05342467b962d0d531a558f5402e09c73bc1 4024526 
piklab_0.15.4-1_amd64.deb
Files: 
 ea5b1db8ad0625feb00861c03c07dabb 1083 electronics extra piklab_0.15.4-1.dsc
 39f23292515309d2efac98bfb40b974f 2487057 electronics extra 
piklab_0.15.4.orig.tar.gz
 bf859fa0ff3d1fd1958bc42ac39179a6 19774 electronics extra 
piklab_0.15.4-1.diff.gz
 cc3d90132be217352c3eb0d8a1458e0d 4024526 electronics extra 
piklab_0.15.4-1_amd64.deb

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

iD8DBQFJUjubfbltLjbuCGERAoiyAJ9SpgHscMvvPQEC3HQB+gSa3NeOUQCdG1Jd
FC1N1DxBDusiZIzQLtzO+JI=
=Z5yB
-END PGP SIGNATURE-


Accepted:
piklab_0.15.4-1.diff.gz
  to pool/main/p/piklab/piklab_0.15.4-1.diff.gz
piklab_0.15.4-1.dsc
  to pool/main/p/piklab/piklab_0.15.4-1.dsc
piklab_0.15.4-1_amd64.deb
  to pool/main/p/piklab/piklab_0.15.4-1_amd64.deb
piklab_0.15.4.orig.tar.gz
  to pool/main/p/piklab/piklab_0.15.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 wide-dhcpv6 20080615-2 (source amd64)

2008-12-24 Thread Jeremie Corbier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 18 Dec 2008 09:14:19 +0100
Source: wide-dhcpv6
Binary: wide-dhcpv6-server wide-dhcpv6-client wide-dhcpv6-relay
Architecture: source amd64
Version: 20080615-2
Distribution: unstable
Urgency: low
Maintainer: Jeremie Corbier jeremie.corb...@resel.enst-bretagne.fr
Changed-By: Jeremie Corbier jeremie.corb...@resel.enst-bretagne.fr
Description: 
 wide-dhcpv6-client - DHCPv6 client for automatic IPv6 hosts configuration
 wide-dhcpv6-relay - DHCPv6 relay for automatic IPv6 hosts configuration
 wide-dhcpv6-server - DHCPv6 server for automatic IPv6 hosts configuration
Closes: 506300
Changes: 
 wide-dhcpv6 (20080615-2) unstable; urgency=low
 .
   * Allowed to define profiles for groups of interfaces (Closes: #506300):
 - Added debian/patches/200_dhcp6c-profiles.diff
 - Modified default dhcp6c configuration so it provides a default profile
 - Modified dhcp6c init script to use this default profile
   * Removed dependency on sharutils in wide-dhcpv6-server: it does not
 generate an authentication key at install time anymore.
   * Maintainer's scripts:
 - Ensure their execution is aborted when any command fails.
 - Update config scripts accordingly.
 - Fix /etc/default/wide-dhcpv6-* files handling.
   * debian/patches: added patch descriptions so lintian stops complaining.
Checksums-Sha1: 
 716f57f6406d353a786a911b4b164353726161b6 1304 wide-dhcpv6_20080615-2.dsc
 4c7966280f03f5a105879c3027e186ca9c431150 18402 wide-dhcpv6_20080615-2.diff.gz
 908a074878854e6f071e6afc0bb5448b90791ad3 85550 
wide-dhcpv6-server_20080615-2_amd64.deb
 b43d0271a7ad46811e32de0654a35cc8713601fb 103070 
wide-dhcpv6-client_20080615-2_amd64.deb
 acdfb771de97a6836d4d7135a4281b0b28bb4337 42730 
wide-dhcpv6-relay_20080615-2_amd64.deb
Checksums-Sha256: 
 1ecadce146ef0df9e71f7f0978f0386fbeb4605444382ee0437ffa3cfccdea20 1304 
wide-dhcpv6_20080615-2.dsc
 af455692a605e715970d4497e9711fa24df9257daac5319f0261d30cbd2e1d4d 18402 
wide-dhcpv6_20080615-2.diff.gz
 4a94f99a50de7a34b79e965f0f801d758f6c9bd51094fd422c3568fd485f8918 85550 
wide-dhcpv6-server_20080615-2_amd64.deb
 a8cfbd60b29343a2db73b029295e6d576365f6e51d7bb887f7fbc52ebac29f9c 103070 
wide-dhcpv6-client_20080615-2_amd64.deb
 c1004f0e8b7898951b49d9969b5489631fe5cda51a2e03873d0dabbda4483358 42730 
wide-dhcpv6-relay_20080615-2_amd64.deb
Files: 
 5560602065638e159084b2aded47ef3f 1304 net optional wide-dhcpv6_20080615-2.dsc
 aeb86974302e8146cae51221096392ec 18402 net optional 
wide-dhcpv6_20080615-2.diff.gz
 fc1e4d4eb4aced03a7507cb48e62c360 85550 net optional 
wide-dhcpv6-server_20080615-2_amd64.deb
 59cb3254b48f1882a647ee8691320cf2 103070 net optional 
wide-dhcpv6-client_20080615-2_amd64.deb
 1ec7072aac604ff3411471227c5895a8 42730 net optional 
wide-dhcpv6-relay_20080615-2_amd64.deb

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

iEYEARECAAYFAklSRRYACgkQeGfVPHR5Nd16yQCgsp1zKdzVGmnGPwNgHij7/07d
bOMAn2OUoGOQTozgKv5op3WoBZNgZnoJ
=EoHi
-END PGP SIGNATURE-


Accepted:
wide-dhcpv6-client_20080615-2_amd64.deb
  to pool/main/w/wide-dhcpv6/wide-dhcpv6-client_20080615-2_amd64.deb
wide-dhcpv6-relay_20080615-2_amd64.deb
  to pool/main/w/wide-dhcpv6/wide-dhcpv6-relay_20080615-2_amd64.deb
wide-dhcpv6-server_20080615-2_amd64.deb
  to pool/main/w/wide-dhcpv6/wide-dhcpv6-server_20080615-2_amd64.deb
wide-dhcpv6_20080615-2.diff.gz
  to pool/main/w/wide-dhcpv6/wide-dhcpv6_20080615-2.diff.gz
wide-dhcpv6_20080615-2.dsc
  to pool/main/w/wide-dhcpv6/wide-dhcpv6_20080615-2.dsc


-- 
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.0-1 (source all amd64)

2008-12-24 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 15:05:27 +0100
Source: drbd8
Binary: drbd8-utils drbd8-source
Architecture: source amd64 all
Version: 2:8.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski no...@debian.org
Changed-By: Norbert Tretkowski no...@debian.org
Description: 
 drbd8-source - RAID 1 over tcp/ip for Linux module source
 drbd8-utils - RAID 1 over tcp/ip for Linux utilities
Changes: 
 drbd8 (2:8.3.0-1) unstable; urgency=low
 .
   * New upstream release.
Checksums-Sha1: 
 b9ac1f9a443bf627e89b37125ba87bbf2388ffd6 1086 drbd8_8.3.0-1.dsc
 98673b93b39e5e92eee8845835148e73e5e95977 371346 drbd8_8.3.0.orig.tar.gz
 63bdb47588fecc8d3fed5c2b2c7cfe008107c7e2 12692 drbd8_8.3.0-1.diff.gz
 6354a6f286f1f26e87588f1504dea86a352d53c6 181030 drbd8-utils_8.3.0-1_amd64.deb
 663351e511b540dfec760db87003a4485a54fb9d 158202 drbd8-source_8.3.0-1_all.deb
Checksums-Sha256: 
 59ee1ff8dc4371ed9f0c1622b9300026c8426bcffb4e3f5066eacfb86aa940d4 1086 
drbd8_8.3.0-1.dsc
 b8c7efc98ed037f0fac4d38e2e075c38dfda7b03c2aca262a21b9bfaca2bcc19 371346 
drbd8_8.3.0.orig.tar.gz
 378d2041d4ada68da09f30d96add684f68d1373f37ff9da2a06341ad2da98bbc 12692 
drbd8_8.3.0-1.diff.gz
 4412b22c913a297f54b6242899d907504203b5a47426971ad04d731848e90def 181030 
drbd8-utils_8.3.0-1_amd64.deb
 2faeec8abbfe6f5d8949c43cadfe304ed7941566770ce59637dbc2aa1b67bd65 158202 
drbd8-source_8.3.0-1_all.deb
Files: 
 1efccd00f6b80079e4475c9737d0d4f9 1086 admin extra drbd8_8.3.0-1.dsc
 2506a472c84828efdfad236519bd6ee8 371346 admin extra drbd8_8.3.0.orig.tar.gz
 bfd4a144a166230731389b45dd874767 12692 admin extra drbd8_8.3.0-1.diff.gz
 a56aad111b9851ddd0d700ca5364de33 181030 admin extra 
drbd8-utils_8.3.0-1_amd64.deb
 3433d4c1613131f638438edd43575740 158202 admin extra 
drbd8-source_8.3.0-1_all.deb

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

iEYEARECAAYFAklSQogACgkQr/RnCw96jQGtfgCfXIejyJmBdun5EGSLZCJcVCH5
bVYAoKpcQPU1+zfDiBIiwlFg73mRFoYT
=CMRA
-END PGP SIGNATURE-


Accepted:
drbd8-source_8.3.0-1_all.deb
  to pool/main/d/drbd8/drbd8-source_8.3.0-1_all.deb
drbd8-utils_8.3.0-1_amd64.deb
  to pool/main/d/drbd8/drbd8-utils_8.3.0-1_amd64.deb
drbd8_8.3.0-1.diff.gz
  to pool/main/d/drbd8/drbd8_8.3.0-1.diff.gz
drbd8_8.3.0-1.dsc
  to pool/main/d/drbd8/drbd8_8.3.0-1.dsc
drbd8_8.3.0.orig.tar.gz
  to pool/main/d/drbd8/drbd8_8.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 debget 1.6+nmu1 (source all)

2008-12-24 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 21 Dec 2008 13:58:43 +0100
Source: debget
Binary: debget
Architecture: source all
Version: 1.6+nmu1
Distribution: unstable
Urgency: medium
Maintainer: Roderick Schertler roder...@argon.org
Changed-By: David Paleino d.pale...@gmail.com
Description: 
 debget - download/compile source and binary Debian packages
Closes: 508510
Changes: 
 debget (1.6+nmu1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Support new packages.debian.org (Closes: #508510)
Checksums-Sha1: 
 4f383491345d5c0d21eab88a6df7f819ea2d413c 721 debget_1.6+nmu1.dsc
 446f87de033bbbaf0fa8f21b8917a0a4eaa9d820 19834 debget_1.6+nmu1.tar.gz
 8d5ec3b56eba941a2afb8722e3ef560cf34a5983 30848 debget_1.6+nmu1_all.deb
Checksums-Sha256: 
 d2ac904bdc74449c18fb51611151ad633521ab6f3c383bc9c6b91f4e723c4361 721 
debget_1.6+nmu1.dsc
 e7a5ce3bf1dc0339f20f0286b226b50ddf980f8bfa9701b61a55a44e1067eed4 19834 
debget_1.6+nmu1.tar.gz
 29d8c631c052b313ac5c00892312a1867839dc9c8b818a0a838a70fdb26bb508 30848 
debget_1.6+nmu1_all.deb
Files: 
 7e3dfaa3bd6e77abf4c212eb6685f8ae 721 utils optional debget_1.6+nmu1.dsc
 fde0c55e89692036180fbff985eca9e0 19834 utils optional debget_1.6+nmu1.tar.gz
 215a4ff1c99bfbe4f43742db229288b9 30848 utils optional debget_1.6+nmu1_all.deb

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

iD8DBQFJTkpAriZpaaIa1PkRAmltAJ9rCrqme8JpMN8gb2b6ggc+YSZzeACgvJPl
/+DLP/CeEnmtPZRQGdvRxME=
=54Qd
-END PGP SIGNATURE-


Accepted:
debget_1.6+nmu1.dsc
  to pool/main/d/debget/debget_1.6+nmu1.dsc
debget_1.6+nmu1.tar.gz
  to pool/main/d/debget/debget_1.6+nmu1.tar.gz
debget_1.6+nmu1_all.deb
  to pool/main/d/debget/debget_1.6+nmu1_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 spectrum-roms 20081224-1 (source all)

2008-12-24 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 15:04:30 +
Source: spectrum-roms
Binary: spectrum-roms
Architecture: source all
Version: 20081224-1
Distribution: unstable
Urgency: low
Maintainer: Colin Watson cjwat...@debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 spectrum-roms - ZX Spectrum ROMs
Changes: 
 spectrum-roms (20081224-1) unstable; urgency=low
 .
   * New upstream release.
 - 128-spanish-0.rom, 128-spanish-1.rom, if1-2.rom: New files, requested
   by the FBZX maintainer.
 - README, debian/copyright: Update URL to Philip Kendall's ROMs
   collection.
   * Moved to bzr.debian.org; add Vcs-Bzr control field.
   * Policy version 3.8.0:
 - Use Build-Depends rather than Build-Depends-Indep, since the clean
   target uses debhelper.
 - Add a Homepage field.
 - Explain in debian/copyright why this package is not part of Debian
   GNU/Linux.
   * Use debhelper v5; add Depends: ${misc:Depends} (currently empty).
   * Expand debian/copyright to note that embedding the ROMs in hardware is
 not permitted.
   * Explicitly list copyright status in debian/copyright.
Checksums-Sha1: 
 0a52d37c52a36d06116adb028620c9a5404cd654 1207 spectrum-roms_20081224-1.dsc
 84c8f3f8147260c59d43e53cae789a2f98cef718 317673 
spectrum-roms_20081224.orig.tar.gz
 38e9adc6f49a9358f1dffe5f85a94883c959aac4 3881 spectrum-roms_20081224-1.diff.gz
 350dfc99fe0647aee400c5c893a6950c4f83ce20 314008 
spectrum-roms_20081224-1_all.deb
Checksums-Sha256: 
 26ad89fc0feff0e94cea734fab4cc3030beec07c11283991b1bbffe210118017 1207 
spectrum-roms_20081224-1.dsc
 1ada437a6b05c91f51b6543da7ef8b0a9043df91203700b213b68147bc2be634 317673 
spectrum-roms_20081224.orig.tar.gz
 39db7c3ce58ff71dd6ed7ac0adb7ababc5e3bd190e7880375dd81e21071001e3 3881 
spectrum-roms_20081224-1.diff.gz
 d26b33262278cb2b54efaec616c92844def21eea993e1442f0e8ee161c749512 314008 
spectrum-roms_20081224-1_all.deb
Files: 
 97346c4d8b003be35ff59eecf50fa99f 1207 non-free/otherosfs optional 
spectrum-roms_20081224-1.dsc
 505bfd56df0a3ac1b598db2caaafb626 317673 non-free/otherosfs optional 
spectrum-roms_20081224.orig.tar.gz
 89f2bb4c14d9da274c3a724e7929477e 3881 non-free/otherosfs optional 
spectrum-roms_20081224-1.diff.gz
 eacff3a05fc2ecaafa209ed7e98df1e7 314008 non-free/otherosfs optional 
spectrum-roms_20081224-1_all.deb

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

iD8DBQFJUk/l9t0zAhD6TNERAu9gAJ9g7cD6W1veTpqv1Y/nfSjP3kRG5wCfSgbs
bRerOCv2lKtHkV7LTFzdqaE=
=iCxT
-END PGP SIGNATURE-


Accepted:
spectrum-roms_20081224-1.diff.gz
  to pool/non-free/s/spectrum-roms/spectrum-roms_20081224-1.diff.gz
spectrum-roms_20081224-1.dsc
  to pool/non-free/s/spectrum-roms/spectrum-roms_20081224-1.dsc
spectrum-roms_20081224-1_all.deb
  to pool/non-free/s/spectrum-roms/spectrum-roms_20081224-1_all.deb
spectrum-roms_20081224.orig.tar.gz
  to pool/non-free/s/spectrum-roms/spectrum-roms_20081224.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 soci 3.0.0+cvs20081223-1 (source i386)

2008-12-24 Thread Bradley Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Dec 2008 11:13:58 +
Source: soci
Binary: libsoci-core-gcc libsoci-core-gcc-dev libsoci-core-gcc-dbg 
libsoci-mysql-gcc libsoci-sqlite3-gcc libsoci-postgresql-gcc
Architecture: source i386
Version: 3.0.0+cvs20081223-1
Distribution: experimental
Urgency: low
Maintainer: Bradley Smith bradsm...@debian.org
Changed-By: Bradley Smith bradsm...@debian.org
Description: 
 libsoci-core-gcc - C++ Database Access Library (core)
 libsoci-core-gcc-dbg - C++ Database Access Library (debug symbols)
 libsoci-core-gcc-dev - C++ Database Access Library (devel)
 libsoci-mysql-gcc - C++ Database Access Library (MySQL backend)
 libsoci-postgresql-gcc - C++ Database Access Library (PostgreSQL backend)
 libsoci-sqlite3-gcc - C++ Database Access Library (SQLite3 backend)
Closes: 504907 509453
Changes: 
 soci (3.0.0+cvs20081223-1) experimental; urgency=low
 .
   * New CVS snapshot. Closes: #509453.
   * debian/control:
 - New maintainer.
 - Update Standards-Version to 3.8.0. (No changes).
 - Update compat version to 7 and upgrade debhelper Build-Depends.
 - Update Vcs-* fields.
   * debian/rules:
 - Migrate away from cdbs.
   * debian/patches:
 - Migrate to quilt.
 - sqlite-namespace.patch - Removed (Gone upstream).
 - sqlite-common-ctime.patch - Removed (Gone upstream).
 - postgressql-standard-use-type.patch - Removed (No longer needed).
 - postgressql-common-ctime.patch - Removed (Gone upstream).
 - mysql-common-ctime.patch - Removed (Gone upstream).
 - missing-headers.patch - Removed (No longer needed).
 - link-against-dl.patch - Refreshed.
 - fix-gcc4.3-build.patch - Fix build with gcc 4.3.
 - fix-gcc4.4-build.patch - Fix build with gcc 4.4. (Patch from Martin
   Michlmayr t...@cyrius.com) Closes: #504907
Checksums-Sha1: 
 4b30f46096bd3c1861f0ab589ac4d5d7edf2816a 1382 soci_3.0.0+cvs20081223-1.dsc
 e86c09a8969187977f41ee93f98ed010463a2503 753213 
soci_3.0.0+cvs20081223.orig.tar.gz
 634ac6d1140cd377c7c58d64771091b9f613aed1 4024 soci_3.0.0+cvs20081223-1.diff.gz
 3b1f7775d6303175c19fb6634ac96b144fc50701 95718 
libsoci-core-gcc_3.0.0+cvs20081223-1_i386.deb
 51d6008b273f9043f01abf48e93d41ba9a5c9df2 297482 
libsoci-core-gcc-dev_3.0.0+cvs20081223-1_i386.deb
 61c5cd8f1a1c63e3c337346a20999d4417a56939 1377286 
libsoci-core-gcc-dbg_3.0.0+cvs20081223-1_i386.deb
 7412af68cc29e168c4592a5481261e3e61b1ab55 36444 
libsoci-mysql-gcc_3.0.0+cvs20081223-1_i386.deb
 2d907d514d7fd58e92e8a9fc02107a3f0caa1819 35656 
libsoci-sqlite3-gcc_3.0.0+cvs20081223-1_i386.deb
 61abc8fbb3da2491bd8ed1678c894d82cef678af 35446 
libsoci-postgresql-gcc_3.0.0+cvs20081223-1_i386.deb
Checksums-Sha256: 
 6b07dd841dcc9a7710404a6bc6c1d12be69e7f9d76cf6b809aad40f9ba86bbe7 1382 
soci_3.0.0+cvs20081223-1.dsc
 8701a0acb534bc575677cdc0a1d7250d073fd9c500cb8743c61664e6807b836b 753213 
soci_3.0.0+cvs20081223.orig.tar.gz
 2c3a83531c081972682fcaf570f125e97ce859cf5dce96a05cf12fe22c6dc706 4024 
soci_3.0.0+cvs20081223-1.diff.gz
 3c1f20cea52495aaaf4270ea88f941c98650e291b39c4ebf1d48b483d900162c 95718 
libsoci-core-gcc_3.0.0+cvs20081223-1_i386.deb
 b3c910258bbcff03675ed128282c2aca03f8fcbc1539301c38dba66424bf8946 297482 
libsoci-core-gcc-dev_3.0.0+cvs20081223-1_i386.deb
 be313b3354194ddec297c9c87bfe0b285960079dc42d200cd1b3ae3da21c7daa 1377286 
libsoci-core-gcc-dbg_3.0.0+cvs20081223-1_i386.deb
 c0a7ac8479827277d10eae097c957a71b962d4dc086a74f2f4656010b914f16c 36444 
libsoci-mysql-gcc_3.0.0+cvs20081223-1_i386.deb
 e88935ca28dc1d6c6ebc24db99b0901df1c85a1448684f07bd8393fb22fed12b 35656 
libsoci-sqlite3-gcc_3.0.0+cvs20081223-1_i386.deb
 92fbfb9590b4252d7ff84be3b184b49962ede97eaf8b651409ffd15da1d0e80c 35446 
libsoci-postgresql-gcc_3.0.0+cvs20081223-1_i386.deb
Files: 
 74b2fc7e0bc425f41d0c2ff781435f44 1382 libs optional 
soci_3.0.0+cvs20081223-1.dsc
 2ba7b47b0b93d781cf13949d63e03a5a 753213 libs optional 
soci_3.0.0+cvs20081223.orig.tar.gz
 78f37ee415848de7682a269a1e357feb 4024 libs optional 
soci_3.0.0+cvs20081223-1.diff.gz
 2d0c57932b0a9c0b10f3630c81da37f3 95718 libs optional 
libsoci-core-gcc_3.0.0+cvs20081223-1_i386.deb
 bdb6b16078034f2c3ce8dcc807716ce0 297482 libdevel optional 
libsoci-core-gcc-dev_3.0.0+cvs20081223-1_i386.deb
 382ae427b9bdc28cd81ee410dec43711 1377286 libs extra 
libsoci-core-gcc-dbg_3.0.0+cvs20081223-1_i386.deb
 da255be4a4e6258088525784bdf97194 36444 libs optional 
libsoci-mysql-gcc_3.0.0+cvs20081223-1_i386.deb
 dbbc2981798d28e2564caffcc88a407b 35656 libs optional 
libsoci-sqlite3-gcc_3.0.0+cvs20081223-1_i386.deb
 5673c79035723a87e2f9ddcffba32fcc 35446 libs optional 
libsoci-postgresql-gcc_3.0.0+cvs20081223-1_i386.deb

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

iEYEARECAAYFAklSUz4ACgkQj3BimscY00d5sACdH9nsvG2h8JikNlBWL5w/byRU
5/UAn3wayXiaoXOvBqlDoH8QrNH7lC8O
=bKv7
-END PGP SIGNATURE-


Accepted:
libsoci-core-gcc-dbg_3.0.0+cvs20081223-1_i386.deb
  to 

Accepted augeas 0.3.5-1 (source all amd64)

2008-12-24 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 16:11:49 +
Source: augeas
Binary: augeas-tools libaugeas-dev libaugeas0 augeas-lenses
Architecture: source amd64 all
Version: 0.3.5-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas Valcárcel nvalcar...@gmail.com
Changed-By: Free Ekanayaka fr...@debian.org
Description: 
 augeas-lenses - Set of lenses needed by libaugeas0 to parse config files
 augeas-tools - Augeas command line tools
 libaugeas-dev - Development files for writing applications based on libaugeas0
 libaugeas0 - The augeas configuration editing library and API
Changes: 
 augeas (0.3.5-1) unstable; urgency=low
 .
   * New upstream release
   * Drop 60_extra-lenses patch, all lenses merged upstream
Checksums-Sha1: 
 6d4ce4da723fe49bbbd1a83570becfb7b6a84494 1112 augeas_0.3.5-1.dsc
 e90de82a34e9a59e14cc42c9a980a71a3647da27 869359 augeas_0.3.5.orig.tar.gz
 d741014dc46a0f9159e77dfb7bfb5b94f2b1cb70 4907 augeas_0.3.5-1.diff.gz
 9e6809fce1b685cf09a8f852447a2241a353fbe8 25270 augeas-tools_0.3.5-1_amd64.deb
 a4dc588ac9a1d235314f02c73204f298a548aa5e 14148 libaugeas-dev_0.3.5-1_amd64.deb
 c552438400df826f00e7601dadf310a946d4ad1c 129248 libaugeas0_0.3.5-1_amd64.deb
 0888f65f11750ec7b7df19beb088c18c51518ea4 56324 augeas-lenses_0.3.5-1_all.deb
Checksums-Sha256: 
 103c5fc9f3a52dd58362de32f6dd920d3108ecb624748cdf84fd8772ac9171c4 1112 
augeas_0.3.5-1.dsc
 5cbe220956d68767c67eaefea9c2467fa12052243369810417eb804d57ddd001 869359 
augeas_0.3.5.orig.tar.gz
 17027e16c177af21de13fda270900785b3229214efd71e025d0b08ca048ad2e1 4907 
augeas_0.3.5-1.diff.gz
 f765402891122610a161f018148310bf841bb0d162591cd8ae2606477b460586 25270 
augeas-tools_0.3.5-1_amd64.deb
 2d9b970432c5ce672f00d2c34484a07d0c8d504faa154905208383f33f11 14148 
libaugeas-dev_0.3.5-1_amd64.deb
 cb18e8614a05e578f15d41fcc415ed9c010c9538be0c6ee90c982de17a2ad74a 129248 
libaugeas0_0.3.5-1_amd64.deb
 8e7c6780a1b7207adbe1f93aced4c793ef01958790c7e78b08d474e352549f93 56324 
augeas-lenses_0.3.5-1_all.deb
Files: 
 265e6c4873dc65873350322a5ff9accf 1112 libs optional augeas_0.3.5-1.dsc
 de061f7104902a0f4072e23eacc85609 869359 libs optional augeas_0.3.5.orig.tar.gz
 12f1b48db927ef2e0b7d823d3659bbc6 4907 libs optional augeas_0.3.5-1.diff.gz
 54cb8e444695ec563b218d7cb407710c 25270 admin optional 
augeas-tools_0.3.5-1_amd64.deb
 3fca61e5aad77a05ef19c4509fb3f9d9 14148 libdevel optional 
libaugeas-dev_0.3.5-1_amd64.deb
 5aea5b49b4c587d2ad55beee217514af 129248 libs optional 
libaugeas0_0.3.5-1_amd64.deb
 7397c44d8ed444aad8f1a9eb74a76455 56324 misc optional 
augeas-lenses_0.3.5-1_all.deb

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

iEYEARECAAYFAklSYMgACgkQcanJGlcVnlmczACeKUi7uq0O8/Veh950Y34l+LMB
JDYAn3MYRQdEImditL4vPLrqVAYTjuVK
=G2oH
-END PGP SIGNATURE-


Accepted:
augeas-lenses_0.3.5-1_all.deb
  to pool/main/a/augeas/augeas-lenses_0.3.5-1_all.deb
augeas-tools_0.3.5-1_amd64.deb
  to pool/main/a/augeas/augeas-tools_0.3.5-1_amd64.deb
augeas_0.3.5-1.diff.gz
  to pool/main/a/augeas/augeas_0.3.5-1.diff.gz
augeas_0.3.5-1.dsc
  to pool/main/a/augeas/augeas_0.3.5-1.dsc
augeas_0.3.5.orig.tar.gz
  to pool/main/a/augeas/augeas_0.3.5.orig.tar.gz
libaugeas-dev_0.3.5-1_amd64.deb
  to pool/main/a/augeas/libaugeas-dev_0.3.5-1_amd64.deb
libaugeas0_0.3.5-1_amd64.deb
  to pool/main/a/augeas/libaugeas0_0.3.5-1_amd64.deb


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



Accepted libmtp 0.3.5-1 (source all amd64)

2008-12-24 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 23 Dec 2008 14:42:24 +0100
Source: libmtp
Binary: libmtp8 libmtp-dev libmtp-doc mtp-tools
Architecture: source all amd64
Version: 0.3.5-1
Distribution: experimental
Urgency: low
Maintainer: Rafael Laboissiere raf...@debian.org
Changed-By: Rafael Laboissiere raf...@debian.org
Description: 
 libmtp-dev - Media Transfer Protocol (MTP) development files
 libmtp-doc - Media Transfer Protocol (MTP) library documentation
 libmtp8- Media Transfer Protocol (MTP) library
 mtp-tools  - Media Transfer Protocol (MTP) library tools
Changes: 
 libmtp (0.3.5-1) experimental; urgency=low
 .
   * New upstream release
   * debian/rules: Clean src/_stdint.h file, which is created by configure
 but not cleaned by make distclean, as it should
Checksums-Sha1: 
 064cf25e824883b2b5cdda2312f042d604c283d2 1229 libmtp_0.3.5-1.dsc
 cb30a2f540c108a80904833b5eaf6f397f107b12 573226 libmtp_0.3.5.orig.tar.gz
 fc3857e605947460aefc1532236a79b22cfbcb1b 8838 libmtp_0.3.5-1.diff.gz
 c5c33d27c3b741c88586d34930334efcd1c02df9 279070 libmtp-doc_0.3.5-1_all.deb
 4ea6d32b13084dbad3658bfa927f4f39f43ece67 137554 libmtp8_0.3.5-1_amd64.deb
 3881aa688c64092c36678c657e3949dfbf738de9 137858 libmtp-dev_0.3.5-1_amd64.deb
 4471e9413c3249c0eda6140caade278074121805 82894 mtp-tools_0.3.5-1_amd64.deb
Checksums-Sha256: 
 67654519b84422dcb9a42153de8f02022b6df75882a553d47c9eb42f21a238a7 1229 
libmtp_0.3.5-1.dsc
 92af7ac6ec8b4e99d2892b013a584702e12ab1216a63462b9e76b4bea7b0369a 573226 
libmtp_0.3.5.orig.tar.gz
 21d4b37cda41290ce6c5cc9239e72de4982e22e80633f02eb8da686914fc783e 8838 
libmtp_0.3.5-1.diff.gz
 cc3db237cdf028483cc88078aa9642237e28ff4f8cf6bb7563392a8523579d54 279070 
libmtp-doc_0.3.5-1_all.deb
 b2bc4b4ed5b213d1c34a8973de29479f68006c1f3e10994106eb108c9ebe51aa 137554 
libmtp8_0.3.5-1_amd64.deb
 a77dd916c6ac3f10587906408dd98da449276314057ec12d8973f79997b914ec 137858 
libmtp-dev_0.3.5-1_amd64.deb
 e0886ec849903295142c08e8d0ebe041aa4704d8f09876f44532de8b6e0fa56e 82894 
mtp-tools_0.3.5-1_amd64.deb
Files: 
 cbd6effea98efe646c455940740c4daf 1229 libs optional libmtp_0.3.5-1.dsc
 f0f81936f26908456e2a21f61ae32dbb 573226 libs optional libmtp_0.3.5.orig.tar.gz
 956cdecbca7f729f73dcf35ad3b6489b 8838 libs optional libmtp_0.3.5-1.diff.gz
 9fac035d21b5eddf900f83d607aba5e2 279070 doc optional libmtp-doc_0.3.5-1_all.deb
 c76122555c294a3199f0a0736cf94b97 137554 libs optional libmtp8_0.3.5-1_amd64.deb
 04558fc4c27ca7018f70f943223317eb 137858 libdevel optional 
libmtp-dev_0.3.5-1_amd64.deb
 ddef39aeb1585bd66b0f175f6d44ccf5 82894 utils optional 
mtp-tools_0.3.5-1_amd64.deb

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

iD8DBQFJUlyVk3oga0pdcv4RAvldAJsHATgNgbEB9yMoiqf/70M8fkvBNQCeOnjr
FWsSlk/B5r6n3Jk6aRB68Q4=
=YLzC
-END PGP SIGNATURE-


Accepted:
libmtp-dev_0.3.5-1_amd64.deb
  to pool/main/libm/libmtp/libmtp-dev_0.3.5-1_amd64.deb
libmtp-doc_0.3.5-1_all.deb
  to pool/main/libm/libmtp/libmtp-doc_0.3.5-1_all.deb
libmtp8_0.3.5-1_amd64.deb
  to pool/main/libm/libmtp/libmtp8_0.3.5-1_amd64.deb
libmtp_0.3.5-1.diff.gz
  to pool/main/libm/libmtp/libmtp_0.3.5-1.diff.gz
libmtp_0.3.5-1.dsc
  to pool/main/libm/libmtp/libmtp_0.3.5-1.dsc
libmtp_0.3.5.orig.tar.gz
  to pool/main/libm/libmtp/libmtp_0.3.5.orig.tar.gz
mtp-tools_0.3.5-1_amd64.deb
  to pool/main/libm/libmtp/mtp-tools_0.3.5-1_amd64.deb


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



Accepted wicd 1.5.7-1 (source all)

2008-12-24 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 17:37:13 +0100
Source: wicd
Binary: wicd
Architecture: source all
Version: 1.5.7-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: David Paleino d.pale...@gmail.com
Description: 
 wicd   - wired and wireless network manager
Closes: 503737 503739 503747 503749 509051
Changes: 
 wicd (1.5.7-1) unstable; urgency=low
 .
   * New upstream release (Closes: #503737)
   * debian/control:
 - added some runtime dependencies (not really, but used by most
   users) to wicd (Closes: #503739)
 - added Conflicts: network-manager (Closes: #509051)
 - added Suggests on pm-utils, since we now also have those
   functionalities
 - update Vcs-* and Maintainer fields to reflect injection into
   PAPT
   * debian/postrm added:
 - removes runtime-generated files (Closes: #503747)
   * debian/patches:
 - 02-fix_logfile_perms.patch added, sets permissions of
   /var/log/wicd/wicd.log to root:adm (Closes: #503749)
 - 03-fix_lintian_manpage_warning.patch added, gives a more
   meaningful whatis entry
   * debian/rules:
 - get-orig-source target to ease upstream tarball fetch
 - ensure right permissions are set in install target
 - using dh7-style rules
   * debian/README.source added
   * debian/docs removed
   * debian/copyright fixed:
 - added copyright year to in/man*
 - removed useless escaping of '=' in filenames
 - fixed pointer to GPL-2
Checksums-Sha1: 
 c0ef1943a5ac770176bfa1175afdbbc0fec31fc4 1240 wicd_1.5.7-1.dsc
 33d3bd2e1d61f6ded1aee6d167fe56df541ace29 238856 wicd_1.5.7.orig.tar.gz
 22073803eb8e7d03cccad618cfe892400b04de48 7745 wicd_1.5.7-1.diff.gz
 2c0857a7a1ae5c14aee5cb036b162a4f3eaa0c0a 233726 wicd_1.5.7-1_all.deb
Checksums-Sha256: 
 a5cc0aca9c7a14e47c5b052683662d977e6c7400ee5173474bf7b988fc61d920 1240 
wicd_1.5.7-1.dsc
 4ad9e99692653fed67be0210f8178746c0fd1c65567e0c337ac27daa4ae0e92d 238856 
wicd_1.5.7.orig.tar.gz
 3c6965396ada9bbc0521afbe6d3f66d3c194a519addb6ecb5c545495b1b33515 7745 
wicd_1.5.7-1.diff.gz
 a72f2019190c3911d5eb9a267c1b72e9bbf927c0e2c382643f9d25c74025c5f3 233726 
wicd_1.5.7-1_all.deb
Files: 
 99dc5f5acc3380f97e8211b834ec19d6 1240 net optional wicd_1.5.7-1.dsc
 c31dc8f47d7cbc599fc000355fac0481 238856 net optional wicd_1.5.7.orig.tar.gz
 ce1bb9bf0577bfedf8aa14d85db42522 7745 net optional wicd_1.5.7-1.diff.gz
 adffa122dabcebc4fa88f0ad40045bfa 233726 net optional wicd_1.5.7-1_all.deb

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

iEYEARECAAYFAklSaJsACgkQAukwV0RN2VB6ugCglo2wMhlD1bhXXP0XrT8Y69cb
NkkAoIsbgi6NfKyZH+/q8DzEWfa7j92W
=kLF1
-END PGP SIGNATURE-


Accepted:
wicd_1.5.7-1.diff.gz
  to pool/main/w/wicd/wicd_1.5.7-1.diff.gz
wicd_1.5.7-1.dsc
  to pool/main/w/wicd/wicd_1.5.7-1.dsc
wicd_1.5.7-1_all.deb
  to pool/main/w/wicd/wicd_1.5.7-1_all.deb
wicd_1.5.7.orig.tar.gz
  to pool/main/w/wicd/wicd_1.5.7.orig.tar.gz


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



Accepted pekwm 0.1.9a-1 (source amd64)

2008-12-24 Thread Daniel Moerner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Dec 2008 21:00:09 -0800
Source: pekwm
Binary: pekwm
Architecture: source amd64
Version: 0.1.9a-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Moerner dmoer...@gmail.com
Changed-By: Daniel Moerner dmoer...@gmail.com
Description: 
 pekwm  - Fast  Light Window Manager
Changes: 
 pekwm (0.1.9a-1) unstable; urgency=low
 .
   * New Upstream Version
   * Removed include-cstdio-for-gcc-4.4.diff as it has been forwarded and
 now integrated upstream.
   * Add quilt patch description to satisfy lintian.
Checksums-Sha1: 
 ed2e709caa4075dff65731af4533d261cde2e6b8 1049 pekwm_0.1.9a-1.dsc
 a6f0cc6ac60ed8cc121fa6b03bd5f823b39a2031 471817 pekwm_0.1.9a.orig.tar.gz
 5ea4f8fd3fcfb6e80fa70cc082bc8a4ffb5e5165 8090 pekwm_0.1.9a-1.diff.gz
 d98f58c0fa09ed21d0edf6e39f8ad451ca337ebb 347284 pekwm_0.1.9a-1_amd64.deb
Checksums-Sha256: 
 4414180219a122d10bcb67e238a98d9a6fe9803fa89f7a8c2cbc030ec9f1e54b 1049 
pekwm_0.1.9a-1.dsc
 cc9af01dcc9f29a4113c6afded6d2b782615a346af1d55ef1d5445073600b7f2 471817 
pekwm_0.1.9a.orig.tar.gz
 f819a51efb60f8673d58e3dc90d25b5b3f291e3e50bcf8debfccb4d7366dab0a 8090 
pekwm_0.1.9a-1.diff.gz
 b999bba15f5c5fda9a511d2b4ca58e726e1e35f5c44eb2484f49821ad3021e50 347284 
pekwm_0.1.9a-1_amd64.deb
Files: 
 96052a33e879bbed71f501f6b70838a4 1049 x11 optional pekwm_0.1.9a-1.dsc
 89f2a010bba9371d34ffd58b972cb611 471817 x11 optional pekwm_0.1.9a.orig.tar.gz
 f65a567f9e71dbac4a942ddd802e39f6 8090 x11 optional pekwm_0.1.9a-1.diff.gz
 5cfb28d8494cd576e6731d802f1189db 347284 x11 optional pekwm_0.1.9a-1_amd64.deb

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

iEYEARECAAYFAklSZBAACgkQpGK1HsL+5c29XwCeMQqp/7KT7C4pM4NVbVohnYCC
MPQAoMMiaAwzSe3trOhTJdOU7ffWPpET
=ZZLl
-END PGP SIGNATURE-


Accepted:
pekwm_0.1.9a-1.diff.gz
  to pool/main/p/pekwm/pekwm_0.1.9a-1.diff.gz
pekwm_0.1.9a-1.dsc
  to pool/main/p/pekwm/pekwm_0.1.9a-1.dsc
pekwm_0.1.9a-1_amd64.deb
  to pool/main/p/pekwm/pekwm_0.1.9a-1_amd64.deb
pekwm_0.1.9a.orig.tar.gz
  to pool/main/p/pekwm/pekwm_0.1.9a.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 numactl 2.0.3~rc1-1 (source i386)

2008-12-24 Thread Ian Wienand
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 09:03:30 -0800
Source: numactl
Binary: numactl libnuma1 libnuma-dev libnuma-dbg
Architecture: source i386
Version: 2.0.3~rc1-1
Distribution: unstable
Urgency: low
Maintainer: Ian Wienand i...@debian.org
Changed-By: Ian Wienand i...@debian.org
Description: 
 libnuma-dbg - Debug package for libnuma
 libnuma-dev - Development files for libnuma
 libnuma1   - Libraries for controlling NUMA policy
 numactl- NUMA scheduling and memory placement tool
Changes: 
 numactl (2.0.3~rc1-1) unstable; urgency=low
 .
   * New upstream
Checksums-Sha1: 
 7ab97f8fb52f70ae8b72c373dd66f76b74a16e4f 1090 numactl_2.0.3~rc1-1.dsc
 5c08e3f94ecb3c36ffcbbcd52b7dc4ba5c33efb6 71086 numactl_2.0.3~rc1.orig.tar.gz
 90ec5ec6409f0e2b4e997d1bc2b0f93836562111 5053 numactl_2.0.3~rc1-1.diff.gz
 413ec216fc874b9c8f065a3ace93d791cb501120 29320 numactl_2.0.3~rc1-1_i386.deb
 f307e8a82d6a01790e30dac077f0775a8ec6e5fb 23194 libnuma1_2.0.3~rc1-1_i386.deb
 830b34908c86ea446cee0ff6b95c5f3552421b93 36626 libnuma-dev_2.0.3~rc1-1_i386.deb
 0526b33b242798ce31098cd58fcbf017e7aba1fc 49622 libnuma-dbg_2.0.3~rc1-1_i386.deb
Checksums-Sha256: 
 84056b527fa78fd350db48b3e74eec47b4d6aa0adb99733eb0e2672060fb22c7 1090 
numactl_2.0.3~rc1-1.dsc
 5317e43e38c8b1d99618bf1cba52ba647e0a1678190662061439f774311c201d 71086 
numactl_2.0.3~rc1.orig.tar.gz
 88f5988b02368c40d510db50ca2a69769774c026556a21c3f6d362213fd3fe99 5053 
numactl_2.0.3~rc1-1.diff.gz
 1e4999181eb12eed28fccd541295742db2c6b91cc61e7d791044c2656fec5323 29320 
numactl_2.0.3~rc1-1_i386.deb
 14798815f11cbb44bcc0804e4c77d807027470701924f5d6b75bd613f99d5210 23194 
libnuma1_2.0.3~rc1-1_i386.deb
 02619981030d597d579c0cb9f7e0c6d0cf5315163387ad55f8318141d5e59e59 36626 
libnuma-dev_2.0.3~rc1-1_i386.deb
 10e82ed33a3ba0a72ee7d20931d12590038133faaf80ee888c95af289c57 49622 
libnuma-dbg_2.0.3~rc1-1_i386.deb
Files: 
 2452395552db5a3b11ab904d64fface2 1090 admin optional numactl_2.0.3~rc1-1.dsc
 9492e00a57a0b05978ae57a2a7630acd 71086 admin optional 
numactl_2.0.3~rc1.orig.tar.gz
 54ca1f642e3d7ceb4347770bcde25f68 5053 admin optional 
numactl_2.0.3~rc1-1.diff.gz
 6d25ecba6b8b3eac410fc77445c775b9 29320 admin optional 
numactl_2.0.3~rc1-1_i386.deb
 e73cd197b801f9018b67b67765503979 23194 libs optional 
libnuma1_2.0.3~rc1-1_i386.deb
 bb9384ba11a6aaa2380321a2ef7571eb 36626 libdevel extra 
libnuma-dev_2.0.3~rc1-1_i386.deb
 97b7d298376e44f4c57a5c40be442c75 49622 libdevel extra 
libnuma-dbg_2.0.3~rc1-1_i386.deb

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

iEYEARECAAYFAklSa6oACgkQWDlSU/gp6efwzACguDS0uQZkoaJu1xAUzNh6H8i2
OfoAmgN/WS6t989kAy/RRWTf2ncU6JHK
=StoB
-END PGP SIGNATURE-


Accepted:
libnuma-dbg_2.0.3~rc1-1_i386.deb
  to pool/main/n/numactl/libnuma-dbg_2.0.3~rc1-1_i386.deb
libnuma-dev_2.0.3~rc1-1_i386.deb
  to pool/main/n/numactl/libnuma-dev_2.0.3~rc1-1_i386.deb
libnuma1_2.0.3~rc1-1_i386.deb
  to pool/main/n/numactl/libnuma1_2.0.3~rc1-1_i386.deb
numactl_2.0.3~rc1-1.diff.gz
  to pool/main/n/numactl/numactl_2.0.3~rc1-1.diff.gz
numactl_2.0.3~rc1-1.dsc
  to pool/main/n/numactl/numactl_2.0.3~rc1-1.dsc
numactl_2.0.3~rc1-1_i386.deb
  to pool/main/n/numactl/numactl_2.0.3~rc1-1_i386.deb
numactl_2.0.3~rc1.orig.tar.gz
  to pool/main/n/numactl/numactl_2.0.3~rc1.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 mgp 1.13a-1 (source i386)

2008-12-24 Thread Barry deFreese
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 23 Dec 2008 23:23:03 -0500
Source: mgp
Binary: mgp
Architecture: source i386
Version: 1.13a-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 mgp- MagicPoint- an X11 based presentation tool
Closes: 478184 486050
Changes: 
 mgp (1.13a-1) unstable; urgency=low
 .
   * QA upload.
 + Set maintainer to Debian QA Group packa...@qa.debian.org
   * New upstream release. (Closes: #478184).
   * Change libungif4-dev build-dep to libgif-dev.
   * Change gs suggests to ghostscript.
   * Change tetex-bin suggests to texlive.
   * Make distclean not ignore errors.
   * Remove empty /usr/sbin dir.
   * Move dh_makeshlibs before dh_installdeb.
   * Change `pwd` to $(CURDIR) in rules.
   * Remove language extension from scripts in /usr/bin. (Policy 10.4).
   * Add Homepage field.
   * Add watch file.
   * Add quilt patch system.
 + Move old inline patches to quilt where necessary.
   * 04_tex2eps_bashism.diff: Fix bashism. (Closes: #486050).
 + Thanks to Vincent Zweije for the patch.
   * Bump Standards Version to 3.8.0.
Checksums-Sha1: 
 d9e1250018d7291ba0f54f566f57d67f303f7b86 1382 mgp_1.13a-1.dsc
 2bc662ad0a482d42578766258a143b06a4718ae3 890670 mgp_1.13a.orig.tar.gz
 a9dbc0b5cc6cc6c76fc20da75755ad3a54a7bdce 13325 mgp_1.13a-1.diff.gz
 3e35a9ab420f6717b73c142f84ef73f5a94efaa9 665330 mgp_1.13a-1_i386.deb
Checksums-Sha256: 
 19c995946981401591396f0b2c7ab857066f15a233265496cacf4e7213fe3a21 1382 
mgp_1.13a-1.dsc
 205e6752e3cb024bcce0583b43dafc9b89490c0016daa91d2486891edcf2cfc1 890670 
mgp_1.13a.orig.tar.gz
 f9a4ad2a03d0215247389d56582f9e2fdb2c5ad5ab02cee9db23b5c2a955a914 13325 
mgp_1.13a-1.diff.gz
 fc52246bded5e6f01d94827a864e9e787c912843dea5deab6c32c243384ac738 665330 
mgp_1.13a-1_i386.deb
Files: 
 3bb6be6a3515d0f58d9d989fd90c09cf 1382 x11 optional mgp_1.13a-1.dsc
 ebc403982956e918ab327c54a90b44e0 890670 x11 optional mgp_1.13a.orig.tar.gz
 ea787f04e129910ec7806f05f9e5655f 13325 x11 optional mgp_1.13a-1.diff.gz
 7f8df2134985b6bf047ecbb42a381132 665330 x11 optional mgp_1.13a-1_i386.deb

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

iEYEARECAAYFAklSbhAACgkQ5ItltUs5T36ShACfaGkzs7vsyeOuZH5xkt6tdfIM
0g8AniFA+F9q1O6A06lbNdGBr0GY9Ft1
=NFSt
-END PGP SIGNATURE-


Accepted:
mgp_1.13a-1.diff.gz
  to pool/main/m/mgp/mgp_1.13a-1.diff.gz
mgp_1.13a-1.dsc
  to pool/main/m/mgp/mgp_1.13a-1.dsc
mgp_1.13a-1_i386.deb
  to pool/main/m/mgp/mgp_1.13a-1_i386.deb
mgp_1.13a.orig.tar.gz
  to pool/main/m/mgp/mgp_1.13a.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 gnome-power-manager 2.24.2-1 (source amd64)

2008-12-24 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 20:46:32 +0100
Source: gnome-power-manager
Binary: gnome-power-manager
Architecture: source amd64
Version: 2.24.2-1
Distribution: experimental
Urgency: low
Maintainer: Debian GNOME Maintainers 
pkg-gnome-maintain...@lists.alioth.debian.org
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 gnome-power-manager - power management tool for the GNOME desktop
Changes: 
 gnome-power-manager (2.24.2-1) experimental; urgency=low
 .
   * New upstream release
   * debian/patches/02-ups-invalid-free.patch
 - Removed, fixed upstream
   * debian/patches/03-system-policy.patch
 - Updated
   * debian/patches/04-graph-labels.patch
 - Removed, fixed upstream
   * debian/patches/05_translation_crash.patch
 - Removed, fixed upstream
   * debian/patches/06-bugreport-debian.patch
 - Updated
   * debian/patches/08-desktop-bugreport-path.patch
 - Updated
Checksums-Sha1: 
 c1e407d7a37fe2e78689df001a03b5e65f120e94 1870 gnome-power-manager_2.24.2-1.dsc
 35b7141501b172364af7b60ce00438b7aaf050d5 3918483 
gnome-power-manager_2.24.2.orig.tar.gz
 55e925fdc7415dd75618c72a99cefe5db8ea70ff 7244 
gnome-power-manager_2.24.2-1.diff.gz
 1dcb2b9c918459c80425df622eb620f81950ea02 4808196 
gnome-power-manager_2.24.2-1_amd64.deb
Checksums-Sha256: 
 254eee6d0a9cb57c7848ecbb42e3aff2e97c79d006c17d637863492162f0b675 1870 
gnome-power-manager_2.24.2-1.dsc
 89b58da1f34c2ea6be1a3de895920761686d9841b40a9fc89aa64850088fe94c 3918483 
gnome-power-manager_2.24.2.orig.tar.gz
 9b18c4f303f853ad3220eb9c8438812bfeca1ecde4ac3d51fb8d9ee14177e2b6 7244 
gnome-power-manager_2.24.2-1.diff.gz
 f59576ed5c2701e07db51063a4e7b860ad473a213ced258769ad952943dba23d 4808196 
gnome-power-manager_2.24.2-1_amd64.deb
Files: 
 6176a9d973c1bdd7a01caa2a4fe3a28b 1870 gnome optional 
gnome-power-manager_2.24.2-1.dsc
 277f73a84668bbeb57c5c7fc77052522 3918483 gnome optional 
gnome-power-manager_2.24.2.orig.tar.gz
 5c877c86507c3cc6cade4a3822aad214 7244 gnome optional 
gnome-power-manager_2.24.2-1.diff.gz
 79ef9a5c5097c6adcfc759dfc8e4a9d6 4808196 gnome optional 
gnome-power-manager_2.24.2-1_amd64.deb

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

iEYEARECAAYFAklSktMACgkQgTd+SodosdKoLACeOFhzb3kaDh4mD7VicnMdd08P
0ysAn1TB+2AthvZ0vQj7vh+6Ay5scha0
=XN+O
-END PGP SIGNATURE-


Accepted:
gnome-power-manager_2.24.2-1.diff.gz
  to pool/main/g/gnome-power-manager/gnome-power-manager_2.24.2-1.diff.gz
gnome-power-manager_2.24.2-1.dsc
  to pool/main/g/gnome-power-manager/gnome-power-manager_2.24.2-1.dsc
gnome-power-manager_2.24.2-1_amd64.deb
  to pool/main/g/gnome-power-manager/gnome-power-manager_2.24.2-1_amd64.deb
gnome-power-manager_2.24.2.orig.tar.gz
  to pool/main/g/gnome-power-manager/gnome-power-manager_2.24.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 claws-mail 3.7.0-1 (source all amd64)

2008-12-24 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 20:34:02 +0100
Source: claws-mail
Binary: claws-mail claws-mail-dbg libclaws-mail-dev claws-mail-plugins 
claws-mail-dillo-viewer claws-mail-spamassassin claws-mail-trayicon 
claws-mail-pgpmime claws-mail-pgpinline claws-mail-smime-plugin 
claws-mail-bogofilter claws-mail-i18n claws-mail-doc claws-mail-tools
Architecture: source amd64 all
Version: 3.7.0-1
Distribution: experimental
Urgency: low
Maintainer: Ricardo Mones mo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 claws-mail - Fast, lightweight and user-friendly GTK2 based email client
 claws-mail-bogofilter - Bogofilter plugin for Claws Mail
 claws-mail-dbg - Debug symbols for Claws Mail mailer
 claws-mail-dillo-viewer - HTML viewer plugin for Claws Mail using Dillo
 claws-mail-doc - User documentation for Claws Mail mailer
 claws-mail-i18n - Locale data for Claws Mail (i18n support)
 claws-mail-pgpinline - PGP/inline plugin for Claws Mail
 claws-mail-pgpmime - PGP/MIME plugin for Claws Mail
 claws-mail-plugins - Installs plugins for the Claws Mail mailer
 claws-mail-smime-plugin - S/MIME signature/encryption handling for Claws Mail
 claws-mail-spamassassin - SpamAssassin plugin for Claws Mail
 claws-mail-tools - Helper and utility scripts for Claws Mail mailer
 claws-mail-trayicon - Notification area plugin for Claws Mail
 libclaws-mail-dev - Development files for Claws Mail plugins
Closes: 509408
Changes: 
 claws-mail (3.7.0-1) experimental; urgency=low
 .
   * New upstream release (Closes: #509408)
   * debian/control
   - Add docbook-xml dependency to fix I/O error : Attempt to load network
 entity http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd; errors
 and related warnings.
Checksums-Sha1: 
 4c3c80d8a82cb9c3123d35709585a0861c56ec7e 1724 claws-mail_3.7.0-1.dsc
 0938f1dc319ffaf3608cb9b72768bf51fee7e4d9 7026715 claws-mail_3.7.0.orig.tar.gz
 b18dc980e57f5be3306157e503f737956eeb72d1 43464 claws-mail_3.7.0-1.diff.gz
 2973a89793dad455e17e11836520c32ebaec2a3e 1547934 claws-mail_3.7.0-1_amd64.deb
 08991ef6bcad5c39205e883849a9efdceda0834f 3518684 
claws-mail-dbg_3.7.0-1_amd64.deb
 835fdb426a9066f8dd551af0854770fdd7caef4b 174838 
libclaws-mail-dev_3.7.0-1_amd64.deb
 698b3baae5a182039455d24517918b0fae04c3f4 49826 
claws-mail-plugins_3.7.0-1_all.deb
 80f15e42f1cdfb930d7748a63130bf80e34ac777 59774 
claws-mail-dillo-viewer_3.7.0-1_amd64.deb
 c9de84d2bf9e1d6946ffaa743e66ea88ab848c06 74948 
claws-mail-spamassassin_3.7.0-1_amd64.deb
 d516bc91e4d2b8b2584f897aabfdb1e613659423 66160 
claws-mail-trayicon_3.7.0-1_amd64.deb
 e5ec684e26730c9594a72445ddcbf5cad3de517f 90322 
claws-mail-pgpmime_3.7.0-1_amd64.deb
 a3ba2362155b7d56e8f7a68397cb84776050cad4 62564 
claws-mail-pgpinline_3.7.0-1_amd64.deb
 891ec2193a95300d720109f4560ff90d348db30e 62846 
claws-mail-smime-plugin_3.7.0-1_amd64.deb
 6bb140ac5b0e87f8465a2ac3e918d8ae5286e450 67850 
claws-mail-bogofilter_3.7.0-1_amd64.deb
 bfff327eab35a1a04fb2409a9001ac2ebe8594c0 1407356 
claws-mail-i18n_3.7.0-1_all.deb
 1aa80c94ba4c2fb3cee0737fc1c89f1b2379c3b6 1028128 claws-mail-doc_3.7.0-1_all.deb
 a3c9ded2753b965432d6f2970e19abfe1d85851e 189456 
claws-mail-tools_3.7.0-1_all.deb
Checksums-Sha256: 
 d95ffe6a8d53e024da10e8a10b29fcb9e5a884fa08152453f596423d4363693d 1724 
claws-mail_3.7.0-1.dsc
 4f3ab893111547cbd5d84dd06ce052bf86f2a98c4d2a9bf75084f6857640a7d7 7026715 
claws-mail_3.7.0.orig.tar.gz
 8d18f0f5f237d268e64fe148dc6f956c29b2daf37ec0f5efd8a215b438a0c201 43464 
claws-mail_3.7.0-1.diff.gz
 3a47f71283910466f44f86ac32d417b74b61b82748ac048c011f5d17e0523f80 1547934 
claws-mail_3.7.0-1_amd64.deb
 368efe8610afe64d3b6b08aa61aee2aabfc757330557023a92642c0894505be6 3518684 
claws-mail-dbg_3.7.0-1_amd64.deb
 dfa4eb3179c2fe90d16a82debee001939a748eecd719e354eea5b48eb356d849 174838 
libclaws-mail-dev_3.7.0-1_amd64.deb
 de14a5944e128ed16fddee0cdf3463dd3d14d21aa7f67ff702433cb256637f5c 49826 
claws-mail-plugins_3.7.0-1_all.deb
 10e19af4981ebee8505b4b90b4d61a32eac807afeedd71b0616186dd4077e5c8 59774 
claws-mail-dillo-viewer_3.7.0-1_amd64.deb
 312c57cc7919457ef4e0ad9cb513d1eecda9eeab197c0bdf51f6eae2b68ca117 74948 
claws-mail-spamassassin_3.7.0-1_amd64.deb
 7522d5822f6495c1e51b0c63e216a5475bd2a1b0913c29d5e4f57c0136a29e38 66160 
claws-mail-trayicon_3.7.0-1_amd64.deb
 e34612259401048ba824d5f47a372fbf329f32232055c8a46113cf881c0c782d 90322 
claws-mail-pgpmime_3.7.0-1_amd64.deb
 bfb72c4ed583e299bcd615e92ded2311d28f4cfbc6374c98198b160ba93bb2d0 62564 
claws-mail-pgpinline_3.7.0-1_amd64.deb
 db7808a88958f964afb08b9736b4c8fbe7b8ffa20f7250222ccf88f9073999ec 62846 
claws-mail-smime-plugin_3.7.0-1_amd64.deb
 3a700ed4e09c5136c639f4146bb07b3d2c03a56d321fca7f0e36f3c76e8a9b82 67850 
claws-mail-bogofilter_3.7.0-1_amd64.deb
 fd9b9c7a47733ad0170a85cca316597fbe5a7550a1835b769e41bb4bb076af71 1407356 
claws-mail-i18n_3.7.0-1_all.deb
 8fa971bbecfd1d4d66560547d76ab482ca3b3037f26dc038dceaccf7ad3da4e6 1028128 
claws-mail-doc_3.7.0-1_all.deb
 

Accepted gamazons 0.83-3 (source i386)

2008-12-24 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 20:27:05 +0100
Source: gamazons
Binary: gamazons
Architecture: source i386
Version: 0.83-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 gamazons   - Amazons boardgame for GNOME
Changes: 
 gamazons (0.83-3) unstable; urgency=low
 .
   * QA upload, orphaning this package.
Checksums-Sha1: 
 e6123d7f59afaea6279f078a56a4bbebe1754132 1044 gamazons_0.83-3.dsc
 f0122c002e4ff68265e404075981765149af9ca7 5081 gamazons_0.83-3.diff.gz
 702c519f1916dbdfb0d9dc529556e82a2c5edf8f 80154 gamazons_0.83-3_i386.deb
Checksums-Sha256: 
 d9c9a26f119d5b9c02d0719735889cdf762928d8c075d37b921f28dc1f06658f 1044 
gamazons_0.83-3.dsc
 e463f3b095ef519c444b80491324f2953e660d5610c442913ccd716f52d88c91 5081 
gamazons_0.83-3.diff.gz
 45a673a02b0cc61406688460df02cccd99d346a0ac9fbe7783eb5185f85d5ad2 80154 
gamazons_0.83-3_i386.deb
Files: 
 a176b15e160aa5e051e504fe6b998fe9 1044 games optional gamazons_0.83-3.dsc
 3609aa77afa35caf01203d02f77c7f65 5081 games optional gamazons_0.83-3.diff.gz
 c8e17f6752bddf0ee3aef41f9a2ff6e5 80154 games optional gamazons_0.83-3_i386.deb

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

iEYEARECAAYFAklSkkEACgkQbMaawmho9B/1ywCeN6P3fPttT6tPDdUfxrexryfR
pFEAoJ0Zg6iGqHztLOZEXmaXdzx5KTiI
=9HND
-END PGP SIGNATURE-


Accepted:
gamazons_0.83-3.diff.gz
  to pool/main/g/gamazons/gamazons_0.83-3.diff.gz
gamazons_0.83-3.dsc
  to pool/main/g/gamazons/gamazons_0.83-3.dsc
gamazons_0.83-3_i386.deb
  to pool/main/g/gamazons/gamazons_0.83-3_i386.deb


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



Accepted soap-lite 0.710.08-2 (source all)

2008-12-24 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 22:32:42 +0200
Source: soap-lite
Binary: libsoap-lite-perl
Architecture: source all
Version: 0.710.08-2
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 libsoap-lite-perl - Client and server side SOAP implementation
Closes: 509625
Changes: 
 soap-lite (0.710.08-2) unstable; urgency=low
 .
   [ Damyan Ivanov ]
   * drop disabled patches that are included upstream
 + no_service_parameter.diff (since 0.710.08)
 + warnings-redefine.patch (since 0.710.05)
 + fix_xml_parser_lite_from_cvs (since 0.71)
   * add description to all patches
   * add fix-missing-import.diff, fixing missing imports for BAD_REQUEST apache
 constant. Thanks to Erik Anderson. Closes: #509625
   * remove (now unused) debian/lintian-overrides
 .
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
 (source stanza).
   * debian/control: Added: ${misc:Depends} to Depends: field.
Checksums-Sha1: 
 2202870b0d3f8b99e932f118408dbd9213243bc8 1784 soap-lite_0.710.08-2.dsc
 0f2c94fbe011f8f3f67fa6a231ef8cc4ef63e49d 6673 soap-lite_0.710.08-2.diff.gz
 8cd96fea1074d3a28fbf19403707af66523c50a1 426406 
libsoap-lite-perl_0.710.08-2_all.deb
Checksums-Sha256: 
 38ac7285bd9977f8e2b4178e499b1467fac45d34bc65709a3fbaaa4d48e26ccd 1784 
soap-lite_0.710.08-2.dsc
 3612f23d52e641d2d371673518c2cbd8ac6195f4ef9038f3b1e195c496f7298d 6673 
soap-lite_0.710.08-2.diff.gz
 fd7cdb2facf6308b6014eb302c02e3bfdebc23b0d73ab4aab785b17835302744 426406 
libsoap-lite-perl_0.710.08-2_all.deb
Files: 
 4dd5e3568999bc171586b51a54adb455 1784 perl optional soap-lite_0.710.08-2.dsc
 b78185a5afdf7916ff918b821797d969 6673 perl optional 
soap-lite_0.710.08-2.diff.gz
 e17e48e235927a7fb549f9995ce38a05 426406 perl optional 
libsoap-lite-perl_0.710.08-2_all.deb

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

iEYEARECAAYFAklSnQwACgkQHqjlqpcl9jsgfwCgmIt7tdUN9MSGLceXK8KU5F8b
XioAoK4XD+k8AicCVVQkZzex6wCquIFf
=9/UN
-END PGP SIGNATURE-


Accepted:
libsoap-lite-perl_0.710.08-2_all.deb
  to pool/main/s/soap-lite/libsoap-lite-perl_0.710.08-2_all.deb
soap-lite_0.710.08-2.diff.gz
  to pool/main/s/soap-lite/soap-lite_0.710.08-2.diff.gz
soap-lite_0.710.08-2.dsc
  to pool/main/s/soap-lite/soap-lite_0.710.08-2.dsc


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



Accepted pavucontrol 0.9.7-1 (source amd64)

2008-12-24 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 22:34:14 +0100
Source: pavucontrol
Binary: pavucontrol
Architecture: source amd64
Version: 0.9.7-1
Distribution: experimental
Urgency: low
Maintainer: CJ van den Berg c...@vdbonline.com
Changed-By: Sjoerd Simons sjo...@debian.org
Description: 
 pavucontrol - PulseAudio Volume Control
Changes: 
 pavucontrol (0.9.7-1) experimental; urgency=low
 .
   * New Upstream Version
   * debian/control: Add Build-Depend on libpulse-dev (= 0.9.12), intltool
 and libcanberra-gtk-dev
Checksums-Sha1: 
 1548136daf96c7f8cc754cf2f3ee8908f541041b 1108 pavucontrol_0.9.7-1.dsc
 2ce84b0d1e04ff53e56dcc4571c6a9f2b929b3ad 206475 pavucontrol_0.9.7-1.tar.gz
 25d7c6da74463b7ae90456fac2d3988005026f8c 94656 pavucontrol_0.9.7-1_amd64.deb
Checksums-Sha256: 
 4eef97f318a91ffe9ac03ab8f6e3d32b783ed4e73d6fc65b803c7fac9086e9f4 1108 
pavucontrol_0.9.7-1.dsc
 d136bcc4499a17db3a364e1ab1357248923feba3cc633c1c9408860d2f2617b8 206475 
pavucontrol_0.9.7-1.tar.gz
 fa49804f986cbcf0f2574e5cca7202d84951284ea628fc52de770a645c495a57 94656 
pavucontrol_0.9.7-1_amd64.deb
Files: 
 50819cb66d6c3cc4dde1a2521ea31770 1108 sound optional pavucontrol_0.9.7-1.dsc
 723a68f0be48439fc278cdd270bca5fc 206475 sound optional 
pavucontrol_0.9.7-1.tar.gz
 7c6e923e5313a4b9e9d33da95de488b0 94656 sound optional 
pavucontrol_0.9.7-1_amd64.deb

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

iEYEARECAAYFAklSr4IACgkQgTd+SodosdJJCQCgnLRfhVyRR8Y+DOrnF3CLmiOJ
j9EAoJpNPjzrRh1AnCqRUIDNUOdPwhxq
=k4Rl
-END PGP SIGNATURE-


Accepted:
pavucontrol_0.9.7-1.dsc
  to pool/main/p/pavucontrol/pavucontrol_0.9.7-1.dsc
pavucontrol_0.9.7-1.tar.gz
  to pool/main/p/pavucontrol/pavucontrol_0.9.7-1.tar.gz
pavucontrol_0.9.7-1_amd64.deb
  to pool/main/p/pavucontrol/pavucontrol_0.9.7-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 discus 0.2.9-5 (source all)

2008-12-24 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 23:41:23 +0100
Source: discus
Binary: discus
Architecture: source all
Version: 0.2.9-5
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 discus - pretty version of df(1) command
Changes: 
 discus (0.2.9-5) unstable; urgency=low
 .
   * debian/control
 - added to PAPT team (setting it as maintainer)
 - set me as uploaders, updating my email address
 - bump Standards-Version to 3.8.0
   + added debian/README.source
 - added ${misc:Depends} to Depends
 - removed extra space from description (used to justify text)
 - added Vcs-{Browser,Svn} fields
 - removed python from b-d-i since not needed to build the package
   * debian/TODO.Debian
 - removed since no more needed
   * debian/rules
 - left an empty 'build' target, since we are not building anything
 - no need to touch 'install-stamp', it's PHONY
   * debian/patches/20_bts-312262_reserved_space.dpatch
 - added description
Checksums-Sha1: 
 dae801db47c461be6a8b8dd48e9fe253d6041714 1225 discus_0.2.9-5.dsc
 61b9821b32c297801ee5466b2407a5290e8fb707 6533 discus_0.2.9-5.diff.gz
 98e14c4e550fb34f0ca2c37d01f4c9eb98dd7f92 10950 discus_0.2.9-5_all.deb
Checksums-Sha256: 
 a93d816272bfda693d3a92b52bdff116c23cc0a3623eedd02f89ab4d472c539a 1225 
discus_0.2.9-5.dsc
 88900fe243d15eec6dd969bcb60929806993b122fea85878b03ab11b97f37f88 6533 
discus_0.2.9-5.diff.gz
 a68ae3c1c16fd0b2569a58ad35bcaf6d03948e0db8fd909725ca56006fa28cee 10950 
discus_0.2.9-5_all.deb
Files: 
 1b135b573eb4d676a435d24370307039 1225 utils extra discus_0.2.9-5.dsc
 6617ba93f50d53a279fdcdacf3f77910 6533 utils extra discus_0.2.9-5.diff.gz
 73754d56dfbec764e803cd11ec276ce8 10950 utils extra discus_0.2.9-5_all.deb

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

iEYEARECAAYFAklSu30ACgkQAukwV0RN2VCTTwCbB4+Ryuh0SesCrnqSDrPnLYs8
lIUAnA5QM1b/AyET1oEWB050muiLx6Kd
=Y0KI
-END PGP SIGNATURE-


Accepted:
discus_0.2.9-5.diff.gz
  to pool/main/d/discus/discus_0.2.9-5.diff.gz
discus_0.2.9-5.dsc
  to pool/main/d/discus/discus_0.2.9-5.dsc
discus_0.2.9-5_all.deb
  to pool/main/d/discus/discus_0.2.9-5_all.deb


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



Accepted ctypes 1.0.2-6 (source amd64)

2008-12-24 Thread Debian Python Modules Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Dec 2008 00:49:16 +0100
Source: ctypes
Binary: python-ctypes
Architecture: source amd64
Version: 1.0.2-6
Distribution: unstable
Urgency: medium
Maintainer: Ganesan Rajagopal rgane...@debian.org
Changed-By: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Description: 
 python-ctypes - Python package to create and manipulate C data types
Closes: 509623
Changes: 
 ctypes (1.0.2-6) unstable; urgency=medium
 .
   [ Carlos Galisteo ]
   * debian/control
 - Added Homepage field.
 .
   [ Sandro Tosi ]
   * debian/control
 - switch Vcs-Browser field to viewsvn
 - added 'binutils' to Depends; thanks to Andreas Henriksson and Evgeni 
Golov
   for the analysis and solution; Closes: #509623
Checksums-Sha1: 
 8d1940ee488da530851f8079a0b7561260cfd452 1347 ctypes_1.0.2-6.dsc
 ba7bad28da4e024309cb0f6eff93877868b3c3ac 6399 ctypes_1.0.2-6.diff.gz
 94897cd4a173f7f284f496ecdd761097891d25e2 162804 python-ctypes_1.0.2-6_amd64.deb
Checksums-Sha256: 
 eeb6c7d3c50e2f8d88c3d877857f69e14f21578acffe32e358e8965edd595aa3 1347 
ctypes_1.0.2-6.dsc
 b2492d38ef5cf8ad3957172484f604bdef2a9c19b5322b2217d393c4790b0b3f 6399 
ctypes_1.0.2-6.diff.gz
 6494ae8a66bc21f63c3e80ab50621bb393b44f283c6abe0356ada4c9c8e36e15 162804 
python-ctypes_1.0.2-6_amd64.deb
Files: 
 a14e2a5c706e4bf7d68b0f0f2da4e809 1347 python optional ctypes_1.0.2-6.dsc
 3f7b0a729b95c241b9323424b80d513e 6399 python optional ctypes_1.0.2-6.diff.gz
 be2317d675e92ade0d094998ccbed4e3 162804 python optional 
python-ctypes_1.0.2-6_amd64.deb

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

iEYEARECAAYFAklS0SEACgkQAukwV0RN2VBIMACeMqjgmE/JNDv4mUz6a8CglhyU
uvYAn2a/xBeFyF2Ke29zoIqSgQWKYTH3
=v649
-END PGP SIGNATURE-


Accepted:
ctypes_1.0.2-6.diff.gz
  to pool/main/c/ctypes/ctypes_1.0.2-6.diff.gz
ctypes_1.0.2-6.dsc
  to pool/main/c/ctypes/ctypes_1.0.2-6.dsc
python-ctypes_1.0.2-6_amd64.deb
  to pool/main/c/ctypes/python-ctypes_1.0.2-6_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 screenie 1.30.0-5.1 (source all)

2008-12-24 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Dec 2008 00:54:32 +0100
Source: screenie
Binary: screenie
Architecture: source all
Version: 1.30.0-5.1
Distribution: unstable
Urgency: high
Maintainer: Tomas Pospisek tpo_...@sourcepole.ch
Changed-By: Nico Golde n...@debian.org
Description: 
 screenie   - a small and lightweight GNU screen(1) wrapper
Closes: 509332
Changes: 
 screenie (1.30.0-5.1) unstable; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix insecure temporary file creation
 (CVE-2008-5371; Closes: #509332).
Checksums-Sha1: 
 f2d54fa07f17ffea5cdf732ef73fef1a999aec2b 966 screenie_1.30.0-5.1.dsc
 3aeca9de3941416f7f78c8101ebb1096ab487c6e 3258 screenie_1.30.0-5.1.diff.gz
 c5ccc51de466f296c1bb0e3fe4cfec8bddff6309 6396 screenie_1.30.0-5.1_all.deb
Checksums-Sha256: 
 271e7f6edc6af514f2be8ad9c3471b059cd188b8c628a8979d2c8b42f3890113 966 
screenie_1.30.0-5.1.dsc
 1b9648fd9ed5a2a7023f6bfd888f104867846e57bdbc0c188be3fd4139f80473 3258 
screenie_1.30.0-5.1.diff.gz
 0331e8094662e950acc35fedecedac2c924e9c097e2eaa033f4239b559a11321 6396 
screenie_1.30.0-5.1_all.deb
Files: 
 470b8e94b4c7318062e441ee2aa60a12 966 shells extra screenie_1.30.0-5.1.dsc
 9b38390d176949bb42b99ac553e154ed 3258 shells extra screenie_1.30.0-5.1.diff.gz
 d462c3b53e489e6f520e6b22ee0d792a 6396 shells extra screenie_1.30.0-5.1_all.deb

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

iEYEARECAAYFAklSzMQACgkQHYflSXNkfP8xUACfZwabx/jEvR9Zwhnm9ULJ6rBN
rcMAn2jFyfcv0LRacAr3YOU+lAH1LavB
=v+Bb
-END PGP SIGNATURE-


Accepted:
screenie_1.30.0-5.1.diff.gz
  to pool/main/s/screenie/screenie_1.30.0-5.1.diff.gz
screenie_1.30.0-5.1.dsc
  to pool/main/s/screenie/screenie_1.30.0-5.1.dsc
screenie_1.30.0-5.1_all.deb
  to pool/main/s/screenie/screenie_1.30.0-5.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 zsh-beta 4.3.9-dev-1+20081218-1 (source all)

2008-12-24 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 24 Dec 2008 19:17:37 -0500
Source: zsh-beta
Binary: zsh-beta zsh-beta-doc zsh-beta-static
Architecture: source all
Version: 4.3.9-dev-1+20081218-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams sch...@debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
 zsh-beta-static - A shell with lots of features (dev tree - static link)
Changes: 
 zsh-beta (4.3.9-dev-1+20081218-1) unstable; urgency=low
 .
   * Update to HEAD.
Checksums-Sha1: 
 ceb6df6da6156b2b809b9d83222dd7f7ca77e2fd 1249 
zsh-beta_4.3.9-dev-1+20081218-1.dsc
 0c4580855ca4cdfb053458ba24ea215224d7bf4e 2577478 
zsh-beta_4.3.9-dev-1+20081218.orig.tar.gz
 6a3a564c8607cbbe46bc0c596daca0106d583f9e 806175 
zsh-beta_4.3.9-dev-1+20081218-1.diff.gz
 ac1c22a9c354c4a7f122c439ed3bac7510f0fd9b 833822 
zsh-beta-doc_4.3.9-dev-1+20081218-1_all.deb
Checksums-Sha256: 
 b307f6c592ee5e1b83ffb732084609b9dcf4ad3a72ec9a1806771211761e081b 1249 
zsh-beta_4.3.9-dev-1+20081218-1.dsc
 40b63fdd3f29db1df009468bb83fc7c457fa595c7f9abb0a4cb51a0848b3a4f6 2577478 
zsh-beta_4.3.9-dev-1+20081218.orig.tar.gz
 a7f3572d5c4432cab70d150fe39d045200e482292e46eeeb48a06798cfedf39f 806175 
zsh-beta_4.3.9-dev-1+20081218-1.diff.gz
 8f39fa401a09145d8b3555bf537c233d68720d39b581b35e06e134d3e1efa85a 833822 
zsh-beta-doc_4.3.9-dev-1+20081218-1_all.deb
Files: 
 4ca08a95c2af7babef03a553e53ab945 1249 shells optional 
zsh-beta_4.3.9-dev-1+20081218-1.dsc
 bd9d82ab1f519daa7e665708c6bca316 2577478 shells optional 
zsh-beta_4.3.9-dev-1+20081218.orig.tar.gz
 15bf00ec1c1009e1c25fb6a130f99673 806175 shells optional 
zsh-beta_4.3.9-dev-1+20081218-1.diff.gz
 cf768c36347181fbfcd69df1e080871e 833822 doc optional 
zsh-beta-doc_4.3.9-dev-1+20081218-1_all.deb

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

iD8DBQFJUtQo5m0u66uWM3ARAusLAJkB1jAVWDIjJrQdx2Z2LiOUJd5CegCgqSPA
U3N/BxsbvwggsEKiwMcBwfw=
=74ew
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.9-dev-1+20081218-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.9-dev-1+20081218-1_all.deb
zsh-beta_4.3.9-dev-1+20081218-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-1+20081218-1.diff.gz
zsh-beta_4.3.9-dev-1+20081218-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-1+20081218-1.dsc
zsh-beta_4.3.9-dev-1+20081218.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.9-dev-1+20081218.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 sylpheed 2.6.0-1 (source all amd64)

2008-12-24 Thread Ricardo Mones
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 25 Dec 2008 02:12:19 +0100
Source: sylpheed
Binary: sylpheed sylpheed-dbg sylpheed-i18n
Architecture: source all amd64
Version: 2.6.0-1
Distribution: experimental
Urgency: low
Maintainer: Ricardo Mones mo...@debian.org
Changed-By: Ricardo Mones mo...@debian.org
Description: 
 sylpheed   - Light weight e-mail client with GTK+
 sylpheed-dbg - Debugging symbols for sylpheed, a GTK+ e-mail client
 sylpheed-i18n - Locale data for Sylpheed (i18n support)
Closes: 507977
Changes: 
 sylpheed (2.6.0-1) experimental; urgency=low
 .
   * New upstream release
   * debian/control
   - Suggest a couple of bayesian filters (Closes: #507977)
Checksums-Sha1: 
 a7013af484f2c9dc8d53d07d74a2bcd7a256974f 1354 sylpheed_2.6.0-1.dsc
 25fc66a705ca619d16b8901e9f116be612d79d45 4271648 sylpheed_2.6.0.orig.tar.gz
 eb1cd1b7c0f1fc67c0a25640cd4a659da3f16801 18670 sylpheed_2.6.0-1.diff.gz
 a397e78dd876f039805cb8ca39982501a9af0057 1264086 sylpheed-i18n_2.6.0-1_all.deb
 204e1f481fe35b227e7eba91a2c1a585eabd 721324 sylpheed_2.6.0-1_amd64.deb
 740d4d33daf1c9973b54d7ea63298fc77e96218c 2226394 sylpheed-dbg_2.6.0-1_amd64.deb
Checksums-Sha256: 
 3b90f92d8cb545b495264517b8d21517fbc67ec5576edfd20a4f80b37b872747 1354 
sylpheed_2.6.0-1.dsc
 cf4cd46c4111c0b45acc3d11411cf0a227f4c94573756a4c8ae1fae75430085d 4271648 
sylpheed_2.6.0.orig.tar.gz
 5e79d5ad3bf2c26248d9233c9594698b78fd53f8a3a1056f782744a606354034 18670 
sylpheed_2.6.0-1.diff.gz
 df9b153013f663f4b5888f9cc40192757fba503cf0192a47804db720a5ed0c3c 1264086 
sylpheed-i18n_2.6.0-1_all.deb
 3eb1536889f8100cc334edfdcf35c25a86f521eeb74bc042396adc4f39e2c285 721324 
sylpheed_2.6.0-1_amd64.deb
 7437c3ced7df64c985ea28df0448f6e69da819715b07d586774f543f8203508c 2226394 
sylpheed-dbg_2.6.0-1_amd64.deb
Files: 
 79e386dbc5b6140546e9511302062751 1354 mail optional sylpheed_2.6.0-1.dsc
 87543669ab1d75b52eb4b227c2c0f7d0 4271648 mail optional 
sylpheed_2.6.0.orig.tar.gz
 91eb92b51a40c0ddbde473fa31996e91 18670 mail optional sylpheed_2.6.0-1.diff.gz
 b2cd147019b41136c1d96b788811699d 1264086 mail optional 
sylpheed-i18n_2.6.0-1_all.deb
 6f60a603e190640ccf4fee7f152c0d6f 721324 mail optional 
sylpheed_2.6.0-1_amd64.deb
 05bef0b256393dbc697cd5baf4022ba5 2226394 mail extra 
sylpheed-dbg_2.6.0-1_amd64.deb

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

iEYEARECAAYFAklS4SoACgkQLARVQsm1Xay4SgCgw4bkMqwVuIa/3gDCSXO6VWVQ
pCsAnArvthUZkDbgdVnxc9HgxPaN2xaH
=uLvy
-END PGP SIGNATURE-


Accepted:
sylpheed-dbg_2.6.0-1_amd64.deb
  to pool/main/s/sylpheed/sylpheed-dbg_2.6.0-1_amd64.deb
sylpheed-i18n_2.6.0-1_all.deb
  to pool/main/s/sylpheed/sylpheed-i18n_2.6.0-1_all.deb
sylpheed_2.6.0-1.diff.gz
  to pool/main/s/sylpheed/sylpheed_2.6.0-1.diff.gz
sylpheed_2.6.0-1.dsc
  to pool/main/s/sylpheed/sylpheed_2.6.0-1.dsc
sylpheed_2.6.0-1_amd64.deb
  to pool/main/s/sylpheed/sylpheed_2.6.0-1_amd64.deb
sylpheed_2.6.0.orig.tar.gz
  to pool/main/s/sylpheed/sylpheed_2.6.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 planner-el 3.42-1 (source all)

2008-12-24 Thread John Sullivan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 11 Dec 2008 20:45:01 -0500
Source: planner-el
Binary: planner-el
Architecture: source all
Version: 3.42-1
Distribution: unstable
Urgency: low
Maintainer: John Sullivan j...@wjsullivan.net
Changed-By: John Sullivan j...@wjsullivan.net
Description: 
 planner-el - personal information manager for Emacs
Closes: 484042
Changes: 
 planner-el (3.42-1) unstable; urgency=low
 .
   * New upstream release. Closes: 484042
   * New Debian maintainer: John Sullivan
   * debian/copyright:
  - Fix upstream URL.
  - Fix maintainer info.
  - Update copyright years.
  - License is now GPLv3.
   * debian/README.Debian:
  - plannerlove.com is gone (but the love isn't).
  - Update online info doc URL.
  - Update mailing list and gmane address.
  - Unofficial packages are no longer available.
   * debian/control:
  - Upgrade to Standards-Version 3.8.0.
   * debian/NEWS:
  - Fix lintian formatting errors.
Checksums-Sha1: 
 9a744f91556b2eeece98d4f8a64f478a23ef5ca2 1051 planner-el_3.42-1.dsc
 4907adc837552dc204ea1ce6f29d636ff5ecbb9d 412086 planner-el_3.42.orig.tar.gz
 29cf72ff75973ef7074310d0a2c760e046282e16 25399 planner-el_3.42-1.diff.gz
 dde012a72244aad3fe8397b66fd8f3533934df55 517930 planner-el_3.42-1_all.deb
Checksums-Sha256: 
 c980862e1e56fe1540e3ebd2b747830d110f4afcaf181889f99f43c8b710ee7e 1051 
planner-el_3.42-1.dsc
 4dc66bf7103ad9dce21e34c40530b040a9718e4b61c16870b3a0f43e1e387129 412086 
planner-el_3.42.orig.tar.gz
 5b5c091ad1b070d5c5574660fecb11dbdf4fe1c29548d1f442873059169143c2 25399 
planner-el_3.42-1.diff.gz
 02e5dd2fe54f2ab34d18ba7df32fe9b73b36b9b7ede869ae838d475a1fdf1d80 517930 
planner-el_3.42-1_all.deb
Files: 
 2d6b27f51434af0ac260437500ae8f28 1051 misc optional planner-el_3.42-1.dsc
 904774959e64f0edbb587bc6f732b39b 412086 misc optional 
planner-el_3.42.orig.tar.gz
 420da85491009ade566dc6c105481820 25399 misc optional planner-el_3.42-1.diff.gz
 db95530e13a0a81610117bd879aff01e 517930 misc optional planner-el_3.42-1_all.deb

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

iD8DBQFJUujV+pahSABNprQRAsKVAJ9gvR33vRLnU4icp9S/crdlfFnNdQCdHBoK
kxPfJFJqEG5JHhB6WrwhaPc=
=zUY7
-END PGP SIGNATURE-


Accepted:
planner-el_3.42-1.diff.gz
  to pool/main/p/planner-el/planner-el_3.42-1.diff.gz
planner-el_3.42-1.dsc
  to pool/main/p/planner-el/planner-el_3.42-1.dsc
planner-el_3.42-1_all.deb
  to pool/main/p/planner-el/planner-el_3.42-1_all.deb
planner-el_3.42.orig.tar.gz
  to pool/main/p/planner-el/planner-el_3.42.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