Re: debian-private list archives

2004-11-01 Thread Pascal Hakim
On Mon, Nov 01, 2004 at 06:50:44AM +0100, Martin Godisch wrote:
 Hi,
 
 Who can tell me, where the debian-private list archives can be found?
 Looks like they moved somewhere...
 

master:/home/debian/archive/debian-private/

Pasc
-- 
Pascal Hakim  0403 411 672
Do Not Bend




Debconf is not a registry (was: Right Way to make a configuration package)

2004-11-01 Thread Marc Haber
On Sun, 31 Oct 2004 01:07:05 +0200, Petter Reinholdtsen
[EMAIL PROTECTED] wrote:
Well, the solution to this problem is to _never_ use debconf to store
information.  The configuration info should be stored in the
configuration files, and the current debconf values should be set
based on the content of the configuration files.  The values in the
debconf database should only be used when no configuration file exist.

(This is sometimes summarized using statements like 'debconf is not a
registry'.)

Why is the information given during package installation stored
persistently in the first place?

Greetings
Marc

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




Re: Debconf is not a registry (was: Right Way to make a configuration package)

2004-11-01 Thread sean finney
On Mon, Nov 01, 2004 at 08:04:14AM +0100, Marc Haber wrote:
 Why is the information given during package installation stored
 persistently in the first place?

it's not stored persistently, that's why it's in /var/cache :)


sean

-- 


signature.asc
Description: Digital signature


hand embroidery badges

2004-11-01 Thread longfly
Dear Sirs,
It is immense pleasure to introduce you ourselves as we are one of the leading
manufacturers and exporters all kinds of hands embroidery badges,sashes,
pennants,flags,flagstaff,banners,family crest,emblems,and also other sorts of
products in the markets.
Therefore,we do cordially request you to please give us a chance and see 
our abilities
in the workmanship.and assure you with guarantee that we shall supply you 
our very
finest qualities of products with the cost of very low.

After having your reply and advise then we shall send you a sample for your 
inspection

and approval.and fulfill your whole requirements in time. please be sure.
Thank you very much in advance,we remain.
Truly yours
M.Jahangir
 




Re: Apt-Torrent project

2004-11-01 Thread Arnaud Kyheng
Matthew Palmer a écrit :
[...]
If we can get individually-signed .debs, you won't even need to worry so
much about getting the torrent files off a trusted mirror...
That's the idea, since the .torrent are fetched from a trusted server. 
The .torrents contains a SHA1 checksum which is checked against 
downloaded file.

At any rate, it looks good, and I, for one, hope to see a lot more about it
in the future.
Cool :). Atm I'm trying to set up a better seeder with some adsl friends 
connections, to have a decent downloading rate.

Arnaud



Re: Debconf is not a registry

2004-11-01 Thread Frank Küster
sean finney [EMAIL PROTECTED] schrieb:

 On Mon, Nov 01, 2004 at 08:04:14AM +0100, Marc Haber wrote:
 Why is the information given during package installation stored
 persistently in the first place?

 it's not stored persistently, that's why it's in /var/cache :)

But debconf itself thinks that the information should be persistant. I
once deleted /var/cache/debconf/* (don't remember how or why), and since
then debconf occasionally complains upon upgrade of a package that
answers and templates have been lost, and that it will try to restore
them. This doesn't sound as if this was planned as usual business
(although the try is understatement, of course it always works).

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




Re: Apt-Torrent project

2004-11-01 Thread Arnaud Kyheng
Matt Zimmerman a écrit :
(CCing the BTS, where this feature request is already tracked)
On Sat, Oct 30, 2004 at 10:35:53AM +0200, Arnaud Kyheng wrote:

I love the Debian project, and I have worked on a new development for 
it: Apt-Torrent :)

Apt-Torrent is an apt proxy to the Bittorrent network. For security, the 
package listing, and the .torrent files are downloaded from a regular 
http server, as usual for a package, but then the whole package is 
fetched via bittorrent protocol and forwarded to apt :)

Interesting; I hadn't considered implementing this as a proxy.  It would
probably be better to subclass an existing HTTP server implementation,
rather than to implement a subset of HTTP in your package.
At the moment apt-torrent is implemented like a real http server. This 
line is added in /etc/apt/sources.list by the package:
deb http://127.0.0.1:6968/debian/ unstable main

From the apt point of view, it's a real http package repository, which 
could also be a package source repository (deb-src) as well.

Arnaud



Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Frank Küster
[I'm not subscribed to -policy, please respect M-F-t or Cc me]

Hi all,

early this year, some guidelines for the handling of orig.tar.gz files
for Debian packages were discussed on debian-devel
(http://lists.debian.org/debian-devel/2004/01/msg01796.html). I have
tried to write together what seemed to be a consensus on that, and
submitted it as a wishlist bug (#278524) to the Developer's
Reference. A new version of the added section, 6.1, is available
(slightly updated compared to the original patch) at

http://people.debian.org/~frank/ch-best-pkging-practices.en.html

There are some points, however, that are unclear, or where no
consensus was achieved. I would be glad to receive some feedback on the
following points:

1. Should this be included in the Developer's Reference, or shouldn't
   (parts of) it rather be included in Debian Policy? If you think it
   should be in Policy, would it be appropriate to include it in the
   Developer's Reference as long as Policy is frozen pre-sarge?

The main discussion on the list back then was about reasons for
repackaging, namely whether the need to add or change binary files is a
reason to create a new orig.tar.gz file. In the new section 6.1.3, I
have tried to summarise the different possibilities mentioned without
giving one of them preference. However, this is inconsistent with the
following sentence in 6.1.2 that I adopted from Henning for the
description of repackaged upstream source:

,
| A repackaged .orig.tar.gz [...] must not contain any file that does not
| come from the upstream author(s), or whose contents has been changed by
| you. 
`

This poses the following questions:

2. Do you think that - although alternative methods exist - a binary
   file may be changed or added by creating a new orig.tar.gz file? Or
   do you think this must be done by adding a uuencode'd file (or
   similar) in diff.gz?

3. If you think a binary change is a reason for a new orig.tar.gz, do
   you think the sentence cited above should get an exception for binary
   files, or should it rather be dropped or rephrased completely? [Note
   also the footnote the sentence has]

4. What is the right place to document the changes made to the
   orig.tar.gz file? Some possible places would be

   - the get-orig-source target in debian/rules (see Policy 4.8)

   - a README.Debian-source in the debian directory (i.e. in the
 diff.gz) 

   - a README.Debian-source file added to the orig.tar.gz 


Personally, I think that the last possibility should be a
requirement. The main reason is that I think that our archive should be
a good source for Free Software even when one does not want to use the
Debian Operating System (and indeed we provide lots of mirrors for
software with no or only a couple of mirrors). It would be annoying if
one had to download the diff.gz just in order to learn what was changed
in the orig.tar.gz file.

Having the get-orig-source target is nice, but there might be cases
where this is impractical.


One final question: I'd like to have a footnote at the beginning of the
new 6.1.3, explaining a simple case where it is necessary to add or
change a binary file. I can imagine several, but I'd like to have one
that can be explained in one or two short sentences without lengthy
discussions about DFSG-freeness or non-automated generation of pdf files
or whatever. Suggestions?

Thanks for reading,
Frank

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




Bug#279175: ITP: goobox -- CD player and ripper for GNOME

2004-11-01 Thread Dan Korostelev
Package: wnpp
Severity: wishlist

* Package name: goobox
  Version : 0.3.0
  Upstream Author : Paolo Bacchilega [EMAIL PROTECTED]
* URL : http://ftp.gnome.org/pub/GNOME/sources/goobox/
* License : GPL
  Description : CD player and ripper for GNOME

 Goobox is an CD player and ripper for GNOME 2 environment.
 It follows the Just Works principle so its interface is
 beautiful and easy-to-use.
 .
 It uses GNOME/GTK+ for its user interface, GStreamer framework
 for CD playing and ripping operations and neon library to search
 album cover images with Google.
 .
 Homepage: http://ftp.gnome.org/pub/GNOME/sources/goobox/

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)




Bug#278524: Info received (was Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy)

2004-11-01 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 Adam Di Carlo [EMAIL PROTECTED]

If you wish to continue to submit further information on your problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Re: Apt-Torrent project

2004-11-01 Thread Arnaud Kyheng
Mike Furr a écrit :
Arnaud Kyheng wrote:
| Hello,
|
| I love the Debian project, and I have worked on a new development for
| it: Apt-Torrent :)
Thank you for your contribution.  However, I looked at doing something
similar to this a little while ago and found that bittorrent is not
very well suited for doing package downloads.  Of the ~15k binary
packages in Debian about 87% are under 1 meg in size and 98% are under
10 megs.  The bit-torrent protocol works best on files significantly
larger than this.  Also, the protocol is not as efficient as it could be
for the server hosting the .torrent file, which means it scales quite
poorly when there are lots of requests for small files, as would be the
case for Debian packages.
I don't agree with the little package problem with Bittorrent. With 
Bittornado I'm using as a backend, the super-seeder option answer to 
this problem since if the package is already well available on the 
network, it'll not answer to the client but let it download from peers.

Furthermore the .torrent files are very small ~2k and could be easily 
cached by ISPs.

And also, if you think that the tracker overhead not worth a 5k package, 
you could as well split the downloading system in two. I mean  put only 
= 5k packages files on the apt-torrent server and let the others be 
fetched directly in http.

This can be done easily since apt-torrent is fetching the Packages.gz as 
usual. I mean I could add a special header in the Packages.gz 
description to tell the proxy where to download the package direct-http, 
or apt-torrent-server for example.


However, I do feel that having a p2p backend to apt is a very
interesting and feasible distribution method.  There is a lot of
structure in the way Debian lays out its archive, from the Package files
to the .deb's themselves, which can be exploited to make this very
efficient.  There has also been a myriad of research papers exploring
overlay networks and application level multicast which could be adopted
to form a package network that would provide advantages over our current
mirror infrastructure.  (I've actually done a little work on exploring
this, but haven't gotten very far due to time constraints.)
My original idea was to save bandwidth of the Debian server, and improve 
the downloading speed of the packages for users that are even far of a 
mirror. I found that the Bittorrent was really mature and will fit well. 
 In the future, I could as well use GNUnet as a backend :)

With apt-torrent you may also reduce the number of proximity servers. We 
don't need extreme latency response for 2k .torrent files, and except if 
the mirror is an ISP, it'll not overload the ISPs peers, by Bittorent 
scheme. Furthermore it'll load more the ISPs cache with the .torrent files.

With lesser proximity servers/seeders, it might also save rsync 
bandwidth needed to sync Debian repository servers.

Arnaud



looking for Bernd S. Brentrup bsb@debian.org

2004-11-01 Thread Laszlo 'GCS' Boszormenyi
Hi,

 I am looking for Bernd. I have lost contact with him ages ago, I
haven't seen any upload/svn commit from him since then. However his
package has NMU, without any reaction from him. I hope he is fine and
just has a rest, maybe retired? Anyone knows exact information?

Thanks,
Laszlo/GCS




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Bill Allombert
On Mon, Nov 01, 2004 at 10:58:55AM +0100, Frank Küster wrote:
 [I'm not subscribed to -policy, please respect M-F-t or Cc me]
 
 | A repackaged .orig.tar.gz [...] must not contain any file that does not
 | come from the upstream author(s), or whose contents has been changed by
 | you. 
 `
 
 This poses the following questions:
 
 2. Do you think that - although alternative methods exist - a binary
file may be changed or added by creating a new orig.tar.gz file? Or
do you think this must be done by adding a uuencode'd file (or
similar) in diff.gz?

I think it is more of a practical matter. If you have a few binary files
to add, uuencode them. ( Also remember that Debian menu icons must be in
XPM so you don't need to uuencode them.) When a new upstream version
appear, you can reuse the diff.gz and automatically get the binary files
without messing with the tarball.

If you have a whole directory of binary files, you might consider
making a new source package for them. (For example a Debian theme
for a program).

 3. If you think a binary change is a reason for a new orig.tar.gz, do
you think the sentence cited above should get an exception for binary
files, or should it rather be dropped or rephrased completely? [Note
also the footnote the sentence has]

I don't know, my experience is that developers that changed source
packages to add binary files did it because they had no better idea
on how to handle that situation. Your text address that.

 4. What is the right place to document the changes made to the
orig.tar.gz file? Some possible places would be
 
- the get-orig-source target in debian/rules (see Policy 4.8)
 
- a README.Debian-source in the debian directory (i.e. in the
  diff.gz) 
 
- a README.Debian-source file added to the orig.tar.gz 

 Personally, I think that the last possibility should be a
 requirement. The main reason is that I think that our archive should be
 a good source for Free Software even when one does not want to use the
 Debian Operating System (and indeed we provide lots of mirrors for
 software with no or only a couple of mirrors). It would be annoying if
 one had to download the diff.gz just in order to learn what was changed
 in the orig.tar.gz file.

I disagree for practical reason: one cannot improve and fix errors in
README.Debian-source without issuing a new orig.tar.gz which is usually
quite painful. Allowing developers to fix that file more easily will
lead to higher quality. Also your proposal is not compatible with
  | A repackaged .orig.tar.gz [...] must not contain any file that does not
  | come from the upstream author(s), or whose contents has been changed by
  | you.

 Having the get-orig-source target is nice, but there might be cases
 where this is impractical.

debian/rules get-orig-source is code, not a documentation.
If you provide a script that build a new orig.tar.gz without user
hand-holding, then you should arrange for debian/rules get-orig-source
to call it, especially if the script is likely to work with new
upstream version.

 One final question: I'd like to have a footnote at the beginning of the
 new 6.1.3, explaining a simple case where it is necessary to add or
 change a binary file. I can imagine several, but I'd like to have one
 that can be explained in one or two short sentences without lengthy
 discussions about DFSG-freeness or non-automated generation of pdf files
 or whatever. Suggestions?

Adding some PNG files to use in the Debian configuration ?

|3. should, except where impossible for legal reasons, preserve the
|   entire building and portablility infrastructure provided by the
|   upstream author. For example, it is not appropriate to omit source
|   files that are used only when building on MS-DOS

Unfortunately, there are lots of precedent for MS-DOS specific files to
carry a non-free license, so removing them can be the safe option.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 




open office help

2004-11-01 Thread Raghuveer
Hello,

 We are using progress as programming langauge and open office for reports purpose. I wanted to know does open office supports DDE (Dynamic data exchange) ?. Is there any other way we can write from progress to open office. Are do we need to use any other programming langauge (C++ / Java ) and pass data to c++/java and then write to open office. This seems to be complicated method. Please suggest alternative for this. 
Thanks for your help.

Regards
Raghuveer
L + L
Germany
		Do you Yahoo!?
Y! Messenger - Communicate in real time. Download now.

Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Frank Küster
Hello,

thanks for the feedback.

Bill Allombert [EMAIL PROTECTED] wrote:

 On Mon, Nov 01, 2004 at 10:58:55AM +0100, Frank Küster wrote:

 3. If you think a binary change is a reason for a new orig.tar.gz, do
you think the sentence cited above should get an exception for binary
files, or should it rather be dropped or rephrased completely? [Note
also the footnote the sentence has]

 I don't know, my experience is that developers that changed source
 packages to add binary files did it because they had no better idea
 on how to handle that situation. Your text address that.

Well, yes. But having no better idea might be because other options have
big disadvantages, or just because one didn't even start thinking about
alternatives. I myself have been really sloppy in repackaging in the
past, and some text in Policy or D-R could have made me think more
carefully. 

- a README.Debian-source file added to the orig.tar.gz 

[...]
 I disagree for practical reason: one cannot improve and fix errors in
 README.Debian-source without issuing a new orig.tar.gz which is usually
 quite painful. Allowing developers to fix that file more easily will
 lead to higher quality. 

That's a good point.

 Also your proposal is not compatible with
   | A repackaged .orig.tar.gz [...] must not contain any file that does not
   | come from the upstream author(s), or whose contents has been changed by
   | you.

There is a besides that [the README.Debian-source file] in the ...
part above for that.

 Having the get-orig-source target is nice, but there might be cases
 where this is impractical.

 debian/rules get-orig-source is code, not a documentation.

In this case it's both, at least if some comment says that this is the
way the orig.tar.gz was actually prepared.

 |3. should, except where impossible for legal reasons, preserve the
 |   entire building and portablility infrastructure provided by the
 |   upstream author. For example, it is not appropriate to omit source
 |   files that are used only when building on MS-DOS

 Unfortunately, there are lots of precedent for MS-DOS specific files to
 carry a non-free license, so removing them can be the safe option.

That's why I (or Henning) wrote except where impossible for legal
reasons. Since we can include files only if the license is clear and
DFSG-free, any MS-DOS stuff which is probably LGPL or similar must be
dropped. But MS-DOS stuff that is surely GPL should be kept.

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




Re: Xsession doesn't use umask setting from /etc/login.defs

2004-11-01 Thread Tollef Fog Heen
* Branden Robinson 

| I'm not thrilled with it, but maybe you can make something useful out of
| that.
| 
| Thanks again for the lightning-fast coding.  :)

Thanks for the description; the package is now sitting in the NEW
queue.  Sorry for taking a bit of time, I have been away on vacation.

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




Re: Why sysklog uses its own logrotate and not logrotate script

2004-11-01 Thread Marc Haber
On Thu, 28 Oct 2004 21:42:09 +0400, Nikita V. Youshchenko
[EMAIL PROTECTED] wrote:
 and before anybody asks, I already but all the things into logrotate. I
 just curious why its not there from beginning.

With current default configuration, if I add some more log files
info /etc/syslog.conf (e.g. to catch localN facilities), they get rotation
automatically. Can the same be achieved with logrotate same (without having
to add new files to logrotate configuration manually - it's always bad to
duplicate configuration)?

It would be easy if all syslogd log files were in a single directory,
which is not the case.

It would be easier for logrotate if it would support backticks in a
logrotate config file:

  `syslogd-listfiles` {
  
   }

Geez, one more point for the logrotate++ todo list.

Greetings
Marc

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




Re: Bug#277766: ITP: moniwiki -- MoniWiki is yet another WikiEngine written in PHP. It is fast, light and easy to install. Also it has many enhanced and new features. Moni is slightly modified sound which means What? or What is it? in Korean. The name also indicates that MoniWiki is nearly compatible with the MoinMoin. MoniWiki WikiFormattingRules were inspired and adopted from MoinMoin. Check MoniWikiFeatures to see what MoniWiki has to offer.

2004-11-01 Thread Tollef Fog Heen
* Ki-Heon Kim 

|   Description : MoniWiki is yet another WikiEngine written in PHP. It is 
fast, light and easy to install. Also it has many enhanced and new features. 
Moni is slightly modified sound which means What? or What is it? in Korean. The 
name also indicates that MoniWiki is nearly compatible with the MoinMoin. 
MoniWiki WikiFormattingRules were inspired and adopted from MoinMoin. Check 
MoniWikiFeatures to see what MoniWiki has to offer.

Does it have problems with line breaks?

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




Re: Why sysklog uses its own logrotate and not logrotate script

2004-11-01 Thread Martin Schulze
Graham Wilson wrote:
 On Wed, Oct 27, 2004 at 06:10:43PM +0200, Martin Schulze wrote:
  Clemens Schwaighofer wrote:
   I would like to know why sysklog package uses its own logrotation
   scripts and not logrotate.
  
  Try to convert it to logrotate and soon you will understand why it still
  uses savelog.
 
 It seems like he did. It's something I always do on machines I install.
 I fail to see why sysklogd still uses savelog.

Please send me the patch.

Regards,

Joey

-- 
Those who don't understand Unix are condemned to reinvent it, poorly.

Please always Cc to me when replying to me on the lists.




Re: debian-private list archives

2004-11-01 Thread Martin Schulze
Martin Godisch wrote:
 Who can tell me, where the debian-private list archives can be found?
 Looks like they moved somewhere...

Did the mailing list footer change while we were not paying attention?

Mine still says:


Please respect the privacy of this mailing list.

Archive: file://master.debian.org/~debian/archive/debian-private/

To UNSUBSCRIBE, use the web form at http://db.debian.org/.


Regards,

Joey

-- 
Those who don't understand Unix are condemned to reinvent it, poorly.

Please always Cc to me when replying to me on the lists.




Re: Debconf is not a registry (was: Right Way to make a configuration package)

2004-11-01 Thread Colin Watson
On Mon, Nov 01, 2004 at 08:04:14AM +0100, Marc Haber wrote:
 On Sun, 31 Oct 2004 01:07:05 +0200, Petter Reinholdtsen
 [EMAIL PROTECTED] wrote:
 Well, the solution to this problem is to _never_ use debconf to store
 information.  The configuration info should be stored in the
 configuration files, and the current debconf values should be set
 based on the content of the configuration files.  The values in the
 debconf database should only be used when no configuration file exist.
 
 (This is sometimes summarized using statements like 'debconf is not a
 registry'.)
 
 Why is the information given during package installation stored
 persistently in the first place?

As a convenience so that you don't have to waste time answering
questions again and again.

-- 
Colin Watson   [EMAIL PROTECTED]




Re: Why sysklog uses its own logrotate and not logrotate script

2004-11-01 Thread Colin Watson
On Thu, Oct 28, 2004 at 10:53:12AM +0200, Adeodato Simó wrote:
 * Clemens Schwaighofer [Wed, 27 Oct 2004 23:02:44 +0900]:
  I would like to know why sysklog package uses its own logrotation
  scripts and not logrotate.
 
   albeit both are Priority: important, sysklogd is Section: base. and,
   iiuc, base should be self-contained (that is, packages in base must
   not depend on packages outside it).

I don't believe such a restriction exists. Section: base is pretty
much a relic, obsoleted long ago by debootstrap.

-- 
Colin Watson   [EMAIL PROTECTED]




Re: open office help

2004-11-01 Thread Manu Abraham
On Mon November 1 2004 4:18 pm, Raghuveer wrote:
 Hello,

We are using progress as programming langauge and open office for
 reports purpose. I wanted to know does open office supports DDE (Dynamic
 data exchange) ?. Is there any other way we can write from progress to open
 office. Are do we need to use any other programming langauge (C++ / Java )
 and pass data to c++/java and then write to open office. This seems to be
 complicated method. Please suggest alternative for this. Thanks for your
 help.


There are perl modules on CPAN which will allow you to do so.
OpenOffice::OODoc will allow you to do so.

One can even use C/C++/Java to write out into required XML format for OO.

Regards,
Manu




Re: Debconf is not a registry

2004-11-01 Thread Frank Küster
Colin Watson [EMAIL PROTECTED] schrieb:

 On Mon, Nov 01, 2004 at 08:04:14AM +0100, Marc Haber wrote:
 On Sun, 31 Oct 2004 01:07:05 +0200, Petter Reinholdtsen
 [EMAIL PROTECTED] wrote:
 Well, the solution to this problem is to _never_ use debconf to store
 information.  The configuration info should be stored in the
 configuration files, and the current debconf values should be set
 based on the content of the configuration files.  The values in the
 debconf database should only be used when no configuration file exist.
 
 (This is sometimes summarized using statements like 'debconf is not a
 registry'.)
 
 Why is the information given during package installation stored
 persistently in the first place?

 As a convenience so that you don't have to waste time answering
 questions again and again.

But that could as well be achieved by parsing the configuration files:

if mypackage_parseconfig; then
   db_set mypackage/item1 $itemone
   db_set mypackage/item2 $itemtwo
   db_set mypackage/item3 $itemthree
else
   db_input mypackage/item1
   db_input mypackage/item2
   db_input mypackage/item3
   db_go
fi

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




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Manoj Srivastava
On Mon, 01 Nov 2004 10:58:55 +0100, Frank Küster [EMAIL PROTECTED]
said:  

 ,
 A repackaged .orig.tar.gz [...] must not contain any file that does
 not come from the upstream author(s), or whose contents has been
 changed by you.
 `

That sounds reasonable to me. oir.tar.gz is supposed to be
 _upstream's_ sources. not a mix of stuff from upstream plus stuff
 added later. It may not have _all_ the upstream provided things, if
 we can't distribute them.

 This poses the following questions:

 2. Do you think that - although alternative methods exist - a binary
file may be changed or added by creating a new orig.tar.gz file?

No.

Or do you think this must be done by adding a uuencode'd file (or
similar) in diff.gz?

That is the eay it is usually done, yes.

 4. What is the right place to document the changes made to the
orig.tar.gz file? Some possible places would be

- the get-orig-source target in debian/rules (see Policy 4.8)

Not visible enough.

- a README.Debian-source in the debian directory (i.e. in the
  diff.gz)

This sounds fine, since this can then also be shipped with the
 binary .deb file.

- a README.Debian-source file added to the orig.tar.gz

Nothings gets added to the upstream in orig.tar.gz

 Personally, I think that the last possibility should be a
 requirement. The main reason is that I think that our archive should
 be a good source for Free Software even when one does not want to
 use the Debian Operating System (and indeed we provide lots of
 mirrors for software with no or only a couple of mirrors). It would
 be annoying if one had to download the diff.gz just in order to
 learn what was changed in the orig.tar.gz file.

If you get the .dsc fle, or you get the .deb, which are the
 units we distribute, you shall have exact;ly what was done to the
 upstream tarball.  Not having you download the diff.gz is not
 valuable enough to destroy the invariant that we add nothing to the
 orig.tar.gz, or that everything in the orig.tar.gz came from the
 upstream author.  Violating these basic invariants for the sake of
 something as ephemeral as optimizing for bandwidth would be a
 fallacy; bandwidth costs decrease ast. apt-get source foo is as valid
 a way of getting sources from debian as any (indeed, getting the
 source package may be the _only_ supported way of getting sources
 from Debian).

Since the modification is available whenever you get a source
 or binary package from Debian, documenting it in a README file in the
 debian diff is eminently satisfactory, in my opinion, and it has the
 least element of surprise, in that we did not add anything to a file
 meant to carry sources from the upstream author.


manoj
-- 
Well, the handwriting is on the floor. Joe E. Lewis
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Bill Allombert
On Mon, Nov 01, 2004 at 02:32:27PM +0100, Frank Küster wrote:
 Bill Allombert [EMAIL PROTECTED] wrote:
  Having the get-orig-source target is nice, but there might be cases
  where this is impractical.
 
  debian/rules get-orig-source is code, not a documentation.
 
 In this case it's both, at least if some comment says that this is the
 way the orig.tar.gz was actually prepared.

In second though I reread policy:
 
 `get-orig-source' (optional)
  This target fetches the most recent version of the original
  source package from a canonical archive site (via FTP or WWW, for
  example), does any necessary rearrangement to turn it into the
  original source tar file format described below, and leaves it in
  the current directory.

so get-orig-source is not a way to convert the upstream tarball to a
Debian tarball: if upstream upload a new version after the package is
uploaded, get-orig-source will build the new Debian tarball, not the
one shipped as .orig.tar.gz. This difference is important if upstream
site only carry out the latest version without archiving older versions
(yes that does happen). 

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 




Bug#199316: Info received (was Apt-Torrent project)

2004-11-01 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding
this problem report.  It has been forwarded to the package maintainer(s)
and to other interested parties to accompany the original report.

Your message has been sent to the package maintainer(s):
 APT Development Team [EMAIL PROTECTED]

If you wish to continue to submit further information on your problem,
please send it to [EMAIL PROTECTED], as before.

Please do not reply to the address at the top of this message,
unless you wish to report a problem with the Bug-tracking system.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Re: Apt-Torrent project

2004-11-01 Thread Mike Furr
Arnaud Kyheng wrote:
I don't agree with the little package problem with Bittorrent. With 
Bittornado I'm using as a backend, the super-seeder option answer to 
this problem since if the package is already well available on the 
network, it'll not answer to the client but let it download from peers.
[...]
And also, if you think that the tracker overhead not worth a 5k package, 
you could as well split the downloading system in two. I mean  put only 
 = 5k packages files on the apt-torrent server and let the others be 
fetched directly in http.
This would probably help as long as you didn't abuse super-seeding.  One 
solution may be to only super seed those packages which are smaller than 
some threshold and are also in base or have a priority  standard(or 
something).  Like most things, the distribution of popular packages 
appears to have a zipf distribution(at least, according to popcon), so 
you could also gain efficiency by exploiting this data.

This can be done easily since apt-torrent is fetching the Packages.gz as 
usual. I mean I could add a special header in the Packages.gz 
description to tell the proxy where to download the package direct-http, 
or apt-torrent-server for example.
Well, I wouldn't edit the Packages.gz file directly since it will no 
longer match the hash in the Release file, I would have this in a 
separate file, if at all.


My original idea was to save bandwidth of the Debian server, and improve 
the downloading speed of the packages for users that are even far of a 
mirror. I found that the Bittorrent was really mature and will fit well. 
 In the future, I could as well use GNUnet as a backend :)
Although I personally get fantastic download speeds from the push 
primary mirrors, I guess this is not the case everywhere.  I agree that 
moving some load off of the mirror network would be beneficial.

I look forward to trying apt-torrent and hope that it works out well. 
Since it appears that you are not a debian developer, are you looking 
for someone to package/sponsor this?

-Mike



Problem with dpkg on alpha ?

2004-11-01 Thread Jean-Yves LENHOF
Is'nt there something wrong with dpkg on alpha... it seems to segfault a
lot these days...

http://buildd.debian.org/build.php?pkg=mozilla-firefoxver=0.99%2B1.0RC1-2arch=alphafile=log
http://buildd.debian.org/build.php?pkg=cxrefver=1.6-3arch=alpha
http://buildd.debian.org/build.php?pkg=fribidiver=0.10.4-6arch=alphafile=log

Regards,

PS : I'm not on the list
-- 
Jean-Yves LENHOF [EMAIL PROTECTED]




Is membership in staff supposed to imply root access?

2004-11-01 Thread Rob Browning

It looks like our installs set up /usr/local/bin to be group staff and
writable by staff, and place /usr/local/(s)bin before /usr/(s)bin in
root's PATH.

I was a little surprised because I thought we used to exclude the
/usr/local directories from root's path by default, but perhaps we
changed our policies or perhaps my memory is mistaken.

Also, I wonder if our handling of /usr/local isn't a bit inconsistent
since it doesn't look like we include /usr/local/lib in the ld.so
defaults.

Thanks
-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Chris Waters
On Mon, Nov 01, 2004 at 10:22:12AM -0600, Manoj Srivastava wrote:
 On Mon, 01 Nov 2004 10:58:55 +0100, Frank Küster [EMAIL PROTECTED]
 said:  
 
  ,
  A repackaged .orig.tar.gz [...] must not contain any file that does
  not come from the upstream author(s), or whose contents has been
  changed by you.
  `

   That sounds reasonable to me. oir.tar.gz is supposed to be
  _upstream's_ sources. not a mix of stuff from upstream plus stuff
  added later.

That assumes an easily measurable definition of upstream.  And a
sharp distinction between upstream and DD that may not actually
exist (e.g. a DD may be a member of upstream).

I'm not at all sure how this rule would apply, for example, to my own
pilot-manager_1.107.0pre108.orig.tar.gz.  Everything in there is from
upstream's website, except my own note on how I put the pieces
together.  Do I need to remove that note?  That seems like a really
bad idea.  Anyway, I was upstream project leader for most of the last
year, up until about a week ago, when I stepped down in favor of
someone more enthusiastic.  But I'm still an upstream developer.

-- 
Chris Waters   |  Pneumonoultra-osis is too long
[EMAIL PROTECTED]   |  microscopicsilico-to fit into a single
or [EMAIL PROTECTED] |  volcaniconi-  standalone haiku




Re: Problem with dpkg on alpha ?

2004-11-01 Thread John Goerzen
I've seen that on the buildd but my own Alpha isn't having any trouble.

A message on this topic to debian-alpha yielded no replies either, so I
suspect the buildd machine is the only one hosed.

-- John

On Mon, Nov 01, 2004 at 07:42:01PM +0100, Jean-Yves LENHOF wrote:
 Is'nt there something wrong with dpkg on alpha... it seems to segfault a
 lot these days...
 
 http://buildd.debian.org/build.php?pkg=mozilla-firefoxver=0.99%2B1.0RC1-2arch=alphafile=log
 http://buildd.debian.org/build.php?pkg=cxrefver=1.6-3arch=alpha
 http://buildd.debian.org/build.php?pkg=fribidiver=0.10.4-6arch=alphafile=log
 
 Regards,
 
 PS : I'm not on the list
 -- 
 Jean-Yves LENHOF [EMAIL PROTECTED]
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Henning Makholm
Scripsit Frank Küster [EMAIL PROTECTED]

First, thank you for taking hand of this issue!

  |3. should, except where impossible for legal reasons, preserve the
  |   entire building and portablility infrastructure provided by the
  |   upstream author. For example, it is not appropriate to omit source
  |   files that are used only when building on MS-DOS

  Unfortunately, there are lots of precedent for MS-DOS specific files to
  carry a non-free license, so removing them can be the safe option.

 That's why I (or Henning) wrote except where impossible for legal
 reasons.

To prevent this misunderstanding, perhaps change to

  For example, it is not sufficient reason to omit a file that it is
  used only when buidling on MS-DOS. Similarly, a Makefile provided by
  upstream should not be omitted even if the first thing your
  debian/rules does is to overwrite it by running a configure script.


Some minor typos, most certainly originally made by me:

officially distributed to the upstream author: s/to/by/

non-DFGS-free material: s/GS/SG/

the latter two points it to let: s/it/is/

-- 
Henning Makholm  Also, the letters are printed. That makes the task
of identifying the handwriting much more difficult.




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Manoj Srivastava
On Mon, 1 Nov 2004 10:39:44 -0800, Chris Waters [EMAIL PROTECTED] said: 

 On Mon, Nov 01, 2004 at 10:22:12AM -0600, Manoj Srivastava wrote:
 On Mon, 01 Nov 2004 10:58:55 +0100, Frank Küster
 [EMAIL PROTECTED] said:
 
  ,
  A repackaged .orig.tar.gz [...] must not contain any file that
  does not come from the upstream author(s), or whose contents has
  been changed by you.
  `

 That sounds reasonable to me. oir.tar.gz is supposed to be
 _upstream's_ sources. not a mix of stuff from upstream plus stuff
 added later.

 That assumes an easily measurable definition of upstream.  And a
 sharp distinction between upstream and DD that may not actually
 exist (e.g. a DD may be a member of upstream).


Red herring.  The upstream sources mean sources available from
 _upstream_ -- and has little to do with what comprises upstream
 teams, or whether the upstream team is mostly debian developers.

How about this rule of thumb: If you get stuff from the
 primary NON DEBIAN distribution site, that is what you call
 upstream. What someone unconnected to debian, not using debian
 archives, downloads is what we also offer as upstream orig.tar.gz
 files. 

 I'm not at all sure how this rule would apply, for example, to my
 own pilot-manager_1.107.0pre108.orig.tar.gz.  Everything in there is
 from upstream's website, except my own note on how I put the pieces
 together.  Do I need to remove that note?

I think so, yes.

 That seems like a really bad idea.

Why? There are a number of ways I can think of to enhance
 upstream sources -- like adding man pages, etc. In any case, how you
 put things together for Debian belongs in the changes you made for
 debian. Pristine upstream means pristine upstream. Either get your
 notes added to upstream website, or put them in the diffs.

So, please curb your interest in improving upstream sources by
 modifying the upstream tarball.  If the changes are not Debian
 specific, then by all means push them upstream. Do not prevaricate to
 our suers by pretending that some material is the same as they can
 get upstream, when it is not.

Anyway, I was upstream project leader for most of the
 last year, up until about a week ago, when I stepped down in favor
 of someone more enthusiastic.  But I'm still an upstream developer.

That is quite irrelevant.

manoj
-- 
It's more than magnificent -- it's mediocre. Sam Goldwyn
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Re: Problem with dpkg on alpha ?

2004-11-01 Thread Steve Langasek
Cc:ed to the alpha buildd maintainer, so he can take a look at this problem
if he hasn't already.

On Mon, Nov 01, 2004 at 01:20:58PM -0600, John Goerzen wrote:
 I've seen that on the buildd but my own Alpha isn't having any trouble.

 A message on this topic to debian-alpha yielded no replies either, so I
 suspect the buildd machine is the only one hosed.

 On Mon, Nov 01, 2004 at 07:42:01PM +0100, Jean-Yves LENHOF wrote:
  Is'nt there something wrong with dpkg on alpha... it seems to segfault a
  lot these days...
  
  http://buildd.debian.org/build.php?pkg=mozilla-firefoxver=0.99%2B1.0RC1-2arch=alphafile=log
  http://buildd.debian.org/build.php?pkg=cxrefver=1.6-3arch=alpha
  http://buildd.debian.org/build.php?pkg=fribidiver=0.10.4-6arch=alphafile=log

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Joachim Breitner
Hi,

Am Montag, den 01.11.2004, 10:58 +0100 schrieb Frank Küster:
- a README.Debian-source file added to the orig.tar.gz 

I think this is should be done, or any other way that clearly marks
the .tar.gz as modified (even if only files are removed, it is a
modification). Anyone downloading a .orig.tar.gz file from debian should
be able to safely assume that it really is the original .tar.gz. If
this for any reason is not right, there should be a note attached. The
most convenient way to do so is to include a file like this in the
tar.gz.

The problem of changes of this file is a true one. Therefore, maybe we
can agree on a standard wording for these file, something like:


This file was modified by the debian package maintainer in the following
way:
These files were removed:
rfc/12345.txt
bin/firmware.bin


Re: Why sysklog uses its own logrotate and not logrotate script

2004-11-01 Thread Marc Haber
On Mon, 1 Nov 2004 15:29:36 +0100, Martin Schulze [EMAIL PROTECTED]
wrote:
Please send me the patch.

Honestly, looking at sysklogd's bug list doesn't make people get the
impression that it makes sense to file patches against the sysklogd
package.

Greetings
Marc

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




Re: Why sysklog uses its own logrotate and not logrotate script

2004-11-01 Thread Steve Langasek
On Mon, Nov 01, 2004 at 09:39:51PM +0100, Marc Haber wrote:
 On Mon, 1 Nov 2004 15:29:36 +0100, Martin Schulze [EMAIL PROTECTED]
 wrote:
 Please send me the patch.

 Honestly, looking at sysklogd's bug list doesn't make people get the
 impression that it makes sense to file patches against the sysklogd
 package.

Honestly, comments like these don't give people the impression that you're
interested in working with maintainers to get bugs fixed.  If you aren't
willing to submit a patch to address the bug in question, you really have no
business complaining about the state of another maintainer's package.

-- 
Steve Langasek
postmodern programmer


signature.asc
Description: Digital signature


Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Chris Waters
On Mon, Nov 01, 2004 at 01:47:02PM -0600, Manoj Srivastava wrote:
 On Mon, 1 Nov 2004 10:39:44 -0800, Chris Waters [EMAIL PROTECTED] said: 

  I'm not at all sure how this rule would apply, for example, to my
  own pilot-manager_1.107.0pre108.orig.tar.gz.  Everything in there is
  from upstream's website, except my own note on how I put the pieces
  together.  Do I need to remove that note?

   I think so, yes.

So in other words, I'm to be punished for my negligent maintaining of
the upstream website?  And all I need to do to satisfy your silly
complaint is to scp my note to the website somewhere?  Do I need to
provide a link anywhere?  How about if I simply add a link on the
upstream website to the tarball on Debian's servers?

-- 
Chris Waters   |  Pneumonoultra-osis is too long
[EMAIL PROTECTED]   |  microscopicsilico-to fit into a single
or [EMAIL PROTECTED] |  volcaniconi-  standalone haiku




Re: Is membership in staff supposed to imply root access?

2004-11-01 Thread Santiago Vila
On Mon, 1 Nov 2004, Rob Browning wrote:

 It looks like our installs set up /usr/local/bin to be group staff and
 writable by staff, and place /usr/local/(s)bin before /usr/(s)bin in
 root's PATH.
 
 I was a little surprised because I thought we used to exclude the
 /usr/local directories from root's path by default, but perhaps we
 changed our policies or perhaps my memory is mistaken.

We have had /usr/local directories in the PATH for root at least since 1995
(by looking at the base package version 1.1.0-13).

 Also, I wonder if our handling of /usr/local isn't a bit inconsistent
 since it doesn't look like we include /usr/local/lib in the ld.so
 defaults.

Yes, I wonder the same.




DpartialMirror (was Re: [ANNOUNCE] debian-multimirror)

2004-11-01 Thread Otto Wyss
 On Wed, 29 Sep 2004, Pedro Larroy wrote:
 
 As a long standing debmirror user and with the knowledge that there is a
 debpartial-mirror project which is very actively developed I just wonder
 if people have to much spare time to invent one wheel after an other.
 
Sorry for the late reply but in case you mean with deppartial-mirror
project my DpartialMirror project, I've to say that I set its state to
mature. While I still use it daily I don't actively develop it further
since as long as Debian doesn't use gzip --rsyncable, it doesn't make
much sense. Without it the gain just a few percents.

See http://dpartialmirror.sourceforge.net/;.

O. Wyss

-- 
See a huge pile of work at http://wyodesktop.sourceforge.net/;




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Chris Waters
On Mon, Nov 01, 2004 at 01:47:02PM -0600, Manoj Srivastava wrote:

   How about this rule of thumb: If you get stuff from the
  primary NON DEBIAN distribution site, that is what you call
  upstream. What someone unconnected to debian, not using debian
  archives, downloads is what we also offer as upstream orig.tar.gz
  files. 

I think it's more important that our users *know what they're getting*
than that we try to enforce some sort of arbitrary distinction between
Debian and upstream.  Clarity is why I chose 107.0pre108 as a
version number.  I don't see how it's that much different from our
various cvs-snapshot packages, except that in my case, upstream wasn't
using any sort of version control at the time I made the package -
they just had a loose collection of patches and replacement files
available on their website.

  Pristine upstream means pristine upstream. Either get your
  notes added to upstream website, or put them in the diffs.

We don't require pristine upstream.  For example, we remove non-DFSG
compliant portions.  Many licenses require that changes be
documented.  So if we modify the upstream source to remove the
non-DFSG portions, and _don't document that_ (because of a new policy
rule that forbids any debian-authored portions of _orig tarballs),
then we may be violating licenses.

  Do not prevaricate to our suers by pretending that some material is
  the same as they can get upstream, when it is not.

I don't think I am - I think it's quite clear that 107.0pre108 is
quite different from 107.

 Anyway, I was upstream project leader for most of the
  last year, up until about a week ago, when I stepped down in favor
  of someone more enthusiastic.  But I'm still an upstream developer.

   That is quite irrelevant.

Actually, I agree.  I think the fact that I can solve the problem by
sticking the tarball I made on the upstream website at any moment I
choose is, or should be, irrelevant.  I think the tarball I created
should be acceptable in any case.  I think it's quite clear what I
created, and I don't think there's any intent to confuse our users,
and I think that should be sufficient.

-- 
Chris Waters   |  Pneumonoultra-osis is too long
[EMAIL PROTECTED]   |  microscopicsilico-to fit into a single
or [EMAIL PROTECTED] |  volcaniconi-  standalone haiku




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Manoj Srivastava
On Mon, 01 Nov 2004 21:16:20 +0100, Joachim Breitner [EMAIL PROTECTED] said: 

 Hi, Am Montag, den 01.11.2004, 10:58 +0100 schrieb Frank Küster:
 - a README.Debian-source file added to the orig.tar.gz

 I think this is should be done, or any other way that clearly marks
 the .tar.gz as modified (even if only files are removed, it is a
 modification). Anyone downloading a .orig.tar.gz file from debian
 should be able to safely assume that it really is the original
 .tar.gz. If this for any reason is not right, there should be a
 note attached. The most convenient way to do so is to include a file
 like this in the tar.gz.

Substitute source package for orig.tar.gz , and you have my
 support.  We _should_ docment any deletions we made from the upstream
 sources in our own source package, but I think we should do it
 without munging the upstream source file any further.  Yes, people
 downloading source packages from Debian should not be in the dark,
 but we should not be adding material to the upstream source tarball
 willy nilly.

manoj
-- 
All of life is a blur of Republicans and meat!
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Re: Documentation on handling of orig.tar.gz files for Developer's Reference or for Debian Policy

2004-11-01 Thread Manoj Srivastava
On Mon, 1 Nov 2004 12:45:36 -0800, Chris Waters [EMAIL PROTECTED] said: 

 On Mon, Nov 01, 2004 at 01:47:02PM -0600, Manoj Srivastava wrote:
 On Mon, 1 Nov 2004 10:39:44 -0800, Chris Waters [EMAIL PROTECTED]
 said:

  I'm not at all sure how this rule would apply, for example, to my
  own pilot-manager_1.107.0pre108.orig.tar.gz.  Everything in there
  is from upstream's website, except my own note on how I put the
  pieces together.  Do I need to remove that note?

 I think so, yes.

 So in other words, I'm to be punished for my negligent maintaining

Oh, _do_ grow up.

 of the upstream website?  And all I need to do to satisfy your silly
 complaint is to scp my note to the website somewhere?  Do I need to
 provide a link anywhere?  How about if I simply add a link on the
 upstream website to the tarball on Debian's servers?

You may throw how ever many childish tenmper tantrums you
 want, or exercise your 'leet abilities to Look! I can change
 upstream to match whatever I ship! Anytime! Mua hah ahhaha, but the
 simple fact remains: what you are shipping as orig.tar.gz does not
 match what people can download from the upstream site, and it is
 deviating from the recommendation that we ship pristine upstream as
 far as legally possible.

manoj

-- 
Please don't put a strain on our friendship by asking me to do
something for you.
Manoj Srivastava   [EMAIL PROTECTED]  http://www.debian.org/%7Esrivasta/
1024D/BF24424C print 4966 F272 D093 B493 410B  924B 21BA DABB BF24 424C




Re: Is membership in staff supposed to imply root access?

2004-11-01 Thread Rob Browning
Santiago Vila [EMAIL PROTECTED] writes:

 We have had /usr/local directories in the PATH for root at least
 since 1995 (by looking at the base package version 1.1.0-13).

Ahh, thanks.  I haven't been depending on it either way (I'd have
checked otherwise), so it's not a big deal.  I'm not sure where I got
the idea things were otherwise.

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org; previously @cs.utexas.edu
GPG starting 2002-11-03 = 14DD 432F AE39 534D B592  F9A0 25C8 D377 8C7E 73A4




Bug#279281: ITP: e16menuedit2 -- A graphical menu editor for enlightenment

2004-11-01 Thread jbernard
Package: wnpp
Severity: wishlist


* Package name: e16menuedit2
  Version : 0.0.1
  Upstream Author : Andreas Volz [EMAIL PROTECTED]
* URL : http://www.enlightenment.org/
* License : MIT
  Description : A graphical menu editor for enlightenment

e16menuedit2 is a graphical menu editor for the enlightenment window
manager written in C and GTK+. You can create and modify single menu
entries as well as submenus. This package offers several enhancements
over e16menuedit as well as support for GTK2.

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)




fftw3 needs testing on K6

2004-11-01 Thread Paul Brossier
Hi all,

fftw3 needs testing on AMD K6. The solution suggested by the upstream
authors is available at http://piem.org/~piem/debian/fftw3/ .  it would
be nice if a K6 owner could reproduce the bug (for instance running
jamin with fftw3 3.0.1-10) and then try again using the above version.
Please CC your reports to [EMAIL PROTECTED] 

Many thanks, piem




Minutes fo DebConf5 IRC meeting of 20041101 at 20:00 UTC

2004-11-01 Thread Anibal Monsalve Salazar
Hello,

The minutes were done by Lars Wirzenius and are at:

http://wiki.debian.net/index.cgi?DebConf5Meeting20041101

The logs of the meetings are at:

http://www-personal.monash.edu.au/~anibal/debconf5-20041101.html

The web page above have links that you can follow.

There were about 20 nicks present at #debconf-team during the meeting.

Anibal Monsalve Salazar
--
 .''`. Debian GNU/Linux  |
: :' : Free Operating System | http://www.debiancolombia.org/
`. `'  http://debian.org/| http://www-personal.monash.edu/~anibal
  `-


signature.asc
Description: Digital signature


Re: Bug#277766: ITP: moniwiki -- MoniWiki is yet another WikiEngine written in PHP. It is fast, light and easy to install. Also it has many enhanced and new features. Moni is slightly modified sound which means What? or What is it? in Korean. The nam

2004-11-01 Thread
On Mon, 01 Nov 2004 14:38:20 +0100, Tollef Fog Heen [EMAIL PROTECTED] wrote:
 * Ki-Heon Kim
 
 |   Description : MoniWiki is yet another WikiEngine written in PHP. It 
 is fast, light and easy to install. Also it has many enhanced and new 
 features. Moni is slightly modified sound which means What? or What is it? in 
 Korean. The name also indicates that MoniWiki is nearly compatible with the 
 MoinMoin. MoniWiki WikiFormattingRules were inspired and adopted from 
 MoinMoin. Check MoniWikiFeatures to see what MoniWiki has to offer.
 
 Does it have problems with line breaks?
No, I had a mistake. :-)

Regards,

Ki-Heon
 
 --
 Tollef Fog Heen,''`.
 UNIX is user friendly, it's just picky about who its friends are  : :' :
   `. `'
 `-
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 





retitle 264107 ITA: dia2code -- a dia-UML code generator

2004-11-01 Thread pagarcia
retitle 264107 ITA: dia2code -- a dia-UML code generator

I'm looking for a sponsor for this package.  It's available at
http://changux.homelinux.org/debian/dia2code/.

Thanks,
Polkan Garcia
-- 
Debian Hint #19: If you're interested in building packages from source, you
should consider installing the apt-src package.


signature.asc
Description: Digital signature


Accepted ardour 0.9beta20-1 (powerpc all source)

2004-11-01 Thread Robert Jordens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 07:48:41 +0100
Source: ardour
Binary: libmidi++0-dbg libpbd0 ardour-doc libmidi++0-dev libmidi++0 libpbd0-dbg 
ardour-session-exchange libgtkmmext0-dev libgtkmmext0-dbg libardour0-dev 
libardour0-dbg ardour-gtk ardour-gtk-dbg libardour0 libgtkmmext0 libpbd0-dev
Architecture: source powerpc all
Version: 0.9beta20-1
Distribution: unstable
Urgency: low
Maintainer: Robert Jordens [EMAIL PROTECTED]
Changed-By: Robert Jordens [EMAIL PROTECTED]
Description: 
 ardour-doc - Ardour documentation
 ardour-gtk - digital audio workstation (graphical gtk interface)
 ardour-session-exchange - Ardour session collaboration tool
 libardour0 - library for building professional digital audio applications
 libardour0-dev - libardour development files
 libgtkmmext0 - library of useful new C++ and C widgets for gtkmm users
 libgtkmmext0-dev - libgtkmmext development files
 libmidi++0 - C++ library for handling MIDI I/O, including MMC and MTC
 libmidi++0-dev - libmidi++ development files
 libpbd0- library of useful, generic C++ objects
 libpbd0-dev - libpbd development files
Changes: 
 ardour (0.9beta20-1) unstable; urgency=low
 .
   * new upstream release, packaging-relevant stuff:
 + no libglib-dev needed
 + templates shipped with ardour-gtk
 + fixes thread handling on exit
 + automake 1.7 required (libmidi++)
   * debian/{control,rules}: use quilt for patch management
   * debian/patches/15_use-system-libs-buildsys.patch: adapted
   * ardour-doc: removed djcj stuff; licensing unclear, maintaining mirrors of
 web pages is not something I want to do in debian packages
Files: 
 bbe5ed87a2779fc3957eb7263a817786 1401 sound optional ardour_0.9beta20-1.dsc
 41772a41f3f2a1531a454c31c4919a38 2600697 sound optional ardour_0.9beta20.orig.tar.gz
 70ae609a06a8fe5fb8854d552c3c2f6f 32048 sound optional ardour_0.9beta20-1.diff.gz
 9bae6747e0a6c666fd92b80294109b67 65166 sound optional ardour-doc_0.9beta20-1_all.deb
 53817cacabf4cc3b7d91ed5a2ced8750 60742 sound optional 
ardour-session-exchange_0.9beta20-1_all.deb
 bc674735a67509c286fd1d896975368c 852778 libs optional 
libardour0_0.9beta20-1_powerpc.deb
 f3303bebc3b089fe76403118385d546c 121738 libs optional 
libmidi++0_0.9beta20-1_powerpc.deb
 4c349499ce0bf82d6d64887a8b832563 278624 libs optional 
libgtkmmext0_0.9beta20-1_powerpc.deb
 05cc3eba834a04105cf0c78458c56fb3 113818 libs optional libpbd0_0.9beta20-1_powerpc.deb
 bd7cb45543e04822c05cff799d0d01d8 1675324 sound optional 
ardour-gtk_0.9beta20-1_powerpc.deb
 db258e7b68e038a41d641cabad56d6da 2126218 libdevel optional 
libardour0-dev_0.9beta20-1_powerpc.deb
 b6cc7ce9ba4bf2d5540578ed03646ddb 164768 libdevel optional 
libmidi++0-dev_0.9beta20-1_powerpc.deb
 4ae7c2a1eddc7ea62663dd67f390b4cb 440812 libdevel optional 
libgtkmmext0-dev_0.9beta20-1_powerpc.deb
 ebfc316415b47d696ccc4e39f91c76d7 162228 libdevel optional 
libpbd0-dev_0.9beta20-1_powerpc.deb

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

iD8DBQFBhejlHSjkv+Av7xERAvt7AJ0fFiEptAVlyLyiklG6cnMOqS7hKgCfVAC1
oOV38mJwxUApJmAD5Bs7cds=
=4tiC
-END PGP SIGNATURE-


Accepted:
ardour-doc_0.9beta20-1_all.deb
  to pool/main/a/ardour/ardour-doc_0.9beta20-1_all.deb
ardour-gtk_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/ardour-gtk_0.9beta20-1_powerpc.deb
ardour-session-exchange_0.9beta20-1_all.deb
  to pool/main/a/ardour/ardour-session-exchange_0.9beta20-1_all.deb
ardour_0.9beta20-1.diff.gz
  to pool/main/a/ardour/ardour_0.9beta20-1.diff.gz
ardour_0.9beta20-1.dsc
  to pool/main/a/ardour/ardour_0.9beta20-1.dsc
ardour_0.9beta20.orig.tar.gz
  to pool/main/a/ardour/ardour_0.9beta20.orig.tar.gz
libardour0-dev_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libardour0-dev_0.9beta20-1_powerpc.deb
libardour0_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libardour0_0.9beta20-1_powerpc.deb
libgtkmmext0-dev_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libgtkmmext0-dev_0.9beta20-1_powerpc.deb
libgtkmmext0_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libgtkmmext0_0.9beta20-1_powerpc.deb
libmidi++0-dev_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libmidi++0-dev_0.9beta20-1_powerpc.deb
libmidi++0_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libmidi++0_0.9beta20-1_powerpc.deb
libpbd0-dev_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libpbd0-dev_0.9beta20-1_powerpc.deb
libpbd0_0.9beta20-1_powerpc.deb
  to pool/main/a/ardour/libpbd0_0.9beta20-1_powerpc.deb


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



Accepted ruby1.6 1.6.8-12 (i386 source all)

2004-11-01 Thread akira yamada
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 18:15:14 +0900
Source: ruby1.6
Binary: ruby1.6-examples libsyslog-ruby1.6 ruby1.6-dev libtk-ruby1.6 libgdbm-ruby1.6 
libreadline-ruby1.6 libcurses-ruby1.6 libtcltk-ruby1.6 ruby1.6 libruby1.6 
libsdbm-ruby1.6 libpty-ruby1.6 libdbm-ruby1.6 libruby1.6-dbg irb1.6 ruby1.6-elisp
Architecture: source i386 all
Version: 1.6.8-12
Distribution: unstable
Urgency: low
Maintainer: akira yamada [EMAIL PROTECTED]
Changed-By: akira yamada [EMAIL PROTECTED]
Description: 
 irb1.6 - Interactive Ruby (irb) 1.6.x
 libcurses-ruby1.6 - Curses interface for Ruby 1.6.x
 libdbm-ruby1.6 - DBM interface for Ruby 1.6.x
 libgdbm-ruby1.6 - GDBM interface for Ruby 1.6.x
 libpty-ruby1.6 - pseudo tty interface for Ruby 1.6.x
 libreadline-ruby1.6 - Readline interface for Ruby 1.6.x
 libruby1.6 - Libraries necessary to run Ruby 1.6.x
 libruby1.6-dbg - Debugging libraries for Ruby 1.6.x
 libsdbm-ruby1.6 - SDBM interface for Ruby 1.6.x
 libsyslog-ruby1.6 - UNIX syslog(3) interface for Ruby 1.6.x
 libtcltk-ruby1.6 - Tcl/Tk interface for Ruby 1.6.x
 libtk-ruby1.6 - Tk interface for Ruby 1.6.x
 ruby1.6- An interpreter of object-oriented scripting language Ruby 1.6.x
 ruby1.6-dev - Header files for compiling extension modules for the Ruby 1.6.x
 ruby1.6-elisp - Emacs-lisp ruby-mode for Ruby
 ruby1.6-examples - Examples about Ruby 1.6.x
Changes: 
 ruby1.6 (1.6.8-12) unstable; urgency=low
 .
   * akira yamada [EMAIL PROTECTED]
- When CGI.rb receives wrong POST request, it will get into an infinite
  loop.  [CAN-2004-0983]
Files: 
 fef3a15de95165601243bab98d5ac4b4 983 interpreters optional ruby1.6_1.6.8-12.dsc
 ab9adb179aebbdcd4a58535f8f0dba70 75978 interpreters optional ruby1.6_1.6.8-12.diff.gz
 7e3fe0c31ebccd90f3bfcc155fb97699 158350 interpreters optional 
ruby1.6_1.6.8-12_i386.deb
 14abd9186c79c7947f35db0fb91039f9 615882 libs optional libruby1.6_1.6.8-12_i386.deb
 9457ff13f99c0f07e4182dc725158f66 668864 libdevel extra 
libruby1.6-dbg_1.6.8-12_i386.deb
 c6885297292a2dc4739e4a5c1aa1afe2 551276 devel optional ruby1.6-dev_1.6.8-12_i386.deb
 5418023363de8216eba5fab7af24f77c 144450 interpreters optional 
libcurses-ruby1.6_1.6.8-12_i386.deb
 95e089b3b2b38998ab96f926c88fb91e 143626 interpreters optional 
libdbm-ruby1.6_1.6.8-12_i386.deb
 9dd1b84befc0f340e5b65a962c80a06c 144682 interpreters optional 
libgdbm-ruby1.6_1.6.8-12_i386.deb
 20c4de1239e799cd3aea108c6e10894c 147024 interpreters optional 
libpty-ruby1.6_1.6.8-12_i386.deb
 ecee12c80d0d823fe7c324880d3f167a 143232 interpreters optional 
libreadline-ruby1.6_1.6.8-12_i386.deb
 c720b5eab112d061435ac98c87c5eea4 146844 interpreters optional 
libsdbm-ruby1.6_1.6.8-12_i386.deb
 21390b5d4deb8752185343d06cb62b94 163760 interpreters optional 
libtcltk-ruby1.6_1.6.8-12_i386.deb
 63f037867324d0c338bc24fa81a2782a 177872 interpreters optional 
libtk-ruby1.6_1.6.8-12_i386.deb
 ee584fce9e00ed6d6e9e78431a8ea91d 143552 interpreters optional 
libsyslog-ruby1.6_1.6.8-12_i386.deb
 d0f83d767f4102f9a728d76a39abe3d5 159896 interpreters optional 
ruby1.6-examples_1.6.8-12_all.deb
 5412aef97cb9a02de6997bea2a352130 152252 interpreters optional 
ruby1.6-elisp_1.6.8-12_all.deb
 c63056e2239a595d54382b7d5abc9481 174446 interpreters optional irb1.6_1.6.8-12_all.deb

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

iD8DBQFBhgGiXzkxpuIT8aARAjlZAJ9pOsWxG2pAotLGTeQFRX0M+hZz2QCdE9xd
FRVE8V9hYU+YeRZXpZUvs3I=
=yBoA
-END PGP SIGNATURE-


Accepted:
irb1.6_1.6.8-12_all.deb
  to pool/main/r/ruby1.6/irb1.6_1.6.8-12_all.deb
libcurses-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libcurses-ruby1.6_1.6.8-12_i386.deb
libdbm-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libdbm-ruby1.6_1.6.8-12_i386.deb
libgdbm-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libgdbm-ruby1.6_1.6.8-12_i386.deb
libpty-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libpty-ruby1.6_1.6.8-12_i386.deb
libreadline-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libreadline-ruby1.6_1.6.8-12_i386.deb
libruby1.6-dbg_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libruby1.6-dbg_1.6.8-12_i386.deb
libruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libruby1.6_1.6.8-12_i386.deb
libsdbm-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libsdbm-ruby1.6_1.6.8-12_i386.deb
libsyslog-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libsyslog-ruby1.6_1.6.8-12_i386.deb
libtcltk-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libtcltk-ruby1.6_1.6.8-12_i386.deb
libtk-ruby1.6_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/libtk-ruby1.6_1.6.8-12_i386.deb
ruby1.6-dev_1.6.8-12_i386.deb
  to pool/main/r/ruby1.6/ruby1.6-dev_1.6.8-12_i386.deb
ruby1.6-elisp_1.6.8-12_all.deb
  to pool/main/r/ruby1.6/ruby1.6-elisp_1.6.8-12_all.deb
ruby1.6-examples_1.6.8-12_all.deb
  to pool/main/r/ruby1.6/ruby1.6-examples_1.6.8-12_all.deb
ruby1.6_1.6.8-12.diff.gz
  to pool/main/r/ruby1.6/ruby1.6_1.6.8-12.diff.gz
ruby1.6_1.6.8-12.dsc
  to pool/main/r/ruby1.6/ruby1.6_1.6.8-12.dsc

Accepted ruby1.8 1.8.1+1.8.2pre2-4 (i386 source all)

2004-11-01 Thread akira yamada
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 18:13:13 +0900
Source: ruby1.8
Binary: libsoap-ruby1.8 libyaml-ruby1.8 rdoc1.8 libdbm-ruby1.8 ri1.8 librexml-ruby1.8 
ruby1.8-dev ruby1.8-elisp libdrb-ruby1.8 libreadline-ruby1.8 ruby1.8 libsyslog-ruby1.8 
libruby1.8-dbg libtcltk-ruby1.8 libtk-ruby1.8 ruby1.8-examples libxmlrpc-ruby1.8 
libracc-runtime-ruby1.8 libzlib-ruby1.8 libsdbm-ruby1.8 libiconv-ruby1.8 
libstrscan-ruby1.8 libpty-ruby1.8 libcurses-ruby1.8 libgdbm-ruby1.8 libwebrick-ruby1.8 
libtest-unit-ruby1.8 irb1.8 libdl-ruby1.8 liberb-ruby1.8 libopenssl-ruby1.8 libruby1.8 
libbigdecimal-ruby1.8
Architecture: source i386 all
Version: 1.8.1+1.8.2pre2-4
Distribution: unstable
Urgency: high
Maintainer: akira yamada [EMAIL PROTECTED]
Changed-By: akira yamada [EMAIL PROTECTED]
Description: 
 irb1.8 - Interactive Ruby (for Ruby 1.8)
 libbigdecimal-ruby1.8 - Variable precision floating library for Ruby 1.8
 libcurses-ruby1.8 - Curses interface for Ruby 1.8
 libdbm-ruby1.8 - DBM interface for Ruby 1.8
 libdl-ruby1.8 - Extension library to use dynamic linker from Ruby 1.8
 libdrb-ruby1.8 - Distributed Ruby (for Ruby 1.8)
 liberb-ruby1.8 - Tiny eRuby (for Ruby 1.8)
 libgdbm-ruby1.8 - GDBM interface for Ruby 1.8
 libiconv-ruby1.8 - A Wrapper class of iconv for the Ruby 1.8
 libopenssl-ruby1.8 - OpenSSL interface for Ruby 1.8
 libpty-ruby1.8 - pseudo tty interface for Ruby 1.8
 libracc-runtime-ruby1.8 - Runtime library for parser which is generated by Racc (Ruby 
1.8)
 libreadline-ruby1.8 - Readline interface for Ruby 1.8
 librexml-ruby1.8 - pure Ruby non-validating XML parser supporting Namespaces, XPath
 libruby1.8 - Libraries necessary to run the Ruby 1.8
 libruby1.8-dbg - Debugging libraries for Ruby 1.8
 libsdbm-ruby1.8 - SDBM interface for Ruby 1.8
 libsoap-ruby1.8 - Ruby's SOAP implementation for Ruby 1.8
 libstrscan-ruby1.8 - Fast string scanning library for Ruby 1.8
 libsyslog-ruby1.8 - UNIX syslog(3) interface for Ruby 1.8
 libtcltk-ruby1.8 - Tcl/Tk interface for Ruby 1.8
 libtest-unit-ruby1.8 - unit-testing framework for Ruby 1.8
 libtk-ruby1.8 - Tk interface for Ruby 1.8
 libwebrick-ruby1.8 - Simple HTTP Server Toolkit for Ruby 1.8
 libxmlrpc-ruby1.8 - XML-RPC support for Ruby 1.8
 libyaml-ruby1.8 - YAML for Ruby 1.8
 libzlib-ruby1.8 - Extension library to use zlib from Ruby 1.8
 rdoc1.8- Generate documentation from Ruby source files (for Ruby 1.8)
 ri1.8  - Ruby Interactive reference (for Ruby 1.8)
 ruby1.8- Interpreter of object-oriented scripting language Ruby 1.8
 ruby1.8-dev - Header files for compiling extension modules for the Ruby 1.8
 ruby1.8-elisp - ruby-mode for Emacsen
 ruby1.8-examples - Examples for Ruby 1.8
Closes: 264306 268715 277520
Changes: 
 ruby1.8 (1.8.1+1.8.2pre2-4) unstable; urgency=high
 .
   * akira yamada [EMAIL PROTECTED]
   - added debian/patches/102_cvs_updates.patch:
   - (urgency high) fixed some segmentation fault bugs listed in
   - URL:http://jp.rubyist.net/magazine/?0002-RubyCore.
   - raise dumps core.  [ruby-dev:24519]
   - unpack(p) dumps core.  [ruby-dev:24594]
   - Enumerable#sort_by dumps core again.  [ruby-dev:24386]
   - Enumerable#sort_by dumps core again(2).  [ruby-dev:24399]
   - A class of return value of Array#*.  [ruby-dev:24526]
   - Zlib::Deflate#deflate causes core dump.  [ruby-dev:24530]
   - PStore#transaction may raise Errno::ENOENT.  [ruby-dev:24561]
   - String#include? ?\x80.  [ruby-dev:24558]
   - corrected configure.in for GNU/k*BSD.  (closes: #264306)
   - httpresponse.rb: ensure to close @body.  (closes: #277520)
   - (urgency high) cgi.rb: avoids infinity loop.  [CAN-2004-0983]
   - (urgency high) fixed memory leak.  [ruby-core:03549]
   - added debian/patches/103_cvs_updates.patch:
   - (urgency high) temporarily frozen string causes core dump.
 [ruby-dev:24552]
   - cgi.rb: workaround for Mac IE.  [ruby-list:40136]
   -(urgency high) Zlib::Deflate#flush_next_in causes core dump.
 [ruby-dev:24621]
   - (urgency high) raising zlib dumps core again. [ruby-dev:24627]
   - (urgency high) another memory leak in ruby_1_8.  [ruby-core:03619]
   - (urgency high) IO#path may cause segv.  [ruby-talk:118234]
   - (urgency high) Enumerable#sort_by dumps core again^4.
 [ruby-dev:24642]
   - added debian/patches/820_ostruct_marshal.patch:
   - ostruct.rb: OpenStruct can't be dumped.  [ruby-dev:24625]
   - removed debian/patches/818_instance_eval.patch and
 debian/patches/813_zlib_ungetc.patch:
   - included into the upstream source.
   - debain/control: removed ruby-eserver from Recommends of libsoap-ruby1.8.
 libsoap-ruby1.8 does not use the package.  (closes: #268715)
Files: 
 65f27d24ad1484050e3849a61a7bcca1 1391 interpreters optional 
ruby1.8_1.8.1+1.8.2pre2-4.dsc
 b389a9f7611821cc8ce0f2792a44d254 518990 interpreters optional 

Accepted plucker 1.8-2 (i386 source all)

2004-11-01 Thread Pablo S. Torralba
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 29 Oct 2004 14:18:07 +0200
Source: plucker
Binary: plucker plucker-desktop
Architecture: source all i386
Version: 1.8-2
Distribution: unstable
Urgency: low
Maintainer: Amaya Rodrigo Sastre [EMAIL PROTECTED]
Changed-By: Pablo S. Torralba [EMAIL PROTECTED]
Description: 
 plucker- Pluck stuff from the web and read it on your PalmOS device
 plucker-desktop - Plucker Desktop is a GUI for Plucker
Closes: 226219 278055 278637
Changes: 
 plucker (1.8-2) unstable; urgency=low
 .
   * Changed Build-Depends-Indep to Build-Depends. Hopes this Closes: #278055
   * Uncommented make con debian/rules. Now we must compile the package
 to have a plucker-desktop binary (Closes: #278637)
   * Modified plucker description on control file: we don't ship the
 package with the plucker viewer.
   * I think this bug was already solved on #225751 (Closes: #226219)
Files: 
 8f0c3086ae436e5eead9c5a8b15639fc 746 otherosfs optional plucker_1.8-2.dsc
 03fe1aa1540ae0853d360399c5bb2642 41954 otherosfs optional plucker_1.8-2.diff.gz
 b3776d9e6289afe70bf992f9c2492603 408960 otherosfs optional plucker_1.8-2_all.deb
 c2850bdf5f4caea87eec212423a29b2f 803648 otherosfs optional 
plucker-desktop_1.8-2_i386.deb

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

iD8DBQFBhgeYNFDtUT/MKpARArleAJ0QgsQWhPa0Cb23hlGIBAeStyw/CwCg5viF
WTK3r+AovAgZDstpP+Zy69k=
=7+XW
-END PGP SIGNATURE-


Accepted:
plucker-desktop_1.8-2_i386.deb
  to pool/main/p/plucker/plucker-desktop_1.8-2_i386.deb
plucker_1.8-2.diff.gz
  to pool/main/p/plucker/plucker_1.8-2.diff.gz
plucker_1.8-2.dsc
  to pool/main/p/plucker/plucker_1.8-2.dsc
plucker_1.8-2_all.deb
  to pool/main/p/plucker/plucker_1.8-2_all.deb


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



Accepted mindi-busybox 1.00-1 (i386 source)

2004-11-01 Thread Andree Leidenfrost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 15 Oct 2004 19:34:30 +1000
Source: mindi-busybox
Binary: mindi-busybox
Architecture: source i386
Version: 1.00-1
Distribution: unstable
Urgency: low
Maintainer: Andree Leidenfrost [EMAIL PROTECTED]
Changed-By: Andree Leidenfrost [EMAIL PROTECTED]
Description: 
 mindi-busybox - BusyBox for mindi/mondo
Changes: 
 mindi-busybox (1.00-1) unstable; urgency=low
 .
   * New upstream release.
   * Changed debhelper dependency from 4.2.19 to 4.2.20.
Files: 
 509b4734ce13d8d23dc5d2c619d56f81 682 utils optional mindi-busybox_1.00-1.dsc
 2e8522ae5a0d4aadb5caa7164a35bd28 1297869 utils optional mindi-busybox_1.00.orig.tar.gz
 15e7ee74b36ca2d54932d2ea8b7b3afb 6995 utils optional mindi-busybox_1.00-1.diff.gz
 c96d2efadfdfb16e46520b29099177e2 538036 utils optional mindi-busybox_1.00-1_i386.deb

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

iD8DBQFBhgsdNFDtUT/MKpARAu1HAJwIjYcJ5yl6wZ+1hVxZy1AYOcTgtQCeJoUy
QCXpoPQAcD6gs9qlnmoZIPM=
=ReoY
-END PGP SIGNATURE-


Accepted:
mindi-busybox_1.00-1.diff.gz
  to pool/main/m/mindi-busybox/mindi-busybox_1.00-1.diff.gz
mindi-busybox_1.00-1.dsc
  to pool/main/m/mindi-busybox/mindi-busybox_1.00-1.dsc
mindi-busybox_1.00-1_i386.deb
  to pool/main/m/mindi-busybox/mindi-busybox_1.00-1_i386.deb
mindi-busybox_1.00.orig.tar.gz
  to pool/main/m/mindi-busybox/mindi-busybox_1.00.orig.tar.gz


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



Accepted petris 1.0.1-4 (i386 source)

2004-11-01 Thread Andree Leidenfrost
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  6 Oct 2004 23:18:36 +1000
Source: petris
Binary: petris
Architecture: source i386
Version: 1.0.1-4
Distribution: unstable
Urgency: low
Maintainer: Andree Leidenfrost [EMAIL PROTECTED]
Changed-By: Andree Leidenfrost [EMAIL PROTECTED]
Description: 
 petris - Peter's Tetris - a Tetris(TM) clone
Changes: 
 petris (1.0.1-4) unstable; urgency=low
 .
   * Fixed compiler warnings.
   * Added icon for menu.
   * Bumped dephelper version to 4.2.20.
Files: 
 2df02256d6062810b06f5ade1b04516a 585 games optional petris_1.0.1-4.dsc
 b67acbf5f251ed9c1b5344b82a4e18d4 3917 games optional petris_1.0.1-4.diff.gz
 450e95e2e34730c20e8a1d6bea2e2d3b 14280 games optional petris_1.0.1-4_i386.deb

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

iD8DBQFBhglrNFDtUT/MKpARAjX3AJ9AU70lhEDg52r/1zEAXRw4G+5qyQCfQi/T
BzxFXoLtDa+APLiKa//Ilyw=
=C8gP
-END PGP SIGNATURE-


Accepted:
petris_1.0.1-4.diff.gz
  to pool/main/p/petris/petris_1.0.1-4.diff.gz
petris_1.0.1-4.dsc
  to pool/main/p/petris/petris_1.0.1-4.dsc
petris_1.0.1-4_i386.deb
  to pool/main/p/petris/petris_1.0.1-4_i386.deb


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



Accepted kinoplus 0.3.3-2 (i386 source)

2004-11-01 Thread Roland Mas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 10:52:41 +0100
Source: kinoplus
Binary: kinoplus
Architecture: source i386
Version: 0.3.3-2
Distribution: unstable
Urgency: low
Maintainer: Roland Mas [EMAIL PROTECTED]
Changed-By: Roland Mas [EMAIL PROTECTED]
Description: 
 kinoplus   - effect plug-ins for kino
Closes: 279170
Changes: 
 kinoplus (0.3.3-2) unstable; urgency=low
 .
   * Quoted a bit of an IRC discussion with upstream into ChangeLog
 (closes: #279170).
Files: 
 f9221720a1c3b486bf0f297a4532d6ac 634 graphics extra kinoplus_0.3.3-2.dsc
 3f5b71802da8acc1bced50807ec5c89f 3210 graphics extra kinoplus_0.3.3-2.diff.gz
 3fb3c9c686af6847c0cf47c5e51a15d3 84642 graphics extra kinoplus_0.3.3-2_i386.deb

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

iD8DBQFBhg3VDqdWtRRIQ/URAmICAJ9OYG04UwVBZX+bnMq8pd0JPu5DSgCePsXn
RploUkWKgFceSaGXahYH5TQ=
=hdRs
-END PGP SIGNATURE-


Accepted:
kinoplus_0.3.3-2.diff.gz
  to pool/main/k/kinoplus/kinoplus_0.3.3-2.diff.gz
kinoplus_0.3.3-2.dsc
  to pool/main/k/kinoplus/kinoplus_0.3.3-2.dsc
kinoplus_0.3.3-2_i386.deb
  to pool/main/k/kinoplus/kinoplus_0.3.3-2_i386.deb


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



Accepted libticables3 3.8.7-1 (i386 source)

2004-11-01 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 11:37:07 +0100
Source: libticables3
Binary: libticables3 libticables3-dev
Architecture: source i386
Version: 3.8.7-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libticables3 - support library for Texas Instruments link cables
 libticables3-dev - support library for Texas Instruments link cables [development fi
Changes: 
 libticables3 (3.8.7-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 ebdc4697dd001e62665c089564ba111d 694 libs optional libticables3_3.8.7-1.dsc
 cb368ed517ee210624de3b8a15d51716 661470 libs optional libticables3_3.8.7.orig.tar.gz
 43b4c1df92b45afa3301eba8215a3e57 4899 libs optional libticables3_3.8.7-1.diff.gz
 b3e8979a817965f737d0361605d0d9f2 91722 libdevel optional 
libticables3-dev_3.8.7-1_i386.deb
 275e4ba84c6020a401f86f2ff6916987 41986 libs optional libticables3_3.8.7-1_i386.deb

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

iD8DBQFBhhKMzWFP1/XWUWkRAkgPAJ0fpOxwJvSXxDYOYbEDoPv5zxy6JQCeLLZ7
j7WrXDVyuKfyh/bnKzo8v00=
=+dkw
-END PGP SIGNATURE-


Accepted:
libticables3-dev_3.8.7-1_i386.deb
  to pool/main/libt/libticables3/libticables3-dev_3.8.7-1_i386.deb
libticables3_3.8.7-1.diff.gz
  to pool/main/libt/libticables3/libticables3_3.8.7-1.diff.gz
libticables3_3.8.7-1.dsc
  to pool/main/libt/libticables3/libticables3_3.8.7-1.dsc
libticables3_3.8.7-1_i386.deb
  to pool/main/libt/libticables3/libticables3_3.8.7-1_i386.deb
libticables3_3.8.7.orig.tar.gz
  to pool/main/libt/libticables3/libticables3_3.8.7.orig.tar.gz


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



Accepted libticalcs4 4.5.5-1 (i386 source)

2004-11-01 Thread Julien BLACHE
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 11:32:54 +0100
Source: libticalcs4
Binary: libticalcs4 libticalcs4-dev
Architecture: source i386
Version: 4.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Julien BLACHE [EMAIL PROTECTED]
Changed-By: Julien BLACHE [EMAIL PROTECTED]
Description: 
 libticalcs4 - provides functions to communicate with TI calculators
 libticalcs4-dev - provides functions to communicate with TI calculators [developmen
Changes: 
 libticalcs4 (4.5.5-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 7d1801eb4e48aac2951b3edd2f7caf96 692 libs optional libticalcs4_4.5.5-1.dsc
 f91b59ec27a7b1840d05bd6bc34483c3 646279 libs optional libticalcs4_4.5.5.orig.tar.gz
 daffb481a17fd204978401baf4f2d9ae 2791 libs optional libticalcs4_4.5.5-1.diff.gz
 c130f9cd0adbb40d50b6db22f9f88b52 135016 libdevel optional 
libticalcs4-dev_4.5.5-1_i386.deb
 2cf3cdf63f23f350ff1fc47d68370720 72942 libs optional libticalcs4_4.5.5-1_i386.deb

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

iD8DBQFBhhHozWFP1/XWUWkRAl2SAKCO3Cp/EfIpFFofBMgyKADy/adrkACeJ8Ax
h9h64zC5w5PsFdaJNpS+FYQ=
=DOBF
-END PGP SIGNATURE-


Accepted:
libticalcs4-dev_4.5.5-1_i386.deb
  to pool/main/libt/libticalcs4/libticalcs4-dev_4.5.5-1_i386.deb
libticalcs4_4.5.5-1.diff.gz
  to pool/main/libt/libticalcs4/libticalcs4_4.5.5-1.diff.gz
libticalcs4_4.5.5-1.dsc
  to pool/main/libt/libticalcs4/libticalcs4_4.5.5-1.dsc
libticalcs4_4.5.5-1_i386.deb
  to pool/main/libt/libticalcs4/libticalcs4_4.5.5-1_i386.deb
libticalcs4_4.5.5.orig.tar.gz
  to pool/main/libt/libticalcs4/libticalcs4_4.5.5.orig.tar.gz


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



Accepted mailman 2.1.5-3 (i386 source)

2004-11-01 Thread Tollef Fog Heen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 14 Oct 2004 19:38:22 +
Source: mailman
Binary: mailman
Architecture: source i386
Version: 2.1.5-3
Distribution: unstable
Urgency: high
Maintainer: Tollef Fog Heen [EMAIL PROTECTED]
Changed-By: Tollef Fog Heen [EMAIL PROTECTED]
Description: 
 mailman- Powerful, web-based mailing list manager
Closes: 245871 249212 253944 269642 271987 273553 274104 275482 275690
Changes: 
 mailman (2.1.5-3) unstable; urgency=high
 .
   Changes by Laszlo 'GCS' Boszormenyi:
 .
   * Do not fail if $PIDFILE does not exist during initscript restart
 (closes: #275690).
   * Use printf and not 'echo -e' in postinst as the former is the
 portable; remove obsoleted and commented out debhelper lines from
 rules.
   * Do not report pending requests on new lists because no request.pck
 exists yet (closes: #273553).
   * Update DEFAULT_SERVER_LANGUAGE and not blindly English as that can
 break package if English is not selected (closes: #274104).
   * Correct HTML nesting in listinfo for browsers with strict checking
 (iCab and maybe others, closes: #249212).
   * Only add the 'Cc:' mail header in AvoidDuplicates.py if that it isn't
 empty (closes: #253944).
   * Treat postfix-to-mailman.py with ucf just like qmail-to-postfix.py
 and update README.Debian accordingly (closes: #275482).
   * Update newlist.8 manpage, -o is no more, add -l (closes: #269642);
 sync list_members.8 with current upstream script output as well
 (closes: #245871).
   * Rephrase README.EXIM a bit more to be more clearer (closes: #271987).
Files: 
 f2cd4081c9764f098dec19a1a05f6f89 639 mail optional mailman_2.1.5-3.dsc
 dee20aad3bacc4517407683de45f53d4 80468 mail optional mailman_2.1.5-3.diff.gz
 3fb745a3833a32a7600174689e0bddeb 6636104 mail optional mailman_2.1.5-3_i386.deb

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

iD8DBQFBhg7AQSseMYF6mWoRAsAiAKCtCliul0MbsGh8xrFtrxa0STgCSACg5yTy
XOIWiFug3dhyJ69CBc2tQwM=
=d8ld
-END PGP SIGNATURE-


Accepted:
mailman_2.1.5-3.diff.gz
  to pool/main/m/mailman/mailman_2.1.5-3.diff.gz
mailman_2.1.5-3.dsc
  to pool/main/m/mailman/mailman_2.1.5-3.dsc
mailman_2.1.5-3_i386.deb
  to pool/main/m/mailman/mailman_2.1.5-3_i386.deb


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



Accepted gradm2 2.0.1-3 (i386 source)

2004-11-01 Thread Lszl Bszrmnyi (GCS)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Oct 2004 10:06:42 +
Source: gradm2
Binary: gradm2
Architecture: source i386
Version: 2.0.1-3
Distribution: unstable
Urgency: medium
Maintainer: László Böszörményi (GCS) [EMAIL PROTECTED]
Changed-By: László Böszörményi (GCS) [EMAIL PROTECTED]
Description: 
 gradm2 - Administration program for the grsecurity2 RBAC based ACL system
Closes: 278882
Changes: 
 gradm2 (2.0.1-3) unstable; urgency=medium
 .
   * Make a separate binary for 2.4.x kernels (closes: #278882).
   * Added klogd and cron to policy.
   * Backport important bugfixes from upstream CVS:
 - allow RES_NOFILE to be unlimited
 - do not use the same variable for the nested loop in gradm_learn.c
 - do not hardcode grsec config dir in some files, but use GRSEC_DIR
Files: 
 838688b007c5a4dbe9c61ab6a1ac0f28 586 admin optional gradm2_2.0.1-3.dsc
 ae8d1d197c546cdad771366a15cd4828 7991 admin optional gradm2_2.0.1-3.diff.gz
 50d48ea4ffbfd4a25f33d884eff70c85 127486 admin optional gradm2_2.0.1-3_i386.deb

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

iEYEARECAAYFAkGGGD4ACgkQIgvIgzMMSnXNxgCgswzfJoJ6t+R4LtEGwRPWLkn0
rPkAoN4GhFHcZ9Phn0STbYD0SGRZFKAV
=xtzp
-END PGP SIGNATURE-


Accepted:
gradm2_2.0.1-3.diff.gz
  to pool/main/g/gradm2/gradm2_2.0.1-3.diff.gz
gradm2_2.0.1-3.dsc
  to pool/main/g/gradm2/gradm2_2.0.1-3.dsc
gradm2_2.0.1-3_i386.deb
  to pool/main/g/gradm2/gradm2_2.0.1-3_i386.deb


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



Accepted kernel-patch-grsecurity2 2.0.1-3 (all source)

2004-11-01 Thread Lszl Bszrmnyi (GCS)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Oct 2004 10:16:12 +
Source: kernel-patch-grsecurity2
Binary: kernel-patch-grsecurity2
Architecture: source all
Version: 2.0.1-3
Distribution: unstable
Urgency: low
Maintainer: László Böszörményi (GCS) [EMAIL PROTECTED]
Changed-By: László Böszörményi (GCS) [EMAIL PROTECTED]
Description: 
 kernel-patch-grsecurity2 - grsecurity kernel patch - new major upstream version
Closes: 274580
Changes: 
 kernel-patch-grsecurity2 (2.0.1-3) unstable; urgency=low
 .
   * Fix kpatches to apply the correct patch for Debian kernels, thanks to
 Elmar Hoffmann [EMAIL PROTECTED] (closes: #274580).
Files: 
 147758ace897311925f93c4509e57cc0 582 devel extra kernel-patch-grsecurity2_2.0.1-3.dsc
 e1b88d4a092bfbc3083a1188d2439e43 792927 devel extra 
kernel-patch-grsecurity2_2.0.1-3.tar.gz
 c6246fada02e9260146e6a91e132bc2d 803266 devel extra 
kernel-patch-grsecurity2_2.0.1-3_all.deb

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

iEYEARECAAYFAkGGGEkACgkQIgvIgzMMSnUmlgCdEMh9XJaCrG1+was2qFhuYi2Q
WLkAoKSmQvGS4/88u1unT4erktIR/GCu
=lCYY
-END PGP SIGNATURE-


Accepted:
kernel-patch-grsecurity2_2.0.1-3.dsc
  to pool/main/k/kernel-patch-grsecurity2/kernel-patch-grsecurity2_2.0.1-3.dsc
kernel-patch-grsecurity2_2.0.1-3.tar.gz
  to pool/main/k/kernel-patch-grsecurity2/kernel-patch-grsecurity2_2.0.1-3.tar.gz
kernel-patch-grsecurity2_2.0.1-3_all.deb
  to pool/main/k/kernel-patch-grsecurity2/kernel-patch-grsecurity2_2.0.1-3_all.deb


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



Accepted tiff 3.6.1-3 (i386 source)

2004-11-01 Thread Josip Rodin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 12:28:27 +0100
Source: tiff
Binary: libtiff4 libtiff-tools libtiff4-dev
Architecture: source i386
Version: 3.6.1-3
Distribution: unstable
Urgency: medium
Maintainer: Josip Rodin [EMAIL PROTECTED]
Changed-By: Josip Rodin [EMAIL PROTECTED]
Description: 
 libtiff-tools - TIFF manipulation and conversion tools
 libtiff4   - Tag Image File Format library
 libtiff4-dev - Tag Image File Format library, development files
Closes: 276783
Changes: 
 tiff (3.6.1-3) unstable; urgency=medium
 .
   * Patches from upstream to fix zero-size tile and integer overflow
 problems created by previous security patches, closes: #276783.
   * Added Jay Berkenbilt as co-maintainer. Jay thanks Joy for letting him
 help and eventually take over maintenance of these packages!
Files: 
 3db897023af92b30060db15f36a74cca 663 libs optional tiff_3.6.1-3.dsc
 8eb2ba49da658968267e1c7985bf35fb 23099 libs optional tiff_3.6.1-3.diff.gz
 02256304a5f5ea972e0a8aed264771ce 104894 libs optional libtiff4_3.6.1-3_i386.deb
 d56bb326b88573eab25427b081364a76 444630 devel optional libtiff4-dev_3.6.1-3_i386.deb
 f1af4554c2d4af544702893de05a46ee 159570 graphics optional 
libtiff-tools_3.6.1-3_i386.deb

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

iD8DBQFBhh6rC1RHoiANFZYRAqOeAJ9ahI8+oySWAoiObS3GnHOekffjMwCg4mfH
kWJC3Qnx4HemHSuMnZLhi4I=
=Ns/x
-END PGP SIGNATURE-


Accepted:
libtiff-tools_3.6.1-3_i386.deb
  to pool/main/t/tiff/libtiff-tools_3.6.1-3_i386.deb
libtiff4-dev_3.6.1-3_i386.deb
  to pool/main/t/tiff/libtiff4-dev_3.6.1-3_i386.deb
libtiff4_3.6.1-3_i386.deb
  to pool/main/t/tiff/libtiff4_3.6.1-3_i386.deb
tiff_3.6.1-3.diff.gz
  to pool/main/t/tiff/tiff_3.6.1-3.diff.gz
tiff_3.6.1-3.dsc
  to pool/main/t/tiff/tiff_3.6.1-3.dsc


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



Accepted pdns 2.9.16-3 (i386 source all)

2004-11-01 Thread Wichert Akkerman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 12:03:40 +0100
Source: pdns
Binary: pdns-backend-ldap pdns-backend-pipe pdns-backend-mysql pdns-static pdns 
pdns-backend-xdb pdns-backend-pgsql pdns-backend-sqlite pdns-backend-oracle pdns-doc
Architecture: source i386 all
Version: 2.9.16-3
Distribution: unstable
Urgency: high
Maintainer: Wichert Akkerman [EMAIL PROTECTED]
Changed-By: Wichert Akkerman [EMAIL PROTECTED]
Description: 
 pdns   - extremely powerful and versatile nameserver
 pdns-backend-ldap - LDAP backend for pDNS
 pdns-backend-mysql - MySQL backend for pDNS
 pdns-backend-pgsql - Generic PostgreSQL backend for pDNS
 pdns-backend-pipe - pipe/coprocess backend for pDNS
 pdns-backend-sqlite - SQLite backend for pDNS
 pdns-backend-xdb - XDB/tdb/gdb backend for pDNS
 pdns-doc   - PowerDNS manual
Closes: 241321
Changes: 
 pdns (2.9.16-3) unstable; urgency=high
 .
   * Apply patches from current CVS:
 - properly dup2 fd 0, 1 and 2. Closes: Bug#241321
 - make recursor sockets non-blocking, should fix hanging pdns_recursor
   * Include pdns_recursor init script
Files: 
 87a1b2e6d04f4fabaf0bc45c29085559 851 net extra pdns_2.9.16-3.dsc
 cb29881109b1507fd691099290731bde 7262 net extra pdns_2.9.16-3.diff.gz
 b0e2852f3fffed81176846288f5d5d81 130842 doc extra pdns-doc_2.9.16-3_all.deb
 7022cb727baf47b34398cea42da36206 702188 net extra pdns_2.9.16-3_i386.deb
 67484478569ccd75dc8fe17b572cf4a1 189750 net extra pdns-backend-ldap_2.9.16-3_i386.deb
 2601601f3af9483ea84add158299f930 68748 net extra pdns-backend-mysql_2.9.16-3_i386.deb
 fd21a7f3715ea80046d48d36038210ce 48684 net extra pdns-backend-pipe_2.9.16-3_i386.deb
 1cf56d3b69770d9d7c3da289e3af2753 32156 net extra pdns-backend-xdb_2.9.16-3_i386.deb
 598ea5b153dda6a9a1597be3a5358e63 37966 net extra pdns-backend-pgsql_2.9.16-3_i386.deb
 7b9dccec491903576ddb9f99483ec8fe 33644 net extra pdns-backend-sqlite_2.9.16-3_i386.deb

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

iD8DBQFBhiDH27F1kyD6chwRAgCwAKC3Fi7sZBWPaqZ20MVinePLtTWuwACgkcUu
HW/aPhemcvAHtM+6YSYopXM=
=uDPG
-END PGP SIGNATURE-


Accepted:
pdns-backend-ldap_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns-backend-ldap_2.9.16-3_i386.deb
pdns-backend-mysql_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns-backend-mysql_2.9.16-3_i386.deb
pdns-backend-pgsql_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns-backend-pgsql_2.9.16-3_i386.deb
pdns-backend-pipe_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns-backend-pipe_2.9.16-3_i386.deb
pdns-backend-sqlite_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns-backend-sqlite_2.9.16-3_i386.deb
pdns-backend-xdb_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns-backend-xdb_2.9.16-3_i386.deb
pdns-doc_2.9.16-3_all.deb
  to pool/main/p/pdns/pdns-doc_2.9.16-3_all.deb
pdns_2.9.16-3.diff.gz
  to pool/main/p/pdns/pdns_2.9.16-3.diff.gz
pdns_2.9.16-3.dsc
  to pool/main/p/pdns/pdns_2.9.16-3.dsc
pdns_2.9.16-3_i386.deb
  to pool/main/p/pdns/pdns_2.9.16-3_i386.deb


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



Accepted alsa-driver 1.0.6a-8 (all source)

2004-11-01 Thread Jordi Mallach
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 12:35:30 +0100
Source: alsa-driver
Binary: alsa-source alsa-headers alsa-base
Architecture: source all
Version: 1.0.6a-8
Distribution: unstable
Urgency: medium
Maintainer: Debian ALSA Maintainers [EMAIL PROTECTED]
Changed-By: Jordi Mallach [EMAIL PROTECTED]
Description: 
 alsa-base  - ALSA driver configuration files
 alsa-headers - transitional package that can be safely removed
 alsa-source - ALSA driver sources
Closes: 273090 278301 278731 278766
Changes: 
 alsa-driver (1.0.6a-8) unstable; urgency=medium
 .
   * Thomas Hood:
 - /etc/dev.d/sound/alsa-base.dev
   + Add.  Runs alsactl restore after control
 device is created  (Closes: #273090)
 - /etc/udev/permissions.d/alsa-base.permissions
   + Add.  Sets permissions on ALSA snd devices.
 - debian/alsa-base.config
   + Fix quotation bug  (Closes: #278766)
 - debian/control:
   + alsa-headers now Depends on libasound2-dev = 1.0.6-3.
 This is required in order to guarantee that alsa-headers
 can be removed; older libasound2-dev releases depended on
 alsa-headers.
   + alsa-base now Conflicts with discover1  1.7.3 since
 those versions didn't allow modules to be blacklisted
 (Closes: #278301)
   + alsa-base now Suggests udev
 - debian/alsa-source.control:
   + Clarify info re: alsa-modules modules versus kernel modules
   + Shorten Description
 - debian/module-blacklist:
   + Remove dmasound; add dmasound_core and dmasound_pmac
 - pt_BR.po:
   + Update by Andre Luis Lopes  (Closes: #278731)
Files: 
 afedc9384477e977fd269a3a452a454e 846 sound optional alsa-driver_1.0.6a-8.dsc
 88349ea176ad802701054f2e8361d06a 88460 sound optional alsa-driver_1.0.6a-8.diff.gz
 045367a141b0d489e25caecc8e81310f 51438 sound optional alsa-base_1.0.6a-8_all.deb
 06d5c6e44354401965178152be7a540a 1859490 sound optional alsa-source_1.0.6a-8_all.deb
 4455dc4718f11dd5014ebd70abd5d3ea 35792 sound optional alsa-headers_1.0.6a-8_all.deb

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

iD8DBQFBhiCdJYSUupF6Il4RAs0aAJ0T8ah2dgHpxUeKmilrr9wa6GAsMACg8Wk+
/92HKcRq3VF6E3drnRICo3E=
=BTv1
-END PGP SIGNATURE-


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


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



Accepted openipmi 1.3.11-2 (i386 source)

2004-11-01 Thread Nol Kthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 13:31:13 +0100
Source: openipmi
Binary: openipmi libopenipmi-dev libopenipmi0
Architecture: source i386
Version: 1.3.11-2
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: 278193
Changes: 
 openipmi (1.3.11-2) unstable; urgency=low
 .
   * corrected build-deps
 (closes: Bug#278193)
Files: 
 50a1a4fd0db86a44d25a34f757436eac 653 admin optional openipmi_1.3.11-2.dsc
 09b9d1059acab2c53e0e73cfde21fbbc 36582 admin optional openipmi_1.3.11-2.diff.gz
 386ac25a09579f42672dcae153028300 99160 admin optional openipmi_1.3.11-2_i386.deb
 1903741e890dfcf597a4caa0dff3bb27 307266 devel optional libopenipmi0_1.3.11-2_i386.deb
 154d7a085bfb343ae3f036f0c4750392 403578 libdevel optional 
libopenipmi-dev_1.3.11-2_i386.deb

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

iD8DBQFBhi1c9/DnDzB9Vu0RAu+VAJ94AaU5v7zVK6vkIK+aRQ6mMkge9ACgitDn
VpOm+CJJFoqx3DuXqEyYXKs=
=m/si
-END PGP SIGNATURE-


Accepted:
libopenipmi-dev_1.3.11-2_i386.deb
  to pool/main/o/openipmi/libopenipmi-dev_1.3.11-2_i386.deb
libopenipmi0_1.3.11-2_i386.deb
  to pool/main/o/openipmi/libopenipmi0_1.3.11-2_i386.deb
openipmi_1.3.11-2.diff.gz
  to pool/main/o/openipmi/openipmi_1.3.11-2.diff.gz
openipmi_1.3.11-2.dsc
  to pool/main/o/openipmi/openipmi_1.3.11-2.dsc
openipmi_1.3.11-2_i386.deb
  to pool/main/o/openipmi/openipmi_1.3.11-2_i386.deb


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



Accepted gmime2.1 2.1.9-2 (i386 source)

2004-11-01 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 12:37:17 +0100
Source: gmime2.1
Binary: libgmime2.1-dev libgmime2.1
Architecture: source i386
Version: 2.1.9-2
Distribution: unstable
Urgency: low
Maintainer: Guus Sliepen [EMAIL PROTECTED]
Changed-By: Guus Sliepen [EMAIL PROTECTED]
Description: 
 libgmime2.1 - MIME library, unstable version
 libgmime2.1-dev - MIME library, unstable version - development files
Closes: 273484
Changes: 
 gmime2.1 (2.1.9-2) unstable; urgency=low
 .
   * Create a link in the gtk-doc directory to the GMime manual.
 Closes: #273484
Files: 
 27ae1861ec88eff2f76b8d0f5f1d465d 656 libs optional gmime2.1_2.1.9-2.dsc
 4d2e4807d799601c9161250c54b1e8b8 19652 libs optional gmime2.1_2.1.9-2.diff.gz
 5df771c72944a4dd831e68f8710c2d77 302802 libdevel optional 
libgmime2.1-dev_2.1.9-2_i386.deb
 888b903ed21acbf1a48d6ca0da61bfb7 171324 libs optional libgmime2.1_2.1.9-2_i386.deb

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

iD8DBQFBhiM+AxLow12M2nsRAtNiAKCfFYyUX8gMYIifbHTc5qZoZumhVwCggffo
8zEAhGXZe6+G73sQbaP180U=
=ljaB
-END PGP SIGNATURE-


Accepted:
gmime2.1_2.1.9-2.diff.gz
  to pool/main/g/gmime2.1/gmime2.1_2.1.9-2.diff.gz
gmime2.1_2.1.9-2.dsc
  to pool/main/g/gmime2.1/gmime2.1_2.1.9-2.dsc
libgmime2.1-dev_2.1.9-2_i386.deb
  to pool/main/g/gmime2.1/libgmime2.1-dev_2.1.9-2_i386.deb
libgmime2.1_2.1.9-2_i386.deb
  to pool/main/g/gmime2.1/libgmime2.1_2.1.9-2_i386.deb


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



Accepted acpid 1.0.4-1 (i386 source)

2004-11-01 Thread Cajus Pollmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 11:49:33 +0100
Source: acpid
Binary: acpid
Architecture: source i386
Version: 1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Cajus Pollmeier [EMAIL PROTECTED]
Changed-By: Cajus Pollmeier [EMAIL PROTECTED]
Description: 
 acpid  - Utilities for using ACPI power management
Changes: 
 acpid (1.0.4-1) unstable; urgency=low
 .
   * New upstream release
   * I'm dropping support for older, acpi broken kernels now. Time to
 clean up.
Files: 
 842c60d739b32dfe56bbbaef888f7706 504 admin optional acpid_1.0.4-1.dsc
 a50183ac6ba9341e0b4058aa7daf616e 37806 admin optional acpid_1.0.4-1.tar.gz
 8db4e7fbb5c1df25aa567d3853ff4d82 28330 admin optional acpid_1.0.4-1_i386.deb

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

iD8DBQFBhh1otyibJ/7Y+CYRAtebAKDFFHYv6CYej1PNojNxdFRKdJjZ8wCg295c
eQz5Dnh4Sv38jJkIH+VDKfA=
=3euM
-END PGP SIGNATURE-


Accepted:
acpid_1.0.4-1.dsc
  to pool/main/a/acpid/acpid_1.0.4-1.dsc
acpid_1.0.4-1.tar.gz
  to pool/main/a/acpid/acpid_1.0.4-1.tar.gz
acpid_1.0.4-1_i386.deb
  to pool/main/a/acpid/acpid_1.0.4-1_i386.deb


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



Accepted parted 1.6.11-7 (powerpc all source)

2004-11-01 Thread Sven Luther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 12:03:25 +0100
Source: parted
Binary: parted-udeb parted-doc libparted1.6-0 libparted1.6-dev libparted1.6-udeb 
parted libparted1.6-i18n libparted1.6-dbg
Architecture: source powerpc all
Version: 1.6.11-7
Distribution: unstable
Urgency: low
Maintainer: Parted Maintainer Team [EMAIL PROTECTED]
Changed-By: Sven Luther [EMAIL PROTECTED]
Description: 
 libparted1.6-0 - The GNU Parted disk partitioning shared library
 libparted1.6-dbg - The GNU Parted disk partitioning library debug development files
 libparted1.6-dev - The GNU Parted disk partitioning library development files
 libparted1.6-i18n - The GNU Parted disk partitioning library i18n support
 libparted1.6-udeb - The GNU Parted disk partitioning shared library (udeb)
 parted - The GNU Parted disk partition resizing program
 parted-doc - The GNU Parted disk partition resizing program documentation
 parted-udeb - The GNU Parted disk partition resizing program (udeb)
Closes: 245451 275650 276887
Changes: 
 parted (1.6.11-7) unstable; urgency=low
 .
   * Added LVM flag for partitions on amiga partition tables.
   * Added PREP flag for MBR partition tables. (Closes: #245451)
   * Added mention of HFS and HFS+ resize feature in manpage.
 (Closes: #275650)
   * Dropped libreiserfs0.3-0 recommend, as it is no more part of sarge.
 (Closes: #276887)
   * Really readded missing 1.6.9-3.2 fixes :
 - MS-DOS disk label detection when Smart BootManager is installed fix by
   Matt Kraai (Bug #259248).
Files: 
 9f91b6bdc62538c30f5d1d3ac283e0cd 907 admin optional parted_1.6.11-7.dsc
 dc5d010bf226fe237dbd6d9b9f2b4681 91248 admin optional parted_1.6.11-7.diff.gz
 2015e81fecaa7e1bdd32d9cc5166d136 73076 admin optional parted_1.6.11-7_powerpc.deb
 64da6f16fbc185f3e017db66eb236096 23220 debian-installer extra 
parted-udeb_1.6.11-7_powerpc.udeb
 c7a0070f749e80f3256da7944f400b6c 206254 libs optional 
libparted1.6-0_1.6.11-7_powerpc.deb
 a3616c6740b1259d03d2b473bcbb448b 155250 debian-installer extra 
libparted1.6-udeb_1.6.11-7_powerpc.udeb
 75bbabbe9cfa57a0942e4deac397bbe6 268056 libdevel optional 
libparted1.6-dev_1.6.11-7_powerpc.deb
 e6378ab5d5d3d210ba6f4e4f8b85feea 1229150 libdevel extra 
libparted1.6-dbg_1.6.11-7_powerpc.deb
 6c752a69bc92fa7f70b8275558b39b39 285724 libs optional 
libparted1.6-i18n_1.6.11-7_all.deb
 7bc0288292efbb4b9109f71818f52d0f 128930 doc optional parted-doc_1.6.11-7_all.deb
package-type: udeb

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

iD8DBQFBhiZK2WTeT3CRQaQRApEJAKCfN6+FP5maxl9DzC857XryakhsugCeOL0+
+eq7LgbbaIyJ8TXCJEnbL68=
=bf2c
-END PGP SIGNATURE-


Accepted:
libparted1.6-0_1.6.11-7_powerpc.deb
  to pool/main/p/parted/libparted1.6-0_1.6.11-7_powerpc.deb
libparted1.6-dbg_1.6.11-7_powerpc.deb
  to pool/main/p/parted/libparted1.6-dbg_1.6.11-7_powerpc.deb
libparted1.6-dev_1.6.11-7_powerpc.deb
  to pool/main/p/parted/libparted1.6-dev_1.6.11-7_powerpc.deb
libparted1.6-i18n_1.6.11-7_all.deb
  to pool/main/p/parted/libparted1.6-i18n_1.6.11-7_all.deb
libparted1.6-udeb_1.6.11-7_powerpc.udeb
  to pool/main/p/parted/libparted1.6-udeb_1.6.11-7_powerpc.udeb
parted-doc_1.6.11-7_all.deb
  to pool/main/p/parted/parted-doc_1.6.11-7_all.deb
parted-udeb_1.6.11-7_powerpc.udeb
  to pool/main/p/parted/parted-udeb_1.6.11-7_powerpc.udeb
parted_1.6.11-7.diff.gz
  to pool/main/p/parted/parted_1.6.11-7.diff.gz
parted_1.6.11-7.dsc
  to pool/main/p/parted/parted_1.6.11-7.dsc
parted_1.6.11-7_powerpc.deb
  to pool/main/p/parted/parted_1.6.11-7_powerpc.deb


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



Accepted ketm 0.0.6-17 (i386 source all)

2004-11-01 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 13:25:07 +0100
Source: ketm
Binary: ketm ketm-data
Architecture: source i386 all
Version: 0.0.6-17
Distribution: unstable
Urgency: low
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 ketm   - old school 2D-scrolling shooter
 ketm-data  - graphics and audio data for ketm
Closes: 275989
Changes: 
 ketm (0.0.6-17) unstable; urgency=low
 .
   * loadlv.c:
 + Patch from Kurt Roeckx to fix an amd64 FTBFS (Closes: #275989).
Files: 
 27b0b43b77ca65510a34b4972e4e8a5f 606 games optional ketm_0.0.6-17.dsc
 e71c8d5bdf262ce713df9685002a7ed8 49083 games optional ketm_0.0.6-17.diff.gz
 d36b7f910144992bb6d7dd351b51e5c5 2228262 games optional ketm-data_0.0.6-17_all.deb
 9edb58a04a43848909da692a44fccb2b 60886 games optional ketm_0.0.6-17_i386.deb

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

iD8DBQFBhiznfPP1rylJn2ERAnUlAKCGmP2x6/hmttJfBl3nMMP0qmPTogCghDKD
EDGi16T+/2dgd7E+PUwjQs0=
=O93N
-END PGP SIGNATURE-


Accepted:
ketm-data_0.0.6-17_all.deb
  to pool/main/k/ketm/ketm-data_0.0.6-17_all.deb
ketm_0.0.6-17.diff.gz
  to pool/main/k/ketm/ketm_0.0.6-17.diff.gz
ketm_0.0.6-17.dsc
  to pool/main/k/ketm/ketm_0.0.6-17.dsc
ketm_0.0.6-17_i386.deb
  to pool/main/k/ketm/ketm_0.0.6-17_i386.deb


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



Accepted gnome-cpufreq-applet 0.3.1-1 (i386 source)

2004-11-01 Thread Andrew Lau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  2 Nov 2004 00:16:11 +1100
Source: gnome-cpufreq-applet
Binary: gnome-cpufreq-applet
Architecture: source i386
Version: 0.3.1-1
Distribution: unstable
Urgency: medium
Maintainer: Andrew Lau [EMAIL PROTECTED]
Changed-By: Andrew Lau [EMAIL PROTECTED]
Description: 
 gnome-cpufreq-applet - CPU Frequency Scaling Monitor applet for GNOME
Closes: 273041
Changes: 
 gnome-cpufreq-applet (0.3.1-1) unstable; urgency=medium
 .
   * New upstream version.
 - Support for proc or sysfs filesystems.
   (closes: #273041)
   * Added Debconf scripts to configure SUID bit on CPU frequency selector.
Files: 
 e9a2bba0b18783523cabfc8cbaea3ce6 1505 gnome optional gnome-cpufreq-applet_0.3.1-1.dsc
 964f59e7f194ec336ede3bc00dce70ac 444819 gnome optional 
gnome-cpufreq-applet_0.3.1.orig.tar.gz
 6037539239c0e1c82737d6320864faed 3383 gnome optional 
gnome-cpufreq-applet_0.3.1-1.diff.gz
 4d9620f55d11462f5175fd55b2f52c27 103214 gnome optional 
gnome-cpufreq-applet_0.3.1-1_i386.deb

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

iD8DBQFBhjuES+BYJZB4jhERAmP7AJ4yQTlp0JNDYIXw48v0uObzuvrl2QCePn+a
t5afL1oW3fD/Y7QbN2TEclc=
=vpEk
-END PGP SIGNATURE-


Accepted:
gnome-cpufreq-applet_0.3.1-1.diff.gz
  to pool/main/g/gnome-cpufreq-applet/gnome-cpufreq-applet_0.3.1-1.diff.gz
gnome-cpufreq-applet_0.3.1-1.dsc
  to pool/main/g/gnome-cpufreq-applet/gnome-cpufreq-applet_0.3.1-1.dsc
gnome-cpufreq-applet_0.3.1-1_i386.deb
  to pool/main/g/gnome-cpufreq-applet/gnome-cpufreq-applet_0.3.1-1_i386.deb
gnome-cpufreq-applet_0.3.1.orig.tar.gz
  to pool/main/g/gnome-cpufreq-applet/gnome-cpufreq-applet_0.3.1.orig.tar.gz


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



Accepted ethereal 0.10.7-1 (i386 source)

2004-11-01 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 14:11:35 +0100
Source: ethereal
Binary: ethereal ethereal-dev tethereal ethereal-common
Architecture: source i386
Version: 0.10.7-1
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters [EMAIL PROTECTED]
Changed-By: Frederic Peters [EMAIL PROTECTED]
Description: 
 ethereal   - Network traffic analyzer
 ethereal-common - Network traffic analyser (common files)
 ethereal-dev - Network traffic analyser (development tools)
 tethereal  - Network traffic analyzer (console)
Closes: 277923
Changes: 
 ethereal (0.10.7-1) unstable; urgency=low
 .
   * New upstream release. (closes: #277923)
Files: 
 b0ece34137d1ffdbb96add3c9521dc74 823 net optional ethereal_0.10.7-1.dsc
 c664e795a55036eed77833e9aed32ccb 6569116 net optional ethereal_0.10.7.orig.tar.gz
 1f3c00850bd6753e41e144456942a434 249287 net optional ethereal_0.10.7-1.diff.gz
 56531318a82eac703305acd1e496cd3b 3947530 net optional 
ethereal-common_0.10.7-1_i386.deb
 1ec1218c1363356d70726ef5c4fc61a9 397114 net optional ethereal_0.10.7-1_i386.deb
 9884410709d86ee95579ec75ce30ccae 83954 net optional tethereal_0.10.7-1_i386.deb
 432c4153849a9b8d4587e0130ef9d914 148122 devel optional ethereal-dev_0.10.7-1_i386.deb

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

iD8DBQFBhj+IoR3LsWeD7V4RAg41AJ4sya/AeHwfHbjJNHF38jOGIx/vRACgj5tR
2nOUD/TYzHVQ9ZIzjAEL+lc=
=kzG5
-END PGP SIGNATURE-


Accepted:
ethereal-common_0.10.7-1_i386.deb
  to pool/main/e/ethereal/ethereal-common_0.10.7-1_i386.deb
ethereal-dev_0.10.7-1_i386.deb
  to pool/main/e/ethereal/ethereal-dev_0.10.7-1_i386.deb
ethereal_0.10.7-1.diff.gz
  to pool/main/e/ethereal/ethereal_0.10.7-1.diff.gz
ethereal_0.10.7-1.dsc
  to pool/main/e/ethereal/ethereal_0.10.7-1.dsc
ethereal_0.10.7-1_i386.deb
  to pool/main/e/ethereal/ethereal_0.10.7-1_i386.deb
ethereal_0.10.7.orig.tar.gz
  to pool/main/e/ethereal/ethereal_0.10.7.orig.tar.gz
tethereal_0.10.7-1_i386.deb
  to pool/main/e/ethereal/tethereal_0.10.7-1_i386.deb


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



Accepted xmule 1.9.4-1 (i386 source)

2004-11-01 Thread Nol Kthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 13:55:44 +0100
Source: xmule
Binary: xmule
Architecture: source i386
Version: 1.9.4-1
Distribution: unstable
Urgency: medium
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 xmule  - an eMule client for the edonkey2000 network
Closes: 193723 258898 260967 262300 262392 270146 272359 272440 273425 273836 273846 
274046
Changes: 
 xmule (1.9.4-1) unstable; urgency=medium
 .
   * new upstream from 2004-10-30
   * urgency=medium to get the very buggy version in testing
 replaced asap
   * FTBFS is fixed since 1.9.3
 (closes: Bug#273425)
   * closing big endian NMUs with this version because they are
 integegrated upstream now
 (closes: Bug#262392)
 (closes: Bug#258898)
 (closes: Bug#262300)
   * migration from lmule is described in the README
 (closes: Bug#260967)
   * locks are fixed in this version
 (closes: Bug#270146)
   * systray is now fixed
 (closes: Bug#272359)
   * start crash are fixed
 (closes: Bug#273836)
   * comment dialog is fixed
 (closes: Bug#273846)
   * crash when closing is fixed
 (closes: Bug#272440)
   * amd64 support is available now
 (closes: Bug#274046)
   * server.met problem are now fixed
 (closes: Bug#193723)
Files: 
 2db12b3146c7c7283548c1b6f0d54893 659 net optional xmule_1.9.4-1.dsc
 a3f7e12bcd8101a9f253b1b2225517e9 1785683 net optional xmule_1.9.4.orig.tar.gz
 c4c78ad4518f8617463dce2cf6d914e1 22926 net optional xmule_1.9.4-1.diff.gz
 ea1198673d8f62cd5981068f605febea 1450072 net optional xmule_1.9.4-1_i386.deb

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

iD8DBQFBhksL9/DnDzB9Vu0RAmXNAJ4kGwwZecwSuHOSGT0ZhAIlo/BNrQCfYsHx
WxULu03Lv6lTv3z0HMI04Oc=
=l1+F
-END PGP SIGNATURE-


Accepted:
xmule_1.9.4-1.diff.gz
  to pool/main/x/xmule/xmule_1.9.4-1.diff.gz
xmule_1.9.4-1.dsc
  to pool/main/x/xmule/xmule_1.9.4-1.dsc
xmule_1.9.4-1_i386.deb
  to pool/main/x/xmule/xmule_1.9.4-1_i386.deb
xmule_1.9.4.orig.tar.gz
  to pool/main/x/xmule/xmule_1.9.4.orig.tar.gz


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



Accepted hwdata 0.145-1 (all source)

2004-11-01 Thread Nol Kthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 16:05:31 +0100
Source: hwdata
Binary: hwdata
Architecture: source all
Version: 0.145-1
Distribution: unstable
Urgency: medium
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 hwdata - hardware identification / configuration data
Changes: 
 hwdata (0.145-1) unstable; urgency=medium
 .
   * new upstream from 2004-10-21
Files: 
 eb71987aac0e1363a859e13dfa15e561 555 misc optional hwdata_0.145-1.dsc
 bf5e6bc3bdac37bdebbd7605e15cdff1 233122 misc optional hwdata_0.145.orig.tar.gz
 6ab88f804aee8e6b086d99c331057b37 16992 misc optional hwdata_0.145-1.diff.gz
 d8075f88cd5c0b58020b92edcdbd2ea4 208754 misc optional hwdata_0.145-1_all.deb

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

iD8DBQFBhlEL9/DnDzB9Vu0RAtOjAJ4pQw+pqyp5tIns+xphy4AnZmy4kQCfaC+y
GU5DehQoVWfDEHq4kJBKevw=
=4K7H
-END PGP SIGNATURE-


Accepted:
hwdata_0.145-1.diff.gz
  to pool/main/h/hwdata/hwdata_0.145-1.diff.gz
hwdata_0.145-1.dsc
  to pool/main/h/hwdata/hwdata_0.145-1.dsc
hwdata_0.145-1_all.deb
  to pool/main/h/hwdata/hwdata_0.145-1_all.deb
hwdata_0.145.orig.tar.gz
  to pool/main/h/hwdata/hwdata_0.145.orig.tar.gz


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



Accepted udftools 1.0.0b3-6 (i386 source)

2004-11-01 Thread Richard Atterer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 14:42:41 +0100
Source: udftools
Binary: udftools
Architecture: source i386
Version: 1.0.0b3-6
Distribution: unstable
Urgency: medium
Maintainer: Richard Atterer [EMAIL PROTECTED]
Changed-By: Richard Atterer [EMAIL PROTECTED]
Description: 
 udftools   - Tools for UDF filesystems and DVD/CD-R(W) drives
Closes: 274489 278696
Changes: 
 udftools (1.0.0b3-6) unstable; urgency=medium
 .
   * Applied patch by Christopher Martin (thanks!)
 Closes: #278696: udftools scripts need overhaul to work with all kernels
   * Closes: #274489: udftools: Mistakes in README.Debian
Files: 
 44fa9e691043c44da4229654119e4eef 609 otherosfs extra udftools_1.0.0b3-6.dsc
 2f77f564919d4cdb61aacff0bae5c6dd 12317 otherosfs extra udftools_1.0.0b3-6.diff.gz
 047a7962ea7d02af99a3a27a368d284a 71844 otherosfs extra udftools_1.0.0b3-6_i386.deb

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

iD8DBQFBhkiueeb23IiDVPcRAhAKAJ9bB9nrlyKsqF+lbwF7vh2JBDyzrQCcDNnp
QEat9wtq0/Hy+v9UOQiFF+c=
=Q5l1
-END PGP SIGNATURE-


Accepted:
udftools_1.0.0b3-6.diff.gz
  to pool/main/u/udftools/udftools_1.0.0b3-6.diff.gz
udftools_1.0.0b3-6.dsc
  to pool/main/u/udftools/udftools_1.0.0b3-6.dsc
udftools_1.0.0b3-6_i386.deb
  to pool/main/u/udftools/udftools_1.0.0b3-6_i386.deb


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



Accepted wget 1.9.1-9 (i386 source)

2004-11-01 Thread Nol Kthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 15:56:55 +0100
Source: wget
Binary: wget
Architecture: source i386
Version: 1.9.1-9
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 wget   - retrieves files from the web
Changes: 
 wget (1.9.1-9) unstable; urgency=low
 .
   * back to dpatch again because this version will not go into sarge.;)
Files: 
 81fbaff3e215f4dde8585d51e2ddc121 596 web optional wget_1.9.1-9.dsc
 969b9912a925306950eb4e50e6c1af8d 14496 web optional wget_1.9.1-9.diff.gz
 cea3da82d687ecb0061a855c3f2a 425084 web optional wget_1.9.1-9_i386.deb

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

iD8DBQFBhk8g9/DnDzB9Vu0RAkTdAJ40f/OCc/PtgYGc4WBOJKM4NJiy7QCgglmA
BfCkqEI4R7v/RXz3fB5+bcU=
=7nFq
-END PGP SIGNATURE-


Accepted:
wget_1.9.1-9.diff.gz
  to pool/main/w/wget/wget_1.9.1-9.diff.gz
wget_1.9.1-9.dsc
  to pool/main/w/wget/wget_1.9.1-9.dsc
wget_1.9.1-9_i386.deb
  to pool/main/w/wget/wget_1.9.1-9_i386.deb


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



Accepted usbutils 0.11+cvs20041016-5 (i386 source)

2004-11-01 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 14:36:20 +
Source: usbutils
Binary: usbutils
Architecture: source i386
Version: 0.11+cvs20041016-5
Distribution: unstable
Urgency: high
Maintainer: Aurelien Jarno [EMAIL PROTECTED]
Changed-By: Aurelien Jarno [EMAIL PROTECTED]
Description: 
 usbutils   - USB console utilities
Closes: 279217
Changes: 
 usbutils (0.11+cvs20041016-5) unstable; urgency=high
 .
   * Fixed postinst so no error message is output (closes: bug#279217).
Files: 
 b83daf7d73d2043785fc5efb5bcda0b4 717 utils optional usbutils_0.11+cvs20041016-5.dsc
 9e2900168c53912da08578bb082cc56e 5377 utils optional 
usbutils_0.11+cvs20041016-5.diff.gz
 a2b0497aa0f858a11ed33157becd0fd2 85158 utils optional 
usbutils_0.11+cvs20041016-5_i386.deb

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

iD8DBQFBhkpvw3ao2vG823MRAvz0AJ9PKXXPKpgnVDVVJTuMhS1ejptoUACcCWEQ
KX2POtj3cd1TG9EmFFO/Nvs=
=gvKM
-END PGP SIGNATURE-


Accepted:
usbutils_0.11+cvs20041016-5.diff.gz
  to pool/main/u/usbutils/usbutils_0.11+cvs20041016-5.diff.gz
usbutils_0.11+cvs20041016-5.dsc
  to pool/main/u/usbutils/usbutils_0.11+cvs20041016-5.dsc
usbutils_0.11+cvs20041016-5_i386.deb
  to pool/main/u/usbutils/usbutils_0.11+cvs20041016-5_i386.deb


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



Accepted openoffice.org-debian-files 1.1.3-1+1 (all source)

2004-11-01 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Oct 2004 16:06:16 +0100
Source: openoffice.org-debian-files
Binary: openoffice.org-debian-files
Architecture: source all
Version: 1.1.3-1+1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team [EMAIL PROTECTED]
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 openoffice.org-debian-files - Debian specific parts of OpenOffice.org
Changes: 
 openoffice.org-debian-files (1.1.3-1+1) experimental; urgency=low
 .
   * etc/autoresponse.conf, bin/openoffice: 1.1.3 [RE]
   * tighten depends to 1.1.3 packages [RE]
   * add WordPerfect mimetypes since OOo now can handle these documents [RE]
   * add wrapper scripts for the OOo SDK tools
Files: 
 6bd153e4b77d2437835ea30efddcc663 713 editors optional 
openoffice.org-debian-files_1.1.3-1+1.dsc
 af934dbcfcc7644b2dcb7584347fe20e 30181 editors optional 
openoffice.org-debian-files_1.1.3-1+1.tar.gz
 e68933ae56e34f7cd3abfa6020031bde 32316 editors optional 
openoffice.org-debian-files_1.1.3-1+1_all.deb

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

iD8DBQFBhlcy+FmQsCSK63MRAvUoAJ9LYgr1BoTmfrQHvSs4643CjNTp3gCfROZ2
0FgJVRoI3VIHxdGbHb72kHM=
=ea5W
-END PGP SIGNATURE-


Accepted:
openoffice.org-debian-files_1.1.3-1+1.dsc
  to pool/main/o/openoffice.org-debian-files/openoffice.org-debian-files_1.1.3-1+1.dsc
openoffice.org-debian-files_1.1.3-1+1.tar.gz
  to 
pool/main/o/openoffice.org-debian-files/openoffice.org-debian-files_1.1.3-1+1.tar.gz
openoffice.org-debian-files_1.1.3-1+1_all.deb
  to 
pool/main/o/openoffice.org-debian-files/openoffice.org-debian-files_1.1.3-1+1_all.deb


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



Accepted cxref 1.6-3 (i386 source all)

2004-11-01 Thread Camm Maguire
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 16:07:54 +
Source: cxref
Binary: cxref-emacs cxref-doc cxref
Architecture: source i386 all
Version: 1.6-3
Distribution: unstable
Urgency: high
Maintainer: Camm Maguire [EMAIL PROTECTED]
Changed-By: Camm Maguire [EMAIL PROTECTED]
Description: 
 cxref  - Generates latex and HTML documentation for C programs
 cxref-doc  - Generates latex and HTML documentation for C programs
 cxref-emacs - Generates latex and HTML documentation for C programs
Closes: 278941
Changes: 
 cxref (1.6-3) unstable; urgency=high
 .
   * Put in missing prototypes in cpp/cccp.c for malloc like functions to
 fix build on amd64 and ia64, where the default return type of int has
 a different size than that of void *.  No gcc warnings as functions
 always invoked with an explicit cast in the code.  Lucked out on alpha
 -- apparently the address ranges allocated happen to fit in 32 bits.
 Closes: #278941.
Files: 
 4a3ebffc4f9a5f1f4bdac7c3057c115b 697 devel optional cxref_1.6-3.dsc
 9cf1d14ec43da1bc9fedfddd546181bd 14839 devel optional cxref_1.6-3.diff.gz
 92e417a793e1e221b1e1bcb60c4189b0 885696 doc optional cxref-doc_1.6-3_all.deb
 04bc788498954822b478f2d9862115c5 12752 editors optional cxref-emacs_1.6-3_all.deb
 caf68d2f97e3d33a2af04900708a0b37 366050 devel optional cxref_1.6-3_i386.deb

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

iD8DBQFBhmNzczG1wFfwRdwRAikNAJ9L3Q5wOieEQEnsyrFnymIgEhrsOQCfdsOW
xh6FeAgm8aKPBnsT4EsRgvs=
=R5cg
-END PGP SIGNATURE-


Accepted:
cxref-doc_1.6-3_all.deb
  to pool/main/c/cxref/cxref-doc_1.6-3_all.deb
cxref-emacs_1.6-3_all.deb
  to pool/main/c/cxref/cxref-emacs_1.6-3_all.deb
cxref_1.6-3.diff.gz
  to pool/main/c/cxref/cxref_1.6-3.diff.gz
cxref_1.6-3.dsc
  to pool/main/c/cxref/cxref_1.6-3.dsc
cxref_1.6-3_i386.deb
  to pool/main/c/cxref/cxref_1.6-3_i386.deb


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



Accepted network-console 0.0.8 (i386 source all)

2004-11-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 12:25:27 -0500
Source: network-console
Binary: network-console-config network-console
Architecture: source i386 all
Version: 0.0.8
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 network-console - Provides a console via ssh (udeb)
 network-console-config - Debian base system configurator - network console
Changes: 
 network-console (0.0.8) unstable; urgency=low
 .
   * Frans Pop
 - Add check to see if installation of network-console-config was
   successful (partial fix for #279090)
   * Updated translations:
 - Finnish (fi.po) by Tapio Lehtonen
 - Romanian (ro.po) by Eddy Petrisor
Files: 
 c267a524fa550e4f66953351c880b833 627 debian-installer optional 
network-console_0.0.8.dsc
 20eb5041f8d437bdee6f0fc6cebabe50 46421 debian-installer optional 
network-console_0.0.8.tar.gz
 459c27fa6c483e9de310687f2b872e77 4014 admin optional 
network-console-config_0.0.8_all.deb
 3d0c4efb82ee5b847caf3553e777c283 37344 debian-installer optional 
network-console_0.0.8_i386.udeb
package-type: udeb

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

iD8DBQFBhnHA2tp5zXiKP0wRAhYVAJ4y0aE8FDAIYL6vPkmqEZhPiJ+MjwCgogyA
dDsP2e7+mitYMknNVGBl+lM=
=J61Z
-END PGP SIGNATURE-


Accepted:
network-console-config_0.0.8_all.deb
  to pool/main/n/network-console/network-console-config_0.0.8_all.deb
network-console_0.0.8.dsc
  to pool/main/n/network-console/network-console_0.0.8.dsc
network-console_0.0.8.tar.gz
  to pool/main/n/network-console/network-console_0.0.8.tar.gz
network-console_0.0.8_i386.udeb
  to pool/main/n/network-console/network-console_0.0.8_i386.udeb


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



Accepted prebaseconfig 1.06 (all source)

2004-11-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 12:19:22 -0500
Source: prebaseconfig
Binary: prebaseconfig
Architecture: source all
Version: 1.06
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 prebaseconfig - Finish the installation and reboot (udeb)
Changes: 
 prebaseconfig (1.06) unstable; urgency=low
 .
   * Joshua Kwan
 - remove myself from Uploaders, I no longer have time to help out with
   this package.
   * Frans Pop
 - restructure 90prepare-base-config into functions
 - do not modify /etc/inittab if installation is run over SSH and
   package network-console-config has been installed
 - use only first PID if there is more than one debian-installer
   process to determine console in 90prepare-base-config
   (there can be more than one if installing over SSH)
 - Closes #279213
   * Updated translations:
 - Finnish (fi.po) by Tapio Lehtonen
 - Russian (ru.po) by Yuri Kozlov
Files: 
 4e0e8c0d3bd10db3262b072dcda4a9d6 704 debian-installer required prebaseconfig_1.06.dsc
 c20ca362997cfff91ef9dfe5f94c746b 33935 debian-installer required 
prebaseconfig_1.06.tar.gz
 f07f7fe12d0c6cf4aead8bf8ab26d5c6 16748 debian-installer required 
prebaseconfig_1.06_all.udeb
package-type: udeb

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

iD8DBQFBhnBH2tp5zXiKP0wRAuD9AKDMQbrKPLnbbY4L/9LBzLGWyU0CVwCgqd8x
RMgQlvWaVYrQjeIHgWB4Xeo=
=ILxV
-END PGP SIGNATURE-


Accepted:
prebaseconfig_1.06.dsc
  to pool/main/p/prebaseconfig/prebaseconfig_1.06.dsc
prebaseconfig_1.06.tar.gz
  to pool/main/p/prebaseconfig/prebaseconfig_1.06.tar.gz
prebaseconfig_1.06_all.udeb
  to pool/main/p/prebaseconfig/prebaseconfig_1.06_all.udeb


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



Accepted ardour 0.9beta20-2 (powerpc all source)

2004-11-01 Thread Robert Jordens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 17:35:51 +0100
Source: ardour
Binary: libmidi++0-dbg libpbd0 ardour-doc libmidi++0-dev libmidi++0 libpbd0-dbg 
ardour-session-exchange libgtkmmext0-dev libgtkmmext0-dbg libardour0-dev 
libardour0-dbg ardour-gtk ardour-gtk-dbg libardour0 libgtkmmext0 libpbd0-dev
Architecture: source powerpc all
Version: 0.9beta20-2
Distribution: unstable
Urgency: low
Maintainer: Robert Jordens [EMAIL PROTECTED]
Changed-By: Robert Jordens [EMAIL PROTECTED]
Description: 
 ardour-doc - Ardour documentation
 ardour-gtk - digital audio workstation (graphical gtk interface)
 ardour-session-exchange - Ardour session collaboration tool
 libardour0 - library for building professional digital audio applications
 libardour0-dev - libardour development files
 libgtkmmext0 - library of useful new C++ and C widgets for gtkmm users
 libgtkmmext0-dev - libgtkmmext development files
 libmidi++0 - C++ library for handling MIDI I/O, including MMC and MTC
 libmidi++0-dev - libmidi++ development files
 libpbd0- library of useful, generic C++ objects
 libpbd0-dev - libpbd development files
Closes: 279226
Changes: 
 ardour (0.9beta20-2) unstable; urgency=low
 .
   * debian/patches/06_install-templates-into-DESTDIR.patch:
 install templates under DESTDIR; closes: Bug#279226
Files: 
 d569133231f36795a6e4f5675193e7a0 1401 sound optional ardour_0.9beta20-2.dsc
 3c85aa8bfc7927de2fabd9bbb544d8e8 32273 sound optional ardour_0.9beta20-2.diff.gz
 b9932b07389bbbc68e9edc8c964a2ead 65208 sound optional ardour-doc_0.9beta20-2_all.deb
 85ece7acb2456583c8b5905b14b20c12 60792 sound optional 
ardour-session-exchange_0.9beta20-2_all.deb
 562835406b02ea348b11d50b47448b21 852780 libs optional 
libardour0_0.9beta20-2_powerpc.deb
 e9e8370277b456a287e27580da94f697 121778 libs optional 
libmidi++0_0.9beta20-2_powerpc.deb
 b0a8c6e1627437cdcf63945103cf9e8b 278670 libs optional 
libgtkmmext0_0.9beta20-2_powerpc.deb
 208bf2dd22f301337f3bb9c208b87eed 113854 libs optional libpbd0_0.9beta20-2_powerpc.deb
 78ed010562c3b63091bef8e77abf0791 1675220 sound optional 
ardour-gtk_0.9beta20-2_powerpc.deb
 8d198be51e75956989e219b2d4cc7e37 2126278 libdevel optional 
libardour0-dev_0.9beta20-2_powerpc.deb
 064f7463357f8149233c19b993376a89 164814 libdevel optional 
libmidi++0-dev_0.9beta20-2_powerpc.deb
 73d0380f010f5198cc852108dcee7dbd 440866 libdevel optional 
libgtkmmext0-dev_0.9beta20-2_powerpc.deb
 91dd2180fe3f207757da4890b7db7986 162282 libdevel optional 
libpbd0-dev_0.9beta20-2_powerpc.deb

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

iD8DBQFBhnDvHSjkv+Av7xERAkO5AJoCy5p3SXyOdyTs6n/zE7M8un+6NQCeIUYd
kPc7gj/pDnFQJllGdfZumlY=
=nuoO
-END PGP SIGNATURE-


Accepted:
ardour-doc_0.9beta20-2_all.deb
  to pool/main/a/ardour/ardour-doc_0.9beta20-2_all.deb
ardour-gtk_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/ardour-gtk_0.9beta20-2_powerpc.deb
ardour-session-exchange_0.9beta20-2_all.deb
  to pool/main/a/ardour/ardour-session-exchange_0.9beta20-2_all.deb
ardour_0.9beta20-2.diff.gz
  to pool/main/a/ardour/ardour_0.9beta20-2.diff.gz
ardour_0.9beta20-2.dsc
  to pool/main/a/ardour/ardour_0.9beta20-2.dsc
libardour0-dev_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libardour0-dev_0.9beta20-2_powerpc.deb
libardour0_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libardour0_0.9beta20-2_powerpc.deb
libgtkmmext0-dev_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libgtkmmext0-dev_0.9beta20-2_powerpc.deb
libgtkmmext0_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libgtkmmext0_0.9beta20-2_powerpc.deb
libmidi++0-dev_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libmidi++0-dev_0.9beta20-2_powerpc.deb
libmidi++0_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libmidi++0_0.9beta20-2_powerpc.deb
libpbd0-dev_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libpbd0-dev_0.9beta20-2_powerpc.deb
libpbd0_0.9beta20-2_powerpc.deb
  to pool/main/a/ardour/libpbd0_0.9beta20-2_powerpc.deb


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



Accepted gnustep-back 0.9.4-1 (i386 source)

2004-11-01 Thread Eric Heintzmann
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Thu, 28 Oct 2004 21:16:31 +0200
Source: gnustep-back
Binary: gnustep-back
Architecture: source i386
Version: 0.9.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Eric Heintzmann [EMAIL PROTECTED]
Description: 
 gnustep-back - The GNUstep GUI Backend
Changes: 
 gnustep-back (0.9.4-1) unstable; urgency=low
 .
   * New upstream release.
   * Bump Standards-Version to 3.6.1.1.
Files: 
 2681195c40c7c6074e1a6771c0b9c9e8 1209 devel optional gnustep-back_0.9.4-1.dsc
 e693d88a51cd4ec8a0b5161c7f6fc6bc 398568 devel optional gnustep-back_0.9.4.orig.tar.gz
 450faf52683bf0c8f34ac7417c21f1eb 7095 devel optional gnustep-back_0.9.4-1.diff.gz
 fb6cde5688127fc212caae9f9b85cd13 271946 libs optional gnustep-back_0.9.4-1_i386.deb

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQEVAwUBQYZ+fAuDzMCIcnEhAQGuwgf/eT0BruXoEq1g5jihZt+qZu3AIxHDS0rI
Nes+BYMO+mZ/Yne9abnS3r7Eqt1qnMyUFVd/wqR4IVEWFfL5CfSkTxmYFZjzf4Vn
/QzqeYg2imL6NnyI3kh1HTKNa8L+j7/lBrg8byNMzcns+UWUpzEK7QdMy6FBJ3E5
+65EFWxJXO+6Qy055Jdksd/vSgEfy++dMr9n7SaAg6OSYJqHHKb7CpUilrfl8H7U
m9DNw14Anf4weephFohDFq1sD8J7opPsUkURkrB5kiWKkuG1svehNOZzmj4yacHY
dSZg0vxV2fo6hWXbKzTeGkM8kCKZnHWdPwZ53vwjB7GxEf0LJ6cJzA==
=Wokz
-END PGP SIGNATURE-


Accepted:
gnustep-back_0.9.4-1.diff.gz
  to pool/main/g/gnustep-back/gnustep-back_0.9.4-1.diff.gz
gnustep-back_0.9.4-1.dsc
  to pool/main/g/gnustep-back/gnustep-back_0.9.4-1.dsc
gnustep-back_0.9.4-1_i386.deb
  to pool/main/g/gnustep-back/gnustep-back_0.9.4-1_i386.deb
gnustep-back_0.9.4.orig.tar.gz
  to pool/main/g/gnustep-back/gnustep-back_0.9.4.orig.tar.gz


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



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

2004-11-01 Thread Eric Heintzmann
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sat, 30 Oct 2004 17:51:49 +0200
Source: gnustep-make
Binary: gnustep-make-doc gnustep-make-ogo gnustep-make
Architecture: source i386 all
Version: 1.10.0-2
Distribution: experimental
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Eric Heintzmann [EMAIL PROTECTED]
Description: 
 gnustep-make - Basic GNUstep Scripts and Makefiles
 gnustep-make-doc - Documentation for GNUstep-make
 gnustep-make-ogo - Basic GNUstep Scripts and Makefiles for OpenGroupware.org
Changes: 
 gnustep-make (1.10.0-2) experimental; urgency=low
 .
   * Upload in experimental.
Files: 
 30aa5ed68df430dfc5b9d0f7839278b2 1195 libs optional gnustep-make_1.10.0-2.dsc
 cbcf8e7ba9c212a411ad9e1c50790d0b 370932 libs optional gnustep-make_1.10.0.orig.tar.gz
 3d28cd9a15fff01e5fd5f724aafbaf13 14810 libs optional gnustep-make_1.10.0-2.diff.gz
 ff2514f9a2199845a2f36973b73caef3 160836 libs optional gnustep-make_1.10.0-2_i386.deb
 f4b111563a2cfff5c51d5f1d47f8dadb 149600 libs optional 
gnustep-make-ogo_1.10.0-2_i386.deb
 d1b6350194e61ed039c99dc9c2fb91ac 677696 doc optional gnustep-make-doc_1.10.0-2_all.deb

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQEVAwUBQYZ+iQuDzMCIcnEhAQHUvwf/b2bTiDy1jWyTj/Ywu/p+8QnrSVyNVYFA
Tbj5kJ15oW5E7FR4nnXEeBYjJ/n6SF6cD/qAnXyzGbHUB6lHcOXesjJKyoBJI/Ux
RxXg/Y1HTLG8r+16KjYqEHhwl9BpqKC9xmiT/Lqz1fSczolLYN8A0QSY953Rmq2Q
nz6x1CJULll6rJCo78IFNcftAxohSnWUJxvVK5ZYgx9P8JYASLK7vLmJXQNnlCju
sgT8AxH4fDob2qx93V6Fdt9Fi71V9wt/1l/wtInvGWyonN9v/Kdg5Z41XTDci+3a
rHSHLRX1jpKgorukk2Ey6S9rBCw2ruIQHLoL07JuvmaTuu+rFw5F8A==
=Gepd
-END PGP SIGNATURE-


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


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



Accepted gnustep-ppd 1.0.0-3 (all source)

2004-11-01 Thread Eric Heintzmann
-BEGIN PGP SIGNED MESSAGE-

Format: 1.7
Date: Sat, 30 Oct 2004 23:19:19 +0200
Source: gnustep-ppd
Binary: gnustep-ppd
Architecture: source all
Version: 1.0.0-3
Distribution: experimental
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Eric Heintzmann [EMAIL PROTECTED]
Description: 
 gnustep-ppd - GNUstep Postscript Printer Description
Changes: 
 gnustep-ppd (1.0.0-3) experimental; urgency=low
 .
   * Upload in experimental.
Files: 
 4d903f1cd9fe1b3eb7aee21cef338c97 1048 libs optional gnustep-ppd_1.0.0-3.dsc
 01eb62193eebd09a20721d84d97419f0 537654 libs optional gnustep-ppd_1.0.0.orig.tar.gz
 231d7411b2f6d0211182c0609e8896dc 1928 libs optional gnustep-ppd_1.0.0-3.diff.gz
 e807f4323e8accd2ec3406a1ac9faf1a 534524 libs optional gnustep-ppd_1.0.0-3_all.deb

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv
Comment: Requires PGP version 2.6 or later.

iQEVAwUBQYZ+jAuDzMCIcnEhAQH2CQf/Q25Q2Ofh71uerlUpvkCtZBNuucNKS8By
kIlRwWFs1hGNY9BR6R2kYgT/CT6TNVOMOib0jL2Mjv4qx98lcQZwp9cF8kQVVdNh
NyTVLSeC3fMx4sdQ5SZUYCofYHVP458A9KHEoDZI+sk8vzeHNH05l8gVvwpMtMxq
3glqO00ypdUrZQbe6/rXBkq+svt9EgKOgaOxdECIjc1jxx7OXLgHct9lCH70wTXz
UqxzHySNybKbFdF9JwsYrGyPi/ix4rIqJoe7omQxpi78JFCCF85eY1GyYrMSKyd1
lDdIfOpFhhf2aoPL+IydwnE0J/XZN+t+maUNATG/3ZFPxB9cNEdZdQ==
=BoS/
-END PGP SIGNATURE-


Accepted:
gnustep-ppd_1.0.0-3.diff.gz
  to pool/main/g/gnustep-ppd/gnustep-ppd_1.0.0-3.diff.gz
gnustep-ppd_1.0.0-3.dsc
  to pool/main/g/gnustep-ppd/gnustep-ppd_1.0.0-3.dsc
gnustep-ppd_1.0.0-3_all.deb
  to pool/main/g/gnustep-ppd/gnustep-ppd_1.0.0-3_all.deb
gnustep-ppd_1.0.0.orig.tar.gz
  to pool/main/g/gnustep-ppd/gnustep-ppd_1.0.0.orig.tar.gz


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



Accepted bsdmainutils 6.0.17 (alpha source)

2004-11-01 Thread Graham Wilson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Oct 2004 18:31:03 +
Source: bsdmainutils
Binary: bsdmainutils
Architecture: source alpha
Version: 6.0.17
Distribution: unstable
Urgency: medium
Maintainer: Graham Wilson [EMAIL PROTECTED]
Changed-By: Graham Wilson [EMAIL PROTECTED]
Description: 
 bsdmainutils - collection of more utilities from FreeBSD
Closes: 254075
Changes: 
 bsdmainutils (6.0.17) unstable; urgency=medium
 .
   * Use size_t (instead of int) when calling iconv(3): using int on alpha
 caused iconv to read past the end of the buffer, and return EILSEQ.
 (closes: #254075)
Files: 
 2a5d06f9dea28f7daeac011513d24887 863 utils important bsdmainutils_6.0.17.dsc
 fd31a1f5bdbc00d01411b1de613d3873 171100 utils important bsdmainutils_6.0.17.tar.gz
 5bcfb42e22c415b700a599c92e1927e6 185502 utils important bsdmainutils_6.0.17_alpha.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: http://mknod.org/~graham/public.asc

iQEVAwUBQYZxiy6fnYH5E4SWAQLejQf+NlwBwq+YaosIGDsqjfnvqiggG8G82caH
d5YAjp2uD0qWldHXxDyh7CbajHPO1hO/QKEVFbBB8X3GbJ/T8hjeSUW11x0MS+rt
w1D00W/eD1+1XcckTIMx1EStvCqUD0ENvMyNJpnzznMFTQaJdjL8o9AVd3WwgROy
xcR5MMqbrZFpGAXFtv4CZq/jCf6zLhmBo7trVxi28T/O5H/sOthGHU07bE3sfdom
DEUhThKo5jDSZkbD6mM//YL7V2E30J+xHIDjweNLXAlvKa3LAgK+/ZT7X987vhlf
vUCWDK95K4maU4EH9AKU91+8ScvyScY/vNn8jfXunebElYvZJMEbfQ==
=9j9e
-END PGP SIGNATURE-


Accepted:
bsdmainutils_6.0.17.dsc
  to pool/main/b/bsdmainutils/bsdmainutils_6.0.17.dsc
bsdmainutils_6.0.17.tar.gz
  to pool/main/b/bsdmainutils/bsdmainutils_6.0.17.tar.gz
bsdmainutils_6.0.17_alpha.deb
  to pool/main/b/bsdmainutils/bsdmainutils_6.0.17_alpha.deb


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



Accepted djvulibre 3.5.14-2 (i386 source)

2004-11-01 Thread Barak A. Pearlmutter
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 16:49:49 +
Source: djvulibre
Binary: djvulibre-bin djvuserve libdjvulibre1 djview djvulibre-plugin
Architecture: source i386
Version: 3.5.14-2
Distribution: unstable
Urgency: low
Maintainer: Barak A. Pearlmutter [EMAIL PROTECTED]
Changed-By: Barak A. Pearlmutter [EMAIL PROTECTED]
Description: 
 djview - Viewer for the DjVu image format
 djvulibre-bin - Utilities for the DjVu image format
 djvulibre-plugin - Browser plugin for the DjVu image format
 djvuserve  - CGI program for unbundling DjVu files on the fly
 libdjvulibre1 - Runtime support for the DjVu image format
Closes: 278946
Changes: 
 djvulibre (3.5.14-2) unstable; urgency=low
 .
   * versioned build dependency on debhelper (for debian pedants)
   * tighten version dependencies (closes: #278946)
Files: 
 f14befb8554c7aa162cff0af8c447b60 769 web optional djvulibre_3.5.14-2.dsc
 a35b63ac3969efb917bd41b6cda94335 67776 web optional djvulibre_3.5.14-2.diff.gz
 8c6887e511ff15d98e58a8761c33fcd3 797130 libs optional libdjvulibre1_3.5.14-2_i386.deb
 adf6ab8ee9d6e529be2dc43b09a10e50 453862 graphics optional djview_3.5.14-2_i386.deb
 eab1bd90275d3f08dd72c78ec4556ac2 27780 web optional djvuserve_3.5.14-2_i386.deb
 2cdaf4855c2e037654bc038ac3b946fe 342932 graphics optional 
djvulibre-bin_3.5.14-2_i386.deb
 92cc98cdbdaa6b0336fb99d342958c14 23756 web optional djvulibre-plugin_3.5.14-2_i386.deb

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

iD8DBQFBhoz/Lz4Gnv7CP7IRAsLXAJ4p2mt4cik9qvkG1f8puBt4gAFgHgCgy9Yw
PXU99rP44SzKUJAxRCfcDNY=
=B6TI
-END PGP SIGNATURE-


Accepted:
djview_3.5.14-2_i386.deb
  to pool/main/d/djvulibre/djview_3.5.14-2_i386.deb
djvulibre-bin_3.5.14-2_i386.deb
  to pool/main/d/djvulibre/djvulibre-bin_3.5.14-2_i386.deb
djvulibre-plugin_3.5.14-2_i386.deb
  to pool/main/d/djvulibre/djvulibre-plugin_3.5.14-2_i386.deb
djvulibre_3.5.14-2.diff.gz
  to pool/main/d/djvulibre/djvulibre_3.5.14-2.diff.gz
djvulibre_3.5.14-2.dsc
  to pool/main/d/djvulibre/djvulibre_3.5.14-2.dsc
djvuserve_3.5.14-2_i386.deb
  to pool/main/d/djvulibre/djvuserve_3.5.14-2_i386.deb
libdjvulibre1_3.5.14-2_i386.deb
  to pool/main/d/djvulibre/libdjvulibre1_3.5.14-2_i386.deb


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



Accepted zec 0.6.0-1 (all source)

2004-11-01 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 15:11:28 -0500
Source: zec
Binary: zec
Architecture: source all
Version: 0.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zec- Z-Shell Empire client
Changes: 
 zec (0.6.0-1) unstable; urgency=medium
 .
   * New upstream release.
Files: 
 8ac98d84fba2162619ede2e6d8b48fc0 523 games optional zec_0.6.0-1.dsc
 a8e018cb970572082d8ad817f0786847 60279 games optional zec_0.6.0.orig.tar.gz
 f3d0fe3be66cfa6c88e30fd5ee05a261 3684 games optional zec_0.6.0-1.diff.gz
 299f57e95c6dd4a38001299432eb98c0 10382 games optional zec_0.6.0-1_all.deb

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

iD8DBQFBhpjn5m0u66uWM3ARAnBOAKDIMYU+cxblVDqWlbFpXqOJcdVnRgCfdUpH
i6SIQBb1QGDcEcPBeZ2ZHkY=
=UTP8
-END PGP SIGNATURE-


Accepted:
zec_0.6.0-1.diff.gz
  to pool/main/z/zec/zec_0.6.0-1.diff.gz
zec_0.6.0-1.dsc
  to pool/main/z/zec/zec_0.6.0-1.dsc
zec_0.6.0-1_all.deb
  to pool/main/z/zec/zec_0.6.0-1_all.deb
zec_0.6.0.orig.tar.gz
  to pool/main/z/zec/zec_0.6.0.orig.tar.gz


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



Accepted wget 1.9.1-10 (i386 source)

2004-11-01 Thread Nol Kthe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 01 Nov 2004 21:03:25 +0100
Source: wget
Binary: wget
Architecture: source i386
Version: 1.9.1-10
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe [EMAIL PROTECTED]
Changed-By: Noèl Köthe [EMAIL PROTECTED]
Description: 
 wget   - retrieves files from the web
Closes: 279256
Changes: 
 wget (1.9.1-10) unstable; urgency=low
 .
   * stupid forgotten dpatch build-dep
 (closes: Bug#279256)
Files: 
 91e308ea51d6e499420ffb01e99d3d3f 606 web optional wget_1.9.1-10.dsc
 e3887e1548635e1ccc2b080b40f8f095 14535 web optional wget_1.9.1-10.diff.gz
 ba5b852f0a0402d90844525e11293cc4 425134 web optional wget_1.9.1-10_i386.deb

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

iD8DBQFBhpj49/DnDzB9Vu0RAsvyAJ97LhFipuf4PEsC4AOrn/iQasylFQCfcOhu
wECXznUNPGW/iIIcrpJDLTY=
=Kh3d
-END PGP SIGNATURE-


Accepted:
wget_1.9.1-10.diff.gz
  to pool/main/w/wget/wget_1.9.1-10.diff.gz
wget_1.9.1-10.dsc
  to pool/main/w/wget/wget_1.9.1-10.dsc
wget_1.9.1-10_i386.deb
  to pool/main/w/wget/wget_1.9.1-10_i386.deb


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



Accepted id3lib3.8.3 3.8.3-4.1 (i386 source)

2004-11-01 Thread Frank Lichtenheld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 27 Oct 2004 01:33:02 +0200
Source: id3lib3.8.3
Binary: libid3-3.8.3 libid3-3.8.3-dev
Architecture: source i386
Version: 3.8.3-4.1
Distribution: unstable
Urgency: medium
Maintainer: Robert Woodcock [EMAIL PROTECTED]
Changed-By: Frank Lichtenheld [EMAIL PROTECTED]
Description: 
 libid3-3.8.3 - Library for manipulating ID3v1 and ID3v2 tags.
 libid3-3.8.3-dev - ID3 Tag Library: Development Libraries and Header Files.
Closes: 276825
Changes: 
 id3lib3.8.3 (3.8.3-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Update libtool and autotools stuff to fix building on arm.
 This hopefully closes: #276825
Files: 
 14b66280e8fc2548e5ded9b4200fd70e 643 libs optional id3lib3.8.3_3.8.3-4.1.dsc
 eb6fe9cedfea92beb5cc41f0b3e74f20 133784 libs optional id3lib3.8.3_3.8.3-4.1.diff.gz
 41a3efe3883790b084aff51bc7cb 258226 libdevel optional 
libid3-3.8.3-dev_3.8.3-4.1_i386.deb
 ef0441276029889c57655577f7ccec4a 180724 libs optional libid3-3.8.3_3.8.3-4.1_i386.deb

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

iD8DBQFBho/3Qbn06FtxPfARAtOuAKDCZzXY73U4T6YWC8ZdJyhFwbTMWACfefXR
oZkzBc4rDXTEExLMk8MRWus=
=+Hvo
-END PGP SIGNATURE-


Accepted:
id3lib3.8.3_3.8.3-4.1.diff.gz
  to pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-4.1.diff.gz
id3lib3.8.3_3.8.3-4.1.dsc
  to pool/main/i/id3lib3.8.3/id3lib3.8.3_3.8.3-4.1.dsc
libid3-3.8.3-dev_3.8.3-4.1_i386.deb
  to pool/main/i/id3lib3.8.3/libid3-3.8.3-dev_3.8.3-4.1_i386.deb
libid3-3.8.3_3.8.3-4.1_i386.deb
  to pool/main/i/id3lib3.8.3/libid3-3.8.3_3.8.3-4.1_i386.deb


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



Accepted gnus 5.10.6-0.CVS.20041030-3 (all source)

2004-11-01 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 14:30:55 -0600
Source: gnus
Binary: gnus
Architecture: source all
Version: 5.10.6-0.CVS.20041030-3
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 gnus   - A versatile News and mailing list reader for Emacsen.
Closes: 279155
Changes: 
 gnus (5.10.6-0.CVS.20041030-3) unstable; urgency=low
 .
   * Bug fix: Missing Depends on flim, thanks to Rasmus Bøg Hansen
 Actually, the problem is that I missed the rename of the file from
 sha1-el.el to sha1.el.(Closes: #279155).
Files: 
 bc590d2c8effbfb6ca635aee9013c6af 623 news optional gnus_5.10.6-0.CVS.20041030-3.dsc
 51888c6bd919aa453c8503bc1956b7d4 138704 news optional 
gnus_5.10.6-0.CVS.20041030-3.diff.gz
 9d1c1c506a8a33e289ff9e7c653c0a1b 2027450 news optional 
gnus_5.10.6-0.CVS.20041030-3_all.deb

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

iD8DBQFBhp7WIbrau78kQkwRAv0qAKDE7lyFwz8kA0Ifg9E/5SQyaUrGYQCfd2S+
YIL/wPsWvxZW8hmS65jmbUo=
=6eea
-END PGP SIGNATURE-


Accepted:
gnus_5.10.6-0.CVS.20041030-3.diff.gz
  to pool/main/g/gnus/gnus_5.10.6-0.CVS.20041030-3.diff.gz
gnus_5.10.6-0.CVS.20041030-3.dsc
  to pool/main/g/gnus/gnus_5.10.6-0.CVS.20041030-3.dsc
gnus_5.10.6-0.CVS.20041030-3_all.deb
  to pool/main/g/gnus/gnus_5.10.6-0.CVS.20041030-3_all.deb


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



Accepted munin 1.0.3-1 (all source)

2004-11-01 Thread Tore Anderson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 21:56:41 +0100
Source: munin
Binary: munin-node munin
Architecture: source all
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Munin Debian Maintainers [EMAIL PROTECTED]
Changed-By: Tore Anderson [EMAIL PROTECTED]
Description: 
 munin  - Network-wide graphing framework (grapher/gatherer)
 munin-node - Network-wide graphing framework (node)
Closes: 275535 275537 275538 278765
Changes: 
 munin (1.0.3-1) unstable; urgency=low
 .
   * New upstream release:
   - Fixes typo in linux/fw_forwarded_local, closes: #275535.
   - Fixes typo in linux/fw_packets, closes: #275537.
   - Plugin generic/acpi now autodetects correctly even if the acpi version
 does not contain the acpi_available program, closes: #275538.
 .
   * debian/plugins.conf:
   - Run the spamstats plugin with the group adm, closes: #278765.
   - Sorted the entries alphabetically.
Files: 
 36f728ccebc22f102399eedcf13305a6 716 net optional munin_1.0.3-1.dsc
 8114e4d716e0ec7ac70357a697af28cf 214362 net optional munin_1.0.3.orig.tar.gz
 0a5d3df3ffcbdd7bce6b9de8f2f6b919 11083 net optional munin_1.0.3-1.diff.gz
 8f1be3db14f35201a88666288b7e9ecc 134538 net optional munin-node_1.0.3-1_all.deb
 f4ce4b284c61412c2a932bc05852bcc4 99856 net optional munin_1.0.3-1_all.deb

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

iEYEARECAAYFAkGGpgMACgkQ/8x4SxA9OY9WbwCffigZojnTUjxcN2mXiZvQynh2
+cAAnA96Jw9bENubdjKVHTeG+NXEaQu0
=Cius
-END PGP SIGNATURE-


Accepted:
munin-node_1.0.3-1_all.deb
  to pool/main/m/munin/munin-node_1.0.3-1_all.deb
munin_1.0.3-1.diff.gz
  to pool/main/m/munin/munin_1.0.3-1.diff.gz
munin_1.0.3-1.dsc
  to pool/main/m/munin/munin_1.0.3-1.dsc
munin_1.0.3-1_all.deb
  to pool/main/m/munin/munin_1.0.3-1_all.deb
munin_1.0.3.orig.tar.gz
  to pool/main/m/munin/munin_1.0.3.orig.tar.gz


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



Accepted base-config 2.54 (all source)

2004-11-01 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 10:16:46 -0500
Source: base-config
Binary: base-config
Architecture: source all
Version: 2.54
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Joey Hess [EMAIL PROTECTED]
Description: 
 base-config - Debian base system configurator
Closes: 278566 279215
Changes: 
 base-config (2.54) unstable; urgency=low
 .
   * Correct overzealous translation of French man page. Closes: #279215
   * Make large changes to apt-setup and tzsetup to fset the seen flags
 to false only after the question is asked, not before. Really, really
 Closes: #278566
   * Unset all seen flags for questions from tzsetup and apt-setup on upgrade
 to this version, since they used to be set after the programs ran and the
 new programs do not really deal with that. Note that since this was also
 fixed in 2.53.1 in the sarge branch, the postinst looks for that version
 number.
Files: 
 79940f87e7d6a4802b4798638768f803 715 base optional base-config_2.54.dsc
 f118d67d055056cf3acba49d4525e334 386935 base optional base-config_2.54.tar.gz
 a03bf1eb5b4f4fdb7d4f35fe93330926 304244 base optional base-config_2.54_all.deb

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

iD8DBQFBhqaX2tp5zXiKP0wRAnqJAJ95ALgE0dGV1NAXwNBHm+FF58hRkQCgtMR9
f6cMglS0E32qljyq/+OQeJc=
=vvKM
-END PGP SIGNATURE-


Accepted:
base-config_2.54.dsc
  to pool/main/b/base-config/base-config_2.54.dsc
base-config_2.54.tar.gz
  to pool/main/b/base-config/base-config_2.54.tar.gz
base-config_2.54_all.deb
  to pool/main/b/base-config/base-config_2.54_all.deb


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



Accepted apt-build 0.9.10 (all source)

2004-11-01 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 23:07:19 +0100
Source: apt-build
Binary: apt-build
Architecture: source all
Version: 0.9.10
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 apt-build  - Frontend to apt to build, optimize and install packages
Changes: 
 apt-build (0.9.10) unstable; urgency=low
 .
   * Fix options (Thanks to Cyb.org)
Files: 
 8fead3a6fec7f872b203b6ea39003695 504 devel optional apt-build_0.9.10.dsc
 3e02f0ad9fab03c8570c83c809855e8d 56374 devel optional apt-build_0.9.10.tar.gz
 e39bac403574f15ad73a762d1a364fa6 25300 devel optional apt-build_0.9.10_all.deb

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

iD8DBQFBhrQ1pGK1HsL+5c0RAkQDAJ4wh6nt3y4LstsqlfGctIvuO/oUOwCfShIq
ROkZFDH0/AzGj2bYY2fDuyE=
=wqUe
-END PGP SIGNATURE-


Accepted:
apt-build_0.9.10.dsc
  to pool/main/a/apt-build/apt-build_0.9.10.dsc
apt-build_0.9.10.tar.gz
  to pool/main/a/apt-build/apt-build_0.9.10.tar.gz
apt-build_0.9.10_all.deb
  to pool/main/a/apt-build/apt-build_0.9.10_all.deb


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



Accepted ardour 0.9beta20-3 (powerpc all source)

2004-11-01 Thread Robert Jordens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 22:11:01 +0100
Source: ardour
Binary: libmidi++0-dbg libpbd0 ardour-doc libmidi++0-dev libmidi++0 libpbd0-dbg 
ardour-session-exchange libgtkmmext0-dev libgtkmmext0-dbg libardour0-dev 
libardour0-dbg ardour-gtk ardour-gtk-dbg libardour0 libgtkmmext0 libpbd0-dev
Architecture: source powerpc all
Version: 0.9beta20-3
Distribution: unstable
Urgency: low
Maintainer: Robert Jordens [EMAIL PROTECTED]
Changed-By: Robert Jordens [EMAIL PROTECTED]
Description: 
 ardour-doc - Ardour documentation
 ardour-gtk - digital audio workstation (graphical gtk interface)
 ardour-session-exchange - Ardour session collaboration tool
 libardour0 - library for building professional digital audio applications
 libardour0-dev - libardour development files
 libgtkmmext0 - library of useful new C++ and C widgets for gtkmm users
 libgtkmmext0-dev - libgtkmmext development files
 libmidi++0 - C++ library for handling MIDI I/O, including MMC and MTC
 libmidi++0-dev - libmidi++ development files
 libpbd0- library of useful, generic C++ objects
 libpbd0-dev - libpbd development files
Changes: 
 ardour (0.9beta20-3) unstable; urgency=low
 .
   * debian/patches/05_midipp-use-alsa.diff: added: fixes alsa midi
Files: 
 e5f60f2cd3dc150fe601ed136f5a5a65 1401 sound optional ardour_0.9beta20-3.dsc
 47c4c854f881558c786ad1e5f1b5e79a 32685 sound optional ardour_0.9beta20-3.diff.gz
 0e8e925cb194182a5cac56542687af91 65242 sound optional ardour-doc_0.9beta20-3_all.deb
 8db537bf61e942bd8f415cab71fdd07a 60826 sound optional 
ardour-session-exchange_0.9beta20-3_all.deb
 6d4674478e91e2ff5fb6b78a0af2104c 852820 libs optional 
libardour0_0.9beta20-3_powerpc.deb
 f35464bf504991e5e446c142c3bdda1f 124940 libs optional 
libmidi++0_0.9beta20-3_powerpc.deb
 8136740c58c46f7c00453e4b4598ca4a 278700 libs optional 
libgtkmmext0_0.9beta20-3_powerpc.deb
 d94727b02aab42fbcd4c4d972fcf3564 113904 libs optional libpbd0_0.9beta20-3_powerpc.deb
 9ead98228ba0ed8ce821edae8edc2f90 1675262 sound optional 
ardour-gtk_0.9beta20-3_powerpc.deb
 cb2d4bb18ca83a6f8c73ae714cc45b98 2126278 libdevel optional 
libardour0-dev_0.9beta20-3_powerpc.deb
 99b9818e7dc23dbd890ec3cbad072d37 171774 libdevel optional 
libmidi++0-dev_0.9beta20-3_powerpc.deb
 3a48369cfc4a90fad7111f86661db501 440894 libdevel optional 
libgtkmmext0-dev_0.9beta20-3_powerpc.deb
 1c2e9a755d81d68663904bd410b3e833 162308 libdevel optional 
libpbd0-dev_0.9beta20-3_powerpc.deb

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

iD8DBQFBhrH2HSjkv+Av7xERApaEAJwNgOm6nOQMA7rwO612nzAq0nhfnQCfWmBw
8wiN/EUrqnCK+SeEoAVkFxk=
=hrzJ
-END PGP SIGNATURE-


Accepted:
ardour-doc_0.9beta20-3_all.deb
  to pool/main/a/ardour/ardour-doc_0.9beta20-3_all.deb
ardour-gtk_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/ardour-gtk_0.9beta20-3_powerpc.deb
ardour-session-exchange_0.9beta20-3_all.deb
  to pool/main/a/ardour/ardour-session-exchange_0.9beta20-3_all.deb
ardour_0.9beta20-3.diff.gz
  to pool/main/a/ardour/ardour_0.9beta20-3.diff.gz
ardour_0.9beta20-3.dsc
  to pool/main/a/ardour/ardour_0.9beta20-3.dsc
libardour0-dev_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libardour0-dev_0.9beta20-3_powerpc.deb
libardour0_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libardour0_0.9beta20-3_powerpc.deb
libgtkmmext0-dev_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libgtkmmext0-dev_0.9beta20-3_powerpc.deb
libgtkmmext0_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libgtkmmext0_0.9beta20-3_powerpc.deb
libmidi++0-dev_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libmidi++0-dev_0.9beta20-3_powerpc.deb
libmidi++0_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libmidi++0_0.9beta20-3_powerpc.deb
libpbd0-dev_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libpbd0-dev_0.9beta20-3_powerpc.deb
libpbd0_0.9beta20-3_powerpc.deb
  to pool/main/a/ardour/libpbd0_0.9beta20-3_powerpc.deb


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



Accepted ucf 1.11 (all source)

2004-11-01 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 15:22:51 -0600
Source: ucf
Binary: ucf
Architecture: source all
Version: 1.11
Distribution: unstable
Urgency: medium
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 ucf- Update Configuration File: preserves user changes to config files
Closes: 279259 279261 279262
Changes: 
 ucf (1.11) unstable; urgency=medium
 .
   * Bug fix: ucf creates Destination on quot;registrationquot; if it
 does not exist, thanks to Florent Rougon. Now, even if there are no
 mentions of the file in the database, and there is no destination
 file, as long as historical md5sum dirs of files exist, the
 destination is not recreated.   (Closes: #279259).
   * Bug fix: ucf leaves files in the cache after --purge, thanks to
 Florent Rougon. The purge action is now moved to a point after the
 cache file name is canclulated. (Closes: #279262).
   * Bug fix: Error messages when ucf-managed files are deleted, thanks
 to Florent Rougon   (Closes: #279261).
Files: 
 d71ea8fd74316c0e0932a9cbebcf76c2 479 utils optional ucf_1.11.dsc
 2838cc6605d96f84442ed15aebf0b287 74780 utils optional ucf_1.11.tar.gz
 fe4cc6ec88f3376a7f54d0f98a458147 35206 utils optional ucf_1.11_all.deb

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

iD8DBQFBhqsBIbrau78kQkwRAgcRAKCbTEtnnUaor99rHL0hFLk+RhscrQCfQxX6
cjHt7875lum/HGTetQodLaM=
=WVtX
-END PGP SIGNATURE-


Accepted:
ucf_1.11.dsc
  to pool/main/u/ucf/ucf_1.11.dsc
ucf_1.11.tar.gz
  to pool/main/u/ucf/ucf_1.11.tar.gz
ucf_1.11_all.deb
  to pool/main/u/ucf/ucf_1.11_all.deb


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



Accepted asedriveiiie 1.9-5 (i386 source)

2004-11-01 Thread Michael A. Dickerson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 30 Oct 2004 18:48:33 -0700
Source: asedriveiiie
Binary: libasedrive-serial libasedrive-usb
Architecture: source i386
Version: 1.9-5
Distribution: unstable
Urgency: low
Maintainer: Michael A. Dickerson [EMAIL PROTECTED]
Changed-By: Michael A. Dickerson [EMAIL PROTECTED]
Description: 
 libasedrive-serial - PC/SC driver for the Athena ASEDrive IIIe serial smart card reade
 libasedrive-usb - PC/SC driver for the Athena ASEDrive IIIe USB smart card reader
Closes: 270764 275724
Changes: 
 asedriveiiie (1.9-5) unstable; urgency=low
 .
   * added Japanese translation by Hideki Yamane.  Closes: #270764
   * updated German translation by Jens Nachtigall.  Closes: #275724
Files: 
 9c66ecbec8647e3db307709a22441d54 678 libs optional asedriveiiie_1.9-5.dsc
 a33527dba0009780db2cc24f373ef68c 10530 libs optional asedriveiiie_1.9-5.diff.gz
 80f81ce15504dbc1ce7e718aba69793b 26408 libs optional libasedrive-usb_1.9-5_i386.deb
 a84f17d3485e4e3088c560e89c729ba0 24946 libs optional libasedrive-serial_1.9-5_i386.deb

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

iD8DBQFBhrjxP0qKj+B/HPkRAnvaAJ963Gg+L6+ECZDiHrDm7ffHTyFazQCfaf34
Ip54wPZGtwc6O+PS5uoL6sk=
=QUwY
-END PGP SIGNATURE-


Accepted:
asedriveiiie_1.9-5.diff.gz
  to pool/main/a/asedriveiiie/asedriveiiie_1.9-5.diff.gz
asedriveiiie_1.9-5.dsc
  to pool/main/a/asedriveiiie/asedriveiiie_1.9-5.dsc
libasedrive-serial_1.9-5_i386.deb
  to pool/main/a/asedriveiiie/libasedrive-serial_1.9-5_i386.deb
libasedrive-usb_1.9-5_i386.deb
  to pool/main/a/asedriveiiie/libasedrive-usb_1.9-5_i386.deb


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



Accepted clamsmtp 1.1-1 (i386 source)

2004-11-01 Thread Chad Walstrom
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 16:22:44 -0600
Source: clamsmtp
Binary: clamsmtp
Architecture: source i386
Version: 1.1-1
Distribution: unstable
Urgency: low
Maintainer: Chad Walstrom [EMAIL PROTECTED]
Changed-By: Chad Walstrom [EMAIL PROTECTED]
Description: 
 clamsmtp   - SMTP virus-scanning proxy
Changes: 
 clamsmtp (1.1-1) unstable; urgency=low
 .
   * New Upstream Version
   * Fixed Lintian warnings and errors:
 - debian/postinst: Removed BASHism
 - debian/clamsmtp.init: Implemented force-reload
 - debian/clamsmtp.default: Removed hash-bang line
Files: 
 2aa050407913125e1f571c369c879419 579 mail optional clamsmtp_1.1-1.dsc
 dbb077492c1ed5acca9beb91f2808e0c 139329 mail optional clamsmtp_1.1.orig.tar.gz
 82e5d783ceee37f5b2eb485511f9a935 53351 mail optional clamsmtp_1.1-1.diff.gz
 ccd1c00919da4e2d52731ec15301e44b 33480 mail optional clamsmtp_1.1-1_i386.deb

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

iD8DBQFBhri7DMcLGCBsWv0RAqikAKCsAbqNsORDxvhIKGuwlTJKILPNsQCgn8b9
1XhMlaFkizX/J6lmvA7V6V0=
=cU0f
-END PGP SIGNATURE-


Accepted:
clamsmtp_1.1-1.diff.gz
  to pool/main/c/clamsmtp/clamsmtp_1.1-1.diff.gz
clamsmtp_1.1-1.dsc
  to pool/main/c/clamsmtp/clamsmtp_1.1-1.dsc
clamsmtp_1.1-1_i386.deb
  to pool/main/c/clamsmtp/clamsmtp_1.1-1_i386.deb
clamsmtp_1.1.orig.tar.gz
  to pool/main/c/clamsmtp/clamsmtp_1.1.orig.tar.gz


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



Accepted arkrpg 0.1.4b-5 (i386 source)

2004-11-01 Thread Marc Dequnes (Duck)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  1 Nov 2004 21:35:41 +0100
Source: arkrpg
Binary: libarkrpg-dev arkrpg libarkrpg
Architecture: source i386
Version: 0.1.4b-5
Distribution: unstable
Urgency: medium
Maintainer: Marc Dequènes (Duck) [EMAIL PROTECTED]
Changed-By: Marc Dequènes (Duck) [EMAIL PROTECTED]
Description: 
 arkrpg - roleplaying kernel
 libarkrpg  - shared libraries for Arkrpg
 libarkrpg-dev - development headers for Arkrpg
Closes: 268604 276796
Changes: 
 arkrpg (0.1.4b-5) unstable; urgency=medium
 .
   * Removed silly build-dep on 'libstdc++-dev' (Closes: #268604).
   * Patched buildsys to build using -O0 instead of -O1, because of a
 compiler bug causing FTBFS on amd64 (Closes: #276796).
   * Added 'autotools-dev' to build deps to take advantage of CDBS
 buildsys files management.
Files: 
 68f687fdb4cce13fd74263a07fc6e0f8 790 games optional arkrpg_0.1.4b-5.dsc
 b5235dd8f2171a0deadd9feb98472cdb 481285 games optional arkrpg_0.1.4b-5.diff.gz
 95515e2405fadf918d3da5f446a6eed9 83052 games optional arkrpg_0.1.4b-5_i386.deb
 d9d493465392771436904ff8ecbfadea 576336 libs optional libarkrpg_0.1.4b-5_i386.deb
 35df8edcb0efcc32e06ddc22fb1da828 748206 libdevel optional 
libarkrpg-dev_0.1.4b-5_i386.deb

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

iD8DBQFBhr/sQxo87aLX0pIRAknrAKDOWivyqhIRa+IkQ9LtiLvNT79acQCdH++N
qCeIh/5HlpGQM6nSKS1h2Xw=
=CvSO
-END PGP SIGNATURE-


Accepted:
arkrpg_0.1.4b-5.diff.gz
  to pool/main/a/arkrpg/arkrpg_0.1.4b-5.diff.gz
arkrpg_0.1.4b-5.dsc
  to pool/main/a/arkrpg/arkrpg_0.1.4b-5.dsc
arkrpg_0.1.4b-5_i386.deb
  to pool/main/a/arkrpg/arkrpg_0.1.4b-5_i386.deb
libarkrpg-dev_0.1.4b-5_i386.deb
  to pool/main/a/arkrpg/libarkrpg-dev_0.1.4b-5_i386.deb
libarkrpg_0.1.4b-5_i386.deb
  to pool/main/a/arkrpg/libarkrpg_0.1.4b-5_i386.deb


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



Accepted polipo 0.9.6-1 (i386 source)

2004-11-01 Thread Tom Huckstep
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 31 Oct 2004 19:32:21 +
Source: polipo
Binary: polipo
Architecture: source i386
Version: 0.9.6-1
Distribution: unstable
Urgency: low
Maintainer: Tom Huckstep [EMAIL PROTECTED]
Changed-By: Tom Huckstep [EMAIL PROTECTED]
Description: 
 polipo - caching web proxy
Changes: 
 polipo (0.9.6-1) unstable; urgency=low
 .
   * New upstream release (closes #277985, #265128)
   * forbiddenFile can be a directory: fix polipo-control accordingly, closes #277929
 (thanks to VSJ)
Files: 
 200d3de6bd65519789c5da7a0e340bfe 587 web optional polipo_0.9.6-1.dsc
 8da2a61a1bfd03eb530f38c4172cecb3 147197 web optional polipo_0.9.6.orig.tar.gz
 f9ed509caae10447c62958f3651c 8243 web optional polipo_0.9.6-1.diff.gz
 6fb3b6e339991949ba503427d5b35068 164654 web optional polipo_0.9.6-1_i386.deb

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

iD8DBQFBhsbPR47eFMOy/N4RAsT8AKC6hyoUlqpohSbn8AIV8J/+DLvOEACgn/Pb
uLNF68XrMCffNbtxdiNFasg=
=3w77
-END PGP SIGNATURE-


Accepted:
polipo_0.9.6-1.diff.gz
  to pool/main/p/polipo/polipo_0.9.6-1.diff.gz
polipo_0.9.6-1.dsc
  to pool/main/p/polipo/polipo_0.9.6-1.dsc
polipo_0.9.6-1_i386.deb
  to pool/main/p/polipo/polipo_0.9.6-1_i386.deb
polipo_0.9.6.orig.tar.gz
  to pool/main/p/polipo/polipo_0.9.6.orig.tar.gz


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



  1   2   >