Re: md5sums files

2010-03-08 Thread Agustin Martin
On Fri, Mar 05, 2010 at 02:07:01PM -0600, Peter Samuelson wrote:
 
 [Russ Allbery]
  Figuring out a better solution for why the files in /var/lib/ispell
  and /var/lib/aspell are excluded from the md5sums generation because
  they change after installation is probably needed if we're going to
  remove creation of those files from control of the packager.
 
 It seems odd to ship files that are expected to change, but aren't
 conffiles.  What happens if you either reinstall or upgrade the deb in
 question?  I mean, the local changes get overwritten - how is that not
 a bad thing?

That file is rewritten, a script run from dictionary postinst detects that
it is rewritten (really that version in it is nil or lower that current
compatibility version for the spellchecking engine) and rebuilds the
dictionary hash according to data provided by the new dictionary.

Same happens if a new spellchecking engine (ispell or aspell) is uploaded
with a higher compatibility version, ispell or aspell postinsts run the hash
build utility and all affected hashes are rebuilt, transition is done in a
minute. No need of massive bug reports, pressure on maintainers, ...

Regards,

-- 
Agustin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100308094718.gb3...@agmartin.aq.upm.es



Re: md5sums files

2010-03-08 Thread Agustin Martin
On Fri, Mar 05, 2010 at 11:45:38AM -0800, Russ Allbery wrote:
 Don Armstrong d...@debian.org writes:
  On Wed, 03 Mar 2010, Wouter Verhelst wrote:
 
  In this day and age of completely and utterly broken MD5[0], I think we
  should stop providing these files, and maybe provide something else
  instead.  Like, I dunno, shasums? Or perhaps gpgsigs? But stop
  providing md5sums.
 
  Is there any reason why we can't just modify dpkg-deb to create
  DEBIAN/md5sums and DEBIAN/sha512sums and get archive coverage relatively
  quickly, automatically, as things get rebuilt?
 
 Figuring out a better solution for why the files in /var/lib/ispell and
 /var/lib/aspell are excluded from the md5sums generation because they
 change after installation is probably needed if we're going to remove
 creation of those files from control of the packager.

Hashes at /var/lib/{a,i}spell are recreated on each package {re,}installation,
or after an {a,i}spell with an incompatible change is upgraded. This saves a
lot of problems when such transitions appear since all dictionary packages
suffering it get their hashes automatically upgraded.

The reason to have them listed by dpkg is that is way more robust to let
dpkg control its removal than to play with maintainer scripts for that.

Those placeholders are usually created by a plain touch, with a unique
md5sum,

$ touch spanish.hash spanish2.hash
$ md5sum spanish2.hash spanish.hash 
d41d8cd98f00b204e9800998ecf8427e  spanish2.hash
d41d8cd98f00b204e9800998ecf8427e  spanish.hash

so if all files are to use md5sums (or whatever checksum hash), a file
under /var with that md5sum can be assumed to be a placeholder, expected 
to change, so no problem if changes. Keeping them out of dpkg control 
(create/build/erase only from maintainer scripts) does not add any
security and makes harder to know where those files come from (dpkg -S).

Regards,

-- 
Agustin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100308094044.ga3...@agmartin.aq.upm.es



Re: md5sums files

2010-03-08 Thread Agustin Martin
On Mon, Mar 08, 2010 at 10:47:18AM +0100, Agustin Martin wrote:
 On Fri, Mar 05, 2010 at 02:07:01PM -0600, Peter Samuelson wrote:
  
  [Russ Allbery]
   Figuring out a better solution for why the files in /var/lib/ispell
   and /var/lib/aspell are excluded from the md5sums generation because
   they change after installation is probably needed if we're going to
   remove creation of those files from control of the packager.
  
  It seems odd to ship files that are expected to change, but aren't
  conffiles.  What happens if you either reinstall or upgrade the deb in
  question?  I mean, the local changes get overwritten - how is that not
  a bad thing?
 
 That file is rewritten, a script run from dictionary postinst detects that
 it is rewritten (really that version in it is nil or lower that current
 compatibility version for the spellchecking engine) and rebuilds the
 dictionary hash according to data provided by the new dictionary.

Forgot to mention that those files contain no /etc like local changes. There
are two types of files there, compat (or status) files and dictionary
hashes.

compat file is a file that is initially empty and that after a dictionary
hash is created will contain the compatibility version used for its
creation. This is not to be modified my sysadmin and has nothing to do with
usual local changes at /etc. That compatibility version is used to check,
when ispell or aspell are upgraded, if dictionary hash needs to be rebuilt.

The other type of file are dictionary hashes, created on-the-fly. They depend
on the data provided by the dictionary, on system endianess and on the
compatibility version of the spellchecking engine, and need to be rebuilt 
if this last changes (really if changes to an non compatible format).

-- 
Agustin


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100308100321.ga9...@agmartin.aq.upm.es



Re: Team uploads.

2010-03-08 Thread Charles Plessy
Le Sun, Mar 07, 2010 at 02:42:02PM +0100, Niels Thykier a écrit :
 
 In my team (pkg-java) we seem to treat these upload as completely normal
 Maintainer Uploads; meaning that the Team Uploader is not restricted
 to minimal changes but may[1] fix whatever needs to be done (e.g. fix
 lintian warnings/errors).

Hi Niels,

I agree to this. Actually I forgot to add the minimal changes to the list of
exceptions. In the end, it is simpler to describe a team upload as a normal
upload made by a member of the team, rather than as a special case of NMU
with exceptions covering all the rules.

Are there other persons interested? Shall I go ahead and submit a patch to
Lintian and the Developers Reference (plus perhaps the Policy to include a
footnote containing the special changelog lines for NMU, QA, security and team
uploads)?

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


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



Re: Team uploads.

2010-03-08 Thread Jan Hauke Rahm
Hi Charles,

On Mon, Mar 08, 2010 at 10:40:47PM +0900, Charles Plessy wrote:
 Are there other persons interested? Shall I go ahead and submit a patch to
 Lintian and the Developers Reference (plus perhaps the Policy to include a
 footnote containing the special changelog lines for NMU, QA, security and team
 uploads)?

Fine for me. I understand there is some use of this proposal in teams
and I don't see big reasons against it (those being said in the last
thread about this).

There is just one thing that bothers me: this new feature would invite
teams to actually put noone in the uploaders list.  The team would be
maintainer and no real person would be listed in the package. And I
don't like this possible outcome. From a QA (and MIA) perspective this
is not a good idea. So if you're going to write patches as you said,
please consider adding at least a should to policy about setting a
real person as uploader when the maintainer is a team (i.e.  mailing
list).

Hauke


signature.asc
Description: Digital signature


Re: Team uploads.

2010-03-08 Thread Niels Thykier
Jan Hauke Rahm wrote:
 Hi Charles,
 
 On Mon, Mar 08, 2010 at 10:40:47PM +0900, Charles Plessy wrote:
 Are there other persons interested? Shall I go ahead and submit a patch to
 Lintian and the Developers Reference (plus perhaps the Policy to include a
 footnote containing the special changelog lines for NMU, QA, security and 
 team
 uploads)?
 
 Fine for me. I understand there is some use of this proposal in teams
 and I don't see big reasons against it (those being said in the last
 thread about this).
 
 There is just one thing that bothers me: this new feature would invite
 teams to actually put noone in the uploaders list.  The team would be
 maintainer and no real person would be listed in the package. And I
 don't like this possible outcome. From a QA (and MIA) perspective this
 is not a good idea. So if you're going to write patches as you said,
 please consider adding at least a should to policy about setting a
 real person as uploader when the maintainer is a team (i.e.  mailing
 list).
 
 Hauke

Hi

lintian already warns if a package has no human uploaders and a list as
maintainer (the exception being the QA list) [1], so I believe this has
already been taken care of.

~Niels

[1] http://lintian.debian.org/tags/no-human-maintainers.html



signature.asc
Description: OpenPGP digital signature


Re: Team uploads.

2010-03-08 Thread Stefano Zacchiroli
On Mon, Mar 08, 2010 at 10:40:47PM +0900, Charles Plessy wrote:
 Are there other persons interested? Shall I go ahead and submit a
 patch to Lintian and the Developers Reference (plus perhaps the Policy
 to include a footnote containing the special changelog lines for NMU,
 QA, security and team uploads)?

I'm interested in the issue, but I confess the details of the 'solution'
you are proposing are not clear to me. For instance, how does lintian
know about the team members? (Not that it should enforce a specific
place where they should belong, I just want to understand better what
exactly you're proposing ...

How about adding to the wiki page http://wiki.debian.org/TeamUpload a
clear summary of the actual proposal?

Thanks for having revamped this,
Cheers.

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


signature.asc
Description: Digital signature


Re: md5sums files

2010-03-08 Thread Brian Nelson
Don Armstrong d...@debian.org writes:

 On Sat, 06 Mar 2010, Andreas Metzler wrote:
 Russ Allbery r...@debian.org wrote:
  Figuring out a better solution for why the files in
  /var/lib/ispell and /var/lib/aspell are excluded from the md5sums
  generation because they change after installation is probably
  needed

 I think these hash files are not arch independent. Which is why the
 packages only ship empty files in the deb and generate the correct
 binary data in postinst. This way the hash files are listed in dpkg
 -L, and dpkg takes care of removal instead of relying on
 maintainerscripts.

 So there's a period on upgrade where the file has been overwritten
 with an file before the new file has been generated?

 That's just wrong.

Why?  Considering the old hash file may be invalid anyway after you've
upgraded other related packages (the aspell dict ones are
format-dependent on the aspell version), why would it matter that the
hash file is temporarily empty?

-- 
Captain Logic is not steering this tugboat.


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



Bug#540215: Introduce dh_checksums

2010-03-08 Thread Frank Lin PIAT
retitle 540215 Introduce dh_checksums
tag 540215 +patch
thanks

On Thu, 2010-03-04 at 20:08 +0100, Tollef Fog Heen wrote:
  Frank Lin PIAT wrote:
  What about a transitional dh_md5sums that would produce md5sum AND
  invoke dh_sha ?
 
 Or call it dh_checksums or something so we don't have to change the tool
 name each time we decide to change the algorithm.

Hello,

Find a patch attached, for a smooth transition from DEBIAN/md5sums to a
recent checksum.

The way it is implemented, is that the dh_md5sums is a symlink to the
new dh_checksums. The new helper computes both md5sum (for
compatibility/transition) and a new checksum (SHA256, which was already
chosen by FTP-masters as a remplacement for md5sum for signed files)

Note regarding the patch:
  I have tried to make the patch so it isn't too intrusive (for
  instance, dh_checksums is a symlink to dh_md5sums even though it
  should be the other way around).
  Your comments on the patch are obviously welcome (feel free to hack
  it your self if you want)

Any chance to merge it before squeeze Freeze?

Franklin
From 69799a95b470c19cd395c532356eeaa64bc1bac8 Mon Sep 17 00:00:00 2001
From: Frank Lin PIAT fp...@klabs.be
Date: Mon, 8 Mar 2010 16:35:39 +0100
Subject: [PATCH] Implement dh_checksums.

---
 debian/copyright |2 +-
 debian/links |3 +++
 dh   |2 +-
 dh_md5sums   |   41 +
 4 files changed, 38 insertions(+), 10 deletions(-)
 create mode 100644 debian/links

diff --git a/debian/copyright b/debian/copyright
index a9f950d..162bfc0 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -48,7 +48,7 @@ Copyright: Steve Robbins s...@debian.org
 License: GPL-2+
 
 Files: dh_md5sums
-Copyright: Charles Briscoe-Smith c...@ukc.ac.uk
+Copyright: Charles Briscoe-Smith c...@ukc.ac.uk, Frank Lin PIAT 
fp...@klabs.be
 License: GPL-2+
 
 Files: dh_bugfiles
diff --git a/debian/links b/debian/links
new file mode 100644
index 000..3e7d603
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,3 @@
+usr/share/man/man1/dh_md5sums.1.gz usr/share/man/man1/dh_checksums.1.gz
+usr/bin/dh_md5sums usr/bin/dh_checksums
+
diff --git a/dh b/dh
index bcac8da..0aa9bc3 100755
--- a/dh
+++ b/dh
@@ -322,7 +322,7 @@ $sequences{install} = [...@{$sequences{build}}, qw{
 my @b=qw{
dh_installdeb
dh_gencontrol
-   dh_md5sums
+   dh_checksums
dh_builddeb
 };
 $sequences{'binary-indep'} = [...@{$sequences{install}}, @b];
diff --git a/dh_md5sums b/dh_md5sums
index da00090..33bf561 100755
--- a/dh_md5sums
+++ b/dh_md5sums
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-dh_md5sums - generate DEBIAN/md5sums file
+dh_checksums - generate DEBIAN/*sums files (md5, sha256)
 
 =cut
 
@@ -12,18 +12,24 @@ use Debian::Debhelper::Dh_Lib;
 
 =head1 SYNOPSIS
 
+Bdh_checksums [SIdebhelper options] [B-x] [B-XIitem] 
[B--include-conffiles]
+
 Bdh_md5sums [SIdebhelper options] [B-x] [B-XIitem] 
[B--include-conffiles]
 
 =head1 DESCRIPTION
 
-dh_md5sums is a debhelper program that is responsible for generating
-a DEBIAN/md5sums file, which lists the md5sums of each file in the package.
-These files are used by the debsums package.
+dh_checksums is a debhelper program that is responsible for generating
+a DEBIAN/md5sums and DEBIAN/sha256sums files, which respectively lists the
+md5sums and sha256sums of each file in the package. These files are used
+by the debsums package.
 
-All files in DEBIAN/ are omitted from the md5sums file, as are all
+All files in DEBIAN/ are omitted from the checksums files, as are all
 conffiles (unless you use the --include-conffiles switch).
 
-The md5sums file is installed with proper permissions and ownerships.
+The checksums files are installed with proper permissions and ownerships.
+
+dh_md5sums is deprecated, you should use dh_checksums instead, which generates 
the
+type of checksums files recommended by the Debian policy.
 
 =head1 OPTIONS
 
@@ -37,7 +43,7 @@ redundant since it is included elsewhere in debian packages.
 =item B-XIitem, B--exclude=Iitem
 
 Exclude files that contain item anywhere in their filename from
-being listed in the md5sums file.
+being listed in the checkums file.
 
 =back
 
@@ -48,15 +54,26 @@ init(options = {
include-conffiles = \$dh{INCLUDE_CONFFILES},
 });
 
+my ($basename) = $0=~m:.*/(.+):;
+
 foreach my $package (@{$dh{DOPACKAGES}}) {
next if is_udeb($package);
-   
+
+   if (basename($0) == 'dh_md5sums') {
+   warning(This program should no longer be used. Please read the 
dh_checksums(1) man page.);
+   }
+
my $tmp=tmpdir($package);
 
if (! -d $tmp/DEBIAN) {
doit(install,-d,$tmp/DEBIAN);
}
 
+   # Detect if this is run multiple times (calling both dh_md5sums and 
dh_checksums?)
+   if (-f $tmp/DEBIAN/md5sums or -f $tmp/DEBIAN/sha256sums) {
+   warning(Re-computing checksum file (even though md5sums and/or 
sha256sums exists));
+   }
+
# Check if we should 

Re: Team uploads.

2010-03-08 Thread Russ Allbery
Jan Hauke Rahm j...@debian.org writes:

 There is just one thing that bothers me: this new feature would invite
 teams to actually put noone in the uploaders list.  The team would be
 maintainer and no real person would be listed in the package.

Lintian attempts to detect this but may not be able to depending on where
the maintenance team list is hosted.

 And I don't like this possible outcome. From a QA (and MIA) perspective
 this is not a good idea.

Wholeheartedly agreed.

 So if you're going to write patches as you said, please consider adding
 at least a should to policy about setting a real person as uploader
 when the maintainer is a team (i.e.  mailing list).

devref 5.12 already has something about this, I believe.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87y6i2iuz8@windlord.stanford.edu



Re: Team uploads.

2010-03-08 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 Are there other persons interested? Shall I go ahead and submit a patch
 to Lintian and the Developers Reference (plus perhaps the Policy to
 include a footnote containing the special changelog lines for NMU, QA,
 security and team uploads)?

Just for the record, in general for things like this the patch to the
Developers Reference being accepted is a prerequisite for the Lintian
patch being accepted (or at least some clear consensus, in case the devref
maintainers are just busy).  We try not to make policy in Lintian if it's
already addressed somewhere else more authoritative (although don't always
succeed).

I personally think this is an odd idea and still think that it would be
better to just add yourself to Uploaders, but I don't really care enough
to actively argue against it.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87tysqiuvr@windlord.stanford.edu



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Joey Hess
Frank Lin PIAT wrote:
 Note regarding the patch:
   I have tried to make the patch so it isn't too intrusive (for
   instance, dh_checksums is a symlink to dh_md5sums even though it
   should be the other way around).

Symlink direction seems irrelevant.

I'd probably just make dh_md5sums call dh_checksums, and later add
a deprecation warning message.

   Your comments on the patch are obviously welcome (feel free to hack
   it your self if you want)
 
 Any chance to merge it before squeeze Freeze?

Is debsums ready to handle other checksums types?

 +a DEBIAN/md5sums and DEBIAN/sha256sums files, which respectively lists the

So this doubles the amount of work that's done on build. Is there any
reason to generate md5sums files, aside from keeping old debsums
working?

 +my ($basename) = $0=~m:.*/(.+):;

Dh_Lib has a basename()

 + if (basename($0) == 'dh_md5sums') {
 + warning(This program should no longer be used. Please read the 
 dh_checksums(1) man page.);
 + }

It's probably too early for this warning, I prefer to give people some
time before starting to nag.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Team uploads.

2010-03-08 Thread Jan Hauke Rahm
On Mon, Mar 08, 2010 at 09:28:11AM -0800, Russ Allbery wrote:
 Jan Hauke Rahm j...@debian.org writes:
 
  There is just one thing that bothers me: this new feature would invite
  teams to actually put noone in the uploaders list.  The team would be
  maintainer and no real person would be listed in the package.
 
 Lintian attempts to detect this but may not be able to depending on where
 the maintenance team list is hosted.

Although lintian is used by hopefully all maintainers (and is a great
tool for such tasks), it is not the place to clarify how to package. It
is the place to check what elsewhere was decided.

  And I don't like this possible outcome. From a QA (and MIA) perspective
  this is not a good idea.
 
 Wholeheartedly agreed.
 
  So if you're going to write patches as you said, please consider adding
  at least a should to policy about setting a real person as uploader
  when the maintainer is a team (i.e.  mailing list).
 
 devref 5.12 already has something about this, I believe.

Not quite. 5.12 recommends a way to deal with team maintenance but is
not enough here. Reading 5.12 (list as maintainer, the one who feels
responsible as uploader) still allows having no uploader when noone
feels responsible.

I'd like to see a clear and unmistakle sentence somewhere (i.e. policy
or devref) saying that a package should have a real person as maintainer
or uploader. But now that I think of it, this is not necessarily related
to what Charles proposes.

Hauke


signature.asc
Description: Digital signature


Re: Team uploads.

2010-03-08 Thread Russ Allbery
Jan Hauke Rahm j...@debian.org writes:

 Not quite. 5.12 recommends a way to deal with team maintenance but is
 not enough here. Reading 5.12 (list as maintainer, the one who feels
 responsible as uploader) still allows having no uploader when noone
 feels responsible.

 I'd like to see a clear and unmistakle sentence somewhere (i.e. policy
 or devref) saying that a package should have a real person as maintainer
 or uploader. But now that I think of it, this is not necessarily related
 to what Charles proposes.

Agreed on both counts.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4tmiudr@windlord.stanford.edu



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Frank Lin PIAT
On Mon, 2010-03-08 at 12:21 -0500, Joey Hess wrote:
 Frank Lin PIAT wrote:
  Note regarding the patch:
I have tried to make the patch so it isn't too intrusive (for
instance, dh_checksums is a symlink to dh_md5sums even though it
should be the other way around).
 
 Symlink direction seems irrelevant.
 
 I'd probably just make dh_md5sums call dh_checksums, and later add
 a deprecation warning message.
 
Your comments on the patch are obviously welcome (feel free to hack
it your self if you want)
  
  Any chance to merge it before squeeze Freeze?
 
 Is debsums ready to handle other checksums types?

Currently, debsums silently ignores sha256 checksums, so it won't break
if we start shipping those checksums.

I intend to submit a patch (see the TODO list[1])

  +a DEBIAN/md5sums and DEBIAN/sha256sums files, which respectively lists the
 
 So this doubles the amount of work that's done on build. Is there any
 reason to generate md5sums files, aside from keeping old debsums
 working?

Yes, this is for transition.
We still have to decide how long that transition would be.

  +   if (basename($0) == 'dh_md5sums') {
  +   warning(This program should no longer be used. Please read the 
  dh_checksums(1) man page.);
  +   }
 
 It's probably too early for this warning, I prefer to give people some
 time before starting to nag.

I agree,

Thank you for your quick review. I'll keep you informed about
lintian/debsums patch.

Franklin

[1] http://wiki.debian.org/Sha256sumsInPackages


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1268070281.21347.10033.ca...@solid.paris.klabs.be



Re: md5sums files

2010-03-08 Thread Don Armstrong
On Mon, 08 Mar 2010, Brian Nelson wrote:
 Don Armstrong d...@debian.org writes:
  So there's a period on upgrade where the file has been overwritten
  with an file before the new file has been generated?
 
  That's just wrong.
 
 Why? Considering the old hash file may be invalid anyway after
 you've upgraded other related packages (the aspell dict ones are
 format-dependent on the aspell version),

If this is actually a problem,[1] you can remove it in your preinst in
those specific cases. As it is now, any reinstall or upgrade of this
package will break these files for a period of time, even if there
aren't any actual changes to the format.

 why would it matter that the hash file is temporarily empty?

Because anything that expects to be able to use it would stop being
able to until the postinst is run successfully, which could be many
minutes on a long install.

It may not be much of a problem in this specific case, but it's
certainly not the way to solve this problem in general.


Don Armstrong

1: The aspell dict files have a format specifier in the front, so
presumably anyting that is consuming them will check them before
blindly using them, and hopefully fail with an informative error
message if necessary.
-- 
The smallest quantity of bread that can be sliced and toasted has yet
to be experimentally determined. In the quantum limit we must
necessarily encounter fundamental toast particles which the author
will unflinchingly designate here as croutons.
 -- Cser, Jim. Nanotechnology and the Physical Limits of Toastability.
AIR 1:3, June, 1995.

http://www.donarmstrong.com  http://rzlab.ucr.edu


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100308182121.gb20...@volo.donarmstrong.com



Re: Has Debian abandoned Python?

2010-03-08 Thread Sandro Tosi
On Mon, Mar 1, 2010 at 01:59, Ben Finney ben+deb...@benfinney.id.au wrote:
 Luk Claes l...@debian.org writes:

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

 Nearly three months later, the issue remains: Python in Debian does not
 have a maintainer who communicates in a timely manner on the
 ‘debian-python’ forum. (This is evidenced by another ongoing discussion
 about problems with the python2.6 transition, with no input from the
 maintainer.)

 What is the specific plan to resolve that issue of maintainership, and
 what has the past three months of private action achieved for its
 resolution?

So, three months are passed since the last email to the original
thread and 1 week from this last ping, and there are still no public
information about the currently discussion ongoing about how to move
forward.

Nice, let's keep this hidden, so that only the secret cabal knows
about it, and the Debian community can be kept in the dark. Way to go.

-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/8b2d7b4d1003081100q385153c4kf34f43a9cac3d...@mail.gmail.com



Re: Has Debian abandoned Python?

2010-03-08 Thread Russ Allbery
Sandro Tosi mo...@debian.org writes:

 So, three months are passed since the last email to the original thread
 and 1 week from this last ping, and there are still no public
 information about the currently discussion ongoing about how to move
 forward.

 Nice, let's keep this hidden, so that only the secret cabal knows about
 it, and the Debian community can be kept in the dark. Way to go.

A bunch of work towards a Python 2.6 transition seems to be happening
(says someone who doesn't use much Python but who fixed reported bugs with
Python being built against 2.6 by default in a package upload a week ago).

Maybe the group of people doing that work should also be the people who
decide when Python 2.6 will be uploaded, if the current maintainer isn't
able or willing to coordinate the work for whatever reason?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/874okqcz7q@windlord.stanford.edu



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Russ Allbery
Frank Lin PIAT fp...@klabs.be writes:

 Find a patch attached, for a smooth transition from DEBIAN/md5sums to a
 recent checksum.

 The way it is implemented, is that the dh_md5sums is a symlink to the
 new dh_checksums. The new helper computes both md5sum (for
 compatibility/transition) and a new checksum (SHA256, which was already
 chosen by FTP-masters as a remplacement for md5sum for signed files)

If there's a general consensus that we should go this route, I'm okay with
it, but I'm personally not sure this is the right approach.

I think there are two possible directions we can take with this package
feature:

1. Strengthen the integrity check so that it could potentially be useful
   for security purposes as well as for simple integrity checking.

2. Declare such checksums only useful for corruption and local (benign)
   modification checksumming.

If we take option 1, going to a stronger hash is strictly less useful in
every respect than going to embedded PGP signatures, which apparently only
require active maintenance and a plan to be acceptable in the archive and
which would need a different format anyway.

If we take option 2, SHA256 offers no benefits over MD5 and just takes
longer to compute.  There is essentially zero chance that random file
corruption or typical local modification will result in a successful MD5
preimage attack.

I therefore have to question what utility there is in switching to SHA256.
It doesn't seem to achieve either possible goal, unless I'm missing some
way in which it's a step towards option 1?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87wrxmbkdn@windlord.stanford.edu



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Frank Lin PIAT
On Mon, 2010-03-08 at 12:59 -0800, Russ Allbery wrote:
 Frank Lin PIAT fp...@klabs.be writes:
 
  Find a patch attached, for a smooth transition from DEBIAN/md5sums to a
  recent checksum.
 
  The way it is implemented, is that the dh_md5sums is a symlink to the
  new dh_checksums. The new helper computes both md5sum (for
  compatibility/transition) and a new checksum (SHA256, which was already
  chosen by FTP-masters as a remplacement for md5sum for signed files)
 
 1. Strengthen the integrity check so that it could potentially be useful
for security purposes as well as for simple integrity checking.

Yes, this is the intended goal. Imagine the following scenario:
1. You boot a trusted device with Debian Live or D-I
2. A helper mounts the root, usr and var partitions of the inspected
   system
3. It then fetches the list of installed package and version
4. It then fetches the list of signatures for the installed system, from
   your trusted mirror.
5. Then it validates the installed files on the inspected system.
6. You just have to trust one GPG key (per repository).

All that relies on the current infrastructure and chain of trust
(Repository's Releases.gpg-Packages.gpg-checksum). Alternatively, what
I am currently doing is to periodically export my md5sums to a trusted
system.

It would be much easier if a signed list of check-sums for current
packages in our archive were published (basically, when we create
Packages.gpg, we would need to extract the checksums contained in those
packages, then sign it. This list could also included the recently
updated packages, which is useful for point-releases, and unstable).

The benefit is that you can quickly audit if installed binaries are
pristine AND current.

 If we take option 1, going to a stronger hash is strictly less useful in
 every respect than going to embedded PGP signatures

Can you elaborate? checksums are currently signed, no?

 which apparently only require active maintenance and a plan to be
 acceptable in the archive and which would need a different format
 anyway.

I see some problems with signed packages:

1. Software developers and vendors will start distributing standalone
   binary packages, and pretend they are safe because they are signed.
   This is not safe: only an APT-like mechanism provides security
   updates.
2. You still need an infrastructure to publish valid packages version.
3. What do we do when we want to change a GPG key? we re-sign all
   the packages, probably breaking existing packages checksums?

Last but not least:

4. How long is it going to implement it? Does it seems realistic to
   implement your proposal before Squeeze +1 (or event Squeeze +2)?
   What do we do in-between?

 If we take option 2, SHA256 offers no benefits over MD5 and just takes
 longer to compute.

Why is that everyone seems to move away from MD5?

 There is essentially zero chance that random file corruption or
 typical local modification will result in a successful MD5 preimage
 attack.

An attacker has plenty of time to pre-compute a valid replacement for,
let say, a library in Debian Stable.

 I therefore have to question what utility there is in switching to SHA256.
 It doesn't seem to achieve either possible goal, unless I'm missing some
 way in which it's a step towards option 1?

As a bottom line:
1. A package is not safe because it is signed, but because it is
   up-to-date.
2. I am completely ok go for GPG packages, *if* it can be implemented 
   by squeeze.

Otherwise, let's move on to sha*** for squeeze, which can be quite
transparent, and move to GPG post squeeze.

Regards,

Franklin



-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1268085864.21347.11498.ca...@solid.paris.klabs.be



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Russ Allbery
Frank Lin PIAT fp...@klabs.be writes:
 On Mon, 2010-03-08 at 12:59 -0800, Russ Allbery wrote:

 1. Strengthen the integrity check so that it could potentially be useful
for security purposes as well as for simple integrity checking.

 Yes, this is the intended goal. Imagine the following scenario:
 1. You boot a trusted device with Debian Live or D-I
 2. A helper mounts the root, usr and var partitions of the inspected
system
 3. It then fetches the list of installed package and version
 4. It then fetches the list of signatures for the installed system, from
your trusted mirror.
 5. Then it validates the installed files on the inspected system.
 6. You just have to trust one GPG key (per repository).

 All that relies on the current infrastructure and chain of trust
 (Repository's Releases.gpg-Packages.gpg-checksum). Alternatively, what
 I am currently doing is to periodically export my md5sums to a trusted
 system.

The missing link, in this validation scenario, is how to get a signed copy
of the MD5 checksums of the files in the package.  If that package is
still current, you can get this by downloading and extracting the copy of
that package from the Debian archive and examining the MD5 checksums in
it, but of course if the package is still current you don't even need MD5
checksums.  You can just compare the files directly with the files you
have.  Hence, adding a stronger checksum doesn't really help, except
possibly for some minor convenience.

 It would be much easier if a signed list of check-sums for current
 packages in our archive were published (basically, when we create
 Packages.gpg, we would need to extract the checksums contained in those
 packages, then sign it. This list could also included the recently
 updated packages, which is useful for point-releases, and unstable).

Yes, this plus a repository for older checksums for packages that are no
longer current would be required to let this work as an audit.  (It's
common in practice for not all packages on a system to be at the latest
version.)

But if you instead put a PGP signature directly in the package, then you
can always verify the package regardless of whether it's current or not
provided that you still have the original package (in /var/cache/apt, for
instance), which is why this is superior to using a hash.  Not to mention
that the infrastructure you describe for publishing signed hashes doesn't
really exist and you have to download the full package.

 If we take option 1, going to a stronger hash is strictly less useful
 in every respect than going to embedded PGP signatures

 Can you elaborate? checksums are currently signed, no?

No, the MD5 checksums currently included in packages aren't signed.

The package as a whole, which includes the checksum, is itself checksumed,
and that checksum is included in Packages, which in turn is signed.  So we
have validation of current packages at time of installation.  But as soon
as that's no longer the current package (which happens all the time in
unstable and testing, and happens in stable with new point releases), we
lose that signature because it depends on the current Packages list.

 I see some problems with signed packages:

 1. Software developers and vendors will start distributing standalone
binary packages, and pretend they are safe because they are signed.
This is not safe: only an APT-like mechanism provides security
updates.

Well, it depends on how you define safety.  The signed package is now
verified to come from the package signer, which is indeed more safe.
Having ongoing security support is a separate problem.

I see this as a feature.  It lets one distribute and install packages with
verified origins without needing to set up a full apt archive, which a lot
of people find tricky to do properly.

 2. You still need an infrastructure to publish valid packages version.

I don't think we do.

 3. What do we do when we want to change a GPG key? we re-sign all
the packages, probably breaking existing packages checksums?

Key change is a problem, yes, but note that an expired PGP signature is
still stronger in all respects than a SHA256 hash, given that you can
always ignore the signature part completely and just verify the hash.
(Assuming the signature uses a reasonable hash, of course.)  So while this
is a problem, it doesn't pose any worse of a problem than just having the
SHA256 hash does.

 Last but not least:

 4. How long is it going to implement it? Does it seems realistic to
implement your proposal before Squeeze +1 (or event Squeeze +2)?
What do we do in-between?

Use MD5.  My point is mostly that it's not clear to me SHA256 is any
better than what we have now for the problem that hashes are capable of
solving.

 If we take option 2, SHA256 offers no benefits over MD5 and just takes
 longer to compute.

 Why is that everyone seems to move away from MD5?

Because MD5 is not sufficient protection against an attacker.  It's

Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Joey Hess
Russ Allbery wrote:
 The missing link, in this validation scenario, is how to get a signed copy
 of the MD5 checksums of the files in the package.

That's one missing link. The other one is that there are innumerable
ways for an attacker to inject bad behavior/backdoors onto a system
without touching binaries originating from dpkg. Expecting debsums to
protect against any form of attack is bound to result in a false sense
of security; and AFAIK aide makes a credible[1] attempt at solving the
same problem.

-- 
see shy jo, who does not need to be CCed anymore on this thread

[1] Though my SWAG is that it's still not complete when you consider
the boodloader, permissions of files in /dev, or subtly corrupted
partitions.


signature.asc
Description: Digital signature


Transitions completed: xz-utils-transition

2010-03-08 Thread Archive Administrator
Some transitions for which there was an upload block in place have been
completed and the block has been automatically lifted:

The following transitions were removed:
Looking at transition: xz-utils-transition
Source:  xz-utils
New Version: 4.999.9beta+20100212-4
Responsible: Marc Brockschmidt
Description: xz-utils and hdf5 need to transition to testing
Blocked Packages (total: 1): xz-utils




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



libgcrypt brain dead?

2010-03-08 Thread Brian May
Hello,

A number of packages, such as openldap have been changed to support
gnutls, instead of openssl, to avoid licensing issues in openssl.

However, it appears that gnutls uses libgcrypt, and libgcrypt has
several serious design issues.


1. libgcrypt doesn't cleanup properly on dlclose, and apparently won't
fix the problem:
http://bugs.debian.org/543941
This makes gcrypt unsuitable in PAM or NSS.

I was told that the fix is to 'add __attribute__((destructor)) to a
cleanup function'


2. libgcrypt drops root privileges if called setuid on the assumption
the only reason the program is setuid root is so it can lock memory.

Unfortunately this breaks every setuid program tat uses PAM when PAM
is configured to use ldap and ldap is configured to use gnutls,
because gnutls uses gcrypt.

https://bugs.launchpad.net/ubuntu/+source/schroot/+bug/486944
http://bugs.debian.org/566351
http://mid.gmane.org/878wbju9is@vigenere.g10code.de


Unfortunately, gcrypt is used by gnutls, which is used in ldap, which
is frequently used in PAM and NSS. So this is an issue. There might be
other NSS and PAM modules that use it too.

What is the solution? Should we go back to using openssl, at least
with libraries such as openldap that are commonly used in pam and nss
modules?

Or is there another way?

Alternatively, have I got something wrong?
-- 
Brian May br...@microcomaustralia.com.au


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/3c5cf5261003081534s5202413dw4d93c80db1a30...@mail.gmail.com



Re: libgcrypt brain dead?

2010-03-08 Thread Steve Langasek
On Tue, Mar 09, 2010 at 10:34:37AM +1100, Brian May wrote:
 Unfortunately, gcrypt is used by gnutls, which is used in ldap, which
 is frequently used in PAM and NSS. So this is an issue. There might be
 other NSS and PAM modules that use it too.

 What is the solution? Should we go back to using openssl, at least
 with libraries such as openldap that are commonly used in pam and nss
 modules?

There is no going back to openssl.  OpenSSL is license-incompatible with
many LDAP-using applications in Debian, and I don't see any way that we can
justify distributing an LDAP library that *doesn't* support TLS in this day
and age.

If gcrypt is broken, then we should fix gcrypt.

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


signature.asc
Description: Digital signature


Re: Has Debian abandoned Python?

2010-03-08 Thread Sandro Tosi
On Mon, Mar 8, 2010 at 21:53, Russ Allbery r...@debian.org wrote:
 Sandro Tosi mo...@debian.org writes:

 So, three months are passed since the last email to the original thread
 and 1 week from this last ping, and there are still no public
 information about the currently discussion ongoing about how to move
 forward.

 Nice, let's keep this hidden, so that only the secret cabal knows about
 it, and the Debian community can be kept in the dark. Way to go.

 A bunch of work towards a Python 2.6 transition seems to be happening
 (says someone who doesn't use much Python but who fixed reported bugs with
 Python being built against 2.6 by default in a package upload a week ago).

yes, that's right: a huge amount of work was done by people from debian-python.

 Maybe the group of people doing that work should also be the people who
 decide when Python 2.6 will be uploaded, if the current maintainer isn't
 able or willing to coordinate the work for whatever reason?

Yes, that would be awesome in theory, still quite difficult (or seen
as rude) in reality.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/8b2d7b4d1003081603v42485829x51bca1fd7084d...@mail.gmail.com



Re: Has Debian abandoned Python?

2010-03-08 Thread Russ Allbery
Sandro Tosi mo...@debian.org writes:
 On Mon, Mar 8, 2010 at 21:53, Russ Allbery r...@debian.org wrote:

 Maybe the group of people doing that work should also be the people who
 decide when Python 2.6 will be uploaded, if the current maintainer
 isn't able or willing to coordinate the work for whatever reason?

 Yes, that would be awesome in theory, still quite difficult (or seen as
 rude) in reality.

Well, I'm personally not directly involved with Python development, but it
seems like a lot of people are upset with the way that the python package
is being maintained.  We do have a procedure for this: it falls under the
jurisdiction of the Debian Technical Committee.  If there is a group of
people who believe they would be better able to maintain the python
package than the current maintainer and are willing to assemble a team and
propose themselves as the maintainers, that's certainly something that can
be appealed to the Debian Technical Committee for discussion.

Obviously, that's a very confrontational approach, but it sounds like,
just from the spillover that shows up in debian-devel from time to time,
like less confrontational approaches aren't proving successful.  And
sometimes raising the question formally is enough to resolve the situation
without the Technical Committee having to do anything.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ociy5p2q@windlord.stanford.edu



Re: libgcrypt brain dead?

2010-03-08 Thread Roger Leigh
On Mon, Mar 08, 2010 at 03:50:37PM -0800, Steve Langasek wrote:
 On Tue, Mar 09, 2010 at 10:34:37AM +1100, Brian May wrote:
  Unfortunately, gcrypt is used by gnutls, which is used in ldap, which
  is frequently used in PAM and NSS. So this is an issue. There might be
  other NSS and PAM modules that use it too.
 
  What is the solution? Should we go back to using openssl, at least
  with libraries such as openldap that are commonly used in pam and nss
  modules?
 
 There is no going back to openssl.  OpenSSL is license-incompatible with
 many LDAP-using applications in Debian, and I don't see any way that we can
 justify distributing an LDAP library that *doesn't* support TLS in this day
 and age.
 
 If gcrypt is broken, then we should fix gcrypt.

The issue here is that upstream don't appear to want to fix it,
because the change in behaviour could break backward compatibility
and potentially introduce security exploits into programs relying
on this side-effect of gcrypt.  Any change would require the use of
a new interface, leaving all existing code still affected.

It might be worth looking at the rdepends to see how many are
setuid, since these are the only ones affected.  For those that
are, they just need a setuid() call adding to drop root privs.
At this point, the privilege-dropping code can just be removed
from libgcrypt lock_pool().

Given the PAM and NSS breakage, I'd say this was an RC bug in gcrypt.


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


signature.asc
Description: Digital signature


Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Russell Coker
On Tue, 9 Mar 2010, Joey Hess jo...@debian.org wrote:
 Russ Allbery wrote:
  The missing link, in this validation scenario, is how to get a signed
  copy of the MD5 checksums of the files in the package.

 That's one missing link. The other one is that there are innumerable
 ways for an attacker to inject bad behavior/backdoors onto a system
 without touching binaries originating from dpkg. Expecting debsums to
 protect against any form of attack is bound to result in a false sense
 of security; and AFAIK aide makes a credible[1] attempt at solving the
 same problem.

 [1] Though my SWAG is that it's still not complete when you consider
     the boodloader, permissions of files in /dev, or subtly corrupted
     partitions.

http://etbe.coker.com.au/2010/03/08/designing-secure-linux/

I blogged about some of these things yesterday.

-- 
russ...@coker.com.au
http://etbe.coker.com.au/  My Main Blog
http://doc.coker.com.au/   My Documents Blog


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201003091114.23871.russ...@coker.com.au



Re: libgcrypt brain dead?

2010-03-08 Thread Russ Allbery
Roger Leigh rle...@codelibre.net writes:

 The issue here is that upstream don't appear to want to fix it, because
 the change in behaviour could break backward compatibility and
 potentially introduce security exploits into programs relying on this
 side-effect of gcrypt.  Any change would require the use of a new
 interface, leaving all existing code still affected.

This is amazingly intrusive behavior for a library initialization function
that's intended to be general-purpose.  Aie.  At the very least, any
functions that modify global process state like this should be an optional
separate API.  This is particularly nasty in a low-level library like
gcrypt.

Can anyone confirm the comment in the bug log that setuid shouldn't even
be required to do what libgcrypt is doing here, namely locking memory so
that it's not swapped to disk?

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87fx4a5og6@windlord.stanford.edu



Re: libgcrypt brain dead?

2010-03-08 Thread Julien Cristau
On Mon, Mar  8, 2010 at 16:27:37 -0800, Russ Allbery wrote:

 Can anyone confirm the comment in the bug log that setuid shouldn't even
 be required to do what libgcrypt is doing here, namely locking memory so
 that it's not swapped to disk?
 
linux-2.6/include/linux/resource.h:#define MLOCK_LIMIT((PAGE_SIZE  
64*1024) ? PAGE_SIZE : 64*1024)

so by default you can mlock up to 64k.

Cheers,
Julien


signature.asc
Description: Digital signature


Re: libgcrypt brain dead?

2010-03-08 Thread Peter Samuelson

[Russ Allbery]
 Can anyone confirm the comment in the bug log that setuid shouldn't
 even be required to do what libgcrypt is doing here, namely locking
 memory so that it's not swapped to disk?

Well, I didn't test, but from 'man mlock':

| Since Linux 2.6.9, no limits are placed on the amount of memory
| that a privileged process can lock and the RLIMIT_MEMLOCK soft
| resource limit instead defines a limit on how much memory an
| unprivileged process may lock.

On my system 'ulimit -l' (max locked memory) shows 64 kB, which, you
know, ought to be enough for anybody.
-- 
Peter Samuelson | org-tld!p12n!peter | http://p12n.org/


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



Re: Team uploads.

2010-03-08 Thread Charles Plessy
Dear all,

I have updated http://wiki.debian.org/TeamUpload and submitted #573110
to the Developers Reference.

I tend to manage my priorities by caring first of the packages listed
in my QA page, and then the other packages of my team. But if I add
myself as an uploader to all the packages I touch, the first will
finally converge towards the second, which is not useful…

After the patch to the Dev. Ref. is accepted, I will submit a simple patch to
Lintian. I do not think that it is necessary for Lintian to cross-check if the
DD doing the team upload is really a team member.

Have a nice day,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


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



Re: Team uploads.

2010-03-08 Thread Russ Allbery
Charles Plessy ple...@debian.org writes:

 After the patch to the Dev. Ref. is accepted, I will submit a simple
 patch to Lintian. I do not think that it is necessary for Lintian to
 cross-check if the DD doing the team upload is really a team member.

I agree.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zl2i452n@windlord.stanford.edu



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Harald Braumann
On Mon, Mar 08, 2010 at 11:04:24PM +0100, Frank Lin PIAT wrote:
 On Mon, 2010-03-08 at 12:59 -0800, Russ Allbery wrote:
  1. Strengthen the integrity check so that it could potentially be useful
 for security purposes as well as for simple integrity checking.
 
 It would be much easier if a signed list of check-sums for current
 packages in our archive were published (basically, when we create
 Packages.gpg, we would need to extract the checksums contained in those
 packages, then sign it. This list could also included the recently
 updated packages, which is useful for point-releases, and unstable).

I'm a bit confused here. I think that here is a mix of package
signatures and file signatures. These serve different purposes and are
completely separate. A package signature lets you verfy the package
before it is decompressed and, more importantly, maintainer scripts
are run as root. File signatures let you check the installed files. 

Both should be part of the shipped package. Package signature as files
in the arch archive, file signatures should be installed along with
the files so you can always directly check installed files, without
the need of any repository or original packages lying around.

 
 The benefit is that you can quickly audit if installed binaries are
 pristine AND current.
 
  If we take option 1, going to a stronger hash is strictly less useful in
  every respect than going to embedded PGP signatures

Assuming file hashes here: create stronger hashes and then sign the
hash file. This has 2 advantages:
- hashes can be used to check file integrity even without the key
- it can be implemented incrementally (1st: stonger hashes, 2nd:
signature)

  which apparently only require active maintenance and a plan to be
  acceptable in the archive and which would need a different format
  anyway.

Assuming package hashes here: a view additional files in the arch archive.

 
 I see some problems with signed packages:
 
 1. Software developers and vendors will start distributing standalone
binary packages, and pretend they are safe because they are signed.
This is not safe: only an APT-like mechanism provides security
updates.

Yes, there seems to be a common misconception about what a signature
means. But that's no argument to deny informed people the advantages
of signatures.

 2. You still need an infrastructure to publish valid packages version.

Isn't that the Release file?

 3. What do we do when we want to change a GPG key? we re-sign all
the packages, probably breaking existing packages checksums?

No, the signature has a timestamp and is still valid, if the
revocation date of key is later.

 Last but not least:
 
 4. How long is it going to implement it? Does it seems realistic to
implement your proposal before Squeeze +1 (or event Squeeze +2)?
What do we do in-between?
 
  If we take option 2, SHA256 offers no benefits over MD5 and just takes
  longer to compute.
 
 Why is that everyone seems to move away from MD5?

Because it's broken?

 
  There is essentially zero chance that random file corruption or
  typical local modification will result in a successful MD5 preimage
  attack.
 
 An attacker has plenty of time to pre-compute a valid replacement for,
 let say, a library in Debian Stable.
 
  I therefore have to question what utility there is in switching to SHA256.
  It doesn't seem to achieve either possible goal, unless I'm missing some
  way in which it's a step towards option 1?

See above.

 As a bottom line:
 1. A package is not safe because it is signed, but because it is
up-to-date.

A signature hasn't got anything to do with how safe a package is.

harry


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



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Harald Braumann
On Mon, Mar 08, 2010 at 05:59:13PM -0500, Joey Hess wrote:
 Russ Allbery wrote:
  The missing link, in this validation scenario, is how to get a signed copy
  of the MD5 checksums of the files in the package.
 
 That's one missing link. The other one is that there are innumerable
 ways for an attacker to inject bad behavior/backdoors onto a system
 without touching binaries originating from dpkg. 

Signatures don't prevent bugs, they don't prevent trojans, they don't
prevent attacks on SSH. But they let you *detect* attacks. It's not
that easy to install a root kit that hides all changes and you can
always boot from a trusted medium to check your files. Without
signatures, you can't, or at least it a lot harder.

 Expecting debsums to
 protect against any form of attack is bound to result in a false sense
 of security; 

I don't expect that.

harry


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



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Russ Allbery
Harald Braumann ha...@unheit.net writes:
 On Mon, Mar 08, 2010 at 05:59:13PM -0500, Joey Hess wrote:

 That's one missing link. The other one is that there are innumerable
 ways for an attacker to inject bad behavior/backdoors onto a system
 without touching binaries originating from dpkg.

 Signatures don't prevent bugs, they don't prevent trojans, they don't
 prevent attacks on SSH. But they let you *detect* attacks. It's not that
 easy to install a root kit that hides all changes and you can always
 boot from a trusted medium to check your files. Without signatures, you
 can't, or at least it a lot harder.

It's also always worth bearing in mind that while a really good attacker
can do all sorts of complex things that make them very hard to find, most
attackers are stupid and straightforward.  We should always be striving
for the best possible security and improving security measures, but along
the way security measures that have weaknesses against a determined
attacker can still be practically useful.

It's a constant balance to not sacrifice real security for expediency, but
at the same time to not discard tools that are already available and
deployable just because they can't catch the most determined attackers.
*Some* checking is better than *no* checking as long as you clearly
understand what the capabilities and tradeoffs of the system you have are
and don't think they're more than what they are.

There are very, very few absolutes in computer security.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87k4tmupju@windlord.stanford.edu



Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Joey Hess
Russ Allbery wrote:
 It's also always worth bearing in mind that while a really good attacker
 can do all sorts of complex things that make them very hard to find, most
 attackers are stupid and straightforward.

It's stupid and straightforward to install /usr/local/bin/ls. debsums
will not detect it.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#540215: Introduce dh_checksums

2010-03-08 Thread Russ Allbery
Joey Hess jo...@debian.org writes:
 Russ Allbery wrote:

 It's also always worth bearing in mind that while a really good
 attacker can do all sorts of complex things that make them very hard to
 find, most attackers are stupid and straightforward.

 It's stupid and straightforward to install /usr/local/bin/ls. debsums
 will not detect it.

True.  Adding new binaries is, in my experience, more common than
modifying binaries already on the system.

I don't really mean to be arguing for debsums as a security mechanism,
more just commenting on the general question.  I'm on the side that thinks
that debsums isn't a horribly useful direction to go for full-blown
intrusion detection, and that for what it's really useful for right now
MD5 remains entirely adequate.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87d3zeuoxr@windlord.stanford.edu



Re: Has Debian abandoned Python?

2010-03-08 Thread Lucas Nussbaum
On 08/03/10 at 16:14 -0800, Russ Allbery wrote:
 Sandro Tosi mo...@debian.org writes:
  On Mon, Mar 8, 2010 at 21:53, Russ Allbery r...@debian.org wrote:
 
  Maybe the group of people doing that work should also be the people who
  decide when Python 2.6 will be uploaded, if the current maintainer
  isn't able or willing to coordinate the work for whatever reason?
 
  Yes, that would be awesome in theory, still quite difficult (or seen as
  rude) in reality.
 
 Well, I'm personally not directly involved with Python development, but it
 seems like a lot of people are upset with the way that the python package
 is being maintained.  We do have a procedure for this: it falls under the
 jurisdiction of the Debian Technical Committee.  If there is a group of
 people who believe they would be better able to maintain the python
 package than the current maintainer and are willing to assemble a team and
 propose themselves as the maintainers, that's certainly something that can
 be appealed to the Debian Technical Committee for discussion.
 
 Obviously, that's a very confrontational approach, but it sounds like,
 just from the spillover that shows up in debian-devel from time to time,
 like less confrontational approaches aren't proving successful.  And
 sometimes raising the question formally is enough to resolve the situation
 without the Technical Committee having to do anything.

Actually, it seems to me that taking the issue to the Technical
Committee is actually less confrontational than the current ad hominem
attacks. However, I have the impression that some people are happy with
the current situation where they can threaten to hijack the python
package, and blame the current maintainer for all their problems. But it
is not clear to me that those people are really seriously ready to take
over the maintenance of the python interpreter.

Having the TC take a fresh look at the situation would be a good move.
Last time I investigated the python problems, it was quite clear that
the situation wasn't as black and white as some people seem to think.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100309064452.ga13...@xanadu.blop.info



Re: Has Debian abandoned Python?

2010-03-08 Thread Sandro Tosi
On Tue, Mar 9, 2010 at 07:44, Lucas Nussbaum lu...@lucas-nussbaum.net wrote:
 Last time I investigated the python problems, it was quite clear that
 the situation wasn't as black and white as some people seem to think.

Mind to share the results of your investigations (even if probably a
bit outdated)?

Thanks,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/8b2d7b4d1003082305h6f36baa2ne92bfdc2bd32...@mail.gmail.com



Bug#573120: ITP: msva-perl -- Cryptographic identity validation agent (Perl implementation)

2010-03-08 Thread Daniel Kahn Gillmor
Package: wnpp
Severity: wishlist
Owner: Daniel Kahn Gillmor d...@fifthhorseman.net

I'm in the process of packaging the perl implementation of the
Monkeysphere's cryptographic validation agent:

* Package name: msva-perl
  Version : 0.1
  Upstream Author : Daniel Kahn Gillmor d...@fifthhorseman.net
* URL : http://web.monkeysphere.info/validation-agent
* License : GPL-3+
  Programming Lang: Perl
  Description : Cryptographic identity validation agent (Perl 
implementation)

 The Monkeysphere Validation Agent offers a local service for tools to
 validate certificates (both X.509 and OpenPGP) and other public keys.
 .
 This package contains a perl implementation of a Monkeysphere
 Validation Agent.



Having a functional validation agent is necessary for the upcoming
xul-ext-monkeysphere web browser plugin, which allows users to
validate web sites via the OpenPGP web-of-trust.



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



Re: Has Debian abandoned Python?

2010-03-08 Thread Vincent Bernat
OoO  En cette  nuit nuageuse  du mardi  09 mars  2010, vers  01:14, Russ
Allbery r...@debian.org disait :

 Maybe the group of people doing that work should also be the people who
 decide when Python 2.6 will be uploaded, if the current maintainer
 isn't able or willing to coordinate the work for whatever reason?

 Yes, that would be awesome in theory, still quite difficult (or seen as
 rude) in reality.

 Well, I'm personally not directly involved with Python development, but it
 seems like a lot of people are upset with the way that the python package
 is being maintained.  We do have a procedure for this: it falls under the
 jurisdiction of the Debian Technical Committee.  If there is a group of
 people who believe they would be better able to maintain the python
 package than the current maintainer and are willing to assemble a team and
 propose themselves as the maintainers, that's certainly something that can
 be appealed to the Debian Technical Committee for discussion.

Some respectable people keep telling  us that the problem is handled and
the solution  will come  soon. Going to  the technical committee  may be
seen at confrontational against them, I think.
-- 
MUD IS NOT ONE OF THE 4 FOOD GROUPS
MUD IS NOT ONE OF THE 4 FOOD GROUPS
MUD IS NOT ONE OF THE 4 FOOD GROUPS
-+- Bart Simpson on chalkboard in episode 9F15


pgpAaj3yXuBQ1.pgp
Description: PGP signature


Re: Has Debian abandoned Python?

2010-03-08 Thread Lucas Nussbaum
On 09/03/10 at 08:05 +0100, Sandro Tosi wrote:
 On Tue, Mar 9, 2010 at 07:44, Lucas Nussbaum lu...@lucas-nussbaum.net wrote:
  Last time I investigated the python problems, it was quite clear that
  the situation wasn't as black and white as some people seem to think.
 
 Mind to share the results of your investigations (even if probably a
 bit outdated)?

I'd prefer the TC to start from a blank sheet.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20100309071141.ga14...@xanadu.blop.info



Re: Has Debian abandoned Python?

2010-03-08 Thread Sandro Tosi
On Tue, Mar 9, 2010 at 08:09, Vincent Bernat ber...@debian.org wrote:
 Some respectable people keep telling  us that the problem is handled and
 the solution  will come  soon.

But OTOH very very few advances are made during these months, that
doesn't encourage to believe that soon is really soon now.

 Going to  the technical committee  may be
 seen at confrontational against them, I think.

I don't this so.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi


--
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/8b2d7b4d1003082321h125ef6a9g2d4782c64f396...@mail.gmail.com



Re: Has Debian abandoned Python?

2010-03-08 Thread Russ Allbery
Vincent Bernat ber...@debian.org writes:
 Russ Allbery r...@debian.org disait:

 Well, I'm personally not directly involved with Python development, but
 it seems like a lot of people are upset with the way that the python
 package is being maintained.  We do have a procedure for this: it falls
 under the jurisdiction of the Debian Technical Committee.  If there is
 a group of people who believe they would be better able to maintain the
 python package than the current maintainer and are willing to assemble
 a team and propose themselves as the maintainers, that's certainly
 something that can be appealed to the Debian Technical Committee for
 discussion.

 Some respectable people keep telling us that the problem is handled and
 the solution will come soon. Going to the technical committee may be
 seen at confrontational against them, I think.

Eh, I'd hope not.  We're pretty good at not doing anything when that seems
to be the best choice of action, and we're identifiable people with
delegated project authority who can be contacted in private if for some
reason information absolutely must be shared in private.  Other than a
formal appeal being viewed as escalation, which is a risk, I'm not sure
that this would make the situation any worse.  I would hope that any
third-party mediators wouldn't take it as an affront.

One of the advantages of the TC process is that it inherently requires
that something constructive be proposed.  One can't simply present a
problem; one has to propose a solution at the same time so that the TC can
make a decision.  This can be marvelously clarifying.  Often as soon as
one starts thinking about a problem from that angle, a lot of the
uncertainy falls away and the choices reduce to a manageable set of
options with clearer tradeoffs.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87lje27ybr@windlord.stanford.edu



Re: Bug#572374: please consider Section: Education

2010-03-08 Thread Andreas Tille
[Bringing this bug to the eyes of debian-devel readers]

On Wed, Mar 03, 2010 at 08:34:48PM +0100, Ana Guerrero wrote:
 Package: ftp.debian.org
 
 
 Hi,
 
 While trying to sort of the Section field for the apps included in kdeedu,
 I started to wonder if we are missing a subsection in the archive for 
 educational applications.
 We have a lot of new applications in the archive that are not exactly 
 games. Currently most of the applications are split between the subsections 
 misc and games.
 E.g.: under games we have childsplay, tuxtype and under misc we have
 jclic, anki and most of the debian-edu metapackages.
 
 We also have several linguistic applications (no localization ones) that could
 fall under this category: apertium, kiten or parley.
 
 I am sure there are more educational apps hidden under other categories.

While I agree in principle with this attempt there might be a lot of
packages which fit into Science *and* Education section.  The sections
approach in Debian is weak in the way that a package can only be put in
one section.  The alternatives are DebTags and the Blends tasks.  If you
compare the tasks of Debian Science[1] and Debian Edu[2] in the
typical sciences Astronomy, Chemistry, Electronics, Mathematics and
Physics you will realise the problem.

So I agree that education related applications from section misc should
definitely get a better home.  But even in the Games section you will
find packages where people would rather see them here than in Education
(even if I personally would like to see the educational Games in a
specific section).

Kind regards

Andreas.

[1] http://blends.alioth.debian.org/science/tasks/
[2] http://blends.alioth.debian.org/edu/tasks/

-- 
http://fam-tille.de


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



Accepted nspr 4.8.4-1 (source amd64)

2010-03-08 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 09:33:17 +0100
Source: nspr
Binary: libnspr4-0d libnspr4-dev libnspr4-0d-dbg
Architecture: source amd64
Version: 4.8.4-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libnspr4-0d - NetScape Portable Runtime Library
 libnspr4-0d-dbg - Debugging symbols for the NetScape Portable Runtime library
 libnspr4-dev - Development files for the NetScape Portable Runtime library
Changes: 
 nspr (4.8.4-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/patches/99_configure.dpatch: Updated.
   * debian/control:
 - Remove old dependency from libnspr4-dev on libnspr4-0d ( 4.7.1-1).
   It was only necessary when Upstream-Version was 4.7.1.
 - Bump Standards-Version to 3.8.4.0.
Checksums-Sha1: 
 c0e375ff0185c52efd0f6c4bb1057ffcae961450 1265 nspr_4.8.4-1.dsc
 c4af8c2956674ff0f17b4247516716e92db40cf6 1196103 nspr_4.8.4.orig.tar.gz
 7f5c9e26332287188ea65105707579f292efbff1 28433 nspr_4.8.4-1.debian.tar.gz
 e37e00b077575dca1fd04cd3aeba4a72c382453e 136844 libnspr4-0d_4.8.4-1_amd64.deb
 07021ed0344689b3d7a4c3124de95bbe7d09e9cf 274338 libnspr4-dev_4.8.4-1_amd64.deb
 9fb54d36452aa0610cb9ea8be95c848357fe97dd 281410 
libnspr4-0d-dbg_4.8.4-1_amd64.deb
Checksums-Sha256: 
 72fee80fe54ae1b1d135529e82d8707cee8962d917e083de8069abfaa07c16a2 1265 
nspr_4.8.4-1.dsc
 8c119a1702acf7568e5de887e84b34470a929639ee5a89271df2ba57a31f6746 1196103 
nspr_4.8.4.orig.tar.gz
 e728db9647c68753aa48ec13d6300f72b1a3feb40febc344ea2dfe6fda30e4fa 28433 
nspr_4.8.4-1.debian.tar.gz
 ad371bf47bb6590548c29bb16f1a9509a34b4a0d513a80bd522f7bee189db421 136844 
libnspr4-0d_4.8.4-1_amd64.deb
 e37d9e39aec9abf8c5295987b2ebf3e491c0d64179bd14a108183df2ead58201 274338 
libnspr4-dev_4.8.4-1_amd64.deb
 c0edd06b04ec6a5e36e2de67a4367d1a7046c1298b1b13e2254cec0738c8c206 281410 
libnspr4-0d-dbg_4.8.4-1_amd64.deb
Files: 
 8a1cc30e751c553c0dbeca460f6474fd 1265 libs optional nspr_4.8.4-1.dsc
 a85bdbe1eb646aa32c785a37d8e3a2f5 1196103 libs optional nspr_4.8.4.orig.tar.gz
 883c40375f5e5f880a4f656c3933b596 28433 libs optional nspr_4.8.4-1.debian.tar.gz
 cb1a9c18eb4286d9e7b077481d251370 136844 libs optional 
libnspr4-0d_4.8.4-1_amd64.deb
 f0ae0083585d356dc4863348cd5bf451 274338 libdevel optional 
libnspr4-dev_4.8.4-1_amd64.deb
 2d4236c1d482332042fee2742ba8fd55 281410 debug extra 
libnspr4-0d-dbg_4.8.4-1_amd64.deb

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

iD8DBQFLlLel3kvaLFT9KlgRAr4PAKCTVPItCGLN80YvacOwKULkhbtkMgCeJYZ0
49LjOBrMLoIV1o60uuuc7+M=
=98xv
-END PGP SIGNATURE-


Accepted:
libnspr4-0d-dbg_4.8.4-1_amd64.deb
  to main/n/nspr/libnspr4-0d-dbg_4.8.4-1_amd64.deb
libnspr4-0d_4.8.4-1_amd64.deb
  to main/n/nspr/libnspr4-0d_4.8.4-1_amd64.deb
libnspr4-dev_4.8.4-1_amd64.deb
  to main/n/nspr/libnspr4-dev_4.8.4-1_amd64.deb
nspr_4.8.4-1.debian.tar.gz
  to main/n/nspr/nspr_4.8.4-1.debian.tar.gz
nspr_4.8.4-1.dsc
  to main/n/nspr/nspr_4.8.4-1.dsc
nspr_4.8.4.orig.tar.gz
  to main/n/nspr/nspr_4.8.4.orig.tar.gz


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



Accepted gstreamer0.10 0.10.27-1 (source all amd64)

2010-03-08 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Mar 2010 10:18:53 +
Source: gstreamer0.10
Binary: libgstreamer0.10-0 libgstreamer0.10-0-dbg libgstreamer0.10-dev 
gstreamer0.10-doc gstreamer0.10-tools gstreamer-tools gir1.0-gstreamer-0.10
Architecture: source all amd64
Version: 0.10.27-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gir1.0-gstreamer-0.10 - Description: GObject introspection data for the 
GStreamer library
 gstreamer-tools - Tools for use with GStreamer
 gstreamer0.10-doc - GStreamer core documentation and manuals
 gstreamer0.10-tools - Tools for use with GStreamer
 libgstreamer0.10-0 - Core GStreamer libraries and elements
 libgstreamer0.10-0-dbg - Core GStreamer libraries and elements
 libgstreamer0.10-dev - GStreamer core development files
Changes: 
 gstreamer0.10 (0.10.27-1) unstable; urgency=low
 .
   * New upstream stable release, You're Shocked, We Know:
 + debian/libgstreamer.symbols:
   - Updated symbol versions to the stable version.
Checksums-Sha1: 
 7682a43faf8f8aceb1e4abd4e5ef2eb9bd296ec6 2041 gstreamer0.10_0.10.27-1.dsc
 87249d8691cce067ac2ef2ceacc42720c8e843bf 4196377 
gstreamer0.10_0.10.27.orig.tar.gz
 0a1cec20d953b379613c05ddd662c75f613de832 39957 gstreamer0.10_0.10.27-1.diff.gz
 fa809d894d85a3c8e3d87d62c8613c315b7cb8d3 3823638 
gstreamer0.10-doc_0.10.27-1_all.deb
 1d95f94578bb9a0f1ad720c4b645f9d67b661eca 1357304 
libgstreamer0.10-0_0.10.27-1_amd64.deb
 98cf9b2c9001d2b07cf0d592f081e279ec731260 1868256 
libgstreamer0.10-0-dbg_0.10.27-1_amd64.deb
 e7a92ecbee9f19feb8f8d9a915623eb4072c3a4e 1464288 
libgstreamer0.10-dev_0.10.27-1_amd64.deb
 f66b428d5eeaeacefa771f178b5671cd44105670 540978 
gstreamer0.10-tools_0.10.27-1_amd64.deb
 8af7e76487eda82883b75fbb6adf2a51eec67af5 491646 
gstreamer-tools_0.10.27-1_amd64.deb
 3c7422c9d68e402d395ec0494d49b6370e0a5e0b 541504 
gir1.0-gstreamer-0.10_0.10.27-1_amd64.deb
Checksums-Sha256: 
 7ee8b377801f6a48ebd302bc6c120b898575c198f525c655caa876fb9004b4aa 2041 
gstreamer0.10_0.10.27-1.dsc
 e09cc8313ff8f4ca9861128538675200fd50366a085c44f23e5339e62580c6bf 4196377 
gstreamer0.10_0.10.27.orig.tar.gz
 4c732a2e226e9e1d335063e2282d310df8b7fda47de4ad7ddd8b7fdae206709d 39957 
gstreamer0.10_0.10.27-1.diff.gz
 95ebab90ccdfd170dc944b2a432072462529fa8851fb002863dffd85912fe8b6 3823638 
gstreamer0.10-doc_0.10.27-1_all.deb
 a6a5e51ed33d2caf46ed26355494168d20280dc98b581bd87ef89bf5a9985be1 1357304 
libgstreamer0.10-0_0.10.27-1_amd64.deb
 ab26f938ffc03f117cb9068f92e9401fbd2bc3a08ad1fe5715b9cd3bc4e0c615 1868256 
libgstreamer0.10-0-dbg_0.10.27-1_amd64.deb
 b446c87310d4168bacdc35ee9c8be5895cb4643f6f92eb3aff4b748322c9e6c8 1464288 
libgstreamer0.10-dev_0.10.27-1_amd64.deb
 a1fb47d10330a709e4d78533a1860ae09001d6f0bfc1d4b3b258bd9f25fc0638 540978 
gstreamer0.10-tools_0.10.27-1_amd64.deb
 2035a992122d9191dd43f237823d8fda411aedb097b4173aeec72b2b8727e01d 491646 
gstreamer-tools_0.10.27-1_amd64.deb
 94de4d0874173d16f219de020f268f28efde434e85bf8130d369286a7469ae5f 541504 
gir1.0-gstreamer-0.10_0.10.27-1_amd64.deb
Files: 
 b5e4982f03df9554f24bf9c649e4062d 2041 libs optional gstreamer0.10_0.10.27-1.dsc
 f5ccb66ebe44c23cbc171d572dedf406 4196377 libs optional 
gstreamer0.10_0.10.27.orig.tar.gz
 769ba92f465b1e94d5e51628eee29f4c 39957 libs optional 
gstreamer0.10_0.10.27-1.diff.gz
 210d30a3abe68f53e5e0ce1879d178b0 3823638 doc optional 
gstreamer0.10-doc_0.10.27-1_all.deb
 26d405f264a328c2374ca615a00174dc 1357304 libs optional 
libgstreamer0.10-0_0.10.27-1_amd64.deb
 487a156b1175ef2ee9f507aa9d9143bf 1868256 debug extra 
libgstreamer0.10-0-dbg_0.10.27-1_amd64.deb
 2d8a5b959aa8c82d623d526f775e7568 1464288 libdevel optional 
libgstreamer0.10-dev_0.10.27-1_amd64.deb
 2664c5a0e439a9f04a3afc5687e6ed06 540978 utils optional 
gstreamer0.10-tools_0.10.27-1_amd64.deb
 3a03c7a322a24fc718c38aab32006c43 491646 utils optional 
gstreamer-tools_0.10.27-1_amd64.deb
 431258050a5c731cdb898ff875800f11 541504 libs optional 
gir1.0-gstreamer-0.10_0.10.27-1_amd64.deb

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

iEYEARECAAYFAkuUyNkACgkQBsBdh1vkHyGmXACdErR1Xboot4zOAgagsLMq7LCu
8mwAnAqUQoqdVb7PReOHrmCpDEcm0a65
=pMpH
-END PGP SIGNATURE-


Accepted:
gir1.0-gstreamer-0.10_0.10.27-1_amd64.deb
  to main/g/gstreamer0.10/gir1.0-gstreamer-0.10_0.10.27-1_amd64.deb
gstreamer-tools_0.10.27-1_amd64.deb
  to main/g/gstreamer0.10/gstreamer-tools_0.10.27-1_amd64.deb
gstreamer0.10-doc_0.10.27-1_all.deb
  to main/g/gstreamer0.10/gstreamer0.10-doc_0.10.27-1_all.deb
gstreamer0.10-tools_0.10.27-1_amd64.deb
  to main/g/gstreamer0.10/gstreamer0.10-tools_0.10.27-1_amd64.deb
gstreamer0.10_0.10.27-1.diff.gz
  to main/g/gstreamer0.10/gstreamer0.10_0.10.27-1.diff.gz
gstreamer0.10_0.10.27-1.dsc
  to main/g/gstreamer0.10/gstreamer0.10_0.10.27-1.dsc
gstreamer0.10_0.10.27.orig.tar.gz
  to 

Accepted gst-plugins-base0.10 0.10.27-1 (source all amd64)

2010-03-08 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 09:48:28 +
Source: gst-plugins-base0.10
Binary: gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-base-doc 
libgstreamer-plugins-base0.10-0 libgstreamer-plugins-base0.10-dev 
gstreamer0.10-alsa gstreamer0.10-gnomevfs gstreamer0.10-plugins-base 
gstreamer0.10-plugins-base-dbg gstreamer0.10-x gir1.0-gst-plugins-base-0.10
Architecture: source all amd64
Version: 0.10.27-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gir1.0-gst-plugins-base-0.10 - Description: GObject introspection data for the 
GStreamer Plugins
 gstreamer0.10-alsa - GStreamer plugin for ALSA
 gstreamer0.10-gnomevfs - GStreamer plugin for GnomeVFS
 gstreamer0.10-plugins-base - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-apps - GStreamer helper programs from the base set
 gstreamer0.10-plugins-base-dbg - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-doc - GStreamer documentation for plugins from the 
base set
 gstreamer0.10-x - GStreamer plugins for X11 and Pango
 libgstreamer-plugins-base0.10-0 - GStreamer libraries from the base set
 libgstreamer-plugins-base0.10-dev - GStreamer development files for libraries 
from the base set
Changes: 
 gst-plugins-base0.10 (0.10.27-1) unstable; urgency=low
 .
   * New upstream stable release, No Mistakes Allowed:
 + debian/rules:
   - Build depend on GStreamer = 0.10.27.
   * debian/patches/01_ogg-dirac-parsing.patch:
 + Patch from upstream bugzilla (#611900) to fix parsing
   of Dirac headers inside Ogg files.
Checksums-Sha1: 
 72e61092a026d6664d69e899c089ab9427d0eb58 2729 
gst-plugins-base0.10_0.10.27-1.dsc
 57a09a91a4227e5d3a4acc5086b022d0b3f14a64 3364845 
gst-plugins-base0.10_0.10.27.orig.tar.gz
 adb821b6373f22fa33a98582066c02d69ae1269a 34488 
gst-plugins-base0.10_0.10.27-1.diff.gz
 e5106d17301d99bc058eb3037f246cd713522a1f 461686 
gstreamer0.10-plugins-base-doc_0.10.27-1_all.deb
 10eeb17d59098cd10293282753dda0bf2194fbce 57408 
gstreamer0.10-plugins-base-apps_0.10.27-1_amd64.deb
 d95cd98a3f3336f944a6e757cf870c7485adc3fa 437822 
libgstreamer-plugins-base0.10-0_0.10.27-1_amd64.deb
 82fd4e29cf779155b8a4d54956a3baa64323b52f 196342 
libgstreamer-plugins-base0.10-dev_0.10.27-1_amd64.deb
 a8dda6290a60d629f4e9a962d6e0667bfa830d26 94190 
gstreamer0.10-alsa_0.10.27-1_amd64.deb
 ca598b804a20c8a4b759cf0be77751633bb2bf22 71998 
gstreamer0.10-gnomevfs_0.10.27-1_amd64.deb
 06037b9f23f2ef0f41f3404314f64bc298113481 731512 
gstreamer0.10-plugins-base_0.10.27-1_amd64.deb
 22cb44c4953690d8d59ece6957ecf77c9418c459 2373242 
gstreamer0.10-plugins-base-dbg_0.10.27-1_amd64.deb
 0a4bb804167431a4016c0cb366d83fa35a66daec 139110 
gstreamer0.10-x_0.10.27-1_amd64.deb
 1e3c3a040d3551a02f92d6e633e86e422de82178 97730 
gir1.0-gst-plugins-base-0.10_0.10.27-1_amd64.deb
Checksums-Sha256: 
 72b1cf0b414fa5488a98de516d4e51ed8c53671a859109b903dd441801f70ec6 2729 
gst-plugins-base0.10_0.10.27-1.dsc
 9d192f707fa1667f2a045c3fe10ce32bd1f3664d5b4d76290a40ecc96516375f 3364845 
gst-plugins-base0.10_0.10.27.orig.tar.gz
 795a12853a5e8380c71de8e600394c16172b82f0d4e0d29d2cb0c02a39322e2f 34488 
gst-plugins-base0.10_0.10.27-1.diff.gz
 bd215ed25cd089e33b9975b2e9bf8bcef29e682a69a0ec38d2510663a953d804 461686 
gstreamer0.10-plugins-base-doc_0.10.27-1_all.deb
 0b46615067fe52609b430d8a0e77d16692d0ac82df220cf4bffcd24c7218ef3c 57408 
gstreamer0.10-plugins-base-apps_0.10.27-1_amd64.deb
 462499faa706262d223ae1912a2754c5865c12bd44fd59bfa0b64c2d17581c9b 437822 
libgstreamer-plugins-base0.10-0_0.10.27-1_amd64.deb
 82759628cdf21f6724e4c8674da9cca12593518781cbebe300ef171b18363e8a 196342 
libgstreamer-plugins-base0.10-dev_0.10.27-1_amd64.deb
 270a68682a489e3c9e3137f6c94761c3baeed54858761b1bdafc65b4cef400d1 94190 
gstreamer0.10-alsa_0.10.27-1_amd64.deb
 f223a92996a9005bc6706747d415be3454c8390ffc46e44ed6afbba54f00d06c 71998 
gstreamer0.10-gnomevfs_0.10.27-1_amd64.deb
 51b5b624c98192dd6ca0dee41a1991b4db03edbcf3877fbbd010b4361d1b2595 731512 
gstreamer0.10-plugins-base_0.10.27-1_amd64.deb
 121cf206e20b94205bf3e580339f89cfec1cfb1e6cda297839b8bf210ae0c9bc 2373242 
gstreamer0.10-plugins-base-dbg_0.10.27-1_amd64.deb
 74894ddaed457ac6f778698ef4c929160bf7d99406ac7f266c30c0cb0773afa7 139110 
gstreamer0.10-x_0.10.27-1_amd64.deb
 34c2b789e2da45a5c556508479cda58957f555f62cf7378999d9e160cdd94257 97730 
gir1.0-gst-plugins-base-0.10_0.10.27-1_amd64.deb
Files: 
 8965a5bc23f68672ca530f836c932704 2729 libs optional 
gst-plugins-base0.10_0.10.27-1.dsc
 2528e932b21e3b902d18f52440564936 3364845 libs optional 
gst-plugins-base0.10_0.10.27.orig.tar.gz
 d0d9f54b7bae186d54c5d26eeb2b6a99 34488 libs optional 
gst-plugins-base0.10_0.10.27-1.diff.gz
 20e79d6b548eec0729a16b297770785d 461686 doc optional 
gstreamer0.10-plugins-base-doc_0.10.27-1_all.deb
 1ed3a14ba7878e0e174405c143fe3bc5 57408 utils optional 

Accepted gst-plugins-ugly0.10 0.10.14-1 (source all amd64)

2010-03-08 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 10:04:09 +
Source: gst-plugins-ugly0.10
Binary: gstreamer0.10-plugins-ugly-doc gstreamer0.10-plugins-ugly 
gstreamer0.10-plugins-ugly-dbg
Architecture: source all amd64
Version: 0.10.14-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-plugins-ugly - GStreamer plugins from the ugly set
 gstreamer0.10-plugins-ugly-dbg - GStreamer plugins from the ugly set (debug 
symbols)
 gstreamer0.10-plugins-ugly-doc - GStreamer documentation for plugins from the 
ugly set
Changes: 
 gst-plugins-ugly0.10 (0.10.14-1) unstable; urgency=low
 .
   * New upstream stable release, Run Rabbit.
Checksums-Sha1: 
 4032f8c8960bc18b814577f0aa84281349d74ac9 1751 
gst-plugins-ugly0.10_0.10.14-1.dsc
 89ed101973b3aabf57ef2e3563e0fe9633935bf5 1409811 
gst-plugins-ugly0.10_0.10.14.orig.tar.gz
 366bced9e0006bf9575e20628224062cdffabe98 23899 
gst-plugins-ugly0.10_0.10.14-1.diff.gz
 8514d3eb655f674bcf7040fd05a2b208b59a0a57 73954 
gstreamer0.10-plugins-ugly-doc_0.10.14-1_all.deb
 502ee4d41c28f96d15af385ceff688271df71ba9 340628 
gstreamer0.10-plugins-ugly_0.10.14-1_amd64.deb
 c12d4720ecc29ba972cc4c72a9ab363d5cdd4445 705320 
gstreamer0.10-plugins-ugly-dbg_0.10.14-1_amd64.deb
Checksums-Sha256: 
 a4bae3becf640836427d762b1248e4d6101697ba42534db8f60ea3a136ad4d35 1751 
gst-plugins-ugly0.10_0.10.14-1.dsc
 b76b726d55d5428ec574e645f033693d3824da3fcb0819bea516d4ff00751763 1409811 
gst-plugins-ugly0.10_0.10.14.orig.tar.gz
 80ec7a9012f409bdfc494fe5b1089f5eb6096228a8c1b06eeecc925c47fc4b09 23899 
gst-plugins-ugly0.10_0.10.14-1.diff.gz
 5b47ebaaf7bd05849f7c64e153ac211f00f82465b76ca22d3539106091feca47 73954 
gstreamer0.10-plugins-ugly-doc_0.10.14-1_all.deb
 1c9d10a89f06c2ede0606dc8bc1a7259d6a31451203015a13027c04b4f32926d 340628 
gstreamer0.10-plugins-ugly_0.10.14-1_amd64.deb
 24201c94c896d7bc9a811d1cfbe93a346a7b3ce8de3f9610d56b81d46c33ac1e 705320 
gstreamer0.10-plugins-ugly-dbg_0.10.14-1_amd64.deb
Files: 
 cddb819a482434755ea57f9937befe5b 1751 libs optional 
gst-plugins-ugly0.10_0.10.14-1.dsc
 31d1035879262418d392d79f70f666f7 1409811 libs optional 
gst-plugins-ugly0.10_0.10.14.orig.tar.gz
 c7bdeb7f01b6f794bc3acbd7f0d8d1b5 23899 libs optional 
gst-plugins-ugly0.10_0.10.14-1.diff.gz
 ad7aeae03ce980672c0f376ea9c70a22 73954 doc optional 
gstreamer0.10-plugins-ugly-doc_0.10.14-1_all.deb
 c692ade87c8ca842cfce136cd7fad158 340628 libs optional 
gstreamer0.10-plugins-ugly_0.10.14-1_amd64.deb
 15814dd22f24d4c0a063415ed1896fc1 705320 debug extra 
gstreamer0.10-plugins-ugly-dbg_0.10.14-1_amd64.deb

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

iEYEARECAAYFAkuUzhUACgkQBsBdh1vkHyGP1wCfT2sAbPffWbx0uI1w6DwIxwZ6
C38An1UQeYSgdXqdTzWrE5jycjD1ythG
=XQOa
-END PGP SIGNATURE-


Accepted:
gst-plugins-ugly0.10_0.10.14-1.diff.gz
  to main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.14-1.diff.gz
gst-plugins-ugly0.10_0.10.14-1.dsc
  to main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.14-1.dsc
gst-plugins-ugly0.10_0.10.14.orig.tar.gz
  to main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.14.orig.tar.gz
gstreamer0.10-plugins-ugly-dbg_0.10.14-1_amd64.deb
  to 
main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-dbg_0.10.14-1_amd64.deb
gstreamer0.10-plugins-ugly-doc_0.10.14-1_all.deb
  to 
main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-doc_0.10.14-1_all.deb
gstreamer0.10-plugins-ugly_0.10.14-1_amd64.deb
  to main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly_0.10.14-1_amd64.deb


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



Accepted gstreamer0.10-ffmpeg 0.10.10-1 (source amd64)

2010-03-08 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 10:08:54 +
Source: gstreamer0.10-ffmpeg
Binary: gstreamer0.10-ffmpeg gstreamer0.10-ffmpeg-dbg
Architecture: source amd64
Version: 0.10.10-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-ffmpeg - FFmpeg plugin for GStreamer
 gstreamer0.10-ffmpeg-dbg - FFmpeg plugin for GStreamer (debug symbols)
Changes: 
 gstreamer0.10-ffmpeg (0.10.10-1) unstable; urgency=low
 .
   * New upstream stable release, It's The Bomb.
Checksums-Sha1: 
 066e17f562693851289e64c87f052af74683963b 1725 
gstreamer0.10-ffmpeg_0.10.10-1.dsc
 b35d3f7409ecf885cab6d48cd2755237e30e6d61 4567571 
gstreamer0.10-ffmpeg_0.10.10.orig.tar.gz
 32384e86cdadc0cce5b8da8585b2283a0c66bd09 9241 
gstreamer0.10-ffmpeg_0.10.10-1.diff.gz
 8e9c739cf0f024214fdc7395ca6d072a51e07b9a 166542 
gstreamer0.10-ffmpeg_0.10.10-1_amd64.deb
 24efefc6e0aed375933b65ec15940991d75ad8cd 310524 
gstreamer0.10-ffmpeg-dbg_0.10.10-1_amd64.deb
Checksums-Sha256: 
 d822237a6c89d114d2df1623aa876dfb03e8e291f444d358cae12aa5ca5d4f72 1725 
gstreamer0.10-ffmpeg_0.10.10-1.dsc
 40b2c48d2f219f93201970d23ae1c42f4df1d76ef3a513b98aeb42b47af305dc 4567571 
gstreamer0.10-ffmpeg_0.10.10.orig.tar.gz
 6231b796d5858b19412a78cfe669bd2697a401a6a7cdd211023231748bd3e386 9241 
gstreamer0.10-ffmpeg_0.10.10-1.diff.gz
 a6333d5acc1911187fc89c9b4189bc0addbf6ab866a90471100c4ce1fa10c6f6 166542 
gstreamer0.10-ffmpeg_0.10.10-1_amd64.deb
 d6091d6804e72e5549e2176a384207eca060c0b8fe561bac6fbe2b62ead64551 310524 
gstreamer0.10-ffmpeg-dbg_0.10.10-1_amd64.deb
Files: 
 7464b129ae009e3c111879760a20127e 1725 libs optional 
gstreamer0.10-ffmpeg_0.10.10-1.dsc
 134a34f6b60071f3f03f8d0d01d2 4567571 libs optional 
gstreamer0.10-ffmpeg_0.10.10.orig.tar.gz
 dec2d45b9512a6724efe1353eb5c76e9 9241 libs optional 
gstreamer0.10-ffmpeg_0.10.10-1.diff.gz
 74a9ccba00a4a1a1f4c80e3ee80c0b81 166542 libs optional 
gstreamer0.10-ffmpeg_0.10.10-1_amd64.deb
 b81ddb6c1b41b181fe3a6abb8339d241 310524 debug extra 
gstreamer0.10-ffmpeg-dbg_0.10.10-1_amd64.deb

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

iEYEARECAAYFAkuUzpAACgkQBsBdh1vkHyEnmQCgkIMEwb/CJSf4UqU8BV52+KEp
GvIAnjwENP9Rmnxd667JsjJRLIsRXpiS
=oTWx
-END PGP SIGNATURE-


Accepted:
gstreamer0.10-ffmpeg-dbg_0.10.10-1_amd64.deb
  to main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg-dbg_0.10.10-1_amd64.deb
gstreamer0.10-ffmpeg_0.10.10-1.diff.gz
  to main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.10-1.diff.gz
gstreamer0.10-ffmpeg_0.10.10-1.dsc
  to main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.10-1.dsc
gstreamer0.10-ffmpeg_0.10.10-1_amd64.deb
  to main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.10-1_amd64.deb
gstreamer0.10-ffmpeg_0.10.10.orig.tar.gz
  to main/g/gstreamer0.10-ffmpeg/gstreamer0.10-ffmpeg_0.10.10.orig.tar.gz


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



Accepted linkchecker 5.2-1 (source all amd64)

2010-03-08 Thread Bastian Kleineidam
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 09:26:02 +0100
Source: linkchecker
Binary: linkchecker linkchecker-gui
Architecture: source all amd64
Version: 5.2-1
Distribution: unstable
Urgency: low
Maintainer: Bastian Kleineidam cal...@debian.org
Changed-By: Bastian Kleineidam cal...@debian.org
Description: 
 linkchecker - check websites and HTML documents for broken links
 linkchecker-gui - check websites and HTML documents for broken links (GUI 
client)
Closes: 555414
Changes: 
 linkchecker (5.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Does not install msgfmt.py anymore, since it has been moved out
 of the linkcheck package.
 (Closes: #555414)
   * Standards version 3.8.4.
   * Use new 3.0 (quilt) source package format.
Checksums-Sha1: 
 a725bfa56914c2d5783825d5d61a18bf7b0bfcb6 1170 linkchecker_5.2-1.dsc
 e43cbc904912966dde077037a0f1d39262173e5f 591974 linkchecker_5.2.orig.tar.gz
 160fdee80862b33edb02b132334f1f446377ca96 761 linkchecker_5.2-1.diff.gz
 a083afda2fbd0c7544f626a3bba155de5ad95fe6 65766 linkchecker-gui_5.2-1_all.deb
 24cd6e7b4228963b07c3dc76a0d25430955b5875 357420 linkchecker_5.2-1_amd64.deb
Checksums-Sha256: 
 b3e08a3a9f9bcea062e69afb3e0a3a3c74073e7ce3ed247e78f8cdce74b4a979 1170 
linkchecker_5.2-1.dsc
 f52704617bf87ee8b0126897a23b3bcda5b640ad000cec775e1b28a0143c363e 591974 
linkchecker_5.2.orig.tar.gz
 844eef42366bde5fffc6b2395663b684160e541d0bbdd33f8fef669bb0c72514 761 
linkchecker_5.2-1.diff.gz
 72bf834ebb70bb19e0db4e3e1a1ac4c96cb7652d5c540c793c7991cf3f926229 65766 
linkchecker-gui_5.2-1_all.deb
 ccafbb3b81819cfb6f26f48819334b5d1749579a05af75dfeea56aa3c6c61990 357420 
linkchecker_5.2-1_amd64.deb
Files: 
 963e8b2b5a47f66c622eac77bc09edfa 1170 web optional linkchecker_5.2-1.dsc
 5828094623d0545c26e8fcf5dbc0ee63 591974 web optional 
linkchecker_5.2.orig.tar.gz
 819482a1e4ea779f7daa9742dc129159 761 web optional linkchecker_5.2-1.diff.gz
 081a5bc8bb58535bd3c1f7bc581b951b 65766 web optional 
linkchecker-gui_5.2-1_all.deb
 6df95536ce135382bbbf301d23832ea8 357420 web optional 
linkchecker_5.2-1_amd64.deb

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

iEYEARECAAYFAkuU0pkACgkQeBwlBDLsbz6k1gCfQrNmh7fULe4hgZEedltwKWGL
8WwAniFSXvXpDnfZBLNRg2+57f2niNd2
=GFaA
-END PGP SIGNATURE-


Accepted:
linkchecker-gui_5.2-1_all.deb
  to main/l/linkchecker/linkchecker-gui_5.2-1_all.deb
linkchecker_5.2-1.diff.gz
  to main/l/linkchecker/linkchecker_5.2-1.diff.gz
linkchecker_5.2-1.dsc
  to main/l/linkchecker/linkchecker_5.2-1.dsc
linkchecker_5.2-1_amd64.deb
  to main/l/linkchecker/linkchecker_5.2-1_amd64.deb
linkchecker_5.2.orig.tar.gz
  to main/l/linkchecker/linkchecker_5.2.orig.tar.gz


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



Accepted pinyin-database 1.2.99-3 (source all)

2010-03-08 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 08 Oct 2009 12:11:25 +0800
Source: pinyin-database
Binary: pinyin-database
Architecture: source all
Version: 1.2.99-3
Distribution: unstable
Urgency: low
Maintainer: LI Daobing lidaob...@debian.org
Changed-By: LI Daobing lidaob...@debian.org
Description: 
 pinyin-database - PinYin database used by ibus-pinyin
Changes: 
 pinyin-database (1.2.99-3) unstable; urgency=low
 .
   * provide main.db instead of a source tarball
 - debian/control: build depends on sqlite3
 - debian/rules: updated.
   * compress with bzip2 or lzma
 - debian/control: build depends on lsb-release, pre-depends on dpkg
 - debian/rules: updated.
Checksums-Sha1: 
 2894f45af3f37fca631d0bc625ac59abaa38e7dc 1196 pinyin-database_1.2.99-3.dsc
 8e3f6d1ddb65ee966f4bcd2b66fe371cdb583ad0 1915 pinyin-database_1.2.99-3.diff.gz
 3d6a451cf42e666a7362775afcf97ac147a836a8 19017534 
pinyin-database_1.2.99-3_all.deb
Checksums-Sha256: 
 9b177fbe03790ae00889de7b6b71be827fcc29c36ceebca73b93ef21a3358898 1196 
pinyin-database_1.2.99-3.dsc
 35bc6fcf168b6eacc1f19cead49ef0e039f55c006aad258b1855ec9af13fa20d 1915 
pinyin-database_1.2.99-3.diff.gz
 633113784963542f2baa7cbc61ba2885e8d4707b7108ade9982df9c2a517060b 19017534 
pinyin-database_1.2.99-3_all.deb
Files: 
 b2d62a702f1facb337f0e1e9a1a7ad2f 1196 utils optional 
pinyin-database_1.2.99-3.dsc
 7431ce4e4c7789f5210847a65226abb0 1915 utils optional 
pinyin-database_1.2.99-3.diff.gz
 1ee902e4ca6a5a6793823816ee848711 19017534 utils optional 
pinyin-database_1.2.99-3_all.deb

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

iEYEARECAAYFAkuU24oACgkQ5TUK4GCH0vgRcwCeKZOIpaAIsud+KzjXS8sO7fpp
WmYAn2xWyNwwsyWhrFzc/docgWkpAjzL
=Sksp
-END PGP SIGNATURE-


Accepted:
pinyin-database_1.2.99-3.diff.gz
  to main/p/pinyin-database/pinyin-database_1.2.99-3.diff.gz
pinyin-database_1.2.99-3.dsc
  to main/p/pinyin-database/pinyin-database_1.2.99-3.dsc
pinyin-database_1.2.99-3_all.deb
  to main/p/pinyin-database/pinyin-database_1.2.99-3_all.deb


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



Accepted python-levenshtein 0.10.1-1.1 (source amd64)

2010-03-08 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Mar 2010 11:35:26 +0100
Source: python-levenshtein
Binary: python-levenshtein
Architecture: source amd64
Version: 0.10.1-1.1
Distribution: unstable
Urgency: low
Maintainer: Nicolas FRANCOIS (Nekral) nicolas.franc...@centraliens.net
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-levenshtein - extension for computing string similarities and edit 
distances
Closes: 571507
Changes: 
 python-levenshtein (0.10.1-1.1) unstable; urgency=low
 .
   * Non-maintainer upload, to prepare for Python 2.6 transition
   * debian/rules
 - use '--install-layout=deb' when installing the module; thanks to Jakub
   Wilk for the report; Closes: #571507
   * debian/control
 - bump b-d in python-all-dev to '= 2.5.3-1~', to support install-layout
Checksums-Sha1: 
 625b85966c305f4ca77ba011f1a535c0aff9cff0 1257 python-levenshtein_0.10.1-1.1.dsc
 9cfaef0e3ef2dfed0b6e789102d0136ffe2769ac 4612 
python-levenshtein_0.10.1-1.1.diff.gz
 3d9f58d4e078c3252e118aaaeb059b8716d16fa9 71248 
python-levenshtein_0.10.1-1.1_amd64.deb
Checksums-Sha256: 
 5be749d8e0b266c503e91544b694ade306f092b2b0e1dba451c1ee6a684688b2 1257 
python-levenshtein_0.10.1-1.1.dsc
 dbd3d178269bcf7a7f8c8715b8291c99182036056fdc78e54cd58775897aae18 4612 
python-levenshtein_0.10.1-1.1.diff.gz
 a72df0e46002f5f7192c108ddb59b2868f37b885199c6ab63b326aca5ffe077c 71248 
python-levenshtein_0.10.1-1.1_amd64.deb
Files: 
 118e92b4c730c66913c8d47bb18c7f8e 1257 python optional 
python-levenshtein_0.10.1-1.1.dsc
 b91384f6cfb8d407915fe8e89486157b 4612 python optional 
python-levenshtein_0.10.1-1.1.diff.gz
 761ac4ce0192b333940aabccd6c51f00 71248 python optional 
python-levenshtein_0.10.1-1.1_amd64.deb

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

iEYEARECAAYFAkuLmlYACgkQAukwV0RN2VADUwCfb8W9125hGJcND5WpR+LqJ277
8nwAn2t6I6wa9iiPZeQab32W/SNfyZ1n
=ONkB
-END PGP SIGNATURE-


Accepted:
python-levenshtein_0.10.1-1.1.diff.gz
  to main/p/python-levenshtein/python-levenshtein_0.10.1-1.1.diff.gz
python-levenshtein_0.10.1-1.1.dsc
  to main/p/python-levenshtein/python-levenshtein_0.10.1-1.1.dsc
python-levenshtein_0.10.1-1.1_amd64.deb
  to main/p/python-levenshtein/python-levenshtein_0.10.1-1.1_amd64.deb


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



Accepted cdbs 0.4.69 (source all)

2010-03-08 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 08 Mar 2010 12:13:42 +0100
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.69
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers build-common-hack...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 cdbs   - common build system for Debian packages
Changes: 
 cdbs (0.4.69) unstable; urgency=low
 .
   * Merge recently added copyright-check.mk with utils.mk.
   * Improve copyright-check:
 + Skip check if debian/copyright_hints is missing.
 + Skip check if licensecheck is missing or too old.
 + Drop build-depending on devscripts: now only required in
   DEB_MAINTAINER_MODE (where check fails instead of being skipped).
 + Separate perl part as licensecheck2dep5 script. Fix some warnings.
 + Fix pattern count and related wording.
 + Ensure parsing fails on error.
 + Add space around intro text to emphasize in build logs.
 + Preserve copyright_newhints file only if maintainer-mode fails.
   * Improve debian/control semi-auto-update rule:
 + Rewrite in Perl.
 + Pass build-dependencies through ENV (not expand inside regex) to
   protect against surprises in user-added data.
 + Merge duplicate build-dependencies.
   * Declare build-dependencies recursively expanded ( = not := ) and
 individually (using CDBS_BUILD_DEPENDS_xxx) to allow late override
 and silencing e.g. when a class or rules file is only dash-included.
   * Add new rule upstream-tarball.mk implementing get-orig-source with
 repackaging support.
Checksums-Sha1: 
 de34ccf662947eb117cc3e0c5ebab28b74b72a6c 1256 cdbs_0.4.69.dsc
 a27a0804ee8da596d71a4983805d27f3d31669f9 244115 cdbs_0.4.69.tar.gz
 0f46fb2548e57faebc114b2987e1ca6cb7e25d0f 1071176 cdbs_0.4.69_all.deb
Checksums-Sha256: 
 93656ff3af337f9eedd06663a2b6b1e48210f9ab86c73c0e60bc9dcf431082c6 1256 
cdbs_0.4.69.dsc
 bc32e46631e3226c56a0c1112c112cf9cb4c7aaade0cc9c886bc4a67d10b5ca5 244115 
cdbs_0.4.69.tar.gz
 f8de03b75b0df16b595882a9e63bf7f49e55730aac3bd271432c3d5a8f7b4568 1071176 
cdbs_0.4.69_all.deb
Files: 
 d9fbd36432113ec84fe4d61692708258 1256 devel optional cdbs_0.4.69.dsc
 e9ded2c464da281e9b11c3141508772d 244115 devel optional cdbs_0.4.69.tar.gz
 4a96adc7b6b8332fba71b69e9cfce656 1071176 devel optional cdbs_0.4.69_all.deb

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

iEYEAREDAAYFAkuU4vwACgkQn7DbMsAkQLgvcQCgjMTyZg224nHiMN6WhUcc0BYh
qewAn3WYdX96o5U6pmq0Ezx8NelMNAgQ
=RWHh
-END PGP SIGNATURE-


Accepted:
cdbs_0.4.69.dsc
  to main/c/cdbs/cdbs_0.4.69.dsc
cdbs_0.4.69.tar.gz
  to main/c/cdbs/cdbs_0.4.69.tar.gz
cdbs_0.4.69_all.deb
  to main/c/cdbs/cdbs_0.4.69_all.deb


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



Accepted cdebconf-entropy 0.13 (source i386)

2010-03-08 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 11:42:25 +
Source: cdebconf-entropy
Binary: cdebconf-text-entropy cdebconf-newt-entropy cdebconf-gtk-entropy
Architecture: source i386
Version: 0.13
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-b...@lists.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 cdebconf-gtk-entropy - cdebconf gtk plugin for reading from /dev/random (udeb)
 cdebconf-newt-entropy - cdebconf newt plugin for reading from /dev/random 
(udeb)
 cdebconf-text-entropy - cdebconf text plugin for reading from /dev/random 
(udeb)
Closes: 562294
Changes: 
 cdebconf-entropy (0.13) unstable; urgency=low
 .
   [ Colin Watson ]
   * Upgrade to debhelper v7.
   * Add myself to Uploaders.
 .
   [ Frans Pop ]
   * Add missing build dependency on libdebian-installer4-dev. Closes: #562294.
 .
   [ Updated translations ]
   * Asturian (ast.po) by Marcos Antonio Alvarez Costales
   * Belarusian (be.po) by Pavel Piatruk
   * Bengali (bn.po) by Israt Jahan
   * Danish (da.po) by Ask Hjorth Larsen
   * Esperanto (eo.po) by Felipe Castro
   * Estonian (et.po) by Mattias Põldaru
   * Hindi (hi.po)
   * Italian (it.po) by Milo Casagrande
   * Slovenian (sl.po) by Vanja Cvelbar
   * Simplified Chinese (zh_CN.po) by 苏运强
Checksums-Sha1: 
 9e571e418602b9ec0b2e6e5c16d39a2d6a3a3352 1201 cdebconf-entropy_0.13.dsc
 dc21d7ca8362d9da885b6d51875d1576a86d2a2e 98855 cdebconf-entropy_0.13.tar.gz
 25677f92531e44614889aabce46146c18f27a21e 16028 
cdebconf-text-entropy_0.13_i386.udeb
 a9312850bb9e3079effd1a0866be8e714201f177 16588 
cdebconf-newt-entropy_0.13_i386.udeb
 ddf5e541fdb1c2650cfaae869a1b314316b1b3e1 16194 
cdebconf-gtk-entropy_0.13_i386.udeb
Checksums-Sha256: 
 ca8526ca8ca7535d1e3a85ca22a3822baada570bdeefa6433c76c272a2628295 1201 
cdebconf-entropy_0.13.dsc
 8380bc9405ce859a9cbab32022f37ec17b138c8ac01cdd10e3ce4d761a2e5380 98855 
cdebconf-entropy_0.13.tar.gz
 fd88b841c66dc2346f1195b983be903f28fb57f0eb5edf581b582231fdbc744f 16028 
cdebconf-text-entropy_0.13_i386.udeb
 a21001accd0d341d16ac2ba235ec76a9d62053bb97a9d8bce3d81a3d758a5942 16588 
cdebconf-newt-entropy_0.13_i386.udeb
 852e1aa9f0bf1d957693f24f7ad03927089fc8f62e2edc2f77121a2cb22be6a8 16194 
cdebconf-gtk-entropy_0.13_i386.udeb
Files: 
 8fae4fbc681c9b1ce781c84aef80cdc6 1201 debian-installer extra 
cdebconf-entropy_0.13.dsc
 2893c4ca7e7decd4e2872ac7ff6d6fee 98855 debian-installer extra 
cdebconf-entropy_0.13.tar.gz
 0639de3e5ad9f677371a13204cdfe030 16028 debian-installer extra 
cdebconf-text-entropy_0.13_i386.udeb
 76d45a2babeb15f06c6818da24d46825 16588 debian-installer extra 
cdebconf-newt-entropy_0.13_i386.udeb
 1402bf4037943fff9ef4264b064ea97e 16194 debian-installer extra 
cdebconf-gtk-entropy_0.13_i386.udeb
Package-Type: udeb

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

iD8DBQFLlOOA9t0zAhD6TNERAgrmAKCIWCDTNWQQ2VGPqsF3DRTFEHWzbACdHJtY
ckLfNIodyoqsP5iHSrDMAXY=
=mSA2
-END PGP SIGNATURE-


Accepted:
cdebconf-entropy_0.13.dsc
  to main/c/cdebconf-entropy/cdebconf-entropy_0.13.dsc
cdebconf-entropy_0.13.tar.gz
  to main/c/cdebconf-entropy/cdebconf-entropy_0.13.tar.gz
cdebconf-gtk-entropy_0.13_i386.udeb
  to main/c/cdebconf-entropy/cdebconf-gtk-entropy_0.13_i386.udeb
cdebconf-newt-entropy_0.13_i386.udeb
  to main/c/cdebconf-entropy/cdebconf-newt-entropy_0.13_i386.udeb
cdebconf-text-entropy_0.13_i386.udeb
  to main/c/cdebconf-entropy/cdebconf-text-entropy_0.13_i386.udeb


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



Accepted vpb-driver 4.2.46-1 (source all amd64)

2010-03-08 Thread Ron Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 21:04:09 +1030
Source: vpb-driver
Binary: vpb-driver-source vpb-utils libvpb0 libvpb-dev libvpb-doc libvpb-dbg
Architecture: source all amd64
Version: 4.2.46-1
Distribution: unstable
Urgency: low
Maintainer: Ron Lee r...@debian.org
Changed-By: Ron Lee r...@debian.org
Description: 
 libvpb-dbg - debugging symbols for libvpb and vpb-utils
 libvpb-dev - Voicetronix telephony hardware userspace library development file
 libvpb-doc - Voicetronix telephony interface library documentation
 libvpb0- Voicetronix telephony hardware userspace interface library
 vpb-driver-source - Voicetronix telephony hardware driver source
 vpb-utils  - Voicetronix telephony hardware userspace tools
Changes: 
 vpb-driver (4.2.46-1) unstable; urgency=low
 .
   * Blacklist the misdn netjet driver.  It blindly binds to anything using a
 TigerJet PCI interface chip, and rather than actually probing for the
 hardware it does support, seems to think it can somehow manually blacklist
 the 99.9% of things that use one and that aren't a netjet.  One Day.
 Currently it knows of only two of them, hardcoded into the driver source.
 I'd laugh if this wasn't such a gutwrenchingly spastic thing to myopically
 freeze into a mainline kernel release.
Checksums-Sha1: 
 0ec7bd21a4deb046e980f977fb9a9acfeda59141 1126 vpb-driver_4.2.46-1.dsc
 ba41399d01dd5a45bd9ec7973eae2021e4f13006 690447 vpb-driver_4.2.46.orig.tar.gz
 295d0fcfcf7e9a222a36f5d2431eb940430bda78 13730 vpb-driver_4.2.46-1.diff.gz
 7419dc2da378701c3fad65ec86f454503ffb8940 85474 
vpb-driver-source_4.2.46-1_all.deb
 6daf704baf2be3e33fa6b1a3ab4ab9d8fa75f73f 12084626 libvpb-doc_4.2.46-1_all.deb
 a56d92b2831bd47ee6c2c374e7050ea7b1f9a679 65442 vpb-utils_4.2.46-1_amd64.deb
 0c34d36d7d9e6fa387caf42234ca394843cc603f 197760 libvpb0_4.2.46-1_amd64.deb
 140ac555e5abed1bc32c9a36179dcc53916dbeea 274292 libvpb-dev_4.2.46-1_amd64.deb
 5de230ca847fb98a0145c1c984ee7c7d4e8fbd77 864786 libvpb-dbg_4.2.46-1_amd64.deb
Checksums-Sha256: 
 e30ed93b31f0e99e29cd265650fcdcac9a67d82c4097d7e5aa386e0c35af683c 1126 
vpb-driver_4.2.46-1.dsc
 5d24ac4644864c29bb8abe2970a73e1226e4b6e4f9f1649727348e4ecad7b68e 690447 
vpb-driver_4.2.46.orig.tar.gz
 578e87ac28f9fb0f5fbe7fb03850dcbcbec72ce48e986771f70b358e8649869d 13730 
vpb-driver_4.2.46-1.diff.gz
 9330ac8918aead37f66c78cb8a970d0d98c750dc9c21f4e616f17be15d92db8c 85474 
vpb-driver-source_4.2.46-1_all.deb
 094b2670fe13c58d6c21ccf6670930aed6cb410b58dc4eee1b3247ceb5cf9496 12084626 
libvpb-doc_4.2.46-1_all.deb
 22cd5dd0e29e76bfaa6a3a79da3e223a393963a6118d46970a6be50ba018b41d 65442 
vpb-utils_4.2.46-1_amd64.deb
 a938e957af69532e7f32b1464d453c91279f89d66ef5ad63eec6e153401f36de 197760 
libvpb0_4.2.46-1_amd64.deb
 aa0cef7d18aa5d16ff6755fd3e63b6e28db23d862d3d84b7e616005bc8811993 274292 
libvpb-dev_4.2.46-1_amd64.deb
 854c40e0a88bf4bc86577dcf6d482248015bb153b198b4703da0c7b31f811164 864786 
libvpb-dbg_4.2.46-1_amd64.deb
Files: 
 8145b4e9c67d80deeeadcdef21ec7562 1126 comm optional vpb-driver_4.2.46-1.dsc
 33d1d83da813b7b5221c9ee17a0aba76 690447 comm optional 
vpb-driver_4.2.46.orig.tar.gz
 814e09059b17e4301053efdefefe7807 13730 comm optional 
vpb-driver_4.2.46-1.diff.gz
 59a857ddff2c3d9690e48b3c0aa5a00e 85474 kernel optional 
vpb-driver-source_4.2.46-1_all.deb
 8c30ae74ecd5f9eeb4cc838fad6e04b7 12084626 doc optional 
libvpb-doc_4.2.46-1_all.deb
 ff93615c56884d6ed6b981755411d60c 65442 comm optional 
vpb-utils_4.2.46-1_amd64.deb
 a300f301ea2cc48ac1ada3315c5fc161 197760 libs optional 
libvpb0_4.2.46-1_amd64.deb
 cafcf3840a073ac85d1704c428751a26 274292 libdevel optional 
libvpb-dev_4.2.46-1_amd64.deb
 464722dd51c016dde2290411248a4030 864786 debug extra 
libvpb-dbg_4.2.46-1_amd64.deb

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

iD8DBQFLlOh8p4BCHGgCHOQRAhXOAJ4hCVawcalsoRJxCg9fdfOGmELzPACeLLyt
YtAOl4bA9KAudjhydlYIMvI=
=85cN
-END PGP SIGNATURE-


Accepted:
libvpb-dbg_4.2.46-1_amd64.deb
  to main/v/vpb-driver/libvpb-dbg_4.2.46-1_amd64.deb
libvpb-dev_4.2.46-1_amd64.deb
  to main/v/vpb-driver/libvpb-dev_4.2.46-1_amd64.deb
libvpb-doc_4.2.46-1_all.deb
  to main/v/vpb-driver/libvpb-doc_4.2.46-1_all.deb
libvpb0_4.2.46-1_amd64.deb
  to main/v/vpb-driver/libvpb0_4.2.46-1_amd64.deb
vpb-driver-source_4.2.46-1_all.deb
  to main/v/vpb-driver/vpb-driver-source_4.2.46-1_all.deb
vpb-driver_4.2.46-1.diff.gz
  to main/v/vpb-driver/vpb-driver_4.2.46-1.diff.gz
vpb-driver_4.2.46-1.dsc
  to main/v/vpb-driver/vpb-driver_4.2.46-1.dsc
vpb-driver_4.2.46.orig.tar.gz
  to main/v/vpb-driver/vpb-driver_4.2.46.orig.tar.gz
vpb-utils_4.2.46-1_amd64.deb
  to main/v/vpb-driver/vpb-utils_4.2.46-1_amd64.deb


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



Accepted gpsdrive 2.10~pre4-6.dfsg-5 (source i386 all)

2010-03-08 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 11:23:39 +0100
Source: gpsdrive
Binary: gpsdrive gpsdrive-data gpsdrive-scripts
Architecture: source i386 all
Version: 2.10~pre4-6.dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 gpsdrive   - Car navigation system
 gpsdrive-data - Car navigation system
 gpsdrive-scripts - Various scripts for gpsdrive
Changes: 
 gpsdrive (2.10~pre4-6.dfsg-5) unstable; urgency=low
 .
   * Added 103-no-textquery patch to remove Text::Query use. Removed
 dependency on the libtext-query-perl package.
 Thanks Jonathan Yu.
   * Revised debian/control for a better layout.
   * Vcs-* fields now point the trunk branch.
Checksums-Sha1: 
 1ece50d3e86eebcd2600c9b87d47b4d672df1ea3 1629 gpsdrive_2.10~pre4-6.dfsg-5.dsc
 dacf2201572e175fc69c9afd164c755655f153fe 58180 
gpsdrive_2.10~pre4-6.dfsg-5.diff.gz
 d8727343f897f9f93876394b2a3c37e3697efc08 286990 
gpsdrive_2.10~pre4-6.dfsg-5_i386.deb
 3917626f61125451385af3c65d0a74c5b0f8e6be 2578916 
gpsdrive-data_2.10~pre4-6.dfsg-5_all.deb
 65e3c272809d497d2c9fd1e4581e128dd116deaa 154212 
gpsdrive-scripts_2.10~pre4-6.dfsg-5_all.deb
Checksums-Sha256: 
 71720d9879706e421dab25a303f0735ccf38122e03058f059c30476c608fbd95 1629 
gpsdrive_2.10~pre4-6.dfsg-5.dsc
 e62d69e175a7b5df2173816383da9e0911321f92f5e66c0d8107630c53c73d9b 58180 
gpsdrive_2.10~pre4-6.dfsg-5.diff.gz
 b92493fb23aefc2a6fa3fc83e2bce4bc2132228c03302cae430e7312b883c876 286990 
gpsdrive_2.10~pre4-6.dfsg-5_i386.deb
 801d51c11c33012e06413b76b0a6c819074cd58a4becbf168364d4b234d19443 2578916 
gpsdrive-data_2.10~pre4-6.dfsg-5_all.deb
 90628460d973a3820fd84f2e65aeef8aabf9186405b232d15b490bccda29a019 154212 
gpsdrive-scripts_2.10~pre4-6.dfsg-5_all.deb
Files: 
 2cc365f1a80a8ce75d16e314c14f6315 1629 utils optional 
gpsdrive_2.10~pre4-6.dfsg-5.dsc
 b1d2545b3fd22cac45b421b5cf3dffd6 58180 utils optional 
gpsdrive_2.10~pre4-6.dfsg-5.diff.gz
 b49d0c9846d4815b61448f70d2e015e2 286990 utils optional 
gpsdrive_2.10~pre4-6.dfsg-5_i386.deb
 49473adefcbe968a8666a97e6c3457ea 2578916 utils optional 
gpsdrive-data_2.10~pre4-6.dfsg-5_all.deb
 572c20445456d14633bb3b938c483ce7 154212 utils optional 
gpsdrive-scripts_2.10~pre4-6.dfsg-5_all.deb

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

iEYEARECAAYFAkuU66cACgkQpFNRmenyx0evwgCgkzILvIz2N1Dk6Spt3Ka9QGJY
yz8An2s8RxSOXXg/5ATOSktzPx/PvwXU
=9LiN
-END PGP SIGNATURE-


Accepted:
gpsdrive-data_2.10~pre4-6.dfsg-5_all.deb
  to main/g/gpsdrive/gpsdrive-data_2.10~pre4-6.dfsg-5_all.deb
gpsdrive-scripts_2.10~pre4-6.dfsg-5_all.deb
  to main/g/gpsdrive/gpsdrive-scripts_2.10~pre4-6.dfsg-5_all.deb
gpsdrive_2.10~pre4-6.dfsg-5.diff.gz
  to main/g/gpsdrive/gpsdrive_2.10~pre4-6.dfsg-5.diff.gz
gpsdrive_2.10~pre4-6.dfsg-5.dsc
  to main/g/gpsdrive/gpsdrive_2.10~pre4-6.dfsg-5.dsc
gpsdrive_2.10~pre4-6.dfsg-5_i386.deb
  to main/g/gpsdrive/gpsdrive_2.10~pre4-6.dfsg-5_i386.deb


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



Accepted twisted 10.0.0-1 (source all amd64)

2010-03-08 Thread Free Ekanayaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 12:32:45 +0100
Source: twisted
Binary: python-twisted-core python-twisted-bin python-twisted-bin-dbg 
twisted-doc python-twisted
Architecture: source all amd64
Version: 10.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Free Ekanayaka fr...@debian.org
Description: 
 python-twisted - Event-based framework for internet applications (transitional 
pac
 python-twisted-bin - Event-based framework for internet applications
 python-twisted-bin-dbg - Event-based framework for internet applications 
(debug extension)
 python-twisted-core - Event-based framework for internet applications
 twisted-doc - The official documentation of Twisted
Changes: 
 twisted (10.0.0-1) unstable; urgency=low
 .
   * New upstream version.
   * Add myself as uploader.
   * Bump standards version to 3.8.4
Checksums-Sha1: 
 a0f5cddcc67255ca3e4044b413898a2231bfa2f3 1240 twisted_10.0.0-1.dsc
 7142607c0c812066ff57d6ab95c1d40f1847fdf6 1561829 twisted_10.0.0.orig.tar.gz
 821260b9af9eaab59502c145a3f690a5a10196ac 13790 twisted_10.0.0-1.diff.gz
 5c8fc83346b61bfec6d1fa61e651f54b521145e5 1048582 
python-twisted-core_10.0.0-1_all.deb
 4951d12ccd4e46103ec9d8d8968c97831fa41a2e 536456 twisted-doc_10.0.0-1_all.deb
 2c836d0a376e12b947e2d6e6f24d924850d65331 11134 python-twisted_10.0.0-1_all.deb
 3f584f9472a302cd5ee77de268e72a9afe18e988 36956 
python-twisted-bin_10.0.0-1_amd64.deb
 74861bbc46b4cade3a1b9a6780b49adb69803511 154824 
python-twisted-bin-dbg_10.0.0-1_amd64.deb
Checksums-Sha256: 
 1495534f15a00a6c1ca106d852a77251cdcfebd6e9e7835b4dbbcb2dd9319d4a 1240 
twisted_10.0.0-1.dsc
 8e12d20951c611ddea76a59cf6f8e58ff7cc67d4b416a17b619c83f2f7fc3ec4 1561829 
twisted_10.0.0.orig.tar.gz
 8f3b3d47d9ea0930760b7eeeaa76d1e60b9ee4786eecc3a75f767774f358fc0d 13790 
twisted_10.0.0-1.diff.gz
 33abb72f0e74704b976859d1f9a973863ae9265b982e2ac7466f78b43ae3d79c 1048582 
python-twisted-core_10.0.0-1_all.deb
 6da585ad251da441294482e1bceaa32231068e91f031ed518521038f5b02 536456 
twisted-doc_10.0.0-1_all.deb
 6487d3b4123e1befdff3001d8a5644363dac032b3028357625a6d3ebb19ade39 11134 
python-twisted_10.0.0-1_all.deb
 c9604bac1852c817b0ccf62df1b78ddbc076a1ed822180b28702e424893224ea 36956 
python-twisted-bin_10.0.0-1_amd64.deb
 c1c32d6628c58a1c46b509f1828c07b1901a3037c5f54dca2944c8fa87f4b0a7 154824 
python-twisted-bin-dbg_10.0.0-1_amd64.deb
Files: 
 255ceb79f44fefdf7af7e936fa68235e 1240 python optional twisted_10.0.0-1.dsc
 b6b9c9c10144b63a6bbe247de9c2aef5 1561829 python optional 
twisted_10.0.0.orig.tar.gz
 bc7bfcca1f2f65ad6bf86da231818fee 13790 python optional twisted_10.0.0-1.diff.gz
 78bfcadd655622d22e372a782f0cc49f 1048582 python optional 
python-twisted-core_10.0.0-1_all.deb
 0692587ff9b739d1a88ad726f79814a3 536456 doc extra twisted-doc_10.0.0-1_all.deb
 9348d344a2abc2bebf81dc3ab2ad 11134 python extra 
python-twisted_10.0.0-1_all.deb
 17a881fe56308a493f4d37b7285e180b 36956 python optional 
python-twisted-bin_10.0.0-1_amd64.deb
 54e507da8643f6aa7e83a59cc1e90247 154824 debug extra 
python-twisted-bin-dbg_10.0.0-1_amd64.deb

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

iEYEARECAAYFAkuU6mwACgkQcanJGlcVnlly2gCfeldc9eqzzWM6IyE9TfIC5elG
YqMAoNEcQM8lDTx8Nx061alLg2MgcUAg
=1gU2
-END PGP SIGNATURE-


Accepted:
python-twisted-bin-dbg_10.0.0-1_amd64.deb
  to main/t/twisted/python-twisted-bin-dbg_10.0.0-1_amd64.deb
python-twisted-bin_10.0.0-1_amd64.deb
  to main/t/twisted/python-twisted-bin_10.0.0-1_amd64.deb
python-twisted-core_10.0.0-1_all.deb
  to main/t/twisted/python-twisted-core_10.0.0-1_all.deb
python-twisted_10.0.0-1_all.deb
  to main/t/twisted/python-twisted_10.0.0-1_all.deb
twisted-doc_10.0.0-1_all.deb
  to main/t/twisted/twisted-doc_10.0.0-1_all.deb
twisted_10.0.0-1.diff.gz
  to main/t/twisted/twisted_10.0.0-1.diff.gz
twisted_10.0.0-1.dsc
  to main/t/twisted/twisted_10.0.0-1.dsc
twisted_10.0.0.orig.tar.gz
  to main/t/twisted/twisted_10.0.0.orig.tar.gz


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



Accepted proftpd-dfsg 1.3.2d-2 (source i386 all)

2010-03-08 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 12:33:31 +0100
Source: proftpd-dfsg
Binary: proftpd-basic proftpd-dev proftpd-doc proftpd-mod-mysql 
proftpd-mod-pgsql proftpd-mod-ldap proftpd-mod-odbc proftpd-mod-sqlite
Architecture: source i386 all
Version: 1.3.2d-2
Distribution: unstable
Urgency: low
Maintainer: Francesco Paolo Lovergine fran...@debian.org
Changed-By: Francesco Paolo Lovergine fran...@debian.org
Description: 
 proftpd-basic - Versatile, virtual-hosting FTP daemon - binaries
 proftpd-dev - Versatile, virtual-hosting FTP daemon - development files
 proftpd-doc - Versatile, virtual-hosting FTP daemon - documentation
 proftpd-mod-ldap - Versatile, virtual-hosting FTP daemon - LDAP module
 proftpd-mod-mysql - Versatile, virtual-hosting FTP daemon - MySQL module
 proftpd-mod-odbc - Versatile, virtual-hosting FTP daemon - ODBC module
 proftpd-mod-pgsql - Versatile, virtual-hosting FTP daemon - PostgreSQL module
 proftpd-mod-sqlite - Versatile, virtual-hosting FTP daemon - SQLite3 module
Changes: 
 proftpd-dfsg (1.3.2d-2) unstable; urgency=low
 .
   * Added patch CVE-2009-3736.dpatch to fix embedded liblt 1.5.8 against
 CVE-2009-3736 as in backport for 1.5 liblt branch:
 http://lists.gnu.org/archive/html/libtool/2009-11/msg00065.html.
 Note that proftpd use a specific directory for loading solibs so also
 the unfixed version does not really affect proftpd per se.
   * Added 3337.dpatch to fix better a Limit corner case.
   * Policy bumped to 3.8.4, without changes.
   * Now requires openssl = 0.9.8l-1 to have a working 
AllowClientRenegotiations.
 Renegotiations is disabled in = 0.9.8k-6, but proftpd assumes it works
 in all versions before 0.9.8l.
Checksums-Sha1: 
 8ef49ed97f04ea63cf5e0171999eec6b5a7bbbcb 1396 proftpd-dfsg_1.3.2d-2.dsc
 352c04318d910ccde6ed0b056a2d8c894d0a77ba 96563 proftpd-dfsg_1.3.2d-2.diff.gz
 9ea595b6c9dfb59cacb2c92103799ea2e10ac920 867864 proftpd-basic_1.3.2d-2_i386.deb
 e568f300bae81fe1ba751e4fb6dabafd5c238dd0 601188 proftpd-dev_1.3.2d-2_i386.deb
 a855aff7c158d6191ba50827264ff80f6433d57a 313286 
proftpd-mod-mysql_1.3.2d-2_i386.deb
 2e95485c54bb0379cf707e5f85d2e13ff9d56fc7 313228 
proftpd-mod-pgsql_1.3.2d-2_i386.deb
 31ac2985e6cc944200b99562bc7e18ac977df39e 322404 
proftpd-mod-ldap_1.3.2d-2_i386.deb
 09993876a2d5e6040583b22d0995b6ebb7ce3d98 315166 
proftpd-mod-odbc_1.3.2d-2_i386.deb
 f2c0645a096d46bec189c9e6ac169079267b77b2 313142 
proftpd-mod-sqlite_1.3.2d-2_i386.deb
 9a6a029681ae840de0d665cb8f25a7542864bd57 1417044 proftpd-doc_1.3.2d-2_all.deb
Checksums-Sha256: 
 82d42919d7d7b07a45f538186f8fb5eaa8fc562d697349c16dc25d17416009fe 1396 
proftpd-dfsg_1.3.2d-2.dsc
 f3590b57cbd4685cabeb7b0fc031a079b6a07e0a4c0ed78f4b2720481ffcd8fe 96563 
proftpd-dfsg_1.3.2d-2.diff.gz
 318af142febc3af0dc298f3bdead86e386af096607b5913d82d8a4ddc35e504e 867864 
proftpd-basic_1.3.2d-2_i386.deb
 b730391d35fd02584c083501dc032372d011b55f73824fce70f30f0fdfcf96f5 601188 
proftpd-dev_1.3.2d-2_i386.deb
 92f0a25d37febbed3352c624cd0c42423998edec8db3679e998adccdbaf335ea 313286 
proftpd-mod-mysql_1.3.2d-2_i386.deb
 88e1014185d87002162714bbc287b170c5dc89b6ca63399063f08d0d3eb186ad 313228 
proftpd-mod-pgsql_1.3.2d-2_i386.deb
 6811cf3e175e77bd8618f6074b6e0e0dc6cf85fb760a9305f002395cfd5b78ee 322404 
proftpd-mod-ldap_1.3.2d-2_i386.deb
 7ab6fbcd101ac8b8855531aa610a9e8c72bb74eacd414238f123ec96973a390e 315166 
proftpd-mod-odbc_1.3.2d-2_i386.deb
 073aff911f24f094477640e6a426c3f8480a5eb2eb914fc12cb4b7e5272ba773 313142 
proftpd-mod-sqlite_1.3.2d-2_i386.deb
 f830f3792f134f0345176c490335c41126a6daca3ff09c1ca14c85dd7567a437 1417044 
proftpd-doc_1.3.2d-2_all.deb
Files: 
 6230257c45f792dfc5a95796141928cf 1396 net optional proftpd-dfsg_1.3.2d-2.dsc
 55bc0d4bde52aae6e4ec2726477462e7 96563 net optional 
proftpd-dfsg_1.3.2d-2.diff.gz
 63dfc69a38f2a268eef9ef6e8e774d3d 867864 net optional 
proftpd-basic_1.3.2d-2_i386.deb
 91e4c13d1921e1f4d8366d275ec4f7b3 601188 net optional 
proftpd-dev_1.3.2d-2_i386.deb
 307f007c0f43eef7044cc935f01979b8 313286 net optional 
proftpd-mod-mysql_1.3.2d-2_i386.deb
 954ee0a0ce048487c0c6316fa9757867 313228 net optional 
proftpd-mod-pgsql_1.3.2d-2_i386.deb
 ba277b5a650b907c94f194fabc51bb4c 322404 net optional 
proftpd-mod-ldap_1.3.2d-2_i386.deb
 1abd12ec9b922904a47cca2de3d35ab8 315166 net optional 
proftpd-mod-odbc_1.3.2d-2_i386.deb
 d757dc030c7059de136619566b8f1e28 313142 net optional 
proftpd-mod-sqlite_1.3.2d-2_i386.deb
 7bd44223f6ec0d100c49d0b21915f487 1417044 doc optional 
proftpd-doc_1.3.2d-2_all.deb

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

iEYEARECAAYFAkuU714ACgkQpFNRmenyx0dq7wCdE8I//irdhdBfMBwjmHq+FXl/
CjQAoMW5lhufF2dWTelcM0ClgqQ5pUZy
=46VK
-END PGP SIGNATURE-


Accepted:
proftpd-basic_1.3.2d-2_i386.deb
  to main/p/proftpd-dfsg/proftpd-basic_1.3.2d-2_i386.deb
proftpd-dev_1.3.2d-2_i386.deb
  to main/p/proftpd-dfsg/proftpd-dev_1.3.2d-2_i386.deb
proftpd-dfsg_1.3.2d-2.diff.gz
  to 

Accepted album 4.06-2 (source all)

2010-03-08 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 28 Feb 2010 15:18:23 -0200
Source: album
Binary: album
Architecture: source all
Version: 4.06-2
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Changed-By: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Description: 
 album  - HTML photo album generator with theme support
Changes: 
 album (4.06-2) unstable; urgency=low
 .
   * debian/control:
   - Changed priority from optional to extra to make compliant with previous
 version in Debian repository.
   - Updated Standards-Version field from 3.8.3 to 3.8.4.
   * debian/rules:
   - Added empty targets binary-arch and build to make debian/rules
 compliant with Debian Policy.
Checksums-Sha1: 
 afb12163ae16fa4fb4d0531257482c721d57388b 1131 album_4.06-2.dsc
 841acdfa10179c4b06f0ac47cc063b6e63010851 4925 album_4.06-2.diff.gz
 3a04bbbe5b3ab6fd3849b195e81758240b027780 97736 album_4.06-2_all.deb
Checksums-Sha256: 
 e1bab751b84917d26eaf9d29b2bd15b34dec08fc0657e8d7ab85fe76826d8255 1131 
album_4.06-2.dsc
 b2ec4e7d9adc6e398cf162e0b0f2a80621fe2e30899f43a956280a1c438e07fe 4925 
album_4.06-2.diff.gz
 e2a125eefb5873d315ae921cf04a48d87e7e77d7c19c451d22be5ddf9ca2efff 97736 
album_4.06-2_all.deb
Files: 
 2a587b15b8c34e88207aefb43e43f436 1131 non-free/web extra album_4.06-2.dsc
 8fb88f91f6dd695ce58fdc8055d2e861 4925 non-free/web extra album_4.06-2.diff.gz
 0efe75360d9a17591d9ca229950c0683 97736 non-free/web extra album_4.06-2_all.deb

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

iEYEAREDAAYFAkuU8rcACgkQAQwuptkwlkTd6gCbB0NcfdRhTsPU2QkUWeI3eehT
6BkAnAli2IqE5RMKN3gDzo5tddoeSrj5
=J52R
-END PGP SIGNATURE-


Accepted:
album_4.06-2.diff.gz
  to non-free/a/album/album_4.06-2.diff.gz
album_4.06-2.dsc
  to non-free/a/album/album_4.06-2.dsc
album_4.06-2_all.deb
  to non-free/a/album/album_4.06-2_all.deb


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



Accepted bittwist 1.1-1 (source i386)

2010-03-08 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sat, 27 Feb 2010 21:49:15 -0300
Source: bittwist
Binary: bittwist
Architecture: source i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Changed-By: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Description: 
 bittwist   - libpcap-based Ethernet packet generator
Changes: 
 bittwist (1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Added 02 patch to fix hyfen used as minus signal in manpages.
   * Removed extra blank spaces in debian/{copyright,rules}.
   * Updated debhelper version from 5 to 7.
   * debian/control:
   - Added ${misc:Depends} in Depends field.
   - Changed libpcap0.8-dev to libpcap-dev in Build-Depends.
   - Removed XS from two Vcs lines.
   - Updated information about SVN (Vcs lines).
   - Updated Standards-Version from 3.7.2 to 3.8.4.
   * debian/copyright:
   - Added the copyright word in packaging announce.
   - Changed the point to GPL from /usr/share/common-licenses/GPL to
 /usr/share/common-licenses/GPL-2.
   * debian/rules:
   - Changed from dh_clean -k to dh_prep.
   - Made empty binary-indep target.
   - Removed build redundancy from binary-arch target.
   - Removed binary-indep from binary target.
   * debian/watch: fixed the version check.
Checksums-Sha1: 
 69a6d6de2e81e428b4843a9f598c5a9f2ee5ee69 1159 bittwist_1.1-1.dsc
 ee74c9d9cfc1e02ee11772bb1106d16117d0e45f 45094 bittwist_1.1.orig.tar.gz
 91591d47df72637e2fc28c91096b6fa678de6005 3798 bittwist_1.1-1.diff.gz
 ca94a0d68c15362ecf23dadcdcd855d8c6311bb6 37112 bittwist_1.1-1_i386.deb
Checksums-Sha256: 
 5596a708c870a0358390309dc1b1a5370c526920ae999c7755ad5b812a208ecf 1159 
bittwist_1.1-1.dsc
 3f42f057845c1d1a9c9d10e4e50cf89666f13cdace932f064b25ef47235a8c6e 45094 
bittwist_1.1.orig.tar.gz
 baaaea6268a5300b5255f94b7b6226ab3a4a0bf8414d9301ecea87102cd164bc 3798 
bittwist_1.1-1.diff.gz
 002b554f9602deaebd847715c23efbb680d85df8345965d93681f4503a350c83 37112 
bittwist_1.1-1_i386.deb
Files: 
 02b0c98b691660cf54f4a6250a61044d 1159 net optional bittwist_1.1-1.dsc
 d79f0181c5b1f14707542674fb747fb7 45094 net optional bittwist_1.1.orig.tar.gz
 f020d212d78aee42f3afe6ff7a8b371c 3798 net optional bittwist_1.1-1.diff.gz
 5c935fcd38fc8e717c16aa04a6f4a6ed 37112 net optional bittwist_1.1-1_i386.deb

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

iEYEAREDAAYFAkuU9AoACgkQAQwuptkwlkTK8ACfa2xJgNjTbX3zI3IajtZogqk4
JMUAn2zb54+Cai4cuNdk2cEF74N7ukDZ
=Ep05
-END PGP SIGNATURE-


Accepted:
bittwist_1.1-1.diff.gz
  to main/b/bittwist/bittwist_1.1-1.diff.gz
bittwist_1.1-1.dsc
  to main/b/bittwist/bittwist_1.1-1.dsc
bittwist_1.1-1_i386.deb
  to main/b/bittwist/bittwist_1.1-1_i386.deb
bittwist_1.1.orig.tar.gz
  to main/b/bittwist/bittwist_1.1.orig.tar.gz


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



Accepted cappuccino 0.5.1-2.1 (source all)

2010-03-08 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Mar 2010 13:14:53 +0100
Source: cappuccino
Binary: cappuccino
Architecture: source all
Version: 0.5.1-2.1
Distribution: unstable
Urgency: low
Maintainer: Christian Surchi csur...@debian.org
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 cappuccino - an utility to let your boss think that you're working hard
Closes: 571207
Changes: 
 cappuccino (0.5.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload, to prepare for Python 2.6 transition
   * debian/rules
  - use '--install-layout=deb' when installing; thanks to Jakub Wilk for the
report; Closes: #571207
* debian/control
  - bump b-d on python to '= 2.5.3-1~', to support install-layout
Checksums-Sha1: 
 8123653b6394dc10c5c7cf6c89fac9895cfa584e 1007 cappuccino_0.5.1-2.1.dsc
 4f2fcb3604bc98ff40503d3d4a25519255da479a 948 cappuccino_0.5.1-2.1.diff.gz
 d7974ae9fcafb2516fd0b7932bf191f93980c4b9 140656 cappuccino_0.5.1-2.1_all.deb
Checksums-Sha256: 
 5df4a19113f6fa626f322214877fb2d015e7f0030f99d8096e00adb5b1d83965 1007 
cappuccino_0.5.1-2.1.dsc
 ba6362712b0e6342da075e0e276f41b76993ed5158d9cbcce0fff1b56a2c1fad 948 
cappuccino_0.5.1-2.1.diff.gz
 72c7cee5d9b8dfabf55dc7d88ca5c4c693efc517afd45b96c9e845e3e443a671 140656 
cappuccino_0.5.1-2.1_all.deb
Files: 
 a54db232ea8391afd932d1675699f11a 1007 games optional cappuccino_0.5.1-2.1.dsc
 ba10561470254b5d4ef59c1f9a548137 948 games optional 
cappuccino_0.5.1-2.1.diff.gz
 c60485ba79c0e22b881fc571abdf6ffa 140656 games optional 
cappuccino_0.5.1-2.1_all.deb

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

iEYEARECAAYFAkuLsHAACgkQAukwV0RN2VC96ACfRK1UruMUVCQvZeGiZViATne7
6qkAn1K6k9uj+o3h/5mEpcOPlSN5RZLM
=KxR1
-END PGP SIGNATURE-


Accepted:
cappuccino_0.5.1-2.1.diff.gz
  to main/c/cappuccino/cappuccino_0.5.1-2.1.diff.gz
cappuccino_0.5.1-2.1.dsc
  to main/c/cappuccino/cappuccino_0.5.1-2.1.dsc
cappuccino_0.5.1-2.1_all.deb
  to main/c/cappuccino/cappuccino_0.5.1-2.1_all.deb


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



Accepted openais 1.1.2-1 (source i386)

2010-03-08 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 14:00:22 +0100
Source: openais
Binary: openais openais-dbg libopenais3 libopenais-dev
Architecture: source i386
Version: 1.1.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian HA Maintainers 
debian-ha-maintain...@lists.alioth.debian.org
Changed-By: Guido Günther a...@sigxcpu.org
Description: 
 libopenais-dev - Standards-based cluster framework (developer files)
 libopenais3 - Standards-based cluster framework (libraries)
 openais- Standards-based cluster framework (daemon and modules)
 openais-dbg - Standards-based cluster framework (daemon and modules)
Closes: 573029
Changes: 
 openais (1.1.2-1) unstable; urgency=low
 .
   * [58558f5] Use passive ftp for uscan
   * [8d49e55] Imported Upstream version 1.1.2
   * [29c1bd2] Depend on corosync (Closes: #573029)
Checksums-Sha1: 
 bc1508b4aab8b2f13c858018d663fa756ec9fba2 1294 openais_1.1.2-1.dsc
 fb90a2af29b2fddcbfebe92984bb327ab7dfa226 564219 openais_1.1.2.orig.tar.gz
 db2b9e72205bc8a961a9a6ea2d90233c0f421310 5134 openais_1.1.2-1.diff.gz
 9c802799621f55f37df0dd09bc2dcd3fb5385a0a 285442 openais_1.1.2-1_i386.deb
 7e22a71cc77c4b074db244f944026b4f3b2290f7 600832 openais-dbg_1.1.2-1_i386.deb
 a5714de934d01f4db9607b81bd3ded610f91 154032 libopenais3_1.1.2-1_i386.deb
 e4a0a52556f2b87dcb0b3f5cb60bd541a7c72e26 165710 libopenais-dev_1.1.2-1_i386.deb
Checksums-Sha256: 
 23b3f50c8fabf6484f10bf7e8795edd6898e6fc14e1b8d13d1a486d1b6f38e91 1294 
openais_1.1.2-1.dsc
 7ba87dc480a9dd224fe3a3732c966d6fdf6ec5f192bb184d586afa3703f808f2 564219 
openais_1.1.2.orig.tar.gz
 f2e76aebc53d1199602f7b24b58fa094992e63c730ace79afb632b26f3930bde 5134 
openais_1.1.2-1.diff.gz
 1d1c6eccebc0f4e2ec1692380c9f187e8d9aeb76fce17004ac9f61918c7c1e88 285442 
openais_1.1.2-1_i386.deb
 ba86b081e054968f159897840d1098dbafc28833a850082101ffe6f78110e905 600832 
openais-dbg_1.1.2-1_i386.deb
 ff12b39369c0b098071e19a8dd9066bbed5cec11f60f9f63360335cf38eb86ee 154032 
libopenais3_1.1.2-1_i386.deb
 05ef50691360ee0f44cea4e0d70193540eb78c3047fa454903b5a417ace55835 165710 
libopenais-dev_1.1.2-1_i386.deb
Files: 
 591771af6bfcbeb6669593e527e36f46 1294 admin optional openais_1.1.2-1.dsc
 f94ccb867358ac54ab24bc54def27335 564219 admin optional 
openais_1.1.2.orig.tar.gz
 151fcc30c10ded82f12f2c3d070ceedd 5134 admin optional openais_1.1.2-1.diff.gz
 70f48b803457d5408cbc0399b83547ec 285442 admin optional openais_1.1.2-1_i386.deb
 a76b82501f22e071b95e7e76d6547736 600832 debug extra 
openais-dbg_1.1.2-1_i386.deb
 4d577e2cbba6c82860644634f33d2019 154032 libs optional 
libopenais3_1.1.2-1_i386.deb
 a73fedd29de2afafd13a2756a06f906a 165710 libdevel optional 
libopenais-dev_1.1.2-1_i386.deb

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

iD8DBQFLlPZjn88szT8+ZCYRAuRQAJwIuBtmh0ggHpXbPne2IFMAZvfCqQCcDWoD
4d3P0Sx5Jrv/k2lnACbnpUQ=
=faHi
-END PGP SIGNATURE-


Accepted:
libopenais-dev_1.1.2-1_i386.deb
  to main/o/openais/libopenais-dev_1.1.2-1_i386.deb
libopenais3_1.1.2-1_i386.deb
  to main/o/openais/libopenais3_1.1.2-1_i386.deb
openais-dbg_1.1.2-1_i386.deb
  to main/o/openais/openais-dbg_1.1.2-1_i386.deb
openais_1.1.2-1.diff.gz
  to main/o/openais/openais_1.1.2-1.diff.gz
openais_1.1.2-1.dsc
  to main/o/openais/openais_1.1.2-1.dsc
openais_1.1.2-1_i386.deb
  to main/o/openais/openais_1.1.2-1_i386.deb
openais_1.1.2.orig.tar.gz
  to main/o/openais/openais_1.1.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
Archive: http://lists.debian.org/e1nocvp-0004zu...@ries.debian.org



Accepted hapm 0.7-1 (source i386)

2010-03-08 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Sun, 07 Mar 2010 02:00:27 -0300
Source: hapm
Binary: hapm
Architecture: source i386
Version: 0.7-1
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Changed-By: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Description: 
 hapm   - light and fast high availability port monitor
Changes: 
 hapm (0.7-1) unstable; urgency=low
 .
   * New upstream release.
   * Acknowledge NMU by Barry deFreese. Thanks a lot.
   * Removed all patches. The upstream fixed the source code.
   * Removed some extra blank lines and spaces.
   * Updated debheper version from 5 to 7.
   * debian/control:
   - Added ${misc:Depends} as dependency.
   - Added Homepage field.
   - Added Vcs-* fields.
   - Updated Standards-Version from 3.8.3 to 3.8.4.
   - Removed transitional heartbeat-2 package from Depends and Enhances.
   * debian/copyright:
   - Added the Copyright word in packaging information.
   - Adjusted the license path.
   - Updated packaging date.
   * debian/docs:
   - Removed AUTHORS file.
   * debian/rules:
   - Changed from dh_clean -k to dh_prep in target install.
   - Made empty binary-indep target.
   - Removed binary-indep from binary target.
   - Removed call to build in binary-arch target to avoid a recall of
 that target.
   - Removed useless dh_link.
   - Removed duplicated install target.
Checksums-Sha1: 
 75bc44377f248dd80e81156e2d1b5a625059cc44 1094 hapm_0.7-1.dsc
 da9d074bcaa6f5b8eb583afff1c379aaebb3c7eb 13230 hapm_0.7.orig.tar.gz
 91280ce3bbf7ee6ccb1a88b4ce4dd947ec70fae1 2464 hapm_0.7-1.diff.gz
 2cb6fc3e0b81a8f2b19689e32d60c805c738a513 10258 hapm_0.7-1_i386.deb
Checksums-Sha256: 
 e378d0cbe277d8596152ef0ecc9d991bdc2047231bf14e8c4e47ccf8cbfa3a09 1094 
hapm_0.7-1.dsc
 16d88949f44a6d5f26a8c018991f20d660a7d29a4297f084943c80ca3a595a35 13230 
hapm_0.7.orig.tar.gz
 2cf47dc333281e5ad1493d02afa1b1dc22bf91bcc800684eef750aa77e8a940f 2464 
hapm_0.7-1.diff.gz
 200f063d46e43b7c32c11b9644643fe6b1052d7611c7665a2bad94adcda8242f 10258 
hapm_0.7-1_i386.deb
Files: 
 3f8b41d06edb3592b8a4cb8a90b212b8 1094 admin optional hapm_0.7-1.dsc
 3f3b054c1391b18f7419fc4786daa324 13230 admin optional hapm_0.7.orig.tar.gz
 704e32e89976c9346efc6821c84716a4 2464 admin optional hapm_0.7-1.diff.gz
 c55036e0b1e367f98db6bb4ccdd0fb20 10258 admin optional hapm_0.7-1_i386.deb

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

iEYEAREDAAYFAkuU+jYACgkQAQwuptkwlkQVvACgi6Ch3l2nbqVbcvCxc5/JGT2a
uwsAnjTkxqHAHe25DOmgTV8jB+bKyT5r
=LHCb
-END PGP SIGNATURE-


Accepted:
hapm_0.7-1.diff.gz
  to main/h/hapm/hapm_0.7-1.diff.gz
hapm_0.7-1.dsc
  to main/h/hapm/hapm_0.7-1.dsc
hapm_0.7-1_i386.deb
  to main/h/hapm/hapm_0.7-1_i386.deb
hapm_0.7.orig.tar.gz
  to main/h/hapm/hapm_0.7.orig.tar.gz


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



Accepted merkaartor 0.15.2-1 (source amd64)

2010-03-08 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 13:46:07 +0100
Source: merkaartor
Binary: merkaartor
Architecture: source amd64
Version: 0.15.2-1
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 merkaartor - map editor for OpenStreetMap.org
Changes: 
 merkaartor (0.15.2-1) unstable; urgency=low
 .
   * [230e355d] Merge branch 'upstream'
 Updating to upstream release 0.15.2.
Checksums-Sha1: 
 e513bd351ec4ff7ab72c67c985f6b4b3e42d72ae 1303 merkaartor_0.15.2-1.dsc
 16f20ab9f5e424f43ec98fde826f1da2433665d2 5061697 merkaartor_0.15.2.orig.tar.gz
 60e655d5f2e08d45e3972dce6d59068f6362d918 19071 merkaartor_0.15.2-1.diff.gz
 a0af9d68740e5cdb9270d2e9b67510c18244306a 2911528 merkaartor_0.15.2-1_amd64.deb
Checksums-Sha256: 
 bd6143264f1511297cddd5189924657e6490b97a8fe1b60490916d36c92ab806 1303 
merkaartor_0.15.2-1.dsc
 4aea70ae3660edff9d6d2495eaa2eeafe781ea648ef0e28df0e72b51b46b84df 5061697 
merkaartor_0.15.2.orig.tar.gz
 f199aa663ed3b0f5aaae1952e3a95e66afb16c791dcbb487db82feed95cc326b 19071 
merkaartor_0.15.2-1.diff.gz
 16ddaba546c46e2d7fdfc832ac1b87ea065239e4b145bfd2ecfae60910bfb23a 2911528 
merkaartor_0.15.2-1_amd64.deb
Files: 
 f79febe4f89e051b1ac5bd906ce2c46e 1303 science extra merkaartor_0.15.2-1.dsc
 9694ff5de2d49515838d77bfc2d7c384 5061697 science extra 
merkaartor_0.15.2.orig.tar.gz
 4dc1cbc33e8789a03ce483606915c65c 19071 science extra 
merkaartor_0.15.2-1.diff.gz
 7f33781c1fc61fd6f6ff673682087129 2911528 science extra 
merkaartor_0.15.2-1_amd64.deb

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

iEYEARECAAYFAkuU9UgACgkQBnqtBMk7/3n/sQCZAQIQ2SMKHDZF6SJg+jgWD/eu
PhUAniBOK5jzU58fCDoAMqShiPonzvAf
=LOdk
-END PGP SIGNATURE-


Accepted:
merkaartor_0.15.2-1.diff.gz
  to main/m/merkaartor/merkaartor_0.15.2-1.diff.gz
merkaartor_0.15.2-1.dsc
  to main/m/merkaartor/merkaartor_0.15.2-1.dsc
merkaartor_0.15.2-1_amd64.deb
  to main/m/merkaartor/merkaartor_0.15.2-1_amd64.deb
merkaartor_0.15.2.orig.tar.gz
  to main/m/merkaartor/merkaartor_0.15.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
Archive: http://lists.debian.org/e1nod4m-00060y...@ries.debian.org



Accepted mp3diags 1.0.04.049-1 (source i386 all)

2010-03-08 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 14:14:20 +0100
Source: mp3diags
Binary: mp3diags mp3diags-doc
Architecture: source i386 all
Version: 1.0.04.049-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia quadris...@ubuntu.com
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 mp3diags   - find issues in MP3 files and help to solve them
 mp3diags-doc - MP3 Diags documentation
Changes: 
 mp3diags (1.0.04.049-1) unstable; urgency=low
 .
   * New upstream bugfix release.
   * Bump Standards.
Checksums-Sha1: 
 c27db87d30aa13b9b96bc107e138a1bf9a1a4f77 1158 mp3diags_1.0.04.049-1.dsc
 e2f6703cbe870fb86075ea851277ebf41b55773b 2786191 
mp3diags_1.0.04.049.orig.tar.gz
 5996bc03e263727efa98c9826297e636b0c7e37f 5391 mp3diags_1.0.04.049-1.diff.gz
 188a95c231cfd103bd9c4466f55560bbb3564cc6 1516598 mp3diags_1.0.04.049-1_i386.deb
 03a70c76a415564dcb22d87e4b4b8a66dd357e2b 1801932 
mp3diags-doc_1.0.04.049-1_all.deb
Checksums-Sha256: 
 cbf7b1a4512f99f13d3e7d6ddcdac04791a75218230f06ca39b61324b6fd 1158 
mp3diags_1.0.04.049-1.dsc
 6f3ba657bd79482b909b6eb034b9e524885438f25cfae1d59221bb5c807138fc 2786191 
mp3diags_1.0.04.049.orig.tar.gz
 1afa06317895e4604e2945da4f41e5e597b640d3d0239bbd7fbd6306c3c322bc 5391 
mp3diags_1.0.04.049-1.diff.gz
 1984866406dea4dbc9623794e96b6118e041594426eea2b52bca2e5e9136d711 1516598 
mp3diags_1.0.04.049-1_i386.deb
 e3c2f569325404d4348a2dab8e9a10add336d5e7684e2e5001a5014a4cdcff13 1801932 
mp3diags-doc_1.0.04.049-1_all.deb
Files: 
 d66108d01c032e54c884175816d3a988 1158 sound optional mp3diags_1.0.04.049-1.dsc
 8348787de9bfe9ffd1b755292f9332eb 2786191 sound optional 
mp3diags_1.0.04.049.orig.tar.gz
 93d04a4270adb8ff8d53396fa21a1ee2 5391 sound optional 
mp3diags_1.0.04.049-1.diff.gz
 e1cc89f6e205d0a12f9a2cd2df50e63d 1516598 sound optional 
mp3diags_1.0.04.049-1_i386.deb
 ddb32bde5951c8e88b0fffad123135e9 1801932 doc optional 
mp3diags-doc_1.0.04.049-1_all.deb

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

iEYEARECAAYFAkuU+mQACgkQRdSMfNz8P9DH4gCcC6ZTBLbtL1anj+Mb1GJLcNx6
9wUAnjmddZ7quB93qcysa2DRd6fq2YB1
=H32e
-END PGP SIGNATURE-


Accepted:
mp3diags-doc_1.0.04.049-1_all.deb
  to main/m/mp3diags/mp3diags-doc_1.0.04.049-1_all.deb
mp3diags_1.0.04.049-1.diff.gz
  to main/m/mp3diags/mp3diags_1.0.04.049-1.diff.gz
mp3diags_1.0.04.049-1.dsc
  to main/m/mp3diags/mp3diags_1.0.04.049-1.dsc
mp3diags_1.0.04.049-1_i386.deb
  to main/m/mp3diags/mp3diags_1.0.04.049-1_i386.deb
mp3diags_1.0.04.049.orig.tar.gz
  to main/m/mp3diags/mp3diags_1.0.04.049.orig.tar.gz


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



Accepted cryptsetup 2:1.1.0-1 (source amd64)

2010-03-08 Thread Jonas Meurer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Mar 2010 14:15:35 +0100
Source: cryptsetup
Binary: cryptsetup cryptsetup-udeb libcryptsetup1 libcryptsetup-dev
Architecture: source amd64
Version: 2:1.1.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian Cryptsetup Team 
pkg-cryptsetup-de...@lists.alioth.debian.org
Changed-By: Jonas Meurer m...@debian.org
Description: 
 cryptsetup - configures encrypted block devices
 cryptsetup-udeb - configures encrypted block devices (udeb)
 libcryptsetup-dev - libcryptsetup development files
 libcryptsetup1 - libcryptsetup shared library
Closes: 557329 557405 559184 559510 560034 563162 563975 570418 572463
Changes: 
 cryptsetup (2:1.1.0-1) unstable; urgency=low
 .
   * NOT RELEASED YET
   * new upstream stable release (1.1.0), notable changes since rc2:
 - default key size for LUKS changed from 128 to 256 bits
 - default plain mode changed to aes-cbc-essiv:sha256
 - key slot and key diggest iteration minimum set to 1000
 - convert hash name to lower case in header
   * update patch 02_manpage
   * add more supported filesystems to passdev.c, isofs-iso9660. thanks to
 Christoph Anton Mitterer. (closes: #557405)
   * update to standards-version 3.8.4, no changes needed
   * accept spaces in $opts at postinst script. (closes: #559184)
   * set extended $PATH in cryptdisks.functions. thanks to christoph anton
 mitterer. (closes: #557329)
   * fix huge initramfs for archs which don't have kernel/arch directory.
 thanks to martin michlmayr for bugreport and patch. (closes: #559510)
   * support commandline options to mkfs in luksformat. thanks to eduard
 bloch for bugreport and patch. (closes: #563975)
   * extend error messages for evms setup in cryptroot-script
   * add 03_luksAddKey.patch, to not verify unlocking passphrase in luksAddKey
 command. (closes: #570418)
   * add 04_crypto_init.patch, to properly initialise crypto backend in header
 backup/restore commands.
   * change build-dependency on cvs to new autopoint package (closes: #572463)
   * rename decrypt_gpg keyscript to decrypt_gnupg, improve it based on ideas
 by Christoph Anton Mitterer, mention the keyscript rename in NEWS.Debian.
 Also, provide a initramfs cryptgnupg hook script. Thanks to Christoph
 Anton Mitterer for bugreport and ideas. (closes: #560034)
   * check for root privileges with '/usr/bin/id -u' in init scripts and
 cryptdisks_{start|stop}. (closes: #563162)
Checksums-Sha1: 
 8fe4a3f4f5157ef64148a78c9618446f40066ca4 1823 cryptsetup_1.1.0-1.dsc
 398dbd8af0b5aa815a4366bb2dac996154952046 546062 cryptsetup_1.1.0.orig.tar.gz
 4193aef3b645cbde70f56413fb685153fd31ec50 69714 cryptsetup_1.1.0-1.diff.gz
 4f3148ac213586cbd3f703ef26dfa4c42979c8fd 392226 cryptsetup_1.1.0-1_amd64.deb
 719a49c24e184858e9abe401e8d3ad78fd05407a 296130 
cryptsetup-udeb_1.1.0-1_amd64.udeb
 c28490e35e584161f346572597b3f1ff314f4672 72432 libcryptsetup1_1.1.0-1_amd64.deb
 595137e85cfce04e70affad41fed31c624fb7141 82734 
libcryptsetup-dev_1.1.0-1_amd64.deb
Checksums-Sha256: 
 7028f96775328a57e324506cc05768c7453e3fe5035f4ce3c8e7f03b491621fa 1823 
cryptsetup_1.1.0-1.dsc
 c278da68e916802497baebd60dcf34a9645cf2b525ab7a537dd9964d63aaf439 546062 
cryptsetup_1.1.0.orig.tar.gz
 5a3794d1e6e483c495d67c6d61154d1f4d7e2a83cad3f400af6aa60d6770b55a 69714 
cryptsetup_1.1.0-1.diff.gz
 efc7c985913255ba806f4268f7aa559db151bbd7f74d1ddb44da53e60dce8cbb 392226 
cryptsetup_1.1.0-1_amd64.deb
 d1ebb84760caa3fd611490935a575a558ab7ac153ffcb6ecd6f0d8633738 296130 
cryptsetup-udeb_1.1.0-1_amd64.udeb
 7787cbcdb03edb5805d7ba2b5f3fd6efbbeda426cd6448aba383221885c59b99 72432 
libcryptsetup1_1.1.0-1_amd64.deb
 0aea4f76626ec84c70ea226a761a91698bf35ad371c8711d0679e2b8fc69689d 82734 
libcryptsetup-dev_1.1.0-1_amd64.deb
Files: 
 57a6f22a209f7b7b7fae16b4763bf0e2 1823 admin optional cryptsetup_1.1.0-1.dsc
 a7b8f54f7c9f41633a8d61aaa209186e 546062 admin optional 
cryptsetup_1.1.0.orig.tar.gz
 d59c69d8e32b177cdc30f1958c09799b 69714 admin optional 
cryptsetup_1.1.0-1.diff.gz
 55a45afbed543f2cba41a6342d6d2e16 392226 admin optional 
cryptsetup_1.1.0-1_amd64.deb
 591d86280c2041c2f2b12c448e27f28b 296130 debian-installer optional 
cryptsetup-udeb_1.1.0-1_amd64.udeb
 ab66a2469ca56c27868ee34aaa5e3b12 72432 libs optional 
libcryptsetup1_1.1.0-1_amd64.deb
 7799157a368e1c9be478d5bbcb427252 82734 libdevel optional 
libcryptsetup-dev_1.1.0-1_amd64.deb
Package-Type: udeb

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

iQEcBAEBCAAGBQJLlPkXAAoJEHUY1PcOVR4zf+MH+gN/k2TGS7FS/OtQVLGw1u8H
5ZXrjml0LvWxC6zJW7R2niOTL47zAYH11NwFoHYqc7ru23NBLhTFZioHOkg6/6uz
f2PT1/rTxSVaX2wcdr2znoMo7b9S3mvno15LmBc5z60NWXIS+zTjrTp5mSa8J8L0
Z9LbeHpItdhi3IVGL2cpKL4mKbUXwylu73zvZBjl1Ny9oG+J2iufQeVJUqQBJbzZ
QDOZM1xORCaZ+xhn9au23PZgdiPH6Z/PJbuCY+UndCR/20ndNj/vrPx2MpP7x4Qx
nOzLV/5tjU1Qjj3GDJ+7CQNngV8L3r1NSsXoOU5IVp1v1ZHxZhDv9FSixsrf8XU=
=KlmA
-END PGP SIGNATURE-


Accepted:

Accepted binutils 2.20.1-1 (source all i386)

2010-03-08 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 04:47:46 +0100
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all i386
Version: 2.20.1-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - The GNU assembler, linker and binary utilities
 binutils-dev - The GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - The (experimental) GNU gold linker utility
 binutils-hppa64 - The GNU assembler, linker and binary utilities targeted for 
hppa6
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - The GNU assembler, linker and binary utilities (source)
 binutils-spu - The GNU assembler, linker and binary utilities targeted for 
spu-e
Closes: 571522
Changes: 
 binutils (2.20.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Don't set has_ifunc_symbols if the symbol comes from a shared library
 (backport from the trunk).
   * Don't include documentation files in the -cross packages.
 Closes: #571522. LP: #514509.
   * Fix typo in ld documentation. LP: #497923.
   * Add readelf --unwind support for ARM.
Checksums-Sha1: 
 236b7c87f58bc222811c6c2f72c08e4345c499cb 1313 binutils_2.20.1-1.dsc
 d4428deccc9d1d170929a820d04f5d90a1b524ac 23314299 binutils_2.20.1.orig.tar.gz
 d927d3e9172ee134771af0d0dfd117e06be7862e 70480 binutils_2.20.1-1.diff.gz
 f74bc474237c06145fcd1e1e9498eb788b9b0009 547788 binutils-doc_2.20.1-1_all.deb
 eb1ed8059119b76a685530f48b66615819f17942 16264894 
binutils-source_2.20.1-1_all.deb
 033821c6c5b3e0b2dcb68b8c4f00ed09e72a98de 3249406 binutils_2.20.1-1_i386.deb
 cf8a6d494cb2085c3ffd9222f96939fee8d93d06 3457462 binutils-dev_2.20.1-1_i386.deb
 896ee9048e39cf3d91c45c6d62798e2c279247a3 1988488 
binutils-multiarch_2.20.1-1_i386.deb
 3c4b697101f6f90e03faa410d5bc51a70b8e35de 566464 binutils-gold_2.20.1-1_i386.deb
Checksums-Sha256: 
 b283ae8160355ce521c57735b16a74b8ee855494ec1ca9d7bd68037514d6b500 1313 
binutils_2.20.1-1.dsc
 6bf9d2f70c43656d0a2b5da36bad2691f8b3d3a3635d88fefed57350a3fe729d 23314299 
binutils_2.20.1.orig.tar.gz
 fdf20e60e2607a723a914bfc4603839a0f74175bc79f3b13734abf25bc8d9b64 70480 
binutils_2.20.1-1.diff.gz
 1b24bd2117bca9252dd8d37ceecfd5eb5a6299cc65068578002dc02170f0c2b1 547788 
binutils-doc_2.20.1-1_all.deb
 0297c185ee9fc589f1c114f17000f525173c7e6b93ed966f9a2b92faaff501d6 16264894 
binutils-source_2.20.1-1_all.deb
 51be67fdd983041a861d98373b807d266b19ec1ba541e7ebf584454f515421ad 3249406 
binutils_2.20.1-1_i386.deb
 7e5053c153fa4d7b4693fab75c46c7186ca592d374cd01d7e9c28349e41bbba1 3457462 
binutils-dev_2.20.1-1_i386.deb
 274c2c6c37a0b9c078561f357439285c13ed2c894b679ac766f94c9d873e5b3e 1988488 
binutils-multiarch_2.20.1-1_i386.deb
 4efde4719e3429d4315e072b01094d1ac7ba36130ab8b6ddf930c7df6ab5f965 566464 
binutils-gold_2.20.1-1_i386.deb
Files: 
 7c14be6ac858469e7cde2487e9291f5b 1313 devel optional binutils_2.20.1-1.dsc
 eccf0f9bc62864b29329e3302c88a228 23314299 devel optional 
binutils_2.20.1.orig.tar.gz
 272a2cc3dbb61fcf82acd205698f30e4 70480 devel optional binutils_2.20.1-1.diff.gz
 433b43ad6e0837f84d8d79ebc99dec71 547788 doc optional 
binutils-doc_2.20.1-1_all.deb
 daaf614be9b2e341c216cf22e2adad44 16264894 devel optional 
binutils-source_2.20.1-1_all.deb
 84968b0bfdebfaa0477b554c18d35dd5 3249406 devel optional 
binutils_2.20.1-1_i386.deb
 e2841c13f106b920dd5e5b43e9148aab 3457462 devel extra 
binutils-dev_2.20.1-1_i386.deb
 a9fa26d5e8a4fd4eafa7d5d678a98fd4 1988488 devel extra 
binutils-multiarch_2.20.1-1_i386.deb
 3e419dd435354c5d44dae2b2f075f1be 566464 devel extra 
binutils-gold_2.20.1-1_i386.deb

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

iEYEARECAAYFAkuU/hcACgkQStlRaw+TLJw3QQCfU3o6Cj4ECK+jK7P12R+hEJ4j
7DIAn0+2wKw5F8pFrw9SxIyDb3qTIKyR
=1QuJ
-END PGP SIGNATURE-


Accepted:
binutils-dev_2.20.1-1_i386.deb
  to main/b/binutils/binutils-dev_2.20.1-1_i386.deb
binutils-doc_2.20.1-1_all.deb
  to main/b/binutils/binutils-doc_2.20.1-1_all.deb
binutils-gold_2.20.1-1_i386.deb
  to main/b/binutils/binutils-gold_2.20.1-1_i386.deb
binutils-multiarch_2.20.1-1_i386.deb
  to main/b/binutils/binutils-multiarch_2.20.1-1_i386.deb
binutils-source_2.20.1-1_all.deb
  to main/b/binutils/binutils-source_2.20.1-1_all.deb
binutils_2.20.1-1.diff.gz
  to main/b/binutils/binutils_2.20.1-1.diff.gz
binutils_2.20.1-1.dsc
  to main/b/binutils/binutils_2.20.1-1.dsc
binutils_2.20.1-1_i386.deb
  to main/b/binutils/binutils_2.20.1-1_i386.deb
binutils_2.20.1.orig.tar.gz
  to main/b/binutils/binutils_2.20.1.orig.tar.gz


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

Accepted dh-make-perl 0.65 (source all)

2010-03-08 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Mar 2010 15:55:22 +0200
Source: dh-make-perl
Binary: dh-make-perl
Architecture: source all
Version: 0.65
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Damyan Ivanov d...@debian.org
Description: 
 dh-make-perl - helper for creating Debian packages from perl modules
Closes: 550137 572278
Changes: 
 dh-make-perl (0.65) unstable; urgency=low
 .
   * in --refresh mode, overwrite the backups of the modified files under
 debian/
 Closes: #550137 -- debian/* files may disturb package generation process
   * in --make mode, rename any existing debian/ directory to debian.bak/,
 overwriting the later if it exists
   * when looking for docs, ignore .svn/ too
   * do not crash when APT's package cache cannot be opened
   * explain reasons when bumping build-dependencies on debhelper/quilt/etc
   * fix build-system detection when Module::Build::Compat is in play
   * package_already_exists: fix a 'Can't modify non-lvalue subroutine call'
 warning. Thanks to Jozef Kutej for the report and the patch.
   * overrides mechanism deprecated
   * create WNPP cache dir on cache store.
 Closes: 572278. Thanks to Daniel Kahn Gillmor.
   * obsolete using double-dashes in front of commands
   * debian/rules no longer overwritten on refresh if it seems to be using
 dh7-tiny style
   * code reorganization:
 + handling of each command now implemented as a separate module
 + debian/rules manipulation separated in Debian::Rules
Checksums-Sha1: 
 f3b745d5ce912852f9b0ad34316fbc57acbece30 2566 dh-make-perl_0.65.dsc
 478e22674ba60e4bf0a5adcb9404422589faa679 111599 dh-make-perl_0.65.tar.gz
 7fb7458827155a773ac05ff834b00109e209dc05 144932 dh-make-perl_0.65_all.deb
Checksums-Sha256: 
 0f9e0c10cb817255de1ef8b134885c0beddc50c2ff2608a7af523ce960f8c39d 2566 
dh-make-perl_0.65.dsc
 0e2f1feafe100ab6e99525a1e22bfe99de4126f65de4441902acb0f7e98363f6 111599 
dh-make-perl_0.65.tar.gz
 de445b6e518678454f4017befd1b3932a23139e6d24ad5b68e715b40e66adf25 144932 
dh-make-perl_0.65_all.deb
Files: 
 5b194886d53fdb3c3d06f7a508143f55 2566 perl optional dh-make-perl_0.65.dsc
 ed4b75407dd23dd9c797ab83433681e9 111599 perl optional dh-make-perl_0.65.tar.gz
 a37d15631257853737ec6ee135b5eedc 144932 perl optional dh-make-perl_0.65_all.deb

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

iQIcBAEBCAAGBQJLlQH+AAoJEOQbTFV/DYC+0ZgQAJgNGRY0Fn/bs1oQJyS/ev8Y
gxfXTE+lV7UpxY3ABXkQI3c2KVyEJeiUl9fkI9UClQq6NF6Jfyl4n1tWbiMtpGOU
YUEOjyso6oPx6JGw0S9zJjXaSMycBxpSBZzxqW150NF4Ow4dJU7p8zUeRes3vgWT
sETrBHSk9jVV7+2IcWl0VpDioKb91eLLgfXAvlI8ASGCxgJgpiAoEf9Cq8xck5da
YE6eZuRsd4SQ+MTX3U0AOMwhGkrMAT8leDul2bIqY0dVh+Gsz+IRle3m7ZhFPMsw
Kadgtg5/jG2C3JXXiiU7aOshcns8dOnWct8d+dim4NwGge9OZU2HTuFq1GwSMpMl
GgAiQB19hO1IKPJQTOgrVpOERLxsY4SJJiyTF3sLz5MN/kGAbvW7ZtvxzL+EYI1s
uzzRq+HOWIMrpuvX9hTYDtTbs0CwvO1g9YraV5iehpLPyfuNy325iMHCNt84UNJx
ppznbmlhuU5bKZ0SWj0xwo5mf/HNy32L9EY19N+/aBp0Xp1egzFmDCirj3Krm2OP
bfmVCksMIEMzeYpuEZLc9m9fBBjsf0+Fdisr70FcCzRnSRvXhbwCc9vcTYQiKzSw
f3OR/JhdfOP/k8a/KJ+xmF4GtZ2onzQ68jdhgO8TnnzyApMc4Mx1p1anvwMxkdYY
RA+n3wUBTICZDl4tB2Mo
=Npo3
-END PGP SIGNATURE-


Accepted:
dh-make-perl_0.65.dsc
  to main/d/dh-make-perl/dh-make-perl_0.65.dsc
dh-make-perl_0.65.tar.gz
  to main/d/dh-make-perl/dh-make-perl_0.65.tar.gz
dh-make-perl_0.65_all.deb
  to main/d/dh-make-perl/dh-make-perl_0.65_all.deb


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



Accepted hlbr 1.7.2-2 (source i386)

2010-03-08 Thread Joao Eriberto Mota Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 08 Mar 2010 10:50:36 -0300
Source: hlbr
Binary: hlbr
Architecture: source i386
Version: 1.7.2-2
Distribution: unstable
Urgency: low
Maintainer: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Changed-By: Joao Eriberto Mota Filho eribe...@eriberto.pro.br
Description: 
 hlbr   - IPS that runs over layer 2 (no TCP/IP stack required)
Changes: 
 hlbr (1.7.2-2) unstable; urgency=low
 .
   * debian/control:
   - Added hlbrw in Suggests field.
Checksums-Sha1: 
 20d83425a6cfecfc0e603c4e9af6d9fde92cf855 1193 hlbr_1.7.2-2.dsc
 a728d278599d6ea288a34b59a51d8e207dc46cb1 4538 hlbr_1.7.2-2.diff.gz
 db5b3b16163ed13a513c94da8da0c9393811f319 82526 hlbr_1.7.2-2_i386.deb
Checksums-Sha256: 
 822ab0c9bd8728c83d08da017df7730ac13862226336c0004d45a9bcfece1af8 1193 
hlbr_1.7.2-2.dsc
 fe9e23ccd441944fe334dcb61c0c1272fbca0dda1630c920f28731f5d5304344 4538 
hlbr_1.7.2-2.diff.gz
 9e69c15a8909db9afe78f4673d5f96f4ebc5d176d4d14c90570ec984f612b22b 82526 
hlbr_1.7.2-2_i386.deb
Files: 
 39a502efa448f8525e879abd9a7b3e6b 1193 net optional hlbr_1.7.2-2.dsc
 9751526e417e17bde51ffb388a39cfcf 4538 net optional hlbr_1.7.2-2.diff.gz
 59668f1884f2fbb6ec5c93eedf2fa1bf 82526 net optional hlbr_1.7.2-2_i386.deb

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

iEYEAREDAAYFAkuVCOIACgkQAQwuptkwlkRWiACeLRa3toHml8W9yFV+d45vA/SC
4I8AniiWzDNiK3c5qCvyeuAP0m+AUK/3
=BAO7
-END PGP SIGNATURE-


Accepted:
hlbr_1.7.2-2.diff.gz
  to main/h/hlbr/hlbr_1.7.2-2.diff.gz
hlbr_1.7.2-2.dsc
  to main/h/hlbr/hlbr_1.7.2-2.dsc
hlbr_1.7.2-2_i386.deb
  to main/h/hlbr/hlbr_1.7.2-2_i386.deb


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



Accepted music123 16.2-1 (source amd64)

2010-03-08 Thread Xavier Grave
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon,  8 Mar 2010 10:54:20 +0100
Source: music123
Binary: music123
Architecture: source amd64
Version: 16.2-1
Distribution: experimental
Urgency: low
Maintainer: Xavier Grave xavier.gr...@ipno.in2p3.fr
Changed-By: Xavier Grave xavier.gr...@ipno.in2p3.fr
Description: 
 music123   - A command-line shell for sound-file players
Closes: 239769
Changes: 
 music123 (16.2-1) experimental; urgency=low
 .
   * New upstream version.
 - use Ada.Containers.Vectors
   use temporary file list for the sort before appending
   files in a directory
 Closes: #239769.
Checksums-Sha1: 
 26a4e18428718763d74242b230b1149c408dffb1 1177 music123_16.2-1.dsc
 9a181c32cdd125d2c2ee07a8890d585f1395680c 15176 music123_16.2.orig.tar.gz
 3ead657b350a3fa7ad237c6695f1b979b4456fd8 5470 music123_16.2-1.diff.gz
 b2028a634ccc0bfb4971065bd29c9fbc3f98fc87 71220 music123_16.2-1_amd64.deb
Checksums-Sha256: 
 00e227171f48393dae603b5558a511ed89662c2cba4652fef3abd7cac0ebe1b3 1177 
music123_16.2-1.dsc
 a66d171586809fac6172813c399dbce03667c8f6c79a8cd80fcc2e7cf6681739 15176 
music123_16.2.orig.tar.gz
 9e280da27c754b3eade4bf6c1efde8b9381dadab527235213b446bca6bfd95b7 5470 
music123_16.2-1.diff.gz
 f38fe34d465cf5f19d0a9a640b249987cfaafda711718f90d99d1657f46c9147 71220 
music123_16.2-1_amd64.deb
Files: 
 75cc3d848dd874731f8ec4543a4de195 1177 sound optional music123_16.2-1.dsc
 edd3633580e259d6e21099347004cca5 15176 sound optional music123_16.2.orig.tar.gz
 5351ff6db2b1f908cd38d1090fb136b8 5470 sound optional music123_16.2-1.diff.gz
 2a46a95862c5c9ce0b28701b9fc387de 71220 sound optional music123_16.2-1_amd64.deb

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

iEYEARECAAYFAkuU+ZEACgkQVIZi0A5BZF4fRwCgpzt2Jk/67cuekEMZIpLDyMTB
KFMAnAks07V6NoMxknYmsBHcod5Pcz6A
=E5+p
-END PGP SIGNATURE-


Accepted:
music123_16.2-1.diff.gz
  to main/m/music123/music123_16.2-1.diff.gz
music123_16.2-1.dsc
  to main/m/music123/music123_16.2-1.dsc
music123_16.2-1_amd64.deb
  to main/m/music123/music123_16.2-1_amd64.deb
music123_16.2.orig.tar.gz
  to main/m/music123/music123_16.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
Archive: http://lists.debian.org/e1nofbc-zj...@ries.debian.org



Accepted parted 1.8.8.git.2009.07.19-6 (source i386 all)

2010-03-08 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 13:37:49 +
Source: parted
Binary: parted parted-udeb libparted1.8-12 libparted1.8-udeb libparted1.8-i18n 
libparted1.8-dev libparted1.8-dbg parted-doc
Architecture: source i386 all
Version: 1.8.8.git.2009.07.19-6
Distribution: unstable
Urgency: medium
Maintainer: Parted Maintainer Team parted-maintain...@lists.alioth.debian.org
Changed-By: Colin Watson cjwat...@debian.org
Description: 
 libparted1.8-12 - The GNU Parted disk partitioning shared library
 libparted1.8-dbg - The GNU Parted disk partitioning library debug development 
files
 libparted1.8-dev - The GNU Parted disk partitioning library development files
 libparted1.8-i18n - The GNU Parted disk partitioning library i18n support
 libparted1.8-udeb - The GNU Parted disk partitioning shared library (udeb)
 parted - The GNU Parted disk partition resizing program
 parted-doc - The GNU Parted disk partition resizing program documentation
 parted-udeb - Manually partition a hard drive (parted) (udeb)
Changes: 
 parted (1.8.8.git.2009.07.19-6) unstable; urgency=medium
 .
   * Version libparted[012] conflicts/replaces in preparation for
 upstream-maintained sonames in 2.2 and newer.
Checksums-Sha1: 
 ed96ceff42b1be283abfac33605a51a0d9fbae1c 1818 parted_1.8.8.git.2009.07.19-6.dsc
 be4ac20632ff157f993990ce29c19b21ea14d286 224588 
parted_1.8.8.git.2009.07.19-6.diff.gz
 e9856d03e511dc7e4738c160d24cce0bff3b2e64 59704 
parted_1.8.8.git.2009.07.19-6_i386.deb
 186f3e32942c29f24c9eaf63deaa8e506cf7dc8b 26938 
parted-udeb_1.8.8.git.2009.07.19-6_i386.udeb
 1e76c010b15a6676aa190669a05c0bc913e40022 215270 
libparted1.8-12_1.8.8.git.2009.07.19-6_i386.deb
 1dd9f6145ccf253f3474eb15e3d3aff3834750a2 173132 
libparted1.8-udeb_1.8.8.git.2009.07.19-6_i386.udeb
 7aaa64ee64e821b5f1879282c21ce26d201cfaac 279584 
libparted1.8-dev_1.8.8.git.2009.07.19-6_i386.deb
 097c903546e74a515a8b23d857cccda8cc94106b 794790 
libparted1.8-dbg_1.8.8.git.2009.07.19-6_i386.deb
 b72c4920b02b6a7927be87a3e684cd380bec5142 429732 
libparted1.8-i18n_1.8.8.git.2009.07.19-6_all.deb
 3bba22c573f1008d7b9097dd95a7ddc84bc5e56f 84376 
parted-doc_1.8.8.git.2009.07.19-6_all.deb
Checksums-Sha256: 
 8d89e014dbf3d54f2a90e966cf0e803c6848e8bc4a7ea8ffcb2fc3b3e2abf693 1818 
parted_1.8.8.git.2009.07.19-6.dsc
 adcba0547e2aa07b964fc80043614b57cd1c6e7db5de017b07105f61a1ed83d1 224588 
parted_1.8.8.git.2009.07.19-6.diff.gz
 fec88776c6ccac2018bd96c87db1c7152d15d4145f5358a8c43757d37ab29c9e 59704 
parted_1.8.8.git.2009.07.19-6_i386.deb
 d87a3b2c2392c62e8d66431f354e15a185082d812c76058ffa03843a355d207d 26938 
parted-udeb_1.8.8.git.2009.07.19-6_i386.udeb
 2daac981c8269724ba76c9dd28f82e7e5d358a1ca28ebb709726b3b02216a1bf 215270 
libparted1.8-12_1.8.8.git.2009.07.19-6_i386.deb
 4f4a675b15b21d5b896f620b391845d6fbd48a742d6890928ebadd5f7117a0d7 173132 
libparted1.8-udeb_1.8.8.git.2009.07.19-6_i386.udeb
 8a12b60292405a7ad07c76bd117e4da832e0f26e67d75cc489b0366a4f873915 279584 
libparted1.8-dev_1.8.8.git.2009.07.19-6_i386.deb
 b83b928b0314cb22fc576400126678691293c6d5f603a7e91eb986fa1c456aa3 794790 
libparted1.8-dbg_1.8.8.git.2009.07.19-6_i386.deb
 a4215bfca7b27574e9a18626491911cfa0cc5a257983c960324a09915c032db2 429732 
libparted1.8-i18n_1.8.8.git.2009.07.19-6_all.deb
 4f79018a8ad3d9f33a1285911249acc464c4a53c61f47a042ce1ad0c4f0d818a 84376 
parted-doc_1.8.8.git.2009.07.19-6_all.deb
Files: 
 fb08a32cb0c1a642dbc81b5fc29fc25d 1818 admin optional 
parted_1.8.8.git.2009.07.19-6.dsc
 8a68805abd3b731ade402527eb541ff7 224588 admin optional 
parted_1.8.8.git.2009.07.19-6.diff.gz
 23878e9a05fc92820621e67e967209f6 59704 admin optional 
parted_1.8.8.git.2009.07.19-6_i386.deb
 40bd8654d664183622939a368d2d0e99 26938 debian-installer extra 
parted-udeb_1.8.8.git.2009.07.19-6_i386.udeb
 ab68c2bb1d43836c0570bdc08e2a4d54 215270 libs optional 
libparted1.8-12_1.8.8.git.2009.07.19-6_i386.deb
 1309ade8abae336aa9a779e6746800f2 173132 debian-installer extra 
libparted1.8-udeb_1.8.8.git.2009.07.19-6_i386.udeb
 1fb8feefe1b1deee4ef8a8d4e474d203 279584 libdevel optional 
libparted1.8-dev_1.8.8.git.2009.07.19-6_i386.deb
 64ec70b37c2420befc93e482fcdac095 794790 debug extra 
libparted1.8-dbg_1.8.8.git.2009.07.19-6_i386.deb
 ec852561c2ce8ace40fc774e4150ecd1 429732 localization optional 
libparted1.8-i18n_1.8.8.git.2009.07.19-6_all.deb
 4d81b59a5c453a830eada800e5db5c37 84376 doc optional 
parted-doc_1.8.8.git.2009.07.19-6_all.deb
Package-Type: udeb

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

iD8DBQFLlP8/9t0zAhD6TNERApdvAJ4xiknNoWWI9QzZ0jOyKjrrZDqCzgCfUtO3
HL3iSygkwGe4HyWt/OlVjUg=
=8HxV
-END PGP SIGNATURE-


Accepted:
libparted1.8-12_1.8.8.git.2009.07.19-6_i386.deb
  to main/p/parted/libparted1.8-12_1.8.8.git.2009.07.19-6_i386.deb
libparted1.8-dbg_1.8.8.git.2009.07.19-6_i386.deb
  to main/p/parted/libparted1.8-dbg_1.8.8.git.2009.07.19-6_i386.deb

Accepted phpmyadmin 4:3.3.0-1 (source all)

2010-03-08 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 15:25:00 +0100
Source: phpmyadmin
Binary: phpmyadmin
Architecture: source all
Version: 4:3.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst th...@debian.org
Changed-By: Michal Čihař ni...@debian.org
Description: 
 phpmyadmin - MySQL web administration tool
Changes: 
 phpmyadmin (4:3.3.0-1) unstable; urgency=low
 .
   * New upstream version.
   * Rediff debian/patches.
   * Fix permissions on mediawiki export extension.
Checksums-Sha1: 
 4922c5dc34f487149f6756a9d8a2c52c6c9769b4 1225 phpmyadmin_3.3.0-1.dsc
 8bae68d8b1576b2274503d7bac78b507354da041 4702141 phpmyadmin_3.3.0.orig.tar.gz
 7d93be90b9f4e29c36b8ad2b22d8d837df3c952d 41826 phpmyadmin_3.3.0-1.debian.tar.gz
 334f1dba1d415deabc685c7616f4df393c544294 4300464 phpmyadmin_3.3.0-1_all.deb
Checksums-Sha256: 
 3739ec2b8ad09367bb97843f396c81ad28c82dc2edc46b0182e2003ac25434a6 1225 
phpmyadmin_3.3.0-1.dsc
 eb88a3047d73379cfc040558ade269544cec94da6eb83f9bc8921c3dde28cd2a 4702141 
phpmyadmin_3.3.0.orig.tar.gz
 9229954268a26be3d40feff2e8363a944c304a1979ad54cc852b71e8d419ba8e 41826 
phpmyadmin_3.3.0-1.debian.tar.gz
 823a736091dc443592d2466bfc206df3277693aff55c32a84ec7296e81dfb108 4300464 
phpmyadmin_3.3.0-1_all.deb
Files: 
 3c5197a6927c827f5f63983070adea5b 1225 web extra phpmyadmin_3.3.0-1.dsc
 3eb1c0aea0067d5ae05131030cba 4702141 web extra phpmyadmin_3.3.0.orig.tar.gz
 ee1bbdd9d691a31887901c8839ef8aaa 41826 web extra 
phpmyadmin_3.3.0-1.debian.tar.gz
 0dd416bdad33208c14bae386a62953d5 4300464 web extra phpmyadmin_3.3.0-1_all.deb

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

iEYEARECAAYFAkuVCS8ACgkQ3DVS6DbnVgTPHQCfWzDgB5wXjkpSE3PvHntKD4pa
3awAoMlUYyCvaEO8BlNupZ6QeHxpMAW+
=pjP1
-END PGP SIGNATURE-


Accepted:
phpmyadmin_3.3.0-1.debian.tar.gz
  to main/p/phpmyadmin/phpmyadmin_3.3.0-1.debian.tar.gz
phpmyadmin_3.3.0-1.dsc
  to main/p/phpmyadmin/phpmyadmin_3.3.0-1.dsc
phpmyadmin_3.3.0-1_all.deb
  to main/p/phpmyadmin/phpmyadmin_3.3.0-1_all.deb
phpmyadmin_3.3.0.orig.tar.gz
  to main/p/phpmyadmin/phpmyadmin_3.3.0.orig.tar.gz


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



Accepted simple-scan 0.9.6-1 (source i386)

2010-03-08 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 14:58:35 +0100
Source: simple-scan
Binary: simple-scan
Architecture: source i386
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Alessio Treglia quadris...@ubuntu.com
Changed-By: Alessio Treglia quadris...@ubuntu.com
Description: 
 simple-scan - Simple Scanning Utility
Changes: 
 simple-scan (0.9.6-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules: Call autoreconf before calling the configure script.
   * Bump versioned build-dep on debhelper.
   * Remove 99_autotools.patch.
   * Build-Depends on gnome-common.
Checksums-Sha1: 
 961ee20c1f9f4008d9e8ab496836a99013699510 1243 simple-scan_0.9.6-1.dsc
 2e246a3af0828778527bbabd7979111228eef062 241491 simple-scan_0.9.6.orig.tar.gz
 c6fa1afef418092267b57f39b87ee67d696a9473 2924 simple-scan_0.9.6-1.diff.gz
 0f3c81005e2ae74e674df26aa86449a8cb84a601 121082 simple-scan_0.9.6-1_i386.deb
Checksums-Sha256: 
 400468be3ae603b905ff542169c0dd88e55f5fd65b6bfe5d326b5193b89d9131 1243 
simple-scan_0.9.6-1.dsc
 f37ed16ae3e0d4c65bde1b191de849aca03a7bf5529f645d526df8a39644d30c 241491 
simple-scan_0.9.6.orig.tar.gz
 cb25ceb1536b8087c1746957a049b6014bae3658fbe69229e0fcc861b1a7dd32 2924 
simple-scan_0.9.6-1.diff.gz
 d4604a34b8f574679c5771fe0251ea3cdf1f90384d15de9dd6535083b508f706 121082 
simple-scan_0.9.6-1_i386.deb
Files: 
 087ea8c89ac127df9dd2778dcc7d120a 1243 gnome optional simple-scan_0.9.6-1.dsc
 b9d5f1cb5720fa0407514116bc6295cc 241491 gnome optional 
simple-scan_0.9.6.orig.tar.gz
 20c1d123f753c4dbba514158679d3173 2924 gnome optional 
simple-scan_0.9.6-1.diff.gz
 1a9e815f61f5328e7db23850cf511041 121082 gnome optional 
simple-scan_0.9.6-1_i386.deb

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

iEYEARECAAYFAkuVB1EACgkQRdSMfNz8P9CragCfYcOY1KrVrRPIU7ABzfMOGRZR
SU4Anj7b5k+BIXEYFckudrVShx6WineN
=Py+T
-END PGP SIGNATURE-


Accepted:
simple-scan_0.9.6-1.diff.gz
  to main/s/simple-scan/simple-scan_0.9.6-1.diff.gz
simple-scan_0.9.6-1.dsc
  to main/s/simple-scan/simple-scan_0.9.6-1.dsc
simple-scan_0.9.6-1_i386.deb
  to main/s/simple-scan/simple-scan_0.9.6-1_i386.deb
simple-scan_0.9.6.orig.tar.gz
  to main/s/simple-scan/simple-scan_0.9.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
Archive: http://lists.debian.org/e1noff3-00018p...@ries.debian.org



Accepted mz 0.39-1 (source amd64)

2010-03-08 Thread Cristian Greco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 03:19:59 +0100
Source: mz
Binary: mz
Architecture: source amd64
Version: 0.39-1
Distribution: unstable
Urgency: high
Maintainer: Cristian Greco crist...@regolo.cc
Changed-By: Cristian Greco crist...@regolo.cc
Description: 
 mz - versatile packet creation and network traffic generation tool
Closes: 572363
Changes: 
 mz (0.39-1) unstable; urgency=high
 .
   * New upstream version.
 - fixes 100% cpu consumption bug, setting urgency=high because
   this is an RC bug (Closes: #572363).
   * Convert package to 3.0 (quilt) source format.
   * debian/control:
 - add build-dep on libcli-dev.
 - bump up standards-version to 3.8.4 (no changes).
 - new maintainer email address.
 - adding DM-Upload-Allowed, thanks to my sponsor Michal Čihař.
   * debian/rules: stop excluding README from being compressed.
   * debian/mz.doc-base: add doc-base registration file.
   * fix_manpages.patch: new patch, fix hyphen-used-as-minus-sign
 and another error in manpages.
Checksums-Sha1: 
 b264d70b17328557c7c471bc139116209226c267 1150 mz_0.39-1.dsc
 5fde7132c98e76ae83c10c7fcc0a796749b770ba 217430 mz_0.39.orig.tar.gz
 c40c1751e3c5f57fa20022b49bcf27adedded2f3 4083 mz_0.39-1.debian.tar.gz
 b0573f3e5d7b304a1669fa31aab3fbd2689e4e9d 170564 mz_0.39-1_amd64.deb
Checksums-Sha256: 
 2ee8d63305e9ca8b6fddd94711a69794d8153a84a4f8d8a7110fdeec87930c73 1150 
mz_0.39-1.dsc
 2227a99f1427ba92f547b76140c54f94644a4ee48cdaed8e629b5e7ac59032c3 217430 
mz_0.39.orig.tar.gz
 aca9784ba34ccb090ab0cf0d5b63d39abfdfc22357f482c49b1742ec42ac3e1f 4083 
mz_0.39-1.debian.tar.gz
 3ed03fb1720a8a92b7fa1251172370fc9a0def3a49d0f2314ebf8a510ea01947 170564 
mz_0.39-1_amd64.deb
Files: 
 08d9affef1be25ee50e0e55a60e6538a 1150 net optional mz_0.39-1.dsc
 b0ffc5dab78880e7f9187fa21e6fa63f 217430 net optional mz_0.39.orig.tar.gz
 6c4ea90d47d006099f5e94268e9ddc47 4083 net optional mz_0.39-1.debian.tar.gz
 ffc1ef8a5dd5037ae69acd8376677662 170564 net optional mz_0.39-1_amd64.deb

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

iEYEARECAAYFAkuVGh0ACgkQ3DVS6DbnVgRIzACcCehsUuhu4ICc7reYHXTjeQoy
+c8An1iWnN1mHfB2pd4qgpileIEJLMvK
=EcdU
-END PGP SIGNATURE-


Accepted:
mz_0.39-1.debian.tar.gz
  to main/m/mz/mz_0.39-1.debian.tar.gz
mz_0.39-1.dsc
  to main/m/mz/mz_0.39-1.dsc
mz_0.39-1_amd64.deb
  to main/m/mz/mz_0.39-1_amd64.deb
mz_0.39.orig.tar.gz
  to main/m/mz/mz_0.39.orig.tar.gz


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



Accepted uclibc 0.9.30.2-1 (source all)

2010-03-08 Thread Simon Richter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 16:34:07 +0100
Source: uclibc
Binary: uclibc-source libuclibc-dev libuclibc-pic uclibc0.9.30.2 
uclibc32-0.9.30.2 uclibc64-0.9.30.2 uclibc0.9.30.2-multilib libc0.9.30.2uc 
lib32c0.9.30.2uc lib64c0.9.30.2uc libm0.9.30.2uc lib32m0.9.30.2uc 
lib64m0.9.30.2uc
Architecture: source all
Version: 0.9.30.2-1
Distribution: unstable
Urgency: low
Maintainer: Simon Richter s...@debian.org
Changed-By: Simon Richter s...@debian.org
Description: 
 lib32c0.9.30.2uc - Small C library implementation - 32 bit C library
 lib32m0.9.30.2uc - Small C library implementation - C library
 lib64c0.9.30.2uc - Small C library implementation - 64 bit C library
 lib64m0.9.30.2uc - Small C library implementation - C library
 libc0.9.30.2uc - Small C library implementation - C library
 libm0.9.30.2uc - Small C library implementation - C library
 libuclibc-dev - Small C library implementation - development files
 libuclibc-pic - Small C library implementation - PIC static library
 uclibc-source - Small C library implementation - source
 uclibc0.9.30.2 - Small C library implementation - runtime libraries
 uclibc0.9.30.2-multilib - Small C library implementation - non-standard 
runtime libraries
 uclibc32-0.9.30.2 - Small C library implementation - 32 bit runtime libraries
 uclibc64-0.9.30.2 - Small C library implementation - 64 bit runtime libraries
Changes: 
 uclibc (0.9.30.2-1) unstable; urgency=low
 .
   * New upstream release
Checksums-Sha1: 
 6b699e2455281e22d548b31544f1322741620eeb 1341 uclibc_0.9.30.2-1.dsc
 a956b1c37e3163c961dad7fdf96b6d4c7e176d1f 2288491 uclibc_0.9.30.2.orig.tar.bz2
 deb5c4fd93fe0678861421fbcdb586567055733a 27520 uclibc_0.9.30.2-1.debian.tar.gz
 654c1ddbc9468c359c5049ee8436aec543e73938 2348782 
uclibc-source_0.9.30.2-1_all.deb
Checksums-Sha256: 
 22d17b9f95cd7a4a73eb84346f639d01504524247da1559cce16734708d60129 1341 
uclibc_0.9.30.2-1.dsc
 ab6e92c91e2f8fad182d3b624b87d6cbf53072678d8fc31ad73e6abd3c852473 2288491 
uclibc_0.9.30.2.orig.tar.bz2
 6016c17315bb9f30a6b8de4f2355ba6abc0bcfd98060a0dc650034d38cdac521 27520 
uclibc_0.9.30.2-1.debian.tar.gz
 6866f34ffbdebbcfa40c23725af7deb7bb670fa5143f6b1f1ec4ddab89a5c598 2348782 
uclibc-source_0.9.30.2-1_all.deb
Files: 
 8ec814afe3049ac9b5f4d54c03ac6f3c 1341 libs extra uclibc_0.9.30.2-1.dsc
 e759ec855500082ac3e671dd6cacfdb0 2288491 libs extra 
uclibc_0.9.30.2.orig.tar.bz2
 1edd4e2afcd25c839c1de67fcec3e5ce 27520 libs extra 
uclibc_0.9.30.2-1.debian.tar.gz
 f62bd7992ead5ec6062441bc59254f03 2348782 devel extra 
uclibc-source_0.9.30.2-1_all.deb

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

iJwEAQECAAYFAkuVHCgACgkQ0sfeulffv7uOKAP+LpLswgqZq6s6SETsAds8ieX+
9bAncDqNC/Ct00OivXCYM9xIvq9pFAJnb7TTs7wgcwJY1DGJoNN7i8uBeQfU9F64
XvsPuOqhVfqZvQsPx33cV2gBkCNDK9mOMy8j6a+edCjdydLKn34Ub/vlg3+AZgnC
iR4M0wBL8TMac4S0voo=
=jxza
-END PGP SIGNATURE-


Accepted:
uclibc-source_0.9.30.2-1_all.deb
  to main/u/uclibc/uclibc-source_0.9.30.2-1_all.deb
uclibc_0.9.30.2-1.debian.tar.gz
  to main/u/uclibc/uclibc_0.9.30.2-1.debian.tar.gz
uclibc_0.9.30.2-1.dsc
  to main/u/uclibc/uclibc_0.9.30.2-1.dsc
uclibc_0.9.30.2.orig.tar.bz2
  to main/u/uclibc/uclibc_0.9.30.2.orig.tar.bz2


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



Accepted swap-cwm 1.2.1-4.1 (source all)

2010-03-08 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 01 Mar 2010 15:58:28 +0100
Source: swap-cwm
Binary: python-swap swap-cwm
Architecture: source all
Version: 1.2.1-4.1
Distribution: unstable
Urgency: low
Maintainer: Jonas Smedegaard d...@jones.dk
Changed-By: Sandro Tosi mo...@debian.org
Description: 
 python-swap - Semantic Web Area for Play
 swap-cwm   - RDF/XML and RDF/N3 semantic web data processor
Closes: 571512
Changes: 
 swap-cwm (1.2.1-4.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - added '--install-layout=deb' parameter to setup.py install call; thanks 
to
   Jakub Wilk for the report; Closes: #571512
   * debian/control
 - set b-d on python (instead of p-dev) and bump version to '= 2.5.3-1~', 
to
   support install-layout
 - bump versioned b-d on cdbs and python-support to properly support Python
Checksums-Sha1: 
 00934871afdfdf34218dc64996f385a0dff91f18 1284 swap-cwm_1.2.1-4.1.dsc
 26f61a890005f8480c06e8cd35aeaba9a62ea658 20450 swap-cwm_1.2.1-4.1.diff.gz
 4cabb4bc803140ac0478b293f9ccb6e5d5eccbeb 408332 python-swap_1.2.1-4.1_all.deb
 a68c4dee8941bc4925d822461669da72b3b9923f 52252 swap-cwm_1.2.1-4.1_all.deb
Checksums-Sha256: 
 86d1b66e99cdb3cf9c4d8644acd84d7dad0ad83dda003ae79b45f554628e9c6a 1284 
swap-cwm_1.2.1-4.1.dsc
 52c00ff13357de4d70f02015f715dbf2078a90a2266b46e66f0a0cf5cadaf0b1 20450 
swap-cwm_1.2.1-4.1.diff.gz
 3d4f78d53ff999cb845b08a7932c562563e48b5a0af0bf8acf4dc5475aa854fc 408332 
python-swap_1.2.1-4.1_all.deb
 fd9fcc5bdef6ffa9ff441447a3dabf7391e0038733f01a9479d470da807e9dae 52252 
swap-cwm_1.2.1-4.1_all.deb
Files: 
 4cbfd0e40d9fd04304323c3563a4ef82 1284 python optional swap-cwm_1.2.1-4.1.dsc
 4bc08ad72f47c619d8b6c7e77265db1e 20450 python optional 
swap-cwm_1.2.1-4.1.diff.gz
 df7789d8b5cc56d06b92afd7d94e0463 408332 python optional 
python-swap_1.2.1-4.1_all.deb
 5ba22e94460941d793515ec67dad38de 52252 python optional 
swap-cwm_1.2.1-4.1_all.deb

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

iEYEARECAAYFAkuL1vQACgkQAukwV0RN2VBqQACfaTbd5y5wHPXzFLKKaPdjksWE
2u4Ani2NciMzQOqiwQdM1LBexMSJ3iTr
=v+HG
-END PGP SIGNATURE-


Accepted:
python-swap_1.2.1-4.1_all.deb
  to main/s/swap-cwm/python-swap_1.2.1-4.1_all.deb
swap-cwm_1.2.1-4.1.diff.gz
  to main/s/swap-cwm/swap-cwm_1.2.1-4.1.diff.gz
swap-cwm_1.2.1-4.1.dsc
  to main/s/swap-cwm/swap-cwm_1.2.1-4.1.dsc
swap-cwm_1.2.1-4.1_all.deb
  to main/s/swap-cwm/swap-cwm_1.2.1-4.1_all.deb


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



Accepted tzdata 2010d-1 (source all)

2010-03-08 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 08 Mar 2010 11:01:21 -0500
Source: tzdata
Binary: tzdata tzdata-java
Architecture: source all
Version: 2010d-1
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Changed-By: Clint Adams sch...@debian.org
Description: 
 tzdata - time zone and daylight-saving time data
 tzdata-java - time zone and daylight-saving time data for use by java runtimes
Closes: 572715
Changes: 
 tzdata (2010d-1) unstable; urgency=low
 .
   * New upstream release.
 - Adjusts Chile 2010 DST dates.  closes: #572715.
   * Bump to Standards-Version 3.8.4.
Checksums-Sha1: 
 d679d42f3e2ee57805081a710240a6247d3a34f1 1795 tzdata_2010d-1.dsc
 b64f3c9a2b489ed1656f992c79932f33808f70b1 187453 tzdata_2010d.orig.tar.gz
 ad32d93631173ccc4701d5b55e5f03ec962c2c11 230783 tzdata_2010d-1.debian.tar.gz
 2598119d6668509fab648c78a8b6d2b98cb310d8 763368 tzdata_2010d-1_all.deb
 484fd4862d601c8d9df4a9ced21bc655c959c270 152068 tzdata-java_2010d-1_all.deb
Checksums-Sha256: 
 d06ec414abde152d38f3418f590b0127a876ff4e0efa84f7e450fc7e97698d8e 1795 
tzdata_2010d-1.dsc
 c18916b1e0d91dd7a0f8a26a570e40db06bdd0dc06cf8d66c06f78704d8b3b78 187453 
tzdata_2010d.orig.tar.gz
 2ceaddd4a94652a6f010f1d8b127d1cf1d8800440df75e78269f21b321820d83 230783 
tzdata_2010d-1.debian.tar.gz
 d3edfdb6a90ba4a90bf9f9afbc3d1c2bcd1a7667d350767963026a946d4eff96 763368 
tzdata_2010d-1_all.deb
 89ce7d7052312416842903455656999e568c705baf960bafe01ce7148fab67bd 152068 
tzdata-java_2010d-1_all.deb
Files: 
 e846f216370300e266f9aec7a61841c0 1795 libs required tzdata_2010d-1.dsc
 fac7f902f22ddfafd512f1df04b36252 187453 libs required tzdata_2010d.orig.tar.gz
 409335f82465f96044a8f947d714ebc7 230783 libs required 
tzdata_2010d-1.debian.tar.gz
 6418ac86a6a2a0bcd9839fb171154905 763368 libs required tzdata_2010d-1_all.deb
 06ecfcc6ceccacc3e813d46c8c532c2f 152068 java optional 
tzdata-java_2010d-1_all.deb

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

iQIcBAEBCgAGBQJLlSDqAAoJEFWSMx4ZnTiodtYP/jRHfHafE/RPiCDN6eZkXR6C
+NpwRG6SMNa2bv07CxNfG9lWQO52ik2OGASPH35f1USzTQQo/zfEJKOt6HbysM6P
ypfOdP/cgAOekQIE/FGlj55nTFlInb/SKsdTxKh7ZWCqhThrWlIsan/QxtDcNJjA
yy1ErC0BnAZDIGWPfpZZicSXo4oHCvSS8DvAefuu+HWqXVUvHMKMDybo9faB06x7
SAHsYcuDjmxeyj4f8Rjcb5qIsFnled2AnH6YgRilsGTMadnh8K94AM3wzZs7AF5m
G0GCywwH/BHSsq1OIj11VQ0XL/9jcb++mGO/VUV/y51BJxum6L14k3/aFNBzWU0w
gEQ+lwot7ihGls+xxg0UNf65eTsCoFU19KheIIaWCgI3vceRosW7dUGzcVyeTd2G
MH9PegGeJglIvEVMJD4L39hVX+NLRxMcreAMJNjZA3n+y0aju8sd/3Hx2Bbhkvu7
5jzIYCxyWCYHs0tFjMmpxuH29YnTCWpJ5LxckRMAhBx3LkXGDa8nQityZMmPOImy
DdOsk+C+9iA+FYJzasc8Eg9igq7jKib7xMcHuIiqrSJTKMAReb4lRUJrzFR7eHkp
qbzFkDaB+tVezqtazn6ntjsgFgRk5FoeknFgKqcraGLLIDvev13hRk0JM409arC0
Hr2HDnkQ1Q4lAV5rS19m
=WtgT
-END PGP SIGNATURE-


Accepted:
tzdata-java_2010d-1_all.deb
  to main/t/tzdata/tzdata-java_2010d-1_all.deb
tzdata_2010d-1.debian.tar.gz
  to main/t/tzdata/tzdata_2010d-1.debian.tar.gz
tzdata_2010d-1.dsc
  to main/t/tzdata/tzdata_2010d-1.dsc
tzdata_2010d-1_all.deb
  to main/t/tzdata/tzdata_2010d-1_all.deb
tzdata_2010d.orig.tar.gz
  to main/t/tzdata/tzdata_2010d.orig.tar.gz


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



Accepted cdbs 0.4.70 (source all)

2010-03-08 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Mon, 08 Mar 2010 17:08:08 +0100
Source: cdbs
Binary: cdbs
Architecture: source all
Version: 0.4.70
Distribution: unstable
Urgency: low
Maintainer: CDBS Hackers build-common-hack...@lists.alioth.debian.org
Changed-By: Jonas Smedegaard d...@jones.dk
Description: 
 cdbs   - common build system for Debian packages
Changes: 
 cdbs (0.4.70) unstable; urgency=low
 .
   * Brown paperbag release...
   * Fix install upstream-tarball.mk properly. Bump its build-dependency
 hint.
   * Fix declare debhelper.mk build-dependency hints.
   * Fix add comma only in front of each build-dependency set (not
 accidentally within).
   * Fix drop old-style build-dependency hint from simple-patchsys.mk.
   * Fix hint only about one of pysupport/pycentral in python-module.mk.
   * Cosmetics: cleanup trailing space for the corner case of only a
 single CDBS-declared build-dependency.
   * Eat our own dog food: Auto-update debian/control build-dependencies
 of cdbs package itself when DEB_MAINTAINER_MODE=1.
Checksums-Sha1: 
 619bb71e8b0c4b00aa52cc0c887867c224022fb1 1252 cdbs_0.4.70.dsc
 22594fd2a1998a91b6dcf4e0c11b4e7a75b0d15b 244464 cdbs_0.4.70.tar.gz
 8a6bfcb82c7e11e822c8c7fc33929f896c56cb85 1071412 cdbs_0.4.70_all.deb
Checksums-Sha256: 
 0a213bbd0314a0b60b56e602a55a49e412113c88b16ee73059d33065cef7144f 1252 
cdbs_0.4.70.dsc
 a780ab7a1c072ee825de3bcf77f98f3b26fec4697d2f64831f4d83c6e201ebac 244464 
cdbs_0.4.70.tar.gz
 3dc08c48d5f3407d1bdcea1b70604c22f16bd66fa873ceffb43ef7850dc0d1e8 1071412 
cdbs_0.4.70_all.deb
Files: 
 63f899322da7d07ab914f31df91e0887 1252 devel optional cdbs_0.4.70.dsc
 3ff0fe7b2462581b401cd0a62bbae973 244464 devel optional cdbs_0.4.70.tar.gz
 79897857c8c3cfc3a6c4b9dc51e13b1d 1071412 devel optional cdbs_0.4.70_all.deb

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

iEYEAREDAAYFAkuVJDcACgkQn7DbMsAkQLhlhgCeJH2apDQyrJxlNsinDmMwLnP9
mgEAn26IrWh1kxImFWNNogX2F93NC+AD
=v17d
-END PGP SIGNATURE-


Accepted:
cdbs_0.4.70.dsc
  to main/c/cdbs/cdbs_0.4.70.dsc
cdbs_0.4.70.tar.gz
  to main/c/cdbs/cdbs_0.4.70.tar.gz
cdbs_0.4.70_all.deb
  to main/c/cdbs/cdbs_0.4.70_all.deb


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



Accepted libcpan-uploader-perl 0.100660-1 (source all)

2010-03-08 Thread Jonathan Yu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 07 Mar 2010 19:36:39 -0500
Source: libcpan-uploader-perl
Binary: libcpan-uploader-perl
Architecture: source all
Version: 0.100660-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Jonathan Yu jaw...@cpan.org
Description: 
 libcpan-uploader-perl - module to upload packages to the CPAN
Changes: 
 libcpan-uploader-perl (0.100660-1) unstable; urgency=low
 .
   * New upstream release
   * Standards-Version 3.8.4 (no changes)
   * No longer directly depends on URI (liburi-perl)
   * Update copyright information
Checksums-Sha1: 
 abef363340ddb24c2133110ef093eca8d283fb2e 2161 
libcpan-uploader-perl_0.100660-1.dsc
 b16afca398f89d441c1f29113b1d6521a3162753 11786 
libcpan-uploader-perl_0.100660.orig.tar.gz
 2672f213032b16dd21e3c51abda3da7e930abad3 1445 
libcpan-uploader-perl_0.100660-1.diff.gz
 5fd378760635cd0f74ff5f8f6fa2735e2b76bcb4 11430 
libcpan-uploader-perl_0.100660-1_all.deb
Checksums-Sha256: 
 ebda4570cc2f2e38a436ac00879b7273f4be71ddf47747fef4da9a6d0242310b 2161 
libcpan-uploader-perl_0.100660-1.dsc
 109cfaadc72f17b476281522fbe03e25a7a5398a637fda507ceee56d04f70b04 11786 
libcpan-uploader-perl_0.100660.orig.tar.gz
 453833e275bfde5b4657a0d4a95de4160d32bd8cdcc0bb8cf2019a492a0a7fb5 1445 
libcpan-uploader-perl_0.100660-1.diff.gz
 302c6ba2fd8595f1b563d80da92d7acfdb6df2ddf0275ed6e41c4cc5f5289800 11430 
libcpan-uploader-perl_0.100660-1_all.deb
Files: 
 04a4623ae698a3dca2e5af73a8d0db69 2161 perl optional 
libcpan-uploader-perl_0.100660-1.dsc
 a58be6066096e5966ea8b61d44bc3fed 11786 perl optional 
libcpan-uploader-perl_0.100660.orig.tar.gz
 c3b08086863a6e4e8ecb66296de7ee42 1445 perl optional 
libcpan-uploader-perl_0.100660-1.diff.gz
 2a0ae7a5adbb90cce88115199fbf0a7e 11430 perl optional 
libcpan-uploader-perl_0.100660-1_all.deb

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

iQIcBAEBCAAGBQJLlSOzAAoJELs6aAGGSaoGYEoP/i1fGeMwlJr+83lFYkxdEW6d
X7ewD/xpl4nKM4GZI6ic9fv4HvhOt5BP+yBqkwYnzvMMNuqRb4qJUEv2FrkQpYRY
FsqK7YlOV/+f6Oq022JLl0epWLMnHM9td/jAJ38882VYcqUQbTRld9rhaU1ZWYYZ
WbFurGCl1v0rI/iWisMwp3dHWsi7LXOQ1yD15rFv2AG7edsAIQ8k1Ub/kUGqPRHL
E8+95yXGwKguVzjvQQ/VhZ4vfJZmJhJPQC74uw7rj+I0aYpsZNd0YWRe/WY/GIeo
6Wulsr0yVMe4nSSMLVGTxPL45HSw754RYrbGFeax+r6gNMSHe/F4SV1LNWuk7Hgv
2MJVunvxtuJIRmenkBinwfsBCs+VD5NMG8zxPQurYu5q4Ry3YwQ+eRxuEY2WaKND
CuNxY22bUNajw3ymHiIHJxAMXnYBijjFKOo6LI6zkKayxL7cFZdyPWr0nNoitDPM
oEAkd3O6dagE0fQJX2dhDEL+4zWcPi3Pggr8Of6uzQ+sUcW16eelPXvBBtWj2GsE
5V2FfcfIgtLwDi9eXZEBb9GQlwsl4Drn2xroUmNwaeVaGodoit/jZKfhNvTJVNk8
MW4XtKaDOE9bIBNwxu0c0vlZN4WJLuCQRNl79n8ZxGyfR6ueG1uThSogX2mLvXWh
ePUM6ToltfbfRKgfDRs6
=v5Z8
-END PGP SIGNATURE-


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


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



Accepted xulrunner 1.9.1.8-5 (source all amd64)

2010-03-08 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 15:33:35 +0100
Source: xulrunner
Binary: xulrunner-1.9.1 libmozjs2d libmozjs-dev libmozjs2d-dbg spidermonkey-bin 
xulrunner-dev xulrunner-1.9.1-dbg libmozillainterfaces-java python-xpcom
Architecture: source amd64 all
Version: 1.9.1.8-5
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs2d - The Mozilla SpiderMonkey JavaScript library
 libmozjs2d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - standalone JavaScript/ECMAScript (ECMA-262) interpreter
 xulrunner-1.9.1 - XUL + XPCOM application runner
 xulrunner-1.9.1-dbg - Debugging symbols for the Gecko engine library
 xulrunner-dev - Development files for the Gecko engine library
Closes: 394567 56 572380
Changes: 
 xulrunner (1.9.1.8-5) unstable; urgency=low
 .
   * js/src/Makefile.in:
 - Simplify installation of nanojit headers.
 - DESTDIR support in js/src/Makefile.in. bz#482747.
 - Install js shell when running make install from js/src.
 - Install the .so symlink to the versioned library with make install.
   * configure.in, configure: Simplify how js/src/configure is called from
 main configure. bz#548273.
   * debian/rules: Use make install from js/src. This allows to install the
 js shell and C headers more easily.
   * debian/rules: Generate debhelper files before the install target.
   * debian/control.in, debian/control, debian/dh/dh_xulrunner.in: Don't rely
 on readelf -p in dh_xulrunner. Now rely on objdump -h, which should be
 available on stable and probably oldstable. This means we can lift the
 binutils dependencies.
 Note there was a binutils build dependency before, for a very old mips
 bug, but the required version was already in oldstable, so removing the
 build-dep altogether just works. Closes: #56.
   * debian/*: Get the libmozjs SO version from js/src/Makefile.in and
 generate control files from it.
   * xpcom/glue/nsTArray.*, xpcom/glue/nsTPtrArray.h: Always align AutoArrays
 for 64-bits words, as decided with upstream.
   * debian/rules, debian/symbols.filter: Unconditionally filter any C++
 mangled symbol from libmozjs.
   * debian/rules, debian/xulrunner-BASE_VERSION.1.in: Add a (basic) manual
 page. Closes: #394567.
   * debian/control.in, debian/control:
 - Remove libkrb5-dev build dependency.
 - Don't conflict with newer pango-graphite. Closes: #572380.
   * debian/extra-stuff/Makefile.in, debian/extra-stuff/debAbout.js,
 debian/extra-stuff/packages-static.xulrunner, toolkit/content/about.dtd,
 toolkit/content/about.xhtml, toolkit/content/jar.mn: Remove the debAbout
 component and its use in the about: page. We already removed its use
 from the iceweasel package, and it was the sole user of that feature.
   * toolkit/xre/nsXREDirProvider.*: Load distribution bundles from GRE
 directory, too.
   * debian/extra-stuff/filemonitor/Makefile.in,
 debian/extra-stuff/packages-static.xulrunner,
 debian/xulrunner-BASE_VERSION.install.in,
 debian/extra-stuff/Makefile.in: Move Debian specific components into
 $GRE_DIR/distribution/bundles/debian/components.
   * debian/rules: Use dh_auto_* --parallel where appropriate.
   * xpcom/tests/TestBlockingProcess.cpp: Modify patched TestBlockingProcess
 so that it builds cross-platforms. bz#543438.
   * debian/extra-stuff/addonsInfo.js: Manually sort plugins and extensions
 list in addons info component. This will make the component compatible
 with 1.9.2.
   * debian/extra-stuff/*.js: Get plugin path from nsIPluginTag.fullpath when
 available. nsIPluginTag.filename only contains the leaf name on 1.9.2.
   * debian/extra-stuff/debUpdateNotifier.js: Remove extra whitespace in
 restart prompt.
   * debian/extra-stuff/filemonitor/debGIOFileMonitorService.cpp: Allow
 giofilemonitor to monitor files too.
   * debian/copyright: Use DEP-5 format. Also remove some licensing terms
 when they can be found in a file in subdirectories that are not used to
 build the binary packages. Thanks Gabriele Giacone for the initial work.
Checksums-Sha1: 
 79024e86403a8548c32096c074aa9f7fc728df45 1984 xulrunner_1.9.1.8-5.dsc
 b662261d99b7e89da58aa5cc5fb04e08cab71f98 160166 xulrunner_1.9.1.8-5.diff.gz
 b2b80ef0d08f52d52611480f6cec36ce61588a27 8405116 
xulrunner-1.9.1_1.9.1.8-5_amd64.deb
 bf469a008587ec81bac70e4869e5d02e045620bc 413796 libmozjs2d_1.9.1.8-5_amd64.deb
 71098cb1c188f380faf5c1608464aa2f02ba6a78 258562 
libmozjs-dev_1.9.1.8-5_amd64.deb
 26ede96111ba76dded5f3b7bb1fc8246c107e749 1101104 

Accepted cffi 20100219-1 (source all)

2010-03-08 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Mar 2010 07:32:24 +0100
Source: cffi
Binary: cl-cffi
Architecture: source all
Version: 20100219-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team 
pkg-common-lisp-de...@lists.alioth.debian.org
Changed-By: Peter Van Eynde pvane...@debian.org
Description: 
 cl-cffi- The Common Foreign Function Interface for Common Lisp
Changes: 
 cffi (20100219-1) unstable; urgency=low
 .
   * New upstream, mostly documentation changes.
Checksums-Sha1: 
 68db4de8290d637dd674b82ad1e4f1b7dabde84d 1887 cffi_20100219-1.dsc
 016916e01f2a9b103584f0ba37385717dbcbd197 187267 cffi_20100219.orig.tar.gz
 8df79487cf92ee3cbf16cec7e83019a29ba76dbf 3160 cffi_20100219-1.diff.gz
 6ae5e33f842ae3075eebf39c71ddd6eee319245e 2188760 cl-cffi_20100219-1_all.deb
Checksums-Sha256: 
 6367a66dd4f225c82031d717a71d8641832149cec6a469a8ad7efd5b98bfcbb7 1887 
cffi_20100219-1.dsc
 8a49635323298620826f186f543d5146b4674dd224041050a232fa5c037a4230 187267 
cffi_20100219.orig.tar.gz
 26670a959333051454dae11f69118eb9859de887aab516c162ecebbc6674ded9 3160 
cffi_20100219-1.diff.gz
 33c5a1410697784c3e0076249de64dbf2f40a3b8356c979b8ca758249d6321c0 2188760 
cl-cffi_20100219-1_all.deb
Files: 
 2e3d10b7191baeeef074f57c7b985428 1887 lisp optional cffi_20100219-1.dsc
 798dc01a99e9db4f2c04ead32259487f 187267 lisp optional cffi_20100219.orig.tar.gz
 c02a9b37cefa71e4f9fe1e80cd0572d2 3160 lisp optional cffi_20100219-1.diff.gz
 40dba7a305bb27189fefb3e72fd8c393 2188760 lisp optional 
cl-cffi_20100219-1_all.deb

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

iQIcBAEBCAAGBQJLlSavAAoJEB4VNT76eIlagqEP/3UUvFeb0bJxZynSin6ku85t
jexe7ixeYR6h9o9m8MQJZM9GV7IhmSvip6CoiYe5Ytyx69034TiplhsKCy5+e1ak
SC+Bx37NMh8ktTsy8174KPiD3fOGPo3Eu9WUSZdkD6vdHx9CwKLA6hCJtaP6VVDi
ETPTV/2wSMjuzFxL2OpJuZSzkGu20DiuyQ1mezhU4UwPUzp1OqL5BrEcZ+cGpwWJ
AWW9GO8u48VgKto0TXza1lf0E+uwjk+1yk3vhXuyqa+bgeSRhkpzTMOu2A7Q0AW0
uCkUivyhVCI6p/Gz1juQTG73mZJCQLw0geP8087AXs02QCq/n22BQGh1oszpxoQw
mvZdcj6i/91GNPl3HEZaQH9DaezCH7HnwGFiKpJ2V8DIyjfxiTCCAN8vbKDt1qcD
hbts7jr/q0AIMuQYLpIynQRtjoZv8w4hAEggCtnYenC46UWlSswc5tvPVWQ0eUsD
0GxISFvslLRBAmWVp5g3LQAFf5Aj9EjbD2nWKDUlWIkdfkwgK+8599vYZmHdVhKi
1XzTJ4CzYhNo5bgjh4NX/kesv2tYZb0UhYdz3D96kryKOrvvrp117QPYlp+h6929
Qkqt99vzowfB1oPPVPwst6v+2kjNNi9+v8wT10FRhl2FcRjJQC4SJNggU68ZYe1p
k33tCb7j6cICqITirshk
=T4oV
-END PGP SIGNATURE-


Accepted:
cffi_20100219-1.diff.gz
  to main/c/cffi/cffi_20100219-1.diff.gz
cffi_20100219-1.dsc
  to main/c/cffi/cffi_20100219-1.dsc
cffi_20100219.orig.tar.gz
  to main/c/cffi/cffi_20100219.orig.tar.gz
cl-cffi_20100219-1_all.deb
  to main/c/cffi/cl-cffi_20100219-1_all.deb


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



Accepted cl-alexandria 0.0.20100217-1 (source all)

2010-03-08 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 02 Mar 2010 08:19:13 +0100
Source: cl-alexandria
Binary: cl-alexandria
Architecture: source all
Version: 0.0.20100217-1
Distribution: unstable
Urgency: low
Maintainer: Debian Common Lisp Team 
pkg-common-lisp-de...@lists.alioth.debian.org
Changed-By: Peter Van Eynde pvane...@debian.org
Description: 
 cl-alexandria - A collection of portable Common Lisp utilities
Closes: 563767
Changes: 
 cl-alexandria (0.0.20100217-1) unstable; urgency=low
 .
   * New upstream release.
   * Fixed typo in description.  (Closes: #563767)
Checksums-Sha1: 
 d24c60cd84ed888c9c5cefebcc20a226ef509822 2016 cl-alexandria_0.0.20100217-1.dsc
 c075b0c587b90e23e694072b65bc30a22b8e7be3 37039 
cl-alexandria_0.0.20100217.orig.tar.gz
 79d20103b22729531a293fd451d15d25509c9897 2439 
cl-alexandria_0.0.20100217-1.diff.gz
 539dc0aa959471d2bc67386a4aa0633645b7806c 37046 
cl-alexandria_0.0.20100217-1_all.deb
Checksums-Sha256: 
 48e5f115c62a09b55f2ba72b0852e289e79132cbc5aef77161adce77281a8397 2016 
cl-alexandria_0.0.20100217-1.dsc
 413f4395e9abc11f69850329da50dfa3ceccf84421b870f67c5c084f406de728 37039 
cl-alexandria_0.0.20100217.orig.tar.gz
 ffba56bc5792bc3221c86513e18e094495758f99c88de5b2ade94f42586cfad5 2439 
cl-alexandria_0.0.20100217-1.diff.gz
 2286984898d6d4238794733062c180a31225847bbe32582d73ecaed2d248d92b 37046 
cl-alexandria_0.0.20100217-1_all.deb
Files: 
 d4b677ac10ec8bca641a6deb2d83e0e5 2016 lisp optional 
cl-alexandria_0.0.20100217-1.dsc
 c27e44ac15a9ceee960be4a46746c295 37039 lisp optional 
cl-alexandria_0.0.20100217.orig.tar.gz
 ba7a27e17d9475aecb40b38244d1 2439 lisp optional 
cl-alexandria_0.0.20100217-1.diff.gz
 ee4b5c5a9456f4d5e1b2e711f83f3911 37046 lisp optional 
cl-alexandria_0.0.20100217-1_all.deb

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

iQIcBAEBCAAGBQJLlSavAAoJEB4VNT76eIlaLXsP/jGKx3NtbZwLSmpKka5CeaAR
fEej7ftLdn3y1lsTWfv9kyze8vcR8mUPZeMIDBMG2om/hNuMmwYBx3lKw6MnoAJ6
Nk962CqV07SwPxEMs45moVW8gTgWXemFVYWNax/VnKA+C6Txoscu7Vmv5qGjLXD3
j/Vuvm5xsmJ9MZTNXpoAjJWqFJ8WhDaxQSOr54oowSiG/UdypLnnAxU4r2ihqdZd
rqxvfjRKgQrRlR/cfABdrmCB/NP3h+zfpVFZTmVE0wvODIm6UTJrvC05Ke39osnn
N5S24qF4joSRRia7BIA63Hv6Ry5zcJ5F1jl4ZCJMVBslV7wxDyuW/qkFEaycJxHB
OYTKSrDt4IfxsC1qYfKsdGN7E79qq/C2b0grO9LwsNksXuu6obHgZ+mDqrd2SZsM
v7mVqml2iJtN9HObGHolQpzv6EH6zWiL3SzUPfGqCcxRb9TTZZCjZXymUU5uEuMS
eSpTW80V3wtpCxpSFvtYlK+Ts6wnXum9tmyLqBRzLupkNzU6GKCqy3SWWR+NZe2V
GZrRRq1gEHkc8SKFmi1W0lWo+RiOyWCZz0duSp3FI6oiY3IGbn2PtwYZjJ/zNWSR
82BpBDLFbECnpywO4xXcK+9+bH1o23W4OlgWZwcZaiVohyEpFU4FvZb3Gtf82CAE
H7vKDa5hDWrr5PsR0dn6
=5NQ1
-END PGP SIGNATURE-


Accepted:
cl-alexandria_0.0.20100217-1.diff.gz
  to main/c/cl-alexandria/cl-alexandria_0.0.20100217-1.diff.gz
cl-alexandria_0.0.20100217-1.dsc
  to main/c/cl-alexandria/cl-alexandria_0.0.20100217-1.dsc
cl-alexandria_0.0.20100217-1_all.deb
  to main/c/cl-alexandria/cl-alexandria_0.0.20100217-1_all.deb
cl-alexandria_0.0.20100217.orig.tar.gz
  to main/c/cl-alexandria/cl-alexandria_0.0.20100217.orig.tar.gz


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



Accepted harvestman 1.4.6-13 (source all)

2010-03-08 Thread Python Applications Packaging Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 08 Mar 2010 17:34:29 +0100
Source: harvestman
Binary: harvestman
Architecture: source all
Version: 1.4.6-13
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Changed-By: Python Applications Packaging Team 
python-apps-t...@lists.alioth.debian.org
Description: 
 harvestman - a flexible web crawler application
Closes: 570585
Changes: 
 harvestman (1.4.6-13) unstable; urgency=low
 .
   [ Jakub Wilk ]
   * Set XS-Python-Version to = 2.4 (closes: #570585).
   * Bump standards version to 3.8.4 (no changes needed).
   * Replace build-dependency with python-dev with python.
   * Add ‘Depends: ${misc:Depends}’.
   * Fix typos in the manual page.
Checksums-Sha1: 
 ccec4fd58e6ce61e7e9fed737fc594b5076582b1 2029 harvestman_1.4.6-13.dsc
 2fd647dddc33dc0e9f18bf6a798ed3fd22701fb2 19840 harvestman_1.4.6-13.diff.gz
 eb40a9e426d3a26ea2510d3729fc5acae38052df 134010 harvestman_1.4.6-13_all.deb
Checksums-Sha256: 
 cf5b61f42ddb537ec4d4494bfedb04710d313f4ec7e82649f8e64ca6a54abb83 2029 
harvestman_1.4.6-13.dsc
 c81f3675670a387c9f5c547405f3b0ebfbc91cd71d4027af58c0dccada8983cd 19840 
harvestman_1.4.6-13.diff.gz
 eb728af5173a9a0aec2fa8a5716030ae7fa473f45faa6900cbfda6f1de204d86 134010 
harvestman_1.4.6-13_all.deb
Files: 
 7fc34157c72dad65be7462ca4deab66b 2029 web optional harvestman_1.4.6-13.dsc
 5a0eb7853c12c9c7f7316e7afe99f41f 19840 web optional harvestman_1.4.6-13.diff.gz
 c5532377640bdbc5d8dd8ab9746d08ab 134010 web optional 
harvestman_1.4.6-13_all.deb

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

iQIcBAEBCAAGBQJLlSi8AAoJEC1Os6YBVHX13EUQAKOzX42c37wjAz8tohZsp/1f
M53Kd6FtDmzi8yibbwpsrXRe6YIAlhFu2nu4MUoxEOO7SJ1v6hPywSiPTeAV60CT
j287PH3sC4kWdFj5xLlv4FciPb2uXpHeCY3xgzi5oOPR6kw779uMdP4ZGGEgjCcI
JcwYhZV+GLRyC6WHCtpm7aUnOscPEmDiDGpHmbj2VaCsw9QErsEuwQlGwiU7A896
9hyG0mMcwL06V2GnD2sKlGpGeVUsNxV/ZkfYypYCNGuKtqcsHkgtcSZqVPHKyh+P
NKiE47zgPeNvbDfUAV7ISJBo8OVQ0++79Fz8QjV8+F81jbjwYPs9fUUQTCy9MVUk
ijwSLv+NelYQ9PSz6M2/A0Z0qjiqFtihWeImeDTaJ2MtbpKOtCbEeAcIM0dYoynF
7sMgbreJN1v8PvzwZGK+WYOoeitL5dbtC4PGuonmsTyLWHNCk+pTCm3Mg6qfS6wM
emL4WNVuLINB+SvdSfcqhIhbAKfXjYU85wYwjL3/xQDhn0qi0d1pczOwkC8EoSnd
yW07ceYPbp++Mib64Rr72IjbiF8u4y0tr6a5lhanivJ0J1tNluiON9y8RIv59FNx
nTP3VgYl5nPcgG2N66YYcwFQMA4bYigLjvf4HErPfWLhJcHspTY7y+8adKEg139A
nh8xw9VivZODNwcJw7eH
=nXK1
-END PGP SIGNATURE-


Accepted:
harvestman_1.4.6-13.diff.gz
  to main/h/harvestman/harvestman_1.4.6-13.diff.gz
harvestman_1.4.6-13.dsc
  to main/h/harvestman/harvestman_1.4.6-13.dsc
harvestman_1.4.6-13_all.deb
  to main/h/harvestman/harvestman_1.4.6-13_all.deb


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



Accepted gvfs 1.4.3-2 (source i386)

2010-03-08 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 17:45:12 +0100
Source: gvfs
Binary: gvfs gvfs-fuse gvfs-backends gvfs-bin gvfs-dbg
Architecture: source i386
Version: 1.4.3-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher seb...@debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 gvfs   - userspace virtual filesystem - server
 gvfs-backends - userspace virtual filesystem - backends
 gvfs-bin   - userspace virtual filesystem - binaries
 gvfs-dbg   - userspace virtual filesystem - debugging information
 gvfs-fuse  - userspace virtual filesystem - fuse server
Changes: 
 gvfs (1.4.3-2) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Recommend gnome-keyring, since the library will stop doing so.
   * Suggest obex-data-server, not obexd-client.
 .
   [ Michael Biebl ]
   * Drop devicekit-disks dependency from gvfs and let libgdu depend on the
 correct backend itself.
   * Add Breaks libgdu0 ( 2.28.1-3) so we do not accidentally end up without
 devicekit-disks (or udisks) being installed.
   * Bump Standards-Version to 3.8.4. No further changes.
Checksums-Sha1: 
 ef67bc86ad3fc4b895860b497ec0acc662869aa3 1904 gvfs_1.4.3-2.dsc
 f39741756f2c389eb218112a36818db9c11deb60 219125 gvfs_1.4.3-2.diff.gz
 f3d9d1bcde24d8166e4624d63420bb1fcafc6216 1042236 gvfs_1.4.3-2_i386.deb
 8a0e80375c93ff4c0b0c0fb174be9ae1acdcd63d 65628 gvfs-fuse_1.4.3-2_i386.deb
 b31e6e9f2dcd0a3daad69c2be43d7a6548b93a0b 278284 gvfs-backends_1.4.3-2_i386.deb
 187e8e11514bf5540967d60fc724e5e7174055e1 93800 gvfs-bin_1.4.3-2_i386.deb
 9884c39323234db1a612dd2c6ecdb49cf2aac2ca 1264600 gvfs-dbg_1.4.3-2_i386.deb
Checksums-Sha256: 
 570b1200323fb7ccfc6be59bbdaa8d88658979d9bfbba606799a66dfe11144b8 1904 
gvfs_1.4.3-2.dsc
 ff11ac3002a73435c15d28e6d242651528bc825596f66c04943d7f7ab5aaf002 219125 
gvfs_1.4.3-2.diff.gz
 acd007c5629a55b2d9a06d0ae05105e15877ac636f57ba35f7e26dbec1ae727f 1042236 
gvfs_1.4.3-2_i386.deb
 0b074ce5cbba8d00b892edc4b88ee3cf3206195c427d3c0cca080109cd726826 65628 
gvfs-fuse_1.4.3-2_i386.deb
 b48680cba00ff0e1238da6e036dd02b99fe4059b462e1d2fe7971631707812b6 278284 
gvfs-backends_1.4.3-2_i386.deb
 17e2d514dc19cd4d5a77507edc67a6f67ff04d2818522694b4fdca263f284e45 93800 
gvfs-bin_1.4.3-2_i386.deb
 87d013b348cfe60176df2f868f8d52d80829dfe8a4644b30c8f5205bc3fb7010 1264600 
gvfs-dbg_1.4.3-2_i386.deb
Files: 
 7074a526862fcb67027f5b2b7521489c 1904 libs optional gvfs_1.4.3-2.dsc
 21146e5a79f7f6ca4939551a5e167fa2 219125 libs optional gvfs_1.4.3-2.diff.gz
 adb88a280d85b85dbeda6dc02f0baf31 1042236 libs optional gvfs_1.4.3-2_i386.deb
 6661b8ada7a2a9a8c79d22f609740b48 65628 libs optional gvfs-fuse_1.4.3-2_i386.deb
 f85791c8ba03518856ca8756cf80a15b 278284 libs optional 
gvfs-backends_1.4.3-2_i386.deb
 8d457605bde071a3d270c3404e547727 93800 libs optional gvfs-bin_1.4.3-2_i386.deb
 710150ecff87b502839c75f31d6aa06b 1264600 debug extra gvfs-dbg_1.4.3-2_i386.deb

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

iEYEARECAAYFAkuVLrgACgkQh7PER70FhVRKmwCeMpScvirt5gSulDD/3epIWie5
bc4An2DqHBryNKL06tTRrm8J2/4EJyBA
=Kb0k
-END PGP SIGNATURE-


Accepted:
gvfs-backends_1.4.3-2_i386.deb
  to main/g/gvfs/gvfs-backends_1.4.3-2_i386.deb
gvfs-bin_1.4.3-2_i386.deb
  to main/g/gvfs/gvfs-bin_1.4.3-2_i386.deb
gvfs-dbg_1.4.3-2_i386.deb
  to main/g/gvfs/gvfs-dbg_1.4.3-2_i386.deb
gvfs-fuse_1.4.3-2_i386.deb
  to main/g/gvfs/gvfs-fuse_1.4.3-2_i386.deb
gvfs_1.4.3-2.diff.gz
  to main/g/gvfs/gvfs_1.4.3-2.diff.gz
gvfs_1.4.3-2.dsc
  to main/g/gvfs/gvfs_1.4.3-2.dsc
gvfs_1.4.3-2_i386.deb
  to main/g/gvfs/gvfs_1.4.3-2_i386.deb


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



Accepted binutils 2.20.1-2 (source all i386)

2010-03-08 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 18:01:22 +0100
Source: binutils
Binary: binutils binutils-dev binutils-multiarch binutils-gold binutils-hppa64 
binutils-spu binutils-doc binutils-source
Architecture: source all i386
Version: 2.20.1-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose d...@debian.org
Changed-By: Matthias Klose d...@debian.org
Description: 
 binutils   - The GNU assembler, linker and binary utilities
 binutils-dev - The GNU binary utilities (BFD development files)
 binutils-doc - Documentation for the GNU assembler, linker and binary utilities
 binutils-gold - The (experimental) GNU gold linker utility
 binutils-hppa64 - The GNU assembler, linker and binary utilities targeted for 
hppa6
 binutils-multiarch - Binary utilities that support multi-arch targets
 binutils-source - The GNU assembler, linker and binary utilities (source)
 binutils-spu - The GNU assembler, linker and binary utilities targeted for 
spu-e
Changes: 
 binutils (2.20.1-2) unstable; urgency=low
 .
   * Fix version in debian/*shlibs to match the release version;
 the 2.20.1 upstream release identifies as 2.20.1.20100303.
Checksums-Sha1: 
 ac0530496d16f2c36ec50c1c0bb141308bb83cf5 1313 binutils_2.20.1-2.dsc
 0e8af606bcf6ac843ba94c43c688b119eb99ae72 70590 binutils_2.20.1-2.diff.gz
 b50596324fc4798cc325a6878c67a2aa0ba0cb1a 547828 binutils-doc_2.20.1-2_all.deb
 016523a70d4b1dd4cac9372837a1fe3f91c6c4ae 16266032 
binutils-source_2.20.1-2_all.deb
 c14f5fc1239cf7596888d5f8df7f23d3df29157a 3249616 binutils_2.20.1-2_i386.deb
 2ba73e1ae10945378b3606b3dbf7b5d6ce03c5ce 3457448 binutils-dev_2.20.1-2_i386.deb
 243aed582fd56e1f729967d152f0903b460af800 1988504 
binutils-multiarch_2.20.1-2_i386.deb
 9504f9632c3cb2cb266d04f7d6313a8d5110ac52 566460 binutils-gold_2.20.1-2_i386.deb
Checksums-Sha256: 
 bae36cb8b4cf6d0621c4d0f986cd0643105ea8e19a241124648c2a217db64ffa 1313 
binutils_2.20.1-2.dsc
 9599a0fdac51692a6f4f510c3518d5124149f17d833b83d4cbbc2c9dca3fb816 70590 
binutils_2.20.1-2.diff.gz
 1bc46e70eccd0c9659e19e2cf1c14c681f6b3de6268b9adcbb6f208e66c7c7da 547828 
binutils-doc_2.20.1-2_all.deb
 a5769c171e458a29b473fcde2e7f99294e16159c11f83ef07c77947dfa84b8df 16266032 
binutils-source_2.20.1-2_all.deb
 8536736931450f9c0ff94fa2ed8cddd424ac0a2c969833b68a3a7caf54ff6e5a 3249616 
binutils_2.20.1-2_i386.deb
 de1725d39e30fc90ef42756639294b5cd85cf7a4b420fec91ab60c910412a0d0 3457448 
binutils-dev_2.20.1-2_i386.deb
 2bbf7307fa1d786ae6724194b8c4ccbdaec842875772e9dff5ba28469413729d 1988504 
binutils-multiarch_2.20.1-2_i386.deb
 7de9bf8047c2c1bb6c1fd6e16eb423bd069f0dfa7d25fba1e8e6593cdfe4d615 566460 
binutils-gold_2.20.1-2_i386.deb
Files: 
 cbb5b530a7b0440306911cd006da5aa2 1313 devel optional binutils_2.20.1-2.dsc
 bc4a71837834e00e7816e5f5da94 70590 devel optional binutils_2.20.1-2.diff.gz
 2854fce8ff34aed07c35672f21f056d4 547828 doc optional 
binutils-doc_2.20.1-2_all.deb
 7f14e4dc3e2c07d9d3c28b14e0c73a0c 16266032 devel optional 
binutils-source_2.20.1-2_all.deb
 5b0a706ae8a6d9b5725696bda8e09043 3249616 devel optional 
binutils_2.20.1-2_i386.deb
 d96930765f088041069920712022b0ff 3457448 devel extra 
binutils-dev_2.20.1-2_i386.deb
 ceb66103bf458f0c92cb3f39b27b2840 1988504 devel extra 
binutils-multiarch_2.20.1-2_i386.deb
 cc8ca4ac019f3885dd488b0b8105c8e0 566460 devel extra 
binutils-gold_2.20.1-2_i386.deb

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

iEYEARECAAYFAkuVNoAACgkQStlRaw+TLJxgNgCgmkiUqH+yMBQgB+P5TXZbWO4u
I90An0kZdRrxQCkUl1jfFQbZaTToWRV/
=xYrP
-END PGP SIGNATURE-


Accepted:
binutils-dev_2.20.1-2_i386.deb
  to main/b/binutils/binutils-dev_2.20.1-2_i386.deb
binutils-doc_2.20.1-2_all.deb
  to main/b/binutils/binutils-doc_2.20.1-2_all.deb
binutils-gold_2.20.1-2_i386.deb
  to main/b/binutils/binutils-gold_2.20.1-2_i386.deb
binutils-multiarch_2.20.1-2_i386.deb
  to main/b/binutils/binutils-multiarch_2.20.1-2_i386.deb
binutils-source_2.20.1-2_all.deb
  to main/b/binutils/binutils-source_2.20.1-2_all.deb
binutils_2.20.1-2.diff.gz
  to main/b/binutils/binutils_2.20.1-2.diff.gz
binutils_2.20.1-2.dsc
  to main/b/binutils/binutils_2.20.1-2.dsc
binutils_2.20.1-2_i386.deb
  to main/b/binutils/binutils_2.20.1-2_i386.deb


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



Accepted usbmuxd 1.0.2-1 (source amd64)

2010-03-08 Thread Julien Lavergne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Mar 2010 14:22:22 +0100
Source: usbmuxd
Binary: usbmuxd libusbmuxd1 libusbmuxd-dev libusbmuxd1-dbg
Architecture: source amd64
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Julien Lavergne julien.laver...@gmail.com
Changed-By: Julien Lavergne julien.laver...@gmail.com
Description: 
 libusbmuxd-dev - USB multiplexor daemon for iPhone and iPod Touch devices - 
devel
 libusbmuxd1 - USB multiplexor daemon for iPhone and iPod Touch devices - librar
 libusbmuxd1-dbg - USB multiplexor daemon for iPhone and iPod Touch devices - 
debug
 usbmuxd- USB multiplexor daemon for iPhone and iPod Touch devices
Closes: 568758 572867
Changes: 
 usbmuxd (1.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control:
- Bump Standards-Version to 3.8.4, no change needed.
- Add Homepage field.
   * debian/usbmuxd.docs
- Install README, README.devel and AUTHORS (Closes: #568758)
   * debian/patches/02-udev-usbmux-owner.patch
- Set the owner to usbmux to fix permissions issues (Closes: #572867)
Checksums-Sha1: 
 bab7e14826a7eb90a2d7130e5f386342fe2b4261 1310 usbmuxd_1.0.2-1.dsc
 86960e135c8c186a7205bdae047e2d83da3f4f27 64028 usbmuxd_1.0.2.orig.tar.gz
 15105eba0c881cbca154155e4ecbbf0ac811ed38 4694 usbmuxd_1.0.2-1.debian.tar.gz
 8d4790cdf805fcdc3d58ed86bbfe1b39987b919d 35234 usbmuxd_1.0.2-1_amd64.deb
 16498a6dc1168211df2f858d5c373812de5919b5 12102 libusbmuxd1_1.0.2-1_amd64.deb
 f73bbb92e0448ef98bc04e92d2275788cb519b16 5224 libusbmuxd-dev_1.0.2-1_amd64.deb
 02ef58d41ff4312fe43ba35cd92200331ca9b49a 9112 libusbmuxd1-dbg_1.0.2-1_amd64.deb
Checksums-Sha256: 
 71f2d0f63c0548cf685fa814065c9962e109243a5a1f89a3ce2f23d761473773 1310 
usbmuxd_1.0.2-1.dsc
 e323c30f8bab1fcd0ca725885b9d3ea5d99ea86ee8bd8002d0353c7071599ce9 64028 
usbmuxd_1.0.2.orig.tar.gz
 b12305ce651d5dd5f92a7499439460e9d86313fff34c29f46d97559a0c22fe23 4694 
usbmuxd_1.0.2-1.debian.tar.gz
 ea315148bbfec1f5fbf69025634f658bc6c73a428c7cf3e0e226bd4f55c1ea93 35234 
usbmuxd_1.0.2-1_amd64.deb
 07e6b02cd2f024781544c3854ffdb278bb9a959fb09647f6d389b1d808071c2f 12102 
libusbmuxd1_1.0.2-1_amd64.deb
 ffc6e60e2c945c76c1ec0bd8d0c956e5b2848cec9e0b7d9e075a2dc0f305f903 5224 
libusbmuxd-dev_1.0.2-1_amd64.deb
 9e7554af9eab0d8d70594fbe753b3b4fb3707ec929a82decbcfe969d63f0c81f 9112 
libusbmuxd1-dbg_1.0.2-1_amd64.deb
Files: 
 32521ec1ccb46cbf0443601f0b162310 1310 utils optional usbmuxd_1.0.2-1.dsc
 9ae9f293cce4a87e7ceb3e0bcd838282 64028 utils optional usbmuxd_1.0.2.orig.tar.gz
 48bcd0176f0762311623b07affed23ee 4694 utils optional 
usbmuxd_1.0.2-1.debian.tar.gz
 90e92afd87df39007e3a4dded34174f3 35234 utils optional usbmuxd_1.0.2-1_amd64.deb
 abd6032b282f2f65b73af5c9cac7a0d5 12102 libs optional 
libusbmuxd1_1.0.2-1_amd64.deb
 3878f1de23069300aa3d7b21c4eac309 5224 libdevel optional 
libusbmuxd-dev_1.0.2-1_amd64.deb
 64ae4c6eb2ab1f6c8165cfd2cb5034e4 9112 debug extra 
libusbmuxd1-dbg_1.0.2-1_amd64.deb

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

iD8DBQFLlTu7zWFP1/XWUWkRAmSCAJ0a/NM35EwzFPX7H6wGL4VgcaJ3zwCgpCXu
EYL+jDy5praU5BMbsTsTD10=
=Ffyh
-END PGP SIGNATURE-


Accepted:
libusbmuxd-dev_1.0.2-1_amd64.deb
  to main/u/usbmuxd/libusbmuxd-dev_1.0.2-1_amd64.deb
libusbmuxd1-dbg_1.0.2-1_amd64.deb
  to main/u/usbmuxd/libusbmuxd1-dbg_1.0.2-1_amd64.deb
libusbmuxd1_1.0.2-1_amd64.deb
  to main/u/usbmuxd/libusbmuxd1_1.0.2-1_amd64.deb
usbmuxd_1.0.2-1.debian.tar.gz
  to main/u/usbmuxd/usbmuxd_1.0.2-1.debian.tar.gz
usbmuxd_1.0.2-1.dsc
  to main/u/usbmuxd/usbmuxd_1.0.2-1.dsc
usbmuxd_1.0.2-1_amd64.deb
  to main/u/usbmuxd/usbmuxd_1.0.2-1_amd64.deb
usbmuxd_1.0.2.orig.tar.gz
  to main/u/usbmuxd/usbmuxd_1.0.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
Archive: http://lists.debian.org/e1nohxn-0005z3...@ries.debian.org



Accepted xwax 0.7-2 (source amd64)

2010-03-08 Thread Mitchell Smith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 00:48:01 +
Source: xwax
Binary: xwax
Architecture: source amd64
Version: 0.7-2
Distribution: unstable
Urgency: low
Maintainer: Mitchell Smith m...@mjsprojects.net
Changed-By: Mitchell Smith m...@mjsprojects.net
Description: 
 xwax   - open-source vinyl emulation software for Linux
Closes: 556764
Changes: 
 xwax (0.7-2) unstable; urgency=low
 .
   * Removed man page, now included in upstream release
   * Verified build with binutils-gold (Closes: #556764)
Checksums-Sha1: 
 50a72f7dfeef61e5666e26bef0127cbe2c443bab 972 xwax_0.7-2.dsc
 a94e4b9b60c81b9ebd74f85be0717007eb6ddadf 47167 xwax_0.7.orig.tar.gz
 dd658bb43c86ac883cb20aa5d515d854603010bd 2931 xwax_0.7-2.diff.gz
 d9d169e72a20cf3a4647ce5b5c02b114ca4c8c2c 37626 xwax_0.7-2_amd64.deb
Checksums-Sha256: 
 3e6f883213ad1d07bf63c9feb841c62d10105bb58d397c84c480f307e12aa305 972 
xwax_0.7-2.dsc
 c2274ec002d157ee51494b6c6eaf2a5429f6c007f000defdfcbd5a9e39b75362 47167 
xwax_0.7.orig.tar.gz
 65a29c4971530f58c65ddde9aef11f3a7f0f69402a2145e02dd452bc58c0c4df 2931 
xwax_0.7-2.diff.gz
 8f1aa774c11cc6ed91e309ce8e01c9e1f6e6d66f66ad12d248eca9dd6881b370 37626 
xwax_0.7-2_amd64.deb
Files: 
 f88a7403feec695fbae387e62bc18fd1 972 sound extra xwax_0.7-2.dsc
 b7730b09e48b65cefce6d2d8db2bc13b 47167 sound extra xwax_0.7.orig.tar.gz
 073c06907750e91180eeccdaa9e3e284 2931 sound extra xwax_0.7-2.diff.gz
 27d16051791aff1681ba6272971d15ae 37626 sound extra xwax_0.7-2_amd64.deb

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

iEYEARECAAYFAkuVMigACgkQchorMMFUmYwWrQCeOfFgLABaEsuBcpW4PRnJ1J6U
jhQAmwQzrQiZ45HyEOMTEEcg93dKxkHd
=TYBL
-END PGP SIGNATURE-


Accepted:
xwax_0.7-2.diff.gz
  to main/x/xwax/xwax_0.7-2.diff.gz
xwax_0.7-2.dsc
  to main/x/xwax/xwax_0.7-2.dsc
xwax_0.7-2_amd64.deb
  to main/x/xwax/xwax_0.7-2_amd64.deb
xwax_0.7.orig.tar.gz
  to main/x/xwax/xwax_0.7.orig.tar.gz


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



Accepted gst-plugins-good0.10 0.10.19-1 (source all amd64)

2010-03-08 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 10:01:27 +
Source: gst-plugins-good0.10
Binary: gstreamer0.10-plugins-good-doc gstreamer0.10-esd 
gstreamer0.10-pulseaudio gstreamer0.10-plugins-good 
gstreamer0.10-plugins-good-dbg
Architecture: source all amd64
Version: 0.10.19-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-esd - GStreamer plugin for ESD
 gstreamer0.10-plugins-good - GStreamer plugins from the good set
 gstreamer0.10-plugins-good-dbg - GStreamer plugins from the good set
 gstreamer0.10-plugins-good-doc - GStreamer documentation for plugins from the 
good set
 gstreamer0.10-pulseaudio - GStreamer plugin for PulseAudio
Changes: 
 gst-plugins-good0.10 (0.10.19-1) unstable; urgency=low
 .
   * New upstream stable release, Closer to the Edit:
 + debian/rules,
   debian/build-deps.in:
   - Build depend on gstreamer and gst-plugins-base = 0.10.27.
Checksums-Sha1: 
 d19a6a15462711ab02eb5156cb05135b1a4cb93d 2871 
gst-plugins-good0.10_0.10.19-1.dsc
 47ffcb0ba9675f8715ba76cdf8cea0cd28711546 3939302 
gst-plugins-good0.10_0.10.19.orig.tar.gz
 0ac934ea625426bdb11c615a18d1493ff1a79266 26899 
gst-plugins-good0.10_0.10.19-1.diff.gz
 5da140e46842ef6babfa4c6ec150ada989853cb8 279226 
gstreamer0.10-plugins-good-doc_0.10.19-1_all.deb
 383008a9580fd1d3a22bc0ed97d691eb35d1afa9 61354 
gstreamer0.10-esd_0.10.19-1_amd64.deb
 955a5e355a10709d32d1ed72a5e33b3d36afe7d2 91590 
gstreamer0.10-pulseaudio_0.10.19-1_amd64.deb
 920b4e1de9fe8bd1764aaf4873561e3b4cbb8a41 1492230 
gstreamer0.10-plugins-good_0.10.19-1_amd64.deb
 939f5a46d327af5e188c4c8f67698e9d6535654c 3758912 
gstreamer0.10-plugins-good-dbg_0.10.19-1_amd64.deb
Checksums-Sha256: 
 853553f7a919567fec4b80c2fe01d9a8452cc3ac1a0ce0974e102c89f801c6da 2871 
gst-plugins-good0.10_0.10.19-1.dsc
 85e6c5229be1df74ef9178c4ecb0e195a2b38de286884a96ef52ea59ffae6e58 3939302 
gst-plugins-good0.10_0.10.19.orig.tar.gz
 d12ecfc7fdc9194460bca448706e17245a531780d450e9436a218e7b80e544df 26899 
gst-plugins-good0.10_0.10.19-1.diff.gz
 76062b47bec56aae764a9dbf64cba7308d5a371f1b7955329deff480e5caa4ee 279226 
gstreamer0.10-plugins-good-doc_0.10.19-1_all.deb
 05ca24d2089fdaea82c176fdb173254d229c03e04e8591cae46e695aa5bbbc87 61354 
gstreamer0.10-esd_0.10.19-1_amd64.deb
 fba4af27978e010bbf41cdefc2ff6e7f54381f129a0809dcacc80d41fb1ceb34 91590 
gstreamer0.10-pulseaudio_0.10.19-1_amd64.deb
 b53d3c52b1b7ed6f1ea02bb10658077015b23e515635069ca0e2a4c0f5d3ea93 1492230 
gstreamer0.10-plugins-good_0.10.19-1_amd64.deb
 ec3fe41b3f778f0062375dbce1bd4df52e3729a391c317d2d77dfa1cf31460d8 3758912 
gstreamer0.10-plugins-good-dbg_0.10.19-1_amd64.deb
Files: 
 3e4f9caf9b7ed63de71bdff83d4500d7 2871 libs optional 
gst-plugins-good0.10_0.10.19-1.dsc
 213ab6421a3af46263a0ba5b84b8f9e2 3939302 libs optional 
gst-plugins-good0.10_0.10.19.orig.tar.gz
 11f5bf99caa71ad3c4defff597663d0d 26899 libs optional 
gst-plugins-good0.10_0.10.19-1.diff.gz
 f91548bc8ae1add3c51ee92e33ab496f 279226 doc optional 
gstreamer0.10-plugins-good-doc_0.10.19-1_all.deb
 1644db77f8ad1368882be8e83d0a0c6c 61354 libs optional 
gstreamer0.10-esd_0.10.19-1_amd64.deb
 6585e3680df44c034abd56320be8958a 91590 sound optional 
gstreamer0.10-pulseaudio_0.10.19-1_amd64.deb
 81968a3588f578fa354314dd4ce4933e 1492230 libs optional 
gstreamer0.10-plugins-good_0.10.19-1_amd64.deb
 a18a23639f1162d85781552af33be15c 3758912 debug extra 
gstreamer0.10-plugins-good-dbg_0.10.19-1_amd64.deb

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

iEYEARECAAYFAkuVRH8ACgkQBsBdh1vkHyHonQCfUojKW/LZuXyu6+0VuDgfnNlQ
AwwAn1lkwxfwQ8SW17MQefmmNEstI5zG
=4boI
-END PGP SIGNATURE-


Accepted:
gst-plugins-good0.10_0.10.19-1.diff.gz
  to main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.19-1.diff.gz
gst-plugins-good0.10_0.10.19-1.dsc
  to main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.19-1.dsc
gst-plugins-good0.10_0.10.19.orig.tar.gz
  to main/g/gst-plugins-good0.10/gst-plugins-good0.10_0.10.19.orig.tar.gz
gstreamer0.10-esd_0.10.19-1_amd64.deb
  to main/g/gst-plugins-good0.10/gstreamer0.10-esd_0.10.19-1_amd64.deb
gstreamer0.10-plugins-good-dbg_0.10.19-1_amd64.deb
  to 
main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-dbg_0.10.19-1_amd64.deb
gstreamer0.10-plugins-good-doc_0.10.19-1_all.deb
  to 
main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good-doc_0.10.19-1_all.deb
gstreamer0.10-plugins-good_0.10.19-1_amd64.deb
  to main/g/gst-plugins-good0.10/gstreamer0.10-plugins-good_0.10.19-1_amd64.deb
gstreamer0.10-pulseaudio_0.10.19-1_amd64.deb
  to main/g/gst-plugins-good0.10/gstreamer0.10-pulseaudio_0.10.19-1_amd64.deb


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



Accepted gst-plugins-bad0.10 0.10.18-1 (source all amd64)

2010-03-08 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 10:06:36 +
Source: gst-plugins-bad0.10
Binary: gstreamer0.10-plugins-bad-doc gstreamer0.10-plugins-bad 
gstreamer0.10-sdl gstreamer0.10-plugins-bad-dbg
Architecture: source all amd64
Version: 0.10.18-1
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages 
pkg-gstreamer-maintain...@lists.alioth.debian.org
Changed-By: Sebastian Dröge sl...@debian.org
Description: 
 gstreamer0.10-plugins-bad - GStreamer plugins from the bad set
 gstreamer0.10-plugins-bad-dbg - GStreamer plugins from the bad set (debug 
symbols)
 gstreamer0.10-plugins-bad-doc - GStreamer documentation for plugins from the 
bad set
 gstreamer0.10-sdl - GStreamer plugin for SDL output
Changes: 
 gst-plugins-bad0.10 (0.10.18-1) unstable; urgency=low
 .
   * New upstream stable release, Dimishing Returns:
 + debian/rules,
   debian/build-deps.in:
   - Build depend on gstreamer and gst-plugins-base = 0.10.27.
Checksums-Sha1: 
 6e434f37811e94d762baa070090d1b8b85f095d7 2833 gst-plugins-bad0.10_0.10.18-1.dsc
 eabbb2db785d8ed7cc360f279ab1cc88fad47236 4629927 
gst-plugins-bad0.10_0.10.18.orig.tar.gz
 a76099ec2de86f6019ef0f0fa901bf5cde3121a0 16943 
gst-plugins-bad0.10_0.10.18-1.diff.gz
 052438fc4d44bc071a6d34b4f22fa95d832d41db 187980 
gstreamer0.10-plugins-bad-doc_0.10.18-1_all.deb
 6a3e48cc5da5f9010d15b00a4a64dee38a1118ab 1605562 
gstreamer0.10-plugins-bad_0.10.18-1_amd64.deb
 b995e4206f2048fc79eb6ae930f968aeafbc32fd 50286 
gstreamer0.10-sdl_0.10.18-1_amd64.deb
 68019e8ff54ef5de7529be4bfd7454af9c9c36de 3852212 
gstreamer0.10-plugins-bad-dbg_0.10.18-1_amd64.deb
Checksums-Sha256: 
 5ac3bd3a00ea3718fb1b4afb5f1faf8433a9e1ed484c9523a944830c91b3f68d 2833 
gst-plugins-bad0.10_0.10.18-1.dsc
 4b242af9d571c348bf240e61703e071e78781013d3477d535a405d39e93c2e5b 4629927 
gst-plugins-bad0.10_0.10.18.orig.tar.gz
 bc872024d264d2477afa6cec8b816909bb96fe5f2ca85941ddac8cc02b0901d5 16943 
gst-plugins-bad0.10_0.10.18-1.diff.gz
 a04d34285e9ee5f025b05dc44a023d6434bdb13831d5048fa911d822890aa206 187980 
gstreamer0.10-plugins-bad-doc_0.10.18-1_all.deb
 ed4ce05127ae0802b9610a02dbf17e03e3603c3a9113656fc6e234dc60658b2d 1605562 
gstreamer0.10-plugins-bad_0.10.18-1_amd64.deb
 96e12209fe9abcc75427c8b321ceeb8b747348e335159f57c5e03ae4f739f875 50286 
gstreamer0.10-sdl_0.10.18-1_amd64.deb
 20d0af35dd487eaaa93741f293f51f9523ad6307568d3cbc648b1540f5a2124d 3852212 
gstreamer0.10-plugins-bad-dbg_0.10.18-1_amd64.deb
Files: 
 8e5f479d334b7de93e707a30c0044a35 2833 libs extra 
gst-plugins-bad0.10_0.10.18-1.dsc
 79610477adadb39da64f4e3737cd0596 4629927 libs extra 
gst-plugins-bad0.10_0.10.18.orig.tar.gz
 31e5ca9a32550b121e6ecec253df71fd 16943 libs extra 
gst-plugins-bad0.10_0.10.18-1.diff.gz
 aa2860ec522f789d3171ac7ee4a652a8 187980 doc extra 
gstreamer0.10-plugins-bad-doc_0.10.18-1_all.deb
 2c59d3d7cc005a51ed95d355965529f4 1605562 libs extra 
gstreamer0.10-plugins-bad_0.10.18-1_amd64.deb
 8314b79f27d6234ebb2d14768ecd5416 50286 libs extra 
gstreamer0.10-sdl_0.10.18-1_amd64.deb
 132bd849d3385abbf35e5ccd3d978924 3852212 debug extra 
gstreamer0.10-plugins-bad-dbg_0.10.18-1_amd64.deb

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

iEYEARECAAYFAkuVRJkACgkQBsBdh1vkHyHuLwCcDqNnJSxZWrXKYA8kfTg7pxb6
cLAAn0Bf/U58asRPuOukkPXYZxajPwiV
=q7cZ
-END PGP SIGNATURE-


Accepted:
gst-plugins-bad0.10_0.10.18-1.diff.gz
  to main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.18-1.diff.gz
gst-plugins-bad0.10_0.10.18-1.dsc
  to main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.18-1.dsc
gst-plugins-bad0.10_0.10.18.orig.tar.gz
  to main/g/gst-plugins-bad0.10/gst-plugins-bad0.10_0.10.18.orig.tar.gz
gstreamer0.10-plugins-bad-dbg_0.10.18-1_amd64.deb
  to 
main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-dbg_0.10.18-1_amd64.deb
gstreamer0.10-plugins-bad-doc_0.10.18-1_all.deb
  to main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad-doc_0.10.18-1_all.deb
gstreamer0.10-plugins-bad_0.10.18-1_amd64.deb
  to main/g/gst-plugins-bad0.10/gstreamer0.10-plugins-bad_0.10.18-1_amd64.deb
gstreamer0.10-sdl_0.10.18-1_amd64.deb
  to main/g/gst-plugins-bad0.10/gstreamer0.10-sdl_0.10.18-1_amd64.deb


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



Accepted cfourcc 0.1.2-6 (source i386)

2010-03-08 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 14 Feb 2010 02:15:39 +0200
Source: cfourcc
Binary: cfourcc
Architecture: source i386
Version: 0.1.2-6
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 cfourcc- command line tool for changing FourCC in Microsoft RIFF AVI files
Changes: 
 cfourcc (0.1.2-6) unstable; urgency=low
 .
   * Move to format: 3.0 (quilt).
   * debian/{cfourcc.manpages,clean,debian-compile.mk}
 - New files.
   * debian/control
 - (Build-Depends): remove dpatch.
 - (Section): change to video.
 - (Standards-Version): 3.8.4
   * debian/copyright
 - Minor layout update. Use FSF URL.
   * debian/patches
 - Convert to quilt.
   * debian/rules
 - Remove dpatch.
 - Remove rules obsoleted by dh(1).
   * debian/source/format
 - New file.
Checksums-Sha1: 
 03f845725406e4030d1191ac96d27bfe68cfe97b 1133 cfourcc_0.1.2-6.dsc
 d02a2dda4c1e782f0012f56a86fd6a696814a50d 5538 cfourcc_0.1.2-6.debian.tar.gz
 e3b1fa6db0ec824a4599fde594bd32927d139506 14734 cfourcc_0.1.2-6_i386.deb
Checksums-Sha256: 
 a54ae3d3c0a3c54741d30e29da2dd0a6ec9ca7b66bcacaebc99f4594a6d5ccfa 1133 
cfourcc_0.1.2-6.dsc
 ef8bf91013a353f4ea96dd4e1a60b1511d73f0b1c5c09d0ea5f09e8428b94b1e 5538 
cfourcc_0.1.2-6.debian.tar.gz
 cfa931cb83d6fb8b1f7faf8c5e289372bf8a9d4506faefaf75ad3a2b12c819d2 14734 
cfourcc_0.1.2-6_i386.deb
Files: 
 3035f9fda0aa38465ca1211c30f8ac87 1133 video optional cfourcc_0.1.2-6.dsc
 b0559cac08c14dc50a038d4d5b77dafd 5538 video optional 
cfourcc_0.1.2-6.debian.tar.gz
 1d4ffe424ed225acfeea7e275c1fc58e 14734 video optional cfourcc_0.1.2-6_i386.deb

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

iEYEARECAAYFAkuVSLQACgkQpdwBkPlyvgPWAACfSk1ybqx1x3QakuNeSFRgbwrC
bYAAoILX7yHWsS63J1bWFxldc2u9DNFP
=jZOn
-END PGP SIGNATURE-


Accepted:
cfourcc_0.1.2-6.debian.tar.gz
  to main/c/cfourcc/cfourcc_0.1.2-6.debian.tar.gz
cfourcc_0.1.2-6.dsc
  to main/c/cfourcc/cfourcc_0.1.2-6.dsc
cfourcc_0.1.2-6_i386.deb
  to main/c/cfourcc/cfourcc_0.1.2-6_i386.deb


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



Accepted iceape 2.0.3-5 (source all amd64)

2010-03-08 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 19:08:33 +0100
Source: iceape
Binary: iceape iceape-browser iceape-dev iceape-dbg iceape-mailnews 
iceape-chatzilla
Architecture: source all amd64
Version: 2.0.3-5
Distribution: unstable
Urgency: low
Maintainer: Maintainers of Mozilla-related packages 
pkg-mozilla-maintain...@lists.alioth.debian.org
Changed-By: Mike Hommey gland...@debian.org
Description: 
 iceape - The Iceape Internet Suite
 iceape-browser - Iceape Navigator (Internet browser) and Composer
 iceape-chatzilla - Iceape Chatzilla IRC client
 iceape-dbg - Debugging symbols for the Iceape Internet Suite
 iceape-dev - Transition package to xulrunner-dev
 iceape-mailnews - Iceape Mail  Newsgroups and Address Book
Changes: 
 iceape (2.0.3-5) unstable; urgency=low
 .
   * debian/patches/series: Refresh patches with the new changes from
 xulrunner:
 + 0050*: Always align AutoArrays for 64-bits words as decided with
   upstream.
   * debian/control: Remove libkrb5-dev build dependency.
   * debian/extra-stuff/filemonitor/Makefile.in
 debian/extra-stuff/Makefile.in, debian/iceape-browser.install,
 debian/iceape-browser.links, debian/pkg_files: Move Debian specific
 components into $GRE_DIR/distribution/bundles/debian/components.
   * debian/rules: Use dh_auto_* --parallel where appropriate.
   * debian/extra-stuff/addonsInfo.js: Manually sort plugins and extensions
 list in addons info component. This will make the component compatible
 with 1.9.2.
   * debian/extra-stuff/*.js: Get plugin path from nsIPluginTag.fullpath when
 available. nsIPluginTag.filename only contains the leaf name on 1.9.2.
   * debian/extra-stuff/debUpdateNotifier.js: Remove extra whitespace in
 restart prompt.
   * debian/extra-stuff/filemonitor/debGIOFileMonitorService.cpp: Allow
 giofilemonitor to monitor files too.
   * debian/copyright: Use DEP-5 format. Also remove some licensing terms
 when they can be found in a file in subdirectories that are not used to
 build the binary packages. Thanks Gabriele Giacone for the initial work.
   * debian/iceape-browser.postinst: Do more cleanup at postinst time.
Checksums-Sha1: 
 c44ff6edf4a0d6c1fdceb8a358bbae66066ccebf 2012 iceape_2.0.3-5.dsc
 335e59e2c4a5ad3d5fafc05ebff9e45d1345cd3d 317719 iceape_2.0.3-5.debian.tar.gz
 a40d83c2208159c65a668278a074d1a9db6eae7c 39606 iceape_2.0.3-5_all.deb
 c7cc4de2fafdce119280b26ff9f67269e64b2f35 11940568 
iceape-browser_2.0.3-5_amd64.deb
 42cf93424cd9a28a39ed0ddf5cd95313e9ffe556 37462 iceape-dev_2.0.3-5_all.deb
 61a08e5434f67648e02ca8f26edd2ffac6a0927e 67339284 iceape-dbg_2.0.3-5_amd64.deb
 2251270122efc3f4c90e2c7a9b71b1e3784feaba 2232366 
iceape-mailnews_2.0.3-5_amd64.deb
 7477ca2a5ee4c02b993818f51a88c7c45a75e621 366022 
iceape-chatzilla_2.0.3-5_all.deb
Checksums-Sha256: 
 84ae93209f96b22036769df1bf70cbe23dc9ad4581996bbc7fe95c60983c779f 2012 
iceape_2.0.3-5.dsc
 1ff52c1e4ec8c012e59342ef2366646642d42433836c1b00eceaf6de641864cc 317719 
iceape_2.0.3-5.debian.tar.gz
 f1a0d4926f5c3e5b88596a016157f982f6931039bc0fe8337b31ac6d5ac04a82 39606 
iceape_2.0.3-5_all.deb
 772ab730e7383ad83e5a038ab60d3b3621f84c80ea4552b1a761234e2977b668 11940568 
iceape-browser_2.0.3-5_amd64.deb
 8e6cc36119d240b4b9769033521f5ad733111fce34bdae78be6cf0e10c6a 37462 
iceape-dev_2.0.3-5_all.deb
 8bf541eff8afcc9d8089c42ec30ddbc14b3406ceb329a0df14f492d7b0564e7e 67339284 
iceape-dbg_2.0.3-5_amd64.deb
 192baada99137bc3e5b310352b1fcca183e839bac3ee068a402b96dd0a310d09 2232366 
iceape-mailnews_2.0.3-5_amd64.deb
 8a41c85531e7c64b6941ffa90fabb3644aa572ad8ad382ad0ce0d7e2a71f5b07 366022 
iceape-chatzilla_2.0.3-5_all.deb
Files: 
 a70768c9d34701dfd6bba66c528d0e8a 2012 net optional iceape_2.0.3-5.dsc
 8506b4fe8a1673cb46dadb4945a5ffb6 317719 net optional 
iceape_2.0.3-5.debian.tar.gz
 638ce8e276eb63e6ce3e7296922d6fe5 39606 web optional iceape_2.0.3-5_all.deb
 b5434f8e48993c721647206cc944dfbe 11940568 web optional 
iceape-browser_2.0.3-5_amd64.deb
 150eaed52eaf381022141785d2e89044 37462 devel optional 
iceape-dev_2.0.3-5_all.deb
 31e3a9a9c0b2860b060ae5a3e2f31a7c 67339284 debug extra 
iceape-dbg_2.0.3-5_amd64.deb
 ccc8a8f94ec487069d088e5ba545e119 2232366 mail optional 
iceape-mailnews_2.0.3-5_amd64.deb
 4479b093da037031870c78ce0521cee4 366022 net optional 
iceape-chatzilla_2.0.3-5_all.deb

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

iD8DBQFLlUjz3kvaLFT9KlgRAsjSAJ0Y/BtlZ6U4QmeBntgyW4tQ5hjD3wCdFzkp
l41tKSKM+uQIcd9d5F1pO4I=
=Ii0V
-END PGP SIGNATURE-


Accepted:
iceape-browser_2.0.3-5_amd64.deb
  to main/i/iceape/iceape-browser_2.0.3-5_amd64.deb
iceape-chatzilla_2.0.3-5_all.deb
  to main/i/iceape/iceape-chatzilla_2.0.3-5_all.deb
iceape-dbg_2.0.3-5_amd64.deb
  to main/i/iceape/iceape-dbg_2.0.3-5_amd64.deb
iceape-dev_2.0.3-5_all.deb
  to main/i/iceape/iceape-dev_2.0.3-5_all.deb
iceape-mailnews_2.0.3-5_amd64.deb
  to main/i/iceape/iceape-mailnews_2.0.3-5_amd64.deb

Accepted libssh2 1.2.4-1 (source i386)

2010-03-08 Thread Mikhail Gusarov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 28 Feb 2010 13:11:14 +0600
Source: libssh2
Binary: libssh2-1 libssh2-1-dev libssh2-1-dbg
Architecture: source i386
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: Mikhail Gusarov dotted...@dottedmag.net
Changed-By: Mikhail Gusarov dotted...@dottedmag.net
Description: 
 libssh2-1  - SSH2 client-side library
 libssh2-1-dbg - SSH2 client-side library (debug package)
 libssh2-1-dev - SSH2 client-side library (development headers)
Changes: 
 libssh2 (1.2.4-1) unstable; urgency=low
 .
   * New upstream release.
 - Adjust list of files to stash before build and to restore later.
 - Update symbols file.
Checksums-Sha1: 
 b2a8250dc8ec1ff9ce51851ca4f88d41fdee6b70 1045 libssh2_1.2.4-1.dsc
 dcc8a0b1352114b10db20bf895ecb9e7272de094 547675 libssh2_1.2.4.orig.tar.gz
 664ea49d3d99ef33e10249319ead26b9bf180704 4704 libssh2_1.2.4-1.diff.gz
 488502d8ef22044155a0bd18695c25e546ed14ec 78542 libssh2-1_1.2.4-1_i386.deb
 e313e34be874f3c86ac2644bd6ecef2e5b072ed2 327180 libssh2-1-dev_1.2.4-1_i386.deb
 90e8c249e7d6325067b54a3775dc2940a7da670e 143152 libssh2-1-dbg_1.2.4-1_i386.deb
Checksums-Sha256: 
 c07e410e3b93f8e8eb1cffa68355b30773eb6f75efc4fd4a66a1f72f2b31dffc 1045 
libssh2_1.2.4-1.dsc
 794746e97fcf1c68e01f83277667b9367a6c7726db771cef702303d731377120 547675 
libssh2_1.2.4.orig.tar.gz
 f639a759e6665706dc89fa9eee282324f9220642131cf1578c40d9f74d21a8ac 4704 
libssh2_1.2.4-1.diff.gz
 aae944b324a667df9d5b6642ca520937c6fe99d1379e9ed6f481f990df954c2b 78542 
libssh2-1_1.2.4-1_i386.deb
 b4b92665dfa72c7abfc52bd19df1b026bff66961df5395201afcbeac9a83eeff 327180 
libssh2-1-dev_1.2.4-1_i386.deb
 95627ca8bd6dc437fedd7a14a0e1bca5413a395db548e4ea7cf9a4a1d4539b2a 143152 
libssh2-1-dbg_1.2.4-1_i386.deb
Files: 
 2090d055bf6dac6bdce236fc0972292d 1045 libs optional libssh2_1.2.4-1.dsc
 4d65a66d5f232e5bb1d05b311e43d46d 547675 libs optional libssh2_1.2.4.orig.tar.gz
 4bd73de33c6b9ad309d26dbfa835c302 4704 libs optional libssh2_1.2.4-1.diff.gz
 ef8bf42876ac493fd12609b265dac689 78542 libs optional libssh2-1_1.2.4-1_i386.deb
 84d64e4cb8b100dcaf28ddcca5c72e7d 327180 libdevel optional 
libssh2-1-dev_1.2.4-1_i386.deb
 295f91fd8efb99cd14dfb3ae3b3909ea 143152 debug extra 
libssh2-1-dbg_1.2.4-1_i386.deb

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

iEYEARECAAYFAkuVSPkACgkQ9A/NYF0eULohMgCgj86Bu1ubGqmcxhCsE/6E3oR8
LcoAn14HrIxc/QF4oCAJdpgicQVS3Ljp
=siBs
-END PGP SIGNATURE-


Accepted:
libssh2-1-dbg_1.2.4-1_i386.deb
  to main/libs/libssh2/libssh2-1-dbg_1.2.4-1_i386.deb
libssh2-1-dev_1.2.4-1_i386.deb
  to main/libs/libssh2/libssh2-1-dev_1.2.4-1_i386.deb
libssh2-1_1.2.4-1_i386.deb
  to main/libs/libssh2/libssh2-1_1.2.4-1_i386.deb
libssh2_1.2.4-1.diff.gz
  to main/libs/libssh2/libssh2_1.2.4-1.diff.gz
libssh2_1.2.4-1.dsc
  to main/libs/libssh2/libssh2_1.2.4-1.dsc
libssh2_1.2.4.orig.tar.gz
  to main/libs/libssh2/libssh2_1.2.4.orig.tar.gz


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



Accepted bzr-builddeb 2.4 (source all)

2010-03-08 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 13 Feb 2010 01:16:00 +0100
Source: bzr-builddeb
Binary: bzr-builddeb
Architecture: source all
Version: 2.4
Distribution: unstable
Urgency: low
Maintainer: Debian Bazaar Maintainers pkg-bazaar-ma...@lists.alioth.debian.org
Changed-By: Jelmer Vernooij jel...@debian.org
Description: 
 bzr-builddeb - bzr plugin for Debian package management
Closes: 572093
Changes: 
 bzr-builddeb (2.4) unstable; urgency=low
 .
   [ Jelmer Vernooij ]
   * Switch section to vcs.
   * Allow the directory service to work with older version of python-apt.
 .
   [ James Westby ]
   * Correct typo that causes packages with .orig.tar.bz2 to fail to build.
   * Also merge tags in merge-package.
   * Adapt to the python-apt 0.8 API. Thanks to Julian Andres Klode.
 (Closes: #572093)
   * Fix merge-upstream with just a branch. (LP: #528273)
 .
   [ John Arbash Meinel ]
   * Improve the changelog merge hook to be smarter when both sides change.
 .
   [ Steve Langasek ]
   * Make merge-upstream --v3 unpack .tar.bz2 with the correct arguments.
 (LP: #529900)
Checksums-Sha1: 
 8f585c367a742514acb3ea3a6fd5c646c744a1b4 1204 bzr-builddeb_2.4.dsc
 1961cf35a1cbb2e2223d8674f5fe2c02b642dab6 136957 bzr-builddeb_2.4.tar.gz
 5cb660b84bc41193ba7f01a0e5f225f6a5443ba2 134198 bzr-builddeb_2.4_all.deb
Checksums-Sha256: 
 add6dcf6e87e06aa7fde7b220cba5a7c1d10e9057733b97ff83b52ceaf09278d 1204 
bzr-builddeb_2.4.dsc
 25793e17108c3931e7ee93ff67d7d4e36fb6d5bddfb1bc9f00a48cd318a7 136957 
bzr-builddeb_2.4.tar.gz
 52b030c606a8a0b1f99261dfed54c33c065443f859ad0843c78adbef529f704f 134198 
bzr-builddeb_2.4_all.deb
Files: 
 abfd8dc2e39b20f29bd869dce7a6c625 1204 vcs optional bzr-builddeb_2.4.dsc
 95b2cb4b59011ff74619934a164d7fe6 136957 vcs optional bzr-builddeb_2.4.tar.gz
 6b8ce4f91f08664f3a2785e13efec6e0 134198 vcs optional bzr-builddeb_2.4_all.deb

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

iEYEARECAAYFAkuVSpQACgkQPa9Uoh7vUnbaqACfTnE6FqcQFebRegOvkKsso/GA
jjkAoJE7oQp8JQLzcVmj5J9ig4GIn2as
=TP13
-END PGP SIGNATURE-


Accepted:
bzr-builddeb_2.4.dsc
  to main/b/bzr-builddeb/bzr-builddeb_2.4.dsc
bzr-builddeb_2.4.tar.gz
  to main/b/bzr-builddeb/bzr-builddeb_2.4.tar.gz
bzr-builddeb_2.4_all.deb
  to main/b/bzr-builddeb/bzr-builddeb_2.4_all.deb


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



Accepted procmail-lib 1:2009.1202-2 (source all)

2010-03-08 Thread Jari Aalto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 07 Mar 2010 13:25:26 +0200
Source: procmail-lib
Binary: procmail-lib
Architecture: source all
Version: 1:2009.1202-2
Distribution: unstable
Urgency: low
Maintainer: Jari Aalto jari.aa...@cante.net
Changed-By: Jari Aalto jari.aa...@cante.net
Description: 
 procmail-lib - procmail library of plug-in recipes
Changes: 
 procmail-lib (1:2009.1202-2) unstable; urgency=low
 .
   * Move to format: 3.0 (quilt).
   * debian/control:
 - (Depends): Add ${misc:Depends} for debhelper (lintian).
 - (Standards-Version): update to 3.8.4.
   * debian/copyright
 - Minor layout update.
   * debian/prerm
 - add #DEBHELPER# (lintian).
   * debian/procmail-lib.examples
 - Move content from 'rules' for dh(1) to use.
   * debian/README.Debian
 - Update content and delete obsolete documentation (2003).
   * debian/rules
 - Remove targets that can be handled by dh(1).
   * debian/source/format
 - New file.
Checksums-Sha1: 
 82e39bab43ebf0a8e903fc348ef900adbc059648 1223 procmail-lib_2009.1202-2.dsc
 0147e5b17b1d5edea70b28e234fadf19ed7276d7 5034 
procmail-lib_2009.1202-2.debian.tar.gz
 bfa0d92a58daad25819812ce1449572d2be2b3fa 347436 
procmail-lib_2009.1202-2_all.deb
Checksums-Sha256: 
 9d17b8928baa0d2277a37dd1dc12214879f37761742565372c5a0c929a6870af 1223 
procmail-lib_2009.1202-2.dsc
 32ea4e79eec4611e157161464f53f0280271918d07aee9c50b4c21a18f994e9e 5034 
procmail-lib_2009.1202-2.debian.tar.gz
 c7c5860029d148ef2da6f9d810d283ede752a59d6d4ce1d9618627650981f6dd 347436 
procmail-lib_2009.1202-2_all.deb
Files: 
 9142224ac4398454936dcacb8bf88cb3 1223 mail optional 
procmail-lib_2009.1202-2.dsc
 c089d8a792344beed909dc529231cd4c 5034 mail optional 
procmail-lib_2009.1202-2.debian.tar.gz
 821817f560a5c08114ec2233dd3b228c 347436 mail optional 
procmail-lib_2009.1202-2_all.deb

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

iEYEARECAAYFAkuVT18ACgkQpdwBkPlyvgPMpgCffUKj/XHJeLbvzCeYUNIW0V+m
aYYAnAv3KtD0PnyZtp03PZ+6wtCnwexA
=3bU5
-END PGP SIGNATURE-


Accepted:
procmail-lib_2009.1202-2.debian.tar.gz
  to main/p/procmail-lib/procmail-lib_2009.1202-2.debian.tar.gz
procmail-lib_2009.1202-2.dsc
  to main/p/procmail-lib/procmail-lib_2009.1202-2.dsc
procmail-lib_2009.1202-2_all.deb
  to main/p/procmail-lib/procmail-lib_2009.1202-2_all.deb


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



Accepted libcgroup 0.35-2 (source amd64)

2010-03-08 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 14:28:53 -0500
Source: libcgroup
Binary: libcgroup-dev libcgroup1 libpam-cgroup cgroup-bin
Architecture: source amd64
Version: 0.35-2
Distribution: unstable
Urgency: low
Maintainer: Jon Bernard jbern...@debian.org
Changed-By: Jon Bernard jbern...@debian.org
Description: 
 cgroup-bin - Tools to control and monitor control groups
 libcgroup-dev - Development libraries to develop applications that utilize 
contro
 libcgroup1 - A library to control and monitor control groups
 libpam-cgroup - A PAM module to move a user session into a cgroup
Closes: 549581
Changes: 
 libcgroup (0.35-2) unstable; urgency=low
 .
   * Use memset to initialize sigaction struct (Closes: #549581)
Checksums-Sha1: 
 cd89b2ae1ce942883e44727d457c6490287f9d8c 1123 libcgroup_0.35-2.dsc
 95a8679df905dd0e403671c80ff735417e5fa772 9041 libcgroup_0.35-2.diff.gz
 c9691f6354555f94e9bf903d856f941739bb979a 8730 libcgroup-dev_0.35-2_amd64.deb
 b8a7ac26a6878f346fd7a6acfc8a0eb44dbe2123 35844 libcgroup1_0.35-2_amd64.deb
 c6e8e2f9bc479de9202b765fd4688e01a2860e21 6368 libpam-cgroup_0.35-2_amd64.deb
 1afb30acdf52b03989a7257c4c1623b37cc07aa3 57110 cgroup-bin_0.35-2_amd64.deb
Checksums-Sha256: 
 a51368b6a8300083bd8c5ef2c61ebcd12c4a7f81a103c4054c33a90d884acdab 1123 
libcgroup_0.35-2.dsc
 09e38109f2e37aa5cdab98dd8157865a2597d8b8871bd2d53a62fa60cef639ec 9041 
libcgroup_0.35-2.diff.gz
 e54bfe8acc60cb9dcfb854e79a5cb2cc8854ee5472a52357dc5d654d17da6b76 8730 
libcgroup-dev_0.35-2_amd64.deb
 81873c85a0abe239dcd28e2b698f83bea0c6955672ddda376bf636d29f16 35844 
libcgroup1_0.35-2_amd64.deb
 e3e6fb3b784cbe98e42132a19d88af61796861e6bb1177c1f5c4f42ee1253f26 6368 
libpam-cgroup_0.35-2_amd64.deb
 131319beeada3cdf25348fb26556ecea3c5817aaedc1632a5a69b7b8e7779fb7 57110 
cgroup-bin_0.35-2_amd64.deb
Files: 
 b2b81b02635cf9bd865870f08ab01010 1123 libs extra libcgroup_0.35-2.dsc
 e1847ef09df64a41064ef775a5858c37 9041 libs extra libcgroup_0.35-2.diff.gz
 1f373d3bddcb1e13eff3ed41cbb18db5 8730 libdevel extra 
libcgroup-dev_0.35-2_amd64.deb
 1343271fcb64c424a9ef7ea2d20f5f77 35844 libs extra libcgroup1_0.35-2_amd64.deb
 d309afe6e8b0fe9d1b9c796a05fb0934 6368 admin extra 
libpam-cgroup_0.35-2_amd64.deb
 cabc5e5c507de435de17269a61c72697 57110 admin extra cgroup-bin_0.35-2_amd64.deb

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

iEUEARECAAYFAkuVULMACgkQwAT2A1kSwn5jtQCWO09fZcJnAp2bZKYveO9h6r0R
3gCgkZAqpORU3R66pk8019Tl+nhBjOM=
=R5PG
-END PGP SIGNATURE-


Accepted:
cgroup-bin_0.35-2_amd64.deb
  to main/libc/libcgroup/cgroup-bin_0.35-2_amd64.deb
libcgroup-dev_0.35-2_amd64.deb
  to main/libc/libcgroup/libcgroup-dev_0.35-2_amd64.deb
libcgroup1_0.35-2_amd64.deb
  to main/libc/libcgroup/libcgroup1_0.35-2_amd64.deb
libcgroup_0.35-2.diff.gz
  to main/libc/libcgroup/libcgroup_0.35-2.diff.gz
libcgroup_0.35-2.dsc
  to main/libc/libcgroup/libcgroup_0.35-2.dsc
libpam-cgroup_0.35-2_amd64.deb
  to main/libc/libcgroup/libpam-cgroup_0.35-2_amd64.deb


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



Accepted advi 1.8-1 (source all amd64)

2010-03-08 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Mon, 08 Mar 2010 20:14:16 +0100
Source: advi
Binary: advi advi-examples
Architecture: source amd64 all
Version: 1.8-1
Distribution: experimental
Urgency: low
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 advi   - an active DVI previewer and presenter
 advi-examples - example presentations for Active-DVI (advi)
Closes: 286456 368830 506047 515364
Changes: 
 advi (1.8-1) experimental; urgency=low
 .
   [ Ralf Treinen ]
   * New upstream release (closes: Bug#368830).
   * /etc/advi/jpfonts.conf: use new symlinks for Japanese fonts. Thanks to
 Junichi Uekawa for the patch (closes: Bug#506047).
   * Applied Helge Kreutzmann's patch to the manpage. Thanks, Helge!
 (closes: Bug#286456).
   * Miscellaneous in debian/control:
 - Added Homepage field to debian/control file
 - Cleaned up Uploaders field in debian/control.
 - Replaced dependency on gs by ghostscript
 - Removed suggestion of xbase-clients from advi-examples
 - Standards-Version 3.8.4 (no change)
   * Rewrote debian/rules from scratch, using dh
   * DH compatibility level 7
   * Build-dependency:
 - remove ocaml-best-compilers: normal ocaml compilers are sufficient
 - remove texlive stuff and hevea: we just use the upstream docs
 - remove ghostscript: not needed
 - add tex-common: needed for installing tex stuff
 - add libfindlib-ocaml: now needed for compilation
 - add dh-ocaml: needed for the ocaml plugin to dh
 - add texlive-binaries: provides kpsexpand
   * Remove debian/post{inst,rm}, use dh_installtex instead
   * Do not try to install the documentation file Announce
   * rename debian/docs to debian/advi.docs, links into advi.links
   * debian/copyright: added INRIA as copyright holder
   * Source format 3.0 (quilt)
   * The directories examples/ and test/ are gone from upstream. We put
 these directories from advi-1.6 into debian/examples-source. This
 directory has the relevant debian patches from 1.6.0 applied.
   * New patch:
 - no-local-advirc: do not load .advirc from the working direcory
   * Old patches:
 - 0004-Japanese-fonts: jpfonts.config is no longer in upstream, put it
   into debian/. Patch renamed to japanese-fonts
 - 0005-Cache-dir.patch: renamed to cache-dir-tilde-expansion
 - 0015-Manpage-update.patch: renamed to manpage
 - The following patches are no longe relevant, and have been removed:
 0001-Pull-CVS-HEAD-as-of-20060103 (now integrated in upstream)
 0002-Makefile-.depend-workaround-for-buggy-make-behavior
0006-Enable-build-and-install-on-architectures-with-only.patch
 0013-Doc-build.patch (doc recompiles smoothly now)
 - The following patches concern only examples. or test/. They are already
   applied to the copy which now in debian/examples-source. These patches
   are therefore just stored in debian/examples-source/patches:
 0003-Don-t-call-advi-on-example-build-generation
 0007-Fix-examples-includes
 0008-Fix-mon_seminar
 0009-Fix-test-includes.patch
 0010-Neutralize-texinputs.patch
 0011-No-bubble.patch
 0012-Set-test-cache-dir.patch
 0014-xanim-xanimate.patch
 0016-example-makefiles-texinputs.patch
 0017-Don-t-compile-tests-which-fail-with-texlive.patch
 .
   [ Stefano Zacchiroli ]
   * fix vcs-svn field to point just above the debian/ dir
 .
   [ Sylvain Le Gall ]
   * Update my email address
 .
   [ Stephane Glondu ]
   * Remove Julien from Uploaders
   * Replace obsolete build-dep on x-dev (Closes: #515364)
   * Switch packaging to git
Checksums-Sha1: 
 da7a9516e5c2ff4e1f0b048ceb7c2a48df5b4cf9 1503 advi_1.8-1.dsc
 14b6f05d641397c451b2e46fd500d483484bc2fa 5222623 advi_1.8.orig.tar.gz
 0d0ee5e78b87e12b9ff156e93babe05fa1e9aefd 3804093 advi_1.8-1.debian.tar.gz
 aef0de1a1515203c0d17ddd500bfb2c836a3e221 5610510 advi_1.8-1_amd64.deb
 c6ce914d4f325a891b0961fc59158a99a7eb82ef 3802514 advi-examples_1.8-1_all.deb
Checksums-Sha256: 
 d5de81ad28f65d6b62564f58ee0370b91108fc8ebb94b61a849491d47026f70d 1503 
advi_1.8-1.dsc
 1b4f02da401f9daa4c5dc56ad10ec58085222ee275e449cb98e3a806b14eaba2 5222623 
advi_1.8.orig.tar.gz
 bbf4a4d2a3b0d64dcf6b4bdaefaacb785bb204f4d3c89ea68e05a4bd2afe232e 3804093 
advi_1.8-1.debian.tar.gz
 1e295c6f34c6e5494c0d4e16f7fa6a8e550c461e4876b17b078b6f058b6692ba 5610510 
advi_1.8-1_amd64.deb
 b2c0b362ae561bdefc81de77b1ba7f58c3afde058d19c6a65a14eb23c26e3bc7 3802514 
advi-examples_1.8-1_all.deb
Files: 
 91e023292d1e02e238e59a2a99c956dc 1503 tex optional advi_1.8-1.dsc
 16f20a1ac2a8f5eed99bf55224115cd0 5222623 tex optional advi_1.8.orig.tar.gz
 69fbd3f4f8db3ba922057c4e3655dc07 3804093 tex optional advi_1.8-1.debian.tar.gz
 22d5cfe6664b449473b4431232d2fe50 5610510 tex optional advi_1.8-1_amd64.deb
 063bf9b684b81da0d605ec28f86843f6 3802514 tex optional 

Accepted asclock 2.0.12-17 (source all alpha)

2010-03-08 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 27 Feb 2010 13:30:06 +0100
Source: asclock
Binary: asclock asclock-themes
Architecture: source all alpha
Version: 2.0.12-17
Distribution: unstable
Urgency: low
Maintainer: Helge Kreutzmann deb...@helgefjell.de
Changed-By: Helge Kreutzmann deb...@helgefjell.de
Description: 
 asclock- A clock designed with the NeXTStep look
 asclock-themes - Theme files for ASclock, a clock applet
Changes: 
 asclock (2.0.12-17) unstable; urgency=low
 .
   * Switch to debhelper V7:
   * Use dh_prep instead of dh_clean -k;
   * Increase versioned build dependency on debhelper.
 .
   * Remove obsolete source diff: from debian/rules.
   * Update to standards version 3.8.4, no change required.
   * Reduce verbosity on stdout when loading themes
   * Simplify debian/rules by using po4a directly
Checksums-Sha1: 
 65d72712c72327f7b1d25560ba5926fd7823c250 1092 asclock_2.0.12-17.dsc
 899190b8c754656851e7ca561e21a3046dc7f193 47743 asclock_2.0.12-17.debian.tar.gz
 d4ff51201afdcd692babd4eae425e97459bfe591 248824 
asclock-themes_2.0.12-17_all.deb
 73fdbd7c2b45ea28830721bd8332b5c1edd88beb 38278 asclock_2.0.12-17_alpha.deb
Checksums-Sha256: 
 acec8ad098187675a41f04700db4b29cdedda61b65da019b0974bbd2196e51ac 1092 
asclock_2.0.12-17.dsc
 4976a8076d1edae2af56240f0f659df62cf11e20749fb98ae96da5f8a2c13f37 47743 
asclock_2.0.12-17.debian.tar.gz
 4c3eaf3230fe539147a76a884558f78ee15f4601c8d325344538fd05d86ed0a9 248824 
asclock-themes_2.0.12-17_all.deb
 1959f1f2017e13fc1419d001c0cddef159000ab881a38c8f429ccba8776ec2b8 38278 
asclock_2.0.12-17_alpha.deb
Files: 
 a39fc716e0c86b1c11dae5f8052fc3fb 1092 x11 optional asclock_2.0.12-17.dsc
 67627fae57627ca713a049c64688738c 47743 x11 optional 
asclock_2.0.12-17.debian.tar.gz
 1dfe8593e1032532c69a1134570a062b 248824 x11 optional 
asclock-themes_2.0.12-17_all.deb
 27079b176bfe75e83d86ee3eb4809372 38278 x11 optional asclock_2.0.12-17_alpha.deb

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

iD8DBQFLlWZ2RsxcY/MYpWoRApsQAKDPZPZZIAwlUpFM8JU/MhyL2cFiJACgyDH3
2/sl1XU4w7nP/5c1FXVGCCM=
=DGth
-END PGP SIGNATURE-


Accepted:
asclock-themes_2.0.12-17_all.deb
  to main/a/asclock/asclock-themes_2.0.12-17_all.deb
asclock_2.0.12-17.debian.tar.gz
  to main/a/asclock/asclock_2.0.12-17.debian.tar.gz
asclock_2.0.12-17.dsc
  to main/a/asclock/asclock_2.0.12-17.dsc
asclock_2.0.12-17_alpha.deb
  to main/a/asclock/asclock_2.0.12-17_alpha.deb


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



  1   2   >