Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Loïc Minier
On Wed, Dec 06, 2006, Helge Kreutzmann wrote:
The main aim of
 goobox is to play CDs on those systems where no direct link between
 the CD drive and the audio hardware exists (like, e.g., on my ibook).

 Uh, I misparsed your email, on systems with *no* link.  Well, that's
 what sound-juicer, rhythmbox and gnome-cd do AFAICT.

-- 
Loïc Minier [EMAIL PROTECTED]
 I have no strong feelings one way or the other. -- Neutral President


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Loïc Minier
On Wed, Dec 06, 2006, Josselin Mouette wrote:
   This is a separate issue, and the short status on the subject is that
   upstream thinks this is not possible, but they would accept help on
   this topic:
  http://bugzilla.gnome.org/show_bug.cgi?id=363363
 The attached patch should be at least enough for Debian. Finally working
 h264 videos with totem-gstreamer, hear hear!
 That's just a hack, and for upstream, this requires of course some
 integration in the configure script, but that's definitely not
 impossible.

 Again, this is a separate issue.  I suggest you subscribe and/or
 comment in the upstream bug.  I was able to produce a hackish
 gst-ffmpeg built with Debian's ffmpeg source as well (though it would
 have required a ffmpeg-source package or equivalent), but it was not
 good enough to be included in Debian.

 I've forwarded your patch upstream for comments.  I rely on upstream
 for updates of gst-ffmpeg.  Applying such a patch to Debian only would
 put upstream in a situation where bugs coming from Debian might be seen
 as tainted.

-- 
Loïc Minier [EMAIL PROTECTED]
 I have no strong feelings one way or the other. -- Neutral President


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Josselin Mouette
Le jeudi 07 décembre 2006 à 09:53 +0100, Loïc Minier a écrit :
  I've forwarded your patch upstream for comments.  I rely on upstream
  for updates of gst-ffmpeg.  Applying such a patch to Debian only would
  put upstream in a situation where bugs coming from Debian might be seen
  as tainted.

I don't think this justifies the extra burden on the security team, and
the bugs in some codecs that are fixed in the Debian ffmpeg package.
Given the growing number of h.264 videos out there, it doesn't make much
sense to ship a video player that can't read them, especially when it
can be so easily fixed.

As the situation is very similar in mplayer, mplayer is considered
RC-buggy by the security team. There was an exception for
gstreamer-ffmpeg because it was considered too difficult to fix, but I
don't think this is justified and this should be considered
release-critical as well.
-- 
Josselin Mouette/\./\

Do you have any more insane proposals for me?



Re: [RFH] migrating to cmake

2006-12-07 Thread Eduard Bloch
#include hallo.h
* Bastian Venthur [Wed, Dec 06 2006, 12:56:37PM]:
 Hi,
 
 one of my packages moved to cmake and I wonder how the classic
 
 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
 --prefix=/usr --mandir=\$${prefix}/share/man
 --infodir=\$${prefix}/share/info CFLAGS=$(CFLAGS) LDFLAGS=-Wl,-z,defs
 
 -line in debian/rules translates to cmake. The environment variables
 CFLAGS and LDFLAGS shouldn't be a problem, but how do I set the --host,
 --build, --prefix, --mandir and --infodir parameters?

You could rip some examples from 

http://svn.debian.org/wsvn/debburn/cdrkit/trunk/Makefile?op=filerev=0sc=0

Note that this is for an out-of-source build, in the build directory.

I don't know your package but you maybe could just throw this Makefile
into your directory and use it as-is... Maybe with reenabling the
wrapper rule (see below). Or just applying those cmake commands in
debian/rules.

AFAIK --host and --build are autoconfisms, do you really need them?

Eduard.

-- 
HE Ich bin verwirrt, wenn ich tippe während meine Freundin mich knutscht.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Sebastian Dröge
Am Mittwoch, den 06.12.2006, 22:47 +0100 schrieb Josselin Mouette:
 Le mercredi 06 décembre 2006 à 21:48 +0100, Loïc Minier a écrit :
  On Wed, Dec 06, 2006, Josselin Mouette wrote:
   Maybe it is also not too late to rework the gstreamer0.10-ffmpeg package
   to link against the Debian libavcodec/libavformat packages. This would
   save a lot of trouble to the security team.
  
   This is a separate issue, and the short status on the subject is that
   upstream thinks this is not possible, but they would accept help on
   this topic:
  http://bugzilla.gnome.org/show_bug.cgi?id=363363
 
 The attached patch should be at least enough for Debian. Finally working
 h264 videos with totem-gstreamer, hear hear!

You can also get working h.264 decoding by taking latest gst-ffmpeg CVS
which will be released as 0.10.2 in a few days. As upstream does very
extensive tests that their current ffmpeg snapshot works as expected
with the gstreamer plugin I think it's far safer to stay with their
version unless we want bugs that are not reproducible with upstream's
gstreamer plugin and ffmpeg combination.

Also using a different ffmpeg version than upstream could lead to our
bugreports being rejected or at least being seen as less valid than
other bugreports with default builds...

Bye


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Sebastian Dröge
Am Mittwoch, den 06.12.2006, 21:27 +0100 schrieb Loïc Minier:
 Hi,
 
  This is to discuss dropping the 0.8 series of GStreamer for etch.
 
  Recently, a security bug affected gst-ffmpeg and needed an upload for
  both the 0.8 and 0.10.  The security team wonders whether it will have
  to support both sources for the etch lifetime.
The number of packages which are still using the 0.8 series of
  GStreamer has dropped significantly.  Remain as libgstreamer0.8-0
  rdeps:
  - teatime: Sebastian Dröge sent a patch for GStreamer 0.10 support in
#401897

A new version of teatime including this patch (2.6.0-5) was already
uploaded today.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Ross Burton
On Wed, 2006-12-06 at 22:05 +0100, Helge Kreutzmann wrote:
 Well, I haven't tried sound-juicer, but according to the (very brief)
 package description, it is a ripper, and not a player. The main aim of
 goobox is to play CDs on those systems where no direct link between
 the CD drive and the audio hardware exists (like, e.g., on my ibook). When I
 searched late 2004 for a good audio program to do this I ended up with
 goobox. If indeed sound-juicer *plays* audio CDs nice as well, I'll
 try it.

It's primary goal is to be a ripper, but it can play CDs too.  The
interface is designed around playback as a way of previewing what you
are about to rip, but it will happily play an entire CD.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



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


Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Loïc Minier
On Thu, Dec 07, 2006, Josselin Mouette wrote:
 I don't think this justifies the extra burden on the security team, and
 the bugs in some codecs that are fixed in the Debian ffmpeg package.
 Given the growing number of h.264 videos out there, it doesn't make much
 sense to ship a video player that can't read them, especially when it
 can be so easily fixed.

 It's nice that you're concerned by this state of fact, but this is
 nothing new, and was already discussed multiple times.  I actually
 already discussed this since months with 1) Debian users 2) upstream 3)
 the ffmpeg maintainer 4) the security team.
   If you truly want to unlock this situation, subscribe to the upstream
 bug on the subject, and update your patch to be acceptable upstream.

 As the situation is very similar in mplayer, mplayer is considered
 RC-buggy by the security team. There was an exception for
 gstreamer-ffmpeg because it was considered too difficult to fix, but I
 don't think this is justified and this should be considered
 release-critical as well.

 Again, nothing new.  As you state yourself, this was already discussed
 and an exception was granted.  Beside, you miss the important point
 that gst-ffmpeg heavily patches (read: replaces) the ffmpeg build
 system, wihle mplayer has a close-to-vanilla ffmpeg tree.


 Dropping GStreamer 0.8 for etch is not building gst-ffmpeg against
 Debian's ffmpeg; any of these changes can be achieved in whatever
 order, these are orthogonal, even if both would help security support
 (in a different way).  As I'm not considering building gst-ffmpeg
 against ffmpeg for etch, I kindly suggest we let this subthread die or
 be continued in the upstream bug report where it would be more useful.

-- 
Loïc Minier [EMAIL PROTECTED]
 I have no strong feelings one way or the other. -- Neutral President


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Romain Beauxis
On Thursday 07 December 2006 11:06, Sebastian Dröge wrote:
     The number of packages which are still using the 0.8 series of
   GStreamer has dropped significantly.  Remain as libgstreamer0.8-0
   rdeps:

Seems that you do not include some other packages not directly depending on 
this lib.

For instance mine is built with ruby's bindings...
If you were to choose to remove it before etch, you better prospect for 
dependances on gstreamer0.8-foo packages, and as I fear, fill bugs quiclky 
since they may be more than this list..

Anyway, I'm gonne prepare a new release of my package using 0.10.

Romain



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Ana Guerrero
On Wed, Dec 06, 2006 at 09:27:52PM +0100, Loïc Minier wrote:
 Hi,
 
  This is to discuss dropping the 0.8 series of GStreamer for etch.
 
  Recently, a security bug affected gst-ffmpeg and needed an upload for
  both the 0.8 and 0.10.  The security team wonders whether it will have
  to support both sources for the etch lifetime.
The number of packages which are still using the 0.8 series of
  GStreamer has dropped significantly.  Remain as libgstreamer0.8-0
  rdeps:

[...]

  - kttsd: no idea about this one

This program is shipped inside kdeaccessibility. 
Build kttsd with support of GStreamer is optional, so in case it does not 
work with GStreamer 0.10, this dependency could be dropped.

Ana


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Josselin Mouette
Le jeudi 07 décembre 2006 à 11:30 +0100, Loïc Minier a écrit :
  It's nice that you're concerned by this state of fact, but this is
  nothing new, and was already discussed multiple times.  I actually
  already discussed this since months with 1) Debian users 2) upstream 3)
  the ffmpeg maintainer 4) the security team.
If you truly want to unlock this situation, subscribe to the upstream
  bug on the subject, and update your patch to be acceptable upstream.

By hiding behind upstream, you're simply refusing to fix the problem.
The patch is a hack that is only guaranteed to work on a Debian system,
and upstream will refuse it until it is done in a proper way. This is
not how things work. Forwarding fixes upstream is important but it
doesn't come before fixing the Debian bug.

  As the situation is very similar in mplayer, mplayer is considered
  RC-buggy by the security team. There was an exception for
  gstreamer-ffmpeg because it was considered too difficult to fix, but I
  don't think this is justified and this should be considered
  release-critical as well.
 
  Again, nothing new.  As you state yourself, this was already discussed
  and an exception was granted.  Beside, you miss the important point
  that gst-ffmpeg heavily patches (read: replaces) the ffmpeg build
  system, wihle mplayer has a close-to-vanilla ffmpeg tree.

The exception was granted because of this assumption, which is *entirely
wrong*, as gst-ffmpeg ships a vanilla ffmpeg tree. It took me less than
one hour to figure it out and to build a working package with the Debian
ffmpeg library.

  Dropping GStreamer 0.8 for etch is not building gst-ffmpeg against
  Debian's ffmpeg; any of these changes can be achieved in whatever
  order, these are orthogonal, even if both would help security support
  (in a different way).  As I'm not considering building gst-ffmpeg
  against ffmpeg for etch, I kindly suggest we let this subthread die or
  be continued in the upstream bug report where it would be more useful.

As the security people are the ones being really affected, I would like
to have Moritz' input on this matter. Are you ready to grant an
exception to gstreamer-ffmpeg and not to mplayer while the situation of
both packages is strictly identical?

-- 
Josselin Mouette/\./\

Do you have any more insane proposals for me?



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Loïc Minier
On Thu, Dec 07, 2006, Romain Beauxis wrote:
 Seems that you do not include some other packages not directly depending on 
 this lib.

 Actually, I had a look when I sent this message, and saw:
bee% apt-cache rdepends libgstreamer0.8-ruby
libgstreamer0.8-ruby
Reverse Depends:
  ruby-gnome2

 and:
bee% apt-cache rdepends python-gst
python-gst
Reverse Depends:

 I should have looked closer at the ruby-gnome2 dependency on
 libgstreamer0.8-ruby; I'm a bit surprized it's a Depends, perhaps this
 is a legacy dependency because the package was split?

 Fortunately:
bee% apt-cache rdepends ruby-gnome2
ruby-gnome2
Reverse Depends:
  geekast-binary

 For instance mine is built with ruby's bindings...

 I'm afraid you lack a dependency on the ruby bindings for GStreamer
 then.

 If you were to choose to remove it before etch, you better prospect for 
 dependances on gstreamer0.8-foo packages, and as I fear, fill bugs quiclky 
 since they may be more than this list..

 Well, there's the risk of uncovering missing dependencies indeed.

 Anyway, I'm gonne prepare a new release of my package using 0.10.

 Great!

-- 
Loïc Minier [EMAIL PROTECTED]
 I have no strong feelings one way or the other. -- Neutral President


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



SUMMARY: Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Loïc Minier
On Wed, Dec 06, 2006, Loïc Minier wrote:
  - teatime: Sebastian Dröge sent a patch for GStreamer 0.10 support in
#401897

 Fixed package uploaded.

  - muine: version 0.8.6 in experimental is built against GStreamer 0.10,
see #381784

 Fixed package available.

  - kttsd: no idea about this one

 GStreamer support can be switched to 0.10 or dropped.

  - goobox

 Alternative programs available with a superset of the features, and an
 active upstream.  I'm waiting for a final ack of the maintainer that
 the alternatives are indeed okay and that we can proceed with removal.

 Initially missing from the list: geekast-binary.  The maintainer
 commented that he is now working on porting this package to GStreamer
 0.10.


 As soon as the above issues are cleared in testing, I'll request the
 removal of the GStreamer 0.8 suite of testing and unstable.

-- 
Loïc Minier [EMAIL PROTECTED]
 I have no strong feelings one way or the other. -- Neutral President


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Loïc Minier
On Thu, Dec 07, 2006, Josselin Mouette wrote:
 By hiding behind upstream, you're simply refusing to fix the problem.

 Insulting.

 as gst-ffmpeg ships a vanilla ffmpeg tree

 Wrong.

 As the security people are the ones being really affected, I would like
 to have Moritz' input on this matter. Are you ready to grant an
 exception to gstreamer-ffmpeg and not to mplayer while the situation of
 both packages is strictly identical?

 Insulting.


 I don't intend to pursue discussion, especially not in these
 conditions.

-- 
Loïc Minier [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Josselin Mouette
Le jeudi 07 décembre 2006 à 13:17 +0100, Loïc Minier a écrit :
 On Thu, Dec 07, 2006, Josselin Mouette wrote:
  By hiding behind upstream, you're simply refusing to fix the problem.
 
  Insulting.

Feel insulted if you want. This issue has been known for months and it
took me one hour to find a way around it. And that is a fact, not an
insult.

  I don't intend to pursue discussion, especially not in these
  conditions.

You know I can been convinced by good technical arguments. But if you
don't have anything better than « upstream doesn't do that », I will
have to ask the CTTE to settle this matter.

-- 
Josselin Mouette/\./\

Do you have any more insane proposals for me?



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Greg Folkert
On Wed, 2006-12-06 at 22:05 +0100, Helge Kreutzmann wrote:
 Hello,
 On Wed, Dec 06, 2006 at 09:41:11PM +0100, Daniel Baumann wrote:
  Loïc Minier wrote:
- goobox: gnome.org module that did not see any new upstream release
  since november 2005 and seems to be completely superseded by
  sound-juicer; Daniel Baumann seems to continue maintenance of this
  source
 
 Well, I haven't tried sound-juicer, but according to the (very brief)
 package description, it is a ripper, and not a player. The main aim of
 goobox is to play CDs on those systems where no direct link between
 the CD drive and the audio hardware exists (like, e.g., on my ibook). When I
 searched late 2004 for a good audio program to do this I ended up with
 goobox. If indeed sound-juicer *plays* audio CDs nice as well, I'll
 try it.

The Direct link (using ground, left and right) is typically called
Redbook Audio or at least that is what it was called around the time
the games Descent and the Crusader series (No Regrets and No Remorse
versions) were NEWLY released.
-- 
greg, [EMAIL PROTECTED]

The technology that is
Stronger, better, faster:  Linux


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


Re: SUMMARY: Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Romain Beauxis
On Thursday 07 December 2006 12:03, Loïc Minier wrote:
  Initially missing from the list: geekast-binary.  The maintainer
  commented that he is now working on porting this package to GStreamer
  0.10.

Ok, it seems that the issue is more complicated than that.
Indeed, the while ruby-gnome2 bindings pack is built upon gstreamer2, see:
http://packages.debian.org/unstable/libs/ruby-gnome2
and
http://packages.debian.org/unstable/libs/libgstreamer0.8-ruby

Now the big question now is: is it only a matter of recompiling against or is 
there some restriction for using gstreamer0.10 for ruby-gnome2. I CCed the 
maintainer to have his point on this.

Also, again, it seems important to indicate more precisely which packages 
depends on gstreamer2 since libgstreamer0.8-ruby was not on your list whereas 
it depends on libgstreamer0.8-0 (= 0.8.11)

When ruby-gnome2 uses 0.10 changing my package will only be a matter of 
changing the dependencies I hope.



Romain



Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Michael Banck
On Thu, Dec 07, 2006 at 01:57:46PM +0100, Josselin Mouette wrote:
 Feel insulted if you want. This issue has been known for months and it
 took me one hour to find a way around it. And that is a fact, not an
 insult.

Maybe start by adjusting the subject next time you start discussing
unrelated issues.


thanks,

Michael


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Ondemand governor by default in etch

2006-12-07 Thread John Goerzen
Hi,

I believe that we should enable CPU frequency scaling, and the ondemand
governer, by default in etch.

By doing so, we:

 * Save our users money with their power bills

 * Reduce the contribution to pollution and global warming by machines
   running Debian, and thus help to save the planet.

Setting the ondemand governor:

 * Will cause negligible impact on system performance.  ondemand seems
   to have the philosophy of max system speed unless I can be shown
   that the system is pretty much idle

 * Requires no user-land tools to manage

 * Is compatible with almost all modern hardware, and just won't
   load on machines that don't support it

 * Requires only a 10K ondemand module and a 5-15K driver module to be
   loaded into the kernel

Why should it be the default?

Earlier this morning, I wrote up the procedure [1] to enable CPU
frequency scaling and the ondemand governor.  It's about 3 pages, and
not even newbie friendly at that.  So the first reason is that people
that don't know about this feature aren't prone to find it, and even if
they find it, they aren't prone to know how to enable it.

[1] 
http://changelog.complete.org/posts/572-Saving-Power-with-CPU-Frequency-Scaling.html

Secondly, the ondemand governor is very non-invasive.  It requires no
userspace daemon.  It makes a negligible impact on performance.  And if
people do wish to run a userspace daemon, this default will not
interfere with it.  I've tried it all over the place.  It is stable and
reliable.

Thirdly, it is ethically the right thing to do.  Think about all the
thousands (millons?) of machines that are running Debian.  If we save
even an average of 10W per machine, we could be talking about huge
energy savings worldwide.  We save our users money on their power and
cooling bills.  We reduce air pollution, which has been shown to have
negative health effects.  And we reduce greenhouse gas emissions.

I can't see any reason NOT to do it.

How would we turn it on by default?

1. Compile all the CPU frequency drivers (not the governors) into the
   kernel statically.  This should only add about 150K to the kernel
   size.  We don't currently have a way to autodetect which CPU
   frequency driver to use for a machine.  The alternative is to try to
   modprobe all of them, with ACPI last, at boot.

2. modprobe cpufreq_ondemand at boot (not necessary on 2.6.18)

3. Run something like:

   for CPU in /sys/devices/system/cpu/*; do
  echo ondemand  $CPU/cpufreq/scaling_governor
  cat $CPU/cpufreq/cpu_max_freq  $CPU/cpufreq/scaling_max_freq
   done

Very easy.

Thoughts?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SUMMARY: Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Sjoerd Simons
On Thu, Dec 07, 2006 at 02:53:59PM +0100, Romain Beauxis wrote:
 On Thursday 07 December 2006 12:03, Loïc Minier wrote:
   Initially missing from the list: geekast-binary.  The maintainer
   commented that he is now working on porting this package to GStreamer
   0.10.
 
 Ok, it seems that the issue is more complicated than that.
 Indeed, the while ruby-gnome2 bindings pack is built upon gstreamer2, see:
 http://packages.debian.org/unstable/libs/ruby-gnome2
 and
 http://packages.debian.org/unstable/libs/libgstreamer0.8-ruby
 
 Now the big question now is: is it only a matter of recompiling against or is 
 there some restriction for using gstreamer0.10 for ruby-gnome2. I CCed the 
 maintainer to have his point on this.

ruby-gnome2 only contains bindings for gstreamer 0.8. To use gstreamer 0.10 you
need the libgstreamer0.10-ruby1.8 package. Which works perfectly with the rest
of ruby-gnome2 :)

 When ruby-gnome2 uses 0.10 changing my package will only be a matter of 
 changing the dependencies I hope.

Note that your application will need some porting to gstreamer 0.10.  At least 
the current source in debian doesn't seem to support gstreamer 0.10

  Sjoerd
-- 
Of course you can't flap your arms and fly to the moon.  After a while you'd
run out of air to push against.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: debian-private and Gmail

2006-12-07 Thread Joey Schulze
Nelson A. de Oliveira wrote:
 I saw that it's possible to redirect my @debian.org email to an
 address and also redirect debian-private to another email. @debian.org
 is set to @gmail.com. Good. But what do I do with debian-private?
 Is it possible to redirect debian-private to @people.debian.org and
 read it at this machine?
 Can someone give me help on this, please?

You can always direct it to any of the debian.org hosts itself.
All of them have a running mail system and many have mutt installed,
for example.

See http://db.debian.org/forward.html for documentation.

You could also check if Batched SMTP still works on Debian machines:
http://lists.debian.org/debian-devel/2001/02/msg00965.html

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread Evgeni Golov
On Thu, 7 Dec 2006 09:36:29 -0600 John Goerzen wrote:

 I believe that we should enable CPU frequency scaling, and the
 ondemand governer, by default in etch.

s/ondemand/conservative/

But yes, auto-freq-scaling would be some good thing (even on servers,
my amd64 runs with 1GHz instead of 2GHz, when nothing is there to
crack ;))

Regards
Evgeni

-- 
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  -|-   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread John Goerzen
On Thu, Dec 07, 2006 at 05:03:42PM +0100, Evgeni Golov wrote:
 On Thu, 7 Dec 2006 09:36:29 -0600 John Goerzen wrote:
 
  I believe that we should enable CPU frequency scaling, and the
  ondemand governer, by default in etch.
 
 s/ondemand/conservative/

I personally wouldn't mind that.  My general impression -- and this is
just me -- is that conservative takes longer to raise the CPU frequency
when there is activity.  It therefore can produce a noticable
performance hit.  That is fine for some, but is less of a conservative
change from previous releases of Debian.  

Of course, you do save more power that way, so making it easy for the
user to change to conservative would be a positive thing as well.

With ondemand, for instance, I can see the CPU blip up to max speed when
I click on my icon to open a Konsole, when Iceweasel is rendering a web
page, etc.  It reacts very, very fast.  Conservative doesn't seem to
quite as much.

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread Hendrik Sattler
Am Donnerstag 07 Dezember 2006 16:36 schrieb John Goerzen:
 I believe that we should enable CPU frequency scaling, and the ondemand
 governer, by default in etch.

Did you read the kernel help for it?:
The support for this governor depends on CPU capability to do fast frequency 
switching (i.e, very low latency frequency transitions).
The most important word is very.

  * Is compatible with almost all modern hardware, and just won't
load on machines that don't support it

  * Requires only a 10K ondemand module and a 5-15K driver module to be
loaded into the kernel

 Why should it be the default?

It shouldn't.

 Earlier this morning, I wrote up the procedure [1] to enable CPU
 frequency scaling and the ondemand governor.  It's about 3 pages, and
 not even newbie friendly at that.  So the first reason is that people
 that don't know about this feature aren't prone to find it, and even if
 they find it, they aren't prone to know how to enable it.

apt-get install cpufrequtils
cpufreq-set -g ondemand

Really hard ;)

 Secondly, the ondemand governor is very non-invasive.  It requires no
 userspace daemon.  It makes a negligible impact on performance.  And if
 people do wish to run a userspace daemon, this default will not
 interfere with it.  I've tried it all over the place.  It is stable and
 reliable.

I already had a system go off with it. Ok, it didn't have low latency 
switching.

 Thirdly, it is ethically the right thing to do.  Think about all the
 thousands (millons?) of machines that are running Debian.  If we save
 even an average of 10W per machine, we could be talking about huge
 energy savings worldwide.  We save our users money on their power and
 cooling bills.  We reduce air pollution, which has been shown to have
 negative health effects.  And we reduce greenhouse gas emissions.

 I can't see any reason NOT to do it.

 How would we turn it on by default?

You REALLY should take a look at laptop-mode-tools.
They can do this for you including loading the proper modules when needed and 
LOTS of other energy saving technics.

And you should take a look at the conservative governor, too.
And BTW, did you measure the power savings? My WLAN card and monitor backlight 
eat _all_ the savings and the kernel usually knows how to put the processor 
to a sleep state.

HS


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread Marco d'Itri
On Dec 07, John Goerzen [EMAIL PROTECTED] wrote:

 1. Compile all the CPU frequency drivers (not the governors) into the
kernel statically.  This should only add about 150K to the kernel
size.  We don't currently have a way to autodetect which CPU
frequency driver to use for a machine.  The alternative is to try to
modprobe all of them, with ACPI last, at boot.
Totally unacceptable. The alternative is to use the autodetection script
which was posted last month to this mailing list.
I am strongly opposed to any plan which requires unnecessary built-in
kernel code.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Ondemand governor by default in etch

2006-12-07 Thread Evgeni Golov
Hi,

please don't CC me ;)

On Thu, 7 Dec 2006 10:31:38 -0600 John Goerzen wrote:

 On Thu, Dec 07, 2006 at 05:03:42PM +0100, Evgeni Golov wrote:
  On Thu, 7 Dec 2006 09:36:29 -0600 John Goerzen wrote:
  
   I believe that we should enable CPU frequency scaling, and the
   ondemand governer, by default in etch.
  
  s/ondemand/conservative/
 
 I personally wouldn't mind that.  My general impression -- and this is
 just me -- is that conservative takes longer to raise the CPU
 frequency when there is activity.  It therefore can produce a
 noticable performance hit.  That is fine for some, but is less of a
 conservative change from previous releases of Debian.  

Yes you're right, consevative is a bit slower than ondemand. But from
my expirience it is not slow enough you would recognize while starting
a monster like iceweasel or openoffice.org

 Of course, you do save more power that way, so making it easy for the
 user to change to conservative would be a positive thing as well.

It is already very easy, just install cpufrequtils and
edit /etc/default/cpufrequtils and it will start your governor at
boottime.



-- 
   ^^^| Evgeni -SargentD- Golov ([EMAIL PROTECTED])
 d(O_o)b  | PGP-Key-ID: 0xAC15B50C
  -|-   | WWW: http://www.die-welt.net   ICQ: 54116744
   / \| IRC: #sod @ irc.german-freakz.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread John Goerzen
On Thu, Dec 07, 2006 at 05:23:51PM +0100, Hendrik Sattler wrote:
 Am Donnerstag 07 Dezember 2006 16:36 schrieb John Goerzen:
  I believe that we should enable CPU frequency scaling, and the ondemand
  governer, by default in etch.
 
 Did you read the kernel help for it?:

So, broadly speaking, you support doing something like this by default,
just not the ondemand governor?

 The support for this governor depends on CPU capability to do fast frequency 
 switching (i.e, very low latency frequency transitions).
 The most important word is very.

I have yet to see a machine with trouble with this, though that doesn't
say they couldn't exist.

See, for example, Novell's comments here:

http://forge.novell.com/pipermail/powersave-devel/2006-April/000478.html

  Earlier this morning, I wrote up the procedure [1] to enable CPU
  frequency scaling and the ondemand governor.  It's about 3 pages, and
  not even newbie friendly at that.  So the first reason is that people
  that don't know about this feature aren't prone to find it, and even if
  they find it, they aren't prone to know how to enable it.
 
 apt-get install cpufrequtils
 cpufreq-set -g ondemand
 
 Really hard ;)

That is completely useless unless the user has already manually figured
out which cpufreq modules to load, and loaded them.

I tested that before I wrote my article.  It doesn't load modules for
you, and nothing else does by default, either.  I also grepped through
the source: not an insmod or a modprobe to be found.

That bit is the largest problem anyway.

  interfere with it.  I've tried it all over the place.  It is stable and
  reliable.
 
 I already had a system go off with it. Ok, it didn't have low latency 
 switching.

If we tweak the parameters so it doesn't switch as fast, probably that
could be solved, yes?  Novell seems to believe that ondemand configured
that way is more stable than conservative.

 You REALLY should take a look at laptop-mode-tools.
 They can do this for you including loading the proper modules when needed and 
 LOTS of other energy saving technics.

I have.

It is also much more invasive than this simple switch, and doesn't
necessarily play nice with Gnome/KDE cpu frequency widgets, etc.  Plus
there are n favorite userspace daemons (laptop-mode-tools, powersaved,
powernowd, cpudyn, etc, etc.).

I suggested it this way because it is non-invasive and works with
anything.

 And you should take a look at the conservative governor, too.
 And BTW, did you measure the power savings? My WLAN card and monitor 
 backlight 
 eat _all_ the savings and the kernel usually knows how to put the processor 
 to a sleep state.

It makes a noticable difference on my Macbook Pro's battery life.  I
don't (yet) have the equipment to measure the power draw of my desktop.

Note that this is not the same as a sleep state.  This holds the CPU at
a lower frequency until CPU utilization hits 80% (by default).

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread John Goerzen
On Thu, Dec 07, 2006 at 05:43:07PM +0100, Marco d'Itri wrote:
 On Dec 07, John Goerzen [EMAIL PROTECTED] wrote:
 
  1. Compile all the CPU frequency drivers (not the governors) into the
 kernel statically.  This should only add about 150K to the kernel
 size.  We don't currently have a way to autodetect which CPU
 frequency driver to use for a machine.  The alternative is to try to
 modprobe all of them, with ACPI last, at boot.
 Totally unacceptable. The alternative is to use the autodetection script
 which was posted last month to this mailing list.

If there is a working autodetection script, that would be just fine with
me.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Removing sodipodi

2006-12-07 Thread Daniel Baumann
Daniel Baumann wrote:
 inkscape actually replaces sodipodi in every aspect. Is anybody against
 a removal of sodipodi?

ok, nobody against.. scheduling for removal now... thanks.

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: SUMMARY: Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Romain Beauxis
Le jeudi 7 décembre 2006 16:33, Sjoerd Simons a écrit :
 ruby-gnome2 only contains bindings for gstreamer 0.8. To use gstreamer 0.10
 you need the libgstreamer0.10-ruby1.8 package. Which works perfectly with
 the rest of ruby-gnome2 :)

Thanks forthis point, I did not knew it !

  When ruby-gnome2 uses 0.10 changing my package will only be a matter of
  changing the dependencies I hope.

 Note that your application will need some porting to gstreamer 0.10.  At
 least the current source in debian doesn't seem to support gstreamer 0.10

Hum..
Is the API different ?


Romain



Re: SUMMARY: Re: Dropping GStreamer 0.8 for etch

2006-12-07 Thread Ana Guerrero
On Thu, Dec 07, 2006 at 12:03:11PM +0100, Loïc Minier wrote:
 
   - kttsd: no idea about this one
 
  GStreamer support can be switched to 0.10 or dropped.


Uploaded kttsd dropping gstreamer depends.

Ana


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread Mattia Dongili
On Thu, Dec 07, 2006 at 11:07:46AM -0600, John Goerzen wrote:
 On Thu, Dec 07, 2006 at 05:23:51PM +0100, Hendrik Sattler wrote:
[...]
  The support for this governor depends on CPU capability to do fast 
  frequency 
  switching (i.e, very low latency frequency transitions).
  The most important word is very.
 
 I have yet to see a machine with trouble with this, though that doesn't
 say they couldn't exist.

$ grep -r 'policy-cpuinfo.transition_latency' arch/*
arch/arm/mach-integrator/cpu.c: policy-cpuinfo.transition_latency = 100; 
/* 1 ms, assumed */
arch/arm/mach-sa1100/cpu-sa1100.c:  policy-cpuinfo.transition_latency = 
CPUFREQ_ETERNAL;
arch/arm/mach-sa1100/cpu-sa1110.c:  policy-cpuinfo.transition_latency = 
CPUFREQ_ETERNAL;
arch/arm/plat-omap/cpu-omap.c:  policy-cpuinfo.transition_latency = 
CPUFREQ_ETERNAL;
arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c:
policy-cpuinfo.transition_latency = 0;
arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c:
policy-cpuinfo.transition_latency)
arch/i386/kernel/cpu/cpufreq/acpi-cpufreq.c:
policy-cpuinfo.transition_latency =
arch/i386/kernel/cpu/cpufreq/cpufreq-nforce2.c: 
policy-cpuinfo.transition_latency = CPUFREQ_ETERNAL;
arch/i386/kernel/cpu/cpufreq/elanfreq.c:
policy-cpuinfo.transition_latency = CPUFREQ_ETERNAL;
arch/i386/kernel/cpu/cpufreq/gx-suspmod.c:  
policy-cpuinfo.transition_latency = CPUFREQ_ETERNAL;
arch/i386/kernel/cpu/cpufreq/longhaul.c:
policy-cpuinfo.transition_latency = 20;/* nsec */
arch/i386/kernel/cpu/cpufreq/longrun.c: policy-cpuinfo.transition_latency = 
CPUFREQ_ETERNAL;
arch/i386/kernel/cpu/cpufreq/p4-clockmod.c: 
policy-cpuinfo.transition_latency = 100; /* assumed */
arch/i386/kernel/cpu/cpufreq/powernow-k6.c: 
policy-cpuinfo.transition_latency = CPUFREQ_ETERNAL;
arch/i386/kernel/cpu/cpufreq/powernow-k7.c: 
policy-cpuinfo.transition_latency = cpufreq_scale(200UL, fsb, latency);
arch/i386/kernel/cpu/cpufreq/sc520_freq.c:  
policy-cpuinfo.transition_latency = 100; /* 1ms */
arch/i386/kernel/cpu/cpufreq/speedstep-centrino.c:  
policy-cpuinfo.transition_latency = 1; /* 10uS transition latency */
arch/i386/kernel/cpu/cpufreq/speedstep-ich.c:
policy-cpuinfo.transition_latency,
arch/i386/kernel/cpu/cpufreq/speedstep-smi.c:   
policy-cpuinfo.transition_latency = CPUFREQ_ETERNAL;
arch/ia64/kernel/cpufreq/acpi-cpufreq.c:
policy-cpuinfo.transition_latency = 0;
arch/ia64/kernel/cpufreq/acpi-cpufreq.c:
policy-cpuinfo.transition_latency) {
arch/ia64/kernel/cpufreq/acpi-cpufreq.c:
policy-cpuinfo.transition_latency =
arch/powerpc/platforms/cell/cbe_cpufreq.c:  
policy-cpuinfo.transition_latency = 25000;
arch/powerpc/platforms/powermac/cpufreq_32.c:   
policy-cpuinfo.transition_latency  = CPUFREQ_ETERNAL;
arch/powerpc/platforms/powermac/cpufreq_64.c:   
policy-cpuinfo.transition_latency = CPUFREQ_ETERNAL;
arch/sh/kernel/cpufreq.c:   policy-cpuinfo.transition_latency = 
CPUFREQ_ETERNAL;
arch/sparc64/kernel/us2e_cpufreq.c: policy-cpuinfo.transition_latency = 0;
arch/sparc64/kernel/us3_cpufreq.c:  policy-cpuinfo.transition_latency = 0;

I'd say half of the supported cpus haven't ondemand/conservative
available (CPUFREQ_ETERNAL automatically disqualifies the two
governors). :)

To automagically detect the thing you just have to load the proper cpu
driver (a script appeared here on the list), try to load all governors
and see what happens (AFAIR ondemand barfs if the transition latency is
too high, eventually just check /sys//scaling_available_governors).

I agree with others who said it's just unnecessary to force the whole
thing into the kernel.

-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402041: ITP: libdanga-socket-perl -- Event loop and event-driven async socket base class

2006-12-07 Thread Krzysztof Krzyzaniak (eloy)
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]


* Package name : libdanga-socket-perl
  Version  : 1.55
  Upstream Authors : 
- Brad Fitzpatrick [EMAIL PROTECTED] - author
- Michael Granger [EMAIL PROTECTED] - docs, testing
- Mark Smith [EMAIL PROTECTED] - contributor, heavy user, testing
- Matt Sergeant [EMAIL PROTECTED] - kqueue support, docs, timers, 
other bits.
* URL  : http://www.cpan.org/modules/by-module/Danga/
* License  : Perl: Artistic/GPL2
  Programming Lang : Perl
  Description  : Event loop and event-driven async socket base class

 Danga::Socket an abstract base class for objects backed by a socket which
 provides the basic framework for event-driven asynchronous IO,
 designed to be fast.  Danga::Socket is both a base class for objects,
 and an event loop.
 .
 Callers subclass Danga::Socket.  Danga::Socket's constructor registers
 itself with the Danga::Socket event loop, and invokes callbacks on the
 object for readability, writability, errors, and other conditions.
 .
 Because Danga::Socket uses the fields module, your subclasses must
 too.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-686
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread John Goerzen
On Thu, Dec 07, 2006 at 07:28:50PM +0100, Mattia Dongili wrote:
 arch/sparc64/kernel/us2e_cpufreq.c: policy-cpuinfo.transition_latency = 
 0;
 arch/sparc64/kernel/us3_cpufreq.c:  policy-cpuinfo.transition_latency = 
 0;
 
 I'd say half of the supported cpus haven't ondemand/conservative
 available (CPUFREQ_ETERNAL automatically disqualifies the two
 governors). :)

Perhaps, but if 90% of people are running the half that do support it,
then it doesn't matter too much.

 To automagically detect the thing you just have to load the proper cpu
 driver (a script appeared here on the list), try to load all governors
 and see what happens (AFAIR ondemand barfs if the transition latency is
 too high, eventually just check /sys//scaling_available_governors).

Where would be the proper place to insert this logic?  A new package?
An existing one?

When you say that ondemand barfs, is that detectable at the point that
you try to echo something to scaling_governor?  (That is, echo would
return an error code?)

I'd volunteer to write it.

-- John


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Ondemand governor by default in etch

2006-12-07 Thread Mattia Dongili
On Thu, Dec 07, 2006 at 03:22:35PM -0600, John Goerzen wrote:
 On Thu, Dec 07, 2006 at 07:28:50PM +0100, Mattia Dongili wrote:
  arch/sparc64/kernel/us2e_cpufreq.c: policy-cpuinfo.transition_latency 
  = 0;
  arch/sparc64/kernel/us3_cpufreq.c:  policy-cpuinfo.transition_latency 
  = 0;
  
  I'd say half of the supported cpus haven't ondemand/conservative
  available (CPUFREQ_ETERNAL automatically disqualifies the two
  governors). :)
 
 Perhaps, but if 90% of people are running the half that do support it,
 then it doesn't matter too much.

eheh, I did expect this objection ;)

  To automagically detect the thing you just have to load the proper cpu
  driver (a script appeared here on the list), try to load all governors
  and see what happens (AFAIR ondemand barfs if the transition latency is
  too high, eventually just check /sys//scaling_available_governors).
 
 Where would be the proper place to insert this logic?  A new package?
 An existing one?

Hummm, see #342014 and #396117 and #367307
and see also: http://lists.debian.org/debian-devel/2005/07/msg00026.html

 When you say that ondemand barfs, is that detectable at the point that
 you try to echo something to scaling_governor?  (That is, echo would
 return an error code?)

yes (should be EINVAL)
-- 
mattia
:wq!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402078: ITP: haskell-anydbm -- Generic DBM-type interface for Haskell

2006-12-07 Thread John Goerzen
Package: wnpp
Severity: wishlist
Owner: John Goerzen [EMAIL PROTECTED]

* Package name: haskell-anydbm
  Version : 1.0.0
  Upstream Author : John Goerzen [EMAIL PROTECTED]
* URL : http://software.complete.org/anydbm (coming soon)
* License : LGPL
  Programming Lang: Haskell
  Description : Generic DBM-type interface for Haskell
 This module provides a generic infrastructure for supporting storage
 of hash-like items with String-to-String mappings.  It can be used
 for in-memory or on-disk storage.
 .
 Two simple backend drivers are included with this package: one
 that is RAM-only, and one that is persistent and disk-backed.
 The hdbc-anydbm package provides another driver, which lets you use
 simple tables in any SQL database to provide a DBM-like interface.
 MissingPy also provides a Python driver which lets you use any 
 Python anydbm driver under Haskell AnyDBM.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402074: ITP: libsearch-xapian-perl -- Perl bindings for the Xapian C++ search library

2006-12-07 Thread Frank Lichtenheld
Subject: ITP: libsearch-xapian-perl -- Perl bindings for the Xapian C++ search 
library
Package: wnpp
Owner: Frank Lichtenheld [EMAIL PROTECTED]
Severity: wishlist

(CCed xapian-core maintainer for comments)

* Package name: libsearch-xapian-perl
  Version : 0.9.6.0
  Upstream Author : Alex Bowley / Olly Betts [EMAIL PROTECTED]
* URL : http://search.cpan.org/~kilinrax/Search-Xapian-0.9.6.0/
http://www.xapian.org/
* License : Perl (GPL+Artistic)
  Programming Lang: Perl (XS)
  Description : Perl bindings for the Xapian C++ search library

 This packages provides Perl bindings for Xapian.
 .
 The Xapian search engine library is a highly adaptable toolkit to allow
 developers to easily add advanced indexing and search facilities to their own
 applications.  It implements the probabilistic model of information retrieval,
 and provides facilities for performing ranked free-text searches, relevance
 feedback, phrase searching, boolean searching, stemming, and simultaneous
 update and searching.  It is highly scalable, and is capable of working with
 collections containing hundreds of millions of documents.
 .
  Homepage: http://www.xapian.org/

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402076: ITP: blktrace -- block layer IO tracing

2006-12-07 Thread Bas Zoetekouw
Package: wnpp
Severity: wishlist
Owner: Bas Zoetekouw [EMAIL PROTECTED]

* Package name: blktrace
  Version : x.y.z
  Upstream Author : Jens Axboe [EMAIL PROTECTED]
* URL : http://brick.kernel.dk/snaps/
* License : GPL 2 or later
  Programming Lang: C
  Description : block layer IO tracing

blktrace is a block layer IO tracing mechanism which provides detailed
information about request queue operations up to user space. There are
three major components that are provided:

  \item[Kernel patch] A patch to the Linux kernel which includes the
  kernel event logging interfaces, and patches to areas within the block
  layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
  you don't need to patch blktrace support as it is already included.

  \item[blktrace] A utility which transfers event traces from the kernel
  into either long-term on-disk storage, or provides direct formatted
  output (via blkparse).

  \item[blkparse] A utility which formats events stored in files, or when
  run in \emph{live} mode directly outputs data collected by blktrace.


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18.3
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#402080: ITP: haskell-configfile -- Parser and writer for handling sectioned config files in Haskell

2006-12-07 Thread John Goerzen
Package: wnpp
Severity: wishlist
Owner: John Goerzen [EMAIL PROTECTED]

* Package name: haskell-configfile
  Version : 1.0.0
  Upstream Author : John Goerzen [EMAIL PROTECTED]
* URL : http://software.complete.org/configfile (coming soon)
* License : LGPL
  Programming Lang: Haskell
  Description : Parser and writer for handling sectioned config files in 
Haskell
 The ConfigFile module works with configuration files in a standard
 format that is easy for the user to edit, easy for the programmer
 to work with, yet remains powerful and flexible.  It is inspired by,
 and compatible with, Python's ConfigParser module.  It uses files
 that resemble Windows .INI-style files, but with numerous 
 improvements.
 .
 ConfigFile provides simple calls to both read and write config files.
 It's possible to make a config file parsable by this module,
 the Unix shell, and make.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-2-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dictd: no activity last 12 months

2006-12-07 Thread Yauheni Kaliuta

On 12/5/06, Helmut Wollmersdorfer [EMAIL PROTECTED] wrote:

Andreas Tille wrote:

 Hijacking the package?

My packaging skills are too poor.



I can take it if nobody wants since I use it (not too active, but) and
have goot contact with the current upstream maintainer.
But I do not like to ask people (to sponsor the package this case), so
it's better if there is somebody else.

Bye


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



update-inetd

2006-12-07 Thread Brian May
Hello,

Are there any good examples on the correct way of maintaining
inetd.conf entries in Debian maintainer scripts?

It appears Heimdal gets this wrong:

http://bugs.debian.org/401258

I strongly suspect the problem is the code (I copied elsewhere) that
disables the service on upgrades and then re-enables it again after
the upgrade is finished (hmmm seems broken just thinking about
it).

Anyway, in this case, the service is not re-enabled again because the
default for this service is not to enable it.

Comments?

Thanks.
-- 
Brian May [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: dictd: no activity last 12 months

2006-12-07 Thread Andreas Tille

On Fri, 8 Dec 2006, Yauheni Kaliuta wrote:


I can take it if nobody wants since I use it (not too active, but) and
have goot contact with the current upstream maintainer.
But I do not like to ask people (to sponsor the package this case), so
it's better if there is somebody else.


If you are fail to find a sponsor my interest in dict is high enough
to invest some spare time.

Kind regards

   Andreas.

--
http://fam-tille.de


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Work-needing packages report for Dec 8, 2006

2006-12-07 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 331 (new: 3)
Total number of packages offered up for adoption: 88 (new: 1)
Total number of packages requested help for: 36 (new: 1)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   libapache-mod-gzip (#401682), orphaned 2 days ago
 Description: HTTP compression module for Apache
 Installations reported by Popcon: 296

   mailscanner (#401510), orphaned 4 days ago
 Description: email virus scanner and spam tagger
 Installations reported by Popcon: 160

   siege (#401680), orphaned 2 days ago
 Description: Http regression testing and benchmarking utility
 Installations reported by Popcon: 83

328 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   perl-tk (#401489), offered 4 days ago
 Description: Perl module providing the Tk graphics library.
 Reverse Depends: babygimp cd-circleprint clusterssh divxcomp horae
   libdevel-ptkdb-perl libtk-filedialog-perl libtk-gbarr-perl
   libtk-histentry-perl libtk-objscanner-perl (15 more omitted)
 Installations reported by Popcon: 4692

87 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

[NEW] lighttpd (#401575), requested 3 days ago
 Description: A fast webserver with minimal memory footprint
 Reverse Depends: lighttpd-mod-cml lighttpd-mod-magnet
   lighttpd-mod-mysql-vhost lighttpd-mod-trigger-b4-dl
   lighttpd-mod-webdav
 Installations reported by Popcon: 308

   aboot (#315592), requested 532 days ago
 Description: Alpha bootloader: Looking for co-maintainers
 Reverse Depends: aboot aboot-cross dfsbuild ltsp-client
 Installations reported by Popcon: 50

   apt-build (#365427), requested 222 days ago
 Description: Need new developer(s)
 Installations reported by Popcon: 497

   apt-show-versions (#382026), requested 121 days ago
 Description: lists available package versions with distribution
 Installations reported by Popcon: 1986

   athcool (#278442), requested 772 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 222

   audacity (#397166), requested 32 days ago
 Description: looking for co-maintainer
 Installations reported by Popcon: 2087

   cdw (#398252), requested 25 days ago
 Description: Tool for burning CD's - console version
 Reverse Depends: cdw gcdw
 Installations reported by Popcon: 250

   cvs (#354176), requested 287 days ago
 Description: Concurrent Versions System
 Reverse Depends: bonsai crossvc cvs-autoreleasedeb cvs-buildpackage
   cvs2cl cvs2html cvschangelogbuilder cvsconnect cvsd cvsdelta (16
   more omitted)
 Installations reported by Popcon: 9227

   docbook (#358522), requested 260 days ago
 Description: standard SGML representation system for technical
   documents
 Reverse Depends: alcovebook-sgml docbook-dsssl docbook-to-man
   sgmltools-lite
 Installations reported by Popcon: 3509

   docbook-xml (#358520), requested 260 days ago
 Description: standard XML documentation system, for software and
   systems
 Reverse Depends: dblatex docbook-dsssl docbook-ebnf
   docbook-html-forms docbook-jrefentry docbook-mathml docbook-simple
   docbook-slides docbook-website docbook-xsl-stylesheets-ko (6 more
   omitted)
 Installations reported by Popcon: 12602

   dpkg (#282283), requested 747 days ago
 Description: dselect: a user tool to manage Debian packages
 Reverse Depends: alien alsa-source apt-build apt-src backuppc
   build-essential clamsmtp crosshurd cvs-autoreleasedeb
   cvs-buildpackage (82 more omitted)
 Installations reported by Popcon: 20307

   grub (#248397), requested 941 days ago
 Description: GRand Unified Bootloader
 Reverse Depends: dfsbuild grub-splashimages grubconf replicator
 Installations reported by Popcon: 16768

   gtkpod (#319711), requested 501 days ago
 Description: manage songs and playlists on an Apple iPod
 Installations reported by Popcon: 472

   ispell-et (#391105), requested 64 days ago
 Description: Estonian dictionary for Aspell/Ispell/MySpell
 Installations reported by Popcon: 15

   loop-aes-modules (#385615), requested 98 days ago
 Description: loop-AES modules
 Reverse Depends: 

Accepted postgrey 1.27-4 (source all)

2006-12-07 Thread Adrian von Bidder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 08:08:37 +0100
Source: postgrey
Binary: postgrey
Architecture: source all
Version: 1.27-4
Distribution: unstable
Urgency: medium
Maintainer: Adrian von Bidder [EMAIL PROTECTED]
Changed-By: Adrian von Bidder [EMAIL PROTECTED]
Description: 
 postgrey   - greylisting implementation for Postfix
Closes: 380257 401902
Changes: 
 postgrey (1.27-4) unstable; urgency=medium
 .
   * Try to catch etch...
   * exim documentation fix (closes: #380257)
   * init script: don't fail in stop (closes: #401902)
Files: 
 33a71478630271c61128930059996153 630 mail optional postgrey_1.27-4.dsc
 6953928ae293ef484117f642fcda289a 11153 mail optional postgrey_1.27-4.diff.gz
 82dd1943c254d900872fc9978ed88b11 43680 mail optional postgrey_1.27-4_all.deb

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

iEYEARECAAYFAkV3xlwACgkQi6Qxi+Wn99ZG+gCglYD4U1NkH1AFExYypixOLpwZ
Rg4AoKYMuOuJ5SGZdvZdOu3usmsjttB7
=Kgen
-END PGP SIGNATURE-


Accepted:
postgrey_1.27-4.diff.gz
  to pool/main/p/postgrey/postgrey_1.27-4.diff.gz
postgrey_1.27-4.dsc
  to pool/main/p/postgrey/postgrey_1.27-4.dsc
postgrey_1.27-4_all.deb
  to pool/main/p/postgrey/postgrey_1.27-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sql-ledger 2.6.22-1 (source all)

2006-12-07 Thread Raphael Hertzog
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 08:53:45 +0100
Source: sql-ledger
Binary: sql-ledger
Architecture: source all
Version: 2.6.22-1
Distribution: unstable
Urgency: high
Maintainer: Finn-Arne Johansen [EMAIL PROTECTED]
Changed-By: Raphael Hertzog [EMAIL PROTECTED]
Description: 
 sql-ledger - A web based double-entry accounting program
Changes: 
 sql-ledger (2.6.22-1) unstable; urgency=high
 .
   * New upstream release that only adds one bugfix where the user can loose
 his password while trying to change it.
Files: 
 48e8370471f86e0042ba09a220d42ec5 706 web optional sql-ledger_2.6.22-1.dsc
 e5c01d2d1ef81aee7aefb9102788d32a 3041058 web optional 
sql-ledger_2.6.22.orig.tar.gz
 8b8bc405277fcf4b25d3bc9e74d83fcf 13230 web optional sql-ledger_2.6.22-1.diff.gz
 4c3d7d44a541113e8729a6f89d03aa72 2798132 web optional 
sql-ledger_2.6.22-1_all.deb

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

iD8DBQFFd8rqvPbGD26BadIRAuIbAKCeltwGjJUQ59mbvu3kbtz2/hkCnwCghlkD
WIE9dZ5ctq9U5BPtTLM+Gls=
=FOMa
-END PGP SIGNATURE-


Accepted:
sql-ledger_2.6.22-1.diff.gz
  to pool/main/s/sql-ledger/sql-ledger_2.6.22-1.diff.gz
sql-ledger_2.6.22-1.dsc
  to pool/main/s/sql-ledger/sql-ledger_2.6.22-1.dsc
sql-ledger_2.6.22-1_all.deb
  to pool/main/s/sql-ledger/sql-ledger_2.6.22-1_all.deb
sql-ledger_2.6.22.orig.tar.gz
  to pool/main/s/sql-ledger/sql-ledger_2.6.22.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libroxen-imho 0.99-6 (source powerpc)

2006-12-07 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 08:25:00 +
Source: libroxen-imho
Binary: libroxen-imho
Architecture: source powerpc
Version: 0.99-6
Distribution: unstable
Urgency: low
Maintainer: Turbo Fredriksson [EMAIL PROTECTED]
Changed-By: Turbo Fredriksson [EMAIL PROTECTED]
Description: 
 libroxen-imho - Web-based e-mail module for Roxen (using IMAP)
Closes: 40 400466
Changes: 
 libroxen-imho (0.99-6) unstable; urgency=low
 .
   * Update French translation.
 Closes: #40
   * Update German translation.
 Closes: #400466
Files: 
 68b6c2973c4db92de03c65078180540f 622 web optional libroxen-imho_0.99-6.dsc
 3b23084450baa2ec2dd63b8c332277c9 10453 web optional 
libroxen-imho_0.99-6.diff.gz
 fdd1cff448c9e8072373e60f8b5c1b09 123818 web optional 
libroxen-imho_0.99-6_powerpc.deb

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

iD8DBQFFd9FVmlWzPKccHgARAiGcAJ0XjL13rvNswSYUCHw8VemPmNm1+gCfVa0R
IYl5DBOC6b5ZhYqAWQ4+Sm8=
=2EX5
-END PGP SIGNATURE-


Accepted:
libroxen-imho_0.99-6.diff.gz
  to pool/main/libr/libroxen-imho/libroxen-imho_0.99-6.diff.gz
libroxen-imho_0.99-6.dsc
  to pool/main/libr/libroxen-imho/libroxen-imho_0.99-6.dsc
libroxen-imho_0.99-6_powerpc.deb
  to pool/main/libr/libroxen-imho/libroxen-imho_0.99-6_powerpc.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted remem 2.12-2 (source i386)

2006-12-07 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 09:54:58 +0100
Source: remem
Binary: remembrance-agent
Architecture: source i386
Version: 2.12-2
Distribution: unstable
Urgency: low
Maintainer: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 remembrance-agent - Emacs mode to help find relevant texts
Closes: 276824 333167 381733
Changes: 
 remem (2.12-2) unstable; urgency=low
 .
   * Debconf templates translations:
 - New Swedish translation by Daniel Nylander (Closes: #333167)
 - New Portuguese translation by Miguel Figueiredo by Luísa Lourenço
 (Closes: #381733)
   * Apply forgotten patch from Mike Small fixing a segmentation fault in
 ra-index when it tries to index files which are over 256 length
 (full path name) by dynamically allocating their length (Closes: #276824)
Files: 
 6519a230945bdf8c2795a754dba74792 719 misc optional remem_2.12-2.dsc
 fb9c1e2e1427c76fcd564b07d5a67250 61175 misc optional remem_2.12-2.diff.gz
 31042b1bea0686d339ca9b80cc97eeab 108230 misc optional 
remembrance-agent_2.12-2_i386.deb

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

iQCVAwUBRXfaoPtEPvakNq0lAQIOhAQAik/bwnet8p96Xqwdz/pYUgALglW6JajE
6zgoIUo4CLFdVkTv0F8u4CcglLigewxXb0po1jLK3+SRXQ7viujVEbBW8HAj7105
Hgplb5zk+xpMXvE9Q/RI9pWr8bLsVmAB/GAVJgFC8IHggVJkcpmHugliif0jvb1f
mQUXzrHNmgU=
=UeAB
-END PGP SIGNATURE-


Accepted:
remem_2.12-2.diff.gz
  to pool/main/r/remem/remem_2.12-2.diff.gz
remem_2.12-2.dsc
  to pool/main/r/remem/remem_2.12-2.dsc
remembrance-agent_2.12-2_i386.deb
  to pool/main/r/remem/remembrance-agent_2.12-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted portmap 5-22 (source i386)

2006-12-07 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 10:19:30 +0100
Source: portmap
Binary: portmap
Architecture: source i386
Version: 5-22
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 portmap- The RPC portmapper
Closes: 397043
Changes: 
 portmap (5-22) unstable; urgency=low
 .
   * Add German debconf translation provided by Mathias Klein (Closes: #397043)
Files: 
 cf2d2821106d918da4b33a34bb62fb82 750 net standard portmap_5-22.dsc
 7f8a4e57b4f1611aaa2b98fa67a5d345 26228 net standard portmap_5-22.diff.gz
 d9ea176a86048b705c107155e1e10371 33432 net standard portmap_5-22_i386.deb

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

iQCVAwUBRXfc6PtEPvakNq0lAQIrdQP9EBBBwrGNt25ZMZQ5siU6DvGgPHiJ0qbC
cAKek0GZCwIQ7i4LLSroGDVz6+mRqInGwpMojlR6MqrsvZxSzD4Ea5S93zqetrx/
ZXslgOi6QJg8Cc0ONu8dMgQKFwgluaTSNzw1f7jJ03eF45sHOJLML/78QsF0PDH+
LgvPzPqQbu4=
=fk+6
-END PGP SIGNATURE-


Accepted:
portmap_5-22.diff.gz
  to pool/main/p/portmap/portmap_5-22.diff.gz
portmap_5-22.dsc
  to pool/main/p/portmap/portmap_5-22.dsc
portmap_5-22_i386.deb
  to pool/main/p/portmap/portmap_5-22_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted portmap 5-23 (source i386)

2006-12-07 Thread Javier Fernandez-Sanguino Pen~a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 11:21:20 +0100
Source: portmap
Binary: portmap
Architecture: source i386
Version: 5-23
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Javier Fernandez-Sanguino Pen~a [EMAIL PROTECTED]
Description: 
 portmap- The RPC portmapper
Changes: 
 portmap (5-23) unstable; urgency=low
 .
   * Adapt patch from Ubuntu to prevent rpcinfo from being executed if
 portmap is not running for some reason. This prevents this script
 from stalling in some installations (was reported at Ubuntu
 Malone bug #61668: Building LTSP chroot stops during portmap installation)
Files: 
 365732c48005c0ab8bc5d435e45a96b5 750 net standard portmap_5-23.dsc
 b07fa4e60c593f3571c9f8bde7461823 26341 net standard portmap_5-23.diff.gz
 30e4b4a6422d1d7b8fe20f5480d024ec 33568 net standard portmap_5-23_i386.deb

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

iQCVAwUBRXfrfvtEPvakNq0lAQL38AP/ewp2zFkHV4RvQspVycpBVKaqhLRgftiY
fjkDquxhwN67uQwHniZ3qcZgPR7uxfHebkaB8IpxDpFuw2Yb9I6cXIb8AmwWh5C9
7/wbO2Nq8QX3wUixQNMyMs5VAe25Kp/mGtXQXh5XYeZz9Cr6msFmIBwhsTLzzkwh
NKxHaDmPe+I=
=wWd2
-END PGP SIGNATURE-


Accepted:
portmap_5-23.diff.gz
  to pool/main/p/portmap/portmap_5-23.diff.gz
portmap_5-23.dsc
  to pool/main/p/portmap/portmap_5-23.dsc
portmap_5-23_i386.deb
  to pool/main/p/portmap/portmap_5-23_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bibledit 2.2-2 (source i386)

2006-12-07 Thread Daniel Glassey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Dec 2006 22:35:16 +
Source: bibledit
Binary: bibledit
Architecture: source i386
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Glassey [EMAIL PROTECTED]
Changed-By: Daniel Glassey [EMAIL PROTECTED]
Description: 
 bibledit   - Bible translation tool
Closes: 401917
Changes: 
 bibledit (2.2-2) unstable; urgency=low
 .
   * debian/control: Provides scripturechecks for easier upgrade
   * Dependency on ping, Closes: #401917
Files: 
 e19839c9c87e2e2058bb37b102b9922b 682 gnome optional bibledit_2.2-2.dsc
 c03fbf5d3d9bf8671667bbde1aba76d4 2262 gnome optional bibledit_2.2-2.diff.gz
 b46107eb7733ae454d5efeb8fe4fce40 1458746 gnome optional bibledit_2.2-2_i386.deb

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

iD8DBQFFd/pZ/offrSwPzRoRAlHxAKCgRZTPBR0wbcC8my7T8q2WeehLzwCg1Uh8
wNuB9T8PwBNssr4sY1GOAC4=
=F+8R
-END PGP SIGNATURE-


Accepted:
bibledit_2.2-2.diff.gz
  to pool/main/b/bibledit/bibledit_2.2-2.diff.gz
bibledit_2.2-2.dsc
  to pool/main/b/bibledit/bibledit_2.2-2.dsc
bibledit_2.2-2_i386.deb
  to pool/main/b/bibledit/bibledit_2.2-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tina 0.1.10 (source i386)

2006-12-07 Thread Matt Kraai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 03:41:07 -0800
Source: tina
Binary: tina
Architecture: source i386
Version: 0.1.10
Distribution: unstable
Urgency: low
Maintainer: Matt Kraai [EMAIL PROTECTED]
Changed-By: Matt Kraai [EMAIL PROTECTED]
Description: 
 tina   - A curses personal information manager.
Closes: 395755
Changes: 
 tina (0.1.10) unstable; urgency=low
 .
   * Add a binary-indep target (closes: #395755).
Files: 
 73865ee1d7621c0c64b1b8fb68f7168d 476 misc optional tina_0.1.10.dsc
 d0ba93a595d2ebc41637cda48715ace4 65400 misc optional tina_0.1.10.tar.gz
 418997de7d580615c40501413908a7f8 14516 misc optional tina_0.1.10_i386.deb

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

iD8DBQFFeAA2fNdgYxVXvBARAsaFAJ41yKp6M3NPYD8Fl7734yG3BFoeTwCeMKDn
I8BNFbLRL8NeJMMud63+4Fw=
=BWLX
-END PGP SIGNATURE-


Accepted:
tina_0.1.10.dsc
  to pool/main/t/tina/tina_0.1.10.dsc
tina_0.1.10.tar.gz
  to pool/main/t/tina/tina_0.1.10.tar.gz
tina_0.1.10_i386.deb
  to pool/main/t/tina/tina_0.1.10_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted markdown 1.0.1-4 (source all)

2006-12-07 Thread Matt Kraai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 03:39:20 -0800
Source: markdown
Binary: markdown
Architecture: source all
Version: 1.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Matt Kraai [EMAIL PROTECTED]
Changed-By: Matt Kraai [EMAIL PROTECTED]
Description: 
 markdown   - Text-to-HTML conversion tool
Closes: 395623
Changes: 
 markdown (1.0.1-4) unstable; urgency=low
 .
   * Add a binary-arch target, closes: #395623.
Files: 
 0ffa30883b62ae1af4d60af430b9cd59 526 web optional markdown_1.0.1-4.dsc
 18013c6b76e5e86ef41c0df1899797f0 2688 web optional markdown_1.0.1-4.diff.gz
 3acf158b97f2133b7d1854fd90633c41 18092 web optional markdown_1.0.1-4_all.deb

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

iD8DBQFFeAAefNdgYxVXvBARAgS8AKCSv05bFr4Gfoc49FWDo04O/jLU7gCeLxIH
qss/FTDHGvF5auwb7kCUbGo=
=gmbS
-END PGP SIGNATURE-


Accepted:
markdown_1.0.1-4.diff.gz
  to pool/main/m/markdown/markdown_1.0.1-4.diff.gz
markdown_1.0.1-4.dsc
  to pool/main/m/markdown/markdown_1.0.1-4.dsc
markdown_1.0.1-4_all.deb
  to pool/main/m/markdown/markdown_1.0.1-4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted r-base 2.4.1~20061205-1 (source all i386)

2006-12-07 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Dec 2006 22:51:18 -0600
Source: r-base
Binary: r-base-core r-base-latex r-recommended r-doc-html r-doc-info r-base-dev 
r-mathlib r-base-html r-doc-pdf r-base
Architecture: source all i386
Version: 2.4.1~20061205-1
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-base - GNU R statistical computing language and environment
 r-base-core - GNU R core of statistical computing language and environment
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-base-latex - GNU R LaTeX docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.4.1~20061205-1) unstable; urgency=low
 .
   * First beta package of the upcoming R 2.4.1 scheduled for December 18
Files: 
 03631ddb19a273e5b0a4c8d9be591f49 1059 math optional r-base_2.4.1~20061205-1.dsc
 1d32be2e0e3c948633611b2bf16277a4 14553725 math optional 
r-base_2.4.1~20061205.orig.tar.gz
 96509aecfd32eec8c832d966793586ba 49272 math optional 
r-base_2.4.1~20061205-1.diff.gz
 3710d60d112cc586ef72ba460fbe7633 9949660 math optional 
r-base-core_2.4.1~20061205-1_i386.deb
 77a3230066bc3f437703808cbcd75132 432068 math optional 
r-mathlib_2.4.1~20061205-1_i386.deb
 4efc0087193fee3a7b296508564adc93 23634 math optional 
r-base_2.4.1~20061205-1_all.deb
 0475d30d7e7000e0b02bdddb777c3b4f 2478 devel optional 
r-base-dev_2.4.1~20061205-1_all.deb
 e66f78a71ad962d15c3e8629e0242ee0 1165472 math extra 
r-base-html_2.4.1~20061205-1_all.deb
 fc902b87da743a1d841afcc7d1190f9d 1086216 math extra 
r-base-latex_2.4.1~20061205-1_all.deb
 4c7e218335facba7dc266da0d63cdc4b 6997166 doc optional 
r-doc-pdf_2.4.1~20061205-1_all.deb
 a75c76e5fdaf116ad4690cc5e68beae7 518640 doc optional 
r-doc-html_2.4.1~20061205-1_all.deb
 9b4500463127bdb14e7c12e3085d46c9 456678 doc optional 
r-doc-info_2.4.1~20061205-1_all.deb
 3db1e6b8a42c4a60c5044329d693b446 1928 math optional 
r-recommended_2.4.1~20061205-1_all.deb

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

iD8DBQFFd/ivCZSR95Gw07cRAu6XAJ0a9biyRs8o+1JaelFvJHzcHChMOwCglrPA
TdDojoKQWkLVWLkKBY25r94=
=tuSW
-END PGP SIGNATURE-


Accepted:
r-base-core_2.4.1~20061205-1_i386.deb
  to pool/main/r/r-base/r-base-core_2.4.1~20061205-1_i386.deb
r-base-dev_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-base-dev_2.4.1~20061205-1_all.deb
r-base-html_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-base-html_2.4.1~20061205-1_all.deb
r-base-latex_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-base-latex_2.4.1~20061205-1_all.deb
r-base_2.4.1~20061205-1.diff.gz
  to pool/main/r/r-base/r-base_2.4.1~20061205-1.diff.gz
r-base_2.4.1~20061205-1.dsc
  to pool/main/r/r-base/r-base_2.4.1~20061205-1.dsc
r-base_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-base_2.4.1~20061205-1_all.deb
r-base_2.4.1~20061205.orig.tar.gz
  to pool/main/r/r-base/r-base_2.4.1~20061205.orig.tar.gz
r-doc-html_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-doc-html_2.4.1~20061205-1_all.deb
r-doc-info_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-doc-info_2.4.1~20061205-1_all.deb
r-doc-pdf_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-doc-pdf_2.4.1~20061205-1_all.deb
r-mathlib_2.4.1~20061205-1_i386.deb
  to pool/main/r/r-base/r-mathlib_2.4.1~20061205-1_i386.deb
r-recommended_2.4.1~20061205-1_all.deb
  to pool/main/r/r-base/r-recommended_2.4.1~20061205-1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted libgksu 2.0.3-3 (source i386)

2006-12-07 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 09:33:33 -0200
Source: libgksu
Binary: libgksu2-dev libgksu2-0
Architecture: source i386
Version: 2.0.3-3
Distribution: unstable
Urgency: medium
Maintainer: Gustavo Noronha Silva [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 libgksu2-0 - library providing su and sudo functionality
 libgksu2-dev - library providing su and sudo functionality (development files)
Closes: 401268
Changes: 
 libgksu (2.0.3-3) unstable; urgency=medium
 .
   * debian/patches/02_desktop_startup_id_fix.diff:
   - fixes the desktop startup notification variable not being set; sudo
 seems to unset the variable anyway, will talk to sudo's maintainer
 (Closes: #401268)
   * urgency set to medium because this is a problem that is bothering
 quite a bit, it seems, and the fix is reasonable simple
Files: 
 b65a493e07d16a80b85fe32df8483f44 1488 admin optional libgksu_2.0.3-3.dsc
 67e9724b494868f1cfc87dfa2ab2fe63 12146 admin optional libgksu_2.0.3-3.diff.gz
 ddb50dd3ebbce7bafd29d5bd1db16fbe 76734 libs optional 
libgksu2-0_2.0.3-3_i386.deb
 02687cc1a2d76657224e530dc72fd0ae 54988 libdevel optional 
libgksu2-dev_2.0.3-3_i386.deb

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

iD8DBQFFeAR2t1anjIgqbEsRAmZoAKCTcm19caAZI2CbKSZ15brgFKLGFQCePTLU
OhjWdfH0StpaI9FhI09JWZU=
=Diof
-END PGP SIGNATURE-


Accepted:
libgksu2-0_2.0.3-3_i386.deb
  to pool/main/libg/libgksu/libgksu2-0_2.0.3-3_i386.deb
libgksu2-dev_2.0.3-3_i386.deb
  to pool/main/libg/libgksu/libgksu2-dev_2.0.3-3_i386.deb
libgksu_2.0.3-3.diff.gz
  to pool/main/libg/libgksu/libgksu_2.0.3-3.diff.gz
libgksu_2.0.3-3.dsc
  to pool/main/libg/libgksu/libgksu_2.0.3-3.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted markdown 1.0.1-5 (source all)

2006-12-07 Thread Matt Kraai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 04:10:27 -0800
Source: markdown
Binary: markdown
Architecture: source all
Version: 1.0.1-5
Distribution: unstable
Urgency: low
Maintainer: Matt Kraai [EMAIL PROTECTED]
Changed-By: Matt Kraai [EMAIL PROTECTED]
Description: 
 markdown   - Text-to-HTML conversion tool
Closes: 387687
Changes: 
 markdown (1.0.1-5) unstable; urgency=low
 .
   * Change the module name to Text::Markdown, closes: #387687.
Files: 
 3b83030b19993d104b713dc0cbbbd679 526 web optional markdown_1.0.1-5.dsc
 5a4a24e244d25368006eff1e49511589 2761 web optional markdown_1.0.1-5.diff.gz
 a702f69c62e18fc3119a7c363f280928 18138 web optional markdown_1.0.1-5_all.deb

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

iD8DBQFFeATzfNdgYxVXvBARAvFjAJ9Btgi3RxO6bSRrDoGVdi26h5wGPQCeM9dA
Sfn5YknUBa7MTThZ+oNBRzo=
=PUFu
-END PGP SIGNATURE-


Accepted:
markdown_1.0.1-5.diff.gz
  to pool/main/m/markdown/markdown_1.0.1-5.diff.gz
markdown_1.0.1-5.dsc
  to pool/main/m/markdown/markdown_1.0.1-5.dsc
markdown_1.0.1-5_all.deb
  to pool/main/m/markdown/markdown_1.0.1-5_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mtop 0.6.6-1.1 (source all)

2006-12-07 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 13:22:43 +0100
Source: mtop
Binary: mtop
Architecture: source all
Version: 0.6.6-1.1
Distribution: unstable
Urgency: low
Maintainer: Andrés Roldán [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 mtop   - MySQL terminal based query monitor
Closes: 284247 308022 312985 332038 334504 341626 381197 388937
Changes: 
 mtop (0.6.6-1.1) unstable; urgency=low
 .
   * Non-maintainer upload with maintainer approval.
   * Make debian/copyright more accurate w.r.t. the licence.
   * Update debconf to modern usage: remove unneeded templates,
 reword existing ones, correct mistakes. Fuzzies some existing
 translations, unfuzzied where possible (Closes: #388937, #334504).
   * Add debconf-2.0 alternate to depends (Closes: #332038), move debconf
 to Build-Depends from BD-Indep.
   * Make mtop purgable if mysql or debconf have already been removed.
   * Make clean target also remove 'mkill' binary.
   * Updated translations:
 - Dutch by self;
 - Vietnamese by Clytie Siddall (Closes: #312985).
 - Italian by Luca Monducci (Closes: #284247).
 - Czech by Miroslav Kure (Closes: #308022).
 - Swedish by Daniel Nylander (Closes: #341626).
 - Portuguese by Rui Branco (Closes: #381197).
 - French by Christian Perrier.
 - German by Matthias Julius.
 - Russian by Yuri Kozlov.
Files: 
 5d482941420236a07923b56a9b562411 684 utils optional mtop_0.6.6-1.1.dsc
 e851340d30ec69988337fee2221c24b7 10020 utils optional mtop_0.6.6-1.1.diff.gz
 137d67751b928ca451c4604048e3f53f 50700 utils optional mtop_0.6.6-1.1_all.deb

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

iD8DBQFFeApiJdKMxZV9WM8RAs4PAJ0XkcXlT9QMK6SIyWXdkd62H/BYZACfSr4L
nJb+4S+KkqZTr5J1xlQdo3U=
=UtVL
-END PGP SIGNATURE-


Accepted:
mtop_0.6.6-1.1.diff.gz
  to pool/main/m/mtop/mtop_0.6.6-1.1.diff.gz
mtop_0.6.6-1.1.dsc
  to pool/main/m/mtop/mtop_0.6.6-1.1.dsc
mtop_0.6.6-1.1_all.deb
  to pool/main/m/mtop/mtop_0.6.6-1.1_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted xmakemol 5.15-2 (source i386)

2006-12-07 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 13:44:03 +0100
Source: xmakemol
Binary: xmakemol xmakemol-gl
Architecture: source i386
Version: 5.15-2
Distribution: unstable
Urgency: medium
Maintainer: Michael Banck [EMAIL PROTECTED]
Changed-By: Michael Banck [EMAIL PROTECTED]
Description: 
 xmakemol   - A program for visualizing atomic and molecular systems
 xmakemol-gl - A program for visualizing atomic and molecular systems
Closes: 344369 394507
Changes: 
 xmakemol (5.15-2) unstable; urgency=medium
 .
   * Urgency medium due to fix for bug which severly decreases the
 usefulness of xmakemol-gl.
   * debian/patches/02_glutInit.dpatch: New patch, taken from upstream
 CVS: Call glutInit() before other GLUT functions; closes: #344369.
   * debian/patches/00list (02_glutInit): Added.
   * debian/control (Build-Depends): Changed libglut3-dev to
 freeglut3-dev; closes: #394507.
Files: 
 0d51a774a9df3554670a37ac8d04c87e 660 science optional xmakemol_5.15-2.dsc
 c967f55eaee386182ed12d0f16f23310 4416 science optional xmakemol_5.15-2.diff.gz
 2cae90cf79548258776c7856198aa858 121500 science optional 
xmakemol_5.15-2_i386.deb
 8054e9b65edbfefbd5ea100d48d3ab67 153970 science optional 
xmakemol-gl_5.15-2_i386.deb

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

iD8DBQFFeA+9mHaJYZ7RAb8RAsmmAJ49ARMhcB9yRnR9wF7c/GSz9nrV6ACeJIz1
h2+uNuCUdYH4upmJq3NSx1A=
=CHxs
-END PGP SIGNATURE-


Accepted:
xmakemol-gl_5.15-2_i386.deb
  to pool/main/x/xmakemol/xmakemol-gl_5.15-2_i386.deb
xmakemol_5.15-2.diff.gz
  to pool/main/x/xmakemol/xmakemol_5.15-2.diff.gz
xmakemol_5.15-2.dsc
  to pool/main/x/xmakemol/xmakemol_5.15-2.dsc
xmakemol_5.15-2_i386.deb
  to pool/main/x/xmakemol/xmakemol_5.15-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted rkward 0.4.2-2 (source i386)

2006-12-07 Thread Thomas Friedrichsmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 06 Dec 2006 20:00:00 +0200
Source: rkward
Binary: rkward
Architecture: source i386
Version: 0.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Friedrichsmeier [EMAIL PROTECTED]
Changed-By: Thomas Friedrichsmeier [EMAIL PROTECTED]
Description: 
 rkward - a KDE frontend to the R statistics language
Changes: 
 rkward (0.4.2-2) unstable; urgency=low
 .
   * migrate to unstable
Files: 
 4107e452fc646be123d765c7a38d8135 629 math optional rkward_0.4.2-2.dsc
 366ea4ef47f2611f80c9cc083e03f95c 1439384 math optional rkward_0.4.2.orig.tar.gz
 d0073b6f608a486b13b49d02cf39ec2a 11353 math optional rkward_0.4.2-2.diff.gz
 de5ab986c38ff9fd83b9cf72a8af03f5 678308 math optional rkward_0.4.2-2_i386.deb

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

iD8DBQFFeBMYqE9wmu3T13kRAiU2AJ0WkYF3Dl0nCqNNe8ePkVcaMu0zugCgsR+9
X/QVOr62OYcKlSKmA7/JQ8k=
=5dGS
-END PGP SIGNATURE-


Accepted:
rkward_0.4.2-2.diff.gz
  to pool/main/r/rkward/rkward_0.4.2-2.diff.gz
rkward_0.4.2-2.dsc
  to pool/main/r/rkward/rkward_0.4.2-2.dsc
rkward_0.4.2-2_i386.deb
  to pool/main/r/rkward/rkward_0.4.2-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted glibc 2.3.6.ds1-9 (source all amd64)

2006-12-07 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 11:27:42 +0100
Source: glibc
Binary: libc0.1-prof libc6-dev-amd64 locales-all libc6-i686 libc6-dev-ppc64 
libc0.3-pic glibc-doc libc0.3 libc0.1-i686 libc6.1-dev libc6-s390x 
libnss-files-udeb libc6-dev-sparc64 libc6-i386 libc0.3-dev libc6-udeb libc6-dbg 
libc6.1-pic libc6-dev libc0.3-prof libc6-sparcv9 libc0.1-udeb libc6-dev-i386 
libc6.1-prof libc0.1-dev locales libc6-pic libc0.3-udeb libc6-dev-powerpc 
libc0.1-pic libc6-ppc64 libc0.3-dbg libc0.1-dbg libc6-amd64 libc0.1 libc6-prof 
libc6-xen libc6-powerpc libc6 libc6-sparcv9b libc6.1-udeb libc6.1-dbg nscd 
libc6-sparc64 libnss-dns-udeb libc6.1 libc6-dev-s390x
Architecture: source amd64 all
Version: 2.3.6.ds1-9
Distribution: unstable
Urgency: low
Maintainer: GNU Libc Maintainers debian-glibc@lists.debian.org
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 glibc-doc  - GNU C Library: Documentation
 libc6  - GNU C Library: Shared libraries
 libc6-dbg  - GNU C Library: Libraries with debugging symbols
 libc6-dev  - GNU C Library: Development Libraries and Header Files
 libc6-dev-i386 - GNU C Library: 32bit development libraries for AMD64
 libc6-i386 - GNU C Library: 32bit shared libraries for AMD64
 libc6-pic  - GNU C Library: PIC archive library
 libc6-prof - GNU C Library: Profiling Libraries
 libc6-udeb - GNU C Library: Shared libraries - udeb (udeb)
 libnss-dns-udeb - GNU C Library: NSS helper for DNS - udeb (udeb)
 libnss-files-udeb - GNU C Library: NSS helper for files - udeb (udeb)
 locales- GNU C Library: National Language (locale) data [support]
 locales-all - GNU C Library: Precompiled locale data
 nscd   - GNU C Library: Name Service Cache Daemon
Closes: 372817 398984 399217
Changes: 
 glibc (2.3.6.ds1-9) unstable; urgency=low
 .
   [ Aurelien Jarno ]
   * patches/kfreebsd/local-sysdeps.diff: update to revision 1775 (from
 glibc-bsd).
   * debian/po/eu.po: new file, thanks to Piarres Beobide.  Closes: #398984.
   * debian/wrapper/objcopy: remove useless .debug_loc (patch from Daniel
 Jacobowitz).  Closes: #399217.
   * debian/po/de.po: Fix German translation.  Closes: #372817.
 .
   [ Michael Banck ]
   * patches/hurd-i386/submitted-futimes.diff: Moved to ...
   * patches/hurd-i386/cvs-futimes.diff: ... here, updated with the
 version committed upstream by Roland McGrath.
Files: 
 2138963d8a73b0e1608a0b9b728d69e3 2113 libs required glibc_2.3.6.ds1-9.dsc
 a6d571cc146eba06daff917436201223 890628 libs required glibc_2.3.6.ds1-9.diff.gz
 0d5cdf34d0edc45d485602cb4e77a576 1479712 doc optional 
glibc-doc_2.3.6.ds1-9_all.deb
 609dfc603dcbf4ee48f56047514a0301 4003054 libs standard 
locales_2.3.6.ds1-9_all.deb
 88cc96a138faad52d3c2be1bcb9bca29 4173512 libs required 
libc6_2.3.6.ds1-9_amd64.deb
 8a781b1ca91402b51e322642fc49186a 2117594 libdevel standard 
libc6-dev_2.3.6.ds1-9_amd64.deb
 3abf640c3be910cdefea0fb4fbc54cdc 1576858 libdevel extra 
libc6-prof_2.3.6.ds1-9_amd64.deb
 f38be82dd52055790c772d95b528df94 1402818 libdevel optional 
libc6-pic_2.3.6.ds1-9_amd64.deb
 9ac5ed91e6e876ea426a8dac7477d06c 6158736 libs extra 
locales-all_2.3.6.ds1-9_amd64.deb
 63fd65841b629e93487f25c6c3d89225 3057602 libs optional 
libc6-i386_2.3.6.ds1-9_amd64.deb
 abab168f610a4f4c6889fcbd594fefab 1584096 libdevel optional 
libc6-dev-i386_2.3.6.ds1-9_amd64.deb
 41087021e7d15d307b05403f43372628 144998 admin optional 
nscd_2.3.6.ds1-9_amd64.deb
 ea747d87c54c449ffc72863263500926 2293936 libdevel extra 
libc6-dbg_2.3.6.ds1-9_amd64.deb
 a73c0fc44acda47468de2bba2efb049d 1043000 debian-installer extra 
libc6-udeb_2.3.6.ds1-9_amd64.udeb
 494bec2d3a3a4b723f20a0f549d1258e 9572 debian-installer extra 
libnss-dns-udeb_2.3.6.ds1-9_amd64.udeb
 f18167717acc1d8ace8e9610709a3a8a 17198 debian-installer extra 
libnss-files-udeb_2.3.6.ds1-9_amd64.udeb
Package-Type: udeb

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

iD8DBQFFeBhXw3ao2vG823MRAh0nAKCGVLK1RYnhlObk7p3UftfxzX/kGgCeLPo3
IEeLH+ZX5NWUW4lYThu3BWg=
=FqfB
-END PGP SIGNATURE-


Accepted:
glibc-doc_2.3.6.ds1-9_all.deb
  to pool/main/g/glibc/glibc-doc_2.3.6.ds1-9_all.deb
glibc_2.3.6.ds1-9.diff.gz
  to pool/main/g/glibc/glibc_2.3.6.ds1-9.diff.gz
glibc_2.3.6.ds1-9.dsc
  to pool/main/g/glibc/glibc_2.3.6.ds1-9.dsc
libc6-dbg_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6-dbg_2.3.6.ds1-9_amd64.deb
libc6-dev-i386_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6-dev-i386_2.3.6.ds1-9_amd64.deb
libc6-dev_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6-dev_2.3.6.ds1-9_amd64.deb
libc6-i386_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6-i386_2.3.6.ds1-9_amd64.deb
libc6-pic_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6-pic_2.3.6.ds1-9_amd64.deb
libc6-prof_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6-prof_2.3.6.ds1-9_amd64.deb
libc6-udeb_2.3.6.ds1-9_amd64.udeb
  to pool/main/g/glibc/libc6-udeb_2.3.6.ds1-9_amd64.udeb
libc6_2.3.6.ds1-9_amd64.deb
  to pool/main/g/glibc/libc6_2.3.6.ds1-9_amd64.deb

Accepted bcm43xx-fwcutter 1:005-1 (source powerpc)

2006-12-07 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 13:44:13 +0100
Source: bcm43xx-fwcutter
Binary: bcm43xx-fwcutter
Architecture: source powerpc
Version: 1:005-1
Distribution: unstable
Urgency: high
Maintainer: Rene Engelhard [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 bcm43xx-fwcutter - Utility for extracting Broadcom 43xx firmware
Closes: 388280 388524 400142 400855 401671
Changes: 
 bcm43xx-fwcutter (1:005-1) unstable; urgency=high
 .
   [ Marcus Better ]
   * New upstream version. (closes: #401671)
   * Don't build-depend on help2man.
   * debian/rules: Remove useless configure rule.
 .
   [ Rene Engelhard ]
   * bump debconf priority to high, since d-i sets it to high
   * get wl_apsta.o from http://boredklink.googlepages.com/wl_apsta.o
 (closes: #388280)
   * add pt debconf translation, thanks Rui Branco (closes: #388524)
   * add ja debconf translation, thanks Hideki Yamane (closes: #400142)
   * fix minor typo in README.Debian, thanks Santiago Ruano Rincon
 (closes: #400855)
Files: 
 55afb221e3a4946027c1d4e52963e30f 591 contrib/utils optional 
bcm43xx-fwcutter_005-1.dsc
 35ae3120a53e68442811b4ecd0a66270 28766 contrib/utils optional 
bcm43xx-fwcutter_005.orig.tar.gz
 d0a8a2868640bfc438162a1e01c3b115 5433 contrib/utils optional 
bcm43xx-fwcutter_005-1.diff.gz
 29a5d79794ef3b62f50ca4a7908b6364 26152 contrib/utils optional 
bcm43xx-fwcutter_005-1_powerpc.deb

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

iD8DBQFFeA1Z+FmQsCSK63MRAv5UAJ9c37ZhSYeLpLy7RPFaZEtQQpJY9QCfTB02
BXVcJBt/tFnhknc/dEsPYm4=
=vgkG
-END PGP SIGNATURE-


Accepted:
bcm43xx-fwcutter_005-1.diff.gz
  to pool/contrib/b/bcm43xx-fwcutter/bcm43xx-fwcutter_005-1.diff.gz
bcm43xx-fwcutter_005-1.dsc
  to pool/contrib/b/bcm43xx-fwcutter/bcm43xx-fwcutter_005-1.dsc
bcm43xx-fwcutter_005-1_powerpc.deb
  to pool/contrib/b/bcm43xx-fwcutter/bcm43xx-fwcutter_005-1_powerpc.deb
bcm43xx-fwcutter_005.orig.tar.gz
  to pool/contrib/b/bcm43xx-fwcutter/bcm43xx-fwcutter_005.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted mplayer 1.0~rc1-7 (source all amd64)

2006-12-07 Thread A Mennucc1
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 14:26:10 +0100
Source: mplayer
Binary: mplayer-doc mplayer
Architecture: source amd64 all
Version: 1.0~rc1-7
Distribution: unstable
Urgency: low
Maintainer: A Mennucc1 [EMAIL PROTECTED]
Changed-By: A Mennucc1 [EMAIL PROTECTED]
Description: 
 mplayer- The Movie Player
 mplayer-doc - documentation for MPlayer
Closes: 401893
Changes: 
 mplayer (1.0~rc1-7) unstable; urgency=low
 .
   * Bug fix: mplayer: FTBFS on AMD64, thanks to Emfox Zhou (Closes:
 #401893).
Files: 
 949d70b0036e4438016539f25bd95e57 1142 graphics optional mplayer_1.0~rc1-7.dsc
 023d1fa4376c4a9de8335d03164f2334 43036 graphics optional 
mplayer_1.0~rc1-7.diff.gz
 c002f149e630b7e99128427b3b83aae9 2044772 graphics optional 
mplayer-doc_1.0~rc1-7_all.deb
 fa747bdc5b9cd93defcf83dbaac8f581 4332734 graphics optional 
mplayer_1.0~rc1-7_amd64.deb

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

iD8DBQFFeBp09B/tjjP8QKQRAsczAJ9eM44QNKV/gMbLuWCuw8ZMMEI3UgCfRTEf
nSXIofaivGg9EgOiYkxA4rs=
=fkW+
-END PGP SIGNATURE-


Accepted:
mplayer-doc_1.0~rc1-7_all.deb
  to pool/main/m/mplayer/mplayer-doc_1.0~rc1-7_all.deb
mplayer_1.0~rc1-7.diff.gz
  to pool/main/m/mplayer/mplayer_1.0~rc1-7.diff.gz
mplayer_1.0~rc1-7.dsc
  to pool/main/m/mplayer/mplayer_1.0~rc1-7.dsc
mplayer_1.0~rc1-7_amd64.deb
  to pool/main/m/mplayer/mplayer_1.0~rc1-7_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted myspell 1:3.0+pre3.1-18 (source powerpc)

2006-12-07 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 13:24:36 +0100
Source: myspell
Binary: libmyspell3c2 libmyspell-dev
Architecture: source powerpc
Version: 1:3.0+pre3.1-18
Distribution: unstable
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libmyspell-dev - MySpell spellchecking library development files
 libmyspell3c2 - MySpell spellchecking library
Closes: 400502
Changes: 
 myspell (1:3.0+pre3.1-18) unstable; urgency=low
 .
   * fix tail usage in i2myspell (closes: #400502)
Files: 
 046ce3cf4947522459382e63d4fa107b 713 devel optional myspell_3.0+pre3.1-18.dsc
 43faaefe3315623c5dbd98f2aff3c247 15591 devel optional 
myspell_3.0+pre3.1-18.diff.gz
 7d38eb9ce41c98fbe80bb4c2a4c8db0a 88562 libdevel optional 
libmyspell-dev_3.1-18_powerpc.deb
 b916ff6080d3562fbfeafc50e379175d 29608 libs optional 
libmyspell3c2_3.1-18_powerpc.deb

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

iD8DBQFFeA2F+FmQsCSK63MRAqqLAJ4hdmakbdq991s51otBpikwClFE3gCfXnfi
t2A0NnZju7PQz4gzyE/UHSs=
=zA2e
-END PGP SIGNATURE-


Accepted:
libmyspell-dev_3.1-18_powerpc.deb
  to pool/main/m/myspell/libmyspell-dev_3.1-18_powerpc.deb
libmyspell3c2_3.1-18_powerpc.deb
  to pool/main/m/myspell/libmyspell3c2_3.1-18_powerpc.deb
myspell_3.0+pre3.1-18.diff.gz
  to pool/main/m/myspell/myspell_3.0+pre3.1-18.diff.gz
myspell_3.0+pre3.1-18.dsc
  to pool/main/m/myspell/myspell_3.0+pre3.1-18.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted igerman98 20051113-5 (source all powerpc)

2006-12-07 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Dec 2006 15:13:48 +0100
Source: igerman98
Binary: hunspell-de-de hunspell-de-ch wswiss myspell-de-de rmligs-german 
wngerman myspell-de-at iswiss ingerman myspell-de-ch hunspell-de-at
Architecture: source all powerpc
Version: 20051113-5
Distribution: unstable
Urgency: high
Maintainer: Roland Rosenfeld [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 hunspell-de-at - Austrian (German) dictionary for hunspell
 hunspell-de-ch - Swiss (German) dictionary for hunspell
 hunspell-de-de - German dictionary for hunspell
 ingerman   - New German orthography dictionary for ispell
 iswiss - Swiss (German) orthography dictionary for ispell
 myspell-de-at - Austrian (German) dictionary for myspell
 myspell-de-ch - Swiss (German) dictionary for myspell
 myspell-de-de - German dictionary for myspell
 rmligs-german - remove incorrectly used ligatures from LaTeX documents
 wngerman   - New German orthography wordlist
 wswiss - Swiss (German) orthography wordlist
Changes: 
 igerman98 (20051113-5) unstable; urgency=high
 .
   * make hunspell-* conflict against mozilla-browser, iceape-browser, firefox,
 thunderbird, iceweasel, icedove
Files: 
 a68aaa7c1e6529d144a4ee1cfd012d07 829 text optional igerman98_20051113-5.dsc
 1ca28093227b404671c247620cf0e16b 26873 text optional 
igerman98_20051113-5.diff.gz
 edfaae8b61eab2f461c6bbe42babbf35 842040 text optional 
wngerman_20051113-5_all.deb
 24e750e357293f1b8d6646055bb0d417 842214 text optional wswiss_20051113-5_all.deb
 102e6bd801e5015e80b081a466c6a258 17986 text optional 
rmligs-german_20051113-5_all.deb
 78e2eaabca28c9485dc0abd30a42214c 9632 text optional 
myspell-de-at_20051113-5_all.deb
 fe620104edc6996408c87cc8b40f3571 354672 text optional 
myspell-de-ch_20051113-5_all.deb
 0d4e6531ad5ce1eb5697de208a6c1c06 354514 text optional 
myspell-de-de_20051113-5_all.deb
 226d52b08a888362bb05a3748b115853 8536 text optional 
hunspell-de-at_20051113-5_all.deb
 ae916ece06d3e98caf34c8c587bc3e5d 613010 text optional 
hunspell-de-ch_20051113-5_all.deb
 32d6475f601858a9a4761931d56505e5 612990 text optional 
hunspell-de-de_20051113-5_all.deb
 2f145f3bd1beddf0f45d6765006c900f 851268 text optional 
ingerman_20051113-5_powerpc.deb
 da93580eb97af5cee342b992337fe2fc 853686 text optional 
iswiss_20051113-5_powerpc.deb

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

iD8DBQFFeA2v+FmQsCSK63MRAmhqAJ4yhuG2Uw9389wJwQnFnVoBwVG0YQCeJxnu
Mr3TGwWWSjAvAg9X7Hia/vs=
=VNwL
-END PGP SIGNATURE-


Accepted:
hunspell-de-at_20051113-5_all.deb
  to pool/main/i/igerman98/hunspell-de-at_20051113-5_all.deb
hunspell-de-ch_20051113-5_all.deb
  to pool/main/i/igerman98/hunspell-de-ch_20051113-5_all.deb
hunspell-de-de_20051113-5_all.deb
  to pool/main/i/igerman98/hunspell-de-de_20051113-5_all.deb
igerman98_20051113-5.diff.gz
  to pool/main/i/igerman98/igerman98_20051113-5.diff.gz
igerman98_20051113-5.dsc
  to pool/main/i/igerman98/igerman98_20051113-5.dsc
ingerman_20051113-5_powerpc.deb
  to pool/main/i/igerman98/ingerman_20051113-5_powerpc.deb
iswiss_20051113-5_powerpc.deb
  to pool/main/i/igerman98/iswiss_20051113-5_powerpc.deb
myspell-de-at_20051113-5_all.deb
  to pool/main/i/igerman98/myspell-de-at_20051113-5_all.deb
myspell-de-ch_20051113-5_all.deb
  to pool/main/i/igerman98/myspell-de-ch_20051113-5_all.deb
myspell-de-de_20051113-5_all.deb
  to pool/main/i/igerman98/myspell-de-de_20051113-5_all.deb
rmligs-german_20051113-5_all.deb
  to pool/main/i/igerman98/rmligs-german_20051113-5_all.deb
wngerman_20051113-5_all.deb
  to pool/main/i/igerman98/wngerman_20051113-5_all.deb
wswiss_20051113-5_all.deb
  to pool/main/i/igerman98/wswiss_20051113-5_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dwm 2.6-1 (source i386)

2006-12-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 16:03:00 +0100
Source: dwm
Binary: dwm
Architecture: source i386
Version: 2.6-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (2.6-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 72747cae3a5929618f41560d5b9a6e3c 566 x11 optional dwm_2.6-1.dsc
 50fcd2521d49cbd62bfcef50a657b77b 17711 x11 optional dwm_2.6.orig.tar.gz
 f423d8564eae11de2003569ee436b1c8 4822 x11 optional dwm_2.6-1.diff.gz
 57f6c14829a4102e31cd0e9708fbd293 19872 x11 optional dwm_2.6-1_i386.deb

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

iD8DBQFFeC1U+C5cwEsrK54RAnBPAKCoJ7VXtKIm6dnIBppKIP8XRQd6WQCgwNvl
aQL6ZoKckFAwrKJg3DdQ7Fo=
=2UTA
-END PGP SIGNATURE-


Accepted:
dwm_2.6-1.diff.gz
  to pool/main/d/dwm/dwm_2.6-1.diff.gz
dwm_2.6-1.dsc
  to pool/main/d/dwm/dwm_2.6-1.dsc
dwm_2.6-1_i386.deb
  to pool/main/d/dwm/dwm_2.6-1_i386.deb
dwm_2.6.orig.tar.gz
  to pool/main/d/dwm/dwm_2.6.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gtk-qt-engine 1:0.8~svn-rev25-2 (source all i386)

2006-12-07 Thread Bastian Venthur
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 12:44:35 +0100
Source: gtk-qt-engine
Binary: gtk-qt-engine gtk2-engines-gtk-qt
Architecture: source all i386
Version: 1:0.8~svn-rev25-2
Distribution: experimental
Urgency: low
Maintainer: Bastian Venthur [EMAIL PROTECTED]
Changed-By: Bastian Venthur [EMAIL PROTECTED]
Description: 
 gtk-qt-engine - theme engine using Qt for GTK+ 2.x
 gtk2-engines-gtk-qt - transitional dummy package
Changes: 
 gtk-qt-engine (1:0.8~svn-rev25-2) experimental; urgency=low
 .
   * Applied toolbarfix.patch in order to respect KDE's toolbar settings.
Files: 
 98b4839397f3a55c4ee850eb8aa24932 680 kde optional 
gtk-qt-engine_0.8~svn-rev25-2.dsc
 577b4a219b886915949b34e16dd92527 28958 kde optional 
gtk-qt-engine_0.8~svn-rev25-2.diff.gz
 214cfcb815cfd4acce70415ea281700e 5394 kde optional 
gtk2-engines-gtk-qt_0.8~svn-rev25-2_all.deb
 6f1acf64bda62eeca51307f66586e573 104302 kde optional 
gtk-qt-engine_0.8~svn-rev25-2_i386.deb

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

iD8DBQFFeCd9mj66P/Yfc/gRAmWaAJ9ChABOjAfSZzGPQTw5yRs2ROf6fQCfTgvl
WYMFtto4KTB9bhZ3jjDwCbk=
=2e76
-END PGP SIGNATURE-


Accepted:
gtk-qt-engine_0.8~svn-rev25-2.diff.gz
  to pool/main/g/gtk-qt-engine/gtk-qt-engine_0.8~svn-rev25-2.diff.gz
gtk-qt-engine_0.8~svn-rev25-2.dsc
  to pool/main/g/gtk-qt-engine/gtk-qt-engine_0.8~svn-rev25-2.dsc
gtk-qt-engine_0.8~svn-rev25-2_i386.deb
  to pool/main/g/gtk-qt-engine/gtk-qt-engine_0.8~svn-rev25-2_i386.deb
gtk2-engines-gtk-qt_0.8~svn-rev25-2_all.deb
  to pool/main/g/gtk-qt-engine/gtk2-engines-gtk-qt_0.8~svn-rev25-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted dwm-tools 4-1 (source i386)

2006-12-07 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 16:05:00 +0100
Source: dwm-tools
Binary: dwm-tools
Architecture: source i386
Version: 4-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm-tools  - dynamic window manager (tools)
Changes: 
 dwm-tools (4-1) unstable; urgency=low
 .
   * dmenu:
 - New upstream release.
Files: 
 c20127040f795be7e50a0ad1b0965826 565 x11 optional dwm-tools_4-1.dsc
 7b12ee16fcece7a6ccc9fe15cf1d6b68 22787 x11 optional dwm-tools_4.orig.tar.gz
 72788344c44faa4a945d70a4e55dc6ee 2822 x11 optional dwm-tools_4-1.diff.gz
 cac35888a6608f1918f8b1fa289530bf 19748 x11 optional dwm-tools_4-1_i386.deb

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

iD8DBQFFeC3G+C5cwEsrK54RAhNNAKCfhwDVPM7ghhttHFs7iuE1Vy2tXwCghqbZ
Q3+sWZrONR1OYpFtsE6hjbc=
=RTPz
-END PGP SIGNATURE-


Accepted:
dwm-tools_4-1.diff.gz
  to pool/main/d/dwm-tools/dwm-tools_4-1.diff.gz
dwm-tools_4-1.dsc
  to pool/main/d/dwm-tools/dwm-tools_4-1.dsc
dwm-tools_4-1_i386.deb
  to pool/main/d/dwm-tools/dwm-tools_4-1_i386.deb
dwm-tools_4.orig.tar.gz
  to pool/main/d/dwm-tools/dwm-tools_4.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kdeaccessibility 4:3.5.5-2 (source i386 all)

2006-12-07 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 14:56:02 +0100
Source: kdeaccessibility
Binary: kttsd-contrib-plugins kmag kdeaccessibility kttsd kmousetool kbstate 
kde-icons-mono kdeaccessibility-dbg ksayit kmouth kdeaccessibility-doc-html
Architecture: source i386 all
Version: 4:3.5.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 kbstate- a keyboard status applet for KDE
 kde-icons-mono - a monochromatic icons theme for KDE
 kdeaccessibility - accessibility packages from the official KDE release
 kdeaccessibility-dbg - debugging symbols for kdeaccessibility
 kdeaccessibility-doc-html - KDE accessibility documentation in HTML format
 kmag   - a screen magnifier for KDE
 kmousetool - KDE mouse manipulation tool for the disabled
 kmouth - a type-and-say KDE frontend for speech synthesizers
 ksayit - a frontend for the KDE Text-to-Speech system
 kttsd  - a Text-to-Speech system for KDE
 kttsd-contrib-plugins - the KDE Text-to-Speech system
Changes: 
 kdeaccessibility (4:3.5.5-2) unstable; urgency=low
 .
   ++ Changes by Josh Metzler:
   * Make kdeaccessibility-dbg depend on kdelibs-dbg to get useful backtraces
 when debugging.
 .
   ++ Ana Beatriz Guerrero Lopez:
   * Removed plugin for GStreamer of kttsd. (This plugin was built against
 GStreamer 0.8 that is going to be removed from the archive).
   * Added extras spaces to homepage pseudo header.
Files: 
 4d20ff653620cd944b98d69badc70cf3 1253 kde optional kdeaccessibility_3.5.5-2.dsc
 62ede5d8e8d76a791b8955928acce767 336505 kde optional 
kdeaccessibility_3.5.5-2.diff.gz
 2baf0ba9292cc09f6fc95c497d4be526 11600 kde optional 
kdeaccessibility_3.5.5-2_all.deb
 101f805487d9ac7db767ec3da84d2d44 71344 doc optional 
kdeaccessibility-doc-html_3.5.5-2_all.deb
 0a5c4059a4dab77b016b9e4c7be77ca4 5519018 kde optional 
kde-icons-mono_3.5.5-2_all.deb
 f7a4786f5ca6a72e484e21db7e66008a 77066 utils optional kbstate_3.5.5-2_i386.deb
 3d8b407772196dcd32cc2c8c168b289a 284394 utils optional kmag_3.5.5-2_i386.deb
 88e1ee9c480b210a8fd84d786f68e045 70782 utils optional 
kmousetool_3.5.5-2_i386.deb
 5a020ea31076c5f7f1213e2344d2549c 742656 utils optional kmouth_3.5.5-2_i386.deb
 a647ffd65de2d1ced3803cc80143bdb1 233352 utils optional ksayit_3.5.5-2_i386.deb
 53fbe42466921f0316f743c58dac30e8 1985764 utils optional kttsd_3.5.5-2_i386.deb
 3ec7548ebb35f4f3ac57dcc55241bef9 96398 contrib/utils optional 
kttsd-contrib-plugins_3.5.5-2_i386.deb
 206597691589b56faa73c7b6f9b03f6d 3859040 libdevel extra 
kdeaccessibility-dbg_3.5.5-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFFeCygn3j4POjENGERAvmmAJ9KKhjEPDJSJoB6+ljq4WYJHbAVjgCfYc3U
9Jdao3lFNjiEBNhGRFso2b0=
=39K+
-END PGP SIGNATURE-


Accepted:
kbstate_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/kbstate_3.5.5-2_i386.deb
kde-icons-mono_3.5.5-2_all.deb
  to pool/main/k/kdeaccessibility/kde-icons-mono_3.5.5-2_all.deb
kdeaccessibility-dbg_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/kdeaccessibility-dbg_3.5.5-2_i386.deb
kdeaccessibility-doc-html_3.5.5-2_all.deb
  to pool/main/k/kdeaccessibility/kdeaccessibility-doc-html_3.5.5-2_all.deb
kdeaccessibility_3.5.5-2.diff.gz
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.5.5-2.diff.gz
kdeaccessibility_3.5.5-2.dsc
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.5.5-2.dsc
kdeaccessibility_3.5.5-2_all.deb
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.5.5-2_all.deb
kmag_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/kmag_3.5.5-2_i386.deb
kmousetool_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/kmousetool_3.5.5-2_i386.deb
kmouth_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/kmouth_3.5.5-2_i386.deb
ksayit_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/ksayit_3.5.5-2_i386.deb
kttsd-contrib-plugins_3.5.5-2_i386.deb
  to pool/contrib/k/kdeaccessibility/kttsd-contrib-plugins_3.5.5-2_i386.deb
kttsd_3.5.5-2_i386.deb
  to pool/main/k/kdeaccessibility/kttsd_3.5.5-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gui-apt-key 0.3-2 (source all)

2006-12-07 Thread Martin Schulze
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 16:44:09 +0100
Source: gui-apt-key
Binary: gui-apt-key
Architecture: source all
Version: 0.3-2
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze [EMAIL PROTECTED]
Changed-By: Martin Schulze [EMAIL PROTECTED]
Description: 
 gui-apt-key - Graphical Key Manager for APT
Closes: 400710
Changes: 
 gui-apt-key (0.3-2) unstable; urgency=low
 .
   * Updated Vietnamese translation by Clytie Siddall
   * Switch the desktop file to using gksu to become root and recommend it
 (Closes: Bug#400710)
Files: 
 5cb96898ee7986944546635a84389e75 559 admin optional gui-apt-key_0.3-2.dsc
 95956546ab0192e8294b500fb56db760 11437 admin optional gui-apt-key_0.3-2.diff.gz
 afd484ba7668c34bbc9d11543c2cf7e4 30616 admin optional gui-apt-key_0.3-2_all.deb

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

iD8DBQFFeDzOW5ql+IAeqTIRAuFRAJ4j0uIW+TC+hnPcJcG28yP6MLks5gCgrlaN
6mQmKaKsrKrdgCdaDxmqfTo=
=lJrL
-END PGP SIGNATURE-


Accepted:
gui-apt-key_0.3-2.diff.gz
  to pool/main/g/gui-apt-key/gui-apt-key_0.3-2.diff.gz
gui-apt-key_0.3-2.dsc
  to pool/main/g/gui-apt-key/gui-apt-key_0.3-2.dsc
gui-apt-key_0.3-2_all.deb
  to pool/main/g/gui-apt-key/gui-apt-key_0.3-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted apt 0.6.46.4 (source all i386)

2006-12-07 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 10:49:50 +0100
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.6.46.4
Distribution: unstable
Urgency: high
Maintainer: APT Development Team deity@lists.debian.org
Changed-By: Michael Vogt [EMAIL PROTECTED]
Description: 
 apt- Advanced front-end for dpkg
 apt-doc- Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 398381 400874 401017
Changes: 
 apt (0.6.46.4) unstable; urgency=high
 .
   * ack NMU (closes: #401017)
   * added apt-secure.8 to See also section
   * apt-pkg/deb/dpkgpm.cc:
 - added Dpkg::StopOnError variable that controls if apt
   will abort on errors from dpkg
   * apt-pkg/deb/debsrcrecords.{cc,h}:
 - make the Buffer grow dynmaically (closes: #400874)
   * Merged from Christian Perrier bzr branch:
 - uk.po: New Ukrainian translation: 483t28f3u
 - el.po: Update to 503t9f2u
 - de.po: Updates and corrections.
   * apt-pkg/contrib/progress.cc:
 - OpProgress::CheckChange optimized, thanks to Paul Brook
   (closes: #398381)
   * apt-pkg/contrib/sha256.cc:
 - fix building with noopt
Files: 
 22f6d1c960f5d57263487f6d57dfc57a 788 admin important apt_0.6.46.4.dsc
 82ec892fb9d389a4b6090cc2314e1714 1797347 admin important apt_0.6.46.4.tar.gz
 ab4bd0d33e5112129f4a6fddb30ef051 91468 doc optional apt-doc_0.6.46.4_all.deb
 8b24eafb11eb630306462f77a380b300 113052 doc optional 
libapt-pkg-doc_0.6.46.4_all.deb
 61aa2370fdd1dd47bdd9a9d4edcf0366 1445796 admin important apt_0.6.46.4_i386.deb
 c6a3bea824c613e787a1a500706a3f1b 84084 libdevel optional 
libapt-pkg-dev_0.6.46.4_i386.deb
 aedda4fa178a4a05a917cb1df54ceb67 199198 admin important 
apt-utils_0.6.46.4_i386.deb

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

iD8DBQFFdGNQliSD4VZixzQRAkL1AJ9vw7rECsmRh3DpC+YH/9DHKzQfiwCglZN/
rOSnKrnTPdK5CCm9tuP7f1A=
=t/Se
-END PGP SIGNATURE-


Accepted:
apt-doc_0.6.46.4_all.deb
  to pool/main/a/apt/apt-doc_0.6.46.4_all.deb
apt-utils_0.6.46.4_i386.deb
  to pool/main/a/apt/apt-utils_0.6.46.4_i386.deb
apt_0.6.46.4.dsc
  to pool/main/a/apt/apt_0.6.46.4.dsc
apt_0.6.46.4.tar.gz
  to pool/main/a/apt/apt_0.6.46.4.tar.gz
apt_0.6.46.4_i386.deb
  to pool/main/a/apt/apt_0.6.46.4_i386.deb
libapt-pkg-dev_0.6.46.4_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.6.46.4_i386.deb
libapt-pkg-doc_0.6.46.4_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.6.46.4_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sparse 0.2-1 (source i386)

2006-12-07 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 17:27:13 +0100
Source: sparse
Binary: sparse
Architecture: source i386
Version: 0.2-1
Distribution: experimental
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 sparse - semantic parser of source files
Changes: 
 sparse (0.2-1) experimental; urgency=low
 .
   * New upstream release.
 - Update vars for new upstream Makefile (which supports DESTDIR).
 - Drop manual bindir creation in build/sparse which isn't needed anymore.
   * Ship pkg-config file.
   * Ship headers and static library.
   * Build and ship shared library.
Files: 
 17605981c8b3bfda4b149bec9a773ca7 547 non-free/devel optional sparse_0.2-1.dsc
 edb7d900d6c73b5ef5187b91493f98f9 173558 non-free/devel optional 
sparse_0.2.orig.tar.gz
 74927e664a83331d5dc7b1f272a622cb 5536 non-free/devel optional 
sparse_0.2-1.diff.gz
 a3dbde59e1541f7fe23d680220befd34 341736 non-free/devel optional 
sparse_0.2-1_i386.deb

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

iD8DBQFFeEF54VUX8isJIMARAp05AJ0S8jScG/gD2HRUyk40iHbLYveSnQCgvMTY
i/DexA/8rQc3hNVn6XziKUM=
=GjgV
-END PGP SIGNATURE-


Accepted:
sparse_0.2-1.diff.gz
  to pool/non-free/s/sparse/sparse_0.2-1.diff.gz
sparse_0.2-1.dsc
  to pool/non-free/s/sparse/sparse_0.2-1.dsc
sparse_0.2-1_i386.deb
  to pool/non-free/s/sparse/sparse_0.2-1_i386.deb
sparse_0.2.orig.tar.gz
  to pool/non-free/s/sparse/sparse_0.2.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted loudmouth 1.1.4-2 (source i386)

2006-12-07 Thread Ross Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 16:59:11 +
Source: loudmouth
Binary: libloudmouth1-0 libloudmouth1-0-dbg libloudmouth1-dev
Architecture: source i386
Version: 1.1.4-2
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Ross Burton [EMAIL PROTECTED]
Description: 
 libloudmouth1-0 - Lightweight C Jabber library
 libloudmouth1-0-dbg - Lightweight C Jabber library (debugging symbols)
 libloudmouth1-dev - Development files for Loudmouth Jabber library
Changes: 
 loudmouth (1.1.4-2) unstable; urgency=low
 .
   [ Dafydd Harries ]
 .
   * Apply patches from CVS that fix crashes/forced disconnections:
 - 01_dont_free_parser_while_parsing.patch
 - 01_escape_xml_entities.patch
 .
   [ Ross Burton ]
 .
   * Apply patch from CVS to fix warnings on 64-bit archs:
 - 01_64bit-clean.patch
Files: 
 7bfa8d17ec3b0d3fa09ea4f41d58f128 1445 libs optional loudmouth_1.1.4-2.dsc
 3382a4cecba6b9733bb41c1b094068a7 5189 libs optional loudmouth_1.1.4-2.diff.gz
 f11d358d33cafc208abdebbb0d623029 89794 libdevel optional 
libloudmouth1-dev_1.1.4-2_i386.deb
 da77447ec5fdb4feaf2751beb5b14a99 47064 libs optional 
libloudmouth1-0_1.1.4-2_i386.deb
 7224706d66302a2cad16ce8ce3020643 67322 libdevel extra 
libloudmouth1-0-dbg_1.1.4-2_i386.deb

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

iD8DBQFFeEmGLQnkR9C0M98RAgTiAKCWcD5P+c7jsQW25L/O4ZsNFFJEbACgto33
IuZFo3w7p7o6Wgy13RzwXfQ=
=eSfJ
-END PGP SIGNATURE-


Accepted:
libloudmouth1-0-dbg_1.1.4-2_i386.deb
  to pool/main/l/loudmouth/libloudmouth1-0-dbg_1.1.4-2_i386.deb
libloudmouth1-0_1.1.4-2_i386.deb
  to pool/main/l/loudmouth/libloudmouth1-0_1.1.4-2_i386.deb
libloudmouth1-dev_1.1.4-2_i386.deb
  to pool/main/l/loudmouth/libloudmouth1-dev_1.1.4-2_i386.deb
loudmouth_1.1.4-2.diff.gz
  to pool/main/l/loudmouth/loudmouth_1.1.4-2.diff.gz
loudmouth_1.1.4-2.dsc
  to pool/main/l/loudmouth/loudmouth_1.1.4-2.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted tetex-bin 3.0-27 (source i386)

2006-12-07 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Dec 2006 23:38:51 +0100
Source: tetex-bin
Binary: tetex-bin libkpathsea-dev libkpathsea4
Architecture: source i386
Version: 3.0-27
Distribution: unstable
Urgency: low
Maintainer: Debian TeX maintainers [EMAIL PROTECTED]
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 libkpathsea-dev - path search library for teTeX (devel part)
 libkpathsea4 - path search library for teTeX (runtime part)
 tetex-bin  - The teTeX programs
Closes: 294197
Changes: 
 tetex-bin (3.0-27) unstable; urgency=low
 .
   * Apply patch by Julian Gilbey [EMAIL PROTECTED] to prevent mktexlsr from
 creating ls-R in root's home directory (closes: #294197)
   * Add a missing hunk for the patch in the last upload, this should
 really make texdoctk work
Files: 
 c98144413385798bb709473d17c67137 1011 tex optional tetex-bin_3.0-27.dsc
 17b25f32aaf777d052a0207a7cba7667 120502 tex optional tetex-bin_3.0-27.diff.gz
 ca31b98261bfffbb64c9e2424ab230e5 3540192 tex optional tetex-bin_3.0-27_i386.deb
 9cb5dfb0137932c3a63791d6c961f2fd 80970 libs optional 
libkpathsea4_3.0-27_i386.deb
 f675b87d2df339b8089daf011f03127f 70606 libdevel optional 
libkpathsea-dev_3.0-27_i386.deb

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

iD8DBQFFeE7o+xs9YyJS+hoRAiOnAKCWzBHxVLclR9KwrjGxbh3lINpTHQCfcqWl
dHgyhgA3ffKiDFy4Kr0Dxl4=
=OGTt
-END PGP SIGNATURE-


Accepted:
libkpathsea-dev_3.0-27_i386.deb
  to pool/main/t/tetex-bin/libkpathsea-dev_3.0-27_i386.deb
libkpathsea4_3.0-27_i386.deb
  to pool/main/t/tetex-bin/libkpathsea4_3.0-27_i386.deb
tetex-bin_3.0-27.diff.gz
  to pool/main/t/tetex-bin/tetex-bin_3.0-27.diff.gz
tetex-bin_3.0-27.dsc
  to pool/main/t/tetex-bin/tetex-bin_3.0-27.dsc
tetex-bin_3.0-27_i386.deb
  to pool/main/t/tetex-bin/tetex-bin_3.0-27_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted bottlerocket 0.05b3-8 (source i386)

2006-12-07 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Dec 2006 08:40:53 -0500
Source: bottlerocket
Binary: bottlerocket
Architecture: source i386
Version: 0.05b3-8
Distribution: unstable
Urgency: low
Maintainer: Kevin Coyner [EMAIL PROTECTED]
Changed-By: Kevin Coyner [EMAIL PROTECTED]
Description: 
 bottlerocket - Utility to control X10 Firecracker devices for home automation
Closes: 382583 393534 396434
Changes: 
 bottlerocket (0.05b3-8) unstable; urgency=low
 .
   * Add German, Czech and French translations (de.po, cs.po and fr.po).
 Closes: #396434, #393534, #382583
   * Add call to debconf-updatepo in debian/rules clean target to automatically
 regenerate templates.pot and translation files.
   * Update to Standards-Version 3.7.2.2.
   * Add build-dependency of po-debconf to debian/control.
   * Small change in clean target in debian/rules.
Files: 
 bc8b8084b0131ff720c76c54161828cc 598 electronics extra 
bottlerocket_0.05b3-8.dsc
 3a698e0f6cb5225c6d0855c674dc4aa1 9586 electronics extra 
bottlerocket_0.05b3-8.diff.gz
 55d424d8290de92e04b542cb6f811255 21916 electronics extra 
bottlerocket_0.05b3-8_i386.deb

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

iD8DBQFFeFKm1OXtrMAUPS0RAs07AJwJLjdeVn40BeEoNOnNOOmgmbuliACeLygy
KQ6FkdrLjweIXc8+VqxnZnY=
=wJao
-END PGP SIGNATURE-


Accepted:
bottlerocket_0.05b3-8.diff.gz
  to pool/main/b/bottlerocket/bottlerocket_0.05b3-8.diff.gz
bottlerocket_0.05b3-8.dsc
  to pool/main/b/bottlerocket/bottlerocket_0.05b3-8.dsc
bottlerocket_0.05b3-8_i386.deb
  to pool/main/b/bottlerocket/bottlerocket_0.05b3-8_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cdcover 0.9.1-6.2 (source i386)

2006-12-07 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 19:03:37 +0100
Source: cdcover
Binary: cdcover
Architecture: source i386
Version: 0.9.1-6.2
Distribution: unstable
Urgency: low
Maintainer: Roberto Suarez Soto [EMAIL PROTECTED]
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 cdcover- Creating Data-CD Covers
Closes: 401198
Changes: 
 cdcover (0.9.1-6.2) unstable; urgency=low
 .
   * NMU to fix RC bug
   * There was a typo in my patch that lead to the previous NMU, and is now
 fixed by this upload, s/latin/latin1/ (closes: #401198)
Files: 
 b231bc77f0066b13a2fade27c817c6f6 559 text optional cdcover_0.9.1-6.2.dsc
 88451915fafd9fe824b4174bde4d42d1 5741 text optional cdcover_0.9.1-6.2.diff.gz
 1fecd0f3afacc66d6dee268337788033 25996 text optional cdcover_0.9.1-6.2_i386.deb

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

iD8DBQFFeFh++xs9YyJS+hoRAm7xAJ9HiBi11truBL9pCFnfeBdNomtVRwCfeMqK
uIOUskyaTyqA3DNFNe2OwD8=
=oGK5
-END PGP SIGNATURE-


Accepted:
cdcover_0.9.1-6.2.diff.gz
  to pool/main/c/cdcover/cdcover_0.9.1-6.2.diff.gz
cdcover_0.9.1-6.2.dsc
  to pool/main/c/cdcover/cdcover_0.9.1-6.2.dsc
cdcover_0.9.1-6.2_i386.deb
  to pool/main/c/cdcover/cdcover_0.9.1-6.2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gstreamer0.10 0.10.11-1 (source all i386)

2006-12-07 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 14:00:29 +0100
Source: gstreamer0.10
Binary: gstreamer-tools gstreamer0.10-tools gstreamer0.10-doc 
libgstreamer0.10-dev libgstreamer0.10-0-dbg libgstreamer0.10-0
Architecture: source all i386
Version: 0.10.11-1
Distribution: experimental
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 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.11-1) experimental; urgency=low
 .
   [ Sebastian Dröge ]
   * New upstream release, Love never runs on time.
   * New upstream pre-release, 0.10.10.3.
 - debian/patches/10_assertion-failure-on-signal-full-when-empty.patch:
   . Dropped, merged upstream
 - debian/patches/70_relibtoolize.patch:
   . Dropped, upstream used Debian's libtool
 .
   [ Loic Minier ]
   * Update control.
Files: 
 15bba14b069d09eecefcb07f38c6a8a0 1301 libs optional gstreamer0.10_0.10.11-1.dsc
 b0d43c2dc0545f2d1ed21c3c07233ed0 2581699 libs optional 
gstreamer0.10_0.10.11.orig.tar.gz
 0d0d8ad6ebce4e1277ecc4ba1f337cd5 16306 libs optional 
gstreamer0.10_0.10.11-1.diff.gz
 fb8d4c10e0d6e4a11c3db05573039992 2132114 doc optional 
gstreamer0.10-doc_0.10.11-1_all.deb
 3f812eb1c8d1491e1e18f3a766e57c1a 678866 libs optional 
libgstreamer0.10-0_0.10.11-1_i386.deb
 034a7b9d5d58c54540035e1f6b837526 1108490 libdevel extra 
libgstreamer0.10-0-dbg_0.10.11-1_i386.deb
 a3b2d8433e9f2995663489cbe0f7e9ff 802530 libdevel optional 
libgstreamer0.10-dev_0.10.11-1_i386.deb
 3ff14e87b67e4628dfa906889c29bb43 232770 utils optional 
gstreamer0.10-tools_0.10.11-1_i386.deb
 7c07b6056534e83f041fa7012b74279b 198038 utils optional 
gstreamer-tools_0.10.11-1_i386.deb

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

iD8DBQFFeBQj4VUX8isJIMARAv33AJ9a9m0BLSLzQhMPwaD4q+ukNP6L9gCeK6Tp
OQDJTz3T7j1DIV8bF6u60P8=
=e7yG
-END PGP SIGNATURE-


Accepted:
gstreamer-tools_0.10.11-1_i386.deb
  to pool/main/g/gstreamer0.10/gstreamer-tools_0.10.11-1_i386.deb
gstreamer0.10-doc_0.10.11-1_all.deb
  to pool/main/g/gstreamer0.10/gstreamer0.10-doc_0.10.11-1_all.deb
gstreamer0.10-tools_0.10.11-1_i386.deb
  to pool/main/g/gstreamer0.10/gstreamer0.10-tools_0.10.11-1_i386.deb
gstreamer0.10_0.10.11-1.diff.gz
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.11-1.diff.gz
gstreamer0.10_0.10.11-1.dsc
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.11-1.dsc
gstreamer0.10_0.10.11.orig.tar.gz
  to pool/main/g/gstreamer0.10/gstreamer0.10_0.10.11.orig.tar.gz
libgstreamer0.10-0-dbg_0.10.11-1_i386.deb
  to pool/main/g/gstreamer0.10/libgstreamer0.10-0-dbg_0.10.11-1_i386.deb
libgstreamer0.10-0_0.10.11-1_i386.deb
  to pool/main/g/gstreamer0.10/libgstreamer0.10-0_0.10.11-1_i386.deb
libgstreamer0.10-dev_0.10.11-1_i386.deb
  to pool/main/g/gstreamer0.10/libgstreamer0.10-dev_0.10.11-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kdetoys 4:3.5.5-2 (source i386 all)

2006-12-07 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Dec 2006 19:03:17 +0100
Source: kdetoys
Binary: eyesapplet kdetoys-doc-html kweather ktux kdetoys-dbg kodo kmoon amor 
kdetoys fifteenapplet kworldclock kteatime
Architecture: source i386 all
Version: 4:3.5.5-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 amor   - a KDE creature for your desktop
 eyesapplet - eyes applet for KDE
 fifteenapplet - fifteen pieces puzzle for KDE
 kdetoys- toys from the official KDE release
 kdetoys-dbg - debugging symbols for kdetoys
 kdetoys-doc-html - KDE toys documentation in HTML format
 kmoon  - moon phase indicator for KDE
 kodo   - mouse odometer for KDE
 kteatime   - KDE utility for making a fine cup of tea
 ktux   - Tux screensaver for KDE
 kweather   - weather display applet for KDE
 kworldclock - earth watcher for KDE
Changes: 
 kdetoys (4:3.5.5-2) unstable; urgency=low
 .
   * Add Lithuania to the country list of kweather. Add weather stations
 that are available in Lithuania:
 - Vilnius (EYVI) as Vilnius
 - Kaunas (EYKA) as Kaunas
 - Siauliai Intl./Mil. (EYSA) as Siauliai
 - Palanga Intl. (EYPA) as Palanga
 Thanks to Modestas Vainius.
   * Make kdetoys-dbg depend on kdelibs-dbg to get useful backtraces when
 debugging.
Files: 
 a1dee693688af7918470a7d20d0cbc82 1139 kde optional kdetoys_3.5.5-2.dsc
 e0099f59a6816574b6e9bc68955e65c3 336481 kde optional kdetoys_3.5.5-2.diff.gz
 a69f3fe667b4fb8deb7fbb0d573260da 16310 kde optional kdetoys_3.5.5-2_all.deb
 3c1230e0dac1684e012984e8f6fe5b4a 40136 doc optional 
kdetoys-doc-html_3.5.5-2_all.deb
 dca14fde4f2c55a758cea35e47925983 337668 games optional amor_3.5.5-2_i386.deb
 872d8efbaf3966b9a146d3d99c8deb5f 27428 kde optional eyesapplet_3.5.5-2_i386.deb
 0bdc1c995cbd2aa5ba1ecf0b7522ed48 48568 kde optional 
fifteenapplet_3.5.5-2_i386.deb
 2a349d1feb2aa33db0cda4b5a697db67 179070 kde optional kmoon_3.5.5-2_i386.deb
 6871d9ba845fe168a575031ec1a8aa22 5 games optional kodo_3.5.5-2_i386.deb
 52c047df83e2b05b8ec765d21cc0a620 87290 kde optional kteatime_3.5.5-2_i386.deb
 d51c103632ce3046cbbe33cba56ee3e6 286436 kde optional ktux_3.5.5-2_i386.deb
 db7b8a939ec737514a6483daa0d4cf2b 1243226 kde optional kweather_3.5.5-2_i386.deb
 f088a85e8a6f41715c661a4ac458053c 952462 games optional 
kworldclock_3.5.5-2_i386.deb
 ac41aec7f49042a3e96bfc061df3616d 1594776 libdevel extra 
kdetoys-dbg_3.5.5-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFFeFrpn3j4POjENGERAhKgAJ9eHEVH3UkOPCFq2OMGGANXMFPUaACfeaVQ
LJqj/jrvezz6MnjWaaEyqbg=
=W3+W
-END PGP SIGNATURE-


Accepted:
amor_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/amor_3.5.5-2_i386.deb
eyesapplet_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/eyesapplet_3.5.5-2_i386.deb
fifteenapplet_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/fifteenapplet_3.5.5-2_i386.deb
kdetoys-dbg_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/kdetoys-dbg_3.5.5-2_i386.deb
kdetoys-doc-html_3.5.5-2_all.deb
  to pool/main/k/kdetoys/kdetoys-doc-html_3.5.5-2_all.deb
kdetoys_3.5.5-2.diff.gz
  to pool/main/k/kdetoys/kdetoys_3.5.5-2.diff.gz
kdetoys_3.5.5-2.dsc
  to pool/main/k/kdetoys/kdetoys_3.5.5-2.dsc
kdetoys_3.5.5-2_all.deb
  to pool/main/k/kdetoys/kdetoys_3.5.5-2_all.deb
kmoon_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/kmoon_3.5.5-2_i386.deb
kodo_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/kodo_3.5.5-2_i386.deb
kteatime_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/kteatime_3.5.5-2_i386.deb
ktux_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/ktux_3.5.5-2_i386.deb
kweather_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/kweather_3.5.5-2_i386.deb
kworldclock_3.5.5-2_i386.deb
  to pool/main/k/kdetoys/kworldclock_3.5.5-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted lxml 1.1.2-1 (source i386)

2006-12-07 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 19:24:53 +0100
Source: lxml
Binary: python-lxml
Architecture: source i386
Version: 1.1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-lxml - pythonic binding for the libxml2 and libxslt libraries
Closes: 401644
Changes: 
 lxml (1.1.2-1) unstable; urgency=medium
 .
   * New upstream version.
 - fix import of lxml.objectify. Closes: #401644.
Files: 
 2329838880c42ead79988fa42cab7045 721 python optional lxml_1.1.2-1.dsc
 d18ecaacdecf7c9f02a6e9aecb16c720 640469 python optional lxml_1.1.2.orig.tar.gz
 389d88357ddb894c73138f0f7165ead6 4440 python optional lxml_1.1.2-1.diff.gz
 ea6e3128bc102098ae793ca847c48f7d 311666 python optional 
python-lxml_1.1.2-1_i386.deb

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

iD8DBQFFeF/IStlRaw+TLJwRAqZBAJ40F17uoDZ4EdiyFT7uRBx7cTJ0MQCfa+cU
rl5ECrDXsG+zfocJFQOw3zE=
=7Ram
-END PGP SIGNATURE-


Accepted:
lxml_1.1.2-1.diff.gz
  to pool/main/l/lxml/lxml_1.1.2-1.diff.gz
lxml_1.1.2-1.dsc
  to pool/main/l/lxml/lxml_1.1.2-1.dsc
lxml_1.1.2.orig.tar.gz
  to pool/main/l/lxml/lxml_1.1.2.orig.tar.gz
python-lxml_1.1.2-1_i386.deb
  to pool/main/l/lxml/python-lxml_1.1.2-1_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted checkinstall 1.6.1-1 (source i386)

2006-12-07 Thread Felipe Sateler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Dec 2006 00:02:32 -0300
Source: checkinstall
Binary: checkinstall
Architecture: source i386
Version: 1.6.1-1
Distribution: unstable
Urgency: low
Maintainer: Felipe Sateler [EMAIL PROTECTED]
Changed-By: Felipe Sateler [EMAIL PROTECTED]
Description: 
 checkinstall - installation tracker
Closes: 281823 284786 342578
Changes: 
 checkinstall (1.6.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Tag files in /etc as conffiles
(Closes: #284786)
   * Fix backup restoration changing permissions of the root directory.
(Closes: #342578, #281823)
   * Fix erronous manpage sgml files.
Files: 
 c9d51d994113daffef2a205efbacbbf7 608 admin optional checkinstall_1.6.1-1.dsc
 1ae49645d6d16efac79ac67b84bfb419 159552 admin optional 
checkinstall_1.6.1.orig.tar.gz
 d4826868b9e13c5cc8e2075572994cc7 9167 admin optional 
checkinstall_1.6.1-1.diff.gz
 346713570ba034409b9c1c104fa93eeb 110430 admin optional 
checkinstall_1.6.1-1_i386.deb

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

iD8DBQFFeGQieYl9593Atw0RAtqiAKCfPPA31c+yGvnP6DUyngin7EbbBgCbBQrM
24KQm5RhR0xwSryuLcrM7FE=
=5Ipf
-END PGP SIGNATURE-


Accepted:
checkinstall_1.6.1-1.diff.gz
  to pool/main/c/checkinstall/checkinstall_1.6.1-1.diff.gz
checkinstall_1.6.1-1.dsc
  to pool/main/c/checkinstall/checkinstall_1.6.1-1.dsc
checkinstall_1.6.1-1_i386.deb
  to pool/main/c/checkinstall/checkinstall_1.6.1-1_i386.deb
checkinstall_1.6.1.orig.tar.gz
  to pool/main/c/checkinstall/checkinstall_1.6.1.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted kbibtex 0.1.5-3 (source i386)

2006-12-07 Thread Michael Hanke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 25 Nov 2006 19:11:01 +0100
Source: kbibtex
Binary: kbibtex
Architecture: source i386
Version: 0.1.5-3
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Michael Hanke [EMAIL PROTECTED]
Description: 
 kbibtex- BibTeX editor for KDE
Closes: 400065
Changes: 
 kbibtex (0.1.5-3) unstable; urgency=low
 .
   * Included upstream patch that fixes the display of accented characters
 (Closes: #400065).
Files: 
 f2d79570ba764688185d41a4c82b7cd7 633 kde optional kbibtex_0.1.5-3.dsc
 38a6b6e7522f5244ed508827867bc332 2367 kde optional kbibtex_0.1.5-3.diff.gz
 1eac9364f5c98f9a880107b4b012cd31 300736 kde optional kbibtex_0.1.5-3_i386.deb

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

iD8DBQFFeGZzjRFFY3XAJMgRAjqyAKDFP7Ky8cKLI/spjgjEj7Z4WK2VbwCfY2zR
pmfJTkt7v6QieJBdaj7vOWg=
=yyDx
-END PGP SIGNATURE-


Accepted:
kbibtex_0.1.5-3.diff.gz
  to pool/main/k/kbibtex/kbibtex_0.1.5-3.diff.gz
kbibtex_0.1.5-3.dsc
  to pool/main/k/kbibtex/kbibtex_0.1.5-3.dsc
kbibtex_0.1.5-3_i386.deb
  to pool/main/k/kbibtex/kbibtex_0.1.5-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted shadow 1:4.0.18.1-6 (source i386)

2006-12-07 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 19:10:50 +0100
Source: shadow
Binary: login passwd
Architecture: source i386
Version: 1:4.0.18.1-6
Distribution: unstable
Urgency: low
Maintainer: Shadow package maintainers [EMAIL PROTECTED]
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 login  - system login tools
 passwd - change and administer password and group data
Closes: 378899 395537 402002
Changes: 
 shadow (1:4.0.18.1-6) unstable; urgency=low
 .
   * The Vieux Lille release
   * Upstream translation updates:
 - debian/patches/404_man-fr: Fix the French translation of
   passwd.1. Closes: #395537
   * Upstream bugs or fixes not yet fixed in upstream releases or CVS:
 - 403_fix_PATH-MAX_hurd: fixed glibc error on Hurd by not freeing f
   unconditionnally. Thanks to Michael banck for the patch fix
   Closes: #402002
   * Upstream bugs fixed upstream:
 - 103_man-de: early German translation of manpages. Updates
   passwd manpage. Closes: #378899
Files: 
 7a93cc4b3dda66b02eb9980c7c740ffb 1102 admin required shadow_4.0.18.1-6.dsc
 356e76705611b52e472ee4b07893b6d7 218211 admin required 
shadow_4.0.18.1-6.diff.gz
 36c9de5b19580608ccaefe520034b3eb 788542 admin required 
passwd_4.0.18.1-6_i386.deb
 7c3c8842558abd118b68df508231622f 798612 admin required 
login_4.0.18.1-6_i386.deb

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

iD8DBQFFeGja1OXtrMAUPS0RAuPrAJ4nxfKpXq7qRfaHXbANH/ibKr8VnQCgp0EX
soC2npAg3tyzI0Zt9yYDado=
=9M+Z
-END PGP SIGNATURE-


Accepted:
login_4.0.18.1-6_i386.deb
  to pool/main/s/shadow/login_4.0.18.1-6_i386.deb
passwd_4.0.18.1-6_i386.deb
  to pool/main/s/shadow/passwd_4.0.18.1-6_i386.deb
shadow_4.0.18.1-6.diff.gz
  to pool/main/s/shadow/shadow_4.0.18.1-6.diff.gz
shadow_4.0.18.1-6.dsc
  to pool/main/s/shadow/shadow_4.0.18.1-6.dsc


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-menus 2.16.1-1 (source amd64)

2006-12-07 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Dec 2006 22:36:55 +0100
Source: gnome-menus
Binary: python-gmenu libgnome-menu2 gnome-menus libgnome-menu-dev
Architecture: source amd64
Version: 2.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 gnome-menus - an implementation of the freedesktop menu specification for GNOME
 libgnome-menu-dev - an implementation of the freedesktop menu specification 
for GNOME
 libgnome-menu2 - an implementation of the freedesktop menu specification for 
GNOME
 python-gmenu - an implementation of the freedesktop menu specification for 
GNOME
Changes: 
 gnome-menus (2.16.1-1) unstable; urgency=low
 .
   * New upstream translation release.
   * 08_menus_prefix.patch: try gnome- as a prefix for menu files
 instead of renaming them explicitly. This should make
 applications-merged/ work as expected.
   * 06_menus_rename.patch: only keep the gnome-preferences renaming.
   * Build-depend on python-central 0.5 to please lintian.
   * Bump shlibs version to 2.16.1-1 to allow relying on this feature.
Files: 
 e36446c5359411fae06bbf6d27438074 1556 gnome optional gnome-menus_2.16.1-1.dsc
 1fef2e7e45040145c6f321f40c442ae1 559712 gnome optional 
gnome-menus_2.16.1.orig.tar.gz
 c4c8be7abd4bc66261f7c0330127a000 168125 gnome optional 
gnome-menus_2.16.1-1.diff.gz
 174588b904a7f08b06f66471f98d9f57 141462 gnome optional 
gnome-menus_2.16.1-1_amd64.deb
 7d3a6891c424db9213bf535e87362d5c 64242 gnome optional 
libgnome-menu2_2.16.1-1_amd64.deb
 84db4ef9d011b3313f836d984cadcc14 77222 libdevel optional 
libgnome-menu-dev_2.16.1-1_amd64.deb
 61a5b6ed1f6acd6df85ac5efdc17d3da 38996 python optional 
python-gmenu_2.16.1-1_amd64.deb

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

iD8DBQFFeHp5rSla4ddfhTMRAp3kAKCcskjCBToG9bODN8mry+baJm81tgCgyHON
z3IMaSQIBhP1ZXKMY87mIoY=
=c7Lt
-END PGP SIGNATURE-


Accepted:
gnome-menus_2.16.1-1.diff.gz
  to pool/main/g/gnome-menus/gnome-menus_2.16.1-1.diff.gz
gnome-menus_2.16.1-1.dsc
  to pool/main/g/gnome-menus/gnome-menus_2.16.1-1.dsc
gnome-menus_2.16.1-1_amd64.deb
  to pool/main/g/gnome-menus/gnome-menus_2.16.1-1_amd64.deb
gnome-menus_2.16.1.orig.tar.gz
  to pool/main/g/gnome-menus/gnome-menus_2.16.1.orig.tar.gz
libgnome-menu-dev_2.16.1-1_amd64.deb
  to pool/main/g/gnome-menus/libgnome-menu-dev_2.16.1-1_amd64.deb
libgnome-menu2_2.16.1-1_amd64.deb
  to pool/main/g/gnome-menus/libgnome-menu2_2.16.1-1_amd64.deb
python-gmenu_2.16.1-1_amd64.deb
  to pool/main/g/gnome-menus/python-gmenu_2.16.1-1_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted jpilot-syncmal 0.73-1 (source i386)

2006-12-07 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 21:23:58 +0100
Source: jpilot-syncmal
Binary: jpilot-syncmal
Architecture: source i386
Version: 0.73-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 jpilot-syncmal - MAL (AvantGo) plugin for jpilot (Palm Pilot desktop)
Closes: 401732
Changes: 
 jpilot-syncmal (0.73-1) unstable; urgency=low
 .
   * New upstream release
   * debian/{control,rules}: add dpatch support
   * debian/patches/01_malsync_mal_common_AGNet.h.dpatch: Closes: #401732
 jpilot-syncmal: FTBFS on GNU/kFreeBSD
Files: 
 4af55f32f34d05bdb1cbb2e429d46769 667 otherosfs optional 
jpilot-syncmal_0.73-1.dsc
 eb6bc5992e9ade69d8d7901df73c0fa8 470018 otherosfs optional 
jpilot-syncmal_0.73.orig.tar.gz
 ba7a1cca8a1ac421f1cf4e85f00d0520 3666 otherosfs optional 
jpilot-syncmal_0.73-1.diff.gz
 c8f5cc82d8f6f1e6b4de624b77bb4494 70258 otherosfs optional 
jpilot-syncmal_0.73-1_i386.deb

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

iD8DBQFFeHlDP0qKj+B/HPkRAn7fAJ9EUdlA6wltRJNbDIAZMEEkyuTfSwCePTjR
OrrEEVPWWCogV0fq4w6TIhg=
=dzHr
-END PGP SIGNATURE-


Accepted:
jpilot-syncmal_0.73-1.diff.gz
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.73-1.diff.gz
jpilot-syncmal_0.73-1.dsc
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.73-1.dsc
jpilot-syncmal_0.73-1_i386.deb
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.73-1_i386.deb
jpilot-syncmal_0.73.orig.tar.gz
  to pool/main/j/jpilot-syncmal/jpilot-syncmal_0.73.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted geekast 0.1.2-5 (source all)

2006-12-07 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 18:08:53 +0100
Source: geekast
Binary: geekast peercast-geekast geekast-binary
Architecture: source all
Version: 0.1.2-5
Distribution: unstable
Urgency: low
Maintainer: Romain Beauxis [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 geekast- GNOME interface to peercast
 geekast-binary - GNOME interface to peercast - binaries
 peercast-geekast - GNOME interface to peercast - peercast-servent data files
Changes: 
 geekast (0.1.2-5) unstable; urgency=low
 .
   * Finaly moved to gstreamer0.10 !!
Files: 
 c5b9c9c02d1671b92535942e940dd512 687 gnome optional geekast_0.1.2-5.dsc
 67966f8df8711e83a63d310c6166043b 9867 gnome optional geekast_0.1.2-5.diff.gz
 9571f6c73515a988606de2c06aa4d9f7 2956 gnome optional geekast_0.1.2-5_all.deb
 b22450a037b287f4375a654bf7bac5b9 143438 gnome optional 
geekast-binary_0.1.2-5_all.deb
 5c15f293b1f70c260ccda276c33561ee 4470 gnome optional 
peercast-geekast_0.1.2-5_all.deb

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

iD8DBQFFeHhS4VUX8isJIMARApqhAJ9qNucpjdCxuRwVtWZyDEpJJalQsACePRLS
8cOrEhjphlk32JX7U79YtK0=
=u7En
-END PGP SIGNATURE-


Accepted:
geekast-binary_0.1.2-5_all.deb
  to pool/main/g/geekast/geekast-binary_0.1.2-5_all.deb
geekast_0.1.2-5.diff.gz
  to pool/main/g/geekast/geekast_0.1.2-5.diff.gz
geekast_0.1.2-5.dsc
  to pool/main/g/geekast/geekast_0.1.2-5.dsc
geekast_0.1.2-5_all.deb
  to pool/main/g/geekast/geekast_0.1.2-5_all.deb
peercast-geekast_0.1.2-5_all.deb
  to pool/main/g/geekast/peercast-geekast_0.1.2-5_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted gnome-games 1:2.16.2-2 (source all amd64)

2006-12-07 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  3 Dec 2006 04:45:34 +0100
Source: gnome-games
Binary: gnome-cards-data gnome-games-data gnome-games
Architecture: source all amd64
Version: 1:2.16.2-2
Distribution: unstable
Urgency: high
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 gnome-cards-data - data files for the GNOME card games
 gnome-games - games for the GNOME desktop
 gnome-games-data - data files for the GNOME games
Closes: 401379
Changes: 
 gnome-games (1:2.16.2-2) unstable; urgency=high
 .
   * gnome-games-data conflicts with gnome-icon-theme ( 2.14).
 Closes: #401379.
Files: 
 f5120fea7a5f358a7b0aa86e17ec68ea 1662 gnome optional gnome-games_2.16.2-2.dsc
 18a63b753cb386ad887a5bc578859cdb 48059 gnome optional 
gnome-games_2.16.2-2.diff.gz
 1ff7450e2eaa775fe082d4fd47e4f869 5259204 gnome optional 
gnome-games-data_2.16.2-2_all.deb
 6fcb42d3a8b4c1c9cb35b57f2f654c05 504956 gnome optional 
gnome-cards-data_2.16.2-2_all.deb
 d34138b516d080322497ec32afbbd7d2 841120 gnome optional 
gnome-games_2.16.2-2_amd64.deb

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

iD8DBQFFeHiirSla4ddfhTMRAnWqAKCjT+XCOpZBd38jGXELj4txj9SRmQCfabys
5hqFnycHCUKwT3963QUYK0w=
=iOb+
-END PGP SIGNATURE-


Accepted:
gnome-cards-data_2.16.2-2_all.deb
  to pool/main/g/gnome-games/gnome-cards-data_2.16.2-2_all.deb
gnome-games-data_2.16.2-2_all.deb
  to pool/main/g/gnome-games/gnome-games-data_2.16.2-2_all.deb
gnome-games_2.16.2-2.diff.gz
  to pool/main/g/gnome-games/gnome-games_2.16.2-2.diff.gz
gnome-games_2.16.2-2.dsc
  to pool/main/g/gnome-games/gnome-games_2.16.2-2.dsc
gnome-games_2.16.2-2_amd64.deb
  to pool/main/g/gnome-games/gnome-games_2.16.2-2_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted sparse 0.2-2 (source i386)

2006-12-07 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 21:59:18 +0100
Source: sparse
Binary: sparse
Architecture: source i386
Version: 0.2-2
Distribution: experimental
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 sparse - semantic parser of source files
Changes: 
 sparse (0.2-2) experimental; urgency=low
 .
   * Ship FAQ.
Files: 
 4d341ebed15ac76eaeb8c627e0a3fb50 547 non-free/devel optional sparse_0.2-2.dsc
 6cd3697f92b377b23e9a65302a8bc041 5568 non-free/devel optional 
sparse_0.2-2.diff.gz
 9fb809518f72fc7853509450e651edc7 344478 non-free/devel optional 
sparse_0.2-2_i386.deb

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

iD8DBQFFeIDS4VUX8isJIMARAkI9AJ45twfu+1N1V2WOXo9xAjH5iE1CLQCZAViP
PutW9uC2ca1eebkbTl5g7vg=
=WP96
-END PGP SIGNATURE-


Accepted:
sparse_0.2-2.diff.gz
  to pool/non-free/s/sparse/sparse_0.2-2.diff.gz
sparse_0.2-2.dsc
  to pool/non-free/s/sparse/sparse_0.2-2.dsc
sparse_0.2-2_i386.deb
  to pool/non-free/s/sparse/sparse_0.2-2_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted vzctl 3.0.11-8 (source i386)

2006-12-07 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 21:54:48 +0100
Source: vzctl
Binary: vzctl
Architecture: source i386
Version: 3.0.11-8
Distribution: unstable
Urgency: medium
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 vzctl  - server virtualization solution - control tools
Closes: 401828
Changes: 
 vzctl (3.0.11-8) unstable; urgency=medium
 .
   * Added recommendataion of rsync as the migration tools require it to
 run, closes: #401828.
Files: 
 6566a3eeb082e5676e23bed076492b5b 566 admin optional vzctl_3.0.11-8.dsc
 6df00a9324f12d3bf92a25ddaa055041 6413 admin optional vzctl_3.0.11-8.diff.gz
 397cc73eccbfcc27f738faf0e3a33ea2 161628 admin optional vzctl_3.0.11-8_i386.deb

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

iD8DBQFFeH+/GKGxzw/lPdkRAvOYAKCPXp06EOM0qzoP7J0nbcLmVS6lWwCfb6c2
c/LFEC9a3yBmt7ASIOWpGLo=
=3HGP
-END PGP SIGNATURE-


Accepted:
vzctl_3.0.11-8.diff.gz
  to pool/main/v/vzctl/vzctl_3.0.11-8.diff.gz
vzctl_3.0.11-8.dsc
  to pool/main/v/vzctl/vzctl_3.0.11-8.dsc
vzctl_3.0.11-8_i386.deb
  to pool/main/v/vzctl/vzctl_3.0.11-8_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted graphviz 2.8-2.5 (source i386 all)

2006-12-07 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 20 Nov 2006 04:46:07 +
Source: graphviz
Binary: graphviz graphviz-doc graphviz-dev
Architecture: source i386 all
Version: 2.8-2.5
Distribution: unstable
Urgency: low
Maintainer: Stephen M Moraco [EMAIL PROTECTED]
Changed-By: Cyril Brulebois [EMAIL PROTECTED]
Description: 
 graphviz   - rich set of graph drawing tools
 graphviz-dev - graphviz libs and headers against which to build applications
 graphviz-doc - additional documentation for graphviz
Closes: 376049 377691 381063 389105
Changes: 
 graphviz (2.8-2.5) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Switched to the quilt system to keep the patches readable and handy. As a
 convention, the following prefixes are used:
  0 - Debian-specific fix
  1 - Backported fix (followed by a 4-digit upstream bug number)
  2 - Submitted fix (followed by a 4-digit upstream bug number)
  3 - Not-yet submitted fix
 Patches already present:
  - 0_autotools_config_files:
  Adds config.{guess,sub} from /usr/share/misc (from the autotools-dev
  package). debian/rules adjusted accordingly so that it doesn't
  refresh them. The autotools-dev B-D could probably be dropped.
  - 0_test_fix:
  Fixes an error during the build due to the fact that the installation
  is not done directly into the system but on a subdirectory.
  - 1_lua_python_bindings:
  Backport from upstream modification into configure.ac, patch
  generated after having run `autoconf'.
  - 10918_nop_fix:
  Backport introduced in 2.8-2.4.
  - 3_manpages_fix:
  See the next two items.
   * Added a patch to fix some warnings in the manpages (Closes: #381063).
   * Added a graphviz.7 manpage and a reference to it in README.Debian.
 Thanks to Joachim Berdal Haga [EMAIL PROTECTED] for the documentation
 effort this manpage is based on (Closes: #389105).
   * Updated debian/rules to use dh_installman to handle manpages.
   * Modified debian/graphviz.dirs so that the build is less vulnerable to
 behaviour modifications of core utils (Closes: #376049).
 Thanks to Florent Bayle [EMAIL PROTECTED] for the patch.
   * Updated URL in debian/control (Closes: #377691).
   * Improved descriptions in debian/control.
   * Removed the erroneous trailing backslash in debian/graphviz-doc.doc-base.
   * Bumped Standards-Version from 3.6.2 to 3.7.2 (no change needed).
   * Bumped debhelper compatibility from 4 to 5 (no change needed).
Files: 
 4ba06c740a8fcfdad248b4c615c231d8 880 graphics optional graphviz_2.8-2.5.dsc
 e59aa3fdaaecfa0964854183610deae4 148247 graphics optional 
graphviz_2.8-2.5.diff.gz
 0703a4de48ba9ab3d036712a3dc1a6a9 500 doc optional 
graphviz-doc_2.8-2.5_all.deb
 486a1e66a52e522561c7a05dce8353eb 1445918 graphics optional 
graphviz_2.8-2.5_i386.deb
 79f3dcb525d4c27f3a95a7cfbd636ff6 136660 devel optional 
graphviz-dev_2.8-2.5_i386.deb

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

iD8DBQFFZjMmOU3FkQ7XBOoRAlpHAKDSSDjV4a3smcCYsfryeIcDiZ3cLQCfTRB2
9NkZp39Wlv7WTk3UEOIwytQ=
=yo+E
-END PGP SIGNATURE-


Accepted:
graphviz-dev_2.8-2.5_i386.deb
  to pool/main/g/graphviz/graphviz-dev_2.8-2.5_i386.deb
graphviz-doc_2.8-2.5_all.deb
  to pool/main/g/graphviz/graphviz-doc_2.8-2.5_all.deb
graphviz_2.8-2.5.diff.gz
  to pool/main/g/graphviz/graphviz_2.8-2.5.diff.gz
graphviz_2.8-2.5.dsc
  to pool/main/g/graphviz/graphviz_2.8-2.5.dsc
graphviz_2.8-2.5_i386.deb
  to pool/main/g/graphviz/graphviz_2.8-2.5_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted evince 0.4.0-3 (source i386)

2006-12-07 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 22:09:17 +0100
Source: evince
Binary: evince
Architecture: source i386
Version: 0.4.0-3
Distribution: unstable
Urgency: high
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 evince - Document (postscript, pdf) viewer
Closes: 402063
Changes: 
 evince (0.4.0-3) unstable; urgency=high
 .
   * SECURITY: new patch, 10_CVE-2006-5864.patch, fixes a buffer overflow in
 the PostScript processor; thanks Kees Cook; CVE-2006-5864;
 closes: #402063.
Files: 
 130c97c29e463898fc248dd3fd47bea0 1631 gnome optional evince_0.4.0-3.dsc
 1bd996db4037b6f158b397535f180a58 4745 gnome optional evince_0.4.0-3.diff.gz
 aef4ca7cb493d5c1d55063f939e29530 814298 gnome optional evince_0.4.0-3_i386.deb

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

iD8DBQFFeISQ4VUX8isJIMARAqe6AJ9t1CvGnDxMw0eWO58XMJxf5QkmbQCeKkxr
BgrkSDiCBbwFOVkjpwL8z0A=
=jyAI
-END PGP SIGNATURE-


Accepted:
evince_0.4.0-3.diff.gz
  to pool/main/e/evince/evince_0.4.0-3.diff.gz
evince_0.4.0-3.dsc
  to pool/main/e/evince/evince_0.4.0-3.dsc
evince_0.4.0-3_i386.deb
  to pool/main/e/evince/evince_0.4.0-3_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted totem 2.16.4-2 (source all amd64)

2006-12-07 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 30 Nov 2006 14:16:44 +0100
Source: totem
Binary: libtotem-plparser1-dbg totem-gstreamer libtotem-plparser1 totem-mozilla 
totem-xine totem libtotem-plparser-dev
Architecture: source amd64 all
Version: 2.16.4-2
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libtotem-plparser-dev - Totem Playlist Parser library - development version
 libtotem-plparser1 - Totem Playlist Parser library - runtime version
 libtotem-plparser1-dbg - Totem Playlist Parser library - debugging version
 totem  - A simple media player for the Gnome desktop (dummy package)
 totem-gstreamer - A simple media player for the Gnome desktop based on 
gstreamer
 totem-mozilla - Totem Mozilla plugin
 totem-xine - A simple media player for the Gnome desktop based on xine
Closes: 315926
Changes: 
 totem (2.16.4-2) unstable; urgency=low
 .
   * Build-depend on libxtst-dev, thanks Sven Arvidsson
 (closes: #315926).
Files: 
 1a6e89ffcd39118551b42a309005ae44 2240 gnome optional totem_2.16.4-2.dsc
 ffe7467417afe084141554d38e726d55 25607 gnome optional totem_2.16.4-2.diff.gz
 db2b074ec6d969b95875f065374e9d7c 11868 gnome optional totem_2.16.4-2_all.deb
 b91198ea2f86bc86e2b6c646c731ee93 11906 web optional 
totem-mozilla_2.16.4-2_all.deb
 cd008f5049f6bdeb1cb64befca19ec4d 1976988 gnome optional 
totem-xine_2.16.4-2_amd64.deb
 c76e183406b71ef73507e7e8c16c7778 2014464 gnome optional 
totem-gstreamer_2.16.4-2_amd64.deb
 137165605438ec0c1d676ea2a90145f6 33918 libs optional 
libtotem-plparser1_2.16.4-2_amd64.deb
 97657074a2f2ba6bdf9ac3ab6cb494bc 35942 libdevel optional 
libtotem-plparser-dev_2.16.4-2_amd64.deb
 7b3b77c54f908be882a656ea41db3b7f 50322 libs extra 
libtotem-plparser1-dbg_2.16.4-2_amd64.deb

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

iD8DBQFFeIWNrSla4ddfhTMRAnO4AJ4lhgxd+FgkDsl/AHjihKZG67fXowCfRebh
ygYlAKJXi5kWX0Jcjm53kwo=
=WbBG
-END PGP SIGNATURE-


Accepted:
libtotem-plparser-dev_2.16.4-2_amd64.deb
  to pool/main/t/totem/libtotem-plparser-dev_2.16.4-2_amd64.deb
libtotem-plparser1-dbg_2.16.4-2_amd64.deb
  to pool/main/t/totem/libtotem-plparser1-dbg_2.16.4-2_amd64.deb
libtotem-plparser1_2.16.4-2_amd64.deb
  to pool/main/t/totem/libtotem-plparser1_2.16.4-2_amd64.deb
totem-gstreamer_2.16.4-2_amd64.deb
  to pool/main/t/totem/totem-gstreamer_2.16.4-2_amd64.deb
totem-mozilla_2.16.4-2_all.deb
  to pool/main/t/totem/totem-mozilla_2.16.4-2_all.deb
totem-xine_2.16.4-2_amd64.deb
  to pool/main/t/totem/totem-xine_2.16.4-2_amd64.deb
totem_2.16.4-2.diff.gz
  to pool/main/t/totem/totem_2.16.4-2.diff.gz
totem_2.16.4-2.dsc
  to pool/main/t/totem/totem_2.16.4-2.dsc
totem_2.16.4-2_all.deb
  to pool/main/t/totem/totem_2.16.4-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted pygtk 2.8.6-8 (source all amd64)

2006-12-07 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 21:53:25 +0100
Source: pygtk
Binary: python-glade2 python-gtk2 python-gtk2-dev
Architecture: source amd64 all
Version: 2.8.6-8
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 python-glade2 - GTK+ bindings: Glade support
 python-gtk2 - Python bindings for the GTK+ widget set
 python-gtk2-dev - GTK+ bindings: devel files
Changes: 
 pygtk (2.8.6-8) unstable; urgency=low
 .
   * Only depend on python-dev to avoid pulling all interpreter versions.
   * rules: remove .py[co] files created in the examples directory.
Files: 
 e74ed1a15e616123905c455dfc1b3e02 1579 python optional pygtk_2.8.6-8.dsc
 e54bae1554fc7cdd1db8167c0d40bcf3 22508 python optional pygtk_2.8.6-8.diff.gz
 23a57f26da5ce35fc29191120edd59d6 802354 python optional 
python-gtk2_2.8.6-8_amd64.deb
 120b600988d4ba90a815a4a59a507863 22192 python optional 
python-glade2_2.8.6-8_amd64.deb
 0877c1c4a9389b0b20388b5f8c607858 149008 python optional 
python-gtk2-dev_2.8.6-8_all.deb

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

iD8DBQFFeIGOrSla4ddfhTMRAo4NAKCX0ihhc32PzvYg/jQbXP/s3JkDxwCg0ff2
G5S6oqWMx05LV7e5F3fl5WY=
=ssCg
-END PGP SIGNATURE-


Accepted:
pygtk_2.8.6-8.diff.gz
  to pool/main/p/pygtk/pygtk_2.8.6-8.diff.gz
pygtk_2.8.6-8.dsc
  to pool/main/p/pygtk/pygtk_2.8.6-8.dsc
python-glade2_2.8.6-8_amd64.deb
  to pool/main/p/pygtk/python-glade2_2.8.6-8_amd64.deb
python-gtk2-dev_2.8.6-8_all.deb
  to pool/main/p/pygtk/python-gtk2-dev_2.8.6-8_all.deb
python-gtk2_2.8.6-8_amd64.deb
  to pool/main/p/pygtk/python-gtk2_2.8.6-8_amd64.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted missingh 0.18.0 (source i386 all)

2006-12-07 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 06:13:58 -0600
Source: missingh
Binary: libhugs-missingh libghc6-missingh-dev missingh-doc
Architecture: source i386 all
Version: 0.18.0
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-missingh-dev - Library of utility functions for Haskell, GHC6 package
 libhugs-missingh - Library of utility functions for Haskell, Hugs package
 missingh-doc - Documentation for Haskell utility library
Changes: 
 missingh (0.18.0) unstable; urgency=low
 .
   * Major API changes in this release; several large modules being
 split off into separate packages.  See
 http://software.complete.org/missingh/wiki/TransitionPlanning
 for details.
Files: 
 f41800aa8e245bce552c48ec98553376 937 devel optional missingh_0.18.0.dsc
 9144755062227e1022283d2e1708cf0b 129133 devel optional missingh_0.18.0.tar.gz
 0e1cbd7c30218ba48c6d43df3cb4ec23 89166 devel optional 
libhugs-missingh_0.18.0_all.deb
 929913151c40a5c066895fab90684cbf 92078 doc optional missingh-doc_0.18.0_all.deb
 e85a3776381a53fd913bc7445962ec40 942390 devel optional 
libghc6-missingh-dev_0.18.0_i386.deb

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

iD8DBQFFeIibTvSuJuBy3ggRAqZbAJ4vXg9AnO8Gqq/61ykgWlj3EtEDhgCeICLl
3ST8Qe/w0IFtBDcIdpWCqJc=
=3VKb
-END PGP SIGNATURE-


Accepted:
libghc6-missingh-dev_0.18.0_i386.deb
  to pool/main/m/missingh/libghc6-missingh-dev_0.18.0_i386.deb
libhugs-missingh_0.18.0_all.deb
  to pool/main/m/missingh/libhugs-missingh_0.18.0_all.deb
missingh-doc_0.18.0_all.deb
  to pool/main/m/missingh/missingh-doc_0.18.0_all.deb
missingh_0.18.0.dsc
  to pool/main/m/missingh/missingh_0.18.0.dsc
missingh_0.18.0.tar.gz
  to pool/main/m/missingh/missingh_0.18.0.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted samizdat 0.6.0.20061207-1 (source all)

2006-12-07 Thread Dmitry Borodaenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 07 Dec 2006 21:48:25 +
Source: samizdat
Binary: libsamizdat-ruby1.8 samizdat libsamizdat-ruby
Architecture: source all
Version: 0.6.0.20061207-1
Distribution: experimental
Urgency: low
Maintainer: Dmitry Borodaenko [EMAIL PROTECTED]
Changed-By: Dmitry Borodaenko [EMAIL PROTECTED]
Description: 
 libsamizdat-ruby - Samizdat module for Ruby
 libsamizdat-ruby1.8 - Samizdat module for Ruby 1.8
 samizdat   - Collaboration and open publishing engine
Changes: 
 samizdat (0.6.0.20061207-1) experimental; urgency=low
 .
   * New upstream snapshot 2006-12-07:
 - Sanitize: allow ':' in URI
 - refactoring: MessageContent
 - usability: sort replies by id
 - privacy: send Apache error.log to /dev/null by default.
Files: 
 9c80cea950eba1428c758c01a20d0d76 659 web optional samizdat_0.6.0.20061207-1.dsc
 4cb8b394d223baf113c66b58c62d51ab 168938 web optional 
samizdat_0.6.0.20061207.orig.tar.gz
 696d9c092a600a06bf6e7409d1657682 5684 web optional 
samizdat_0.6.0.20061207-1.diff.gz
 64f1e4678d8059648a89d301ce9b6b4d 138834 web optional 
samizdat_0.6.0.20061207-1_all.deb
 262c9e2070a8a7a787820a0044c4ffad 18148 interpreters optional 
libsamizdat-ruby_0.6.0.20061207-1_all.deb
 6bd5de3dbc6d9c48e30c135f2307836c 27320 interpreters optional 
libsamizdat-ruby1.8_0.6.0.20061207-1_all.deb

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

iEYEARECAAYFAkV4jUUACgkQxhqJXoXuPg47IgCfRZTRLmQ4OyFEWgTay88MvMEB
WdQAoKE3fe2n6pBPjeithTEBelLLVI2b
=FfA4
-END PGP SIGNATURE-


Accepted:
libsamizdat-ruby1.8_0.6.0.20061207-1_all.deb
  to pool/main/s/samizdat/libsamizdat-ruby1.8_0.6.0.20061207-1_all.deb
libsamizdat-ruby_0.6.0.20061207-1_all.deb
  to pool/main/s/samizdat/libsamizdat-ruby_0.6.0.20061207-1_all.deb
samizdat_0.6.0.20061207-1.diff.gz
  to pool/main/s/samizdat/samizdat_0.6.0.20061207-1.diff.gz
samizdat_0.6.0.20061207-1.dsc
  to pool/main/s/samizdat/samizdat_0.6.0.20061207-1.dsc
samizdat_0.6.0.20061207-1_all.deb
  to pool/main/s/samizdat/samizdat_0.6.0.20061207-1_all.deb
samizdat_0.6.0.20061207.orig.tar.gz
  to pool/main/s/samizdat/samizdat_0.6.0.20061207.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted jpegoptim 1.2.2-4 (source i386)

2006-12-07 Thread Sven Mueller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 18:40:47 +0100
Source: jpegoptim
Binary: jpegoptim
Architecture: source i386
Version: 1.2.2-4
Distribution: unstable
Urgency: low
Maintainer: Sven Mueller [EMAIL PROTECTED]
Changed-By: Sven Mueller [EMAIL PROTECTED]
Description: 
 jpegoptim  - utility to optimize jpeg files
Changes: 
 jpegoptim (1.2.2-4) unstable; urgency=low
 .
   * skip a new revisions to update old instaluations
   * enable dpatch
   * honor DEB_BUILD_OPTIONS
Files: 
 1306ec1e15b801bbb796ded350704176 603 graphics optional jpegoptim_1.2.2-4.dsc
 980bf04b10699086ae74175ddecd4477 2595 graphics optional 
jpegoptim_1.2.2-4.diff.gz
 a4e98dcebf1609cbcb0253199555de3b 11906 graphics optional 
jpegoptim_1.2.2-4_i386.deb

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

iD8DBQFFeFYhDcs5RBTUBgsRAndgAKDFIGWwDPnyg0jcU6cVqXZZB2Y+WgCguU8a
TZoyTT+75b7wA7LMAGnG3kk=
=Duac
-END PGP SIGNATURE-


Accepted:
jpegoptim_1.2.2-4.diff.gz
  to pool/main/j/jpegoptim/jpegoptim_1.2.2-4.diff.gz
jpegoptim_1.2.2-4.dsc
  to pool/main/j/jpegoptim/jpegoptim_1.2.2-4.dsc
jpegoptim_1.2.2-4_i386.deb
  to pool/main/j/jpegoptim/jpegoptim_1.2.2-4_i386.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted cmake 2.4.5-1 (source i386)

2006-12-07 Thread A. Maitland Bottoms
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Dec 2006 16:29:44 -0500
Source: cmake
Binary: cmake
Architecture: source i386
Version: 2.4.5-1
Distribution: unstable
Urgency: low
Maintainer: A. Maitland Bottoms [EMAIL PROTECTED]
Changed-By: A. Maitland Bottoms [EMAIL PROTECTED]
Description: 
 cmake  - A cross-platform, open-source make system
Closes: 401071
Changes: 
 cmake (2.4.5-1) unstable; urgency=low
 .
   * New upstream bugfix release (Closes: #401071)
 Fix for seg fault when a macro runs a bad command BUG# 3815
 Fix fix for foo.dll.lib that does not break -L/usr/lib in link names
 Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll foo.dll.lib  
instead of foo.lib
 Do not depend on optimized libraries for a debug build and visa versa.
 Fix target name matching custom command output conflict.
 Fix FindQt3 so that it does not find qt4
 Fix FindKDE4 so that it only looks for kde4-config
Files: 
 e6e32efb1d3e2937b2023cfcf9780545 587 devel optional cmake_2.4.5-1.dsc
 d10a8df1f936c1efe9106ce046c37264 2603795 devel optional cmake_2.4.5.orig.tar.gz
 f83dfbde07d33c4c55425ca5aad79ad2 19296 devel optional cmake_2.4.5-1.diff.gz
 724cfbb82bf92632f15c46f4f0b3791a 4902320 devel optional cmake_2.4.5-1_i386.deb

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

iD8DBQFFdJphkwbJvNrxBUwRAk2JAJsFc1QNcKoMFJATHNJIWEyBZHmiVgCfSPqH
nO41UgbFNsnD9FKsTV78ByU=
=emQ7
-END PGP SIGNATURE-


Accepted:
cmake_2.4.5-1.diff.gz
  to pool/main/c/cmake/cmake_2.4.5-1.diff.gz
cmake_2.4.5-1.dsc
  to pool/main/c/cmake/cmake_2.4.5-1.dsc
cmake_2.4.5-1_i386.deb
  to pool/main/c/cmake/cmake_2.4.5-1_i386.deb
cmake_2.4.5.orig.tar.gz
  to pool/main/c/cmake/cmake_2.4.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted linux-kernel-di-arm-2.6 1.6 (source arm)

2006-12-07 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 23:54:21 +0100
Source: linux-kernel-di-arm-2.6
Binary: ext3-modules-2.6.18-3-iop32x-di ide-core-modules-2.6.18-3-iop32x-di 
kernel-image-2.6.18-3-ixp4xx-di crc-modules-2.6.18-3-iop32x-di 
fat-modules-2.6.18-3-footbridge-di cdrom-core-modules-2.6.18-3-footbridge-di 
fat-modules-2.6.18-3-ixp4xx-di fat-modules-2.6.18-3-iop32x-di 
ide-modules-2.6.18-3-footbridge-di scsi-core-modules-2.6.18-3-rpc-di 
reiserfs-modules-2.6.18-3-ixp4xx-di md-modules-2.6.18-3-ixp4xx-di 
loop-modules-2.6.18-3-ixp4xx-di fat-modules-2.6.18-3-rpc-di 
nic-modules-2.6.18-3-ixp4xx-di input-modules-2.6.18-3-ixp4xx-di 
scsi-core-modules-2.6.18-3-iop32x-di kernel-image-2.6.18-3-rpc-di 
nic-usb-modules-2.6.18-3-iop32x-di reiserfs-modules-2.6.18-3-footbridge-di 
reiserfs-modules-2.6.18-3-iop32x-di ide-modules-2.6.18-3-iop32x-di 
md-modules-2.6.18-3-iop32x-di usb-modules-2.6.18-3-iop32x-di 
loop-modules-2.6.18-3-footbridge-di nic-shared-modules-2.6.18-3-footbridge-di 
md-modules-2.6.18-3-footbridge-di kernel-image-2.6.18-3-footbridge-di 
kernel-image-2.6.18-3-iop32x-di ext3-modules-2.6.18-3-ixp4xx-di 
nic-modules-2.6.18-3-footbridge-di usb-storage-modules-2.6.18-3-ixp4xx-di 
usb-modules-2.6.18-3-ixp4xx-di usb-storage-modules-2.6.18-3-footbridge-di 
nic-usb-modules-2.6.18-3-ixp4xx-di loop-modules-2.6.18-3-iop32x-di 
loop-modules-2.6.18-3-rpc-di usb-modules-2.6.18-3-footbridge-di 
nic-modules-2.6.18-3-iop32x-di usb-storage-modules-2.6.18-3-iop32x-di 
crc-modules-2.6.18-3-footbridge-di scsi-core-modules-2.6.18-3-ixp4xx-di 
reiserfs-modules-2.6.18-3-rpc-di crc-modules-2.6.18-3-ixp4xx-di 
sata-modules-2.6.18-3-iop32x-di scsi-core-modules-2.6.18-3-footbridge-di 
cdrom-core-modules-2.6.18-3-iop32x-di
Architecture: source arm
Version: 1.6
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 cdrom-core-modules-2.6.18-3-footbridge-di - CDROM support (udeb)
 cdrom-core-modules-2.6.18-3-iop32x-di - CDROM support (udeb)
 crc-modules-2.6.18-3-footbridge-di - CRC modules (udeb)
 crc-modules-2.6.18-3-iop32x-di - CRC modules (udeb)
 crc-modules-2.6.18-3-ixp4xx-di - CRC modules (udeb)
 ext3-modules-2.6.18-3-iop32x-di - EXT3 filesystem support (udeb)
 ext3-modules-2.6.18-3-ixp4xx-di - EXT3 filesystem support (udeb)
 fat-modules-2.6.18-3-footbridge-di - FAT filesystem support (udeb)
 fat-modules-2.6.18-3-iop32x-di - FAT filesystem support (udeb)
 fat-modules-2.6.18-3-ixp4xx-di - FAT filesystem support (udeb)
 fat-modules-2.6.18-3-rpc-di - FAT filesystem support (udeb)
 ide-core-modules-2.6.18-3-iop32x-di - IDE support (udeb)
 ide-modules-2.6.18-3-footbridge-di - IDE drivers (udeb)
 ide-modules-2.6.18-3-iop32x-di - IDE drivers (udeb)
 input-modules-2.6.18-3-ixp4xx-di - Input devices support (udeb)
 kernel-image-2.6.18-3-footbridge-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.18-3-iop32x-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.18-3-ixp4xx-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.18-3-rpc-di - Linux kernel binary image for the Debian 
installer (udeb)
 loop-modules-2.6.18-3-footbridge-di - Loopback filesystem support (udeb)
 loop-modules-2.6.18-3-iop32x-di - Loopback filesystem support (udeb)
 loop-modules-2.6.18-3-ixp4xx-di - Loopback filesystem support (udeb)
 loop-modules-2.6.18-3-rpc-di - Loopback filesystem support (udeb)
 md-modules-2.6.18-3-footbridge-di - RAID and LVM support (udeb)
 md-modules-2.6.18-3-iop32x-di - RAID and LVM support (udeb)
 md-modules-2.6.18-3-ixp4xx-di - RAID and LVM support (udeb)
 nic-modules-2.6.18-3-footbridge-di - Common NIC drivers (udeb)
 nic-modules-2.6.18-3-iop32x-di - Common NIC drivers (udeb)
 nic-modules-2.6.18-3-ixp4xx-di - Common NIC drivers (udeb)
 nic-shared-modules-2.6.18-3-footbridge-di - Shared NIC drivers (udeb)
 nic-usb-modules-2.6.18-3-iop32x-di - USB NIC drivers (udeb)
 nic-usb-modules-2.6.18-3-ixp4xx-di - USB NIC drivers (udeb)
 reiserfs-modules-2.6.18-3-footbridge-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.6.18-3-iop32x-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.6.18-3-ixp4xx-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.6.18-3-rpc-di - Reiser filesystem support (udeb)
 sata-modules-2.6.18-3-iop32x-di - SATA drivers (udeb)
 scsi-core-modules-2.6.18-3-footbridge-di - Core SCSI subsystem (udeb)
 scsi-core-modules-2.6.18-3-iop32x-di - Core SCSI subsystem (udeb)
 scsi-core-modules-2.6.18-3-ixp4xx-di - Core SCSI subsystem (udeb)
 scsi-core-modules-2.6.18-3-rpc-di - Core SCSI subsystem (udeb)
 usb-modules-2.6.18-3-footbridge-di - USB support (udeb)
 usb-modules-2.6.18-3-iop32x-di - USB support (udeb)
 usb-modules-2.6.18-3-ixp4xx-di - USB support (udeb)
 usb-storage-modules-2.6.18-3-footbridge-di - USB storage support (udeb)
 usb-storage-modules-2.6.18-3-iop32x-di - USB 

Accepted linux-kernel-di-m68k-2.6 0.80 (source m68k)

2006-12-07 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  8 Dec 2006 00:00:58 +0100
Source: linux-kernel-di-m68k-2.6
Binary: reiserfs-modules-2.6.18-3-mac-di fat-modules-2.6.18-3-atari-di 
nic-shared-modules-2.6.18-3-amiga-di fat-modules-2.6.18-3-amiga-di 
kernel-image-2.6.18-3-amiga-di ppp-modules-2.6.18-3-amiga-di 
crypto-modules-2.6.18-3-mac-di fat-modules-2.6.18-3-mac-di 
nic-shared-modules-2.6.18-3-mac-di scsi-modules-2.6.18-3-amiga-di 
scsi-modules-2.6.18-3-mac-di reiserfs-modules-2.6.18-3-atari-di 
jfs-modules-2.6.18-3-amiga-di jfs-modules-2.6.18-3-mac-di 
kernel-image-2.6.18-3-mac-di scsi-modules-2.6.18-3-atari-di 
crypto-modules-2.6.18-3-atari-di crypto-modules-2.6.18-3-amiga-di 
kernel-image-2.6.18-3-atari-di ppp-modules-2.6.18-3-mac-di 
nic-shared-modules-2.6.18-3-atari-di jfs-modules-2.6.18-3-atari-di 
reiserfs-modules-2.6.18-3-amiga-di ppp-modules-2.6.18-3-atari-di
Architecture: source m68k
Version: 0.80
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 crypto-modules-2.6.18-3-amiga-di - crypto modules (udeb)
 crypto-modules-2.6.18-3-atari-di - crypto modules (udeb)
 crypto-modules-2.6.18-3-mac-di - crypto modules (udeb)
 fat-modules-2.6.18-3-amiga-di - FAT filesystem support (udeb)
 fat-modules-2.6.18-3-atari-di - FAT filesystem support (udeb)
 fat-modules-2.6.18-3-mac-di - FAT filesystem support (udeb)
 jfs-modules-2.6.18-3-amiga-di - JFS filesystem support (udeb)
 jfs-modules-2.6.18-3-atari-di - JFS filesystem support (udeb)
 jfs-modules-2.6.18-3-mac-di - JFS filesystem support (udeb)
 kernel-image-2.6.18-3-amiga-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.18-3-atari-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.18-3-mac-di - Linux kernel binary image for the Debian 
installer (udeb)
 nic-shared-modules-2.6.18-3-amiga-di - Shared NIC drivers (udeb)
 nic-shared-modules-2.6.18-3-atari-di - Shared NIC drivers (udeb)
 nic-shared-modules-2.6.18-3-mac-di - Shared NIC drivers (udeb)
 ppp-modules-2.6.18-3-amiga-di - PPP drivers (udeb)
 ppp-modules-2.6.18-3-atari-di - PPP drivers (udeb)
 ppp-modules-2.6.18-3-mac-di - PPP drivers (udeb)
 reiserfs-modules-2.6.18-3-amiga-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.6.18-3-atari-di - Reiser filesystem support (udeb)
 reiserfs-modules-2.6.18-3-mac-di - Reiser filesystem support (udeb)
 scsi-modules-2.6.18-3-amiga-di - SCSI drivers (udeb)
 scsi-modules-2.6.18-3-atari-di - SCSI drivers (udeb)
 scsi-modules-2.6.18-3-mac-di - SCSI drivers (udeb)
Changes: 
 linux-kernel-di-m68k-2.6 (0.80) unstable; urgency=low
 .
   * Update to kernel image version 2.6.18-7.
Files: 
 901e2cfda86dbc570339c2228643eb40 1560 debian-installer optional 
linux-kernel-di-m68k-2.6_0.80.dsc
 8d61155c4fd3daddd9b739be60a2e395 14986 debian-installer optional 
linux-kernel-di-m68k-2.6_0.80.tar.gz
 954ad6ac99789585d901711a219488c3 1410960 debian-installer extra 
kernel-image-2.6.18-3-amiga-di_0.80_m68k.udeb
 e9d867be32b7975c530605b11967d88e 19444 debian-installer standard 
nic-shared-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 1ba2d2ab6a978e449ced732b5e5ca225 50210 debian-installer optional 
ppp-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 3a79b959b989cc2e2cb231526b6afc33 17842 debian-installer standard 
scsi-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 4ba5e3867f01b114f30f1318ab3b6a6f 89890 debian-installer standard 
jfs-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 4aeb904ee93620b85a4001dc8cbe408f 116338 debian-installer standard 
reiserfs-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 706963a18106f0fb1635c0f5ade1ff4c 32404 debian-installer extra 
fat-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 6c8f98a7c099703da7414881a8cf6f41 33550 debian-installer extra 
crypto-modules-2.6.18-3-amiga-di_0.80_m68k.udeb
 b9ba4eec74463d6312fb2d59eb525b73 1425084 debian-installer extra 
kernel-image-2.6.18-3-atari-di_0.80_m68k.udeb
 0083e885097ae6a56230f8daa70ccd02 2674 debian-installer standard 
nic-shared-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 24a2194614c6c433a376f76d93275fd9 50216 debian-installer optional 
ppp-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 1b7cf27d0fc2c2d28f32f81d4460bbd9 17842 debian-installer standard 
scsi-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 65d9040daca5f1552f0b83bce5a9d7c5 89892 debian-installer standard 
jfs-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 cb53b0c5b28d68138cca25ca4ed275c5 116340 debian-installer standard 
reiserfs-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 06f6043ba7e715370d26e5984adfb995 32408 debian-installer extra 
fat-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 c3042fb95469ef2f509580ea3f40380d 33552 debian-installer extra 
crypto-modules-2.6.18-3-atari-di_0.80_m68k.udeb
 078d0eda9800fcdc3c97aef272f1a098 1394856 debian-installer extra 
kernel-image-2.6.18-3-mac-di_0.80_m68k.udeb
 643292c1bcd8bc8a70d2c69267309bc9 2680 debian-installer standard 

Accepted libmail-spf-query-perl 1:1.999.1-3 (source all)

2006-12-07 Thread Julian Mehnle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  2 Dec 2006 22:23:07 +
Source: libmail-spf-query-perl
Binary: libmail-spf-query-perl
Architecture: source all
Version: 1:1.999.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Julian Mehnle [EMAIL PROTECTED]
Description: 
 libmail-spf-query-perl - query SPF (Sender Policy Framework) to validate mail 
senders
Changes: 
 libmail-spf-query-perl (1:1.999.1-3) unstable; urgency=low
 .
   * Make `spfquery` and `spfd` tools and their man-pages use the alternatives
 system in order not to conflict with other packages providing those tools
 (the spfquery package still needs to be updated likewise).
Files: 
 000bebf54d21972a85cefd1010e550ee 1005 perl optional 
libmail-spf-query-perl_1.999.1-3.dsc
 d34e25e136bcf293106122a942685ac1 2193 perl optional 
libmail-spf-query-perl_1.999.1-3.diff.gz
 7cd0ab7fc02cf4b4b066995aae6e1ffa 70944 perl optional 
libmail-spf-query-perl_1.999.1-3_all.deb

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

iD8DBQFFeJ7g2A7zWou1J68RAonyAKCZSZ2l27jeK4lhm3cI+F7IWmtvBwCfbniI
PGd3TyHeNkNwXMuoeYVaBQM=
=ralE
-END PGP SIGNATURE-


Accepted:
libmail-spf-query-perl_1.999.1-3.diff.gz
  to 
pool/main/libm/libmail-spf-query-perl/libmail-spf-query-perl_1.999.1-3.diff.gz
libmail-spf-query-perl_1.999.1-3.dsc
  to pool/main/libm/libmail-spf-query-perl/libmail-spf-query-perl_1.999.1-3.dsc
libmail-spf-query-perl_1.999.1-3_all.deb
  to 
pool/main/libm/libmail-spf-query-perl/libmail-spf-query-perl_1.999.1-3_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted partman-base 99 (source amd64)

2006-12-07 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  8 Dec 2006 01:09:27 +0100
Source: partman-base
Binary: partman-base
Architecture: source amd64
Version: 99
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 partman-base - Partition the storage devices (partman) (udeb)
Changes: 
 partman-base (99) unstable; urgency=low
 .
   [ Colin Watson ]
   * Add a GET_MAX_PRIMARY command to find out how many primary partitions
 are allowed on a disk; this is useful for some possible autopartitioning
 sanity checks.
 .
   [ Frans Pop ]
   * Run partman-auto init scripts separately to avoid progress bar conflicts.
 partman-auto is mostly interactive and should have the freedom to run
 progress bars.
 .
   [ Colin Watson ]
   * Skip choose_partition if an auto.d script exits with an exit code
 greater than 100 (except for 255, which backs up to the main menu).
 .
   [ Updated translations ]
   * Bulgarian (bg.po) by Damyan Ivanov
   * Georgian (ka.po) by Aiet Kolkhi
   * Kurdish (ku.po) by Erdal Ronahi
   * Latvian (lv.po) by Aigars Mahinovs
   * Malayalam (ml.po) by Praveen A
   * Panjabi (pa.po) by A S Alam
Files: 
 1f6724ea1756b5f163b76d8672cb2bd1 765 debian-installer standard 
partman-base_99.dsc
 2b851f9022ce9498ce1ef27caffc5fa3 172608 debian-installer standard 
partman-base_99.tar.gz
 6a24762fe6e11a22fb10c75a77005b92 162590 debian-installer standard 
partman-base_99_amd64.udeb
Package-Type: udeb

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

iD8DBQFFeK2bgm/Kwh6ICoQRAr/oAJ9QjXtqW5b7RM00Z5N7OIeWtX8uLACfaaPk
sAGhDCNDoWackbeE+ABAFhc=
=zmFH
-END PGP SIGNATURE-


Accepted:
partman-base_99.dsc
  to pool/main/p/partman-base/partman-base_99.dsc
partman-base_99.tar.gz
  to pool/main/p/partman-base/partman-base_99.tar.gz
partman-base_99_amd64.udeb
  to pool/main/p/partman-base/partman-base_99_amd64.udeb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted autoconf 2.61-2 (source all)

2006-12-07 Thread Ben Pfaff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 17:33:37 -0800
Source: autoconf
Binary: autoconf
Architecture: source all
Version: 2.61-2
Distribution: unstable
Urgency: low
Maintainer: Ben Pfaff [EMAIL PROTECTED]
Changed-By: Ben Pfaff [EMAIL PROTECTED]
Description: 
 autoconf   - automatic configure script builder
Closes: 401377
Changes: 
 autoconf (2.61-2) unstable; urgency=low
 .
   * lib/autoconf/functions.m4: Apply patch from Paul Eggert to fix fseeko
 functionality.  See
 http://permalink.gmane.org/gmane.comp.sysutils.autoconf.patches/4039
 for details.  Thanks to Peter Palfrader [EMAIL PROTECTED] for
 reporting this bug.  Closes: #401377.
Files: 
 d1d6dc8e933e3d327ab988c7fdfc6ad6 902 devel optional autoconf_2.61-2.dsc
 93f1b6e7a0bf6626393fdbea329732bf 18755 devel optional autoconf_2.61-2.diff.gz
 a6e858d651af0263bad041acae34ee6d 447636 devel optional autoconf_2.61-2_all.deb

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

iQEVAwUBRXjBR7f2jhx5fmQdAQJH2gf+KJY15nlV7/IoNHwSODEMn2+jzN18Q6Zg
H5sAMSn45qDW+4iqCn0fyKF2IxccyWebYwpLEjb+18GwSN/xMuML8gwG8Wa68jVr
BZLJwrP/EbKfYQbgQPsuyOtQwklXFehkM6YrqxcdMHcqoKTMdmBx/Psm+HqFQ25A
wol9NdQocacz0k4QCW+FwGTn7lNvZ23RsyCgG3oPn5Hce2cqzv6abN8kJnKre+i4
Fhr9irz7ks0FaoCKx+wwdOFni39XStAvmIU3AbAIWuHL830Q06S1C0G+XGoUoZcn
op73vxDPpaNp3c6WOXhT5I4LL+2NrmcDJP+aRotJD88wPTz1EhWptQ==
=6r5C
-END PGP SIGNATURE-


Accepted:
autoconf_2.61-2.diff.gz
  to pool/main/a/autoconf/autoconf_2.61-2.diff.gz
autoconf_2.61-2.dsc
  to pool/main/a/autoconf/autoconf_2.61-2.dsc
autoconf_2.61-2_all.deb
  to pool/main/a/autoconf/autoconf_2.61-2_all.deb


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Accepted fail2ban 0.7.5-1 (source all)

2006-12-07 Thread Yaroslav Halchenko
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  7 Dec 2006 20:19:09 -0500
Source: fail2ban
Binary: fail2ban
Architecture: source all
Version: 0.7.5-1
Distribution: unstable
Urgency: low
Maintainer: Yaroslav Halchenko [EMAIL PROTECTED]
Changed-By: Yaroslav Halchenko [EMAIL PROTECTED]
Description: 
 fail2ban   - bans IPs that cause multiple authentication errors
Closes: 377711 396668 398739 400162 400278
Changes: 
 fail2ban (0.7.5-1) unstable; urgency=low
 .
   * New upstream release which fixes next issues
+ Socket parameter not work with other path (Closes: #400162)
+ fail2ban does not start with /etc/init.d/fail2ban start but
  with fail2ban-client start (Closes: #400278)
   * Removed obsolete patches left from 0.6
   * Adjusted wsftpd patch to use HOST tag to be in line with the other
 filter definitions
 .
 fail2ban (0.7.4-5) unstable; urgency=low
 .
   * Added Suggests on mailx and relevant comments in README.Debian about
 invoking mail actions (closes: #396668)
   * Removed obsolete entries in TODO and README
   * README.Debian describes the use of interpolations vs parameters passed
 from jail.{conf,local} into an action definitions (closes:
 #398739)
   * Initial version of postfix filter has been present in 0.7 (closes:
 #377711)
   * Removed Uploaded field from control since I am a DD now. Big thanks to
 Barak Pearlmutter for being the sponsor of my packages for few years.
 .
 fail2ban (0.7.4-4) unstable; urgency=low
 .
   * Added debian/backports to contain patches necessary for backporting. It
 gets used by pbuilder-ssh to create package for backports.org
Files: 
 830e0a95a998e1f3d79634170f3d7721 694 net optional fail2ban_0.7.5-1.dsc
 36e65b8effcfd4f4a437d214613eb916 46075 net optional fail2ban_0.7.5.orig.tar.gz
 e3d511f14f636ca4c439066f4b82eace 17985 net optional fail2ban_0.7.5-1.diff.gz
 8fb2a0cb89d68a68490a4a68c3a298df 62216 net optional fail2ban_0.7.5-1_all.deb

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

iD8DBQFFeM+CjRFFY3XAJMgRArrRAJ9OEEXgsZUompVroALKWAGdcS78twCfYr95
QjfEXTz4KmyiXsp5H+0tWIk=
=PpJh
-END PGP SIGNATURE-


Accepted:
fail2ban_0.7.5-1.diff.gz
  to pool/main/f/fail2ban/fail2ban_0.7.5-1.diff.gz
fail2ban_0.7.5-1.dsc
  to pool/main/f/fail2ban/fail2ban_0.7.5-1.dsc
fail2ban_0.7.5-1_all.deb
  to pool/main/f/fail2ban/fail2ban_0.7.5-1_all.deb
fail2ban_0.7.5.orig.tar.gz
  to pool/main/f/fail2ban/fail2ban_0.7.5.orig.tar.gz


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   >