Re: Passeport pour Debconf5

2005-06-12 Thread Christian Perrier
Quoting Loïc Minier ([EMAIL PROTECTED]):

Dans les deux cas, pensez-vous que nous traverserons une frontière
  qui nécessite un passeport ?


Non, absolument pas. Le seul intérêt d'un passeport estla
keysigning party où certains pénibles refusent de signer quand on leur
présente autre chose qu'un passeport (je l'ai vu faire de façon assez
déplaisante avec des cartes d'identité sud-américaines à la debconf de
l'an dernier).


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



Re: Keysigning without physically meeting ... thoughts?

2005-06-12 Thread Steve Langasek
On Sun, Jun 12, 2005 at 11:49:29AM +1000, Brian May wrote:
 Can I please ask the blindingly obvious question that is so obvious
 nobody has asked?

 What is the point of keysigning? 

 What are we setting out to achieve?

- To authenticate a person's real-world identity
- To verify that the person so identified controls a specific email address
- To verify that the person so identified controls a specific PGP key

 Ok, so I get my key signed, using what I believe to be the standard
 process[1][2][3][4][...]:

 1. I claim to be Brian May. I have a passport that proves that I am
in fact Brian May. I have a drivers license that proves that I am
Brian May. The photos are identical to what I look like. Assume
none of these are forged. I suspect many people would not be able
to tell a forgery, even if it technically is illegal. Often the
photo looks nothing like the person (due to shave, glasses, hair
style, etc). In this case though, I am very convincing that I am
Brian May. People who know me and see me can also confirm this.

 2. I claim key-id 00530C24 with fingerprint 9918 7E12 ABAF 54EA 9C9E
27A5 B828 A71C 0053 0C24 is mine. In fact, numerous people have
already signed this key for me.

 3. You obtain a copy of my key with the following UIDs, and sign all
of them:

Brian May [EMAIL PROTECTED]
Brian May [EMAIL PROTECTED]
Brian May [EMAIL PROTECTED]
Brian May [EMAIL PROTECTED]
Brian May [EMAIL PROTECTED]

(note: assume for this keysigning I deleted my old UIDs and added
several new ones that I should have added several years ago).

 4. Either:

a) You send a copy of my key, to me, to the first address[1].

b) You send a copy of my key, encrypted using my key, to the first
   address. Do this if I you know I want to keep my public key
   private[2]. Or do this if the key signing session was a smaller
   group[3].

c) You upload to a key server. Do this only if you know I want the
   public key to become public[2], or if keysigning wasn't a
   smaller group[3]. Or just do this anyway[4].

I have heard various reasons why each alternative is better then
the other alternatives. Read the references.

 Is this process correct? Or did something go seriously wrong here?
 If it was correct, why was it correct? If it was wrong, why was it
 wrong?

Many people consider all of options a), b), and c) to be inappropriate, and
will instead encrypt each of the uid signatures individually and mail them
to the corresponding email address, to verify that you control each address.

 Assume this key isn't already in the Debian keyring (it is),
 but I am an existing Debian Developer. If you were the Debian
 administrators, would you have any problems adding this key to the
 Debian keyring?  What if I only supplied my Debian UID, and my public
 key was otherwise private?

I'm not sure I understand the question.  What problem *should* anyone have
adding such a key to the keyring?  As a keysigner, I'm concerned about not
signing uids that assert email addresses you don't actually control, but as
a keyring maintainer, it would be very difficult to assert that you *don't*
control one or more of those email addresses; unless you send a key that has
a fraudulent debian.org address on it (or other bogus address which I know
is fraudulent), I don't see why there would be an issue here.

 So after having my key signed, I get my name legally changed to John
 Doe. As such, I get my passport, etc, reissued under John Doe. Does
 this suddenly mean my key is invalid? If so why? What if my email
 address of [EMAIL PROTECTED] was still valid? Would it be OK
 to sign a UID for John Doe if the UID was Brian May
 [EMAIL PROTECTED] or John Doe
 [EMAIL PROTECTED], but I didn't have any proof of ever
 being Brian May?  Why/Why not?

It would be ok to sign John Doe [EMAIL PROTECTED].  It would not
be ok to sign Brian May [EMAIL PROTECTED].  A signature is a claim
that the name in the UID corresponds to the real-world identity of the
person who controls the key; which, by virtue of your name change, would no
longer be true.

I have had people offer me keys for signing before, where the name on their
state ID and the name on the piece of paper they gave me didn't match the
name on their PGP key.  I didn't sign those keys.  While I could say that I
have some ephemeral trust path to the owner of that key, none of the uids
present on the key were suitable for me to express this to other people.

 What if my past email address was something cryptic, like
 [EMAIL PROTECTED], how would you know if this was suppose
 to belong to Brian May or John Doe?

Why does that matter?  You sign it, or don't, based on the name part of the
uid; and if you want to additionally verify that the person controls the
email address, you encrypt the signature and send it to that address.

 What if I got my name legally changed to Branden Robinson? Shouldn't
 I be able to get 

Re: And now for something completely different... etch!

2005-06-12 Thread Goswin von Brederlow
Andreas Gredler [EMAIL PROTECTED] writes:

 On Thu, Jun 09, 2005 at 07:58:11PM -0400, Joey Hess wrote:
 Andreas Gredler wrote:
  Is there a way to handle this? Could a kernel be patched to read data
  from multiple floppy disks? I know that this question sounds a little
  bit stupid, but floppies still seem to be the most reliable way to boot.
 
 [EMAIL PROTECTED]:/bootls -l vmlinuz-2.6.11-1-386
 -rw-r--r--  1 root root 1170465 May 20 04:54 vmlinuz-2.6.11-1-386
 
 Since d-i currently puts the initrd that reads the second floppy (or
 other USB media) on the boot floppy with the kernel, we either have to
 shoehorn that initrd, which is currently 644k, onto the same floppy,
 reducing its size by 414k somehow. 

 I have to take a look at the initrd. 414k sounds much to me :-(

Intermittendly we had a multi floppy setup.

The first floppy contains the kernel and a minimal initrd. That
prompts for the second floppy and the user to press return and then
adds the contents of the 2nd floppy to tmpfs.

There was just one problem with it:
The floppy was to small to include usb keyboard support.


The best way to make multi floppy boot work would be to use initramfs
with a static C binary linked against klibc that does the prompting
and loading of the 2nd/3rd/... floppy. That way you can save as much
space as possible for kernel and modules (or similar with initrd for
2.4.x).

MfG
Goswin


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



Re: Keysigning without physically meeting ... thoughts?

2005-06-12 Thread Andrew Suffield
On Sat, Jun 11, 2005 at 11:17:21PM -0700, Steve Langasek wrote:
  What are we setting out to achieve?
 
 - To verify that the person so identified controls a specific email address

What does 'control' mean here? Given this:

 Many people consider all of options a), b), and c) to be inappropriate, and
 will instead encrypt each of the uid signatures individually and mail them
 to the corresponding email address, to verify that you control each address.

I presume that you just mean 'is capable of receiving mail sent to the
address', but that is anybody at all with an internet connection and a
copy of woody, which contains all you need to capture other people's
mail. I'm not sure why you're bothering to verify that the person so
identified falls into this group.

Mail delivery is nothing remotely resembling secure. That's why we
need keys in the first place (and all you people waving smtp-tls
around, go back and think about how useful that's going to be without
signing keys).

(I can't even be bothered to start laughing at the idea of encrypting
signatures. That's just too silly even for ridicule).

-- 
  .''`.  ** Debian GNU/Linux ** | Andrew Suffield
 : :' :  http://www.debian.org/ |
 `. `'  |
   `- --  |


signature.asc
Description: Digital signature


Re: Keysigning without physically meeting ... thoughts?

2005-06-12 Thread Steve Langasek
On Sun, Jun 12, 2005 at 07:49:51AM +0100, Andrew Suffield wrote:
 On Sat, Jun 11, 2005 at 11:17:21PM -0700, Steve Langasek wrote:
   What are we setting out to achieve?
  
  - To verify that the person so identified controls a specific email address

 What does 'control' mean here? Given this:

  Many people consider all of options a), b), and c) to be inappropriate, and
  will instead encrypt each of the uid signatures individually and mail them
  to the corresponding email address, to verify that you control each address.

 I presume that you just mean 'is capable of receiving mail sent to the
 address', but that is anybody at all with an internet connection and a
 copy of woody, which contains all you need to capture other people's
 mail. I'm not sure why you're bothering to verify that the person so
 identified falls into this group.

Yes, and might I say, your personal email is particularly juicy.

Oh -- or did you mean to say anybody at all with an Internet connection, a
copy of woody, and *access to one of the networks/hosts in the path of travel
of the email*?

 Mail delivery is nothing remotely resembling secure. That's why we
 need keys in the first place (and all you people waving smtp-tls
 around, go back and think about how useful that's going to be without
 signing keys).

This is an argument that there is no such thing as perfect security.  I'm
not stupid enough to have made any such claim, but thank you for reminding
us all that you *think* most DDs are stupid enough to believe in such
things.

Verifying that the signee has control over the email address is exactly that
-- that's why I didn't say that it was verifying who *owned* the email
address. Knowing this may be of limited value, but that doesn't mean it's
not worth doing.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: namespace conflict != package Conflict?

2005-06-12 Thread Hamish Moffatt
On Sat, Jun 11, 2005 at 11:11:16AM -0600, Sebastian Kuzminsky wrote:
 Adam Majer [EMAIL PROTECTED] wrote:
  rename /usr/bin/git to /usr/bin/cogito-git or whatever. It is not that hard.
 
 That's true Adam: renaming a file is not hard...  But in this case it
 has terrible consequences.
 
 Naming it cogito-git makes no sense at all.  Cogito uses git, but
 git doesnt know or care about cogito.  That'd be like naming glibc
 mozilla-glibc, because mozilla uses glibc.

Not really. If your package provides git, it's logical to name
that binary /usr/bin/cogito-git.

 People coming from other systems will correctly percieve this as
 debian-induced breakage.  Users downloading helper scripts and finding
 cookbook recipies on mailing list etc will discover that they are
 incompatible with the rest of the universe.
 
 That seems like too high a price to pay.

You need to convince either git or GNU Interactive Tools
to change its name upstream then. Since git is the newcomer
and its name is already taken (by a GNU project no less!)
perhaps you could start there.

From my reading of your package description for cogito,
the name GIT (the version control system) doesn't seem to
mean anything in particular. So renaming it would not be a big loss.


Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Re: Bug#312669: /sbin/ifconfig: Add ifconfig to user path

2005-06-12 Thread Hasso Tepper
Wouter Verhelst wrote:
 On Fri, Jun 10, 2005 at 01:24:43PM +0200, Marco d'Itri wrote:
  And anyway ifconfig is deprecated, 
 
 While I don't have a very strong opinion on this matter either way, I
 feel I should point out that
 a) ifconfig is an application that exists not only on Linux, but on many
other (free or non-free) unices as well; it would be fair to say
that it's a good thing to keep it so that people with past
experiences on these operating systems will have a more easy time
getting to know the system.
 b) The mere fact that there is something newer which performs the same
function does in no way imply that the older implementation is
deprecated. This is true for many things -- kernels, network
configuration software, /dev implementations.

Although I agree at least with a), ifconfig is just unmaintained and broken
in many ways. You haven't be able to get even accurate info about interfaces
with netkit ifconfig (like several ip addresses on interface etc.). I call
this situation dangerous.

-- 
Hasso Tepper


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



Re: And now for something completely different... etch!

2005-06-12 Thread Eduard Bloch
#include hallo.h
* Joey Hess [Thu, Jun 09 2005, 07:58:11PM]:
 Andreas Gredler wrote:
  Is there a way to handle this? Could a kernel be patched to read data
  from multiple floppy disks? I know that this question sounds a little
  bit stupid, but floppies still seem to be the most reliable way to boot.
 
 [EMAIL PROTECTED]:/bootls -l vmlinuz-2.6.11-1-386
 -rw-r--r--  1 root root 1170465 May 20 04:54 vmlinuz-2.6.11-1-386
...
 Or we could make make some compromise, such as using the kernel initrd
 loader to load the initrd from a second floppy, which might cause
 problems for USB floppy installs (does the kernel initrd loader support
 usb floppies?) and would break the floppy+usb stick install path. It
 would also add yet another floppy to the install, probably.

These problems (kernel too large, post-loading initrd from non-floppy
media not reliable) has been existing even with b-fs three years ago.
The best idea in those days came IIRC from Herbert, suggesting to modify
the boot loader (syslinux) in order to preload the initrd while beeing
in BIOS mode, having access to all devices it provides.

It looks a bit unusual if the initrd is to be loaded before the kernel
floppy, but it could work, IMO.

Regards,
Eduard.



signature.asc
Description: Digital signature


Re: And now for something completely different... etch!

2005-06-12 Thread Goswin von Brederlow
Eduard Bloch [EMAIL PROTECTED] writes:

 #include hallo.h
 * Joey Hess [Thu, Jun 09 2005, 07:58:11PM]:
 Andreas Gredler wrote:
  Is there a way to handle this? Could a kernel be patched to read data
  from multiple floppy disks? I know that this question sounds a little
  bit stupid, but floppies still seem to be the most reliable way to boot.
 
 [EMAIL PROTECTED]:/bootls -l vmlinuz-2.6.11-1-386
 -rw-r--r--  1 root root 1170465 May 20 04:54 vmlinuz-2.6.11-1-386
 ...
 Or we could make make some compromise, such as using the kernel initrd
 loader to load the initrd from a second floppy, which might cause
 problems for USB floppy installs (does the kernel initrd loader support
 usb floppies?) and would break the floppy+usb stick install path. It
 would also add yet another floppy to the install, probably.

 These problems (kernel too large, post-loading initrd from non-floppy
 media not reliable) has been existing even with b-fs three years ago.
 The best idea in those days came IIRC from Herbert, suggesting to modify
 the boot loader (syslinux) in order to preload the initrd while beeing
 in BIOS mode, having access to all devices it provides.

 It looks a bit unusual if the initrd is to be loaded before the kernel
 floppy, but it could work, IMO.

 Regards,
 Eduard.

Why would it have to be before the kernel? Actualy all floppies should
contain the bootloader and any order should work. Let the bootloader
sort the chunks into the right place. The extra code needed for this
is minimal.

MfG
Goswin


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



Re: Bug#312669: /sbin/ifconfig: Add ifconfig to user path

2005-06-12 Thread Goswin von Brederlow
Hasso Tepper [EMAIL PROTECTED] writes:

 Wouter Verhelst wrote:
 On Fri, Jun 10, 2005 at 01:24:43PM +0200, Marco d'Itri wrote:
  And anyway ifconfig is deprecated, 
 
 While I don't have a very strong opinion on this matter either way, I
 feel I should point out that
 a) ifconfig is an application that exists not only on Linux, but on many
other (free or non-free) unices as well; it would be fair to say
that it's a good thing to keep it so that people with past
experiences on these operating systems will have a more easy time
getting to know the system.
 b) The mere fact that there is something newer which performs the same
function does in no way imply that the older implementation is
deprecated. This is true for many things -- kernels, network
configuration software, /dev implementations.

 Although I agree at least with a), ifconfig is just unmaintained and broken
 in many ways. You haven't be able to get even accurate info about interfaces
 with netkit ifconfig (like several ip addresses on interface etc.). I call
 this situation dangerous.

On the other hand ip is so badly (non)documented that is is unusable
to the novice.

Ifconfig is the simple tool, ip the power tool. Everyone prefers
something else.

 -- 
 Hasso Tepper

MfG
Goswin


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



Re: And now for something completely different... etch!

2005-06-12 Thread Cesar Martinez Izquierdo
El Domingo 12 Junio 2005 01:24, Russell Coker escribió:
 On Tuesday 07 June 2005 19:31, Cesar Martinez Izquierdo
 [EMAIL PROTECTED]

 wrote:
  What about switching from getty to mingetty? Is there any reason to use
  getty by default?

 Is there any reason to change?

Well, I'm not very well informed about the subject, but some time ago I run in 
problems with getty freezing.
Then I discovered mingetty, which claims to be small, efficient. I also 
discovered that getty has some code to allow dial in our computer, which most 
of the people don't use nowadays and it makes getty more complex than 
required.

Then I switched to mingetty and I never had problems with it.
I sold my old hardware before the bug in getty got fixed.
Now it seems that the problem is fixed (according to DBTS), but anyway I think 
that it is not a bad idea to switch to the simpler, smaller program that 
just-do-the-work. I think that the users that need a different *getty program 
have very specific needs and they know how to swich form mingetty to *getty 
(and anyway maybe they don't use getty but mgetty).

On the other hand, I see that the memory usage diferences between getty and 
mingetty are really small, so maybe the change is not worthy...

Regards,

  César



Re: And now for something completely different... etch!

2005-06-12 Thread Eduard Bloch
Moin Goswin!
Goswin von Brederlow schrieb am Sonntag, den 12. Juni 2005:

 Why would it have to be before the kernel? Actualy all floppies should

Because you can do it before the kernel needs to be running (including
the whole userspace overhead needed to prompt the user to insert the usb
floppy, for example, and work with it).

 contain the bootloader and any order should work. Let the bootloader
 sort the chunks into the right place. The extra code needed for this
 is minimal.

Aha. Then do it, thank you.

Regards,
Eduard.

-- 
Delenn: We are star stuff. We are the universe made manifest trying to figure
itself out.
 -- Quotes from Babylon 5 --


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



Bug#313183: RFA: eterm-themes -- Themes for Eterm, the Enlightened Terminal Emulator

2005-06-12 Thread Bill Allombert
Package: wnpp
Severity: normal

Dear developers,

I don't use Eterm anymore, so I don't have much use of eterm-themes. It
is a very low maintainance package, though.

The package description is:
 This package contains themes for Eterm, the Enlightened
 Terminal Emulator, from www.eterm.org.

Please contact me if you are interested in adopting it.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 


signature.asc
Description: Digital signature


Bug#313185: ITP: evolution-sharp -- .NET binding for Evolution

2005-06-12 Thread Jose Carlos Garcia Sogo
Package: wnpp
Severity: wishlist
Owner: Jose Carlos Garcia Sogo [EMAIL PROTECTED]

* Package name: evolution-sharp
  Version : 0.6
  Upstream Author : Mike Kestner  [EMAIL PROTECTED]
* URL : http://ftp.gnome.org/pub/gnome/sources/evolution-sharp/
* License : GPL
  Description : .NET binding for Evolution

 This package provides .NET assemblies that allow .NET / C# programs
 to use the Evolution API.
  
-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11swsusp2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)


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



Re: Translation of init scripts

2005-06-12 Thread Michelle Konzack
Hello Lalo and others.

I have found in the Debian lists archieve the above message

Am 1999-07-12 18:11:11, schrieb Lalo Martins:
 This weekend I sat over gettext thinking of translated
 initscript messages. This is a proposal for some practical

snip

- END OF REPLYED MESSAGE -

Are there any attempts to do it ?
It would be nice if it can be done.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/
Michelle Konzack   Apt. 917  ICQ #328449886
   50, rue de Soultz MSM LinuxMichi
0033/3/8845235667100 Strasbourg/France   IRC #Debian (irc.icq.com)


signature.pgp
Description: Digital signature


Re: Translation of init scripts

2005-06-12 Thread Marco d'Itri
On Jun 12, Michelle Konzack [EMAIL PROTECTED] wrote:

 Are there any attempts to do it ?
 It would be nice if it can be done.
Start looking at lsb-base.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Why apt-get is not a proper software search engine (was Re: And now for something completely different... etch!)

2005-06-12 Thread Peter Samuelson

[Christian Aichinger]
 The reverse dependency count just isn't a very good metric for is an
 end-user package. I think it's also a job for debtags or something
 like it, to tell us what is an end-user package and what isn't.

Or popularity-contest could be enhanced to note auto-installed
packages.  Now that aptitude is gaining traction (particularly in
command-line mode - I guess people have been using it in full-screen
mode for awhile), the aptitude auto-install flag probably actually
means something for a good % of popcon participants.

Come to think of it, that's a good wishlist bug for popcon anyway.


signature.asc
Description: Digital signature


Re: And now for something completely different... etch!

2005-06-12 Thread Tollef Fog Heen
* Brian May 

| klibc? Not yet in Debian, is there any reason for this?

It's just been ITP-ed;
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=312563

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  


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



Re: And now for something completely different... etch!

2005-06-12 Thread Cameron Patrick
Eduard Bloch wrote:

  Why would it have to be before the kernel? Actualy all floppies should
 
 Because you can do it before the kernel needs to be running (including
 the whole userspace overhead needed to prompt the user to insert the usb
 floppy, for example, and work with it).

FWIW, the NetBSD bootloader supports something like this.  The default
install kernel comes to around 2.7mb.  The bootloader reads the kernel
and mfs image containing the installer off a couple of floppy discs
(which don't contain normal filesystems but instead some kind of
multi-volume tar archive for extra perversity).

Cameron.



signature.asc
Description: Digital signature


Re: dhcp-client package in sarge

2005-06-12 Thread Andrew Pollock
On Sat, Jun 04, 2005 at 12:01:22AM +0200, Thomas Hood wrote:
 On Fri, 03 Jun 2005 09:00:28 +0200, Nicolas Kreft wrote:
  Is it for a special reason that the default dhcp-client
  in sarge is ancient (version 2.0pl5)?
 
 
 Some years ago when the release of sarge was supposed to be imminent
 it was decided not to adopt dhcp3 as the default because there wouldn't be
 enough time to adjust to it before the release.  Then the release was
 delayed for a couple of years; meanwhile the maintainers of dhcp and dhcp3
 have been busy with other things.
 

FWIW, I've recently become a co-maintainer, and now the Sarge has released,
I'm planning on bringing dhcp3 up to date with the latest upstream and
having a good bash at all the bugs.

regards

Andrew


signature.asc
Description: Digital signature


Re: dhcp-client package in sarge

2005-06-12 Thread Andrew Pollock
On Fri, Jun 03, 2005 at 08:56:07AM +0200, Nicolas Kreft wrote:
 Hi List!
 
 
 Is it for a special reason that the default dhcp-client
 in sarge is ancient (version 2.0pl5)?
 

I've been told that the reason debian-installer uses dhcp-client instead of
dhcp3-client is because of the size of the udeb.

regards

Andrew


signature.asc
Description: Digital signature


Re: Translation of init scripts

2005-06-12 Thread Christian Perrier
Quoting Marco d'Itri ([EMAIL PROTECTED]):
 On Jun 12, Michelle Konzack [EMAIL PROTECTED] wrote:
 
  Are there any attempts to do it ?
  It would be nice if it can be done.
 Start looking at lsb-base.


This probably fits a proposed BOF at Debconf, by the way, proposed by
Henrique de Moraes Holschuh.


http://comas.linux-aktivaattori.org/debconf5/general/proposals/55


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



Re: And now for something completely different... etch!

2005-06-12 Thread Russell Coker
On Sunday 12 June 2005 19:54, Cesar Martinez Izquierdo [EMAIL PROTECTED] 
wrote:
 El Domingo 12 Junio 2005 01:24, Russell Coker escribió:
  wrote:
   What about switching from getty to mingetty? Is there any reason to use
   getty by default?
 
  Is there any reason to change?

 Then I discovered mingetty, which claims to be small, efficient. I also
 discovered that getty has some code to allow dial in our computer, which
 most of the people don't use nowadays and it makes getty more complex than
 required.

-rwxr-xr-x  1 root root 12904 Mar  3 00:13 /sbin/mingetty
-rwxr-xr-x  1 root root 14264 Mar 23 01:21 /sbin/getty

1360 bytes difference.  Also note that both file sizes are between 12K and 16K 
in size.  On a ReiserFS file system with tails enabled this may actually save 
some disk space.  On an ext2/3 file system it won't make any difference to 
disk space.  Memory is also allocated in 4K chunks so it's unlikely to make 
any difference to memory use.

 Then I switched to mingetty and I never had problems with it.
 I sold my old hardware before the bug in getty got fixed.
 Now it seems that the problem is fixed (according to DBTS), but anyway I
 think that it is not a bad idea to switch to the simpler, smaller program
 that just-do-the-work. I think that the users that need a different *getty
 program have very specific needs and they know how to swich form mingetty
 to *getty (and anyway maybe they don't use getty but mgetty).

The problem is that a change is likely to cause problems for some people.  
Without any clear benefit it's probably not worth the bother.

-- 
http://www.coker.com.au/selinux/   My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/  Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/  My home page



Re: Upgrading to Debian sarge

2005-06-12 Thread Brian May
 Brian == Brian May [EMAIL PROTECTED] writes:

Brian [EMAIL PROTECTED]:~# apt-cache show libc6 | grep MD5sum MD5sum:
Brian ab0895ee6d8d2cf3b6906eb5228e5c25

Brian [EMAIL PROTECTED]:~# md5sum
Brian /var/cache/apt/archives/libc6_2.3.2.ds1-20_powerpc.deb
Brian 69301110f8865edd7f2f93d79ad6a715
Brian /var/cache/apt/archives/libc6_2.3.2.ds1-20_powerpc.deb

Brian Then again, this package looks old, so maybe the entire
Brian mirror is old, and no longer usable.

Hang on, please disregard this part of my post, the mirror is
up-to-date, but I was comparing with the old version of the deb file I
last successfully downloaded. Stupid!

The fact remains that (presumable all 600Meg) files downloaded
directly from this mirror were corrupt, according to apt-get.

Hmmm. My /var/cache/apt/archives has only 124Meg failed uploads, I
wonder where the rest went.

Anyway, the correct results for my test are:

[EMAIL PROTECTED]:~# md5sum 
/var/cache/apt/archives/partial/libc6_2.3.2.ds1-22_powerpc.deb.FAILED
17a6aff5f72df60d303fbce0258d2962  
/var/cache/apt/archives/partial/libc6_2.3.2.ds1-22_powerpc.deb.FAILED
[EMAIL PROTECTED]:~# apt-cache show libc6 | grep '^Size'
Size: 4231786
[EMAIL PROTECTED]:~# apt-cache show libc6 | grep MD5sum
MD5sum: ab0895ee6d8d2cf3b6906eb5228e5c25

-rw-r--r--  1 root root 4231786 May 12 12:47 
/var/cache/apt/archives/partial/libc6_2.3.2.ds1-22_powerpc.deb.FAILED

Which md5sum is right? The file size is correct.

Hmmm, The archive looks broken:

[EMAIL PROTECTED]:~# dpkg -c 
/var/cache/apt/archives/partial/libc6_2.3.2.ds1-22_powerpc.deb.FAILED
drwxr-xr-x root/root 0 2005-05-11 08:53:05 ./
drwxr-xr-x root/root 0 2005-05-11 08:52:49 ./sys/
drwxr-xr-x root/root 0 2005-05-11 08:53:31 ./lib/
-rwxr-xr-x root/root 94420 2005-05-11 08:53:11 ./lib/ld-2.3.2.so
-rw-r--r-- root/root 11384 2005-05-11 08:53:11 ./lib/libanl-2.3.2.so
[...]
-rw-r--r-- root/root 84720 2005-05-11 08:53:16 ./usr/lib/gconv/BIG5.so
-rw-r--r-- root/root222144 2005-05-11 08:53:16 ./usr/lib/gconv/BIG5HKSCS.so
tar: Read 2308 bytes from -
tar: Unexpected EOF in archive
tar: Error is not recoverable: exiting now
dpkg-deb: subprocess tar returned error exit status 2


So the file sizes all look correct, but the files are corrupt.

Looks like time to switch mirrors.
-- 
Brian May [EMAIL PROTECTED]


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



co-maintainers sought

2005-06-12 Thread martin f krafft
OB: cross-posted; please reply privately (Reply-To set).

I am looking for co-maintainers for the following of my packages.
Most of these packages are also up for adoption in case someone
wants to take them over. If interested, please talk to me and I will
assess whether I'd bestow ownership to you. I am not trying to be
picky, but certain packages are difficult and thus should probably
not be taken over by novices.

Nevertheless, this is not an RFA as I am happy to continue
maintenance of these packages (unless otherwise noted), but would
like to have a co-maintainer by my side to help keep bug closing
delays short.

If you want to help out with any of the packages, please drop me
a private line (Reply-To set):

  - [RFA] bcm4400-source - module source for Broadcom's bcm4400 ethernet driver
: http://packages.qa.debian.org/b/bcm4400-source.html

  - gjay - An automatic and learning DJ for xmms
: http://packages.qa.debian.org/g/gjay.html

  - ipcalc - Parameter calculator for IPv4 addresses
: http://packages.qa.debian.org/i/ipcalc.html

  - iprelay - User-space bandwidth shaping TCP proxy daemon
: http://packages.qa.debian.org/i/iprelay.html

  - kernel-patch-suspend2 - Linux kernel patch for software suspend 2
: http://packages.qa.debian.org/k/kernel-patch-suspend2.html

  - libfactory++ - C++ template factory framework
: http://packages.qa.debian.org/libf/libfactory++.html

  - libhid - userspace USB HID access library
: http://packages.qa.debian.org/libh/libhid.html

  - libkdtree++ - C++ template container implementation of kd-tree sorting
: http://packages.qa.debian.org/libk/libkdtree++.html

  - libloki - a C++ library of generic design patterns
: http://packages.qa.debian.org/libl/libloki.html

  - libphidgets - Phidgets access library
: http://packages.qa.debian.org/libp/libphidgets.html

  - libs11n - a powerful, extensible C++ serialisation framework
: http://packages.qa.debian.org/libs/libs11n.html

  - libspf - the ANSI C SPF reference library
: http://packages.qa.debian.org/libs/libspf.html

  - libtut - elegant C++ unit test framework
: http://packages.qa.debian.org/libt/libtut.html

  - [RFA] libunit++ - a C++ unit testing framework
: http://packages.qa.debian.org/libu/libunit++.html

  - muttprofile - a utility to choose profiles in Mutt
: http://packages.qa.debian.org/m/muttprofile.html

  - poppass-cgi - a CGI script to interact with a poppassd server
: http://packages.qa.debian.org/p/poppass-cgi.html

Thanks for your attention.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
if you see an onion ring -- answer it!


signature.asc
Description: Digital signature


Re: co-maintainers sought

2005-06-12 Thread Christoph Hellwig
   - [RFA] bcm4400-source - module source for Broadcom's bcm4400 ethernet 
 driver
 : http://packages.qa.debian.org/b/bcm4400-source.html

What problems do you see with the in-kernel b44 driver that you still
need bcm4400?


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



future of bcm4400-source (was: co-maintainers sought)

2005-06-12 Thread martin f krafft
(taking this to debian-devel)

also sprach Christoph Hellwig [EMAIL PROTECTED] [2005.06.12.1501 +0200]:
- [RFA] bcm4400-source - module source for Broadcom's bcm4400
ethernet driver
: http://packages.qa.debian.org/b/bcm4400-source.html
 
 What problems do you see with the in-kernel b44 driver that you
 still need bcm4400?

I think the b44 driver does not support TSO. Anyway, this is not
a necessary feature. I don't have any BCM chips anymore, so I'd be
just as happy with the removal of this package.

-- 
Please do not send copies of list mail to me; I read the list!
 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, user, and author
`. `'`
  `-  Debian - when you have better things to do than fixing a system
 
Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
whoever fights monsters should see to it that in the process he does
 not become a monster. and when you look into an abyss, the abyss also
 looks into you.
 - friedrich nietzsche


signature.asc
Description: Digital signature


Re: Processed: wnpp

2005-06-12 Thread Roberto C. Sanchez
On Sun, Jun 12, 2005 at 06:03:55AM -0700, Debian Bug Tracking System wrote:
 Processing commands for [EMAIL PROTECTED]:
 
  retitle 182650 RFP: porn-get -- A pornographic package management system.
 Bug#182650: RFP: porn-get - A pornographic package management system.
 Changed Bug title.
 
Is there a way we can kill this?  I looked at the discussion and Steve
Langasek voiced an objection and one or two others pointed out that this
program is actually a joke.

  retitle 296706 ITA: toshutils -- Toshiba laptop utilities
 Bug#296706: ITA: toshutils - Toshiba laptop utilities
 Changed Bug title.
 (By the way, that Bug is currently marked as done.)
 

I adopted [0] this package.  Is there anything else I need to do?

-Roberto

[0]
http://packages.debian.org/changelogs/pool/main/t/toshutils/toshutils_2.0.1-12/changelog
-- 
Roberto C. Sanchez
http://familiasanchez.net/~sanchezr


pgpLXdjc6FxAA.pgp
Description: PGP signature


Re: Bug#312897: ITP: texlive -- The TeXlive system packaged for debian

2005-06-12 Thread Josselin Mouette
Le vendredi 10 juin 2005 à 19:15 +0200, Norbert Preining a écrit :
 On Fre, 10 Jun 2005, Christoph Berg wrote:
   * Package name: texlive
 Description : The TeXlive system packaged for debian
  
  The website looks like that's a live tex CD. What's the difference
  to a normal apt-get install tetex-extra installation on Debian?
 
 It is one the one hand a live dvd, but also one of the most complete TeX
 systems. There are several differences between tetex and texlive,
 especially wrt the granularity of packaging. See the discussion on
 tetex-maint ML which I had with Frank Küster, maintainer of tetex. In
 fact he asked me to file the ITP as we are working on this.

So there are going to be two full distributions of TeX in Debian?
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Re: dhcp-client package in sarge

2005-06-12 Thread Milan P. Stanic
On Sun, Jun 12, 2005 at 10:19:03PM +1000, Andrew Pollock wrote:
 FWIW, I've recently become a co-maintainer, and now the Sarge has released,
 I'm planning on bringing dhcp3 up to date with the latest upstream and
 having a good bash at all the bugs.

Would you consider to incorporate LDAP patch to dhcp server?


signature.asc
Description: Digital signature


Re: co-maintainers sought

2005-06-12 Thread Bartosz Fenski aka fEnIo
On Sun, Jun 12, 2005 at 02:57:38PM +0200, martin f krafft wrote:
   - ipcalc - Parameter calculator for IPv4 addresses
 : http://packages.qa.debian.org/i/ipcalc.html

I would be interested in adoptioning or co-maintaining this package, since
I'm using it quite often.

So please decide whether you want to stay as co-maintainer or give me its
maintainence.

regards
fEnIo


-- 
  ,''`.  Bartosz Fenski | mailto:[EMAIL PROTECTED] | pgp:0x13fefc40 | irc:fEnIo
 : :' :   32-050 Skawina - Glowackiego 3/15 - w. malopolskie - Poland
 `. `'   phone:+48602383548 | proud Debian maintainer and user
   `-  http://skawina.eu.org | jid:[EMAIL PROTECTED] | rlu:172001


signature.asc
Description: Digital signature


Re: Why apt-get is not a proper software search engine

2005-06-12 Thread Russ Allbery
Peter Samuelson [EMAIL PROTECTED] writes:

 Or popularity-contest could be enhanced to note auto-installed
 packages.  Now that aptitude is gaining traction (particularly in
 command-line mode - I guess people have been using it in full-screen
 mode for awhile), the aptitude auto-install flag probably actually
 means something for a good % of popcon participants.

 Come to think of it, that's a good wishlist bug for popcon anyway.

I'm still using apt-get rather than aptitude because apt-get seems subtly
but noticably faster.  But I *am* using debfoster, which lets you get at
some similar information.  Maybe popularity-contest should pay attention
to that as well?

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/


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



Re: co-maintainers sought

2005-06-12 Thread Drasko Draskovic
I am interested in maintaining gjay. I never maintanined any package,
so I will need some help, but I am very willing to learn (and
contribute).

Best regards,
Drasko

On 6/12/05, martin f krafft [EMAIL PROTECTED] wrote:
 OB: cross-posted; please reply privately (Reply-To set).
 
 I am looking for co-maintainers for the following of my packages.
 Most of these packages are also up for adoption in case someone
 wants to take them over. If interested, please talk to me and I will
 assess whether I'd bestow ownership to you. I am not trying to be
 picky, but certain packages are difficult and thus should probably
 not be taken over by novices.
 
 Nevertheless, this is not an RFA as I am happy to continue
 maintenance of these packages (unless otherwise noted), but would
 like to have a co-maintainer by my side to help keep bug closing
 delays short.
 
 If you want to help out with any of the packages, please drop me
 a private line (Reply-To set):
 
   - [RFA] bcm4400-source - module source for Broadcom's bcm4400 ethernet 
 driver
 : http://packages.qa.debian.org/b/bcm4400-source.html
 
   - gjay - An automatic and learning DJ for xmms
 : http://packages.qa.debian.org/g/gjay.html
 
   - ipcalc - Parameter calculator for IPv4 addresses
 : http://packages.qa.debian.org/i/ipcalc.html
 
   - iprelay - User-space bandwidth shaping TCP proxy daemon
 : http://packages.qa.debian.org/i/iprelay.html
 
   - kernel-patch-suspend2 - Linux kernel patch for software suspend 2
 : http://packages.qa.debian.org/k/kernel-patch-suspend2.html
 
   - libfactory++ - C++ template factory framework
 : http://packages.qa.debian.org/libf/libfactory++.html
 
   - libhid - userspace USB HID access library
 : http://packages.qa.debian.org/libh/libhid.html
 
   - libkdtree++ - C++ template container implementation of kd-tree sorting
 : http://packages.qa.debian.org/libk/libkdtree++.html
 
   - libloki - a C++ library of generic design patterns
 : http://packages.qa.debian.org/libl/libloki.html
 
   - libphidgets - Phidgets access library
 : http://packages.qa.debian.org/libp/libphidgets.html
 
   - libs11n - a powerful, extensible C++ serialisation framework
 : http://packages.qa.debian.org/libs/libs11n.html
 
   - libspf - the ANSI C SPF reference library
 : http://packages.qa.debian.org/libs/libspf.html
 
   - libtut - elegant C++ unit test framework
 : http://packages.qa.debian.org/libt/libtut.html
 
   - [RFA] libunit++ - a C++ unit testing framework
 : http://packages.qa.debian.org/libu/libunit++.html
 
   - muttprofile - a utility to choose profiles in Mutt
 : http://packages.qa.debian.org/m/muttprofile.html
 
   - poppass-cgi - a CGI script to interact with a poppassd server
 : http://packages.qa.debian.org/p/poppass-cgi.html
 
 Thanks for your attention.
 
 --
 Please do not send copies of list mail to me; I read the list!
 
  .''`. martin f. krafft [EMAIL PROTECTED]
 : :'  :proud Debian developer, admin, user, and author
 `. `'`
   `-  Debian - when you have better things to do than fixing a system
 
 Invalid/expired PGP subkeys? Use subkeys.pgp.net as keyserver!
 
 if you see an onion ring -- answer it!
 
 
 BodyID:46613293.2.n.logpart (stored separately)
 
 


-- 
Drasko Draskovic 
MSc Student in Computer Sciencies
School of Electrical Engeneering
University of Belgrade



Re: And now for something completely different... etch!

2005-06-12 Thread Andreas Gredler
On Sun, Jun 12, 2005 at 02:17:08PM +1000, Russell Coker wrote:
 On Sunday 12 June 2005 09:14, Frans Pop [EMAIL PROTECTED] wrote:
  Some older BIOSes don't allow booting from CD-ROM, let alone netbooting or
 
 It's easy to solve the problem of a BIOS that doesn't support booting from 
 CD-ROM.  You have a boot loader on a floppy disk that loads the kernel and 
 initrd from CD.

This is of course a good workaround. But this floppies have to be
available. Does debian have such floppies?

 People who have really old hardware should ask at their local LUG if someone 
 has any unused computers that they don't need.  I've offered quite a few old 
 computers for free to members of my LUG.  Recently I offered a P3-800 machine 
 with broken PSU and a Pentium 200 machine that was fully operational and 
 found no-one who wanted them.  It seems that at my LUG there's no-one who has 
 lesser hardware.

I've seen a lot of servers for small companies, which are older ;-(

greets Jimmy

-- 
 Andreas Jimmy Gredler 
   ,'`. http://www.g-tec.co.at/ | [EMAIL PROTECTED]
  (  grml.org -» Linux for texttool-users and sysadmins
   `._,  http://www.grml.org/| [EMAIL PROTECTED]


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



Re: And now for something completely different... etch!

2005-06-12 Thread Andreas Gredler
On Sun, Jun 12, 2005 at 12:52:58AM +0200, Marco d'Itri wrote:
 On Jun 12, Russell Coker [EMAIL PROTECTED] wrote:
 
  Why not use a USB flash device for booting?  All the recent machines I've 
  tried have booted from a 64M USB device which gives plenty of space for 
  such 
  things.  Older machines would be restricted to booting from CD-ROM.
 Agreed. While it would take me some work to find a working blank floppy
 to copy something on, it would be much faster for me to boot from the
 network, USB flash drive or CD (in this order).

- Network boot: PXE cards in older HW are as rare as motherboards
  booting from USB, IMO.

- USB: Even my notebook (about 3 years old) is too stupid to boot from
  USB

- CD-ROM: Often had a problem with SCSI cards with old BIOS

But I agree, that it's hard to find working floppies and I'd be happy
when I'd could throw away all floppy disks and drives. But unfortunately
I sometimes really need them.

greets Jimmy

-- 
 Andreas Jimmy Gredler 
   ,'`. http://www.g-tec.co.at/ | [EMAIL PROTECTED]
  (  grml.org -» Linux for texttool-users and sysadmins
   `._,  http://www.grml.org/| [EMAIL PROTECTED]


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



Let's remove octave2.0?

2005-06-12 Thread Martin Michlmayr
In #232777, Dirk Eddelbuettel and I had a discussion about octave2.0.

Dirk wrote:
 We should consider removing octave2.0 as well. It is old code [1], and
 upstream decided years ago to not port this code branch, but to concentrate
 on octave2.1 instead -- and octave2.1 is where all development has been for
 quite some time.
and
 I had planned to 'after stable is out'. I'll try to do a maintenance release
 of 2.0.17. If that fails, I can still remove it.

Do you think it should be removed now?
--
Martin Michlmayr
http://www.cyrius.com/


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



Re: Let's remove octave2.0?

2005-06-12 Thread Martin Michlmayr
* Martin Michlmayr [EMAIL PROTECTED] [2005-06-12 21:13]:
 Do you think it should be removed now?

http://lists.debian.org/debian-devel/2005/05/msg00089.html lists some
other octave related packages that should probably be removed.
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Help with the c2man to doxygen migration

2005-06-12 Thread Martin Michlmayr
In http://lists.debian.org/debian-release/2003/10/msg00019.html Manoj
Srivastava pointed out that, c2man has been dead upstream for years
(which was, so far, not a problem), and does not work with modern
C/C++ programs -- which _is_ a problem. The functionality has been
superseded with packages like doxygen.  He wanted to remove c2man
back then (October 2003) but couldn't because some (but few) programs
still used it.

I've now filed wishlist bugs on these three packages.  I'd like to ask
people who know doxygen to submit patches to those packages to migrate
from c2man to doxygen.

#313264 in dmachinemon
#313265 in libvformat
#313266 in wine

-- 
Martin Michlmayr
http://www.cyrius.com/


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



Re: Bits from the dpkg maintainer

2005-06-12 Thread Wesley J. Landaker
On Sunday 12 June 2005 14:05, Scott James Remnant wrote:
 The Wig  Pen (Format: 2.0) source format is an evolutionary (rather
 than revolutionary) change to the current source package format.
 Brendan O'Dea's work on providing _unpack_ support has been integrated
 into dpkg-source.  Support for building these formats will be added as
 it matures and solidifies.

 Existing source packages (Format: 1.0) are supported without
 modification.

 The basics of the new format are:

 * Multiple upstream tarballs are supported:
[...]
 * The Debian Diff may be replaced by the Debian Tar:
[...]
 * Bzip2 compression is supported as an alternative to gzip.

As a practical matter, how soon will these really be supported in Debian? Is 
dpkg change all that is needed? i.e. Could I upload a new revision of a 
package that has multiple upstream tarballs, and a debian.tar.bz2 right 
now, or are there a lot of other things that have to change first?

-- 
Wesley J. Landaker [EMAIL PROTECTED]
OpenPGP FP: 4135 2A3B 4726 ACC5 9094  0097 F0A9 8A4C 4CD6 E3D2


pgptV69LqTwng.pgp
Description: PGP signature


Re: Bug#312897: ITP: texlive -- The TeXlive system packaged for debian

2005-06-12 Thread Norbert Preining
On Son, 12 Jun 2005, Josselin Mouette wrote:
  It is one the one hand a live dvd, but also one of the most complete TeX
  systems. There are several differences between tetex and texlive,
  especially wrt the granularity of packaging. See the discussion on
  tetex-maint ML which I had with Frank Küster, maintainer of tetex. In
  fact he asked me to file the ITP as we are working on this.
 
 So there are going to be two full distributions of TeX in Debian?

If we succeed in packaging texlive, yes. Is there an inherent problem
with this? The advantage of texlive is a more finegrained package
structure, the advantage of tetex is that it is here, now, fully
supported, well developed, working. Maybe in the future we can have both
worlds, fine grained and fully working. That´s the reason Frank and I
are working together.


Best wishes

Norbert

---
Dr. Norbert Preining preining AT logic DOT at Università di Siena
sip:[EMAIL PROTECTED] +43 (0) 59966-690018
gpg DSA: 0x09C5B094  fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
---
HARBOTTLE (n.)
A particular kind of fly which lives inside double glazing.
--- Douglas Adams, The Meaning of Liff


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



Re: And now for something completely different... etch!

2005-06-12 Thread Tollef Fog Heen
* Andreas Gredler 

| - Network boot: PXE cards in older HW are as rare as motherboards
|   booting from USB, IMO.

A new PXE-capable networking card costs in the range of 20 and should
work on most machines.

-- 
Tollef Fog Heen,''`.
UNIX is user friendly, it's just picky about who its friends are  : :' :
  `. `' 
`-  



Re: Let's remove octave2.0?

2005-06-12 Thread Dirk Eddelbuettel

On 12 June 2005 at 21:13, Martin Michlmayr wrote:
| In #232777, Dirk Eddelbuettel and I had a discussion about octave2.0.
| 
| Dirk wrote:
|  We should consider removing octave2.0 as well. It is old code [1], and
|  upstream decided years ago to not port this code branch, but to concentrate
|  on octave2.1 instead -- and octave2.1 is where all development has been for
|  quite some time.
| and
|  I had planned to 'after stable is out'. I'll try to do a maintenance release
|  of 2.0.17. If that fails, I can still remove it.
| 
| Do you think it should be removed now?

and 

On 12 June 2005 at 21:14, Martin Michlmayr wrote:
| * Martin Michlmayr [EMAIL PROTECTED] [2005-06-12 21:13]:
|  Do you think it should be removed now?
| 
| http://lists.debian.org/debian-devel/2005/05/msg00089.html lists some
| other octave related packages that should probably be removed.

Yes, if you look at my aggregates at 
  http://qa.debian.org/developer.php?login=eddcomaint=yesreset=yes
you see that the three packages octave2.0, octave-ci and octave-matcompat are
all slated to be removed.  Jeroen reminded me regarding one of the three
last week, and I filed bug reports for the other two.

That concludes the Octave transfer from me over to the well-run pkg-octave
group at Alioth. 

Thanks for the follow-up, though.

Regards, Dirk

-- 
Statistics: The (futile) attempt to offer certainty about uncertainty.
 -- Roger Koenker, 'Dictionary of Received Ideas of Statistics'


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



links to logs in /etc? (/etc/postgresql/7.4/main/log)

2005-06-12 Thread Erik Steffl

  why is there a link to logs in /etc?

  /etc/postgresql/7.4/main/log is a link to 
/var/log/postgresql/postgresql-7.4-main.log


  /etc is supposed to be for configuration files that are static, the 
link to log violates both (yes, it's only a link so it doesn't change 
but points to a file that changes and is definetely not a configuration 
file).


  is this a bug? Or is this somehow valid?

  btw I am not sure which package is this part of, can't find it using 
dpkg -S, not even when I dpkg -L all postgresql packages I have 
installed (I guess it was created by postinst sript or something like that).


erik


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



Re: Bug#312669: /sbin/ifconfig: Add ifconfig to user path

2005-06-12 Thread Miles Bader
astronut [EMAIL PROTECTED] writes:
 I agree. The type of user who is likely to be using the ifconfig command
 on a regular basis is the type of user who probably already has sbin in
 their path. (Power user, sysadmin's nonprivleged account, etc.).

Yes.  The great majority of users don't want to know about stuff like
ifconfig, and those that _do_ can either put /sbin in their path
themselves or just type the damn path when they run the command.

I've no clue why some people whine so much about this.

-Miles
-- 
80% of success is just showing up.  --Woody Allen


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



Re: Why apt-get is not a proper software search engine

2005-06-12 Thread Miles Bader
Russ Allbery [EMAIL PROTECTED] writes:
 I'm still using apt-get rather than aptitude because apt-get seems subtly
 but noticably faster.  But I *am* using debfoster, which lets you get at
 some similar information.  Maybe popularity-contest should pay attention
 to that as well?

Yeah, aptitude (seems to have) some annoying startup delays (what's with
that loading cache?  It takes forever)... but aptitude is so vastly
superior that I use it anyway.

At a minimum, even if you never use the nice GUI, the automatic tracking
of packages that can be deleted automatically when nobody depends on
them is worth it.  It seems like this functionality really ought to be
in the libraries, not aptitude.

-Miles
-- 
Occam's razor split hairs so well, I bought the whole argument!


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



Re: Why apt-get is not a proper software search engine

2005-06-12 Thread Russ Allbery
Miles Bader [EMAIL PROTECTED] writes:

 At a minimum, even if you never use the nice GUI, the automatic tracking
 of packages that can be deleted automatically when nobody depends on
 them is worth it.  It seems like this functionality really ought to be
 in the libraries, not aptitude.

Yeah, that's what I use debfoster for.  aptitude is a bit better at it, I
think, but debfoster does a good enough job at it and it's very, very
fast.  aptitude may be able to handle the stuff that debfoster misses but
deborphan gets, though.

The startup delay really is kind of annoying, although I alas don't have
any good suggestions for how to make it faster.  I should find some free
time and play with a profiler

(For that matter, the dpkg delay on Reading database is kind of annoying
too.  Hm.  Good project for someone.)

-- 
Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/


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



Accepted adesklets 0.4.10-1 (i386 source)

2005-06-12 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 12:32:29 +0200
Source: adesklets
Binary: adesklets
Architecture: source i386
Version: 0.4.10-1
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 adesklets  - interactive Imlib2 console for the X Window System
Changes: 
 adesklets (0.4.10-1) unstable; urgency=low
 .
   * New upstream bugfix release.
Files: 
 62221952ad376d23a7bec7d68d7d956f 681 x11 optional adesklets_0.4.10-1.dsc
 fd35b1068ccae743d06d9d68339e7cf1 786373 x11 optional 
adesklets_0.4.10.orig.tar.gz
 9721bbbf3f9bcf3d6f8f5b09df0ae0f7 23485 x11 optional adesklets_0.4.10-1.diff.gz
 b4c469f6dbfedc3af929089a73d80e03 302290 x11 optional 
adesklets_0.4.10-1_i386.deb

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

iD8DBQFCrBAshQui3hP+/EARAtmqAJ96leEBd9RxVq3tMPIxcBd4xUFX9QCg3aqz
RFC9uNnB6DbOjIUWfUphyBg=
=f6lY
-END PGP SIGNATURE-


Accepted:
adesklets_0.4.10-1.diff.gz
  to pool/main/a/adesklets/adesklets_0.4.10-1.diff.gz
adesklets_0.4.10-1.dsc
  to pool/main/a/adesklets/adesklets_0.4.10-1.dsc
adesklets_0.4.10-1_i386.deb
  to pool/main/a/adesklets/adesklets_0.4.10-1_i386.deb
adesklets_0.4.10.orig.tar.gz
  to pool/main/a/adesklets/adesklets_0.4.10.orig.tar.gz


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



Accepted libaudio-wav-perl 0.02-2 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  9 Jun 2005 15:55:56 +1000
Source: libaudio-wav-perl
Binary: libaudio-wav-perl
Architecture: source all
Version: 0.02-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 libaudio-wav-perl - Modules for reading  writing Microsoft WAV files
Changes: 
 libaudio-wav-perl (0.02-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 566ef1a672a5bb85e77796d40d0a5cff 629 perl optional libaudio-wav-perl_0.02-2.dsc
 66d2dcd64942883b4979111b88bb8e63 1734 perl optional 
libaudio-wav-perl_0.02-2.diff.gz
 aed0e647b5463554e93d8a2d5b59156c 24364 perl optional 
libaudio-wav-perl_0.02-2_all.deb

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

iD8DBQFCrBmjIblXXKfZFgIRAq5wAJwMaPBJzNB8RQjy3gL4CUkCHToRQACgicfh
/SIevADzLaAPl8mxNv+Ympw=
=NOx1
-END PGP SIGNATURE-


Accepted:
libaudio-wav-perl_0.02-2.diff.gz
  to pool/main/liba/libaudio-wav-perl/libaudio-wav-perl_0.02-2.diff.gz
libaudio-wav-perl_0.02-2.dsc
  to pool/main/liba/libaudio-wav-perl/libaudio-wav-perl_0.02-2.dsc
libaudio-wav-perl_0.02-2_all.deb
  to pool/main/liba/libaudio-wav-perl/libaudio-wav-perl_0.02-2_all.deb


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



Accepted postgrey 1.21-2 (all source)

2005-06-12 Thread Adrian von Bidder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 13:42:15 +0200
Source: postgrey
Binary: postgrey
Architecture: source all
Version: 1.21-2
Distribution: unstable
Urgency: low
Maintainer: Adrian von Bidder [EMAIL PROTECTED]
Changed-By: Adrian von Bidder [EMAIL PROTECTED]
Description: 
 postgrey   - greylisting implementation for Postfix
Closes: 265856 308381 309515 313140
Changes: 
 postgrey (1.21-2) unstable; urgency=low
 .
   * Debconf translations:
 * cz, thanks to Miroslav Kure (closes: #308381)
 * ru, thanks to Yuriy Talakan (closes: #313140)
   * sarge has postfix 2.1, and Conflicts: wasn't strictly necessary anyway
 (closes: #265856)
   * allow passing --greylist-text with spaces (closes: #309515)
 thanks to Sven Müller for providing an easy solution
Files: 
 11270262b87381cfb3aeec24be33decb 681 mail optional postgrey_1.21-2.dsc
 714083753ad5918735dde641d696d546 13958 mail optional postgrey_1.21-2.diff.gz
 5b63ec7546b6bca19923a62c404fc76d 43002 mail optional postgrey_1.21-2_all.deb

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

iEYEARECAAYFAkKsIGUACgkQi6Qxi+Wn99aDxQCgo1r0FXJdsutrcww8aQfVOhVe
nygAoJuWvoU7C2lwUplUor7LHYyBcAa3
=PSF2
-END PGP SIGNATURE-


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


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



Accepted libpetal-perl 2.05-2 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:00:26 +1000
Source: libpetal-perl
Binary: libpetal-perl
Architecture: source all
Version: 2.05-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 libpetal-perl - Perl Template Attribute Language - TAL for perl
Closes: 300011
Changes: 
 libpetal-perl (2.05-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: fixed typo in package description (closes: #300011)
Files: 
 d692bf4dd7c874526a8575f63599521f 643 perl optional libpetal-perl_2.05-2.dsc
 d028b63a12ae9458abd4f1ed0e5f8fa7 1537 perl optional 
libpetal-perl_2.05-2.diff.gz
 ec076ea30572f182a733fa62008b2292 57046 perl optional 
libpetal-perl_2.05-2_all.deb

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

iD8DBQFCrCROIblXXKfZFgIRArAnAKDPLI/pcbDZ1v6721FWdrgGiJnULwCfUyVR
22D6giOtUIa6iSahLsYP9TM=
=N6KN
-END PGP SIGNATURE-


Accepted:
libpetal-perl_2.05-2.diff.gz
  to pool/main/libp/libpetal-perl/libpetal-perl_2.05-2.diff.gz
libpetal-perl_2.05-2.dsc
  to pool/main/libp/libpetal-perl/libpetal-perl_2.05-2.dsc
libpetal-perl_2.05-2_all.deb
  to pool/main/libp/libpetal-perl/libpetal-perl_2.05-2_all.deb


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



Accepted libgnome-java 2.10.1-1 (i386 source all)

2005-06-12 Thread Mark Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 11:51:56 +0100
Source: libgnome-java
Binary: libgnome-jni libgnome-java
Architecture: source all i386
Version: 2.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Mark Howard [EMAIL PROTECTED]
Changed-By: Mark Howard [EMAIL PROTECTED]
Description: 
 libgnome-java - Gnome bindings for Java
 libgnome-jni - Gnome bindings for Java
Changes: 
 libgnome-java (2.10.1-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 25ed58e6b176f516c02a906cc49522bc 744 libs optional libgnome-java_2.10.1-1.dsc
 fed25d0e83bd62dc0667ed85a4bd1ec8 484331 libs optional 
libgnome-java_2.10.1.orig.tar.gz
 e0e15ac334bca47bb4b1925aa7698697 2341 libs optional 
libgnome-java_2.10.1-1.diff.gz
 9e6106a61b5bf62e042633f4c2675f23 322546 libs optional 
libgnome-java_2.10.1-1_all.deb
 efac0049e88d260c0919d099211a30d8 246738 libs optional 
libgnome-jni_2.10.1-1_i386.deb

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

iD8DBQFCrCSDRIB09ZZvujwRAhy6AKCa8LBzczUR6g/QyuOt3sM4bGF0IwCg1EKP
B0jVf+/ILM2p4RIAbI4pdmg=
=PBtf
-END PGP SIGNATURE-


Accepted:
libgnome-java_2.10.1-1.diff.gz
  to pool/main/libg/libgnome-java/libgnome-java_2.10.1-1.diff.gz
libgnome-java_2.10.1-1.dsc
  to pool/main/libg/libgnome-java/libgnome-java_2.10.1-1.dsc
libgnome-java_2.10.1-1_all.deb
  to pool/main/libg/libgnome-java/libgnome-java_2.10.1-1_all.deb
libgnome-java_2.10.1.orig.tar.gz
  to pool/main/libg/libgnome-java/libgnome-java_2.10.1.orig.tar.gz
libgnome-jni_2.10.1-1_i386.deb
  to pool/main/libg/libgnome-java/libgnome-jni_2.10.1-1_i386.deb


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



Accepted libmkdoc-xml-perl 0.70-2 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 21:55:12 +1000
Source: libmkdoc-xml-perl
Binary: libmkdoc-xml-perl
Architecture: source all
Version: 0.70-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 libmkdoc-xml-perl - MKDoc XML Toolkit
Changes: 
 libmkdoc-xml-perl (0.70-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 fe135b5a3e1c3850167b4e101e71c335 628 perl optional libmkdoc-xml-perl_0.70-2.dsc
 3f7e6eed8e2b3d9f36a76973343c2a37 1386 perl optional 
libmkdoc-xml-perl_0.70-2.diff.gz
 4b07c79272800d3681be6449bc15dad5 59652 perl optional 
libmkdoc-xml-perl_0.70-2_all.deb

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

iD8DBQFCrCNrIblXXKfZFgIRAmS3AKC+NfGakoYQ95zlGBD7xq1fTW1LNACfWMAK
BNWRPDj7Xas+0OmZhsfAX1U=
=GVxs
-END PGP SIGNATURE-


Accepted:
libmkdoc-xml-perl_0.70-2.diff.gz
  to pool/main/libm/libmkdoc-xml-perl/libmkdoc-xml-perl_0.70-2.diff.gz
libmkdoc-xml-perl_0.70-2.dsc
  to pool/main/libm/libmkdoc-xml-perl/libmkdoc-xml-perl_0.70-2.dsc
libmkdoc-xml-perl_0.70-2_all.deb
  to pool/main/libm/libmkdoc-xml-perl/libmkdoc-xml-perl_0.70-2_all.deb


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



Accepted pcsc-tools 1.4.1-1 (i386 source)

2005-06-12 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 08:58:38 +
Source: pcsc-tools
Binary: pcsc-tools
Architecture: source i386
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 pcsc-tools - Some tools to use with smart cards and PC/SC
Changes: 
 pcsc-tools (1.4.1-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 5463a6f672cf1bfdc208403531ab8a75 633 utils extra pcsc-tools_1.4.1-1.dsc
 1776ef39b1a09c00e21bdcabe49c4888 41107 utils extra pcsc-tools_1.4.1.orig.tar.gz
 4b4bd293c98b0405acf3430b123102c7 2996 utils extra pcsc-tools_1.4.1-1.diff.gz
 cea304e8b9fc4e10ce105cf46183f672 39924 utils extra pcsc-tools_1.4.1-1_i386.deb

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

iD8DBQFCrCUlP0qKj+B/HPkRArmbAJ4365rpgqitL30Iv0xotO3ajbitoACdHf9Q
4upSwGGLhubo9RKLS+nQlOE=
=waeG
-END PGP SIGNATURE-


Accepted:
pcsc-tools_1.4.1-1.diff.gz
  to pool/main/p/pcsc-tools/pcsc-tools_1.4.1-1.diff.gz
pcsc-tools_1.4.1-1.dsc
  to pool/main/p/pcsc-tools/pcsc-tools_1.4.1-1.dsc
pcsc-tools_1.4.1-1_i386.deb
  to pool/main/p/pcsc-tools/pcsc-tools_1.4.1-1_i386.deb
pcsc-tools_1.4.1.orig.tar.gz
  to pool/main/p/pcsc-tools/pcsc-tools_1.4.1.orig.tar.gz


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



Accepted zope-backtalk 0.3-6 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:13:15 +1000
Source: zope-backtalk
Binary: zope-backtalk
Architecture: source all
Version: 0.3-6
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 zope-backtalk - A document annotation, editing, and production system - Zope
Changes: 
 zope-backtalk (0.3-6) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 f37d2198c1c846f02d199e97ccca0bc1 591 web extra zope-backtalk_0.3-6.dsc
 3236d5614f5c702ee838fd4c4c159357 3175 web extra zope-backtalk_0.3-6.diff.gz
 4dbb5e9e1b270a8e29ef5647bff3861c 54454 web extra zope-backtalk_0.3-6_all.deb

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

iD8DBQFCrCiZIblXXKfZFgIRAs9vAJ9UPOJaczxYByDLJggJbUOGR1nF8QCgln+b
KZKtqo1s6Pcx31DxZZMzk0w=
=M5Ec
-END PGP SIGNATURE-


Accepted:
zope-backtalk_0.3-6.diff.gz
  to pool/main/z/zope-backtalk/zope-backtalk_0.3-6.diff.gz
zope-backtalk_0.3-6.dsc
  to pool/main/z/zope-backtalk/zope-backtalk_0.3-6.dsc
zope-backtalk_0.3-6_all.deb
  to pool/main/z/zope-backtalk/zope-backtalk_0.3-6_all.deb


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



Accepted libgconf-java 2.10.1-1 (i386 source)

2005-06-12 Thread Mark Howard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 13:06:51 +0100
Source: libgconf-java
Binary: libgconf-java
Architecture: source i386
Version: 2.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Mark Howard [EMAIL PROTECTED]
Changed-By: Mark Howard [EMAIL PROTECTED]
Description: 
 libgconf-java - Gconf bindings for Java
Changes: 
 libgconf-java (2.10.1-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 2845529f05759e52fce90f0c847e3ae6 706 libs optional libgconf-java_2.10.1-1.dsc
 4599ab7a35c5651e11987486305eafc6 328781 libs optional 
libgconf-java_2.10.1.orig.tar.gz
 6e10f6ba832ddffb41735df58f125024 2134 libs optional 
libgconf-java_2.10.1-1.diff.gz
 f2a57fd57db9f7b8143a33fa2490ebc5 87750 libs optional 
libgconf-java_2.10.1-1_i386.deb

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

iD8DBQFCrClpRIB09ZZvujwRAuTmAKDf5DUedOQNiKiDsUfWbrZBe5LGXQCg0B2L
TNJ1jZC6mep9V8MXwEUqgrw=
=Xvc1
-END PGP SIGNATURE-


Accepted:
libgconf-java_2.10.1-1.diff.gz
  to pool/main/libg/libgconf-java/libgconf-java_2.10.1-1.diff.gz
libgconf-java_2.10.1-1.dsc
  to pool/main/libg/libgconf-java/libgconf-java_2.10.1-1.dsc
libgconf-java_2.10.1-1_i386.deb
  to pool/main/libg/libgconf-java/libgconf-java_2.10.1-1_i386.deb
libgconf-java_2.10.1.orig.tar.gz
  to pool/main/libg/libgconf-java/libgconf-java_2.10.1.orig.tar.gz


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




Accepted zope-cmfpgforum 1.0.0b-3 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:33:52 +1000
Source: zope-cmfpgforum
Binary: zope-cmfpgforum
Architecture: source all
Version: 1.0.0b-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 zope-cmfpgforum - CMFpgForum is a CMF forum that uses a PostgreSQL database
Changes: 
 zope-cmfpgforum (1.0.0b-3) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 00f30203791aa01bc4f59a319d5e853c 608 web extra zope-cmfpgforum_1.0.0b-3.dsc
 899e86ff9b68d4d40d44c003def62fd0 4577 web extra 
zope-cmfpgforum_1.0.0b-3.diff.gz
 b7a0065886a9f4197e02238533058afb 44090 web extra 
zope-cmfpgforum_1.0.0b-3_all.deb

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

iD8DBQFCrCwxIblXXKfZFgIRAisUAJ9T1Bln6sGUmjmm/cEwFluYNwgEMACfTP/3
BBd047jOrHPrHt3nqIA7Eiw=
=r6X9
-END PGP SIGNATURE-


Accepted:
zope-cmfpgforum_1.0.0b-3.diff.gz
  to pool/main/z/zope-cmfpgforum/zope-cmfpgforum_1.0.0b-3.diff.gz
zope-cmfpgforum_1.0.0b-3.dsc
  to pool/main/z/zope-cmfpgforum/zope-cmfpgforum_1.0.0b-3.dsc
zope-cmfpgforum_1.0.0b-3_all.deb
  to pool/main/z/zope-cmfpgforum/zope-cmfpgforum_1.0.0b-3_all.deb


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



Accepted zope-lockablefolder 0.1.0-5 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:41:14 +1000
Source: zope-lockablefolder
Binary: zope-lockablefolder
Architecture: source all
Version: 0.1.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 zope-lockablefolder - variant of the standard Folder that can restrict access 
to its co
Changes: 
 zope-lockablefolder (0.1.0-5) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 af7816c4c22e42c04c46f73bf62827d0 620 web extra zope-lockablefolder_0.1.0-5.dsc
 28b96a7d4d6a8cc24fb50f1170b1777b 4093 web extra 
zope-lockablefolder_0.1.0-5.diff.gz
 eb89bd9766b8b5ff8983f769886a6175 12654 web extra 
zope-lockablefolder_0.1.0-5_all.deb

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

iD8DBQFCrC29IblXXKfZFgIRAgS8AJ42lBUTofModiphI9y7ArTuJbHrJwCgry0X
c41QVuCFRtBn5vSEwu6rF2I=
=Ta+n
-END PGP SIGNATURE-


Accepted:
zope-lockablefolder_0.1.0-5.diff.gz
  to pool/main/z/zope-lockablefolder/zope-lockablefolder_0.1.0-5.diff.gz
zope-lockablefolder_0.1.0-5.dsc
  to pool/main/z/zope-lockablefolder/zope-lockablefolder_0.1.0-5.dsc
zope-lockablefolder_0.1.0-5_all.deb
  to pool/main/z/zope-lockablefolder/zope-lockablefolder_0.1.0-5_all.deb


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



Accepted netpanzer 0.8+svn20050612-1 (i386 source)

2005-06-12 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 13:48:12 +0200
Source: netpanzer
Binary: netpanzer
Architecture: source i386
Version: 0.8+svn20050612-1
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 netpanzer  - online multiplayer tactical warfare game
Closes: 296877 312918
Changes: 
 netpanzer (0.8+svn20050612-1) unstable; urgency=low
 .
   * New SVN snapshot.
 - fixes crash with not full servers under PowerPC (Closes: #312918)
   * Hints are not long titles. Fixed menu file (Closes: #296877)
Files: 
 192b13e390cfe009790b1afa9283e086 700 games optional 
netpanzer_0.8+svn20050612-1.dsc
 3e3e6c90388502d89ff1ac804c928ca1 485715 games optional 
netpanzer_0.8+svn20050612.orig.tar.gz
 8255b7b3d64d474a6eb789186bd39f82 3765 games optional 
netpanzer_0.8+svn20050612-1.diff.gz
 71153fa4d9a042adec5addee42514b47 472194 games optional 
netpanzer_0.8+svn20050612-1_i386.deb

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

iD8DBQFCrCi9hQui3hP+/EARAhZ2AKC5lYoUHLwvZxO/QGijE+Dbu3n04gCeLXoV
/QQeILGSBfnZ0t9T1T0/j9M=
=qsYH
-END PGP SIGNATURE-


Accepted:
netpanzer_0.8+svn20050612-1.diff.gz
  to pool/main/n/netpanzer/netpanzer_0.8+svn20050612-1.diff.gz
netpanzer_0.8+svn20050612-1.dsc
  to pool/main/n/netpanzer/netpanzer_0.8+svn20050612-1.dsc
netpanzer_0.8+svn20050612-1_i386.deb
  to pool/main/n/netpanzer/netpanzer_0.8+svn20050612-1_i386.deb
netpanzer_0.8+svn20050612.orig.tar.gz
  to pool/main/n/netpanzer/netpanzer_0.8+svn20050612.orig.tar.gz


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



Accepted zope-callprofiler 1.4-3 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:24:21 +1000
Source: zope-callprofiler
Binary: zope-callprofiler
Architecture: source all
Version: 1.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 zope-callprofiler - profile your Zope website
Changes: 
 zope-callprofiler (1.4-3) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: add dependency on python2.2
Files: 
 5b39de04e84306a4de11aa77a12c6cf2 607 web extra zope-callprofiler_1.4-3.dsc
 12430e515fb556332b6201b978032bd6 3766 web extra zope-callprofiler_1.4-3.diff.gz
 2a0322dc17d270e175d97240c22297a8 16360 web extra 
zope-callprofiler_1.4-3_all.deb

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

iD8DBQFCrCtyIblXXKfZFgIRAmeoAJ9q29mTpFuKk6nvTT0yxJKxXj5OAgCgwzDL
oeBVSav3CIfqUPEV6h7i6Jk=
=CEaR
-END PGP SIGNATURE-


Accepted:
zope-callprofiler_1.4-3.diff.gz
  to pool/main/z/zope-callprofiler/zope-callprofiler_1.4-3.diff.gz
zope-callprofiler_1.4-3.dsc
  to pool/main/z/zope-callprofiler/zope-callprofiler_1.4-3.dsc
zope-callprofiler_1.4-3_all.deb
  to pool/main/z/zope-callprofiler/zope-callprofiler_1.4-3_all.deb


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



Accepted zope-kinterbasdbda 1.0-4 (all source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:38:55 +1000
Source: zope-kinterbasdbda
Binary: zope-kinterbasdbda
Architecture: source all
Version: 1.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 zope-kinterbasdbda - Zope Database Adapter for Interbase/Firebird
Closes: 300057
Changes: 
 zope-kinterbasdbda (1.0-4) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: Fixed typo in package description (closes: #300057)
Files: 
 c6719e5c5f9de0989662c07b6696b396 610 web extra zope-kinterbasdbda_1.0-4.dsc
 4662ce1c6aa67d48fd3977cc0f9822b8 4550 web extra 
zope-kinterbasdbda_1.0-4.diff.gz
 d65a6103a0df16a0f5be6c42d32d0141 8718 web extra 
zope-kinterbasdbda_1.0-4_all.deb

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

iD8DBQFCrC1CIblXXKfZFgIRApIjAJ4kbZn4Ey7ih83PMjREf3gacDUlIACdEiGG
R8EX2wbPuN1NSFY3gO7WiTU=
=1kFp
-END PGP SIGNATURE-


Accepted:
zope-kinterbasdbda_1.0-4.diff.gz
  to pool/main/z/zope-kinterbasdbda/zope-kinterbasdbda_1.0-4.diff.gz
zope-kinterbasdbda_1.0-4.dsc
  to pool/main/z/zope-kinterbasdbda/zope-kinterbasdbda_1.0-4.dsc
zope-kinterbasdbda_1.0-4_all.deb
  to pool/main/z/zope-kinterbasdbda/zope-kinterbasdbda_1.0-4_all.deb


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



Accepted argus 1:2.0.6.fixes.1-5 (i386 source)

2005-06-12 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:47:19 +1000
Source: argus
Binary: argus-server
Architecture: source i386
Version: 1:2.0.6.fixes.1-5
Distribution: unstable
Urgency: low
Maintainer: Andrew Pollock [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 argus-server - IP network transaction auditing tool
Closes: 313115
Changes: 
 argus (1:2.0.6.fixes.1-5) unstable; urgency=low
 .
   * Added Vietnamese template translation (Cám ón Clytie Siddall) (closes:
 #313115)
Files: 
 91b5dc0d912a2f13b5e73c5f08c73f4d 658 net optional argus_2.0.6.fixes.1-5.dsc
 1d8f4a36e34dc9e1cf986cf1d754796f 22218 net optional 
argus_2.0.6.fixes.1-5.diff.gz
 67a825d55fb26f41c556f07b47efa74e 134440 net optional 
argus-server_2.0.6.fixes.1-5_i386.deb

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

iD8DBQFCrDCQIblXXKfZFgIRAjZWAKC71GPHik+we4lzNUgTw1YBSzFxFQCeNFNl
K1WmoHEg7Jgx1GSe2ojxpBQ=
=pLcF
-END PGP SIGNATURE-


Accepted:
argus-server_2.0.6.fixes.1-5_i386.deb
  to pool/main/a/argus/argus-server_2.0.6.fixes.1-5_i386.deb
argus_2.0.6.fixes.1-5.diff.gz
  to pool/main/a/argus/argus_2.0.6.fixes.1-5.diff.gz
argus_2.0.6.fixes.1-5.dsc
  to pool/main/a/argus/argus_2.0.6.fixes.1-5.dsc


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



Accepted hydrogen 0.9.2beta3-1 (i386 source)

2005-06-12 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 15:43:07 +0200
Source: hydrogen
Binary: hydrogen
Architecture: source i386
Version: 0.9.2beta3-1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 hydrogen   - Simple drum machine/step sequencer
Changes: 
 hydrogen (0.9.2beta3-1) unstable; urgency=low
 .
   * New upstream version
Files: 
 213011e02254c2fd2684198dcc44d9f9 751 sound optional hydrogen_0.9.2beta3-1.dsc
 33dd43d1db4468da5e830c6621878c7f 2334396 sound optional 
hydrogen_0.9.2beta3.orig.tar.gz
 22ecf7f07be63eaacebd95e1731901fd 2650 sound optional 
hydrogen_0.9.2beta3-1.diff.gz
 53c0175c724e8ab1ab3eedfdda2a9ee7 2833512 sound optional 
hydrogen_0.9.2beta3-1_i386.deb

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

iD8DBQFCrEBF1pbKhmC2uVgRAr8oAJ9yv13TqW2AmTmc1FRqxA2mSftA3wCeOSwa
A9N4pTcC/gwfy/mA8O2RdQg=
=i3vQ
-END PGP SIGNATURE-


Accepted:
hydrogen_0.9.2beta3-1.diff.gz
  to pool/main/h/hydrogen/hydrogen_0.9.2beta3-1.diff.gz
hydrogen_0.9.2beta3-1.dsc
  to pool/main/h/hydrogen/hydrogen_0.9.2beta3-1.dsc
hydrogen_0.9.2beta3-1_i386.deb
  to pool/main/h/hydrogen/hydrogen_0.9.2beta3-1_i386.deb
hydrogen_0.9.2beta3.orig.tar.gz
  to pool/main/h/hydrogen/hydrogen_0.9.2beta3.orig.tar.gz


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



Accepted debootstrap 0.3.0 (i386 source)

2005-06-12 Thread Anthony Towns
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 23:49:58 +1000
Source: debootstrap
Binary: debootstrap-udeb debootstrap
Architecture: source i386
Version: 0.3.0
Distribution: unstable
Urgency: low
Maintainer: Anthony Towns [EMAIL PROTECTED]
Changed-By: Anthony Towns aj@azure.humbug.org.au
Description: 
 debootstrap - Bootstrap a basic Debian system
 debootstrap-udeb - Bootstrap the Debian system (udeb)
Closes: 161987 168473 191793 202529 241795 248398 252907 253387 253468 256255 
258524 266119 272257 278158 283752 283810 285777 295571 308774 312417 312701
Changes: 
 debootstrap (0.3.0) unstable; urgency=low
 .
   * The Gernot Heiser release, dedicated to everyone who drinks enough to
 lose their better judgement, and those of us who didn't have any in
 the first place.
 .
   * Major update. New features:
 + Use $TARGET/debootstrap directory for state info
   (--keep-debootstrap-dir)
 + Support for cross-strapping (--foreign / --second-stage)
   (Closes: Bug#202529)
 + Support for resolving dependencies (--resolve-deps)
 + Support for Debian etch, and Ubuntu warty and hoary (Closes: Bug#312417)
 + Support for handling variants within the main suite script
 + Support for other versions of base packages in /v/c/apt/archives
 + Initial support for fine-grained dpkg progress display, thanks to
   Colin Watson (currently only for warty and hoary)
 + Initial support for determining base system dynamically.
 + No longer display debootstrap.invalid when working with
   Release/Packages files. (Closes: Bug#241795, Bug#256255)
 + Ignores failures for on_exit cleanup commands. (Closes: Bug#253387,
   Bug#253468, Bug#308774)
 + Early reporting of unavailable packages.
 + More efficient parsing of Packages files.
 + Generalised additions and exclusions. (Closes: Bug#191793)
 + Handles symlinked configuration files in /etc a little better.
   (Closes: Bug#161987, Bug#252907, Bug#272257)
 .
   * Dropped support for slink.
 .
   * Use ln -fs for mawk/awk link. (Closes: Bug#248398, Bug#258524)
 .
   * Dropped mail-transport-agent, and hence mailx and at from sid/etch base.
 (Closes: Bug#168473)
   * Dropped ipchains for i386 (Closes: Bug#266119)
   * Other minor changes to meet dependencies, also. (Closes: Bug#312701)
 .
   * Minor manpage fixes. (Closes: Bug#285777)
   * Add check for specifying no components (CloseS: Bug#283810)
 .
   * Include 0.2.45 NMUs, thanks to Steve Langasek.
 (Closes: Bug#295571, Bug#283752, Bug#278158)
Files: 
 f1d318f0213ee419916dc1534e89f5fb 600 admin - debootstrap_0.3.0.dsc
 dadf96dc47cd83aac9394b0fc5c426d3 42265 admin - debootstrap_0.3.0.tar.gz
 e2e3c832c9fe060c9423f677ad6de39a 47578 debian-installer required 
debootstrap-udeb_0.3.0_i386.udeb
 e70c78f259390cd7947d136c07e73b46 69354 admin extra debootstrap_0.3.0_i386.deb

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

iEYEARECAAYFAkKsSVkACgkQOxe8dCpOPqpz6QCfYs0cHIHl+D1mPmFKq0vpnISE
m8sAn1VC8gnSJosmy3fzreaILzHAajEJ
=DzUr
-END PGP SIGNATURE-


Accepted:
debootstrap-udeb_0.3.0_i386.udeb
  to pool/main/d/debootstrap/debootstrap-udeb_0.3.0_i386.udeb
debootstrap_0.3.0.dsc
  to pool/main/d/debootstrap/debootstrap_0.3.0.dsc
debootstrap_0.3.0.tar.gz
  to pool/main/d/debootstrap/debootstrap_0.3.0.tar.gz
debootstrap_0.3.0_i386.deb
  to pool/main/d/debootstrap/debootstrap_0.3.0_i386.deb


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



Accepted findutils 4.2.20-3 (i386 source)

2005-06-12 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 17:05:41 +0200
Source: findutils
Binary: findutils
Architecture: source i386
Version: 4.2.20-3
Distribution: unstable
Urgency: low
Maintainer: Andreas Metzler [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 findutils  - utilities for finding files--find, xargs, and locate
Closes: 313079
Changes: 
 findutils (4.2.20-3) unstable; urgency=low
 .
   * find dir/foo -depth -empty was broken. Pull fix from 4.2.21.
 (Closes: #313079)
Files: 
 6695f1d5ed42835e97f590284aae4149 663 base required findutils_4.2.20-3.dsc
 6738736ce15e0627cd480f4c6c5af435 13347 base required findutils_4.2.20-3.diff.gz
 712c9286f3b281bfddcd863cee08843b 306178 base required 
findutils_4.2.20-3_i386.deb

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

iD8DBQFCrFO0HTOcZYuNdmMRAqo9AJ98uuVuCGIWlc5UcPrzAJ/uNrMYDgCfcycN
KJ/ya+EYR8dPgXEYIVoalpQ=
=JIEu
-END PGP SIGNATURE-


Accepted:
findutils_4.2.20-3.diff.gz
  to pool/main/f/findutils/findutils_4.2.20-3.diff.gz
findutils_4.2.20-3.dsc
  to pool/main/f/findutils/findutils_4.2.20-3.dsc
findutils_4.2.20-3_i386.deb
  to pool/main/f/findutils/findutils_4.2.20-3_i386.deb


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



Accepted binutils-m68hc1x 1:2.15+3.0.1-1 (i386 source)

2005-06-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 17:30:13 +0200
Source: binutils-m68hc1x
Binary: binutils-m68hc1x
Architecture: source i386
Version: 1:2.15+3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 binutils-m68hc1x - binary utilities that support Motorola's 68HC11/12 targets
Changes: 
 binutils-m68hc1x (1:2.15+3.0.1-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 f42c16428ad8e355dd78856fe1134089 675 devel extra 
binutils-m68hc1x_2.15+3.0.1-1.dsc
 6abf2bc8c5adea24a058787aa89abae6 11090641 devel extra 
binutils-m68hc1x_2.15+3.0.1.orig.tar.gz
 52892b0788f1246107e96de2f62c2724 230 devel extra 
binutils-m68hc1x_2.15+3.0.1-1.diff.gz
 694e9de2d418d5d03b1f7b2877f8dd97 2445260 devel extra 
binutils-m68hc1x_2.15+3.0.1-1_i386.deb

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

iD8DBQFCrFauw3ao2vG823MRAj/fAJ4m7l163Q50CEZlRLZK8v6HnEwKhgCfbopD
qONVKU7YSwp/+UTW83IQRrE=
=M2T5
-END PGP SIGNATURE-


Accepted:
binutils-m68hc1x_2.15+3.0.1-1.diff.gz
  to pool/main/b/binutils-m68hc1x/binutils-m68hc1x_2.15+3.0.1-1.diff.gz
binutils-m68hc1x_2.15+3.0.1-1.dsc
  to pool/main/b/binutils-m68hc1x/binutils-m68hc1x_2.15+3.0.1-1.dsc
binutils-m68hc1x_2.15+3.0.1-1_i386.deb
  to pool/main/b/binutils-m68hc1x/binutils-m68hc1x_2.15+3.0.1-1_i386.deb
binutils-m68hc1x_2.15+3.0.1.orig.tar.gz
  to pool/main/b/binutils-m68hc1x/binutils-m68hc1x_2.15+3.0.1.orig.tar.gz


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



Accepted dpkg 1.13.9 (i386 source all)

2005-06-12 Thread Scott James Remnant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 15:52:43 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.13.9
Distribution: unstable
Urgency: low
Maintainer: Scott James Remnant [EMAIL PROTECTED]
Changed-By: Scott James Remnant [EMAIL PROTECTED]
Description: 
 dpkg   - Package maintenance system for Debian
 dpkg-dev   - Package building tools for Debian
 dselect- a user tool to manage Debian packages
Closes: 21236 156317 193653 246802 249496 282323 304297 307139
Changes: 
 dpkg (1.13.9) unstable; urgency=low
 .
   The On like Donkey Kong Release.
 .
   * Only open the log file when we first need to write to it, this avoids
 the need to suppress errors when not root which fakeroot defeated anyway.
   * Stop dpkg-source clobbering an existing .orig directory during unpacking.
 Closes: #21236.
   * Allow an alternate output directory to be specified to dpkg-source by
 giving a second argument to -x.  Closes: #246802, #282323.
   * Added .arch-inventory to default diff ignore regexp.  Closes: #304297.
 .
   SELinux support (Manoj Srivastava):
   * On SELinux-enabled systems, try to set the security context when the
 package is unpacked.  Closes: #193653, #249496, #307139.
   * Added build-dependancy on libselinux1-dev.
 .
   Improvements to dpkg-source (Brendan O'Dea):
   * Support unpacking of Wig And Pen (Format 2.0) source packages.
   * Multiple pristine upstream tarballs allowed.
   * Native and upstream tarballs may be bzip2-compressed instead of gzip,
 as may the debian diff or tarball.
   * Unsupported format error fixed to output the unsupported format
 rather than the supported one.  Closes: #156317.
Files: 
 3de37042afe8c16293e23402936dba18 622 base required dpkg_1.13.9.dsc
 11351b33bcd380f849e3ce1e24b1ce2e 3557423 base required dpkg_1.13.9.tar.gz
 7c534ffbcdb85a133f33cfc5f60332e3 1781280 base required dpkg_1.13.9_i386.deb
 88135455172d9144ca78cdd06784cd1a 120494 base required dselect_1.13.9_i386.deb
 2450a224892ab56d6d9a9c19f10e7650 162762 utils standard dpkg-dev_1.13.9_all.deb

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

iD8DBQFCrFjDIexP3IStZ2wRAkmIAJ0RPWcgEXgPIVo/qxUdkvIg4XT95QCgq5HA
6knfxRHT+I65fJDZ57H35rs=
=2sT8
-END PGP SIGNATURE-


Accepted:
dpkg-dev_1.13.9_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.13.9_all.deb
dpkg_1.13.9.dsc
  to pool/main/d/dpkg/dpkg_1.13.9.dsc
dpkg_1.13.9.tar.gz
  to pool/main/d/dpkg/dpkg_1.13.9.tar.gz
dpkg_1.13.9_i386.deb
  to pool/main/d/dpkg/dpkg_1.13.9_i386.deb
dselect_1.13.9_i386.deb
  to pool/main/d/dpkg/dselect_1.13.9_i386.deb


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



Accepted libavc1394 0.5.0-2 (i386 source)

2005-06-12 Thread Daniel Kobras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 16:52:15 +0200
Source: libavc1394
Binary: libavc1394-0 libavc1394-dev
Architecture: source i386
Version: 0.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Daniel Kobras [EMAIL PROTECTED]
Description: 
 libavc1394-0 - control IEEE 1394 audio/video devices
 libavc1394-dev - control IEEE 1394 audio/video devices (development files)
Changes: 
 libavc1394 (0.5.0-2) unstable; urgency=low
 .
   * Move new upstream version from experimental to unstable.
 .
 libavc1394 (0.5.0-1) experimental; urgency=low
 .
   * New upstream version.
   * Added patches:
 + [10_plugs_are_devel_only] Converted from previous diff.gz.
   Clarify that pluginfo option in dvcont is not meant to be
   understood by non-developers.
   * debian/control: libavc1394 now ships with a .pc file, so suggest
 pkg-config in -dev package.
   * debian/control: Build-depend on pkg-config for new libraw check.
   * debian/control: Build-depend on dpatch.
   * debian/control: New minimum version of libraw1394 is 1.0.0,
 corresponding to version 0.10.1 in Debian. (No idea why version
 schemes differ.) Adjust build dependencies accordingly.
   * debian/control: Add description for new binary mkrfc2734.
   * debian/rules: Introduce shlibs version because of new timecode
 API functions added in this release.
   * debian/rules: Add hooks for dpatch system.
Files: 
 b0fd6d5c029579a21c1449af46c0ab7e 651 libs extra libavc1394_0.5.0-2.dsc
 fd9b9ceebe846c974d04fcf4d1c3b6a7 4435 libs extra libavc1394_0.5.0-2.diff.gz
 a796514cda36e1e4957f5d204fefef29 25286 libdevel extra 
libavc1394-dev_0.5.0-2_i386.deb
 e95f2b52a28e45441f702a1f9bb09645 18654 libs extra libavc1394-0_0.5.0-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

iD4DBQFCrFfipOKIA4m/fisRAgREAKDDfvrbF6NAyNrAxQcme6H48XNTfwCYiaAD
OqBYkKXdaectDOR6stcDSQ==
=EWUQ
-END PGP SIGNATURE-


Accepted:
libavc1394-0_0.5.0-2_i386.deb
  to pool/main/liba/libavc1394/libavc1394-0_0.5.0-2_i386.deb
libavc1394-dev_0.5.0-2_i386.deb
  to pool/main/liba/libavc1394/libavc1394-dev_0.5.0-2_i386.deb
libavc1394_0.5.0-2.diff.gz
  to pool/main/liba/libavc1394/libavc1394_0.5.0-2.diff.gz
libavc1394_0.5.0-2.dsc
  to pool/main/liba/libavc1394/libavc1394_0.5.0-2.dsc


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



Accepted ccache 2.4-1 (i386 source)

2005-06-12 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 12:05:34 -0400
Source: ccache
Binary: ccache
Architecture: source i386
Version: 2.4-1
Distribution: unstable
Urgency: low
Maintainer: Francois Marier [EMAIL PROTECTED]
Changed-By: Francois Marier [EMAIL PROTECTED]
Description: 
 ccache - Compiler results cacher, for fast recompiles
Closes: 174417 177129 200185 229116 239640 261177 269158 273753 299880 312867
Changes: 
 ccache (2.4-1) unstable; urgency=low
 .
   * New maintainer (closes: #312867)
   * New upstream version: (closes: #273753, #239640)
 - New CCACHE_READONLY and CCACHE_TEMPDIR options
 - Fixed handling of hard-linked compilers on AIX
 - Fixed handling of HOME environment variable (closes: #299880)
 - Show cache directory in stats output
   * Fix copyright file
   * Add 'distcc' to Suggests (closes: #269158)
   * Add a note about whitespace in README.Debian (closes: #229116)
   * Update rules to add symmlinks for gcc 3.4  4.0 (closes: #261177)
   * Acknowledge NMUs (closes: #200185, #177129, #174417)
Files: 
 89235f9783a0c551b30cd5f97419fe35 566 devel optional ccache_2.4-1.dsc
 73c1ed1e767c1752dd0f548ec1e66ce7 86363 devel optional ccache_2.4.orig.tar.gz
 1b753261d29a70a5f83f81b4f81ab6f4 25897 devel optional ccache_2.4-1.diff.gz
 424e174c057cf0a9bf605f1c5202a8e5 25728 devel optional ccache_2.4-1_i386.deb

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

iD8DBQFCrF+8ScUZKBnQNIYRArFJAJ9iKVkdkdWhGoFexNBCX6tomdohtgCgmzq+
pAFUSG6MmCacfCiPRDtqrGc=
=oqNf
-END PGP SIGNATURE-


Accepted:
ccache_2.4-1.diff.gz
  to pool/main/c/ccache/ccache_2.4-1.diff.gz
ccache_2.4-1.dsc
  to pool/main/c/ccache/ccache_2.4-1.dsc
ccache_2.4-1_i386.deb
  to pool/main/c/ccache/ccache_2.4-1_i386.deb
ccache_2.4.orig.tar.gz
  to pool/main/c/ccache/ccache_2.4.orig.tar.gz


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



Accepted linux-kernel-headers 2.6.12+0rc6-1 (powerpc sparc i386 source)

2005-06-12 Thread GOTO Masanori
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 28 May 2005 00:00:34 +0900
Source: linux-kernel-headers
Binary: linux-kernel-headers
Architecture: i386 powerpc source sparc 
Version: 2.6.12+0rc6-1
Distribution: experimental
Urgency: low
Maintainer: GOTO Masanori [EMAIL PROTECTED]
Changed-By: GOTO Masanori [EMAIL PROTECTED]
Description: 
 linux-kernel-headers - Linux Kernel Headers for development
Closes: 253568 266115 268078 271355 290212 301073 302478
Changes: 
 linux-kernel-headers (2.6.12+0rc6-1) experimental; urgency=low
 .
   * GOTO Masanori [EMAIL PROTECTED]
 .
 - New upstream release 2.6.12-rc6.
 - autoconfs/*.h: Update.
 - version.h: Update.
 .
 - debian/copyright: Change Copyright - License.  (Closes: #290212)
 .
 - debian/patches/asm-parisc-unistd.patch: Add to make the macro -std=c99
   friendly for asm-parisc/unistd.h.  It's already fixed in the latest
   cvs.parisc-linux.org.  (Closes: #301073)
 .
 - debian/patches/asm-ppc64-swab64.patch: Add to enable
   __arch__swab{16,32}, disable __arch__swab64 on ppc64.
 - debian/patches/byteorder-const.patch: Move asm-ppc64 part to
   asm-ppc64-swab64.patch.
 .
 - debian/patches/byteorder-inline.patch: Enclose __STRICT_ANSI__ and
   __GNUC__ for __cpu_to[lb]e64p and __[lb]e64_to_cpup correctly.
 .
 - debian/patches/ioctl-typecheck.patch: Add to make impotent _IOC_TYPECHECK
   checking macro for userland, to fix incompatible ioctl number in switch
   case statement with g++ 3.4 and later.  Proposed patch by Jeremy
   Nimmer [EMAIL PROTECTED].  (Closes: #302478)
 - debian/testsuite/ioctl.cc: Add ioctl userland breakage with g++ 3.4/4.0.
   Patched by Jeremy Nimmer [EMAIL PROTECTED].
 .
 - The previous release closed some bugs:
   - include/asm-mips/reg.h was included.  (Closes: #266115)
   - linux/llc.h __LLC_SOCK_SIZE__ value was fixed.  (Closes: #271355)
   - linux/soundcard.h defines the correct AFMT_S16_NE value with
 considering big/little endian.  (Closes: #253568)
 .
 - debian/generate-asm.sh: Delete unneeded './' in bi-arch asm/*.h path.
 .
 - Bastian Blank [EMAIL PROTECTED]:
   - debian/rules: Add powerpc64 support.
   - debian/generate-asm.sh: Likewise.
 .
 - Rafael Avila de Espindola [EMAIL PROTECTED]:
   - debian/patches/asm-ppc64-memory.patch: Add to change inline -
 __inline__ for asm-ppc64/memory.h.  (Closes: #268078)
Files: 
 803db5703cff864dee9fe10de0792d3e 1686206 devel standard 
linux-kernel-headers_2.6.12+0rc6-1_powerpc.deb
 a95f9cb80994de0c515499f018fd277b 839 devel standard 
linux-kernel-headers_2.6.12+0rc6-1.dsc
 b47ac12ee5a1252d3262b0b5236eb243 1473738 devel standard 
linux-kernel-headers_2.6.12+0rc6-1_i386.deb
 b893070b465c84daa11c35b6885c88fa 82768 devel standard 
linux-kernel-headers_2.6.12+0rc6-1.diff.gz
 c109a14b4e78d65390acef639e63f0c7 4909847 devel standard 
linux-kernel-headers_2.6.12+0rc6.orig.tar.gz
 f6de4cf9e062601e1650e51c247858f5 1620316 devel standard 
linux-kernel-headers_2.6.12+0rc6-1_sparc.deb

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

iD8DBQFCrF+uqIqasIZIJsMRAmH+AJ4hS1F7H1c3hiMBj4aq2QnApOdp5gCeM9uC
VnwxXy34JHt54hE9l2rcm+M=
=+ExD
-END PGP SIGNATURE-


Accepted:
linux-kernel-headers_2.6.12+0rc6-1.diff.gz
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.12+0rc6-1.diff.gz
linux-kernel-headers_2.6.12+0rc6-1.dsc
  to pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.12+0rc6-1.dsc
linux-kernel-headers_2.6.12+0rc6-1_i386.deb
  to 
pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.12+0rc6-1_i386.deb
linux-kernel-headers_2.6.12+0rc6-1_powerpc.deb
  to 
pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.12+0rc6-1_powerpc.deb
linux-kernel-headers_2.6.12+0rc6-1_sparc.deb
  to 
pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.12+0rc6-1_sparc.deb
linux-kernel-headers_2.6.12+0rc6.orig.tar.gz
  to 
pool/main/l/linux-kernel-headers/linux-kernel-headers_2.6.12+0rc6.orig.tar.gz


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



Accepted postgresql-autodoc 1.25-1 (all source)

2005-06-12 Thread Tommaso Moroni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 12:08:32 +0200
Source: postgresql-autodoc
Binary: postgresql-autodoc
Architecture: source all
Version: 1.25-1
Distribution: unstable
Urgency: low
Maintainer: Tommaso Moroni [EMAIL PROTECTED]
Changed-By: Tommaso Moroni [EMAIL PROTECTED]
Description: 
 postgresql-autodoc - utility to create system tables overview in HTML, DOT and 
XML
Changes: 
 postgresql-autodoc (1.25-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 3f48003c4d40f76f7177ddd1f552220d 650 utils optional 
postgresql-autodoc_1.25-1.dsc
 f61071a23f6b34f948bbf799de91e8e4 44924 utils optional 
postgresql-autodoc_1.25.orig.tar.gz
 c42031709ea8514a306942aac8fa0d43 25117 utils optional 
postgresql-autodoc_1.25-1.diff.gz
 b4fd038c34281b835da2aee34992dbcc 26412 utils optional 
postgresql-autodoc_1.25-1_all.deb

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

iD8DBQFCrGR/A1c4KVYj/EURAmgsAJ96LiI1pb7Q4HW17Jx2pkKFtyESFwCfS+s5
bGBcra2jOKSymrCo3VKMJAc=
=7Bnh
-END PGP SIGNATURE-


Accepted:
postgresql-autodoc_1.25-1.diff.gz
  to pool/main/p/postgresql-autodoc/postgresql-autodoc_1.25-1.diff.gz
postgresql-autodoc_1.25-1.dsc
  to pool/main/p/postgresql-autodoc/postgresql-autodoc_1.25-1.dsc
postgresql-autodoc_1.25-1_all.deb
  to pool/main/p/postgresql-autodoc/postgresql-autodoc_1.25-1_all.deb
postgresql-autodoc_1.25.orig.tar.gz
  to pool/main/p/postgresql-autodoc/postgresql-autodoc_1.25.orig.tar.gz


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



Accepted ncurses 5.4-5 (i386 source all)

2005-06-12 Thread Daniel Jacobowitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 11:17:54 -0400
Source: ncurses
Binary: ncurses-base lib64ncurses5 libncursesw5-dev libncursesw5-dbg 
ncurses-bin libncurses5 libncursesw5 libncurses5-dev ncurses-term 
libncurses5-dbg lib64ncurses5-dev
Architecture: source i386 all
Version: 5.4-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Jacobowitz [EMAIL PROTECTED]
Changed-By: Daniel Jacobowitz [EMAIL PROTECTED]
Description: 
 libncurses5 - Shared libraries for terminal handling
 libncurses5-dbg - Debugging/profiling libraries for ncurses
 libncurses5-dev - Developer's libraries and docs for ncurses
 libncursesw5 - Shared libraries for terminal handling (wide character support)
 libncursesw5-dbg - Debugging/profiling libraries for ncurses
 libncursesw5-dev - Developer's libraries for ncursesw
 ncurses-base - Descriptions of common terminal types
 ncurses-bin - Terminal-related programs and man pages
 ncurses-term - Additional terminal type definitions
Closes: 55637 110586 254316 257872 259253 265631 265784 273463 280687 283059 
295083 301376 305704
Changes: 
 ncurses (5.4-5) unstable; urgency=low
 .
   * Use quilt to manage patches.
   * Update to upstream patch level 20050604.
 - Hurd build fix merged upstream.
 - Part of explicitly signed character patch merged upstream.
 - Corrected man page for mouseinterval (Closes: #280687).
 - Improved support for the zn_CH.GBK locale (Closes: #301376).
 - Improved terminfo entry for putty (Closes: #305704).
 - Explain the reference to ded(1) on the default_colors(3ncurses)
   man page (Closes: #295083).
 - Reset xterm mouse mode in various terminfo entries (Closes: #55637).
 - Check the size of the terminal after newterm() (Closes: #265631).
   * Updated xterm terminfo entry from xterm 200.  Combined with the
 upstream patch level, this (Closes: #254316).
   * Install the examples in libncurses5-dev again (Closes: #257872).
   * Remove use of test -a in ncurses-base and ncurses-term preinsts
 (Closes: #259253).
   * Enable gpm support (Closes: #110586).
   * Load libgpm.so.1 instead of libgpm.so.
   * Merge the Debian rxvt terminfo entry with upstream changes.
 - Upstream added cnorm to rxvt's reset string, so that the block cursor
   is restored if civis was used (Closes: #265784).
   * Fix the default bindings for F1-F4 in rxvt.
   * Use smkx instead of rmkx in rxvt's reset string, so that reset does
 not leave the keypad in the wrong state.
   * Move libncursesw.so.5 to /lib (Closes: #273463).
   * Added a patch from NIIBE Yutaka to support cross-compilation between
 two Debian systems (Closes: #283059).
   * Correct the section for the inwstr(3ncurses) man page.
   * Add myself to Uploaders.
   * Correct sections on the tack(1) man page.
   * Use symlinks instead of hardlinks for the terminfo database.
   * Remove a four-year-old workaround for an ia64 gcc bug.
   * Update shlibs file to (= 5.4-5).
   * Configure using --disable-lp64 for compatibility on 64-bit architectures.
Files: 
 ed9623c2b270a187fa46c0b3cc04eb12 883 libs standard ncurses_5.4-5.dsc
 435ba55597cb03d7b09f97933d0be1dd 799336 libs standard ncurses_5.4-5.diff.gz
 5b37214b39694b3d0369c136f3cc893a 288672 base required 
libncurses5_5.4-5_i386.deb
 6d4bfb5f1ed426a74d7c6532213761ab 1247002 libdevel optional 
libncurses5-dev_5.4-5_i386.deb
 926a22295e7753f9f3c947d536ff5a56 5266072 libdevel extra 
libncurses5-dbg_5.4-5_i386.deb
 dd88ae6881a696c2391c78a11b05a675 304144 libs standard 
libncursesw5_5.4-5_i386.deb
 61b9db3fa98029e1c58e097b9f999876 416970 libdevel optional 
libncursesw5-dev_5.4-5_i386.deb
 123e8306059e277951db311ef3b00dfe 5800478 libdevel extra 
libncursesw5-dbg_5.4-5_i386.deb
 e4bd77cd68251ec9e0b8c71fad38b877 207632 base required 
ncurses-bin_5.4-5_i386.deb
 83464ad6d36b54aadb09d4061182fcc6 12170 base required ncurses-base_5.4-5_all.deb
 5d9a94886bc9d4268c50b088c62e20b8 24 admin standard 
ncurses-term_5.4-5_all.deb

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

iD8DBQFCrGOEbgOPXuCjg3cRAugAAJwNh4F07jmdbfRxOG4WGlUZL8pVQwCfQxhr
+9+y4ZMP3m44B/knpDOzB/c=
=mIcU
-END PGP SIGNATURE-


Accepted:
libncurses5-dbg_5.4-5_i386.deb
  to pool/main/n/ncurses/libncurses5-dbg_5.4-5_i386.deb
libncurses5-dev_5.4-5_i386.deb
  to pool/main/n/ncurses/libncurses5-dev_5.4-5_i386.deb
libncurses5_5.4-5_i386.deb
  to pool/main/n/ncurses/libncurses5_5.4-5_i386.deb
libncursesw5-dbg_5.4-5_i386.deb
  to pool/main/n/ncurses/libncursesw5-dbg_5.4-5_i386.deb
libncursesw5-dev_5.4-5_i386.deb
  to pool/main/n/ncurses/libncursesw5-dev_5.4-5_i386.deb
libncursesw5_5.4-5_i386.deb
  to pool/main/n/ncurses/libncursesw5_5.4-5_i386.deb
ncurses-base_5.4-5_all.deb
  to pool/main/n/ncurses/ncurses-base_5.4-5_all.deb
ncurses-bin_5.4-5_i386.deb
  to pool/main/n/ncurses/ncurses-bin_5.4-5_i386.deb
ncurses-term_5.4-5_all.deb
  to pool/main/n/ncurses/ncurses-term_5.4-5_all.deb
ncurses_5.4-5.diff.gz
  to 

Accepted twisted 2.0.1-2 (i386 source all)

2005-06-12 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 18:41:05 +0200
Source: twisted
Binary: python2.3-twisted-conch python2.2-twisted-conch python-twisted-conch 
twisted-quotes twisted-doc-api python2.3-twisted-bin twisted-doc 
python2.2-twisted python2.3-twisted python2.2-twisted-bin python-twisted
Architecture: source all i386
Version: 2.0.1-2
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-twisted - Event-based framework for internet applications (dummy 
package)
 python-twisted-conch - The Twisted SSH Implementation (default python version)
 python2.2-twisted - Event-based framework for internet applications
 python2.2-twisted-bin - Event-based framework for internet applications
 python2.2-twisted-conch - The Twisted SSH Implementation (for Python 2.2)
 python2.3-twisted - Event-based framework for internet applications
 python2.3-twisted-bin - Event-based framework for internet applications
 python2.3-twisted-conch - The Twisted SSH Implementation (for Python 2.3)
 twisted-doc - The official documentation of Twisted
 twisted-doc-api - The auto-generated API docs of Twisted
 twisted-quotes - Quotes from the Twisted development team
Changes: 
 twisted (2.0.1-2) unstable; urgency=low
 .
   * Reupload as -2, -1 is sticking in the NEW queue from a hijack attempt.
Files: 
 91dbad3f4433174640ac669a8970fb5a 876 python optional twisted_2.0.1-2.dsc
 21e486144c614a4eac1024928faae401 2365204 python optional 
twisted_2.0.1.orig.tar.gz
 8eef1f932d681ac7dda934a350666c19 8043 python optional twisted_2.0.1-2.diff.gz
 c6aaca5d8d575d534aa7d11252aad65f 2098 python optional 
python-twisted_2.0.1-2_all.deb
 2da422e46bf5214485fb0d581156dc58 1241826 python optional 
python2.2-twisted_2.0.1-2_all.deb
 cf529c3e80ad21d40eb90c22537ca96a 1232354 python optional 
python2.3-twisted_2.0.1-2_all.deb
 db4ff04458e4c48403c10c33d01c3f92 1042032 doc optional 
twisted-doc_2.0.1-2_all.deb
 10732042a84750d85307afa4db26ea40 852 doc optional 
twisted-doc-api_2.0.1-2_all.deb
 7668d03ce3b237c12eb2d9dd4ebff1ba 105378 net optional 
twisted-quotes_2.0.1-2_all.deb
 14306cec6133dfe3ea77555eb6c4adcd 1436 python optional 
python-twisted-conch_2.0.1-2_all.deb
 88222713106d3d879bf23c6d87bf832c 146488 python optional 
python2.2-twisted-conch_2.0.1-2_all.deb
 b9fe2c09fe207c28292c0f9293abce97 146480 python optional 
python2.3-twisted-conch_2.0.1-2_all.deb
 909096bd1cd17124b100c714776d8bb1 17462 python optional 
python2.2-twisted-bin_2.0.1-2_i386.deb
 3aed8b0b299fbedf26f72aeb5a7c74e0 17366 python optional 
python2.3-twisted-bin_2.0.1-2_i386.deb

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

iD8DBQFCrGYhStlRaw+TLJwRAg5bAJ9tullREJInMAIwj1qs8R+JJWewZQCgjdRi
L5FblDUxbqAc082I3S27wx8=
=6+Pz
-END PGP SIGNATURE-


Accepted:
python-twisted-conch_2.0.1-2_all.deb
  to pool/main/t/twisted/python-twisted-conch_2.0.1-2_all.deb
python-twisted_2.0.1-2_all.deb
  to pool/main/t/twisted/python-twisted_2.0.1-2_all.deb
python2.2-twisted-bin_2.0.1-2_i386.deb
  to pool/main/t/twisted/python2.2-twisted-bin_2.0.1-2_i386.deb
python2.2-twisted-conch_2.0.1-2_all.deb
  to pool/main/t/twisted/python2.2-twisted-conch_2.0.1-2_all.deb
python2.2-twisted_2.0.1-2_all.deb
  to pool/main/t/twisted/python2.2-twisted_2.0.1-2_all.deb
python2.3-twisted-bin_2.0.1-2_i386.deb
  to pool/main/t/twisted/python2.3-twisted-bin_2.0.1-2_i386.deb
python2.3-twisted-conch_2.0.1-2_all.deb
  to pool/main/t/twisted/python2.3-twisted-conch_2.0.1-2_all.deb
python2.3-twisted_2.0.1-2_all.deb
  to pool/main/t/twisted/python2.3-twisted_2.0.1-2_all.deb
twisted-doc-api_2.0.1-2_all.deb
  to pool/main/t/twisted/twisted-doc-api_2.0.1-2_all.deb
twisted-doc_2.0.1-2_all.deb
  to pool/main/t/twisted/twisted-doc_2.0.1-2_all.deb
twisted-quotes_2.0.1-2_all.deb
  to pool/main/t/twisted/twisted-quotes_2.0.1-2_all.deb
twisted_2.0.1-2.diff.gz
  to pool/main/t/twisted/twisted_2.0.1-2.diff.gz
twisted_2.0.1-2.dsc
  to pool/main/t/twisted/twisted_2.0.1-2.dsc
twisted_2.0.1.orig.tar.gz
  to pool/main/t/twisted/twisted_2.0.1.orig.tar.gz


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



Accepted gnome-system-monitor 2.10.1-2 (i386 source)

2005-06-12 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 18:43:24 +0200
Source: gnome-system-monitor
Binary: gnome-system-monitor
Architecture: source i386
Version: 2.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 gnome-system-monitor - Process viewer and system resource monitor for GNOME 2
Closes: 187099 228650 304999
Changes: 
 gnome-system-monitor (2.10.1-2) unstable; urgency=low
 .
   * Upload to unstable.
 - asks for the root passwd when renicing (closes: #187099).
 - can reorder columns (closes: #228650).
 - fixes a crash on amd64 (closes: #304999).
 .
 gnome-system-monitor (2.10.1-1) experimental; urgency=low
 .
   * New upstream version.
   * debian/rules:
 - clean the scrollkeeper files.
   * debian/watch:
 - updated.
Files: 
 45c9fd926a068ec7ba5926882cbc9ef6 1767 gnome optional 
gnome-system-monitor_2.10.1-2.dsc
 8b77051c386b7a517ac287775c4ff51e 5208 gnome optional 
gnome-system-monitor_2.10.1-2.diff.gz
 425f263e5dae8d9ef829903d00751e1d 547058 gnome optional 
gnome-system-monitor_2.10.1-2_i386.deb

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

iD8DBQFCrGn1JYSUupF6Il4RAvdbAKCu2Q+vXt8OZ4j7enQmPbW08MBr+QCgyupa
XxJzybiLk6kd7TjhdWs4gX0=
=Ftnh
-END PGP SIGNATURE-


Accepted:
gnome-system-monitor_2.10.1-2.diff.gz
  to pool/main/g/gnome-system-monitor/gnome-system-monitor_2.10.1-2.diff.gz
gnome-system-monitor_2.10.1-2.dsc
  to pool/main/g/gnome-system-monitor/gnome-system-monitor_2.10.1-2.dsc
gnome-system-monitor_2.10.1-2_i386.deb
  to pool/main/g/gnome-system-monitor/gnome-system-monitor_2.10.1-2_i386.deb


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



Accepted kobodeluxe 0.4pre10-1 (i386 source)

2005-06-12 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  4 May 2005 20:41:11 -0400
Source: kobodeluxe
Binary: kobodeluxe
Architecture: source i386
Version: 0.4pre10-1
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 kobodeluxe - a game of space battle
Closes: 307723
Changes: 
 kobodeluxe (0.4pre10-1) unstable; urgency=low
 .
   * New upstream release.
   * Fix documentation of cheat mode. Closes: #307723
   * Build-depend on automake1.7.
   * Delete auto-generated files in clean to keep diff down.
   * Auto config.sub/config.guess updates.
Files: 
 7db91d68a163994773d344e9ada94ea7 660 games optional kobodeluxe_0.4pre10-1.dsc
 6c075837ae680bf5490c1fc4279dcc8b 800650 games optional 
kobodeluxe_0.4pre10.orig.tar.gz
 93cdf8de6fb476ba36e40fbb7638e233 5470 games optional 
kobodeluxe_0.4pre10-1.diff.gz
 d76b186110145637633cbd925f8f317a 568782 games optional 
kobodeluxe_0.4pre10-1_i386.deb

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

iD8DBQFCrGs+2tp5zXiKP0wRAuwPAKC/WjKEylAIYWyFSQfaxz3pS8rSAACaA7Ji
zx8PFyrZZXiYF/DF4YgUZAg=
=h8LM
-END PGP SIGNATURE-


Accepted:
kobodeluxe_0.4pre10-1.diff.gz
  to pool/main/k/kobodeluxe/kobodeluxe_0.4pre10-1.diff.gz
kobodeluxe_0.4pre10-1.dsc
  to pool/main/k/kobodeluxe/kobodeluxe_0.4pre10-1.dsc
kobodeluxe_0.4pre10-1_i386.deb
  to pool/main/k/kobodeluxe/kobodeluxe_0.4pre10-1_i386.deb
kobodeluxe_0.4pre10.orig.tar.gz
  to pool/main/k/kobodeluxe/kobodeluxe_0.4pre10.orig.tar.gz


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



Accepted metacity 1:2.10.1-2 (i386 source)

2005-06-12 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 19:03:18 +0200
Source: metacity
Binary: metacity libmetacity0 libmetacity-dev
Architecture: source i386
Version: 1:2.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 libmetacity-dev - Development files of lightweight GTK2 based Window Manager
 libmetacity0 - Common library of lightweight GTK2 based Window Manager
 metacity   - A lightweight GTK2 based Window Manager
Changes: 
 metacity (1:2.10.1-2) unstable; urgency=low
 .
   * Upload to unstable.
 .
 metacity (1:2.10.1-1) experimental; urgency=low
 .
   * New upstream version.
 .
 metacity (1:2.10.0-1) experimental; urgency=low
 .
   * New upstream version.
   * debian/patches/000_raise-on-click.patch:
 - updated.
   * debian/watch:
 - updated.
Files: 
 ca7a5c16b34af76c3665ebd49008f531 1768 x11 optional metacity_2.10.1-2.dsc
 7b916f4abe129c0fc0ccd712f1614a2e 11064 x11 optional metacity_2.10.1-2.diff.gz
 201be359132b5e3c658e7ad805c90470 173856 libs optional 
libmetacity0_2.10.1-2_i386.deb
 914bd4353cf7d9c3c2b5ba05e0981fca 1935430 x11 optional 
metacity_2.10.1-2_i386.deb
 51250fae353c677b3d66053ca786399b 189300 libdevel optional 
libmetacity-dev_2.10.1-2_i386.deb

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

iD8DBQFCrG0KJYSUupF6Il4RAkakAJsEuGQuVeHH6zAEbhsGlsVr6A0z/gCgskA5
Pae4d8BfdtXr6islxNBHC+s=
=P/TC
-END PGP SIGNATURE-


Accepted:
libmetacity-dev_2.10.1-2_i386.deb
  to pool/main/m/metacity/libmetacity-dev_2.10.1-2_i386.deb
libmetacity0_2.10.1-2_i386.deb
  to pool/main/m/metacity/libmetacity0_2.10.1-2_i386.deb
metacity_2.10.1-2.diff.gz
  to pool/main/m/metacity/metacity_2.10.1-2.diff.gz
metacity_2.10.1-2.dsc
  to pool/main/m/metacity/metacity_2.10.1-2.dsc
metacity_2.10.1-2_i386.deb
  to pool/main/m/metacity/metacity_2.10.1-2_i386.deb


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



Accepted gcc-m68hc1x 1:3.3.5+3.0.1-1 (i386 source)

2005-06-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 17:52:19 +0200
Source: gcc-m68hc1x
Binary: gcc-m68hc1x
Architecture: source i386
Version: 1:3.3.5+3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 gcc-m68hc1x - GNU C compiler for the Motorola 68HC11/12 processors
Changes: 
 gcc-m68hc1x (1:3.3.5+3.0.1-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 275f59887355a4ea9b85a4dff085edf4 722 devel extra gcc-m68hc1x_3.3.5+3.0.1-1.dsc
 575dd550ad14c3a01a3576dd70e5a207 23863434 devel extra 
gcc-m68hc1x_3.3.5+3.0.1.orig.tar.gz
 9338a4a3bd93b81aed7b437044296b62 10056 devel extra 
gcc-m68hc1x_3.3.5+3.0.1-1.diff.gz
 cf2749c978bb5c261f1a01855e8489ca 4517008 devel extra 
gcc-m68hc1x_3.3.5+3.0.1-1_i386.deb

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

iD8DBQFCrHbrw3ao2vG823MRAm8lAKCF2Bp/QUsqh/hjdlnkI/VvlaZq3QCeIA88
PTAkxZrsHEJs/HZuaABEv4k=
=yH+o
-END PGP SIGNATURE-


Accepted:
gcc-m68hc1x_3.3.5+3.0.1-1.diff.gz
  to pool/main/g/gcc-m68hc1x/gcc-m68hc1x_3.3.5+3.0.1-1.diff.gz
gcc-m68hc1x_3.3.5+3.0.1-1.dsc
  to pool/main/g/gcc-m68hc1x/gcc-m68hc1x_3.3.5+3.0.1-1.dsc
gcc-m68hc1x_3.3.5+3.0.1-1_i386.deb
  to pool/main/g/gcc-m68hc1x/gcc-m68hc1x_3.3.5+3.0.1-1_i386.deb
gcc-m68hc1x_3.3.5+3.0.1.orig.tar.gz
  to pool/main/g/gcc-m68hc1x/gcc-m68hc1x_3.3.5+3.0.1.orig.tar.gz


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



Accepted xfce4-battery-plugin 0.2.0-6 (i386 source)

2005-06-12 Thread Emanuele Rocca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 19:54:23 +0200
Source: xfce4-battery-plugin
Binary: xfce4-battery-plugin
Architecture: source i386
Version: 0.2.0-6
Distribution: experimental
Urgency: low
Maintainer: Debian Xfce Maintainers [EMAIL PROTECTED]
Changed-By: Emanuele Rocca [EMAIL PROTECTED]
Description: 
 xfce4-battery-plugin - battery monitor plugin for the Xfce4 panel
Closes: 294308
Changes: 
 xfce4-battery-plugin (0.2.0-6) experimental; urgency=low
 .
   * README.Debian added to document APM/ACPI stuff (Closes: #294308)
Files: 
 e90246c874e089864fb4a242a4f3d519 930 x11 optional 
xfce4-battery-plugin_0.2.0-6.dsc
 cbfce7b4fbf82f2d07e7c8a7c4ee1347 2477 x11 optional 
xfce4-battery-plugin_0.2.0-6.diff.gz
 9db5bd349f976b9ea044746b0528b73f 19684 x11 optional 
xfce4-battery-plugin_0.2.0-6_i386.deb

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

iD8DBQFCrHqcC6DuA+rxm2ARApoLAJ4zk58mbS6vnjZDHuCih3p7+boEUwCfUqBz
t1r+4EumW+QJvMaPFQGxDDU=
=IrQ0
-END PGP SIGNATURE-


Accepted:
xfce4-battery-plugin_0.2.0-6.diff.gz
  to pool/main/x/xfce4-battery-plugin/xfce4-battery-plugin_0.2.0-6.diff.gz
xfce4-battery-plugin_0.2.0-6.dsc
  to pool/main/x/xfce4-battery-plugin/xfce4-battery-plugin_0.2.0-6.dsc
xfce4-battery-plugin_0.2.0-6_i386.deb
  to pool/main/x/xfce4-battery-plugin/xfce4-battery-plugin_0.2.0-6_i386.deb


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



Accepted mol 0.9.70-18 (powerpc source)

2005-06-12 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 21:16:14 +0200
Source: mol
Binary: mol mol-modules-source
Architecture: source powerpc
Version: 0.9.70-18
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 mol- The Mac-on-Linux emulator
 mol-modules-source - The Mac-on-Linux emulator - source for kernel modules
Closes: 312960 321959
Changes: 
 mol (0.9.70-18) unstable; urgency=low
 .
   * Corrected a small error in the debconf template (closes: Bug#312960).
 .
   * Added a Vietnamese debconf translation by Clytie Siddall (closes:
 Bug#321959).
Files: 
 fb5845c5cc548e46a6121f75ce4b1238 736 otherosfs optional mol_0.9.70-18.dsc
 a7daeec54548adb5ca2933e643bd6938 44983 otherosfs optional mol_0.9.70-18.diff.gz
 19e32b386e8520131220e13e494cd4de 976900 otherosfs optional 
mol_0.9.70-18_powerpc.deb
 85ee86f7a683a529336b5c3571ed0c0e 458678 otherosfs optional 
mol-modules-source_0.9.70-18_powerpc.deb

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

iD8DBQFCrIvvqYZgyBJFIH4RAn4uAKDRw6Y/Rczb6wKB+GMFAGkAQoY4dQCgzDTL
dsRLYjxQXIW6OIQytPOssTI=
=NNq2
-END PGP SIGNATURE-


Accepted:
mol-modules-source_0.9.70-18_powerpc.deb
  to pool/main/m/mol/mol-modules-source_0.9.70-18_powerpc.deb
mol_0.9.70-18.diff.gz
  to pool/main/m/mol/mol_0.9.70-18.diff.gz
mol_0.9.70-18.dsc
  to pool/main/m/mol/mol_0.9.70-18.dsc
mol_0.9.70-18_powerpc.deb
  to pool/main/m/mol/mol_0.9.70-18_powerpc.deb


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



Accepted libfwbuilder 2.0.7-1 (i386 source)

2005-06-12 Thread Jeremy T. Bouse
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 11 Jun 2005 19:50:19 -0700
Source: libfwbuilder
Binary: libfwbuilder6 libfwbuilder-dev
Architecture: source i386
Version: 2.0.7-1
Distribution: unstable
Urgency: low
Maintainer: Jeremy T. Bouse [EMAIL PROTECTED]
Changed-By: Jeremy T. Bouse [EMAIL PROTECTED]
Description: 
 libfwbuilder-dev - Firewall Builder API library development files
 libfwbuilder6 - Firewall Builder API library
Closes: 267086
Changes: 
 libfwbuilder (2.0.7-1) unstable; urgency=low
 .
   * New upstream release
   * With Sarge (3.1) release build failures against Woody (3.0) will
 not be addressed thus I'm closing bugs related specifically to
 the Woody release (Closes: #267086)
Files: 
 824bd9563b460cfd02b944053d02a356 771 libs optional libfwbuilder_2.0.7-1.dsc
 702813db084c59fd24fa7cc22b1e9595 281323 libs optional 
libfwbuilder_2.0.7.orig.tar.gz
 1ae1fcea90f36be4b910be25de3e6d60 4731 libs optional 
libfwbuilder_2.0.7-1.diff.gz
 0fe84d4bca759104d6c41fda1a93a426 92420 libdevel optional 
libfwbuilder-dev_2.0.7-1_i386.deb
 9f5c9fe8bba4b2523d79bf113dd7c013 523970 libs optional 
libfwbuilder6_2.0.7-1_i386.deb

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

iD8DBQFCrIlTtfZG+lgs7RYRAluNAJ9n/V00U9eM5L6obpOWRxZ6HLwNdwCgrC28
np/ji0tXN0k4CSJgta9Vi4w=
=FdX5
-END PGP SIGNATURE-


Accepted:
libfwbuilder-dev_2.0.7-1_i386.deb
  to pool/main/libf/libfwbuilder/libfwbuilder-dev_2.0.7-1_i386.deb
libfwbuilder6_2.0.7-1_i386.deb
  to pool/main/libf/libfwbuilder/libfwbuilder6_2.0.7-1_i386.deb
libfwbuilder_2.0.7-1.diff.gz
  to pool/main/libf/libfwbuilder/libfwbuilder_2.0.7-1.diff.gz
libfwbuilder_2.0.7-1.dsc
  to pool/main/libf/libfwbuilder/libfwbuilder_2.0.7-1.dsc
libfwbuilder_2.0.7.orig.tar.gz
  to pool/main/libf/libfwbuilder/libfwbuilder_2.0.7.orig.tar.gz


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



Accepted control-center 1:2.10.1-2 (i386 source all)

2005-06-12 Thread Duck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 19:43:28 +0200
Source: control-center
Binary: capplets gnome-control-center capplets-data
Architecture: source all i386
Version: 1:2.10.1-2
Distribution: unstable
Urgency: low
Maintainer: Arnaud Patard [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 capplets   - configuration applets for GNOME 2 - binaries files
 capplets-data - configuration applets for GNOME 2 - data files
 gnome-control-center - The GNOME Control Center for GNOME 2
Closes: 166982 166983 216927 251126 257241 260277 313217
Changes: 
 control-center (1:2.10.1-2) unstable; urgency=low
 .
   * Upload to unstable (GNOME Team upload) (Closes: #313217).
   * Fixed in 2.10 :
 + crashes at startup when loading settings (Closes: #251126).
 + installing files from ~/.themes fails (Closes: #166983).
 + bad icon themes install path (Closes: #257241).
 + installing bad theme fails silently (Closes: #166982).
 + incorrect position of volume dialog (Closes: #260277).
 + cannot turn off sound events (Closes: #216927).
 and probably some more...
   * Buildsys not idempotent breaking next build because of missing
 schema '.in' file worked around in clean rule (GNOME people should
 really learn to test before releasing...).
 .
 control-center (1:2.10.1-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/control.in:
 - Updated build-dependencies
   * debian/patches:
 - 01_gnome-default-applications-properties-structs.c.patch: Removed as
 Debian's default applications are included upstream
 - 03_gsd_actions_makefile.am.patch: Not more needed
 - 05_path_xtra-2.patch: Regenerated
 - 06_disable_update_mime_at_install.patch:
 - 07_disable_update_mime_at_install-2.patch:
   Don't call update-desktop-database
 - 11_sleepkey.patch: patch taken to seb128's package to use gdm-signal
 - 12_sort_entries.patch: Sort entries in each categories
 when suspending from keyboard key
 - 21_show_xkb_warning_one_time.patch: should not be needed anymore
 - 21_show_xkb_warning_one_time.patch: updated
 - 17_locate_pointer.patch:
 - 23_infinite_loop_theme_manager.patch:
   This upstream version has theses patches
Files: 
 2c6cbb3019247efffe42ad7d8145d230 2241 gnome optional 
control-center_2.10.1-2.dsc
 f9aec9b41d9ad9c6f38eed34c2de0b6e 43048 gnome optional 
control-center_2.10.1-2.diff.gz
 5e04e58af0e52457729d7209ede93d43 1760416 gnome optional 
capplets-data_2.10.1-2_all.deb
 7f9d5e218602a6c5387c5c253efccc45 556832 gnome optional 
capplets_2.10.1-2_i386.deb
 5941eb49122a8bea5ac5e1daac56a175 73810 gnome optional 
gnome-control-center_2.10.1-2_i386.deb

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

iD8DBQFCrHgTsczZcpAmcIYRAtnqAJ9G6lX3x8zwXLSrcNqonAgbvgpn2wCdHuZe
DGuT/6yxzKBmrLONcmzUPC4=
=52BI
-END PGP SIGNATURE-


Accepted:
capplets-data_2.10.1-2_all.deb
  to pool/main/c/control-center/capplets-data_2.10.1-2_all.deb
capplets_2.10.1-2_i386.deb
  to pool/main/c/control-center/capplets_2.10.1-2_i386.deb
control-center_2.10.1-2.diff.gz
  to pool/main/c/control-center/control-center_2.10.1-2.diff.gz
control-center_2.10.1-2.dsc
  to pool/main/c/control-center/control-center_2.10.1-2.dsc
gnome-control-center_2.10.1-2_i386.deb
  to pool/main/c/control-center/gnome-control-center_2.10.1-2_i386.deb


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



Accepted gnome-system-tools 1.2.0-2 (i386 source)

2005-06-12 Thread Duck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 20:14:08 +0200
Source: gnome-system-tools
Binary: gnome-system-tools
Architecture: source i386
Version: 1.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Jose Carlos Garcia Sogo [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 gnome-system-tools - Cross-platform configuration utilities for GNOME
Closes: 290370 291881 300593
Changes: 
 gnome-system-tools (1.2.0-2) unstable; urgency=low
 .
   * Upload to unstable (GNOME Team upload).
   * Deactivated services support which is too buggy and not adequate
 with Debian systems (thanks to Clement `nodens' Hermann for his nice
 testing report).
   * Removed clean rule hack to work around #299010.
   * Minor description update.
   * Removed services menu entry and added disks menu entry with
 corresponding xpm image.
 .
 gnome-system-tools (1.2.0-1) experimental; urgency=low
 .
   * Marq Dequènes (Duck):
 + New upstream release (Closes: #300593).
 + Removed the following patches now obsolete :
- 05_sarge.dpatch
- 10_relibtoolize.dpatch
 + Suggests 'wvdial' useful for networking tool (Closes: #291881).
 + Suggests 'ntp-simple' instead of 'ntp' (Closes: #290370).
 + Converted to CDBS (could not resist the temptation ;-).
 + Rewrote 'debian/copyright'.
 + Removed 'ximian-setup-tools' transitional package.
 + Fixed 'debian/menu'.
- unquoted-string-in-menu-item
- menu-icon-not-in-xpm-format
- s/runlevel/services/
 + Removed unnecessary call to ldconfig in maintainer scripts (CDBS
   parameter in 'debian/rules').
 + Activated 'services' and 'disks' tools to test them in experimental
   and see if they can now be trusted (like 'boot' tool was enabled in
   2.8).
   * Jose Carlos:
 + Add watch file for this package.
Files: 
 eec3b99838a6cb933e500199d6c3b099 1922 gnome extra 
gnome-system-tools_1.2.0-2.dsc
 c1fc133e7d8c7c6796e2d475c5d8ef29 24073 gnome extra 
gnome-system-tools_1.2.0-2.diff.gz
 fe5db3e2d7fd6f86fd75fe022f027140 1842310 gnome extra 
gnome-system-tools_1.2.0-2_i386.deb

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

iD8DBQFCrH44sczZcpAmcIYRAoXrAKCik9X6sbXBUTaKdscWGBrsCZZfFACfdaLi
7cgDJTUoXP0bYPACTVJ1zas=
=aIUy
-END PGP SIGNATURE-


Accepted:
gnome-system-tools_1.2.0-2.diff.gz
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0-2.diff.gz
gnome-system-tools_1.2.0-2.dsc
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0-2.dsc
gnome-system-tools_1.2.0-2_i386.deb
  to pool/main/g/gnome-system-tools/gnome-system-tools_1.2.0-2_i386.deb


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



Accepted ifhp 3.5.20-2 (powerpc source)

2005-06-12 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 21:12:30 +0200
Source: ifhp
Binary: ifhp
Architecture: source powerpc
Version: 3.5.20-2
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 ifhp   - Printer filter for HP LaserJet printers
Closes: 308982 311921
Changes: 
 ifhp (3.5.20-2) unstable; urgency=low
 .
   * Removed obsolete doc-base entry (closes: Bug#308982).
   * Added the Vietnamese translation by Clytie Siddall (closes: Bug#311921).
Files: 
 b127b81747517057804612294c9086dd 642 net extra ifhp_3.5.20-2.dsc
 0cab5f37c7a5ecc7eff1fd267ebb8acd 14758 net extra ifhp_3.5.20-2.diff.gz
 a49e7ff20fc19b033fd0a922e14aad81 304958 net extra ifhp_3.5.20-2_powerpc.deb

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

iD8DBQFCrInEqYZgyBJFIH4RAn/jAKCNoXuTeiIzqBuVsyHsuv4d2K7SWACgnvXy
4Lf+Pham5U1m6+Wt87tnJJ8=
=cykO
-END PGP SIGNATURE-


Accepted:
ifhp_3.5.20-2.diff.gz
  to pool/main/i/ifhp/ifhp_3.5.20-2.diff.gz
ifhp_3.5.20-2.dsc
  to pool/main/i/ifhp/ifhp_3.5.20-2.dsc
ifhp_3.5.20-2_powerpc.deb
  to pool/main/i/ifhp/ifhp_3.5.20-2_powerpc.deb


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



Accepted texmacs 1:1.0.5.3-1 (i386 source all)

2005-06-12 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  9 Jun 2005 20:03:47 +0200
Source: texmacs
Binary: texmacs-common texmacs
Architecture: source i386 all
Version: 1:1.0.5.3-1
Distribution: experimental
Urgency: low
Maintainer: Ralf Treinen [EMAIL PROTECTED]
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 texmacs- WYSIWYG emacs-ish mathematical text editor, using tex fonts
 texmacs-common - WYSIWYG emacs-ish mathematical text editor, using tex fonts
Changes: 
 texmacs (1:1.0.5.3-1) experimental; urgency=low
 .
   * New upstream release
Files: 
 31774ce8c7409ba6046bdf430e5f1863 772 editors optional texmacs_1.0.5.3-1.dsc
 7b0e27f680265b4c1a9c4dfa16ccdce9 2934387 editors optional 
texmacs_1.0.5.3.orig.tar.gz
 98d900a2934c75ca29ffd772d29b6bb4 24160 editors optional 
texmacs_1.0.5.3-1.diff.gz
 230445991e0faaf9ed4b51b6960bf64d 2379278 editors optional 
texmacs-common_1.0.5.3-1_all.deb
 21ce78b7a8dc8196061dbf09f1c2f877 1149088 editors optional 
texmacs_1.0.5.3-1_i386.deb

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

iD8DBQFCrI5ytzWmSeC6BMERAjinAJ4gyAOHFfR2gQoI5OnX6+d7ol/8MQCg88fT
+6LVNu5Zfe/Y+TKN+uzDO9w=
=GkSf
-END PGP SIGNATURE-


Accepted:
texmacs-common_1.0.5.3-1_all.deb
  to pool/main/t/texmacs/texmacs-common_1.0.5.3-1_all.deb
texmacs_1.0.5.3-1.diff.gz
  to pool/main/t/texmacs/texmacs_1.0.5.3-1.diff.gz
texmacs_1.0.5.3-1.dsc
  to pool/main/t/texmacs/texmacs_1.0.5.3-1.dsc
texmacs_1.0.5.3-1_i386.deb
  to pool/main/t/texmacs/texmacs_1.0.5.3-1_i386.deb
texmacs_1.0.5.3.orig.tar.gz
  to pool/main/t/texmacs/texmacs_1.0.5.3.orig.tar.gz


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



Accepted i810switch 0.6.5-1 (i386 source)

2005-06-12 Thread James Bromberger
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 20:34:24 +0100
Source: i810switch
Binary: i810switch
Architecture: source i386
Version: 0.6.5-1
Distribution: unstable
Urgency: low
Maintainer: James Bromberger [EMAIL PROTECTED]
Changed-By: James Bromberger [EMAIL PROTECTED]
Description: 
 i810switch - Enables/disables video output to CRT/LCD on i810 video hardware
Closes: 313197
Changes: 
 i810switch (0.6.5-1) unstable; urgency=low
 .
   * New upstream release. Closes: #313197.
Files: 
 464e1580b1aeea89567191e012c9ce89 573 utils optional i810switch_0.6.5-1.dsc
 5ca07aee624589bdce5761c796e5f9a8 24287 utils optional 
i810switch_0.6.5.orig.tar.gz
 2594b73e6d0ad98e4bad09c6d0098088 3679 utils optional i810switch_0.6.5-1.diff.gz
 104c28eef3f730f999f7f9087c6cee60 10284 utils optional 
i810switch_0.6.5-1_i386.deb

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

iD8DBQFCrI6jpfJwKAkXqeQRAs1EAKCpFx8jzLd5pFrKHsN2Ov/wy1athACfUw5F
n/XIxaZr7MIdw466Mj6qPt4=
=JTpX
-END PGP SIGNATURE-


Accepted:
i810switch_0.6.5-1.diff.gz
  to pool/main/i/i810switch/i810switch_0.6.5-1.diff.gz
i810switch_0.6.5-1.dsc
  to pool/main/i/i810switch/i810switch_0.6.5-1.dsc
i810switch_0.6.5-1_i386.deb
  to pool/main/i/i810switch/i810switch_0.6.5-1_i386.deb
i810switch_0.6.5.orig.tar.gz
  to pool/main/i/i810switch/i810switch_0.6.5.orig.tar.gz


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



Accepted util-vserver 0.30.207-8 (i386 source)

2005-06-12 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 21:38:22 +0200
Source: util-vserver
Binary: util-vserver
Architecture: source i386
Version: 0.30.207-8
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 util-vserver - tools for Virtual private servers and context switching
Closes: 311855 312075
Changes: 
 util-vserver (0.30.207-8) unstable; urgency=low
 .
   * Close issue with ia64 build (need latest dietlibc),
 closes: #311855, #312075.
Files: 
 c34d21e997568dffcda2fd397a4e3644 758 net optional util-vserver_0.30.207-8.dsc
 b81f6ceb0ef5f3ba1f6ce7191cd0d2cb 121529 net optional 
util-vserver_0.30.207-8.diff.gz
 c3020f9ba9b5b03b297a25ee7dd35d08 412660 net optional 
util-vserver_0.30.207-8_i386.deb

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

iD8DBQFCrJC9GKGxzw/lPdkRAmT6AJ9XWTMaXopMh7GNp3OvF3Ll607tPwCbBUmp
73gCLtzC3KqtCzuowNgFy8Q=
=eqFx
-END PGP SIGNATURE-


Accepted:
util-vserver_0.30.207-8.diff.gz
  to pool/main/u/util-vserver/util-vserver_0.30.207-8.diff.gz
util-vserver_0.30.207-8.dsc
  to pool/main/u/util-vserver/util-vserver_0.30.207-8.dsc
util-vserver_0.30.207-8_i386.deb
  to pool/main/u/util-vserver/util-vserver_0.30.207-8_i386.deb


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



Accepted gdb-m68hc1x 1:6.2+3.0.1-1 (i386 source)

2005-06-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 21:15:06 +0200
Source: gdb-m68hc1x
Binary: gdb-m68hc1x
Architecture: source i386
Version: 1:6.2+3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 gdb-m68hc1x - GNU Debugger for the Motorola 68HC11/12 processors
Changes: 
 gdb-m68hc1x (1:6.2+3.0.1-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 efde149b28c5008373f36ab41a7cfe8c 725 devel extra gdb-m68hc1x_6.2+3.0.1-1.dsc
 79b3791dfaec0e261d74a9ee35badac4 17055513 devel extra 
gdb-m68hc1x_6.2+3.0.1.orig.tar.gz
 7af7ac3c9a2edfa4e6b2835bd01d6a04 10123 devel extra 
gdb-m68hc1x_6.2+3.0.1-1.diff.gz
 09b6cb3edbccc5989bf6986c74e55069 2399312 devel extra 
gdb-m68hc1x_6.2+3.0.1-1_i386.deb

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

iD8DBQFCrJfnw3ao2vG823MRAk6JAJ4gLcGWxr8w6TpnuPOtcA01v98alACfaYpx
CDmnkfpEMNxqSDznYSnA9AY=
=9iJ6
-END PGP SIGNATURE-


Accepted:
gdb-m68hc1x_6.2+3.0.1-1.diff.gz
  to pool/main/g/gdb-m68hc1x/gdb-m68hc1x_6.2+3.0.1-1.diff.gz
gdb-m68hc1x_6.2+3.0.1-1.dsc
  to pool/main/g/gdb-m68hc1x/gdb-m68hc1x_6.2+3.0.1-1.dsc
gdb-m68hc1x_6.2+3.0.1-1_i386.deb
  to pool/main/g/gdb-m68hc1x/gdb-m68hc1x_6.2+3.0.1-1_i386.deb
gdb-m68hc1x_6.2+3.0.1.orig.tar.gz
  to pool/main/g/gdb-m68hc1x/gdb-m68hc1x_6.2+3.0.1.orig.tar.gz


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



Accepted mol-modules-2.6.11 1:0.9.70+2.6.11+2 (powerpc source)

2005-06-12 Thread Jens Schmalzing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:28:10 +0200
Source: mol-modules-2.6.11
Binary: mol-modules-2.6.11-powerpc-smp mol-modules-2.6.11-powerpc
Architecture: source powerpc
Version: 1:0.9.70+2.6.11+2
Distribution: unstable
Urgency: low
Maintainer: Jens Schmalzing [EMAIL PROTECTED]
Changed-By: Jens Schmalzing [EMAIL PROTECTED]
Description: 
 mol-modules-2.6.11-powerpc - The Mac-on-Linux emulator - kernel modules for 
2.6.11-powerpc
 mol-modules-2.6.11-powerpc-smp - The Mac-on-Linux emulator - kernel modules 
for 2.6.11-powerpc-smp
Changes: 
 mol-modules-2.6.11 (1:0.9.70+2.6.11+2) unstable; urgency=low
 .
   * Rebuilt the package against the new kernel-build packages.
 .
   * Changed debian/rules to work with the new kernel-headers packages.
 .
   * Updated policy version.
Files: 
 ef7155cfc2df6137a55fe04c23c88bd7 698 otherosfs optional 
mol-modules-2.6.11_0.9.70+2.6.11+2.dsc
 2bde6903f460c9f0c257defa4b0b4ece 4218 otherosfs optional 
mol-modules-2.6.11_0.9.70+2.6.11+2.tar.gz
 8e4fb34310723faf7258c7b0823986a0 39288 otherosfs optional 
mol-modules-2.6.11-powerpc_0.9.70+2.6.11+2_powerpc.deb
 4161f82fa20b95744a9551d8ba4495fa 40314 otherosfs optional 
mol-modules-2.6.11-powerpc-smp_0.9.70+2.6.11+2_powerpc.deb

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

iD8DBQFCrJy9qYZgyBJFIH4RAnuzAJ9eqq84TGMrwP/Obwm3MNiDtoRFWgCgolCm
bosm5MziyYOmv1DpyUSNRdE=
=BtyN
-END PGP SIGNATURE-


Accepted:
mol-modules-2.6.11-powerpc-smp_0.9.70+2.6.11+2_powerpc.deb
  to 
pool/main/m/mol-modules-2.6.11/mol-modules-2.6.11-powerpc-smp_0.9.70+2.6.11+2_powerpc.deb
mol-modules-2.6.11-powerpc_0.9.70+2.6.11+2_powerpc.deb
  to 
pool/main/m/mol-modules-2.6.11/mol-modules-2.6.11-powerpc_0.9.70+2.6.11+2_powerpc.deb
mol-modules-2.6.11_0.9.70+2.6.11+2.dsc
  to pool/main/m/mol-modules-2.6.11/mol-modules-2.6.11_0.9.70+2.6.11+2.dsc
mol-modules-2.6.11_0.9.70+2.6.11+2.tar.gz
  to pool/main/m/mol-modules-2.6.11/mol-modules-2.6.11_0.9.70+2.6.11+2.tar.gz


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



Accepted r-cran-mnp 2.3-2-2 (i386 source)

2005-06-12 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 15:31:48 -0500
Source: r-cran-mnp
Binary: r-cran-mnp
Architecture: source i386
Version: 2.3-2-2
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 r-cran-mnp - GNU R package for fitting multinomial probit (MNP) models
Closes: 313263
Changes: 
 r-cran-mnp (2.3-2-2) unstable; urgency=low
 .
   * Add build-dependency on r-cran-vr.  (Closes: #313263)
   * Also add binary dependency on r-cran-vr, since DESCRIPTION says MASS
 is required.
Files: 
 1b7f6b5e8bd11ed60fd8b4e28e9f3a95 617 math optional r-cran-mnp_2.3-2-2.dsc
 de15951ca4e84ca4ad5fa411a63e27cd 2282 math optional r-cran-mnp_2.3-2-2.diff.gz
 4229bd71e832d8b335903770cea8db6b 84366 math optional 
r-cran-mnp_2.3-2-2_i386.deb

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

iD8DBQFCrJwB2wQKE6PXubwRAo7YAJ9eMdxxkhGAs17da4aOiazK1IlX6wCg4ovZ
k2l45wq/W3Qp5dl7dxPsy3w=
=SYDV
-END PGP SIGNATURE-


Accepted:
r-cran-mnp_2.3-2-2.diff.gz
  to pool/main/r/r-cran-mnp/r-cran-mnp_2.3-2-2.diff.gz
r-cran-mnp_2.3-2-2.dsc
  to pool/main/r/r-cran-mnp/r-cran-mnp_2.3-2-2.dsc
r-cran-mnp_2.3-2-2_i386.deb
  to pool/main/r/r-cran-mnp/r-cran-mnp_2.3-2-2_i386.deb


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



Accepted shorewall 2.2.5-2 (all source)

2005-06-12 Thread Lorenzo Martignoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:40:14 +0200
Source: shorewall
Binary: shorewall
Architecture: source all
Version: 2.2.5-2
Distribution: unstable
Urgency: low
Maintainer: Lorenzo Martignoni [EMAIL PROTECTED]
Changed-By: Lorenzo Martignoni [EMAIL PROTECTED]
Description: 
 shorewall  - Shoreline Firewall (Shorewall)
Closes: 311849 312046 313257
Changes: 
 shorewall (2.2.5-2) unstable; urgency=low
 .
   * Updated german debconf translation (Closes: #311849).
   * Updated french debconf translation (Closes: #312046).
   * Updated czech debconf translation (Closes: #313257).
Files: 
 b2d96751f84534620a2addb3a5463e0a 656 net optional shorewall_2.2.5-2.dsc
 caa2cf4d10dd6e9497282088e748de84 36969 net optional shorewall_2.2.5-2.diff.gz
 9e3f01dffbca17df8adf671bb0474c24 158318 net optional shorewall_2.2.5-2_all.deb

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

iD8DBQFCrJ5KbFctcIsUOXURAp2NAJ9i0sa0XEoztVC6fZMpob+88lMS1gCfcOeD
D90trJ94ueexiESj/9YIaTU=
=TfEK
-END PGP SIGNATURE-


Accepted:
shorewall_2.2.5-2.diff.gz
  to pool/main/s/shorewall/shorewall_2.2.5-2.diff.gz
shorewall_2.2.5-2.dsc
  to pool/main/s/shorewall/shorewall_2.2.5-2.dsc
shorewall_2.2.5-2_all.deb
  to pool/main/s/shorewall/shorewall_2.2.5-2_all.deb


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



Accepted shorewall-doc 2.2.5 (all source)

2005-06-12 Thread Lorenzo Martignoni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:47:21 +0200
Source: shorewall-doc
Binary: shorewall-doc
Architecture: source all
Version: 2.2.5
Distribution: unstable
Urgency: low
Maintainer: Lorenzo Martignoni [EMAIL PROTECTED]
Changed-By: Lorenzo Martignoni [EMAIL PROTECTED]
Description: 
 shorewall-doc - documentation for Shorewall firewall
Changes: 
 shorewall-doc (2.2.5) unstable; urgency=low
 .
   * New upstream release
Files: 
 afe0daabf82d5d8b757035292dcc0f2b 576 net optional shorewall-doc_2.2.5.dsc
 ca5d8fdac7cc9131412cfa76684f53c3 5993613 net optional 
shorewall-doc_2.2.5.tar.gz
 772b8bb43a567a4610e98f15952a55ee 5999260 net optional 
shorewall-doc_2.2.5_all.deb

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

iD8DBQFCrJ9qbFctcIsUOXURAiosAJ9eR7x+09YEkh6YED8AUjNQkjwIqACguexD
Ux5ezR4/6C7ZvgPH3e4Fl5Q=
=mOIq
-END PGP SIGNATURE-


Accepted:
shorewall-doc_2.2.5.dsc
  to pool/main/s/shorewall-doc/shorewall-doc_2.2.5.dsc
shorewall-doc_2.2.5.tar.gz
  to pool/main/s/shorewall-doc/shorewall-doc_2.2.5.tar.gz
shorewall-doc_2.2.5_all.deb
  to pool/main/s/shorewall-doc/shorewall-doc_2.2.5_all.deb


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



Accepted torrus 1.0.0-1 (all source)

2005-06-12 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 21:07:22 +
Source: torrus
Binary: torrus-common torrus-apache2 torrus-apache
Architecture: source all
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Jurij Smakov [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 torrus-apache - Universal front-end for Round-Robin Databases (for apache 1.x)
 torrus-apache2 - Universal front-end for Round-Robin Databases (for apache 2.x)
 torrus-common - Universal front-end for Round-Robin Databases (common files)
Changes: 
 torrus (1.0.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Move init script defaults to /etc/torrus/conf/initscript.siteconf,
 getting the package in line with upstream. For compatibility, we
 symlink to /etc/default/torrus-common.
 (Jurij Smakov).
Files: 
 cbfe38e25792f2417ada4909f976179f 713 net extra torrus_1.0.0-1.dsc
 1ab1be11b27aa6fe7dd9150d31b47270 418388 net extra torrus_1.0.0.orig.tar.gz
 81a95edab551f139a849b9865864552b 12862 net extra torrus_1.0.0-1.diff.gz
 af62398268f0b69d63132d8cbf2b28f6 3122 net extra torrus-apache_1.0.0-1_all.deb
 d092c77e4e4e3c6f505863b069e054e8 2698 net extra torrus-apache2_1.0.0-1_all.deb
 35239ff67afd9b369d70b02bd3d95a8a 421664 net extra torrus-common_1.0.0-1_all.deb

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

iEYEARECAAYFAkKspYIACgkQgZalRGu6PISU+QCcC5ecEnUkyOmdxfSrCA2gSLFl
PwIAnAnRfMq9kZpeEBUfHKD4P2KNEyrA
=VPOx
-END PGP SIGNATURE-


Accepted:
torrus-apache2_1.0.0-1_all.deb
  to pool/main/t/torrus/torrus-apache2_1.0.0-1_all.deb
torrus-apache_1.0.0-1_all.deb
  to pool/main/t/torrus/torrus-apache_1.0.0-1_all.deb
torrus-common_1.0.0-1_all.deb
  to pool/main/t/torrus/torrus-common_1.0.0-1_all.deb
torrus_1.0.0-1.diff.gz
  to pool/main/t/torrus/torrus_1.0.0-1.diff.gz
torrus_1.0.0-1.dsc
  to pool/main/t/torrus/torrus_1.0.0-1.dsc
torrus_1.0.0.orig.tar.gz
  to pool/main/t/torrus/torrus_1.0.0.orig.tar.gz


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



Accepted crosshurd 1.7.18 (all source)

2005-06-12 Thread Michael Banck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 23:17:36 +0200
Source: crosshurd
Binary: crosshurd
Architecture: source all
Version: 1.7.18
Distribution: unstable
Urgency: low
Maintainer: Jeff Bailey [EMAIL PROTECTED]
Changed-By: Michael Banck [EMAIL PROTECTED]
Description: 
 crosshurd  - Install a Debian system
Changes: 
 crosshurd (1.7.18) unstable; urgency=low
 .
   * makehurddir.sh: Make sure the gnumach package gets extracted.
   * makehurddir.sh: Cosmetic changes to status output formatting.
Files: 
 b0c323c9d0fc63e12fb6513375b1f094 568 misc extra crosshurd_1.7.18.dsc
 1c396f492ff5512f9a5ddab32c49a8be 18311 misc extra crosshurd_1.7.18.tar.gz
 fed7c522f8adc8c87747d0f4cac0d255 19416 misc extra crosshurd_1.7.18_all.deb

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

iD8DBQFCrKcamHaJYZ7RAb8RAl5eAJ44CURIp7lwXCB3wZr0SsYmjCyR6ACeLvb4
BLAMTduJTpWjeVPZeTGXyMU=
=072O
-END PGP SIGNATURE-


Accepted:
crosshurd_1.7.18.dsc
  to pool/main/c/crosshurd/crosshurd_1.7.18.dsc
crosshurd_1.7.18.tar.gz
  to pool/main/c/crosshurd/crosshurd_1.7.18.tar.gz
crosshurd_1.7.18_all.deb
  to pool/main/c/crosshurd/crosshurd_1.7.18_all.deb


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



Accepted fenris 1:0.07-m2+build3245-1 (i386 source)

2005-06-12 Thread Robert Luberda
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:28:28 +0200
Source: fenris
Binary: fenris
Architecture: source i386
Version: 1:0.07-m2+build3245-1
Distribution: unstable
Urgency: low
Maintainer: Robert Luberda [EMAIL PROTECTED]
Changed-By: Robert Luberda [EMAIL PROTECTED]
Description: 
 fenris - Program execution path analysis tool
Closes: 189698 229750 230527 231838 282295
Changes: 
 fenris (1:0.07-m2+build3245-1) unstable; urgency=low
 .
   * New upstream release (0.07-m2).
   * Adopted package (closes: #282295).
   * Patch build script to fix compile problems (closes: #189698)
 (nb. there's still a problem with PLT checking; I ignore it for now).
   * Fix version checking in ragnarok (closes: #229750).
   * Correct man pages references to /usr/doc (closes: #231838).
   * Update Standards-Versions to 3.6.1:
 + support DEB_BUILD_FLAGS=noopt
   * Include homepage link in the description.
   * Remove unnecessary packages from Build-Depends.
   * Move test programs sources to examples dir.
   * ACK NMU (closes: #230527).
Files: 
 64ccfeaf8f23b0be0ef9b5af68fb555a 671 devel optional 
fenris_0.07-m2+build3245-1.dsc
 dbf2d0553e652d6c37cb8900dd51348e 1106943 devel optional 
fenris_0.07-m2+build3245.orig.tar.gz
 96c7a4782b63de1e3fe21b9bc8c42ed8 7127 devel optional 
fenris_0.07-m2+build3245-1.diff.gz
 e50b2e2fd517cc4c9f76d2c1db3d45f4 3308272 devel optional 
fenris_0.07-m2+build3245-1_i386.deb

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

iD8DBQFCrJyeThh1cJ0wnDsRAqLtAJ0aWFyggB++rSyf2DxT1caSvYuJ9QCfd5JC
Y/gWtl61T1nAyq8+h6eaFEM=
=LRHt
-END PGP SIGNATURE-


Accepted:
fenris_0.07-m2+build3245-1.diff.gz
  to pool/main/f/fenris/fenris_0.07-m2+build3245-1.diff.gz
fenris_0.07-m2+build3245-1.dsc
  to pool/main/f/fenris/fenris_0.07-m2+build3245-1.dsc
fenris_0.07-m2+build3245-1_i386.deb
  to pool/main/f/fenris/fenris_0.07-m2+build3245-1_i386.deb
fenris_0.07-m2+build3245.orig.tar.gz
  to pool/main/f/fenris/fenris_0.07-m2+build3245.orig.tar.gz


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



Accepted newlib-m68hc1x 1.12.0+3.0.1-1 (all source)

2005-06-12 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 22:27:04 +0200
Source: newlib-m68hc1x
Binary: newlib-m68hc1x
Architecture: source all
Version: 1.12.0+3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 newlib-m68hc1x - newlib library built for Motorola's 68HC11/12 targets
Changes: 
 newlib-m68hc1x (1.12.0+3.0.1-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 47a326bf56d7cffb585fffd0d43551a0 695 devel extra 
newlib-m68hc1x_1.12.0+3.0.1-1.dsc
 f299522bf4cfee62f5ba96de1a62e158 6589900 devel extra 
newlib-m68hc1x_1.12.0+3.0.1.orig.tar.gz
 f7f2b601485be1c9f3b57a5822a85d69 17686 devel extra 
newlib-m68hc1x_1.12.0+3.0.1-1.diff.gz
 72771f0d38360ddfe87182f0f9468af1 28587968 devel extra 
newlib-m68hc1x_1.12.0+3.0.1-1_all.deb

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

iD8DBQFCrKUbw3ao2vG823MRAinMAJwMkTIf7hx/YGKODCFenh4aBR/2pwCghRRO
woJimzHduZTAbd4pje/uIhc=
=rmoa
-END PGP SIGNATURE-


Accepted:
newlib-m68hc1x_1.12.0+3.0.1-1.diff.gz
  to pool/main/n/newlib-m68hc1x/newlib-m68hc1x_1.12.0+3.0.1-1.diff.gz
newlib-m68hc1x_1.12.0+3.0.1-1.dsc
  to pool/main/n/newlib-m68hc1x/newlib-m68hc1x_1.12.0+3.0.1-1.dsc
newlib-m68hc1x_1.12.0+3.0.1-1_all.deb
  to pool/main/n/newlib-m68hc1x/newlib-m68hc1x_1.12.0+3.0.1-1_all.deb
newlib-m68hc1x_1.12.0+3.0.1.orig.tar.gz
  to pool/main/n/newlib-m68hc1x/newlib-m68hc1x_1.12.0+3.0.1.orig.tar.gz


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



Accepted kernel-image-2.6.11-i386 2.6.11-6 (i386 source)

2005-06-12 Thread dann frazier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 10:24:23 -0600
Source: kernel-image-2.6.11-i386
Binary: kernel-headers-2.6.11-1-k7 kernel-image-2.6.11-1-686 
kernel-image-2.6.11-1-686-smp kernel-image-2.6.11-1-k7 
kernel-image-2.6.11-1-386 kernel-headers-2.6.11-1-686-smp 
kernel-image-2.6.11-1-k7-smp kernel-headers-2.6.11-1-k7-smp 
kernel-headers-2.6.11-1-i386 kernel-headers-2.6.11-1-686 
kernel-headers-2.6.11-1 kernel-headers-2.6.11-1-386
Architecture: source i386
Version: 2.6.11-6
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team debian-kernel@lists.debian.org
Changed-By: dann frazier [EMAIL PROTECTED]
Description: 
 kernel-headers-2.6.11-1 - Header files related to Linux kernel version 2.6.11
 kernel-headers-2.6.11-1-386 - Linux kernel headers 2.6.11 on 386
 kernel-headers-2.6.11-1-686 - Linux kernel headers 2.6.11 on 
PPro/Celeron/PII/PIII/P4
 kernel-headers-2.6.11-1-686-smp - Linux kernel headers 2.6.11 on 
PPro/Celeron/PII/PIII/P4 SMP
 kernel-headers-2.6.11-1-i386 - Virtual package that depends on all 2.6.11 
kernel headers for i38
 kernel-headers-2.6.11-1-k7 - Linux kernel headers 2.6.11 on AMD K7
 kernel-headers-2.6.11-1-k7-smp - Linux kernel headers 2.6.11 on AMD K7 SMP
 kernel-image-2.6.11-1-386 - Linux kernel image for version 2.6.11 on 386.
 kernel-image-2.6.11-1-686 - Linux kernel image for version 2.6.11 on 
PPro/Celeron/PII/PIII/P4
 kernel-image-2.6.11-1-686-smp - Linux kernel image for version 2.6.11 on 
PPro/Celeron/PII/PIII/P4
 kernel-image-2.6.11-1-k7 - Linux kernel image for version 2.6.11 on AMD K7.
 kernel-image-2.6.11-1-k7-smp - Linux kernel image for version 2.6.11 on AMD K7 
SMP.
Changes: 
 kernel-image-2.6.11-i386 (2.6.11-6) unstable; urgency=low
 .
   * Enable megaraid_newgen and megaraid_mailbox drivers.
 (Simon Horman)
   * Rebuild against 2.6.11-6 (dann frazier).
Files: 
 1c7f3eb22cb73f079330d32b02c7df42 1072 devel optional 
kernel-image-2.6.11-i386_2.6.11-6.dsc
 c68df8c6b731bd5eff12457bb3c01173 96152 devel optional 
kernel-image-2.6.11-i386_2.6.11-6.tar.gz
 b7de224f8d4d790bc086acc6b1d1ab8d 9546 devel optional 
kernel-headers-2.6.11-1-i386_2.6.11-6_i386.deb
 8ae536050697313b3ba856e3ac6b5455 2913236 devel optional 
kernel-headers-2.6.11-1_2.6.11-6_i386.deb
 a7ca9e3bd7d138959781ddfc465686a4 268380 devel optional 
kernel-headers-2.6.11-1-686-smp_2.6.11-6_i386.deb
 4bafa59696268d143176f54dee149396 15804342 base optional 
kernel-image-2.6.11-1-686-smp_2.6.11-6_i386.deb
 bb8c4df4c42b086ba11d467a4ec5bc16 272274 devel optional 
kernel-headers-2.6.11-1-386_2.6.11-6_i386.deb
 e15bcf0177de7675db19b2343da77d1e 14506784 base optional 
kernel-image-2.6.11-1-386_2.6.11-6_i386.deb
 c6034f1050744edc9510d0154c58e652 269934 devel optional 
kernel-headers-2.6.11-1-k7_2.6.11-6_i386.deb
 1b6b5046cd6908e3fbaf2afdddb669b2 15680364 base optional 
kernel-image-2.6.11-1-k7_2.6.11-6_i386.deb
 b859ec487ead2f18511aed592fa171b5 269922 devel optional 
kernel-headers-2.6.11-1-686_2.6.11-6_i386.deb
 9d9e8fd896a9657da30db1551507bc38 15969722 base optional 
kernel-image-2.6.11-1-686_2.6.11-6_i386.deb
 2cd58bf7aecf235a246bda76e77513cd 268382 devel optional 
kernel-headers-2.6.11-1-k7-smp_2.6.11-6_i386.deb
 fc944750846387688ad8a340a25cefbf 15573386 base optional 
kernel-image-2.6.11-1-k7-smp_2.6.11-6_i386.deb

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

iD8DBQFCrLQ6huANDBmkLRkRAmHrAJ4p0kaI/upVMBqe4jeo/brz2pNtMwCfT+Bd
q+bXewgWp4/TZXZKR6yg7WY=
=axuD
-END PGP SIGNATURE-


Accepted:
kernel-headers-2.6.11-1-386_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1-386_2.6.11-6_i386.deb
kernel-headers-2.6.11-1-686-smp_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1-686-smp_2.6.11-6_i386.deb
kernel-headers-2.6.11-1-686_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1-686_2.6.11-6_i386.deb
kernel-headers-2.6.11-1-i386_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1-i386_2.6.11-6_i386.deb
kernel-headers-2.6.11-1-k7-smp_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1-k7-smp_2.6.11-6_i386.deb
kernel-headers-2.6.11-1-k7_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1-k7_2.6.11-6_i386.deb
kernel-headers-2.6.11-1_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-headers-2.6.11-1_2.6.11-6_i386.deb
kernel-image-2.6.11-1-386_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-image-2.6.11-1-386_2.6.11-6_i386.deb
kernel-image-2.6.11-1-686-smp_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-image-2.6.11-1-686-smp_2.6.11-6_i386.deb
kernel-image-2.6.11-1-686_2.6.11-6_i386.deb
  to 
pool/main/k/kernel-image-2.6.11-i386/kernel-image-2.6.11-1-686_2.6.11-6_i386.deb
kernel-image-2.6.11-1-k7-smp_2.6.11-6_i386.deb
  to 

Accepted kernel-image-2.6.11-ia64 2.6.11-5 (source ia64)

2005-06-12 Thread dann frazier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 10:46:40 -0600
Source: kernel-image-2.6.11-ia64
Binary: kernel-image-2.6.11-1-mckinley-smp kernel-headers-2.6-itanium 
kernel-image-2.6.11-1-itanium-smp kernel-headers-2.6-mckinley-smp 
kernel-headers-2.6-mckinley kernel-image-2.6-mckinley-smp 
kernel-headers-2.6.11-1 kernel-headers-2.6.11-1-itanium 
kernel-image-2.6-itanium kernel-headers-2.6.11-1-mckinley-smp 
kernel-image-2.6.11-1-itanium kernel-image-2.6-mckinley 
kernel-headers-2.6-itanium-smp kernel-headers-2.6.11-1-itanium-smp 
kernel-image-2.6.11-1-mckinley kernel-headers-2.6.11-1-mckinley 
kernel-image-2.6-itanium-smp
Architecture: source ia64
Version: 2.6.11-5
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: dann frazier [EMAIL PROTECTED]
Description: 
 kernel-headers-2.6-itanium - Linux kernel headers 2.6 on Itanium
 kernel-headers-2.6-itanium-smp - Linux kernel headers 2.6 on Itanium SMP
 kernel-headers-2.6-mckinley - Linux kernel headers 2.6 on Itanium II
 kernel-headers-2.6-mckinley-smp - Linux kernel headers 2.6 on Itanium II SMP
 kernel-headers-2.6.11-1 - Header files related to Linux kernel version 2.6.11
 kernel-headers-2.6.11-1-itanium - Linux kernel headers 2.6.11 on Itanium
 kernel-headers-2.6.11-1-itanium-smp - Linux kernel headers 2.6.11 on Itanium 
SMP
 kernel-headers-2.6.11-1-mckinley - Linux kernel headers 2.6.11 on Itanium II
 kernel-headers-2.6.11-1-mckinley-smp - Linux kernel headers 2.6.11 on Itanium 
II SMP
 kernel-image-2.6-itanium - Linux kernel image for version 2.6 on Itanium
 kernel-image-2.6-itanium-smp - Linux kernel image for version 2.6 on Itanium 
SMP
 kernel-image-2.6-mckinley - Linux kernel image for version 2.6 on Itanium II
 kernel-image-2.6-mckinley-smp - Linux kernel image for version 2.6 on Itanium 
II SMP
 kernel-image-2.6.11-1-itanium - Linux kernel image for version 2.6.11 on 
Itanium
 kernel-image-2.6.11-1-itanium-smp - Linux kernel image for version 2.6.11 on 
Itanium SMP
 kernel-image-2.6.11-1-mckinley - Linux kernel image for version 2.6.11 on 
Itanium II
 kernel-image-2.6.11-1-mckinley-smp - Linux kernel image for version 2.6.11 on 
Itanium II SMP
Changes: 
 kernel-image-2.6.11-ia64 (2.6.11-5) unstable; urgency=low
 .
   * Drop de4x5 module from build.  This module is deprecated.
 See #281569 and #294867.
   * Rebuild against kernel-tree-2.6.11-6
   * Include metapackages again.  Sarge has released, so we can make 2.6.11
 the default kernel in sid now.
Files: 
 c6296ef1174956ff6b88aca2a997db78 1180 devel optional 
kernel-image-2.6.11-ia64_2.6.11-5.dsc
 7d4ecf752366c94f5e5fa7ab0e1ed9a7 69876 devel optional 
kernel-image-2.6.11-ia64_2.6.11-5.tar.gz
 906ca154eb5bbad255e330b1e2f21ef3 2981152 devel optional 
kernel-headers-2.6.11-1_2.6.11-5_ia64.deb
 72cf65b7b42ae277a16e5d22565aa7e4 4978 devel optional 
kernel-headers-2.6-itanium-smp_2.6.11-5_ia64.deb
 8196ea66e8579b57deaf91bedde2a021 4968 base optional 
kernel-image-2.6-itanium-smp_2.6.11-5_ia64.deb
 7d3cb91fe8d35b79db112276444991f6 213678 devel optional 
kernel-headers-2.6.11-1-itanium-smp_2.6.11-5_ia64.deb
 c4b23d414c6e1abbaa971a972b95ffb5 23210142 base optional 
kernel-image-2.6.11-1-itanium-smp_2.6.11-5_ia64.deb
 601b019d3551226ebe1471be8ae9bebf 4906 devel optional 
kernel-headers-2.6-itanium_2.6.11-5_ia64.deb
 60e1b0d8c864498083fd8862dde4225c 4902 base optional 
kernel-image-2.6-itanium_2.6.11-5_ia64.deb
 b99e28a52a78a5b673d075f02327f557 213218 devel optional 
kernel-headers-2.6.11-1-itanium_2.6.11-5_ia64.deb
 49d5c3a45c930e0513f58f7f5ab09dc1 22711012 base optional 
kernel-image-2.6.11-1-itanium_2.6.11-5_ia64.deb
 4541ab6fe98de8e082fc884db0e4b9ff 5002 devel optional 
kernel-headers-2.6-mckinley-smp_2.6.11-5_ia64.deb
 ee4221e93aa28031f6be175707ffe1b6 4998 base optional 
kernel-image-2.6-mckinley-smp_2.6.11-5_ia64.deb
 0e228b2ffb70d61ac6fa3f32f6f85b7f 213632 devel optional 
kernel-headers-2.6.11-1-mckinley-smp_2.6.11-5_ia64.deb
 e1abce72c4e4c389d37a38a678f038aa 23292294 base optional 
kernel-image-2.6.11-1-mckinley-smp_2.6.11-5_ia64.deb
 17c540ba3acaca09640b39129aef2b46 4938 devel optional 
kernel-headers-2.6-mckinley_2.6.11-5_ia64.deb
 9b4187606b86be43430296cbd475fd5b 4932 base optional 
kernel-image-2.6-mckinley_2.6.11-5_ia64.deb
 049848d62534c877108894eff54782cc 213348 devel optional 
kernel-headers-2.6.11-1-mckinley_2.6.11-5_ia64.deb
 47500d6fa920ae54762c2cd00edcd447 22666702 base optional 
kernel-image-2.6.11-1-mckinley_2.6.11-5_ia64.deb

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

iD8DBQFCrLMKhuANDBmkLRkRAgqgAJ9oOo9FQ9upIAdgwEm+G2MYlsvoowCfWy9L
6PpkN0X+t0oyTK70v4SthE8=
=f7kW
-END PGP SIGNATURE-


Accepted:
kernel-headers-2.6-itanium-smp_2.6.11-5_ia64.deb
  to 
pool/main/k/kernel-image-2.6.11-ia64/kernel-headers-2.6-itanium-smp_2.6.11-5_ia64.deb
kernel-headers-2.6-itanium_2.6.11-5_ia64.deb
  to 

Accepted kernel-source-2.6.11 2.6.11-6 (all source)

2005-06-12 Thread dann frazier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 11 Jun 2005 13:28:45 -0600
Source: kernel-source-2.6.11
Binary: kernel-source-2.6.11 kernel-patch-debian-2.6.11 kernel-tree-2.6.11 
kernel-doc-2.6.11
Architecture: source all
Version: 2.6.11-6
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team debian-kernel@lists.debian.org
Changed-By: dann frazier [EMAIL PROTECTED]
Description: 
 kernel-doc-2.6.11 - Linux kernel specific documentation for version 2.6.11
 kernel-patch-debian-2.6.11 - Debian patches to Linux 2.6.11
 kernel-source-2.6.11 - Linux kernel source for version 2.6.11 with Debian 
patches
 kernel-tree-2.6.11 - Linux kernel source tree for building Debian kernel images
Closes: 303547 311941
Changes: 
 kernel-source-2.6.11 (2.6.11-6) unstable; urgency=low
 .
   * The megaraid legacy driver is around only to support AMI megaraid 1 and 2.
 All the other controllers are supported (according to the code) by the
 new megaraid driver:
 - Add patch drivers-scsi-megaraid_spiltup.dpatch:
   . Split PCI ID's properly between the 2 drivers.
   . Allow compilation of both drivers at the same time.
   . Update Kconfig.megaraid to reflect the new changes in the help.
   . Rename a few things in the old megaraid driver to avoid possible
 conflicts with the new drivers (NOTE: there might be more that needs
 to be changed given that now the 2 modules can be loaded at the same
 time).
 Patch and changelog by Changes by Fabio M. Di Nitto and Chuck Short.
 Taken from Ubuntu's kernel
 Allows the new megaraid driver to be enabled without
 disabling the old megaraid driver.
 (closes: #303547) (Simon Horman)
   * Fixed FTBFS when using a powerpc biarch compiler, and specifying a command
 line CC override, which killed the -m64 arcgument needed for ppc64.
 (Sven Luther)
   * Added patch for IBM eServer i/pSeries Virtual SCSI Target Driver from
 Dave Boutcher [EMAIL PROTECTED], needed for ppc64 boxes with virtual
 partitions, Thanks to Cajus Pollmeier for providing it.
 (Sven Luther)
   * Clarify the description of the kernel-patch-debian package by saying its
 intent is to apply to Debian's kernel-source orig.tar.gz, instead of saying
 it won't apply to a pristine Linux tree.  (closes: #311941)
   * Merged in 2.6.11.11:
 o x86_64: Don't look up struct page pointer of physical address in iounmap
 o x86_64: When checking vmalloc mappings don't use pte_page
 o x86_64: Add a guard page at the end of the 47bit address space
 o x86_64: Fix canonical checking for segment registers in ptrace
 o x86_64: check if ptrace RIP is canonical
 o USB: fix bug in visor driver with throttle/unthrottle causing oopses.
 o usbusx2y: prevent oops  dead keyboard on usb unplugging while the
   device is being used
 o usbaudio: prevent oops  dead keyboard on usb unplugging while the
   device is being used
 o Fix minor security hole in net/rose/rose_route.c
 o ide-disk: Fix LBA8 DMA
 o Fix matroxfb on big-endian hardware
 o ext3: fix race between ext3 make block reservation and reservation
   window discard
 o Fix smp race in ebtables
 o 3c59x: only put the device into D3 when we're actually using WOL
 o Fix get_unmapped_area sanity tests in mm/mmap.c
 (Frederik Schueler)
Files: 
 18fb45a415d245bc2284369f154c5758 1030 devel optional 
kernel-source-2.6.11_2.6.11-6.dsc
 f866f63ca81f23e44eefb43ffbba2a43 371159 devel optional 
kernel-source-2.6.11_2.6.11-6.diff.gz
 89d9852f3048b68aaf7eb2913057dc99 370242 devel optional 
kernel-patch-debian-2.6.11_2.6.11-6_all.deb
 cab486d56647dfff3092dbf1cd3eab15 36371220 devel optional 
kernel-source-2.6.11_2.6.11-6_all.deb
 8debce96ac63ddf0385b08fff621a4ff 41006 devel optional 
kernel-tree-2.6.11_2.6.11-6_all.deb
 eb901a62ee1aa7a0c3572a416830b4dd 4326072 doc optional 
kernel-doc-2.6.11_2.6.11-6_all.deb

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

iD8DBQFCrFkLhuANDBmkLRkRAkAbAJ4k8XlUeJG6Kvf/J/V4305zyWCK3gCeIiIx
WuycO9CASpb/qGkuSa9+WqA=
=Xdht
-END PGP SIGNATURE-


Accepted:
kernel-doc-2.6.11_2.6.11-6_all.deb
  to pool/main/k/kernel-source-2.6.11/kernel-doc-2.6.11_2.6.11-6_all.deb
kernel-patch-debian-2.6.11_2.6.11-6_all.deb
  to 
pool/main/k/kernel-source-2.6.11/kernel-patch-debian-2.6.11_2.6.11-6_all.deb
kernel-source-2.6.11_2.6.11-6.diff.gz
  to pool/main/k/kernel-source-2.6.11/kernel-source-2.6.11_2.6.11-6.diff.gz
kernel-source-2.6.11_2.6.11-6.dsc
  to pool/main/k/kernel-source-2.6.11/kernel-source-2.6.11_2.6.11-6.dsc
kernel-source-2.6.11_2.6.11-6_all.deb
  to pool/main/k/kernel-source-2.6.11/kernel-source-2.6.11_2.6.11-6_all.deb
kernel-tree-2.6.11_2.6.11-6_all.deb
  to pool/main/k/kernel-source-2.6.11/kernel-tree-2.6.11_2.6.11-6_all.deb


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



Accepted synaptic 0.57-1.1 (i386 source)

2005-06-12 Thread Gustavo Noronha Silva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 12 Jun 2005 20:21:04 -0300
Source: synaptic
Binary: synaptic
Architecture: source i386
Version: 0.57-1.1
Distribution: experimental
Urgency: low
Maintainer: Michael Vogt [EMAIL PROTECTED]
Changed-By: Gustavo Noronha Silva [EMAIL PROTECTED]
Description: 
 synaptic   - Graphical package manager
Changes: 
 synaptic (0.57-1.1) experimental; urgency=low
 .
   * NMU
   * Rebuilt with apt 0.6 from experimental
Files: 
 e6f45c9c7f9fa2dc32facba323c40cd1 748 admin optional synaptic_0.57-1.1.dsc
 d85032307d1cd4cabf989428736e60f5 19262 admin optional synaptic_0.57-1.1.diff.gz
 1a3c38538ec1063570e73e79760821db 1642914 admin optional 
synaptic_0.57-1.1_i386.deb

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

iD8DBQFCrMSGt1anjIgqbEsRAhiDAKC6oYVpCX8fNZWs6u+s5a6Ro2EB1gCg7XZx
4RVsFwXg5ImPni3CkEa4Naw=
=hdV5
-END PGP SIGNATURE-


Accepted:
synaptic_0.57-1.1.diff.gz
  to pool/main/s/synaptic/synaptic_0.57-1.1.diff.gz
synaptic_0.57-1.1.dsc
  to pool/main/s/synaptic/synaptic_0.57-1.1.dsc
synaptic_0.57-1.1_i386.deb
  to pool/main/s/synaptic/synaptic_0.57-1.1_i386.deb


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



Accepted ooo2dbk 1.4.1-1 (all source)

2005-06-12 Thread Mohammed Adnène Trojette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 10 Jun 2005 15:42:01 +0200
Source: ooo2dbk
Binary: ooo2dbk
Architecture: source all
Version: 1.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Mohammed Adnène Trojette [EMAIL PROTECTED]
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 ooo2dbk- converts OpenOffice.org SXW documents to DocBook XML
Changes: 
 ooo2dbk (1.4.1-1) unstable; urgency=low
 .
   * New upstream release
   * Reorganized doc
   * Upload to unstable thanks to my sponsor since the
 beginning, Aurelien Jarno ([EMAIL PROTECTED]).
Files: 
 1211a72367d09e1680ac8c8f48cc043f 595 text optional ooo2dbk_1.4.1-1.dsc
 1bce1a5a49b5ae75cdcbd64aabc333c2 416863 text optional ooo2dbk_1.4.1.orig.tar.gz
 d46ff085a665a8c7bc50bdfe7aeb7fb6 2740 text optional ooo2dbk_1.4.1-1.diff.gz
 d44397f48737675323ea6e032185a120 360946 text optional ooo2dbk_1.4.1-1_all.deb

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

iD8DBQFCrMNRw3ao2vG823MRAri+AJ4xzfvA1LcI8R7j3RnL4nVQm7EFjwCfVpkC
IMS10kmP3uoPoT+uOnDaXhE=
=uBTN
-END PGP SIGNATURE-


Accepted:
ooo2dbk_1.4.1-1.diff.gz
  to pool/main/o/ooo2dbk/ooo2dbk_1.4.1-1.diff.gz
ooo2dbk_1.4.1-1.dsc
  to pool/main/o/ooo2dbk/ooo2dbk_1.4.1-1.dsc
ooo2dbk_1.4.1-1_all.deb
  to pool/main/o/ooo2dbk/ooo2dbk_1.4.1-1_all.deb
ooo2dbk_1.4.1.orig.tar.gz
  to pool/main/o/ooo2dbk/ooo2dbk_1.4.1.orig.tar.gz


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



Accepted p3nfs 5.18-1 (i386 source)

2005-06-12 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 13 Jun 2005 08:53:49 +1000
Source: p3nfs
Binary: p3nfs
Architecture: source i386
Version: 5.18-1
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 p3nfs  - allows to mount the file systems of the Phone/PDA
Closes: 298278
Changes: 
 p3nfs (5.18-1) unstable; urgency=low
 .
   * Orphaning this package: maintainer set to Debian QA Group. See
 #95747 and #312838.
   * New upstream release.
   * Updated description in debian/control.
   * Added copyright holders to debian/copyright.
   * Fixed p3nfs needs dependency to portmap, closes: #298278.
   * Fixed override disparities found in suite unstable, override says
 otherosfs - extra, .deb says misc - optional.
Files: 
 b9df27a1190f441ec3172512074a24b3 558 otherosfs extra p3nfs_5.18-1.dsc
 93207a9959804cca0b7f68f441da3fcf 262240 otherosfs extra p3nfs_5.18.orig.tar.gz
 c75b4a5860c0d78c9543968442177b31 4921 otherosfs extra p3nfs_5.18-1.diff.gz
 1b96e84239a7f0beb64fb57e17d7a145 141314 otherosfs extra p3nfs_5.18-1_i386.deb

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

iD8DBQFCrMkAgY5NIXPNpFURAmAQAJwITubWm0n9XCMxu0hIUQpv7dwghwCeIWUB
RcXUsdejg0DagGCwdw9lMT4=
=TpXT
-END PGP SIGNATURE-


Accepted:
p3nfs_5.18-1.diff.gz
  to pool/main/p/p3nfs/p3nfs_5.18-1.diff.gz
p3nfs_5.18-1.dsc
  to pool/main/p/p3nfs/p3nfs_5.18-1.dsc
p3nfs_5.18-1_i386.deb
  to pool/main/p/p3nfs/p3nfs_5.18-1_i386.deb
p3nfs_5.18.orig.tar.gz
  to pool/main/p/p3nfs/p3nfs_5.18.orig.tar.gz


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



  1   2   >