Avis aux volontaires, Libr'East 2005

2005-11-16 Thread Alexis Sukrieh
Bonjour à tous,

** Ce mail est peut-être légèrement hors-sujet (quoique). **

Le salon des logiciels libre organisé par l'IUT de Marne la vallée,
intitulé « Libr'East » ne pourra pas avoir lieu pour cause de manque de
volontaires.

Si 10 personnes sont réunies d'ici décembre 2005, une édition 2006 sera
envisageable...

Si vous pensez pouvoir être disponible pour donner un coup de main,
n'hésitez pas à me contacter ou nessie sur #debian-devel-fr (freenode).

Merci.

-- 
Alexis Sukrieh [EMAIL PROTECTED]



Packages still shipping schemas in /etc

2005-11-16 Thread Josselin Mouette
Hi,

Thanks to the introduction of dh_gconf, the list of packages shipping
their GConf schemas in /etc has dramatically reduced. I think it's time
to file bugs against the remaining packages. These packages should use
dh_gconf, build-depend on debhelper = 4.2.13 and depend on
${misc:Depends}. Packages using cdbs just have to use the gnome.mk
template to benefit of it.

There is also still a number of packages still shipping their defaults
in /etc/gconf/gconf.xml.defaults, but the list will reduce as the
packages are rebuilt with debhelper = 4.9.8.1, without requiring any
changes.

Here is the list:

Davide Puricelli (evo) [EMAIL PROTECTED]
   teg

Leo Costela [EMAIL PROTECTED]
   camorama

Julien Delange [EMAIL PROTECTED]
   giftui

Khalid El Fathi [EMAIL PROTECTED]
   gpass

Debian QA Group [EMAIL PROTECTED]
   memprof
   netmon-applet

Sean Harshbarger [EMAIL PROTECTED]
   magicdev

Tollef Fog Heen [EMAIL PROTECTED]
   deskbar-applet

Sebastian Henschel [EMAIL PROTECTED]
   xpenguins-applet

Shaun Jackman [EMAIL PROTECTED]
   neutrino

Yoshito Komatsu [EMAIL PROTECTED]
   glunarclock

Sven Luther [EMAIL PROTECTED]
   monster-masher
   quark

Neil McGovern [EMAIL PROTECTED]
   drivel

Alastair McKinstry [EMAIL PROTECTED]
   ggcov

Arnaud Patard [EMAIL PROTECTED]
   teatime

Andreas Rottmann [EMAIL PROTECTED]
   quick-lounge-applet

Mikael Sennerholm [EMAIL PROTECTED]
   planner

James A. Treacy [EMAIL PROTECTED]
   gramps

Sam Hocevar (Debian packages) [EMAIL PROTECTED]
   rcalc

Debian QOF packaging team [EMAIL PROTECTED]
   gnotime

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
   `-  Debian GNU/Linux -- The power of freedom


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Nikita V. Youshchenko


 Dave Carrigan wrote:
 On Tue, Nov 15, 2005 at 06:00:06PM +0100, Thiemo Seufer wrote:
 
  this makes it IMHO a plausible release goal to get rid of 2.95
  maintenance for etch.
 
 No it is not. Just because debian packages don't use 2.95 doesn't mean
 that end users have the same luxury.
 
 The need for gcc-2.95 usually means the source code is broken (in C99
 terms) and should be fixed. Do you have an example of an use case where
 this is unfeasible, and which is important enough to justify continued
 maintenance of gcc 2.95?

Device driver development for embedded systems? There are embedded systems,
including x86-based, that run kernels which fail to compile with gcc =
3.x.

Also, people have some code (old completed internal projects, etc), which
probably would never be ported to newer C++ standards (it's plainly too big
job), but which are still useful to keep working - e.g. for
demonstration/education/similar purposes.

I have to deal with the both above situations. And I believe I'm far not
alone here. So there is user benefit from keeping gcc 2.95 in usable state.
Not fixing internal compiler bugs - user who faces old compiler's failure
to build code should seriously consider switching to newer versions - but
just keeping packages installable and usable.


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Moritz Muehlenhoff
In linux.debian.devel, you wrote:
 The need for gcc-2.95 usually means the source code is broken (in C99
 terms) and should be fixed. Do you have an example of an use case where
 this is unfeasible, and which is important enough to justify continued
 maintenance of gcc 2.95?

[..]

 Also, people have some code (old completed internal projects, etc), which
 probably would never be ported to newer C++ standards (it's plainly too big
 job), but which are still useful to keep working - e.g. for
 demonstration/education/similar purposes.

 I have to deal with the both above situations. And I believe I'm far not
 alone here. So there is user benefit from keeping gcc 2.95 in usable state.
 Not fixing internal compiler bugs - user who faces old compiler's failure
 to build code should seriously consider switching to newer versions - but
 just keeping packages installable and usable.

I agree. Plus, compilation of C code with 2.95 is typically twice as fast
as 4.0. While 2.95 may be too buggy wrt C++, it's still useful for C.

Cheers,
Moritz


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Thiemo Seufer
Mark Brown wrote:
 On Tue, Nov 15, 2005 at 06:30:00PM +0100, Thiemo Seufer wrote:
 
  The need for gcc-2.95 usually means the source code is broken (in C99
  terms) and should be fixed. Do you have an example of an use case where
  this is unfeasible, and which is important enough to justify continued
  maintenance of gcc 2.95?
 
 It was relatively common to find C++ code that wouldn't build with the
 new C++ front end in GCC 3.0.

Is there one left today? (Does this mean it is dead upstream?)


Thiemo


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Thiemo Seufer
Nikita V. Youshchenko wrote:
 
 
  Dave Carrigan wrote:
  On Tue, Nov 15, 2005 at 06:00:06PM +0100, Thiemo Seufer wrote:
  
   this makes it IMHO a plausible release goal to get rid of 2.95
   maintenance for etch.
  
  No it is not. Just because debian packages don't use 2.95 doesn't mean
  that end users have the same luxury.
  
  The need for gcc-2.95 usually means the source code is broken (in C99
  terms) and should be fixed. Do you have an example of an use case where
  this is unfeasible, and which is important enough to justify continued
  maintenance of gcc 2.95?
 
 Device driver development for embedded systems? There are embedded systems,
 including x86-based, that run kernels which fail to compile with gcc =
 3.x.

In that case you likely need as well an older binutils version, which
probably means to use a sarge or even woody chroot.

 Also, people have some code (old completed internal projects, etc), which
 probably would never be ported to newer C++ standards (it's plainly too big
 job), but which are still useful to keep working - e.g. for
 demonstration/education/similar purposes.
 
 I have to deal with the both above situations. And I believe I'm far not
 alone here. So there is user benefit from keeping gcc 2.95 in usable state.
 Not fixing internal compiler bugs

AFAICS this makes a point to have some (un-/little) maintained version
of gcc-2.95 somewhere. It doesn't make a point to distribute it as part
of an official etch release.

 - user who faces old compiler's failure
 to build code should seriously consider switching to newer versions - but
 just keeping packages installable and usable.

Apparently those packages weren't useful/important enough to bring them
into Debian...


Thiemo


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



Re: New (experimental) Debtags package search page

2005-11-16 Thread Stephen Birch
Enrico Zini([EMAIL PROTECTED])@2005-11-15 17:55:
 I implemented a new kind of package search, here:
 
   http://debtags.alioth.debian.org/cgi-bin/search.cgi


Nice.

Could this be tied in with the results of the popularity contest to
give a ranking of results?

Often several packages provide the same function and there needs to be
some mechanism for selecting between them.  Popularity doesn't
completely solve the problem but is better than nothing.

Steve


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Thiemo Seufer
Thiemo Seufer wrote:
 Nikita V. Youshchenko wrote:
[snip]
  Also, people have some code (old completed internal projects, etc), which
  probably would never be ported to newer C++ standards (it's plainly too big
  job), but which are still useful to keep working - e.g. for
  demonstration/education/similar purposes.
  
  I have to deal with the both above situations. And I believe I'm far not
  alone here. So there is user benefit from keeping gcc 2.95 in usable state.
  Not fixing internal compiler bugs
 
 AFAICS this makes a point to have some (un-/little) maintained version
 of gcc-2.95 somewhere. It doesn't make a point to distribute it as part
 of an official etch release.
 
  - user who faces old compiler's failure
  to build code should seriously consider switching to newer versions - but
  just keeping packages installable and usable.
 
 Apparently those packages weren't useful/important enough to bring them
 into Debian...

s/packages/programs which need gcc 2.95/, that is.


Thiemo


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Thiemo Seufer
Moritz Muehlenhoff wrote:
 In linux.debian.devel, you wrote:
  The need for gcc-2.95 usually means the source code is broken (in C99
  terms) and should be fixed. Do you have an example of an use case where
  this is unfeasible, and which is important enough to justify continued
  maintenance of gcc 2.95?
 
 [..]
 
  Also, people have some code (old completed internal projects, etc), which
  probably would never be ported to newer C++ standards (it's plainly too big
  job), but which are still useful to keep working - e.g. for
  demonstration/education/similar purposes.
 
  I have to deal with the both above situations. And I believe I'm far not
  alone here. So there is user benefit from keeping gcc 2.95 in usable state.
  Not fixing internal compiler bugs - user who faces old compiler's failure
  to build code should seriously consider switching to newer versions - but
  just keeping packages installable and usable.
 
 I agree. Plus, compilation of C code with 2.95 is typically twice as fast
 as 4.0. While 2.95 may be too buggy wrt C++, it's still useful for C.

I wouldn't recommend to compile new code with 2.95 just because it is
faster. It doesn't do standard C and misses many broken constructs which
are caught by newer compilers.

It may still have some use for regression tests, and for old code
without a prospect of getting updated. I don't know how relevant
those cases are for Debian.


Thiemo


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



Building windows versions of debian packages

2005-11-16 Thread Aaron Isotton
Hi,

I want to use Debian to develop some cross-platform (Linux and Windows)
programs. Compiling programs which don't use any libraries works fine
using mingw32, but obviously I cannot use the same libraries for both.

To avoid cluttering the build tree with libraries needed for Windows
only, I'd like to install some Windows libraries (such as zlib)
system-wide (just the way mingw32-runtime installs the win32api).

It would be extremely nice to build both the linux and windows versions
from the same Debian source package, for example building zlib1g,
zlib1g-dev, mingw32-zlib1g and mingw32-zlib1g-dev from the zlib source
package.

As far as I can see at least for the packages using autotools this
should not be too difficult; it should be enough to adapt debian/control
to generate the mingw32 packages and debian/rules to pass an appropriate
'--host' parameter to configure.

Has anybody else done something like this?
-- 
Aaron Isotton | http://www.isotton.com/
If one tells the truth, one is sure, sooner or later, to be found out.
-- Oscar Wilde


signature.asc
Description: OpenPGP digital signature


Please use ${misc:Depends} in all your packages

2005-11-16 Thread Loïc Minier
On Wed, Nov 16, 2005, Josselin Mouette wrote:
  These packages should use
 dh_gconf, build-depend on debhelper = 4.2.13 and depend on
 ${misc:Depends}. Packages using cdbs just have to use the gnome.mk
 template to benefit of it.

 Thanks Joss, I hijack this perfect occasion to remind people they
 should use ${misc:Depends} whenever possible (almost always, except
 maybe on meta-packages), even if it causes warnings.  Please see the
 debhelper(7) man page for details on why this is useful.  This is what
 caused the most RC bugs in GNOME packages lately.

 (PS: Please note that even if you use CDBS' gnome.mk, you have to add
  ${misc:Depends} to your deps.)

   Cheers,
-- 
Loïc Minier [EMAIL PROTECTED]


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



Re: petsc_2.3.0-1_i386.changes REJECTED

2005-11-16 Thread Steve Langasek
On Wed, Nov 16, 2005 at 01:46:04AM -0600, Peter Samuelson wrote:

 [Steve Langasek]
  python-dev provides an interface that packages can build-depend on
  which gives them both /usr/bin/python, and a set of development tools
  from the corresponding version of python.  This is not analogous to
  petsc-dev, which only depends on the versioned -dev package.

 The only point of python-dev seems to be to pull in the development
 package for Debian's default python version.  That it also pulls in
 'python' (another near-empty package) is pretty incidental to that.

No, it is *not* incidental to that.

Package: python-dev
Depends: python (= 2.3), python ( 2.4), python2.3-dev (= 2.3.4-18)

If the python dependency were incidental, there would be no reason for the
versioned dependency.  This is specifically there to ensure that you get a
consistent devel environment for the version of python that's installed as
/usr/bin/python.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Re: Building windows versions of debian packages

2005-11-16 Thread Simon Richter

Hi,

Aaron Isotton wrote:


As far as I can see at least for the packages using autotools this
should not be too difficult; it should be enough to adapt debian/control
to generate the mingw32 packages and debian/rules to pass an appropriate
'--host' parameter to configure.


If the package is sufficiently cross-platform that it compiles on Windows.


Has anybody else done something like this?


There are a few packages that can build mingw32 cross-compile packages, 
notably wxwidgets. These are not built by default to avoid cluttering up 
the archive; there would need to be a framework for those packages 
before it could be implemented on a wider scale.


Offhand, my approach would be similar to this:

1. Create registry of cross compilation architectures. These are 
architectures that will never become Debian architectures for obvious 
reasons, like not using a free kernel and/or libc. mingw32, darwin, 
palmos, amigaos[1] would be prime examples. The main factor about 
making an architecture a cross compilation architecture is that there 
are stub libraries in the place of the real core libraries.


2. Create separate package repository. There is no sane reason such 
packages should go into the main distribution now.


3. Think of a new tag for the source control file to serve as a hint 
that a source package can build cross packages for at least one of the 
architectures under step 1. X-Cross: mingw32 would be my suggestion here.


4. Set up autobuilders that pick those packages, invoke their 
binary-cross target and upload the resulting packages to the 
infrastructure from step 2. The binary-cross target is not supposed to 
create anything but the cross compilation packages.


5. Patch Debian packages, submit wishlist bugs.

6. Repeat steps 4 and 5.

   Simon

[1] Incidentally, this is one of the things that are going to happen 
soonish, as the Amiga needs a new bootloader badly, and it should be 
possible to build that from source from within Debian.


signature.asc
Description: OpenPGP digital signature


Re: Bug#338503: ITP: cvssuck -- inefficient cvs repository grabber using cvs command

2005-11-16 Thread Tim Cutts


On 11 Nov 2005, at 2:32 pm, Junichi Uekawa wrote:


Hi,



CVSsuck is a mirroring tool for CVS repositories. Unlike other
tools such as CVSup or rsync, it uses cvs command to access the
repository. So, it works well with remote repositories without
a special server or shell account. However it is inefficient and
not perfect because CVS client/server protocol is not designed for
mirroring. If a server provides special way to grab a repository,
you shouldn't use CVSsuck.



Sounds like this is best kept out of the archive then...



To me it sounded like a pretty good idea,
if the server only provides anonymous pserver CVS access.


I wouldn't call it a mirror though; how does it manage to fetch the  
complete repository including history?  It doesn't do something evil  
like fetch the cvs log, and then fetch every single revision for  
every file, does it?  I shudder to think what would happen if it does  
that and someone pointed it at the largest public CVS server I  
maintain (cvs.sanger.ac.uk) which has several GB of CVS repository.   
The Ensembl source code alone has had about 60,000 revisions made to  
it in its life (judging by the revision number that I ended up with  
when I converted it to a Subversion repository as an experiment).


If it's not doing anything as complex as that, what does it give you  
that just using cvs checkout doesn't?


Tim


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



Bug#339462: ITP: libhttp-request-ascgi-perl -- Setup a CGI enviroment from a HTTP::Request

2005-11-16 Thread Krzysztof Krzyzaniak (eloy)
Package: wnpp
Severity: wishlist
Owner: Krzysztof Krzyzaniak (eloy) [EMAIL PROTECTED]

* Package name: libhttp-request-ascgi-perl
  Version : 0.02
  Upstream Author : Christian Hansen, [EMAIL PROTECTED]
* URL : http://search.cpan.org/~mramberg/HTTP-Request-AsCGI-0.2/
* License : (Perl: GPL/Artistic)
  Description : Setup a CGI enviroment from a HTTP::Request

 Provides a convinient way of setting up an CGI enviroment from 
 a HTTP::Request.
  

NOTE

We need this module to upload new libcatalyst-perl package.

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


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



Bug#339463: ITP: glpk-shlib -- shared library for the GNU Linear Programming Kit

2005-11-16 Thread Rafael Laboissiere
Package: wnpp
Severity: wishlist
Owner: Rafael Laboissiere [EMAIL PROTECTED]


* Package name: glpk-shlib
  Version : 4.8
  Upstream Author : Andrew Makhorin [EMAIL PROTECTED]
* URL : http://www.gnu.org/software/glpk/glpk.html
* License : GPL
  Description : shared library for the GNU Linear Programming Kit

This package is being introduced with the sole purpose of getting the
following bug fixed:

http://bugs.debian.org/310226

The octave2.9 package links against GLPK, but the glpk package only
provides a static library.  Since Octave uses loadable modules for its
functions, we need a gGLPK shared library.  I proposed a patch to both
the upstream authors and the glpk maintainer for using libtool:

http://bugs.debian.org/335237

Since this patch does not seem to be used, we (the DOG,
http://pkg-octave.alioth.debian.org) decided to fork glpk as an interim
solution.  The proposed glpk-shlib package will be very slim, containing
only the shared library for GLPK (libglpk0) and will not conflict with
glpk. See the thread starting at:


http://lists.alioth.debian.org/pipermail/pkg-octave-devel/2005-November/000705.html

A preliminary version of the package can be found at the following
apt-getable repository:

http://people.debian.org/~rafael/glpk-shlib

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.8-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)




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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Nikita V. Youshchenko
  The need for gcc-2.95 usually means the source code is broken (in C99
  terms) and should be fixed. Do you have an example of an use case where
  this is unfeasible, and which is important enough to justify continued
  maintenance of gcc 2.95?
 
 Device driver development for embedded systems? There are embedded
 systems, including x86-based, that run kernels which fail to compile with
 gcc = 3.x.
 
 In that case you likely need as well an older binutils version, which
 probably means to use a sarge or even woody chroot.

I have not yet faced a situation where newer binutils wont, work.

 
 Also, people have some code (old completed internal projects, etc), which
 probably would never be ported to newer C++ standards (it's plainly too
 big job), but which are still useful to keep working - e.g. for
 demonstration/education/similar purposes.
 
 AFAICS this makes a point to have some (un-/little) maintained version
 of gcc-2.95 somewhere. It doesn't make a point to distribute it as part
 of an official etch release.
 
 - user who faces old compiler's failure
 to build code should seriously consider switching to newer versions - but
 just keeping packages installable and usable.
 
 Apparently those packages weren't useful/important enough to bring them
 into Debian...

Are debian compiler packages intended to compile debian packages only, or
also to be used as compiler for non-debian tasks also?

The situation is: gcc-2.95 is no longer needed to compile debian packages,
but it is still needed for other tasks, by many people. So why remove it?


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



Re: Packages still shipping schemas in /etc

2005-11-16 Thread Steve Langasek
On Wed, Nov 16, 2005 at 11:02:40AM +0100, Josselin Mouette wrote:

 Thanks to the introduction of dh_gconf, the list of packages shipping
 their GConf schemas in /etc has dramatically reduced. I think it's time
 to file bugs against the remaining packages. These packages should use
 dh_gconf, build-depend on debhelper = 4.2.13 and depend on
 ${misc:Depends}. Packages using cdbs just have to use the gnome.mk
 template to benefit of it.

Except that cdbs depends on debhelper (= 4.1.0); an additional
build-dependency on the correct version of debhelper is also still required
in the cdbs case.

Cheers,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Re: master's mail backlog and upgrade time

2005-11-16 Thread Tim Cutts

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


On 15 Nov 2005, at 2:34 pm, Steve Langasek wrote:


 * The mail backlog that `will never be able to be delivered' was
   (as far as I can tell) all spam that chiark has been properly
   rejecting.



No: there is nothing proper about rejecting mail from a host that  
you have

configured to forward mail for you.


I can see where you're coming from, but it's unavoidable, isn't it?   
Most of us probably have accounts which forward email to us, and  
over which we have no control; for example in my case I have two, one  
at debian.org, and one at Cambridge University (cantab.net), as well  
as any number of mailing lists.  If those upstream sources are more  
lax about spam than the downstream SMTP receiver (whether chiark or  
something else) then this sort of thing is inevitable.


I happen to have a chiark account, and my chiark address is the  
primary one I use for Debian development (see the maintainer field  
for any of my packages, or indeed the address from which I post to  
Debian mailing lists like this one) so I have some personal interest  
in this particular issue.


It does seem it was a little hasty to have blanket-banned chiark- 
bound email, especially when it is well known that there are a  
significant number of DD's that use the machine.


I specifically use chiark for things as publicly visible as my Debian  
package maintenance address, news and mailing list postings,  
precisely *because* of its somewhat draconian anti-spam measures.


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

iQEVAwUBQ3tHZRypeFo2odvPAQKRoggAtoiXmeOkePAFtBsP8LDpniinK9a88VEx
OBrZtpk+yWmbMAX6y8Rifq2df62HDy4d2hTlBg26/bPXckhZiWhbIuJL8Ev1VxmI
hggQ1knqgUyKCuiEXmuLO/ueH2wCN+mzc9coFN+Nu4cVp6QQuuYZAP4Yz8oIm3DO
mFEw8N2lDRLJIbxg2RNHD71hkOtpHu9AGal1k0+GwDbLeVni4Wx4TxKXsRxD5bLV
D1bruCihwtXJIhHK2CornOW9fljsOc8IipO/43Rt3tB+ks+3g89LPZQVcCu8ZbWK
7Bx2EheaWC0STqSpJRGqMTCH2oxnS0PfPFsRf/i3zMS5YX+usuzBbA==
=9LTp
-END PGP SIGNATURE-


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Thiemo Seufer
Nikita V. Youshchenko wrote:
   The need for gcc-2.95 usually means the source code is broken (in C99
   terms) and should be fixed. Do you have an example of an use case where
   this is unfeasible, and which is important enough to justify continued
   maintenance of gcc 2.95?
  
  Device driver development for embedded systems? There are embedded
  systems, including x86-based, that run kernels which fail to compile with
  gcc = 3.x.
  
  In that case you likely need as well an older binutils version, which
  probably means to use a sarge or even woody chroot.
 
 I have not yet faced a situation where newer binutils wont, work.

#336022, as the latest example I saw.

[snip]
  Apparently those packages weren't useful/important enough to bring them
  into Debian...
 
 Are debian compiler packages intended to compile debian packages only, or
 also to be used as compiler for non-debian tasks also?

IMHO the latter, as long as it incurs no additional overhead.

 The situation is: gcc-2.95 is no longer needed to compile debian packages,
 but it is still needed for other tasks, by many people.

By whom, and for what? So far I haven't heard a specific project's name.

 So why remove it?

Is it worth to fix when it breaks again? (Currently it FTBFS on alpha,
probably binutils-induced.)


Thiemo


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Dave Carrigan
On Wed, Nov 16, 2005 at 04:12:45PM +0100, Thiemo Seufer wrote:

  The situation is: gcc-2.95 is no longer needed to compile debian packages,
  but it is still needed for other tasks, by many people.
 
 By whom, and for what? So far I haven't heard a specific project's
 name.

Debian does not exist for the benefit of its developers, it exists for
the benefit of its users. I doubt that many Debian *users* read
debian-devel so they aren't going to be responding to messages in this
thread. 

I am quite sure that there are Debian *users* out there that have legacy
code that only builds under gcc 2.95 (or more likely g++ 2.95) and they
haven't ported it to a newer C compiler because there is no business
case for it. 

Removing a package simply because the Debian developers don't need it
any more is the kind of arrogance that drives users away from Debian to
other distributions.

-- 
Dave Carrigan
Seattle, WA, USA
[EMAIL PROTECTED] | http://www.rudedog.org/
UNIX-Apache-Perl-Linux-Firewalls-LDAP-C-C++-DNS-PalmOS-PostgreSQL-MySQL-Postfix


signature.asc
Description: Digital signature


Re: master's mail backlog and upgrade time

2005-11-16 Thread Andy Smith
On Wed, Nov 16, 2005 at 02:51:10PM +, Tim Cutts wrote:
 On 15 Nov 2005, at 2:34 pm, Steve Langasek wrote:
  No: there is nothing proper about rejecting mail from a host
  that you have configured to forward mail for you.
 
 I can see where you're coming from, but it's unavoidable, isn't it?   
 Most of us probably have accounts which forward email to us, and  
 over which we have no control; for example in my case I have two, one  
 at debian.org, and one at Cambridge University (cantab.net), as well  
 as any number of mailing lists.  If those upstream sources are more  
 lax about spam than the downstream SMTP receiver (whether chiark or  
 something else) then this sort of thing is inevitable.o

Personally I have sa-exim SMTP reject viruses and high scoring spam,
but if the message has precedence bulk or list then I discard it
silently instead, in order to try and cut down on the number of
sitations where my users will infuriate hosts that forward mail to
them.  Many MLMs will automatically kick you off the lists if you
reject viruses they sent to you (hi, Phillipp Kern).

It's not possible to catch everything though (users can set up
forwards without my knowledge; they also can't predict which
addresses will get lots of spam/malware), neither would I expect to
be told I have to accept delivery of this email.  In an ideal world
both sides would be able to come to some arrangement that doesn't
involve blackholing.


signature.asc
Description: Digital signature


Querying the BTS

2005-11-16 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I'd like to query the bts automatically to write an application where I
could summarize bug counts and release bloquers for the java team.

Is there a way to query the bts and receive the response in a way it's
easily parsable?

I heard about bts+ldap but when googleing around, I couldn't reproduce
the different searches (ldap does not respond event with -p 10101).

The update would be done once a day or something and I don't wanna
duplicate the 2.5Gb + 10Gb bts database ;-)

Thanks for your pointers and help

- --
  .''`.
 : :' :rnaud
 `. `'
   `-
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDe1dC4vzFZu62tMIRAhb3AJ9HlidcCoscAFZqwqPTy42eBw6/0gCgiGcH
kAeIEid5BrGMl+b0t8fcGCM=
=p+Nt
-END PGP SIGNATURE-


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Thomas Viehmann
Dave Carrigan wrote:
 On Wed, Nov 16, 2005 at 04:12:45PM +0100, Thiemo Seufer wrote:
The situation is: gcc-2.95 is no longer needed to compile debian packages,
but it is still needed for other tasks, by many people.

By whom, and for what? So far I haven't heard a specific project's
name.

[...]
 I am quite sure that there are Debian *users* out there that have legacy
 code that only builds under gcc 2.95 (or more likely g++ 2.95) and they
 haven't ported it to a newer C compiler because there is no business
 case for it. 

Dave, we're not working on the removal of gcc 2.95 for the fun of it.
Sarge ships with gcc 3.3 as default and supports gcc 2.95. More than one
year from now, Debian will release its next stable release and the
balance of the costs of continued support of gcc 2.95 versus its
benefits is shifting to a point where the effort of keeping 2.95 is
undesirable. Support for old compilers is quite an effort and it's in
the best interest of Debian and its users by dropping it so that Debian
can retain its high quality standard.
Debian is not rushing to drop gcc 2.95, but in the long run, it's
inevitable. Or, to put it in your words, there is a business case for
dropping gcc 2.95 support in etch.

 Removing a package simply because the Debian developers don't need it
 any more is the kind of arrogance that drives users away from Debian to
 other distributions.

Well, Debian is a fairly large sample of (free) software. If reliance on
gcc 2.95 is a vanishing characteristic of Debian packages, this suggests
that the general usage has diminished to a point where it is
unreasonable to continue support. this is why Thiemo asks for evidance
of the contrary. This has nothing to do with arrogance or developers
disregarding the interests of its users. It is about sustaining quality
by allocating resources appropriately.

Kind regards

T.

-- 
Thomas Viehmann, http://thomas.viehmann.net/


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Erinn Clark
* Dave Carrigan [EMAIL PROTECTED] [2005:11:16 07:33 -0800]: 
 I am quite sure that there are Debian *users* out there that have legacy
 code that only builds under gcc 2.95 (or more likely g++ 2.95) and they
 haven't ported it to a newer C compiler because there is no business
 case for it. 

I fit this use case -- I work with embedded devices and as a result,
sometimes older versions of software are necessary. However, it's
usually not just gcc alone, it's glibc et al as well.  The solution
isn't to keep gcc 2.95 around indefinitely; it's for people to use
debootstrap and chroots.

--
off the chain like a rebellious guanine nucleotide


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



Re: petsc_2.3.0-1_i386.changes REJECTED

2005-11-16 Thread Adam C Powell IV
On Tue, 2005-11-15 at 23:03 -0800, Steve Langasek wrote:
 On Tue, Nov 15, 2005 at 05:15:28PM -0500, Adam C Powell IV wrote:
  On Mon, 2005-11-14 at 23:59 -0800, Steve Langasek wrote:
 
I understand that, and the whole proposal.  And it will break a lot of
things for many of my users, who need to use old versions of the -dev
packages at the same time -- which is why I do the versioned -dev
packages and the alternatives system.
 
   *Why* do users need to use old versions of -dev packages at the same time?
   How can it be so important to maintain parallel installable versions of
   devel packages for a library package that has only *one* 
   reverse-dependency
   in Debian?
 
  Users of PETSc are developers, almost always of some local code of their
  own, most of the time which links with third-party libs, such as libmesh
  (not yet in Debian), dolfin (from what I hear may soon be in Debian),
  etc.  Because PETSc upstream changes its API with every point release, a
  user's local code -- and these various third-party libs -- often lag
  behind, such that upgrading a single libpetsc-dev package would break
  all of those builds.
 
  On the other hand, upgrading my petsc-dev package requires only a simple
  update-alternatives --config to reinstate the older version as the
  default, since the newer one doesn't conflict with or replace the older
  one.
 
 Ah, I didn't notice the alternatives there.  That's definitely an
 interesting approach to dev packages; though given that only root can run
 update-alternatives, I don't know that this is really much of an advantage
 over just keeping two .debs around and switching between them.

PETSc also provides its own sort of alternatives mechanism: a
programmer is required to set PETSC_DIR in order to program with PETSc
at all, and that can be e.g. /usr/lib/petscdir/2.3.0
or /usr/lib/petscdir/2.2.0 etc.  The static libs are there, along with
links to the shlibs, C includes, makefile includes, my own petsc.m4,
various scripts, etc.

I put the real shlibs, and alternatives slaves to the static libs,
in /usr/lib following the FHS.  There are also alternatives slaves for
the C includes dir, petsc.m4, etc.

So a user can either manually set PETSC_DIR to point to a particular
version, or set it to /usr/lib/petsc to use the system default pointed
to by the alternatives symlink.

All of this is documented in README.Debian, which is also at
http://lyre.mit.edu/~powell/petsc/README.Debian

   For that matter, why is it important that Debian provide support for
   coinstallability with older packages that are, evidently, not important
   enough themselves to be supported by Debian?
 
  In contrast, libxml-dev has 731 users and at least one major reverse
  dependency (gnucash), making it much more valuable.  Not to mention just
  one large API change, vs. PETSc's, um, 10 or so since I first uploaded
  it.
 
 Right; it's the API changes that make the idea of an unversioned petsc-dev
 package of questionable utility...

Fair enough.  It's a convenience, but one which forces a user/developer
to upgrade his/her code -- or point to the old version (likely still
there because there are no conflicts) until such time becomes available.

Hmm.  Perhaps the analogy to linux-image-2.6-SUBARCH is better.  The
kernel API changes enough to suggest or require some new utilities,
and obsolete others.  This *usually* doesn't require users to change
things, as there's a big effort to be backward compatible (e.g. ALSA
provides an OSS-compatible interface), but not always.

   Anyway, the empty petsc-dev package is completely pointless.  It can't be
   used sanely as a dependency or build-dependency, because it does *not*
   guarantee a constant interface thanks to petsc's FHS-incompatible layout.
   I think it would be better if there *were* a single petsc-dev package
   containing the header files and library links in FHS locations, making
   libpetsc2.2.0-dev unnecessary; but if this is not to be the case for
   whatever reason, then petsc-dev ought to be dropped.  In any case, I agree
   with Joerg that there ought to only be one -dev package here...
 
  So then, we don't need python-dev?
 
 python-dev provides an interface that packages can build-depend on which
 gives them both /usr/bin/python, and a set of development tools from the
 corresponding version of python.  This is not analogous to petsc-dev, which
 only depends on the versioned -dev package.

Okay, noted your followup posts, python-dev is perhaps not the best
analogy.  It also helps that most of the python API is stable, vs. most
PETSc upgrades require code changes.

But what about the empty linux-image upgrade convenience packages
mentioned above?  If the answer is Such packages are all bad and should
go away, I'm fine with that.

Thanks again for the thoughtful reply.

Cheers,
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Welcome to the best software in the world today cafe!

Re: master's mail backlog and upgrade time

2005-11-16 Thread Steve Langasek
On Tue, Nov 15, 2005 at 04:01:10PM +, Ian Jackson wrote:
 If a domain was set up to be treated this way for an unrelated reasons
 without an announcement anywhere, surely that is even worse !

Well, it's no longer DSA is making misleading statements about the nature
of the problem; the fact that you weren't notified when this was done is
bad, but it could be that they tried to contact you and failed for whatever
reason, so I certainly reserve any judgement until both sides have
commented...

  On Tue, Nov 15, 2005 at 12:18:45PM +, Ian Jackson wrote:
* The mail backlog that `will never be able to be delivered' was
  (as far as I can tell) all spam that chiark has been properly
  rejecting.

  No: there is nothing proper about rejecting mail from a host that you have
  configured to forward mail for you.

 Nearly all of this mail flow is invalid in one way or another.

Of course it is.  That doesn't make it proper to reject such mail when
you've told some other host to forward it to you in the first place; I'm
sure it's a pretty common misconfiguration in the context of Debian mail
forwarding, but that doesn't make it right...

 What is happening is that master provides a mail forwarding facility
 with a lax input policy, but I forward my mail to chiark which does
 stricter checks and has a stricter policy.

 This has the effect of turning the rejected messages into bounced
 bounces on master.  This would be an unfriendly thing to do if the
 sysadmins on master actually cared about reliable mail delivery and
 took a policy of reviewing bounced bounces and dealing with their
 causes (as I do on chiark).

It's an unfriendly thing to do *anyway*.  Performance of Debian mail service
has sucked for a while, and based on my own experiences running such
systems, I have no doubt that bounced forwards account for a lot of this
sluggishness, not even counting the one particular user who was clogging the
system with gigs of mail.

Ryan now seems to be making quite a bit of progress on fixing these problems
with the mail setup -- not just with eliminating antisocial mail forwarding
configs, but also with making improvements on the input side so master
doesn't *have* to store and forward so much garbage email.  Like many
others, my first reaction is Finally!  Thank GOD!, but obviously DSA is
comprised of volunteers like everything in Debian, and kudos are certainly
due for his work on this - even if some of the changes may have been
implemented in a suboptimal fashion.

Anyway, the line in question is still in master's exim4 config; you may want
to try sending a mail to debian-admin, let them know what you've done on
your end, and ask if there's anything still preventing its removal...

 But, there is another important point: I don't really want a
 debian.org address.  It's technically necessary for me to have one for
 (eg) cronmail from debian systems, and additionally I feel that there
 is an (unwritten) rule that I should have one.  But it is simply
 untenable to suggest that I ought to accept all of this junkmail and
 actually read it !

So accept it and auto-discard it instead, if you prefer; but don't throw it
back at master after telling master to send it to you.

  ... procmail?

 How would that help ?  I could arrange for procmail to try to detect
 whether (eg) the mail had ever been through any non-debian.org host
 and if so construct a bounce.  But this is no better and no worse than
 me having chiark rejecting the mails at SMTP time.  It would still
 lead to master having to deal with lots of undeliverable bounces.

Why would you need to bounce instead of discarding?  If it's not a valid
contact address for you, I don't see why you would be so concerned about
sending notifications to people trying to use it.  That was relevant 5-10
years ago; today it's a waste of resources.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Will Newton
On Wednesday 16 November 2005 12:05, Thiemo Seufer wrote:
  Device driver development for embedded systems? There are embedded
  systems, including x86-based, that run kernels which fail to compile with
  gcc = 3.x.

 In that case you likely need as well an older binutils version, which
 probably means to use a sarge or even woody chroot.

2.95 works fine with the latest binutils in my experience.


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Christian T. Steigies
On Tue, Nov 15, 2005 at 06:00:06PM +0100, Thiemo Seufer wrote:
 
 Replacement (2.6 Kernel) in the works, should be removed once 2.6 is
 stable enough:
 
Christian T. Steigies [EMAIL PROTECTED]
   kernel-image-2.4.27-m68kBuild-Depends: gcc-2.95
   kernel-patch-2.4.27-m68kBuild-Depends-Indep: gcc-2.95

It might take a while until 2.6 kernels can fully replace 2.4 (and 2.2!)
kernels on m68k. Half of our buildds can not be installed with a 2.6 kernel
at the moment. But people are working on it.
Until then we need 2.4 on m68k, however I just (cross-)compiled 2.4.27 with
gcc-3.3 with no problems. Since the 2.6 kernels are already built with
gcc-3.3, 2.4 might actually work with gcc-3.3 also, I will give it a try and
let you know.

Christian


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Matthias Klose
Dave Carrigan writes:
 I am quite sure that there are Debian *users* out there that have legacy
 code that only builds under gcc 2.95 (or more likely g++ 2.95) and they
 haven't ported it to a newer C compiler because there is no business
 case for it. 
 
 Removing a package simply because the Debian developers don't need it
 any more is the kind of arrogance that drives users away from Debian to
 other distributions.

You are still ok, aren't you?  It's rather that kind of arrogance of a
minority of users/lobbyists/some persons, who try to enforce support
of old software for obscure reasons.  You are free to maintain it
outside the debian archives, if your time does permit it. Just yelling
that somebody (i.e. Debian) should do it is so easy ...

There's hardly any current distribution which still ships 2.95, so I'm
unsure where you will go to.

  Matthias


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



Re: Packages still shipping schemas in /etc

2005-11-16 Thread James A. Treacy
On Wed, Nov 16, 2005 at 11:02:40AM +0100, Josselin Mouette wrote:
 James A. Treacy [EMAIL PROTECTED]
gramps

Fixed in gramps 2.0.8-5.

-- 
James Treacy
[EMAIL PROTECTED]


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Nikita V. Youshchenko
 Debian is not rushing to drop gcc 2.95, but in the long run, it's
 inevitable. Or, to put it in your words, there is a business case for
 dropping gcc 2.95 support in etch.

If current debian maintainer(s) don't want to maintain gcc-2.95 any longer,
they should probably orphan it, just like any other package. Maybe someone
else will take it over. And only if nobody would, package should be
removed. It's that simple.


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



Bug#339513: ITP: feynmf -- LaTeX macros for creating Feynman diagrams

2005-11-16 Thread Kevin B. McCarty
Package: wnpp
Severity: wishlist
Owner: Kevin B. McCarty [EMAIL PROTECTED]

* Package name: feynmf
  Version : 1.08
  Upstream Author : Thorsten Ohl [EMAIL PROTECTED]
* URL : http://www.ctan.org/tex-archive/macros/latex/contrib/feynmf/
* License : GPL
  Description : set of LaTeX macros for creating Feynman diagrams

Feynmf is a combined LaTeX/Metafont package for easy drawing of
professional-quality Feynman diagrams, illustrations that depict the
fundamental interactions of subatomic particles.  Feynmf lays out most
diagrams satisfactorily from the structure of the graph without any need
for manual intervention.  Nevertheless all the power of Metafont is
available for more obscure cases.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
Kevin B. McCarty [EMAIL PROTECTED]   Physics Department
WWW: http://www.princeton.edu/~kmccarty/Princeton University
GPG: public key ID 4F83C751 Princeton, NJ 08544


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



Re: Bug#338503: ITP: cvssuck -- inefficient cvs repository grabber using cvs command

2005-11-16 Thread Jon Dowland
On Wed, Nov 16, 2005 at 02:17:08PM +, Tim Cutts wrote:
 I wouldn't call it a mirror though; how does it manage to fetch the
 complete repository including history?  It doesn't do something evil
 like fetch the cvs log, and then fetch every single revision for
 every file, does it? 

Looking at the source, I think that is exactly what it does, although
I've only had a cursory glance.

I did notice also that it's vulnerable to a symlink attach, suggest
shelling out to mktemp at line #127 in your debian diff.gz.

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


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Ron Johnson
On Wed, 2005-11-16 at 07:33 -0800, Dave Carrigan wrote:
 On Wed, Nov 16, 2005 at 04:12:45PM +0100, Thiemo Seufer wrote:
 
   The situation is: gcc-2.95 is no longer needed to compile debian packages,
   but it is still needed for other tasks, by many people.
  
  By whom, and for what? So far I haven't heard a specific project's
  name.
 
 Debian does not exist for the benefit of its developers, it exists for
 the benefit of its users. I doubt that many Debian *users* read
 debian-devel so they aren't going to be responding to messages in this
 thread. 
[snip]
 Removing a package simply because the Debian developers don't need it
 any more is the kind of arrogance that drives users away from Debian to
 other distributions.

Geez, talk about looking a gift horse in the mouth.

How much do you *pay*, in hard, cold Dead Presidents, to use Debian?

That's right: Zero.  Nada.  Zilch.

Debian is staffed by volunteers who do this because they want to.
I, for one, appreciate very, very much what they do for me.

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA
PGP Key ID 8834C06B I prefer encrypted mail.

We have the power to do any damn fool thing we want to do, and
we seem to do it about every ten minutes.
Senator J. William Fulbright (D-AR)


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Miros/law Baran
16.11.2005 pisze Ron Johnson ([EMAIL PROTECTED]):

 Debian is staffed by volunteers who do this because they want to.
 I, for one, appreciate very, very much what they do for me.

quote
Writing/maintaining software is providing a service (even when
it's free). You need to listen to your customers if you want to
learn what features they need and thereby improve your product.
Of course, the customer isn't _always_ right, and often they
suggest specific implementations which don't fit into the grand
scheme, but it's the input of ideas which is important. Even if
they seem at first to be wrong, I've found it's always worth
thinking about them, even if you ultimate modify or reject them.
This is all IMHO, of course.
   --Philip Hazel on exim-users@exim.org
/quote

Jubal

-- 
[ Miros/law L Baran, baran-at-knm-org-pl, neg IQ, cert AI ] [ 0101010 is ]
[ BOF2510053411, http://hell.pl/baran/tek/, alchemy pany! ] [ The Answer ] 

 ''It's like our visit to the moon or to that other star
   I guess you go for nothing if you really want to go that far.''


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



OT? apt-get errors

2005-11-16 Thread Alejandro Bonilla
Anyone knows why I'm getting all these errors?
Sid

I know I need some PGP settings but there are a lot of errors now with apt-get
update and apt-get upgrade... basically most of times it will say that it was
unable to fetch a file and then keep downloading at a high speed. Plus it also
mentions that there are a lot of files not found.

apt-get update
Get:1 http://http.us.debian.org unstable Release.gpg [189B]
Hit http://http.us.debian.org unstable Release
Ign http://http.us.debian.org unstable Release
Hit http://http.us.debian.org unstable/main Packages
Hit http://http.us.debian.org unstable/contrib Packages
Get:2 ftp://ftp.nerim.net sid Release.gpg [189B]
Hit http://http.us.debian.org unstable/non-free Packages
Hit ftp://ftp.nerim.net sid Release
Ign ftp://ftp.nerim.net sid Release
Hit ftp://ftp.nerim.net sid/main Packages
Fetched 378B in 2s (152B/s)
Reading package lists...
W: GPG error: http://http.us.debian.org unstable Release: The following
signatures were invalid: BADSIG F1D53D8C4F368D5D Debian Archive Automatic
Signing Key (2005) [EMAIL PROTECTED]
W: GPG error: ftp://ftp.nerim.net sid Release: The following signatures
couldn't be verified because the public key is not available: NO_PUBKEY
07DC563D1F41B907
W: You may want to run apt-get update to correct these problems

.Alejandro

--
Open WebMail Project (http://openwebmail.org)


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



Re: Querying the BTS

2005-11-16 Thread Christoph Haas
Hi, Arnaud...

On Wednesday 16 November 2005 16:58, Arnaud Vandyck wrote:
 I'd like to query the bts automatically to write an application where I
 could summarize bug counts and release bloquers for the java team.

 Is there a way to query the bts and receive the response in a way it's
 easily parsable?

 I heard about bts+ldap but when googleing around, I couldn't reproduce
 the different searches (ldap does not respond event with -p 10101).

Andreas Barth wrote recently:

 It is now on bts2ldap.debian.net (but this host name has the advantage
 that it can stay, even if the ldap-server moves once again :), port is
 10101.

A quick test revealed that this interface works.

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


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



Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Ron Johnson
On Wed, 2005-11-16 at 21:07 +0100, Miros/law Baran wrote:
 16.11.2005 pisze Ron Johnson ([EMAIL PROTECTED]):
 
  Debian is staffed by volunteers who do this because they want to.
  I, for one, appreciate very, very much what they do for me.
 
 quote
 Writing/maintaining software is providing a service (even when
 it's free). You need to listen to your customers if you want to
 learn what features they need and thereby improve your product.

Consumer, yes (of bandwidth and DD time, effort, etc), or user,
but not a customer, since the dictionary explicitly uses terms 
and phrases like makes purchases of a trader; a purchaser; a 
buyer and person with whom a business house has dealing.

Now, if used RHAS, then I'd be a customer of RH, since I'd be
paying them.


 Of course, the customer isn't _always_ right, and often they
 suggest specific implementations which don't fit into the grand
 scheme, but it's the input of ideas which is important. Even if
 they seem at first to be wrong, I've found it's always worth
 thinking about them, even if you ultimate modify or reject them.
 This is all IMHO, of course.

If you did s/customer/user/ then I'd agree with you.

-- 
-
Ron Johnson, Jr.
Jefferson, LA USA
PGP Key ID 8834C06B I prefer encrypted mail.

There's no obfuscated Perl contest because it's pointless.
Jeff Polk


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



Website link Request

2005-11-16 Thread Ajit




Dear WebmasterI handle online 
marketing for my client http://www.timetin.com/

To increase the link popularity of my client's site , we are now 
looking for traingular Link swapping with some good quality sites. You are 
already aware that Triangular Link swapping is much more popular and beneficial 
than Reciprocal Link exchange . This way both the sites gets the benefit of one 
way Linking. I would request you to place my client's link at your site with the 
following details :URL:http://www.timetin.com/

Link Text:Timetin Time Capsules

Description:Offers high quality time capsules for storing memories, 
ideal gifts for birthdays, weddings, school children and babies.

Or you can simply use the following Linking 
code:pa href=""http://www.timetin.com/">http://www.timetin.com/" 
target="_blank"Timetin Time Capsules

/a:Offers high quality time capsules for storing 
memories, ideal gifts for birthdays, weddings, school children and babies.

/pI will add your link at my Directory http://www.mosaic-service.org/shopping.html



 immediately under relevant category as desired by you. Please 
forward me your linking details along with confirmation where my link have been 
added by you.Hoping an early and positive response from your 
side.Best RegardsAjitInternet 
Researcher


Website link Request

2005-11-16 Thread Ajit




Dear WebmasterI handle online 
marketing for my client http://www.timetin.com/

To increase the link popularity of my client's site , we are now 
looking for traingular Link swapping with some good quality sites. You are 
already aware that Triangular Link swapping is much more popular and beneficial 
than Reciprocal Link exchange . This way both the sites gets the benefit of one 
way Linking. I would request you to place my client's link at your site with the 
following details :URL:http://www.timetin.com/

Link Text:Timetin Time Capsules

Description:Offers high quality time capsules for storing memories, 
ideal gifts for birthdays, weddings, school children and babies.

Or you can simply use the following Linking 
code:pa href=""http://www.timetin.com/">http://www.timetin.com/" 
target="_blank"Timetin Time Capsules

/a:Offers high quality time capsules for storing 
memories, ideal gifts for birthdays, weddings, school children and babies.

/pI will add your link at my Directory http://www.mosaic-service.org/shopping.html



 immediately under relevant category as desired by you. Please 
forward me your linking details along with confirmation where my link have been 
added by you.Hoping an early and positive response from your 
side.Best RegardsAjitInternet 
Researcher


Re: Querying the BTS

2005-11-16 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christoph Haas wrote:
 Hi, Arnaud...

Hi Christoph,

 Andreas Barth wrote recently:
 
It is now on bts2ldap.debian.net (but this host name has the advantage
that it can stay, even if the ldap-server moves once again :), port is
10101.
 
 A quick test revealed that this interface works.

thanks, it's excellent ;-)

- --
Arnaud Vandyck, STE fi, ULg
Formateur Cellule Programmation.
Java Trap: http://www.gnu.org/philosophy/java-trap.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDe6D94vzFZu62tMIRAhDqAJ9OpDShe4BTfr5uAv4Sz+woLNuq2ACffWN0
K8xxN5Ks/GHD67ErP/9kh3Y=
=zOAv
-END PGP SIGNATURE-


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



Re: [RFH] Test of new grub package

2005-11-16 Thread Christopher Martin
On November 11, 2005 19:53, Otavio Salvador wrote:
 I prepared a new package of grub for upload in next days. It still
 needs some work but looks like a good improvement.

 Would be good  if you could do a brief test of it and provide feedback
 directly to me. If it solve any previous bug that you had before,
 would be good if you could send me a hint so I can close it when I
 have the upload ready.

Tested and working here. I'll report any glitches. Do you know if this 
package fixes the XFS-as-root-partition problems? I don't use XFS here, so 
I can't test it myself, but was thinking of running XFS in future.

Thanks,
Christopher Martin


pgpenipfzRHE0.pgp
Description: PGP signature


Re: State of gcc 2.95 use in Debian unstable

2005-11-16 Thread Brian Nelson
Thiemo Seufer [EMAIL PROTECTED] writes:

 while preparing an upload of gcc-2.95 which fixes its worst problems
 I wondered how many users of it are actually left. 9 packages in
 unstable still declare a build dependency on gcc-2.95 or g++-2.95,
 this makes it IMHO a plausible release goal to get rid of 2.95
 maintenance for etch.

The most recent LJ notes that Adrian Bunk tried to push a patch in the
kernel to remove support for older compilers, but was met with
resistance from people that still use GCC 2.95.  Apparently, these
people prefer it for development due to its significantly faster
compilation times compared to v3 and higher versions.

-- 
Captain Logic is not steering this tugboat.


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



Re: RFC: drop kerberos4-support?

2005-11-16 Thread Brian May
 Russ == Russ Allbery [EMAIL PROTECTED] writes:

Russ You're correct, although it's very close.  It will be
Russ possible with the 1.4.1 release (and is almost possible
Russ right now but openafs-krb5 is too old; I'm waiting for the
Russ 1.4.1 release to retire the openafs-krb5 package and package
Russ aklog and asetkey with openafs).  So it will be possible for
Russ etch.  The aklog in openafs will also support krb524d.

I can't seem to find it in my version ;-(

However, I now got krb524 working with Heimdal.

I had to insert

enable-524 = true

in /var/lib/heimdal-kdc/kdc.conf (the man page for kdc lead me to
believe this was the default).

and add:

[login]
enable-524 = true

in /etc/krb5.conf
-- 
Brian May [EMAIL PROTECTED]


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



Re: RFC: drop kerberos4-support?

2005-11-16 Thread Russ Allbery
Brian May [EMAIL PROTECTED] writes:
 Russ == Russ Allbery [EMAIL PROTECTED] writes:

 Russ You're correct, although it's very close.  It will be
 Russ possible with the 1.4.1 release (and is almost possible
 Russ right now but openafs-krb5 is too old; I'm waiting for the
 Russ 1.4.1 release to retire the openafs-krb5 package and package
 Russ aklog and asetkey with openafs).  So it will be possible for
 Russ etch.  The aklog in openafs will also support krb524d.

 I can't seem to find it in my version ;-(

Are you looking at the original upstream source?  aklog isn't included in
the openafs packages in Debian because openafs-krb5 still contains aklog.
That's one of the things that will change in the 1.4.1 packages.

-- 
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: library renaming due to changed libstdc++ configuration

2005-11-16 Thread Miles Bader
Matthias Klose [EMAIL PROTECTED] writes:
 The proposal by upstream is to configure libstdc++ to use the new
 allocator again (the default one).

I've noticed that with recent updates, I'm suddenly getting tons of
undefined function errors resulting from STL-related template
instantiation.  [I've attached an example at the end of this message.]

I use the g++ `-frepo' option, which I _thought_ was supposed to
basically take the pain away from template usage; until recently, it has
worked very well, but now it's failing; the same thing seems to happen
with g++ 4.0.3 and gcc 4.1 (both from Debian unstable), with compilation
options like:

   g++ -c -O5 -fomit-frame-pointer -g -Wall -march=pentium4 -mfpmath=sse -msse2 
  -frepo -MMD -MF .tessel.d tessel.cc

(I use no special options for linking, just g++ -o foo)

I'm no expert at using C++ templates, so perhaps it's my error.  Any ideas?

Thanks,

-Miles


Here's an example error log:

material.o: In function `std::_List_baseSnogray::Phong const*, 
std::allocatorSnogray::Phong const* 
::_M_get_node()':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_list.h:313:
 undefined reference to `__gnu_cxx::__mt_allocstd::_List_nodeSnogray::Phong 
const*, __gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true 
::allocate(unsigned int, void const*)'
material.o: In function 
`~_List_base':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_list.h:333:
 undefined reference to `std::_List_baseSnogray::Phong const*, 
std::allocatorSnogray::Phong const* ::_M_clear()'
mesh.o: In function `Snogray::Mesh::add_triangle(unsigned int, unsigned int, 
unsigned 
int)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:610:
 undefined reference to `std::vectorSnogray::Mesh::Triangle, 
std::allocatorSnogray::Mesh::Triangle 
::_M_insert_aux(__gnu_cxx::__normal_iteratorSnogray::Mesh::Triangle*, 
std::vectorSnogray::Mesh::Triangle, std::allocatorSnogray::Mesh::Triangle  
, Snogray::Mesh::Triangle const)'
mesh.o: In function `std::_Vector_baseSnogray::Mesh::Triangle, 
std::allocatorSnogray::Mesh::Triangle 
::_M_deallocate(Snogray::Mesh::Triangle*, unsigned 
int)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:123:
 undefined reference to `__gnu_cxx::__mt_allocSnogray::Mesh::Triangle, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true 
::deallocate(Snogray::Mesh::Triangle*, unsigned int)'
mesh.o: In function 
`~vector':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:123:
 undefined reference to `__gnu_cxx::__mt_allocSnogray::Mesh::Triangle, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true 
::deallocate(Snogray::Mesh::Triangle*, unsigned int)'
mesh.o: In function `std::_Vector_baseSnogray::Mesh::Triangle, 
std::allocatorSnogray::Mesh::Triangle ::_M_allocate(unsigned 
int)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:117:
 undefined reference to `__gnu_cxx::__mt_allocSnogray::Mesh::Triangle, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true ::allocate(unsigned 
int, void const*)'
mesh.o: In function `std::_Vector_baseSnogray::Mesh::Triangle, 
std::allocatorSnogray::Mesh::Triangle 
::_M_deallocate(Snogray::Mesh::Triangle*, unsigned 
int)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:123:
 undefined reference to `__gnu_cxx::__mt_allocSnogray::Mesh::Triangle, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true 
::deallocate(Snogray::Mesh::Triangle*, unsigned int)'
mesh.o: In function `std::_Vector_baseSnogray::Mesh::Triangle, 
std::allocatorSnogray::Mesh::Triangle ::_M_allocate(unsigned 
int)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:117:
 undefined reference to `__gnu_cxx::__mt_allocSnogray::Mesh::Triangle, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true ::allocate(unsigned 
int, void const*)'
mesh.o: In function 
`vector':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:203:
 undefined reference to `void 
std::__uninitialized_fill_n_aSnogray::Mesh::Triangle*, unsigned int, 
Snogray::Mesh::Triangle, Snogray::Mesh::Triangle(Snogray::Mesh::Triangle*, 
unsigned int, Snogray::Mesh::Triangle const, 
std::allocatorSnogray::Mesh::Triangle)'
mesh.o: In function `std::_Vector_baseSnogray::Mesh::Triangle, 
std::allocatorSnogray::Mesh::Triangle 
::_M_deallocate(Snogray::Mesh::Triangle*, unsigned 
int)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:123:
 undefined reference to `__gnu_cxx::__mt_allocSnogray::Mesh::Triangle, 
__gnu_cxx::__common_pool_policy__gnu_cxx::__pool, true 
::deallocate(Snogray::Mesh::Triangle*, unsigned int)'
mesh.o: In function `std::vectorSnogray::Vec, std::allocatorSnogray::Vec 
::assign(unsigned int, Snogray::Vec 
const)':/usr/lib/gcc/i486-linux-gnu/4.0.3/../../../../include/c++/4.0.3/bits/stl_vector.h:300:
 undefined reference 

Primer sitio web de Ropa Intima en CR

2005-11-16 Thread TuRopaIntima en CR

































Accepted manpages 2.07-1 (source all)

2005-11-16 Thread Martin Schulze
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 07:43:53 +0100
Source: manpages
Binary: manpages manpages-dev
Architecture: source all
Version: 2.07-1
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze [EMAIL PROTECTED]
Changed-By: Martin Schulze [EMAIL PROTECTED]
Description: 
 manpages   - Manual pages about using a GNU/Linux system
 manpages-dev - Manual pages about using GNU/Linux for development
Changes: 
 manpages (2.07-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 0b46ee1b847b57252e3f8775980d066d 584 doc - manpages_2.07-1.dsc
 f5a58fc9d104599b50a6f2d50da7dbe3 1038654 doc - manpages_2.07.orig.tar.gz
 85d2283529584b73c1decb94f19a79c5 44974 doc - manpages_2.07-1.diff.gz
 45d88cc973064f3b3e206a4a85e73be1 400796 doc important manpages_2.07-1_all.deb
 f3e6805f803fa97f2e6ecfce92c6ce1d 1094846 doc standard 
manpages-dev_2.07-1_all.deb

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

iD8DBQFDeuOqW5ql+IAeqTIRAizCAJ0fjQSMRQ2z98iiEZZJ3YF5tCfwPACfenWj
M4eTdgb7oRM/p0a/38vezZc=
=4NhK
-END PGP SIGNATURE-


Accepted:
manpages-dev_2.07-1_all.deb
  to pool/main/m/manpages/manpages-dev_2.07-1_all.deb
manpages_2.07-1.diff.gz
  to pool/main/m/manpages/manpages_2.07-1.diff.gz
manpages_2.07-1.dsc
  to pool/main/m/manpages/manpages_2.07-1.dsc
manpages_2.07-1_all.deb
  to pool/main/m/manpages/manpages_2.07-1_all.deb
manpages_2.07.orig.tar.gz
  to pool/main/m/manpages/manpages_2.07.orig.tar.gz


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



Accepted cl-sql 3.4.6-1 (source all i386)

2005-11-16 Thread Kevin M. Rosenberg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 00:57:49 -0700
Source: cl-sql
Binary: cl-sql-sqlite3 cl-sql-oracle cl-sql-aodbc cl-sql-postgresql-socket 
cl-sql-postgresql cl-sql-odbc cl-sql cl-sql-uffi cl-sql-tests cl-sql-sqlite 
cl-sql-mysql
Architecture: source all i386
Version: 3.4.6-1
Distribution: unstable
Urgency: low
Maintainer: Kevin M. Rosenberg [EMAIL PROTECTED]
Changed-By: Kevin M. Rosenberg [EMAIL PROTECTED]
Description: 
 cl-sql - SQL Interface for Common Lisp
 cl-sql-aodbc - CLSQL database backend, AODBC
 cl-sql-mysql - CLSQL database backend, MySQL
 cl-sql-odbc - CLSQL database backend, ODBC
 cl-sql-oracle - CLSQL database backend, Oracle
 cl-sql-postgresql - CLSQL database backend, PostgreSQL
 cl-sql-postgresql-socket - CLSQL database backend, PostgreSQL
 cl-sql-sqlite - CLSQL database backend, SQLite
 cl-sql-sqlite3 - CLSQL database backend, SQLite3
 cl-sql-tests - Testing suite for CLSQL
 cl-sql-uffi - Common UFFI functions for CLSQL database backends
Changes: 
 cl-sql (3.4.6-1) unstable; urgency=low
 .
   * New upstream
Files: 
 e622ca1a84254afb4651f011c88ecc89 819 devel extra cl-sql_3.4.6-1.dsc
 405d2b1c0a7c42d038e939308521a9ef 702849 devel extra cl-sql_3.4.6.orig.tar.gz
 f276c0a39251a02af827171dfa39a0cb 11057 devel extra cl-sql_3.4.6-1.diff.gz
 83b5f4e9318aca571e557e5481dc227f 489874 devel extra cl-sql_3.4.6-1_all.deb
 c3cefa972094885ff873a13400e63e33 35720 devel extra cl-sql-aodbc_3.4.6-1_all.deb
 33f17c55cb212a856ce1843080030920 61684 devel extra cl-sql-odbc_3.4.6-1_all.deb
 e79d70b98f65bc28524bc17761030a5f 40490 devel extra 
cl-sql-postgresql_3.4.6-1_all.deb
 64128e5eaa6aaa8c03c798b4c39eedc9 44636 devel extra 
cl-sql-postgresql-socket_3.4.6-1_all.deb
 5cc9da2659fcdbfa91f6e7623bedcb2c 40384 devel extra 
cl-sql-sqlite_3.4.6-1_all.deb
 a42154f8a0fd860c3cfede651da4657c 41120 devel extra 
cl-sql-sqlite3_3.4.6-1_all.deb
 c25c93cba12bfcfc9465fdee3f73a0b8 56780 contrib/devel extra 
cl-sql-oracle_3.4.6-1_all.deb
 b9bf713079283a985f5c6962b98a4460 58936 devel extra cl-sql-tests_3.4.6-1_all.deb
 1f851c4075462ebd6c8e2bfacf8d3c35 39110 devel extra cl-sql-uffi_3.4.6-1_i386.deb
 333c652b137296dc7f6c8007c8d89be6 49528 devel extra 
cl-sql-mysql_3.4.6-1_i386.deb

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

iD8DBQFDeukrES7N8sSjgj4RAsLKAJ9gVhFCR0gPT8aARSe7dmlbfO8fcwCeOpqm
SX2GvOqUx+0dRfuCZIoh5NU=
=4m3t
-END PGP SIGNATURE-


Accepted:
cl-sql-aodbc_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-aodbc_3.4.6-1_all.deb
cl-sql-mysql_3.4.6-1_i386.deb
  to pool/main/c/cl-sql/cl-sql-mysql_3.4.6-1_i386.deb
cl-sql-odbc_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-odbc_3.4.6-1_all.deb
cl-sql-oracle_3.4.6-1_all.deb
  to pool/contrib/c/cl-sql/cl-sql-oracle_3.4.6-1_all.deb
cl-sql-postgresql-socket_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-postgresql-socket_3.4.6-1_all.deb
cl-sql-postgresql_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-postgresql_3.4.6-1_all.deb
cl-sql-sqlite3_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-sqlite3_3.4.6-1_all.deb
cl-sql-sqlite_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-sqlite_3.4.6-1_all.deb
cl-sql-tests_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql-tests_3.4.6-1_all.deb
cl-sql-uffi_3.4.6-1_i386.deb
  to pool/main/c/cl-sql/cl-sql-uffi_3.4.6-1_i386.deb
cl-sql_3.4.6-1.diff.gz
  to pool/main/c/cl-sql/cl-sql_3.4.6-1.diff.gz
cl-sql_3.4.6-1.dsc
  to pool/main/c/cl-sql/cl-sql_3.4.6-1.dsc
cl-sql_3.4.6-1_all.deb
  to pool/main/c/cl-sql/cl-sql_3.4.6-1_all.deb
cl-sql_3.4.6.orig.tar.gz
  to pool/main/c/cl-sql/cl-sql_3.4.6.orig.tar.gz


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



Accepted ttf-alee 5.6 (source all)

2005-11-16 Thread A Lee
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 15:12:18 +0900
Source: ttf-alee
Binary: ttf-alee
Architecture: source all
Version: 5.6
Distribution: unstable
Urgency: low
Maintainer: A Lee [EMAIL PROTECTED]
Changed-By: A Lee [EMAIL PROTECTED]
Description: 
 ttf-alee   - A Lee's GPL'd Hangul truetype fonts
Changes: 
 ttf-alee (5.6) unstable; urgency=low
 .
   * Rename Ongdalsam.ttf to Guseul.ttf and Guseul.ttf to GuseulMono.ttf.
   * Update Guseul.ttf and GuseulMono.ttf.
Files: 
 095982f7f6e5dcdfba580e7fc0f8277d 505 x11 optional ttf-alee_5.6.dsc
 1d7f47d5f2b09792701ef0b730ff1770 662952 x11 optional ttf-alee_5.6.tar.gz
 e8ddda9673689285778df59c0a1e13a9 635092 x11 optional ttf-alee_5.6_all.deb

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

iD8DBQFDeu/ZRk3jAbdJUqkRAiBwAKCEErIw81mLAplE14VB2OWlzrXnXACeM1D0
ee6snpCl2IrgZodK9813fuA=
=on8/
-END PGP SIGNATURE-


Accepted:
ttf-alee_5.6.dsc
  to pool/main/t/ttf-alee/ttf-alee_5.6.dsc
ttf-alee_5.6.tar.gz
  to pool/main/t/ttf-alee/ttf-alee_5.6.tar.gz
ttf-alee_5.6_all.deb
  to pool/main/t/ttf-alee/ttf-alee_5.6_all.deb


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



Accepted gconf2 2.12.1-4 (source i386 all)

2005-11-16 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 09:27:26 +0100
Source: gconf2
Binary: libgconf2-4 gconf2 gconf2-common libgconf2-dev
Architecture: source i386 all
Version: 2.12.1-4
Distribution: experimental
Urgency: high
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gconf2 - GNOME configuration database system (support tools)
 gconf2-common - GNOME configuration database system (common files)
 libgconf2-4 - GNOME configuration database system (shared libraries)
 libgconf2-dev - GNOME configuration database system (development)
Closes: 339425
Changes: 
 gconf2 (2.12.1-4) experimental; urgency=high
 .
   * Quote directory and file variables to permit spaces and to compare strings
 when they could be empty. (Closes: #339425)
 [debian/gconf2.postinst, debian/libgconf2-dev.postinst]
Files: 
 52f4ffe3e3189578bb754f26da8a3be2 1736 libs optional gconf2_2.12.1-4.dsc
 a95d140bbd78eb7f952c626a10215fd1 15008 libs optional gconf2_2.12.1-4.diff.gz
 91d789377db72f275d5cc9a30c3f96ac 1278504 libs optional 
gconf2-common_2.12.1-4_all.deb
 80874ca8adb84e23fd90731dad50074a 121454 libs optional gconf2_2.12.1-4_i386.deb
 3a8b1e16c88babd01ef324b62db650e8 223284 libs optional 
libgconf2-4_2.12.1-4_i386.deb
 4094ffaa563bd319d39276ab9e431f25 241564 libdevel optional 
libgconf2-dev_2.12.1-4_i386.deb

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

iD8DBQFDevCn4VUX8isJIMARAuVDAJ9zqW8VJpZVxoofvGzw+rlzjza+jACgrjmJ
GlTMUWGP+G567iOAp/nNUtM=
=W3og
-END PGP SIGNATURE-


Accepted:
gconf2-common_2.12.1-4_all.deb
  to pool/main/g/gconf2/gconf2-common_2.12.1-4_all.deb
gconf2_2.12.1-4.diff.gz
  to pool/main/g/gconf2/gconf2_2.12.1-4.diff.gz
gconf2_2.12.1-4.dsc
  to pool/main/g/gconf2/gconf2_2.12.1-4.dsc
gconf2_2.12.1-4_i386.deb
  to pool/main/g/gconf2/gconf2_2.12.1-4_i386.deb
libgconf2-4_2.12.1-4_i386.deb
  to pool/main/g/gconf2/libgconf2-4_2.12.1-4_i386.deb
libgconf2-dev_2.12.1-4_i386.deb
  to pool/main/g/gconf2/libgconf2-dev_2.12.1-4_i386.deb


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



Accepted octave2.9 2.9.4-2 (source i386 all)

2005-11-16 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 09:54:15 +0100
Source: octave2.9
Binary: octave2.9-headers octave2.9-info octave2.9-htmldoc octave2.9 
octave2.9-emacsen octave2.9-doc
Architecture: source i386 all
Version: 2.9.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 octave2.9  - GNU Octave language for numerical computations (2.9 branch)
 octave2.9-doc - PDF documentation on the GNU Octave language (2.9 branch)
 octave2.9-emacsen - Emacs support for the GNU Octave language (2.9 branch)
 octave2.9-headers - header files for the GNU Octave language (2.9 branch)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (2.9 branch)
 octave2.9-info - GNU Info documentation on the GNU Octave language (2.9 branch)
Changes: 
 octave2.9 (2.9.4-2) unstable; urgency=low
 .
+++ Changes by Rafael Laboissiere
 .
   * debian/patches/50_octave-value-list-resize-2.9.dpatch: Added patch for
 the 2.9.* branch (see below)
   * debian/in/control: Generate an unversioned, virtual octave package
 only for the 2.1 branch, which is the recommended one
Files: 
 af10ca6b1c894a06d0ca0d641183da17 1039 math optional octave2.9_2.9.4-2.dsc
 c4951bad331dbccee1fd88446255ebc7 34744 math optional octave2.9_2.9.4-2.diff.gz
 16f2dd5891db541a23f764bbdf37f37a 6564096 math optional 
octave2.9_2.9.4-2_i386.deb
 e2c675d665d6f59e9f49acecf96a8507 319156 math optional 
octave2.9-headers_2.9.4-2_i386.deb
 49ff459331ecf0b1be4e6b4897e82664 1873700 doc optional 
octave2.9-doc_2.9.4-2_all.deb
 7c1bdb1db60c80522b37df007c2a4d03 401728 math optional 
octave2.9-htmldoc_2.9.4-2_all.deb
 f105fc4b66b7f2b517f3bba7fb2f3966 73940 math optional 
octave2.9-emacsen_2.9.4-2_all.deb
 4654ac4f48a76476dc44d1f7d3034cbd 330952 math optional 
octave2.9-info_2.9.4-2_all.deb

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

iD8DBQFDewKHk3oga0pdcv4RAvrNAJ4iCkI0pSfIu0RiMgkamflrLM0TvQCcDrnF
Jr1FTITIc8Wl2zjW6bvyqFU=
=0/ud
-END PGP SIGNATURE-


Accepted:
octave2.9-doc_2.9.4-2_all.deb
  to pool/main/o/octave2.9/octave2.9-doc_2.9.4-2_all.deb
octave2.9-emacsen_2.9.4-2_all.deb
  to pool/main/o/octave2.9/octave2.9-emacsen_2.9.4-2_all.deb
octave2.9-headers_2.9.4-2_i386.deb
  to pool/main/o/octave2.9/octave2.9-headers_2.9.4-2_i386.deb
octave2.9-htmldoc_2.9.4-2_all.deb
  to pool/main/o/octave2.9/octave2.9-htmldoc_2.9.4-2_all.deb
octave2.9-info_2.9.4-2_all.deb
  to pool/main/o/octave2.9/octave2.9-info_2.9.4-2_all.deb
octave2.9_2.9.4-2.diff.gz
  to pool/main/o/octave2.9/octave2.9_2.9.4-2.diff.gz
octave2.9_2.9.4-2.dsc
  to pool/main/o/octave2.9/octave2.9_2.9.4-2.dsc
octave2.9_2.9.4-2_i386.deb
  to pool/main/o/octave2.9/octave2.9_2.9.4-2_i386.deb


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



Accepted skkdic 20040323-3 (source all)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 10:10:09 +
Source: skkdic
Binary: skkdic-cdb skkdic skkdic-extra
Architecture: source all
Version: 20040323-3
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 skkdic - SKK Dictionary (SKK-JISYO.L)
 skkdic-cdb - SKK Dictionary in cdb format (SKK-JISYO.L.cdb)
 skkdic-extra - SKK Dictionary files except SKK-JISYO.L
Closes: 338534
Changes: 
 skkdic (20040323-3) unstable; urgency=low
 .
   * New maintainer. (closes: #338534)
Files: 
 2ce314715249c6717fd6097ccb1228c1 687 utils optional skkdic_20040323-3.dsc
 cefb74f7ea72f45b9007fbc506165359 3914 utils optional skkdic_20040323-3.diff.gz
 93a8eff21b889a1f6ee6541acf89f0d4 1900836 utils optional 
skkdic_20040323-3_all.deb
 9d3a27bade37da9412f54afc364d30d7 3681506 utils optional 
skkdic-extra_20040323-3_all.deb
 2dba10140a2ce9971ad30e9448c017ac 3205286 utils optional 
skkdic-cdb_20040323-3_all.deb

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

iEYEARECAAYFAkN7CGwACgkQQKW+7XLQPLEtrQCcDu6zg/RqaJrA0frR7GmH8p1+
BpcAoJVA0SN5PKoYdzFnF7ESe4J7I1mF
=YBRo
-END PGP SIGNATURE-


Accepted:
skkdic-cdb_20040323-3_all.deb
  to pool/main/s/skkdic/skkdic-cdb_20040323-3_all.deb
skkdic-extra_20040323-3_all.deb
  to pool/main/s/skkdic/skkdic-extra_20040323-3_all.deb
skkdic_20040323-3.diff.gz
  to pool/main/s/skkdic/skkdic_20040323-3.diff.gz
skkdic_20040323-3.dsc
  to pool/main/s/skkdic/skkdic_20040323-3.dsc
skkdic_20040323-3_all.deb
  to pool/main/s/skkdic/skkdic_20040323-3_all.deb


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



Accepted dbskkd-cdb 1:1.01-13 (source i386)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 10:19:20 +
Source: dbskkd-cdb
Binary: dbskkd-cdb
Architecture: source i386
Version: 1:1.01-13
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 dbskkd-cdb - The fastest dictionary server for SKK
Changes: 
 dbskkd-cdb (1:1.01-13) unstable; urgency=low
 .
   * New maintainer (#328590)
Files: 
 dc049da37146159065e4a3076a5cd640 661 utils optional dbskkd-cdb_1.01-13.dsc
 a67c4d694348fe4a3025fda36a8235cd 4434 utils optional dbskkd-cdb_1.01-13.diff.gz
 67c7a1880b1647ac97397ea9dec1182b 16674 utils optional 
dbskkd-cdb_1.01-13_i386.deb

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

iEYEARECAAYFAkN7CLIACgkQQKW+7XLQPLGghgCfTTyhU3VqPBp2fVhFtvO9xWxI
VpMAn3e+Lv/1uW7AjAblburQI1Wfg+lx
=lPg2
-END PGP SIGNATURE-


Accepted:
dbskkd-cdb_1.01-13.diff.gz
  to pool/main/d/dbskkd-cdb/dbskkd-cdb_1.01-13.diff.gz
dbskkd-cdb_1.01-13.dsc
  to pool/main/d/dbskkd-cdb/dbskkd-cdb_1.01-13.dsc
dbskkd-cdb_1.01-13_i386.deb
  to pool/main/d/dbskkd-cdb/dbskkd-cdb_1.01-13_i386.deb


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



Accepted skksearch 0.0-4 (source i386)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 10:14:30 +
Source: skksearch
Binary: skksearch
Architecture: source i386
Version: 0.0-4
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 skksearch  - SKK dictionary server handling multiple dictionaries
Closes: 338535
Changes: 
 skksearch (0.0-4) unstable; urgency=low
 .
   * New maintainer. (closes: #338535)
Files: 
 8100a5a043fab142cde4ca7ab8e6652a 672 utils extra skksearch_0.0-4.dsc
 779dce953032828c3eb76b7e6986d1d1 6483 utils extra skksearch_0.0-4.diff.gz
 ef29855f1a6ebed82bdc93a67fd5a87e 11140 utils extra skksearch_0.0-4_i386.deb

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

iEYEARECAAYFAkN7ByoACgkQQKW+7XLQPLEdhwCggBUE08nJWl12YDL1Y6FePwzd
UKcAoKX5Ob9ZdE/gvmcumq215FQ86q/9
=9zp5
-END PGP SIGNATURE-


Accepted:
skksearch_0.0-4.diff.gz
  to pool/main/s/skksearch/skksearch_0.0-4.diff.gz
skksearch_0.0-4.dsc
  to pool/main/s/skksearch/skksearch_0.0-4.dsc
skksearch_0.0-4_i386.deb
  to pool/main/s/skksearch/skksearch_0.0-4_i386.deb


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



Accepted proftpd 1.2.10-25 (source i386 all)

2005-11-16 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 11:36:42 +0100
Source: proftpd
Binary: proftpd-common proftpd proftpd-mysql proftpd-pgsql proftpd-ldap 
proftpd-doc
Architecture: source i386 all
Version: 1.2.10-25
Distribution: unstable
Urgency: high
Maintainer: Francesco Paolo Lovergine [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 proftpd- Versatile, virtual-hosting FTP daemon
 proftpd-common - Versatile, virtual-hosting FTP daemon
 proftpd-doc - Versatile, virtual-hosting FTP daemon (Documentation)
 proftpd-ldap - Versatile, virtual-hosting FTP daemon (with LDAP support)
 proftpd-mysql - Versatile, virtual-hosting FTP daemon (with SQL support)
 proftpd-pgsql - Versatile, virtual-hosting FTP daemon (with SQL support)
Closes: 328054 332076 334370 334979 335357
Changes: 
 proftpd (1.2.10-25) unstable; urgency=high
 .
   * Added patch 32.mod_tls.c.diff to manage a change in openssl (0.9.8a),
 this is superfluous in incoming 1.3.0, needed in 1.2.10.
 (closes: #334979)
   * Added debconf2.0 alternative to dependencies.
 (closes: #332076)
   * Updated templates
 (closes: #335357,#328054,#334370)
Files: 
 8c86cc353a15cd1be1d5309862c5e71b 897 net optional proftpd_1.2.10-25.dsc
 d0f39d7b92806d35be9a5777e5df7fa9 136837 net optional proftpd_1.2.10-25.diff.gz
 bfb8417edf003d2668864c5525b44af4 423706 doc optional 
proftpd-doc_1.2.10-25_all.deb
 7a1ccf471457c706c694c856cb7b805b 365060 net optional proftpd_1.2.10-25_i386.deb
 4205cbe344d56b2382a1ef8400a5c833 192856 net optional 
proftpd-common_1.2.10-25_i386.deb
 2d3cd5216d563658e2aaf666fffaa851 389016 net optional 
proftpd-mysql_1.2.10-25_i386.deb
 4939988e6529b5da9750ab1baf134e9e 388786 net optional 
proftpd-pgsql_1.2.10-25_i386.deb
 e51f1708d68c25a4e7f6d81b521aea90 374406 net optional 
proftpd-ldap_1.2.10-25_i386.deb

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

iD8DBQFDew7TpFNRmenyx0cRAhqjAJ90dW3tuepo3KrM0TlzY59x/OXB1gCfcZKJ
fSltMOGVFAMcRQnHSwPgnQM=
=Csvv
-END PGP SIGNATURE-


Accepted:
proftpd-common_1.2.10-25_i386.deb
  to pool/main/p/proftpd/proftpd-common_1.2.10-25_i386.deb
proftpd-doc_1.2.10-25_all.deb
  to pool/main/p/proftpd/proftpd-doc_1.2.10-25_all.deb
proftpd-ldap_1.2.10-25_i386.deb
  to pool/main/p/proftpd/proftpd-ldap_1.2.10-25_i386.deb
proftpd-mysql_1.2.10-25_i386.deb
  to pool/main/p/proftpd/proftpd-mysql_1.2.10-25_i386.deb
proftpd-pgsql_1.2.10-25_i386.deb
  to pool/main/p/proftpd/proftpd-pgsql_1.2.10-25_i386.deb
proftpd_1.2.10-25.diff.gz
  to pool/main/p/proftpd/proftpd_1.2.10-25.diff.gz
proftpd_1.2.10-25.dsc
  to pool/main/p/proftpd/proftpd_1.2.10-25.dsc
proftpd_1.2.10-25_i386.deb
  to pool/main/p/proftpd/proftpd_1.2.10-25_i386.deb


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



Accepted skkdic 20051116-1 (source all)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 11:25:27 +
Source: skkdic
Binary: skkdic-cdb skkdic skkdic-extra
Architecture: source all
Version: 20051116-1
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 skkdic - SKK Dictionary (SKK-JISYO.L)
 skkdic-cdb - SKK Dictionary in cdb format (SKK-JISYO.L.cdb)
 skkdic-extra - SKK Dictionary files except SKK-JISYO.L
Closes: 287084
Changes: 
 skkdic (20051116-1) unstable; urgency=low
 .
   * New upstream release (closes: #287084)
Files: 
 c0724942b81453e7a4ae180bf319f59a 687 utils optional skkdic_20051116-1.dsc
 eba6c66e03d3eb52db40b5de32f3a0e4 8253996 utils optional 
skkdic_20051116.orig.tar.gz
 4876f0e09f9763ed254790cebdc57e8f 3979 utils optional skkdic_20051116-1.diff.gz
 8c228c2b94c367aca1f9731e8e2c891d 1857906 utils optional 
skkdic_20051116-1_all.deb
 1e19838a0bafe2b130d2d24b311b4f53 5212028 utils optional 
skkdic-extra_20051116-1_all.deb
 c51235ade85714fa9ad8f2b2c4bdee5c 3435406 utils optional 
skkdic-cdb_20051116-1_all.deb

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

iEYEARECAAYFAkN7GrQACgkQQKW+7XLQPLE/wwCeO9MRvqel1InF14dXuPuOPYa9
4mAAoIA1lE+vfJnRDroY5SZLcco34o5P
=bctG
-END PGP SIGNATURE-


Accepted:
skkdic-cdb_20051116-1_all.deb
  to pool/main/s/skkdic/skkdic-cdb_20051116-1_all.deb
skkdic-extra_20051116-1_all.deb
  to pool/main/s/skkdic/skkdic-extra_20051116-1_all.deb
skkdic_20051116-1.diff.gz
  to pool/main/s/skkdic/skkdic_20051116-1.diff.gz
skkdic_20051116-1.dsc
  to pool/main/s/skkdic/skkdic_20051116-1.dsc
skkdic_20051116-1_all.deb
  to pool/main/s/skkdic/skkdic_20051116-1_all.deb
skkdic_20051116.orig.tar.gz
  to pool/main/s/skkdic/skkdic_20051116.orig.tar.gz


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



Accepted skksearch 0.0-5 (source i386)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 21:06:30 +0900
Source: skksearch
Binary: skksearch
Architecture: source i386
Version: 0.0-5
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 skksearch  - SKK dictionary server handling multiple dictionaries
Changes: 
 skksearch (0.0-5) unstable; urgency=low
 .
   * Add dictionary entries for skkdic-extra to /etc/skksearch.conf.
Files: 
 23c36776c6339785d76c25a7e0233001 672 utils extra skksearch_0.0-5.dsc
 a403df99c7218be148fd4ceb96ae5096 6618 utils extra skksearch_0.0-5.diff.gz
 a0f272d00bec79e4468f79fbe2fd9ee8 11310 utils extra skksearch_0.0-5_i386.deb

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

iEYEARECAAYFAkN7IXoACgkQQKW+7XLQPLH6LQCgq3qhUzcKN8/6P+O30/SMyll7
4VgAn2xkqR+dRmUshiVztBajI2+t0ajX
=S7jG
-END PGP SIGNATURE-


Accepted:
skksearch_0.0-5.diff.gz
  to pool/main/s/skksearch/skksearch_0.0-5.diff.gz
skksearch_0.0-5.dsc
  to pool/main/s/skksearch/skksearch_0.0-5.dsc
skksearch_0.0-5_i386.deb
  to pool/main/s/skksearch/skksearch_0.0-5_i386.deb


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



Accepted texi2html 1.76+cvs20051116-1 (source all)

2005-11-16 Thread Florian Ernst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 13:19:17 +0100
Source: texi2html
Binary: texi2html
Architecture: source all
Version: 1.76+cvs20051116-1
Distribution: experimental
Urgency: low
Maintainer: Florian Ernst [EMAIL PROTECTED]
Changed-By: Florian Ernst [EMAIL PROTECTED]
Description: 
 texi2html  - Convert Texinfo files to HTML
Changes: 
 texi2html (1.76+cvs20051116-1) experimental; urgency=low
 .
   * New CVS snapshot uploaded to experimental
Files: 
 ea32e26c45d53d41b6176266e1faed6e 648 text optional 
texi2html_1.76+cvs20051116-1.dsc
 424e49167c3b15cd96f8c9e9a2ae7f18 8543060 text optional 
texi2html_1.76+cvs20051116.orig.tar.gz
 b56080c5283025624c9b0c1036156281 4452 text optional 
texi2html_1.76+cvs20051116-1.diff.gz
 3e5df2da54b3dda25667270b1952746a 320778 text optional 
texi2html_1.76+cvs20051116-1_all.deb

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

iD8DBQFDeyaSs3U+TVFLPnwRAtaFAJ470b98AszfJFme3Mvq83+iq1E63QCfZcm5
CJhGQ0osJ7l2D6CFec3x9WI=
=kCQB
-END PGP SIGNATURE-


Accepted:
texi2html_1.76+cvs20051116-1.diff.gz
  to pool/main/t/texi2html/texi2html_1.76+cvs20051116-1.diff.gz
texi2html_1.76+cvs20051116-1.dsc
  to pool/main/t/texi2html/texi2html_1.76+cvs20051116-1.dsc
texi2html_1.76+cvs20051116-1_all.deb
  to pool/main/t/texi2html/texi2html_1.76+cvs20051116-1_all.deb
texi2html_1.76+cvs20051116.orig.tar.gz
  to pool/main/t/texi2html/texi2html_1.76+cvs20051116.orig.tar.gz


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



Accepted cupsys 1.1.99.b1.r4841-1 (source i386 all)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 12:27:27 +
Source: cupsys
Binary: cupsys-bsd libcupsys2-dev libcupsys2 cupsys libcupsys2-gnutls10 
libcupsimage2-dev libcupsimage2 cupsys-client
Architecture: source i386 all
Version: 1.1.99.b1.r4841-1
Distribution: experimental
Urgency: low
Maintainer: Debian CUPS Maintainers [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 cupsys - Common UNIX Printing System(tm) - server
 cupsys-bsd - Common UNIX Printing System(tm) - BSD commands
 cupsys-client - Common UNIX Printing System(tm) - client programs (SysV)
 libcupsimage2 - Common UNIX Printing System(tm) - image libs
 libcupsimage2-dev - Common UNIX Printing System(tm) - image development files
 libcupsys2 - Common UNIX Printing System(tm) - libs
 libcupsys2-dev - Common UNIX Printing System(tm) - development files
 libcupsys2-gnutls10 - Common UNIX Printing System(tm) - dummy libs for 
transition
Closes: 339120
Changes: 
 cupsys (1.1.99.b1.r4841-1) experimental; urgency=low
 .
   * EXPERIMENTAL
   * New SVN release taken from r4841.
   * Remove -pie and -fpie from compiler option. pie option causes
 a problem with Debian binutils.
 I hope this change avoids FTBFS on sparc and others. (closes: #339120)
Files: 
 b784643a99bce870a703c8d47846b8dc 1045 net optional cupsys_1.1.99.b1.r4841-1.dsc
 c0bf06895157d783e41b000d8da5ae28 6680919 net optional 
cupsys_1.1.99.b1.r4841.orig.tar.gz
 804c3cf4bb6baa624ba477db451d66a7 1420068 net optional 
cupsys_1.1.99.b1.r4841-1.diff.gz
 18cc50b11775676a926bce5457f3d385 994 libs optional 
libcupsys2-gnutls10_1.1.99.b1.r4841-1_all.deb
 1acaf9e95c2f7b8ec8fdeba4692e4139 1628852 net optional 
cupsys_1.1.99.b1.r4841-1_i386.deb
 ea38124cf5ba5a4bfc12f2a17a236aa9 73144 net optional 
cupsys-client_1.1.99.b1.r4841-1_i386.deb
 8f786e2004f8236870cb29e19c10f177 97372 libs optional 
libcupsys2_1.1.99.b1.r4841-1_i386.deb
 d90aabf074f7f0c9b218a180b6e648ad 114570 libdevel optional 
libcupsys2-dev_1.1.99.b1.r4841-1_i386.deb
 91fd3bff6aa5065d2c28e1ecfe96e491 60272 libs optional 
libcupsimage2_1.1.99.b1.r4841-1_i386.deb
 abcaacd8345b741eae4330e548d7fc34 50406 libdevel optional 
libcupsimage2-dev_1.1.99.b1.r4841-1_i386.deb
 d39e107ac8c8ab1f6d0131b359537d2a 33826 net extra 
cupsys-bsd_1.1.99.b1.r4841-1_i386.deb

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

iEYEARECAAYFAkN7LKQACgkQQKW+7XLQPLGSoACgvLlzL8iIpWWF2LWoXTqCz293
Z/4AoLXv7+6Xmloryi+a8z/SvYWNVbwB
=4aNo
-END PGP SIGNATURE-


Accepted:
cupsys-bsd_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/cupsys-bsd_1.1.99.b1.r4841-1_i386.deb
cupsys-client_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/cupsys-client_1.1.99.b1.r4841-1_i386.deb
cupsys_1.1.99.b1.r4841-1.diff.gz
  to pool/main/c/cupsys/cupsys_1.1.99.b1.r4841-1.diff.gz
cupsys_1.1.99.b1.r4841-1.dsc
  to pool/main/c/cupsys/cupsys_1.1.99.b1.r4841-1.dsc
cupsys_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/cupsys_1.1.99.b1.r4841-1_i386.deb
cupsys_1.1.99.b1.r4841.orig.tar.gz
  to pool/main/c/cupsys/cupsys_1.1.99.b1.r4841.orig.tar.gz
libcupsimage2-dev_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/libcupsimage2-dev_1.1.99.b1.r4841-1_i386.deb
libcupsimage2_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/libcupsimage2_1.1.99.b1.r4841-1_i386.deb
libcupsys2-dev_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/libcupsys2-dev_1.1.99.b1.r4841-1_i386.deb
libcupsys2-gnutls10_1.1.99.b1.r4841-1_all.deb
  to pool/main/c/cupsys/libcupsys2-gnutls10_1.1.99.b1.r4841-1_all.deb
libcupsys2_1.1.99.b1.r4841-1_i386.deb
  to pool/main/c/cupsys/libcupsys2_1.1.99.b1.r4841-1_i386.deb


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



Accepted rox 2.3-1 (source i386)

2005-11-16 Thread Francesco Paolo Lovergine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 13:47:22 +0100
Source: rox
Binary: rox-filer
Architecture: source i386
Version: 2.3-1
Distribution: unstable
Urgency: low
Maintainer: The ROX-in-Debian Project Team [EMAIL PROTECTED]
Changed-By: Francesco Paolo Lovergine [EMAIL PROTECTED]
Description: 
 rox-filer  - A simple graphical file manager for X11
Closes: 322485
Changes: 
 rox (2.3-1) unstable; urgency=low
 .
   * New upstream release
 (closes: #322485)
   * Removed de.po patch
   * Minor changes to rules file, due to changes in upstream build system.
Files: 
 8310ae21c6fc2872fd396253b4f4510e 995 x11 optional rox_2.3-1.dsc
 5cca7bc58af875b88dd9956fda4249f3 2246715 x11 optional rox_2.3.orig.tar.gz
 f08c6869bef7a34377ec6fac8293a757 10266 x11 optional rox_2.3-1.diff.gz
 37c0c19c9530925c3671d81462809427 1293794 x11 optional rox-filer_2.3-1_i386.deb

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

iD8DBQFDey1wpFNRmenyx0cRAlOBAKD8UUV2X3QtYaLQLPTrJUk1ZyPe6wCgj5wZ
4HgA0k7JZh+DgE7lCsuzaRQ=
=wPfg
-END PGP SIGNATURE-


Accepted:
rox-filer_2.3-1_i386.deb
  to pool/main/r/rox/rox-filer_2.3-1_i386.deb
rox_2.3-1.diff.gz
  to pool/main/r/rox/rox_2.3-1.diff.gz
rox_2.3-1.dsc
  to pool/main/r/rox/rox_2.3-1.dsc
rox_2.3.orig.tar.gz
  to pool/main/r/rox/rox_2.3.orig.tar.gz


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



Accepted skkdic 20051117-1 (source all)

2005-11-16 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 12:01:39 +
Source: skkdic
Binary: skkdic-cdb skkdic skkdic-extra
Architecture: source all
Version: 20051117-1
Distribution: unstable
Urgency: medium
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 skkdic - SKK Dictionary (SKK-JISYO.L)
 skkdic-cdb - SKK Dictionary in cdb format (SKK-JISYO.L.cdb)
 skkdic-extra - SKK Dictionary files except SKK-JISYO.L
Changes: 
 skkdic (20051117-1) unstable; urgency=medium
 .
   * New CVS release
 Removed edict dictionary because it was non-free.
Files: 
 2c60ae08e1dcae26011c828d0d8940b7 687 utils optional skkdic_20051117-1.dsc
 6cfe4c1210bda713aaf6c1ec3c36c23c 7955171 utils optional 
skkdic_20051117.orig.tar.gz
 c24a66afc2bfa323160563cbe09eaa39 4026 utils optional skkdic_20051117-1.diff.gz
 690165d9eed921755a17f8277767639e 1857954 utils optional 
skkdic_20051117-1_all.deb
 fa89e2a2895b866ea222d0ae7fca8585 4912556 utils optional 
skkdic-extra_20051117-1_all.deb
 03efa8192700c095a7b320da283dead0 3435460 utils optional 
skkdic-cdb_20051117-1_all.deb

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

iEYEARECAAYFAkN7IE8ACgkQQKW+7XLQPLGgDgCfUC0vxdqQInQ8Pp/xL+OtXLzg
74MAnAhXBNMzFHvfZxJe6UolaPRXh8D6
=rMDw
-END PGP SIGNATURE-


Accepted:
skkdic-cdb_20051117-1_all.deb
  to pool/main/s/skkdic/skkdic-cdb_20051117-1_all.deb
skkdic-extra_20051117-1_all.deb
  to pool/main/s/skkdic/skkdic-extra_20051117-1_all.deb
skkdic_20051117-1.diff.gz
  to pool/main/s/skkdic/skkdic_20051117-1.diff.gz
skkdic_20051117-1.dsc
  to pool/main/s/skkdic/skkdic_20051117-1.dsc
skkdic_20051117-1_all.deb
  to pool/main/s/skkdic/skkdic_20051117-1_all.deb
skkdic_20051117.orig.tar.gz
  to pool/main/s/skkdic/skkdic_20051117.orig.tar.gz


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



Accepted coreutils 5.93-5 (source all i386)

2005-11-16 Thread Michael Stone
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 07:46:45 -0500
Source: coreutils
Binary: shellutils coreutils fileutils textutils
Architecture: source all i386
Version: 5.93-5
Distribution: unstable
Urgency: low
Maintainer: Michael Stone [EMAIL PROTECTED]
Changed-By: Michael Stone [EMAIL PROTECTED]
Description: 
 coreutils  - The GNU core utilities
 fileutils  - The GNU file management utilities (transitional package)
 shellutils - The GNU shell programming utilities (transitional package)
 textutils  - The GNU text file processing utilities (transitional package)
Closes: 339136
Changes: 
 coreutils (5.93-5) unstable; urgency=low
 .
   * Actually conflict with apt-move instead of just thinking about it
 (Closes: #339136)
   * Drop help2man build-dep (we're actually using one in the build tree)
Files: 
 3fe044bbc8b5ee418668bac2a52f829a 949 utils required coreutils_5.93-5.dsc
 1ca2ac15cb8791142e076e47e0cfe19f 44371 utils required coreutils_5.93-5.diff.gz
 711396d83a9a73bee7f662bed7ca16b5 9682 oldlibs extra textutils_5.93-5_all.deb
 14b3cc0a5cc714b7fb93beb28e7ef8af 9670 oldlibs extra fileutils_5.93-5_all.deb
 9d786b1a0f486c7575b8ed1615482643 9674 oldlibs extra shellutils_5.93-5_all.deb
 de82d8c2148f5e85886a5c676957bf5b 2865276 utils required 
coreutils_5.93-5_i386.deb

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

iQCVAwUBQ3s2zg0hVr09l8FJAQJedgP/cp8A7cbjrNWWALeDIeRTlvniBVuip8Zn
jFh1QwPHL0HPMhuaktehaW2jvfZu4qGioXf5nDWf+P6x1pwO+wdQa30F+VBREfZQ
lWt/98DzOy2z/k2AFNc9KalOsY5gvdrp1kI2+8GKBwBg9f0/43/wbDhkzSigXV/3
b1JutyxXAjw=
=Z8RJ
-END PGP SIGNATURE-


Accepted:
coreutils_5.93-5.diff.gz
  to pool/main/c/coreutils/coreutils_5.93-5.diff.gz
coreutils_5.93-5.dsc
  to pool/main/c/coreutils/coreutils_5.93-5.dsc
coreutils_5.93-5_i386.deb
  to pool/main/c/coreutils/coreutils_5.93-5_i386.deb
fileutils_5.93-5_all.deb
  to pool/main/c/coreutils/fileutils_5.93-5_all.deb
shellutils_5.93-5_all.deb
  to pool/main/c/coreutils/shellutils_5.93-5_all.deb
textutils_5.93-5_all.deb
  to pool/main/c/coreutils/textutils_5.93-5_all.deb


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



Accepted adduser 3.78 (source all)

2005-11-16 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 13:26:03 +
Source: adduser
Binary: adduser
Architecture: source all
Version: 3.78
Distribution: unstable
Urgency: low
Maintainer: Debian Adduser Developers [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 adduser- Add and remove users and groups
Closes: 335926 336200 336841 337080
Changes: 
 adduser (3.78) unstable; urgency=low
 .
   [ Marc Haber ]
   * Changes suggested by Denis Barbier
 * po/Makefile: move -c down from xgettext definition to the actual call
 * po/Makefile: Use a SOURCES variable. The old version caused
   strings from deluser to be discarded.
 * deluser: make generation of copyright message more translation
   friendly
 * hack gtx wrapper to not only export the first string into the
   POT file.
   * Add Brazilian Portuguese (pt_BR) manpage translation. Thanks to
 Felipe Augusto van de Wiel. (mh)
   * Add Portuguese (pt) debconf translation by Miguel Figueiredo and
 Marco Ferra. (mh) Close: #336332
   * Update French (fr) manpage translation. Thanks to
 Thomas Huriaux. (mh) Closes: #336200
   * Update Russian (ru) manpage, program and debconf template translation.
 Thanks to Yuri Kozlov. (mh) Closes: #337080
   * Fix typo in deluser.conf.5, hopefully without fuzzying
 translations. Thanks to Felipe Augusto van de Wiel and to Thomas
 Huriaux. (mh)
   * remove wrong pt_PT manpage translation. (mh)
   * Polish (pl) translation work by Robert Luberda. (mh) Closes: #335926
 * initial man page translation
 * updated translation of program
 * updated translation of debconf templates
 * debian/control: replace manpages-pl
 * debian/rules + doc/po4a/po4a.conf: add support for Polish man pages
 * debian/scripts/install_manpages: fail if the man file can't be
   created
 * debian/rules: correct man pages location for es and ru translations.
 .
   [ Joerg Hoh ]
   * stricter checking on variables in configuration files (inspired by
 #130751)
   * documented --debug in adduser.8
   * streamlined verbosity code, replaced calls to system() with systemcall()
 (Closes: #336841), also changed the definition of the environment
 variable VERBOSE; DEBUG is deprecated now (but still defined).
Files: 
 80c1b2d6d4433ecd6f75ce5c12e7e58e 643 admin important adduser_3.78.dsc
 e0e163350389add6db087da922f2f15c 173125 admin important adduser_3.78.tar.gz
 921a2d68fe7ed825dd392600cdee0ae5 130234 admin important adduser_3.78_all.deb

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

iEYEARECAAYFAkN7NLYACgkQgZalRGu6PIRgzgCeOlnEEGrWVwovObh875FDPZF2
GaIAn0cGucCnXXGJa9XPI18iIoyJvtq7
=4n2A
-END PGP SIGNATURE-


Accepted:
adduser_3.78.dsc
  to pool/main/a/adduser/adduser_3.78.dsc
adduser_3.78.tar.gz
  to pool/main/a/adduser/adduser_3.78.tar.gz
adduser_3.78_all.deb
  to pool/main/a/adduser/adduser_3.78_all.deb


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



Accepted php-simpletest 1.0.0-3 (source all)

2005-11-16 Thread Charles Fry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  4 Nov 2005 21:43:27 -0500
Source: php-simpletest
Binary: php-simpletest
Architecture: source all
Version: 1.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Charles Fry [EMAIL PROTECTED]
Changed-By: Charles Fry [EMAIL PROTECTED]
Description: 
 php-simpletest - Unit testing and web testing framework for PHP
Closes: 337442
Changes: 
 php-simpletest (1.0.0-3) unstable; urgency=low
 .
   * Use xmlstarlet instead of Perl xpath to avoid network access when
 building, thanks to Daniel Schepler [EMAIL PROTECTED]
 (Closes: #337442)
Files: 
 0947c559011c66bbccdf41787442e64b 684 web optional php-simpletest_1.0.0-3.dsc
 76effe243e22fe16605097054ed11a08 3035 web optional 
php-simpletest_1.0.0-3.diff.gz
 dc69c4a3c2bd242f1e2f461ea93d58d4 134066 web optional 
php-simpletest_1.0.0-3_all.deb

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

iD8DBQFDe0E4vGr7W6HudhwRApQGAJ97nTR7PdKUSG04H+DPYcmZO8smdwCeI5mX
0YtyHVimeFTd2V9ZHRvmzLo=
=gCVK
-END PGP SIGNATURE-


Accepted:
php-simpletest_1.0.0-3.diff.gz
  to pool/main/p/php-simpletest/php-simpletest_1.0.0-3.diff.gz
php-simpletest_1.0.0-3.dsc
  to pool/main/p/php-simpletest/php-simpletest_1.0.0-3.dsc
php-simpletest_1.0.0-3_all.deb
  to pool/main/p/php-simpletest/php-simpletest_1.0.0-3_all.deb


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



Accepted php-pager 2.3.4-3 (source all)

2005-11-16 Thread Charles Fry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  4 Nov 2005 21:34:13 -0500
Source: php-pager
Binary: php-pager
Architecture: source all
Version: 2.3.4-3
Distribution: unstable
Urgency: low
Maintainer: Charles Fry [EMAIL PROTECTED]
Changed-By: Charles Fry [EMAIL PROTECTED]
Description: 
 php-pager  - Pages an array of data, creating links to previous and next pages
Closes: 337439
Changes: 
 php-pager (2.3.4-3) unstable; urgency=low
 .
   * Use xmlstarlet instead of Perl xpath to avoid network access when
 building, thanks to Daniel Schepler [EMAIL PROTECTED]
 (Closes: #337439)
Files: 
 4102a6ce939dc13abee458c1ee2e4f70 671 web optional php-pager_2.3.4-3.dsc
 04fc50e3276a5509ef0da842c52b9118 4657 web optional php-pager_2.3.4-3.diff.gz
 bd4aa06448f0452a419e164934da71ce 30636 web optional php-pager_2.3.4-3_all.deb

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

iD8DBQFDe0EwvGr7W6HudhwRAmAaAJ4qLoeJ3Bw6airVopySJREEY4ddUwCgpT4W
FlfLfMm12IZto2xJnlew2WY=
=pjGJ
-END PGP SIGNATURE-


Accepted:
php-pager_2.3.4-3.diff.gz
  to pool/main/p/php-pager/php-pager_2.3.4-3.diff.gz
php-pager_2.3.4-3.dsc
  to pool/main/p/php-pager/php-pager_2.3.4-3.dsc
php-pager_2.3.4-3_all.deb
  to pool/main/p/php-pager/php-pager_2.3.4-3_all.deb


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



Accepted php-cache-lite 1.5.2-3 (source all)

2005-11-16 Thread Charles Fry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  4 Nov 2005 11:33:24 -0500
Source: php-cache-lite
Binary: php-cache-lite
Architecture: source all
Version: 1.5.2-3
Distribution: unstable
Urgency: low
Maintainer: Charles Fry [EMAIL PROTECTED]
Changed-By: Charles Fry [EMAIL PROTECTED]
Description: 
 php-cache-lite - Fast and lite data cache system
Closes: 337437
Changes: 
 php-cache-lite (1.5.2-3) unstable; urgency=low
 .
   * Use xmlstarlet instead of Perl xpath to avoid network access when
 building, thanks to Daniel Schepler [EMAIL PROTECTED]
 (Closes: #337437)
Files: 
 2536df6f2476d9221fb36c1088837611 683 web optional php-cache-lite_1.5.2-3.dsc
 e3e781d5e7e5c87cb0e8054a57ab50d9 3633 web optional 
php-cache-lite_1.5.2-3.diff.gz
 bbdf5feba6260d2b0041f8050bae9fbf 15848 web optional 
php-cache-lite_1.5.2-3_all.deb

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

iD8DBQFDe0EXvGr7W6HudhwRAil8AJ9TfZFFYLcVVQ7foZCF/ckDVJhpAQCeIqww
GJVC3NU/Q80cUdMUCD8FQf0=
=ry5l
-END PGP SIGNATURE-


Accepted:
php-cache-lite_1.5.2-3.diff.gz
  to pool/main/p/php-cache-lite/php-cache-lite_1.5.2-3.diff.gz
php-cache-lite_1.5.2-3.dsc
  to pool/main/p/php-cache-lite/php-cache-lite_1.5.2-3.dsc
php-cache-lite_1.5.2-3_all.deb
  to pool/main/p/php-cache-lite/php-cache-lite_1.5.2-3_all.deb


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



Accepted gtk+2.0 2.8.7-1 (source i386 all)

2005-11-16 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 11:54:11 +0100
Source: gtk+2.0
Binary: libgtk2.0-dev libgtk2.0-0-dbg gtk2-engines-pixbuf libgtk2.0-0 
libgtk2.0-doc gtk2.0-examples libgtk2.0-bin libgtk2.0-common
Architecture: source i386 all
Version: 2.8.7-1
Distribution: experimental
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Closes: 339431
Changes: 
 gtk+2.0 (2.8.7-1) experimental; urgency=low
 .
   * New upstream version.
   * Security fixes:
 - Add check to XPM reader to prevent integer overflow for specially crafted
   number of colors (CVE-2005-3186) (Closes: #339431).
 - Fix endless loop with specially crafted number of colors (CVE-2005-2975).
   * debian/patches/001_fs_documents.patch:
 - updated.
   * debian/rules:
 - fix confusing cp usage.
 .
   [ Loic Minier ]
   * Drop xlibs-dev deps and build-deps.
 [debian/control, debian/control.in]
Files: 
 c9601c4165feb226daddfa2787f69844 2127 libs optional gtk+2.0_2.8.7-1.dsc
 8d9819051ad65bbb42a79477fdc196d4 17440537 libs optional 
gtk+2.0_2.8.7.orig.tar.gz
 0ca0c0c0df8760834c8708683837ce04 47955 libs optional gtk+2.0_2.8.7-1.diff.gz
 20a273717c71f66ada585129309e1e14 3420094 misc optional 
libgtk2.0-common_2.8.7-1_all.deb
 cfa9050c3f8bac1826fc02836a7c1261 2376358 doc optional 
libgtk2.0-doc_2.8.7-1_all.deb
 7a299853ef9272d5f5842cba99ffe4c6 2075408 libs optional 
libgtk2.0-0_2.8.7-1_i386.deb
 8752ed4cbde21a6014126f7b8dee9e99 21550 misc optional 
libgtk2.0-bin_2.8.7-1_i386.deb
 70188187d75fd7b544c2d9dc518f30f6 2257828 libdevel optional 
libgtk2.0-dev_2.8.7-1_i386.deb
 6cd6973d3135cbdba8afb4bcc96213e3 3636416 libdevel extra 
libgtk2.0-0-dbg_2.8.7-1_i386.deb
 294c3bf8ac028d6198130b874bde6c8f 271248 x11 extra 
gtk2.0-examples_2.8.7-1_i386.deb
 30a2811a6d7807a12483a02f38ddf362 52388 graphics optional 
gtk2-engines-pixbuf_2.8.7-1_i386.deb

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

iD8DBQFDeztSQxo87aLX0pIRAl2+AJ9N9Z52IBWpPHrsjBa17jQaZxipswCgiZnX
8TmMH9u8t1l7mmYsT/s4Cmw=
=irrn
-END PGP SIGNATURE-


Accepted:
gtk+2.0_2.8.7-1.diff.gz
  to pool/main/g/gtk+2.0/gtk+2.0_2.8.7-1.diff.gz
gtk+2.0_2.8.7-1.dsc
  to pool/main/g/gtk+2.0/gtk+2.0_2.8.7-1.dsc
gtk+2.0_2.8.7.orig.tar.gz
  to pool/main/g/gtk+2.0/gtk+2.0_2.8.7.orig.tar.gz
gtk2-engines-pixbuf_2.8.7-1_i386.deb
  to pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.8.7-1_i386.deb
gtk2.0-examples_2.8.7-1_i386.deb
  to pool/main/g/gtk+2.0/gtk2.0-examples_2.8.7-1_i386.deb
libgtk2.0-0-dbg_2.8.7-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-0-dbg_2.8.7-1_i386.deb
libgtk2.0-0_2.8.7-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-0_2.8.7-1_i386.deb
libgtk2.0-bin_2.8.7-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-bin_2.8.7-1_i386.deb
libgtk2.0-common_2.8.7-1_all.deb
  to pool/main/g/gtk+2.0/libgtk2.0-common_2.8.7-1_all.deb
libgtk2.0-dev_2.8.7-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-dev_2.8.7-1_i386.deb
libgtk2.0-doc_2.8.7-1_all.deb
  to pool/main/g/gtk+2.0/libgtk2.0-doc_2.8.7-1_all.deb


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



Accepted espa-nol 1.9-1 (source all)

2005-11-16 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 14:22:11 +0100
Source: espa-nol
Binary: ispanish myspell-es aspell-es
Architecture: source all
Version: 1.9-1
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.9-1) unstable; urgency=low
 .
   * New upstream version
Files: 
 8899d0c74d3063d239ba3125e5f6fa5e 680 text optional espa-nol_1.9-1.dsc
 41b851f72e18a1c7fd059e20c2495e4f 433985 text optional espa-nol_1.9.orig.tar.gz
 469985c0476684c55319edebfb5317d6 13619 text optional espa-nol_1.9-1.diff.gz
 93b9105cb5713c74e1ca1cc7979a1d7d 229626 text optional ispanish_1.9-1_all.deb
 cb23b4aca2835b0d629f6bf8635eb799 211622 text optional myspell-es_1.9-1_all.deb
 6680215e48d88485cd96f15e82ec4b7b 173532 text optional aspell-es_1.9-1_all.deb

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

iD8DBQFDezT7WMZwCEWXpZMRAtJbAJ9zN9hikCSE/Ad26PzCv/rhaLIAqgCfWG++
fIzshxYEccsPFlpQYEBkooo=
=BZ/O
-END PGP SIGNATURE-


Accepted:
aspell-es_1.9-1_all.deb
  to pool/main/e/espa-nol/aspell-es_1.9-1_all.deb
espa-nol_1.9-1.diff.gz
  to pool/main/e/espa-nol/espa-nol_1.9-1.diff.gz
espa-nol_1.9-1.dsc
  to pool/main/e/espa-nol/espa-nol_1.9-1.dsc
espa-nol_1.9.orig.tar.gz
  to pool/main/e/espa-nol/espa-nol_1.9.orig.tar.gz
ispanish_1.9-1_all.deb
  to pool/main/e/espa-nol/ispanish_1.9-1_all.deb
myspell-es_1.9-1_all.deb
  to pool/main/e/espa-nol/myspell-es_1.9-1_all.deb


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



Accepted insight 6.3.50+cvs.2005.11.16-1 (source i386)

2005-11-16 Thread mhatta
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 22:35:58 +0900
Source: insight
Binary: insight
Architecture: source i386
Version: 6.3.50+cvs.2005.11.16-1
Distribution: unstable
Urgency: low
Maintainer: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Changed-By: Masayuki Hatta (mhatta) [EMAIL PROTECTED]
Description: 
 insight- Graphical debugger based on GDB
Changes: 
 insight (6.3.50+cvs.2005.11.16-1) unstable; urgency=low
 .
   * New upstream release (CVS snapshot).
Files: 
 2f73ec7fc147872a993bbd78feda077e 744 devel optional 
insight_6.3.50+cvs.2005.11.16-1.dsc
 36bbea2294e0d04cb15cfc46f4ea9f95 26670046 devel optional 
insight_6.3.50+cvs.2005.11.16.orig.tar.gz
 37d229614b3e7b46038958f8d7af719e 4983 devel optional 
insight_6.3.50+cvs.2005.11.16-1.diff.gz
 45595f3dfe4e04f7cbef496088b6f835 1610772 devel optional 
insight_6.3.50+cvs.2005.11.16-1_i386.deb

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

iD8DBQFDe0egy2+jQOcHWlQRArGgAJ49mnNb1ENeiMEnSLR+mUuXlyN1wACeJ7aS
moREXCki6OEQrCLSIS+Qr8s=
=RAVi
-END PGP SIGNATURE-


Accepted:
insight_6.3.50+cvs.2005.11.16-1.diff.gz
  to pool/main/i/insight/insight_6.3.50+cvs.2005.11.16-1.diff.gz
insight_6.3.50+cvs.2005.11.16-1.dsc
  to pool/main/i/insight/insight_6.3.50+cvs.2005.11.16-1.dsc
insight_6.3.50+cvs.2005.11.16-1_i386.deb
  to pool/main/i/insight/insight_6.3.50+cvs.2005.11.16-1_i386.deb
insight_6.3.50+cvs.2005.11.16.orig.tar.gz
  to pool/main/i/insight/insight_6.3.50+cvs.2005.11.16.orig.tar.gz


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



Accepted pygmy 0.45+svn77-3 (source all)

2005-11-16 Thread Decklin Foster
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 10:28:52 -0500
Source: pygmy
Binary: pygmy
Architecture: source all
Version: 0.45+svn77-3
Distribution: unstable
Urgency: low
Maintainer: Decklin Foster [EMAIL PROTECTED]
Changed-By: Decklin Foster [EMAIL PROTECTED]
Description: 
 pygmy  - PyGTK client for the Music Player Daemon (MPD)
Closes: 339424
Changes: 
 pygmy (0.45+svn77-3) unstable; urgency=low
 .
   * Need python-dev for distutils (Closes: #339424)
Files: 
 56fa0c810e49dbafbb7a57aa3a3df462 600 sound optional pygmy_0.45+svn77-3.dsc
 9310b56f42062f346b4e82a08faa4198 2446 sound optional pygmy_0.45+svn77-3.diff.gz
 260070b7d37f98121301817a5cb1a009 37086 sound optional 
pygmy_0.45+svn77-3_all.deb

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

iD8DBQFDe1FKuIJGh/GWjRsRArguAKCA74qI+IVZy9tsuhKiExk3ILLVlgCeKspq
uViANkCc0ZWIMJP+iuq5s3Y=
=aVZp
-END PGP SIGNATURE-


Accepted:
pygmy_0.45+svn77-3.diff.gz
  to pool/main/p/pygmy/pygmy_0.45+svn77-3.diff.gz
pygmy_0.45+svn77-3.dsc
  to pool/main/p/pygmy/pygmy_0.45+svn77-3.dsc
pygmy_0.45+svn77-3_all.deb
  to pool/main/p/pygmy/pygmy_0.45+svn77-3_all.deb


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



Accepted phpsysinfo 2.3-7 (source all)

2005-11-16 Thread Frederik Schüler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 Nov 2005 22:48:42 +0100
Source: phpsysinfo
Binary: phpsysinfo
Architecture: source all
Version: 2.3-7
Distribution: unstable
Urgency: high
Maintainer: Frederik Schüler [EMAIL PROTECTED]
Changed-By: Frederik Schüler [EMAIL PROTECTED]
Description: 
 phpsysinfo - PHP based host information
Closes: 330454 330764 338084 339079
Changes: 
 phpsysinfo (2.3-7) unstable; urgency=high
 .
   * New Maintainer Address: I successfully passed NM.
   * Fix several security issues, thanks to Martin Schulze [EMAIL PROTECTED]
 for the patch. Closes: #339079
 - Restrict sensor_program to single filenames [index.php,
   debian/patches/xxx_CVE-2005-0870.diff]
 - Backported parts of upstream changes and parts of changes by
   Christopher Kunz [index.php, debian/patches/xxx_CVE-2005-3347.diff]
 - Initialise charset variable [index.php,
   debian/patches/xxx_CVE-2005-3348.diff]
   * Add portuguese debconf template translation, thanks to Miguel
 Figueiredo [EMAIL PROTECTED]  and the Debianpt.org Translation Team
 [EMAIL PROTECTED]. Closes: #338084
   * Add german debconf template translation, thanks to Daniel Knabl
 [EMAIL PROTECTED] and the German Gnome language team
 gnome-de@gnome.org. Closes: #330454
   * Add swedish debconf template translation, thanks to Daniel Nylander
 [EMAIL PROTECTED] and the Swedish Linux-International translation
 team [EMAIL PROTECTED]. Closes: #330764
   * Updated watch file.
Files: 
 b1dffedf7a1e69104a22db2927209d89 583 web optional phpsysinfo_2.3-7.dsc
 28bb0e691797fba01b0723e5d0de611e 12413 web optional phpsysinfo_2.3-7.diff.gz
 22b6661f46a4a84dd89f288cd22e5b97 167340 web optional phpsysinfo_2.3-7_all.deb

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

iD8DBQFDe1Ld6n7So0GVSSARAiJhAJ91Q2mNoMOfkgcOV/nER3fjSSrT5gCfVpWF
gqAMlLzVpXNWbEBoD0R5Erc=
=VY3i
-END PGP SIGNATURE-


Accepted:
phpsysinfo_2.3-7.diff.gz
  to pool/main/p/phpsysinfo/phpsysinfo_2.3-7.diff.gz
phpsysinfo_2.3-7.dsc
  to pool/main/p/phpsysinfo/phpsysinfo_2.3-7.dsc
phpsysinfo_2.3-7_all.deb
  to pool/main/p/phpsysinfo/phpsysinfo_2.3-7_all.deb


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



Accepted libpam-pwdfile 0.99-3 (source i386)

2005-11-16 Thread Greg Norris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 07:56:25 -0600
Source: libpam-pwdfile
Binary: libpam-pwdfile
Architecture: source i386
Version: 0.99-3
Distribution: unstable
Urgency: low
Maintainer: Greg Norris [EMAIL PROTECTED]
Changed-By: Greg Norris [EMAIL PROTECTED]
Description: 
 libpam-pwdfile - PAM module allowing authentication via an /etc/passwd-like 
file
Changes: 
 libpam-pwdfile (0.99-3) unstable; urgency=low
 .
   * Update doeumentation in README.Debian
   * Updated to policy version 3.6.2 (no changes required)
Files: 
 06885f43c1875761d914d20b6b5aa85b 585 admin extra libpam-pwdfile_0.99-3.dsc
 a1ea20022960fc24961fb56c6d6a204f 3567 admin extra libpam-pwdfile_0.99-3.diff.gz
 d434eb34092a383700405ccb11a1254b 13700 admin extra 
libpam-pwdfile_0.99-3_i386.deb

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

iD8DBQFDe1uFgrEMyr8Cx2YRAl05AKChaS+JTwyyZsnpYzT5LqekXNv7TQCgyaJW
Y5gO0jLg7s0hWXs7opuECIs=
=H0Ta
-END PGP SIGNATURE-


Accepted:
libpam-pwdfile_0.99-3.diff.gz
  to pool/main/libp/libpam-pwdfile/libpam-pwdfile_0.99-3.diff.gz
libpam-pwdfile_0.99-3.dsc
  to pool/main/libp/libpam-pwdfile/libpam-pwdfile_0.99-3.dsc
libpam-pwdfile_0.99-3_i386.deb
  to pool/main/libp/libpam-pwdfile/libpam-pwdfile_0.99-3_i386.deb


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



Accepted wmakerconf 2.11-3 (source i386)

2005-11-16 Thread Kevin B. McCarty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 16:53:52 +
Source: wmakerconf
Binary: wmakerconf
Architecture: source i386
Version: 2.11-3
Distribution: unstable
Urgency: low
Maintainer: Kevin B. McCarty [EMAIL PROTECTED]
Changed-By: Kevin B. McCarty [EMAIL PROTECTED]
Description: 
 wmakerconf - GTK+ based configuration tool for Window Maker
Closes: 313849 315960
Changes: 
 wmakerconf (2.11-3) unstable; urgency=low
 .
   * src/wmconfig.c: Fix segfault on exit when no $GNUSTEP/Defaults/WindowMaker
 file originally existed.
   * debian/control:
 - Depend upon wmaker (= 0.91.0-9) to ensure presence of the file
   /etc/X11/WindowMaker/wmmacros (closes: #315960).
 - Change maintainer address.
 - Bump Standards-Version to 3.6.2 (no changes).
   * debian/control, debian/rules:  Build-Depend upon autotools-dev, and copy
 config.guess and config.sub into the source directory at build time to
 keep them always up-to-date.
   * Translations:
 - German (updated) - Jens Seidel [EMAIL PROTECTED] (closes: #313849)
Files: 
 25ad383efe8f99a4aabf8e836525b75c 700 x11 optional wmakerconf_2.11-3.dsc
 24c8eb91813bd3b034e35a8f1cf0666a 10397 x11 optional wmakerconf_2.11-3.diff.gz
 9d0a726fdbfdb8dfdfa00854da69a6ea 314064 x11 optional wmakerconf_2.11-3_i386.deb

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

iD8DBQFDe2TQfYxAIk+Dx1ERAos9AJ9nfCJrx0GGTeiujPUIp7RC89Z6kgCgxQw9
//J4502Hb2BN5o8pBT/lvRo=
=l79n
-END PGP SIGNATURE-


Accepted:
wmakerconf_2.11-3.diff.gz
  to pool/main/w/wmakerconf/wmakerconf_2.11-3.diff.gz
wmakerconf_2.11-3.dsc
  to pool/main/w/wmakerconf/wmakerconf_2.11-3.dsc
wmakerconf_2.11-3_i386.deb
  to pool/main/w/wmakerconf/wmakerconf_2.11-3_i386.deb


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



Accepted gramps 2.0.8-4 (source all)

2005-11-16 Thread James A. Treacy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 09:33:16 -0500
Source: gramps
Binary: gramps
Architecture: source all
Version: 2.0.8-4
Distribution: unstable
Urgency: low
Maintainer: James A. Treacy [EMAIL PROTECTED]
Changed-By: James A. Treacy [EMAIL PROTECTED]
Description: 
 gramps - Genealogical Research and Analysis Management Program
Changes: 
 gramps (2.0.8-4) unstable; urgency=low
 .
   * Move gconf file out of /etc.
Files: 
 bcfbe374cc43496f0370a255cce8f0a2 780 gnome optional gramps_2.0.8-4.dsc
 361a752b5bb9731d4a7e7e981bb63578 36987 gnome optional gramps_2.0.8-4.diff.gz
 efa0c5235fd167ca4b853c303667fbbe 3693122 gnome optional gramps_2.0.8-4_all.deb

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

iQCVAwUBQ3th5A9y7Te6Cn61AQLLmAP9FsZbrkI+mD0Lkhw3XaQGK4aqqDmnn/BZ
fQPNj6ZzJEsH3axYp7muC/KsqkweC+6CGVbKwzfODzcdV2UKnj9riy64jMdO5Xvb
qw6NsGeZkvqF+E2NvFpf/jwCuuJ19ysMF5bbc6nI9yYwrD4fN4oTMLI7X05Fp/RH
CC/iCXZ9914=
=mXBu
-END PGP SIGNATURE-


Accepted:
gramps_2.0.8-4.diff.gz
  to pool/main/g/gramps/gramps_2.0.8-4.diff.gz
gramps_2.0.8-4.dsc
  to pool/main/g/gramps/gramps_2.0.8-4.dsc
gramps_2.0.8-4_all.deb
  to pool/main/g/gramps/gramps_2.0.8-4_all.deb


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



Accepted proj 4.4.9d-1 (source i386)

2005-11-16 Thread Peter S Galbraith
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 11:23:11 -0500
Source: proj
Binary: proj
Architecture: source i386
Version: 4.4.9d-1
Distribution: unstable
Urgency: low
Maintainer: Peter S Galbraith [EMAIL PROTECTED]
Changed-By: Peter S Galbraith [EMAIL PROTECTED]
Description: 
 proj   - Cartographic projection filter and library
Closes: 339470
Changes: 
 proj (4.4.9d-1) unstable; urgency=low
 .
   * Add built-in datum conversion support into upstream version 4.4.9
 Thanks to Stephan Holl (Closes: #339470).
Files: 
 18d495b03647b34f981a3ba889b0e706 661 science extra proj_4.4.9d-1.dsc
 7ff0d3d87cf028fc4ffc08f48134bf51 2719576 science extra proj_4.4.9d.orig.tar.gz
 60761baadfd39b99a326ea2100ea0e62 6712 science extra proj_4.4.9d-1.diff.gz
 575aa6725b8ebcf848879a1f83ae455f 2728590 science extra proj_4.4.9d-1_i386.deb

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

iQCVAwUBQ3tmVbwVH8jSqROhAQKJyAP/XyulBuDvNhhmkXT3x+rx4J/jIMGU4IvR
F6Esebq/IDQ/112jrd5RIoyMdOLvrnXy+N3Je+Z4W7yFcLyEMNTMQCwvXyfUJuKv
VUbgkVgLelbXKLfEabsYAWFeh51iH+UryIdMowkjwNK9+pHCa2wkF5SjvauSXpd8
zCTAS1kC0CQ=
=V9GW
-END PGP SIGNATURE-


Accepted:
proj_4.4.9d-1.diff.gz
  to pool/main/p/proj/proj_4.4.9d-1.diff.gz
proj_4.4.9d-1.dsc
  to pool/main/p/proj/proj_4.4.9d-1.dsc
proj_4.4.9d-1_i386.deb
  to pool/main/p/proj/proj_4.4.9d-1_i386.deb
proj_4.4.9d.orig.tar.gz
  to pool/main/p/proj/proj_4.4.9d.orig.tar.gz


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



Accepted gtk+2.0 2.6.10-2 (source i386 all)

2005-11-16 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 16:56:39 +0100
Source: gtk+2.0
Binary: libgtk2.0-dev libgtk2.0-0-dbg gtk2-engines-pixbuf libgtk2.0-0 
libgtk2.0-doc gtk2.0-examples libgtk2.0-bin libgtk2.0-common
Architecture: source i386 all
Version: 2.6.10-2
Distribution: unstable
Urgency: medium
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Closes: 309437 315083 323209 339431
Changes: 
 gtk+2.0 (2.6.10-2) unstable; urgency=medium
 .
   [ Sebastien Bacher ]
   * Patch from Ubuntu update, thanks Martin Pitt.
   * SECURITY UPDATE: Arbitrary code execution and DoS.
   * Add debian/patches/010_xpm-colors-overflow_CVE-2005-3186.patch:
 - io-xpm.c: Add check to XPM reader to prevent integer overflow for
 specially crafted number of colors (Closes: #339431).
 - CVE-2005-3186
   * Add debian/patches/011_xpm-colors-loop_CVE-2005-2975.patch:
 - io-xpm.c: Fix endless loop with specially crafted number of colors.
 - CVE-2005-2975
 .
   * debian/rules:
 - fix confusing cp usage.
 .
   [ Loic Minier ]
 .
   * Update FSF address. [debian/copyright]
   * Remove Copyright: line, the whole file expresses the copyright already.
 (Closes: #323209) [debian/copyright]
   * Backport patch from the 2.8 branch removing the warning introduced
 somewhere in 2.6 when length wraps in calculation in gdk_property_get.
 (Closes: #315083) [debian/patches/064_gdk-property-get-no-warning.patch]
   * Add ${misc:Depends} to all packages.
   * Remove libgtk2.0-0 dependency from libgtk2.0-common to break the circular
 dependency; cross your fingers, don't hold your breath. (Closes: #309437)
Files: 
 3563b30a4289c32184c55ba195036708 2141 libs optional gtk+2.0_2.6.10-2.dsc
 6b971feecb17c4791472aa96acdea3a3 47597 libs optional gtk+2.0_2.6.10-2.diff.gz
 7c5d80d99cae36830180239b26a493fa 3138308 misc optional 
libgtk2.0-common_2.6.10-2_all.deb
 af323f59755f3e06ffae3e6b13d3e3aa 2328124 doc optional 
libgtk2.0-doc_2.6.10-2_all.deb
 eb201ab2646f4cea2663316c08514ed2 2052200 libs optional 
libgtk2.0-0_2.6.10-2_i386.deb
 894a6ec816c55e5bc085d911a55afb8f 18192 misc optional 
libgtk2.0-bin_2.6.10-2_i386.deb
 fae0ba120610c486f2a5515eeb61f351 2208758 libdevel optional 
libgtk2.0-dev_2.6.10-2_i386.deb
 7f70323d835bea802bafd6096a610992 3533168 libdevel extra 
libgtk2.0-0-dbg_2.6.10-2_i386.deb
 4dc3b71e3311d5cffa8496d6790f924b 281144 x11 extra 
gtk2.0-examples_2.6.10-2_i386.deb
 2e7ece79ea1ec06a22a05de5cf3e7057 65358 graphics optional 
gtk2-engines-pixbuf_2.6.10-2_i386.deb

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

iD8DBQFDe2QPQxo87aLX0pIRAqNNAJ90/qfcwJjzU3NaowscTVjDY79lZwCgr1jX
1s2lgI1Zb20EQSzGlh2jTDg=
=nUeE
-END PGP SIGNATURE-


Accepted:
gtk+2.0_2.6.10-2.diff.gz
  to pool/main/g/gtk+2.0/gtk+2.0_2.6.10-2.diff.gz
gtk+2.0_2.6.10-2.dsc
  to pool/main/g/gtk+2.0/gtk+2.0_2.6.10-2.dsc
gtk2-engines-pixbuf_2.6.10-2_i386.deb
  to pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.6.10-2_i386.deb
gtk2.0-examples_2.6.10-2_i386.deb
  to pool/main/g/gtk+2.0/gtk2.0-examples_2.6.10-2_i386.deb
libgtk2.0-0-dbg_2.6.10-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-0-dbg_2.6.10-2_i386.deb
libgtk2.0-0_2.6.10-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-0_2.6.10-2_i386.deb
libgtk2.0-bin_2.6.10-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-bin_2.6.10-2_i386.deb
libgtk2.0-common_2.6.10-2_all.deb
  to pool/main/g/gtk+2.0/libgtk2.0-common_2.6.10-2_all.deb
libgtk2.0-dev_2.6.10-2_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-dev_2.6.10-2_i386.deb
libgtk2.0-doc_2.6.10-2_all.deb
  to pool/main/g/gtk+2.0/libgtk2.0-doc_2.6.10-2_all.deb


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



Accepted wmakerconf-data 0.90.0.0-2 (source all)

2005-11-16 Thread Kevin B. McCarty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 17:16:10 +
Source: wmakerconf-data
Binary: wmakerconf-data
Architecture: source all
Version: 0.90.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Kevin B. McCarty [EMAIL PROTECTED]
Changed-By: Kevin B. McCarty [EMAIL PROTECTED]
Description: 
 wmakerconf-data - Data files for wmakerconf, a configuration tool for Window 
Maker
Closes: 313880
Changes: 
 wmakerconf-data (0.90.0.0-2) unstable; urgency=low
 .
   * debian/control:
 - Change maintainer address.
 - Update Standards-Version to 3.6.2 (no changes).
   * Translations:
 - German (updated) - Jens Seidel [EMAIL PROTECTED] (closes: #313880)
Files: 
 dffafb4986f5e0f71aab34f6200973c0 613 x11 optional 
wmakerconf-data_0.90.0.0-2.dsc
 a92201cf926fbfaf07cb3a2a82f9908c 3914 x11 optional 
wmakerconf-data_0.90.0.0-2.diff.gz
 d58dd56b03652bbc0f115432af73fb1b 52186 x11 optional 
wmakerconf-data_0.90.0.0-2_all.deb

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

iD8DBQFDe2rtfYxAIk+Dx1ERApGCAJ4wszkCV7kg54nNVSDWch41q14XsgCgvTYL
OvGptSi4KAaEJUGU2Zf7beg=
=XTP5
-END PGP SIGNATURE-


Accepted:
wmakerconf-data_0.90.0.0-2.diff.gz
  to pool/main/w/wmakerconf-data/wmakerconf-data_0.90.0.0-2.diff.gz
wmakerconf-data_0.90.0.0-2.dsc
  to pool/main/w/wmakerconf-data/wmakerconf-data_0.90.0.0-2.dsc
wmakerconf-data_0.90.0.0-2_all.deb
  to pool/main/w/wmakerconf-data/wmakerconf-data_0.90.0.0-2_all.deb


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



Accepted gramps 2.0.8-5 (source all)

2005-11-16 Thread James A. Treacy
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 12:06:13 -0500
Source: gramps
Binary: gramps
Architecture: source all
Version: 2.0.8-5
Distribution: unstable
Urgency: low
Maintainer: James A. Treacy [EMAIL PROTECTED]
Changed-By: James A. Treacy [EMAIL PROTECTED]
Description: 
 gramps - Genealogical Research and Analysis Management Program
Changes: 
 gramps (2.0.8-5) unstable; urgency=low
 .
   * added dependency on ${misc:Depends}
Files: 
 1fe59e1d3d703220fa62f68f7006c0da 780 gnome optional gramps_2.0.8-5.dsc
 1b8f24a47965ea358d9269d1241d2c6d 37027 gnome optional gramps_2.0.8-5.diff.gz
 5f111d0b49af832d928c5bf9783827ca 3693180 gnome optional gramps_2.0.8-5_all.deb

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

iQCVAwUBQ3tqPA9y7Te6Cn61AQIh/gP8CSuKSK8TU9NDIpmZ8xVsQ2N0bCW+LkgH
jGJzqP+ENEKtFQ3FnsQ9LbZi1AJYKwQEDa6kIenJAGGZ22fBaTBOXZxGtNdpn4Ex
M4tg4zcb5vj0TkJKmO3ZI3FhEHkJmFMbQ2wqna3brKH/gACNA8I7kozYZcjahDlv
/oGQVSsqNZ4=
=a4GD
-END PGP SIGNATURE-


Accepted:
gramps_2.0.8-5.diff.gz
  to pool/main/g/gramps/gramps_2.0.8-5.diff.gz
gramps_2.0.8-5.dsc
  to pool/main/g/gramps/gramps_2.0.8-5.dsc
gramps_2.0.8-5_all.deb
  to pool/main/g/gramps/gramps_2.0.8-5_all.deb


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



Accepted gngb 20040115-3 (source i386)

2005-11-16 Thread Julien Delange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 17:05:42 +0100
Source: gngb
Binary: gngb
Architecture: source i386
Version: 20040115-3
Distribution: unstable
Urgency: low
Maintainer: Julien Delange [EMAIL PROTECTED]
Changed-By: Julien Delange [EMAIL PROTECTED]
Description: 
 gngb   - GameBoy Emulator
Closes: 333947
Changes: 
 gngb (20040115-3) unstable; urgency=low
 .
   * Change deps for libglu (Closes: #333947)
Files: 
 d3d08ca2518e8e51337a804468f69b2f 619 x11 optional gngb_20040115-3.dsc
 74a6bee33ee25ea381b1f1ee0b5d0e17 24666 x11 optional gngb_20040115-3.diff.gz
 880d37a0b71f1b8bbbefd5c8d849177a 122372 x11 optional gngb_20040115-3_i386.deb

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

iD8DBQFDe27EpGK1HsL+5c0RArmvAJsFdznSxx+zOPsVR65ffiq6L1RMaACfVX3e
8hdir4bDf0TZ/IDidugvRjA=
=VFwp
-END PGP SIGNATURE-


Accepted:
gngb_20040115-3.diff.gz
  to pool/main/g/gngb/gngb_20040115-3.diff.gz
gngb_20040115-3.dsc
  to pool/main/g/gngb/gngb_20040115-3.dsc
gngb_20040115-3_i386.deb
  to pool/main/g/gngb/gngb_20040115-3_i386.deb


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



Accepted gnome-panel 2.12.1-2 (source i386 all)

2005-11-16 Thread Guilherme de S. Pastore
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 11 Nov 2005 20:54:11 -0200
Source: gnome-panel
Binary: gnome-panel-data libpanel-applet2-doc libpanel-applet2-dev gnome-panel 
libpanel-applet2-dbg libpanel-applet2-0
Architecture: source i386 all
Version: 2.12.1-2
Distribution: experimental
Urgency: low
Maintainer: Guilherme de S. Pastore [EMAIL PROTECTED]
Changed-By: Guilherme de S. Pastore [EMAIL PROTECTED]
Description: 
 gnome-panel - launcher and docking facility for GNOME 2
 gnome-panel-data - common files for GNOME 2 panel
 libpanel-applet2-0 - library for GNOME 2 panel applets
 libpanel-applet2-dbg - library for GNOME 2 panel applets - library with 
debugging symbol
 libpanel-applet2-dev - library for GNOME 2 panel applets - development files
 libpanel-applet2-doc - library for GNOME 2 panel applets - documentation files
Closes: 319800 330847
Changes: 
 gnome-panel (2.12.1-2) experimental; urgency=low
 .
   * New maintainer
 Thanks for all your work, Marc!
 .
   * debian/patches/06_sync_clear_documents.patch:
 - patch from upstream CVS to force update when Gamin/FAM
   notification is not available (Closes: #319800, #330847)
Files: 
 526f818dd9d21e270b7abed86f76c1c4 2298 gnome optional gnome-panel_2.12.1-2.dsc
 1570a9c942b072402af3510d2d4449cc 142048 gnome optional 
gnome-panel_2.12.1-2.diff.gz
 3ed46e4302badede1d162360627e5d84 87350 doc optional 
libpanel-applet2-doc_2.12.1-2_all.deb
 dad19e6a651fd9c34fc8fa68238b5493 2553650 gnome optional 
gnome-panel-data_2.12.1-2_all.deb
 b5136a530f54bb0c06ecefd2008c11f5 362396 gnome optional 
gnome-panel_2.12.1-2_i386.deb
 7081696951661dc13e5257d381306f06 85742 libs optional 
libpanel-applet2-0_2.12.1-2_i386.deb
 a5b1773c983317fd4413e21705812d02 143580 libdevel optional 
libpanel-applet2-dbg_2.12.1-2_i386.deb
 4960116af373759612a35edee90b21ac 92262 libdevel optional 
libpanel-applet2-dev_2.12.1-2_i386.deb

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

iD8DBQFDe3PMt1anjIgqbEsRAvGNAKCAIotcPFqF+EkR8udcoSmkyV3ozgCfdiod
/c7Ndr30EwYvaEtbtK3wcLs=
=Jnpd
-END PGP SIGNATURE-


Accepted:
gnome-panel-data_2.12.1-2_all.deb
  to pool/main/g/gnome-panel/gnome-panel-data_2.12.1-2_all.deb
gnome-panel_2.12.1-2.diff.gz
  to pool/main/g/gnome-panel/gnome-panel_2.12.1-2.diff.gz
gnome-panel_2.12.1-2.dsc
  to pool/main/g/gnome-panel/gnome-panel_2.12.1-2.dsc
gnome-panel_2.12.1-2_i386.deb
  to pool/main/g/gnome-panel/gnome-panel_2.12.1-2_i386.deb
libpanel-applet2-0_2.12.1-2_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-0_2.12.1-2_i386.deb
libpanel-applet2-dbg_2.12.1-2_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-dbg_2.12.1-2_i386.deb
libpanel-applet2-dev_2.12.1-2_i386.deb
  to pool/main/g/gnome-panel/libpanel-applet2-dev_2.12.1-2_i386.deb
libpanel-applet2-doc_2.12.1-2_all.deb
  to pool/main/g/gnome-panel/libpanel-applet2-doc_2.12.1-2_all.deb


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



Accepted gcc-4.0 4.0.2-4 (source i386 all)

2005-11-16 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Nov 2005 10:46:10 +0100
Source: gcc-4.0
Binary: gcc-4.0-base libstdc++6 lib32ffi4 lib32gcj6-dev libobjc1 libgcc1 
libgcj6-dev libgcj6-awt gpc-2.1-4.0 gcc-4.0-nof libstdc++6-4.0-dev 
lib32stdc++6-4.0-dbg libgcc2 lib64gnat-4.0 lib32gcj6 gpc-2.1-4.0-doc protoize 
lib64gcj6 treelang-4.0 libgnat-4.0 libstdc++6-4.0-dbg gcc-4.0-doc lib64stdc++6 
lib32gfortran0 libffi4 lib64gcj6-awt gfortran-4.0-doc g++-4.0 libgcj6-src 
lib64ffi4 gcj-4.0 lib32gcc1 lib64stdc++6-4.0-dbg libgfortran0 gobjc-4.0 
lib64objc1 cpp-4.0 gcc-4.0-soft-float gcc-4.0 gfortran-4.0 gcc-4.0-locales 
lib32objc1 libffi4-dev libgcj6 gnat-4.0-doc libgfortran0-dev libgcj-common 
libgcj6-common libstdc++6-4.0-pic cpp-4.0-doc lib64gcc1 fastjar gcc-4.0-hppa64 
gij-4.0 fixincludes libmudflap0-dev libstdc++6-4.0-doc lib32stdc++6 gnat-4.0 
libmudflap0 lib32gcj6-dbg lib64gfortran0 libgcj6-dbg
Architecture: source i386 all
Version: 4.0.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.0- The GNU C preprocessor
 cpp-4.0-doc - Documentation for the GNU C preprocessor (cpp)
 fastjar- Jar creation utility
 fixincludes - Fix non-ANSI header files
 g++-4.0- The GNU C++ compiler
 gcc-4.0- The GNU C compiler
 gcc-4.0-base - The GNU Compiler Collection (base package)
 gcc-4.0-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gcc-4.0-locales - The GNU C compiler (native language support files)
 gcj-4.0- The GNU compiler for Java(TM)
 gfortran-4.0 - The GNU Fortran 95 compiler
 gfortran-4.0-doc - Documentation for the GNU Fortran compiler (gfortran)
 gij-4.0- The GNU Java bytecode interpreter
 gnat-4.0   - The GNU Ada compiler
 gnat-4.0-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-4.0  - The GNU Objective-C compiler
 lib64gcc1  - GCC support library (64bit)
 lib64gfortran0 - Runtime library for GNU Fortran applications (64bit)
 lib64objc1 - Runtime library for GNU Objective-C applications (64bit)
 lib64stdc++6 - The GNU Standard C++ Library v3 (64bit)
 lib64stdc++6-4.0-dbg - The GNU Standard C++ Library v3 (debugging files)
 libffi4- Foreign Function Interface library runtime
 libffi4-dev - Foreign Function Interface library (development files)
 libgcc1- GCC support library
 libgcj-common - Java runtime library (common files)
 libgcj6- Java runtime library for use with gcj
 libgcj6-awt - AWT peer runtime libraries for use with gcj
 libgcj6-common - Java runtime library for use with gcj (jar files)
 libgcj6-dbg - Debugging symbols for libraries provided in libgcj6-dev
 libgcj6-dev - Java development headers and static library for use with gcj
 libgcj6-src - libgcj java sources for use in eclipse
 libgfortran0 - Runtime library for GNU Fortran applications
 libgfortran0-dev - GNU Fortran library development
 libgnat-4.0 - Runtime library for GNU Ada applications
 libmudflap0 - GCC mudflap shared support libraries
 libmudflap0-dev - GCC mudflap support libraries (development files)
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++6 - The GNU Standard C++ Library v3
 libstdc++6-4.0-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.0-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.0-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.0-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
 protoize   - Create/remove ANSI prototypes from C code
 treelang-4.0 - The GNU Treelang compiler
Closes: 323133 325050 330857 333100 336114 336463
Changes: 
 gcc-4.0 (4.0.2-4) unstable; urgency=low
 .
   * Configure libstdc++ using the default allocator. Background:
 libstdc++6 is currently configured to use the mt allocator based on
 discussions in April 2004 with upstream libstdc++ developers. This
 configuration turned out to be a mistake (memory leaks and the
 allocator is still buggy), other distributions did change back to the
 new allocator (the default one) in mid-2005 (FC in July 2005). The
 change does not have an effect on symbols exported from libstdc++, but
 it does have an effect on symbols exported by libraries which use
 containers (using an allocator) from the template headers.
 See http://gcc.gnu.org/PR24712. Closes: #336114.
 .
 Requires renaming/rebuild of packages, see thread starting at
 http://lists.debian.org/debian-release/2005/11/msg00080.html
   * libstdc++6: Tighten libstdc++ shlibs version to 4.0.2-4.
 .
   * Update to SVN 2005, taken from the gcc-4_0-branch.
 - Fix PR preprocessor/24202, segfault with #pragma once (closes: #330857).
 - Fix PR rtl-optimization/23567, wrong code in if-conversion.
   Closes: #325050.
 - Fix PR rtl-optimization/23585 (delay slots). Closes: #336463.
 - Fix PR c++/21123, ICE in cp_expr_size. Closes: #323133, #333100.

Accepted gcc-3.4 3.4.4-10 (source i386 all)

2005-11-16 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Nov 2005 14:52:13 +0100
Source: gcc-3.4
Binary: g77-3.4-doc gcc-3.4-base libstdc++6 gnat-3.4 libobjc1 libgcc1 gcc-3.4 
lib64g2c0 gobjc-3.4 gcc-3.4-nof libgcc2 libstdc++6-dev libstdc++6-doc lib32g2c0 
protoize libgnat-3.4 lib64stdc++6 libstdc++6-dbg lib32gcc1 lib64gnat-3.4 
lib64objc1 cpp-3.4 gcc-3.4-hppa64 gcc-3.4-soft-float cpp-3.4-doc gcc-3.4-doc 
libg2c0-dev gpc-2.1-3.4-doc lib64gcc1 libg2c0 lib32stdc++6 libstdc++6-pic 
gnat-3.4-doc g++-3.4 gpc-2.1-3.4 g77-3.4
Architecture: source i386 all
Version: 3.4.4-10
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers debian-gcc@lists.debian.org
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-3.4- The GNU C preprocessor
 cpp-3.4-doc - Documentation for the GNU C preprocessor (cpp)
 g++-3.4- The GNU C++ compiler
 g77-3.4- The GNU Fortran 77 compiler
 g77-3.4-doc - Documentation for the GNU Fortran compiler (g77)
 gcc-3.4- The GNU C compiler
 gcc-3.4-base - The GNU Compiler Collection (base package)
 gcc-3.4-doc - Documentation for the GNU compilers (gcc, gobjc, g++)
 gnat-3.4   - The GNU Ada compiler
 gnat-3.4-doc - Documentation for the GNU Ada compiler (gnat)
 gobjc-3.4  - The GNU Objective-C compiler
 gpc-2.1-3.4 - The GNU Pascal compiler
 gpc-2.1-3.4-doc - Documentation for the GNU Pascal compiler (gpc)
 lib64g2c0  - Runtime library for GNU Fortran 77 applications (64bit)
 libg2c0- Runtime library for GNU Fortran 77 applications
 libg2c0-dev - GNU Fortran 77 library development
 libgnat-3.4 - Runtime library for GNU Ada applications
 libstdc++6-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-pic - The GNU Standard C++ Library v3 (shared library subset kit)
Changes: 
 gcc-3.4 (3.4.4-10) unstable; urgency=low
 .
   * Configure libstdc++ using the default allocator.
   * g++-3.4: Depend on libstdc++6 (= 4.0.2-4).
 .
   * Update to SVN 20051112, taken from the gcc-3_4-branch.
   * Build-depend on expect-tcl8.3 on all architectures.
Files: 
 ee8ce042a6eabc14429bffd010d75d4f 2410 devel optional gcc-3.4_3.4.4-10.dsc
 bff998f73fd0f8c1addc5b5c8ddf6479 1389120 devel optional 
gcc-3.4_3.4.4-10.diff.gz
 896d815cf4ae78663bd24afd237f2e4e 182544 doc optional 
cpp-3.4-doc_3.4.4-10_all.deb
 d51c4e2b5a220f2796f3534d5eb3075f 8519204 doc optional 
libstdc++6-doc_3.4.4-10_all.deb
 da1df8749b5d0d57d362b11439a46fff 631260 doc optional 
g77-3.4-doc_3.4.4-10_all.deb
 b85fea1fe534e66c4d1e7d742763b6c2 899834 doc optional 
gnat-3.4-doc_3.4.4-10_all.deb
 45bb007fe369aaf7c75c666e1077e724 892934 doc optional 
gpc-2.1-3.4-doc_3.4.4-10_all.deb
 19c453eac6e5bd675433a3f421003ca0 1479140 doc optional 
gcc-3.4-doc_3.4.4-10_all.deb
 0072cb0d60038ffd87af0d305c95e5e4 163498 devel optional 
gcc-3.4-base_3.4.4-10_i386.deb
 8eb80cc1a32f4276432698ef5fe01625 1707486 interpreters optional 
cpp-3.4_3.4.4-10_i386.deb
 328d05eaac6330cc73594e9730b2db9c 1746504 devel optional 
gobjc-3.4_3.4.4-10_i386.deb
 95608d3345d68625432acb9f45e754b5 1947078 devel optional 
g++-3.4_3.4.4-10_i386.deb
 ba95244b2e74834c87563a8c3e889e50 1268360 libdevel optional 
libstdc++6-dev_3.4.4-10_i386.deb
 dfe2297c69bc6e7af2a53ecdbd128cae 754824 libdevel extra 
libstdc++6-pic_3.4.4-10_i386.deb
 aca1acd4e268d2876cfb55e598018be5 8961624 libdevel extra 
libstdc++6-dbg_3.4.4-10_i386.deb
 ce8088c0541c39e343f301f7f25c26e1 50042 libs optional libg2c0_3.4.4-10_i386.deb
 4e0fe87fb1409262e9e756609475a10f 54640 libs optional 
lib64g2c0_3.4.4-10_i386.deb
 ce999c9722eb1d0a770e6f3e44296cf6 1845986 devel optional 
g77-3.4_3.4.4-10_i386.deb
 10cdec8b830b3733453338be059c9a04 141958 libdevel optional 
libg2c0-dev_3.4.4-10_i386.deb
 781b806139a7989ea64a3f63bc4a6acd 725826 libs optional 
libgnat-3.4_3.4.4-10_i386.deb
 11ec542c8d25bcd2a1a2dbefeb6820be 7135458 devel optional 
gnat-3.4_3.4.4-10_i386.deb
 0461fe181b8cb67d6f14c7eb2c0fdece 2291030 devel optional 
gpc-2.1-3.4_3.4.4-10_i386.deb
 4f2a5e6110adeae56e4e225d94aa2ee5 1537878 devel optional 
gcc-3.4_3.4.4-10_i386.deb

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

iD8DBQFDdy9UStlRaw+TLJwRAuqjAKCx2eMjlFoxI7xrdRrpy25TMST+ygCdGLMT
0VrhSreCunwByKl1JZEup1M=
=na0k
-END PGP SIGNATURE-


Accepted:
cpp-3.4-doc_3.4.4-10_all.deb
  to pool/main/g/gcc-3.4/cpp-3.4-doc_3.4.4-10_all.deb
cpp-3.4_3.4.4-10_i386.deb
  to pool/main/g/gcc-3.4/cpp-3.4_3.4.4-10_i386.deb
g++-3.4_3.4.4-10_i386.deb
  to pool/main/g/gcc-3.4/g++-3.4_3.4.4-10_i386.deb
g77-3.4-doc_3.4.4-10_all.deb
  to pool/main/g/gcc-3.4/g77-3.4-doc_3.4.4-10_all.deb
g77-3.4_3.4.4-10_i386.deb
  to pool/main/g/gcc-3.4/g77-3.4_3.4.4-10_i386.deb
gcc-3.4-base_3.4.4-10_i386.deb
  to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.4-10_i386.deb
gcc-3.4-doc_3.4.4-10_all.deb
  to pool/main/g/gcc-3.4/gcc-3.4-doc_3.4.4-10_all.deb
gcc-3.4_3.4.4-10.diff.gz
  to 

Accepted common-lisp-controller 4.25 (source all)

2005-11-16 Thread Peter Van Eynde
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 19:37:07 +0100
Source: common-lisp-controller
Binary: common-lisp-controller
Architecture: source all
Version: 4.25
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde [EMAIL PROTECTED]
Changed-By: Peter Van Eynde [EMAIL PROTECTED]
Description: 
 common-lisp-controller - This is a Common Lisp source and compiler manager
Changes: 
 common-lisp-controller (4.25) unstable; urgency=low
 .
   * restore quote in adding the users system directory,
 so the users directory will be added, and not just
 root.
   * Added clc:list-systems function
   * Moved functions round to avoid 'unknown function
 INIT-COMMON-LISP-CONTROLLER-V4
Files: 
 429f794d26e0b8b9303b6e781dee479b 588 devel optional 
common-lisp-controller_4.25.dsc
 3e2ae612e72bb5da83a1c55a458a7b77 203436 devel optional 
common-lisp-controller_4.25.tar.gz
 1c3012dd8d1acbf41ce5d971db7b910d 25930 devel optional 
common-lisp-controller_4.25_all.deb

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

iD8DBQFDe3yw11ldN0tyliURAg79AKChVPnDfAaReoRr4u26iEYD2ENysgCfb18M
H2p94vLV2Ek6Qrf8p55SRbk=
=lTJi
-END PGP SIGNATURE-


Accepted:
common-lisp-controller_4.25.dsc
  to pool/main/c/common-lisp-controller/common-lisp-controller_4.25.dsc
common-lisp-controller_4.25.tar.gz
  to pool/main/c/common-lisp-controller/common-lisp-controller_4.25.tar.gz
common-lisp-controller_4.25_all.deb
  to pool/main/c/common-lisp-controller/common-lisp-controller_4.25_all.deb


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



Accepted gdk-pixbuf 0.22.0-11 (source i386)

2005-11-16 Thread Ryan Murray
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 10:41:40 -0800
Source: gdk-pixbuf
Binary: libgdk-pixbuf-gnome-dev libgdk-pixbuf-dev libgdk-pixbuf-gnome2 
libgdk-pixbuf2
Architecture: source i386
Version: 0.22.0-11
Distribution: unstable
Urgency: high
Maintainer: Ryan Murray [EMAIL PROTECTED]
Changed-By: Ryan Murray [EMAIL PROTECTED]
Description: 
 libgdk-pixbuf-dev - The GdkPixBuf library - development files
 libgdk-pixbuf-gnome-dev - The GNOME1 GdkPixBuf library - development files
 libgdk-pixbuf-gnome2 - The GNOME1 Canvas pixbuf library
 libgdk-pixbuf2 - The GdkPixBuf image library, gtk+ 1.2 version
Closes: 339458
Changes: 
 gdk-pixbuf (0.22.0-11) unstable; urgency=high
 .
   * Fix for integer overflows in io-xpm.c which could be exploited to execute
 arbitrary code (CVE-2005-2975 and CVE-2005-2976 from
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=171900)
 and Fix for endless loop in io-xpm.c which could cause applications to
 hang (CVE-2005-3186 from
 https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=171071)
 (closes: #339458)
Files: 
 99b0feec1ea5c37da28845a82f42885e 709 libs optional gdk-pixbuf_0.22.0-11.dsc
 028e242df86d62e43c54ae8c9adea766 411290 libs optional 
gdk-pixbuf_0.22.0-11.diff.gz
 dad0480ae3360e5c4ebd210be8dbb1a6 165920 oldlibs optional 
libgdk-pixbuf2_0.22.0-11_i386.deb
 9f1f5ce3ab21e6224fb4017491fdf596 6852 oldlibs optional 
libgdk-pixbuf-gnome2_0.22.0-11_i386.deb
 909745872307cebbbeb46e93d97fed65 148040 oldlibs optional 
libgdk-pixbuf-dev_0.22.0-11_i386.deb
 c063e2a61e71fdb166853b6bc020f0d5 7692 oldlibs optional 
libgdk-pixbuf-gnome-dev_0.22.0-11_i386.deb

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

iD8DBQFDe4cDN2Dbz/1mRasRAh3VAJ9Vyj0nDQWIm9aMVeQFYh30WJ+GVwCbBr4W
D/2dblwQPfMbE/19Gyg86z4=
=JDjg
-END PGP SIGNATURE-


Accepted:
gdk-pixbuf_0.22.0-11.diff.gz
  to pool/main/g/gdk-pixbuf/gdk-pixbuf_0.22.0-11.diff.gz
gdk-pixbuf_0.22.0-11.dsc
  to pool/main/g/gdk-pixbuf/gdk-pixbuf_0.22.0-11.dsc
libgdk-pixbuf-dev_0.22.0-11_i386.deb
  to pool/main/g/gdk-pixbuf/libgdk-pixbuf-dev_0.22.0-11_i386.deb
libgdk-pixbuf-gnome-dev_0.22.0-11_i386.deb
  to pool/main/g/gdk-pixbuf/libgdk-pixbuf-gnome-dev_0.22.0-11_i386.deb
libgdk-pixbuf-gnome2_0.22.0-11_i386.deb
  to pool/main/g/gdk-pixbuf/libgdk-pixbuf-gnome2_0.22.0-11_i386.deb
libgdk-pixbuf2_0.22.0-11_i386.deb
  to pool/main/g/gdk-pixbuf/libgdk-pixbuf2_0.22.0-11_i386.deb


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



Accepted xorg-x11 6.8.99.902.dfsg.1-1 (source i386 all)

2005-11-16 Thread David Nusinow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 Nov 2005 14:18:10 -0500
Source: xorg-x11
Binary: libxkbui1 libxtst6-dbg xserver-common xlibs-static-dev libxp6-dbg 
libxevie-dev libdmx-dev libxevie1 libice6-dbg libxaw6-dbg libdmx1-dbg x-dev 
libxv1 libxext6-dbg libxau6-dbg libxxf86vm1-dbg x11-common libxpm4 libxtst6 
libxxf86dga-dev xfonts-cyrillic libx11-6 libsm6-dbg xlibs-pic xlibs-data 
libxdamage1 libxv1-dbg libxss-dev libxkbfile1 xdmx libxrandr2 xnest 
libxdamage1-dbg libxaw6 libxres1 xlibmesa-dri-dbg libxrandr2-dbg libxmu6 
libxau6 libxxf86misc-dev libxxf86misc1-dbg libglu1-xorg libx11-dev 
xlibs-static-pic libxpm4-dbg libxaw7-dbg libxmu6-dbg pm-dev libxss1-dbg 
libxmuu-dev libxss1 libxext6 xserver-xorg libxtst-dev libxxf86rush1-dbg 
libxp-dev libxevie1-dbg libice6 libxmu-dev xlibs libxrandr-dev proxymngr 
libxcomposite1 libxxf86rush-dev libxvmc-dev xfonts-base-transcoded 
x-window-system-core xutils xspecs libxtrap6 libxxf86vm-dev libxt-dev 
libxkbui-dev libxi6-dbg xfonts-base xlibs-dbg libxpm-dev 
xfonts-100dpi-transcoded libxinerama1-dbg libxtrap-dev libxaw8 xlibosmesa-dev 
xlibosmesa4 libxkbfile1-dbg xdm libxt6-dbg libxi6 libx11-6-dbg libxaw8-dbg 
xbase-clients xserver-xorg-dbg libxxf86rush1 libxdmcp6 libxtrap6-dbg libxt6 
xfonts-75dpi libxres1-dbg libxdmcp-dev libxvmc1-dbg xlibmesa-gl-dev 
libglu1-xorg-dbg libfs-dev x-window-system libxcomposite1-dbg xfree86-common 
xlibmesa-dri libxaw7-dev libxxf86dga1 libxaw8-dev libxp6 libxkbui1-dbg libdmx1 
libxinerama-dev libxv-dev libxxf86misc1 twm x-window-system-dev libxres-dev 
libsm-dev xfonts-scalable libxmuu1-dbg libxinerama1 xfwp libxfixes3 
libxdamage-dev libsm6 xserver-xfree86 libxxf86dga1-dbg libxxf86vm1 
libxfixes3-dbg libxaw6-dev lbxproxy libfs6-dbg libxvmc1 libxfixes-dev 
libice-dev libxkbfile-dev libxmuu1 xfs libglu1-xorg-dev libxau-dev xlibmesa-gl 
xfonts-100dpi libxext-dev xfonts-75dpi-transcoded xlibosmesa4-dbg 
libxcomposite-dev libxi-dev xvfb libxdmcp6-dbg libxaw7 libfs6 xlibmesa-gl-dbg
Architecture: source i386 all
Version: 6.8.99.902.dfsg.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: David Nusinow [EMAIL PROTECTED]
Description: 
 lbxproxy   - Low Bandwidth X (LBX) proxy server
 libdmx-dev - Distributed Multihead X client library development files
 libdmx1- Distributed Multihead X client library
 libdmx1-dbg - Distributed Multihead X client library (unstripped)
 libfs-dev  - X Font Server library development files
 libfs6 - X Font Server library
 libfs6-dbg - X Font Server library (unstripped)
 libglu1-xorg - Mesa OpenGL utility library [X.Org]
 libglu1-xorg-dbg - Mesa OpenGL utility library (unstripped) [X.Org]
 libglu1-xorg-dev - Mesa OpenGL utility library development files [X.Org]
 libice-dev - Inter-Client Exchange library development files
 libice6- Inter-Client Exchange library
 libice6-dbg - Inter-Client Exchange library (unstripped)
 libsm-dev  - X Window System Session Management library development files
 libsm6 - X Window System Session Management library
 libsm6-dbg - X Window System Session Management library (unstripped)
 libx11-6   - X Window System protocol client library
 libx11-6-dbg - X Window System protocol client library (unstripped)
 libx11-dev - X Window System protocol client library development files
 libxau-dev - X Authentication library development files
 libxau6- X Authentication library
 libxau6-dbg - X Authentication library (unstripped)
 libxaw6- X Athena widget set library (version 6)
 libxaw6-dbg - X Athena widget set library (version 6, unstripped)
 libxaw6-dev - X Athena widget set library development files (version 6)
 libxaw7- X Athena widget set library
 libxaw7-dbg - X Athena widget set library (unstripped)
 libxaw7-dev - X Athena widget set library development files
 libxaw8- X Athena widget set library
 libxaw8-dbg - X Athena widget set library (unstripped)
 libxaw8-dev - X Athena widget set library development files
 libxcomposite-dev - X off-screen compositing library development files
 libxcomposite1 - X off-screen compositing library
 libxcomposite1-dbg - X off-screen compositing library (unstripped)
 libxdamage-dev - X region 'damage' library development files
 libxdamage1 - X region 'damage' library
 libxdamage1-dbg - X region 'damage' library (unstripped)
 libxdmcp-dev - X Display Manager Control Protocol library development files
 libxdmcp6  - X Display Manager Control Protocol library
 libxdmcp6-dbg - X Display Manager Control Protocol library (unstripped)
 libxevie-dev - X EVent Interception Extension library development files
 libxevie1  - X EVent Interception Extension library
 libxevie1-dbg - X EVent Interception Extension library (unstripped)
 libxext-dev - X Window System miscellaneous extension library development files
 libxext6   - X Window System miscellaneous extension library
 libxext6-dbg - X Window System miscellaneous extension library 

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

2005-11-16 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 14:28:48 +0100
Source: octave2.1
Binary: octave2.1-htmldoc octave octave2.1-info octave2.1-emacsen octave2.1 
octave2.1-headers octave2.1-doc
Architecture: source all i386
Version: 2.1.72-3
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 octave - GNU Octave language for numerical computations (2.1 branch)
 octave2.1  - GNU Octave language for numerical computations (2.1 branch)
 octave2.1-doc - PDF documentation on the GNU Octave language (2.1 branch)
 octave2.1-emacsen - Emacs support for the GNU Octave language (2.1 branch)
 octave2.1-headers - header files for the GNU Octave language (2.1 branch)
 octave2.1-htmldoc - HTML documentation on the GNU Octave language (2.1 branch)
 octave2.1-info - GNU Info documentation on the GNU Octave language (2.1 branch)
Changes: 
 octave2.1 (2.1.72-3) unstable; urgency=low
 .
+++ Changes by Rafael Laboissiere
 .
   * debian/in/control: Make the virtual octave package architecture =  all
Files: 
 d1adb5b6fad932a48f62d135e6e5ebf1 1018 math optional octave2.1_2.1.72-3.dsc
 f7bd752039c38cce81c68dbb26bfa5cc 35033 math optional octave2.1_2.1.72-3.diff.gz
 7d05504630f22beb2a64d24cd67321cb 5325754 math optional 
octave2.1_2.1.72-3_i386.deb
 8120ae9bdbc3ca09c397d4f52636c62c 267018 math optional 
octave2.1-headers_2.1.72-3_i386.deb
 3b2b50d704de8c88ffe34cbb019cef5c 1774904 doc optional 
octave2.1-doc_2.1.72-3_all.deb
 4f35be98b6ccfb66c501411b36143b23 386614 math optional 
octave2.1-htmldoc_2.1.72-3_all.deb
 4343ef6bd08385737f982b709c010787 71032 math optional 
octave2.1-emacsen_2.1.72-3_all.deb
 26bb5eae1919a27669a32aa86e7163d1 304734 math optional 
octave2.1-info_2.1.72-3_all.deb
 3777c95fc752ec0e864d57ee0cb4f726 48298 math optional octave_2.1.72-3_all.deb

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

iD8DBQFDe5Cjk3oga0pdcv4RAnKpAJ9GyoUsY/wNxE927Tjwd6gpHulR4gCfVbd+
m3jU53T3+vcxX4kQO+GIHnk=
=/y0j
-END PGP SIGNATURE-


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


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



Accepted anna 1.18 (source i386)

2005-11-16 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 16:49:40 -0500
Source: anna
Binary: anna
Architecture: source i386
Version: 1.18
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 anna   - anna's not nearly apt, but for the Debian installer, it will do 
(udeb)
Changes: 
 anna (1.18) unstable; urgency=low
 .
   * Remove a fairly useless debug line that spammed the syslog too much.
   * Remove the unpacking $component process bar messages, and only display
 one progress message per component. This will display much better instead
 of often flipping between two different messages faster than one can be
 read.
Files: 
 2be83c7a18d5b12ba4b5f2372111a5af 736 debian-installer standard anna_1.18.dsc
 0dd72eabdb901488442d450329a86398 69398 debian-installer standard 
anna_1.18.tar.gz
 876205fcbc14db78ae52521603e8094a 38208 debian-installer standard 
anna_1.18_i386.udeb
Package-Type: udeb

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

iD8DBQFDe6nu2tp5zXiKP0wRAjfzAJ9MXgJuUR/Z2gXOmnifxYLDkn0JPACfaWxT
z6mJdb2/+74nILvniC5RxHE=
=Si5V
-END PGP SIGNATURE-


Accepted:
anna_1.18.dsc
  to pool/main/a/anna/anna_1.18.dsc
anna_1.18.tar.gz
  to pool/main/a/anna/anna_1.18.tar.gz
anna_1.18_i386.udeb
  to pool/main/a/anna/anna_1.18_i386.udeb


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



Accepted pcsc-lite 1.2.9-beta8-4 (source i386)

2005-11-16 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 20:34:40 +0100
Source: pcsc-lite
Binary: libpcsclite-dev libpcsclite1 pcscd
Architecture: source i386
Version: 1.2.9-beta8-4
Distribution: unstable
Urgency: low
Maintainer: Ludovic Rousseau [EMAIL PROTECTED]
Changed-By: Ludovic Rousseau [EMAIL PROTECTED]
Description: 
 libpcsclite-dev - Middleware to access a smart card using PC/SC (development 
files)
 libpcsclite1 - Middleware to access a smart card using PC/SC (library)
 pcscd  - Middleware to access a smart card using PC/SC (daemon side)
Changes: 
 pcsc-lite (1.2.9-beta8-4) unstable; urgency=low
 .
   * debian/rules: use --enable-muscledropdir=/usr/lib/pcsc/services to avoid a
 bug in ./configure
Files: 
 7696cbe1046e80fb22d3d643d5c81718 689 misc extra pcsc-lite_1.2.9-beta8-4.dsc
 6a206aced4f57cc4665bd84215195dc7 11149 misc extra 
pcsc-lite_1.2.9-beta8-4.diff.gz
 bb9cc89eb4d7844e86151d725daee246 73848 misc extra pcscd_1.2.9-beta8-4_i386.deb
 d66de245fb12112a4dd5ca37a18d98c5 310180 libdevel optional 
libpcsclite-dev_1.2.9-beta8-4_i386.deb
 ddb8da55f46a7bcade7ef0be9ba0350a 49708 libs optional 
libpcsclite1_1.2.9-beta8-4_i386.deb

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

iD8DBQFDe4xaP0qKj+B/HPkRAuknAJ9J9jU7g6RxipAkB9UBd64DPm9okACgjhGV
2yJphv1sAlLxOSrFCDeeMJg=
=yK8+
-END PGP SIGNATURE-


Accepted:
libpcsclite-dev_1.2.9-beta8-4_i386.deb
  to pool/main/p/pcsc-lite/libpcsclite-dev_1.2.9-beta8-4_i386.deb
libpcsclite1_1.2.9-beta8-4_i386.deb
  to pool/main/p/pcsc-lite/libpcsclite1_1.2.9-beta8-4_i386.deb
pcsc-lite_1.2.9-beta8-4.diff.gz
  to pool/main/p/pcsc-lite/pcsc-lite_1.2.9-beta8-4.diff.gz
pcsc-lite_1.2.9-beta8-4.dsc
  to pool/main/p/pcsc-lite/pcsc-lite_1.2.9-beta8-4.dsc
pcscd_1.2.9-beta8-4_i386.deb
  to pool/main/p/pcsc-lite/pcscd_1.2.9-beta8-4_i386.deb


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



Accepted zonecheck 2.0.4-4 (source all)

2005-11-16 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 16 Sep 2005 15:37:52 -0700
Source: zonecheck
Binary: zonecheck-cgi zonecheck
Architecture: source all
Version: 2.0.4-4
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond [EMAIL PROTECTED]
Changed-By: Sebastien Delafond [EMAIL PROTECTED]
Description: 
 zonecheck  - A DNS configuration checker
 zonecheck-cgi - A DNS configuration checker, Web interface
Closes: 326191
Changes: 
 zonecheck (2.0.4-4) unstable; urgency=low
 .
   * Removed unnecessary depends on libraries included in libruby1.8
 (Closes: #326191).
   * Upgraded standards-version to 3.6.2.1.
Files: 
 ecb44a33e8dd84b4ca9d8e948e03215a 626 net optional zonecheck_2.0.4-4.dsc
 f5225f7b9981da75465cf98f4ca2043a 12138 net optional zonecheck_2.0.4-4.diff.gz
 b3fc9f3d75e271f10858a5e3818ab308 209410 net optional zonecheck_2.0.4-4_all.deb
 5f6607cf5267a7e9ac352020e0609b20 37808 net optional 
zonecheck-cgi_2.0.4-4_all.deb

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

iD8DBQFDXFDmiZgNKcDdyD8RAlIiAKCF30wJB6s82EWmAz1n28QgXkqwgwCgrz1b
gx57r6VjUdWJ1iQdlCqspeA=
=E6Zr
-END PGP SIGNATURE-


Accepted:
zonecheck-cgi_2.0.4-4_all.deb
  to pool/main/z/zonecheck/zonecheck-cgi_2.0.4-4_all.deb
zonecheck_2.0.4-4.diff.gz
  to pool/main/z/zonecheck/zonecheck_2.0.4-4.diff.gz
zonecheck_2.0.4-4.dsc
  to pool/main/z/zonecheck/zonecheck_2.0.4-4.dsc
zonecheck_2.0.4-4_all.deb
  to pool/main/z/zonecheck/zonecheck_2.0.4-4_all.deb


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



Accepted octave2.9 2.9.4-3 (source i386 all)

2005-11-16 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 20:28:19 +0100
Source: octave2.9
Binary: octave2.9-headers octave2.9-info octave2.9-htmldoc octave2.9 
octave2.9-emacsen octave2.9-doc
Architecture: source i386 all
Version: 2.9.4-3
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 octave2.9  - GNU Octave language for numerical computations (2.9 branch)
 octave2.9-doc - PDF documentation on the GNU Octave language (2.9 branch)
 octave2.9-emacsen - Emacs support for the GNU Octave language (2.9 branch)
 octave2.9-headers - header files for the GNU Octave language (2.9 branch)
 octave2.9-htmldoc - HTML documentation on the GNU Octave language (2.9 branch)
 octave2.9-info - GNU Info documentation on the GNU Octave language (2.9 branch)
Closes: 339442
Changes: 
 octave2.9 (2.9.4-3) unstable; urgency=low
 .
+++ Changes by Rafael Laboissiere
 .
   * debian/rules: Set DESTDIR in the call to make install, instead of
 setting every installation directory explicitly.  This should fix the
 problem of wrong paths in the PKG_ADD file (closes: #339442)
Files: 
 c548f6c680441a8c7286fdb105ebd97e 1039 math optional octave2.9_2.9.4-3.dsc
 b27e7f56282aaf7e78e77d3276027ab1 35005 math optional octave2.9_2.9.4-3.diff.gz
 cf76afef53a13436328d3b3dcc871728 6564368 math optional 
octave2.9_2.9.4-3_i386.deb
 ab5c5201a4e4e419c3642d7707d58f6c 319312 math optional 
octave2.9-headers_2.9.4-3_i386.deb
 9a5cbc6d2661faf311185993574430d6 1896670 doc optional 
octave2.9-doc_2.9.4-3_all.deb
 c028dba72a831b2fa9b9dcc77b0081a5 401840 math optional 
octave2.9-htmldoc_2.9.4-3_all.deb
 4c9794d0276f38748615fcf1a6491c11 74076 math optional 
octave2.9-emacsen_2.9.4-3_all.deb
 2ce68555f29583d8590dd619ea9b601b 331080 math optional 
octave2.9-info_2.9.4-3_all.deb

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

iD8DBQFDe6eUk3oga0pdcv4RAqfQAJ9DxiKasjYNU142G6WQqgcXfNfHUwCdHRyl
gcwdOemk9Wy2HaXP0C36opo=
=xxy0
-END PGP SIGNATURE-


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


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



Accepted amap 4.8-1.1 (source i386)

2005-11-16 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 10 Nov 2005 00:48:50 +0100
Source: amap
Binary: amap
Architecture: source i386
Version: 4.8-1.1
Distribution: unstable
Urgency: low
Maintainer: Andrés Roldán [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 amap   - Network protocol probing tool
Closes: 285090
Changes: 
 amap (4.8-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply patch by Andreas Jochens to fix FTBFS with gcc-4.0
 (Closes: #285090).
Files: 
 a88066175dc945683d537cd4f97de778 597 net extra amap_4.8-1.1.dsc
 604b1f9ce9250a7be5fe48221e296db4 5523 net extra amap_4.8-1.1.diff.gz
 a8f70d5acabd22ca17e4292849a05dbe 70512 net extra amap_4.8-1.1_i386.deb

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

iD8DBQFDcovcxa93SlhRC1oRAqIJAKD4qSwydzZOipmkraGtjasDEB3FWQCfYCOp
y1KJLRw8KbUX0A12dQO1wVA=
=io9L
-END PGP SIGNATURE-


Accepted:
amap_4.8-1.1.diff.gz
  to pool/main/a/amap/amap_4.8-1.1.diff.gz
amap_4.8-1.1.dsc
  to pool/main/a/amap/amap_4.8-1.1.dsc
amap_4.8-1.1_i386.deb
  to pool/main/a/amap/amap_4.8-1.1_i386.deb


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



Accepted mcdp 0.4-3 (source sparc)

2005-11-16 Thread Frederik Dannemare
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 24 Oct 2005 01:02:31 +0200
Source: mcdp
Binary: mcdp
Architecture: source sparc
Version: 0.4-3
Distribution: unstable
Urgency: low
Maintainer: Frederik Dannemare [EMAIL PROTECTED]
Changed-By: Frederik Dannemare [EMAIL PROTECTED]
Description: 
 mcdp   - Small console cd player
Closes: 287635
Changes: 
 mcdp (0.4-3) unstable; urgency=low
 .
   * Apply patch to fix FTBFS (amd64/gcc-4.0): invalid storage class for
 function 'cd_cddbsum' (thanks Andreas Jochens). Closes: #287635
   * Bumped Standards-Version to 3.6.2.
   * Upload sponsored by Soeren Boll Overgaard [EMAIL PROTECTED]
Files: 
 43f541d2553017f3dd31481a5db3e48e 552 sound optional mcdp_0.4-3.dsc
 eb3c56c54e568d77fca671dd2d8f8ae6 2374 sound optional mcdp_0.4-3.diff.gz
 7bf4cb7f7903d45e3be2192e27f983e9 15326 sound optional mcdp_0.4-3_sparc.deb

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

iD8DBQFDe42UPHuHUx6y3mYRAlnbAJoDJvRfUmIdvIjGDm1tLiUpouEPtQCePeDk
is8kCqwr2e0e+WXeCX7emzU=
=ZLKn
-END PGP SIGNATURE-


Accepted:
mcdp_0.4-3.diff.gz
  to pool/main/m/mcdp/mcdp_0.4-3.diff.gz
mcdp_0.4-3.dsc
  to pool/main/m/mcdp/mcdp_0.4-3.dsc
mcdp_0.4-3_sparc.deb
  to pool/main/m/mcdp/mcdp_0.4-3_sparc.deb


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



Accepted tkdiff 1:4.0.2-3 (source all)

2005-11-16 Thread Adrian Bridgett
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 21:16:35 +
Source: tkdiff
Binary: tkdiff
Architecture: source all
Version: 1:4.0.2-3
Distribution: unstable
Urgency: high
Maintainer: Adrian Bridgett [EMAIL PROTECTED]
Changed-By: Adrian Bridgett [EMAIL PROTECTED]
Description: 
 tkdiff - graphical side by side diff utility
Closes: 339480
Changes: 
 tkdiff (1:4.0.2-3) unstable; urgency=high
 .
   * missing $ in patch broke tkdiff completely - my apologies
 (closes: #339480)
Files: 
 939435d3ff6e0631ed8ca57735d57700 559 text optional tkdiff_4.0.2-3.dsc
 5619645b84ecf8b4e8940a4897553848 4075 text optional tkdiff_4.0.2-3.diff.gz
 4c3494648676c08ca9fbd1af731cb6ae 85486 text optional tkdiff_4.0.2-3_all.deb

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

iD8DBQFDe6Lrflgj9+6E5x0RAnGeAKCraFCY/ijF8mIhGcpotes5LR4XXQCgkm5t
JsReAl/liKEV8ruPJrW71g0=
=JQjD
-END PGP SIGNATURE-


Accepted:
tkdiff_4.0.2-3.diff.gz
  to pool/main/t/tkdiff/tkdiff_4.0.2-3.diff.gz
tkdiff_4.0.2-3.dsc
  to pool/main/t/tkdiff/tkdiff_4.0.2-3.dsc
tkdiff_4.0.2-3_all.deb
  to pool/main/t/tkdiff/tkdiff_4.0.2-3_all.deb


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



Accepted cvs-autoreleasedeb 0.10-1 (source all)

2005-11-16 Thread Daniel Ruoso
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 18:50:19 -0300
Source: cvs-autoreleasedeb
Binary: cvs-autoreleasedeb
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Ruoso [EMAIL PROTECTED]
Changed-By: Daniel Ruoso [EMAIL PROTECTED]
Description: 
 cvs-autoreleasedeb - Automatically release/upload debian packages from CVS
Changes: 
 cvs-autoreleasedeb (0.10-1) unstable; urgency=low
 .
   * Support for new parameter on packages tag that
 allows checkout from a specific tag, different from
 HEAD.
Files: 
 871ffcf310efbb08ec7891aa67756c42 612 devel optional 
cvs-autoreleasedeb_0.10-1.dsc
 c736dcbe90bbfcaf0cf9055a24ae732c 6107 devel optional 
cvs-autoreleasedeb_0.10.orig.tar.gz
 61766e3ec7cecf78196e4ebbd9f3f5c6 4178 devel optional 
cvs-autoreleasedeb_0.10-1.diff.gz
 cc091282b7eff71093885bdaa3785b3f 16018 devel optional 
cvs-autoreleasedeb_0.10-1_all.deb

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

iD8DBQFDe6xlHXNlp1WBXUIRAn2EAJ0RIIeomzwhgKyYqI9la4xgUD6VnACeOzWo
NMBip9rnDvwXJ/ElLGU6WZI=
=K+no
-END PGP SIGNATURE-


Accepted:
cvs-autoreleasedeb_0.10-1.diff.gz
  to pool/main/c/cvs-autoreleasedeb/cvs-autoreleasedeb_0.10-1.diff.gz
cvs-autoreleasedeb_0.10-1.dsc
  to pool/main/c/cvs-autoreleasedeb/cvs-autoreleasedeb_0.10-1.dsc
cvs-autoreleasedeb_0.10-1_all.deb
  to pool/main/c/cvs-autoreleasedeb/cvs-autoreleasedeb_0.10-1_all.deb
cvs-autoreleasedeb_0.10.orig.tar.gz
  to pool/main/c/cvs-autoreleasedeb/cvs-autoreleasedeb_0.10.orig.tar.gz


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



Accepted choose-mirror 1.17 (source i386)

2005-11-16 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 16:55:15 -0500
Source: choose-mirror
Binary: choose-mirror
Architecture: source i386
Version: 1.17
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 choose-mirror - Choose mirror to install from (udeb)
Changes: 
 choose-mirror (1.17) unstable; urgency=low
 .
   * Switch default mirror for US installs from the ftp.us.debian.org rotation
 to just ftp.debian.org. Using the rotation has been observed to cause
 all sorts of nasty problems when one mirror in the rotation is out of
 sync.
Files: 
 5e9ca6f8a4af918928fff7d17c8a9728 848 debian-installer extra 
choose-mirror_1.17.dsc
 ee40174c282509b8405897a4622c250d 140098 debian-installer extra 
choose-mirror_1.17.tar.gz
 50950c76efb5209e6d43075bff09fed1 76706 debian-installer extra 
choose-mirror_1.17_i386.udeb
Package-Type: udeb

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

iD8DBQFDe6112tp5zXiKP0wRApVTAJ9FB2dUN7cYN2sRYjErwGWl/aqqqgCfW9Xr
IAtd9dtHPGaHqhRS0iINnDc=
=atdD
-END PGP SIGNATURE-


Accepted:
choose-mirror_1.17.dsc
  to pool/main/c/choose-mirror/choose-mirror_1.17.dsc
choose-mirror_1.17.tar.gz
  to pool/main/c/choose-mirror/choose-mirror_1.17.tar.gz
choose-mirror_1.17_i386.udeb
  to pool/main/c/choose-mirror/choose-mirror_1.17_i386.udeb


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



Accepted idesk 0.7.4-2 (source i386 sparc alpha)

2005-11-16 Thread Fixxxer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 13 Nov 2005 3:27:39 -0500
Source: idesk
Binary: idesk
Architecture: source i386 alpha sparc
Version: 0.7.4-2
Distribution: unstable
Urgency: high
Maintainer: Anibal Avelar (Fixxxer) [EMAIL PROTECTED]
Changed-By: Anibal Avelar (Fixxxer) [EMAIL PROTECTED]
Description: 
 idesk  - Display program shortcuts as icons on desktop the new release
Closes: 338281
Changes: 
 idesk (0.7.4-2) unstable; urgency=high
 .
   * Fixed the problem with the desktop background, closes: #338281
   * Fixed other minor bugs.
Files: 
 ce5f67e572b350d83aa0f4228bac593c 601 x11 optional idesk_0.7.4-2.dsc
 b231ba99ea24bece585872cb9fef90e2 5455 x11 optional idesk_0.7.4-2.diff.gz
 cc2a64a3ffcfcb18790090be9919499f 110242 x11 optional idesk_0.7.4-2_i386.deb
 2176aafda18dfee315f950eda07d3721 104018 x11 optional idesk_0.7.4-2_sparc.deb
 d78fd212365eb6293884ca4f708a5827 126950 x11 optional idesk_0.7.4-2_alpha.deb

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

iD8DBQFDe63TipBneRiAKDwRAgkyAKC4lWUvMrt6d6gI3PjWEHxCiJuiywCbB226
4YaJBkxq9UR/jlEDH86JXMw=
=2ees
-END PGP SIGNATURE-


Accepted:
idesk_0.7.4-2.diff.gz
  to pool/main/i/idesk/idesk_0.7.4-2.diff.gz
idesk_0.7.4-2.dsc
  to pool/main/i/idesk/idesk_0.7.4-2.dsc
idesk_0.7.4-2_alpha.deb
  to pool/main/i/idesk/idesk_0.7.4-2_alpha.deb
idesk_0.7.4-2_i386.deb
  to pool/main/i/idesk/idesk_0.7.4-2_i386.deb
idesk_0.7.4-2_sparc.deb
  to pool/main/i/idesk/idesk_0.7.4-2_sparc.deb


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



Accepted apt-setup 1:0.2 (source all)

2005-11-16 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 17:31:02 -0500
Source: apt-setup
Binary: apt-mirror-setup apt-cdrom-setup apt-setup-udeb
Architecture: source all
Version: 1:0.2
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 apt-cdrom-setup - set up a CD in sources.list (udeb)
 apt-mirror-setup - set up a mirror in sources.list (udeb)
 apt-setup-udeb - Configure apt (udeb)
Changes: 
 apt-setup (1:0.2) unstable; urgency=low
 .
   [ Colin Watson ]
   * Add strings for Ubuntu mirror generator to translation infrastructure,
 per http://lists.debian.org/debian-boot/2005/10/msg01407.html and
 followups.
   * Clarify apt-setup/universe description a bit.
 .
   [ Joey Hess ]
   * If setting up a mirror fails, allow the user to retry or change their
 mirror.
   * If setting up a CD fails, let the user know there was a problem instead of
 quietly continuing without a main apt source.
   * Add a comment before commented out lines to make clear why they are
 commented out.
 .
   [ Christian Perrier ]
   * Break Choices in single components in templates
 .
   [ Updated translations ]
   * Bulgarian (bg.po) by Ognyan Kulev
   * Bengali (bn.po) by Baishampayan Ghose
   * Czech (cs.po) by Miroslav Kure
   * Danish (da.po) by Claus Hindsgaul
   * German (de.po) by Jens Seidel
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Basque (eu.po) by Piarres Beobide
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hindi (hi.po) by Nishant Sharma
   * Icelandic (is.po) by David Steinn Geirsson
   * Italian (it.po) by Giuseppe Sacco
   * Japanese (ja.po) by Kenshi Muto
   * Korean (ko.po) by Sunjae park
   * Bokmål, Norwegian (nb.po) by Bjørn Steensrud
   * Dutch (nl.po) by Bart Cornelis
   * Polish (pl.po) by Bartosz Fenski
   * Portuguese (pt.po) by Miguel Figueiredo
   * Russian (ru.po) by Yuri Kozlov
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
   * Turkish (tr.po) by Recai Oktaş
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Simplified Chinese (zh_CN.po) by Ming Hua
Files: 
 05ab19cb435608b8692f755d3205db34 615 debian-installer extra apt-setup_0.2.dsc
 4d9d12d13965a0458f93ccd2d0bb60a8 60672 debian-installer extra 
apt-setup_0.2.tar.gz
 0a7924ef8a723d4aa0042256f702331a 6078 debian-installer standard 
apt-setup-udeb_0.2_all.udeb
 4593fc9582d8fa3ac6bff4ee30b63abb 17766 debian-installer extra 
apt-mirror-setup_0.2_all.udeb
 e1e186f232743ba78ce58d2588c4e632 2042 debian-installer extra 
apt-cdrom-setup_0.2_all.udeb
Package-Type: udeb

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

iD8DBQFDe7NJ2tp5zXiKP0wRApCiAKCSipuagCxvJaqqP6RwIYX7P19orACfdjri
4SOTCU5cXJ8VVk0shxIer7g=
=0q96
-END PGP SIGNATURE-


Accepted:
apt-cdrom-setup_0.2_all.udeb
  to pool/main/a/apt-setup/apt-cdrom-setup_0.2_all.udeb
apt-mirror-setup_0.2_all.udeb
  to pool/main/a/apt-setup/apt-mirror-setup_0.2_all.udeb
apt-setup-udeb_0.2_all.udeb
  to pool/main/a/apt-setup/apt-setup-udeb_0.2_all.udeb
apt-setup_0.2.dsc
  to pool/main/a/apt-setup/apt-setup_0.2.dsc
apt-setup_0.2.tar.gz
  to pool/main/a/apt-setup/apt-setup_0.2.tar.gz


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



Accepted xfsprogs 2.7.7-1 (source i386)

2005-11-16 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Nov 2005 16:32:35 +1100
Source: xfsprogs
Binary: xfsprogs-udeb xfslibs-dev xfsprogs
Architecture: source i386
Version: 2.7.7-1
Distribution: unstable
Urgency: low
Maintainer: Nathan Scott [EMAIL PROTECTED]
Changed-By: Nathan Scott [EMAIL PROTECTED]
Description: 
 xfslibs-dev - XFS filesystem-specific static libraries and headers
 xfsprogs   - Utilities for managing the XFS filesystem
 xfsprogs-udeb - A stripped-down version of xfsprogs, for debian-installer 
(udeb)
Closes: 249429 336350 338207
Changes: 
 xfsprogs (2.7.7-1) unstable; urgency=low
 .
   * New upstream release.
   * Add support for (optional) ATTR2 format extension (closes: #336350)
   * Allow gcc -pedantic option for C++ xfs.h users (closes: #249429)
   * Fix segv in xfs_db frag command (closes: #338207)
Files: 
 57698965b78d61b5dbb03424f8f7649b 571 admin optional xfsprogs_2.7.7-1.dsc
 88d98bcd4f2c4138124414c5110b10f1 866084 admin optional xfsprogs_2.7.7-1.tar.gz
 fe7449f507ed814bde6677fa378c38c9 1055844 admin optional 
xfsprogs_2.7.7-1_i386.deb
 b1cd6763cb55aa64b4e05b672dc45f8a 280684 libdevel extra 
xfslibs-dev_2.7.7-1_i386.deb
 2a6cc295e660cdc3b65f2e481a39e424 125304 debian-installer optional 
xfsprogs-udeb_2.7.7-1_i386.udeb

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

iD8DBQFDe7SNm8fl3HSIa2MRAu7yAKCLKiHa1m9K9PyYPyWdEnco+IDZggCfbDKz
2f7+w1ahcchHSIoaLe08y0E=
=Jvua
-END PGP SIGNATURE-


Accepted:
xfslibs-dev_2.7.7-1_i386.deb
  to pool/main/x/xfsprogs/xfslibs-dev_2.7.7-1_i386.deb
xfsprogs-udeb_2.7.7-1_i386.udeb
  to pool/main/x/xfsprogs/xfsprogs-udeb_2.7.7-1_i386.udeb
xfsprogs_2.7.7-1.dsc
  to pool/main/x/xfsprogs/xfsprogs_2.7.7-1.dsc
xfsprogs_2.7.7-1.tar.gz
  to pool/main/x/xfsprogs/xfsprogs_2.7.7-1.tar.gz
xfsprogs_2.7.7-1_i386.deb
  to pool/main/x/xfsprogs/xfsprogs_2.7.7-1_i386.deb


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



  1   2   >