Fwd: Consiglio programmazione basso livello

2007-04-02 Thread fabrizio mancini

Scusate il mio quoting orrido ed il ritardo, ma giro la mail di Andrea
che erroneamente mi ha risposto in privato.
Ciao

-- Forwarded message --
From: Andrea Ferraresi [EMAIL PROTECTED]
Date: Mar 28, 2007 10:08 PM
Subject: Re: Consiglio programmazione basso livello
To: fabrizio mancini [EMAIL PROTECTED]


On Wed, 2007-03-28 at 15:22 +0200, fabrizio mancini wrote:

On 28 Mar 2007 05:07:46 -0700, Fabrizio Gattuso [EMAIL PROTECTED] wrote:
   studiarmi a fondo il C o il contrario?
   In pratica prima il C e poi la teoria o l'inverso?
 
  Ovviamente assieme, guardando il codice di Linux o di BSD o di Minix
  (sono tutti in C) mentre studi la teoria.
 Mmm hai da consigliarmi qualche manuale??
Ciao,
se ti posso dare un mio personale consiglio io ho usato questi libri
Tanenbaum - Operating systems - Design and implementation
Ti spiega come funziona un sistema operativo, costa un sacco e metà
libro riporta tutto il codice sorgente di minix. Si potrebbe
risparmiare metà della carta, ma il libro alla fine è buono (per
quello che riguarda le spiegazioni, non il codice del minix!!!).

Per il C ti consiglio:
Kernighan - Ritchie : Il linguaggio C
Tieni conto che Ritchie e Kernighan sono i creatori del linguaggio C
quindi la bontà del libro si commenta da sola.


Anche io consiglio il parallelismo ma secondo me dovresti prima imparare
a smanettare un pochino con il C.

Per quanto riguarda i libri quelli consigliati da Fabrizio sono entrambi
ottimi libri...a livello di sistema consiglierei anche il libro

Operating Systems design and implementation di Stallings

...per la programmazione sotto linux ALP o GaPiL...un'altro ottimo libro
per approfondire e'


Expert C Programming: Deep C Secrets
By Peter van der Linden

comunque un buon libro per chi inizia con il C (parecchio didattico) e'
anche:

A. Kelley  I. Pohl: C didattica e programmazione

Buono studio.

Ciao.




--
|_|O|_| Andrea Ferraresi [EMAIL PROTECTED]
|_|_|O| GnuPG key ID = 0x3817D93A
|O|O|O| Key FP = CFE7 223E EB7A E729 9675  BA93 5152 C043 3817 D93A
blog = http://spawn.noblogs.org | http://winetea.mine.nu/~spawn
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQBGCssnUVLAQzgX2ToRAuuxAJ93ARQQchfo1VSQDlVxu2GevLq/hACbBmQr
AlQmhZszI8/wy6i1tDHL6Mc=
=OXMy
-END PGP SIGNATURE-


Re: many rejects (Re: Second call for votes for the debian project leader election 2007)

2007-04-02 Thread Adrian von Bidder
On Sunday 01 April 2007 23:19, Henrique de Moraes Holschuh wrote:
 On Sun, 01 Apr 2007, Adrian von Bidder wrote:
  IIRC signing subkeys are not accepted at package uploads, so maybe
  that's what you were thinking about.

 AFAIK, they are.

Policy URLs are not accepted, that's what I was thinking about.  I use 
signing subkeys and usually a policy URL, so I just remembered that I have 
to take special steps before signing packages.  Sorry about the confusion.

cheers
-- vbi

-- 
You will be awarded some great honor.


pgpxvKOyqFFFP.pgp
Description: PGP signature


Re: Announcing the Smith Review Project: proofreading English in Debian packages texts

2007-04-02 Thread Christian Perrier

 Please welcome the Smith Review Project to the galaxy of Debian projects.

As I keep getting mails saying that this is a good one, I need to 
send this disclaimer:

Despite the date, this project is definitely *not* a joke. I'm really
sorry that April 1st is a Sunday, the day where I have time to
complete such things..:-)

This project is serious and has already started. See tagged bugs [1]
or the debian-l10n-english mailing list archives [2]

[1] http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=debconf-rewrite;[EMAIL 
PROTECTED];ordering=tracked

[2] http://lists.debian.org/debian-l10n-english





signature.asc
Description: Digital signature


Re: Slow package database

2007-04-02 Thread Christoph Haas
On Friday 30 March 2007 22:25, Florian Weimer wrote:
 * Christoph Haas:
  What might be the cause? Is there some fragmentation effect?

 It's probably ext3's directory hashing.  It tries to access the files
 in /var/lib/dpkg/info in hash order, which leads to essentially random
 disk I/O.

I think you are right. It's ext3 here. And I just cp -a the info 
directory and now everything is amazingly fast. Although copying the 
directory took half a minute.

Is there anything that I can do about it? Tuning the ext3 partition? Or is 
somebody capable of turning the info directory into - say - an sqlite 
database or in future Debian releases?

Cheers
 Christoph
-- 
~
~
.signature [Modified] 1 line --100%--1,48 All


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



Re: Slow package database

2007-04-02 Thread Tim Dijkstra
On Mon, 2 Apr 2007 11:10:55 +0200
Christoph Haas [EMAIL PROTECTED] wrote:

 Is there anything that I can do about it? Tuning the ext3 partition? Or is 
 somebody capable of turning the info directory into - say - an sqlite 
 database or in future Debian releases?

There is a thread on debian-dpkg about this, even with a proof of
concept:

http://people.debian.org/~seanius/dpkg-sqlite/

grts Tim


signature.asc
Description: PGP signature


Lame joke, explained

2007-04-02 Thread Lars Wirzenius
This ITP was (obviously) an attempt at an April's Fool joke. Some time
ago I played a bit with Markov Chains, which are a method for taking an
input text, and generating output that uses words from the input, but is
gibberish (http://en.wikipedia.org/wiki/Markov_Chain). I got the idea
that it would be fun to use the Packages file as input to create a new
package description. The result was amazingly close to some of the worst
real ITPs I've seen, so I filed it as an ITP. Of course, it was not real
enough that anyone fell for it, but that just proves that Debian people
are not fools.

Closing the bug now, since April 1st is over.

-- 
Crappy tools are not worth it. Find or make better ones.


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Robert Millan
On Mon, Apr 02, 2007 at 09:32:22AM +0100, Julian Gilbey wrote:
 On Mon, Apr 02, 2007 at 09:48:13AM +0200, Robert Millan wrote:
  Package: devscripts
  Version: 2.9.26
  Severity: wishlist
  Tags: patch
  
  Since dates written to changelogs are going to be read by people all over 
  the
  world, IMHO it is better if these dates are in UTC to make it easier to
  figure out when it was uploaded in comparison to other events (such as the
  upload of a related package, etc).
 
 This is a nice idea.  I think it should also be discussed on
 debian-devel and debian-policy.

CCing -devel.  For -policy I think it is too early (usualy, common practice is
stablished before Policy enforces it).

Also adding CC to analogous bug in dh-make, so that it can catch followups
from -devel.

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Christoph Berg
Re: Robert Millan 2007-04-02 [EMAIL PROTECTED]
   Since dates written to changelogs are going to be read by people all over 
   the
   world, IMHO it is better if these dates are in UTC to make it easier to
   figure out when it was uploaded in comparison to other events (such as the
   upload of a related package, etc).
  
  This is a nice idea.  I think it should also be discussed on
  debian-devel and debian-policy.

Oh no, please don't. The timezone is included in the timestamp, so it
is *meant* to be a local timestamp.

I like it that way because that adds some personal touch about the
place the upload was made from.

See also
http://kitenet.net/~joey/blog/entry/what_timezones_have_you_uploaded_debian_packages_from.html

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Pierre Habouzit
On Mon, Apr 02, 2007 at 02:11:51PM +0200, Christoph Berg wrote:
 Re: Robert Millan 2007-04-02 [EMAIL PROTECTED]
Since dates written to changelogs are going to be read by people all 
over the
world, IMHO it is better if these dates are in UTC to make it easier to
figure out when it was uploaded in comparison to other events (such as 
the
upload of a related package, etc).
   
   This is a nice idea.  I think it should also be discussed on
   debian-devel and debian-policy.
 
 Oh no, please don't. The timezone is included in the timestamp, so it
 is *meant* to be a local timestamp.
 
 I like it that way because that adds some personal touch about the
 place the upload was made from.

  *seconded*

 
 See also
 http://kitenet.net/~joey/blog/entry/what_timezones_have_you_uploaded_debian_packages_from.html
 
 Christoph
 -- 
 [EMAIL PROTECTED] | http://www.df7cb.de/



-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgp2E6lVIMnga.pgp
Description: PGP signature


Bug#417349: RFP: pandora -- Free Monitoring System

2007-04-02 Thread Axel Beckert
Package: wnpp
Severity: wishlist

Hi,

the Pandora FMS (Free Monitoring System) seems to be a nice and modern
alternative to Nagios and the not so free BigBrother (http://bb4.org/,
http://bb4.com/), and perhaps also Zenoss (see ITPs at
http://bugs.debian.org/361253 and http://bugs.debian.org/399530).

According to http://pandora.sourceforge.net/en/?sec=about there's also
someone who already made Pandora .debs, but I haven't found them at a
first go. I also haven't found anything in Debian yet, neither on
packages.d.o nor in wnpp.

* Package name: pandora (or perhaps pandora-fms to not confuse it with 
http://www.pandora.com/)
  Version : 1.2
  Upstream Author : Sancho Lerana et al. 
(http://pandora.sourceforge.net/en/?sec=about)
* URL or Web page : http://pandora.sourceforge.net/
* License : GPLv2
  Description : Free Monitoring System


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



Bug#417365: ITP: zope-advancedquery -- Zope product providing enhanced search functions

2007-04-02 Thread Bernd Zeimetz
Package: wnpp
Severity: wishlist
Owner: Bernd Zeimetz [EMAIL PROTECTED]

* Package name: zope-advancedquery
  Version : 2.2
  Upstream Author : Dr. Dieter Maurer [EMAIL PROTECTED]
* URL : 
http://www.dieter.handshake.de/pyprojects/zope/#AdvancedQuery
* License : BSD-style
  Programming Lang: Python
  Description : Zope product providing enhanced search functions

AdvancedQuery is a Zope product aimed to overcome several limitations of
ZCatalog's native search function.
..
Like ZCatalog's search, it supports elementary index searches. While
ZCatalog can combine such elementary searches only by and,
AdvancedQuery allows them to be combined arbitrary with  (and), | (or)
and ~ (not).
..
While ZCatalog supports an efficient sorting via an index on one level,
AdvancedQuery supports sorting via any level of (field) indexes.
Moreover, it sorts the result incrementally -- only as far as you access
your result. This can drastically speed up the time required for
sorting. It uses Python's generators for this (and thus requires Python
2.2 or better).


* I'm packaging this product as dependency of Zenoss (#361253).


Cheers,

Bernd Zeimetz

-- 
Bernd Zeimetz
[EMAIL PROTECTED] http://bzed.de/


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Stefano Zacchiroli
On Mon, Apr 02, 2007 at 02:11:51PM +0200, Christoph Berg wrote:
Since dates written to changelogs are going to be read by people all 
over the
world, IMHO it is better if these dates are in UTC to make it easier to
figure out when it was uploaded in comparison to other events (such as 
the
upload of a related package, etc).
   This is a nice idea.  I think it should also be discussed on
   debian-devel and debian-policy.
 Oh no, please don't. The timezone is included in the timestamp, so it
 is *meant* to be a local timestamp.
 
 I like it that way because that adds some personal touch about the
 place the upload was made from.

I share the feeling of niceness of the personal touch, but this isn't
a technical reason, and the point of uniforming a timezone so that it's
easier to compare dates among different changelog is definitely a valid
one.

If we only have to support personal timezones for the sake of it then
it's equally reasonable to change the default so that it's UTC, but
letting people override it in some way.  A default of uniformness among
DDs is arguably more sane that a default which differentiate that.

Any other reason for not using UTC as the default?

 See also
 http://kitenet.net/~joey/blog/entry/what_timezones_have_you_uploaded_debian_packages_from.html

So what?  A nice post :), but it does not take any side in the present
issue.

Cheers.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Bug#417372: ITP: python-tagpy -- Python module for manipulating tags in music files.

2007-04-02 Thread Michal Čihař
Package: wnpp
Severity: wishlist
Owner: Michal Čihař [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: python-tagpy
  Version : 0.91
  Upstream Author : Andreas Kloeckner [EMAIL PROTECTED]
* URL : http://news.tiker.net/software/tagpy
* License : BSD
  Programming Lang: C/Python
  Description : Python module for manipulating tags in music files.

Binds Python to Scott Wheeler's TagLib. Makes it easy to read ID3 tags
from MP3 files, Xiph Comments from Ogg Vorbis and FLAC files, and APE
tags from MusePack files.

- -- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (99, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

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

iD8DBQFGEQRk3DVS6DbnVgQRAsf7AJ9SfZ/BnxahSAP2dFy5JNAoshYJywCg6wxn
BKu3WMbuZTIxsCbgmnR+SOo=
=MwFK
-END PGP SIGNATURE-




Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Magnus Holmgren
On Monday 02 April 2007 14:11, Christoph Berg wrote:
 Re: Robert Millan 2007-04-02 [EMAIL PROTECTED]

Since dates written to changelogs are going to be read by people all
over the world, IMHO it is better if these dates are in UTC to make
it easier to figure out when it was uploaded in comparison to other
events (such as the upload of a related package, etc).
  
   This is a nice idea.  I think it should also be discussed on
   debian-devel and debian-policy.

 Oh no, please don't. The timezone is included in the timestamp, so it
 is *meant* to be a local timestamp.

 I like it that way because that adds some personal touch about the
 place the upload was made from.

Also, using UTC-only destroys information, which is generally a Bad Thing, 
IMHO. Recalculating the timestamp to UTC or your own time zone isn't that 
hard, and can be done programmatically.

-- 
Magnus Holmgren[EMAIL PROTECTED]
   (No Cc of list mail needed, thanks)

  Exim is better at being younger, whereas sendmail is better for 
   Scrabble (50 point bonus for clearing your rack) -- Dave Evans


pgppnZyi6G69S.pgp
Description: PGP signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Frans Pop
On Monday 02 April 2007 15:11, Stefano Zacchiroli wrote:
 I share the feeling of niceness of the personal touch, but this isn't
 a technical reason, and the point of uniforming a timezone so that it's
 easier to compare dates among different changelog is definitely a valid
 one.

That is not really a valid reason either because converting a timestamp 
from a changelog entry to any other timezone or format is trivial:

$ D=$(zgrep ^ --  /usr/share/doc/apt/changelog.Debian.gz | \
 head -1 | sed s/^.*  //)
$ echo $D
Mon, 26 Feb 2007 16:00:22 -0500

$ date -uRd $D
Mon, 26 Feb 2007 21:00:22 +

Or if you prefer seconds since the epoch for easy comparison:
$ date -d $D +%s
1172523622


pgpIRkOc4pZNp.pgp
Description: PGP signature


patches.ubuntu.com and the Debian PTS derivatives

2007-04-02 Thread Scott James Remnant
As some of you may have noticed, the patches.ubuntu.com website and
equivalent mailing of changes to the Debian PTS and ubuntu-patches
mailing list has been offline, or at least intermittent, for a few
weeks.

This was caused by the hosting machine running out of disk space, and
the Debian mirror we were using being partially incomplete for a while.

The latter problem seems to have been fixed, and the Canonical sysadmins
are working on the former.

Sorry for any inconvenience,

Scott
-- 
Scott James Remnant
Ubuntu Development Manager
[EMAIL PROTECTED]


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


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Stefano Zacchiroli
On Mon, Apr 02, 2007 at 03:31:37PM +0200, Frans Pop wrote:
 That is not really a valid reason either because converting a timestamp 
 from a changelog entry to any other timezone or format is trivial:
 
 $ D=$(zgrep ^ --  /usr/share/doc/apt/changelog.Debian.gz | \
  head -1 | sed s/^.*  //)
 $ date -uRd $D

Trivial is something I can do without having the need of thinking
about an implementation of it. I guess you spent a couple of minutes
writing the above shell script snippet.

But of course you're right in stating that it's possible and it's not a
big deal to do the conversion. My question is: what's the benefit of
localized timestamps? I want to know if the only reason we have is:
just because it's nice.

-- 
Stefano Zacchiroli -*- Computer Science PhD student @ Uny Bologna, Italy
[EMAIL PROTECTED],debian.org,bononia.it} -%- http://www.bononia.it/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Tim Dijkstra
On Mon, 2 Apr 2007 15:49:54 +0200
Stefano Zacchiroli [EMAIL PROTECTED] wrote:

 On Mon, Apr 02, 2007 at 03:31:37PM +0200, Frans Pop wrote:
  That is not really a valid reason either because converting a timestamp 
  from a changelog entry to any other timezone or format is trivial:
  
  $ D=$(zgrep ^ --  /usr/share/doc/apt/changelog.Debian.gz | \
   head -1 | sed s/^.*  //)
  $ date -uRd $D
 
 Trivial is something I can do without having the need of thinking
 about an implementation of it. I guess you spent a couple of minutes
 writing the above shell script snippet.

I think every person that reads a changelog can do the math for each entry 
by hand in a fraction of a second...
 
 But of course you're right in stating that it's possible and it's not a
 big deal to do the conversion. My question is: what's the benefit of
 localized timestamps? I want to know if the only reason we have is:
 just because it's nice.

It is added information. For example it is useful to know that somebody
uploaded at 03:12 in _his timezone_, if he/she made it so late, it
probably worth double checking it before you install;)

grts Tim


signature.asc
Description: PGP signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Julian Gilbey
On Mon, Apr 02, 2007 at 01:37:23PM +0200, Robert Millan wrote:
  This is a nice idea.  I think it should also be discussed on
  debian-devel and debian-policy.
 
 CCing -devel.  For -policy I think it is too early (usualy, common practice is
 stablished before Policy enforces it).
 
 Also adding CC to analogous bug in dh-make, so that it can catch followups
 from -devel.

And debian-el too.

   Julian


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Joey Hess
Stefano Zacchiroli wrote:
 I share the feeling of niceness of the personal touch, but this isn't
 a technical reason

It's nice to know if an upload was made at 4:30 am local time, va 6 pm local
time. It says something about the possible condition of the uploader.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Joey Hess
Stefano Zacchiroli wrote:
  $ D=$(zgrep ^ --  /usr/share/doc/apt/changelog.Debian.gz | \
   head -1 | sed s/^.*  //)
  $ date -uRd $D
 
 Trivial is something I can do without having the need of thinking
 about an implementation of it. I guess you spent a couple of minutes
 writing the above shell script snippet.

I dunno, the fact that I came up with a different implementation as fast
as I could type it suggests it's pretty trivial:

perl -MDate::Parse -le 'print scalar gmtime str2time shift'

-- 
see shy jo


signature.asc
Description: Digital signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Mark Brown
On Mon, Apr 02, 2007 at 03:11:23PM +0200, Stefano Zacchiroli wrote:

 I share the feeling of niceness of the personal touch, but this isn't
 a technical reason, and the point of uniforming a timezone so that it's
 easier to compare dates among different changelog is definitely a valid
 one.

I'm really not convinced about that - I know that the timestamps on my
changelog entries often bear only a passing resemblance to the time I
did the upload or made any given change.  Between sometimes not using
dch, making multiple changes and getting round to building, testing or
uploading a package there's plenty of room for variation.  

 So what?  A nice post :), but it does not take any side in the present
 issue.

Given how easy it is to canonicalise the timestamp data, the fact that
it's data loss and the questionable utility of the information why is it
worth it?

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


signature.asc
Description: Digital signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Lars Wirzenius
On ma, 2007-04-02 at 19:26 +0100, Mark Brown wrote:
 Given how easy it is to canonicalise the timestamp data, the fact that
 it's data loss and the questionable utility of the information why is it
 worth it?

Maintaining status quo is easy. Making programs that compare timestamps
understand time zones is easy. Having to mentally compare timestamps in
different time zones is not always easy. Changing dch to use UTC for
timestamps is easy. Getting people who edit debian/changelog by hand to
always remember that it's UTC and not local time is not going work.

My gut feeling is that there's more people who edit the timestamp
manually than those who compare them mentally, so I'm in favor of
maintaining status quo.

The bikeshed should be pink, anyway.

-- 
The difference between appealing and appalling is very small.


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



Re: Debian cares more about documents than people

2007-04-02 Thread Paul van der Vlis
Mike Hommey schreef:
 On Thu, Sep 21, 2006 at 10:45:06AM -0500, alfredo diega [EMAIL PROTECTED] 
 wrote:
 
On 9/21/06, Ben Armstrong [EMAIL PROTECTED] wrote:

-
I can see you're frustrated.  You've invested a lot of energy into
writing this note to us about a problem you see in Debian.  Now, if it
really does pain you to write it, the least you could do is tell us
what your hardware is.  Otherwise, how do you expect us to make things
better for you?

Regards,
Ben


Okay:  Intel PRO/Wireless 3945ABG.  According to this message at
bugs.debian.org/cgi-bin/bugreport.cgi?bug=363967 it isn't packaged because:
 
 
 Note that this driver requires a binary user space regulatory
 daemon, and thus will never be in debian. At most, in non-free.

There is a new driver what does not need the daemon:
http://intellinuxwireless.org/?p=iwlwifi
http://kerneltrap.org/node/7704

With regards,
Paul van der Vlis.




-- 
http://www.vandervlis.nl/


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Bastian Venthur
Lars Wirzenius schrieb:
 My gut feeling is that there's more people who edit the timestamp
 manually than those who compare them mentally, so I'm in favor of
 maintaining status quo.

Hmm and my gut feeling is that the vast majority of maintainers just use
dch instead of manually writing the changelog skeleton (it's faster and
less error prone). But until we have verifiable numbers it's all moot.

-- 
Bastian Venthur  http://venthur.de
Debian Developer venthur at debian org


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Don Armstrong
On Mon, 02 Apr 2007, Bastian Venthur wrote:
 Lars Wirzenius schrieb:
  My gut feeling is that there's more people who edit the timestamp
  manually than those who compare them mentally, so I'm in favor of
  maintaining status quo.
 
 Hmm and my gut feeling is that the vast majority of maintainers just use
 dch instead of manually writing the changelog skeleton (it's faster and
 less error prone). But until we have verifiable numbers it's all moot.

I think you'll find that a reasonable proportion use the emacs and vi
modes as well, and moreover, you'll still have to deal with the
historical changelog records.

Plus, anyone who actually wants this feature can easily 
alias dch='TZ=UTC dch'; or whatever their shell's equivalent is.

Regardless, since the timezone is represented numerically, it's not
like you can't do the addition or subtraction to UTC programmatically
or mentally relatively trivially.


Don Armstrong
 
-- 
DIE!
 -- Maritza Campos http://www.crfh.net/d/20020601.html

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


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Mark Brown
On Mon, Apr 02, 2007 at 08:49:44PM +0200, Bastian Venthur wrote:

 Hmm and my gut feeling is that the vast majority of maintainers just use
 dch instead of manually writing the changelog skeleton (it's faster and
 less error prone). But until we have verifiable numbers it's all moot.

I tend to automatically generate the skelington but often do incremental
updates by hand afterwards.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


signature.asc
Description: Digital signature


Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Wouter Verhelst
On Mon, Apr 02, 2007 at 03:11:23PM +0200, Stefano Zacchiroli wrote:
 I share the feeling of niceness of the personal touch, but this isn't
 a technical reason, and the point of uniforming a timezone so that it's
 easier to compare dates among different changelog is definitely a valid
 one.

It *is* easy to compare dates among different changelogs.

zcat /usr/share/doc/*/changelog.Debian.gz | sed -e '/^ --/!d;s/^.*  //' | \
while read i; do date -d $i +%s; done | sort -n

There, a sorted list of the unix timestamps of the dates on which *all*
the changelog entries of *all* Debian packages on your system were done.
Might take a while to run, though :)

And heck, even if you're not a command line guru, normalizing an RFC822
date by hand isn't exactly hard.


Sun, 31 Dec 2006 14:40:46 +0100
  ^

You didn't fail basic math, did you? ;-)

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


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



Bug#417500: ITP: zope-managableindex -- Zope product providing indexes managable via the ZMI

2007-04-02 Thread Bernd Zeimetz
Package: wnpp
Severity: wishlist
Owner: Bernd Zeimetz [EMAIL PROTECTED]

* Package name: zope-managableindex
  Version : 1.6.1
  Upstream Author : Dr. Dieter Maurer [EMAIL PROTECTED]
* URL : 
http://www.dieter.handshake.de/pyprojects/zope/#ManagableIndex
* License : BSD-style
  Programming Lang: Python
  Description : Zope product providing indexes managable via the ZMI

ManagableIndex can mean different things for different people. For a
content manager, it brings flexible field, keyword and efficient range
indexes managable via the ZMI to
 * combine values from different sources, ignoring irrelevant value
   and transforming values in an inadequate form,
 * control acquisition and prevent acquired values to be indexed
 * ignore stop-terms, normalize terms and check types
..
For a developer, ManagableIndex provides a framework for index
definition, improving on PluginIndexes. It provides for managability,
automatically and intelligently handles unindexing when an object is
reindexed and implements and, or and range queries (for not too complex
indexes).


* I'm packaging this product as dependency of Zenoss (#361253).

Cheers,

Bernd Zeimetz


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



Bug#417514: ITP: zope-ofolder -- A tiny layer above Folder providing ordering control

2007-04-02 Thread Bernd Zeimetz
Package: wnpp
Severity: wishlist
Owner: Bernd Zeimetz [EMAIL PROTECTED]

* Package name: zope-ofolder
  Version : 1.0
  Upstream Author : Dr. Dieter Maurer [EMAIL PROTECTED]
* URL : http://www.dieter.handshake.de/pyprojects/zope/#bct_sec_3.6
* License : completely free
  Programming Lang: Python
  Description : A tiny layer above Folder providing ordering control

An OFolder contains an ordered sequence of objects.
Besides the ordering, it behaves identical to a Folder.
You can reorder the objects by assigning new order numbers (these
are float values) and then press 'reorder'.



* I'm packaging this product as dependency of Zenoss (#361253),
  and zope-managableindex (#417500)
* Although it's a very small product it is useful on it's own imho,
  so I think it should not be packaged with zope-managableindex into
  one package.


Cheers

Bernd Zeimetz


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



Re: Bug#417261: dch: please use dates in UTC

2007-04-02 Thread Brian May
 Wouter == Wouter Verhelst [EMAIL PROTECTED] writes:

Wouter Sun, 31 Dec 2006 14:40:46 +0100
Wouter You didn't fail basic math, did you? ;-)

Just remember to subtract 1 hour, don't add it.

I could imagine people getting this wrong.
-- 
Brian May [EMAIL PROTECTED]


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



Accepted anymeal 0.30-2 (source i386)

2007-04-02 Thread tony mancill
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 01 Apr 2007 19:06:00 -0700
Source: anymeal
Binary: anymeal
Architecture: source i386
Version: 0.30-2
Distribution: unstable
Urgency: low
Maintainer: Sandro Tosi [EMAIL PROTECTED]
Changed-By: tony mancill [EMAIL PROTECTED]
Description: 
 anymeal- A cookbook database for storing recipes
Closes: 417084
Changes: 
 anymeal (0.30-2) unstable; urgency=low
 .
   * debian/patches/20_gcc43.patch (closes: 417084)
 - include patch from Martin Michlmayr to fix FTBFS with GCC 4.3
Files: 
 652816379cf1b421aab257f3cf689807 818 kde optional anymeal_0.30-2.dsc
 94ec530debb2a0aaa1829793a93e8277 26298 kde optional anymeal_0.30-2.diff.gz
 5754b60065ff8d98f06dd0217fc636cb 487878 kde optional anymeal_0.30-2_i386.deb

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

iD8DBQFGEJ4hpdwBkPlyvgMRAryFAJ48re3Vr01OxPYJ81FptfIqL4eE4QCeI5ex
lfCdASJRdcsdCJ0Md3wt7Hg=
=GaKf
-END PGP SIGNATURE-


Accepted:
anymeal_0.30-2.diff.gz
  to pool/main/a/anymeal/anymeal_0.30-2.diff.gz
anymeal_0.30-2.dsc
  to pool/main/a/anymeal/anymeal_0.30-2.dsc
anymeal_0.30-2_i386.deb
  to pool/main/a/anymeal/anymeal_0.30-2_i386.deb


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



Accepted zope2.10 2.10.3-1 (source all amd64)

2007-04-02 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 08:46:23 +0200
Source: zope2.10
Binary: zope2.10 zope2.10-sandbox
Architecture: source amd64 all
Version: 2.10.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian/Ubuntu Zope Team [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 zope2.10   - Open Source Web Application Server
 zope2.10-sandbox - sandbox instance for the zope2.10 web application server
Changes: 
 zope2.10 (2.10.3-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ee0e3aa6d91ffcb16f07b88dd9994314 901 web optional zope2.10_2.10.3-1.dsc
 8d951eb80bb757f3140fbceddb385c48 7080844 web optional 
zope2.10_2.10.3.orig.tar.gz
 520eb786a92353478f1d336a1326ef87 12240 web optional zope2.10_2.10.3-1.diff.gz
 55d2882dbbcf044100e8c068e3be3bb1 7031592 web optional 
zope2.10_2.10.3-1_amd64.deb
 d0c4d37822d549e47a652a1c6cc6f011 177456 web optional 
zope2.10-sandbox_2.10.3-1_all.deb

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

iD8DBQFGEKg9K/juK3+WFWQRAnoEAKCLH0MGr5+Xr4J3GIfNoN2REyWG4wCaA2sz
rcXQnOuPgSeUW2gmoZnlDyw=
=EQho
-END PGP SIGNATURE-


Accepted:
zope2.10-sandbox_2.10.3-1_all.deb
  to pool/main/z/zope2.10/zope2.10-sandbox_2.10.3-1_all.deb
zope2.10_2.10.3-1.diff.gz
  to pool/main/z/zope2.10/zope2.10_2.10.3-1.diff.gz
zope2.10_2.10.3-1.dsc
  to pool/main/z/zope2.10/zope2.10_2.10.3-1.dsc
zope2.10_2.10.3-1_amd64.deb
  to pool/main/z/zope2.10/zope2.10_2.10.3-1_amd64.deb
zope2.10_2.10.3.orig.tar.gz
  to pool/main/z/zope2.10/zope2.10_2.10.3.orig.tar.gz


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



Accepted linux-ftpd-ssl 0.17.18+0.3-8 (source i386)

2007-04-02 Thread Cai Qian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 2 Apr 2007 16:00:00 +0800
Source: linux-ftpd-ssl
Binary: ftpd-ssl
Architecture: source i386
Version: 0.17.18+0.3-8
Distribution: unstable
Urgency: low
Maintainer: Cai Qian [EMAIL PROTECTED]
Changed-By: Cai Qian [EMAIL PROTECTED]
Description: 
 ftpd-ssl   - FTP server with SSL encryption support
Closes: 416746
Changes: 
 linux-ftpd-ssl (0.17.18+0.3-8) unstable; urgency=low
 .
* debian/control: dropped update-inetd,as netbase has already
  provided it.
* debian/postrm: replaced update-inetd with sed. (Closes: #416746)
* debian/conffile: dropped it.
Files: 
 cdc513e9212974f048aade368180d46b 921 net extra linux-ftpd-ssl_0.17.18+0.3-8.dsc
 c5e90b9c7de8187f5f162b240649c899 6155 net extra 
linux-ftpd-ssl_0.17.18+0.3-8.diff.gz
 8ac2f46b2c9ef62d71261aec2bc9b200 49700 net extra 
ftpd-ssl_0.17.18+0.3-8_i386.deb

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

iQEVAwUBRhCm+8SMJEo6oWZwAQJpUwgAywFJeL7yD8/7R1CbQvI4RorF2pFooM+f
ubvhanIeDO9HF3FPo8IAbTKCyYbAUoCdLpYNitI6S/GbQxq3wuPrNUVv6J9Xg4v6
QhTIU1p4vUdrFn30m0oTOwm6dXeR+C34v0iUA4D4YWEHaU5xGLPlNBSXXRxQdccd
BP8OiDUqegQU7owqjQwFwwqg/iF1FhrbXJZUv6Tve3oCqaWxke4v8ruk76HowUvx
Kd3Sq0VfudS/LBT+fN1GsAkWnMeRf+jEvAPB1BqddjMwlOeCzcs2GJHeEJCwZ8fd
GYAA0jhhh5bYc6qUFC4yJrmX6ZRGpv1W1zLLslgdBkF6qxNg2QCH2w==
=AEDt
-END PGP SIGNATURE-


Accepted:
ftpd-ssl_0.17.18+0.3-8_i386.deb
  to pool/main/l/linux-ftpd-ssl/ftpd-ssl_0.17.18+0.3-8_i386.deb
linux-ftpd-ssl_0.17.18+0.3-8.diff.gz
  to pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.18+0.3-8.diff.gz
linux-ftpd-ssl_0.17.18+0.3-8.dsc
  to pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.18+0.3-8.dsc


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



Accepted blobwars 1.05-6 (source amd64)

2007-04-02 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 12:11:16 +0200
Source: blobwars
Binary: blobwars
Architecture: source amd64
Version: 1.05-6
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 blobwars   - A platform shooting game
Closes: 299145 361735 361751 361880 361905 362497 362660 362661 405854 415172 
415173 415174 415649
Changes: 
 blobwars (1.05-6) unstable; urgency=low
 .
   * Apply patch from Javier Serrano Polo fixing multiple issues:
 - Fix behaviour of decorative tiles in certain maps.
   Closes: #299145, #405854
 - Fix item placement with tall objects. Related to #329152.
 - Fix MIA placement on lift while moving around. Closes: #361905
 - Sometimes killing a boss doesn't complete the objective. Closes: #362661
 Closes: #415649
   * Apply patch from Javier Serrano Polo fixing the Forgotten Caves map in
 easy mode. Partially fixes #415647.
   * Apply patch from Javier Serrano Polo removing the possibility to disable
 auto save. Closes: #415172
   * Apply patch from Javier Serrano Polo adding i18n support. Closes: #415173
   * Add Catalan translation provided by Javier Serrano Polo. Closes: #415174
   * Apply patch from Javier Serrano Polo fixing several spelling issues and a
 too long level description.
 Closes: #361751, #361880, #362497, #362660, #361735
   * Add Dutch translation.
Files: 
 f0a3b34ef9e43f9845fd6210100426ab 633 games optional blobwars_1.05-6.dsc
 bf173201948dc00c1cddb539d87fb9a6 58476 games optional blobwars_1.05-6.diff.gz
 83e5c3ec7c98c8831d0848728c75a1c9 7598776 games optional 
blobwars_1.05-6_amd64.deb

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

iD8DBQFGEN0HAxLow12M2nsRAjgJAJ9bKmDRddgdm4O0/dLKY6eLgVrBEQCfV/ys
mzudwQ7Ta4qnnewCeVSKAhY=
=rCO0
-END PGP SIGNATURE-


Accepted:
blobwars_1.05-6.diff.gz
  to pool/main/b/blobwars/blobwars_1.05-6.diff.gz
blobwars_1.05-6.dsc
  to pool/main/b/blobwars/blobwars_1.05-6.dsc
blobwars_1.05-6_amd64.deb
  to pool/main/b/blobwars/blobwars_1.05-6_amd64.deb


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



Accepted kprof 1.4.3-8 (source i386)

2007-04-02 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 12:35:25 +0200
Source: kprof
Binary: kprof
Architecture: source i386
Version: 1.4.3-8
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé [EMAIL PROTECTED]
Changed-By: Jeremy Lainé [EMAIL PROTECTED]
Description: 
 kprof  - a KDE3 visual tool to help analyze profiling results
Closes: 417298
Changes: 
 kprof (1.4.3-8) unstable; urgency=low
 .
   * Apply patch from Martin Michlmayr for GCC 4.3 FTBFS (Closes: #417298).
Files: 
 43f3e2132f2a72aeab0451340d0aec2c 624 devel optional kprof_1.4.3-8.dsc
 b84acccec633949495315d51210fc736 14362 devel optional kprof_1.4.3-8.diff.gz
 e94535d864b1bdf044e8f1faf5a2d3c7 126136 devel optional kprof_1.4.3-8_i386.deb

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

iD8DBQFGEN7Q4mJJZqJp2ScRAqA2AJ98o9lGVY3P/rTrfyQ2hGT+K05MuACgz38E
E+BAwCfNGh52vyK9AwgeMgM=
=hecc
-END PGP SIGNATURE-


Accepted:
kprof_1.4.3-8.diff.gz
  to pool/main/k/kprof/kprof_1.4.3-8.diff.gz
kprof_1.4.3-8.dsc
  to pool/main/k/kprof/kprof_1.4.3-8.dsc
kprof_1.4.3-8_i386.deb
  to pool/main/k/kprof/kprof_1.4.3-8_i386.deb


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



Accepted libextractor 0.5.18-2 (source i386)

2007-04-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 13:08:00 +0200
Source: libextractor
Binary: libextractor-plugins extract libextractor1c2a libextractor-dev
Architecture: source i386
Version: 0.5.18-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 extract- displays meta-data from files of arbitrary type
 libextractor-dev - extracts meta-data from files of arbitrary type 
(development)
 libextractor-plugins - extracts meta-data from files of arbitrary type 
(plugins)
 libextractor1c2a - extracts meta-data from files of arbitrary type (library)
Closes: 417326
Changes: 
 libextractor (0.5.18-2) unstable; urgency=low
 .
   * Added patch from Martin Michlmayr [EMAIL PROTECTED] to add missing 
includes
 required to build with GCC 4.3 (Closes: #417326).
Files: 
 45b31355c11dc04cc56e1ef31d0dca6b 839 devel optional libextractor_0.5.18-2.dsc
 5b167509c99e4988c2ecd42732495c83 6526 devel optional 
libextractor_0.5.18-2.diff.gz
 ac257f4a6ed18920b48ed4b614fd28eb 7601644 libs optional 
libextractor1c2a_0.5.18-2_i386.deb
 3f9570200194423a2c58bf5ed9080bc4 214600 libs optional 
libextractor-plugins_0.5.18-2_i386.deb
 bb98c83613c75f0c97e0101ec9636371 24332 libdevel optional 
libextractor-dev_0.5.18-2_i386.deb
 57ba1ac0dbc6834766db4503f8f9e9f6 48616 utils optional extract_0.5.18-2_i386.deb

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

iD8DBQFGEOc/+C5cwEsrK54RAluoAJ9wMwpgYbar+n0fNpeMhu0qjLQU/gCgvOWW
QO6n0Cc486HZPJo0bkFNwdY=
=YFH/
-END PGP SIGNATURE-


Accepted:
extract_0.5.18-2_i386.deb
  to pool/main/libe/libextractor/extract_0.5.18-2_i386.deb
libextractor-dev_0.5.18-2_i386.deb
  to pool/main/libe/libextractor/libextractor-dev_0.5.18-2_i386.deb
libextractor-plugins_0.5.18-2_i386.deb
  to pool/main/libe/libextractor/libextractor-plugins_0.5.18-2_i386.deb
libextractor1c2a_0.5.18-2_i386.deb
  to pool/main/libe/libextractor/libextractor1c2a_0.5.18-2_i386.deb
libextractor_0.5.18-2.diff.gz
  to pool/main/libe/libextractor/libextractor_0.5.18-2.diff.gz
libextractor_0.5.18-2.dsc
  to pool/main/libe/libextractor/libextractor_0.5.18-2.dsc


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



Accepted gexec 0.4-1 (source i386)

2007-04-02 Thread Johann Rudloff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 10:43:03 +0200
Source: gexec
Binary: gexec
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Johann Rudloff [EMAIL PROTECTED]
Changed-By: Johann Rudloff [EMAIL PROTECTED]
Description: 
 gexec  - Small command executer with autocompletion using GTK+
Closes: 413614
Changes: 
 gexec (0.4-1) unstable; urgency=low
 .
   * New upstream release (closes: #413614)
   * debian/gexec.1: removed, it's now included in upstream source
Files: 
 5d0367668e04196d624ce19a3310984a 572 x11 optional gexec_0.4-1.dsc
 f10e68d5bcc206b759a2836886808d1d 16441 x11 optional gexec_0.4.orig.tar.gz
 1ce199e254e4717f1ffdf0ddb6561c88 1859 x11 optional gexec_0.4-1.diff.gz
 0a67848c540beeab8bb0a1c1aa248ccf 13904 x11 optional gexec_0.4-1_i386.deb

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

iD8DBQFGEOio+C5cwEsrK54RAux9AJ9kmgQ09kKlJV2KXwxtNztPQGIUbACg4wSy
TcoVF4p6RbwmGxKU5vD2YZE=
=mJGm
-END PGP SIGNATURE-


Accepted:
gexec_0.4-1.diff.gz
  to pool/main/g/gexec/gexec_0.4-1.diff.gz
gexec_0.4-1.dsc
  to pool/main/g/gexec/gexec_0.4-1.dsc
gexec_0.4-1_i386.deb
  to pool/main/g/gexec/gexec_0.4-1_i386.deb
gexec_0.4.orig.tar.gz
  to pool/main/g/gexec/gexec_0.4.orig.tar.gz


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



Accepted drip 0.9.0-4 (source amd64)

2007-04-02 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 14:56:16 +0200
Source: drip
Binary: drip
Architecture: source amd64
Version: 0.9.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 drip   - GNOME application for encoding a DivX from a DVD
Changes: 
 drip (0.9.0-4) unstable; urgency=low
 .
   * QA upload.
   * Set maintainer to QA Group; Orphaned: #414738
Files: 
 d22453e6ee9224e583097705e8a348e3 1020 graphics extra drip_0.9.0-4.dsc
 f30c676d2ed07467e1b59932786ca9f1 10193 graphics extra drip_0.9.0-4.diff.gz
 ffc702224d70c02a73c82e08bc7b540b 418080 graphics extra drip_0.9.0-4_amd64.deb

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

iD8DBQFGEP6DEFV7g4B8rCURAlz+AJ0a7X9dMVfOLqZayQ2O4PEruSeUiQCfZuUe
Eam61e1uJqcal6qDFcyWn1I=
=rSV7
-END PGP SIGNATURE-


Accepted:
drip_0.9.0-4.diff.gz
  to pool/main/d/drip/drip_0.9.0-4.diff.gz
drip_0.9.0-4.dsc
  to pool/main/d/drip/drip_0.9.0-4.dsc
drip_0.9.0-4_amd64.deb
  to pool/main/d/drip/drip_0.9.0-4_amd64.deb


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



Accepted stardict-english-czech 20070401-1 (source all)

2007-04-02 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 14:56:05 +0200
Source: stardict-english-czech
Binary: stardict-english-czech
Architecture: source all
Version: 20070401-1
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 stardict-english-czech - Stardict package for English-Czech dictionary
Changes: 
 stardict-english-czech (20070401-1) unstable; urgency=low
 .
   * New upstream version.
   * Use my Debian email address.
Files: 
 a827a392164c3dae67c5c5df04cc251f 634 non-free/text optional 
stardict-english-czech_20070401-1.dsc
 fbc8cc9eb8752726f4f1c6f98d319b86 4085547 non-free/text optional 
stardict-english-czech_20070401.orig.tar.gz
 ad972d196acab9800ef9eef6d1569507 11707 non-free/text optional 
stardict-english-czech_20070401-1.diff.gz
 14d9c2af96d47180a2678e646804a71b 4096972 non-free/text optional 
stardict-english-czech_20070401-1_all.deb

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

iD8DBQFGEP5O3DVS6DbnVgQRAo2ZAJ4tD0X9oY8wg9ZDxRACJ2QUw9wUlgCePLxQ
/ikt2UbgZixtXy8QoRfHqZ8=
=uu/V
-END PGP SIGNATURE-


Accepted:
stardict-english-czech_20070401-1.diff.gz
  to 
pool/non-free/s/stardict-english-czech/stardict-english-czech_20070401-1.diff.gz
stardict-english-czech_20070401-1.dsc
  to 
pool/non-free/s/stardict-english-czech/stardict-english-czech_20070401-1.dsc
stardict-english-czech_20070401-1_all.deb
  to 
pool/non-free/s/stardict-english-czech/stardict-english-czech_20070401-1_all.deb
stardict-english-czech_20070401.orig.tar.gz
  to 
pool/non-free/s/stardict-english-czech/stardict-english-czech_20070401.orig.tar.gz


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



Accepted dwm 3.9-1 (source i386)

2007-04-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 14:15:00 +0200
Source: dwm
Binary: dwm
Architecture: source i386
Version: 3.9-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (3.9-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 a5d9fc99270a66e92f57af5e1d7419b4 566 x11 optional dwm_3.9-1.dsc
 5cae20f331fe5e2ef9ee484727a06d7e 17998 x11 optional dwm_3.9.orig.tar.gz
 8ccb816657a5faef711dae0f3d9e1c4c 5971 x11 optional dwm_3.9-1.diff.gz
 f74950980f29d0796e1aa227f7dcdf8a 26334 x11 optional dwm_3.9-1_i386.deb

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

iD8DBQFGEQI8+C5cwEsrK54RAtKGAJwOq/TVBfo7gvAPhjjRgUDlUHOkawCg2WDh
qRUucofmIIFbT9ClNvW0Zc4=
=xmsz
-END PGP SIGNATURE-


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


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



Accepted noffle 1.2.0~rc1-7 (source amd64)

2007-04-02 Thread Michael Ablassmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 15:02:20 +0200
Source: noffle
Binary: noffle
Architecture: source amd64
Version: 1.2.0~rc1-7
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Michael Ablassmeier [EMAIL PROTECTED]
Description: 
 noffle - offline news server
Closes: 417037
Changes: 
 noffle (1.2.0~rc1-7) unstable; urgency=low
 .
   * QA Upload
   * Conditional call to ucf in postrm (Closes: #417037)
Files: 
 44eca4fef4de88933820b5f8d0d14786 603 news optional noffle_1.2.0~rc1-7.dsc
 557e292c1f82e3edfa0d791153198015 26701 news optional noffle_1.2.0~rc1-7.diff.gz
 f780219d70a750f097c2be928d49c953 128344 news optional 
noffle_1.2.0~rc1-7_amd64.deb

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

iD8DBQFGEQGHEFV7g4B8rCURAms5AJ9aPC1nd0m9CaAZR+mn1Aq9S5qQJQCgwkwx
a6hxZpdU6KXP+JUAJ1zY18w=
=TQXi
-END PGP SIGNATURE-


Accepted:
noffle_1.2.0~rc1-7.diff.gz
  to pool/main/n/noffle/noffle_1.2.0~rc1-7.diff.gz
noffle_1.2.0~rc1-7.dsc
  to pool/main/n/noffle/noffle_1.2.0~rc1-7.dsc
noffle_1.2.0~rc1-7_amd64.deb
  to pool/main/n/noffle/noffle_1.2.0~rc1-7_amd64.deb


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



Accepted dansguardian 2.8.0.6-antivirus-6.4.4.1-4 (source powerpc)

2007-04-02 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 16:03:15 +0200
Source: dansguardian
Binary: dansguardian
Architecture: source powerpc
Version: 2.8.0.6-antivirus-6.4.4.1-4
Distribution: unstable
Urgency: low
Maintainer: Alexander Wirt [EMAIL PROTECTED]
Changed-By: Alexander Wirt [EMAIL PROTECTED]
Description: 
 dansguardian - Web content filtering
Closes: 414338 417139
Changes: 
 dansguardian (2.8.0.6-antivirus-6.4.4.1-4) unstable; urgency=low
 .
   * Add a patch for kfreebsd (Closes: #414338). Thanks Cyril Brulebois.
   * Fix includes to make it compile with GCC 4.3 (Closes: #417139). Thanks
 to Martin Michlmayr.
Files: 
 9d7363160833aa69e9677c2e34254285 715 web optional 
dansguardian_2.8.0.6-antivirus-6.4.4.1-4.dsc
 3c2c897d554c67d197926ca885af94dd 48112 web optional 
dansguardian_2.8.0.6-antivirus-6.4.4.1-4.diff.gz
 6b57ad86bbe462f1a995ab6639b640a6 298508 web optional 
dansguardian_2.8.0.6-antivirus-6.4.4.1-4_powerpc.deb

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

iD8DBQFGEQ4r01u8mbx9AgoRAp58AJ41b5ufakKsKbTZSxFtkM3KaIxX9QCfdkBP
iX8N2OzYT5Mrab+AdIAUuxA=
=hBrT
-END PGP SIGNATURE-


Accepted:
dansguardian_2.8.0.6-antivirus-6.4.4.1-4.diff.gz
  to pool/main/d/dansguardian/dansguardian_2.8.0.6-antivirus-6.4.4.1-4.diff.gz
dansguardian_2.8.0.6-antivirus-6.4.4.1-4.dsc
  to pool/main/d/dansguardian/dansguardian_2.8.0.6-antivirus-6.4.4.1-4.dsc
dansguardian_2.8.0.6-antivirus-6.4.4.1-4_powerpc.deb
  to 
pool/main/d/dansguardian/dansguardian_2.8.0.6-antivirus-6.4.4.1-4_powerpc.deb


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



Accepted crawl 1:4.0.0beta26-9 (source amd64)

2007-04-02 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 16:26:03 +0200
Source: crawl
Binary: crawl
Architecture: source amd64
Version: 1:4.0.0beta26-9
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 crawl  - Dungeon Crawl, a text-based roguelike game
Closes: 417134
Changes: 
 crawl (1:4.0.0beta26-9) unstable; urgency=low
 .
   * Add missing #includes necessary for the stricter header dependencies in
 GCC 4.3 and onwards. Patch from Martin Michlmayr. Closes: #417134
   * Fix two cases of dereferencing type-punned pointer.
Files: 
 b1948121c60007107ca6826361f0e8c0 589 games optional crawl_4.0.0beta26-9.dsc
 00fb2b5dc83fec75bc8b496f722183d3 11313 games optional 
crawl_4.0.0beta26-9.diff.gz
 3b9d6a024fd8b41ea4d3a8da37a4d756 691312 games optional 
crawl_4.0.0beta26-9_amd64.deb

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

iD8DBQFGERLkAxLow12M2nsRAkArAJ40J8BYMU+CuiOAS4RQyvh7c5wqwQCeNGyi
hgA20h07sLfp7nsnOhOAYow=
=qxLW
-END PGP SIGNATURE-


Accepted:
crawl_4.0.0beta26-9.diff.gz
  to pool/main/c/crawl/crawl_4.0.0beta26-9.diff.gz
crawl_4.0.0beta26-9.dsc
  to pool/main/c/crawl/crawl_4.0.0beta26-9.dsc
crawl_4.0.0beta26-9_amd64.deb
  to pool/main/c/crawl/crawl_4.0.0beta26-9_amd64.deb


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



Accepted zsh-beta 4.3.2-dev-1+20070402-1 (source all)

2007-04-02 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 10:19:17 -0400
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source all
Version: 4.3.2-dev-1+20070402-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
Changes: 
 zsh-beta (4.3.2-dev-1+20070402-1) unstable; urgency=low
 .
   * Update to HEAD.
Files: 
 7b7c3ff38b5e3788fdb8ae141121c098 788 shells optional 
zsh-beta_4.3.2-dev-1+20070402-1.dsc
 63c7c086572178b7f3e2a46f905d8993 2714237 shells optional 
zsh-beta_4.3.2-dev-1+20070402.orig.tar.gz
 3d1f38fd3de82f7bb9966a537a062bc0 383889 shells optional 
zsh-beta_4.3.2-dev-1+20070402-1.diff.gz
 41d5ba0f5b45f6b216e8e08a5288d654 761008 doc optional 
zsh-beta-doc_4.3.2-dev-1+20070402-1_all.deb

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

iD8DBQFGERgR5m0u66uWM3ARAhpOAKC2Ako03vPQ2k8akrtaRgSrjEpfYwCfemHw
kWbwCIgObnpOu+1VrCT4+PI=
=Nfaa
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.2-dev-1+20070402-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.2-dev-1+20070402-1_all.deb
zsh-beta_4.3.2-dev-1+20070402-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.2-dev-1+20070402-1.diff.gz
zsh-beta_4.3.2-dev-1+20070402-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.2-dev-1+20070402-1.dsc
zsh-beta_4.3.2-dev-1+20070402.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.2-dev-1+20070402.orig.tar.gz


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



Accepted git-core 1:1.5.1~rc3-1 (source all)

2007-04-02 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 29 Mar 2007 12:22:43 +
Source: git-core
Binary: git-email git-core git-daemon-run git-doc git-cvs git-svn gitk gitweb 
git-arch git-gui
Architecture: all source
Version: 1:1.5.1~rc3-1
Distribution: experimental
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Changes: 
 git-core (1:1.5.1~rc3-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * debian/diff/0005-Makefile-remove-test-chmtime-program-in-target-clea.diff:
 remove; applied upstream.
 .
 git-core (1:1.5.1~rc2-1) experimental; urgency=low
 .
   * new upstream release candidate.
   * debian/diff/git-cvsserver-update-hook.diff: remove; included upstream.
   * debian/diff/0005-Makefile-remove-test-chmtime-program-in-target-clea.diff:
 new: While running 'make test', the test-chmtime program is created, and
 should be cleaned up on 'make clean'.
Files: 
 69631f05d78c6b64ade75f3e87c822d9 787 devel optional git-core_1.5.1~rc3-1.dsc
 e0a2c5f057f8c7cb37e8856b8dddb738 1309501 devel optional 
git-core_1.5.1~rc3.orig.tar.gz
 18329c73d9d76b75ff5d27ddbda61104 91074 devel optional 
git-core_1.5.1~rc3-1.diff.gz
 c7e382e9bcd4b034f1f1503c36d046c1 683284 doc optional 
git-doc_1.5.1~rc3-1_all.deb
 2612f3d838d27623f8aa92b699ce9372 101144 devel optional 
git-arch_1.5.1~rc3-1_all.deb
 a182643d80d69b714151feea461bad2c 127034 devel optional 
git-cvs_1.5.1~rc3-1_all.deb
 23a8bad37592a3fe9e37b83071debbde 138092 devel optional 
git-svn_1.5.1~rc3-1_all.deb
 59b127083085f2c2490523920e4c9a99 87004 devel optional 
git-daemon-run_1.5.1~rc3-1_all.deb
 7369550246e2c85dbc8eb139dfe68f05 94918 devel optional 
git-email_1.5.1~rc3-1_all.deb
 ffa680571693c48257485fd10b638ba0 152550 devel optional 
git-gui_1.5.1~rc3-1_all.deb
 f96d41b24af4dd7c96f958810de3d2b4 131432 devel optional gitk_1.5.1~rc3-1_all.deb
 67c584222e95881691ca720afb3d13d2 124336 devel optional 
gitweb_1.5.1~rc3-1_all.deb

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

iD8DBQFGER+sGJoyQbxwpv8RAlSAAJ0WCzTwCAT2xZ+EsvnOq0knlLza4QCfWkkl
7rS8IV3OZKtsfvvLAum9gzg=
=4Hwt
-END PGP SIGNATURE-


Accepted:
git-arch_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-arch_1.5.1~rc3-1_all.deb
git-core_1.5.1~rc3-1.diff.gz
  to pool/main/g/git-core/git-core_1.5.1~rc3-1.diff.gz
git-core_1.5.1~rc3-1.dsc
  to pool/main/g/git-core/git-core_1.5.1~rc3-1.dsc
git-core_1.5.1~rc3.orig.tar.gz
  to pool/main/g/git-core/git-core_1.5.1~rc3.orig.tar.gz
git-cvs_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-cvs_1.5.1~rc3-1_all.deb
git-daemon-run_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-daemon-run_1.5.1~rc3-1_all.deb
git-doc_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-doc_1.5.1~rc3-1_all.deb
git-email_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-email_1.5.1~rc3-1_all.deb
git-gui_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-gui_1.5.1~rc3-1_all.deb
git-svn_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/git-svn_1.5.1~rc3-1_all.deb
gitk_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/gitk_1.5.1~rc3-1_all.deb
gitweb_1.5.1~rc3-1_all.deb
  to pool/main/g/git-core/gitweb_1.5.1~rc3-1_all.deb


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



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

2007-04-02 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 29 Mar 2007 10:51:00 +
Source: git-core
Binary: git-email git-core git-daemon-run git-doc git-cvs git-svn gitk gitweb 
git-arch git-gui
Architecture: all source
Version: 1:1.5.0.6-1
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 git-arch   - fast, scalable, distributed revision control system (arch interop
 git-core   - fast, scalable, distributed revision control system
 git-cvs- fast, scalable, distributed revision control system (cvs interope
 git-daemon-run - fast, scalable, distributed revision control system 
(git-daemon s
 git-doc- fast, scalable, distributed revision control system (documentatio
 git-email  - fast, scalable, distributed revision control system (email add-on
 git-gui- fast, scalable, distributed revision control system (GUI)
 git-svn- fast, scalable, distributed revision control system (svn interope
 gitk   - fast, scalable, distributed revision control system (revision tre
 gitweb - fast, scalable, distributed revision control system (web interfac
Closes: 404795 409887 413913 415328 415475
Changes: 
 git-core (1:1.5.0.6-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/diff/http-fetch-don-t-use-double-slash-as-directory-sepa.diff:
 new, cherry-pick'ed from upstream master: http-fetch: don't use
 double-slash as directory separator in URLs (closes: #409887).
   * debian/diff/Documentation-git-svnimport.txt-fix-typo.diff: new:
 Documentation/git-svnimport.txt: fix typo.
   * debian/diff/Documentation-git-rev-parse.txt-fix-example-in-SPEC.diff:
 new Documentation/git-rev-parse.txt: fix example in SPECIFYING RANGES
 (closes: #404795).
   * debian/changelog.upstream: upstream changes taken from mailing list
 announcements.
 .
 git-core (1:1.5.0.5-1) unstable; urgency=low
 .
   * new upstream point release.
   * debian/rules: make sure subdirectories of /usr/share/doc/git-core/ are
 mode 0755 (closes: #415328); remove .gitignore file(s) from
 /usr/share/doc/git-core/ (closes: #413913).
   * debian/control: git-svn: Depends: libterm-readkey-perl (thx Pierre
 Habouzit, closes: #415475).
   * debian/changelog.upstream: upstream changes taken from mailing list
 announcements.
Files: 
 271adc739d4c39def30a3c0f4294abde 781 devel optional git-core_1.5.0.6-1.dsc
 be119dbd18f9fbe7f7206cee4b3e6c65 1249118 devel optional 
git-core_1.5.0.6.orig.tar.gz
 0856cef707ee25807fcc515b6df8378b 94687 devel optional 
git-core_1.5.0.6-1.diff.gz
 30a3c3f75c4901ceaf04a2aae1ecfadd 667442 doc optional git-doc_1.5.0.6-1_all.deb
 c7477f09aa1558391369c63049441c55 100964 devel optional 
git-arch_1.5.0.6-1_all.deb
 7d5671710caab0e89249b9456035bc1b 127002 devel optional 
git-cvs_1.5.0.6-1_all.deb
 d9bdfa0b046ee560b1d97420653f6ddd 129612 devel optional 
git-svn_1.5.0.6-1_all.deb
 6ded0552f846e0c8e9eb66a4bb1fb042 87616 devel optional 
git-daemon-run_1.5.0.6-1_all.deb
 19a52e661547fe17301e83f1e7098f4a 95352 devel optional 
git-email_1.5.0.6-1_all.deb
 fd21be6714181d214b536745b06e9db6 153116 devel optional 
git-gui_1.5.0.6-1_all.deb
 657431a6499d9439fa4cd14deee694c4 132010 devel optional gitk_1.5.0.6-1_all.deb
 838e4f13a19363f6b4ebe5e83e0a2e42 124902 devel optional gitweb_1.5.0.6-1_all.deb

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

iD8DBQFGER5wGJoyQbxwpv8RAmZ3AKCPXnEHJRjMLzpI7u3GW3Mttxz2GACfWjuK
U0Gny3CX5PylNeHRT3jKbJQ=
=YBuX
-END PGP SIGNATURE-


Accepted:
git-arch_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-arch_1.5.0.6-1_all.deb
git-core_1.5.0.6-1.diff.gz
  to pool/main/g/git-core/git-core_1.5.0.6-1.diff.gz
git-core_1.5.0.6-1.dsc
  to pool/main/g/git-core/git-core_1.5.0.6-1.dsc
git-core_1.5.0.6.orig.tar.gz
  to pool/main/g/git-core/git-core_1.5.0.6.orig.tar.gz
git-cvs_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-cvs_1.5.0.6-1_all.deb
git-daemon-run_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-daemon-run_1.5.0.6-1_all.deb
git-doc_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-doc_1.5.0.6-1_all.deb
git-email_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-email_1.5.0.6-1_all.deb
git-gui_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-gui_1.5.0.6-1_all.deb
git-svn_1.5.0.6-1_all.deb
  to pool/main/g/git-core/git-svn_1.5.0.6-1_all.deb
gitk_1.5.0.6-1_all.deb
  to pool/main/g/git-core/gitk_1.5.0.6-1_all.deb
gitweb_1.5.0.6-1_all.deb
  to pool/main/g/git-core/gitweb_1.5.0.6-1_all.deb


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



Accepted linux-ftpd-ssl 0.17.18+0.3-9 (source i386)

2007-04-02 Thread Cai Qian
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 3 Apr 2007 00:00:00 +0800
Source: linux-ftpd-ssl
Binary: ftpd-ssl
Architecture: source i386
Version: 0.17.18+0.3-9
Distribution: unstable
Urgency: low
Maintainer: Cai Qian [EMAIL PROTECTED]
Changed-By: Cai Qian [EMAIL PROTECTED]
Description: 
 ftpd-ssl   - FTP server with SSL encryption support
Closes: 416746
Changes: 
 linux-ftpd-ssl (0.17.18+0.3-9) unstable; urgency=low
 .
* debian/postrm: invoke update-inetd if it is present.
  (Closes: #416746)
Files: 
 bc82398c677a8bfe6c1f4e3de59ecdbc 921 net extra linux-ftpd-ssl_0.17.18+0.3-9.dsc
 12ba64422bb6b33bbaa6db0e89322685 6211 net extra 
linux-ftpd-ssl_0.17.18+0.3-9.diff.gz
 bdff79610d9206dfaef78820398099ca 49752 net extra 
ftpd-ssl_0.17.18+0.3-9_i386.deb

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

iQEVAwUBRhEQpcSMJEo6oWZwAQJ/jAf/VS5nWCJsRZ3MlFyaBG4GQXDHUmyc69WW
SaVRPhxzHkvWqMCsF4K78GtRjm+VE0McROx003CX79ntziPzux2gQ3vVXfLvIe4C
yeGmbxyGuAhT3/FoV1cue+U5Au2FmWoAd4xpiTk3PT91v9sZjkEI+bc6oPaJ06tM
sSj4X8vcTSsucLhSfFI1rS04aHPE5PdDDZ5++ekedN7f+8sxcaGMFxvVITKWUzRJ
ntEKm0ok13Lzbpyne5NRjt+WjujHHx6FidsD1Gp7x0+c9xIXaie+cV5Q1vihk+CN
q1meYICPP3HNR7lXlZimRe+NITd4OtiRACnhY19ewVnwtsmt746qQg==
=vYeT
-END PGP SIGNATURE-


Accepted:
ftpd-ssl_0.17.18+0.3-9_i386.deb
  to pool/main/l/linux-ftpd-ssl/ftpd-ssl_0.17.18+0.3-9_i386.deb
linux-ftpd-ssl_0.17.18+0.3-9.diff.gz
  to pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.18+0.3-9.diff.gz
linux-ftpd-ssl_0.17.18+0.3-9.dsc
  to pool/main/l/linux-ftpd-ssl/linux-ftpd-ssl_0.17.18+0.3-9.dsc


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



Accepted hf 0.8-1 (source i386)

2007-04-02 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 18:51:23 +0200
Source: hf
Binary: hf
Architecture: source i386
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Hamradio Maintainers debian-hams@lists.debian.org
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 hf - amateur-radio protocol suite using a soundcard as a modem
Changes: 
 hf (0.8-1) unstable; urgency=low
 .
   * New upstream.
Files: 
 741bd32b7307bcebc662bcd386d3bdfe 821 hamradio optional hf_0.8-1.dsc
 0594b19781ebc169fc29c96bb48d61c7 683052 hamradio optional hf_0.8.orig.tar.gz
 fb79d0b2de9ae2ec6ca05e88c79f39dc 116074 hamradio optional hf_0.8-1.diff.gz
 1f1e4fcaae6c3227bea0aa918a764711 636898 hamradio optional hf_0.8-1_i386.deb

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

iD8DBQFGEUAB/CqtjGLxpX8RAktlAKCak6tgIS3qzG9YotwgpPaE+GB8jACfYdEE
QdgkTBwhtpSzdHLv+kGgaRk=
=RDKn
-END PGP SIGNATURE-


Accepted:
hf_0.8-1.diff.gz
  to pool/main/h/hf/hf_0.8-1.diff.gz
hf_0.8-1.dsc
  to pool/main/h/hf/hf_0.8-1.dsc
hf_0.8-1_i386.deb
  to pool/main/h/hf/hf_0.8-1_i386.deb
hf_0.8.orig.tar.gz
  to pool/main/h/hf/hf_0.8.orig.tar.gz


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



Accepted kdevelop 4:3.4.0-3 (source i386 all)

2007-04-02 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 14:41:41 +0200
Source: kdevelop
Binary: kdevelop-doc kdevelop-data kdevelop kdevelop-dev
Architecture: source i386 all
Version: 4:3.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé [EMAIL PROTECTED]
Changed-By: Jeremy Lainé [EMAIL PROTECTED]
Description: 
 kdevelop   - An IDE for Unix/X11
 kdevelop-data - An IDE for Unix/X11 - data
 kdevelop-dev - An IDE for Unix/X11 - development files
 kdevelop-doc - An IDE for Unix/X11 - documentation
Closes: 409364 417343
Changes: 
 kdevelop (4:3.4.0-3) unstable; urgency=low
 .
   * Apply patch from Martin Michlmayr for GCC 4.3 FTBFS (Closes: #417343).
   * Add note about Persistent Class Store in README.Debian (Closes: #409364).
Files: 
 0212ac5f9912a54c4581bed3d5c91a7a 802 kde optional kdevelop_3.4.0-3.dsc
 3e466338ed1ef317652a186018b1bd38 134306 kde optional kdevelop_3.4.0-3.diff.gz
 dc234732cc786dbd724520b832e3373b 3596764 doc optional 
kdevelop-doc_3.4.0-3_all.deb
 3f313883872bb87a4a7caeb23376cd79 2528726 kde optional 
kdevelop-data_3.4.0-3_all.deb
 8c1f5e559672632083c48a5933e5723e 8676494 kde optional kdevelop_3.4.0-3_i386.deb
 c50d6a8e3256fa4276bd77a3312dd661 174298 kde optional 
kdevelop-dev_3.4.0-3_i386.deb

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

iD8DBQFGEUJs4mJJZqJp2ScRAguUAKDK8EHb80g8hqpy/YxhWPj7FGbuZACeO82z
PGPb12HEkXNm7CE8jq0Iuck=
=+23I
-END PGP SIGNATURE-


Accepted:
kdevelop-data_3.4.0-3_all.deb
  to pool/main/k/kdevelop/kdevelop-data_3.4.0-3_all.deb
kdevelop-dev_3.4.0-3_i386.deb
  to pool/main/k/kdevelop/kdevelop-dev_3.4.0-3_i386.deb
kdevelop-doc_3.4.0-3_all.deb
  to pool/main/k/kdevelop/kdevelop-doc_3.4.0-3_all.deb
kdevelop_3.4.0-3.diff.gz
  to pool/main/k/kdevelop/kdevelop_3.4.0-3.diff.gz
kdevelop_3.4.0-3.dsc
  to pool/main/k/kdevelop/kdevelop_3.4.0-3.dsc
kdevelop_3.4.0-3_i386.deb
  to pool/main/k/kdevelop/kdevelop_3.4.0-3_i386.deb


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



Accepted ldap-account-manager 1.3.0-1 (source all)

2007-04-02 Thread Roland Gruber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 26 Mar 2007 20:30:52 +0100
Source: ldap-account-manager
Binary: ldap-account-manager
Architecture: source all
Version: 1.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Roland Gruber [EMAIL PROTECTED]
Changed-By: Roland Gruber [EMAIL PROTECTED]
Description: 
 ldap-account-manager - webfrontend for managing accounts in an LDAP directory
Closes: 414374 415379
Changes: 
 ldap-account-manager (1.3.0-1) unstable; urgency=low
 .
   * New upstream release
   * quoting of user description field broken (Closes: #415379)
   * [INTL:pt] Portuguese translation for debconf messages (Closes:
 #414374)
Files: 
 30fb7cd5ffb833f625952566fd113dd8 631 web extra ldap-account-manager_1.3.0-1.dsc
 63f64d07f8ea86a0a84accfb91b352fb 1720014 web extra 
ldap-account-manager_1.3.0.orig.tar.gz
 20fc1ae223941ca5013cf68c802baf96 15954 web extra 
ldap-account-manager_1.3.0-1.diff.gz
 2f0890c142145da12a7e2a10dac29b3c 1667908 web extra 
ldap-account-manager_1.3.0-1_all.deb

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

iD8DBQFGEUYoK/juK3+WFWQRAgmeAJ9SK8djvuIt405bbAwC3Cbigpot6ACeKMJ/
ocSlfTdM0p8PG+8auF+N5BE=
=1aI+
-END PGP SIGNATURE-


Accepted:
ldap-account-manager_1.3.0-1.diff.gz
  to pool/main/l/ldap-account-manager/ldap-account-manager_1.3.0-1.diff.gz
ldap-account-manager_1.3.0-1.dsc
  to pool/main/l/ldap-account-manager/ldap-account-manager_1.3.0-1.dsc
ldap-account-manager_1.3.0-1_all.deb
  to pool/main/l/ldap-account-manager/ldap-account-manager_1.3.0-1_all.deb
ldap-account-manager_1.3.0.orig.tar.gz
  to pool/main/l/ldap-account-manager/ldap-account-manager_1.3.0.orig.tar.gz


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



Accepted lzma 4.43-6 (source i386)

2007-04-02 Thread Mohammed Adnène Trojette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 19:59:52 +0200
Source: lzma
Binary: lzma
Architecture: source i386
Version: 4.43-6
Distribution: experimental
Urgency: low
Maintainer: Mohammed Adnène Trojette [EMAIL PROTECTED]
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 lzma   - Default and general compression method of 7z format in 7-Zip prog
Closes: 417304 417379
Changes: 
 lzma (4.43-6) experimental; urgency=low
 .
   * 02_lzmp.diff:
  + include cstdlib to be able to build with GCC 4.3. (Closes: #417379)
Thanks Martin Michlmayr for the patch.
  + use hc4 for -1 option, as hc3 is no more built in the SDK.
(Closes: #417304)
Thanks Lasse Collin for the help.
Files: 
 417cd21b7564545cc351e0cf3b9fe1ba 565 utils optional lzma_4.43-6.dsc
 fe8b35fe6f2af23d1d6c8c577c1c18cb 13724 utils optional lzma_4.43-6.diff.gz
 899cb15cc878de60078439db310e21ce 125702 utils optional lzma_4.43-6_i386.deb

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

iD8DBQFGEUbGOU3FkQ7XBOoRAvo2AJ0QrpLCUbYb6Hg99zpCZ6FvyAmXzQCfU9ih
08Eyq8j9s3Nl1a4m4S5A5N8=
=hW96
-END PGP SIGNATURE-


Accepted:
lzma_4.43-6.diff.gz
  to pool/main/l/lzma/lzma_4.43-6.diff.gz
lzma_4.43-6.dsc
  to pool/main/l/lzma/lzma_4.43-6.dsc
lzma_4.43-6_i386.deb
  to pool/main/l/lzma/lzma_4.43-6_i386.deb


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



Accepted tsocks 1.8beta5-6 (source i386)

2007-04-02 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 20:08:32 +0200
Source: tsocks
Binary: tsocks
Architecture: source i386
Version: 1.8beta5-6
Distribution: unstable
Urgency: low
Maintainer: Tamas SZERB [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 tsocks - transparent network access through a SOCKS 4 or 5 proxy
Closes: 239025 240429
Changes: 
 tsocks (1.8beta5-6) unstable; urgency=low
 .
   * Integrated two patches by Peter Palfrader to fix
 an infinite loop if recv returns 0 and to intercept
 getpeername (Closes: #240429, #239025).
   * Removed everything except etc from dirs since
 the directories are created by Makefile.
Files: 
 6e8730ae1e8a0bebb3a7ca2a60acfe41 620 net optional tsocks_1.8beta5-6.dsc
 d55e0687205bac16c2d3b709247553bf 17688 net optional tsocks_1.8beta5-6.diff.gz
 26005b38ccd5553e0e18b94faf5a43f6 237500 net optional tsocks_1.8beta5-6_i386.deb

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

iD8DBQFGEUtwHYflSXNkfP8RAtICAJ41Tkhs7aq14LYNuBbBbjjY+OoMAQCfYvSt
vcQ3QEalv+yUp+uze0fRMF4=
=fM5/
-END PGP SIGNATURE-


Accepted:
tsocks_1.8beta5-6.diff.gz
  to pool/main/t/tsocks/tsocks_1.8beta5-6.diff.gz
tsocks_1.8beta5-6.dsc
  to pool/main/t/tsocks/tsocks_1.8beta5-6.dsc
tsocks_1.8beta5-6_i386.deb
  to pool/main/t/tsocks/tsocks_1.8beta5-6_i386.deb


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



Accepted dwm 3.9-2 (source i386)

2007-04-02 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 18:20:00 +0200
Source: dwm
Binary: dwm
Architecture: source i386
Version: 3.9-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dwm- dynamic window manager
Changes: 
 dwm (3.9-2) unstable; urgency=low
 .
   [ Daniel Baumann ]
   * Adding debian/configs for local configuration files.
 .
   [ Kai Hendri ]
   * Made a new web configuration for webconverger.
Files: 
 e78d0b5c1457d2039bca7819e1f61ba9 566 x11 optional dwm_3.9-2.dsc
 9df7423a660f6a81f7c150cac5143c39 5887 x11 optional dwm_3.9-2.diff.gz
 7b264f8b7ca385e67c92a6c2369feb2c 21916 x11 optional dwm_3.9-2_i386.deb

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

iD8DBQFGEVMy+C5cwEsrK54RApIqAJ9eJmMw/ttuEu3zC+pq0FE3yiixLgCfVQwi
l7daz1GCDYGbyFEsbWdZ9Qg=
=IwHH
-END PGP SIGNATURE-


Accepted:
dwm_3.9-2.diff.gz
  to pool/main/d/dwm/dwm_3.9-2.diff.gz
dwm_3.9-2.dsc
  to pool/main/d/dwm/dwm_3.9-2.dsc
dwm_3.9-2_i386.deb
  to pool/main/d/dwm/dwm_3.9-2_i386.deb


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



Accepted grhino 0.16.0-2 (source i386)

2007-04-02 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 20:38:09 +0200
Source: grhino
Binary: grhino
Architecture: source i386
Version: 0.16.0-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 grhino - Othello/Reversi boardgame
Closes: 417215
Changes: 
 grhino (0.16.0-2) unstable; urgency=low
 .
   * debian/patches/02_gcc_4_3.diff: Added.  Closes: #417215.  Patch by Martin
 Michlmayr [EMAIL PROTECTED], thanks.
Files: 
 b78480b0fce912c23080d8a790fe75d4 726 games optional grhino_0.16.0-2.dsc
 7bd158e1c38a3a9fe3526c7041685b33 10341 games optional grhino_0.16.0-2.diff.gz
 601a6f54bba6a911f676d77af295a4e9 1061812 games optional 
grhino_0.16.0-2_i386.deb

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

iD8DBQFGEVUBbMaawmho9B8RAsixAKDawKNgUa755TMTzcAGjgHPs70CBQCgiAAM
UuPCmowl3l5cYicHQW8ErDI=
=4vA0
-END PGP SIGNATURE-


Accepted:
grhino_0.16.0-2.diff.gz
  to pool/main/g/grhino/grhino_0.16.0-2.diff.gz
grhino_0.16.0-2.dsc
  to pool/main/g/grhino/grhino_0.16.0-2.dsc
grhino_0.16.0-2_i386.deb
  to pool/main/g/grhino/grhino_0.16.0-2_i386.deb


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



Accepted mc 1:4.6.1-7 (source i386)

2007-04-02 Thread Ludovic Drolez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 8:44:35 +0200
Source: mc
Binary: mc
Architecture: source i386
Version: 1:4.6.1-7
Distribution: unstable
Urgency: medium
Maintainer: Stefano Melchior [EMAIL PROTECTED]
Changed-By: Ludovic Drolez [EMAIL PROTECTED]
Description: 
 mc - midnight commander - a powerful file manager
Closes: 382206 382857 400927 415097
Changes: 
 mc (1:4.6.1-7) unstable; urgency=medium
 .
   * Fixed Anton Pak's recode patch which can cause a segfault.
 Closes: #382206, #382857, #400927
   * Mode display bug fixed. Patch added to 50_utf8-more.patch. Closes: #415097
   * Shift-Enter bug fixed. The line editing widget went crazy when seeing a 
litteral newline
 (Shift+enter or Ctrl-q+enter). Patch added to 50_utf8-more.patch
 Downloaded from https://svn.uhulinux.hu/packages/dev/mc/patches/
Files: 
 c8dfd60e3cf0979607d603e66f0a635b 677 utils optional mc_4.6.1-7.dsc
 10068d70d208083fff107a4816f1c96f 115403 utils optional mc_4.6.1-7.diff.gz
 0651778e7367f3bf08ffd167f1148e8a 2115694 utils optional mc_4.6.1-7_i386.deb

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

iD8DBQFGEVy2sRlQAP1GppgRAunPAKCI5d5wWIz4UiM/hkoLMkLMaOEMVwCfXtAf
arCkiGlL+1pcDQ2CcQ0/lP8=
=Gbr6
-END PGP SIGNATURE-


Accepted:
mc_4.6.1-7.diff.gz
  to pool/main/m/mc/mc_4.6.1-7.diff.gz
mc_4.6.1-7.dsc
  to pool/main/m/mc/mc_4.6.1-7.dsc
mc_4.6.1-7_i386.deb
  to pool/main/m/mc/mc_4.6.1-7_i386.deb


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



Accepted digikamimageplugins 2:0.9.1-2 (source i386)

2007-04-02 Thread Debian KDE Extras Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 18:27:18 +0100
Source: digikamimageplugins
Binary: digikamimageplugins
Architecture: source i386
Version: 2:0.9.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Debian KDE Extras Team [EMAIL PROTECTED]
Description: 
 digikamimageplugins - image editor plugins for digikam and showfoto
Changes: 
 digikamimageplugins (2:0.9.1-2) unstable; urgency=low
 .
   * Upload to unstable
Files: 
 34daec52a925cabc9d4896788793d7f6 1125 graphics optional 
digikamimageplugins_0.9.1-2.dsc
 ba42919847a84b6551efdc03aafb7fad 315961 graphics optional 
digikamimageplugins_0.9.1-2.diff.gz
 d7bf671d0edac193ab484fcb16dd0a90 4310478 graphics optional 
digikamimageplugins_0.9.1-2_i386.deb

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

iD8DBQFGET63oCzanz0IthIRAkFEAJ9GaEsXbLbI3tWLXxScU/KJeTRgcgCffGsn
iBtnqY+7QaIcZchS72eFNLQ=
=Rq7o
-END PGP SIGNATURE-


Accepted:
digikamimageplugins_0.9.1-2.diff.gz
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9.1-2.diff.gz
digikamimageplugins_0.9.1-2.dsc
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9.1-2.dsc
digikamimageplugins_0.9.1-2_i386.deb
  to pool/main/d/digikamimageplugins/digikamimageplugins_0.9.1-2_i386.deb


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



Accepted libconfig-general-perl 2.32-1 (source all)

2007-04-02 Thread Francesco Cecconi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 21:09:54 +0200
Source: libconfig-general-perl
Binary: libconfig-general-perl
Architecture: source all
Version: 2.32-1
Distribution: unstable
Urgency: low
Maintainer: Francesco Cecconi [EMAIL PROTECTED]
Changed-By: Francesco Cecconi [EMAIL PROTECTED]
Description: 
 libconfig-general-perl - Generic Configuration Module
Closes: 410298
Changes: 
 libconfig-general-perl (2.32-1) unstable; urgency=low
 .
   * New upstream release (Closes: #410298)
Files: 
 87a6d233808f1f8c3d82826bdd985298 671 perl optional 
libconfig-general-perl_2.32-1.dsc
 f7f74f8da3a7a48afc6d05be414f5b78 42726 perl optional 
libconfig-general-perl_2.32.orig.tar.gz
 6d58a012f9ee3c96b6a67b5e752e632c 3157 perl optional 
libconfig-general-perl_2.32-1.diff.gz
 0729a50a513dd27c75a45ff39422dff0 62274 perl optional 
libconfig-general-perl_2.32-1_all.deb

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

iD8DBQFGEWY3gcCJIoCND9ARAv2nAJwPAj5X8VxEZRzCgDAP0Aj0ApGviwCgllr7
RJ6fFX6Tyy/ViUsB284w2BM=
=nm21
-END PGP SIGNATURE-


Accepted:
libconfig-general-perl_2.32-1.diff.gz
  to pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32-1.diff.gz
libconfig-general-perl_2.32-1.dsc
  to pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32-1.dsc
libconfig-general-perl_2.32-1_all.deb
  to pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32-1_all.deb
libconfig-general-perl_2.32.orig.tar.gz
  to 
pool/main/libc/libconfig-general-perl/libconfig-general-perl_2.32.orig.tar.gz


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



Accepted clc-intercal 1:1.0~3pre1.-94.-3-1 (source all)

2007-04-02 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 24 Mar 2007 10:29:02 +
Source: clc-intercal
Binary: clc-intercal
Architecture: source all
Version: 1:1.0~3pre1.-94.-3-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Description: 
 clc-intercal - Compiler for the INTERCAL language
Changes: 
 clc-intercal (1:1.0~3pre1.-94.-3-1) unstable; urgency=low
 .
   * New upstream release.
   * Drop dependency on data-dumper, no longer used.
   * Add dependency on libnet-netmask-perl for the INTERNET library.
Files: 
 5d0a60150f4939c3a602eb195d6cce94 646 devel extra 
clc-intercal_1.0~3pre1.-94.-3-1.dsc
 52bd413671607648870a8075ec81a75b 291020 devel extra 
clc-intercal_1.0~3pre1.-94.-3.orig.tar.gz
 252bb0f8a4944cbd7bbb3402a09a3e5e 3762 devel extra 
clc-intercal_1.0~3pre1.-94.-3-1.diff.gz
 8272cb4a8e4779621ccb6d70ba891458 351330 devel extra 
clc-intercal_1.0~3pre1.-94.-3-1_all.deb

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

iD8DBQFGEV5WJ2Vo11xhU60RArA2AJ42y6a/LBD5jIku4zF+CiOw8BPp9ACgrXxk
Ur+MsQ/9dVSsOZwVgCRfjLQ=
=nvgU
-END PGP SIGNATURE-


Accepted:
clc-intercal_1.0~3pre1.-94.-3-1.diff.gz
  to pool/main/c/clc-intercal/clc-intercal_1.0~3pre1.-94.-3-1.diff.gz
clc-intercal_1.0~3pre1.-94.-3-1.dsc
  to pool/main/c/clc-intercal/clc-intercal_1.0~3pre1.-94.-3-1.dsc
clc-intercal_1.0~3pre1.-94.-3-1_all.deb
  to pool/main/c/clc-intercal/clc-intercal_1.0~3pre1.-94.-3-1_all.deb
clc-intercal_1.0~3pre1.-94.-3.orig.tar.gz
  to pool/main/c/clc-intercal/clc-intercal_1.0~3pre1.-94.-3.orig.tar.gz


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



Accepted leafnode 1.11.6-1 (source powerpc)

2007-04-02 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 31 Mar 2007 17:49:13 +0100
Source: leafnode
Binary: leafnode
Architecture: source powerpc
Version: 1.11.6-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Description: 
 leafnode   - NNTP server for small leaf sites
Closes: 416916
Changes: 
 leafnode (1.11.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Only call debconf in postrm if it is installed (closes: 416916).
Files: 
 5b19a6c9cec4023c6dcc9ceab1e46962 582 news extra leafnode_1.11.6-1.dsc
 72ac51ec53673736f5dfd62a6c65d182 528079 news extra leafnode_1.11.6.orig.tar.gz
 e32fcc534d1d954f164313157ecc662e 42388 news extra leafnode_1.11.6-1.diff.gz
 d39212536958aec0cabb226a1447d1ae 343928 news extra 
leafnode_1.11.6-1_powerpc.deb

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

iD8DBQFGEW5qJ2Vo11xhU60RAi7LAKCWgXe/ROiLohf6K/Kg1NGXLzl3PwCgj8yy
sOUBK5GFiNcUscCZRLX8Gbw=
=K+jJ
-END PGP SIGNATURE-


Accepted:
leafnode_1.11.6-1.diff.gz
  to pool/main/l/leafnode/leafnode_1.11.6-1.diff.gz
leafnode_1.11.6-1.dsc
  to pool/main/l/leafnode/leafnode_1.11.6-1.dsc
leafnode_1.11.6-1_powerpc.deb
  to pool/main/l/leafnode/leafnode_1.11.6-1_powerpc.deb
leafnode_1.11.6.orig.tar.gz
  to pool/main/l/leafnode/leafnode_1.11.6.orig.tar.gz


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



Accepted digikamimageplugins-doc 0.9.0-2 (source all)

2007-04-02 Thread Debian KDE Extras Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 02 Apr 2007 18:34:42 +0100
Source: digikamimageplugins-doc
Binary: digikamimageplugins-doc
Architecture: source all
Version: 0.9.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Debian KDE Extras Team [EMAIL PROTECTED]
Description: 
 digikamimageplugins-doc - Handbook for digikam image editor plugins in several 
languages
Changes: 
 digikamimageplugins-doc (0.9.0-2) unstable; urgency=low
 .
   [ Mark Purcell ]
   * Robust get-orig-source target
   * Upload to unstable
Files: 
 043637e9a65ca9e52964a85163578a79 779 doc optional 
digikamimageplugins-doc_0.9.0-2.dsc
 fafee8bfdb93c17191aef7ce486cdb8f 10120 doc optional 
digikamimageplugins-doc_0.9.0-2.diff.gz
 5c156a8ee83e1558c4f1a513257d39ba 24426644 doc optional 
digikamimageplugins-doc_0.9.0-2_all.deb

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

iD8DBQFGEWKHoCzanz0IthIRAttBAJ0c7HVmercADxxk7BeDNxrOx92n7wCghs70
JLJR0JLPI/a/iBqf/WETTT0=
=WH0R
-END PGP SIGNATURE-


Accepted:
digikamimageplugins-doc_0.9.0-2.diff.gz
  to pool/main/d/digikamimageplugins-doc/digikamimageplugins-doc_0.9.0-2.diff.gz
digikamimageplugins-doc_0.9.0-2.dsc
  to pool/main/d/digikamimageplugins-doc/digikamimageplugins-doc_0.9.0-2.dsc
digikamimageplugins-doc_0.9.0-2_all.deb
  to pool/main/d/digikamimageplugins-doc/digikamimageplugins-doc_0.9.0-2_all.deb


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



Accepted zoph 0.6-2.1 (source all)

2007-04-02 Thread Marc 'HE' Brockschmidt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 23:21:11 +0200
Source: zoph
Binary: zoph
Architecture: source all
Version: 0.6-2.1
Distribution: unstable
Urgency: high
Maintainer: Edelhard Becker [EMAIL PROTECTED]
Changed-By: Marc 'HE' Brockschmidt [EMAIL PROTECTED]
Description: 
 zoph   - Web based digital image presentation and management system
Closes: 417259
Changes: 
 zoph (0.6-2.1) unstable; urgency=high
 .
   * NMU to fix rc bug
   * Only call wwwconfig-common tools when they are actually still
 installed, fixing possible problems when purging the package
 after removal of wwwconfig-common. (Closes: #417259)
Files: 
 8078b61e7d1eae6d3fc5b6b5ef09aef9 548 web optional zoph_0.6-2.1.dsc
 c465041cb46e4ac8937fc049a850d57f 25257 web optional zoph_0.6-2.1.diff.gz
 cc34d6925a36289679a417c657652c0c 384648 web optional zoph_0.6-2.1_all.deb

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

iD8DBQFGEXW/mO5zOp3h7rERAkIWAJ95pUZhBPHwSlOSubyW7MbKNs4UXACeIkIh
PdtdoL5kZmxlC2y6d8rm3QI=
=dbx3
-END PGP SIGNATURE-


Accepted:
zoph_0.6-2.1.diff.gz
  to pool/main/z/zoph/zoph_0.6-2.1.diff.gz
zoph_0.6-2.1.dsc
  to pool/main/z/zoph/zoph_0.6-2.1.dsc
zoph_0.6-2.1_all.deb
  to pool/main/z/zoph/zoph_0.6-2.1_all.deb


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



Accepted klibc 1.5-2 (source i386)

2007-04-02 Thread maximilian attems
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 23:25:38 +0200
Source: klibc
Binary: libklibc-dev klibc-utils-floppy-udeb libklibc-udeb libklibc klibc-utils 
klibc-utils-udeb
Architecture: source i386
Version: 1.5-2
Distribution: unstable
Urgency: low
Maintainer: maximilian attems [EMAIL PROTECTED]
Changed-By: maximilian attems [EMAIL PROTECTED]
Description: 
 klibc-utils - small statically-linked utilities built with klibc
 klibc-utils-floppy-udeb - small utilities built with klibc for the boot floppy 
(udeb)
 klibc-utils-udeb - small statically-linked utilities built with klibc (udeb)
 libklibc   - minimal libc subset for use with initramfs
 libklibc-dev - kernel headers used during the build of klibc
 libklibc-udeb - minimal libc subset for use with initramfs (udeb)
Changes: 
 klibc (1.5-2) unstable; urgency=low
 .
   * klibc-utils-floppy-udeb.install: sort + add cpio.
Files: 
 36d3a72ca993908d4f4fe057fd501eea 734 libs optional klibc_1.5-2.dsc
 ccc318f3a8981d1c9fed80092aa1b435 14922 libs optional klibc_1.5-2.diff.gz
 0331bed72f36d6af5dea94ade4fc2a8a 2067206 libdevel optional 
libklibc-dev_1.5-2_i386.deb
 9d85c83067dbf7be6f797b28165fd775 43112 libs optional libklibc_1.5-2_i386.deb
 7cc2de7e63060a176c6ba0866d653aa7 161374 libs optional 
klibc-utils_1.5-2_i386.deb
 5833ec1ca11bb2b353dfe1b36a023348 151526 debian-installer optional 
klibc-utils-udeb_1.5-2_i386.udeb
 e5f65703afd772ee262f84142cc0cc47 53214 debian-installer optional 
klibc-utils-floppy-udeb_1.5-2_i386.udeb
 df63eec7b7026156ac33fd6fda20d6e6 33652 debian-installer optional 
libklibc-udeb_1.5-2_i386.udeb
Package-Type: udeb

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

iD8DBQFGEXWieW7Lc5tEHqgRAlMOAJ4tLt25/Nry2mkk4MgTZnaWBXK4AACfcAcy
FTI/woSWpobzovWlP9kOJto=
=vxnv
-END PGP SIGNATURE-


Accepted:
klibc-utils-floppy-udeb_1.5-2_i386.udeb
  to pool/main/k/klibc/klibc-utils-floppy-udeb_1.5-2_i386.udeb
klibc-utils-udeb_1.5-2_i386.udeb
  to pool/main/k/klibc/klibc-utils-udeb_1.5-2_i386.udeb
klibc-utils_1.5-2_i386.deb
  to pool/main/k/klibc/klibc-utils_1.5-2_i386.deb
klibc_1.5-2.diff.gz
  to pool/main/k/klibc/klibc_1.5-2.diff.gz
klibc_1.5-2.dsc
  to pool/main/k/klibc/klibc_1.5-2.dsc
libklibc-dev_1.5-2_i386.deb
  to pool/main/k/klibc/libklibc-dev_1.5-2_i386.deb
libklibc-udeb_1.5-2_i386.udeb
  to pool/main/k/klibc/libklibc-udeb_1.5-2_i386.udeb
libklibc_1.5-2_i386.deb
  to pool/main/k/klibc/libklibc_1.5-2_i386.deb


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



Accepted libsvn-notify-perl 2.65-1 (source all)

2007-04-02 Thread Nacho Barrientos Arias
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 22:57:55 +0200
Source: libsvn-notify-perl
Binary: libsvn-notify-perl
Architecture: source all
Version: 2.65-1
Distribution: unstable
Urgency: low
Maintainer: Nacho Barrientos Arias [EMAIL PROTECTED]
Changed-By: Nacho Barrientos Arias [EMAIL PROTECTED]
Description: 
 libsvn-notify-perl - Subversion activity notification
Changes: 
 libsvn-notify-perl (2.65-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/control
   - Moving mail-transport-agent to Recommends, libsvn-notify-perl
 should survive without it. Also adding an explanatory note into
 package description about this issue.
   - Adding missing blank before homepage.
   - Each subversion package into every Debian branch will work with
 this package, so removing versioned dependency.
   - New maintainer's email address.
   * debian/copyright
   - Extending copyright dates.
Files: 
 2d101dd1cb5731d467c4121230959d87 662 perl optional 
libsvn-notify-perl_2.65-1.dsc
 7e3a832444d3db2adbd3d98ddc18c95c 56222 perl optional 
libsvn-notify-perl_2.65.orig.tar.gz
 e0a99159bc771105639e6278d4566226 3003 perl optional 
libsvn-notify-perl_2.65-1.diff.gz
 18430345d4acf801627c7de88021da49 71390 perl optional 
libsvn-notify-perl_2.65-1_all.deb

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

iD8DBQFGEX8FmbOM+OED/E0RAvKNAJ969kBEN94gll624gaCXVDLMdgxqgCcCaqN
EzegRyIGccaFmqF8XLti7IE=
=zeBk
-END PGP SIGNATURE-


Accepted:
libsvn-notify-perl_2.65-1.diff.gz
  to pool/main/libs/libsvn-notify-perl/libsvn-notify-perl_2.65-1.diff.gz
libsvn-notify-perl_2.65-1.dsc
  to pool/main/libs/libsvn-notify-perl/libsvn-notify-perl_2.65-1.dsc
libsvn-notify-perl_2.65-1_all.deb
  to pool/main/libs/libsvn-notify-perl/libsvn-notify-perl_2.65-1_all.deb
libsvn-notify-perl_2.65.orig.tar.gz
  to pool/main/libs/libsvn-notify-perl/libsvn-notify-perl_2.65.orig.tar.gz


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



Accepted libopensync-plugin-google-calendar 0.19-2 (source i386)

2007-04-02 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 23:11:58 +0200
Source: libopensync-plugin-google-calendar
Binary: opensync-plugin-google-calendar
Architecture: source i386
Version: 0.19-2
Distribution: unstable
Urgency: low
Maintainer: Michael Banck [EMAIL PROTECTED]
Changed-By: Michael Banck [EMAIL PROTECTED]
Description: 
 opensync-plugin-google-calendar - Opensync Google Calendar plugin
Closes: 399510 399513
Changes: 
 libopensync-plugin-google-calendar (0.19-2) unstable; urgency=low
 .
   * src/Makefile.am: Make sure google-cal-helper is installed in
 out-of-tree builds; Closes: #399510.
   * debian/control (Depends): Add python-xml for google-cal-helper;
 Closes: #399513.
Files: 
 db71f88b3bbee240962335a909781568 868 libs optional 
libopensync-plugin-google-calendar_0.19-2.dsc
 299349e71b39950ced9ec6ac4b7abf37 4355 libs optional 
libopensync-plugin-google-calendar_0.19-2.diff.gz
 c033c898cb19342a17f24ba444177c2c 12852 libs optional 
opensync-plugin-google-calendar_0.19-2_i386.deb

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

iD8DBQFGEXbvmHaJYZ7RAb8RAjaQAJwNoJvLgXb71TMFfLlGoM4OcKjHzQCgn20A
SjtmEJwt0RTRuM8Tjx/9pFs=
=vdqj
-END PGP SIGNATURE-


Accepted:
libopensync-plugin-google-calendar_0.19-2.diff.gz
  to 
pool/main/libo/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar_0.19-2.diff.gz
libopensync-plugin-google-calendar_0.19-2.dsc
  to 
pool/main/libo/libopensync-plugin-google-calendar/libopensync-plugin-google-calendar_0.19-2.dsc
opensync-plugin-google-calendar_0.19-2_i386.deb
  to 
pool/main/libo/libopensync-plugin-google-calendar/opensync-plugin-google-calendar_0.19-2_i386.deb


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



Accepted newsbeuter 0.3-5 (source i386)

2007-04-02 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 03 Apr 2007 00:33:56 +0200
Source: newsbeuter
Binary: newsbeuter
Architecture: source i386
Version: 0.3-5
Distribution: unstable
Urgency: low
Maintainer: Nico Golde [EMAIL PROTECTED]
Changed-By: Nico Golde [EMAIL PROTECTED]
Description: 
 newsbeuter - text mode rss feed reader with podcast support
Closes: 417447
Changes: 
 newsbeuter (0.3-5) unstable; urgency=low
 .
   * Added dependency on dpatch and created patch to prevent FTBS with
 newer gcc versions (Closes: #417447).
Files: 
 268c13e16069509880427dee574d277d 668 net optional newsbeuter_0.3-5.dsc
 5b6cc19eed543ebe6559c07b47d4bc48 2581 net optional newsbeuter_0.3-5.diff.gz
 7c1fea493d935ac2b0f70d40510299ad 214548 net optional newsbeuter_0.3-5_i386.deb

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

iD8DBQFGEYZGHYflSXNkfP8RAiuQAJ4172Jr7RLtt3JLw/ZM88Dno1AJcACbBbMb
8seUXeoQwcD1QL6e/mXEKFk=
=/G/7
-END PGP SIGNATURE-


Accepted:
newsbeuter_0.3-5.diff.gz
  to pool/main/n/newsbeuter/newsbeuter_0.3-5.diff.gz
newsbeuter_0.3-5.dsc
  to pool/main/n/newsbeuter/newsbeuter_0.3-5.dsc
newsbeuter_0.3-5_i386.deb
  to pool/main/n/newsbeuter/newsbeuter_0.3-5_i386.deb


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



Accepted libcaca 0.99.beta11.debian-3 (source i386)

2007-04-02 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 03 Apr 2007 00:48:13 +0200
Source: libcaca
Binary: caca-utils libcaca-dev libcucul-dev libcucul0 libcaca0
Architecture: source i386
Version: 0.99.beta11.debian-3
Distribution: unstable
Urgency: high
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 caca-utils - text mode graphics utilities
 libcaca-dev - development files for libcaca
 libcaca0   - colour ASCII art library
 libcucul-dev - development files for libcucul
 libcucul0  - low-level Unicode character drawing library
Changes: 
 libcaca (0.99.beta11.debian-3) unstable; urgency=high
 .
   * debian/control:
 + Removed spurious Conflicts: figlet.
 + Removed mention of TOIlet in the long description.
 + Added Vcs fields.
Files: 
 1d210773d4e1e038c1fcabe1ef814016 930 libs optional 
libcaca_0.99.beta11.debian-3.dsc
 765940bec1f6afa584adde9a10f0f42e 5957 libs optional 
libcaca_0.99.beta11.debian-3.diff.gz
 8cdec4b41fe5aeb6f7346d67bb8fa918 684032 libdevel optional 
libcucul-dev_0.99.beta11.debian-3_i386.deb
 30e83f27177d7808815d1927b4f4cf1f 92170 libdevel optional 
libcaca-dev_0.99.beta11.debian-3_i386.deb
 b251a50c0233f0ef8d1beb817d0be0ac 207684 libs optional 
libcucul0_0.99.beta11.debian-3_i386.deb
 7c3514651d827e697994ab85794d6a0b 106810 libs optional 
libcaca0_0.99.beta11.debian-3_i386.deb
 44c0b24387bad88634f2a67fcb02e64a 99962 utils optional 
caca-utils_0.99.beta11.debian-3_i386.deb

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

iD8DBQFGEYpKfPP1rylJn2ERAr2FAJ9/xgMlC17Yv2B5BkPYrkTKY5oDoQCdG2Od
sx+0XYBDcwyiJ2cNXHxFlCI=
=cYW+
-END PGP SIGNATURE-


Accepted:
caca-utils_0.99.beta11.debian-3_i386.deb
  to pool/main/libc/libcaca/caca-utils_0.99.beta11.debian-3_i386.deb
libcaca-dev_0.99.beta11.debian-3_i386.deb
  to pool/main/libc/libcaca/libcaca-dev_0.99.beta11.debian-3_i386.deb
libcaca0_0.99.beta11.debian-3_i386.deb
  to pool/main/libc/libcaca/libcaca0_0.99.beta11.debian-3_i386.deb
libcaca_0.99.beta11.debian-3.diff.gz
  to pool/main/libc/libcaca/libcaca_0.99.beta11.debian-3.diff.gz
libcaca_0.99.beta11.debian-3.dsc
  to pool/main/libc/libcaca/libcaca_0.99.beta11.debian-3.dsc
libcucul-dev_0.99.beta11.debian-3_i386.deb
  to pool/main/libc/libcaca/libcucul-dev_0.99.beta11.debian-3_i386.deb
libcucul0_0.99.beta11.debian-3_i386.deb
  to pool/main/libc/libcaca/libcucul0_0.99.beta11.debian-3_i386.deb


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



Accepted powersave 0.14.0-7 (source i386)

2007-04-02 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 03 Apr 2007 01:00:38 +0200
Source: powersave
Binary: libpowersave-dev libpowersave10 powersaved
Architecture: source i386
Version: 0.14.0-7
Distribution: unstable
Urgency: low
Maintainer: Michael Biebl [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 libpowersave-dev - power management daemon - development files
 libpowersave10 - power management daemon - shared library
 powersaved - power management daemon
Closes: 404594 412702 417490
Changes: 
 powersave (0.14.0-7) unstable; urgency=low
 .
   * debian/patches/14-gcc4.3_missing_includes.patch
 - Add missing includes for building with gcc 4.3. Closes: #417490
   Thanks to Martin Michlmayr for the patch.
   * debian/patches/15-restart_anancron_on_resume.patch
 - Restart anacron on resume. Closes: #412702
   * debian/patches/16-description_acpid_dependency.patch
 - In Debian, the powersave daemon is configured to use acpid by default.
   Update the documentation in the configuration file accordingly.
   Closes: #404594
Files: 
 466791fa1ceb7d243134d75225fb9ab7 778 admin optional powersave_0.14.0-7.dsc
 ba80227a2679c7ef4f463c522817592d 14682 admin optional 
powersave_0.14.0-7.diff.gz
 fd02499dcb717136a39ca4ab12a92ca9 446126 admin optional 
powersaved_0.14.0-7_i386.deb
 a73bf54eb0d54daa70a85aabf68a2cb9 45416 libs optional 
libpowersave10_0.14.0-7_i386.deb
 d50b22554ee00678b847f151c7627bc1 56812 libdevel optional 
libpowersave-dev_0.14.0-7_i386.deb

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

iD4DBQFGEY8fh7PER70FhVQRAnjPAJY7sXORUOJCMvkCdORU4yrQ5gzPAKCishJk
bornjX69XS6APdXUYjUHPA==
=8tHq
-END PGP SIGNATURE-


Accepted:
libpowersave-dev_0.14.0-7_i386.deb
  to pool/main/p/powersave/libpowersave-dev_0.14.0-7_i386.deb
libpowersave10_0.14.0-7_i386.deb
  to pool/main/p/powersave/libpowersave10_0.14.0-7_i386.deb
powersave_0.14.0-7.diff.gz
  to pool/main/p/powersave/powersave_0.14.0-7.diff.gz
powersave_0.14.0-7.dsc
  to pool/main/p/powersave/powersave_0.14.0-7.dsc
powersaved_0.14.0-7_i386.deb
  to pool/main/p/powersave/powersaved_0.14.0-7_i386.deb


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



Accepted network-manager 0.6.4-7 (source i386)

2007-04-02 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 03 Apr 2007 02:21:57 +0200
Source: network-manager
Binary: libnm-util-dev network-manager-gnome network-manager-dev libnm-util0 
libnm-glib0 network-manager libnm-glib-dev
Architecture: source i386
Version: 0.6.4-7
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Michael Biebl [EMAIL PROTECTED]
Description: 
 libnm-glib-dev - network management framework (GLib interface)
 libnm-glib0 - network management framework (GLib shared library)
 libnm-util-dev - network management framework (development files)
 libnm-util0 - network management framework (shared library)
 network-manager - network management framework daemon
 network-manager-dev - network management framework (development files)
 network-manager-gnome - network management framework (GNOME frontend)
Closes: 372466 402436 406241 411867 414187 415642
Changes: 
 network-manager (0.6.4-7) unstable; urgency=low
 .
   * debian/control
 - Add Recommends: network-manager-gnome | network-manager-kde to
   network-manager.
 - Add Recommends: libpam-keyring to network-manager-gnome. This allows to
   unlock the gnome-keyring automatically upon login.
 - Add Recommends: network-manager-vpnc, network-manager-openvpn to
   network-manager-gnome. (Closes: #406241)
 - Add XS-Vcs-* fields.
 - Add Depends: gnome-icon-theme to network-manager-gnome, which fixes a
   problem with nm-applet failing to start because of missing icons.
   (Closes: #372466)
 - Change maintainer address to
   [EMAIL PROTECTED]
   Add Riccardo and myself to Uploaders.
   * debian/patches/12_dbus1.0.patch
 - Updated to unref rather than close the D-Bus connection.
   * debian/patches/13-wep_capabilities.patch
 - Correctly set the available WEP capabilities. (Closes: #411867)
   Thanks to Andy Whitcroft for the patch!
   * debian/network-manager-gnome.README.Debian
 - Add a README.Debian file for network-manager-gnome. (Closes: #414187)
   * debian/patches/14-po_de.patch
 - Added. Small fix for the German translation.
   * debian/patches/05-debian_backend.patch
 - Updated. Set status variable to return code of ifup/ifdown.
   (Closes: #415642)
 - Only invalidate the nscd hosts cache when nscd is actually installed.
   (Closes: #402436)
 - Remove mDNSResponder restart from nm_system_restart_mdns_responder().
   mDNSResponder has been obsoleted by Avahi which does not need a restart.
Files: 
 9079d5cb5fe99ac9df6b329061ae6c2a 1249 net optional network-manager_0.6.4-7.dsc
 09b1dd1c452e6363a614fae2978d3329 21497 net optional 
network-manager_0.6.4-7.diff.gz
 747db69fe6b204e5bebc6b5f12fd18d6 240032 net optional 
network-manager_0.6.4-7_i386.deb
 6b20acaa40c6ef26f5179f3523eeb696 374592 gnome optional 
network-manager-gnome_0.6.4-7_i386.deb
 ff7181cbc661b027624f179b2e211d9b 112136 devel optional 
network-manager-dev_0.6.4-7_i386.deb
 64ebb57adfbf70f57704a84a18adaeda 117850 libs optional 
libnm-glib0_0.6.4-7_i386.deb
 34121fc88a2b376fa2dda4d2a24894ee 117862 libdevel optional 
libnm-glib-dev_0.6.4-7_i386.deb
 7c48994d6cddbbecf839b5284851ab54 123646 libs optional 
libnm-util0_0.6.4-7_i386.deb
 7bdf5676019d984bb11a39b2d7131f6a 125950 libdevel optional 
libnm-util-dev_0.6.4-7_i386.deb

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

iD8DBQFGEab3h7PER70FhVQRAiIUAJ4wpdujRP7EGgp4eUm7YlqOKFJvbQCgkMAP
KQwNVoOzpsY87RGmkYKfPd0=
=gbXM
-END PGP SIGNATURE-


Accepted:
libnm-glib-dev_0.6.4-7_i386.deb
  to pool/main/n/network-manager/libnm-glib-dev_0.6.4-7_i386.deb
libnm-glib0_0.6.4-7_i386.deb
  to pool/main/n/network-manager/libnm-glib0_0.6.4-7_i386.deb
libnm-util-dev_0.6.4-7_i386.deb
  to pool/main/n/network-manager/libnm-util-dev_0.6.4-7_i386.deb
libnm-util0_0.6.4-7_i386.deb
  to pool/main/n/network-manager/libnm-util0_0.6.4-7_i386.deb
network-manager-dev_0.6.4-7_i386.deb
  to pool/main/n/network-manager/network-manager-dev_0.6.4-7_i386.deb
network-manager-gnome_0.6.4-7_i386.deb
  to pool/main/n/network-manager/network-manager-gnome_0.6.4-7_i386.deb
network-manager_0.6.4-7.diff.gz
  to pool/main/n/network-manager/network-manager_0.6.4-7.diff.gz
network-manager_0.6.4-7.dsc
  to pool/main/n/network-manager/network-manager_0.6.4-7.dsc
network-manager_0.6.4-7_i386.deb
  to pool/main/n/network-manager/network-manager_0.6.4-7_i386.deb


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



Accepted youtube-dl 2007.03.27-1 (source all)

2007-04-02 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 21:46:56 -0400
Source: youtube-dl
Binary: youtube-dl
Architecture: source all
Version: 2007.03.27-1
Distribution: unstable
Urgency: low
Maintainer: Robert S. Edmonds [EMAIL PROTECTED]
Changed-By: Robert S. Edmonds [EMAIL PROTECTED]
Description: 
 youtube-dl - download videos from youtube.com
Changes: 
 youtube-dl (2007.03.27-1) unstable; urgency=low
 .
   * New upstream release:
 - Progress meter.
 - --literal command line option to use the video title in the filename.
 - --get-url command line option to print the real video URL.
Files: 
 fcc057adeb1e79e6dff7454b6f8ac030 587 web extra youtube-dl_2007.03.27-1.dsc
 7e3238e6e079afc4e76dab9583e82b33 5259 web extra 
youtube-dl_2007.03.27.orig.tar.gz
 050f0d43cd428ab33474c4e719cc8e0e 2441 web extra youtube-dl_2007.03.27-1.diff.gz
 805dd9096a8fd163a95a0c616969f078 7664 web extra youtube-dl_2007.03.27-1_all.deb

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

iD8DBQFGEbMGdp+/SHMBQJERAm8bAKCCsa0TzzI2FL7pITv4nKHV3gXPHwCbBc7T
IuybKGcK45wsqtNQl03WzY0=
=ptSY
-END PGP SIGNATURE-


Accepted:
youtube-dl_2007.03.27-1.diff.gz
  to pool/main/y/youtube-dl/youtube-dl_2007.03.27-1.diff.gz
youtube-dl_2007.03.27-1.dsc
  to pool/main/y/youtube-dl/youtube-dl_2007.03.27-1.dsc
youtube-dl_2007.03.27-1_all.deb
  to pool/main/y/youtube-dl/youtube-dl_2007.03.27-1_all.deb
youtube-dl_2007.03.27.orig.tar.gz
  to pool/main/y/youtube-dl/youtube-dl_2007.03.27.orig.tar.gz


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



Accepted tar-doc 1.16.1-1 (source all)

2007-04-02 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 23:33:27 -0600
Source: tar-doc
Binary: tar-doc
Architecture: source all
Version: 1.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee [EMAIL PROTECTED]
Changed-By: Bdale Garbee [EMAIL PROTECTED]
Description: 
 tar-doc- documentation for the tar package
Changes: 
 tar-doc (1.16.1-1) unstable; urgency=low
 .
   * new upstream version
Files: 
 9f5ef529228d7864732fcf26cec79a16 555 non-free/doc optional tar-doc_1.16.1-1.dsc
 50cc854f84bbe67e64da554245a19aa1 403961 non-free/doc optional 
tar-doc_1.16.1.orig.tar.gz
 bb78e6fb058032f09a9a73bbb1169edd 1689 non-free/doc optional 
tar-doc_1.16.1-1.diff.gz
 5a93cb077506554a969a4dce2e3c9a19 162836 non-free/doc optional 
tar-doc_1.16.1-1_all.deb

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

iD8DBQFGEedVZKfAp/LPAagRAgsyAJ9EvZxv7Pu62XY+MBLf5Ob51g2gtACeLQf/
v2/2FIiBFwOx4TwPsEUpVOA=
=dcNB
-END PGP SIGNATURE-


Accepted:
tar-doc_1.16.1-1.diff.gz
  to pool/non-free/t/tar-doc/tar-doc_1.16.1-1.diff.gz
tar-doc_1.16.1-1.dsc
  to pool/non-free/t/tar-doc/tar-doc_1.16.1-1.dsc
tar-doc_1.16.1-1_all.deb
  to pool/non-free/t/tar-doc/tar-doc_1.16.1-1_all.deb
tar-doc_1.16.1.orig.tar.gz
  to pool/non-free/t/tar-doc/tar-doc_1.16.1.orig.tar.gz


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



Accepted tar 1.16.1-1 (source i386)

2007-04-02 Thread Bdale Garbee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  2 Apr 2007 22:10:24 -0600
Source: tar
Binary: tar
Architecture: source i386
Version: 1.16.1-1
Distribution: unstable
Urgency: low
Maintainer: Bdale Garbee [EMAIL PROTECTED]
Changed-By: Bdale Garbee [EMAIL PROTECTED]
Description: 
 tar- GNU tar
Closes: 402179 411613
Changes: 
 tar (1.16.1-1) unstable; urgency=low
 .
   * new upstream version, closes: #402179
   * updated Russian translation from Yuriy Talakan, closes: #411613
Files: 
 0bddb55f751b12f2b37a6608c6af0067 575 utils required tar_1.16.1-1.dsc
 74d73ba475376a015eafe8b9ac9ba5ec 2249640 utils required tar_1.16.1.orig.tar.gz
 d7d4a922bf5ccda2291c52b91b760f80 65270 utils required tar_1.16.1-1.diff.gz
 9b7176b0ae3606f5517b22e2f8ce0437 710550 utils required tar_1.16.1-1_i386.deb

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

iD8DBQFGEeZVZKfAp/LPAagRAukMAJ4wjM+ZxlFCGisA9JuZG0muQtZzCwCeJD73
j/vvN5B5FXL+WVZo9bWIH18=
=bHGh
-END PGP SIGNATURE-


Accepted:
tar_1.16.1-1.diff.gz
  to pool/main/t/tar/tar_1.16.1-1.diff.gz
tar_1.16.1-1.dsc
  to pool/main/t/tar/tar_1.16.1-1.dsc
tar_1.16.1-1_i386.deb
  to pool/main/t/tar/tar_1.16.1-1_i386.deb
tar_1.16.1.orig.tar.gz
  to pool/main/t/tar/tar_1.16.1.orig.tar.gz


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



Accepted mailody 0.5.0-1 (source i386)

2007-04-02 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 03 Apr 2007 06:35:37 +0100
Source: mailody
Binary: mailody
Architecture: source i386
Version: 0.5.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Mark Purcell [EMAIL PROTECTED]
Description: 
 mailody- fast IMAP mail user agent for KDE
Changes: 
 mailody (0.5.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 a9eac63cefea87345599d19a7442fd7b 802 kde optional mailody_0.5.0-1.dsc
 72f97cb39ae2eff94b5cb64151823716 1150509 kde optional mailody_0.5.0.orig.tar.gz
 8e8820ad28ec40c795613a1a8e311979 6801 kde optional mailody_0.5.0-1.diff.gz
 f8850cd4c091473481c51acb603aafcd 428706 kde optional mailody_0.5.0-1_i386.deb

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

iD8DBQFGEeg/oCzanz0IthIRApkKAKCEW/i/Un+f6EcFjCXq7yCHfCfteQCfViXe
dW1fuMm6057loXsTFmVC42c=
=JPDz
-END PGP SIGNATURE-


Accepted:
mailody_0.5.0-1.diff.gz
  to pool/main/m/mailody/mailody_0.5.0-1.diff.gz
mailody_0.5.0-1.dsc
  to pool/main/m/mailody/mailody_0.5.0-1.dsc
mailody_0.5.0-1_i386.deb
  to pool/main/m/mailody/mailody_0.5.0-1_i386.deb
mailody_0.5.0.orig.tar.gz
  to pool/main/m/mailody/mailody_0.5.0.orig.tar.gz


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