Re: mass bug filing on packages that are blocking use of cdebconf

2005-09-01 Thread Javier Fernández-Sanguino Peña
On Wed, Aug 31, 2005 at 09:28:44PM -0400, Joey Hess wrote:
 Javier Fernández-Sanguino Peña wrote:
  spellcast
  
  Spellcast 1.0-19 was uploaded Aug 6th 2005 and does not use debconf anymore.
 
 [EMAIL PROTECTED]:~apt-cache show spellcast | egrep Version\|Depends
 Version: 1.0-19
 Depends: debconf, gettext, libc6 (= 2.3.2.ds1-21), libx11-6 | xlibs ( 
 4.1.0)
  ^^^

/me puts a brown paper bag on

Should be fixed in 1.0-20... in the upload queue now.

Javier


signature.asc
Description: Digital signature


Bug#326015: ITP: gips -- An isotopic pattern calculator

2005-09-01 Thread Dirk Nolting
Package: wnpp
Severity: wishlist
Owner: Dirk Nolting [EMAIL PROTECTED]

* Package name: gips
  Version : 0.7
  Upstream Author : Dirk Nolting [EMAIL PROTECTED]
* URL : http://isotopatcalc.sourceforge.net
* License : GPL
  Description : An isotopic pattern calculator

The Isotopic Pattern Calculator calculates the isotopic distribution of a 
given sum formula or peptide sequence.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-1-386
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Re: Bug#323227: new list: debian-planet to distribute planet.debian.org postings; archive to enable searching

2005-09-01 Thread Jon Dowland
On Wed, Aug 31, 2005 at 04:17:34PM -0400, Kevin Mark wrote:
 I'd second that. I was just trying to find a post on planet about
 adjusting your screen size and dpi and couldn't rememeber who said it.
 the post refered to xdpyinfo and 'displaysize' option in X config and
 a kde controlpanel for dpi. If I had a list to search, that be cool.

[I'm sure someone else has already expressed this but I can't find the
 post on this thread, at least]

What would really be useful, for more than just debian, would be for the
aggregator software to be extended to archive posts which it rotates off
the front page.

-- 
Jon Dowland
http://jon.dowland.name/


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



an idea for patch of the /etc/init.d/rc script

2005-09-01 Thread Delian Delchev
Hi folks,

I'm very new to debian development, but I'm old debian fan. I don't know
is that the right list for suggestions because I'm really new. Please
somebody to read that mail and to show me the right way :)

Also my english is not very good, so please excuse me for the hard reading.

Anyway, Last few days I waste my time to install a debian on my mobile
pc. After that I found that ACPI daemon is not installed by default
(probably that's OK) and I done that. But when I boot my PC I found that
all the boot procedure is very very slow (something like 20-30 seconds
with all the stuff installed), and when the ACPI daemon is started, some
regions of the PC are very risky hot. So I start to think how the boot
procedure can go faster, and I figured out.

There are two solutions for my problem, one is concrete, and the second
is general.

The concrete solution is acpid to go from S20acpid to S10acpid. In that
case will skip most of the waiting.

The general solution is to fix a little the RC boot script. My idea is
following:

Some of the startup scripts does not depend on each other. For example –
starting of mysql and postgresql does not depend. So why we don't do it
in parallel?

If we place the same number id's for S[0-9][0-9]* links for each scripts
that can be started in parallel, that will faster the whole process.

For example:


dequila:/etc/rc2.d# ls S20*
S20acct  S20exim4   S20netatalk   S20sslwrap
S20acpid S20festivalS20nfs-kernel-server  S20tcpspy
S20cpudynS20hddtemp S20openct S20vdr
S20cpufreqd  S20ifplugd S20oss-preserve   S20wpasupplicant
S20cpufrequtils  S20inetd   S20postgresql S20xend
S20cupsysS20irda-utils  S20postgresql-8.0 S20xfs
S20dbus-1S20makedev S20samba  S20xprint
S20dirmngr   S20mysql   S20ssh
All of them can be started in parallel.
There is a patch following example patch to /etc/init.d/rc:
dequila:/etc/init.d# diff rc rc.org
71,78d70

   # Now lets read all the S files
   for i in /etc/rc$runlevel.d/S*
   do
  numid=${i:1:2}
  rcscr[$numid]=${rcscr[$numid]} $i
   done

80,82c72
   for numid in {0..99}
   do
   for i in ${rcscr[$numid]}
---
   for i in /etc/rc$runlevel.d/S*
104c94
   startup $i stop 
---
   startup $i stop
107c97
   startup $i start 
---
   startup $i start
111,113d100
   # Let wait for childs to end
   wait
   done
The advantage is that the boot procedure goes real faster. In my case it goes 
from 30 seconds to less than 10. The only disadvantage is that error messages 
in some cases goes out of order. But I believe it is fixable. That was a 
problem (a little, but existing) in the previous boot system too.
That patch works fine for me, and I hope it will be included in the unstable 
distribution. Can somebody says an opinion and what I have to do, to publish 
that patch?


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



Re: To Linux or not to Linux

2005-09-01 Thread Jon Dowland
On Wed, Aug 31, 2005 at 06:47:57PM +0200, Henning Makholm wrote:
 There are many places on www.debian.org where Debian GNU/Linux is
 used as a single proper noun. Those are what I am worried about.
 
 Just to name one example, on http://www.debian.org/intro/free, the
 paragraph Debian GNU/Linux is a strong supporter of free software...
 seems to clearly imply that GNU/Linux is a part of the name our
 project.

I suppose, alternative kernel releases aside, there are probably cases
where `Debian' would be more appropriate than 'Debian GNU/Linux'. The
example you have given is (I think) one such case, where it describes
the project not the release.

-- 
Jon Dowland
http://jon.dowland.name/


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



Source code for unpacking Debian archives

2005-09-01 Thread Tommy Nordgren

Where can I find the source code for unpacking .deb files, when
downloading them via http or ftp?

Please email a copy of any replies. I'm not subsribed.

I wan't to do this because my own OS don't contain any built in support
tools for Debian Archives


Home is not where you are born, but where your heart finds peace -
Tommy Nordgren, The dying old crone


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



Re: Bug#323227: new list: debian-planet to distribute planet.debian.org postings; archive to enable searching

2005-09-01 Thread Steinar H. Gunderson
On Thu, Sep 01, 2005 at 11:51:12AM +0100, Jon Dowland wrote:
 What would really be useful, for more than just debian, would be for the
 aggregator software to be extended to archive posts which it rotates off
 the front page.

I'm happy this _doesn't_ exist ATM -- I expire all my blog entries after a
month.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Re: Source code for unpacking Debian archives

2005-09-01 Thread Florian Weimer
* Tommy Nordgren:

 Where can I find the source code for unpacking .deb files, when
 downloading them via http or ftp?

Have a look at the dpkg source code.  Alternatively, use ar, gunzip
and tar.


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



Re: Source code for unpacking Debian archives

2005-09-01 Thread Christoph Berg
Re: Tommy Nordgren in [EMAIL PROTECTED]
 Where can I find the source code for unpacking .deb files, when
 downloading them via http or ftp?

ar t package.deb
ar x ...

OTOH, the dpkg sources can be compiled on non-Debian and non-Linux OSs.

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


signature.asc
Description: Digital signature


Re: Source code for unpacking Debian archives

2005-09-01 Thread Colin Watson
On Thu, Sep 01, 2005 at 01:29:27PM +0200, Tommy Nordgren wrote:
 Where can I find the source code for unpacking .deb files, when
 downloading them via http or ftp?
 
 Please email a copy of any replies. I'm not subsribed.
 
 I wan't to do this because my own OS don't contain any built in support
 tools for Debian Archives

$ cat /usr/share/doc/debian/source-unpack.txt
HOW TO UNPACK A DEBIAN SOURCE PACKAGE

There are two kinds of Debian source packages: old ones and new ones.

A. Old ones look like this:
  hello-1.3-4.tar.gz
  hello-1.3-4.diff.gz
 You unpack them by untarring the .tar.gz.  There is NO need to apply
 the diff.

B. New ones look like this:
  hello_1.3-11.dsc
  hello_1.3-11.diff.gz
  hello_1.3-11.orig.tar.gz - note the `.orig' part
 Here you MUST use dpkg-source or apply the diff manually - see below.

 If you have `dpkg-source' you should put the files in the same
 directory and type `dpkg-source -x whatever.dsc'.

 If you do not you can extract the Debian source as follows:
   1. untar P_V.orig.tar.gz.
   2. rename the resulting P-V.orig directory to P-V.  If some other
  directory results, rename *it* to P-V.
   3. mkdir P-V/debian.
   4. apply the diff with patch -p0.
   5. do `chmod +x P-V/debian/rules'
 (where P is the package name and V the version.)

C. There are some packages where the Debian source is the upstream
 source.  In this case there will be no .diff.gz and you can just use
 the .tar.gz.  If a .dsc is provided you can use `dpkg-source -x'.

 -- Ian Jackson [EMAIL PROTECTED]  Sat, 31 Aug 1996

-- 
Colin Watson   [EMAIL PROTECTED]


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



Re: Source code for unpacking Debian archives

2005-09-01 Thread Eduard Bloch
#include hallo.h
* Tommy Nordgren [Thu, Sep 01 2005, 01:29:27PM]:
 Where can I find the source code for unpacking .deb files, when
 downloading them via http or ftp?
 
 Please email a copy of any replies. I'm not subsribed.
 
 I wan't to do this because my own OS don't contain any built in support
 tools for Debian Archives

unp -u foo.deb

Eduard.

-- 
mechanix anyone from the MIA team around? tbm?
Ganneff sounds nice. how long do you have to be MIA to get into that team? :)
mhp you need to have a pgp key, I suppose. and no gpg one, and only a bo box
Np237 yes, but it must be expired


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



Re: Source code for unpacking Debian archives

2005-09-01 Thread John Hasler
Tommy Nordgren writes:
 I wan't to do this because my own OS don't contain any built in support
 tools for Debian Archives

You want the 'alien' program.  It should be available for your
distribution.
-- 
John Hasler


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



Re: Bug#323227: new list: debian-planet to distribute planet.debian.org postings; archive to enable searching

2005-09-01 Thread Lars Wirzenius
to, 2005-09-01 kello 11:51 +0100, Jon Dowland kirjoitti:
 On Wed, Aug 31, 2005 at 04:17:34PM -0400, Kevin Mark wrote:
  I'd second that. I was just trying to find a post on planet about
  adjusting your screen size and dpi and couldn't rememeber who said it.
  the post refered to xdpyinfo and 'displaysize' option in X config and
  a kde controlpanel for dpi. If I had a list to search, that be cool.
 
 [I'm sure someone else has already expressed this but I can't find the
  post on this thread, at least]

See Antti-Juhani Kaijanaho's message in the bug log.

 What would really be useful, for more than just debian, would be for the
 aggregator software to be extended to archive posts which it rotates off
 the front page.

I'm with Tollef Fog Heen[1] (who didn't mail the bug) and Anthony Towns
in being hesitant about web log archiving. While archiving certainly can
be useful (I use rss2email and Evolution's search feature), I don't
think it's the job of debian.org to do it.

I rather think it would be better for someone to make a hack to do
google searches (or use some other suitable search engine) to direct
queries only on the sites that carry the web logs on Planet Debian. A
search form that adds lots of site: -keywords into the query or
something. This lets web log writers to still control their messages (to
fix mistakes, or even take down unintentionally flammable entries), for
example.

[1] http://lists.debian.org/debian-devel/2005/08/msg01069.html


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



Re: mesag3 - xlibmesa-gl / libgl1-mesa-dri - xlibmesa-dri / libglu1-mesa - libglu1-xorg

2005-09-01 Thread Daniel Stone
On Wed, 2005-08-31 at 22:00 -0600, Marcelo E. Magallon wrote:
 On Thu, Sep 01, 2005 at 12:07:46PM +1000, Daniel Stone wrote:
 
   Sorry, I've really just not had any time recently, and there are some
   things I wanted to clean up before I fired off to you (e.g. the
   Build-Dep on glut, which introduced horrible Build-Deps and other
   hilarity which meant that the Arch: all build *had* to come last,
   etc).  I'll try to get it to you this week.
 
  Oh, you got me there.
 
  On GLUT?  I didn't spot that one.  The demos depend on GLUT, but I
  haven't updated those yet.

Right.  My solution for that was to split them into a separate
mesa-utils source package, with a slightly hacked Makefile.  They build
just fine independently.

The problem with Mesa Build-Depping on glut is so:
  * mesa depends on glut to build, which depends on libgl1-mesa-dev
  * buildd goes to install libgl1-mesa-dev to fulfill B-Ds
  * libgl1-mesa-dev deps mesa-common-dev (= ${Source-Version})
  * mesa-common-dev version n is in the archive from the maintainer
upload
  * but libgl1-mesa-dev for, say, hppa, is still n-1
   - uninstallable B-Ds

As a short-term move, since we don't have Glide support in 6.3 anyway, I
just disabled the Glide packages and moved the headers across.

  But don't rush, I was just wondering if the email got lost :-)

No, not at all.

  Please do check the 6.3.2 packages, I suspect we have fixed the same
  things each on our own.  I introduced another of those .map hacks for
  the drivers.  I also tried to make it easier to disable building some
  of the targets, guessing that other distros aren't interested in the
  more exotic ones.

Oh, excellent.  We're still building all the targets, but yeah.  I did a
bit of .map hacking for the drivers, allowing you to restrict things to
prefix and postfix.

I'll hopefully get to having a look at your packages tomorrow.  Again,
sorry I've been so slack, but I just haven't had any time.

Cheers,
Daniel


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



Re: Bug#323227: new list: debian-planet to distribute planet.debian.org postings; archive to enable searching

2005-09-01 Thread Jon Dowland
On Thu, Sep 01, 2005 at 01:47:43PM +0200, Steinar H. Gunderson wrote:
 On Thu, Sep 01, 2005 at 11:51:12AM +0100, Jon Dowland wrote:
  What would really be useful, for more than just debian, would be for
  the aggregator software to be extended to archive posts which it
  rotates off the front page.
 
 I'm happy this _doesn't_ exist ATM -- I expire all my blog entries
 after a month.

Perhaps it should be an opt-in or opt-out feature, than.

Straying OT, but, if you publish something on the web, you should be
prepared never to see the back of it, no matter what desire you express
on the site.

-- 
Jon Dowland
http://jon.dowland.name/


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



Re: an idea for patch of the /etc/init.d/rc script

2005-09-01 Thread Andreas Fester

Hi,

you might have a look at

http://alioth.debian.org/projects/pkg-initng/

http://initng.thinktux.net/index.php/Main_Page

Its still in experimental state, but IMHO basically does what
you want.

Best Regards,

Andreas

Delian Delchev wrote:
[...]

The advantage is that the boot procedure goes real faster. In my case
it goes from 30 seconds to less than 10. The only disadvantage is
that error messages in some cases goes out of order. But I believe it
is fixable. That was a problem (a little, but existing) in the
previous boot system too. That patch works fine for me, and I hope it
will be included in the unstable distribution. Can somebody says an
opinion and what I have to do, to publish that patch?


--
Andreas Fester
mailto:[EMAIL PROTECTED]
WWW: http://www.littletux.net
ICQ: 326674288


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



Re: Interest in packaging GNU Shishi and GNU Generic Security Service?

2005-09-01 Thread Simon Josefsson
Russ Allbery [EMAIL PROTECTED] writes:

 other), the addition of licensing problems means that there's basically no
 motivation for anyone to try to use shishi.

 One motivation would be to get the unique features that Shishi has that
 the other Kerberos implementation has.  E.g., non-ASCII support,
 X.509/OpenPGP authentication through GnuTLS.

 Maybe.  My experience, having run a large Kerberos realm for over a decade
 now and having fought with countless applications to get Kerberos support,
 is that this really isn't on anyone's radar.  It's hard enough just to get
 them to look at Kerberos in the first place.

Sure.  And re-licensing to LGPL is certainly a possibility.

However, when I re-licensed GNU SASL from GPL to LGPL, after similar
requests, it didn't bring me any benefits.  People who said they would
use and contribute to the project if it was LGPL never showed up after
the license changed.  Further, all application that use GNU SASL today
appear to be licensed under GPL anyway.  The license change meant a
lot of work, separating the core package from the library, and it
didn't pay off.  I have considered reverting back to GPL, so that GNU
SASL can use some libraries that are licensed under GPL (such as
libksba, a X.509 library).  So forgive me if I'm skeptic when people
who aren't using my software come to me and claim that it would be
better for me if I changed my license.  So far, those claims doesn't
appear to have been valid for me.

 Anyway, I'm still interested.  I'm really busy at the moment and have some
 other things that I have to finish before I can reasonably start a new
 project, but it does sound like the packaging effort would be fairly
 simple and I'd like to have shishi around to play with.

Yes, I think an initial Shishi package should be simple to create.  It
doesn't have to create a working KDC installation on-the-fly, like
'make install' does.

Thanks,
Simon


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



Re: an idea for patch of the /etc/init.d/rc script

2005-09-01 Thread Petter Reinholdtsen
[Delian Delchev]
 I'm very new to debian development, but I'm old debian fan. I don't
 know is that the right list for suggestions because I'm really
 new. Please somebody to read that mail and to show me the right way
 :)

I'm working on similar things.  My approach is to add dependency
information about the init.d scripts, and then reorganize the scripts
to start in dependency order, with the scripts with the same 'order'
started at the same time.  This work quite well, but there are a lot
of dependencies missing.

This topic is being discussed on the initscripts-ng-devel mailing
list.  You should check out the mailing list archive, and join us
there.

At least three different approaches are being discussed there.

 (1) replace init and init.d scripts with a new and improved
 implementation

 (2) update the current init.d scripts with dependencies, and modify
 the scripts calling them to start things in parallel

 (3) tell the kernel to load the page cache with the files needed at
 boot time, before the files are needed (readahead)

All of these have some merit.  I've wroked most on the second
approach, and it is very similar to yours.  The insserv package
contain the dependencies I've been able to find so far, and it is
capable of reordering the boot scripts based on this dependency
information.  It is also capable of rendering the machine unbootable
if somethings go wrong, so use with care and read the instructions in
README.Debian before even thinking about using it.

 That patch works fine for me, and I hope it will be included in the
 unstable distribution. Can somebody says an opinion and what I have
 to do, to publish that patch?

Join us on the initscripts-ng-devel mailing list, clean up the patch
and make it a configure option to use it, and submit a patch against
sysv-rc to get it included.  Your patch is similar to my patch already
posted on the initscripts-ng-devel mailing list.

And help me to get all packages with init.d scripts to document their
dependencies.  I recommend using the LSB format, as it is a simple
format to parse, covers our needs, and is an open standard format and
not something home-made. :)

See URL:http://wiki.debian.net/?LSBInitScripts for more info on this
format.

You also want to check out the bootchart package if you are going to
work on the boot sequence in debian. URL:http://www.bootchart.org/


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



Re: an idea for patch of the /etc/init.d/rc script

2005-09-01 Thread Delian Delchev
Andreas Fester wrote:

 Hi,

 you might have a look at

 http://alioth.debian.org/projects/pkg-initng/

 http://initng.thinktux.net/index.php/Main_Page

 Its still in experimental state, but IMHO basically does what
 you want.

 Best Regards,

 Andreas

 Delian Delchev wrote:
 [...]

 The advantage is that the boot procedure goes real faster. In my case
 it goes from 30 seconds to less than 10. The only disadvantage is
 that error messages in some cases goes out of order. But I believe it
 is fixable. That was a problem (a little, but existing) in the
 previous boot system too. That patch works fine for me, and I hope it
 will be included in the unstable distribution. Can somebody says an
 opinion and what I have to do, to publish that patch?


That is very interesting. I have look on it. I wanted to install it on
my debian, but I can not find a debian package with it. Also I can't
open alioth.debian.org for some reason (connectivity problems in
Sprintlink). So i try to read the documentation and I can not see how
the problem with the compatibility of the RC scripts is resolved. The
current init + rc scripts directory system is almost the same on every
Linux and XPG95 compatible Unix. That makes installing of redhat scripts
thru alien not so hard.


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



Re: an idea for patch of the /etc/init.d/rc script

2005-09-01 Thread Delian Delchev
Petter Reinholdtsen wrote:

This topic is being discussed on the initscripts-ng-devel mailing
list.  You should check out the mailing list archive, and join us
there.

I'll have a look on that list. It is interesting for me


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



Re: Bug#325709: ITP: xmms2 -- XMMS2 is a redesign of the XMMS music player

2005-09-01 Thread Andrew Suffield
On Wed, Aug 31, 2005 at 08:52:45AM -0400, Bryan Donlan wrote:
 On 8/31/05, Laszlo Boszormenyi [EMAIL PROTECTED] wrote:
  On Tue, 2005-08-30 at 14:31 -0500, Peter Samuelson wrote:
   [Florian Ragwitz]
XMMS2 is a redesign of the XMMS music player. It features a
client-server model, allowing multiple (even simultaneous!) user
interfaces, both textual and graphical.
  
   Gee, and Beep Media Player is going through a similar redesign.
   Me wonder. What? Where? Google...
  
 Once
   that's finished and packaged, we'll have four xmmses.
   I think old ones can be dropped after a while with transitional
  packages.
 
 xmms2 is still in early developlement, and xmms1 dev most likely will
 not stop immediately.

My experience with xmms1 has been that development stopped about two
years ago :P

(There hasn't been much but bug fixes since 1.2.8, in 2003)

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


signature.asc
Description: Digital signature


Re: To Linux or not to Linux

2005-09-01 Thread Anthony Towns
On Wed, Aug 31, 2005 at 06:47:57PM +0200, Henning Makholm wrote:
 http://linuxmark.org/who_needs.html cites Super Dooper Linux as an
 example of a name that requres payment of money. If there's any
 difference in principle between using Debian as a first part and
 using Super Dooper, I am unable to see it.

One difference is that Super Dooper mightn't be trademarkable on its
own. OpenLinux isn't trademarkable without Linux, eg. IIRC I've seen
a few people saying (possibly in private, I'm not sure) that being unclear
about this stuff is actually good practice for trademark enforcement. :-/

  but Linus specifically notes [0] that getting a name of your own,
  like Red Hat or Debian, is a way of avoiding having to worry
  about the Linux trademark.
 Of course Linus acknowledges that the name Debian alone is OK, but
 it appears that he was not aware that we sometimes use the fuller (?)
 name Debian GNU/Linux.

Debian's our name; Debian GNU/Linux is the name of our distribution.

In any event, I'm sure he's aware that Red Hat calls their distro Red
Hat Linux, and they've been quoted in the press as not having obtained a
license. I haven't heard any reports of LMI suing Red Hat, though.

See http://www.internetnews.com/dev-news/article.php/3529246

Oh, the article I was thinking of that addressed Debian GNU/Linux
directly was on LWN: http://lwn.net/Articles/140670/

 Just to name one example, on http://www.debian.org/intro/free, the
 paragraph Debian GNU/Linux is a strong supporter of free software...
 seems to clearly imply that GNU/Linux is a part of the name our project.

Err, that'd be a mistake then, surely...?

  If anyone really cares, it's probably wise to check with LMI directly.
 As far as I can tell they do not give any email address on their
 website. 

[EMAIL PROTECTED] probably works, but the web form might be more
effective.

 And in any case, oughtn't to be some kind of official Debian
 representative who checked with them?

I'm sure Branden would be happy to delegate someone :)

Cheers,
aj


signature.asc
Description: Digital signature


Re: Interest in packaging GNU Shishi and GNU Generic Security Service?

2005-09-01 Thread Russ Allbery
Simon Josefsson [EMAIL PROTECTED] writes:

 However, when I re-licensed GNU SASL from GPL to LGPL, after similar
 requests, it didn't bring me any benefits.  People who said they would
 use and contribute to the project if it was LGPL never showed up after
 the license changed.  Further, all application that use GNU SASL today
 appear to be licensed under GPL anyway.  The license change meant a lot
 of work, separating the core package from the library, and it didn't pay
 off.  I have considered reverting back to GPL, so that GNU SASL can use
 some libraries that are licensed under GPL (such as libksba, a X.509
 library).  So forgive me if I'm skeptic when people who aren't using my
 software come to me and claim that it would be better for me if I
 changed my license.  So far, those claims doesn't appear to have been
 valid for me.

Well, see, you're running into a couple of issues here, and yes, it's
quite possible that a license change still wouldn't change anything.

The software area in which you're writing code is fairly mature and even
standardized.  Pretty much everything that does SASL uses Cyrus SASL.
Pretty much everything that uses Kerberos uses either Heimdal or MIT
Kerberos (and generally can build against both).  Now, sometimes there is
still a clear space for a new implementation, such as gnutls which has
both a better license and a nicer API than OpenSSL.  But in this case,
while there are certainly a few issues with all those existing packages,
there just aren't the issues that would push someone towards a new
implementation, and the issues are known and there are known ways of
dealing with them.

I expect that a lot of people writing Kerberos software would be willing
to make it build against either the existing libraries or yours,
particularly if asked by a Shishi user.  But the situation from a
distribution standpoint is much different.  It's a huge amount of work
(and work that's generally not worth the effort) for Debian to build all
Kerberos-using packages against multiple libraries, and it's confusing for
our users to have to choose between different packages.  It's also proven
in practice to not be horribly maintainable.  So realistically it's more a
discussion of a switch rather than supporting both, and unless Shishi just
has amazing new features that can't be added to the existing libraries,
there really aren't many motivations for anyone to switch.

On top of that, since this is authentication software, it often goes
through a much tighter change management process and is handled far more
conservatively.  For instance, there's no way that I'd deploy Shishi as
the KDC for stanford.edu for at least another five years, just because
Shishi isn't mature in the way that MIT Kerberos is.  This is nothing
against the quality of the code, which I've not even looked at, but comes
from a very conservative attitude towards changes to the core
authentication infrastructure.  Large sites aren't going to want to be the
sites that encounter the interesting problems.

So to be clear, what I'm saying is that without a license change, using
Shishi as the library for software in Debian on a widespread basis
probably isn't even an option.  With a license change, it becomes an
option, but that's far from a guarantee that it would actually happen.

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


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



Re: long long support on all archs?

2005-09-01 Thread Adrian von Bidder
On Wednesday 31 August 2005 18.03, Florian Weimer wrote:
 * Lars Wirzenius:

Isn't this:

  int64_t, which
  can, if necessary, be provided using suitable autotools magic.

exactly the answer to your:

[...] Some upstream developers have to deal with old Solaris
 installations, though.  We might want to show at least some restraint
 to facility backporting, too.

?

typedef int64_t long long;

cheers
-- vbi




-- 
Beware of the FUD - know your enemies. This week
* Patent Law, and how it is currently abused. *
http://fortytwo.ch/opinion


pgpaKt4hdI1W1.pgp
Description: PGP signature


Re: Bug#325709: ITP: xmms2 -- XMMS2 is a redesign of the XMMS music player

2005-09-01 Thread David Moreno Garza
On Wed, 2005-08-31 at 08:52 -0400, Bryan Donlan wrote:
 The only thing shared between xmms1 and xmms2, really, is the name.

So is this a fork of XMMS? If not, I can't see a reason to keep xmms1:
http://lists.debian.org/debian-gtk-gnome/2005/06/msg00025.html

-- 
David Moreno Garza [EMAIL PROTECTED] | http://www.damog.net/
 GPG: C671257D - 6EF6 C284 C95D 78F6 0B78 FFD3 981C 5FD7 C671 257D
 Signed mail welcome. Encrypted mail preferred.


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


Re: Qt, aRts and KDE C++ ABI transitions: time to upload your packages

2005-09-01 Thread Robert Millan
On Thu, Sep 01, 2005 at 05:46:36PM +0200, Adeodato Sim? wrote:
 
   What if you get an Internal Compiler Error
   ==
 
 If your package FTBFS on arm, m68k and hppa due to the following:
 internal compiler error: in cp_expr_size, at cp/cp-objcp-common.c:101,
 you are being bit by Bug#323133. This bug will be fixed in GCC 4.1,
 so until that version enters unstable, you should build your package
 with gcc-3.4 in those three architectures. To do that:
 
   - add g++-3.4 [arm m68k hppa] to your Build-Dependencies
   - add the following, or similar, snippet to your debian/rules:
 
 GCC4_ICES_HERE := arm m68k hppa
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
 ifneq (,$(findstring $(DEB_BUILD_ARCH),$(GCC4_ICES_HERE)))
 export CC=gcc-3.4
 export CPP=cpp-3.4
 export CXX=g++-3.4
 endif

This isn't really important in this case, because there are no non-Linux ports
of arm, m68k or hppa, but it should be noted that the correct way to do this
portably would be:

 GCC4_ICES_HERE := arm m68k hppa
 DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)
 
 ifneq (,$(filter $(DEB_HOST_ARCH_CPU),$(GCC4_ICES_HERE)))
 export CC=gcc-3.4
 export CPP=cpp-3.4
 export CXX=g++-3.4
 endif

Note1: as for Build-Depends line, this can't be done portably as of now, but
pending changes in dpkg will allow it soon.

Note2: s/BUILD/HOST/g change was done not to break cross buildability

Note3: s/findstring/filter/g change prevents unwanted sub-string matching

-- 
Robert Millan


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



Re: Bug#323227: new list: debian-planet to distribute planet.debian.org postings; archive to enable searching

2005-09-01 Thread David Moreno Garza
On Thu, 2005-09-01 at 11:51 +0100, Jon Dowland wrote:
 What would really be useful, for more than just debian, would be for
 the aggregator software to be extended to archive posts which it
 rotates off the front page.

Note that you can do this with a good feed reader.

-- 
David Moreno Garza [EMAIL PROTECTED] | http://www.damog.net/
 GPG: C671257D - 6EF6 C284 C95D 78F6 0B78 FFD3 981C 5FD7 C671 257D
 Signed mail welcome. Encrypted mail preferred.


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


Re: To Linux or not to Linux

2005-09-01 Thread Darren Salt
I demand that Florian Weimer may or may not have written...

 * Henning Makholm:
 In most places we already call our operating system simply Debian. I
 think we should just go through the website (and CD generation scripts and
 such) and remove the few remaining references to GNU/Linux.

 We'd also have to rename packages that use the term Linux in a
 non-descriptive way (linuxsampler, linuxtrade, and probably a few more).

leenookssampler, leenookstrade etc.? :-)

-- 
| Darren Salt   | nr. Ashington, | linux (or ds) at
| sarge,| Northumberland | youmustbejoking
| RISC OS   | Toon Army  | demon co uk
|   Retrocomputing: a PC card in a Risc PC

I'd like to, but there's a disturbance in the Force.


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



Re: long long support on all archs?

2005-09-01 Thread Florian Weimer
* Adrian von Bidder:

 On Wednesday 31 August 2005 18.03, Florian Weimer wrote:
 * Lars Wirzenius:

 Isn't this:

  int64_t, which
  can, if necessary, be provided using suitable autotools magic.

 exactly the answer to your:

[...] Some upstream developers have to deal with old Solaris
 installations, though.  We might want to show at least some restraint
 to facility backporting, too.

 ?

 typedef int64_t long long;

There are 64-bit architectures which whose C compiler does not support
long long.  long long is a C99 feature, too, but it's much older
than stdint.h (it was supported by the GNU compiler in the early
90s, IIRC).


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



Re: long long support on all archs?

2005-09-01 Thread Petter Reinholdtsen
[Florian Weimer]
  typedef int64_t long long;
 
 There are 64-bit architectures which whose C compiler does not
 support long long.  long long is a C99 feature, too, but it's much
 older than stdint.h (it was supported by the GNU compiler in the
 early 90s, IIRC).

Any examples of an 64-bit architecture not support 'long long'?  What
is the 64-bit integer type available there instead?


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



Re: long long support on all archs?

2005-09-01 Thread Jeremie Koenig
On Thu, Sep 01, 2005 at 06:38:02PM +0200, Adrian von Bidder wrote:
 typedef int64_t long long;

FWIW, it's typedef long long int64_t;.
The syntax of typedef's is similar to variable declarations.

-- 
Jeremie Koenig [EMAIL PROTECTED]


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



Re: long long support on all archs?

2005-09-01 Thread Florian Weimer
* Petter Reinholdtsen:

 There are 64-bit architectures which whose C compiler does not
 support long long.  long long is a C99 feature, too, but it's much
 older than stdint.h (it was supported by the GNU compiler in the
 early 90s, IIRC).

 Any examples of an 64-bit architecture not support 'long long'?  What
 is the 64-bit integer type available there instead?

long, of course.  LP64 is quite common in the UNIX world.


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



Security Camera 4U

2005-09-01 Thread Security Camera 4U
Hi,

I took a look at your site a couple of hours ago...
and I want to tell you that I'd really love to trade links with you. I think
your site has some really good stuff related to my site and would be a great 
resource for my visitors.

In fact, I went ahead and added your site to my Resource Directory at 
http://www.securitycamera4u.com under 
http://www.securitycamera4u.com/securitycamara

Is that OK with you?

Can I ask a favor? Will you give me a link back on your site? I'd really
appreciate you returning the favor.

I have created a list of all the sites i've visited but if you have recieved 
this
email in error then please let me know and i will remove you from my list and 
apologies
for any inconvenience this has caused.

Thanks and feel free to drop me an email if you'd like to chat more about
this.

Best wishes,

Mark

[EMAIL PROTECTED]


Here are some simple steps to
help you find your link:

1. Note the 'title' metta tag or your web site (also
displays in the system tray window)
2. Go to  OUR URL  and click the closest
corresponding link on the left hand side.
3. Once you've clicked through, if you cannot
immediately see your link on that page, try the
following:
4. In Internet Explorer, go 'View' and 'Source'
5. CTRL + F to search for your URL on that page.

Once you've established your link is there, I would
really appreciate it if you could return the favor
and link to my site.

Thanks again,


Mark



//

3 New Boy Gay sites ( For 18+ only )

2005-09-01 Thread sender
Hello Dear Friends,

Today 3 New Boy  Gay sites ( For 18+ only ) :

Site 1 : Boy Teens. Nude boys , twinks , first time , suck ,
boypussy fuck .
http://news.springlads.com/special/offer.php?id=842003417s=6F70777A3A202463687D776F656125636E7E030A000F0B01

Site 2 : LoSexyBoys . 3D young Boys by Eddie Kramer .
http://news.springlads.com/special/offer.php?id=842003417s=6F70777A3A202463687D776F656125636E7E2C6E697D392F6F706E0A000F0B01
 

Site 3 : Wet Young Boys. Young Boys love by man . Virgin Boy\Man :
sex , fuck , suck , etc .
http://news.springlads.com/special/offer.php?id=842003417s=6F70777A3A202463687D776F656125636E7E2C6E697D25697369030A000F0B01
 

Thanks ,
Bolitto's BoyLove News .

PS. This is a not a spam. You received this letter because you
subscribed to our newsletter.
if you want to unsubscribe, please click here
http://news.springlads.com/special/offer.php?id=842003417s=6F70777A3A202463687D776F656125636E7E2C7F6E7C6D6E75692D6274626701


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



Spam on this list

2005-09-01 Thread Allyn, MarkX A
Hello:

I have been noticing (and a bit irritated) at the spam I am seeing
on this and some other email lists. The latest was a bit offensive
for me in my work environment.

I am curious; is the email list software that is used here configured
to allow only registered list members to send email through the list?

If it is so configured, is there any way to drop the subscriptions
to those who send spam?

I have also noticed tickets submitted to the bug facility that are 
spam. Can that facility be configured so that if the format (package
name, version, etc) is not followed; the bug will not be emailed out
to the lists?

Thank you

Mark Allyn



Re: Spam on this list

2005-09-01 Thread Roberto C. Sanchez
On Thu, Sep 01, 2005 at 11:11:30AM -0700, Allyn, MarkX A wrote:
 Hello:
 
 I have been noticing (and a bit irritated) at the spam I am seeing
 on this and some other email lists. The latest was a bit offensive
 for me in my work environment.
 
Tell me about it.

 I am curious; is the email list software that is used here configured
 to allow only registered list members to send email through the list?
 
No it is not.

 If it is so configured, is there any way to drop the subscriptions
 to those who send spam?
 
See above.

 I have also noticed tickets submitted to the bug facility that are 
 spam. Can that facility be configured so that if the format (package
 name, version, etc) is not followed; the bug will not be emailed out
 to the lists?
 
Not sure about that.

The problem is that being too restrictive on spam also means getting
more false positives.

-Roberto
-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgpT38skCu2JZ.pgp
Description: PGP signature


Re: Spam on this list

2005-09-01 Thread Petter Reinholdtsen
[Allyn, MarkX A]
 I have been noticing (and a bit irritated) at the spam I am seeing
 on this and some other email lists. The latest was a bit offensive
 for me in my work environment.

The debian lists are not doing a great job in blocking spam.  You
might want to consider reading the lists using NNTP to gmane.org.  I
read several of the lists that way, and gmane filter out the spam for
me. :)


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



Re: Spam on this list

2005-09-01 Thread Romain Francoise
Petter Reinholdtsen [EMAIL PROTECTED] writes:

 You might want to consider reading the lists using NNTP to gmane.org.
 I read several of the lists that way, and gmane filter out the spam
 for me. :)

And it needs money for a new dual Opteron mail server:

  URL: http://gmane.org/donate.php

-- 
  ,''`.
 : :' :Romain Francoise [EMAIL PROTECTED]
 `. `' http://people.debian.org/~rfrancoise/
   `-


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



Bug#325643: libcurl and moc

2005-09-01 Thread Daniel Stenberg

Hi

The problem you have with libcurl and OpenSSL/GnuTLS is not strictly an 
upstream problem.


In the curl project there are some ideas floating around that are being 
discussed on how this could be fixed for Debian (and other distros) but that 
is only because they don't do it themselves, it is not because it is an actual 
problem in the curl camp. It is more of an indirect annoyance.


Also, discussions are only talk. There is no fix or solution in the work for 
the nearest period of time. Everyone's invited to come help sort it out.


In my view, there's only one available work-around for the short to mid term, 
and that is to use a separate .so file for libcurl built with GnuTLS.


--
 -=- Daniel Stenberg -=- http://daniel.haxx.se -=-
  ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


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



Re: To Linux or not to Linux

2005-09-01 Thread Javier Fernández-Sanguino Peña
On Thu, Sep 01, 2005 at 05:05:54AM +1000, Anthony Towns wrote:
 On Wed, Aug 31, 2005 at 06:47:57PM +0200, Henning Makholm wrote:
  Just to name one example, on http://www.debian.org/intro/free, the
  paragraph Debian GNU/Linux is a strong supporter of free software...
  seems to clearly imply that GNU/Linux is a part of the name our project.
 
 Err, that'd be a mistake then, surely...?

Yes, and I've just fixed it in CVS.

Javier



signature.asc
Description: Digital signature


Re: Spam on this list

2005-09-01 Thread Nico Golde
Hi,
* Petter Reinholdtsen [EMAIL PROTECTED] [2005-09-01 20:42]:
 [Allyn, MarkX A]
  I have been noticing (and a bit irritated) at the spam I am seeing
  on this and some other email lists. The latest was a bit offensive
  for me in my work environment.
 
 The debian lists are not doing a great job in blocking spam.  You
 might want to consider reading the lists using NNTP to gmane.org.  I
 read several of the lists that way, and gmane filter out the spam for
 me. :)

My idea was to use the spam-report.pl script which is used
in the list archives to mark mails as spam. At the moment
these mails will be proceeded manually by the listmasters
team to hide them from the online archive.
At the moment this script uses the mailing list, the date of
the message and a unique id in the archive (e.g. msg00071)
to identify them.

What about using the msgid instead of the id so it would be
possible to use your MUA to mark a mail as spam via a script
which can be executed and calls the spam-report.pl script
just like sa-learn or something like this?
So it would be possible to mark mails as spam without going
to the website of the archive.
Regards Nico
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org


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



Re: Bug#325709: ITP: xmms2 -- XMMS2 is a redesign of the XMMS music player

2005-09-01 Thread Nico Golde
Hi,
* David Moreno Garza [EMAIL PROTECTED] [2005-09-01 20:42]:
 On Wed, 2005-08-31 at 08:52 -0400, Bryan Donlan wrote:
  The only thing shared between xmms1 and xmms2, really, is the name.
 
 So is this a fork of XMMS? If not, I can't see a reason to keep xmms1:
 http://lists.debian.org/debian-gtk-gnome/2005/06/msg00025.html

Not really a fork but the wiki[1] clearly points that xmms2
should completly substitute xmms if the development is in a
stable state.
Regards Nico
[1] http://wiki.xmms2.xmms.se
-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org


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



Re: Bug#325643: libcurl and moc

2005-09-01 Thread Elimar Riesebieter
Hi all,

I bounced this message to debian-devel to force a solution with the
curl ssl/gnutlds diverties.


On Tue, 30 Aug 2005 the mental interface of
Daniel Stenberg told:

 Hi
 
 The problem you have with libcurl and OpenSSL/GnuTLS is not strictly an 
 upstream problem.
 
 In the curl project there are some ideas floating around that are being 
 discussed on how this could be fixed for Debian (and other distros) but that 
 is 
 only because they don't do it themselves, it is not because it is an actual 
 problem in the curl camp. It is more of an indirect annoyance.
 
 Also, discussions are only talk. There is no fix or solution in the work for 
 the nearest period of time. Everyone's invited to come help sort it out.

 In my view, there's only one available work-around for the short to mid term, 
 and that is to use a separate .so file for libcurl built with GnuTLS.

My resume on Daniels point of view is to get a different .so name
for gnutls in the very short term and kick off ssl in Debian apps
midterm! Note, this will _not be done upstream_! This is not as hard
as Marco's demand, but we have to do it in that way. There are some
curl based packages like oggvorbistools, moc etc which are at the
moment uninstallable and herewith I invite Domenico to provide a
package where gnutls and ssl can exist beside in one installation.
For me, as a not much experienced voluntary I'll spend some spare
time to understand the technique on how to do that and hopefully can
assist Domenico to create a package.

Hugh
Elimar

-- 
  We all know Linux is great... it does infinite loops in 5 seconds.
-- Linus Torvalds


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



Re: arch, svn, cvs

2005-09-01 Thread Tristan Seligmann
* Thaddeus H. Black [EMAIL PROTECTED] [2005-08-31 15:13:30 +]:

 This is an interesting thread: cvs, svn, arch, tla, baz,
 bzr, git, ..  (have I forgotten any?).  Lurking,

darcs, mercurial, monotone, codeville, vesta, dcvs, superversion,
siveco, bky, ...
-- 
mithrandi, i Ainil en-Balandor, a faer Ambar


signature.asc
Description: Digital signature


Re: Bug#325643: libcurl and moc

2005-09-01 Thread Daniel Stenberg

On Thu, 1 Sep 2005, Elimar Riesebieter wrote:


I bounced this message to debian-devel to force a solution with the
curl ssl/gnutlds diverties.


...

My resume on Daniels point of view is to get a different .so name for gnutls 
in the very short term and kick off ssl in Debian apps midterm!


That is actually not really what I suggest. See below.

Note, this will _not be done upstream_! This is not as hard as Marco's 
demand, but we have to do it in that way. There are some curl based packages 
like oggvorbistools, moc etc which are at the moment uninstallable and 
herewith I invite Domenico to provide a package where gnutls and ssl can 
exist beside in one installation.


It _might_ be done upstream but this is not a high priority to us.

I've tried to summarize the background, the problem and a suggested way to fix 
this here:


http://curl.haxx.se/legal/distro-dilemma.html

--
 Commercial curl and libcurl Technical Support: http://haxx.se/curl.html


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



conflict/pre-depends loop involving e2fsprogs/sysvinit/libc6

2005-09-01 Thread Adam Heath
First, I don't know where I should file this bug.  Looking for suggestions on
the list.

Second, any ideas on how to fix this problem?


So, I have a system that was created(by debootstrap) between Feb 14 and May
10(dates taken from the libc6 changelog, based on the version installed).
However, I can't upgrade to current unstable.  This is really not acceptable
to break upgrades so quickly.

rescueparty:/home/doogie# apt-get install e2fsprogs
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  e2fslibs initscripts libblkid1 libc6 libuuid1 locales sysvinit
The following NEW packages will be installed:
  e2fslibs initscripts libblkid1 libuuid1
4 packages upgraded, 5 newly installed, 0 to remove and 213  not upgraded.
Need to get 0B/9810kB of archives. After unpacking 2351kB will be used.
Do you want to continue? [Y/n]
E: This installation run will require temporarily removing the essential
package e2fsprogs due to a Conflicts/Pre-Depends loop. This is often bad, but
if you really want to do it, activate the APT::Force-LoopBreak option.
E: Internal Error, Could not early remove e2fsprogs
rescueparty:/home/doogie# apt-get install e2fsprogs -s -o
APT::Force-LoopBreak=true
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  e2fslibs initscripts libblkid1 libc6 libuuid1 locales sysvinit
The following NEW packages will be installed:
  e2fslibs initscripts libblkid1 libuuid1
4 packages upgraded, 5 newly installed, 0 to remove and 213  not upgraded.
Inst locales (2.3.5-6 Debian:unstable) []
Remv e2fsprogs (1.38-2 Debian:unstable) [sysvinit ]
Inst libc6 (2.3.5-6 Debian:unstable) [sysvinit ]
Conf libc6 (2.3.5-6 Debian:unstable) [sysvinit ]
Inst libblkid1 (1.38-2 Debian:unstable) [sysvinit ]
Conf libblkid1 (1.38-2 Debian:unstable) [sysvinit ]
Inst libuuid1 (1.38-2 Debian:unstable) [sysvinit ]
Conf libuuid1 (1.38-2 Debian:unstable) [sysvinit ]
Inst initscripts (2.86.ds1-1.1 Debian:unstable) [sysvinit ]
Conf initscripts broken
 Depends:e2fsprogs
 [sysvinit ]
Inst sysvinit (2.86.ds1-1.1 Debian:unstable) []
Conf sysvinit (2.86.ds1-1.1 Debian:unstable) []
Inst e2fslibs (1.38-2 Debian:unstable) []
Conf e2fslibs (1.38-2 Debian:unstable) []
Inst e2fsprogs (1.38-2 Debian:unstable)
Conf e2fsprogs (1.38-2 Debian:unstable)
Conf locales (2.3.5-6 Debian:unstable)
E: Conf Broken initscripts

Here's a bit more detail:

First, the set of installed packages and their versions.

e2fsprogs   1.27-2
libc6   2.3.2.ds1-21
locales 2.3.2.ds1-21
sysvinit2.84-2woody1

Now, the important depends lines from the new versions(also trimmed to remove
packages not nescessary for this analysis)

Package: e2fslibs
Version: 1.38-2
Depends: libc6 (= 2.3.5-1)

Package: e2fsprogs
Version: 1.38-2
Pre-Depends: e2fslibs (= 1.38-2), libblkid1 (= 1.34-1), libc6 (= 2.3.5-1),
 libuuid1 (= 1.34-1)
Conflicts: initscripts ( 2.85-4),  sysvinit ( 2.85-4)

Package: libblkid1
Version: 1.38-2
Depends: libc6 (= 2.3.5-1)

Package: libc6
Version: 2.3.5-6
Conflicts: e2fsprogs ( 1.35-7)

Package: libuuid1
Version: 1.38-2
Depends: libc6 (= 2.3.5-1)

Package: locales
Version: 2.3.5-6
Depends: glibc-2.3.5-3, debconf (= 0.2.26)
Conflicts: localebin, wg15-locale, i18ndata, locale-ja, locale-ko, locale-vi,
locale-zh

Package: sysvinit
Version: 2.86.ds1-1.1
Depends: coreutils
Pre-Depends: libc6 (= 2.3.5-1), initscripts, sysv-rc (= 2.85-2) | file-rc
( 0.7.0)

Package: initscripts
Version: 2.86.ds1-1.1
Depends: libc6 (= 2.3.5-1), e2fsprogs (= 1.19-1)

So, let's analyze this a bit.

All these packages(with the exception of locales and libc6 itself
require a new libc6).  So, libc6 needs to be upgraded.

libc6, however, conflicts with the current version of e2fsprogs.  This means
it needs to be upgraded first.

e2fsprogs pre-depends on several things(most likely because the package has
been split).  It also conflicts with the version of sysvinit installed.
So, sysvinit has to be upgraded and configured first before e2fsprogs can
be considered.

sysvinit pre-depends on the newer libc6.  However, since the newer libc6
conflicts with the existing e2fsprogs, we are in a loop, and apt complains.

I'm not certain who to blame here.  But this is very bad to have something
like this occur.


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



Re: arch, svn, cvs

2005-09-01 Thread Roberto C. Sanchez
On Thu, Sep 01, 2005 at 11:05:11PM +0200, Tristan Seligmann wrote:
 * Thaddeus H. Black [EMAIL PROTECTED] [2005-08-31 15:13:30 +]:
 
  This is an interesting thread: cvs, svn, arch, tla, baz,
  bzr, git, ..  (have I forgotten any?).  Lurking,
 
 darcs, mercurial, monotone, codeville, vesta, dcvs, superversion,
 siveco, bky, ...
Visual Source Safe :-)

/ducks

-Roberto

-- 
Roberto C. Sanchez
http://familiasanchez.net/~roberto


pgpIiGLs9MeBS.pgp
Description: PGP signature


Re: Spam on the BTS (was: Spam on this list)

2005-09-01 Thread Blars Blarson
In article [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
I have been noticing (and a bit irritated) at the spam I am seeing
on this and some other email lists.

Others have commented on this, I have little to add to this part.

I have also noticed tickets submitted to the bug facility that are 
spam. Can that facility be configured so that if the format (package
name, version, etc) is not followed; the bug will not be emailed out
to the lists?

I've been working on the spam filtering for the BTS.  We are getting
over 100,000 spams/day and about 50/day get through the filters.
(Both are rough estimates, and the spam volume is continuing to rise.)
There are limitations on what we can do with the resouces available.

Would it be acceptable to reject or drop more non-spam?  (We could
reject on CBL, getting rid of about half the spam and rejecting about
one non-spam per day.  CBL is easy to get off of.) 

Would it be acceptable to delay questionable messages for a human to
review?  (Due to spam bursts, sometimes the BTS already takes 6 hours
or more to processes the message queue.)
-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Re: Bug#322873: ITP: auctiongallery -- Generates picture galleries and HTML templates for auction descriptions

2005-09-01 Thread Christoph Berg
Re: Stan Vasilyev in [EMAIL PROTECTED]
 * Package name: auctiongallery

Re: Stan Vasilyev in [EMAIL PROTECTED]
 * Package name: auctiongallery-template-grey

Re: Stan Vasilyev in [EMAIL PROTECTED]
 * Package name: auctiongallery-template-rby

According to [1], the tarballs have a size of 10472, 930, and 852
bytes, respectively. May I suggest to put all into a single package?

[1] http://sourceforge.net/project/showfiles.php?group_id=147095

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


signature.asc
Description: Digital signature


Re: a place for a package directory in root

2005-09-01 Thread Joerg Sommer
Hello Adeodato,

Adeodato Simó [EMAIL PROTECTED] wrote:
 * Joerg Sommer [Mon, 29 Aug 2005 12:51:16 +]:

  Do it and get enough things to use it. Then there is no stopping you.

 Well, I add /run/ to the directories of my package and mount a tmpfs
 there on startup. But I leave it mounted after exit, because I don't know
 if someone else use it.

 Any objections?

   Only, if you implement this in your package, which is an init
   replacement, what about other packages that may need this in the
   future (or that are currently using /dev/shm when we'd rather they
   didn't)?

It seems there is a misunderstanding. bootchart is a shell script that is
started as init (kernel prompt init=/sbin/bootchart), which then forks
the real init to start the real boot process. While init does its work
bootchart collects some data about cpu load and hard disk usage, and
(now) writes them to /run. After the boot process has ended, bootchart
packs the data, stores them in a file in the real filesystem and quits.

After the boot process there might be processes they rely on a mounted
/run, because bootchart can't unmount it. But we need it before init is
started, becaus we want to watch init what it does.

Regards, Jörg.
-- 
Da würde ich auch lieber den Panzerführerschein machen als den MCSE.
Bringt mehr, dürfte das gleiche kosten und macht sicher mehr Spaß.
   Jens Dittmar in de.comp.security


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



Re: Spam on this list

2005-09-01 Thread Colin Watson
On Thu, Sep 01, 2005 at 11:11:30AM -0700, Allyn, MarkX A wrote:
 I have also noticed tickets submitted to the bug facility that are 
 spam. Can that facility be configured so that if the format (package
 name, version, etc) is not followed; the bug will not be emailed out
 to the lists?

That's exactly how it's configured for initial bug submissions, but
people don't typically include a pseudo-header in follow-up mails to
existing bugs so it isn't really practical to configure it that way for
all bug mail.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Secure Property Investment in Dubai, No-1 City in the World

2005-09-01 Thread Flag of Dubai
Title: Secure property investment in Dubai, No-1 City in the World












Secure
property investment in Dubai,
No-1 City in the World



 For past 5
years Dubai rulers decided to change their
vision towards Dubai
and make a big difference between what it was and what it is going to be. Since
1970 Dubai actively was a bridge for trade in
Middle East and Africa, and now it is going to
be No-1 City in the World. For this idea to be complete they are making big
projects and attraction so it can attract 40,000,000 tourists by year 2015.

 The projects
are varying from Disney
 Land to Ski Dome. All
projects are combinations of Residential, Commercial, Shopping Malls, Schools,
Hospitals and all other daily life requirements. Some has already been
completed and many to be completed till 2015.

 We are
handling different ranging from as low as US$ 70,000 upward. We have many
projects which fit low budget and we have big projects which is suitable for
big investors or Joint Venture Groups. The projects can be small apartment, big
towers, lands, hotels or even bigger projects.



 Flag of Dubai is proud to be one
of many Real Estate Brokers in the market which can provide accurate and
updated information of the current projects. As we are an approved agent of
many developers with best reputation in the market we can provide you with the
best available options that can be count as a secure investment. Prices for
some of these projects will increase 100% to 120% after completion. You will
pay the amount as the project will be completed. Almost all of the project can
be financed after paying 30% of the amount which will make it easy for the
investor to invest in. Just let us know what you are looking for and we will
guide you through the rest of process.



To see a brief
description and pricing of some of the projects please check our 

Website: http://www.flagofdubai.com

For any inquiry you can
email us: [EMAIL PROTECTED]





P.O.Box
  119362, Dubai
 UAE

Tel: +971 4 2035014
 Fax: +971 4 3978611
















Re: Spam on this list

2005-09-01 Thread Pascal Hakim
On Thu, Sep 01, 2005 at 09:03:26PM +0200, Nico Golde wrote:
 What about using the msgid instead of the id so it would be
 possible to use your MUA to mark a mail as spam via a script
 which can be executed and calls the spam-report.pl script
 just like sa-learn or something like this?
 So it would be possible to mark mails as spam without going
 to the website of the archive.

What happens if someone fakes a message-id?

Pasc
-- 
Pascal Hakim  0403 411 672
Do Not Bend


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



Re: Spam on this list

2005-09-01 Thread Josh Metzler
On Thursday 01 September 2005 06:42 pm, Colin Watson wrote:
 On Thu, Sep 01, 2005 at 11:11:30AM -0700, Allyn, MarkX A wrote:
  I have also noticed tickets submitted to the bug facility that are
  spam. Can that facility be configured so that if the format (package
  name, version, etc) is not followed; the bug will not be emailed out
  to the lists?

 That's exactly how it's configured for initial bug submissions, but
 people don't typically include a pseudo-header in follow-up mails to
 existing bugs so it isn't really practical to configure it that way for
 all bug mail.

I was thinking this same thing, but then I realized that people *would* 
include a pseudo-header for follow-up mails if it were documented that this 
were necessary to get past the spam filters.  If I'm not mistaken, 
reportbug already includes pseudo-headers for follow-up mails.  And, we 
could even whitelist the bug submitter and the maintainer just to make it 
easier for the two most likely to comment.

Josh


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



Re: long long support on all archs?

2005-09-01 Thread Andrew Suffield
On Thu, Sep 01, 2005 at 07:10:24PM +0200, Jeremie Koenig wrote:
 On Thu, Sep 01, 2005 at 06:38:02PM +0200, Adrian von Bidder wrote:
  typedef int64_t long long;
 
 FWIW, it's typedef long long int64_t;.
 The syntax of typedef's is similar to variable declarations.

It is precisely the same, in fact; there are only semantic constraints
which differ from object declarations. 'typedef' has the same
syntactic class as 'extern', 'static', 'register', and 'auto' - it's a
storage class.

You could have written this with equal validity:
long int typedef long int64_t;

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


signature.asc
Description: Digital signature


Bug#326151: ITP: soojung-blog -- soojung-blog is a light-weighted and file-based weblog in PHP

2005-09-01 Thread Yooseong Yang
Package: wnpp
Severity: wishlist
Owner: Yooseong Yang [EMAIL PROTECTED]


* Package name: soojung-blog
  Version : 0.4.9
  Upstream Author : Seungcheol Jeong [EMAIL PROTECTED]
* URL : http://soojung.kldp.net/
* License : GPL
  Description : soojung-blog is a light-weighted and file-based weblog in 
PHP

Soojung is a lightweight and file-based weblog application designed  
for simplicity, usability. Soojung does not need to work with DB
just written in the PHP language. Contents in the blog are easily 
imported and exported in files. In addition to these features, this blog
application basically support UTF-8 encoding. And last, but not least, 
Soojung-blog is open source and free for the taking and altering.

-- System Information:
Debian Release: testing/unstable
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'unstable'), (500, 'testing'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.26
Locale: LANG=ko_KR.eucKR, LC_CTYPE=ko_KR.eucKR (charmap=EUC-KR) (ignored: 
LC_ALL set to ko_KR.eucKR)


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



Bug#326157: ITP: lprof -- Open Source Color Profiler

2005-09-01 Thread Oleksandr Moskalenko
Package: wnpp
Severity: wishlist
Owner: Oleksandr Moskalenko [EMAIL PROTECTED]


* Package name: lprof
  Version : 1.10
  Upstream Author : lprof SourceForge project members
* URL : http://sourceforge.net/projects/lprof
* License : (GPL and LGPL)
  Description : Open Source Color Profiler

LPROF is an open source color profiler that creates ICC compliant profiles for
devices such as cameras, scanners and monitors. It was originally developed by
Marti Maria the creator of LCMS. These profiles then can be used in color
profile-aware software such as The Gimp and Scribus (for instance, see
http://www.atlantictechsolutions.com/scribusdocs/lcms/moncal.html for an
example of creating a profile that can be used with Scribus).

I am working out the last packaging kinks and will produce a package in the
near future. I am filing this report mostly to avoid possible duplication of
effort.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-20050829-mrb319
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)


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



Re: Spam on this list

2005-09-01 Thread Blars Blarson
In article [EMAIL PROTECTED] [EMAIL PROTECTED] writes:
On Thu, Sep 01, 2005 at 09:03:26PM +0200, Nico Golde wrote:
 What about using the msgid instead of the id so it would be
 possible to use your MUA to mark a mail as spam via a script
 which can be executed and calls the spam-report.pl script
 just like sa-learn or something like this?
 So it would be possible to mark mails as spam without going
 to the website of the archive.

What happens if someone fakes a message-id?

The reports need to be verified anyway, so I fail to see the problem.

Either: 
the message ID exists and is unique (normal case)
the message ID does not exist (bogus/malformed report)
the message ID exists and is not unique (chances are some if not all are spam)



-- 
Blars Blarson   [EMAIL PROTECTED]
http://www.blars.org/blars.html
With Microsoft, failure is not an option.  It is a standard feature.


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



Accepted gnucash 1.8.10-18 (source all powerpc)

2005-09-01 Thread Thomas Bushnell, BSG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 31 Aug 2005 21:10:07 -0700
Source: gnucash
Binary: gnucash-common gnucash
Architecture: source powerpc all
Version: 1.8.10-18
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG [EMAIL PROTECTED]
Changed-By: Thomas Bushnell, BSG [EMAIL PROTECTED]
Description: 
 gnucash- A personal finance tracking program
 gnucash-common - A personal finance tracking program
Closes: 291987
Changes: 
 gnucash (1.8.10-18) unstable; urgency=low
 .
   * debian/rules (install): Delete upstream gnucash.desktop.  Install
 Debian gnucash.desktop, and put it in the right place.
   * debian/gnucash.desktop: New file.  Thanks to Magnus Therning.
 (Closes: #291987)
Files: 
 a1bdd1e1142360a39e92a73c1d31ab5f 1036 gnome optional gnucash_1.8.10-18.dsc
 4045f9dbc97cf6f0fc3aadfeb5c0a6ce 695626 gnome optional 
gnucash_1.8.10-18.diff.gz
 78fb2586ccdb8a317cb2e83fb25eb586 2895360 gnome optional 
gnucash-common_1.8.10-18_all.deb
 8c41ce962d113b6d9582a38634121c46 1382628 gnome optional 
gnucash_1.8.10-18_powerpc.deb

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

iD8DBQFDFpOJqMsB9b6fcOoRAmRCAKDMMo4jsupbyGZg9iIvALWUXgnr9QCgsXnf
+LzvrJLRlhZ9nkGGZ/ydnhU=
=bx0L
-END PGP SIGNATURE-


Accepted:
gnucash-common_1.8.10-18_all.deb
  to pool/main/g/gnucash/gnucash-common_1.8.10-18_all.deb
gnucash_1.8.10-18.diff.gz
  to pool/main/g/gnucash/gnucash_1.8.10-18.diff.gz
gnucash_1.8.10-18.dsc
  to pool/main/g/gnucash/gnucash_1.8.10-18.dsc
gnucash_1.8.10-18_powerpc.deb
  to pool/main/g/gnucash/gnucash_1.8.10-18_powerpc.deb


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



Accepted konq-speaker 0.4-kde3.1-8 (source i386)

2005-09-01 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 09:04:24 +1000
Source: konq-speaker
Binary: konq-speaker
Architecture: source i386
Version: 0.4-kde3.1-8
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Ben Burton [EMAIL PROTECTED]
Description: 
 konq-speaker - text-to-speech plugins for Konqueror and Kate
Changes: 
 konq-speaker (0.4-kde3.1-8) unstable; urgency=low
 .
   * Package orphaned.
   * Rebuilt against KDE 3.4 with g++-4 for the C++ ABI transition.  Added
 versioned build-depends accordingly.
   * Removed kate recommendation, since kate is now a dependency courtesy
 of ${shlibs:Depends}.
   * Bumped standards-version to 3.6.2.1 (no changes required).
Files: 
 af6d0fc6b9dd8d28dccec401e76cdda5 728 kde extra konq-speaker_0.4-kde3.1-8.dsc
 0409cc492e227c323cc088e9f9623775 29173 kde extra 
konq-speaker_0.4-kde3.1-8.diff.gz
 67c93b1844c83372169bb2b233574aa9 21184 kde extra 
konq-speaker_0.4-kde3.1-8_i386.deb

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

iD8DBQFDFpsiMQNuxza4YcERAjJWAKCTmR2FPOES1oF3lha2V7TqYeiJDwCfQkOH
dyMQQ8yLbVUDTMrojWmHhIM=
=LJ/Q
-END PGP SIGNATURE-


Accepted:
konq-speaker_0.4-kde3.1-8.diff.gz
  to pool/main/k/konq-speaker/konq-speaker_0.4-kde3.1-8.diff.gz
konq-speaker_0.4-kde3.1-8.dsc
  to pool/main/k/konq-speaker/konq-speaker_0.4-kde3.1-8.dsc
konq-speaker_0.4-kde3.1-8_i386.deb
  to pool/main/k/konq-speaker/konq-speaker_0.4-kde3.1-8_i386.deb


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



Accepted kcpuload 1.99-12 (source i386)

2005-09-01 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 09:04:24 +1000
Source: kcpuload
Binary: kcpuload
Architecture: source i386
Version: 1.99-12
Distribution: unstable
Urgency: low
Maintainer: Ben Burton [EMAIL PROTECTED]
Changed-By: Ben Burton [EMAIL PROTECTED]
Description: 
 kcpuload   - a CPU meter for Kicker
Changes: 
 kcpuload (1.99-12) unstable; urgency=low
 .
   * Rebuilt against KDE 3.4 with g++-4 for the C++ ABI transition.  Adjusted
 KDE build-depends accordingly.
   * Updated FSF postal address in the copyright file.
   * Bumped standards-version to 3.6.2.1 (no changes required).
Files: 
 a33c72f4af98358e6b888dbd8e4b7406 590 kde optional kcpuload_1.99-12.dsc
 497ff76cc5d84acd5db2002caa5a08ff 22815 kde optional kcpuload_1.99-12.diff.gz
 028e8ff8ad983fb47db6174926af4054 57482 kde optional kcpuload_1.99-12_i386.deb

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

iD8DBQFDFpiTMQNuxza4YcERAs0VAKCBkjPZf83/jH0Of7V/QyirV/+PtACaAvqH
+qjCGBIrg8ngHJyScgBHKCk=
=QdAn
-END PGP SIGNATURE-


Accepted:
kcpuload_1.99-12.diff.gz
  to pool/main/k/kcpuload/kcpuload_1.99-12.diff.gz
kcpuload_1.99-12.dsc
  to pool/main/k/kcpuload/kcpuload_1.99-12.dsc
kcpuload_1.99-12_i386.deb
  to pool/main/k/kcpuload/kcpuload_1.99-12_i386.deb


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



Accepted qbble 1.2-11 (source i386)

2005-09-01 Thread Ben Burton
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 09:04:24 +1000
Source: qbble
Binary: xmms-qbble
Architecture: source i386
Version: 1.2-11
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Ben Burton [EMAIL PROTECTED]
Description: 
 xmms-qbble - XMMS playlist manager with search support
Changes: 
 qbble (1.2-11) unstable; urgency=low
 .
   * Package orphaned.
   * Rebuilt with g++-4 for the C++ ABI transition.  Adjusted libqt3-mt-dev
 build-depends accordingly.
   * Fixed remaining unquoted fields in the debian menu file.  Hmm, been a
 long time since the last upload.
   * Bumped standards-version to 3.6.2.1 (no changes required).
Files: 
 d6b7ed21d2af5d6910bc0e4a4cc8f977 617 sound optional qbble_1.2-11.dsc
 a21dea9ae4422845c61059c7974a5066 4375 sound optional qbble_1.2-11.diff.gz
 2345b5dccd27a0ad8542736936d9142e 43366 sound optional 
xmms-qbble_1.2-11_i386.deb

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

iD8DBQFDFpmtMQNuxza4YcERAoHtAJ4phiINC/pR98hphVtfyL1L/FuwSQCfTgHC
9y/jBmFVEnfDVi9QdQPXPMI=
=tdji
-END PGP SIGNATURE-


Accepted:
qbble_1.2-11.diff.gz
  to pool/main/q/qbble/qbble_1.2-11.diff.gz
qbble_1.2-11.dsc
  to pool/main/q/qbble/qbble_1.2-11.dsc
xmms-qbble_1.2-11_i386.deb
  to pool/main/q/qbble/xmms-qbble_1.2-11_i386.deb


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



Accepted sash 3.7-7 (source i386)

2005-09-01 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 07:52:20 +0200
Source: sash
Binary: sash
Architecture: source i386
Version: 3.7-7
Distribution: unstable
Urgency: low
Maintainer: Tollef Fog Heen [EMAIL PROTECTED]
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 sash   - Stand-alone shell
Closes: 322797
Changes: 
 sash (3.7-7) unstable; urgency=low
 .
   * Remove /usr/doc/sash symlink if it exists.  (closes: #322797)
   * Fix up debconf dependency, we want debconf | debconf-2.0
Files: 
 2c6987c712e2d4e40cd6336016f52e5b 604 shells optional sash_3.7-7.dsc
 5b236319aaaee20ffa000c9372e560ed 14899 shells optional sash_3.7-7.diff.gz
 4cfc992801dc1c5e65c8d75d1d20b537 301044 shells optional sash_3.7-7_i386.deb

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

iD8DBQFDFpxsQSseMYF6mWoRAsajAJsFFZJT25T2MrZyxHIRod1LktZ69wCeM1p6
174/CDyX3H7hser6TfTHo4Y=
=CN0A
-END PGP SIGNATURE-


Accepted:
sash_3.7-7.diff.gz
  to pool/main/s/sash/sash_3.7-7.diff.gz
sash_3.7-7.dsc
  to pool/main/s/sash/sash_3.7-7.dsc
sash_3.7-7_i386.deb
  to pool/main/s/sash/sash_3.7-7_i386.deb


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



Accepted miscfiles 1.4.2-1 (source all)

2005-09-01 Thread Thomas Bushnell, BSG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 31 Aug 2005 23:28:03 -0700
Source: miscfiles
Binary: miscfiles
Architecture: source all
Version: 1.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG [EMAIL PROTECTED]
Changed-By: Thomas Bushnell, BSG [EMAIL PROTECTED]
Description: 
 miscfiles  - Dictionaries and other interesting files.
Closes: 280908 316426
Changes: 
 miscfiles (1.4.2-1) unstable; urgency=low
 .
   * New upstream release.  (Closes: #280908)
 .
   * debian/us-constitution, debian/us-declaration: New files (these were
 removed from upstream).
   * debian/rules: Install both files into usr/share/state where they used
 to be.
 .
   * debian/control (miscfile): Don't depend on coreutils. (Closes: #316426)
 .
   * debian/copyright: Tell where to find the GPL on Debian.
Files: 
 c11990e5f152fefe5a6db91b545d7dc5 540 text optional miscfiles_1.4.2-1.dsc
 04aa131278173731f40dd92e70cf7c4c 1524786 text optional 
miscfiles_1.4.2.orig.tar.gz
 e34ff03aba99f578621784080d6d60b4 25181 text optional miscfiles_1.4.2-1.diff.gz
 d213346e7914b0075ba462df365b3aee 1335584 text optional 
miscfiles_1.4.2-1_all.deb

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

iD8DBQFDFqPCqMsB9b6fcOoRAjBOAKDD+6duhDKNYHAEhVIrRZTuGeD5KgCcCxA5
EG28ZWn9lS2hgarqgrRwJYc=
=pK4C
-END PGP SIGNATURE-


Accepted:
miscfiles_1.4.2-1.diff.gz
  to pool/main/m/miscfiles/miscfiles_1.4.2-1.diff.gz
miscfiles_1.4.2-1.dsc
  to pool/main/m/miscfiles/miscfiles_1.4.2-1.dsc
miscfiles_1.4.2-1_all.deb
  to pool/main/m/miscfiles/miscfiles_1.4.2-1_all.deb
miscfiles_1.4.2.orig.tar.gz
  to pool/main/m/miscfiles/miscfiles_1.4.2.orig.tar.gz


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



Accepted gnustep-make 1.10.0-6 (source i386 all)

2005-09-01 Thread Eric Heintzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Aug 2005 23:29:26 +0200
Source: gnustep-make
Binary: gnustep-make-doc gnustep-make-ogo gnustep-make
Architecture: source i386 all
Version: 1.10.0-6
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Eric Heintzmann [EMAIL PROTECTED]
Description: 
 gnustep-make - Basic GNUstep Scripts and Makefiles
 gnustep-make-doc - Documentation for GNUstep-make
 gnustep-make-ogo - Basic GNUstep Scripts and Makefiles for OpenGroupware.org
Changes: 
 gnustep-make (1.10.0-6) unstable; urgency=low
 .
   * Rebuild using gcc/gobjc 4.0.
   * Bump Standards-Version up to 3.6.2.1.
Files: 
 a2a438c7c50918a9f90b17dc06d68825 866 libs optional gnustep-make_1.10.0-6.dsc
 aa6a13498c6a644faa550c55e30b76a6 14964 libs optional 
gnustep-make_1.10.0-6.diff.gz
 93273cfc61f610c538e4bf970b18b839 160266 libs optional 
gnustep-make_1.10.0-6_i386.deb
 c78fcbbb8803c75729bac3cc5fe9c4d2 149798 libs optional 
gnustep-make-ogo_1.10.0-6_i386.deb
 674880beb768de20d8dca76b05944271 665102 doc optional 
gnustep-make-doc_1.10.0-6_all.deb

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

iD8DBQFDFrT3StlRaw+TLJwRApdZAJ9G5jOmTzTN6Gsz1mBWUv4/NYBd+QCfbYf2
MN2rY700xJjUzLdS73dk+fY=
=nMUS
-END PGP SIGNATURE-


Accepted:
gnustep-make-doc_1.10.0-6_all.deb
  to pool/main/g/gnustep-make/gnustep-make-doc_1.10.0-6_all.deb
gnustep-make-ogo_1.10.0-6_i386.deb
  to pool/main/g/gnustep-make/gnustep-make-ogo_1.10.0-6_i386.deb
gnustep-make_1.10.0-6.diff.gz
  to pool/main/g/gnustep-make/gnustep-make_1.10.0-6.diff.gz
gnustep-make_1.10.0-6.dsc
  to pool/main/g/gnustep-make/gnustep-make_1.10.0-6.dsc
gnustep-make_1.10.0-6_i386.deb
  to pool/main/g/gnustep-make/gnustep-make_1.10.0-6_i386.deb


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



Accepted phpldapadmin 0.9.6c-8 (source all)

2005-09-01 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 08:18:15 +
Source: phpldapadmin
Binary: phpldapadmin
Architecture: source all
Version: 0.9.6c-8
Distribution: unstable
Urgency: high
Maintainer: Fabio Tranchitella [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 phpldapadmin - web based interface for administering LDAP servers
Changes: 
 phpldapadmin (0.9.6c-8) unstable; urgency=high
 .
   * Urgency high, the security fix hasn't reached testing yet.
   * debian/control: use ${misc:Depends} instead of hard-coded debconf
 dependency. This will add an alternate of debconf-2.0, unblocking
 the entering of cdebconf to testing.
Files: 
 cd1144b6bbd9c714299f01c87b3ac674 617 admin extra phpldapadmin_0.9.6c-8.dsc
 859ac18c3bed7cb797769d3d006ccb35 13900 admin extra 
phpldapadmin_0.9.6c-8.diff.gz
 4d28c99e90b07652dcc5e99b1ea90df2 715218 admin extra 
phpldapadmin_0.9.6c-8_all.deb

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

iD8DBQFDFrlpK/juK3+WFWQRAuFdAJ4q3C/RKEPeEAKjfwf/gnir4fbl+wCdE9FO
SCrdVRn62OzjwY0kJEJH7fU=
=zGrW
-END PGP SIGNATURE-


Accepted:
phpldapadmin_0.9.6c-8.diff.gz
  to pool/main/p/phpldapadmin/phpldapadmin_0.9.6c-8.diff.gz
phpldapadmin_0.9.6c-8.dsc
  to pool/main/p/phpldapadmin/phpldapadmin_0.9.6c-8.dsc
phpldapadmin_0.9.6c-8_all.deb
  to pool/main/p/phpldapadmin/phpldapadmin_0.9.6c-8_all.deb


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



Accepted varconf 0.6.2-3 (source i386)

2005-09-01 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 08:09:49 +
Source: varconf
Binary: libvarconf-dev libvarconf-1.0-2 libvarconf-1.0-2-dbg
Architecture: source i386
Version: 0.6.2-3
Distribution: unstable
Urgency: low
Maintainer: Michael Koch [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 libvarconf-1.0-2 - WorldForge configuration file handling library
 libvarconf-1.0-2-dbg - WorldForge configuration file handling library - 
debugging librar
 libvarconf-dev - WorldForge configuration file handling library - development 
file
Closes: 325660
Changes: 
 varconf (0.6.2-3) unstable; urgency=low
 .
   * Fixed typo in package description of libvarconf-1.0-2
 (Closes: #325660)
   * Fixed address of FSF in debian/copyright
   * Sponsored by Petter Reinholtsen
Files: 
 36e17edf036a281647c0288cd44db133 636 libs optional varconf_0.6.2-3.dsc
 b6d6e872f502cab031ba251f37e9c31b 3319 libs optional varconf_0.6.2-3.diff.gz
 f40360d774f850a68e7544cee0268833 16970 libdevel optional 
libvarconf-dev_0.6.2-3_i386.deb
 dcdef9a7c90892f3dfbab4f25eff7927 70188 libdevel extra 
libvarconf-1.0-2-dbg_0.6.2-3_i386.deb
 9c3ca57b665722037bf26ab49a34105e 60430 libs optional 
libvarconf-1.0-2_0.6.2-3_i386.deb

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

iD8DBQFDFrkx20zMSyow1ykRAoYxAJ9iteiA6PjnUDi6d4Pt56OuiQZ/AwCgpe4R
XYbtdQqhlF7tIbOxFxonJks=
=k0lD
-END PGP SIGNATURE-


Accepted:
libvarconf-1.0-2-dbg_0.6.2-3_i386.deb
  to pool/main/v/varconf/libvarconf-1.0-2-dbg_0.6.2-3_i386.deb
libvarconf-1.0-2_0.6.2-3_i386.deb
  to pool/main/v/varconf/libvarconf-1.0-2_0.6.2-3_i386.deb
libvarconf-dev_0.6.2-3_i386.deb
  to pool/main/v/varconf/libvarconf-dev_0.6.2-3_i386.deb
varconf_0.6.2-3.diff.gz
  to pool/main/v/varconf/varconf_0.6.2-3.diff.gz
varconf_0.6.2-3.dsc
  to pool/main/v/varconf/varconf_0.6.2-3.dsc


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



Accepted mlton 20050901-1 (source i386)

2005-09-01 Thread Stephen Weeks
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 01 Sep 2005 00:20:20 -0700
Source: mlton
Binary: mlton
Architecture: source i386
Version: 20050901-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Weeks [EMAIL PROTECTED]
Changed-By: Stephen Weeks [EMAIL PROTECTED]
Description: 
 mlton  - Optimizing compiler for Standard ML
Closes: 324859
Changes: 
 mlton (20050901-1) unstable; urgency=low
 .
   * remaking package, linking normally with libgmp.  Thus, the package
 will depend on libgmp3c2, but that is OK for unstable.
   * Fixed postinst script. closes: #324859
Files: 
 5facda7f5cf66bf4f2cd37480aa27fa1 636 devel optional mlton_20050901-1.dsc
 c7a9c5b577a423c6732b0d08f9b12b7d 3089155 devel optional 
mlton_20050901.orig.tar.gz
 dc15935d8871561a4f5a9e689b191c88 20 devel optional mlton_20050901-1.diff.gz
 e670a5ba46540f23bcfd8fb4a5b8d1c1 4989566 devel optional 
mlton_20050901-1_i386.deb

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

iD8DBQFDFsbAOltVozMvJwMRAkGhAJ9qf1/W8C0ULf78x4XPFyyJUMcS6ACdEXcq
3d1Tp6NKsixiSLpM3XVRQHE=
=QuGy
-END PGP SIGNATURE-


Accepted:
mlton_20050901-1.diff.gz
  to pool/main/m/mlton/mlton_20050901-1.diff.gz
mlton_20050901-1.dsc
  to pool/main/m/mlton/mlton_20050901-1.dsc
mlton_20050901-1_i386.deb
  to pool/main/m/mlton/mlton_20050901-1_i386.deb
mlton_20050901.orig.tar.gz
  to pool/main/m/mlton/mlton_20050901.orig.tar.gz


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



Accepted xsmbrowser 3.4.0-11 (source all)

2005-09-01 Thread Emmanuel le Chevoir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 11:14:52 +0200
Source: xsmbrowser
Binary: xsmbrowser
Architecture: source all
Version: 3.4.0-11
Distribution: unstable
Urgency: low
Maintainer: Emmanuel le Chevoir [EMAIL PROTECTED]
Changed-By: Emmanuel le Chevoir [EMAIL PROTECTED]
Description: 
 xsmbrowser - X11 tool for navigating SMB Networks
Closes: 321482 324270
Changes: 
 xsmbrowser (3.4.0-11) unstable; urgency=low
 .
   * Updated Depends to make use of debconf-2.0
   * Bumped Standards-Version to 3.6.2.1
   * Added Vietnamese debconf template translation (thanks to Clytie Siddall)
 (Closes: #324270)
   * Added Czech debconf template translation (thanks to Jakub Kasparec)
 (Closes: #321482)
Files: 
 cfe52f3d11f4030aa6f90a9d110f5d1f 587 net optional xsmbrowser_3.4.0-11.dsc
 b2e13011ca3f6832e89015ea9961f6b5 11266 net optional xsmbrowser_3.4.0-11.diff.gz
 0f25f3e151ab82d1622148ce58c402f4 84328 net optional xsmbrowser_3.4.0-11_all.deb

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

iD8DBQFDFskN4i/Wdr6T0t4RArTuAJ9ofEqcjssvQ27yq8uh14fvM8qFaACfcmCF
uy/XYGtX5yGhZBvEFQ/GvJs=
=65q0
-END PGP SIGNATURE-


Accepted:
xsmbrowser_3.4.0-11.diff.gz
  to pool/main/x/xsmbrowser/xsmbrowser_3.4.0-11.diff.gz
xsmbrowser_3.4.0-11.dsc
  to pool/main/x/xsmbrowser/xsmbrowser_3.4.0-11.dsc
xsmbrowser_3.4.0-11_all.deb
  to pool/main/x/xsmbrowser/xsmbrowser_3.4.0-11_all.deb


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



Accepted icecast-server 1:1.3.12-13 (source i386)

2005-09-01 Thread Emmanuel le Chevoir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 11:27:55 +0200
Source: icecast-server
Binary: icecast-server
Architecture: source i386
Version: 1:1.3.12-13
Distribution: unstable
Urgency: low
Maintainer: Emmanuel le Chevoir [EMAIL PROTECTED]
Changed-By: Emmanuel le Chevoir [EMAIL PROTECTED]
Description: 
 icecast-server - MPEG Layer III Streaming Server
Closes: 315860
Changes: 
 icecast-server (1:1.3.12-13) unstable; urgency=low
 .
   * Bumped Standards-Version to 3.6.2.1
   * Added Portuguese debconf template translation. (Thanks to Eduardo Silva)
 (Closes: #315860)
Files: 
 d7e33f4e269dd7b90cf1b0d5c1dc048f 667 sound optional 
icecast-server_1.3.12-13.dsc
 58b7c5baa4fa1bb96dbe0fafed415118 93080 sound optional 
icecast-server_1.3.12-13.diff.gz
 3db909c57e0695a3fb52413c289dd8d0 182968 sound optional 
icecast-server_1.3.12-13_i386.deb

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

iD8DBQFDFs1A4i/Wdr6T0t4RAkNgAKCSvlpJPtz4OCSc3OFXpimux4OdkwCgg7Ta
AGsltgVY7WZW5mDTcHYI2tE=
=qTPq
-END PGP SIGNATURE-


Accepted:
icecast-server_1.3.12-13.diff.gz
  to pool/main/i/icecast-server/icecast-server_1.3.12-13.diff.gz
icecast-server_1.3.12-13.dsc
  to pool/main/i/icecast-server/icecast-server_1.3.12-13.dsc
icecast-server_1.3.12-13_i386.deb
  to pool/main/i/icecast-server/icecast-server_1.3.12-13_i386.deb


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



Accepted xmms-singit 0.1.28-3 (source i386)

2005-09-01 Thread Florian Ernst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 11:50:11 +0200
Source: xmms-singit
Binary: xmms-singit
Architecture: source i386
Version: 0.1.28-3
Distribution: unstable
Urgency: low
Maintainer: Florian Ernst [EMAIL PROTECTED]
Changed-By: Florian Ernst [EMAIL PROTECTED]
Description: 
 xmms-singit - Display and edit lyrics with XMMS
Changes: 
 xmms-singit (0.1.28-3) unstable; urgency=low
 .
   * Rebuild in order to adapt to new package names due to the C++ transition,
 this will finally make this package installable again in sid
Files: 
 588df75e8a335ddc9a44e230e586a4d0 737 sound optional xmms-singit_0.1.28-3.dsc
 0fef4cd80a8677979495fa06a4b68cc9 6541 sound optional 
xmms-singit_0.1.28-3.diff.gz
 2743296dd2c0c7caf3571d47189d1493 312268 sound optional 
xmms-singit_0.1.28-3_i386.deb

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

iD8DBQFDFtOEs3U+TVFLPnwRAlK/AJ9f8g2yAwcnwy0EbkL3dkkEP+v98ACfY1QN
uuFkTvRb9zPCXllRt2o/hsQ=
=NqEd
-END PGP SIGNATURE-


Accepted:
xmms-singit_0.1.28-3.diff.gz
  to pool/main/x/xmms-singit/xmms-singit_0.1.28-3.diff.gz
xmms-singit_0.1.28-3.dsc
  to pool/main/x/xmms-singit/xmms-singit_0.1.28-3.dsc
xmms-singit_0.1.28-3_i386.deb
  to pool/main/x/xmms-singit/xmms-singit_0.1.28-3_i386.deb


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



Accepted luma 2.2.1-1 (source i386)

2005-09-01 Thread Bjorn Ove Grotan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 23 Aug 2005 09:57:40 +0100
Source: luma
Binary: luma
Architecture: source i386
Version: 2.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Bjorn Ove Grotan [EMAIL PROTECTED]
Changed-By: Bjorn Ove Grotan [EMAIL PROTECTED]
Description: 
 luma   - gui utility for accessing and managing LDAP database
Changes: 
 luma (2.2.1-1) unstable; urgency=low
 .
   * Updated translations
   * Fixed bugs in template plugin
Files: 
 08636206bbbace47d905302ec023e911 635 utils extra luma_2.2.1-1.dsc
 1e6e5cadf85c55081275b7ece31719eb 813281 utils extra luma_2.2.1.orig.tar.gz
 009b4c50a17105710fc400795069ee9f 2643 utils extra luma_2.2.1-1.diff.gz
 1f4c89197bc0f8c8b9f2bd9f4b7f089f 1060810 utils extra luma_2.2.1-1_i386.deb

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

iD8DBQFDFtrz8g+sC3uDV+URAoy9AKCPD5/CuopwIzWVImCAZ63kPNBqmwCgpVMH
tETL3jXEL1jnKSYeePMcLT4=
=6DkQ
-END PGP SIGNATURE-


Accepted:
luma_2.2.1-1.diff.gz
  to pool/main/l/luma/luma_2.2.1-1.diff.gz
luma_2.2.1-1.dsc
  to pool/main/l/luma/luma_2.2.1-1.dsc
luma_2.2.1-1_i386.deb
  to pool/main/l/luma/luma_2.2.1-1_i386.deb
luma_2.2.1.orig.tar.gz
  to pool/main/l/luma/luma_2.2.1.orig.tar.gz


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



Accepted kernel-image-2.4.27-alpha 2.4.27-11 (source alpha)

2005-09-01 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 17 Aug 2005 09:06:21 +0200
Source: kernel-image-2.4.27-alpha
Binary: kernel-headers-2.4.27-2-generic kernel-image-2.4.27-2-smp 
kernel-headers-2.4.27-2-smp kernel-image-2.4.27-2-generic kernel-build-2.4.27-2 
kernel-headers-2.4.27-2
Architecture: source alpha
Version: 2.4.27-11
Distribution: unstable
Urgency: high
Maintainer: Debian Kernel Team debian-kernel@lists.debian.org
Changed-By: Norbert Tretkowski [EMAIL PROTECTED]
Description: 
 kernel-build-2.4.27-2 - Headers for building modules for Linux 2.4.27
 kernel-headers-2.4.27-2 - Header files related to Linux kernel version 2.4.27
 kernel-headers-2.4.27-2-generic - Linux kernel headers 2.4.27 on Alpha
 kernel-headers-2.4.27-2-smp - Linux kernel headers 2.4.27 on Alpha SMP
 kernel-image-2.4.27-2-generic - Linux kernel image for version 2.4.27 on Alpha.
 kernel-image-2.4.27-2-smp - Linux kernel image for version 2.4.27 on Alpha SMP.
Changes: 
 kernel-image-2.4.27-alpha (2.4.27-11) unstable; urgency=high
 .
   * Built against kernel-tree 2.4.27-11.
   * Added build depends on gcc-3.3 as the default gcc is being changed
 from 3.3 to 4.0.
Files: 
 2c9df22509861b515e14c233c1dc52e8 822 devel optional 
kernel-image-2.4.27-alpha_2.4.27-11.dsc
 4c31bd8815678a02ad87f6410a2d9da3 30148 devel optional 
kernel-image-2.4.27-alpha_2.4.27-11.tar.gz
 2aef2bce863689d37b84084b99881c3f 4809978 devel optional 
kernel-headers-2.4.27-2_2.4.27-11_alpha.deb
 b1cbac36f1cc4a43afb948923dc00ca3 273310 devel optional 
kernel-headers-2.4.27-2-smp_2.4.27-11_alpha.deb
 27bcc760ed5b33cff52ff1460195e18c 16971486 base optional 
kernel-image-2.4.27-2-smp_2.4.27-11_alpha.deb
 0a2b9638b63ceb60339a79de492fb902 271420 devel optional 
kernel-headers-2.4.27-2-generic_2.4.27-11_alpha.deb
 4068ac9d2f8fbe07291219472647fa5d 16515604 base optional 
kernel-image-2.4.27-2-generic_2.4.27-11_alpha.deb
 199b985cfde1682eaaa430bc7cdd58ff 5720 devel optional 
kernel-build-2.4.27-2_2.4.27-11_alpha.deb

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

iD8DBQFDFoZRr/RnCw96jQERAp+hAJ9Wejhk1vKvofHaHeWMNrek4gVfvACguc62
Vn8E+T1Er0rFKMlMF5fcQRM=
=/tog
-END PGP SIGNATURE-


Accepted:
kernel-build-2.4.27-2_2.4.27-11_alpha.deb
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-build-2.4.27-2_2.4.27-11_alpha.deb
kernel-headers-2.4.27-2-generic_2.4.27-11_alpha.deb
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-headers-2.4.27-2-generic_2.4.27-11_alpha.deb
kernel-headers-2.4.27-2-smp_2.4.27-11_alpha.deb
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-headers-2.4.27-2-smp_2.4.27-11_alpha.deb
kernel-headers-2.4.27-2_2.4.27-11_alpha.deb
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-headers-2.4.27-2_2.4.27-11_alpha.deb
kernel-image-2.4.27-2-generic_2.4.27-11_alpha.deb
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-image-2.4.27-2-generic_2.4.27-11_alpha.deb
kernel-image-2.4.27-2-smp_2.4.27-11_alpha.deb
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-image-2.4.27-2-smp_2.4.27-11_alpha.deb
kernel-image-2.4.27-alpha_2.4.27-11.dsc
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-image-2.4.27-alpha_2.4.27-11.dsc
kernel-image-2.4.27-alpha_2.4.27-11.tar.gz
  to 
pool/main/k/kernel-image-2.4.27-alpha/kernel-image-2.4.27-alpha_2.4.27-11.tar.gz


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



Accepted gcc-snapshot 20050901-1 (source i386)

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

Format: 1.7
Date: Thu,  1 Sep 2005 08:46:40 +0200
Source: gcc-snapshot
Binary: gcc-snapshot
Architecture: source i386
Version: 20050901-1
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gcc-snapshot - A SNAPSHOT of the GNU Compiler Collection
Changes: 
 gcc-snapshot (20050901-1) unstable; urgency=low
 .
   * CVS 20050831, taken from HEAD (4.1).
   * Disable all biarch builds.
   * Build-depend on new libcairo.
   * On i386, configure for i686-linux-gnu, i486-linux-gnu currently
 shows +1000 test failures in the libjava testsuite.
Files: 
 4ea9e3c9075184d91b069de4cfd46fce 2744 devel standard 
gcc-snapshot_20050901-1.dsc
 f2eac4a2f5b16166a9567ddb3a34dc02 34037770 devel standard 
gcc-snapshot_20050901.orig.tar.gz
 79dced70fab53ec35eea9b0bc3862758 556456 devel standard 
gcc-snapshot_20050901-1.diff.gz
 be60ae9caf856eda7c0103825dfc1ec1 44463028 devel extra 
gcc-snapshot_20050901-1_i386.deb

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

iD8DBQFDFs9eStlRaw+TLJwRAlXOAKCcFFDBvCdINb/+S+aCahmVhtswtwCgiWV9
YMQOK9ZMo4ZHNB7KGqKAqkQ=
=nn5k
-END PGP SIGNATURE-


Accepted:
gcc-snapshot_20050901-1.diff.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050901-1.diff.gz
gcc-snapshot_20050901-1.dsc
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050901-1.dsc
gcc-snapshot_20050901-1_i386.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050901-1_i386.deb
gcc-snapshot_20050901.orig.tar.gz
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050901.orig.tar.gz


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



Accepted capisuite 0.4.5-3.1 (source i386)

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

Format: 1.7
Date: Thu,  1 Sep 2005 10:51:23 +
Source: capisuite
Binary: capisuite
Architecture: source i386
Version: 0.4.5-3.1
Distribution: unstable
Urgency: low
Maintainer: Daniel J. Priem [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 capisuite  - easy fax and voice box solution for ISDN/CAPI capable devices
Closes: 322905 323550
Changes: 
 capisuite (0.4.5-3.1) unstable; urgency=low
 .
   * NMU
   * Rebuild for libcapi20-3 (closes: #323550, #322905).
Files: 
 aa9354eed71cf37cd76f613b7b9944b8 723 comm extra capisuite_0.4.5-3.1.dsc
 966305aefa25803496680c42fc3b0af3 31005 comm extra capisuite_0.4.5-3.1.diff.gz
 bfabb51544d18c56167e44c1f513ea30 1092672 comm extra 
capisuite_0.4.5-3.1_i386.deb

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

iD8DBQFDFuIzStlRaw+TLJwRAvM/AJsG/JNBwDaxdlPlHMiDP/N6Mo1SJQCgpfcN
TILyT0AmAch5xh0KS3QE8K8=
=lIrk
-END PGP SIGNATURE-


Accepted:
capisuite_0.4.5-3.1.diff.gz
  to pool/main/c/capisuite/capisuite_0.4.5-3.1.diff.gz
capisuite_0.4.5-3.1.dsc
  to pool/main/c/capisuite/capisuite_0.4.5-3.1.dsc
capisuite_0.4.5-3.1_i386.deb
  to pool/main/c/capisuite/capisuite_0.4.5-3.1_i386.deb


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



Accepted partman-auto 43 (source all)

2005-09-01 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 13:04:10 +0200
Source: partman-auto
Binary: partman-auto
Architecture: source all
Version: 43
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Sven Luther [EMAIL PROTECTED]
Description: 
 partman-auto - Automatically partition storage devices (partman) (udeb)
Changes: 
 partman-auto (43) unstable; urgency=low
 .
   [ Frans Pop ]
   * Changed dependency from partman to partman-base.
 .
   [ Sven Luther ]
   * Added prep recipes, as a plain copy of the chrp_rs6k ones.
Files: 
 0ec3a76842c51e4bd09fa60523a5cf17 657 debian-installer standard 
partman-auto_43.dsc
 2ccfa3e037c25fb20282d5f740116470 61181 debian-installer standard 
partman-auto_43.tar.gz
 950599e4d3683ca9629c6d50770e06a4 42880 debian-installer standard 
partman-auto_43_all.udeb
Package-Type: udeb

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

iD8DBQFDFukW2WTeT3CRQaQRApiKAKCnP/5oD1aV2Fg9Y9ZVWwCG010FmQCeJa9s
aB24qwo9Eij8oM1LqPKsgJ4=
=0YzZ
-END PGP SIGNATURE-


Accepted:
partman-auto_43.dsc
  to pool/main/p/partman-auto/partman-auto_43.dsc
partman-auto_43.tar.gz
  to pool/main/p/partman-auto/partman-auto_43.tar.gz
partman-auto_43_all.udeb
  to pool/main/p/partman-auto/partman-auto_43_all.udeb


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



Accepted grisbi 0.5.7-4 (source i386)

2005-09-01 Thread Benjamin Drieu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 13:46:10 +0200
Source: grisbi
Binary: grisbi
Architecture: source i386
Version: 0.5.7-4
Distribution: unstable
Urgency: low
Maintainer: Benjamin Drieu [EMAIL PROTECTED]
Changed-By: Benjamin Drieu [EMAIL PROTECTED]
Description: 
 grisbi - Personal finance management program
Changes: 
 grisbi (0.5.7-4) unstable; urgency=low
 .
   * Build against libofx2 (close: #325099)
Files: 
 3258a8f78bc2ac3867dbd9fbacf44da6 625 x11 optional grisbi_0.5.7-4.dsc
 9f50963ff09b64c4495b9203cabab5f7 24587 x11 optional grisbi_0.5.7-4.diff.gz
 20de089aab3942646db11f5a7e686c21 720072 x11 optional grisbi_0.5.7-4_i386.deb

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

iD8DBQFDFuxonDLqtZBL50ERAs7SAJ99Lt+9hHsE1H2IYZ/31bRwHL1OJQCg+MEu
Erjhyj/t7Z2VyWMbHnLpA4Q=
=q6Ac
-END PGP SIGNATURE-


Accepted:
grisbi_0.5.7-4.diff.gz
  to pool/main/g/grisbi/grisbi_0.5.7-4.diff.gz
grisbi_0.5.7-4.dsc
  to pool/main/g/grisbi/grisbi_0.5.7-4.dsc
grisbi_0.5.7-4_i386.deb
  to pool/main/g/grisbi/grisbi_0.5.7-4_i386.deb


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



Accepted gnome-libs 1.4.2-21 (source i386 all)

2005-09-01 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 27 Aug 2005 00:13:34 +0200
Source: gnome-libs
Binary: libart2 libgnomesupport0 libgnomeui32 libgtkxmhtml-dev gnome-dev-doc 
libgnorbagtk0 libgtkxmhtml1 libgnorba-dev gnome-libs-data libgnorba27 
libzvt-dev libzvt2 gnome-bin libart-dev libgnome32 libgnome-dev
Architecture: source i386 all
Version: 1.4.2-21
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gnome-bin  - Miscellaneous binaries used by GNOME
 gnome-dev-doc - GNOME developers documentation
 gnome-libs-data - Data for GNOME libraries
 libart-dev - The GNOME canvas widget - development files
 libart2- The GNOME canvas widget - runtime files
 libgnome-dev - The GNOME libraries -- development package
 libgnome32 - The GNOME libraries
 libgnomesupport0 - The GNOME libraries (Support libraries)
 libgnomeui32 - The GNOME libraries (User Interface)
 libgnorba-dev - GNOME CORBA services -- development package
 libgnorba27 - GNOME CORBA services
 libgnorbagtk0 - GNOME CORBA services (Gtk bindings)
 libgtkxmhtml-dev - The GNOME gtkxmhtml (HTML) widget -- development package
 libgtkxmhtml1 - The GNOME gtkxmhtml (HTML) widget
 libzvt-dev - The GNOME zvt (zterm) widget -- development package
 libzvt2- The GNOME zvt (zterm) widget
Closes: 325201
Changes: 
 gnome-libs (1.4.2-21) unstable; urgency=low
 .
   * Remove unnecessary configure.in check on umode_t versus int because of
 FTBFS on pppc64 (Andreas Jochens [EMAIL PROTECTED]). (Closes: #325201)
 [debian/patches/15_umode_t-configure-check.dpatch, debian/patches/00list]
   * Import changes from 1.4.2-20 as a patch.
 [debian/patches/16_gcc4-build-fixes.dpatch, debian/patches/00list]
   * Use newer style dpatch calls. [debian/control, debian/control.in,
 debian/rules]
Files: 
 58053848fc3ff5d54eabc30ccb3e823b 2003 oldlibs optional gnome-libs_1.4.2-21.dsc
 bfc10bee9bc0a32fa9bce60a3d42c563 24263 oldlibs optional 
gnome-libs_1.4.2-21.diff.gz
 c8834144ed9ffbd41a3d2f38ba016343 308872 gnome optional 
gnome-libs-data_1.4.2-21_all.deb
 563c9e653e92a3bc25680d5011eb90cb 519720 doc optional 
gnome-dev-doc_1.4.2-21_all.deb
 0c5f446efdd0d02b424c9e085f0d1cd6 80720 oldlibs optional 
libgnome32_1.4.2-21_i386.deb
 36b424cd29e7c3f9cd55b42dc1a3ed9a 435238 oldlibs optional 
libgnomeui32_1.4.2-21_i386.deb
 180cc63c1278e06576073bef22940fee 25470 oldlibs optional 
libgnomesupport0_1.4.2-21_i386.deb
 7936a17add303ec92aa0fb497ee86c18 584426 libdevel optional 
libgnome-dev_1.4.2-21_i386.deb
 b29cb5c96ff78de8e8db13baaf62ac26 50116 oldlibs optional 
libart2_1.4.2-21_i386.deb
 d09f6e92c24ede3cdd1dd7a61f9c4f59 47632 libdevel optional 
libart-dev_1.4.2-21_i386.deb
 4abbe777553a492f867f54573249eba7 54606 oldlibs optional 
libgnorba27_1.4.2-21_i386.deb
 3361e4cc284c93bd332edf99eab0616e 44520 oldlibs optional 
libgnorbagtk0_1.4.2-21_i386.deb
 8c5c1806bf5cea3cbdcecbfc06301c5d 35938 libdevel optional 
libgnorba-dev_1.4.2-21_i386.deb
 951a2681a36168d7ca927ad7b711ca23 97608 oldlibs optional 
libzvt2_1.4.2-21_i386.deb
 76a505236ffc69c1f8d1dc8493d017f8 51802 libdevel optional 
libzvt-dev_1.4.2-21_i386.deb
 c5ab1a176bdb07c2b547deff5d0289d4 186046 oldlibs optional 
libgtkxmhtml1_1.4.2-21_i386.deb
 5ddf81647726422646371a5395ae4ada 244574 libdevel optional 
libgtkxmhtml-dev_1.4.2-21_i386.deb
 d24ea4153751126ae7d954f7c5f00a1a 93906 gnome optional 
gnome-bin_1.4.2-21_i386.deb

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

iD8DBQFDFvSaQxo87aLX0pIRAuXZAJ9nX09eSsrRKXFu79BKkLYZnzpFmQCg0Wrg
wIgqhSPFIHPAXXol3QMewhk=
=ujHe
-END PGP SIGNATURE-


Accepted:
gnome-bin_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/gnome-bin_1.4.2-21_i386.deb
gnome-dev-doc_1.4.2-21_all.deb
  to pool/main/g/gnome-libs/gnome-dev-doc_1.4.2-21_all.deb
gnome-libs-data_1.4.2-21_all.deb
  to pool/main/g/gnome-libs/gnome-libs-data_1.4.2-21_all.deb
gnome-libs_1.4.2-21.diff.gz
  to pool/main/g/gnome-libs/gnome-libs_1.4.2-21.diff.gz
gnome-libs_1.4.2-21.dsc
  to pool/main/g/gnome-libs/gnome-libs_1.4.2-21.dsc
libart-dev_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libart-dev_1.4.2-21_i386.deb
libart2_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libart2_1.4.2-21_i386.deb
libgnome-dev_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnome-dev_1.4.2-21_i386.deb
libgnome32_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnome32_1.4.2-21_i386.deb
libgnomesupport0_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnomesupport0_1.4.2-21_i386.deb
libgnomeui32_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnomeui32_1.4.2-21_i386.deb
libgnorba-dev_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnorba-dev_1.4.2-21_i386.deb
libgnorba27_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnorba27_1.4.2-21_i386.deb
libgnorbagtk0_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgnorbagtk0_1.4.2-21_i386.deb
libgtkxmhtml-dev_1.4.2-21_i386.deb
  to pool/main/g/gnome-libs/libgtkxmhtml-dev_1.4.2-21_i386.deb

Accepted wput 0.5-3 (source i386)

2005-09-01 Thread Khalid El Fathi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 31 Aug 2005 21:48:44 +0200
Source: wput
Binary: wput
Architecture: source i386
Version: 0.5-3
Distribution: unstable
Urgency: low
Maintainer: Khalid El Fathi [EMAIL PROTECTED]
Changed-By: Khalid El Fathi [EMAIL PROTECTED]
Description: 
 wput   - A tiny wget-like ftp-client for uploading files
Changes: 
 wput (0.5-3) unstable; urgency=low
 .
   * debian/control: Updated to Standards-Version 3.6.2 and download location.
   * debian/copyright: Updated download location and address of Free Software
 Foundation.
Files: 
 e941d8c25e4ccb6155016de1c4246473 548 web optional wput_0.5-3.dsc
 915615074c4887eb89afad6bb8973b53 24846 web optional wput_0.5-3.diff.gz
 55e4e60f94bef53636c157eaa5b0569f 48370 web optional wput_0.5-3_i386.deb

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

iD8DBQFDFwIIw3ao2vG823MRAu8BAJ434eQCl/Rm6trOroeKd1xc35eaWwCfRMLv
EWGmUiLyG5lW56WIAqDUNDM=
=jzWW
-END PGP SIGNATURE-


Accepted:
wput_0.5-3.diff.gz
  to pool/main/w/wput/wput_0.5-3.diff.gz
wput_0.5-3.dsc
  to pool/main/w/wput/wput_0.5-3.dsc
wput_0.5-3_i386.deb
  to pool/main/w/wput/wput_0.5-3_i386.deb


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



Accepted bozohttpd 20050410-2 (source i386 sparc)

2005-09-01 Thread Mattias Nordstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 26 Aug 2005 18:07:16 +0300
Source: bozohttpd
Binary: bozohttpd
Architecture: source i386 sparc
Version: 20050410-2
Distribution: unstable
Urgency: low
Maintainer: Mattias Nordstrom [EMAIL PROTECTED]
Changed-By: Mattias Nordstrom [EMAIL PROTECTED]
Description: 
 bozohttpd  - Bozotic HTTP server
Changes: 
 bozohttpd (20050410-2) unstable; urgency=low
 .
   * Added dependancy on netbase, needed by maintainer scripts for update-inetd.
Files: 
 300e3b70203039f7c809d8f0b794f1cc 600 net extra bozohttpd_20050410-2.dsc
 61415b2049e309b94e90a0d5ffd6b527 3534 net extra bozohttpd_20050410-2.diff.gz
 da6ec6b2d5de5333d56cb92e252d1a7a 31692 net extra bozohttpd_20050410-2_i386.deb
 2616a0daaf87e2814f9f019949cfc639 32780 net extra bozohttpd_20050410-2_sparc.deb

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

iD8DBQFDFwUXgY5NIXPNpFURAnWTAKCQrXX6mEYpVnTFrnmbAcSSRpk+uQCfb7F1
FLkD4F2K7OfVCL2edh1Bun4=
=srU4
-END PGP SIGNATURE-


Accepted:
bozohttpd_20050410-2.diff.gz
  to pool/main/b/bozohttpd/bozohttpd_20050410-2.diff.gz
bozohttpd_20050410-2.dsc
  to pool/main/b/bozohttpd/bozohttpd_20050410-2.dsc
bozohttpd_20050410-2_i386.deb
  to pool/main/b/bozohttpd/bozohttpd_20050410-2_i386.deb
bozohttpd_20050410-2_sparc.deb
  to pool/main/b/bozohttpd/bozohttpd_20050410-2_sparc.deb


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



Accepted twisted 2.0.1-4 (source all i386)

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

Format: 1.7
Date: Thu,  1 Sep 2005 15:49:29 +0200
Source: twisted
Binary: python2.3-twisted-conch python2.4-twisted-conch python2.4-twisted-bin 
python-twisted-conch twisted-quotes twisted-doc-api python2.3-twisted-bin 
twisted-doc python2.3-twisted python2.4-twisted python-twisted
Architecture: source all i386
Version: 2.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Matthias Klose [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 python-twisted - Event-based framework for internet applications (dummy 
package)
 python-twisted-conch - The Twisted SSH Implementation (default python version)
 python2.3-twisted - Event-based framework for internet applications
 python2.3-twisted-bin - Event-based framework for internet applications
 python2.3-twisted-conch - The Twisted SSH Implementation (for Python 2.3)
 python2.4-twisted - Event-based framework for internet applications
 python2.4-twisted-bin - Event-based framework for internet applications
 python2.4-twisted-conch - The Twisted SSH Implementation (for Python 2.4)
 twisted-doc - The official documentation of Twisted
 twisted-doc-api - The auto-generated API docs of Twisted
 twisted-quotes - Quotes from the Twisted development team
Closes: 313313 314508 315307 317290 318167 323551 326021
Changes: 
 twisted (2.0.1-4) unstable; urgency=low
 .
   * Fix doc symlinks (closes: #313313).
   * Remove conflict with supyb, requested by the supyb maintainer.
   * Suggest python-wxgtk2.4 | python-wxgtk2.6.
   * Fix man page symlinks (closes: #326021, #314508, #315307, #323551).
   * Fix location of the tutorial in the doc-base file (closes: #318167).
   * python-twisted: Add dependency on python-soappy (closes: #317290).
Files: 
 a6a306fd58556557ede0852380768320 876 python optional twisted_2.0.1-4.dsc
 a22e4f3dcf2692c09ede644bb7e1805c 8184 python optional twisted_2.0.1-4.diff.gz
 5c602b829689b9bf6462f118ed52cf0f 2044 python optional 
python-twisted_2.0.1-4_all.deb
 7d22069978c177a73e9af32055aabfa7 1232560 python optional 
python2.4-twisted_2.0.1-4_all.deb
 77fea47339618fd40401fc7b5a87ac93 1232524 python optional 
python2.3-twisted_2.0.1-4_all.deb
 e3b05e005c61215b22d417f8ac27a6f1 1042282 doc optional 
twisted-doc_2.0.1-4_all.deb
 6bd9b5fb82eab1e882fe6efbe34daec3 854 doc optional 
twisted-doc-api_2.0.1-4_all.deb
 4b50533d420a69e83ffa960f23e41fd0 105564 net optional 
twisted-quotes_2.0.1-4_all.deb
 49d8198b254a81dfc69cfec9d82d8123 1404 python optional 
python-twisted-conch_2.0.1-4_all.deb
 6eb82e8dc5609f6bdaffb773729df80f 146640 python optional 
python2.4-twisted-conch_2.0.1-4_all.deb
 13b098027fddde3c1c9b6aefd7049405 146638 python optional 
python2.3-twisted-conch_2.0.1-4_all.deb
 5c78ff203e1d35000adc13cebdfab1e6 17048 python optional 
python2.4-twisted-bin_2.0.1-4_i386.deb
 cce2ca2f4a036649da5c71bbe9911cf6 17050 python optional 
python2.3-twisted-bin_2.0.1-4_i386.deb

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

iD8DBQFDFwemStlRaw+TLJwRAiZ2AJwK/ojYyDQerMKezrSoPhp483J7KQCgwLKH
LB6TcrBScqqnmEWwU93cgCE=
=yQQQ
-END PGP SIGNATURE-


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


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



Accepted alsaplayer 0.99.76-7 (source powerpc)

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

Format: 1.7
Date: Thu,  1 Sep 2005 14:46:43 +0100
Source: alsaplayer
Binary: alsaplayer-daemon alsaplayer-xosd libalsaplayer-dev alsaplayer-jack 
alsaplayer-esd alsaplayer-text alsaplayer-nas alsaplayer-oss alsaplayer-alsa 
alsaplayer-gtk libalsaplayer0 alsaplayer-common
Architecture: source powerpc
Version: 0.99.76-7
Distribution: unstable
Urgency: low
Maintainer: Hubert Chan [EMAIL PROTECTED]
Changed-By: Paul Brossier [EMAIL PROTECTED]
Description: 
 alsaplayer-alsa - PCM player designed for ALSA (ALSA output module)
 alsaplayer-common - PCM player designed for ALSA (common files)
 alsaplayer-daemon - PCM player designed for ALSA (non-interactive version)
 alsaplayer-esd - PCM player designed for ALSA (EsounD output module)
 alsaplayer-gtk - PCM player designed for ALSA (GTK version)
 alsaplayer-jack - PCM player designed for ALSA (JACK output module)
 alsaplayer-nas - PCM player designed for ALSA (NAS output module)
 alsaplayer-oss - PCM player designed for ALSA (OSS output module)
 alsaplayer-text - PCM player designed for ALSA (text version)
 alsaplayer-xosd - PCM player designed for ALSA (osd version)
 libalsaplayer-dev - PCM player designed for ALSA (interface library, 
development file
 libalsaplayer0 - PCM player designed for ALSA (interface library)
Closes: 325527 325944
Changes: 
 alsaplayer (0.99.76-7) unstable; urgency=low
 .
   [ Hubert Chan ]
   * Merged in some patches from CVS:
 + 09_looper_thread: upstream's fix for checking looper_thread.
 + 12_thread_cond_wait: use conditional waits in threads (more portable).
 + 13_mem_thread_fix: various memory and threading fixes.
 + 14_percent_decoding: fix percent decoding of filenames.
   * Fixed package descriptions to contain proper capitalization of JACK, and
 consistently use EsounD instead of esd.
 .
   [ Paul Brossier ]
   * Rebuild against latest liboggflac-dev (closes: #325527, #325944)
   * Added a simple patch:
 + 15_jack_oss: Jack output does not fail anymore when no physical output
 is found
Files: 
 7620465490ee9a1ce1a256a6cd48e430 1126 sound optional alsaplayer_0.99.76-7.dsc
 153980633bba79e79e3edc340be2d2eb 149138 sound optional 
alsaplayer_0.99.76-7.diff.gz
 792a831cd195f5e4981d3d9876bcf638 95598 sound optional 
alsaplayer-gtk_0.99.76-7_powerpc.deb
 e74cb71611b0684ebd540124a8444173 7390 sound optional 
alsaplayer-text_0.99.76-7_powerpc.deb
 0942e9215842a363f6e5fe51236ae9b8 6476 sound optional 
alsaplayer-daemon_0.99.76-7_powerpc.deb
 6b68347529b66469074e48b21314e399 7118 sound optional 
alsaplayer-xosd_0.99.76-7_powerpc.deb
 3585d99cbeb0ca34af189bcf9cede9ff 182810 sound optional 
alsaplayer-common_0.99.76-7_powerpc.deb
 08053f4c45f283234f765f52df633838 4878 sound optional 
alsaplayer-oss_0.99.76-7_powerpc.deb
 d13b86e426db50f3054021b24231b9e2 6220 sound optional 
alsaplayer-alsa_0.99.76-7_powerpc.deb
 ca9882034e8c295604cedc0affb3b6f8 4732 sound optional 
alsaplayer-esd_0.99.76-7_powerpc.deb
 3e62f4ac98c17b3c121e367789248548 6424 sound optional 
alsaplayer-nas_0.99.76-7_powerpc.deb
 2dd9c592476f537d349d89bfe54d5342 8438 sound optional 
alsaplayer-jack_0.99.76-7_powerpc.deb
 451189e6e6363e5bd4fec6611e0d300c 31118 libs optional 
libalsaplayer0_0.99.76-7_powerpc.deb
 9d719c9203c0db0747de463fc8b577ef 69106 libdevel optional 
libalsaplayer-dev_0.99.76-7_powerpc.deb

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

iD8DBQFDFwrP2PLmgVuXpdIRAoGrAKCDH6EvkhV2V6c3xybrEStSiS9pEQCeMNey
TwGC/c7APut/Jc7Fsd9fUM8=
=xZeT
-END PGP SIGNATURE-


Accepted:
alsaplayer-alsa_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-alsa_0.99.76-7_powerpc.deb
alsaplayer-common_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-common_0.99.76-7_powerpc.deb
alsaplayer-daemon_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-daemon_0.99.76-7_powerpc.deb
alsaplayer-esd_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-esd_0.99.76-7_powerpc.deb
alsaplayer-gtk_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-gtk_0.99.76-7_powerpc.deb
alsaplayer-jack_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-jack_0.99.76-7_powerpc.deb
alsaplayer-nas_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-nas_0.99.76-7_powerpc.deb
alsaplayer-oss_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-oss_0.99.76-7_powerpc.deb
alsaplayer-text_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-text_0.99.76-7_powerpc.deb
alsaplayer-xosd_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/alsaplayer-xosd_0.99.76-7_powerpc.deb
alsaplayer_0.99.76-7.diff.gz
  to pool/main/a/alsaplayer/alsaplayer_0.99.76-7.diff.gz
alsaplayer_0.99.76-7.dsc
  to pool/main/a/alsaplayer/alsaplayer_0.99.76-7.dsc
libalsaplayer-dev_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/libalsaplayer-dev_0.99.76-7_powerpc.deb
libalsaplayer0_0.99.76-7_powerpc.deb
  to pool/main/a/alsaplayer/libalsaplayer0_0.99.76-7_powerpc.deb


-- 
To 

Accepted kdenetwork 4:3.4.2-2 (source i386 all)

2005-09-01 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 10:46:08 +0200
Source: kdenetwork
Binary: knewsticker kwifimanager dcoprss ksirc kdenetwork-filesharing kppp kpf 
librss1 kdenetwork-doc-html kdenetwork kopete kget kdenetwork-kfile-plugins 
krfb krdc kdenetwork-dev kdict ktalkd lisa
Architecture: source i386 all
Version: 4:3.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 dcoprss- RSS utilities for KDE
 kdenetwork - network-related apps from the official KDE release
 kdenetwork-dev - development files for the KDE network module
 kdenetwork-doc-html - KDE network documentation in HTML format
 kdenetwork-filesharing - network filesharing configuration module for KDE
 kdenetwork-kfile-plugins - torrent metainfo plugin for KDE
 kdict  - dictionary client for KDE
 kget   - download manager for KDE
 knewsticker - news ticker applet for KDE
 kopete - instant messenger for KDE
 kpf- public fileserver for KDE
 kppp   - modem dialer and ppp frontend for KDE
 krdc   - Remote Desktop Connection for KDE
 krfb   - Desktop Sharing for KDE
 ksirc  - IRC client for KDE
 ktalkd - talk daemon for KDE
 kwifimanager - wireless lan manager for KDE
 librss1- RSS library for KDE
 lisa   - LAN information server for KDE
Changes: 
 kdenetwork (4:3.4.2-2) unstable; urgency=low
 .
   +++ Changes by Luk Claes:
 .
   * Updated FSF address.
 .
   * Build with g++-3.4 on arm, m68k and hppa; kdenetwork also makes gcc 4.0 ICE
 as described in #323133.
Files: 
 f3be67bb220305bc08961411d881e738 1320 kde optional kdenetwork_3.4.2-2.dsc
 9e84d396c77152c1193f819a13968e7c 242662 kde optional kdenetwork_3.4.2-2.diff.gz
 0b172762a7579f68f71d95eb3c3914d6 22034 kde optional kdenetwork_3.4.2-2_all.deb
 2fe2d47b02320e3c5b7d74357911bb5e 207230 doc optional 
kdenetwork-doc-html_3.4.2-2_all.deb
 f6fb40b14e548273f57d26b121dd97b4 79636 net optional dcoprss_3.4.2-2_i386.deb
 0343347d499dba5e396cd1c1661f9fbe 44530 kde optional 
kdenetwork-kfile-plugins_3.4.2-2_i386.deb
 775fc877cd9d5f148d4d05961dd35b20 603542 net optional 
kdenetwork-filesharing_3.4.2-2_i386.deb
 9da8768b95fa6c7357dc473b41890163 271708 net optional kdict_3.4.2-2_i386.deb
 193004c6949d8fc49101444dc3ede465 465128 net optional kget_3.4.2-2_i386.deb
 b89755e1fcf5f3f2176b6cf2a8079575 444366 kde optional 
knewsticker_3.4.2-2_i386.deb
 d164c2dd6d2ba8ea22000d75d2d8038e 4363402 kde optional kopete_3.4.2-2_i386.deb
 e6af8ffb9574e0a19e0f9165480c6ab0 190128 net optional kpf_3.4.2-2_i386.deb
 49c6ee3e58ca9ebaad362c78c74abb2d 673182 net optional kppp_3.4.2-2_i386.deb
 e634bde425fbc4c4e0da964aaeb35c6c 499756 net optional krdc_3.4.2-2_i386.deb
 7d7013e84e56d46cac58ff94c84a3ad6 932984 net optional krfb_3.4.2-2_i386.deb
 90e07362615a34d785355bc5f1711805 712242 net optional ksirc_3.4.2-2_i386.deb
 4a101300c6611d234be5941400988642 137470 net extra ktalkd_3.4.2-2_i386.deb
 1c7710ebd287cc3a1b5c322c7c5d0e08 197430 net optional 
kwifimanager_3.4.2-2_i386.deb
 2ca8245890fce767ecc93f63265d90ab 50782 libs optional librss1_3.4.2-2_i386.deb
 1efbb026aab7af05e3c9c199cdaa3e80 97752 devel optional 
kdenetwork-dev_3.4.2-2_i386.deb
 2ef2a778ec5fc966afc4cace51105f67 175114 net optional lisa_3.4.2-2_i386.deb

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

iD8DBQFDFw4m5UTeB5t8Mo0RApeQAJ9Dg63kGqdA3gHPZc9n0+5wsR7mtwCgijgd
R1SiyiPA37O9GL1qFHXkkHU=
=XLyx
-END PGP SIGNATURE-


Accepted:
dcoprss_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/dcoprss_3.4.2-2_i386.deb
kdenetwork-dev_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_3.4.2-2_i386.deb
kdenetwork-doc-html_3.4.2-2_all.deb
  to pool/main/k/kdenetwork/kdenetwork-doc-html_3.4.2-2_all.deb
kdenetwork-filesharing_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.4.2-2_i386.deb
kdenetwork-kfile-plugins_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-kfile-plugins_3.4.2-2_i386.deb
kdenetwork_3.4.2-2.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.4.2-2.diff.gz
kdenetwork_3.4.2-2.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.4.2-2.dsc
kdenetwork_3.4.2-2_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.4.2-2_all.deb
kdict_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kdict_3.4.2-2_i386.deb
kget_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kget_3.4.2-2_i386.deb
knewsticker_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/knewsticker_3.4.2-2_i386.deb
kopete_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kopete_3.4.2-2_i386.deb
kpf_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kpf_3.4.2-2_i386.deb
kppp_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/kppp_3.4.2-2_i386.deb
krdc_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/krdc_3.4.2-2_i386.deb
krfb_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/krfb_3.4.2-2_i386.deb
ksirc_3.4.2-2_i386.deb
  to pool/main/k/kdenetwork/ksirc_3.4.2-2_i386.deb

Accepted fish 1.13.1-1 (ia64 source)

2005-09-01 Thread James Vega
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 08:40:25 -0400
Source: fish
Binary: fish
Architecture: source ia64
Version: 1.13.1-1
Distribution: unstable
Urgency: low
Maintainer: James Vega [EMAIL PROTECTED]
Changed-By: James Vega [EMAIL PROTECTED]
Description: 
 fish   - a friendly interactive shell
Changes: 
 fish (1.13.1-1) unstable; urgency=low
 .
   * New upstream release.
   * debian/rules: Update clean target to remove some generated files.
   * debian/copyright: Update the FSF address.
Files: 
 7f1e6159b18c2638bbe98e534170c438 644 shells optional fish_1.13.1-1.dsc
 d33969ea09ee05b44e6dac21ead93b46 416592 shells optional fish_1.13.1.orig.tar.gz
 65e6d269b94080a12d8bb30f909865fc 3786 shells optional fish_1.13.1-1.diff.gz
 bd0ba341e9b7c8b9094a7feb0a5e630e 280368 shells optional fish_1.13.1-1_ia64.deb

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

iD8DBQFDFxNY5M5hmdCYCpkRAq90AJoDSHg911d8zMX3IgINOWc+Pt/fZgCgnX4d
MNTohlmfncmylkJXZh2YW0A=
=rZX1
-END PGP SIGNATURE-


Accepted:
fish_1.13.1-1.diff.gz
  to pool/main/f/fish/fish_1.13.1-1.diff.gz
fish_1.13.1-1.dsc
  to pool/main/f/fish/fish_1.13.1-1.dsc
fish_1.13.1-1_ia64.deb
  to pool/main/f/fish/fish_1.13.1-1_ia64.deb
fish_1.13.1.orig.tar.gz
  to pool/main/f/fish/fish_1.13.1.orig.tar.gz


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



Accepted dictionaries-common 0.50.2 (source all)

2005-09-01 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 15:57:07 +0200
Source: dictionaries-common
Binary: dictionaries-common-dev dictionaries-common
Architecture: source all
Version: 0.50.2
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Closes: 318917
Changes: 
 dictionaries-common (0.50.2) unstable; urgency=low
 .
   * debian/patches/420_ispell.el_guess-wording.dpatch: (closes: #318917)
 - New patch. Improve ispell.el wording when an affix
   composition is found.
   * scripts/system/aspell-autobuildhash:
 - Make sure $options is not empty in debugging mode
   * debian/control:
 - Add | debconf-2.0 to dictionaries-common debconf dependency
   to unblock installation of cdebconf
Files: 
 364a206595ceab70c7ac34aeb0ffb230 733 text standard 
dictionaries-common_0.50.2.dsc
 b8c5f8f26ef3ca05d80a12a62f1e7d14 225166 text standard 
dictionaries-common_0.50.2.tar.gz
 28f2f0c9a60c54301c7f37c2900297d5 210386 text standard 
dictionaries-common_0.50.2_all.deb
 68f45e0523f2d7429e2669b68d6a61aa 95312 text optional 
dictionaries-common-dev_0.50.2_all.deb

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

iD8DBQFDFxRRWMZwCEWXpZMRAsj7AKCWw14bptj8xf35jk4X3YKqfxwfxACffKVe
rd3xhyY8cTH7v/LOOCVJV9U=
=mkNR
-END PGP SIGNATURE-


Accepted:
dictionaries-common-dev_0.50.2_all.deb
  to pool/main/d/dictionaries-common/dictionaries-common-dev_0.50.2_all.deb
dictionaries-common_0.50.2.dsc
  to pool/main/d/dictionaries-common/dictionaries-common_0.50.2.dsc
dictionaries-common_0.50.2.tar.gz
  to pool/main/d/dictionaries-common/dictionaries-common_0.50.2.tar.gz
dictionaries-common_0.50.2_all.deb
  to pool/main/d/dictionaries-common/dictionaries-common_0.50.2_all.deb


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



Accepted eo-spell 2.1.2000.02.25-19 (source all)

2005-09-01 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 16:53:25 +0200
Source: eo-spell
Binary: iesperanto myspell-eo
Architecture: source all
Version: 2.1.2000.02.25-19
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 iesperanto - The Esperanto dictionary for ispell
 myspell-eo - The Esperanto dictionary for myspell
Changes: 
 eo-spell (2.1.2000.02.25-19) unstable; urgency=low
 .
   * debian/control:
 - Add | debconf-2.0 to iesperanto debconf dependency
   to unblock installation of cdebconf
Files: 
 6550ba97e47af8879e9aea6b62ec64ea 693 text optional 
eo-spell_2.1.2000.02.25-19.dsc
 fce8829858ee2a0a84ad62dd775be5ba 4562 text optional 
eo-spell_2.1.2000.02.25-19.diff.gz
 cab9cd1300b60e5c32f58a23f7cc7824 100472 text optional 
iesperanto_2.1.2000.02.25-19_all.deb
 7edb291d626a41710f220fd5b3f0845e 98234 text optional 
myspell-eo_2.1.2000.02.25-19_all.deb

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

iD8DBQFDFxY3WMZwCEWXpZMRAvl4AJ9Klcshr0xZyLiAtNJI8cerNV1oBgCcDJce
2fLqAClylEz+WIDLCOer4sk=
=l0Rf
-END PGP SIGNATURE-


Accepted:
eo-spell_2.1.2000.02.25-19.diff.gz
  to pool/main/e/eo-spell/eo-spell_2.1.2000.02.25-19.diff.gz
eo-spell_2.1.2000.02.25-19.dsc
  to pool/main/e/eo-spell/eo-spell_2.1.2000.02.25-19.dsc
iesperanto_2.1.2000.02.25-19_all.deb
  to pool/main/e/eo-spell/iesperanto_2.1.2000.02.25-19_all.deb
myspell-eo_2.1.2000.02.25-19_all.deb
  to pool/main/e/eo-spell/myspell-eo_2.1.2000.02.25-19_all.deb


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



Accepted espa-nol 1.8-5 (source all)

2005-09-01 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 17:00:49 +0200
Source: espa-nol
Binary: ispanish myspell-es aspell-es
Architecture: source all
Version: 1.8-5
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 aspell-es  - Spanish dictionary for aspell
 ispanish   - The Spanish dictionary for ispell
 myspell-es - The Spanish dictionary for myspell
Changes: 
 espa-nol (1.8-5) unstable; urgency=low
 .
   * debian/control:
 - Add | debconf-2.0 to ispanish debconf dependency
   to unblock installation of cdebconf
Files: 
 7dca14c50a4e60e168018785b50f68e5 680 text optional espa-nol_1.8-5.dsc
 a53b97f1f2aa541f8b1d22fa93dfd53d 13487 text optional espa-nol_1.8-5.diff.gz
 60cc6fb9d6f320caa850b227fc9b5a06 225590 text optional ispanish_1.8-5_all.deb
 054776204d925f0613a257be3ea4bcaf 207984 text optional myspell-es_1.8-5_all.deb
 14b32019196942c2542d1b3cc19e91f5 170382 text optional aspell-es_1.8-5_all.deb

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

iD8DBQFDFxgVWMZwCEWXpZMRAsmkAJ9Ry5aQLAChwWR2h5LK359BtW1qwgCeOxvZ
5OXztHmDadg9FdGoV/QwruQ=
=mdpd
-END PGP SIGNATURE-


Accepted:
aspell-es_1.8-5_all.deb
  to pool/main/e/espa-nol/aspell-es_1.8-5_all.deb
espa-nol_1.8-5.diff.gz
  to pool/main/e/espa-nol/espa-nol_1.8-5.diff.gz
espa-nol_1.8-5.dsc
  to pool/main/e/espa-nol/espa-nol_1.8-5.dsc
ispanish_1.8-5_all.deb
  to pool/main/e/espa-nol/ispanish_1.8-5_all.deb
myspell-es_1.8-5_all.deb
  to pool/main/e/espa-nol/myspell-es_1.8-5_all.deb


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



Accepted ispell-gl 0.5-17 (source all)

2005-09-01 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 17:09:33 +0200
Source: ispell-gl
Binary: aspell-gl-minimos igalician-minimos wgalician-minimos myspell-gl-es
Architecture: source all
Version: 0.5-17
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 aspell-gl-minimos - Aspell dictionary for Galician (minimos)
 igalician-minimos - Ispell dictionary for Galician (minimos)
 myspell-gl-es - Galician dictionary for myspell
 wgalician-minimos - Wordlist for Galician (minimos)
Changes: 
 ispell-gl (0.5-17) unstable; urgency=low
 .
   * debian/control:
 - Add | debconf-2.0 to {i,w}galician-minimos debconf
   dependencies to unblock installation of cdebconf
Files: 
 12e095cf6902604ecaaa8bbf9988e973 724 text optional ispell-gl_0.5-17.dsc
 78482f71cd4bc5395c0e206bb8a307d0 11579 text optional ispell-gl_0.5-17.diff.gz
 202eb60fe5f5f974f6266adf86223878 129118 text optional 
igalician-minimos_0.5-17_all.deb
 ef073051a4f19b705bb918a68fa0f4c2 1279200 text optional 
wgalician-minimos_0.5-17_all.deb
 96257b06eac8464518fc7426cab7fe5b 102918 text optional 
aspell-gl-minimos_0.5-17_all.deb
 575110c132077235e9691376860ba996 124640 text optional 
myspell-gl-es_0.5-17_all.deb

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

iD8DBQFDFxopWMZwCEWXpZMRAvUqAKCmqtHcE91b5LJl45HLTQNKj03DIwCfbWbm
mC3RHH2TdRtEQeJ/16Pij9g=
=JAgA
-END PGP SIGNATURE-


Accepted:
aspell-gl-minimos_0.5-17_all.deb
  to pool/main/i/ispell-gl/aspell-gl-minimos_0.5-17_all.deb
igalician-minimos_0.5-17_all.deb
  to pool/main/i/ispell-gl/igalician-minimos_0.5-17_all.deb
ispell-gl_0.5-17.diff.gz
  to pool/main/i/ispell-gl/ispell-gl_0.5-17.diff.gz
ispell-gl_0.5-17.dsc
  to pool/main/i/ispell-gl/ispell-gl_0.5-17.dsc
myspell-gl-es_0.5-17_all.deb
  to pool/main/i/ispell-gl/myspell-gl-es_0.5-17_all.deb
wgalician-minimos_0.5-17_all.deb
  to pool/main/i/ispell-gl/wgalician-minimos_0.5-17_all.deb


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



Accepted kdetoys 4:3.4.2-1 (source i386 all)

2005-09-01 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 16:40:50 +0200
Source: kdetoys
Binary: eyesapplet kdetoys-doc-html kweather ktux kodo kmoon amor kdetoys 
fifteenapplet kworldclock kteatime
Architecture: source i386 all
Version: 4:3.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 amor   - a KDE creature for your desktop
 eyesapplet - eyes applet for KDE
 fifteenapplet - fifteen pieces puzzle for KDE
 kdetoys- toys from the official KDE release
 kdetoys-doc-html - KDE toys documentation in HTML format
 kmoon  - moon phase indicator for KDE
 kodo   - mouse odometer for KDE
 kteatime   - KDE utility for making a fine cup of tea
 ktux   - Tux screensaver for KDE
 kweather   - weather display applet for KDE
 kworldclock - earth watcher for KDE
Changes: 
 kdetoys (4:3.4.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Luk Claes:
 .
   * Added me to uploaders
 .
   * Updated FSF's address
 .
 kdetoys (4:3.4.1-1) experimental; urgency=low
 .
   * New upstream release.
 .
 kdetoys (4:3.4.0-0pre1) alioth; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Christopher Martin:
 .
   * Converted packaging to CDBS.
Files: 
 132b302515fe06d66db7893aa3af981d 1037 kde optional kdetoys_3.4.2-1.dsc
 d6f6387865c4e2d0385646dc1fb7f0f5 3476884 kde optional kdetoys_3.4.2.orig.tar.gz
 9f85072b638b65ade64c75c29aca5072 152843 kde optional kdetoys_3.4.2-1.diff.gz
 5b6886d401cb1665b65f69668f9df85b 15840 kde optional kdetoys_3.4.2-1_all.deb
 129b668df76f1ca1ed957865cc42c381 39502 doc optional 
kdetoys-doc-html_3.4.2-1_all.deb
 e76b22a4941012cb1f4264b68331a581 331374 games optional amor_3.4.2-1_i386.deb
 69ed352b05141d7c5f4ec1dbacfa4863 26988 kde optional eyesapplet_3.4.2-1_i386.deb
 61528c5b9296a140969713f3c600c4e9 46898 kde optional 
fifteenapplet_3.4.2-1_i386.deb
 af803b97783acbcee7af61a2a7aa33d5 178024 kde optional kmoon_3.4.2-1_i386.deb
 aac495f89e6ab6b71199595d0db79d05 54214 games optional kodo_3.4.2-1_i386.deb
 c659eaf7e8f99fefc7c80492aa92d6f3 83274 kde optional kteatime_3.4.2-1_i386.deb
 670d3c65fa9dd98580d6074e101b3595 284912 kde optional ktux_3.4.2-1_i386.deb
 bde3a64dea8424d4910771aab258cb79 1236690 kde optional kweather_3.4.2-1_i386.deb
 acdb2e467f63018a356e6d91da144b33 943746 games optional 
kworldclock_3.4.2-1_i386.deb

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

iD8DBQFDFxp55UTeB5t8Mo0RAn6BAJ9kg6pQiMe3NwP0w+Wra1NW8lnCxwCfb9Ef
t2ra4882bksFK5KYxt3laf8=
=m3pm
-END PGP SIGNATURE-


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


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



Accepted wspanish 1.0.15 (source all)

2005-09-01 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 17:26:24 +0200
Source: wspanish
Binary: wspanish
Architecture: source all
Version: 1.0.15
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 wspanish   - The Spanish dictionary words for /usr/share/dict
Changes: 
 wspanish (1.0.15) unstable; urgency=low
 .
   * debian/control:
 - Add | debconf-2.0 to wspanish debconf dependency
   to unblock installation of cdebconf
   * debian/rules:
 - Set debhelper compat level to 4 and put in a debian/compat file
 - Switch to dh_installman from dh_installmanpages
Files: 
 29645f5799b3e99f24264853dfb15ad6 544 text optional wspanish_1.0.15.dsc
 d5f4ce9bae449a559b668f56cb19d2c3 252669 text optional wspanish_1.0.15.tar.gz
 a9bc0d3c30bbc749ad4ed62308de5796 254146 text optional wspanish_1.0.15_all.deb

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

iD8DBQFDFx6FWMZwCEWXpZMRAm0gAKCBik0fKYfge7P1JEWjfVqhpN1DjwCfcbao
yWox28odEfD2MH7IzNtH4aY=
=InYX
-END PGP SIGNATURE-


Accepted:
wspanish_1.0.15.dsc
  to pool/main/w/wspanish/wspanish_1.0.15.dsc
wspanish_1.0.15.tar.gz
  to pool/main/w/wspanish/wspanish_1.0.15.tar.gz
wspanish_1.0.15_all.deb
  to pool/main/w/wspanish/wspanish_1.0.15_all.deb


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



Accepted egroupware 1.0.0.009.dfsg-1 (source all)

2005-09-01 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 11:11:11 +0200
Source: egroupware
Binary: egroupware-news-admin egroupware-felamimail egroupware-projects 
egroupware-polls egroupware-jinn egroupware-calendar egroupware-messenger 
egroupware egroupware-bookmarks egroupware-wiki egroupware-filemanager 
egroupware-ldap egroupware-addressbook egroupware-headlines egroupware-tts 
egroupware-etemplate egroupware-registration egroupware-comic 
egroupware-emailadmin egroupware-ftp egroupware-developer-tools 
egroupware-phpldapadmin egroupware-phpsysinfo egroupware-stocks 
egroupware-manual egroupware-infolog egroupware-core egroupware-email 
egroupware-fudforum egroupware-sitemgr egroupware-phpbrain egroupware-forum
Architecture: source all
Version: 1.0.0.009.dfsg-1
Distribution: unstable
Urgency: high
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 egroupware - web-based groupware suite
 egroupware-addressbook - eGroupWare addressbook management application
 egroupware-bookmarks - eGroupWare bookmark management application
 egroupware-calendar - eGroupWare calendar management application
 egroupware-comic - eGroupWare comic strip application
 egroupware-core - eGroupWare core modules
 egroupware-developer-tools - eGroupWare developer tools
 egroupware-email - eGroupWare E-mail client application
 egroupware-emailadmin - eGroupWare E-mail user administration application
 egroupware-etemplate - widget-based template system for eGroupWare
 egroupware-felamimail - eGroupWare FeLaMiMail application
 egroupware-filemanager - eGroupWare file manager application
 egroupware-forum - eGroupWare forum application
 egroupware-ftp - eGroupWare FTP application
 egroupware-fudforum - eGroupWare FUDforum application
 egroupware-headlines - eGroupWare headlines catcher application
 egroupware-infolog - eGroupWare infolog application
 egroupware-jinn - content management system for eGroupWare
 egroupware-ldap - eGroupware LDAP support files
 egroupware-manual - eGroupWare manual
 egroupware-messenger - eGroupWare messenger application
 egroupware-news-admin - eGroupWare news administration interface
 egroupware-phpbrain - eGroupWare phpbrain application
 egroupware-phpldapadmin - eGroupWare phpLDAPadmin application
 egroupware-phpsysinfo - eGroupWare phpSysInfo application
 egroupware-polls - eGroupWare polling application
 egroupware-projects - eGroupWare projects management application
 egroupware-registration - eGroupWare registration application
 egroupware-sitemgr - eGroupWare site manager application
 egroupware-stocks - eGroupWare stock management application
 egroupware-tts - eGroupWare trouble ticket system application
 egroupware-wiki - eGroupWare wiki application
Closes: 323350
Changes: 
 egroupware (1.0.0.009.dfsg-1) unstable; urgency=high
 .
   * New upstream release
 - Includes fix for (another) XML-RPC remote execution security problem
   (CAN-2005-2498) (closes: #323350)
Files: 
 ba90aad27bde538f05b0a0eef271741c 1269 web optional 
egroupware_1.0.0.009.dfsg-1.dsc
 b03b60f40d768d7798b65d2d2cb165b9 12704499 web optional 
egroupware_1.0.0.009.dfsg.orig.tar.gz
 d7bee93fee94af2f81df6d815ec6104a 33014 web optional 
egroupware_1.0.0.009.dfsg-1.diff.gz
 f7659fcc4c9ad6d78b0bad16bfdc6626 4474 web optional 
egroupware_1.0.0.009.dfsg-1_all.deb
 bca92a864787083eab5ff95cb9a0bbd8 3777366 web optional 
egroupware-core_1.0.0.009.dfsg-1_all.deb
 890d665990a050ab679444a74f961fc4 7212 web optional 
egroupware-ldap_1.0.0.009.dfsg-1_all.deb
 4497b423d80640873da1cb3291a17c38 149058 web optional 
egroupware-addressbook_1.0.0.009.dfsg-1_all.deb
 714101d8a65c0269b3034e2bbfbc82eb 125170 web optional 
egroupware-bookmarks_1.0.0.009.dfsg-1_all.deb
 573238c953798dd52bdbe4b0885d7d39 382722 web optional 
egroupware-calendar_1.0.0.009.dfsg-1_all.deb
 af69678ea8971f321867682a680ef726 256112 web optional 
egroupware-comic_1.0.0.009.dfsg-1_all.deb
 bd8494a2d53eec1688c9b9ed442f5829 53498 web optional 
egroupware-developer-tools_1.0.0.009.dfsg-1_all.deb
 176bcd4c974d2a8bf04a296bdb85b892 1243980 web optional 
egroupware-email_1.0.0.009.dfsg-1_all.deb
 d240698b03f5b723fd0316fbf2f22963 38174 web optional 
egroupware-emailadmin_1.0.0.009.dfsg-1_all.deb
 63049594a92994afc6344b629b278a2b 1363302 web optional 
egroupware-etemplate_1.0.0.009.dfsg-1_all.deb
 e8a7b98c1e5f1b5d744b9aa905c79cf9 275460 web optional 
egroupware-felamimail_1.0.0.009.dfsg-1_all.deb
 1e88537311f71c451804578a6dbb299f 172890 web optional 
egroupware-filemanager_1.0.0.009.dfsg-1_all.deb
 66565de0c0dd1ad25ed650f4f8c15b6d 51398 web optional 
egroupware-forum_1.0.0.009.dfsg-1_all.deb
 ada18874052233a122d014c5b3c6b5ab 38098 web optional 
egroupware-ftp_1.0.0.009.dfsg-1_all.deb
 cc7efe4b17567b2478a39dc702dd4606 1486540 web optional 
egroupware-fudforum_1.0.0.009.dfsg-1_all.deb
 5727c23181d88985e46d34c7b4afa7e5 74974 web optional 
egroupware-headlines_1.0.0.009.dfsg-1_all.deb
 

Accepted smsclient 2.0.8z-5 (source i386)

2005-09-01 Thread Jonathan McDowell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 01 Sep 2005 17:02:02 +0100
Source: smsclient
Binary: smsclient
Architecture: source i386
Version: 2.0.8z-5
Distribution: unstable
Urgency: low
Maintainer: Jonathan McDowell [EMAIL PROTECTED]
Changed-By: Jonathan McDowell [EMAIL PROTECTED]
Description: 
 smsclient  - A program for sending short messages (SM / SMS)
Closes: 274899 311699 318598
Changes: 
 smsclient (2.0.8z-5) unstable; urgency=low
 .
   * Fix debconf dependancy (sorry for the delay Joey).
   * Added Dutch translation, thanks to Luk Claes. (closes: #274899)
   * Added Czech translation, thanks to Martin Šín. (closes: #311699)
   * Added Vietnamese translation, thanks to Clytie Siddall. (closes: #318598)
Files: 
 b6c382d7fe70e291c7dbcc367132571c 507 comm optional smsclient_2.0.8z-5.dsc
 1379c000474f264536c7fbda4b1ccf9e 145244 comm optional smsclient_2.0.8z-5.tar.gz
 23ac6b11743e8e43ddfdecc788fb2859 111304 comm optional 
smsclient_2.0.8z-5_i386.deb

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

iD8DBQFDFyYm8b1L5FtDA2cRApdvAJ0ccsP+WNRVs16xh0w/1ABsFicDSACgoEGM
HGUHbf6uWpBaRKb1a2qz4PY=
=JrSW
-END PGP SIGNATURE-


Accepted:
smsclient_2.0.8z-5.dsc
  to pool/main/s/smsclient/smsclient_2.0.8z-5.dsc
smsclient_2.0.8z-5.tar.gz
  to pool/main/s/smsclient/smsclient_2.0.8z-5.tar.gz
smsclient_2.0.8z-5_i386.deb
  to pool/main/s/smsclient/smsclient_2.0.8z-5_i386.deb


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



Accepted doc-linux 2005.09-1 (source all)

2005-09-01 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 15:41:09 +0200
Source: doc-linux
Binary: doc-linux-text doc-linux-html
Architecture: source all
Version: 2005.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian LDP Maintainers [EMAIL PROTECTED]
Changed-By: Frank Lichtenheld [EMAIL PROTECTED]
Description: 
 doc-linux-html - Linux HOWTOs and FAQs in HTML format
 doc-linux-text - Linux HOWTOs and FAQs in ASCII format
Closes: 201102 316163 322877
Changes: 
 doc-linux (2005.09-1) unstable; urgency=low
 .
   * new upstream release (20050901)
   * Removed HOWTOs:
 Laptop-HOWTO GTEK-BBS-550
   * Removing the Laptop-HOWTO closes: #201102
   * Added HOWTOs:
 Oracle-9i-Fedora-3-Install-HOWTO
   * Updated HOWTOs:
 Athlon-Powersaving-HOWTO Compaq-T1500-HOWTO
 DB2-HOWTO Debian-Binary-Package-Building-HOWTO
 Debian-and-Windows-Shared-Printing Ecology-HOWTO
 Online-Troubleshooting-HOWTO Plug-and-Play-HOWTO
   * All mentioned HOWTOs are free, except for the
 DB2-HOWTO and the Online-Troubleshooting-HOWTO
   * Upstream fixed the link in the HOWTO-HOWTO placeholder
 (Closes: #316163)
   * Fix URL to subversion repository in debian/copyright
   * Clean up packaging handling of placeholders a bit
   * Clearly indicate the license terms for HOWTOs that dual licensed
 (BootPrompt-HOWTO) or contain program code under a different
 license than that of the HOWTO itself (Clone-HOWTO,
 Kodak-Digitalcam-HOWTO). This also closes: #322877
   * Clean up our maintainer scripts a bit:
 - let produce the install-doc calls by dh_installdocs again, it
   currently does what we want. This also finally uses the doc-base
   file added in 2005.04-1, D'oh!
 - remove error-unwind support for pre-woody versions
Files: 
 760910101d9ca7c875b4d13a6babe561 742 doc standard doc-linux_2005.09-1.dsc
 2cc989b86b79def8b61e3373d9d3e32e 21096809 doc standard 
doc-linux_2005.09.orig.tar.gz
 f93bc76f79653af8f0a8e436bbfae61a 145632 doc standard 
doc-linux_2005.09-1.diff.gz
 fc9df6f625464d14d1314ab639814cf6 16674082 doc optional 
doc-linux-html_2005.09-1_all.deb
 99152a58063100e7609fb0aa87bc76d8 8244792 doc standard 
doc-linux-text_2005.09-1_all.deb

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

iD8DBQFDFx7eQbn06FtxPfARAoFvAKCcd56Qqbb+3EyEjQXYeYm41ghSnQCgxtaR
qR/BmthrY+CcaKy3S7Cklpw=
=/1/a
-END PGP SIGNATURE-


Accepted:
doc-linux-html_2005.09-1_all.deb
  to pool/main/d/doc-linux/doc-linux-html_2005.09-1_all.deb
doc-linux-text_2005.09-1_all.deb
  to pool/main/d/doc-linux/doc-linux-text_2005.09-1_all.deb
doc-linux_2005.09-1.diff.gz
  to pool/main/d/doc-linux/doc-linux_2005.09-1.diff.gz
doc-linux_2005.09-1.dsc
  to pool/main/d/doc-linux/doc-linux_2005.09-1.dsc
doc-linux_2005.09.orig.tar.gz
  to pool/main/d/doc-linux/doc-linux_2005.09.orig.tar.gz


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



Accepted doc-linux-nonfree 2005.09-1 (source all)

2005-09-01 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 15:41:09 +0200
Source: doc-linux-nonfree
Binary: doc-linux-nonfree-text doc-linux-nonfree-html
Architecture: source all
Version: 2005.09-1
Distribution: unstable
Urgency: low
Maintainer: Debian LDP Maintainers [EMAIL PROTECTED]
Changed-By: Frank Lichtenheld [EMAIL PROTECTED]
Description: 
 doc-linux-nonfree-html - Linux HOWTOs in HTML format (non-free)
 doc-linux-nonfree-text - Linux HOWTOs in ASCII format (non-free)
Changes: 
 doc-linux-nonfree (2005.09-1) unstable; urgency=low
 .
   * new upstream release (20050901)
   * Removed HOWTOs:
 Laptop-HOWTO GTEK-BBS-550
   * Added HOWTOs:
 Oracle-9i-Fedora-3-Install-HOWTO
   * Updated HOWTOs:
 Athlon-Powersaving-HOWTO Compaq-T1500-HOWTO
 DB2-HOWTO Debian-Binary-Package-Building-HOWTO
 Debian-and-Windows-Shared-Printing Ecology-HOWTO
 Online-Troubleshooting-HOWTO Plug-and-Play-HOWTO
   * All mentioned HOWTOs are free, except for the
 DB2-HOWTO and the Online-Troubleshooting-HOWTO
   * Fix URL to subversion repository in debian/copyright
Files: 
 97a5950b09426370546a0d279194386f 781 non-free/doc optional 
doc-linux-nonfree_2005.09-1.dsc
 46d063074729052fa858ca58100c2d4b 2337308 non-free/doc optional 
doc-linux-nonfree_2005.09.orig.tar.gz
 788409645e38d747aa8a6db23892fce5 145832 non-free/doc optional 
doc-linux-nonfree_2005.09-1.diff.gz
 e8d09dc9535cd22c5b58e0df994ec172 1702636 non-free/doc optional 
doc-linux-nonfree-html_2005.09-1_all.deb
 5c21259258e4fa2e467bf150db735a91 1220140 non-free/doc optional 
doc-linux-nonfree-text_2005.09-1_all.deb

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

iD8DBQFDFx7nQbn06FtxPfARAo6CAJ48xB1fBCZ8SH+lekiOe79SBFVe0ACgtaGY
alvLvW06UA3vmI7GaGg/YTI=
=gvoU
-END PGP SIGNATURE-


Accepted:
doc-linux-nonfree-html_2005.09-1_all.deb
  to pool/non-free/d/doc-linux-nonfree/doc-linux-nonfree-html_2005.09-1_all.deb
doc-linux-nonfree-text_2005.09-1_all.deb
  to pool/non-free/d/doc-linux-nonfree/doc-linux-nonfree-text_2005.09-1_all.deb
doc-linux-nonfree_2005.09-1.diff.gz
  to pool/non-free/d/doc-linux-nonfree/doc-linux-nonfree_2005.09-1.diff.gz
doc-linux-nonfree_2005.09-1.dsc
  to pool/non-free/d/doc-linux-nonfree/doc-linux-nonfree_2005.09-1.dsc
doc-linux-nonfree_2005.09.orig.tar.gz
  to pool/non-free/d/doc-linux-nonfree/doc-linux-nonfree_2005.09.orig.tar.gz


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



Accepted valgrind 1:3.0.1-1 (source i386)

2005-09-01 Thread Andrés Roldán
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 16:16:35 +
Source: valgrind
Binary: valgrind
Architecture: source i386
Version: 1:3.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Andrés Roldán [EMAIL PROTECTED]
Changed-By: Andrés Roldán [EMAIL PROTECTED]
Description: 
 valgrind   - A memory debugger for x86-linux
Changes: 
 valgrind (1:3.0.1-1) unstable; urgency=low
 .
   * New upstream version.
   * Standard version is now 3.6.2.
Files: 
 28781af20f08ec7452332d154eb9dd5a 736 devel optional valgrind_3.0.1-1.dsc
 d940e90d4a5a19b95adb32dc43edaf85 3482369 devel optional 
valgrind_3.0.1.orig.tar.gz
 34bc6b723712b6704929e206b549d4c6 28681 devel optional valgrind_3.0.1-1.diff.gz
 6edf79401959ff62bb648674cfdc89c9 3326604 devel optional 
valgrind_3.0.1-1_i386.deb

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

iD8DBQFDFyqB2OByS7KTlusRAvi+AKCsR5eRTHctmpRvXdvx0XNkHv0rxgCgj76R
PfodEyyEQJYzKtNBqEXm60c=
=hHz+
-END PGP SIGNATURE-


Accepted:
valgrind_3.0.1-1.diff.gz
  to pool/main/v/valgrind/valgrind_3.0.1-1.diff.gz
valgrind_3.0.1-1.dsc
  to pool/main/v/valgrind/valgrind_3.0.1-1.dsc
valgrind_3.0.1-1_i386.deb
  to pool/main/v/valgrind/valgrind_3.0.1-1_i386.deb
valgrind_3.0.1.orig.tar.gz
  to pool/main/v/valgrind/valgrind_3.0.1.orig.tar.gz


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



Accepted cpphs 0.7-2.1 (source i386)

2005-09-01 Thread Kurt Roeckx
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 18:31:03 +0200
Source: cpphs
Binary: cpphs
Architecture: source i386
Version: 0.7-2.1
Distribution: unstable
Urgency: low
Maintainer: Ian Lynagh (wibble) [EMAIL PROTECTED]
Changed-By: Kurt Roeckx [EMAIL PROTECTED]
Description: 
 cpphs  - Simplified cpp-a-like preprocessor for Haskell
Changes: 
 cpphs (0.7-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * C++ ABI transition: It's linked against libgmp3 and needs rebuild.
 Change build dependency order to prefer hugs over ghc6 since that is
 the only alternative that currently is installable.
 This also has as effect that the libgmp3 dependency gets dropped.
Files: 
 d116b4621d7a15d085a2eee69c2dc568 961 devel optional cpphs_0.7-2.1.dsc
 cd9e845381985a4eca264f7201f45506 6465 devel optional cpphs_0.7-2.1.diff.gz
 08d3b6eedc92db6aee67ce60dde70c14 25680 devel optional cpphs_0.7-2.1_i386.deb

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

iD8DBQFDFzCOQdwckHJElwsRAvxqAKCFiRQutbKFinAyIo3iwfof88ZJ1QCg0WX8
f/Y8vR6olVdimfGoYBdRY84=
=P2b5
-END PGP SIGNATURE-


Accepted:
cpphs_0.7-2.1.diff.gz
  to pool/main/c/cpphs/cpphs_0.7-2.1.diff.gz
cpphs_0.7-2.1.dsc
  to pool/main/c/cpphs/cpphs_0.7-2.1.dsc
cpphs_0.7-2.1_i386.deb
  to pool/main/c/cpphs/cpphs_0.7-2.1_i386.deb


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



Accepted kdeaccessibility 4:3.4.2-1 (source i386 all)

2005-09-01 Thread Debian Qt/KDE Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 17:31:25 +0200
Source: kdeaccessibility
Binary: kttsd-contrib-plugins kmag kdeaccessibility kttsd kmousetool kbstate 
kde-icons-mono ksayit kmouth kdeaccessibility-doc-html
Architecture: source i386 all
Version: 4:3.4.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Description: 
 kbstate- a keyboard status applet for KDE
 kde-icons-mono - a monochromatic icons theme for KDE
 kdeaccessibility - accessibility packages from the official KDE release
 kdeaccessibility-doc-html - KDE accessibility documentation in HTML format
 kmag   - a screen magnifier for KDE
 kmousetool - KDE mouse manipulation tool for the disabled
 kmouth - a type-and-say KDE frontend for speech synthesizers
 ksayit - a frontend for the KDE Text-to-Speech system
 kttsd  - a Text-to-Speech system for KDE
 kttsd-contrib-plugins - the KDE Text-to-Speech system
Changes: 
 kdeaccessibility (4:3.4.2-1) unstable; urgency=low
 .
   * New upstream release.
 .
   +++ Changes by Luk Claes:
 .
   * Added me to uploaders
 .
   * Updated FSF's address
 .
 kdeaccessibility (4:3.4.1-1) experimental; urgency=low
 .
   * New upstream release.
 .
 kdeaccessibility (4:3.4.0-0pre1) alioth; urgency=low
 .
   * New upstream release.
 .
   * Converted packaging to CDBS.
 .
   +++ Changes by Pierre Habouzit:
 .
   * Bunch of new packages : kttsd*, kde-icons-mono, ksayit, kbstate.
   * Wrote a README.Debian for kttsd to clarify synth-plugin state.
   * Reworked package descriptions.
 .
   +++ Changes by Adeodato Simó:
 .
   * Created XPM icons for packages having a menu file. Install them in
 /usr/share/pixmaps and update the menu entries to use them.
 .
   +++ Changes by Christopher Martin:
 .
   * New kdeaccessibility-doc-html package, containing doc-base registered
 HTML versions of application handbooks, for users without Konqueror or
 KHelpCenter.
Files: 
 316c81c129be9607986f39c0b27f6850 1193 kde optional kdeaccessibility_3.4.2-1.dsc
 c4fde3b7e746c0df3fc846f053608951 8435336 kde optional 
kdeaccessibility_3.4.2.orig.tar.gz
 ed967af402f721fac2cb03dbd0eb27cf 151753 kde optional 
kdeaccessibility_3.4.2-1.diff.gz
 29b5bc89f76e0b916cbcff14da32bed1 10634 kde optional 
kdeaccessibility_3.4.2-1_all.deb
 f302ae857f2968a8a414e9a5d501bf5e 60870 doc optional 
kdeaccessibility-doc-html_3.4.2-1_all.deb
 c963340fd190146fdfe09e84ae1a12da 5149306 kde optional 
kde-icons-mono_3.4.2-1_all.deb
 c2b64fab38fe268c934c74d9335463a0 62618 utils optional kbstate_3.4.2-1_i386.deb
 423975cfa0d7ce7d7816c085c95568cf 275720 utils optional kmag_3.4.2-1_i386.deb
 48c8f2fa0bf891590692dd6ff6c1f8be 69698 utils optional 
kmousetool_3.4.2-1_i386.deb
 33c49db3ec45228b6296bdcd2a9c0293 736172 utils optional kmouth_3.4.2-1_i386.deb
 919caabfb6c63e28c9039c5bdc7befb0 194582 utils optional ksayit_3.4.2-1_i386.deb
 82817f457b2db336b8bdf2e4c7c286c0 1290304 utils optional kttsd_3.4.2-1_i386.deb
 30fd1097940117e9a956a7e000af4813 89062 contrib/utils optional 
kttsd-contrib-plugins_3.4.2-1_i386.deb

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

iD8DBQFDFywC5UTeB5t8Mo0RAoS8AJ0dil36Px0p57A5f8/pnXzDiAVnLQCbBTnK
6HyeYPKGrxuuslUOb1Zg63A=
=lYsT
-END PGP SIGNATURE-


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


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



Accepted sip4-qt3 4.3-1 (source all powerpc)

2005-09-01 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 01:01:28 +0200
Source: sip4-qt3
Binary: python2.3-sip4-qt3 python-sip4-qt3 sip4 python2.3-sip4-dev 
python-sip4-dev python2.4-sip4-qt3 python2.4-sip4-dev
Architecture: source all powerpc
Version: 4.3-1
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Torsten Marek [EMAIL PROTECTED]
Description: 
 python-sip4-dev - Python/C++ bindings generator - default devel
 python-sip4-qt3 - Python/C++ bindings generator - default runtime
 python2.3-sip4-dev - Python/C++ bindings generator - Python2.3+Qt3 devel
 python2.3-sip4-qt3 - Python/C++ bindings generator - Python2.3+Qt3 runtime
 python2.4-sip4-dev - Python/C++ bindings generator - Python2.4+Qt3 devel
 python2.4-sip4-qt3 - Python/C++ bindings generator - Python2.3+Qt3 runtime
 sip4   - Python/C++ bindings generator
Closes: 325982
Changes: 
 sip4-qt3 (4.3-1) unstable; urgency=low
 .
   * New upstream release
   * Updated standards version to 3.6.2
   * Removed Conflicts: with packages that do not exist in Debian any more
   * g++ ABI transition (closes: Bug#325982)
   * Removed README.Debian. It was for sip3 and has no meaning with
 sip4.
Files: 
 345ece21c08464223e9914b0def99580 862 devel optional sip4-qt3_4.3-1.dsc
 4003e43734a5878e037afb155dd6a32d 329709 devel optional sip4-qt3_4.3.orig.tar.gz
 93a3d7d29cc4c10b2e1c4a76e6aa6d13 8176 devel optional sip4-qt3_4.3-1.diff.gz
 971a054d31214404070d4a5054cec12c 4936 python optional 
python-sip4-qt3_4.3-1_all.deb
 092b09b823de181b65fedba519c41619 4920 python optional 
python-sip4-dev_4.3-1_all.deb
 6a6143b3d16d4e0c248aae8c2c099d95 10944 python optional 
python2.3-sip4-dev_4.3-1_all.deb
 6367eef7b3c110304793597e5bba183a 10944 python optional 
python2.4-sip4-dev_4.3-1_all.deb
 0ef94ec992a040263273c04d551c3fa3 167206 devel optional sip4_4.3-1_powerpc.deb
 6d878c2acb6034580e71674e6d91e627 49552 python optional 
python2.3-sip4-qt3_4.3-1_powerpc.deb
 0dc9d12f36220659ba9cf708c6f6d7f6 49556 python optional 
python2.4-sip4-qt3_4.3-1_powerpc.deb

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

iD8DBQFDFzL1HkQIZYcutOURAuBDAJ9QtBnaiFBXnohrG/od0v5qFucJUwCfar87
GBfz7hBMf+FEvgPqoM76SAQ=
=KOEs
-END PGP SIGNATURE-


Accepted:
python-sip4-dev_4.3-1_all.deb
  to pool/main/s/sip4-qt3/python-sip4-dev_4.3-1_all.deb
python-sip4-qt3_4.3-1_all.deb
  to pool/main/s/sip4-qt3/python-sip4-qt3_4.3-1_all.deb
python2.3-sip4-dev_4.3-1_all.deb
  to pool/main/s/sip4-qt3/python2.3-sip4-dev_4.3-1_all.deb
python2.3-sip4-qt3_4.3-1_powerpc.deb
  to pool/main/s/sip4-qt3/python2.3-sip4-qt3_4.3-1_powerpc.deb
python2.4-sip4-dev_4.3-1_all.deb
  to pool/main/s/sip4-qt3/python2.4-sip4-dev_4.3-1_all.deb
python2.4-sip4-qt3_4.3-1_powerpc.deb
  to pool/main/s/sip4-qt3/python2.4-sip4-qt3_4.3-1_powerpc.deb
sip4-qt3_4.3-1.diff.gz
  to pool/main/s/sip4-qt3/sip4-qt3_4.3-1.diff.gz
sip4-qt3_4.3-1.dsc
  to pool/main/s/sip4-qt3/sip4-qt3_4.3-1.dsc
sip4-qt3_4.3.orig.tar.gz
  to pool/main/s/sip4-qt3/sip4-qt3_4.3.orig.tar.gz
sip4_4.3-1_powerpc.deb
  to pool/main/s/sip4-qt3/sip4_4.3-1_powerpc.deb


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



Accepted kazehakase 0.3.0-1 (source i386)

2005-09-01 Thread Hidetaka Iwai
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 30 Aug 2005 04:24:27 +0900
Source: kazehakase
Binary: kazehakase
Architecture: source i386
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Hidetaka Iwai [EMAIL PROTECTED]
Changed-By: Hidetaka Iwai [EMAIL PROTECTED]
Description: 
 kazehakase - gecko based web browser using GTK
Changes: 
 kazehakase (0.3.0-1) unstable; urgency=low
 .
   * New upstream release
   * Sponsored by Fumitoshi UKAI [EMAIL PROTECTED].
Files: 
 fccb97a493182d5b99c9fd698911e32c 791 web optional kazehakase_0.3.0-1.dsc
 9ce00fe593482a79a2195066d4b7a9ea 1262684 web optional 
kazehakase_0.3.0.orig.tar.gz
 98d7fb5ddf3035a7bd624a4332be48d3 20200 web optional kazehakase_0.3.0-1.diff.gz
 658f56624f2fad1373446fa955c732f2 647376 web optional 
kazehakase_0.3.0-1_i386.deb

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

iD8DBQFDFzH29D5yZjzIjAkRAqlPAJ4moZUH7u5UeBDRC9Xn+lZeZJrGwQCfacV5
cS3kDHTDdNaNpcXYd52MEbA=
=6gUD
-END PGP SIGNATURE-


Accepted:
kazehakase_0.3.0-1.diff.gz
  to pool/main/k/kazehakase/kazehakase_0.3.0-1.diff.gz
kazehakase_0.3.0-1.dsc
  to pool/main/k/kazehakase/kazehakase_0.3.0-1.dsc
kazehakase_0.3.0-1_i386.deb
  to pool/main/k/kazehakase/kazehakase_0.3.0-1_i386.deb
kazehakase_0.3.0.orig.tar.gz
  to pool/main/k/kazehakase/kazehakase_0.3.0.orig.tar.gz


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



Accepted vim 1:6.3-086+1 (source i386 all)

2005-09-01 Thread Debian VIM Maintainers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  1 Sep 2005 18:40:41 +0200
Source: vim
Binary: vim-full vim-lesstif vim-common vim-doc vim-gnome vim vim-gtk vim-perl 
vim-tiny vim-ruby vim-python vim-tcl
Architecture: source i386 all
Version: 1:6.3-086+1
Distribution: unstable
Urgency: low
Maintainer: Debian VIM Maintainers [EMAIL PROTECTED]
Changed-By: Debian VIM Maintainers [EMAIL PROTECTED]
Description: 
 vim- Vi IMproved - enhanced vi editor
 vim-common - Vi IMproved - Common files
 vim-doc- Vi IMproved - Documentation files
 vim-full   - Vi IMproved - full fledged version of the enhanced vi editor
 vim-gnome  - Vi IMproved - GNOME2 Version
 vim-gtk- Vi IMproved - GTK2 Version
 vim-lesstif - Vi IMproved - LessTif Version
 vim-perl   - Vi IMproved, with perl scripting support
 vim-python - Vi IMproved, with python scripting support
 vim-ruby   - Vi IMproved, with ruby scripting support
 vim-tcl- Vi IMproved, with tcl scripting support
Closes: 307946 308947 311007 311081 314595 316184 320602 321119 322254 322355 
323278
Changes: 
 vim (1:6.3-086+1) unstable; urgency=low
 .
   * New upstream patch (086), see README.gz for details.
 .
   * Norbert Tretkowski [EMAIL PROTECTED]:
 + Corrected wrong capitalization of menu entry. (closes: #320602)
 .
   * Stefano Zacchiroli [EMAIL PROTECTED]:
 + Added patch 132_bib.vim.diff, which fixes highlighting of bibtex
   comments. (closes: #316184)
 + Added patch 133_filetype.vim.diff, which adds filetype recognition
   for several Zope related file kinds. (closes: #311007)
 .
   * Matthijs Mohlmann [EMAIL PROTECTED]:
 + Added patch 133_resolv.vim.diff, which fixes highlighting of resolv.conf
   search entries. (closes: #311081)
 + Added patch 134_sshconfig.vim.diff, added HashKnownHosts to syn keyword
   sshconfigKeyword. (closes: #321119)
 + Added debsources.vim to debian/updates to add syntax highlighting for
   /etc/apt/sources.list and added this to filetype.vim. (closes: #308947)
 + Added patch 136_muttrc.vim.diff, added crypt_autosign, crypt_autoencrypt
   and xterm_set_titles to syn keyword. (closes: #323278)
 .
   * Pierre Habouzit [EMAIL PROTECTED]:
 + Fix patch 105_xmodmap.vim.diff: wrt XF86_ClearGrab. (closes: #322355)
 + Fix typo in doc/editing.txt. (closes: #322254)
 .
   * James Vega [EMAIL PROTECTED]:
 + Added patch 137_filetype.vim.diff, recognize mutt-ng rc/temp files as
   muttrc/mail filetypes. (closes: #307946)
 + Added patch 138_filetype.txt.diff, fix a typo in the changelog-plugin
   section of filetype.txt. (closes: #314595)
 + Added patch 139_perl.vim.diff, fix recognition of regular expression
   quantifiers.
Files: 
 90b2db1423821f6e8bcd8e581be478dc 1369 editors optional vim_6.3-086+1.dsc
 c5c5172d76a427faef76ab7f11438036 289753 editors optional vim_6.3-086+1.diff.gz
 82b1832ec40dbe158ee15d0e30a44efa 1650570 editors optional 
vim-doc_6.3-086+1_all.deb
 e4519eea5960d9e6d197dd6cd9389410 3425596 editors optional 
vim-common_6.3-086+1_all.deb
 0fa1cbb941be256174b1e7865c9c355a 725256 editors optional vim_6.3-086+1_i386.deb
 57ac1cbafa0a7d07ed75724d4d3e8d4b 741094 editors extra 
vim-perl_6.3-086+1_i386.deb
 c0504a3c58086a4a2abf3c39abf5f1c0 733592 editors extra 
vim-python_6.3-086+1_i386.deb
 b19317eea2bad7a4b8f0115fdbd69328 729280 editors extra 
vim-ruby_6.3-086+1_i386.deb
 5543a12941db0e33b0996cf67352140d 693680 editors extra 
vim-tcl_6.3-086+1_i386.deb
 3cc42c8432f6b1bc6b652debea94f69b 686236 editors extra 
vim-gtk_6.3-086+1_i386.deb
 ac02dfeb7f81c3f52274024d8010adda 666552 editors extra 
vim-lesstif_6.3-086+1_i386.deb
 1b1acfbc1e01ab67a6dafc5c10bee59b 688392 editors extra 
vim-gnome_6.3-086+1_i386.deb
 3c449b8d864c31997df45842b44957d9 762058 editors extra 
vim-full_6.3-086+1_i386.deb

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

iD8DBQFDFzOqr/RnCw96jQERArZ1AKCnmMidLIw7hHmu5TR8HRwWYXVmPgCguHZB
Pekg4YJhbGSuhGgbG02UziQ=
=kG1g
-END PGP SIGNATURE-


Accepted:
vim-common_6.3-086+1_all.deb
  to pool/main/v/vim/vim-common_6.3-086+1_all.deb
vim-doc_6.3-086+1_all.deb
  to pool/main/v/vim/vim-doc_6.3-086+1_all.deb
vim-full_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-full_6.3-086+1_i386.deb
vim-gnome_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-gnome_6.3-086+1_i386.deb
vim-gtk_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-gtk_6.3-086+1_i386.deb
vim-lesstif_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-lesstif_6.3-086+1_i386.deb
vim-perl_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-perl_6.3-086+1_i386.deb
vim-python_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-python_6.3-086+1_i386.deb
vim-ruby_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-ruby_6.3-086+1_i386.deb
vim-tcl_6.3-086+1_i386.deb
  to pool/main/v/vim/vim-tcl_6.3-086+1_i386.deb
vim_6.3-086+1.diff.gz
  to pool/main/v/vim/vim_6.3-086+1.diff.gz
vim_6.3-086+1.dsc
  to pool/main/v/vim/vim_6.3-086+1.dsc
vim_6.3-086+1_i386.deb
  to 

  1   2   >