Prices You Can Afford - Quality You Can Trust

2005-07-04 Thread Bobby
We have been helping thousands of men with male enhancement 
http://qudk.roukvs92oj9hda9.carucatedlf.info




Everybody winds up kissing the wrong person good night.
Practice, the master of all things.   
University politics are vicious precisely because the stakes are so small.  




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



Re: ftp-master, ftp and db .debian.org moving - hosting sought

2005-07-04 Thread Goswin von Brederlow
Olaf van der Spek [EMAIL PROTECTED] writes:

 On 6/22/05, Peter Samuelson [EMAIL PROTECTED] wrote:
 
 [Olaf van der Spek]
  I've been wondering, would it be an idea (for the long-term) to use
  (more) distributed ... or p2p concepts to reduce the dependency and
  load on central servers?
 
 Please give some specific examples of what you mean.

 I'm not sure how exactly the current mirrors work, but syncing
 (primary) mirrors between eachother instead of all from a master may
 be an idea.

Mirrors are stacked in a tree (and even graph for some that use
fallbacks) and pushes travel along the mirror network down this
tree. The Mirrors.masterlist (apt-get source base-config) file
contains a line where a mirror updates from.

 I hope you aren't suggesting that the mirror network be replaced by
 bittorrent.  That would suck for just about everybody.

 I'd not immediately suggest replacing it by BT, but using (or at least
 looking at) BT-like concepts may certainly be an interesting idea.

cdimage.d.o uses bt now for its images.

But BT has limitations. Esspecialy with the number of files to
share. A tracker that coordinates a full debian mirror would have to
be insanely huge. Also P2P tend to ignore the geography of the
network. It is much better to download debs from one local mirror than
connect all over the world to countless users.

One thing that might be intresting though is replacing mirrors with
smart caches. Act like a proxy with prefetching for commonly used
packages.

MfG
Goswin


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Ola Lundqvist
Hello

On Sun, Jul 03, 2005 at 04:39:04PM +0100, Colin Watson wrote:
 On Sun, Jul 03, 2005 at 04:57:58PM +0200, Ola Lundqvist wrote:
  On Fri, Jun 24, 2005 at 05:21:51PM +0200, Bill Allombert wrote:
`Depends'
 This declares an absolute dependency.  A package will not be
 configured unless all of the packages listed in its `Depends'
 field have been correctly configured.
  
  This phrasing is obviously wrong as you can install packages with
  circular dependencies. This phrasing say exactly what Pre-Depends is.
  
  Depends should be described as follows:
  
`Depends'
 This declares an absolute dependency.  A package will not be
 configured unless all of the packages listed in its `Depends'
 field have been correctly unpacked.
 
 This is incorrect. Depends is as described in policy, with the addition
 that dpkg will arbitrarily break loops.
 
 For the meaning of Pre-Depends, see policy.

I stand corrected.

Interesting. Maybe the arbitrary loop thing can be documented too in
the policy, or otherwise it should be not allowed. Interesting that
I have missed this delicate problem.

Actually I think that it should be two types of dependencies. One
for normal dependencies, that is just need the other software unpacked
to work, and one for must not be configured until other ones is
configured. This can probably help a lot.

Regards,

// Ola

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

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://www.opal.dhs.org UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Re: Package distribution, a concept for a modern package distribution

2005-07-04 Thread Goswin von Brederlow
Otto Wyss [EMAIL PROTECTED] writes:

 Since around last October, I've considered to make my concept for a
 modern package distribution public but I wanted to wait until
 Debian/sarge was released which is now the case. And since the Debconf5
 in Helsinki is just around the corner it's about the right time.

 The concept is based on an LDAP server (or simiar) as a replacement for
 the Packages file and on a P2P network for package distribution (see
 http://wyodesktop.sourceforge.net/index.php?page=pkgdist.html). IMO it
 would make a lot sense if this concept is discussed at the Debconf5.

For some time now (as in around a year) you can update your Packages
files by downloading only the differences (ed script format diff) to
your local file. Using that daily updates go down from the full 3+MB
(2+Mb with bz2 now) to ~10K per day.

It is long overdue that this is added to the DAK but with it I would
hardly call the Packages/Sources file a bottleneck.

That said and from my experience with P2P software I doubt you can
design anything as efficient as the current mirror network. P2P is
good for dynamic topography and distribution, adapting to changing
bandwith, sources and downloaders on the fly. But that will never beat
a static setup such as the mirror network in efficiency.

[Efficient for the internet, not neccesarily every user. E.g. it might
be faster (you wish :) for 1000 australians to leech files from a
million US peers but an australian mirror will use 1/1000th of the
sparse Australian-US bandwith.]

 I'm not actively work on this concept and its implementation since I've
 _no_ time, sorry. If someone else is interested just say so.

 O. Wyss

MfG
Goswin


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Junichi Uekawa [EMAIL PROTECTED] writes:

 1) foo and foo-data. There is usualy no reason for foo-data to depend on
 foo. foo-data does not provide user-visible interface, only data, so it
 does not need to depend on foo.

 However, we have some users randomly filing bugs on 
 foo-data that doesn't get uninstalled if it's no longer useful.

We already have debfoster, deborphan and aptitude for this. Also this
applies for libfoo much for than for foo-data packages. That is a
larger problem with existing solutions.

 We need 

 1. policy documenting the current decision that foo-data doesn't depend on foo

Policy already forbids circular depends.

 2. helper information to allow tools like deborphan to work correctly.

 2) libfoo and foo-bin, where foo-bin include binaries linked with
 libfoo. Usually libfoo only need to Depends on configuration data
 in foo-bin and not on any binaries linked with libfoo (to avoid infinite
 recursion). In that case it should be possible to split foo-bin in
 foo-bin and foo-common, and change libfoo to depend on foo-common
 instead.

 I'm rather doubtful it should be easy to fix this situation.
 I doubt having configuration data in foo-bin is a good idea,
 since it will generally cause problems when
 libfoo1/libfoo2 needs to coexist.

Might be problematic for multiarch too. You need 32bit and/or 64bit
libfoo packages but only one foo-bin package (usualy). The
configuration will have to work for one or the other or both at the
same time.

But usualy that isn't a problem. It just needs to be thought off and
might force some of the suggested splits into libfoo, foo-bin and
foo-common.

 regards,
   junichi

MfG
Goswin


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Bill Allombert [EMAIL PROTECTED] writes:

 On Fri, Jun 24, 2005 at 07:39:16PM +0200, Santiago Vila wrote:
 
 Perhaps we should just move to section libs any package which is
 useless by itself, and it's only useful in combination with others,
 much like libraries, but without requiring them to be real libraries.

 Good idea. Or we could have a new section for architecture independant data.
 Moving everything which is not mean to be directly installed by users
 in it, so the section games only contains actual games and not the data
 files.

 Cheers,

Let me suggest obsoleting sections altogether and getting debtags more
firmly placed into the project. Sections are too limited for the
amount of packages in debian.

E.g. xemacs needs to be in editors, x11, web, news, games and mail
sections.


But that doesn't realy solve the problem on its own. It would be nice
if packages could be consistently taged with Application:
yes|no|untaged signifying that this package is usefull on its own
(foo), will never be used alone (foo-data, libfoo) or is
ambigious. Frontends should then hide anything with Application: no
under normal operations.

I'm wondering if popcon data could be used to see how many users have
package foo installed without anything depending on foo.

MfG
Goswin


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Josselin Mouette [EMAIL PROTECTED] writes:

 Le vendredi 24 juin 2005 à 17:21 +0200, Bill Allombert a écrit :
 I see two easy case:
 
 1) foo and foo-data. There is usualy no reason for foo-data to depend on
 foo. foo-data does not provide user-visible interface, only data, so it
 does not need to depend on foo.
 
 2) libfoo and foo-bin, where foo-bin include binaries linked with
 libfoo. Usually libfoo only need to Depends on configuration data
 in foo-bin and not on any binaries linked with libfoo (to avoid infinite
 recursion). In that case it should be possible to split foo-bin in
 foo-bin and foo-common, and change libfoo to depend on foo-common
 instead.

 How would you treat the librsvg case? Currently, librsvg2-2 and
 librsvg2-common both depend on each other. The librsvg2-2 package
 contains the library, and librsvg2-common contains a loader that allows
 gdk_pixbuf to load SVG files.
 * librsvg2-common needs to depend on librsvg2-2 because it links to the
 library;
 * librsvg2-2 depends on librsvg2-common because most applications
 linking to librsvg2 also expect the SVG loader to be available.

So on all systems both packages will always be installed together. Why
have two packages at all? I would call this a useless split of
packages.

I'm guessing the split is so different librsvg library versions can be
installed in parallel without the SVG loaders colliding. But doesn't
that cause problems when the app and loader use different libs?

Also for multiarch support you will need multiple SVG loaders to be
installable in parallel.

 Similarly, how would you treat the fontconfig case? Currently,
 libfontconfig1 contains the library, while fontconfig contains the
 shared configuration and support binaries (including fc-cache).
 * fontconfig depends on libfontconfig1 because it links to it;
 * libfontconfig1 depends on fontconfig because the applications using
 libfontconfig1 are almost unusable if fc-cache isn't run in the font
 directories.

fontconfig: Depends: libfontconfig1
libfontconfig1: no depends
Add fontconfig to the libfontconfig1.shlibs file.

After all packages have been rebuild you get what you want.

 The libgtk2.0-0/libgtk2.0-bin case is very similar: without running
 update-gdkpixbuf-loaders, applications using libgtk2.0-0 won't work.

Same case as the SVG loader. Merge the two.

 The gconf package contains a daemon that links to libgconf2-4. However
 applications linking to libgconf2-4 will require that daemon to be
 installed. The same holds for libgnomevfs2-common/libgnomevfs2-0.

Same case as fontconfig, add gconf to the shlibs file.

 In short, there are cases where circular dependencies are needed. Fixing
 the problem means fixing the tools, not the packages. (Which doesn't
 mean we shouldn't fix packages when it's possible; the GNOME
 panel/session/nautilus/control-center mess was fixed, for example.)

s/needed/convenient/

MfG
Goswin


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Thiemo Seufer
Otavio Salvador wrote:
 Thiemo Seufer [EMAIL PROTECTED] writes:
 
  Junichi Uekawa wrote:
  Hi,
  
   This week, we will change the GCC default versions from 3.3 to 4.0
  
  Would it break kernel 2.4 builds somehow ?
  I've not been quite following; but the thread almost a month ago
  seems to indicate thus:
  http://www.kerneltraffic.org/kernel-traffic/kt20050701_316.html#7
 
  Quite likely, yes. 2.4 Kernels would need to Build-Dep on 3.4.
 
 But the current versions of 2.4 doesn't get fixed yet?

Most kernel hackers don't care that much about 2.4 any more.


Thiemo


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Marc Haber
On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
 Most kernel hackers don't care that much about 2.4 any more.

This is of course one of the reasons why users feel left alone by the
kernel developers.

Greetings
Marc

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


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Josselin Mouette [EMAIL PROTECTED] writes:

 Le jeudi 30 juin 2005 à 13:12 -0300, Gustavo Noronha Silva a écrit :
 Why not simply puting the loader inside the library package? If the
 loader should always be together with the library, then make them one
 package and be done with it.
 
 I may be missing something obvious, but I don't see the point of having
 a -commong package in this case.

 If the library SONAME changes, the loader's filename doesn't need to
 change. However, in this case, the two versions of the library must be
 able to be installed together, so the loader has to be in a different
 package.

The loaders are plugins, right? (they get dlopened and not exec()ed)

And then you mix two SONAMEs of a library in a single program? I doubt
you get that to work reliable.

MfG
Goswin


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Horms
On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
 Otavio Salvador wrote:
  Thiemo Seufer [EMAIL PROTECTED] writes:
  
   Junichi Uekawa wrote:
   Hi,
   
This week, we will change the GCC default versions from 3.3 to 4.0
   
   Would it break kernel 2.4 builds somehow ?
   I've not been quite following; but the thread almost a month ago
   seems to indicate thus:
   http://www.kerneltraffic.org/kernel-traffic/kt20050701_316.html#7
  
   Quite likely, yes. 2.4 Kernels would need to Build-Dep on 3.4.
  
  But the current versions of 2.4 doesn't get fixed yet?
 
 Most kernel hackers don't care that much about 2.4 any more.

I'd rephrase that as, we need to discuss if 2.4 should be included
in etch. My understanding is that it is needed for some arches,
and my personal feeling is that 2.4 is maintained upstream and in
many cases is a valid choice over 2.6. That said, I think its a
discussion that should be had and I am more than happy not to have
to maintain 2.4 for etch if there is no need for it.

-- 
Horms


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Bill Allombert [EMAIL PROTECTED] writes:

 On Tue, Jun 28, 2005 at 02:51:52PM +0200, Bill Allombert wrote:
 In all that cases, you can _either_:
 
 3) change the shlibs file to document the dependency on the library, e.g
 change libfontconfig1.shlibs to
 libfontconfig 1 libfontconfig1 (= 2.3.0), fontconfig
 and rebuild every package using libfontconfig. At this point you can
 remove the circular dependency.

 I start to believe this is part of the solution if done completly
 differently:

 Do not change libfontconfig1.shlibs. Instead move the actual library to
 a new package libfontconfig1-lib.  Provide a (possibly dummy) package
 libfontconfig1 that depend on libfontconfig1-lib (=${Source-version}) and
 on fontconfig. Change fontconfig to depend on libfontconfig1-lib but not
 on libfontconfig1 (overriding the shlibdeps mechanism here).

I like that.

MfG
Goswin


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



Re: dummy packages and Replaces: field

2005-07-04 Thread Goswin von Brederlow
Gustavo Noronha Silva [EMAIL PROTECTED] writes:

 Em Qui, 2005-06-23 às 12:39 -0400, Roberto C. Sanchez escreveu:
 OK.  That is what I am looking for.  I want to completely replace the
 two packages that cannot coexist with the new icewmcp package.
 Currently, I must use dummy packages for that, correct?

 Correct. And Conflicts: with version = ${Source-Version} of both, if
 icewmcp has a greater version than both. I guess you'll need to use an
 epoch if not.

 See ya,

A source package can build binary packages with different versions.

E.g. icewmcp 1.0-1 source could build:

icewmcp 1.0-1
iceme 1.0.0-12.1
iceperf 1:1.2-3

Absolutely no problem with that.

MfG
Goswin


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Thiemo Seufer
Marc Haber wrote:
 On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
  Most kernel hackers don't care that much about 2.4 any more.
 
 This is of course one of the reasons why users feel left alone by the
 kernel developers.

The gcc version recommended by upstream is still 2.95. :-)


Thiemo


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



Re: dummy packages and Replaces: field

2005-07-04 Thread Goswin von Brederlow
Margarita Manterola [EMAIL PROTECTED] writes:

 On 6/23/05, Steve Langasek [EMAIL PROTECTED] wrote:
  Well, a new header would be nice, of course.  But it would mean a
  change in policy, that's why I was thinking of using the existing
  ones.
 Changing the meaning of existing fields is far worse than changing policy to
 accomodate a new field.

 Ok, agreed.  So, if we had a new header to indicate that this is the
 drop-in replacement of the old program, it could work, right?

baz Conflicts/Replaces/Provides: foo

Then and only then can baz be installed automaticaly as upgrade of foo
(given that foo no longer exists).

 To achieve this change, we would need:
  * A policy change: include the new header and explain the meaning, in
 Section 7.

That would be much cleaner than using a combination of existing
headers to mean the same.

  * A change in dpkg's behaviour: interpret this header as a
 Replaces+Conflicts case, where all the files in the old package are
 replaced by the new package.

Replaces and Conflicts can still be used to express this. That way old
dpkg/apt can still install the new packages (but won't
automaticaly). That is rather important.

  * A change in apt/aptitude/synaptic/etc behaviour: install the
 program that has the new header when appropiate.

 It's a long way to go, I guess that it should start in dpkg, right?  

 Which should this new header be?  
 Substitutes:, Supersedes:, Takes-Over:, Drop-In Replaces:, Follows: 
 ?

Supersedes sounds good.

MfG
Goswin


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



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

2005-07-04 Thread Goswin von Brederlow
Manoj Srivastava [EMAIL PROTECTED] (va, manoj) writes:

 On Wed, 22 Jun 2005 07:22:33 -0400 (EDT), Freddie Unpenstein [EMAIL 
 PROTECTED] said: 

  - inetd begone! - xinetd (better mechanism to control DoS,
separation, etc.)

 xinetd begone. There is no justification for using anything
 resembling inetd on a modern system.

 What planet do you live on?  I want MORE use of inetd, not less.  I
 want to be able to select a service, and tell the system whether I
 want it running all the time, or only when needed.

 Why? What you offer here are preferences and opinions, with
  nothing to back them up. Previous posters in the discussion have
  offered reasons not to use inet daemons -- off the top of my head, it
  was a) in the current day and age, an idling daemon does not consume
  a significant amount of resources, b) a inted daemon adds complexity
  to the mix, and another point of failure/attack c) It adds latency to
  response for the daemon (I may have missed other points).

 What do you have to counter these points? I can speculate that
  you may disagree with point a above, but if so, I think in my
  experience point a has been justified.

 manoj

What amounts to significant is higly usage dependent. In embeded use,
e.g. all those wireless routers with linux out there, wasting an extra
MB ram might be critical. On the other hand the ram has to be
available in case the service does get used anyway. But there might be
cases where only one of several alternative services is in use at any
given time (e.g. either telnet or http configuration frontend). Having
both always loaded needs more resources.

Using inetd means services don't have to be manualy restarted when the
config file is changed (as that is parsed on each connect).

Inetd gives a single point to control access. A single point to filter
out unwanted or unalowed access. Easier than to implement the same
access restrictions in every daemon.

MfG
Goswin


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



Re: Debian Mirror Problem

2005-07-04 Thread Goswin von Brederlow
Johann Glaser [EMAIL PROTECTED] writes:

 Hi!

 For a few weeks there are discrepancies between some Packages files
 and the files in the ./pool/ directory. Unfortunately the debian-mirrors
 list is dead since the end of 2003. Therefore I try to ask this list, if
 you know anything about this discrepancy, if you can point me where I
 should ask or if I can ask the details in this list.

 Thanks
   Hansi

It might help if you could point out such a discepancy, esspecialy
what mirror you are talking about.

Further, problems like this are usualy a very localized problem of the
mirror you use and as such can only be fixed by the administrator of
that mirror itself. All you can get here is confirmation that the
problem is not at your end.

MfG
Goswin


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Ola Lundqvist [EMAIL PROTECTED] writes:

 Hello

 On Sun, Jul 03, 2005 at 04:39:04PM +0100, Colin Watson wrote:
 On Sun, Jul 03, 2005 at 04:57:58PM +0200, Ola Lundqvist wrote:
  On Fri, Jun 24, 2005 at 05:21:51PM +0200, Bill Allombert wrote:
`Depends'
 This declares an absolute dependency.  A package will not be
 configured unless all of the packages listed in its `Depends'
 field have been correctly configured.
  
  This phrasing is obviously wrong as you can install packages with
  circular dependencies. This phrasing say exactly what Pre-Depends is.
  
  Depends should be described as follows:
  
`Depends'
 This declares an absolute dependency.  A package will not be
 configured unless all of the packages listed in its `Depends'
 field have been correctly unpacked.
 
 This is incorrect. Depends is as described in policy, with the addition
 that dpkg will arbitrarily break loops.
 
 For the meaning of Pre-Depends, see policy.

 I stand corrected.

 Interesting. Maybe the arbitrary loop thing can be documented too in
 the policy, or otherwise it should be not allowed. Interesting that
 I have missed this delicate problem.

 Actually I think that it should be two types of dependencies. One
 for normal dependencies, that is just need the other software unpacked
 to work, and one for must not be configured until other ones is
 configured. This can probably help a lot.

 Regards,

 // Ola

More usefull is probably a new type 'needs foo to run but can be
configured without'. The effect would be just like Depends except that
cycles can be safely broken at that point.

MfG
Goswin


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Thiemo Seufer
Horms wrote:
 On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
  Otavio Salvador wrote:
   Thiemo Seufer [EMAIL PROTECTED] writes:
   
Junichi Uekawa wrote:
Hi,

 This week, we will change the GCC default versions from 3.3 to 4.0

Would it break kernel 2.4 builds somehow ?
I've not been quite following; but the thread almost a month ago
seems to indicate thus:
http://www.kerneltraffic.org/kernel-traffic/kt20050701_316.html#7
   
Quite likely, yes. 2.4 Kernels would need to Build-Dep on 3.4.
   
   But the current versions of 2.4 doesn't get fixed yet?
  
  Most kernel hackers don't care that much about 2.4 any more.
 
 I'd rephrase that as, we need to discuss if 2.4 should be included
 in etch.

I don't think gcc-4.0 is a hard requirement for that. We still have
even gcc-2.95 in the archive, and a gcc 3.3/3.4 version is likely to
be around for etch.

 My understanding is that it is needed for some arches,
 and my personal feeling is that 2.4 is maintained upstream and in
 many cases is a valid choice over 2.6.

I just wanted to hint that upstream is more interested in making 2.6 a
more valid choice instead of sinking time in a compiler upgrade for 2.4
which provides little benefit for the kernel.


Thiemo


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Horms
On Mon, Jul 04, 2005 at 11:44:23AM +0200, Thiemo Seufer wrote:
 Horms wrote:
  On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
   Otavio Salvador wrote:
Thiemo Seufer [EMAIL PROTECTED] writes:

 Junichi Uekawa wrote:
 Hi,
 
  This week, we will change the GCC default versions from 3.3 to 4.0
 
 Would it break kernel 2.4 builds somehow ?
 I've not been quite following; but the thread almost a month ago
 seems to indicate thus:
 http://www.kerneltraffic.org/kernel-traffic/kt20050701_316.html#7

 Quite likely, yes. 2.4 Kernels would need to Build-Dep on 3.4.

But the current versions of 2.4 doesn't get fixed yet?
   
   Most kernel hackers don't care that much about 2.4 any more.
  
  I'd rephrase that as, we need to discuss if 2.4 should be included
  in etch.
 
 I don't think gcc-4.0 is a hard requirement for that. We still have
 even gcc-2.95 in the archive, and a gcc 3.3/3.4 version is likely to
 be around for etch.

Sure. I don't think there is any immediate threat that we won't be able
to compile 2.4 in etch. For i386 at least, we have been using gcc-3.3 to
compile 2.4.27, and from a casual glance that seems to be the case in
other arches. I am not sure about 3.4's ability to compile 2.4.27, but
it seems unlikely to me that all of the gcc versions you mention above
will be omitted from etch.

  My understanding is that it is needed for some arches,
  and my personal feeling is that 2.4 is maintained upstream and in
  many cases is a valid choice over 2.6.
 
 I just wanted to hint that upstream is more interested in making 2.6 a
 more valid choice instead of sinking time in a compiler upgrade for 2.4
 which provides little benefit for the kernel.

Yes. I understand from a recent lkml post that there is
absolutely no interest in making 2.4 compile with gcc 4.
And yes, discussing 2.4's incusion (or not) in etch isn't directly
related to this discussion about gcc versions at all. I just wanted
to bring it to the table so people can mull over it a bit.
Though I might have been better off making a separate post.

-- 
Horms


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread maximilian attems
On Mon, 04 Jul 2005, Marc Haber wrote:

 On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
  Most kernel hackers don't care that much about 2.4 any more.
 
 This is of course one of the reasons why users feel left alone by the
 kernel developers.

2.2 went also in deep freeze for 2.4?
what are you whining about - an x86 only kernel,
that needed to be heavily patched by each distro to get usable?
 
--
maks


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Horms
On Mon, Jul 04, 2005 at 11:42:39AM +0200, maximilian attems wrote:
 On Mon, 04 Jul 2005, Marc Haber wrote:
 
  On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
   Most kernel hackers don't care that much about 2.4 any more.
  
  This is of course one of the reasons why users feel left alone by the
  kernel developers.
 
 2.2 went also in deep freeze for 2.4?
 what are you whining about - an x86 only kernel,
 that needed to be heavily patched by each distro to get usable?

It is my believe that the 2.4 kernel is still in wide spread use
both indide and outside Debian, thats a cause for being concerned
about it in my books.

-- 
Horms


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



Re: GCC version change / C++ ABI change

2005-07-04 Thread Jon Dowland
On Mon, Jul 04, 2005 at 07:20:36PM +0900, Horms wrote:
 On Mon, Jul 04, 2005 at 11:42:39AM +0200, maximilian attems wrote:
  On Mon, 04 Jul 2005, Marc Haber wrote:
  
   On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
Most kernel hackers don't care that much about 2.4 any more.
   
   This is of course one of the reasons why users feel left alone by the
   kernel developers.
  
  2.2 went also in deep freeze for 2.4?
  what are you whining about - an x86 only kernel,
  that needed to be heavily patched by each distro to get usable?
 
 It is my believe that the 2.4 kernel is still in wide spread use
 both indide and outside Debian, thats a cause for being concerned
 about it in my books.

Indeed, its the kernel shipped with RHEL 3.x .

2.4 is still being looked after though, isn't it? Maybe the hackers
don't care about it from a features perspective, I'd be suprised if
there weren't people working on security problems as and when they
happen. 

As for it not compiling with GCC 4.x, is there really any good reason to
make it do so? The lifetime of the 2.4 kernel is undoubtably less than
the GCC 3.x branch in distributions. Any attempt to port 2.4 to 4.0
would run the risk of introducing problems for no gain.

-- 
Jon Dowland
http://jon.dowland.name/
PGP fingerprint: 7032F238


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



Re: dummy packages and Replaces: field

2005-07-04 Thread Gustavo Noronha Silva
[please don't CC-me, I'm subscribed]

Em Seg, 2005-07-04 às 11:20 +0200, Goswin von Brederlow escreveu:
 A source package can build binary packages with different versions.
 
 E.g. icewmcp 1.0-1 source could build:
 
 icewmcp 1.0-1
 iceme 1.0.0-12.1
 iceperf 1:1.2-3

Simply by having a Version field for the binary package on
debian/control? I'd like to see an example of that being handled, could
you be so kind as to point a concrete example so I can learn this
better?

Thanks!

-- 
[EMAIL PROTECTED]: Gustavo Noronha http://people.debian.org/~kov
Debian:  http://www.debian.org  *  http://www.debian-br.org



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


Re: GCC version change / C++ ABI change

2005-07-04 Thread Horms
On Mon, Jul 04, 2005 at 11:39:59AM +0100, Jon Dowland wrote:
 On Mon, Jul 04, 2005 at 07:20:36PM +0900, Horms wrote:
  On Mon, Jul 04, 2005 at 11:42:39AM +0200, maximilian attems wrote:
   On Mon, 04 Jul 2005, Marc Haber wrote:
   
On Mon, Jul 04, 2005 at 11:12:21AM +0200, Thiemo Seufer wrote:
 Most kernel hackers don't care that much about 2.4 any more.

This is of course one of the reasons why users feel left alone by the
kernel developers.
   
   2.2 went also in deep freeze for 2.4?
   what are you whining about - an x86 only kernel,
   that needed to be heavily patched by each distro to get usable?
  
  It is my believe that the 2.4 kernel is still in wide spread use
  both indide and outside Debian, thats a cause for being concerned
  about it in my books.
 
 Indeed, its the kernel shipped with RHEL 3.x .
 
 2.4 is still being looked after though, isn't it? Maybe the hackers
 don't care about it from a features perspective, I'd be suprised if
 there weren't people working on security problems as and when they
 happen. 

2.4 is being maintained in the big wide world. Its being looked after
for security bugs. And it is being maintained upstram. Almost all of
the development focus upstream is on 2.6, and almost all shiny new
feature are going into 2.6 rather than 2.4. But 2.4 is not dead
upstream.

 As for it not compiling with GCC 4.x, is there really any good reason to
 make it do so? The lifetime of the 2.4 kernel is undoubtably less than
 the GCC 3.x branch in distributions. Any attempt to port 2.4 to 4.0
 would run the risk of introducing problems for no gain.

I don't believe it is worth while to do so - we can always compile
it with gcc 3.x, and as you point out, that isn't a compiler
that is going away in a hurry. Furthermore, I don't think there
are any efforts going into making this happen.

-- 
Horms


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



Bug#316872: ITP: libssh -- SSH and SCP library

2005-07-04 Thread Jean-Philippe Garcia Ballester
Package: wnpp
Severity: wishlist
Owner: Jean-Philippe Garcia Ballester [EMAIL PROTECTED]


* Package name: libssh
  Version : 0.11
  Upstream Author : Aris Adamantiadis [EMAIL PROTECTED]
* URL : 
http://freshmeat.net/redir/libssh/54537/url_homepage/www.0xbadc0de.be
* License : LGPL
  Description : SSH and SCP library

  The ssh library was designed to be used by programmers needing a
  working SSH implementation by the mean of a library. The complete
  control of the client is made by the programmer.
  With libssh, you can remotely execute programs, transfer files, use a
  secure and transparent tunnel for your remote programs. With its
  Secure FTP implementation, you can play with remote files easily,
  without third-party programs others than libcrypto

-- 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.10
Locale: LANG=en_US.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)


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



RFS: libssh - SSH and SCP library

2005-07-04 Thread Jean-Philippe Garcia Ballester
Hi everybody,
I'm looking for a sponsor for the libssh package :

* Package name: libssh
  Version : 0.11
  Upstream Author : Aris Adamantiadis [EMAIL PROTECTED]
* URL : http://www.0xbadc0de.be/?part=libssh
* License : LGPL
  Description : SSH and SCP library

  The ssh library was designed to be used by programmers needing a
  working SSH implementation by the mean of a library. The complete
  control of the client is made by the programmer.
  With libssh, you can remotely execute programs, transfer files, use a
  secure and transparent tunnel for your remote programs. With its
  Secure FTP implementation, you can play with remote files easily,
  without third-party programs others than libcrypto

The package can be downloaded at http://dgnr.free.fr/repository, or
with apt-get with deb http://dgnr.free.fr/ repository/

Thanks,
Jean-Philippe Garcia Ballester


signature.asc
Description: Digital signature


Re: Bug#301527: ITP: mazeofgalious -- The Maze of Galious

2005-07-04 Thread Gürkan Sengün

* Package name: mazeofgalious
  Version : 0.62
  Upstream Authors: Santi Ontanon [EMAIL PROTECTED]
* URL : http://www.braingames.getput.com/mog/
* License : Not defined yet (will try to work this out with upstream)
  Description : The Maze of Galious


It's now GPL, the missing License file was added as of yesterday.

Guerkan


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



configure a program -- debconf abuse?

2005-07-04 Thread Joerg Sommer
Hi,

can I use debconf to ask the admin what should be the default look and
feel for the editor jed? The developers-reference manual tells us to not
abuse debconf. Is this an abuse?

Jed can have the look and feel like emacs or the KDE editor. Can I ask
the admin, what should be the default?

Have a nice day, Jörg.
-- 
Kluge Rede, der nicht Tat folgt, wird dir ohne Früchte darben -
ist wie eine Wunderblume: ohne Duft, nur reich an Farben.
  (Gautama Buddha, Dhammapada)


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



Re: configure a program -- debconf abuse?

2005-07-04 Thread Petter Reinholdtsen
[Joerg Sommer]
 can I use debconf to ask the admin what should be the default look and
 feel for the editor jed? The developers-reference manual tells us to not
 abuse debconf. Is this an abuse?

This depends on how you use it.  If you read the current value from
the existing configuration file, and only change the configuration
file if the debconf question was changed, it is not abuse.  If you
don't consult the current configuration file when setting the default
for the question, and just assume that the current debconf answer is
the good default, then it is abuse.

Check for example how this is done in popularity-contest, where
debconf is used to reconfigure the package.


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



Re: configure a program -- debconf abuse?

2005-07-04 Thread Peter Palfrader
On Mon, 04 Jul 2005, Petter Reinholdtsen wrote:

 [Joerg Sommer]
  can I use debconf to ask the admin what should be the default look and
  feel for the editor jed? The developers-reference manual tells us to not
  abuse debconf. Is this an abuse?
 
 This depends on how you use it.

OTOH, if there is a sensible default (and there is for jed), just pick
one and be done with it.  No need to burden the admin with yet another
question.

-- 
 PGP signed and encrypted  |  .''`.  ** Debian GNU/Linux **
messages preferred.| : :' :  The  universal
   | `. `'  Operating System
 http://www.palfrader.org/ |   `-http://www.debian.org/


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



Re: configure a program -- debconf abuse?

2005-07-04 Thread sean finney
hi,

On Mon, Jul 04, 2005 at 01:33:45PM +, Joerg Sommer wrote:
 can I use debconf to ask the admin what should be the default look and
 feel for the editor jed? The developers-reference manual tells us to not
 abuse debconf. Is this an abuse?

not necessarily, depending on how you go about it.  the most important
point to remember is that debconf must not be the authoritative store
for the configuration.  that is, if the admin answers something, but
later changes the file manually, it's your responsibility to make sure
that your debconf implementation doesn't nuke their settings.

that said, this sounds like a somewhat superficial configuration
setting, and i would wonder if all the effort to do things the right way
would provide would be worth it.


sean

-- 


signature.asc
Description: Digital signature


Re: configure a program -- debconf abuse?

2005-07-04 Thread Martin Pitt
Hi!

Joerg Sommer [2005-07-04 13:33 +]:
 can I use debconf to ask the admin what should be the default look and
 feel for the editor jed? The developers-reference manual tells us to not
 abuse debconf. Is this an abuse?
 
 Jed can have the look and feel like emacs or the KDE editor. Can I ask
 the admin, what should be the default?

Hmm, this sounds pretty inadequate for a debconf question, since the
admin should not decide it globally; that rather sounds like an
user-specific configuration. 

Given that emacs-using people much more likely know what they are
doing than people using the standard KDE editor, defaulting to the
latter without bothering the admin seems a good choice IMHO.

Have a nice day,

Martin
-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org


signature.asc
Description: Digital signature


Get rid of premature ejaculation and last longer

2005-07-04 Thread Gwendoline

Penis enlargement breakthrough!
http://www.siratu.com/ss/





I can see the time when every city will have one.  
Don't compromise yourself, you are all you've got. 
Mental health increases as we pursue reality at all cost.   
A successful marriage is an edifice that must be rebuilt every day. 
Nature does not proceed by leaps.   




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



Re: dummy packages and Replaces: field

2005-07-04 Thread Goswin von Brederlow
Gustavo Noronha Silva [EMAIL PROTECTED] writes:

 [please don't CC-me, I'm subscribed]

 Em Seg, 2005-07-04 às 11:20 +0200, Goswin von Brederlow escreveu:
 A source package can build binary packages with different versions.
 
 E.g. icewmcp 1.0-1 source could build:
 
 icewmcp 1.0-1
 iceme 1.0.0-12.1
 iceperf 1:1.2-3

 Simply by having a Version field for the binary package on
 debian/control? I'd like to see an example of that being handled, could
 you be so kind as to point a concrete example so I can learn this
 better?

 Thanks!

Simplest one I know is gcc:

Package: gcc
Source: gcc-defaults (1.21)
Version: 4:3.3.5-3

MfG
Goswin


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Josselin Mouette
Le lundi 04 juillet 2005 à 11:00 +0200, Goswin von Brederlow a écrit :
  * librsvg2-2 depends on librsvg2-common because most applications
  linking to librsvg2 also expect the SVG loader to be available.
 
 So on all systems both packages will always be installed together. Why
 have two packages at all? I would call this a useless split of
 packages.
 
 I'm guessing the split is so different librsvg library versions can be
 installed in parallel without the SVG loaders colliding. But doesn't
 that cause problems when the app and loader use different libs?

Indeed, as librsvg doesn't use versioned symbols.

 Also for multiarch support you will need multiple SVG loaders to be
 installable in parallel.

This isn't an issue, as AIUI multiarch brings them in separate toplevel
${libdir} directories.

 fontconfig: Depends: libfontconfig1
 libfontconfig1: no depends
 Add fontconfig to the libfontconfig1.shlibs file.
 
 After all packages have been rebuild you get what you want.

I hate that solution, as it makes programs depend on a different package
from the library they are actually using.

The /usr/lib/libfontconfig1/fc-cache solution is much cleaner.

  The libgtk2.0-0/libgtk2.0-bin case is very similar: without running
  update-gdkpixbuf-loaders, applications using libgtk2.0-0 won't work.
 
 Same case as the SVG loader. Merge the two.

It would violate a must directive in the policy. Please change the
policy first.

  The gconf package contains a daemon that links to libgconf2-4. However
  applications linking to libgconf2-4 will require that daemon to be
  installed. The same holds for libgnomevfs2-common/libgnomevfs2-0.
 
 Same case as fontconfig, add gconf to the shlibs file.

No. The real solution is a merge of the two packages, but it isn't as
easy as you'd like it to.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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


Re: ftp-master, ftp and db .debian.org moving - hosting sought

2005-07-04 Thread Olaf van der Spek
On 7/4/05, Goswin von Brederlow [EMAIL PROTECTED] wrote:
 Olaf van der Spek [EMAIL PROTECTED] writes:
  I'm not sure how exactly the current mirrors work, but syncing
  (primary) mirrors between eachother instead of all from a master may
  be an idea.
 
 Mirrors are stacked in a tree (and even graph for some that use
 fallbacks) and pushes travel along the mirror network down this
 tree. The Mirrors.masterlist (apt-get source base-config) file
 contains a line where a mirror updates from.

I assume there's a single root. How much children does that root have?
 
 But BT has limitations. Esspecialy with the number of files to

Sure.

 share. A tracker that coordinates a full debian mirror would have to
 be insanely huge. Also P2P tend to ignore the geography of the
 network. It is much better to download debs from one local mirror than
 connect all over the world to countless users.

True. But for example, is the current apt-get capable of contacting
another mirror if and only if the primary fails?

 One thing that might be intresting though is replacing mirrors with
 smart caches. Act like a proxy with prefetching for commonly used
 packages.

Another thing I was thinking about would be to easily and securly use
other systems on your LAN (or inside your ISP) as mirrors without it
costing extra storage or requiring extra trust.



Re: Getting rid of circular dependencies

2005-07-04 Thread Russ Allbery
Goswin von Brederlow [EMAIL PROTECTED] writes:

 But that doesn't realy solve the problem on its own. It would be nice if
 packages could be consistently taged with Application:
 yes|no|untaged signifying that this package is usefull on its own
 (foo), will never be used alone (foo-data, libfoo) or is
 ambigious. Frontends should then hide anything with Application: no
 under normal operations.

This is a really interesting idea, particularly if it were combined with
an implementation recommendation to stop suppressing Application: no
packages if they're listed in Suggests of an installed package or list an
installed package in Enhances.  That way, documentation packages could be
listed in Suggests but otherwise be Application: no, since the sort of
user who doesn't want to see all the library packages is probably also not
going to want to browse the list of documentation packages for packages
they don't have installed.

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


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



Bug#78782: in complete solitude

2005-07-04 Thread Jane Hess
Special Announcement:

Good Day, I have been instructed by my head office to alert you to the fact 
that your file has been reviewed and there now are a few potential options for 
you to consider. 

Please note that this issue is time sensitive and that your previous credit 
situation is not an issue  at this time. 

Confirm your details on our secure form to ensure our records are accurate and 
we will be in touch within a few days via the method of your choice. 

http://www.lendxu-now.com/index.php?refid=windsor

--Jane Hess
Financial Advisor - eLMR Inc.

Did this reach you in error? please let us know so you won't recieve again:
http://www.lendxu-now.com/r.php






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



Re: ftp-master, ftp and db .debian.org moving - hosting sought

2005-07-04 Thread Mark Brown
On Mon, Jul 04, 2005 at 08:05:21PM +0200, Olaf van der Spek wrote:

 True. But for example, is the current apt-get capable of contacting
 another mirror if and only if the primary fails?

For package downloads apt will try the sources in the order listed in
sources.list, only trying subsequent ones if the first fails.  For
Packages downloads all the mirrors are hit each time, which is needed
anyway to handle the case where a mirror is serving files but not
updating.

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


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



Re: Package priorities: optional vs extra

2005-07-04 Thread Peter Samuelson

[Lionel Elie Mamane]
 I recently found some packages in at an IMHO totally wrong priority
 in Debian.

Yeah.  I've been grumbling about optional vs. extra for years.  Nobody
wants to consider his own packages 'extra' because every maintainer
feels his own packages are Really Useful.  This is a side effect of
common human hubris, and it's probably pointless to fight it.

In practice, 'extra' is mainly used when Policy forces you to use it:
that is, if your package conflicts with another package which has
priority optional or higher.  That the 'extra' priority should have
devolved to this absolutely redundant tag is unfortunate, but that's
life.  (Likewise, I strongly suspect that in many cases, 'optional'
really means although my package is something I think almost everyone
should have installed, the ftpmasters would almost certainly refuse to
let me describe it as 'important' or 'standard'.)

Probably the best solution is to change Policy to say that 'optional'
and 'extra' mean exactly the same thing, and remove the requirement
that all 'optional' packages be able to coexist.  Then 'extra' can be
phased out, since maintainers don't seem to actually want it.


signature.asc
Description: Digital signature


Re: ftp-master, ftp and db .debian.org moving - hosting sought

2005-07-04 Thread Olaf van der Spek
On 7/4/05, Mark Brown [EMAIL PROTECTED] wrote:
 On Mon, Jul 04, 2005 at 08:05:21PM +0200, Olaf van der Spek wrote:
 
  True. But for example, is the current apt-get capable of contacting
  another mirror if and only if the primary fails?
 
 For package downloads apt will try the sources in the order listed in
 sources.list, only trying subsequent ones if the first fails.  For
 Packages downloads all the mirrors are hit each time, which is needed
 anyway to handle the case where a mirror is serving files but not
 updating.

I don't think it's needed anyway. Especially if you increase the
number of mirrors to ensure always at least one is up.



Bug#316933: ITP: libcrypt-dh-perl -- Diffie-Hellman key exchange system

2005-07-04 Thread Dominic Hargreaves
Package: wnpp
Severity: wishlist
Owner: Dominic Hargreaves [EMAIL PROTECTED]

* Package name: libcrypt-dh-perl
  Version : 0.06
  Upstream Author : Benjamin Trott [EMAIL PROTECTED]
* URL : http://search.cpan.org/dist/Crypt-DH/
* License : Dual GPL/Artistic
  Description : Diffie-Hellman key exchange system

Crypt::DH is a Perl implementation of the Diffie-Hellman key exchange
system. Diffie-Hellman is an algorithm by which two parties can agree on
a shared secret key, known only to them. The secret is negotiated over
an insecure network without the two parties ever passing the actual
shared secret, or their private keys, between them.


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



Re: Getting rid of circular dependencies

2005-07-04 Thread Goswin von Brederlow
Russ Allbery [EMAIL PROTECTED] writes:

 Goswin von Brederlow [EMAIL PROTECTED] writes:

 But that doesn't realy solve the problem on its own. It would be nice if
 packages could be consistently taged with Application:
 yes|no|untaged signifying that this package is usefull on its own
 (foo), will never be used alone (foo-data, libfoo) or is
 ambigious. Frontends should then hide anything with Application: no
 under normal operations.

 This is a really interesting idea, particularly if it were combined with
 an implementation recommendation to stop suppressing Application: no
 packages if they're listed in Suggests of an installed package or list an
 installed package in Enhances.  That way, documentation packages could be
 listed in Suggests but otherwise be Application: no, since the sort of
 user who doesn't want to see all the library packages is probably also not
 going to want to browse the list of documentation packages for packages
 they don't have installed.

Or a Package-Type: application | lib | data | doc | dev | common |
dummy. A yes/no field is hard to extend to more cases.

As a bonus the 'Package-Type: dummy would be packages needed to
handle package renames or replacements and can be savely purged on the
next aptitude/debfoster/deborphan run.

MfG
Goswin


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



Re: Soliciting keys for the debconf5 key signing party in Helsinki

2005-07-04 Thread Junichi Uekawa

Hi,

 [0] http://www.debconf.org/debconf5/keysigning
 
 A list of names of accepted keys is listed at [1].
 
 [1] http://people.debian.org/~anibal/ksp-dc5-names.txt
 
 Please send your key if you haven't done so. You have a little more
 than a week to send it. The deadline is the end of Sunday 2 July
 2005 UTC -1200 (the international date line timezone).
 
 This coming Sunday is 3 July. So the deadline is the end of Sunday
 3 July 2005 in timezone UTC -1200.
 

Am I missing something or are the keys going to be prepared ?

http://www.debconf.org/debconf5/files/ksp-dc5.asc
http://www.debconf.org/debconf5/files/ksp-dc5.txt


regards,
junichi

-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 


pgp8JeYW1bnlb.pgp
Description: PGP signature


Re: Soliciting keys for the debconf5 key signing party in Helsinki

2005-07-04 Thread Anibal Monsalve Salazar
On Tue, Jul 05, 2005 at 10:33:09AM +0900, Junichi Uekawa wrote:

Hi,

Hello Junichi,

[0] http://www.debconf.org/debconf5/keysigning

A list of names of accepted keys is listed at [1].

[1] http://people.debian.org/~anibal/ksp-dc5-names.txt

Please send your key if you haven't done so. You have a little more
than a week to send it. The deadline is the end of Sunday 2 July
2005 UTC -1200 (the international date line timezone).

This coming Sunday is 3 July. So the deadline is the end of Sunday
3 July 2005 in timezone UTC -1200.

That was the deadline for sending keys.

Am I missing something or are the keys going to be prepared ?

They will be ready on Wednesday 6 July.

http://www.debconf.org/debconf5/files/ksp-dc5.asc
http://www.debconf.org/debconf5/files/ksp-dc5.txt

http://www.debconf.org/debconf5/keysigning reads:

  By Wednesday, July 6th, you will be able to fetch both the
  complete keyring with all the keys that were submitted along
  with a text file that has the fingerprint of each key on the
  ring.

regards,
   junichi

-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 

Kind Regards,

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux
: :' : Free Operating System
`. `'  http://debian.org/
  `-   http://v7w.com/anibal


signature.asc
Description: Digital signature


Re: RFS: libssh - SSH and SCP library

2005-07-04 Thread Junichi Uekawa

Hi,

 The package can be downloaded at http://dgnr.free.fr/repository, or
 with apt-get with deb http://dgnr.free.fr/ repository/

From the look of it, your packaging looks wrong.
You're probably creating a package that ignores SONAME versioning.


--- libssh-0.11.orig/debian/shlibs.local
+++ libssh-0.11/debian/shlibs.local
@@ -0,0 +1 @@
+liblibssh 0.11 libssh ( 0.11-0), libssh ( 0.11-99)



regards,
junichi

-- 
Junichi Uekawa, Debian Developer   http://www.netfort.gr.jp/~dancer/
183A 70FC 4732 1B87 57A5  CE82 D837 7D4E E81E 55C1 



goodbye to the thighs

2005-07-04 Thread Gavin
Body Wrap at Home to lose 6-20 inches in one hour.

With Bodywrap we guarantee:
 you'll lose 6-8 Inches in one hour 
 100% Satisfaction or your money back

Bodywrap is soothing formula that contours, 
cleanses and rejuvenates your body while
reducing inches.

http://denumerable.loseweightsystems.com










commonweal ptm than jbv guilford ddh holdout hc peat vjz brood jbo 
knick ac jerome gvj bespectacled nsw inexplainable yi holloway spx exponentiate 
ird 
http://denumerable.loseweightsystems.com/r


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



Bug#72140: Challenge

2005-07-04 Thread Mike Cameron
Urgent Announcement:

Good Day, I have been instructed by my head office to alert you to the fact 
that your file has been reviewed and there now are a few potential options for 
you to consider. 

Please note that this issue is time sensitive and that your previous credit 
situation is not an issue  at this time. 

Confirm your details on our secure form to ensure our records are accurate and 
we will be in touch within a few days via the method of your choice. 

http://www.mort-blox.com/index.php?refid=windsor

--Mike Cameron
Financial Advisor - eLMR Inc.

Did this reach you in error? please let us know so you won't recieve again:
http://www.mort-blox.com/r.php






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



Re: configure a program -- debconf abuse?

2005-07-04 Thread Christian Perrier
Quoting Peter Palfrader ([EMAIL PROTECTED]):

 OTOH, if there is a sensible default (and there is for jed), just pick
 one and be done with it.  No need to burden the admin with yet another
 question.


I beg to disagree here. As long as an appropriate priority is used
(here, probably low) and the requirements mentioned by Petter are met
too, I don't see why using debconf for its purpose would harm,
actually.



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



Accepted iroffer 1.4.b02-2 (i386 source)

2005-07-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 15:25:57 +1000
Source: iroffer
Binary: iroffer
Architecture: source i386
Version: 1.4.b02-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 iroffer- IRC file distribution bot
Changes: 
 iroffer (1.4.b02-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 9857b51f5b1ccae8e21633f274063295 572 net extra iroffer_1.4.b02-2.dsc
 6fb800dd7535fd966fb92da20956047c 4587 net extra iroffer_1.4.b02-2.diff.gz
 d6b7acbe7c45c9817935622d98637f3d 121568 net extra iroffer_1.4.b02-2_i386.deb

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

iD8DBQFCyMs6IblXXKfZFgIRAhZWAJwLmnzrQdHCV5xtpXKgUbLts96d6gCeNjAJ
o9XXm2LnpmibthxwuxGp9wM=
=LnLY
-END PGP SIGNATURE-


Accepted:
iroffer_1.4.b02-2.diff.gz
  to pool/main/i/iroffer/iroffer_1.4.b02-2.diff.gz
iroffer_1.4.b02-2.dsc
  to pool/main/i/iroffer/iroffer_1.4.b02-2.dsc
iroffer_1.4.b02-2_i386.deb
  to pool/main/i/iroffer/iroffer_1.4.b02-2_i386.deb


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



Accepted kfreebsd5-source 5.3-16 (all source)

2005-07-04 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 01:18:41 +0200
Source: kfreebsd5-source
Binary: kfreebsd5-source
Architecture: source all
Version: 5.3-16
Distribution: unstable
Urgency: low
Maintainer: GNU/kFreeBSD Maintainers debian-bsd@lists.debian.org
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 kfreebsd5-source - source code for kernel of FreeBSD 5.3
Changes: 
 kfreebsd5-source (5.3-16) unstable; urgency=low
 .
   * Fixed path of some patches.
   * Don't change the build-dependencies at build-time.
   * Bumped Standard-Version to 3.6.2.
Files: 
 cb3b061ebbf2253c21723a82450dbf93 737 devel optional kfreebsd5-source_5.3-16.dsc
 744f1b99444759409e8ecfbc4b475c95 30491 devel optional 
kfreebsd5-source_5.3-16.diff.gz
 eb737cbd4a7f1298b2580b9798e0be4b 13078174 devel optional 
kfreebsd5-source_5.3-16_all.deb

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

iD8DBQFCyNCww3ao2vG823MRAiYOAJ0UQ0FLezXDQ5d+l87z0Al3HiqYOACgjoE/
e/yRzALuSI9Kpb6lbkpBRLE=
=//xM
-END PGP SIGNATURE-


Accepted:
kfreebsd5-source_5.3-16.diff.gz
  to pool/main/k/kfreebsd5-source/kfreebsd5-source_5.3-16.diff.gz
kfreebsd5-source_5.3-16.dsc
  to pool/main/k/kfreebsd5-source/kfreebsd5-source_5.3-16.dsc
kfreebsd5-source_5.3-16_all.deb
  to pool/main/k/kfreebsd5-source/kfreebsd5-source_5.3-16_all.deb


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



Accepted ion3 20050625-5 (i386 source all)

2005-07-04 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 08:12:57 +0200
Source: ion3
Binary: ion3-doc ion3-dev ion3
Architecture: source all i386
Version: 20050625-5
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski [EMAIL PROTECTED]
Changed-By: Norbert Tretkowski [EMAIL PROTECTED]
Description: 
 ion3   - keyboard-friendly window manager with tiled windows (devel)
 ion3-dev   - ion3 development files
 ion3-doc   - ion3 documentation
Changes: 
 ion3 (20050625-5) unstable; urgency=low
 .
   * Updated FAQ.
   * Revoked modifications from 20050625-3, sbuild can't handle the new
 build-dependencies.
Files: 
 7259ec0a11809b24f9dc7544980d38a9 757 x11 extra ion3_20050625-5.dsc
 9712b9e69a71ea10c1c864d0823f8a57 33357 x11 extra ion3_20050625-5.diff.gz
 4b3ee0b8640b4bbf3a5f4288ca9967fd 65226 devel extra ion3-dev_20050625-5_all.deb
 0e1062c9f80bdeb5c80b6aabcad4cfb9 513668 doc extra ion3-doc_20050625-5_all.deb
 d612bcad2415e2f77458c0f389782ecd 2951960 x11 extra ion3_20050625-5_i386.deb

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

iD8DBQFCyNcer/RnCw96jQERArD0AJ9PlJwDu8LoR83uxGxDnLCA0mwA2QCfRyAJ
bJdAPFYyqvUHbBEF0BhGBtA=
=vna+
-END PGP SIGNATURE-


Accepted:
ion3-dev_20050625-5_all.deb
  to pool/main/i/ion3/ion3-dev_20050625-5_all.deb
ion3-doc_20050625-5_all.deb
  to pool/main/i/ion3/ion3-doc_20050625-5_all.deb
ion3_20050625-5.diff.gz
  to pool/main/i/ion3/ion3_20050625-5.diff.gz
ion3_20050625-5.dsc
  to pool/main/i/ion3/ion3_20050625-5.dsc
ion3_20050625-5_i386.deb
  to pool/main/i/ion3/ion3_20050625-5_i386.deb


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



Accepted pads 1.2-3 (i386 source)

2005-07-04 Thread David Gil
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 23 Jun 2005 15:00:26 +0200
Source: pads
Binary: pads
Architecture: source i386
Version: 1.2-3
Distribution: unstable
Urgency: low
Maintainer: David Gil [EMAIL PROTECTED]
Changed-By: David Gil [EMAIL PROTECTED]
Description: 
 pads   - Passive Asset Detection System
Changes: 
 pads (1.2-3) unstable; urgency=low
 .
   * Use etc's Makefile to install configuration files
   * Fixed segmentation fault running pads in daemon mode
Files: 
 6cb25f921094262e25484d11c8bbe1f8 628 net optional pads_1.2-3.dsc
 dce49c10b460cac40c579578ec97921d 7876 net optional pads_1.2-3.diff.gz
 7693b0da4fbd7e8022a510f184bdd18d 101580 net optional pads_1.2-3_i386.deb

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

iD8DBQFCyOQNsandgtyBSwkRApWkAJ4k487R8tyWm9sPLmwWpnXWlVPJ8QCfTjJc
DECsPsrwzTKKFX2Qx6pCLpU=
=5hpQ
-END PGP SIGNATURE-


Accepted:
pads_1.2-3.diff.gz
  to pool/main/p/pads/pads_1.2-3.diff.gz
pads_1.2-3.dsc
  to pool/main/p/pads/pads_1.2-3.dsc
pads_1.2-3_i386.deb
  to pool/main/p/pads/pads_1.2-3_i386.deb


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



Accepted pcd2html 0.4.2-4 (all source)

2005-07-04 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 10:11:04 +0200
Source: pcd2html
Binary: pcd2html
Architecture: source all
Version: 0.4.2-4
Distribution: unstable
Urgency: low
Maintainer: Andreas Tille [EMAIL PROTECTED]
Changed-By: Andreas Tille [EMAIL PROTECTED]
Description: 
 pcd2html   - scripts to convert PCD images to commented HTML pages
Closes: 316700
Changes: 
 pcd2html (0.4.2-4) unstable; urgency=low
 .
   * Vietnamese translation for debconf
 Closes: #316700
   * Standards-Version: 3.6.2.1
 (No changes necessary)
Files: 
 583b39eda2a197aba350011d6118e3eb 572 web optional pcd2html_0.4.2-4.dsc
 3dabf65db1a4384cf1a258a7572a67c9 5630 web optional pcd2html_0.4.2-4.diff.gz
 6674d17b36ca8f5667eb94a400f5901c 42628 web optional pcd2html_0.4.2-4_all.deb

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

iD8DBQFCyO+gYDBbMcCf01oRArgXAJ4hpZXGjij2VQ66ez2Y2iUSa7mBYQCgv2Q4
n6aXebzJClpwWOP7mX9oGFE=
=+oFO
-END PGP SIGNATURE-


Accepted:
pcd2html_0.4.2-4.diff.gz
  to pool/main/p/pcd2html/pcd2html_0.4.2-4.diff.gz
pcd2html_0.4.2-4.dsc
  to pool/main/p/pcd2html/pcd2html_0.4.2-4.dsc
pcd2html_0.4.2-4_all.deb
  to pool/main/p/pcd2html/pcd2html_0.4.2-4_all.deb


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



Accepted viewglob 2.0.2-1 (i386 source)

2005-07-04 Thread Kevin B. McCarty
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  3 Jul 2005 19:36:26 +
Source: viewglob
Binary: viewglob
Architecture: source i386
Version: 2.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Kevin B. McCarty [EMAIL PROTECTED]
Changed-By: Kevin B. McCarty [EMAIL PROTECTED]
Description: 
 viewglob   - A graphical display of directories referenced at the shell prompt
Changes: 
 viewglob (2.0.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove patches 03_improve-viewglob-script and 04_use-sockets-by-default
 since they have been incorporated upstream.
   * Upstream has fixed most unescaped man page hyphens, so revamp
 patch 02_fix-manpage.
   * New patch 05_quotes-in-viewglob-script.
   * New patch 06_use_x-terminal-emulator.
   * Update lintian override (now /usr/share/menu instead of /usr/lib/menu).
   * Bump Standards-Version (no changes necessary).
Files: 
 4b1c939fcf0118b60b93d48828145022 646 x11 optional viewglob_2.0.2-1.dsc
 ebf5b414c631804f18ef0265b4db81d5 323823 x11 optional viewglob_2.0.2.orig.tar.gz
 e30fc08aea16a20cb6dcc246581da791 29944 x11 optional viewglob_2.0.2-1.diff.gz
 1630f3be29633566d3299895607c5f7a 190200 x11 optional viewglob_2.0.2-1_i386.deb

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

iD8DBQFCyQGxeBwlBDLsbz4RArD/AJwPOvW5LoOxZe4+Pct0gXi/meh1agCfemk1
c8FDwCh5zvxlYsnUHKhf/iU=
=vvbD
-END PGP SIGNATURE-


Accepted:
viewglob_2.0.2-1.diff.gz
  to pool/main/v/viewglob/viewglob_2.0.2-1.diff.gz
viewglob_2.0.2-1.dsc
  to pool/main/v/viewglob/viewglob_2.0.2-1.dsc
viewglob_2.0.2-1_i386.deb
  to pool/main/v/viewglob/viewglob_2.0.2-1_i386.deb
viewglob_2.0.2.orig.tar.gz
  to pool/main/v/viewglob/viewglob_2.0.2.orig.tar.gz


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



Accepted phpldapadmin 0.9.6c-3 (all source)

2005-07-04 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 09:43:18 +
Source: phpldapadmin
Binary: phpldapadmin
Architecture: source all
Version: 0.9.6c-3
Distribution: unstable
Urgency: low
Maintainer: Fabio Tranchitella [EMAIL PROTECTED]
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 phpldapadmin - web based interface for administering LDAP servers
Closes: 316840
Changes: 
 phpldapadmin (0.9.6c-3) unstable; urgency=low
 .
   * debian/po/vi.po: added, thanks to Clytie Siddall. (Closes: #316840)
   * debian/control: upgraded Standards-Version to 3.6.2 (no changes).
Files: 
 e0eed832748cc863523540706e279a22 609 admin extra phpldapadmin_0.9.6c-3.dsc
 82c8737a0db2340b2ef20f0e0992995d 12657 admin extra 
phpldapadmin_0.9.6c-3.diff.gz
 1538b26a0dfe74d5eb30601b85009b99 709396 admin extra 
phpldapadmin_0.9.6c-3_all.deb

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

iD8DBQFCyQTVK/juK3+WFWQRArn5AJ0Rcc4jWh/DedSQzmGe0BNGocud9QCeN9nj
/rgNd10gao5wzHj11VNV344=
=bBj8
-END PGP SIGNATURE-


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


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



Accepted findutils 4.2.22-2 (i386 source)

2005-07-04 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 11:37:37 +0200
Source: findutils
Binary: findutils
Architecture: source i386
Version: 4.2.22-2
Distribution: unstable
Urgency: high
Maintainer: Andreas Metzler [EMAIL PROTECTED]
Changed-By: Andreas Metzler [EMAIL PROTECTED]
Description: 
 findutils  - utilities for finding files--find, xargs, and locate
Closes: 315136 315343
Changes: 
 findutils (4.2.22-2) unstable; urgency=high
 .
   * Remove locatedb on purge. (Closes: #315343)
   * revert regex-syntax back to emacs-re. (Closes: #315136) Future versions
 will allow to select this by commandline parameter.
Files: 
 c1450f065662728cbc5cd61bd0e60613 662 base required findutils_4.2.22-2.dsc
 64971d5936bd494c5f52bc27b161a1e8 12916 base required findutils_4.2.22-2.diff.gz
 7416e8db6d43ca73394fe12ecddb7ac0 301308 base required 
findutils_4.2.22-2_i386.deb

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

iD8DBQFCyQvTHTOcZYuNdmMRAlavAJ95uPKWJq6ul3VkEJr2ZWJuO1CJAwCfdVfw
2O4d6IQ6cWXHgvdIv1qTmVw=
=Y6y5
-END PGP SIGNATURE-


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


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



Accepted penggy 0.2.1-10 (i386 source)

2005-07-04 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 11:31:04 +0200
Source: penggy
Binary: penggy
Architecture: source i386
Version: 0.2.1-10
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 penggy - connects to AOL via modem or TCP/IP
Closes: 316818
Changes: 
 penggy (0.2.1-10) unstable; urgency=low
 .
   * Updated Standards-Version to 3.6.2.
   * Added vietnamese debconf translation (thanks Clytie Siddall),
 closes: #316818.
Files: 
 c41eb1d6a7a51954abada74b8035ded0 619 net optional penggy_0.2.1-10.dsc
 fbdd8f09f295814240dad4cf19744972 30202 net optional penggy_0.2.1-10.diff.gz
 3d02e6e6ddfff60f5010b565d941feea 75498 net optional penggy_0.2.1-10_i386.deb

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

iD8DBQFCyQ/RIae1O4AJae8RAq6+AJ9wS86tWOGRLqOTclZ6NSQkkLylZgCeOBXW
xc49NcCFmXb1TUFH5VDvY8o=
=9syz
-END PGP SIGNATURE-


Accepted:
penggy_0.2.1-10.diff.gz
  to pool/main/p/penggy/penggy_0.2.1-10.diff.gz
penggy_0.2.1-10.dsc
  to pool/main/p/penggy/penggy_0.2.1-10.dsc
penggy_0.2.1-10_i386.deb
  to pool/main/p/penggy/penggy_0.2.1-10_i386.deb


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



Accepted gaim-extendedprefs 0.4-6 (i386 source)

2005-07-04 Thread Arjan Oosting
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 27 Jun 2005 15:00:05 +0200
Source: gaim-extendedprefs
Binary: gaim-extendedprefs
Architecture: source i386
Version: 0.4-6
Distribution: unstable
Urgency: low
Maintainer: Arjan Oosting [EMAIL PROTECTED]
Changed-By: Arjan Oosting [EMAIL PROTECTED]
Description: 
 gaim-extendedprefs - extended preferences plugin for the instant messenger gaim
Closes: 315728
Changes: 
 gaim-extendedprefs (0.4-6) unstable; urgency=low
 .
   * debian/control: remove build-essential from Build-Depends.
 .
 gaim-extendedprefs (0.4-5) unstable; urgency=low
 .
   * debian/watch: added watch file.
   * debian/patches/01_missing_taskbar_entry.patch: added patch taken
 from upstream CVS. Fixes missing taskbar entry of buddy list on
 startup. (Closes: #315728)
   * debian/control.in: update to Standards-Version 3.6.2. No changes
 needed.
   * debian/rules: added phony target update-debian-control which updates
 debian/control from debian/control.in.
Files: 
 95877b3313e409cdf998c61a6266f54a 697 net optional gaim-extendedprefs_0.4-6.dsc
 2bde02603c26e5db3dea901792d2dc98 2740 net optional 
gaim-extendedprefs_0.4-6.diff.gz
 af469e92b0d37b8d5edff733839fd54a 10580 net optional 
gaim-extendedprefs_0.4-6_i386.deb

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

iD8DBQFCyRA+97LBwbNFvdMRAmnqAJ4yoWpavRjaJX93ptjQUCeeimpatgCfba2d
AlxKlzwuMu2VqFh+XKlR2kc=
=muEi
-END PGP SIGNATURE-


Accepted:
gaim-extendedprefs_0.4-6.diff.gz
  to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.4-6.diff.gz
gaim-extendedprefs_0.4-6.dsc
  to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.4-6.dsc
gaim-extendedprefs_0.4-6_i386.deb
  to pool/main/g/gaim-extendedprefs/gaim-extendedprefs_0.4-6_i386.deb


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



Accepted slrnface 2.1.1-5 (i386 source)

2005-07-04 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 12:34:59 +0200
Source: slrnface
Binary: slrnface
Architecture: source i386
Version: 2.1.1-5
Distribution: unstable
Urgency: low
Maintainer: Gerfried Fuchs [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 slrnface   - shows X-Faces from a newsposting on an X11 terminal emulator
Changes: 
 slrnface (2.1.1-5) unstable; urgency=low
 .
   * The get rid of xlibs-dev release. Build-Depend on libxt-dev now instead.
   * Lowercased synopsis.
   * Cleaned copyright file a bit.
   * Updated to policy 3.6.2, no changes needed.
Files: 
 93bee2b49c446ec630d79e7488d178de 580 news optional slrnface_2.1.1-5.dsc
 532ff8bbb2853afdaecc1a7f8faa67e4 3153 news optional slrnface_2.1.1-5.diff.gz
 52d2a71a1fab450d135bdd23a268506d 26386 news optional slrnface_2.1.1-5_i386.deb

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

iEYEARECAAYFAkLJFB0ACgkQELuA/Ba9d8YdOQCgglZKbA2283LfxS3C/2YbxVz4
CEAAoNWXuxH/8N2tyEWkMIqERtmoAix7
=9NXB
-END PGP SIGNATURE-


Accepted:
slrnface_2.1.1-5.diff.gz
  to pool/main/s/slrnface/slrnface_2.1.1-5.diff.gz
slrnface_2.1.1-5.dsc
  to pool/main/s/slrnface/slrnface_2.1.1-5.dsc
slrnface_2.1.1-5_i386.deb
  to pool/main/s/slrnface/slrnface_2.1.1-5_i386.deb


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



Accepted august 0.63-beta1-4 (all source)

2005-07-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 20:51:40 +1000
Source: august
Binary: august
Architecture: source all
Version: 0.63-beta1-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 august - Tcl/Tk HTML editor
Changes: 
 august (0.63-beta1-4) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/copyright: Removed dh_make boilerplatedness
   * debian/changelog: removed emacs settings
   * debian/menu: quoted the unquoted
   * debian/control: rephrased package description synopsis
   * debian/copyright: added location of GPL
Files: 
 660a4b542b90c141e96a5b32b9b83def 567 editors optional august_0.63-beta1-4.dsc
 328ed1f514468f03bbeffd4c8270f695 3998 editors optional 
august_0.63-beta1-4.diff.gz
 c53eae30c4190ab5fa5e480a4fdb44ec 57622 editors optional 
august_0.63-beta1-4_all.deb

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

iD8DBQFCyRUqIblXXKfZFgIRAmhTAJ92RKd0L5cwcQoe6XNQF2hPT3nl6ACeJOrS
yKKWMdQ7lAY1vk6/vKfr8wM=
=JrUG
-END PGP SIGNATURE-


Accepted:
august_0.63-beta1-4.diff.gz
  to pool/main/a/august/august_0.63-beta1-4.diff.gz
august_0.63-beta1-4.dsc
  to pool/main/a/august/august_0.63-beta1-4.dsc
august_0.63-beta1-4_all.deb
  to pool/main/a/august/august_0.63-beta1-4_all.deb


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



Accepted iprint 1.3-4 (i386 source)

2005-07-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 20:54:55 +1000
Source: iprint
Binary: iprint
Architecture: source i386
Version: 1.3-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 iprint - Trivial command-line integer print utility
Changes: 
 iprint (1.3-4) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 f5798531b2d439c3107f1915a2fa1382 543 utils optional iprint_1.3-4.dsc
 a556cbd619fcc3e1ffe296071423d999 2739 utils optional iprint_1.3-4.diff.gz
 cc15f5cead4db70c12547f7cd74e549b 4442 utils optional iprint_1.3-4_i386.deb

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

iD8DBQFCyRXjIblXXKfZFgIRAlj7AJ9pdwOf8B3VHjJ41pT7k4rU+yQZ2gCcCy2r
Vujhh1FJnfVQXHvMRgFK4Kg=
=Kwrm
-END PGP SIGNATURE-


Accepted:
iprint_1.3-4.diff.gz
  to pool/main/i/iprint/iprint_1.3-4.diff.gz
iprint_1.3-4.dsc
  to pool/main/i/iprint/iprint_1.3-4.dsc
iprint_1.3-4_i386.deb
  to pool/main/i/iprint/iprint_1.3-4_i386.deb


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



Accepted libapache-authznetldap-perl 0.7-4 (all source)

2005-07-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 21:26:51 +1000
Source: libapache-authznetldap-perl
Binary: libapache-authznetldap-perl
Architecture: source all
Version: 0.7-4
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 libapache-authznetldap-perl - LDAP access control for Apache+mod_perl
Changes: 
 libapache-authznetldap-perl (0.7-4) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 0eafcdfaedd229c8573b5eae785c9aa1 700 perl optional 
libapache-authznetldap-perl_0.7-4.dsc
 2fec05c511c2bbac3974548b2fb4629a 2700 perl optional 
libapache-authznetldap-perl_0.7-4.diff.gz
 348eb75e76a4379f7b10f937f031dd7d 10342 perl optional 
libapache-authznetldap-perl_0.7-4_all.deb

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

iD8DBQFCyR1eIblXXKfZFgIRAgeAAJ0RQQzbdvVXAort38l0GhVW4NDd1wCfT0jJ
YFrpIPXSLdpdbAz9fP2yFb8=
=SruW
-END PGP SIGNATURE-


Accepted:
libapache-authznetldap-perl_0.7-4.diff.gz
  to 
pool/main/liba/libapache-authznetldap-perl/libapache-authznetldap-perl_0.7-4.diff.gz
libapache-authznetldap-perl_0.7-4.dsc
  to 
pool/main/liba/libapache-authznetldap-perl/libapache-authznetldap-perl_0.7-4.dsc
libapache-authznetldap-perl_0.7-4_all.deb
  to 
pool/main/liba/libapache-authznetldap-perl/libapache-authznetldap-perl_0.7-4_all.deb


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



Accepted libapache-authnetldap-perl 0.26-3 (all source)

2005-07-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 21:08:36 +1000
Source: libapache-authnetldap-perl
Binary: libapache-authnetldap-perl
Architecture: source all
Version: 0.26-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 libapache-authnetldap-perl - LDAP authentication for Apache+mod_perl
Changes: 
 libapache-authnetldap-perl (0.26-3) unstable; urgency=low
 .
   * QA Group upload orphaning this package
Files: 
 271337fb11a2cb895b9772cf6d4ae194 699 perl optional 
libapache-authnetldap-perl_0.26-3.dsc
 b159ea0a7cc943281e9c41d173bc3234 2893 perl optional 
libapache-authnetldap-perl_0.26-3.diff.gz
 fecdb135ade96eacb7ad7df6fc9a59c7 10740 perl optional 
libapache-authnetldap-perl_0.26-3_all.deb

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

iD8DBQFCyRrqIblXXKfZFgIRAt1lAJ90SZPqy9wh6MF5qFG94AdDymp2FQCfba39
eP4WySlUhF07hSz6RLIKFww=
=zIIU
-END PGP SIGNATURE-


Accepted:
libapache-authnetldap-perl_0.26-3.diff.gz
  to 
pool/main/liba/libapache-authnetldap-perl/libapache-authnetldap-perl_0.26-3.diff.gz
libapache-authnetldap-perl_0.26-3.dsc
  to 
pool/main/liba/libapache-authnetldap-perl/libapache-authnetldap-perl_0.26-3.dsc
libapache-authnetldap-perl_0.26-3_all.deb
  to 
pool/main/liba/libapache-authnetldap-perl/libapache-authnetldap-perl_0.26-3_all.deb


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



Accepted lft 2.2-2 (i386 source)

2005-07-04 Thread Andrew Pollock
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 21:04:26 +1000
Source: lft
Binary: lft
Architecture: source i386
Version: 2.2-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group [EMAIL PROTECTED]
Changed-By: Andrew Pollock [EMAIL PROTECTED]
Description: 
 lft- layer-four traceroute
Closes: 187386 214827 244085
Changes: 
 lft (2.2-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * Incorporates previous NMUs (closes: #187386, #214827)
   * debian/control: clarified package description (closes: #244085)
Files: 
 a497e3edfaa385006ce1a1f9f6422b2b 563 net optional lft_2.2-2.dsc
 05bb2a03d7432e4f056fbaf26ec9d954 16389 net optional lft_2.2-2.diff.gz
 0bd59fce508bef1d8c09090f33dd52e0 23338 net optional lft_2.2-2_i386.deb

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

iD8DBQFCyRiIIblXXKfZFgIRAmhpAJ9s+6VUQMEIz1ctX6/4hcF/Qa4fAwCgqD6s
VlwizaQDeQUKGL6MMRsqnfM=
=1PRr
-END PGP SIGNATURE-


Accepted:
lft_2.2-2.diff.gz
  to pool/main/l/lft/lft_2.2-2.diff.gz
lft_2.2-2.dsc
  to pool/main/l/lft/lft_2.2-2.dsc
lft_2.2-2_i386.deb
  to pool/main/l/lft/lft_2.2-2_i386.deb


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



Accepted dictionaries-common 0.30.2 (all source)

2005-07-04 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 13:41:15 +0200
Source: dictionaries-common
Binary: dictionaries-common-dev dictionaries-common
Architecture: source all
Version: 0.30.2
Distribution: unstable
Urgency: low
Maintainer: Agustin Martin Domingo [EMAIL PROTECTED]
Changed-By: Agustin Martin Domingo [EMAIL PROTECTED]
Description: 
 dictionaries-common - Common utilities for spelling dictionary tools
 dictionaries-common-dev - Developer tools and Policy for spelling dictionary 
tools
Closes: 315876 316532
Changes: 
 dictionaries-common (0.30.2) unstable; urgency=low
 .
   * debian/po:
 - New Bulgarian [bg] debconf templates translation,
   thanks to Yavor Doganov (closes: #315876)
 - Updated Galician [gl] debconf templates translation,
   thanks to Jacobo Tarrio (closes: #316532)
Files: 
 5cde2698119f4f921d406399bd3d378a 733 text standard 
dictionaries-common_0.30.2.dsc
 8554268c2f1a38a2c77d32bb99c822b9 222709 text standard 
dictionaries-common_0.30.2.tar.gz
 d8ce175fa070f00f1c9cf1909ee57a5a 201748 text standard 
dictionaries-common_0.30.2_all.deb
 2cc700b1f31c0de18ecf35fd5e55f43c 94360 text optional 
dictionaries-common-dev_0.30.2_all.deb

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

iD8DBQFCySJRWMZwCEWXpZMRAhmJAJwNBDBsao7Qn6yBvpwTHFXfJk1nAgCgm8c2
/q7RCIAINbY7C5vxixuPb0A=
=Yj9W
-END PGP SIGNATURE-


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


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



Accepted esmtp 0.5.1-2 (i386 source all)

2005-07-04 Thread José Fonseca
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 03 Jul 2005 21:31:16 +0100
Source: esmtp
Binary: esmtp-run esmtp
Architecture: source i386 all
Version: 0.5.1-2
Distribution: unstable
Urgency: low
Maintainer: José Fonseca [EMAIL PROTECTED]
Changed-By: José Fonseca [EMAIL PROTECTED]
Description: 
 esmtp  - User configurable relay-only MTA
 esmtp-run  - User configurable relay-only MTA
Closes: 311631 316515 316774
Changes: 
 esmtp (0.5.1-2) unstable; urgency=low
 .
   * Fix some typos in english debconf template, per Clytie Siddall (closes: 
#311631).
   * Search global esmtprc in /etc, per Johannes Ranke (closes: #316515).
   * Update french debconf template, from Eric  debian-l10n-french (closes: 
#316774)
Files: 
 1ef2cfd423cf6b182812f94494bb67a1 611 mail extra esmtp_0.5.1-2.dsc
 26ba93ca7419419f0be1823cc472cb97 10287 mail extra esmtp_0.5.1-2.diff.gz
 a3cfeaf667357cc4f5f722078c1137ac 3126 mail extra esmtp-run_0.5.1-2_all.deb
 b72c97b7ff7e24903c7178edb6df1092 35734 mail extra esmtp_0.5.1-2_i386.deb

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

iD8DBQFCyS/CgY5NIXPNpFURAjYJAKDC1iur/UFRDW2DQ1IqSkdcQoRLfACeP9RX
1ukW4MEZDCgxGxI1GNmKmas=
=uuQv
-END PGP SIGNATURE-


Accepted:
esmtp-run_0.5.1-2_all.deb
  to pool/main/e/esmtp/esmtp-run_0.5.1-2_all.deb
esmtp_0.5.1-2.diff.gz
  to pool/main/e/esmtp/esmtp_0.5.1-2.diff.gz
esmtp_0.5.1-2.dsc
  to pool/main/e/esmtp/esmtp_0.5.1-2.dsc
esmtp_0.5.1-2_i386.deb
  to pool/main/e/esmtp/esmtp_0.5.1-2_i386.deb


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



Accepted synaptic 0.57.2-1 (i386 source)

2005-07-04 Thread Michael Vogt
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 14:55:19 +0200
Source: synaptic
Binary: synaptic
Architecture: source i386
Version: 0.57.2-1
Distribution: unstable
Urgency: low
Maintainer: Michael Vogt [EMAIL PROTECTED]
Changed-By: Michael Vogt [EMAIL PROTECTED]
Description: 
 synaptic   - Graphical package manager
Changes: 
 synaptic (0.57.2-1) unstable; urgency=low
 .
   * new upstream release, i18n updates, small bugfixes
Files: 
 8a653166575a9e0e001bcf1a0f87218f 780 admin optional synaptic_0.57.2-1.dsc
 dd753e953caa053279d342e3bc269128 2583984 admin optional 
synaptic_0.57.2.orig.tar.gz
 a5da045547948a24410ef94570b4b52e 33394 admin optional synaptic_0.57.2-1.diff.gz
 e8ac465f0fb18a5c425f376103eb76cd 1694854 admin optional 
synaptic_0.57.2-1_i386.deb

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

iD8DBQFCyTgpliSD4VZixzQRAqRlAJ459VAy4X07Uhl4WCaD7oaoO1YpQwCZAeh3
HUNnJ7kIu0FzoumOZq9m0h8=
=vpbc
-END PGP SIGNATURE-


Accepted:
synaptic_0.57.2-1.diff.gz
  to pool/main/s/synaptic/synaptic_0.57.2-1.diff.gz
synaptic_0.57.2-1.dsc
  to pool/main/s/synaptic/synaptic_0.57.2-1.dsc
synaptic_0.57.2-1_i386.deb
  to pool/main/s/synaptic/synaptic_0.57.2-1_i386.deb
synaptic_0.57.2.orig.tar.gz
  to pool/main/s/synaptic/synaptic_0.57.2.orig.tar.gz


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



Accepted gtk-doc 1.4-1 (all source)

2005-07-04 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 11:42:25 +0200
Source: gtk-doc
Binary: gtk-doc-tools
Architecture: source all
Version: 1.4-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gtk-doc-tools - the GTK+ documentation tools
Changes: 
 gtk-doc (1.4-1) unstable; urgency=low
 .
   * New upstream release.
 - Drop patch permitting : in SGML ids, integrated upstream.
   [debian/patches/10_cvs_allow-colon-in-sgml-ids.patch]
   * Bump Standards-Version to 3.6.2.
Files: 
 e60e505f61f0a4a4979b5b373028deb5 1643 gnome optional gtk-doc_1.4-1.dsc
 fa366b7c28b0f8c14314dbd41c109aae 188125 gnome optional gtk-doc_1.4.orig.tar.gz
 42f9c6dce3aada97a81887956e196220 11469 gnome optional gtk-doc_1.4-1.diff.gz
 32b68e3dd78fde82465818b510c33d37 123818 gnome optional 
gtk-doc-tools_1.4-1_all.deb

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

iD8DBQFCyTz1Qxo87aLX0pIRAlSVAJkBEnZTSjZLgYIXq4sPRgLBXwOZQQCfVDm3
qf300hwM609stLYGc/ESuAE=
=I5fl
-END PGP SIGNATURE-


Accepted:
gtk-doc-tools_1.4-1_all.deb
  to pool/main/g/gtk-doc/gtk-doc-tools_1.4-1_all.deb
gtk-doc_1.4-1.diff.gz
  to pool/main/g/gtk-doc/gtk-doc_1.4-1.diff.gz
gtk-doc_1.4-1.dsc
  to pool/main/g/gtk-doc/gtk-doc_1.4-1.dsc
gtk-doc_1.4.orig.tar.gz
  to pool/main/g/gtk-doc/gtk-doc_1.4.orig.tar.gz


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



Accepted 855resolution 0.4-1 (i386 source)

2005-07-04 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 23:21:04 +0900
Source: 855resolution
Binary: 855resolution
Architecture: source i386
Version: 0.4-1
Distribution: unstable
Urgency: low
Maintainer: Kenshi Muto [EMAIL PROTECTED]
Changed-By: Kenshi Muto [EMAIL PROTECTED]
Description: 
 855resolution - resolution modify tool for Intel graphic chipset
Changes: 
 855resolution (0.4-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 659b9a66144ed4d0d6a9887ad8ad2d43 649 x11 extra 855resolution_0.4-1.dsc
 12237e534def7dd3579a3e8b0a4b9351 6740 x11 extra 855resolution_0.4.orig.tar.gz
 23d7c58b6e66fafa6fe425403fb54db2 3437 x11 extra 855resolution_0.4-1.diff.gz
 314a8b389925a0997a676c9f9db72fa7 9922 x11 extra 855resolution_0.4-1_i386.deb

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

iEYEARECAAYFAkLJRgYACgkQQKW+7XLQPLHowACgyf1bfx0IX61ThCmjp5KcyPwW
5OoAnih1DJ8ntwn3Roc0egalv6/waalV
=L1Vv
-END PGP SIGNATURE-


Accepted:
855resolution_0.4-1.diff.gz
  to pool/main/8/855resolution/855resolution_0.4-1.diff.gz
855resolution_0.4-1.dsc
  to pool/main/8/855resolution/855resolution_0.4-1.dsc
855resolution_0.4-1_i386.deb
  to pool/main/8/855resolution/855resolution_0.4-1_i386.deb
855resolution_0.4.orig.tar.gz
  to pool/main/8/855resolution/855resolution_0.4.orig.tar.gz


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



Accepted tor 0.1.0.11-1 (i386 source)

2005-07-04 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 17:53:48 +0200
Source: tor
Binary: tor
Architecture: source i386
Version: 0.1.0.11-1
Distribution: unstable
Urgency: high
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
Closes: 312882 316753
Changes: 
 tor (0.1.0.11-1) unstable; urgency=high
 .
   * New upstream version (closes: #316753):
 - Fixes a serious bug: servers now honor their exit policies -
   In 0.1.0.x only clients enforced them so far.  0.0.9.x is
   not affected.
   * Build depend on libevent-dev = 1.1.
   * Urgency high because 0.0.9.10-1 did not make it into testing after
 like 3 weeks because of an impending ftp-master move.  So I might
 just as well upload this one.
 .
 tor (0.1.0.10-0.pre.1) UNRELEASED; urgency=low
 .
   * New upstream version.
   * Add a watch file.
   * Forward port 03_tor_manpage_in_section_8.
   * Forward port 06_add_compile_time_defaults.
   * Add libevent-dev to build-depends.
   * Update URL to tor in debian/control and debian/copyright.
   * Add a snippet to disable epoll in etc/default/tor, commented out.
   * Add a snippet to set nice level in etc/default/tor.
   * Wait for 60 seconds in init stop.  35 is too little.
   * Don't depend on python anymore - tor-resolve is C now.
   * If with-dmalloc is in DEB_BUILD_OPTIONS we build against libdmalloc4.
 Of course the -dev package needs to be installed.
   * Update README.Debian to say that upstream now does have a default
 for DataDirectory.
   * Don't fail in the init script when we cannot raise the ulimit.
 Instead just warn a bit (closes: #312882).
Files: 
 8763e764c12d75729ed597367c1d4890 651 comm optional tor_0.1.0.11-1.dsc
 c9d2b313a4c0637b9b75e382d2e0e88c 630033 comm optional tor_0.1.0.11.orig.tar.gz
 d80e6747c6b32acf99c513a4ee54a558 13393 comm optional tor_0.1.0.11-1.diff.gz
 b3b57726afe7ed0a0f239aea06cb14c0 832448 comm optional tor_0.1.0.11-1_i386.deb

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

iD8DBQFCyV8Kz/ccs6+kS90RAobcAJwKPeEVkkJUMs3fluADC7M9wSPM/wCfVnAR
CA4ALWYfvU2KF1+bigXSPrs=
=hGES
-END PGP SIGNATURE-


Accepted:
tor_0.1.0.11-1.diff.gz
  to pool/main/t/tor/tor_0.1.0.11-1.diff.gz
tor_0.1.0.11-1.dsc
  to pool/main/t/tor/tor_0.1.0.11-1.dsc
tor_0.1.0.11-1_i386.deb
  to pool/main/t/tor/tor_0.1.0.11-1_i386.deb
tor_0.1.0.11.orig.tar.gz
  to pool/main/t/tor/tor_0.1.0.11.orig.tar.gz


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



Accepted debarchiver 0.3.2 (all source)

2005-07-04 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 18:00:21 +0200
Source: debarchiver
Binary: debarchiver
Architecture: source all
Version: 0.3.2
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 debarchiver - Tool to handle debian package archives
Closes: 309940
Changes: 
 debarchiver (0.3.2) unstable; urgency=low
 .
   * Improved argument handling to make debugging easier.
   * Minor typo fix in debarchiver.conf, closes: #309940.
Files: 
 f82407cbd148bc13b961429ca864f9e3 533 devel optional debarchiver_0.3.2.dsc
 69e8537065271f118f71d763b61304af 72499 devel optional debarchiver_0.3.2.tar.gz
 4a3bc4d98638b8b819eb1a4685ebbb0a 43836 devel optional debarchiver_0.3.2_all.deb

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

iD8DBQFCyV3sGKGxzw/lPdkRAp73AKCcSrCMWSBmiMFKR2KboHI2/qCmPwCgkaVD
HqC6ErLsPwiGNK2wnZHx/Ks=
=uxha
-END PGP SIGNATURE-


Accepted:
debarchiver_0.3.2.dsc
  to pool/main/d/debarchiver/debarchiver_0.3.2.dsc
debarchiver_0.3.2.tar.gz
  to pool/main/d/debarchiver/debarchiver_0.3.2.tar.gz
debarchiver_0.3.2_all.deb
  to pool/main/d/debarchiver/debarchiver_0.3.2_all.deb


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



Accepted libdebtags1 1.0.5 (i386 source)

2005-07-04 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 18:54:33 +0200
Source: libdebtags1
Binary: libdebtags1-pic python-debtags libdebtags1-dev
Architecture: source i386
Version: 1.0.5
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 libdebtags1-dev - Next generation Debian package categorization system 
(development
 libdebtags1-pic - Next generation Debian package categorization system (PIC 
library
 python-debtags - Next generation Debian package categorization system (Python 
modu
Changes: 
 libdebtags1 (1.0.5) unstable; urgency=low
 .
   * Fixed a segfault in Debtags::Package code
Files: 
 775d4965a2f5a4eea30979b57427b6c5 743 libdevel optional libdebtags1_1.0.5.dsc
 417a6e6bb28322f44e22e9bccf9fd848 411487 libdevel optional 
libdebtags1_1.0.5.tar.gz
 b571b0d6fbd1b21e15c9bafbf06cb4e4 1227240 libdevel optional 
libdebtags1-dev_1.0.5_i386.deb
 ba957fead633b41e410a979a19be4a2b 495076 libdevel optional 
libdebtags1-pic_1.0.5_i386.deb
 2578eb6f3cf94725d5ab531b7a0016d1 528290 python optional 
python-debtags_1.0.5_i386.deb

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

iD8DBQFCyWxn9LSwzHl+v6sRAiwJAJ9aY0hqi/l05if0viQGIyr6RlVlkwCfSnPs
ZWa+0dJ/b8yp/e0o8m/wDBU=
=v7nj
-END PGP SIGNATURE-


Accepted:
libdebtags1-dev_1.0.5_i386.deb
  to pool/main/libd/libdebtags1/libdebtags1-dev_1.0.5_i386.deb
libdebtags1-pic_1.0.5_i386.deb
  to pool/main/libd/libdebtags1/libdebtags1-pic_1.0.5_i386.deb
libdebtags1_1.0.5.dsc
  to pool/main/libd/libdebtags1/libdebtags1_1.0.5.dsc
libdebtags1_1.0.5.tar.gz
  to pool/main/libd/libdebtags1/libdebtags1_1.0.5.tar.gz
python-debtags_1.0.5_i386.deb
  to pool/main/libd/libdebtags1/python-debtags_1.0.5_i386.deb


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



Accepted kernel-patch-vserver 1.9.5.4 (all source)

2005-07-04 Thread Micah Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 11:51:43 -0500
Source: kernel-patch-vserver
Binary: kernel-patch-vserver
Architecture: source all
Version: 1.9.5.4
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Micah Anderson [EMAIL PROTECTED]
Description: 
 kernel-patch-vserver - context switching virtual private servers - kernel patch
Changes: 
 kernel-patch-vserver (1.9.5.4) unstable; urgency=low
 .
   * Updated patch to work with -16 of kernel-source-2.6.8
   * New patch fixes filesystem extended attributes being broken
Files: 
 1cab702fa2ace3789a045e6102e4d3d0 636 devel extra 
kernel-patch-vserver_1.9.5.4.dsc
 7ef8809d54ba957232046a7911c0b96d 1069941 devel extra 
kernel-patch-vserver_1.9.5.4.tar.gz
 624f5bc9d7bbbdc713a939e00c830332 437304 devel extra 
kernel-patch-vserver_1.9.5.4_all.deb

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

iD8DBQFCyWmO9n4qXRzy1ioRAs0ZAJ9h79kxDHsBEoAcFbEoeuu3QcSGUACaAlsx
AVl67Ff65cqSbvHHs/3kBFo=
=L3Xz
-END PGP SIGNATURE-


Accepted:
kernel-patch-vserver_1.9.5.4.dsc
  to pool/main/k/kernel-patch-vserver/kernel-patch-vserver_1.9.5.4.dsc
kernel-patch-vserver_1.9.5.4.tar.gz
  to pool/main/k/kernel-patch-vserver/kernel-patch-vserver_1.9.5.4.tar.gz
kernel-patch-vserver_1.9.5.4_all.deb
  to pool/main/k/kernel-patch-vserver/kernel-patch-vserver_1.9.5.4_all.deb


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



Accepted libgnome 2.10.1-1 (i386 source all)

2005-07-04 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 18:19:07 +0200
Source: libgnome
Binary: libgnome2-common libgnome2-0 libgnome2-doc libgnome2-dev
Architecture: source all i386
Version: 2.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libgnome2-0 - The GNOME 2 library - runtime files
 libgnome2-common - The GNOME 2 library - common files
 libgnome2-dev - The GNOME 2 library - development files
 libgnome2-doc - The GNOME 2 library - documentation files
Closes: 311455
Changes: 
 libgnome (2.10.1-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * New upstream release.
 - Drop GCC 4 compatibility patch, merged upstream.
   [debian/patches/06_gcc4build.patch]
   * Fix typos in gnome-options.7 manual page. (Closes: #311455)
 [debian/gnome-options.7]
   * Bump Standard-Versions to 3.6.2. [debian/control, debian/control.in]
Files: 
 2c6823edeb49ed338bceed5c015b1e33 1785 devel optional libgnome_2.10.1-1.dsc
 1dbc156e87e9652f9a0b820afc78f0e6 1832865 devel optional 
libgnome_2.10.1.orig.tar.gz
 3533377423aae486e2d7b2f74d2743c8 8268 devel optional libgnome_2.10.1-1.diff.gz
 8bd2169b4d766239c557da345682c996 669992 libs optional 
libgnome2-common_2.10.1-1_all.deb
 b404964dc835dbf65df8625d1ead2b2b 94318 doc optional 
libgnome2-doc_2.10.1-1_all.deb
 d325e35c4e17e1d28028821439c8ed87 95696 libs optional 
libgnome2-0_2.10.1-1_i386.deb
 f5e354ed9d6cbed39611652f99048a88 95290 libdevel optional 
libgnome2-dev_2.10.1-1_i386.deb

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

iD8DBQFCyWwxQxo87aLX0pIRAgLDAJ9C7NgjuQ6VALPOIdMalWmdYQlm3ACgkSqs
yrqN9VgcKZ3q6yAQz/Osvwg=
=H1aQ
-END PGP SIGNATURE-


Accepted:
libgnome2-0_2.10.1-1_i386.deb
  to pool/main/libg/libgnome/libgnome2-0_2.10.1-1_i386.deb
libgnome2-common_2.10.1-1_all.deb
  to pool/main/libg/libgnome/libgnome2-common_2.10.1-1_all.deb
libgnome2-dev_2.10.1-1_i386.deb
  to pool/main/libg/libgnome/libgnome2-dev_2.10.1-1_i386.deb
libgnome2-doc_2.10.1-1_all.deb
  to pool/main/libg/libgnome/libgnome2-doc_2.10.1-1_all.deb
libgnome_2.10.1-1.diff.gz
  to pool/main/libg/libgnome/libgnome_2.10.1-1.diff.gz
libgnome_2.10.1-1.dsc
  to pool/main/libg/libgnome/libgnome_2.10.1-1.dsc
libgnome_2.10.1.orig.tar.gz
  to pool/main/libg/libgnome/libgnome_2.10.1.orig.tar.gz


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



Accepted libbonobo 2.10.0-1 (i386 source)

2005-07-04 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 19:21:33 +0200
Source: libbonobo
Binary: libbonobo2-dev libbonobo2-common libbonobo2-0
Architecture: source i386
Version: 2.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 libbonobo2-0 - Bonobo CORBA interfaces library
 libbonobo2-common - Bonobo CORBA interfaces library -- support files
 libbonobo2-dev - Bonobo CORBA interfaces library -- development files
Changes: 
 libbonobo (2.10.0-1) unstable; urgency=low
 .
   * Sebastien Bacher:
 - new upstream version.
   * Josselin Mouette:
 - section for -common package is gnome, not devel.
Files: 
 694e19ab3720c24e034986e8bf0d8fcc 1676 gnome optional libbonobo_2.10.0-1.dsc
 e3a3ac839c3a1e6b60bdc05f2f252b68 1901006 gnome optional 
libbonobo_2.10.0.orig.tar.gz
 1b4ca36878a109bdb2239c3cd3fdbf48 6035 gnome optional libbonobo_2.10.0-1.diff.gz
 79cc16c4cc8d8701f9ab362b3e5b4cc9 711462 gnome optional 
libbonobo2-common_2.10.0-1_i386.deb
 8f811ce495f15f22ff0f516b4c0ca299 235190 libdevel optional 
libbonobo2-dev_2.10.0-1_i386.deb
 daf963b2c7174a4d8144f9992e20037b 144876 libs optional 
libbonobo2-0_2.10.0-1_i386.deb

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

iD8DBQFCyXGyQxo87aLX0pIRAkmOAKCUD9JyoI1GUDGD3kLojZ5vL9N3TACfUXM/
i6/AbeFO6ktAcB2H6IX47i4=
=BI17
-END PGP SIGNATURE-


Accepted:
libbonobo2-0_2.10.0-1_i386.deb
  to pool/main/libb/libbonobo/libbonobo2-0_2.10.0-1_i386.deb
libbonobo2-common_2.10.0-1_i386.deb
  to pool/main/libb/libbonobo/libbonobo2-common_2.10.0-1_i386.deb
libbonobo2-dev_2.10.0-1_i386.deb
  to pool/main/libb/libbonobo/libbonobo2-dev_2.10.0-1_i386.deb
libbonobo_2.10.0-1.diff.gz
  to pool/main/libb/libbonobo/libbonobo_2.10.0-1.diff.gz
libbonobo_2.10.0-1.dsc
  to pool/main/libb/libbonobo/libbonobo_2.10.0-1.dsc
libbonobo_2.10.0.orig.tar.gz
  to pool/main/libb/libbonobo/libbonobo_2.10.0.orig.tar.gz


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



Accepted libbonoboui 2.10.0-1 (i386 source all)

2005-07-04 Thread Sebastien Bacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 19:36:12 +0200
Source: libbonoboui
Binary: libbonoboui2-common libbonoboui2-dev libbonoboui2-0
Architecture: source all i386
Version: 2.10.0-1
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Sebastien Bacher [EMAIL PROTECTED]
Description: 
 libbonoboui2-0 - The Bonobo UI library
 libbonoboui2-common - The Bonobo UI library -- common files
 libbonoboui2-dev - The Bonobo UI library - development files
Changes: 
 libbonoboui (2.10.0-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 159483aed319e80fb267a7b855b52fe8 1814 devel optional libbonoboui_2.10.0-1.dsc
 3e3601e22d9a5b1c773b6fe27df8ffa7 1347959 devel optional 
libbonoboui_2.10.0.orig.tar.gz
 eaf9fa86ab015145fae331e94ee519cf 4419 devel optional 
libbonoboui_2.10.0-1.diff.gz
 ecbf2138fb36b9d9e5e4380d25b86330 321338 libs optional 
libbonoboui2-common_2.10.0-1_all.deb
 7deda241966e9c5ab0110f8580470134 276134 libdevel optional 
libbonoboui2-dev_2.10.0-1_i386.deb
 8157b2447287556c9c250bf485c44f5f 212088 libs optional 
libbonoboui2-0_2.10.0-1_i386.deb

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

iD8DBQFCyXU2Qxo87aLX0pIRAgQHAJ9Rr31+Bj2fjQP9ZGE1rot3CCFfmgCguc39
6Wj0DnnbKqXFqVchv+tNv5I=
=TaOU
-END PGP SIGNATURE-


Accepted:
libbonoboui2-0_2.10.0-1_i386.deb
  to pool/main/libb/libbonoboui/libbonoboui2-0_2.10.0-1_i386.deb
libbonoboui2-common_2.10.0-1_all.deb
  to pool/main/libb/libbonoboui/libbonoboui2-common_2.10.0-1_all.deb
libbonoboui2-dev_2.10.0-1_i386.deb
  to pool/main/libb/libbonoboui/libbonoboui2-dev_2.10.0-1_i386.deb
libbonoboui_2.10.0-1.diff.gz
  to pool/main/libb/libbonoboui/libbonoboui_2.10.0-1.diff.gz
libbonoboui_2.10.0-1.dsc
  to pool/main/libb/libbonoboui/libbonoboui_2.10.0-1.dsc
libbonoboui_2.10.0.orig.tar.gz
  to pool/main/libb/libbonoboui/libbonoboui_2.10.0.orig.tar.gz


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



Accepted aptitude 0.3.3-1 (i386 source all)

2005-07-04 Thread Daniel Burrows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 13:15:03 -0400
Source: aptitude
Binary: aptitude-doc-cs aptitude-doc-fr aptitude-doc-en aptitude
Architecture: source all i386
Version: 0.3.3-1
Distribution: experimental
Urgency: low
Maintainer: Daniel Burrows [EMAIL PROTECTED]
Changed-By: Daniel Burrows [EMAIL PROTECTED]
Description: 
 aptitude   - terminal-based apt frontend
 aptitude-doc-cs - Czech manual for aptitude, a terminal-based apt frontend
 aptitude-doc-en - English manual for aptitude, a terminal-based apt frontend
 aptitude-doc-fr - French manual for aptitude, a terminal-based apt frontend
Closes: 173259 198257 309824 311587 312311 312533 313321 313322 313412 313417 
313450 313459 313619 313663 314328 314330 314643 315338 315359 315376 315486 
315885 315988 316279
Changes: 
 aptitude (0.3.3-1) experimental; urgency=low
 .
   * New upstream release
 .
 - UTF-8 support.  Closes: #198257 and friends.
 .
 - Fix a case where different packages would be selected on startup
   than on shutdown. (Closes: #315359)
 .
 - Fixed the startup progress bar. (Closes: #173259)
 .
 - Don't crash when trying to display information about packages that
   have no Archive. (Closes: #312533)
 .
 - Allow media changes to be cancelled (Closes: #315885)
 .
 - Be more explicit when warning the user that the program is in
   read-only mode. (Closes: #313417)
 .
 - Typo fix for cmdline_prompt.  (Closes: #313322)
 .
 - Translation updates:
 .
   * Chinese (Simplified) (Closes: #314330)
 .
   * Chinese (Traditional) (Closes: #311587)
 .
   * Czech (Closes: #314328)
 .
   * Dutch (Closes: #315376, #316279)
 .
   * Finnish (Closes: #312311, #313450)
 .
   * German (Closes: #313663)
 .
   * Lithuanian (Closes: #314643)
 .
   * Norwegian Bokmal (Closes: #313459)
 .
   * Norwegian nynorsk (Closes: #315988)
 .
   * Polish (Closes: #315338)
 .
   * Portuguese (Closes: #315486)
 .
   * Russian (Closes: #313619)
 .
   * Slovak (Closes: #309824)
 .
   * Spanish (Closes: #313412)
 .
   * Vietnamese (Closes: #313321)
Files: 
 e72ea56a079f3d765e8358da05d9bdcf 779 admin optional aptitude_0.3.3-1.dsc
 ad8be14b875417a6ff8773741889b243 3606967 admin optional 
aptitude_0.3.3.orig.tar.gz
 6a1d49e047d9932231081b2d76c9fc9d 17381 admin optional aptitude_0.3.3-1.diff.gz
 576cab8809b0cf6a0deb6421d1591e21 397032 doc optional 
aptitude-doc-cs_0.3.3-1_all.deb
 3017f735a67514b65880e3553e4a6309 388186 doc optional 
aptitude-doc-en_0.3.3-1_all.deb
 c79dcf72ec5357019e79f22941cc69e4 393068 doc optional 
aptitude-doc-fr_0.3.3-1_all.deb
 a57cdfb85fd5f251f8bfda7948927944 2080600 admin optional 
aptitude_0.3.3-1_i386.deb

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

iD8DBQFCyXkXch6xsM7kSXgRAkGfAKCDyFE6OO+u7BVed2KR8+vm7nUL5QCgiS/o
nbF/RPdlnzma0j/JPSvJ60c=
=/PgM
-END PGP SIGNATURE-


Accepted:
aptitude-doc-cs_0.3.3-1_all.deb
  to pool/main/a/aptitude/aptitude-doc-cs_0.3.3-1_all.deb
aptitude-doc-en_0.3.3-1_all.deb
  to pool/main/a/aptitude/aptitude-doc-en_0.3.3-1_all.deb
aptitude-doc-fr_0.3.3-1_all.deb
  to pool/main/a/aptitude/aptitude-doc-fr_0.3.3-1_all.deb
aptitude_0.3.3-1.diff.gz
  to pool/main/a/aptitude/aptitude_0.3.3-1.diff.gz
aptitude_0.3.3-1.dsc
  to pool/main/a/aptitude/aptitude_0.3.3-1.dsc
aptitude_0.3.3-1_i386.deb
  to pool/main/a/aptitude/aptitude_0.3.3-1_i386.deb
aptitude_0.3.3.orig.tar.gz
  to pool/main/a/aptitude/aptitude_0.3.3.orig.tar.gz


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



Accepted glimpse 4.18.0-5 (i386 source)

2005-07-04 Thread Shaun Jackman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 10:57:32 -0700
Source: glimpse
Binary: glimpse
Architecture: source i386
Version: 4.18.0-5
Distribution: unstable
Urgency: low
Maintainer: Shaun Jackman [EMAIL PROTECTED]
Changed-By: Shaun Jackman [EMAIL PROTECTED]
Description: 
 glimpse- search quickly through entire file systems
Closes: 308667
Changes: 
 glimpse (4.18.0-5) unstable; urgency=low
 .
   * Change the upstrem author to Golda Velez [EMAIL PROTECTED].
   * Following a conversation with Golda Velez, update the license to give
 Debian permission to distribute modified binaries. Closes: #308667.
Files: 
 a8bb20f2448275cdc0b8175f58a4a953 575 non-free/text optional 
glimpse_4.18.0-5.dsc
 90819940627198552b0fc63eb9d3858f 25694 non-free/text optional 
glimpse_4.18.0-5.diff.gz
 946990b110a46e2feac63708746a379c 489900 non-free/text optional 
glimpse_4.18.0-5_i386.deb

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

iD8DBQFCyXmwvFdYF1IwUUoRAt5OAKCm16KDnCRGVbsBOz+MaKXtm/LBWQCg1X/Y
qt5AdwjyLNnuzMrNHRtk0eE=
=HyzE
-END PGP SIGNATURE-


Accepted:
glimpse_4.18.0-5.diff.gz
  to pool/non-free/g/glimpse/glimpse_4.18.0-5.diff.gz
glimpse_4.18.0-5.dsc
  to pool/non-free/g/glimpse/glimpse_4.18.0-5.dsc
glimpse_4.18.0-5_i386.deb
  to pool/non-free/g/glimpse/glimpse_4.18.0-5_i386.deb


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



Accepted poker-eval 127.0-1 (i386 source)

2005-07-04 Thread OuoU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 18:46:55 +0200
Source: poker-eval
Binary: libpoker-eval-dev libpoker-eval
Architecture: source i386
Version: 127.0-1
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) [EMAIL PROTECTED]
Changed-By: Loic Dachary (OuoU) [EMAIL PROTECTED]
Description: 
 libpoker-eval - poker hand evaluator library
 libpoker-eval-dev - poker hand evaluator library development files
Changes: 
 poker-eval (127.0-1) unstable; urgency=low
 .
   * upstream version
Files: 
 7eb5c78e77a093c514bbac05c71e3e61 633 devel optional poker-eval_127.0-1.dsc
 27054b4132cb9ef9bf70d1fe4df6 470835 devel optional 
poker-eval_127.0.orig.tar.gz
 28f38d182b0308c3508c9a40a8bdbb17 2893 devel optional poker-eval_127.0-1.diff.gz
 ae5332f7e4443d3b60cf658c9f71a2aa 70358 devel optional 
libpoker-eval-dev_127.0-1_i386.deb
 2703ef81d96a81a63e902ca6d59f4dc4 59078 libs optional 
libpoker-eval_127.0-1_i386.deb

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

iD8DBQFCyXqY8dLMyEl6F20RAllBAKCbrghonFpbYkcMN3h5xhdhfltsTACgokbs
0eefgnC5ayOVnNEiWtGDlO8=
=bRwD
-END PGP SIGNATURE-


Accepted:
libpoker-eval-dev_127.0-1_i386.deb
  to pool/main/p/poker-eval/libpoker-eval-dev_127.0-1_i386.deb
libpoker-eval_127.0-1_i386.deb
  to pool/main/p/poker-eval/libpoker-eval_127.0-1_i386.deb
poker-eval_127.0-1.diff.gz
  to pool/main/p/poker-eval/poker-eval_127.0-1.diff.gz
poker-eval_127.0-1.dsc
  to pool/main/p/poker-eval/poker-eval_127.0-1.dsc
poker-eval_127.0.orig.tar.gz
  to pool/main/p/poker-eval/poker-eval_127.0.orig.tar.gz


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



Accepted tcpreplay 2.99+3.0.beta6-1 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 19:32:52 +0200
Source: tcpreplay
Binary: tcpreplay
Architecture: source i386
Version: 2.99+3.0.beta6-1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 tcpreplay  - Tool to replay saved tcpdump files at arbitrary speeds
Changes: 
 tcpreplay (2.99+3.0.beta6-1) unstable; urgency=low
 .
   * upgrading to the tcpreplay 3.0 tree
   * switch to libpcap0.9-dev
   * updated Standards-Version
   * added watch file
Files: 
 b96bd1dc65e13f194cc2b80acd357baa 633 net optional 
tcpreplay_2.99+3.0.beta6-1.dsc
 b918fba299c2eb80a7c0bdaa49a2c53b 1182728 net optional 
tcpreplay_2.99+3.0.beta6.orig.tar.gz
 2c0e2e34e14be21c4fc9290c55c0861a 25585 net optional 
tcpreplay_2.99+3.0.beta6-1.diff.gz
 9c5828fe6910d5b6280f4eb07dda4a1a 789806 net optional 
tcpreplay_2.99+3.0.beta6-1_i386.deb

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

iD8DBQFCyXZp9/DnDzB9Vu0RAowVAJ9tyr5swelRYRxajrlmcqcdNJo39wCdECoq
Hq/8xs8lpgAhDTUWNfNGllU=
=yFfH
-END PGP SIGNATURE-


Accepted:
tcpreplay_2.99+3.0.beta6-1.diff.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6-1.diff.gz
tcpreplay_2.99+3.0.beta6-1.dsc
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6-1.dsc
tcpreplay_2.99+3.0.beta6-1_i386.deb
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6-1_i386.deb
tcpreplay_2.99+3.0.beta6.orig.tar.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6.orig.tar.gz


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



Accepted smbc 1.2.2-1 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 20:22:26 +0200
Source: smbc
Binary: smbc
Architecture: source i386
Version: 1.2.2-1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 smbc   - samba-commander - curses based samba network browser
Changes: 
 smbc (1.2.2-1) unstable; urgency=low
 .
   * new upstream from 2005-06-29
   * updated Standards-Version
   * added watch file
Files: 
 2e770c35f8d4f51b9da0c8182223db37 619 net optional smbc_1.2.2-1.dsc
 f5c1a16ea0378d96cb27e8d96229e8ad 977908 net optional smbc_1.2.2.orig.tar.gz
 8dd2e90db694ed46dd20c4663bb7248f 6620 net optional smbc_1.2.2-1.diff.gz
 837828241052eb3c96ef0a12944ac437 118578 net optional smbc_1.2.2-1_i386.deb

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

iD8DBQFCyX889/DnDzB9Vu0RAlklAJ0ck4ws86f65b1IEtQVjn1vxE8cJACbB9OG
ksMFV8FrAc9htsGXwqQTftw=
=Yerz
-END PGP SIGNATURE-


Accepted:
smbc_1.2.2-1.diff.gz
  to pool/main/s/smbc/smbc_1.2.2-1.diff.gz
smbc_1.2.2-1.dsc
  to pool/main/s/smbc/smbc_1.2.2-1.dsc
smbc_1.2.2-1_i386.deb
  to pool/main/s/smbc/smbc_1.2.2-1_i386.deb
smbc_1.2.2.orig.tar.gz
  to pool/main/s/smbc/smbc_1.2.2.orig.tar.gz


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



Accepted peacock 1.9.1-6 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 20:56:11 +0200
Source: peacock
Binary: peacock
Architecture: source i386
Version: 1.9.1-6
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 peacock- A HTML Editor for GTK+/GNOME
Closes: 223075 305998
Changes: 
 peacock (1.9.1-6) unstable; urgency=low
 .
   * building with libgtkhtml3.6-dev
 (closes: Bug#305998)
   * updated Standards-Version
   * added watchfile
   * peacock is in the Debian menu. if it would be a Gnome2 program
 it would be added to the Gnome menu
 (closes: Bug#223075)
Files: 
 bd707286116fc90b9c0954e9b1574bb9 839 gnome optional peacock_1.9.1-6.dsc
 224d439b525f24659366a92dc86ba87b 63632 gnome optional peacock_1.9.1-6.diff.gz
 0ebc38c31ad2a7b64d6f3e9e4614d68c 57608 gnome optional peacock_1.9.1-6_i386.deb

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

iD8DBQFCyYlM9/DnDzB9Vu0RAhslAJ9YMbaKQQfkBqN8lwoZftVrm19huwCgi2ZS
sK34G76vEMLoK4x9zGaK4LY=
=TwS3
-END PGP SIGNATURE-


Accepted:
peacock_1.9.1-6.diff.gz
  to pool/main/p/peacock/peacock_1.9.1-6.diff.gz
peacock_1.9.1-6.dsc
  to pool/main/p/peacock/peacock_1.9.1-6.dsc
peacock_1.9.1-6_i386.deb
  to pool/main/p/peacock/peacock_1.9.1-6_i386.deb


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



Accepted hsqldb 1.8.0.0-1 (all source)

2005-07-04 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 18:03:23 +0200
Source: hsqldb
Binary: hsqldb-server libhsqldb-java-doc libhsqldb-java
Architecture: source all
Version: 1.8.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 hsqldb-server - Java SQL database server
 libhsqldb-java - Java SQL database engine
 libhsqldb-java-doc - documentation for HSQLDB
Changes: 
 hsqldb (1.8.0.0-1) experimental; urgency=low
 .
   * New upstream release
   * Updated standards version
Files: 
 49721aadb77957370d8bf4724d2aa9f0 687 libs optional hsqldb_1.8.0.0-1.dsc
 d734fd507ed56e93d2e2125ffb24fc8d 1985882 libs optional 
hsqldb_1.8.0.0.orig.tar.gz
 6703989aab0c0052cb85b99fd9c03a3b 8203 libs optional hsqldb_1.8.0.0-1.diff.gz
 c39ee1184f45e8b48899e3588448911a 645664 libs optional 
libhsqldb-java_1.8.0.0-1_all.deb
 26b08c250064ead83c3b4690f18d2ddd 828784 doc optional 
libhsqldb-java-doc_1.8.0.0-1_all.deb
 f6e9f1d602bf91e75cd13cbd42b4f739 37228 misc optional 
hsqldb-server_1.8.0.0-1_all.deb

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

iD8DBQFCyYt6TTx8oVVPtMYRAlFLAJ4tSKVfmNzFKlgpcv5HvhINY7wZyQCghjfe
/5VbxBsDNYic0pyV1u10nEY=
=OdzS
-END PGP SIGNATURE-


Accepted:
hsqldb-server_1.8.0.0-1_all.deb
  to pool/main/h/hsqldb/hsqldb-server_1.8.0.0-1_all.deb
hsqldb_1.8.0.0-1.diff.gz
  to pool/main/h/hsqldb/hsqldb_1.8.0.0-1.diff.gz
hsqldb_1.8.0.0-1.dsc
  to pool/main/h/hsqldb/hsqldb_1.8.0.0-1.dsc
hsqldb_1.8.0.0.orig.tar.gz
  to pool/main/h/hsqldb/hsqldb_1.8.0.0.orig.tar.gz
libhsqldb-java-doc_1.8.0.0-1_all.deb
  to pool/main/h/hsqldb/libhsqldb-java-doc_1.8.0.0-1_all.deb
libhsqldb-java_1.8.0.0-1_all.deb
  to pool/main/h/hsqldb/libhsqldb-java_1.8.0.0-1_all.deb


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



Accepted debtags-edit 1.0.3 (i386 source)

2005-07-04 Thread Enrico Zini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 21:04:38 +0200
Source: debtags-edit
Binary: debtags-edit
Architecture: source i386
Version: 1.0.3
Distribution: unstable
Urgency: low
Maintainer: Enrico Zini [EMAIL PROTECTED]
Changed-By: Enrico Zini [EMAIL PROTECTED]
Description: 
 debtags-edit - GUI browser and editor for Debian Package Tags
Changes: 
 debtags-edit (1.0.3) unstable; urgency=low
 .
   * Filter is now activated when pressing enter on a field
Files: 
 928d55f3a9058f6ca5f1f0912568 608 misc optional debtags-edit_1.0.3.dsc
 f87c87afe96b1bd5ce1820f45f2d2368 180840 misc optional debtags-edit_1.0.3.tar.gz
 b4114c2facdb159b5b27a2457844ecba 289628 misc optional 
debtags-edit_1.0.3_i386.deb

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

iD8DBQFCyYkB9LSwzHl+v6sRAoAfAJ4s7cx2Qqu8xHJVZpM+V822+CXqTQCePVpd
FvY4TPtioD5DtRhOBa6ywE0=
=W4C0
-END PGP SIGNATURE-


Accepted:
debtags-edit_1.0.3.dsc
  to pool/main/d/debtags-edit/debtags-edit_1.0.3.dsc
debtags-edit_1.0.3.tar.gz
  to pool/main/d/debtags-edit/debtags-edit_1.0.3.tar.gz
debtags-edit_1.0.3_i386.deb
  to pool/main/d/debtags-edit/debtags-edit_1.0.3_i386.deb


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



Accepted postmark 1.51-4 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 20:41:04 +0200
Source: postmark
Binary: postmark
Architecture: source i386
Version: 1.51-4
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 postmark   - File system benchmark from NetApp
Changes: 
 postmark (1.51-4) unstable; urgency=low
 .
   * corrected Priority to extra
   * updated Standards-Version
Files: 
 68492a1dd226c4255e40fb64241cafe1 547 utils optional postmark_1.51-4.dsc
 2370c6ee620da191729acc42b54973d5 3497 utils optional postmark_1.51-4.diff.gz
 9e60397015b6def26664f3bb2c217b16 11250 utils optional postmark_1.51-4_i386.deb

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

iD8DBQFCyYPv9/DnDzB9Vu0RAqbOAKCIpeBwoXa/fmFWfb1w8WzeNvkyHACfSnQF
UgX/hAGYf9ofLVzN6ETUv/k=
=EF7V
-END PGP SIGNATURE-


Accepted:
postmark_1.51-4.diff.gz
  to pool/main/p/postmark/postmark_1.51-4.diff.gz
postmark_1.51-4.dsc
  to pool/main/p/postmark/postmark_1.51-4.dsc
postmark_1.51-4_i386.deb
  to pool/main/p/postmark/postmark_1.51-4_i386.deb


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



Accepted postmark 1.51-5 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 22:08:02 +0200
Source: postmark
Binary: postmark
Architecture: source i386
Version: 1.51-5
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 postmark   - File system benchmark from NetApp
Changes: 
 postmark (1.51-5) unstable; urgency=low
 .
   * corrected Priority to extra
   * updated Standards-Version
Files: 
 ec277b16afd42bb033b5f98cc9e09402 547 utils extra postmark_1.51-5.dsc
 783b68e0f016918da368c0c81ade3fd0 3509 utils extra postmark_1.51-5.diff.gz
 ee6b5a10d83302697089ee673107fc95 11274 utils extra postmark_1.51-5_i386.deb

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

iD8DBQFCyZdF9/DnDzB9Vu0RAobCAJ46yj+0dVkJexVIXlawbGoUlresmQCfbQsi
vmIxreAKr0Jy8VJ12G33Muk=
=1lR1
-END PGP SIGNATURE-


Accepted:
postmark_1.51-5.diff.gz
  to pool/main/p/postmark/postmark_1.51-5.diff.gz
postmark_1.51-5.dsc
  to pool/main/p/postmark/postmark_1.51-5.dsc
postmark_1.51-5_i386.deb
  to pool/main/p/postmark/postmark_1.51-5_i386.deb


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



Accepted shapelib 1.2.10-3 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 08 Apr 2005 10:51:19 +0200
Source: shapelib
Binary: libshp-dev libshp1 shapelib
Architecture: source i386
Version: 1.2.10-3
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 libshp-dev - C API for reading and writing ArcView Shapefiles
 libshp1- C API for reading and writing ArcView Shapefiles
 shapelib   - C API for reading and writing ArcView Shapefiles
Closes: 308238
Changes: 
 shapelib (1.2.10-3) unstable; urgency=low
 .
   * closing fixed NMU bug
 (closes: Bug#308238)
   * Updated Standards-Version
   * added watch file
Files: 
 fae417ab7d22adaee55fdaeba6fed061 596 - optional shapelib_1.2.10-3.dsc
 7678b558b52db7999befe8eb15615775 9772 - optional shapelib_1.2.10-3.diff.gz
 33025c0f37862983d489c4505d746767 60214 graphics optional 
shapelib_1.2.10-3_i386.deb
 bc74592211948e7efa9fe92accb25a5e 25024 libdevel optional 
libshp-dev_1.2.10-3_i386.deb
 d070af6b42de82743c5eb6d0337370c6 21204 libs optional libshp1_1.2.10-3_i386.deb

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

iD8DBQFCyYI49/DnDzB9Vu0RAt2MAKCSbHAvdD4raKYPmF7LB+LzzmlGLQCfUIFb
yti7h4k8UCrgE1Y1COwJfWM=
=4BIn
-END PGP SIGNATURE-


Accepted:
libshp-dev_1.2.10-3_i386.deb
  to pool/main/s/shapelib/libshp-dev_1.2.10-3_i386.deb
libshp1_1.2.10-3_i386.deb
  to pool/main/s/shapelib/libshp1_1.2.10-3_i386.deb
shapelib_1.2.10-3.diff.gz
  to pool/main/s/shapelib/shapelib_1.2.10-3.diff.gz
shapelib_1.2.10-3.dsc
  to pool/main/s/shapelib/shapelib_1.2.10-3.dsc
shapelib_1.2.10-3_i386.deb
  to pool/main/s/shapelib/shapelib_1.2.10-3_i386.deb


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



Accepted openipmi 2.0.1-1 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 21:29:17 +0200
Source: openipmi
Binary: openipmi libopenipmi-dev libopenipmi0
Architecture: source i386
Version: 2.0.1-1
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 libopenipmi-dev - Intelligent Platform Management Interface - development
 libopenipmi0 - Intelligent Platform Management Interface - runtime
 openipmi   - Intelligent Platform Management Interface (for servers)
Closes: 304580 305889
Changes: 
 openipmi (2.0.1-1) unstable; urgency=low
 .
   * going to 2.x upstream
   * the gcc 4.0 build problem is fixed by upstream in this version
 (closes: Bug#304580)
   * updated Standards-Version
   * removed debmake build-dep
 (closes: Bug#305889)
Files: 
 fb31083c799e357c62de6a4958b63efa 642 admin optional openipmi_2.0.1-1.dsc
 b5474114ff84a872c5075744201bc4f0 2085698 admin optional 
openipmi_2.0.1.orig.tar.gz
 6ff50d04a6a1110c39124ea445e143dd 50702 admin optional openipmi_2.0.1-1.diff.gz
 d2112aac36bd6c476cd925435b5a1543 107086 admin optional 
openipmi_2.0.1-1_i386.deb
 991a857ac1f9bfe86d0b930b037a1dad 467298 devel optional 
libopenipmi0_2.0.1-1_i386.deb
 c989b66372fe212708d40ad97797a29c 608780 libdevel optional 
libopenipmi-dev_2.0.1-1_i386.deb

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

iD8DBQFCyZji9/DnDzB9Vu0RAgF3AJ9hxgmCOLesCndcRGZWl3RCyMl92QCbBF+x
7ITPpGe2jkk9ZALeYKGqr4M=
=Fc3A
-END PGP SIGNATURE-


Accepted:
libopenipmi-dev_2.0.1-1_i386.deb
  to pool/main/o/openipmi/libopenipmi-dev_2.0.1-1_i386.deb
libopenipmi0_2.0.1-1_i386.deb
  to pool/main/o/openipmi/libopenipmi0_2.0.1-1_i386.deb
openipmi_2.0.1-1.diff.gz
  to pool/main/o/openipmi/openipmi_2.0.1-1.diff.gz
openipmi_2.0.1-1.dsc
  to pool/main/o/openipmi/openipmi_2.0.1-1.dsc
openipmi_2.0.1-1_i386.deb
  to pool/main/o/openipmi/openipmi_2.0.1-1_i386.deb
openipmi_2.0.1.orig.tar.gz
  to pool/main/o/openipmi/openipmi_2.0.1.orig.tar.gz


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



Accepted gnubiff 2.1.4-1 (i386 source)

2005-07-04 Thread Roland Stigge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 22:03:46 +0200
Source: gnubiff
Binary: gnubiff
Architecture: source i386
Version: 2.1.4-1
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge [EMAIL PROTECTED]
Changed-By: Roland Stigge [EMAIL PROTECTED]
Description: 
 gnubiff- A mail notification program for GNOME (and others)
Changes: 
 gnubiff (2.1.4-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Standards-Version: 3.6.2.0
Files: 
 933e3c69e2eacc5d59a11deb9919b4f7 710 mail optional gnubiff_2.1.4-1.dsc
 834443eb47d5a83ff24a37bc7940676a 782287 mail optional gnubiff_2.1.4.orig.tar.gz
 aa0a57c828bfc88089e76c364d23c91b 4365 mail optional gnubiff_2.1.4-1.diff.gz
 861e6140f8eaeff438584b5d4d9d6ab4 445558 mail optional gnubiff_2.1.4-1_i386.deb

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

iD8DBQFCyZqVcaH/YBv43g8RAoZPAKCg8Rx+HxIbyyFJr+PgyLGmG0e68QCfQjd1
kLy4KWIdLH6YjHS6LPhRo/0=
=5rc6
-END PGP SIGNATURE-


Accepted:
gnubiff_2.1.4-1.diff.gz
  to pool/main/g/gnubiff/gnubiff_2.1.4-1.diff.gz
gnubiff_2.1.4-1.dsc
  to pool/main/g/gnubiff/gnubiff_2.1.4-1.dsc
gnubiff_2.1.4-1_i386.deb
  to pool/main/g/gnubiff/gnubiff_2.1.4-1_i386.deb
gnubiff_2.1.4.orig.tar.gz
  to pool/main/g/gnubiff/gnubiff_2.1.4.orig.tar.gz


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



Accepted mb2md 3.20-2 (all source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 22:38:35 +0200
Source: mb2md
Binary: mb2md
Architecture: source all
Version: 3.20-2
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 mb2md  - Converting Mbox mailboxes to Maildir format
Closes: 280797
Changes: 
 mb2md (3.20-2) unstable; urgency=low
 .
   * fixed manpage typo
 (closes: Bug#280797)
   * updated Standards-Version
   * added watchfile
Files: 
 36116cbaefd9fc8af26373d7ed766f48 562 net optional mb2md_3.20-2.dsc
 d70a6bcbad98b0af78020a652abb9e09 8364 net optional mb2md_3.20-2.diff.gz
 a91213c1528638680ef6afd3ad2dd57e 23602 net optional mb2md_3.20-2_all.deb

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

iD8DBQFCyZ5a9/DnDzB9Vu0RAsggAKCGQRher/xpTush59jfdxszLU+Z3wCZAX8w
Ac6DpMkMZtunDv9gsDWEeYw=
=emwf
-END PGP SIGNATURE-


Accepted:
mb2md_3.20-2.diff.gz
  to pool/main/m/mb2md/mb2md_3.20-2.diff.gz
mb2md_3.20-2.dsc
  to pool/main/m/mb2md/mb2md_3.20-2.dsc
mb2md_3.20-2_all.deb
  to pool/main/m/mb2md/mb2md_3.20-2_all.deb


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



Accepted azureus 2.3.0.4-1 (all source)

2005-07-04 Thread Shaun Jackman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 10:45:54 -0700
Source: azureus
Binary: azureus
Architecture: source all
Version: 2.3.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Shaun Jackman [EMAIL PROTECTED]
Changed-By: Shaun Jackman [EMAIL PROTECTED]
Description: 
 azureus- BitTorrent client
Closes: 316817
Changes: 
 azureus (2.3.0.4-1) unstable; urgency=low
 .
   * New upstream release. Closes: #316817.
Files: 
 f11924261af235de31a9e85c1592ada0 686 contrib/net optional azureus_2.3.0.4-1.dsc
 2af603bbd39600cb34327c28e6eaf2c1 2873960 contrib/net optional 
azureus_2.3.0.4.orig.tar.gz
 0f8bea506f307dd35fa139157c249bfa 5925 contrib/net optional 
azureus_2.3.0.4-1.diff.gz
 8a87ec66cda5fdecd344ad460ac0dd63 4771572 contrib/net optional 
azureus_2.3.0.4-1_all.deb

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

iD8DBQFCyZJpvFdYF1IwUUoRAjNVAKDgaRMmOmhdFtfMLCsE7tebcLejAgCcC1pL
ct0EtMcwRIXVaihBBVQw10U=
=np+C
-END PGP SIGNATURE-


Accepted:
azureus_2.3.0.4-1.diff.gz
  to pool/contrib/a/azureus/azureus_2.3.0.4-1.diff.gz
azureus_2.3.0.4-1.dsc
  to pool/contrib/a/azureus/azureus_2.3.0.4-1.dsc
azureus_2.3.0.4-1_all.deb
  to pool/contrib/a/azureus/azureus_2.3.0.4-1_all.deb
azureus_2.3.0.4.orig.tar.gz
  to pool/contrib/a/azureus/azureus_2.3.0.4.orig.tar.gz


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



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

2005-07-04 Thread Ralf Treinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 22:44:02 +0200
Source: texmacs
Binary: texmacs-common texmacs
Architecture: source i386 all
Version: 1:1.0.5.5-1
Distribution: experimental
Urgency: low
Maintainer: Ralf Treinen [EMAIL PROTECTED]
Changed-By: Ralf Treinen [EMAIL PROTECTED]
Description: 
 texmacs- WYSIWYG emacs-ish mathematical text editor, using tex fonts
 texmacs-common - WYSIWYG emacs-ish mathematical text editor, using tex fonts
Changes: 
 texmacs (1:1.0.5.5-1) experimental; urgency=low
 .
   * New upstream release.
   * Removed patch 03_maxima since issue seems to be solved by upstream.
   * Modified patch 04_axiom: call axiom with additional options -noht
 and -nogr to work around bug #309727, as suggested by Dylan Thurston
 (thanks!).
Files: 
 cd5c524c8d6899f52ab24513e19a6bb7 762 editors optional texmacs_1.0.5.5-1.dsc
 ba049e121467e8bc9690336b31a7e5df 2983188 editors optional 
texmacs_1.0.5.5.orig.tar.gz
 c8073352f3506256e560596751288f78 23766 editors optional 
texmacs_1.0.5.5-1.diff.gz
 408a950fded5e577a9be633ed71b49c5 2414766 editors optional 
texmacs-common_1.0.5.5-1_all.deb
 3a1a0d141955c69f1ddfdb3f9f6fa7cb 1173308 editors optional 
texmacs_1.0.5.5-1_i386.deb

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

iD8DBQFCyaGWtzWmSeC6BMERAsa1AKDRXuDv48v7OcHgJehDD2he9+sdJQCeKfXh
cE00R1e1XIb9lotgo/O0R4A=
=bIdT
-END PGP SIGNATURE-


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


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



Accepted doc-linux-de 2003.10-3 (all source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 22:59:16 +0200
Source: doc-linux-de
Binary: doc-linux-de
Architecture: source all
Version: 2003.10-3
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 doc-linux-de - Linux HOWTOs in German
Closes: 264028
Changes: 
 doc-linux-de (2003.10-3) unstable; urgency=low
 .
   * fixed bashism in rules file
 (closes: Bug#264028)
   * updated Standard-Version
Files: 
 f47a9fcd3345041af5fb62a35cc1fe34 527 doc optional doc-linux-de_2003.10-3.dsc
 e7e0b6e730d7e178b96d229d9711d4e0 961385 doc optional 
doc-linux-de_2003.10-3.tar.gz
 def9fdd7202bdf58acb6eb26a37c1939 1031242 doc optional 
doc-linux-de_2003.10-3_all.deb

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

iD8DBQFCyaNw9/DnDzB9Vu0RAg6ZAJ99iwmSXJgTLL0cnTuMcE2MyoYFvwCdF8Nr
vlB59wlBKA8H924mhH9DfEo=
=O22w
-END PGP SIGNATURE-


Accepted:
doc-linux-de_2003.10-3.dsc
  to pool/main/d/doc-linux-de/doc-linux-de_2003.10-3.dsc
doc-linux-de_2003.10-3.tar.gz
  to pool/main/d/doc-linux-de/doc-linux-de_2003.10-3.tar.gz
doc-linux-de_2003.10-3_all.deb
  to pool/main/d/doc-linux-de/doc-linux-de_2003.10-3_all.deb


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



Accepted tcpreplay 2.99+3.0.beta6-2 (i386 source)

2005-07-04 Thread Noèl Köthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 04 Jul 2005 23:19:26 +0200
Source: tcpreplay
Binary: tcpreplay
Architecture: source i386
Version: 2.99+3.0.beta6-2
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 tcpreplay  - Tool to replay saved tcpdump files at arbitrary speeds
Changes: 
 tcpreplay (2.99+3.0.beta6-2) unstable; urgency=low
 .
   * remove stupid man2html in package
Files: 
 af77fed6806e6530618119b2150b8d41 633 net optional 
tcpreplay_2.99+3.0.beta6-2.dsc
 0c3fde2017c99bd6900cef2ac4d1e293 25622 net optional 
tcpreplay_2.99+3.0.beta6-2.diff.gz
 9bad2a75ac90ca8ce03d7db9a9d6c0f3 785926 net optional 
tcpreplay_2.99+3.0.beta6-2_i386.deb

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

iD8DBQFCyajl9/DnDzB9Vu0RAnA4AKCXdNe/CD+eyrUyalxnt5FaqjX63wCgiv/a
58lX1asJeXZHmCnQlWQkOqk=
=yvuj
-END PGP SIGNATURE-


Accepted:
tcpreplay_2.99+3.0.beta6-2.diff.gz
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6-2.diff.gz
tcpreplay_2.99+3.0.beta6-2.dsc
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6-2.dsc
tcpreplay_2.99+3.0.beta6-2_i386.deb
  to pool/main/t/tcpreplay/tcpreplay_2.99+3.0.beta6-2_i386.deb


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



Accepted gnusound 0.7.2-1 (i386 source)

2005-07-04 Thread Duck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 20:35:28 +0200
Source: gnusound
Binary: gnusound
Architecture: source i386
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Marc Dequènes (Duck) [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 gnusound   - multitrack sound editor for GNOME
Closes: 314540
Changes: 
 gnusound (0.7.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #314540).
   * Removed clean rule hack to work around #299010.
   * Don't overwrite DEB_CONFIGURE_SCRIPT_ENV completely.
   * Increased Standards-Version (no changes needed).
   * Improved .desktop file and moved it to the right directory.
   * Added upstream patch solving Alsa problems.
   * Re-autogen-ized.
Files: 
 c1c3a4aab386fa6e977029f12f1edf0a 954 sound optional gnusound_0.7.2-1.dsc
 a0349f73c33fc6f9367c719c9c3c91d5 645635 sound optional 
gnusound_0.7.2.orig.tar.gz
 029c66c2f07cb28104ea56a45cb66031 89957 sound optional gnusound_0.7.2-1.diff.gz
 079a2d75be9c3e863f717653bb8e1450 1942224 sound optional 
gnusound_0.7.2-1_i386.deb

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

iD8DBQFCya1asczZcpAmcIYRAnVXAJ9kkmYLJjctv5MvqOxxSwCwTcRUjACeODKI
BSz7u/LKb4Q+h+Y6jNkc0GQ=
=PlrK
-END PGP SIGNATURE-


Accepted:
gnusound_0.7.2-1.diff.gz
  to pool/main/g/gnusound/gnusound_0.7.2-1.diff.gz
gnusound_0.7.2-1.dsc
  to pool/main/g/gnusound/gnusound_0.7.2-1.dsc
gnusound_0.7.2-1_i386.deb
  to pool/main/g/gnusound/gnusound_0.7.2-1_i386.deb
gnusound_0.7.2.orig.tar.gz
  to pool/main/g/gnusound/gnusound_0.7.2.orig.tar.gz


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



Accepted libgnomeui 2.10.1-1 (i386 source all)

2005-07-04 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 21:44:48 +0200
Source: libgnomeui
Binary: libgnomeui-doc libgnomeui-common libgnomeui-0-dbg libgnomeui-0 
libgnomeui-dev
Architecture: source all i386
Version: 2.10.1-1
Distribution: unstable
Urgency: low
Maintainer: Ondřej Surý [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libgnomeui-0 - The GNOME 2 libraries (User Interface) - runtime files
 libgnomeui-0-dbg - The GNOME 2 libraries (User Interface) and debugging symbols
 libgnomeui-common - The GNOME 2 libraries (User Interface) - common files
 libgnomeui-dev - The GNOME 2 libraries (User Interface) - development files
 libgnomeui-doc - The GNOME 2 libraries (User Interface) - documentation files
Closes: 228863 279113 299295 302057
Changes: 
 libgnomeui (2.10.1-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * New upstream release.
 - Drop patch for gnome druid, upstream implemented another fix.
   [debian/patches/04_gnomedruid-hidden-pages.patch]
 - Update MAXPATHLEN patch. [debian/patches/05_maxpathlen.patch]
   * Grab a patch to work around threading issues with Gdk. (Closes: #279113)
 [debian/patches/20_gdk_thread_lock.patch]
   * Grab a patch to fix the crash dialog being always activated.
 (Closes: #228863, #299295) [debian/patches/30_crash-dialog.patch]
   * Bump Standard-Version to 3.6.2. [debian/control, debian/control.in]
   * Remove xlibs-dev alternative dependencies as the transition from woody
 is over. (Closes: #302057) [debian/control, debian/control.in]
Files: 
 64633bb3e0090dd9a2b906f2ab10f769 1964 libs optional libgnomeui_2.10.1-1.dsc
 e014df5f8b2fd81c90183f008bc0b837 2517479 libs optional 
libgnomeui_2.10.1.orig.tar.gz
 88a7e81dad6badee72dfc960a0459e75 9628 libs optional libgnomeui_2.10.1-1.diff.gz
 10a65aea3529cf01520cda3aae89a551 605564 libs optional 
libgnomeui-common_2.10.1-1_all.deb
 38183d7b0bd492701d939e874d638938 283894 doc optional 
libgnomeui-doc_2.10.1-1_all.deb
 9e871343379a8e27d05eb4a06c6cfb61 332982 libs optional 
libgnomeui-0_2.10.1-1_i386.deb
 1728dc77a9e817bc8682c030efd5c04b 3894312 libdevel optional 
libgnomeui-0-dbg_2.10.1-1_i386.deb
 3188041975ee8f09ccc695021dc37004 387122 libdevel optional 
libgnomeui-dev_2.10.1-1_i386.deb

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

iD8DBQFCybWvQxo87aLX0pIRAj8sAKCEbx9NvdPudPryiBZNHoULDD2vPgCcDY4Q
UfbXSiprwvk0mWo3cqD+smA=
=Aqsz
-END PGP SIGNATURE-


Accepted:
libgnomeui-0-dbg_2.10.1-1_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-0-dbg_2.10.1-1_i386.deb
libgnomeui-0_2.10.1-1_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-0_2.10.1-1_i386.deb
libgnomeui-common_2.10.1-1_all.deb
  to pool/main/libg/libgnomeui/libgnomeui-common_2.10.1-1_all.deb
libgnomeui-dev_2.10.1-1_i386.deb
  to pool/main/libg/libgnomeui/libgnomeui-dev_2.10.1-1_i386.deb
libgnomeui-doc_2.10.1-1_all.deb
  to pool/main/libg/libgnomeui/libgnomeui-doc_2.10.1-1_all.deb
libgnomeui_2.10.1-1.diff.gz
  to pool/main/libg/libgnomeui/libgnomeui_2.10.1-1.diff.gz
libgnomeui_2.10.1-1.dsc
  to pool/main/libg/libgnomeui/libgnomeui_2.10.1-1.dsc
libgnomeui_2.10.1.orig.tar.gz
  to pool/main/libg/libgnomeui/libgnomeui_2.10.1.orig.tar.gz


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



Accepted vgabios 0.5b-1 (all source)

2005-07-04 Thread Guillem Jover
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  5 Jul 2005 01:21:45 +0300
Source: vgabios
Binary: vgabios
Architecture: source all
Version: 0.5b-1
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover [EMAIL PROTECTED]
Changed-By: Guillem Jover [EMAIL PROTECTED]
Description: 
 vgabios- VGA BIOS software for the Bochs and Qemu emulated VGA card
Changes: 
 vgabios (0.5b-1) unstable; urgency=low
 .
   * New upstream release.
   * Update watch file URL and increase version number to 3.
   * Now using Standards-Version 3.6.2 (no changes needed).
Files: 
 c08a87bb811149952098f00c0d92ec84 588 misc extra vgabios_0.5b-1.dsc
 bc3e968a43c69dacc0bc92eeb9eadc82 82038 misc extra vgabios_0.5b.orig.tar.gz
 19c55f5924f641667ac76befff5607d5 3239 misc extra vgabios_0.5b-1.diff.gz
 ceba9926a5e57b08a66b0728f54ce4ea 66646 misc extra vgabios_0.5b-1_all.deb

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

iD8DBQFCybfbuW9ciZ2SjJsRAlCAAJ4qtXPdUPeU//QojgsBBvLv+G9R0gCgzNYL
1OsKmn7qtC4u3fsSq9ZN7V4=
=oFDv
-END PGP SIGNATURE-


Accepted:
vgabios_0.5b-1.diff.gz
  to pool/main/v/vgabios/vgabios_0.5b-1.diff.gz
vgabios_0.5b-1.dsc
  to pool/main/v/vgabios/vgabios_0.5b-1.dsc
vgabios_0.5b-1_all.deb
  to pool/main/v/vgabios/vgabios_0.5b-1_all.deb
vgabios_0.5b.orig.tar.gz
  to pool/main/v/vgabios/vgabios_0.5b.orig.tar.gz


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



Accepted zlib 1:1.2.2-6 (powerpc i386 source)

2005-07-04 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  4 Jul 2005 21:49:55 +0100
Source: zlib
Binary: lib32z1 zlib1g-dev zlib1g lib64z1 zlib-bin lib64z1-dev lib32z1-dev 
zlib1g-udeb
Architecture: source powerpc i386
Version: 1:1.2.2-6
Distribution: unstable
Urgency: low
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Desription: 
 zlib-bin   - compression library - sample programs
 zlib1g - compression library - runtime
 zlib1g-dev - compression library - development
 zlib1g-udeb - compression library - runtime for Debian installer (udeb)
Closes: 316779
Changes: 
 zlib (1:1.2.2-6) unstable; urgency=low
 .
   * Fix some build failures on amd64 (closes: #316779).  The package still
 fails to build but this appears to be due to toolchain issues.
Files: 
 a8998658543d31a59afdf0c8b8f9e821 735 libs optional zlib_1.2.2-6.dsc
 77033d5784f4e8b23c0c16fd2aa9b251 14132 libs optional zlib_1.2.2-6.diff.gz
 604b1aa7afc50ae8be0ad31f04003295 44798 debian-installer optional 
zlib1g-udeb_1.2.2-6_powerpc.udeb
 a54fe9e7a5b4768fc0a356aa1f63bed6 69758 libs required zlib1g_1.2.2-6_powerpc.deb
 cd039b9c9c63595cf0ee39a0e70b7e35 522846 libdevel optional 
zlib1g-dev_1.2.2-6_powerpc.deb
 9d871ce8c8d05116abe5feb821f8d6de 30088 utils optional 
zlib-bin_1.2.2-6_powerpc.deb
 f8f1f14c2d9a87ec0aa0accf3dd165d5 38390 debian-installer optional 
zlib1g-udeb_1.2.2-6_i386.udeb
 4294154c96b57800f81218ad6ac0c870 63178 libs required zlib1g_1.2.2-6_i386.deb
 f0372ae2c64a51676003c876a847eac8 488150 libdevel optional 
zlib1g-dev_1.2.2-6_i386.deb
 c72188a13de565619cffede75324691f 25866 utils optional zlib-bin_1.2.2-6_i386.deb
package-type: udeb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFCybzbJ2Vo11xhU60RAhKXAJ9CDxaFfv6Qte3USsCkmh4ZwulgcgCg8nSs
kUE2HvOLlbpiKEjxtobvU7E=
=aiZt
-END PGP SIGNATURE-


Accepted:
zlib-bin_1.2.2-6_i386.deb
  to pool/main/z/zlib/zlib-bin_1.2.2-6_i386.deb
zlib-bin_1.2.2-6_powerpc.deb
  to pool/main/z/zlib/zlib-bin_1.2.2-6_powerpc.deb
zlib1g-dev_1.2.2-6_i386.deb
  to pool/main/z/zlib/zlib1g-dev_1.2.2-6_i386.deb
zlib1g-dev_1.2.2-6_powerpc.deb
  to pool/main/z/zlib/zlib1g-dev_1.2.2-6_powerpc.deb
zlib1g-udeb_1.2.2-6_i386.udeb
  to pool/main/z/zlib/zlib1g-udeb_1.2.2-6_i386.udeb
zlib1g-udeb_1.2.2-6_powerpc.udeb
  to pool/main/z/zlib/zlib1g-udeb_1.2.2-6_powerpc.udeb
zlib1g_1.2.2-6_i386.deb
  to pool/main/z/zlib/zlib1g_1.2.2-6_i386.deb
zlib1g_1.2.2-6_powerpc.deb
  to pool/main/z/zlib/zlib1g_1.2.2-6_powerpc.deb
zlib_1.2.2-6.diff.gz
  to pool/main/z/zlib/zlib_1.2.2-6.diff.gz
zlib_1.2.2-6.dsc
  to pool/main/z/zlib/zlib_1.2.2-6.dsc


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



  1   2   >