Re: More on icons for packages

2005-01-27 Thread Andreas Tille
On Wed, 26 Jan 2005, Dale C. Scheetz wrote:
Thus it might be even better to define a policy the following way:
   1. Put all XPMs for the use in Debian-Menu into
/usr/share/menu/pixmaps
   2. Put all PNGs (and others) into /usr/share/pixmaps if they are
  intended for applications which follow freedesktop.org specification
I don't really see a need for the split. All menu icons should be xpm so any other icons are for some other purpose.
Well there could be one reason: If you browse this directory in the worst case 
you
see each icon twice (XPM and PNG) which might be really confusing for users.
   3. Put a symlink
 ln -s /usr/share/menu/pixmaps/app.xpm /usr/share/pixmaps
  if there is no PNG or whatever icon for this application to support
  both Debian-Menu and freedesktop.org
These kinds of solutions lead to extra detail in package management and, of course see above ;-)
Sure.  If my argument above should be void then forget this item.  If my
idea (I'm really unsure whether it is good or not) is a real argument try
adding this functionality to dh_menu.
   4. File bug report or even create automagically via mogrify icons in
  /usr/share/menu/pixmaps/ if there are icons in /usr/share/pixmaps
  but the maintainer did not provide a XPM following the menu policy
  spcification.
What package would be responsible for this mogrification?
Damn, once there was the exact command line how to call this binary from
imagemagick package in /usr/share/doc/menu but I can not find it any more ...
Simplify, simplify, simplify ;-)
Sure.  I was just thinking about kind of arguments which might destroy
over simplification.  I would definitely go with you if you mean we need
a more simple setup.
Kind regards
Andreas.
--
http://fam-tille.de
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: More on icons for packages

2005-01-27 Thread Tim Dijkstra
On Wed, 26 Jan 2005 20:18:39 -0500
Dale C. Scheetz [EMAIL PROTECTED] wrote:

  Thus it might be even better to define a policy the following way:
  
 1. Put all XPMs for the use in Debian-Menu into
  /usr/share/menu/pixmaps
 2. Put all PNGs (and others) into /usr/share/pixmaps if they are
intended for applications which follow freedesktop.org
specification
 
 I don't really see a need for the split. All menu icons should be xpm
 so any other icons are for some other purpose.

I think the point is we don't want to be stuck we xpm till eternity.
Especially because we have window/desktop managers that support better
formats like png or svg for example and programs supplying them.

grts Tim


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



Re: rebooting, non-root raid, udev

2005-01-27 Thread Marco d'Itri
On Jan 27, Brian May [EMAIL PROTECTED] wrote:

 Now I know what happens in practise, what is meant to happen in
 theory?
The kernel is fixed to provide an additional device which can be used to
configure new RAID volumes.
Kernel people are aware of this, but I have not seen any progress on
this front so don't hold your breath.

(Workaround: ditch the initrd and use kernel RAID autostart.)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread martin f krafft
Package: wnpp
Severity: wishlist

@Bernard, I intend to package swsusp2 for Debian, just letting you
know...

* Package name: kernel-patch-swsusp2
  Version : 2.1.5.15
  Upstream Author : Bernard Blackham [EMAIL PROTECTED]
* URL : http://softwaresuspend.berlios.de
* License : GPL
  Description : software suspend 2 for linux kernel patch

Software Suspend is most easily described as the Linux equivalent of
Windows' hibernate functionality. It saves the contents of memory to
disk and powers down. When the computer is started up again, it
reloads the contents and the user can continue from where they left
off. No documents need to be reloaded or applications reopened and
the process is much faster than a normal shutdown and start up.

Packages should be available from

  http://people.debian.org/~madduck/packages/stage/kernel-patch-swsusp2

sometime today.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (600, 'testing'), (98, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-k7
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

-- 
 .''`. 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!


signature.asc
Description: Digital signature


Re: Depends: and commands used in maintainer scripts

2005-01-27 Thread Frank Küster
X-Posting to -policy, because this might be a bug in Policy. I'm not
subscribed to -policy, please Cc me unless you keep -devel in.


Goswin von Brederlow [EMAIL PROTECTED] wrote:

 Joel Aelwyn [EMAIL PROTECTED] writes:

 On Wed, Jan 26, 2005 at 11:32:19AM +0100, Frank Küster wrote:
 Hi,
 
 what is the reason why in the following sentence in Policy:
 
 ,
 | The Depends field should also be used if the postinst, prerm or postrm
 | scripts require the package to be present in order to run.
 `
 
 the word should is used, not must? I'm asking here (not on -policy)
 because I assume there must be a technical reason for it, but I really
 can't think of any.
[...]
 It should still be must so failure to do so is a serious policy
 violation (violation of a 'must' or 'required' directive).

Do others also think this is an error in policy? Nobody would object if
I raise severity of such a bug and address it in an NMU (which I'm going
to do for a different RC bug, anyway)?


Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: advice on a patch set

2005-01-27 Thread Cameron Patrick
martin f krafft wrote:

 I am trying to package the swsusp2 kernel patch, which comes in
 hundred little files. My thought was to simply concat these files
 into one large patch for use with kpatches... however, this does not
 work because some files are created by early patches and later
 modified. Since kpatches first tests the patch with --dry-run, it
 will fail when the later patches do not find a file to patch.

Have you considered just using Bernard's apply script that is included
with the upstream swsusp package?  I'm pretty sure it takes care of
testing with --dry-run and backing out previous patches if one of them
fails.

Cameron.



signature.asc
Description: Digital signature


Re: Depends: and commands used in maintainer scripts

2005-01-27 Thread Frank Küster
Frank Küster [EMAIL PROTECTED] wrote:

 Do others also think this is an error in policy? Nobody would object if
 I raise severity of such a bug and address it in an NMU (which I'm going
 to do for a different RC bug, anyway)?

I can answer the second question myself: According to
http://release.debian.org/sarge_rc_policy.txt, this is a *must* for
sarge, so the severity is RC anyway.

Regards, Frank

-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: acpi vs apm

2005-01-27 Thread Cameron Patrick
Matthew Garrett wrote:

 1) Dealing with network interfaces and the like sensibly - at the
 moment, this will often require unloading and reloading modules pre/post
 suspend

Yup.  The hibernate package helps with this and can do quite a bit
automatically by way of a blacklisted modules mechanism plus
configuration options for bringing network interfaces up and down,
killing and restarting programmes, mounting and unmounting filesystems
and so on.

 2) Working with video state. The vbetool package makes it possible to
 save and restore the graphics card state from userland, which tends to
 work much better than the kernel fudges. In the long run, either X or
 the framebuffer drivers need to get much better at programming the
 video.

Oooh, neat.  With vbetool my laptop doesn't need any kernel hacks to
resume properly and doesn't spit out as many worrying acpi warnings.
I'm about to write a hibernate scriptlet for doing this soon.

Cheers,

Cameron.



signature.asc
Description: Digital signature


Re: advice on a patch set

2005-01-27 Thread martin f krafft
also sprach Cameron Patrick [EMAIL PROTECTED] [2005.01.27.1045 +0100]:
 Have you considered just using Bernard's apply script that is
 included with the upstream swsusp package?  I'm pretty sure it
 takes care of testing with --dry-run and backing out previous
 patches if one of them fails.

Good idea, I will try this. Right now, my custom solution works. But
you are right, stupid me not to have thought of this before...

-- 
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!


signature.asc
Description: Digital signature


Re: Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread Brian Nelson
On Thu, Jan 27, 2005 at 10:20:05AM +0100, martin f krafft wrote:
 Package: wnpp
 Severity: wishlist
 
 @Bernard, I intend to package swsusp2 for Debian, just letting you
 know...
 
 * Package name: kernel-patch-swsusp2
   Version : 2.1.5.15
   Upstream Author : Bernard Blackham [EMAIL PROTECTED]

Isn't Nigel Cunningham the primary author?

Also, Bernard is in the NM queue, though he's been on hold for quite a
while...

-- 
Society is never going to make any progress until we all learn to
pretend to like each other.


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



Re: rebooting, non-root raid, udev

2005-01-27 Thread Tore Anderson
* Brian May

  4. /etc/init.d/raid2 attempts to initialise the other RAID
  partitions but fails to do so because the /dev/md* entries do not
  exist.

  I believe that if you use mdadm to assemble your arrays, and ensure it
 is passed the --auto parameter, it should work.

-- 
Tore Anderson


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



Re: NM queue and groups [Was: NEW queue and ftp-master approval]

2005-01-27 Thread Andrew Suffield
On Wed, Jan 26, 2005 at 12:08:27PM -0700, Joel Aelwyn wrote:
 In fact, the parts you have chosen to keep, and respond to, are the far
 *less* relevant portions of what I wrote. They existed as a demonstration
 only of one reason I consider it important for people to have some
 agreement on what the usage of problems means in our Social Contract

Debating the definition of this word remains irrelevant, no matter how
much nonsense you write about it. See previous message.

Trying to reduce ethical issues to word games is, at best,
childish. Grow up.

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


signature.asc
Description: Digital signature


Re: Depends: and commands used in maintainer scripts

2005-01-27 Thread Andrew Suffield
On Wed, Jan 26, 2005 at 11:32:19AM +0100, Frank K?ster wrote:
 what is the reason why in the following sentence in Policy:
 
 ,
 | The Depends field should also be used if the postinst, prerm or postrm
 | scripts require the package to be present in order to run.
 `
 
 the word should is used, not must? I'm asking here (not on -policy)
 because I assume there must be a technical reason for it, but I really
 can't think of any.
 
 If a package is missing a Depends, and therefore will routinely fail in
 prerm or postrm --remove, isn't that a release-critical bug?

Failing to remove is a grave bug anyway. Policy doesn't really
matter. Not every possible bug is written into policy.

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


signature.asc
Description: Digital signature


Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
[EMAIL PROTECTED] wrote:
On Wed, 26 Jan 2005, David Pashley wrote:
  The better fix IS to add an extra line to both incarnations of invoke-rc.d
  (sysv-rc's and file-rc's) to look under /usr/local/sbin first.

Make that later.  I just noticed one has to run the system's
/usr/sbin/policy-rc.d in preference to all else.

Why?

Greetings
Marc

-- 
-- !! No courtesy copies, please !! -
Marc Haber |Questions are the | Mailadresse im Header
Mannheim, Germany  | Beginning of Wisdom  | http://www.zugschlus.de/
Nordisch by Nature | Lt. Worf, TNG Rightful Heir | Fon: *49 621 72739834



Re: NM queue and groups

2005-01-27 Thread Frank Küster
Andrew Suffield [EMAIL PROTECTED] wrote:

 On Wed, Jan 26, 2005 at 12:08:27PM -0700, Joel Aelwyn wrote:
 In fact, the parts you have chosen to keep, and respond to, are the far
 *less* relevant portions of what I wrote. They existed as a demonstration
 only of one reason I consider it important for people to have some
 agreement on what the usage of problems means in our Social Contract

 Debating the definition of this word remains irrelevant, no matter how
 much nonsense you write about it. See previous message.

To me, debating the interpretation of the sentence We will not hide
problems does make sense, and is not irrelevant. The intention behind
that debate (namely, to address the question of transparency within the
Debian project) seems even more relevant to me.

 Trying to reduce ethical issues to word games is, at best,
 childish. Grow up.

I can't see how he tried to do such a reduction. People *do* have
different opinions on transparency in Debian, and they do have different
opinions regarding the question whether our Social Contract does say
something about transparence in Debian. This is not a word game,
although the second part (does the Social contract already say anything
about transparency?) surely is connected to different understanding of
the word problems in that context.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: Release update: kde3.3, upload targets, kernels, infrastructure

2005-01-27 Thread Christoph Berg
Re: Henning Makholm in [EMAIL PROTECTED]
 Huh? I run one machine that is mostly woody but with sarge's libc6 and
 a few selected other sarge packages. This seems to work impeccably in
 general (I do know where to point my anger at when it doesn't, but in
 those casses libc has never been involved).  If sarge's libc6 were
 *not* backwards compatible, it would have been called libc7.

I upgraded a Woody box last week to Sarge's glibc/apt/dpkg/
openoffice.org/perl last week. The result was that Woody's mysql does
not work with Sarge's glibc. It complains about missing GLIBC_2.2
symbols. I've then also upgraded mysql and things were fine again.

The other thing that is likely to break for partial upgrades is stuff
using DB, see for example #196917 on spamassassin breakage when perl
is upgraded.

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


signature.asc
Description: Digital signature


Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Marc Haber wrote:
 On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
 [EMAIL PROTECTED] wrote:
 On Wed, 26 Jan 2005, David Pashley wrote:
   The better fix IS to add an extra line to both incarnations of 
   invoke-rc.d
   (sysv-rc's and file-rc's) to look under /usr/local/sbin first.
 
 Make that later.  I just noticed one has to run the system's
 /usr/sbin/policy-rc.d in preference to all else.
 
 Why?

Because if any package that is NOT a policy-rc.d package is providing a
policy-rc.d in /usr/sbin, it has a damn good reason to do so, and it should
take precendence.  Examples of damn good reasons are alternative initscript
managers such as runit.

If a package that is a policy-rc.d package is installed, then the local
admin is supposed to take care of things (he should uninstall that package,
if he wants to use his own policy-rc.d under /usr/local.  Or register his
policy-rc.d as an alternative and select that one, etc).

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: NM queue and groups

2005-01-27 Thread Andrew Suffield
On Thu, Jan 27, 2005 at 01:26:15PM +0100, Frank K?ster wrote:
 Andrew Suffield [EMAIL PROTECTED] wrote:
 
  On Wed, Jan 26, 2005 at 12:08:27PM -0700, Joel Aelwyn wrote:
  In fact, the parts you have chosen to keep, and respond to, are the far
  *less* relevant portions of what I wrote. They existed as a demonstration
  only of one reason I consider it important for people to have some
  agreement on what the usage of problems means in our Social Contract
 
  Debating the definition of this word remains irrelevant, no matter how
  much nonsense you write about it. See previous message.
 
 To me, debating the interpretation of the sentence We will not hide
 problems does make sense, and is not irrelevant. The intention behind
 that debate (namely, to address the question of transparency within the
 Debian project) seems even more relevant to me.

The definition of 'problems' is not appreciably relevant to this.

  Trying to reduce ethical issues to word games is, at best,
  childish. Grow up.
 
 I can't see how he tried to do such a reduction. People *do* have
 different opinions on transparency in Debian, and they do have different
 opinions regarding the question whether our Social Contract does say
 something about transparence in Debian. This is not a word game,

Playing with the definition of 'problems' is precisely that. There's
no ethical justification for it. Treating the sentence as an
independent law, and arguing about ambiguities in the way it is
phrased as if they were somehow important, is just word games -
especially when they're clearly nonsensical in context.

All the rational discussion has always been about what constitutes
'hiding', and the rational conclusion has always been the same:
actively hiding problems is clearly bad, but failing to go to the
trouble of documenting them isn't really, as you probably have better
things to do, and it's written into the constitution that developers
make their own decisions about what they spend their time on.

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


signature.asc
Description: Digital signature


Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Thu, Jan 27, 2005 at 10:37:05AM -0200, Henrique de Moraes Holschuh wrote:
 On Thu, 27 Jan 2005, Marc Haber wrote:
  On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
  [EMAIL PROTECTED] wrote:
  On Wed, 26 Jan 2005, David Pashley wrote:
The better fix IS to add an extra line to both incarnations of 
invoke-rc.d
(sysv-rc's and file-rc's) to look under /usr/local/sbin first.
  
  Make that later.  I just noticed one has to run the system's
  /usr/sbin/policy-rc.d in preference to all else.
  
  Why?
 
 Because if any package that is NOT a policy-rc.d package is providing a
 policy-rc.d in /usr/sbin, it has a damn good reason to do so, and it should
 take precendence.  Examples of damn good reasons are alternative initscript
 managers such as runit.

Packages providing /usr/sbin/policy-rc.d are required to use the
alternatives system anyway.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Re: NM queue and groups

2005-01-27 Thread Andreas Barth
* Andrew Suffield ([EMAIL PROTECTED]) [050127 13:55]:
 All the rational discussion has always been about what constitutes
 'hiding', and the rational conclusion has always been the same:

You mean: you never changed your mind? That's probably true, but that
doesn't make you to the master of the interpretation of the SC.


Cheers,
Andi
-- 
   http://home.arcor.de/andreas-barth/
   PGP 1024/89FB5CE5  DC F1 85 6D A6 45 9C 0F  3B BE F1 D0 C5 D1 D9 0C


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



[no subject]

2005-01-27 Thread Schoppitsch Dieter
Hi,

I don't know, if I'm right, but as I'm a Debian-Fan I'd like to contribute
software (I wrote) to other.

This software is downloadable at:
http://web.uta4you.at/shop/

This programs are:
Atto - simple, fast and small Line Editor
FreeDoc - mind-mapping-program and a plain-text-documentation software
TextDraw - (ascii) drawing of line-, rectangle-, ellipse- and text-objects
TextPrint - (ascii-based) chart generator
C - scientific RPN-calculator
TextSlide - (Ascii-Text)Presentation Program

Unfortunately I don't have the time to perfectly maintain this software.

If I'm not right at your address - please mail me another.
Regards
Dieter Schoppitsch (Vienna)




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



Re: your mail

2005-01-27 Thread Christoph Berg
Re: Schoppitsch Dieter in [EMAIL PROTECTED]
 This software is downloadable at:
 http://web.uta4you.at/shop/

Hi,

if you want to have these programs in Debian, you have to file the
proper WNPP wishlist bugs. See [1].

If you want to package them yourself, read the maint-guide [2].

[1] http://www.debian.org/devel/wnpp/
[2] http://www.debian.org/doc/maint-guide/

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


signature.asc
Description: Digital signature


Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Marc Haber wrote:
 On Thu, Jan 27, 2005 at 10:37:05AM -0200, Henrique de Moraes Holschuh wrote:
  On Thu, 27 Jan 2005, Marc Haber wrote:
   On Wed, 26 Jan 2005 08:12:36 -0200, Henrique de Moraes Holschuh
   [EMAIL PROTECTED] wrote:
   On Wed, 26 Jan 2005, David Pashley wrote:
 The better fix IS to add an extra line to both incarnations of 
 invoke-rc.d
 (sysv-rc's and file-rc's) to look under /usr/local/sbin first.
   
   Make that later.  I just noticed one has to run the system's
   /usr/sbin/policy-rc.d in preference to all else.
   
   Why?
  
  Because if any package that is NOT a policy-rc.d package is providing a
  policy-rc.d in /usr/sbin, it has a damn good reason to do so, and it should
  take precendence.  Examples of damn good reasons are alternative initscript
  managers such as runit.
 
 Packages providing /usr/sbin/policy-rc.d are required to use the
 alternatives system anyway.

Yes, but they can use diversions when the entire policy-rc.d system has to
be disabled, if need be.

However, if invoke-rc.d searches /usr/local/sbin/policy-rc.d first, this
whole safety net is disabled.

So invoke-rc.d could be changed to look under /usr/local/sbin/policy-rc.d as
well, but only if it failed to find a runnable policy-rc.d at
/usr/sbin/policy-rc.d.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Henrique de Moraes Holschuh wrote:
 Yes, but they can use diversions when the entire policy-rc.d system has to
 be disabled, if need be.

Make it a very high priority alternative.  It is probably a bad idea to try
our luck with diverting an alternative.

Still, the rationale for /usr/local last holds.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: NM queue and groups

2005-01-27 Thread Frank Küster
Andrew Suffield [EMAIL PROTECTED] wrote:

 All the rational discussion has always been about what constitutes
 'hiding', 

I have also read discussion about what we promise not to hide (before
our users, and before fellow developers). I didn't get the impression
that this discussion wasn't rational (although it may have been
conducted in a rather emotional way sometimes).

Maybe you just missed it. But may I point you to the fact that Joel just
tried to start such a discussion (albeit only in a side note to a side
note)? You didn't show that this was irrational (except by assertion
that it is not possible to rationally discuss the meaning of the word
problems).

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



Re: NM queue and groups

2005-01-27 Thread Steve McIntyre
Andreas Barth wrote:
* Andrew Suffield ([EMAIL PROTECTED]) [050127 13:55]:
 All the rational discussion has always been about what constitutes
 'hiding', and the rational conclusion has always been the same:

You mean: you never changed your mind? That's probably true, but that
doesn't make you to the master of the interpretation of the SC.

Ssh. The great Suffield has spoken...

-- 
Steve McIntyre, Cambridge, UK.[EMAIL PROTECTED]
You lock the door
And throw away the key
There's someone in my head but it's not me 


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



Re: Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread martin f krafft
also sprach Brian Nelson [EMAIL PROTECTED] [2005.01.27.1301 +0100]:
 Isn't Nigel Cunningham the primary author?

Apparently. I have had a hard time to find this information on the
webpage... therefore I took a guess. I seems that Nigel is the
author and Bernard the webmaster. I have written to both.

 Also, Bernard is in the NM queue, though he's been on hold for
 quite a while...

Okay, well, tough luck for him. That said, he can take over the
package when he's a DD. I need it now, but I don't insist on
maintaining it.

-- 
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!


signature.asc
Description: Digital signature


Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Thu, Jan 27, 2005 at 11:24:01AM -0200, Henrique de Moraes Holschuh wrote:
 However, if invoke-rc.d searches /usr/local/sbin/policy-rc.d first, this
 whole safety net is disabled.

One could argue that the local admin explicitly requested to have that
net disabled.

 So invoke-rc.d could be changed to look under /usr/local/sbin/policy-rc.d as
 well, but only if it failed to find a runnable policy-rc.d at
 /usr/sbin/policy-rc.d.

So how do I override a non-fitting /usr/sbin/policy-rc.d? Being forced
to use a local diversion is not nice.

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Marc Haber wrote:
 On Thu, Jan 27, 2005 at 11:24:01AM -0200, Henrique de Moraes Holschuh wrote:
  However, if invoke-rc.d searches /usr/local/sbin/policy-rc.d first, this
  whole safety net is disabled.
 
 One could argue that the local admin explicitly requested to have that
 net disabled.
 
  So invoke-rc.d could be changed to look under /usr/local/sbin/policy-rc.d as
  well, but only if it failed to find a runnable policy-rc.d at
  /usr/sbin/policy-rc.d.
 
 So how do I override a non-fitting /usr/sbin/policy-rc.d? Being forced

Remove the package providing it.  The only two types of pacakge that are to
provide policy-rc.d are packages that implement a policy-rc.d system (and if
you don't want that, remove the package), AND packages that know they must
disable invoke-rc.d for some weird reason (which I am kind of suspicious
might be a mistake on the whole reasoning of whomever needs that, but I am
playing safe).

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: Buildd howto

2005-01-27 Thread Soumyadip Modak
On Wed, 2005-01-26 at 20:16 +0100, Martin Zobel-Helas wrote:
 Hi Soumyadip,
 
 On Thursday, 27 Jan 2005, Soumyadip Modak [EMAIL PROTECTED] wrote:
  However I couldn't find any documentation on how to setup buildds. Can
  anyone please provide pointers
 
 http://www.debian.org/devel/buildd/
 or
 http://people.debian.org/~aba/buildd/
 
 Greetings
 Martin
 --
 The human race never solves any of its problems.  It merely outlives them.
   -- David Gerrold

Thanks to all who've written in. Am going through the details. 

Will have to present a proposal to the University officials to let me
have a couple of permanent IP addresses to set up the buildd. :)

Thanks
-- 
Soumyadip Modak
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://soumyadip.blogspot.com


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



Re: Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread Matthew Garrett
martin f krafft [EMAIL PROTECTED] wrote:

 Okay, well, tough luck for him. That said, he can take over the
 package when he's a DD. I need it now, but I don't insist on
 maintaining it.

I'm curious - what functionality do you need that isn't present in the
stock kernel?

-- 
Matthew Garrett | [EMAIL PROTECTED]


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



Re: Buildd howto

2005-01-27 Thread Goswin von Brederlow
Soumyadip Modak [EMAIL PROTECTED] writes:

 On Wed, 2005-01-26 at 20:16 +0100, Martin Zobel-Helas wrote:
 Hi Soumyadip,
 
 On Thursday, 27 Jan 2005, Soumyadip Modak [EMAIL PROTECTED] wrote:
  However I couldn't find any documentation on how to setup buildds. Can
  anyone please provide pointers
 
 http://www.debian.org/devel/buildd/
 or
 http://people.debian.org/~aba/buildd/
 
 Greetings
 Martin
 --
 The human race never solves any of its problems.  It merely outlives them.
  -- David Gerrold

 Thanks to all who've written in. Am going through the details. 

 Will have to present a proposal to the University officials to let me
 have a couple of permanent IP addresses to set up the buildd. :)

 Thanks

The only thing you need is a mail account. Running a buildd with a
dynamic IP or behind NAT is no problem.

MfG
Goswin


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



Re: Release update: kde3.3, upload targets, kernels, infrastructure

2005-01-27 Thread Steve Langasek
On Thu, Jan 27, 2005 at 01:19:36PM +0100, Christoph Berg wrote:
 Re: Henning Makholm in [EMAIL PROTECTED]
  Huh? I run one machine that is mostly woody but with sarge's libc6 and
  a few selected other sarge packages. This seems to work impeccably in
  general (I do know where to point my anger at when it doesn't, but in
  those casses libc has never been involved).  If sarge's libc6 were
  *not* backwards compatible, it would have been called libc7.

 I upgraded a Woody box last week to Sarge's glibc/apt/dpkg/
 openoffice.org/perl last week. The result was that Woody's mysql does
 not work with Sarge's glibc. It complains about missing GLIBC_2.2
 symbols. I've then also upgraded mysql and things were fine again.

$ ldd -d -r /usr/bin/mysqladmin 
libstdc++-libc6.2-2.so.3 = /usr/lib/libstdc++-libc6.2-2.so.3 
(0x4002a000)
libmysqlclient.so.10 = /usr/lib/libmysqlclient.so.10 (0x40073000)
libz.so.1 = /usr/lib/libz.so.1 (0x400a9000)
libcrypt.so.1 = /lib/tls/libcrypt.so.1 (0x400bb000)
libnsl.so.1 = /lib/tls/libnsl.so.1 (0x400e8000)
libm.so.6 = /lib/tls/libm.so.6 (0x400fc000)
libc.so.6 = /lib/tls/libc.so.6 (0x4011e000)
/lib/ld-linux.so.2 = /lib/ld-linux.so.2 (0x4000)
symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time 
reference  (/usr/lib/libmysqlclient.so.10)
$

This is a bug in the woody libmysqlclient10 package, which should not have
been using errno in this way.

It also only occurs when the TLS-enabled glibc is used, which is only the
case if you are running a glibc kernel.

So, partial upgrades are supported if you don't reboot to a 2.6 kernel prior
to also upgrading libmysqlclient10 (or mysql-server).  Cc:ed to the glibc
folks, so they can consider how this should be handled.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread martin f krafft
also sprach Matthew Garrett [EMAIL PROTECTED] [2005.01.27.1613 +0100]:
  Okay, well, tough luck for him. That said, he can take over the
  package when he's a DD. I need it now, but I don't insist on
  maintaining it.
 
 I'm curious - what functionality do you need that isn't present in the
 stock kernel?

swsusp in the stock kernel is very unstable. I have had better
experience with swsusp2. That's all.

-- 
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!


signature.asc
Description: Digital signature


Re: Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread Bernard Blackham
On Thu, Jan 27, 2005 at 02:43:30PM +0100, martin f krafft wrote:
  Also, Bernard is in the NM queue, though he's been on hold for
  quite a while...
 
 Okay, well, tough luck for him. That said, he can take over the
 package when he's a DD. I need it now, but I don't insist on
 maintaining it.

WRT me in the NM queue, I expected I'd been purged due to my
inactivity, but it seems not! If you're not keen on maintaining it
forever, I could continue on the NM process and pick it up at some
point later.

Kind regards,

Bernard.

-- 
 Bernard Blackham bernard at blackham dot com dot au


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



Re: Bug#292479: ITP: kernel-patch-swsusp2 -- software suspend 2 for linux kernel patch

2005-01-27 Thread martin f krafft
also sprach Bernard Blackham [EMAIL PROTECTED] [2005.01.27.1642 +0100]:
 WRT me in the NM queue, I expected I'd been purged due to my
 inactivity, but it seems not! If you're not keen on maintaining it
 forever, I could continue on the NM process and pick it up at some
 point later.

You can have it any time if you think you are up to the task.

-- 
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!


signature.asc
Description: Digital signature


Re: apply to NM? ha!

2005-01-27 Thread Greg Folkert
On Tue, 2005-01-25 at 16:02 +1000, Anthony Towns wrote:
 Romain Francoise wrote:
  And Debian wouldn't be fun without a few enmities, we wouldn't have great
  posts like http://lists.debian.org/debian-legal/2004/07/msg01308.html or
  http://lists.debian.org/debian-devel-announce/2001/12/msg8.html...
 
 Huh, and here was me thinking those were perfect examples of the sort of 
 idiocy that just sucks the fun right out of Debian.

I thought it was tongue in cheek myself. Yes, they do suck the fun out
of Debian. Unfortunately, these are occurring at a regularly tested
rate.

Let us hope that the steady trend will decline in the near and long
future.
-- 
[EMAIL PROTECTED]
REMEMBER ED CURRY! http://www.iwethey.org/ed_curry

Novell's Directory Services is a competitive product to Microsoft's
Active Directory in much the same way that the Saturn V is a competitive
product to those dinky little model rockets that kids light off down at
the playfield. -- Thane Walkup


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


Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Marc Haber
On Thu, Jan 27, 2005 at 12:09:11PM -0200, Henrique de Moraes Holschuh wrote:
 Remove the package providing it.

That might be a non-option.

Greetins
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 72739834
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 72739835


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



Re: hwcap supporting architectures?

2005-01-27 Thread Bernd Eckenfels
In article [EMAIL PROTECTED] you wrote:
 BTW: I wonder why hwcap decisions are not cached in the ld.so.cache?
 
 Why don't you check /etc/ld.so.cache?  Hint:
 strings /etc/ld.so.cache | grep /lib/tls on i686.

I know it places the libs in  the cache, but it is still doing all the
stats, why?

Gruss
Bernd


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



Re: library packaging doc...

2005-01-27 Thread Junichi Uekawa
 Andreas Metzler [EMAIL PROTECTED] - Wed, Jan 26, 2005:
 
  It is already linked from deveopers reference.
 
  It would be nice to have a package for this guide, for example to
  request fixes and to make something official out of it.
 
  The author seems to be Junichi Uekawa, dancer at debian, and is hence a
  logical packaging candidate.   O:-)
 
  Junichi, do you have packaging plans for your guide?  Should I fill an
  RFP on it?

I may try to package it; 
I was kind of waiting for inclusion into the developers reference, 
but the text format is different.

libpkg-guide is written in docbook XML while 
developers reference is written in DebianDoc SGML.


Considering that enough people seem to be feeling the
itch for libpkg-guide package, and since I would 
consider using the BTS etc. for revision management
of libpkg-guide, I might go around packaging it as a
Debian package.


Any objections?


regards,
junichi


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



Re: Buildd howto

2005-01-27 Thread Soumyadip Modak
On Thu, 2005-01-27 at 16:31 +0100, Goswin von Brederlow wrote:
 The only thing you need is a mail account. Running a buildd with a
 dynamic IP or behind NAT is no problem.
 
 MfG
 Goswin

Hey that's good ! Thanks for the tip. :)
-- 
Soumyadip Modak
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://soumyadip.blogspot.com


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



Looking for a Korean native speaker for a few translation updates

2005-01-27 Thread Christian Perrier
Hello, fellow Debian developers and users,

The Korean translation of Debian in general, and especially the Debian
Installer, has been made up to now mostly by Changwoo Ryu, one of the
few DD's in Korea.

I'm however without news from him for several weeks now and we have,
for D-I and related packages, a few translations which need updates.

So, I'm seeking Korean speakers who could just one time look at a few
translation files I may send them, and complete them.

I will of course help people in case they're not familiar with
translation tools and gettext stuff. As the work is quite small, I
think this won't be a problem.

I estimate the needed work to a few dozens of minutes, not more.

Please contact me in private in case you can help.



-- 



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



Bug#292535: ITP: haskell-http -- Haskell HTTP client library

2005-01-27 Thread Ganesh Sittampalam
Package: wnpp
Version: N/A; reported 2005-01-27
Severity: wishlist

* Package name: haskell-http
  Version : 0.4.20041219
  Upstream Author : Bjorn Bringert [EMAIL PROTECTED]
* URL : http://www.bringert.net/haskell-xml-rpc/http.html
* License : BSD
  Description : Haskell HTTP client library


-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux urchin 2.4.29-rc2 #1 Wed Jan 12 23:46:31 GMT 2005 i686
Locale: LANG=C, LC_CTYPE=C



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



Re: library packaging doc...

2005-01-27 Thread Frank Küster
Junichi Uekawa [EMAIL PROTECTED] wrote:

 Considering that enough people seem to be feeling the
 itch for libpkg-guide package, and since I would 
 consider using the BTS etc. for revision management
 of libpkg-guide, I might go around packaging it as a
 Debian package.


 Any objections?

IIRC there were some people who objected to some of the contents of the
document. But even for those it is probably better to have a Debian
package - if it's important, the discussion will take place in bug
reports, instead of not taking place.

Regards, Frank
-- 
Frank Küster
Inst. f. Biochemie der Univ. Zürich
Debian Developer



soft kcuxzfh

2005-01-27 Thread Noreen Locke
McAfee Personal Firewall Plus 2004 v. 5.0
MS Windows 2003 Server Enterprise Edition
Symantec Norton Ghost 2003
Linux Redhat 7.3
Adobe InCopy CS
Adobe Premiere Pro 1.5
Norton Internet Security Pro 2004
Adobe Photoshop Elements 2.0
Adobe Illustrator CS/11

and more on http://fansoft.info/in.php?aid=57


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



Bug#292546: ITP: ps2client -- ps2client is a command line interface to intereact with ps2link/ps2netfs on Playstation 2 systems equiped with Network Adaptors. it allows you to manage binaries, upload and run homebrew apps on the Playstation 2, and manage ps2netfs moutning, unmounting, copying from/to devices on the Playstation 2 (ie: memcard). Copyright 2004 Dan Peori peori@oopo.net, under the BSD License. http://ps2dev.org/kb.x?T=985

2005-01-27 Thread Jose de Paula Eufrasio Junior
Package: wnpp
Severity: wishlist
Owner: Jose de Paula Eufrasio Junior [EMAIL PROTECTED]


* Package name: ps2client
  Version : 2.0.0
  Upstream Author : Dan Peori [EMAIL PROTECTED]
* URL : http://ps2dev.org/kb.x?T=985
* License : BSD
  Description : ps2client is a command line interface to intereact with 
ps2link/ps2netfs on Playstation 2 systems equiped with Network Adaptors. it 
allows you to manage binaries, upload and run homebrew apps on the Playstation 
2, and manage ps2netfs moutning, unmounting, copying from/to devices on the 
Playstation 2 (ie: memcard). Copyright 2004 Dan Peori [EMAIL PROTECTED], 
under the BSD License. http://ps2dev.org/kb.x?T=985

(Include the long description here.)

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686-smp
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)


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



Re: Bug#292183: ITP: gtkpizza -- Pizza takeaway managment program written in gtk

2005-01-27 Thread Enrico Zini
On Wed, Jan 26, 2005 at 09:45:07AM +, David Pashley wrote:

 Could it be used to manage items other than pizzas? If so you might want
 to mention that it could be adapted for all types of fast food.

...for all types of take-away food.


Don't try to call pizza a fast food.  Never, ever again.  If you get
pizza from a fast food shop, you rightously get digestion problems and
lots of pimples!

And if there is cheese inside the border, that's not pizza: refuse to
pay and move to another restaurant!

And Pizza ai peperoni is pizza with peppers, not with hot sausage!


Ciao,

Enrico and the movement of Italians Against Pizza Blasphemes ;)


[Cc-ing to debian-curiosa, thread should follow there, where someone can
also teach me how to comfortably set mail-followup things in mutt]
--
GPG key: 1024D/797EBFAB 2000-12-05 Enrico Zini [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#292559: ITP: mcelog -- tool to collect and decode Machine Check Exception on x86-64 machines

2005-01-27 Thread Julien BLACHE
Package: wnpp
Severity: wishlist
Owner: Julien BLACHE [EMAIL PROTECTED]


* Package name: mcelog
  Version : 0.3
  Upstream Author : Andi Kleen [EMAIL PROTECTED]
* URL : ftp://ftp.x86-64.org/pub/linux/tools/mcelog
* License : GPL v2
  Description : tool to collect and decode Machine Check Exception on 
x86-64 machines

From the control file:

Package: mcelog
Architecture: i386 amd64
Description: tool to collect and decode Machine Check Exception on x86-64 
machines
 Starting with version 2.6.4, the Linux kernel no longer decodes and logs
 Machine Check Exception events to the kernel log.
 .
 Instead, the MCE data is kept in a buffer which can be read from userpace via
 the /dev/mcelog device node.
 .
 You need this tool to collect and decode those events; it will log the decoded
 MCE events into /var/log/mcelog.


The package is of no use (AFAIK) on non-x86{,-64} machines, thus the Arch: line.


I have a package ready, I should upload it soon.

JB.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Re: Bug#292183: ITP: gtkpizza -- Pizza takeaway managment program written in gtk

2005-01-27 Thread John Hasler
Enrico Zini writes:
 And if there is cheese inside the border, that's not pizza: refuse to pay
 and move to another restaurant!

 And Pizza ai peperoni is pizza with peppers, not with hot sausage!

Words with similar spelling often have different meanings in different
languages.  Such is the case here.
-- 
John Hasler


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



Bug#292572: ITP: praat -- program for speech analysis and synthesis

2005-01-27 Thread Rafael Laboissiere
Package: wnpp
Severity: wishlist


* Package name: praat
  Version : 4.3
  Upstream Author : Paul Boersma and David Weenink
* URL : http://www.praat.org/
* License : GPL (with one exception, see below)
  Description : program for speech analysis and synthesis

According to its authors, praat is doing phonetics by computer.  Through
its graphical interface, several speech analysis functionalities are
available: spectrograms, cochleograms, and pitch and formant extraction.
Articulatory synthesis, as well as synthesis from pitch, formant, and
intensity are also available.  Other features are segmentation, labelling
using the phonetic alphabet, and computation of statistics.  Praat is
configurable and extensible through its own scripting language and has
provisions for communicating with other programs.
 
A preliminary version of the package is available at the apt-getable
repository

http://people.debian.org/~rafael/praat/

If there are no objections, I will upload the package in one week or so.

Although the program is released under the GPL, there is a exception for one
file.  I think I will need to deceide if the term are compatible or not with 
the DFSG.  Its license reads:

/* ipaSerifRegularPS.c
 *
 * Copyright (C) 1993 Summer Institute of Linguistics
 * Copyright (C) 1994-2003 Paul Boersma
 *
 * This is partly free software; you can redistribute BUT NOT MODIFY
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 ***
 *
 * THIS LICENSE IS MORE RESTRICTED THAN THE LICENSE FOR THE OTHER CODE
 * DISTRIBUTED WITH THE PRAAT PROGRAM. THIS IS BECAUSE THE FONT IS
 * COPYRIGHTED BY THE SUMMER INSTITUTE OF LINGUISTICS, AND THE PRAAT PROGRAM
 * DISTRIBUTES IT AS A SUBLICENSEE. THE SUBLICENSE DOES ALLOW REDISTRIBUTION
 * OF THE INCLUDED FONT IN THE C FORMAT NEEDED FOR PRAAT,
 * BUT THE SUBLICENSE DOES NOT ALLOW MODIFICATION OF THE INCLUDED FONT,
 * NOR REVERSE ENGINEERING OF THE FONT ITSELF ON THE BASIS OF THIS C CODE.
 *
 * (Reverse engineering is pointless anyway; the font itself can be
 *  downloaded for free from www.sil.org or www.praat.org)
 *
 ***


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



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



my behaviour

2005-01-27 Thread SR, ESC

i apologise for any offense i made have caused anyone, and i apologise
for my behaviour, but i cannot apologise for what i perceive as a
problem, that being the unfriendliness to outsiders, and that it's
sometimes difficult to get change happening. 

the latter isn't up to me anyway, all i can do is point it out, albeit
i did it too agressively.  i reacted out of frustruation, and not
thought. it's called outrage, heh.

i'm still going to be staying away from debian for a while, but i just
wanted to get this out, so i can rest easier, and be my typical
obsessive-compulsive over it.

eric ct/sr

-- 
Only a brain-damaged operating system would support task switching and not
make the simple next step of supporting multitasking.
-- George McFry


signature.asc
Description: Digital signature


Re: Bug#292183: ITP: gtkpizza -- Pizza takeaway managment program written in gtk

2005-01-27 Thread Steve Greenland
On 27-Jan-05, 15:59 (CST), John Hasler [EMAIL PROTECTED] wrote: 
 Enrico Zini writes:
  And if there is cheese inside the border, that's not pizza: refuse to pay
  and move to another restaurant!
 
  And Pizza ai peperoni is pizza with peppers, not with hot sausage!
 
 Words with similar spelling often have different meanings in different
 languages.  Such is the case here.

It's true: The word pizza in the US doesn't mean the same thing as
pizza in Italy. 

Steve, longing for the Pizzeria Cenacola in Siracusa...


-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Re: Bug#292572: ITP: praat -- program for speech analysis and synthesis

2005-01-27 Thread Aaron M. Ucko
Rafael Laboissiere [EMAIL PROTECTED] writes:

  * Copyright (C) 1993 Summer Institute of Linguistics

You lose; SIL's annoying that way. :-/ I'd suggest trying to sub in a
free font.  I once mapped the SIL Sophia IPA font to Unicode; here's
the chart I came up with, which perhaps also applies here.

0   U+25AF  # 
1   U+FFFD  # 
2   U+FFFD  # 
3   U+FFFD  # 
4   U+FFFD  # 
5   U+FFFD  # 
6   U+FFFD  # 
7   U+FFFD  # 
8   U+FFFD  # 
9   U+FFFD  # 
10  U+FFFD  # 
11  U+FFFD  # 
12  U+FFFD  # 
13  U+FFFD  # 
14  U+FFFD  # 
15  U+FFFD  # 
16  U+FFFD  # 
17  U+FFFD  # 
18  U+FFFD  # 
19  U+FFFD  # 
20  U+FFFD  # 
21  U+FFFD  # 
22  U+FFFD  # 
23  U+FFFD  # 
24  U+FFFD  # 
25  U+FFFD  # 
26  U+FFFD  # 
27  U+FFFD  # 
28  U+FFFD  # 
29  U+FFFD  # 
30  U+FFFD  # 
31  U+FFFD  # 
32  U+0020  #  
33  U+030B  # 
34  U+0131  # 
35  U+0304  # 
36  U+0300  # 
37  U+030F  # 
38  U+030C  # 
39  U+0027  # '
40  U+0306  # 
41  U+0303  # 
42  U+030A  # 
43  U+031F  # 
44  U+002C  # ,
45  U+002D  # - 'd  [-d]
46  U+002E  # . neither...nor  [na...n]
47  U+0294  # 
48  U+0330  # 
49  U+0318  # 
50  U+0319  # 
51  U+031D  # 
52  U+031E  # 
53  U+032A  # 
54  U+033B  # 
55  U+031C  # 
56  U+0325  # 
57  U+032F  # 
58  U+02E1  # 
59  U+029F  # 
60  U+207F  # 
61  U+0320  # 
62  U+02D1  # 
63  U+02A1  # 
64  U+0301  # 
65  U+0251  # parsonage  [psnd]
66  U+03B2  # 
67  U+00E7  # 
68  U+00F0  # their  []
69  U+025B  # overbearing  [uvbr]
70  U+0264  # 
71  U+0262  # 
72  U+02B0  # 
73  U+026A  # limpet  [lmpt]
74  U+02B2  # 
75  U+029C  # 
76  U+026E  # 
77  U+0271  # 
78  U+014B  # Congregationalism  [kgrgenlzm]
79  U+00F8  # 
80  U+0275  # 
81  U+00E6  # sassafras  [ssfrs]
82  U+027E  # 
83  U+0283  # china-ware  [tanw]
84  U+03B8  # death-rate  [deret]
85  U+028A  # 
86  U+028B  # 
87  U+02B7  # 
88  U+03C7  # 
89  U+028F  # 
90  U+0292  # toxicology  [tkskld]
91  U+005B  # [
92  U+005C  # \
93  U+005D  # ]
94  U+0302  # 
95  U+0308  # 
96  U+0329  # 
97  U+0061  # a standardize  [stnddaz]
98  U+0062  # b bibliography  [bblgrf]
99  U+0063  # c scratch-cat  [scrtkt]
100 U+0064  # d trilogy  [trld]
101 U+0065  # e taper  [tep]
102 U+0066  # f disaffected  [dsfektd]
103 U+0067  # g wiggle  [wgl]
104 U+0068  # h heritor  [hert]
105 U+0069  # i tea-house  [tihaus]
106 U+006A  # j maculae  [mkjuli]
107 U+006B  # k fox  [fks]
108 U+006C  # l countervailing duty  [kauntveldjut]
109 U+006D  # m timber-man  [tmbmn]
110 U+006E  # n indurate  [ndjuret]
111 U+006F  # o triolet  [trioulet]
112 U+0070  # p synoptical  [snptkl]
113 U+0071  # q
114 U+0072  # r planetstruck  [plntstrk]
115 U+0073  # s especially  [spel]
116 U+0074  # t presentment  [przentmnt]
117 U+0075  # u loop-line  [luplan]
118 U+0076  # v unvoiced  [nvst]
119 U+0077  # w wolfskin  [wulfskn]
120 U+0078  # x
121 U+0079  # y consanguinity  [knsgwnty]
122 U+007A  # z geophysical  [diufzkl]
123 U+0280  # 
124 U+031A  # 
125 U+027D  # 
126 U+033D  # 
127 U+FFFD  # 
128 U+03BB  # 
129 U+0252  # 
130 U+0188  # 
131 U+0361  # 
132 U+2551  # 
133 U+0059  # Y
134 U+0056  # V
135 U+0298  # 
136 U+030B  # 
137 U+030B  # 
138 U+02E5  # 
139 U+2191  # 
140 U+0250  # 
141 U+0254  # minority  [manrt]
142 U+01C0  # 
143 U+0301  # 
144 U+0301  # 
145 U+02E6  # 
146 U+01C1  # 
147 U+0304  # 
148 U+0304  # 
149 U+02E7  # 
150 U+2502  # 
151 U+0021  # !
152 U+0300  # 
153 U+0300  # 
154 U+02E8  # 
155 U+2193  # 
156 U+01C2  # 
157 U+030F  # 
158 U+030F  # 
159 U+02E9  # 
160 U+01AD  # 
161 U+030A  # 
162 U+031E  # 
163 U+031D  # 
164 U+032C  # 
165 U+0325  # 
166 U+0339  # 
167 U+0282  # 
168 U+0279  # 
169 U+0260  # 
170 U+0319  # 
171 U+0259  # hear  [h]
172 U+0289  # 
173 U+0320  # 
174 U+0197  # 
175 U+0152  # 
176 U+033A  # 
177 U+031F  # 
178 U+0274  # 
179 U+02C1  # 
180 U+028E  # 
181 U+026F  # 
182 U+FFFD  # 
183 U+FFFD  # 
184 U+0278  # 
185 U+01A5  # 
186 U+0253  # 
187 U+032F  # 
188 U+0330  # 
189 U+0290  # 
190 U+1D0A  # 
191 U+0153  # 
192 U+02A2  # 
193 U+0318  # 
194 U+026C  # 
195 U+028C  # induction  [ndkn]
196 U+0263  # 
197 U+FFFD  # 
198 U+029D  

Re: library packaging doc...

2005-01-27 Thread Thaddeus H. Black
Junichi Uekawa writes,

 Considering that enough people seem to be feeling the
 itch for libpkg-guide package, and since I would 
 consider using the BTS etc. for revision management
 of libpkg-guide, I might go around packaging it as a
 Debian package.

I had meant politely to ask you to package libpkg-guide,
Junichi, only I have not wanted to push you.  The
libpkg-guide is a very useful document, a document which
skillfully demystifies the practice of library
packaging, a document which I really appreciate.

(If you feel that the document remains incomplete, this
is okay.  It may never be 100 percent complete; but it
is already complete enough to be very useful, exactly as
it is right now.)

 Any objections?

No.  If you feel inclined to do so, please package
libpkg-guide and put it in sid now, then let it
propagate normally to sarge.  If you did this, I for one
would install and use the package.

-- 
Thaddeus H. Black
508 Nellie's Cave Road
Blacksburg, Virginia 24060, USA
+1 540 961 0920, [EMAIL PROTECTED]


pgp04yMpoiiol.pgp
Description: PGP signature


Re: library packaging doc...

2005-01-27 Thread Marcelo E. Magallon
On Thu, Jan 27, 2005 at 07:37:18PM +0100, Frank Küster wrote:

  IIRC there were some people who objected to some of the contents of
  the document. But even for those it is probably better to have a
  Debian package - if it's important, the discussion will take place in
  bug reports, instead of not taking place.

 I haven't read the document in question in a rather long time, so I
 can't actually object (on some sort of serious basis, I mean), but I
 would nevertheless request that the document be handed to the -english
 mailing list for proofreading *before* it's uploaded as a package and
 that a big THIS IS A *GUIDE* banner be stamped on it.  The last thing
 I want is people complaining that libfoo doesn't follow some chapter
 and verse of said guide under the impression that it is somehow
 correct, standard or mandatory.

 Marcelo


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



Re: More on icons for packages

2005-01-27 Thread Dale C. Scheetz
On Thu, 27 Jan 2005 09:52:48 +0100
Tim Dijkstra [EMAIL PROTECTED] wrote:

 On Wed, 26 Jan 2005 20:18:39 -0500
 Dale C. Scheetz [EMAIL PROTECTED] wrote:
 
   Thus it might be even better to define a policy the following way:
   
  1. Put all XPMs for the use in Debian-Menu into
   /usr/share/menu/pixmaps
  2. Put all PNGs (and others) into /usr/share/pixmaps if they are
 intended for applications which follow freedesktop.org
 specification
  
  I don't really see a need for the split. All menu icons should be xpm
  so any other icons are for some other purpose.
 
 I think the point is we don't want to be stuck we xpm till eternity.
 Especially because we have window/desktop managers that support better
 formats like png or svg for example and programs supplying them.
 
My point was that it doesn't matter that this location is reserved for menu 
icons. There is no reason not to put other icons there as well, since all menu 
icons are xpm there should be no confusion. There is nothing in the menu spec 
that says only menu icons can go in this location. (in any case icons other 
than xpm in /usr/share/pixmaps is already the case) When and if xpms are no 
longer used for menus there will still be a need for icons in some format and 
this has become the defacto location. (I realize that the very name pixmaps 
implies xpm but as an abreviation for pixel maps it could refer to any mapping 
of pixels, not just xpm...

My complaint was about the many and varied locations in which you might find an 
icon. Creating multiple locations one for this sort, another for a different 
sort is exactly the situation that now exists with some packages putting them 
in /usr/share/package-name/icons and all its variations, some in 
/usr/share/pixmaps and other locations I have yet to discover. I am assuming 
that the icons I find in /usr/share/icons are either gnome or KDE graphics 
elements. (my machines only have gnome icons here as I don't use KDE)

Well, this turned out longer than I expected ;-)

Luck,

Dwarf


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



Re: Bug#292299: ITP: policyrcd -- policy-compliant interface from invoke-rc.d to local config files

2005-01-27 Thread Henrique de Moraes Holschuh
On Thu, 27 Jan 2005, Marc Haber wrote:
 On Thu, Jan 27, 2005 at 12:09:11PM -0200, Henrique de Moraes Holschuh wrote:
  Remove the package providing it.
 
 That might be a non-option.

Only if there is a rather bad bug in the package.

-- 
  One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie. -- The Silicon Valley Tarot
  Henrique Holschuh


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



Re: More on icons for packages

2005-01-27 Thread James A. Treacy
On Thu, Jan 27, 2005 at 09:52:48AM +0100, Tim Dijkstra wrote:
 I think the point is we don't want to be stuck we xpm till eternity.
 Especially because we have window/desktop managers that support better
 formats like png or svg for example and programs supplying them.

svg icons are already a reality and there is nothing in the
documentation on where they should be placed. Note that I am not
suggesting that other formats should be dropped, simply that policy
include information on their proper location, etc., so that people
using something modern, like gnome, will be able to use them.

-- 
James (Jay) Treacy
[EMAIL PROTECTED]


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



Re: library packaging doc...

2005-01-27 Thread Junichi Uekawa

  I haven't read the document in question in a rather long time, so I
  can't actually object (on some sort of serious basis, I mean), but I
  would nevertheless request that the document be handed to the -english
  mailing list for proofreading *before* it's uploaded as a package and
  that a big THIS IS A *GUIDE* banner be stamped on it.  The last thing
  I want is people complaining that libfoo doesn't follow some chapter
  and verse of said guide under the impression that it is somehow
  correct, standard or mandatory.

I think this proofreading has happened some time ago;
but will definitely benefit from being proof-read again.

This document has been around for more than 2 years now.


As for your objection of correct, standard or mandatory, 
I would say that this document is a recommendation, and 
should be followed when there is not a good argument against 
it. If there is a good reason not to follow this document,
in which case I would recommend providing a patch against the 
libpkg-guide.

After all, what this document tried to be is to document
current practice, backed with some bugreports resulting
from mis-packaging; and tried to document a guideline on which
there was no real guideline.



regards,
junichi



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



Accepted xshisen 1.51-1-1.2 (i386 source)

2005-01-27 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 02:42:26 -0500
Source: xshisen
Binary: xshisen
Architecture: source i386
Version: 1.51-1-1.2
Distribution: unstable
Urgency: high
Maintainer: Grzegorz Prokopski (Debian Developer) [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 xshisen- Shisen-sho puzzle game for X11
Closes: 291613 292065
Changes: 
 xshisen (1.51-1-1.2) unstable; urgency=HIGH
 .
   * NMU (at maintainer's request).
   * Add NO_GLOBAL_HIGHSCORE define which crudely disables the support for
 a global score file.
   * Remove sgid bit. Closes: #291613, #292065
   * Comment out code in postinst that set up /var/games/xshisen.scores,
 but for now, do not delete that file on upgrade.
   * Add README.Debian.
Files: 
 499b54eccb4672ebe7696a2812da5e8c 569 games optional xshisen_1.51-1-1.2.dsc
 c78535bd3012126961ed4d55a5e44f19 111997 games optional 
xshisen_1.51-1-1.2.tar.gz
 b4887b1eaa77614f7f85f27aff38b20c 68778 games optional 
xshisen_1.51-1-1.2_i386.deb

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

iD8DBQFB+J/N2tp5zXiKP0wRAmhuAKCYnM8ifrjBNliVSAg0HUigSy/X8QCgmd9y
Gf6GzFkdhEC27H9UFxDnOKU=
=h44k
-END PGP SIGNATURE-


Accepted:
xshisen_1.51-1-1.2.dsc
  to pool/main/x/xshisen/xshisen_1.51-1-1.2.dsc
xshisen_1.51-1-1.2.tar.gz
  to pool/main/x/xshisen/xshisen_1.51-1-1.2.tar.gz
xshisen_1.51-1-1.2_i386.deb
  to pool/main/x/xshisen/xshisen_1.51-1-1.2_i386.deb


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



Accepted ultrapossum 1.0rc3-1 (all source)

2005-01-27 Thread Masato Taruishi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Jan 2005 20:38:35 +0900
Source: ultrapossum
Binary: ultrapossum-dnsbalance ultrapossum-tls ultrapossum-common 
ultrapossum-server ultrapossum-dev ultrapossum-failover ultrapossum 
ultrapossum-test
Architecture: source all
Version: 1.0rc3-1
Distribution: unstable
Urgency: medium
Maintainer: Masato Taruishi [EMAIL PROTECTED]
Changed-By: Masato Taruishi [EMAIL PROTECTED]
Description: 
 ultrapossum - Multifunctional LDAP Solution
 ultrapossum-common - Multifunctional LDAP Solution (common files)
 ultrapossum-dev - Multifunctional LDAP Solution (development)
 ultrapossum-dnsbalance - UltraPossum DNS-based Slave-Balancing support module
 ultrapossum-failover - UltraPossum Master server failover module
 ultrapossum-server - ULtraPossum LDAP server
 ultrapossum-test - UltraPossum SI Testing Framework
 ultrapossum-tls - UltraPossum startTLS support module
Changes: 
 ultrapossum (1.0rc3-1) unstable; urgency=medium
 .
   * New upstream release.
   * urgency=medium because this release is more stable candidate.
Files: 
 0796f6193f0751dbb3abda0bcdfbddcd 798 net optional ultrapossum_1.0rc3-1.dsc
 ba970796c216acfc9eeb9cc4e171ff21 157306 net optional 
ultrapossum_1.0rc3.orig.tar.gz
 cf694ef6a1c9a77eca377969bb7bbbf6 24510 net optional 
ultrapossum_1.0rc3-1.diff.gz
 c9c6cdd625856d430e26e22269824c57 16072 net optional 
ultrapossum_1.0rc3-1_all.deb
 41cb860c8297201014614b831dbf43df 43870 net optional 
ultrapossum-common_1.0rc3-1_all.deb
 026087baf7af9deebe3e870fdbdfde06 20384 net optional 
ultrapossum-test_1.0rc3-1_all.deb
 abe650e042b453857fd42d14261322c7 39370 net optional 
ultrapossum-server_1.0rc3-1_all.deb
 4fdc6d108c5ebb96f237c65d8d8c9a5f 33490 net optional 
ultrapossum-failover_1.0rc3-1_all.deb
 7d6361cb27aadd1dca2e081bd55e3343 16376 devel optional 
ultrapossum-dev_1.0rc3-1_all.deb
 8092e148d585674b2a82d004e538e2ba 20290 net optional 
ultrapossum-tls_1.0rc3-1_all.deb
 6e6a7fc1f0834e912297425a9b294031 16782 net optional 
ultrapossum-dnsbalance_1.0rc3-1_all.deb

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

iD8DBQFB+J7i1SOm5mAGKIQRAhBKAJ9UcH3Zv4N2Y2X+v97PW8/3z2ix6wCeNnh0
beq0obobT7/vu0yF8TzVNXI=
=+BVN
-END PGP SIGNATURE-


Accepted:
ultrapossum-common_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-common_1.0rc3-1_all.deb
ultrapossum-dev_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-dev_1.0rc3-1_all.deb
ultrapossum-dnsbalance_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-dnsbalance_1.0rc3-1_all.deb
ultrapossum-failover_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-failover_1.0rc3-1_all.deb
ultrapossum-server_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-server_1.0rc3-1_all.deb
ultrapossum-test_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-test_1.0rc3-1_all.deb
ultrapossum-tls_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum-tls_1.0rc3-1_all.deb
ultrapossum_1.0rc3-1.diff.gz
  to pool/main/u/ultrapossum/ultrapossum_1.0rc3-1.diff.gz
ultrapossum_1.0rc3-1.dsc
  to pool/main/u/ultrapossum/ultrapossum_1.0rc3-1.dsc
ultrapossum_1.0rc3-1_all.deb
  to pool/main/u/ultrapossum/ultrapossum_1.0rc3-1_all.deb
ultrapossum_1.0rc3.orig.tar.gz
  to pool/main/u/ultrapossum/ultrapossum_1.0rc3.orig.tar.gz


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



Accepted exmh 1:2.7.2-2 (all source)

2005-01-27 Thread Alexander Zangerl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 18:27:42 +1000
Source: exmh
Binary: exmh
Architecture: source all
Version: 1:2.7.2-2
Distribution: unstable
Urgency: high
Maintainer: Anders Hammarquist [EMAIL PROTECTED]
Changed-By: Alexander Zangerl [EMAIL PROTECTED]
Description: 
 exmh   - extensible X user interface for MH mail
Closes: 292467
Changes: 
 exmh (1:2.7.2-2) unstable; urgency=high
 .
   * fix a stupid blunder regarding the location of internal scripts
 (closes: #292467). high urgency because it breaks a lot and
 sarge's freeze is coming closer and closer...
Files: 
 ec925b8c34c07f70bd302d1cca8c6a9f 592 mail optional exmh_2.7.2-2.dsc
 4a0f11d927956af4171721f1cd243a73 13863 mail optional exmh_2.7.2-2.diff.gz
 4d79b3c47359f2f96fbc85d041dfd924 899004 mail optional exmh_2.7.2-2_all.deb

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

iD8DBQFB+KYPpy/2bEK9ZF0RAnxtAKCRBI9JrXq4X3/okgANqQBBMf7YjgCdEhyp
HpSd3CVTjKVh+OFzAh18stk=
=BAt6
-END PGP SIGNATURE-


Accepted:
exmh_2.7.2-2.diff.gz
  to pool/main/e/exmh/exmh_2.7.2-2.diff.gz
exmh_2.7.2-2.dsc
  to pool/main/e/exmh/exmh_2.7.2-2.dsc
exmh_2.7.2-2_all.deb
  to pool/main/e/exmh/exmh_2.7.2-2_all.deb


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



Accepted drbd 0.7.9-1 (i386 source all)

2005-01-27 Thread Cyril Bouthors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 11:35:19 +0300
Source: drbd
Binary: drbd0.7-module-source drbd0.7-utils
Architecture: source i386 all
Version: 0.7.9-1
Distribution: unstable
Urgency: low
Maintainer: David Krovich [EMAIL PROTECTED]
Changed-By: Cyril Bouthors [EMAIL PROTECTED]
Description: 
 drbd0.7-module-source - RAID 1 over tcp/ip for Linux module source
 drbd0.7-utils - RAID 1 over tcp/ip for Linux utilities
Changes: 
 drbd (0.7.9-1) unstable; urgency=low
 .
   * (Cyril Bouthors)
  - New upstream release
Files: 
 f85b5e5bcbe75edfe3023f2cb9e1c1d0 704 admin extra drbd_0.7.9-1.dsc
 d7b227064b171a8b488aee6a481731f5 277353 admin extra drbd_0.7.9.orig.tar.gz
 283d9c5b01eb536a7083bb4ee90ad5bf 9915 admin extra drbd_0.7.9-1.diff.gz
 6eb851398432910840e014d44991c330 81006 admin extra 
drbd0.7-utils_0.7.9-1_i386.deb
 c112f10c082969e8cf5a8527ecc0c69b 131826 admin extra 
drbd0.7-module-source_0.7.9-1_all.deb

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

iD8DBQFB+KhPZ1SJHeqsYt8RAmg9AJ98vBtrh7h+oEdmQFmP8XQpYZsw4wCghHe1
G8T932X17vOLAzs8GqWYf4o=
=TDJI
-END PGP SIGNATURE-


Accepted:
drbd0.7-module-source_0.7.9-1_all.deb
  to pool/main/d/drbd/drbd0.7-module-source_0.7.9-1_all.deb
drbd0.7-utils_0.7.9-1_i386.deb
  to pool/main/d/drbd/drbd0.7-utils_0.7.9-1_i386.deb
drbd_0.7.9-1.diff.gz
  to pool/main/d/drbd/drbd_0.7.9-1.diff.gz
drbd_0.7.9-1.dsc
  to pool/main/d/drbd/drbd_0.7.9-1.dsc
drbd_0.7.9.orig.tar.gz
  to pool/main/d/drbd/drbd_0.7.9.orig.tar.gz


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



Accepted xprint-xprintorg 0.1.0.alpha1-7 (i386 source all)

2005-01-27 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 19:09:39 +1100
Source: xprint-xprintorg
Binary: xprt-xprintorg xprt-common
Architecture: source i386 all
Version: 0.1.0.alpha1-7
Distribution: unstable
Urgency: medium
Maintainer: Drew Parsons [EMAIL PROTECTED]
Changed-By: Drew Parsons [EMAIL PROTECTED]
Description: 
 xprt-common - Xprint - the X11 print system (configuration files)
 xprt-xprintorg - Xprint - the X11 print system from xprint.org (binary)
Closes: 291425 292363 292459
Changes: 
 xprint-xprintorg (0.1.0.alpha1-7) unstable; urgency=medium
 .
   * Updated debconf translations:
- Danish, (thanks Morten Bo Johansen)
- Japanese (thanks Hideki Yamane)
- French (thanks Christian Perrier)
 .
 Closes: #291425, #292363, #292459.
Files: 
 f7ab8cf92b81254ea984352cb2a70e88 769 x11 optional 
xprint-xprintorg_0.1.0.alpha1-7.dsc
 6ddd70b18a5760db3b94e5552823ad3a 24886 x11 optional 
xprint-xprintorg_0.1.0.alpha1-7.diff.gz
 6af8716277693423c9957c9a9a0f136e 367796 x11 optional 
xprt-common_0.1.0.alpha1-7_all.deb
 bf89c4bb58b381d3060bca8e292173ad 1713454 x11 optional 
xprt-xprintorg_0.1.0.alpha1-7_i386.deb

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

iD8DBQFB+KmQts5wQWQSTkoRAuZaAJ9qNqEl57ya5eDQFCxiedPae4NOlQCff80A
SHv+rf6Vn141jDGcggXy/Ss=
=YhXq
-END PGP SIGNATURE-


Accepted:
xprint-xprintorg_0.1.0.alpha1-7.diff.gz
  to pool/main/x/xprint-xprintorg/xprint-xprintorg_0.1.0.alpha1-7.diff.gz
xprint-xprintorg_0.1.0.alpha1-7.dsc
  to pool/main/x/xprint-xprintorg/xprint-xprintorg_0.1.0.alpha1-7.dsc
xprt-common_0.1.0.alpha1-7_all.deb
  to pool/main/x/xprint-xprintorg/xprt-common_0.1.0.alpha1-7_all.deb
xprt-xprintorg_0.1.0.alpha1-7_i386.deb
  to pool/main/x/xprint-xprintorg/xprt-xprintorg_0.1.0.alpha1-7_i386.deb


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



Accepted maxdb-buildtools 533920-1 (i386 source)

2005-01-27 Thread Martin Kittel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 26 Jan 2005 17:59:45 +0100
Source: maxdb-buildtools
Binary: maxdb-buildtools
Architecture: source i386
Version: 533920-1
Distribution: unstable
Urgency: low
Maintainer: Martin Kittel [EMAIL PROTECTED]
Changed-By: Martin Kittel [EMAIL PROTECTED]
Description: 
 maxdb-buildtools - Tools needed to build the MaxDB database system
Changes: 
 maxdb-buildtools (533920-1) unstable; urgency=low
 .
   * New upstream release
   * added various patches to compile on 64bit platforms
   * Many thanks to Tollef Hen and Grant Grundler for giving me access to
 Opteron and ia64 machines to get the build process going. Thanks again
 to Matthias Klose for organising those opportunities
Files: 
 32be116a0cd5250566c943eebd25a9f6 783 devel extra maxdb-buildtools_533920-1.dsc
 a0d22d8ef578dd1682acc2820f1ca52f 12841503 devel extra 
maxdb-buildtools_533920.orig.tar.gz
 bf12598eb7ff7b45e72e63a85779c905 112836 devel extra 
maxdb-buildtools_533920-1.diff.gz
 103086a19ba4206fce7995205a272311 1339940 devel extra 
maxdb-buildtools_533920-1_i386.deb

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

iD8DBQFB+Kn/StlRaw+TLJwRAgbIAJ95gzt456fGJddbo9z12EmJJ9hP1gCeNY+K
v9hDbJ/uIpzJzEebwlG/7kM=
=DBvb
-END PGP SIGNATURE-


Accepted:
maxdb-buildtools_533920-1.diff.gz
  to pool/main/m/maxdb-buildtools/maxdb-buildtools_533920-1.diff.gz
maxdb-buildtools_533920-1.dsc
  to pool/main/m/maxdb-buildtools/maxdb-buildtools_533920-1.dsc
maxdb-buildtools_533920-1_i386.deb
  to pool/main/m/maxdb-buildtools/maxdb-buildtools_533920-1_i386.deb
maxdb-buildtools_533920.orig.tar.gz
  to pool/main/m/maxdb-buildtools/maxdb-buildtools_533920.orig.tar.gz


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



Accepted pmount 0.6-1 (i386 source)

2005-01-27 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 09:36:04 +0100
Source: pmount
Binary: pmount
Architecture: source i386
Version: 0.6-1
Distribution: unstable
Urgency: low
Maintainer: Martin Pitt [EMAIL PROTECTED]
Changed-By: Martin Pitt [EMAIL PROTECTED]
Description: 
 pmount - mount removable devices as normal user
Closes: 287815 288957 291645
Changes: 
 pmount (0.6-1) unstable; urgency=low
 .
   * New upstream release
 - now mounts vfat file systems with the quiet option (closes: #291645)
 - pmount-hal now uses the file system provided by hal (if present) instead
   of always autodetecting it; this saves some time and also avoids
   confusing kernel log error messages (closes: #287815)
 - now supports pmount/pumounting by mount point
 - new translations
   * Explain the plugdev group in README.Debian and in the manpages (patched
 by 01-man-plugdev.patch.patch). (closes: #288957)
   * postinst: Check for existence of group 'plugdev' before calling 'adduser'
 to avoid confusing warnings.
Files: 
 b718f12595d5a4b5fd6d196cf20ed512 567 utils extra pmount_0.6-1.dsc
 4342805c9208c46aa0f6612dc3b03c8a 33256 utils extra pmount_0.6.orig.tar.gz
 cafb505cb40f9c7da5c5e6a14a96f939 3194 utils extra pmount_0.6-1.diff.gz
 6d8921cf279eea21474d561ed555c243 33462 utils extra pmount_0.6-1_i386.deb

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

iD8DBQFB+KokDecnbV4Fd/IRAkbrAKC7rBmLXV/JToY6k7d3KFv9eBnSXwCeI6DI
eELBm3FVw9BSzLJrXFT01kE=
=XMul
-END PGP SIGNATURE-


Accepted:
pmount_0.6-1.diff.gz
  to pool/main/p/pmount/pmount_0.6-1.diff.gz
pmount_0.6-1.dsc
  to pool/main/p/pmount/pmount_0.6-1.dsc
pmount_0.6-1_i386.deb
  to pool/main/p/pmount/pmount_0.6-1_i386.deb
pmount_0.6.orig.tar.gz
  to pool/main/p/pmount/pmount_0.6.orig.tar.gz


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



Accepted k3b 0.11.19-1 (i386 source)

2005-01-27 Thread Jean-Michel Kelbert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 09:56:51 +0100
Source: k3b
Binary: k3blibs k3blibs-dev k3b
Architecture: source i386
Version: 0.11.19-1
Distribution: unstable
Urgency: low
Maintainer: Jean-Michel Kelbert [EMAIL PROTECTED]
Changed-By: Jean-Michel Kelbert [EMAIL PROTECTED]
Description: 
 k3b- A sophisticated KDE cd burning application
 k3blibs- The KDE cd burning application library - runtime files
 k3blibs-dev - The KDE cd burning application library - development files
Changes: 
 k3b (0.11.19-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 96a5234b437e6f5b11591bd489875f41 662 otherosfs optional k3b_0.11.19-1.dsc
 233924d27333535c8be531713ed8f7d5 3785507 otherosfs optional 
k3b_0.11.19.orig.tar.gz
 4d7abf1c0eca4582da48ee4f8f12f4e8 9428 otherosfs optional k3b_0.11.19-1.diff.gz
 2365e3c724514e25216b55065b1eb99a 2285184 otherosfs optional 
k3b_0.11.19-1_i386.deb
 17d47f772f7c31ea15fb3b18bb50e83f 67240 libdevel optional 
k3blibs-dev_0.11.19-1_i386.deb
 1e51baecd7aa560a8d9c1a4cd88a6b17 1099464 libs optional 
k3blibs_0.11.19-1_i386.deb

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

iD8DBQFB+LEQZA5kLi8vDN4RAm60AJ9q8Ad/x1i0k3Jl8PUfEiDlE81YxQCfQ3KS
cFeQZ5RHkmXWo0bQ17M+1WM=
=QdTx
-END PGP SIGNATURE-


Accepted:
k3b_0.11.19-1.diff.gz
  to pool/main/k/k3b/k3b_0.11.19-1.diff.gz
k3b_0.11.19-1.dsc
  to pool/main/k/k3b/k3b_0.11.19-1.dsc
k3b_0.11.19-1_i386.deb
  to pool/main/k/k3b/k3b_0.11.19-1_i386.deb
k3b_0.11.19.orig.tar.gz
  to pool/main/k/k3b/k3b_0.11.19.orig.tar.gz
k3blibs-dev_0.11.19-1_i386.deb
  to pool/main/k/k3b/k3blibs-dev_0.11.19-1_i386.deb
k3blibs_0.11.19-1_i386.deb
  to pool/main/k/k3b/k3blibs_0.11.19-1_i386.deb


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



Accepted python2.3 2.3.4+2.3.5c1-1 (i386 source all)

2005-01-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 09:27:09 +0100
Source: python2.3
Binary: python2.3-doc idle-python2.3 python2.3-dev python2.3-examples 
python2.3-mpz python2.3 python2.3-gdbm python2.3-tk
Architecture: source all i386
Version: 2.3.4+2.3.5c1-1
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 idle-python2.3 - An IDE for Python (v2.3) using Tkinter
 python2.3  - An interactive high-level object-oriented language (version 2.3)
 python2.3-dev - Header files and a static library for Python (v2.3)
 python2.3-doc - Documentation for the high-level object-oriented language 
Python 
 python2.3-examples - Examples for the Python language (v2.3)
 python2.3-gdbm - GNU dbm database support for Python (v2.3)
 python2.3-mpz - Multiple-precision arithmetic support for Python (v2.3)
 python2.3-tk - Tkinter - Writing Tk applications with Python (v2.3)
Changes: 
 python2.3 (2.3.4+2.3.5c1-1) unstable; urgency=low
 .
   * Python 2.3.5 release candidate 1
Files: 
 38e2b9799bc34c9def33b0e03c2fd3c5 1158 python optional 
python2.3_2.3.4+2.3.5c1-1.dsc
 5d65241967a8f0a535fb5f81b0f00fc9 8535797 python optional 
python2.3_2.3.4+2.3.5c1.orig.tar.gz
 bb2eb5a39035cf796dfaf8583757e8c0 2343747 python optional 
python2.3_2.3.4+2.3.5c1-1.diff.gz
 f5fc651b86f30cd05ed9fb44f25f61f8 508546 python optional 
python2.3-examples_2.3.4+2.3.5c1-1_all.deb
 e2d5dbfb6316f4eeba4e1c46503017b5 230508 python optional 
idle-python2.3_2.3.4+2.3.5c1-1_all.deb
 b0841af45ff52862905fad39a2ecd58e 2851498 doc optional 
python2.3-doc_2.3.4+2.3.5c1-1_all.deb
 83916d748c23090f5b7a2d3df574f404 2922000 python standard 
python2.3_2.3.4+2.3.5c1-1_i386.deb
 40627927206fd009daa8f8dafa49cb96 103674 python optional 
python2.3-tk_2.3.4+2.3.5c1-1_i386.deb
 a2fe3e69846f6c52266be3f3e163e199 22836 python optional 
python2.3-gdbm_2.3.4+2.3.5c1-1_i386.deb
 5455fcc915f3837fae629c6eecc2 26882 python optional 
python2.3-mpz_2.3.4+2.3.5c1-1_i386.deb
 7b97b2ec4ed86a4ef247638caa2390e3 1477506 libdevel optional 
python2.3-dev_2.3.4+2.3.5c1-1_i386.deb

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

iD8DBQFB+LArStlRaw+TLJwRAjNBAJoCsrWQ56EltZsipRgPV+NYZZEdHgCdFJFg
2vyYe4EFB/l4io4aR5nELHM=
=b8A9
-END PGP SIGNATURE-


Accepted:
idle-python2.3_2.3.4+2.3.5c1-1_all.deb
  to pool/main/p/python2.3/idle-python2.3_2.3.4+2.3.5c1-1_all.deb
python2.3-dev_2.3.4+2.3.5c1-1_i386.deb
  to pool/main/p/python2.3/python2.3-dev_2.3.4+2.3.5c1-1_i386.deb
python2.3-doc_2.3.4+2.3.5c1-1_all.deb
  to pool/main/p/python2.3/python2.3-doc_2.3.4+2.3.5c1-1_all.deb
python2.3-examples_2.3.4+2.3.5c1-1_all.deb
  to pool/main/p/python2.3/python2.3-examples_2.3.4+2.3.5c1-1_all.deb
python2.3-gdbm_2.3.4+2.3.5c1-1_i386.deb
  to pool/main/p/python2.3/python2.3-gdbm_2.3.4+2.3.5c1-1_i386.deb
python2.3-mpz_2.3.4+2.3.5c1-1_i386.deb
  to pool/main/p/python2.3/python2.3-mpz_2.3.4+2.3.5c1-1_i386.deb
python2.3-tk_2.3.4+2.3.5c1-1_i386.deb
  to pool/main/p/python2.3/python2.3-tk_2.3.4+2.3.5c1-1_i386.deb
python2.3_2.3.4+2.3.5c1-1.diff.gz
  to pool/main/p/python2.3/python2.3_2.3.4+2.3.5c1-1.diff.gz
python2.3_2.3.4+2.3.5c1-1.dsc
  to pool/main/p/python2.3/python2.3_2.3.4+2.3.5c1-1.dsc
python2.3_2.3.4+2.3.5c1-1_i386.deb
  to pool/main/p/python2.3/python2.3_2.3.4+2.3.5c1-1_i386.deb
python2.3_2.3.4+2.3.5c1.orig.tar.gz
  to pool/main/p/python2.3/python2.3_2.3.4+2.3.5c1.orig.tar.gz


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



Accepted gup 0.5.11 (i386 source)

2005-01-27 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 10:18:59 +0100
Source: gup
Binary: gup
Architecture: source i386
Version: 0.5.11
Distribution: unstable
Urgency: medium
Maintainer: Marco d'Itri [EMAIL PROTECTED]
Changed-By: Marco d'Itri [EMAIL PROTECTED]
Description: 
 gup- let a remote site change their newsgroups subscription
Closes: 292275
Changes: 
 gup (0.5.11) unstable; urgency=medium
 .
   * Fixed aliases files. (Closes: #292275)
Files: 
 9a8e91cb679a729536430b956ed0fda3 476 news extra gup_0.5.11.dsc
 5d08476b81d2311f1323278a70d4ce81 33581 news extra gup_0.5.11.tar.gz
 1a6271ca07e73486884bf13b192171c6 26706 news extra gup_0.5.11_i386.deb

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

iD8DBQFB+LvHFGfw2OHuP7ERApaBAJ98fJ/hj8YwZT93Ru37+sStdTiXqACgiLPy
+Y2D1EG94IWHCF5q+kcZe2I=
=oa0l
-END PGP SIGNATURE-


Accepted:
gup_0.5.11.dsc
  to pool/main/g/gup/gup_0.5.11.dsc
gup_0.5.11.tar.gz
  to pool/main/g/gup/gup_0.5.11.tar.gz
gup_0.5.11_i386.deb
  to pool/main/g/gup/gup_0.5.11_i386.deb


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



Accepted octave2.1 2.1.64-3 (i386 source all)

2005-01-27 Thread Debian Octave Group
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 10:11:21 +0100
Source: octave2.1
Binary: octave2.1-htmldoc octave octave2.1-info octave2.1-emacsen octave2.1 
octave2.1-headers octave2.1-doc
Architecture: source i386 all
Version: 2.1.64-3
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group [EMAIL PROTECTED]
Changed-By: Debian Octave Group [EMAIL PROTECTED]
Description: 
 octave - GNU Octave language for numerical computations (2.1 branch)
 octave2.1  - GNU Octave language for numerical computations (2.1 branch)
 octave2.1-doc - Postscript documentation on the GNU Octave language (2.1 
branch)
 octave2.1-emacsen - Emacs support for the GNU Octave language (2.1 branch)
 octave2.1-headers - header files for the GNU Octave language (2.1 branch)
 octave2.1-htmldoc - HTML documentation on the GNU Octave language (2.1 branch)
 octave2.1-info - GNU Info documentation on the GNU Octave language (2.1 branch)
Closes: 292403
Changes: 
 octave2.1 (2.1.64-3) unstable; urgency=low
 .
   +++ Changes by Rafael Laboissiere:
 .
   * debian/rules: Get the logic around octave-bug.in right.  This was
 causing a FTBFS in all architectures because the test failed and,
 consequently, maker failed (closes: #292403).
   * debian/changelog: Start using Debian Octave Group in the signature
 of entries.  Also, added Emacs variable settings at the end, handy
 when using debian-changelog-mode.  This avoids two warnings issued by
 Lintian regarding mismatch between maintainer and uploader, and the
 necessity to document NMU.
Files: 
 21cb05f4ca3af71ed1f931fda0cdd690 920 math optional octave2.1_2.1.64-3.dsc
 796fe0e4482c61dfc5f8a44356ce3537 45922 math optional octave2.1_2.1.64-3.diff.gz
 cf4209a27b8560ff3f24a60e3b81ae4b 5715628 math optional 
octave2.1_2.1.64-3_i386.deb
 cc8ebdf100c34a663b646c041edd21de 255780 math optional 
octave2.1-headers_2.1.64-3_i386.deb
 e00b64a129d8f953cbd3147f839a208d 44486 math optional octave_2.1.64-3_i386.deb
 10e4c265e5d68e1c5bb8538abaf96fd6 1156620 doc optional 
octave2.1-doc_2.1.64-3_all.deb
 c2729a77fc91f33365fda46412fb4041 382398 math optional 
octave2.1-htmldoc_2.1.64-3_all.deb
 37ac5ecb6ffebc4f0173700de7cb0661 67908 math optional 
octave2.1-emacsen_2.1.64-3_all.deb
 680ff49929af702f9687135475dde3d8 300480 math optional 
octave2.1-info_2.1.64-3_all.deb

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

iD8DBQFB+MKtk3oga0pdcv4RAhLkAJ9Zlp/adq9VOJmwCc+wu+8b2R/+jQCfRkFl
I8cD6/x1P9q4HmZTpVYArA0=
=sMsS
-END PGP SIGNATURE-


Accepted:
octave2.1-doc_2.1.64-3_all.deb
  to pool/main/o/octave2.1/octave2.1-doc_2.1.64-3_all.deb
octave2.1-emacsen_2.1.64-3_all.deb
  to pool/main/o/octave2.1/octave2.1-emacsen_2.1.64-3_all.deb
octave2.1-headers_2.1.64-3_i386.deb
  to pool/main/o/octave2.1/octave2.1-headers_2.1.64-3_i386.deb
octave2.1-htmldoc_2.1.64-3_all.deb
  to pool/main/o/octave2.1/octave2.1-htmldoc_2.1.64-3_all.deb
octave2.1-info_2.1.64-3_all.deb
  to pool/main/o/octave2.1/octave2.1-info_2.1.64-3_all.deb
octave2.1_2.1.64-3.diff.gz
  to pool/main/o/octave2.1/octave2.1_2.1.64-3.diff.gz
octave2.1_2.1.64-3.dsc
  to pool/main/o/octave2.1/octave2.1_2.1.64-3.dsc
octave2.1_2.1.64-3_i386.deb
  to pool/main/o/octave2.1/octave2.1_2.1.64-3_i386.deb
octave_2.1.64-3_i386.deb
  to pool/main/o/octave2.1/octave_2.1.64-3_i386.deb


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



Accepted stars 0.12+1-1 (i386 source)

2005-01-27 Thread Brian R Furry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  1 Jan 2005 21:39:43 -0400
Source: stars
Binary: stars
Architecture: source i386
Version: 0.12+1-1
Distribution: unstable
Urgency: high
Maintainer: Brian R Furry [EMAIL PROTECTED]
Changed-By: Brian R Furry [EMAIL PROTECTED]
Description: 
 stars  - star map program that draws the night sky
Closes: 276467
Changes: 
 stars (0.12+1-1) unstable; urgency=high
 .
   * Reworked source to use data from yale Debian package alone, Closes: #276467
   * Added debian/stars.links file
   * Updated information in debian/README.Debian file
   * Cleaned up debian/rules file under the install target
   * Moved stars placement in the archives to contrib/science
Files: 
 fac004c94c568f5313ae2319c84397ed 674 contrib/science optional 
stars_0.12+1-1.dsc
 06d374ab8cd5d5b6a300a7c21a4a1907 459809 contrib/science optional 
stars_0.12+1.orig.tar.gz
 44ae8689e4d630f707ff161bd8783631 5183 contrib/science optional 
stars_0.12+1-1.diff.gz
 7130df88105354f2c1410f0337312af1 577522 contrib/science optional 
stars_0.12+1-1_i386.deb

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

iD8DBQFB4HEGczG1wFfwRdwRAgHpAJsG3uWiZeBaxmKR02aMC3avPqX3qgCePKVD
3mY9FK3HkhuUC1ZIf9BQ+7I=
=VHHN
-END PGP SIGNATURE-


Accepted:
stars_0.12+1-1.diff.gz
  to pool/contrib/s/stars/stars_0.12+1-1.diff.gz
stars_0.12+1-1.dsc
  to pool/contrib/s/stars/stars_0.12+1-1.dsc
stars_0.12+1-1_i386.deb
  to pool/contrib/s/stars/stars_0.12+1-1_i386.deb
stars_0.12+1.orig.tar.gz
  to pool/contrib/s/stars/stars_0.12+1.orig.tar.gz


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



Accepted drbd 0.7.9-2 (i386 source all)

2005-01-27 Thread Cyril Bouthors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 13:55:00 +0300
Source: drbd
Binary: drbd0.7-module-source drbd0.7-utils
Architecture: source i386 all
Version: 0.7.9-2
Distribution: unstable
Urgency: low
Maintainer: David Krovich [EMAIL PROTECTED]
Changed-By: Cyril Bouthors [EMAIL PROTECTED]
Description: 
 drbd0.7-module-source - RAID 1 over tcp/ip for Linux module source
 drbd0.7-utils - RAID 1 over tcp/ip for Linux utilities
Changes: 
 drbd (0.7.9-2) unstable; urgency=low
 .
   * (Cyril Bouthors)
  - Applied patch from Lars Marowsky-Bree [EMAIL PROTECTED] that fixes a
severe [...] memory corruption bug [...].
Files: 
 eeb1b7cb271e9532587ab71acefb8797 705 admin extra drbd_0.7.9-2.dsc
 39540dc408dc796bbdaf1dbf8178 10187 admin extra drbd_0.7.9-2.diff.gz
 537c4e53784281b44407ce3e3b801257 81080 admin extra 
drbd0.7-utils_0.7.9-2_i386.deb
 f88fa834241437e2eb59127e2635f828 132014 admin extra 
drbd0.7-module-source_0.7.9-2_all.deb

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

iD8DBQFB+MjLZ1SJHeqsYt8RAhIDAJ0WZUfgoCepgVAEJBwQJPaS65wOUQCfcKW9
4j7CO/H9NhQ/45oWEizenVU=
=pmHv
-END PGP SIGNATURE-


Accepted:
drbd0.7-module-source_0.7.9-2_all.deb
  to pool/main/d/drbd/drbd0.7-module-source_0.7.9-2_all.deb
drbd0.7-utils_0.7.9-2_i386.deb
  to pool/main/d/drbd/drbd0.7-utils_0.7.9-2_i386.deb
drbd_0.7.9-2.diff.gz
  to pool/main/d/drbd/drbd_0.7.9-2.diff.gz
drbd_0.7.9-2.dsc
  to pool/main/d/drbd/drbd_0.7.9-2.dsc


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



Accepted emacspeak 17.0-1.1 (all source)

2005-01-27 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 12:11:22 +0100
Source: emacspeak
Binary: emacspeak
Architecture: source all
Version: 17.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: James R. Van Zandt [EMAIL PROTECTED]
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 emacspeak  - speech output interface to Emacs
Closes: 256288 291970
Changes: 
 emacspeak (17.0-1.1) unstable; urgency=medium
 .
   * 0-day NMU to address release critical bugs #291970 and [EMAIL PROTECTED] 
There
 is still one open release critical bug, #292322; but since this one
 needs negotiations with upstream, #291970 should be fixed separately.
   * remove regexp-opt.el from the package, and from the list of files to
 be byte-compiled (closes: #291970)
   * Bug fix: Missing dependency on emacsen-common (Closes: #256288).
Files: 
 3326ab5f9a678ccef9add482413e3ef7 604 editors extra emacspeak_17.0-1.1.dsc
 a502409f864ecb3cb410a05f5363c969 22352 editors extra emacspeak_17.0-1.1.diff.gz
 40c1af3986bb28de4b7d9a0457fbe734 1233620 editors extra 
emacspeak_17.0-1.1_all.deb

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

iD8DBQFB+M23+xs9YyJS+hoRAlQBAKCEMDZzECyIAVjQ5t1ta7ElQONVzACfahM+
0kF0f0Bxfk3KvhZNmLNlgNM=
=jc/v
-END PGP SIGNATURE-


Accepted:
emacspeak_17.0-1.1.diff.gz
  to pool/main/e/emacspeak/emacspeak_17.0-1.1.diff.gz
emacspeak_17.0-1.1.dsc
  to pool/main/e/emacspeak/emacspeak_17.0-1.1.dsc
emacspeak_17.0-1.1_all.deb
  to pool/main/e/emacspeak/emacspeak_17.0-1.1_all.deb


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



Accepted netpanzer 0.8-1 (i386 source)

2005-01-27 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 26 Jan 2005 22:45:11 +0100
Source: netpanzer
Binary: netpanzer
Architecture: source i386
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 netpanzer  - online multiplayer tactical warfare game
Changes: 
 netpanzer (0.8-1) unstable; urgency=low
 .
   * New upstream version.
   * s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/
Files: 
 b27c3e9bac523fe70369193455fbcf94 664 games optional netpanzer_0.8-1.dsc
 818e766d2cb3a0f752738a1e2b3e3dda 467109 games optional 
netpanzer_0.8.orig.tar.gz
 2c988b22d05d05874fd149d2f349ad6d 3632 games optional netpanzer_0.8-1.diff.gz
 a66d87de05c8db5394c392f17b0e321a 467466 games optional netpanzer_0.8-1_i386.deb

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

iD8DBQFB+NNihQui3hP+/EARAoo7AKCbUVFIaocK+YSwAEuAB/0tCnBvWwCfW6Zo
IW4QJg4GQCwprV/h599k118=
=JAKh
-END PGP SIGNATURE-


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


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



Accepted netpanzer-data 0.8-1 (all source)

2005-01-27 Thread Bartosz Fenski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 12:44:12 +0100
Source: netpanzer-data
Binary: netpanzer-data
Architecture: source all
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Bartosz Fenski [EMAIL PROTECTED]
Changed-By: Bartosz Fenski [EMAIL PROTECTED]
Description: 
 netpanzer-data - data files for the netPanzer game
Changes: 
 netpanzer-data (0.8-1) unstable; urgency=low
 .
   * New upstream version.
   * s/[EMAIL PROTECTED]/[EMAIL PROTECTED]/
Files: 
 6fd817f881f6265a76fa0aebb39062df 591 games optional netpanzer-data_0.8-1.dsc
 1fe83c70cdcabc1775249387ea50b0c5 11496679 games optional 
netpanzer-data_0.8.orig.tar.gz
 9771360a53ada095278b2d6e34cf6ebd 2240 games optional 
netpanzer-data_0.8-1.diff.gz
 112d8458ee14960a37f95b7a9010226f 11361980 games optional 
netpanzer-data_0.8-1_all.deb

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

iD8DBQFB+NTIhQui3hP+/EARAjTpAJ9pnQYOwS1sEnTvkbygCxWj2PWXvQCfQQ8z
uAvlhzU8QuWs/3hVkLn4BlE=
=Wua7
-END PGP SIGNATURE-


Accepted:
netpanzer-data_0.8-1.diff.gz
  to pool/main/n/netpanzer-data/netpanzer-data_0.8-1.diff.gz
netpanzer-data_0.8-1.dsc
  to pool/main/n/netpanzer-data/netpanzer-data_0.8-1.dsc
netpanzer-data_0.8-1_all.deb
  to pool/main/n/netpanzer-data/netpanzer-data_0.8-1_all.deb
netpanzer-data_0.8.orig.tar.gz
  to pool/main/n/netpanzer-data/netpanzer-data_0.8.orig.tar.gz


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



Accepted alsa-driver 1.0.8-3 (all source)

2005-01-27 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 12:30:34 +0100
Source: alsa-driver
Binary: alsa-source alsa-headers alsa-base
Architecture: source all
Version: 1.0.8-3
Distribution: unstable
Urgency: medium
Maintainer: Jordi Mallach [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 alsa-base  - ALSA driver configuration files
 alsa-headers - transitional package that can be safely removed
 alsa-source - ALSA driver sources
Closes: 291942 292127
Changes: 
 alsa-driver (1.0.8-3) unstable; urgency=medium
 .
   * Thomas Hood:
 - /etc/init.d/alsa:
   + Check for availability of alsactl and amixer using command -v
 before attempting to run them  (Closes: #291942)
   + Use #!/bin/bash because command -v is non-POSIX (see #218530)
 - /usr/share/doc/alsa-base/README.Debian:
   + Inform user that warning messages about alsactl or amixer not
 being found can be ignored if they occur as a result of the
 initscript being run in the boot process prior to /usr being
 mounted
 - /etc/mod(utils|probe.d)/alsa-base:
   + Add modprobe-post-install calls for snd-emu8000-synth so that
 the awesfx maintainer can arrange for asfxload to be run from
 /etc/alsa/modprobe-post-install.d/ when this module loads.
 (This would be to grant wish #246405.)  It seems that in
 earlier ALSA releases, asfxload had to be run after snd-sbawe
 was loaded, but now it has to be run after snd-emu8000-synth
 is loaded.  Thanks to Bodo Meissner for providing this
 information.
 - /etc/alsa/modprobe-post-install.d/alsa-base:
   + Don't run initscript start for snd-emu8000-synth
 - alsa-base.postinst:
   + Tolerate absence of /etc/mod(utils|probe.d)/alsa-base .
 Thanks to Ludovic Watteaux for pointing out this bug.
 - /usr/share/lintian/overrides/alsa-(base|source):
   + Override description-synopsis-starts-with-a-capital-letter
 - debian/changelog
   + Move entries to changelog-old
   * Jordi Mallach:
 - debian/OSS-module-list: add usb-midi to blacklist
   (thanks, Mario Lang; Closes: #292127)
Files: 
 edc600db7f34edeee84dbe41b5a9ce7d 844 sound optional alsa-driver_1.0.8-3.dsc
 ecebbffe447b540506327a492e81aa78 146975 sound optional 
alsa-driver_1.0.8-3.diff.gz
 aab20cfaa313d851a635385a65fbbc9f 109648 sound optional 
alsa-base_1.0.8-3_all.deb
 8cbe4ed552c825eadfb2440a232a13fe 2000500 sound optional 
alsa-source_1.0.8-3_all.deb
 4592e320f2858ad8c2121c54418f0a49 12000 sound optional 
alsa-headers_1.0.8-3_all.deb

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

iD8DBQFB+NIrJYSUupF6Il4RAttjAJ4xa/wJHoMxpWqNt9UXChNO2428ZACgsApq
D8Cy7uchtPHDnUKlbkiDhWU=
=NJmF
-END PGP SIGNATURE-


Accepted:
alsa-base_1.0.8-3_all.deb
  to pool/main/a/alsa-driver/alsa-base_1.0.8-3_all.deb
alsa-driver_1.0.8-3.diff.gz
  to pool/main/a/alsa-driver/alsa-driver_1.0.8-3.diff.gz
alsa-driver_1.0.8-3.dsc
  to pool/main/a/alsa-driver/alsa-driver_1.0.8-3.dsc
alsa-headers_1.0.8-3_all.deb
  to pool/main/a/alsa-driver/alsa-headers_1.0.8-3_all.deb
alsa-source_1.0.8-3_all.deb
  to pool/main/a/alsa-driver/alsa-source_1.0.8-3_all.deb


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



Accepted exim4 4.44-2 (i386 source all)

2005-01-27 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 13:45:45 +0100
Source: exim4
Binary: eximon4 exim4-daemon-custom exim4-daemon-heavy exim4-base exim4 
exim4-daemon-light exim4-config
Architecture: source i386 all
Version: 4.44-2
Distribution: unstable
Urgency: low
Maintainer: Exim4 Maintainers [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 exim4  - metapackage to ease exim MTA (v4) installation
 exim4-base - support files for all exim MTA (v4) packages
 exim4-config - configuration for the exim MTA (v4)
 exim4-daemon-heavy - exim MTA (v4) daemon with extended features, including 
exiscan-ac
 exim4-daemon-light - lightweight exim MTA (v4) daemon
 eximon4- monitor application for the exim MTA (v4) (X11 interface)
Closes: 258311 283538 286074 291184 291205
Changes: 
 exim4 (4.44-2) unstable; urgency=low
 .
   * re-work debian/control to make lintian happy, make descriptions
 more orthogonal. (mh)
   * kill build-conflicts on libperl-dev (=5.8.4-1). (mh)
 .
 exim4 (4.44-1) experimental; urgency=low
 .
   * New upstream bugfix-only release (exiscan-acl 4.44-28).
- Fixes eximstats' generation of pie charts by volume. (Closes: #286074)
- Reset the locale to C after calling embedded Perl. (Closes: #283538)
- includes 66_cipherpreferences.dpatch,
  66_can2005-0021_can2005-0022.dpatch, 65_tidydb-spool.dpatch,
  62_statvfs.dpatch.
   * Fix (commented) example for AUTH LOGIN with saslauthd (Thanks, Maik
 Broemme). (Closes: #291205)
   * tl (Tagalog) translation of debconf templates by eric pareja.
 (Closes: #291184)
   * Use db4.2. (Closes: #258311)
Files: 
 faf0d5d8eedb4349549425bbadf46c06 1035 mail important exim4_4.44-2.dsc
 02184f0e02156834c9a3aaca8324ebca 560596 mail important exim4_4.44-2.diff.gz
 b91fadde653f9ec5fe84808c9fc30489 772090 mail important 
exim4-base_4.44-2_i386.deb
 2b544f36f0614302e258cf3249ab5bce 361298 mail important 
exim4-daemon-light_4.44-2_i386.deb
 f7dea6de3ad76b15646b2b4950712343 73472 mail optional eximon4_4.44-2_i386.deb
 89e2565cdf306360bae9915e58a9d0d3 435366 mail optional 
exim4-daemon-heavy_4.44-2_i386.deb
 2b0c5ad3157570fc0e3fa82efda49efc 218712 mail important 
exim4-config_4.44-2_all.deb
 7b60e0837b151c72488f5cf8abf9e39c 1110 mail important exim4_4.44-2_all.deb

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

iD8DBQFB+ObfHTOcZYuNdmMRAhs1AKCsNS59VaSGOwFNixT7lURrRq6lCACgkYhJ
SWgXUmisqd8yN5KWohR8u7s=
=WqhH
-END PGP SIGNATURE-


Accepted:
exim4-base_4.44-2_i386.deb
  to pool/main/e/exim4/exim4-base_4.44-2_i386.deb
exim4-config_4.44-2_all.deb
  to pool/main/e/exim4/exim4-config_4.44-2_all.deb
exim4-daemon-heavy_4.44-2_i386.deb
  to pool/main/e/exim4/exim4-daemon-heavy_4.44-2_i386.deb
exim4-daemon-light_4.44-2_i386.deb
  to pool/main/e/exim4/exim4-daemon-light_4.44-2_i386.deb
exim4_4.44-2.diff.gz
  to pool/main/e/exim4/exim4_4.44-2.diff.gz
exim4_4.44-2.dsc
  to pool/main/e/exim4/exim4_4.44-2.dsc
exim4_4.44-2_all.deb
  to pool/main/e/exim4/exim4_4.44-2_all.deb
eximon4_4.44-2_i386.deb
  to pool/main/e/exim4/eximon4_4.44-2_i386.deb


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



Accepted irm 1.5.1.1-1 (all source)

2005-01-27 Thread Matthew Palmer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 23:17:03 +1100
Source: irm
Binary: irm
Architecture: source all
Version: 1.5.1.1-1
Distribution: unstable
Urgency: low
Maintainer: Matthew Palmer [EMAIL PROTECTED]
Changed-By: Matthew Palmer [EMAIL PROTECTED]
Description: 
 irm- Web-based asset tracking system for IT departments and help desks
Closes: 284536 284537
Changes: 
 irm (1.5.1.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Redid much of the initial config/upgrade stuff due to rationalisations
 in upstream's idea of configuration management.
   * Copy style.css into the package.  Closes: #284537.
   * Do more intelligent things with server installs, including checking for
 the apache2 directory and installing in there if possible.
 Closes: #284536.
Files: 
 8a12033e765c12716e4074bb232ac0cc 561 web optional irm_1.5.1.1-1.dsc
 ccce8ba48dd77476a246d984f2f591f1 124014 web optional irm_1.5.1.1.orig.tar.gz
 b5acb4581dedb342bd04ae0aa685016b 11477 web optional irm_1.5.1.1-1.diff.gz
 540a912219634bd10d3d341be145dba0 128016 web optional irm_1.5.1.1-1_all.deb

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

iD8DBQFB+O9TBEnrTWk1E4cRAi5+AJ9bUrp1sY8NqxaFAkEtPftF02BqTACeKZNz
1LXCv9zkiPWX0xJpM5jCfZs=
=cS4F
-END PGP SIGNATURE-


Accepted:
irm_1.5.1.1-1.diff.gz
  to pool/main/i/irm/irm_1.5.1.1-1.diff.gz
irm_1.5.1.1-1.dsc
  to pool/main/i/irm/irm_1.5.1.1-1.dsc
irm_1.5.1.1-1_all.deb
  to pool/main/i/irm/irm_1.5.1.1-1_all.deb
irm_1.5.1.1.orig.tar.gz
  to pool/main/i/irm/irm_1.5.1.1.orig.tar.gz


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



Accepted tinc 1.0.3-2 (i386 source)

2005-01-27 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 14:10:02 +0100
Source: tinc
Binary: tinc
Architecture: source i386
Version: 1.0.3-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 tinc   - Virtual Private Network daemon
Closes: 259489 281366 292450
Changes: 
 tinc (1.0.3-2) unstable; urgency=low
 .
   * Don't check for /dev/tap* in postinst if we don't create them anyway.
   * MAKEDEV expects net/tun instead of tun.
   * Don't ask if /dev/net/tun should be created, just do it.
 Closes: #259489, #292450
   * Move $EXTRA from init.d/tinc to /etc/default/tinc. Closes: #281366
Files: 
 39e8c10ac259cc950a2d326ad09d183b 609 net optional tinc_1.0.3-2.dsc
 3d2fa972ece1e8fcca54f8650d9b2b26 8166 net optional tinc_1.0.3-2.diff.gz
 9f2597feaf3ef3fa23ac9b92c504b7d5 193224 net optional tinc_1.0.3-2_i386.deb

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

iD8DBQFB+Oz8AxLow12M2nsRAoPiAJ9OM+kuYxGJR6jzQBG8OjD9C61JBgCfcrTD
sICl0GcSTQnAft4UenwhfzI=
=5kKx
-END PGP SIGNATURE-


Accepted:
tinc_1.0.3-2.diff.gz
  to pool/main/t/tinc/tinc_1.0.3-2.diff.gz
tinc_1.0.3-2.dsc
  to pool/main/t/tinc/tinc_1.0.3-2.dsc
tinc_1.0.3-2_i386.deb
  to pool/main/t/tinc/tinc_1.0.3-2_i386.deb


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



Accepted gpsd 2.7-4 (i386 source)

2005-01-27 Thread Tilman Koschnick
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 13:31:03 +0100
Source: gpsd
Binary: gpsd gpsd-clients
Architecture: source i386
Version: 2.7-4
Distribution: unstable
Urgency: high
Maintainer: Tilman Koschnick [EMAIL PROTECTED]
Changed-By: Tilman Koschnick [EMAIL PROTECTED]
Description: 
 gpsd   - GPS (Global Positioning System) service daemon
 gpsd-clients - clients for the GPS service daemon
Closes: 292347 292370
Changes: 
 gpsd (2.7-4) unstable; urgency=high
 .
   * setting urgency=high because of RC bugfix
   * bugfix: remote security problem with format strings
 - add debian/patches/09_syslog_formatstring.dpatch
 - thanks to Ulf Harnhammar, KF, Petter Reinholdtsen
   (closes: #292347, #292370)
   * fix lintian warnings
 - change description of gpsd-clients
 - add /usr/share/lintian/overrides/gpsd
   (ignoring non-dev-pkg-with-shlib-symlink,
   description-synopsis-starts-with-a-capital-letter)
Files: 
 0872be11bc3a8eadc831d71604f413f4 673 misc optional gpsd_2.7-4.dsc
 a889c560a24cf6269834461c64e9c476 22493 misc optional gpsd_2.7-4.diff.gz
 6c4ee7e643a8a71e61fec2ecb5037219 70142 misc optional gpsd_2.7-4_i386.deb
 88a2eb535ae935f264342be66b61c4d6 24754 misc optional 
gpsd-clients_2.7-4_i386.deb

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

iD8DBQFB+POu20zMSyow1ykRApmHAKDWVdyTOc7W9omqs+/CVhfy2370QwCdG/fs
syHtdq73b7aYaGmRtN09ki0=
=No/h
-END PGP SIGNATURE-


Accepted:
gpsd-clients_2.7-4_i386.deb
  to pool/main/g/gpsd/gpsd-clients_2.7-4_i386.deb
gpsd_2.7-4.diff.gz
  to pool/main/g/gpsd/gpsd_2.7-4.diff.gz
gpsd_2.7-4.dsc
  to pool/main/g/gpsd/gpsd_2.7-4.dsc
gpsd_2.7-4_i386.deb
  to pool/main/g/gpsd/gpsd_2.7-4_i386.deb


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



Accepted reportbug 3.7.1 (all source)

2005-01-27 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 08:01:06 -0600
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.7.1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 reportbug  - reports bugs in the Debian distribution
Changes: 
 reportbug (3.7.1) unstable; urgency=low
 .
   * Import sys call was forgotten in fix for #292340.
Files: 
 27e8d3b325f20593df2af09ef5c61146 524 utils standard reportbug_3.7.1.dsc
 8bdcb378fa378df8368ff7cae02b5f9b 126205 utils standard reportbug_3.7.1.tar.gz
 f1bd494d73930ae6bd97b4ad7b5cae1f 109032 utils standard reportbug_3.7.1_all.deb

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

iD8DBQFB+PRU2wQKE6PXubwRAsKoAKC8FsdgzJw6WMz+F1zWfRU0ZxgU8wCgnIsk
bPRiJ38iE5zVLGauV7p3Vao=
=Fbmk
-END PGP SIGNATURE-


Accepted:
reportbug_3.7.1.dsc
  to pool/main/r/reportbug/reportbug_3.7.1.dsc
reportbug_3.7.1.tar.gz
  to pool/main/r/reportbug/reportbug_3.7.1.tar.gz
reportbug_3.7.1_all.deb
  to pool/main/r/reportbug/reportbug_3.7.1_all.deb


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



Accepted postgrey 1.17-2 (all source)

2005-01-27 Thread Adrian von Bidder
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 15:02:57 +0100
Source: postgrey
Binary: postgrey
Architecture: source all
Version: 1.17-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: 290139
Changes: 
 postgrey (1.17-2) unstable; urgency=low
 .
   * ignore 'rm log.03' style messages
   * Japanese debconf translation.  Thanks to Hideki Yamane. (closes: #290139)
   * add postgrey_clients_dump script
Files: 
 778dc1fe7cef7d88a971b2b99255de9d 629 mail optional postgrey_1.17-2.dsc
 c54dd48a46c82c4ff1b21ab44f5ce04a 10982 mail optional postgrey_1.17-2.diff.gz
 017e62bdfa525e0ed5b8dcdb4de58706 39652 mail optional postgrey_1.17-2_all.deb

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

iEYEARECAAYFAkH4+tAACgkQIgvIgzMMSnVDRgCg2+dQFisWbPct7QJuUMs6oLSH
jAoAoOlBINNARRqk6TSC5J3ni3VwkB6u
=kkD0
-END PGP SIGNATURE-


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


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



Accepted auctex 11.54-3 (all source)

2005-01-27 Thread Davide G. M. Salvetti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 16:34:12 +0100
Source: auctex
Binary: auctex
Architecture: source all
Version: 11.54-3
Distribution: unstable
Urgency: high
Maintainer: Davide G. M. Salvetti [EMAIL PROTECTED]
Changed-By: Davide G. M. Salvetti [EMAIL PROTECTED]
Description: 
 auctex - An integrated environment for writing TeX/LaTeX documents
Closes: 292508
Changes: 
 auctex (11.54-3) unstable; urgency=high
 .
   * Urgency high: fixes an important bug.  (See: #292508)
   * ../tex.el: Apply a patch from Ralf Angeli, thanks to Frank Küster.
 (Closes: #292508)
   * control (Conflicts): Add emacspeak (= 21), thanks to Frank Küster.
 (See: #291970)
Files: 
 8b43f0c5b1ffb4d38db6e3d568d6abf1 651 tex optional auctex_11.54-3.dsc
 116600e0bb68b61e1e3b71f807e3f19b 24682 tex optional auctex_11.54-3.diff.gz
 4e0b8989c14c0bee9fb83a34a378065f 643812 tex optional auctex_11.54-3_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: http://www.linux.it/~salve/dgms.gpg

iD8DBQFB+Q0zISswbJOWhl0RAq/BAKC7Zedh7ZyFMjNKzwKoFxYJNt8nigCeP52h
m8vMeL+r6N8TuEikIFW3GTA=
=g9Tz
-END PGP SIGNATURE-


Accepted:
auctex_11.54-3.diff.gz
  to pool/main/a/auctex/auctex_11.54-3.diff.gz
auctex_11.54-3.dsc
  to pool/main/a/auctex/auctex_11.54-3.dsc
auctex_11.54-3_all.deb
  to pool/main/a/auctex/auctex_11.54-3_all.deb


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



Accepted cvsps 2.0rc1-5 (i386 source)

2005-01-27 Thread Marcus Crafter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 17:47:58 +0100
Source: cvsps
Binary: cvsps
Architecture: source i386
Version: 2.0rc1-5
Distribution: unstable
Urgency: low
Maintainer: Marcus Crafter [EMAIL PROTECTED]
Changed-By: Marcus Crafter [EMAIL PROTECTED]
Description: 
 cvsps  - Tool to generate CVS patch set information
Closes: 267910 289803
Changes: 
 cvsps (2.0rc1-5) unstable; urgency=low
 .
   * Applied patch from Kim Hansen to fix time calculation bug
   * Applied cvs output parsing error from upstream
 (closes: #289803, #267910)
Files: 
 b249a27620dfca0a152793d0e84278d4 572 devel optional cvsps_2.0rc1-5.dsc
 8c440719d3b61d58e28922e178be8c29 7750 devel optional cvsps_2.0rc1-5.diff.gz
 8647821e3c1cb2bd53453e704bfacac5 44484 devel optional cvsps_2.0rc1-5_i386.deb

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

iD8DBQFB+RxEOU0v48TFe0IRAoIZAJ9Z65SD7CycG9xOghxJRUd6Xj1tggCgvq8W
7BJYoEFUnfsyVVs0Q5ydMLw=
=5FxP
-END PGP SIGNATURE-


Accepted:
cvsps_2.0rc1-5.diff.gz
  to pool/main/c/cvsps/cvsps_2.0rc1-5.diff.gz
cvsps_2.0rc1-5.dsc
  to pool/main/c/cvsps/cvsps_2.0rc1-5.dsc
cvsps_2.0rc1-5_i386.deb
  to pool/main/c/cvsps/cvsps_2.0rc1-5_i386.deb


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



Accepted xmms-jackasyn 0.1-2 (powerpc source i386 alpha)

2005-01-27 Thread Paul Brossier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 25 Jan 2005 15:41:34 +
Source: xmms-jackasyn
Binary: xmms-jackasyn
Architecture: alpha i386 powerpc source 
Version: 0.1-2
Distribution: unstable
Urgency: low
Maintainer: Paul Brossier [EMAIL PROTECTED]
Changed-By: Paul Brossier [EMAIL PROTECTED]
Description: 
 xmms-jackasyn - JACK Output plugin for xmms
Closes: 292014
Changes: 
 xmms-jackasyn (0.1-2) unstable; urgency=low
 .
   * Added endianness check to configure.ac (endian dependant code was present
 but never checked in configure) (closes: #292014)
   * Added convert_stero_function to convert.c, ported from last xmms OSS
 output plugin (adds mono to stereo, and avoid leaving the right buffer
 full when skipping from a stereo file to a mono file).
   * Added -avoid-version -module to Makefile.am to get rid of .0.0.0/links.
   * Added --disable-static to avoid installation of .a file.
   * Ran autoreconf -i -f (version 1.8).
   * Simplified build-dependancies (removed xlibs-dev, libglib1.2-dev,
 libgtk1.2-dev, automake, autoconf).
   * Added detailed copyright entries to debian/copyright.
   * Bumped Standards-Version.
Files: 
 23b992be7d88b744458ba434c0f02de4 18816 sound optional 
xmms-jackasyn_0.1-2_i386.deb
 55c89c0c0ffea2d263b9a2a4e89e00c7 19794 sound optional 
xmms-jackasyn_0.1-2_alpha.deb
 57089248b981fea301c31b3c797ce225 339434 sound optional 
xmms-jackasyn_0.1-2.diff.gz
 79211052d155c55c5d8e7af360833050 19988 sound optional 
xmms-jackasyn_0.1-2_powerpc.deb
 58cad030b3671476e5ad8b0c4233a7de 676 sound optional xmms-jackasyn_0.1-2.dsc

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

iD8DBQFB+SEsfDt5cIjHwfcRAozcAJ9ujJi5ptBmQ7S5runmRZk42R2i9gCgmLMc
BqqFxTT7AyMXUjhfllmMqKc=
=tbMd
-END PGP SIGNATURE-


Accepted:
xmms-jackasyn_0.1-2.diff.gz
  to pool/main/x/xmms-jackasyn/xmms-jackasyn_0.1-2.diff.gz
xmms-jackasyn_0.1-2.dsc
  to pool/main/x/xmms-jackasyn/xmms-jackasyn_0.1-2.dsc
xmms-jackasyn_0.1-2_alpha.deb
  to pool/main/x/xmms-jackasyn/xmms-jackasyn_0.1-2_alpha.deb
xmms-jackasyn_0.1-2_i386.deb
  to pool/main/x/xmms-jackasyn/xmms-jackasyn_0.1-2_i386.deb
xmms-jackasyn_0.1-2_powerpc.deb
  to pool/main/x/xmms-jackasyn/xmms-jackasyn_0.1-2_powerpc.deb


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



Accepted gpsbabel 1.2.4-1 (i386 source)

2005-01-27 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 11:08:20 -0600
Source: gpsbabel
Binary: gpsbabel
Architecture: source i386
Version: 1.2.4-1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 gpsbabel   - GPS file conversion plus transfer to/from GPS units
Closes: 291544
Changes: 
 gpsbabel (1.2.4-1) unstable; urgency=low
 .
   * New upstream release.  Closes: #291544.
Files: 
 c3719e32ace8b7c06a520796cec820cd 607 utils optional gpsbabel_1.2.4-1.dsc
 d03889c04d106f503fa84a8b4bee697d 1158697 utils optional 
gpsbabel_1.2.4.orig.tar.gz
 33b5a0227f92d30c96aa0109edaafd32 5089 utils optional gpsbabel_1.2.4-1.diff.gz
 dfd83a119a737294d52a372ccfb1645b 155096 utils optional 
gpsbabel_1.2.4-1_i386.deb

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

iD8DBQFB+SB/7B2mSKdID5ERAnK+AJ9JnJejLVV3iin357EazVJp65slnACcCf3L
e7M8l1p6eAac+PTxK/QJG10=
=jfWz
-END PGP SIGNATURE-


Accepted:
gpsbabel_1.2.4-1.diff.gz
  to pool/main/g/gpsbabel/gpsbabel_1.2.4-1.diff.gz
gpsbabel_1.2.4-1.dsc
  to pool/main/g/gpsbabel/gpsbabel_1.2.4-1.dsc
gpsbabel_1.2.4-1_i386.deb
  to pool/main/g/gpsbabel/gpsbabel_1.2.4-1_i386.deb
gpsbabel_1.2.4.orig.tar.gz
  to pool/main/g/gpsbabel/gpsbabel_1.2.4.orig.tar.gz


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



Accepted grig 0.4.1-1 (i386 source)

2005-01-27 Thread Joop Stakenborg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 18:29:15 +0100
Source: grig
Binary: grig
Architecture: source i386
Version: 0.4.1-1
Distribution: unstable
Urgency: low
Maintainer: Joop Stakenborg [EMAIL PROTECTED]
Changed-By: Joop Stakenborg [EMAIL PROTECTED]
Description: 
 grig   - graphical user interface to the Ham Radio Control Libraries
Changes: 
 grig (0.4.1-1) unstable; urgency=low
 .
   * New upstream release.
   * This is a GTK+ version 2 build, so we can remove README.debian, which
 would describe the use of gconfd-1.
Files: 
 8fb27e8b9e13eaadfb5726a451e25d28 601 hamradio optional grig_0.4.1-1.dsc
 5b0be31f0c574c4bf1eabf5236779f0d 434941 hamradio optional 
grig_0.4.1.orig.tar.gz
 2237f42153d57fe89993a63a10365bfc 256955 hamradio optional grig_0.4.1-1.diff.gz
 fc123f1054162c84252cbebca5fdb9ac 75802 hamradio optional grig_0.4.1-1_i386.deb

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

iD8DBQFB+SZ6nuUI/ps3DJoRAgm1AJ9UrGT6ilfUuVeZSwoukQvok7Rs4ACfcRMq
TOmd6r/4zehtepEXO0DKIcw=
=atsd
-END PGP SIGNATURE-


Accepted:
grig_0.4.1-1.diff.gz
  to pool/main/g/grig/grig_0.4.1-1.diff.gz
grig_0.4.1-1.dsc
  to pool/main/g/grig/grig_0.4.1-1.dsc
grig_0.4.1-1_i386.deb
  to pool/main/g/grig/grig_0.4.1-1_i386.deb
grig_0.4.1.orig.tar.gz
  to pool/main/g/grig/grig_0.4.1.orig.tar.gz


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



Accepted openswan 2.3.0-2 (i386 source all)

2005-01-27 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 16:10:11 +0100
Source: openswan
Binary: openswan-modules-source kernel-patch-openswan openswan
Architecture: source all i386
Version: 2.3.0-2
Distribution: unstable
Urgency: high
Maintainer: Rene Mayrhofer [EMAIL PROTECTED]
Changed-By: Rene Mayrhofer [EMAIL PROTECTED]
Description: 
 kernel-patch-openswan - IPSEC kernel support for Openswan
 openswan   - IPSEC utilities for Openswan
 openswan-modules-source - IPSEC kernel modules source for Openswan
Closes: 291143 292458
Changes: 
 openswan (2.3.0-2) unstable; urgency=HIGH
 .
   Urgency HIGH due to security issue and problems with build-deps in sarge.
   * Fix the security issue. Please see
 http://www.idefense.com/application/poi/display?id=190;
 type=vulnerabilitiesflashstatus=false
 for more details. Thanks to Martin Schulze for informing me about
 this issue.
 Closes: #292458: Openswan XAUTH/PAM Buffer Overflow Vulnerability
   * Added a Build-Dependency to lynx.
 Closes: #291143: openswan: FTBFS: Missing build dependency.
Files: 
 b2266cd7a734a21793893332f9950df9 731 net optional openswan_2.3.0-2.dsc
 609a4a1c51f8c0afdb425d753c3dcca1 18016 net optional openswan_2.3.0-2.diff.gz
 3b1d88391cfb553246cfea58fa86df89 538312 net optional 
openswan-modules-source_2.3.0-2_all.deb
 eadee5d1b2282ac1df1246a325987e39 527344 net optional 
kernel-patch-openswan_2.3.0-2_all.deb
 f3b8bd6366fe9963f85da0c596a312bc 4973462 net optional openswan_2.3.0-2_i386.deb

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

iD8DBQFB+SjKq7SPDcPCS94RAtotAKCKxQ+wBN4kp6HN1a5e8VEo7XORrQCfXfxc
s/OEDDlaiHua1O7C1c5LjAQ=
=X9ta
-END PGP SIGNATURE-


Accepted:
kernel-patch-openswan_2.3.0-2_all.deb
  to pool/main/o/openswan/kernel-patch-openswan_2.3.0-2_all.deb
openswan-modules-source_2.3.0-2_all.deb
  to pool/main/o/openswan/openswan-modules-source_2.3.0-2_all.deb
openswan_2.3.0-2.diff.gz
  to pool/main/o/openswan/openswan_2.3.0-2.diff.gz
openswan_2.3.0-2.dsc
  to pool/main/o/openswan/openswan_2.3.0-2.dsc
openswan_2.3.0-2_i386.deb
  to pool/main/o/openswan/openswan_2.3.0-2_i386.deb


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



Accepted splitvt 1.6.5-7 (i386 source)

2005-01-27 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 26 Jan 2005 20:32:34 -0500
Source: splitvt
Binary: splitvt
Architecture: source i386
Version: 1.6.5-7
Distribution: unstable
Urgency: low
Maintainer: Joey Hess [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 splitvt- run two programs in a split screen
Closes: 273330
Changes: 
 splitvt (1.6.5-7) unstable; urgency=low
 .
   * Many changes to make it build cleanly with -Wall. This included some
 missing headers that probably caused it to crash on amd64.
   * Disabled vttest, since its read from the console to try to detect a vt100
 terminal was responsible for startup hang on sparc. Closes: #273330
Files: 
 cece389b8d6439ed9555e2e56aa11584 592 utils optional splitvt_1.6.5-7.dsc
 f16345376514ffec9076f45aed68f53c 10043 utils optional splitvt_1.6.5-7.diff.gz
 fcfd2cc3cfb6f4fd27703c6441eff5ef 33370 utils optional splitvt_1.6.5-7_i386.deb

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

iD8DBQFB+TTp2tp5zXiKP0wRAijeAKCEBbzPuXwcoCrYjG+RVIMHLwVwbACfQuIy
2nZK+dxdJJd3naiO48DRrck=
=jT4A
-END PGP SIGNATURE-


Accepted:
splitvt_1.6.5-7.diff.gz
  to pool/main/s/splitvt/splitvt_1.6.5-7.diff.gz
splitvt_1.6.5-7.dsc
  to pool/main/s/splitvt/splitvt_1.6.5-7.dsc
splitvt_1.6.5-7_i386.deb
  to pool/main/s/splitvt/splitvt_1.6.5-7_i386.deb


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



Accepted phat 0.2.3-1 (i386 source)

2005-01-27 Thread Eduardo Marcel Macan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 28 Dec 2004 14:34:42 -0200
Source: phat
Binary: libphat0 libphat0-dev
Architecture: source i386
Version: 0.2.3-1
Distribution: unstable
Urgency: low
Maintainer: Eduardo Marcel Macan [EMAIL PROTECTED]
Changed-By: Eduardo Marcel Macan [EMAIL PROTECTED]
Description: 
 libphat0   - collection of GTK widgets geared towards audio apps
 libphat0-dev - development files for libphat
Closes: 287838
Changes: 
 phat (0.2.3-1) unstable; urgency=low
 .
   * Initial Release. (closes: #287838)
Files: 
 33500c4a9a713f1ab105bc526f713a62 588 - optional phat_0.2.3-1.dsc
 2de623dafcd6c11a3117a96e52dd9cfb 353604 - optional phat_0.2.3.orig.tar.gz
 1617be40cce3deb71531ccdbcfb4dad0 9165 - optional phat_0.2.3-1.diff.gz
 ee0363106eabf07330030195dda89984 50522 libdevel optional 
libphat0-dev_0.2.3-1_i386.deb
 32b008bfac1be583c0e1633e410c9244 24482 libs optional libphat0_0.2.3-1_i386.deb

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

iD8DBQFB2endoUSye+uc2tURAuB4AJ0W1QXdag7w1Ijzae5BRtRWqIv5tACeN9lK
0ganB/3Efsr7V6bEPoxRhFg=
=nWrk
-END PGP SIGNATURE-


Accepted:
libphat0-dev_0.2.3-1_i386.deb
  to pool/main/p/phat/libphat0-dev_0.2.3-1_i386.deb
libphat0_0.2.3-1_i386.deb
  to pool/main/p/phat/libphat0_0.2.3-1_i386.deb
phat_0.2.3-1.diff.gz
  to pool/main/p/phat/phat_0.2.3-1.diff.gz
phat_0.2.3-1.dsc
  to pool/main/p/phat/phat_0.2.3-1.dsc
phat_0.2.3.orig.tar.gz
  to pool/main/p/phat/phat_0.2.3.orig.tar.gz


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



Accepted tetex-base 2.0.2c-4 (all source)

2005-01-27 Thread Frank Küster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Jan 2005 00:08:28 +0100
Source: tetex-base
Binary: tetex-extra tetex-doc tetex-base
Architecture: source all
Version: 2.0.2c-4
Distribution: unstable
Urgency: low
Maintainer: teTeX maintainers debian-tetex-maint@lists.debian.org
Changed-By: Frank Küster [EMAIL PROTECTED]
Description: 
 tetex-base - Basic library files of teTeX
 tetex-doc  - The documentation component of the Debian teTeX packages
 tetex-extra - Additional library files of teTeX
Closes: 286518 291541
Changes: 
 tetex-base (2.0.2c-4) unstable; urgency=low
 .
   * Do no longer create any of the obsolete directories in /usr/local in
 postinst.  Instead ship today's LOCALTEXMF directory,
 /usr/local/share/texmf, in the deb, thanks to Hans Ekbrand
 [EMAIL PROTECTED] (closes: #291541) [frank]
   * Translations:
 - Updated french debconf translation, thanks to Clement Stenac
   [EMAIL PROTECTED] (closes: #286518) [frank]
Files: 
 e2d0e4ee9a6bbdbb8cf4cacf5fa404ed 799 tex optional tetex-base_2.0.2c-4.dsc
 ef07268043a347d44ff5983becb8652d 508539 tex optional 
tetex-base_2.0.2c-4.diff.gz
 bffb2d8e455ed20b04ae96413757207c 14360536 tex optional 
tetex-base_2.0.2c-4_all.deb
 a741a4252c97b77c4cf2dafb3857f20e 10468332 tex optional 
tetex-extra_2.0.2c-4_all.deb
 0db64226dac7e1804c17808c28684f41 28089474 doc optional 
tetex-doc_2.0.2c-4_all.deb

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

iD8DBQFB+TM7+xs9YyJS+hoRAsDUAJ4xDL7u+ktRRzsBQQZmFGpsjVXF1wCdF74t
wX9y9r6gVthpMAdeKf7dCZo=
=cBfi
-END PGP SIGNATURE-


Accepted:
tetex-base_2.0.2c-4.diff.gz
  to pool/main/t/tetex-base/tetex-base_2.0.2c-4.diff.gz
tetex-base_2.0.2c-4.dsc
  to pool/main/t/tetex-base/tetex-base_2.0.2c-4.dsc
tetex-base_2.0.2c-4_all.deb
  to pool/main/t/tetex-base/tetex-base_2.0.2c-4_all.deb
tetex-doc_2.0.2c-4_all.deb
  to pool/main/t/tetex-base/tetex-doc_2.0.2c-4_all.deb
tetex-extra_2.0.2c-4_all.deb
  to pool/main/t/tetex-base/tetex-extra_2.0.2c-4_all.deb


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



Accepted haskell-devscripts 0.5.4 (all source)

2005-01-27 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 12:35:54 -0600
Source: haskell-devscripts
Binary: haskell-devscripts
Architecture: source all
Version: 0.5.4
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 haskell-devscripts - Tools to help Debian developers build Haskell packages
Changes: 
 haskell-devscripts (0.5.4) unstable; urgency=low
 .
   * Use *.cabal files instead of Setup.description.
Files: 
 fc7cb43b0abd70fabc293b7d866899d9 538 devel optional 
haskell-devscripts_0.5.4.dsc
 743f52e8ba878f68df1f4ce4b53ae300 43249 devel optional 
haskell-devscripts_0.5.4.tar.gz
 cbd276d859f678d660a02a4ecabf42bd 8634 devel optional 
haskell-devscripts_0.5.4_all.deb

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

iD8DBQFB+TY17B2mSKdID5ERAt7zAKCCyoK03dw//mZgmsESXEdcQ48WrgCbB+nv
tos9lBHvaQhpZ/Cr60Sokcw=
=YkC2
-END PGP SIGNATURE-


Accepted:
haskell-devscripts_0.5.4.dsc
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.4.dsc
haskell-devscripts_0.5.4.tar.gz
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.4.tar.gz
haskell-devscripts_0.5.4_all.deb
  to pool/main/h/haskell-devscripts/haskell-devscripts_0.5.4_all.deb


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



Accepted missingh 0.8.1 (i386 source all)

2005-01-27 Thread John Goerzen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 26 Jan 2005 10:34:22 -0600
Source: missingh
Binary: libhugs-missingh libghc6-missingh-dev missingh-doc
Architecture: source i386 all
Version: 0.8.1
Distribution: unstable
Urgency: low
Maintainer: John Goerzen [EMAIL PROTECTED]
Changed-By: John Goerzen [EMAIL PROTECTED]
Description: 
 libghc6-missingh-dev - Library of utility functions for Haskell, GHC6 package
 libhugs-missingh - Library of utility functions for Haskell, Hugs package
 missingh-doc - Documentation for Haskell utility library
Changes: 
 missingh (0.8.1) unstable; urgency=low
 .
   * Updated to Cabal 0.4.
   * New module: MissingH.Time.
Files: 
 19f34608dd97e742145e6c8ef0928e7c 728 devel optional missingh_0.8.1.dsc
 65b2998b7a9b2099c6084be189ce2d68 285423 devel optional missingh_0.8.1.tar.gz
 3c994ca1e8133589c49394d2015e608d 145090 devel optional 
libhugs-missingh_0.8.1_all.deb
 aefac06efd046638501063fea653cda4 167262 doc optional missingh-doc_0.8.1_all.deb
 f5a3a26cb7f1303ae15d4bb553d2b903 1617382 devel optional 
libghc6-missingh-dev_0.8.1_i386.deb

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

iD8DBQFB+TiL7B2mSKdID5ERAlaSAJwMQ5pvudkaknU4s8iTTPUjGn/mmgCfSRYT
rAijnDVpuuprn2sqKwppVR0=
=L/Wi
-END PGP SIGNATURE-


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


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



Accepted emacsen-common 1.4.16 (all source)

2005-01-27 Thread Rob Browning
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 12:27:09 -0600
Source: emacsen-common
Binary: emacsen-common
Architecture: source all
Version: 1.4.16
Distribution: unstable
Urgency: high
Maintainer: Rob Browning [EMAIL PROTECTED]
Changed-By: Rob Browning [EMAIL PROTECTED]
Description: 
 emacsen-common - Common facilities for all emacsen
Closes: 115116 175779 209469 270388 288752
Changes: 
 emacsen-common (1.4.16) unstable; urgency=high
 .
   * Fix sarge RC bug.  Alter debian-pkg-add-load-path-item to handle nil
 in load-path.  Thanks to Manoj Srivastava.  (closes: 270388)
   * Include section and priorty in dpkg-gencontrol generated control file.
 (closes: 288752)
   * Don't create /usr/doc/ symlinks anymore.
   * Remove pause in 00debian-vars.el when there is no /etc/mailname.  The
 message will always be available in *Messages*.  The real fix for this
 may involve bug 149924.  (closes: 115116)
   * Ignore *~ when generating package list.  Eventually we may do
 something more like run-parts, but this is at least an improvement.
 (ref: #29494)
   * Make the package description a bit more elaborate.  (closes: 209469)
   * Fix debian-emacs-policy typo.  (closes: 175779)
Files: 
 50596757c9e98331157c45f76725e799 479 editors optional emacsen-common_1.4.16.dsc
 3b0d5f206a400bef07ce7ae8e35c18ee 16106 editors optional 
emacsen-common_1.4.16.tar.gz
 c81d7c01ba8e05b193bd00fd7caf4b9f 17302 editors optional 
emacsen-common_1.4.16_all.deb

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

iD8DBQFB+TsWJcjTd4x+c6QRAqggAKCzdMi9yC89KirxgvKN9BKZPRl9IQCeN+Rl
1HGqnjCzfBwINgZ3ZQpltK4=
=dCxd
-END PGP SIGNATURE-


Accepted:
emacsen-common_1.4.16.dsc
  to pool/main/e/emacsen-common/emacsen-common_1.4.16.dsc
emacsen-common_1.4.16.tar.gz
  to pool/main/e/emacsen-common/emacsen-common_1.4.16.tar.gz
emacsen-common_1.4.16_all.deb
  to pool/main/e/emacsen-common/emacsen-common_1.4.16_all.deb


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



Accepted goobox 0.7.2-1 (powerpc source)

2005-01-27 Thread Dan Korostelev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 25 Jan 2005 02:47:42 +0300
Source: goobox
Binary: goobox
Architecture: source powerpc
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Dan Korostelev [EMAIL PROTECTED]
Changed-By: Dan Korostelev [EMAIL PROTECTED]
Description: 
 goobox - CD player and ripper for GNOME
Changes: 
 goobox (0.7.2-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 6654fe76ba51a13423bc2b4b15d521fc 848 gnome optional goobox_0.7.2-1.dsc
 d6d3001e8e066c12817ca091d87b07ef 689839 gnome optional goobox_0.7.2.orig.tar.gz
 cadcdf9b37f0f8f5f679322745285f49 3665 gnome optional goobox_0.7.2-1.diff.gz
 05acf560e8dee2903509c65cd0463b69 234834 gnome optional 
goobox_0.7.2-1_powerpc.deb

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

iD8DBQFB+TzIgTd+SodosdIRAv/AAKCwAEhafcdPUb5hfBhz6j8MKw2CiACg1RSk
Evt9BCqp5xXiNH9tGdEwyzU=
=qiUB
-END PGP SIGNATURE-


Accepted:
goobox_0.7.2-1.diff.gz
  to pool/main/g/goobox/goobox_0.7.2-1.diff.gz
goobox_0.7.2-1.dsc
  to pool/main/g/goobox/goobox_0.7.2-1.dsc
goobox_0.7.2-1_powerpc.deb
  to pool/main/g/goobox/goobox_0.7.2-1_powerpc.deb
goobox_0.7.2.orig.tar.gz
  to pool/main/g/goobox/goobox_0.7.2.orig.tar.gz


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



Accepted gnome-vfs2 2.8.3-10 (powerpc source)

2005-01-27 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 25 Jan 2005 15:09:11 +0100
Source: gnome-vfs2
Binary: libgnomevfs2-dev libgnomevfs2-0 libgnomevfs2-common
Architecture: source powerpc
Version: 2.8.3-10
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 libgnomevfs2-0 - The GNOME virtual file-system library (runtime files)
 libgnomevfs2-common - The GNOME virtual file-system library (common files)
 libgnomevfs2-dev - The GNOME virtual file-system library (development files)
Closes: 286346
Changes: 
 gnome-vfs2 (2.8.3-10) unstable; urgency=low
 .
   * debian/patches/16_honor_dir_setgid.patch
 - Honor setgid bit set on directories (Closes: #286346)
Files: 
 ee4d44e432917a81aab0f512b0134689 1723 libs optional gnome-vfs2_2.8.3-10.dsc
 b5f38e6e8f9715d8c4e346b597f30377 12976 libs optional 
gnome-vfs2_2.8.3-10.diff.gz
 078e4cf06442ee721dfbee7c5f9e93ca 1095130 devel optional 
libgnomevfs2-common_2.8.3-10_powerpc.deb
 1460602a186ca0b30aa9efa237d26b77 403590 libs optional 
libgnomevfs2-0_2.8.3-10_powerpc.deb
 5c3b946a8381bb985cf81eb90291607b 511690 libdevel optional 
libgnomevfs2-dev_2.8.3-10_powerpc.deb

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

iD8DBQFB+T3kgTd+SodosdIRAkvmAJ958nD07QPnUOS2zOL+KBnOxDhwTwCg5+Oa
CZYDOtFQ5eZToMzJocrLIXA=
=J0Mz
-END PGP SIGNATURE-


Accepted:
gnome-vfs2_2.8.3-10.diff.gz
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.8.3-10.diff.gz
gnome-vfs2_2.8.3-10.dsc
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.8.3-10.dsc
libgnomevfs2-0_2.8.3-10_powerpc.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0_2.8.3-10_powerpc.deb
libgnomevfs2-common_2.8.3-10_powerpc.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-common_2.8.3-10_powerpc.deb
libgnomevfs2-dev_2.8.3-10_powerpc.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-dev_2.8.3-10_powerpc.deb


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



Accepted netbase 4.20 (all source)

2005-01-27 Thread Marco d'Itri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 01:16:00 +0100
Source: netbase
Binary: netbase
Architecture: source all
Version: 4.20
Distribution: unstable
Urgency: medium
Maintainer: Anthony Towns [EMAIL PROTECTED]
Changed-By: Marco d'Itri [EMAIL PROTECTED]
Description: 
 netbase- Basic TCP/IP networking system
Closes: 208700 284317 284527 286389
Changes: 
 netbase (4.20) unstable; urgency=medium
 .
   * Do not ifdown lo. (Closes: #208700)
   * etc-services: added acr-nema (104), gpsd (2947), l2f (1701).
 (Closes: #284527, #286389)
   * etc-services: sane renamed to sane-port. (Closes: #284317)
Files: 
 23a0e500f31330812fc1228f3e001650 594 base important netbase_4.20.dsc
 6195aee11dc3740b5dc1bf0e8b93a4bc 57967 base important netbase_4.20.tar.gz
 1cf170b2b12e81ff79fd83f3fc0a8989 40388 base important netbase_4.20_all.deb

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

iD8DBQFB+DmxFGfw2OHuP7ERAmZ5AKCIBrHFogbG3mt4uqe2YpUiGZHbRACfeVu4
E/GiwPQfy7PJSc7I/gPwDAY=
=F8DY
-END PGP SIGNATURE-


Accepted:
netbase_4.20.dsc
  to pool/main/n/netbase/netbase_4.20.dsc
netbase_4.20.tar.gz
  to pool/main/n/netbase/netbase_4.20.tar.gz
netbase_4.20_all.deb
  to pool/main/n/netbase/netbase_4.20_all.deb


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



Accepted evms 2.5.1-1 (i386 source all)

2005-01-27 Thread Matt Zimmerman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 11:33:42 -0800
Source: evms
Binary: libevms-dev evms-gui evms evms-udeb evms-ha evms-ncurses evms-cli 
kernel-patch-evms libevms-2.5
Architecture: source i386 all
Version: 2.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Matt Zimmerman [EMAIL PROTECTED]
Changed-By: Matt Zimmerman [EMAIL PROTECTED]
Description: 
 evms   - Enterprise Volume Management System (core)
 evms-cli   - Enterprise Volume Management System (CLI)
 evms-gui   - Enterprise Volume Management System (GUI)
 evms-ha- Enterprise Volume Management System (high-availability)
 evms-ncurses - Enterprise Volume Management System (ncurses UI)
 evms-udeb  - EVMS module for debian-installer (udeb)
 kernel-patch-evms - Enterprise Volume Management System (kernel patches)
 libevms-2.5 - Enterprise Volume Management System (library)
 libevms-dev - Enterprise Volume Management System (development)
Closes: 292464
Changes: 
 evms (2.5.1-1) unstable; urgency=low
 .
   * New upstream release
 - Includes fix for infinite loop in the engine when starting during md
   reconstruction (Closes: #292464)
Files: 
 1b6f0a75f5346621f005da1317aa3ca7 815 admin extra evms_2.5.1-1.dsc
 c718d22890e308e8c10618e416ab10b6 2232981 admin extra evms_2.5.1.orig.tar.gz
 d4e8288299ed99f78a50212f77c13bac 15974 admin extra evms_2.5.1-1.diff.gz
 97dab15a86e644ae4ebf4174ecf6bb19 44998 admin extra 
kernel-patch-evms_2.5.1-1_all.deb
 65143302ae3e5bc5e962054e0075d09f 62044 admin extra evms_2.5.1-1_i386.deb
 cbfe695868b751c40c8e70b3b03f95e3 87062 admin extra evms-cli_2.5.1-1_i386.deb
 e59bb3e6a098ebc52afe74c0bc03f18a 93812 admin extra 
evms-ncurses_2.5.1-1_i386.deb
 4030054317f33382926bf97456bd5ad5 192780 admin extra evms-gui_2.5.1-1_i386.deb
 006b49e7ac84208071a5de32747001fe 63406 admin extra evms-ha_2.5.1-1_i386.deb
 353be8f503a2195db1505df76ac4b292 784112 libs extra libevms-2.5_2.5.1-1_i386.deb
 ff8da26c77023688c07c582e5afe4880 295450 libdevel extra 
libevms-dev_2.5.1-1_i386.deb
 85c4ae461494e1dec14c8f79fcf67a4b 967882 debian-installer extra 
evms-udeb_2.5.1-1_i386.udeb

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

iD8DBQFB+UUUArxCt0PiXR4RAvByAJ9bPBEupQ5fZiXR4/2OiVs0AwL02QCeJ8cu
Ip/q+Mk6crJajECSrmwPxuo=
=S/QF
-END PGP SIGNATURE-


Accepted:
evms-cli_2.5.1-1_i386.deb
  to pool/main/e/evms/evms-cli_2.5.1-1_i386.deb
evms-gui_2.5.1-1_i386.deb
  to pool/main/e/evms/evms-gui_2.5.1-1_i386.deb
evms-ha_2.5.1-1_i386.deb
  to pool/main/e/evms/evms-ha_2.5.1-1_i386.deb
evms-ncurses_2.5.1-1_i386.deb
  to pool/main/e/evms/evms-ncurses_2.5.1-1_i386.deb
evms-udeb_2.5.1-1_i386.udeb
  to pool/main/e/evms/evms-udeb_2.5.1-1_i386.udeb
evms_2.5.1-1.diff.gz
  to pool/main/e/evms/evms_2.5.1-1.diff.gz
evms_2.5.1-1.dsc
  to pool/main/e/evms/evms_2.5.1-1.dsc
evms_2.5.1-1_i386.deb
  to pool/main/e/evms/evms_2.5.1-1_i386.deb
evms_2.5.1.orig.tar.gz
  to pool/main/e/evms/evms_2.5.1.orig.tar.gz
kernel-patch-evms_2.5.1-1_all.deb
  to pool/main/e/evms/kernel-patch-evms_2.5.1-1_all.deb
libevms-2.5_2.5.1-1_i386.deb
  to pool/main/e/evms/libevms-2.5_2.5.1-1_i386.deb
libevms-dev_2.5.1-1_i386.deb
  to pool/main/e/evms/libevms-dev_2.5.1-1_i386.deb


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



Accepted cssc 1.0.1-1 (i386 source)

2005-01-27 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 21:12:30 +0100
Source: cssc
Binary: cssc
Architecture: source i386
Version: 1.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Yann Dirson [EMAIL PROTECTED]
Changed-By: Yann Dirson [EMAIL PROTECTED]
Description: 
 cssc   - Clone of the Unix SCCS revision-control system
Changes: 
 cssc (1.0.1-1) unstable; urgency=low
 .
   * New upstream release.
   * Removed all those small patches to the code necessary for woody-era
 compilers.
Files: 
 07a17f751eead3d618c31ca14534a063 572 devel extra cssc_1.0.1-1.dsc
 5e1ebff620aea1295ac5de906d0dc279 698524 devel extra cssc_1.0.1.orig.tar.gz
 24877078f441dec4c6cf735c9d9e413f 4370 devel extra cssc_1.0.1-1.diff.gz
 2fd314483f84f3c2904b46eeb1d36752 663452 devel extra cssc_1.0.1-1_i386.deb

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

iD8DBQFB+VF1V1uVslwzwbgRAlnQAJ0bz4I3BGjLZOEaW2uzN3zS2FjQ/QCguHis
8nZd/bd6zcFZwxSnDPFVZTE=
=V+CG
-END PGP SIGNATURE-


Accepted:
cssc_1.0.1-1.diff.gz
  to pool/main/c/cssc/cssc_1.0.1-1.diff.gz
cssc_1.0.1-1.dsc
  to pool/main/c/cssc/cssc_1.0.1-1.dsc
cssc_1.0.1-1_i386.deb
  to pool/main/c/cssc/cssc_1.0.1-1_i386.deb
cssc_1.0.1.orig.tar.gz
  to pool/main/c/cssc/cssc_1.0.1.orig.tar.gz


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



Accepted gnome-gv 1:2.8.2-2 (i386 source)

2005-01-27 Thread Christian Hammers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Jan 2005 21:43:32 +0100
Source: gnome-gv
Binary: gnome-gv
Architecture: source i386
Version: 1:2.8.2-2
Distribution: unstable
Urgency: low
Maintainer: Christian Hammers [EMAIL PROTECTED]
Changed-By: Christian Hammers [EMAIL PROTECTED]
Description: 
 gnome-gv   - GNOME PostScript viewer
Closes: 277823 292302
Changes: 
 gnome-gv (1:2.8.2-2) unstable; urgency=low
 .
   * Added /usr/bin/lpr as printing command as it is guessed at compile
 time which does not work in autobuild envitonment (thanks to
 Filipus Klutiero). Closes: #292302, #277823
Files: 
 60f47c9d2ee4f024573cf3aea01246ae 693 gnome optional gnome-gv_2.8.2-2.dsc
 98bea8bbb7a5d81c4b1acf2499d80566 62927 gnome optional gnome-gv_2.8.2-2.diff.gz
 e4f8c9a323a7d1abfb7aaa87211bca79 903598 gnome optional 
gnome-gv_2.8.2-2_i386.deb

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

iEYEARECAAYFAkH5VTcACgkQkR9K5oahGOY/jgCeKN7TcM1FuTSZov6eG380FRDU
RYgAn3fa21bufpoDHDRt2tt9zz11Bsuh
=Z2em
-END PGP SIGNATURE-


Accepted:
gnome-gv_2.8.2-2.diff.gz
  to pool/main/g/gnome-gv/gnome-gv_2.8.2-2.diff.gz
gnome-gv_2.8.2-2.dsc
  to pool/main/g/gnome-gv/gnome-gv_2.8.2-2.dsc
gnome-gv_2.8.2-2_i386.deb
  to pool/main/g/gnome-gv/gnome-gv_2.8.2-2_i386.deb


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



  1   2   >