Re: Downgrading the priority of nfs-utils [was: Re: Upgrading the priority of ucf]

2006-11-06 Thread Josselin Mouette
Le jeudi 02 novembre 2006 à 05:22 -0800, Josh Triplett a écrit :
 I would suggest b); reducing the standard set of packages seems like a
 feature, it won't break upgrades (if installed, the package will stay
 installed), and new installs don't need to get nfs-kernel-server as part
 of the *default* install.  

We're not talking about the NFS server, but of the NFS client. And a
working NFS client is surely something we want as part of the default
install.

 If someone wants to run an nfs server, they
 can install an nfs server package, either nfs-kernel-server or
 nfs-user-server (no good reason to prefer one to the other).

nfs-user-server is deprecated. I think we shouldn't even ship it at all.
-- 
Josselin Mouette  /\./\
 pouet
 pouet
« Sans puissance, la maîtrise n'est rien. »




Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Michal Politowski
On Sun,  5 Nov 2006 19:41:40 -0800, Russ Allbery wrote:
[...]
 + itemttlocal/tt to create a scoped variable must be
 +   supported/item

Underspecified. local in dash and bash behave differently. In dash the
variable value from outer scope is retained, in bash it is not.
Bugs caused by this do happen: see eg. #381237

Also local in dash is documented to be only allowed at the beginning of
a function, and take only variable names, not assignments, as arguments,
though in practice it seems this is not enforced and more bash-like
behaviour works.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Mike Hommey
On Sun, Nov 05, 2006 at 07:41:40PM -0800, Russ Allbery [EMAIL PROTECTED] 
wrote:
 + itemthe tt-a/tt and tt-o/tt tttest/tt operators
 +   must be supported/item

Why is that needed ?

Mike


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



Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread sean finney
On Sun, 2006-11-05 at 19:41 -0800, Russ Allbery wrote:
 Here's a proposed patch.  What do people think about this approach?  I
 know there was an inconclusive Policy discussion a while back about how
 best to deal with this issue.  As you can tell from this patch, I favor
 the approach of documenting the specific features that we require and
 assuming that their semantics are sufficiently clear in practice.

without respect to the underspecification mentioned by someone else,
i'd like to +1 the addition of the local requirement.  it's in fact
not just a nice addition but an essential one given that LSB-compatible
scripts among others silently assume this is already the case.


sean


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


Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Jan Wagner
Package: wnpp
Severity: wishlist
Owner: Jan Wagner [EMAIL PROTECTED]

* Package name: php-tidy
  Version : 5.1.6
  Upstream Author : The PHP group at www.php.net
* URL : http://www.php.net/downloads.php
* License : PHP License, version 3.01
  Programming Lang: C
  Description : tidy module for php[45]

 PHP is an HTML-embedded scripting language. Much of its syntax is borrowed
 from C, Java and Perl with a couple of unique PHP-specific features thrown
 in. The goal of the language is to allow web developers to write
 dynamically generated pages quickly.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Andreas Barth
* Russ Allbery ([EMAIL PROTECTED]) [061106 04:41]:
 Here's a proposed patch.  What do people think about this approach? 

Sounds good, thanks for your work.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Loïc Minier
On Mon, Nov 06, 2006, Jan Wagner wrote:
   Description : tidy module for php[45]
  PHP is an HTML-embedded scripting language. Much of its syntax is borrowed
  from C, Java and Perl with a couple of unique PHP-specific features thrown
  in. The goal of the language is to allow web developers to write
  dynamically generated pages quickly.

 This is the description of PHP, not of php-tidy I guess.  While it
 might be useful to explain what PHP is, I expect the description of
 php-tidy to tell me what php-tidy is...

-- 
Loïc Minier [EMAIL PROTECTED]


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



Bug#397295: ITP: bitefusion -- Simple 15 level snake game

2006-11-06 Thread Shachar Shemesh
Package: wnpp
Severity: wishlist
Owner: Shachar Shemesh [EMAIL PROTECTED]


* Package name: bitefusion
  Version : 1.0.1
  Upstream Author : JC3¸rgen Jacobsen [EMAIL PROTECTED] and Morten
  Hustveit [EMAIL PROTECTED]
* URL : http://www.junoplay.com/
* License : GPL
  Programming Lang: C
  Description : Simple 15 level snake game

A snake game with 15 levels. Great if you need to shut off your brain
for a few minutes and occupy your hands in the meantime. Guaranteed no
adrenaline rush!

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Jan Wagner
On Monday 06 November 2006 12:30, Loïc Minier wrote:
 On Mon, Nov 06, 2006, Jan Wagner wrote:
Description : tidy module for php[45]
   PHP is an HTML-embedded scripting language. Much of its syntax is
  borrowed from C, Java and Perl with a couple of unique PHP-specific
  features thrown in. The goal of the language is to allow web developers
  to write dynamically generated pages quickly.

  This is the description of PHP, not of php-tidy I guess.  While it
  might be useful to explain what PHP is, I expect the description of
  php-tidy to tell me what php-tidy is...

I`ll add:

Tidy is a binding for the Tidy HTML clean and repair utility which allows you 
to not only clean and otherwise manipulate HTML documents, but also traverse 
the document tree.

Regards, Jan.
-- 
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpaXdTCRSvQ0.pgp
Description: PGP signature


Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Emmanuel Bouthenot

Hi,

Maybe you will close #332763 too with your ITP.

M.

-- 
 mail : [EMAIL PROTECTED]
  gpg : 0x414EC36E
  jid : [EMAIL PROTECTED]
  irc : kolter@(freenode|oftc)


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



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Loïc Minier
On Mon, Nov 06, 2006, Jan Wagner wrote:
   Version : 5.1.6
 * URL : http://www.php.net/downloads.php

 I don't understand: will you upload the php5 source a second time to
 Debian just for the tidy extension?

 What about the bugs below?
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332763
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355976

   Description : tidy module for php[45]

 Is this really for PHP4 and PHP5?  The upstream site offers a download
 for PHP4, and I think tidy is now bundled in PHP5.

-- 
Loïc Minier [EMAIL PROTECTED]


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



Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Wouter Verhelst
On Sun, Nov 05, 2006 at 07:41:40PM -0800, Russ Allbery wrote:
 Russ Allbery [EMAIL PROTECTED] writes:
  Manoj Srivastava [EMAIL PROTECTED] writes:
 
  This flows from the Release policy. Not specifying /bin/bash
   in scripts is not considered a RC bug.
 
  I can try to propose better language for this.  I think that using pure
  bash-specific constructs not found in dash in /bin/sh scripts should
  actually be an RC bug, but using test -a or test -o should not.  I think
  we need to say that /bin/sh scripts are permitted to use POSIX shell
  capabilities plus a short list of additional capabilities that
  everything other than posh also implement.
 
 Here's a proposed patch.  What do people think about this approach?
[...]

It looks good to me. Perhaps it would be nice if the policy would
mention that the use of non-POSIX constructs should be avoided if
possible, but I don't think it's important either way.

-- 
Lo-lan-do Home is where you have to wash the dishes.
  -- #debian-devel, Freenode, 2004-09-22


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



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Jan Wagner
On Monday 06 November 2006 15:41, Loïc Minier wrote:
 On Mon, Nov 06, 2006, Jan Wagner wrote:
Version : 5.1.6
  * URL : http://www.php.net/downloads.php

  I don't understand: will you upload the php5 source a second time to
  Debian just for the tidy extension?

I did split ext/tidy out of the php5 package. 

  What about the bugs below?
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=332763
  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=355976

The last one should be closed by upload. The first isn't closed by upload. 
Trying to merge them before #355976 will get closed.


Description : tidy module for php[45]

  Is this really for PHP4 and PHP5?  The upstream site offers a download
  for PHP4, and I think tidy is now bundled in PHP5.

If you look into #397291 you will see I did retitle the bug. I realized, that 
tidy support for php4 is a completly different upstream source.

With kind regards, Jan.


pgp3PkrLfqKo9.pgp
Description: PGP signature


Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Jan Wagner
On Monday 06 November 2006 15:03, Emmanuel Bouthenot wrote:
 Hi,

 Maybe you will close #332763 too with your ITP.

It will get closed by the upload.

With kind regards, Jan.


pgpEKEhLM8NOC.pgp
Description: PGP signature


Re: Proposed new POSIX sh policy

2006-11-06 Thread Russ Allbery
Mike Hommey [EMAIL PROTECTED] writes:
 Russ Allbery [EMAIL PROTECTED] wrote:

 +itemthe tt-a/tt and tt-o/tt tttest/tt operators
 +  must be supported/item

 Why is that needed ?

It's in widespread use in both Debian scripts and in upstream scripts.
When we tried to warn about this behavior in lintian, it turned up
hundreds of packages and we got a lot of objections to the check on the
grounds that dash supports this construct and the only shell that doesn't
is posh.  It seemed like the general consensus was that requiring that all
those scripts be modified to require bash was more trouble than it was
worth.

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


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



Re: Proposed new POSIX sh policy

2006-11-06 Thread Russ Allbery
Michal Politowski [EMAIL PROTECTED] writes:
 On Sun,  5 Nov 2006 19:41:40 -0800, Russ Allbery wrote:
 [...]
 +itemttlocal/tt to create a scoped variable must be
 +  supported/item

 Underspecified. local in dash and bash behave differently. In dash the
 variable value from outer scope is retained, in bash it is not.
 Bugs caused by this do happen: see eg. #381237

 Also local in dash is documented to be only allowed at the beginning of
 a function, and take only variable names, not assignments, as arguments,
 though in practice it seems this is not enforced and more bash-like
 behaviour works.

Here's a revised patch.  Does this resolve that concern?

--- orig/policy.sgml
+++ mod/policy.sgml
@@ -6727,33 +6727,45 @@
 
p
  The standard shell interpreter file/bin/sh/file can be a
- symbolic link to any POSIX compatible shell, if ttecho
- -n/tt does not generate a newline.footnote
- Debian policy specifies POSIX behavior for
- file/bin/sh/file, but ttecho -n/tt has widespread
- use in the Linux community (in particular including this
- policy, the Linux kernel source, many Debian scripts,
- etc.).  This ttecho -n/tt mechanism is valid but not
- required under POSIX, hence this explicit addition.
- Also, rumour has it that this shall be mandated under
- the LSB anyway.
- /footnote
+ symbolic link to any POSIX compatible shell provided that it
+ supports the following additional features not mandated by
+ POSIX:
+ list
+   itemttecho -n/tt must not generate a newlinefootnote
+   Debian policy specifies POSIX behavior for
+   file/bin/sh/file, but ttecho -n/tt has widespread
+   use in the Linux community (in particular including this
+   policy, the Linux kernel source, many Debian scripts,
+   etc.).  This ttecho -n/tt mechanism is valid but not
+   required under POSIX, hence this explicit addition.  Also,
+   rumour has it that this shall be mandated under the LSB
+   anyway.
+ /footnote
+   /item
+   itemthe tt-a/tt and tt-o/tt tttest/tt operators
+ must be supported/item
+   itemttlocal/tt to create a scoped variable must be
+ supported; however, ttlocal/tt may or may not preserve
+ the variable value from an outer scope and may or may not
+ support arguments more complex than simple variable
+ names/item
+ /list
  Thus, shell scripts specifying file/bin/sh/file as
- interpreter must only use POSIX features. If a script
- requires non-POSIX features from the shell interpreter, the
- appropriate shell must be specified in the first line of the
- script (e.g., tt#!/bin/bash/tt) and the package must
- depend on the package providing the shell (unless the shell
- package is marked Essential, as in the case of
- prgnbash/prgn).
+ interpreter must only use POSIX features or features guaranteed
+ by the above list. If a script requires other non-POSIX features
+ from the shell interpreter, the appropriate shell must be
+ specified in the first line of the script (e.g.,
+ tt#!/bin/bash/tt) and the package must depend on the package
+ providing the shell (unless the shell package is marked
+ Essential, as in the case of prgnbash/prgn).
/p
 
p
- You may wish to restrict your script to POSIX features when
- possible so that it may use file/bin/sh/file as its
- interpreter. If your script works with prgndash/prgn
- (originally called prgnash/prgn), it's probably POSIX
- compliant, but if you are in doubt, use
+ You may wish to restrict your script to POSIX features plus the
+ above set when possible so that it may use file/bin/sh/file
+ as its interpreter. If your script works with prgndash/prgn
+ (originally called prgnash/prgn), it probably complies with
+ the above requirements, but if you are in doubt, use
  file/bin/bash/file.
/p
 
-- 
Russ Allbery ([EMAIL PROTECTED])   http://www.eyrie.org/~eagle/


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



Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Zack Weinberg

I'd like to see this say something about what may be assumed of the
standard shell utilities, as well as the shell itself, and in
particular I'd like to see coreutils bug #339085 addressed [please see
the bug log for my personal very strong opinion on which way it should
be addressed].

zw


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



Re: Proposed new POSIX sh policy

2006-11-06 Thread Michal Politowski
On Mon,  6 Nov 2006 09:07:11 -0800, Russ Allbery wrote:
 Michal Politowski [EMAIL PROTECTED] writes:
  On Sun,  5 Nov 2006 19:41:40 -0800, Russ Allbery wrote:
  [...]
  +  itemttlocal/tt to create a scoped variable must be
  +supported/item
 
  Underspecified. local in dash and bash behave differently. In dash the
  variable value from outer scope is retained, in bash it is not.
  Bugs caused by this do happen: see eg. #381237
 
  Also local in dash is documented to be only allowed at the beginning of
  a function, and take only variable names, not assignments, as arguments,
  though in practice it seems this is not enforced and more bash-like
  behaviour works.
 
 Here's a revised patch.  Does this resolve that concern?

Yes, I guess. This should be precise enough.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Bug#397361: ITP: libscgi-rails-ruby -- SimpleCGI protocol implementation for Ruby on Rails

2006-11-06 Thread Gunnar Wolf
Package: wnpp
Severity: wishlist
Owner: Gunnar Wolf [EMAIL PROTECTED]

* Package name: libscgi-rails-ruby
  Version : 0.4.3
  Upstream Author : Zed Shaw [EMAIL PROTECTED]
* URL : http://www.zedshaw.com/projects/scgi_rails/
* License : BSD-like
  Programming Lang: Ruby
  Description : SimpleCGI protocol implementation for Ruby on Rails
 SCGI Rails Runner is a complete implementation of the *Simple CGI*
 protocol for Ruby on Rails as specified by the
 http://python.ca/nas/scgi/protocol.txt specification. SCGI is similar
 to FastCGI except that it is much simpler to implement and is
 actively maintained by the original author. The primary advantages of
 SCGI over the current FastCGI are: 
 .
  * Completely pure Ruby yet still quite fast when compared with
FastCGI. 
  * The core implementation (SCGI::Processor) is extensible for other
frameworks. 
  * Systems other than Rails can use the library to implement their
own versions. 
  * An extensive control mechanism to let you start, stop, restart,
and reload even remotely. 
  * Cluster management using the scgi_cluster tool.
  * Configuration file based so you can set options and start from
command line easily. 
  * Runs on nearly everything with initial support for Windows.
  * Restarts and stops are graceful, with redirects to a /busy.html
page for clients during the shutdown phase. 
  * You can set a throttle and max connections setting to reduce the
load an application puts on your system. 
 .
 This package is part of the Ruby library extras, a supplement to Ruby's
 standard library.

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


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



Re: Proposed new POSIX sh policy

2006-11-06 Thread Mike Hommey
On Mon, Nov 06, 2006 at 09:01:27AM -0800, Russ Allbery [EMAIL PROTECTED] 
wrote:
 Mike Hommey [EMAIL PROTECTED] writes:
  Russ Allbery [EMAIL PROTECTED] wrote:
 
  +  itemthe tt-a/tt and tt-o/tt tttest/tt operators
  +must be supported/item
 
  Why is that needed ?
 
 It's in widespread use in both Debian scripts and in upstream scripts.
 When we tried to warn about this behavior in lintian, it turned up
 hundreds of packages and we got a lot of objections to the check on the
 grounds that dash supports this construct and the only shell that doesn't
 is posh.  It seemed like the general consensus was that requiring that all
 those scripts be modified to require bash was more trouble than it was
 worth.

Well we got bug reports for that on firefox, IIRC, and we changed it,
that was not a real problem to replace [ some != test -a other = test ]
with [ some != test ]  [ other = test ]...

Mike


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



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Loïc Minier
On Mon, Nov 06, 2006, Jan Wagner wrote:
 I did split ext/tidy out of the php5 package. 

 That doesn't sound like a good idea; did you already discuss building
 it as part of the php5 package?  I could not find hints of such a
 discussion in #332763 nor #355976.

 Why would you want to upload a separate source package?

-- 
Loïc Minier [EMAIL PROTECTED]


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



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Jan Wagner
On Monday 06 November 2006 22:31, Loïc Minier wrote:
 On Mon, Nov 06, 2006, Jan Wagner wrote:
  I did split ext/tidy out of the php5 package.

  That doesn't sound like a good idea; did you already discuss building
  it as part of the php5 package?  I could not find hints of such a
  discussion in #332763 nor #355976.

See 
http://lists.alioth.debian.org/pipermail/pkg-php-maint/2006-November/001286.html

  Why would you want to upload a separate source package?

That seems to be used to do. See php-imap or php-pspell!

With kind regards, Jan.


pgpP4bNkhxvxm.pgp
Description: PGP signature


Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Loïc Minier
On Mon, Nov 06, 2006, Jan Wagner wrote:
   That doesn't sound like a good idea; did you already discuss building
   it as part of the php5 package?  I could not find hints of such a
   discussion in #332763 nor #355976.
 See 
 http://lists.alioth.debian.org/pipermail/pkg-php-maint/2006-November/001286.html
   Why would you want to upload a separate source package?
 That seems to be used to do. See php-imap or php-pspell!

 I find that weird, but thanks for reassuring me that this was
 discussed.

-- 
Loïc Minier [EMAIL PROTECTED]


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



Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Thomas Bushnell BSG
Russ's patch is no good, at least, it does not address the problems I
have raised in the past.

A Posix shell is allowed to have a builtin for ANY command without
restriction, and as long as the builtin has the behavior specified by
Posix for that command, it is a Posix compatible shell.

For example, a Posix compatible shell can have a builtin called
ldconfig which does something totally different from Debian's
ldconfig, because there is no required behavior for ldconfig according
to Posix.

Requiring that shell scripts work on any Posix compatible shell would
require changing every one of the hundreds of packages which currently
call ldconfig without specifying a path.

I have proposed as an alternative that we say that a shell is suitable
for Debian's /bin/sh if its builtins behave just as do the Debian
programs installed in the standard paths, and then we can make a
specific set of exceptions for builtins that we don't care if they
behave the same way as Debian's versions.

Thomas



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


Re: Proposed new POSIX sh policy

2006-11-06 Thread Russ Allbery
Mike Hommey [EMAIL PROTECTED] writes:

 Well we got bug reports for that on firefox, IIRC, and we changed it,
 that was not a real problem to replace [ some != test -a other = test ]
 with [ some != test ]  [ other = test ]...

Yes, a lot of people did fix it, but I'm afraid there are still a lot
left.  We can remove the requirement, but my understanding is that dash
supports it, which means that it's probably not creating bugs in practice
(posh isn't really designed for use as anything other than a test suite,
as I understand it).

However, if my assumptions above are wrong, I'm happy to revisit this.  I
do think that it's still better to avoid test -a and test -o, and lintian
does still warn about this at the info level (-I).

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


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



Re: Proposed new POSIX sh policy

2006-11-06 Thread Russ Allbery
Thomas Bushnell BSG [EMAIL PROTECTED] writes:

 Russ's patch is no good, at least, it does not address the problems I
 have raised in the past.

 A Posix shell is allowed to have a builtin for ANY command without
 restriction, and as long as the builtin has the behavior specified by
 Posix for that command, it is a Posix compatible shell.

That's correct; I'm not attempting to address this problem in this
proposal.  This is a problem with the current Policy wording and continues
to be a problem with the new Policy wording, so this change is not a
regression in this regard.  I'd prefer to separate the question of what
shell features need to be supported from the question of how to handle the
general built-in issue, since I think there's more project consensus
around the former than around the latter.  The only overlap in this case
is with the test command; local is not a meaningful external command, and
the test behavior required by my patch is a subset of what would be
required under your proposal.

 I have proposed as an alternative that we say that a shell is suitable
 for Debian's /bin/sh if its builtins behave just as do the Debian
 programs installed in the standard paths, and then we can make a
 specific set of exceptions for builtins that we don't care if they
 behave the same way as Debian's versions.

My impression of the previous Policy discussion was that there was not a
consensus around this change, so I'm trying to reach a consensus around a
simpler incremental change that deals with one problem (while still
leaving others opened).  This should in no way be taken as a cutting off
of debate of the larger issue.

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


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



Re: Proposed new POSIX sh policy

2006-11-06 Thread Marco d'Itri
On Nov 06, Russ Allbery [EMAIL PROTECTED] wrote:

 Yes, a lot of people did fix it, but I'm afraid there are still a lot
 left.  We can remove the requirement, but my understanding is that dash
 supports it, which means that it's probably not creating bugs in practice
 (posh isn't really designed for use as anything other than a test suite,
 as I understand it).
Yes, this is correct. There is no reason at all to not use -a/-e.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Marco d'Itri
On Nov 06, Thomas Bushnell BSG [EMAIL PROTECTED] wrote:

 Russ's patch is no good, at least, it does not address the problems I
 have raised in the past.
It's still better than what we have now, and solving parts of the
problems is still better than waiting for the ultimate policy change
which will fix all of them.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Marco d'Itri
On Nov 06, Mike Hommey [EMAIL PROTECTED] wrote:

  +   itemthe tt-a/tt and tt-o/tt tttest/tt operators
  + must be supported/item
 Why is that needed ?
Because every modern shell which is not designed to be broken supports
them, and since they are in widespread use everywhere there is no reason
to no support them.

I appreciate this attempt to formalize the de facto policy and support
it.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Proposed new POSIX sh policy (was: First draft of review of policy must usage)

2006-11-06 Thread Thomas Bushnell BSG
On Mon, 2006-11-06 at 23:51 +0100, Marco d'Itri wrote:
 On Nov 06, Thomas Bushnell BSG [EMAIL PROTECTED] wrote:
 
  Russ's patch is no good, at least, it does not address the problems I
  have raised in the past.
 It's still better than what we have now, and solving parts of the
 problems is still better than waiting for the ultimate policy change
 which will fix all of them.

Yes, I don't disagree with you here, nor with Russ's indication of the
same sentiment.

I do think that even with this change (which is, I agree, an incremental
improvement) package maintainers will still have to go by the seat of
their pants, and cannot be told to stop using #!/bin/sh or to stop
using this or that feature of a bash builtin which copies the behavior
of a standard Debian program.

That applies, as Russ noted, specifically to the case of test.

Thomas



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


Re: Downgrading the priority of nfs-utils

2006-11-06 Thread Roger Leigh
Josselin Mouette [EMAIL PROTECTED] writes:

 Le jeudi 02 novembre 2006 à 05:22 -0800, Josh Triplett a écrit :
 I would suggest b); reducing the standard set of packages seems like a
 feature, it won't break upgrades (if installed, the package will stay
 installed), and new installs don't need to get nfs-kernel-server as part
 of the *default* install.  

 We're not talking about the NFS server, but of the NFS client. And a
 working NFS client is surely something we want as part of the default
 install.

What's the rationale for needing it as part of the default install?

The majority of the Debian (and GNU/Linux systems in general) I see
tend to not use NFS at all.  Do we have any usage statistics for the
NFS client?


Regards,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.


pgpSkvPMikuUv.pgp
Description: PGP signature


Re: Downgrading the priority of nfs-utils

2006-11-06 Thread Tyler MacDonald
Roger Leigh [EMAIL PROTECTED] wrote:
 The majority of the Debian (and GNU/Linux systems in general) I see
 tend to not use NFS at all.  Do we have any usage statistics for the
 NFS client?

There is this:

http://qa.debian.org/developer.php?popcon=nfs-utils

But I don't know how accurate the old count is, since everyone with it
installed has it at least run it's init.d script on boot...

- Tyler


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



Re: Downgrading the priority of nfs-utils

2006-11-06 Thread Goswin von Brederlow
Roger Leigh [EMAIL PROTECTED] writes:

 Josselin Mouette [EMAIL PROTECTED] writes:

 Le jeudi 02 novembre 2006 à 05:22 -0800, Josh Triplett a écrit :
 I would suggest b); reducing the standard set of packages seems like a
 feature, it won't break upgrades (if installed, the package will stay
 installed), and new installs don't need to get nfs-kernel-server as part
 of the *default* install.  

 We're not talking about the NFS server, but of the NFS client. And a
 working NFS client is surely something we want as part of the default
 install.

 What's the rationale for needing it as part of the default install?

 The majority of the Debian (and GNU/Linux systems in general) I see
 tend to not use NFS at all.  Do we have any usage statistics for the
 NFS client?

But wouldn't you be surprised if mount -tnfs server:/path
/local/path suddenly wouldn't work anymore in a fresh install?

And I'm not sure that you are right with your majority claim. A lot of
larger installations use nfs and they quickly add up to a lot of
systems rivaling the rest of the user base in numbers.

MfG
Goswin


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



Re: Bug#397291: ITP: php-tidy -- tidy module for php[45]

2006-11-06 Thread Joey Schulze
Jan Wagner wrote:
 On Monday 06 November 2006 22:31, Loïc Minier wrote:
  On Mon, Nov 06, 2006, Jan Wagner wrote:
   I did split ext/tidy out of the php5 package.
 
   That doesn't sound like a good idea; did you already discuss building
   it as part of the php5 package?  I could not find hints of such a
   discussion in #332763 nor #355976.
 
 See 
 http://lists.alioth.debian.org/pipermail/pkg-php-maint/2006-November/001286.html

*puzzled*

   Why would you want to upload a separate source package?
 
 That seems to be used to do. See php-imap or php-pspell!

Uh?  What's the benefit of the duplicated source?

Regards,

Joey

-- 
All language designers are arrogant.  Goes with the territory...
-- Larry Wall

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


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



Accepted dblatex 0.2-1 (source all)

2006-11-06 Thread Andreas Hoenen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  4 Nov 2006 10:20:42 +0100
Source: dblatex
Binary: dblatex
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Andreas Hoenen [EMAIL PROTECTED]
Changed-By: Andreas Hoenen [EMAIL PROTECTED]
Description: 
 dblatex- Produces DVI, PostScript, PDF documents from DocBook sources
Closes: 395205 395207 396880
Changes: 
 dblatex (0.2-1) unstable; urgency=low
 .
   * New upstream release
   * Fix a bug that breaks processing with xsltproc 1.1.18.  Closes: #396880
   * Do not install non configuration files below /etc/dblatex/.  Closes: 
#395207
   * Fix dvi production with db2latex style.  Closes: #395205
   * Adapt dependencies to major upstream changes: the previous mixture of
 makefiles, shell and perl scripts has been replaced by a uniform python 
based
 solution.
   * Reorganize dblatex's directory layout as the package supplied
 (non) configuration files and the python files need new locations.
   * Remove manual page build dependencies as the manual page has been 
integrated
 into the upstream package.
   * Fix a regression bug that breaks build of dblatex manual in simple style.
Files: 
 d690bc253f2c50858e84de584e35058d 583 text optional dblatex_0.2-1.dsc
 1e7e448d1924800bb136c3baa8c47882 633405 text optional dblatex_0.2.orig.tar.gz
 6b4ef2f9f9bf2306880139f49c874635 8156 text optional dblatex_0.2-1.diff.gz
 05ae6286f98451cdb225da30837c82ec 590908 text optional dblatex_0.2-1_all.deb

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

iD8DBQFFTv68+xs9YyJS+hoRAgYGAKCGoa8pIsK/X0RzjMdx9DT4shfCTQCgkDoX
rEq1gAhyMKSdSFfEC5UbONs=
=q88G
-END PGP SIGNATURE-


Accepted:
dblatex_0.2-1.diff.gz
  to pool/main/d/dblatex/dblatex_0.2-1.diff.gz
dblatex_0.2-1.dsc
  to pool/main/d/dblatex/dblatex_0.2-1.dsc
dblatex_0.2-1_all.deb
  to pool/main/d/dblatex/dblatex_0.2-1_all.deb
dblatex_0.2.orig.tar.gz
  to pool/main/d/dblatex/dblatex_0.2.orig.tar.gz


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



Accepted pykerberos 0.0.svn271-1 (source powerpc)

2006-11-06 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  3 Nov 2006 18:01:08 +0100
Source: pykerberos
Binary: python-kerberos
Architecture: source powerpc
Version: 0.0.svn271-1
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 python-kerberos - A GSSAPI interface module for python
Changes: 
 pykerberos (0.0.svn271-1) unstable; urgency=low
 .
   * New Upstream Version. This fixes the bad error reporting, so after the API
 is approved stable upstream we can move this package back to testing.
   * dropped patches:
   fix-setup: fixed upstream
Files: 
 db0887765536bb384373731d16657d3c 650 python optional 
pykerberos_0.0.svn271-1.dsc
 f5307e162b3732781c28509a0fccf828 13347 python optional 
pykerberos_0.0.svn271.orig.tar.gz
 6962099e1084b626ad1647712028eab3 5542 python optional 
pykerberos_0.0.svn271-1.diff.gz
 86e6d43ff47ae802c981c0eb0bf143e1 15840 python optional 
python-kerberos_0.0.svn271-1_powerpc.deb

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

iD8DBQFFS37mn88szT8+ZCYRAmLRAJ0WCXegRSOgC3zPSH1N2oXHsyCFHwCeLdAS
4MFSjnPqSsMiXpsguP+9tAs=
=NYxf
-END PGP SIGNATURE-


Accepted:
pykerberos_0.0.svn271-1.diff.gz
  to pool/main/p/pykerberos/pykerberos_0.0.svn271-1.diff.gz
pykerberos_0.0.svn271-1.dsc
  to pool/main/p/pykerberos/pykerberos_0.0.svn271-1.dsc
pykerberos_0.0.svn271.orig.tar.gz
  to pool/main/p/pykerberos/pykerberos_0.0.svn271.orig.tar.gz
python-kerberos_0.0.svn271-1_powerpc.deb
  to pool/main/p/pykerberos/python-kerberos_0.0.svn271-1_powerpc.deb


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



Accepted reportbug 3.31 (source all)

2006-11-06 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  5 Nov 2006 17:31:45 -0600
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.31
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 392458 392608 392609 393657 394579 397204 397206
Changes: 
 reportbug (3.31) unstable; urgency=low
 .
   * Add po4a support for translating man pages.  (Closes: #392458)
   * More ehlo/helo madness.
   * Change default for get_string() in the urwid interface to ''.
 (Closes: #392608)
   * Add BIG CAPS WARNINGS to the reportbug presubj about the new default
 behavior of exim4.  (Closes: #392609)
   * Warn user that email addresses may be harvested by spambots in
 offer_configuration().
   * Remove bogus documentation that '-v' == '--version' in reportbug(1).
 (Closes: #397204)
   * Don't crash if package-specific info is non-UTF-8.
 (Closes: #393657, #397206)
   * Suggest python-urwid.  (Closes: #394579)
Files: 
 dc575f90ae7aa7ed78a1facaa18ccd23 606 utils standard reportbug_3.31.dsc
 fe5e9a529375a55aeda16fa4d58faf31 156119 utils standard reportbug_3.31.tar.gz
 40015f3b576788faa76ec13dbc4ac553 142106 utils standard reportbug_3.31_all.deb

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

iD8DBQFFTwSj2wQKE6PXubwRAus5AKC0WSamVYyJi/8XPvuj6d6qVi08swCgpEQu
jPlh7u2bT8FWIBO+ZJum1UY=
=ie3Z
-END PGP SIGNATURE-


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


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



Accepted zeroc-ice-java 3.1.1-2 (source all)

2006-11-06 Thread Francisco Moya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  4 Nov 2006 22:31:07 +0100
Source: zeroc-ice-java
Binary: libzeroc-ice-java icegrid-gui
Architecture: source all
Version: 3.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Francisco Moya [EMAIL PROTECTED]
Changed-By: Francisco Moya [EMAIL PROTECTED]
Description: 
 icegrid-gui - GUI for IceGrid service
 libzeroc-ice-java - Ice for Java libraries
Closes: 396433
Changes: 
 zeroc-ice-java (3.1.1-2) unstable; urgency=low
 .
   * Removed dependency on eclipse-ecj (Closes: #396433).
Files: 
 d7da301c3e272702c41b8d55eb8860a3 837 devel optional zeroc-ice-java_3.1.1-2.dsc
 0883350417dc3901b14dc977c5513e30 6487 devel optional 
zeroc-ice-java_3.1.1-2.diff.gz
 60230e3cafd52a3c2985d86485746467 977184 devel optional 
libzeroc-ice-java_3.1.1-2_all.deb
 9226b7c8e9fe40f7424039464adcd042 471930 devel optional 
icegrid-gui_3.1.1-2_all.deb

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

iD8DBQFFTwkZOaI3yygJ5hoRAiYeAJwIn+SYyqI9iSGZFuSnn4V5NXxh/gCg0ayu
DbVc8BcIZ4Dll2vb8YfXKS4=
=bncW
-END PGP SIGNATURE-


Accepted:
icegrid-gui_3.1.1-2_all.deb
  to pool/main/z/zeroc-ice-java/icegrid-gui_3.1.1-2_all.deb
libzeroc-ice-java_3.1.1-2_all.deb
  to pool/main/z/zeroc-ice-java/libzeroc-ice-java_3.1.1-2_all.deb
zeroc-ice-java_3.1.1-2.diff.gz
  to pool/main/z/zeroc-ice-java/zeroc-ice-java_3.1.1-2.diff.gz
zeroc-ice-java_3.1.1-2.dsc
  to pool/main/z/zeroc-ice-java/zeroc-ice-java_3.1.1-2.dsc


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



Accepted dctrl-tools 2.9.3 (source all amd64)

2006-11-06 Thread Antti-Juhani Kaijanaho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 11:49:16 +0200
Source: dctrl-tools
Binary: dctrl-tools grep-dctrl
Architecture: source amd64 all
Version: 2.9.3
Distribution: unstable
Urgency: low
Maintainer: Antti-Juhani Kaijanaho [EMAIL PROTECTED]
Changed-By: Antti-Juhani Kaijanaho [EMAIL PROTECTED]
Description: 
 dctrl-tools - Command-line tools to process Debian package information
 grep-dctrl - Grep Debian package information - transition package
Closes: 396308 396584 396807 396994
Changes: 
 dctrl-tools (2.9.3) unstable; urgency=low
 .
   [ Antti-Juhani Kaijanaho ]
   * debian/control: Add XS-Vcs-Darcs field
   * Translation updates from Rosetta (etch branch)
   - Catalan update by Jordi Mallach
   - Brazilian Portuguese update by Mauricio Bomfim Cruz Vieira
   - Swedish update by Daniel Nylander
   * New Czech translation
 Closes: #396994 (Czech translation of dctrl-tools)
 Submitted by Miroslav Kure [EMAIL PROTECTED].
   * New Spanish translation
 Closes: #396807 (New spanish translation)
 Submitted by Javier Fernández-Sanguino Peña [EMAIL PROTECTED]
   * New Russian translation
 Closes: #396584 ([INTL:ru] Russian program translation)
 Submitted by Yuri Kozlov [EMAIL PROTECTED].
   * po/vi.po: New Vietnamese translation by Clytie Siddall
 Closes: #396308 ([INTL:vi] Vietnamese program translation)
 Reported by Clytie Siddall.
 .
   [ Noritada Kobayashi [EMAIL PROTECTED] ]
   * Add Japanese translation.
Files: 
 b7efac443ba9bad127aa817023dcd81d 596 utils optional dctrl-tools_2.9.3.dsc
 1ec20eb693e80dd65a08fa22301d4973 98180 utils optional dctrl-tools_2.9.3.tar.gz
 0becaf3002946ee2659d4e5b24982c9c 1464 utils optional grep-dctrl_2.9.3_all.deb
 022f52459e5491331d94ca7e7e344a7f 105336 utils optional 
dctrl-tools_2.9.3_amd64.deb

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

iD8DBQFFTwlkHsI32VNFhOgRAngkAKCMmyqaalWgUdb3d9dbIfsTKZn5LwCgnAt9
h/aYi3IfdNZmXq8tegxkpv4=
=RkW0
-END PGP SIGNATURE-


Accepted:
dctrl-tools_2.9.3.dsc
  to pool/main/d/dctrl-tools/dctrl-tools_2.9.3.dsc
dctrl-tools_2.9.3.tar.gz
  to pool/main/d/dctrl-tools/dctrl-tools_2.9.3.tar.gz
dctrl-tools_2.9.3_amd64.deb
  to pool/main/d/dctrl-tools/dctrl-tools_2.9.3_amd64.deb
grep-dctrl_2.9.3_all.deb
  to pool/main/d/dctrl-tools/grep-dctrl_2.9.3_all.deb


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



Accepted eximdoc4 4.63-1 (source all)

2006-11-06 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 10:51:05 +
Source: eximdoc4
Binary: exim4-doc-html exim4-doc-info
Architecture: source all
Version: 4.63-1
Distribution: unstable
Urgency: low
Maintainer: Exim4 Maintainers [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 exim4-doc-html - documentation for the Exim MTA (v4) in html format
 exim4-doc-info - documentation for the Exim MTA (v4) in info format
Closes: 377497
Changes: 
 eximdoc4 (4.63-1) unstable; urgency=low
 .
   * New upstream version.
 - Upstream has kindly included the references to pkg-exim4-users
   to the upstream docs, we do not need to patch the docs any more.
   Closes: #377497
   * Adapt package description to the wording we have in the main
 package, remove outdated version reference from package description.
   * Add README.Debian to cross-reference to the daemon package's
 README.Debian.
   * Standards-Version: 3.7.2.2 (no changes necessary)
Files: 
 35a0691047725837d36d893ba085822d 733 doc optional eximdoc4_4.63-1.dsc
 62a8901de5c61005a508764bd863df5e 933070 doc optional eximdoc4_4.63.orig.tar.gz
 209553c121001749ab88a971faf1154f 4872 doc optional eximdoc4_4.63-1.diff.gz
 800395447d4438850d682e9136b9b95f 511242 doc optional 
exim4-doc-info_4.63-1_all.deb
 2e8e3d7c032f18e70ab24757ef6cabcb 918786 doc optional 
exim4-doc-html_4.63-1_all.deb

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

iD8DBQFFTxQ3gZalRGu6PIQRAupWAJ4wOibAFP2z9pfE92m92bB1qucX9wCgoGwP
fK4IwOi2kt4yPwdXpS3GMuk=
=efDJ
-END PGP SIGNATURE-


Accepted:
exim4-doc-html_4.63-1_all.deb
  to pool/main/e/eximdoc4/exim4-doc-html_4.63-1_all.deb
exim4-doc-info_4.63-1_all.deb
  to pool/main/e/eximdoc4/exim4-doc-info_4.63-1_all.deb
eximdoc4_4.63-1.diff.gz
  to pool/main/e/eximdoc4/eximdoc4_4.63-1.diff.gz
eximdoc4_4.63-1.dsc
  to pool/main/e/eximdoc4/eximdoc4_4.63-1.dsc
eximdoc4_4.63.orig.tar.gz
  to pool/main/e/eximdoc4/eximdoc4_4.63.orig.tar.gz


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



Accepted gprolog 1.2.18-17 (source i386 all)

2006-11-06 Thread Salvador Abreu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 10:40:23 +
Source: gprolog
Binary: gprolog gprolog-doc
Architecture: source i386 all
Version: 1.2.18-17
Distribution: unstable
Urgency: low
Maintainer: Salvador Abreu [EMAIL PROTECTED]
Changed-By: Salvador Abreu [EMAIL PROTECTED]
Description: 
 gprolog- GNU Prolog compiler
 gprolog-doc - documentation for the GNU Prolog compiler
Closes: 356406 358256 397135
Changes: 
 gprolog (1.2.18-17) unstable; urgency=low
 .
   * Fix non-ascii character in doc/use.tex; this only seems to be a
 problem with more recent versions of hevea.  (closes: #397135)
   * Fix unaligned access on amd64.  This is done in a way which I'd rather
 not have to confess: I had GCC produce assembly code, which is then
 patched via a sed script before being fed to as.  Thanks to
 [EMAIL PROTECTED] for pointing out the location of the problem.
 (closes: #356406)
   * Fixed a few things in order to be able to use more recent versions of
 gcc, most notably casts in lvalues.  As of now, gcc 4.1 can be used to
 compile gprolog!
   * Doesn't leave anything in /etc/alternatives nor /usr/bin after being
 purged.  (closes: #358256)
Files: 
 d2578ad6ef2fa87666dcdd689839782b 704 devel optional gprolog_1.2.18-17.dsc
 4b047d7b1a98e8e451054276a958f07a 116575 devel optional 
gprolog_1.2.18-17.diff.gz
 f2dbcfdc45f4cd643dbb0646b6788a57 1049544 doc optional 
gprolog-doc_1.2.18-17_all.deb
 53a48a9762c54c45ae44b3158718df18 1120032 devel optional 
gprolog_1.2.18-17_i386.deb

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

iD8DBQFFTxHZzoTo55Wk8dYRAsVnAKDX24gpe/DD+eHqDgVp8LfvNkwPXwCfa5VP
gAk3Bx0Efam6MKLsFpnAU/I=
=7cD2
-END PGP SIGNATURE-


Accepted:
gprolog-doc_1.2.18-17_all.deb
  to pool/main/g/gprolog/gprolog-doc_1.2.18-17_all.deb
gprolog_1.2.18-17.diff.gz
  to pool/main/g/gprolog/gprolog_1.2.18-17.diff.gz
gprolog_1.2.18-17.dsc
  to pool/main/g/gprolog/gprolog_1.2.18-17.dsc
gprolog_1.2.18-17_i386.deb
  to pool/main/g/gprolog/gprolog_1.2.18-17_i386.deb


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



Accepted squid 2.6.5-1 (source sparc all)

2006-11-06 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 11:22:53 +0100
Source: squid
Binary: squid squid-cgi squidclient squid-common
Architecture: source sparc all
Version: 2.6.5-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 squid  - Internet Object Cache (WWW proxy cache)
 squid-cgi  - Squid cache manager CGI program
 squid-common - Internet Object Cache (WWW proxy cache) - common file
 squidclient - Command line URL extractor that talks to (a) squid
Closes: 392866
Changes: 
 squid (2.6.5-1) unstable; urgency=low
 .
   * New upstream release
 - Removed patched integreated upstream:
   + 50-coss-compile.patch
 .
   * debian/watch
 - Updated local version
 .
   * debian/patches/51-htcp-assert
 - Included upstream patch fixing error with big htcp packets
 .
   * debian/patches/52-hosts-overflow
 - Included upstream patch fixing buffer overflow (Closes: #392866)
 .
   * debian/patches/53-coss-assert
 - Included upstream patch fixing error while restarting a coss-enabled 
squid
 .
   * debian/patches/54-aufs-assert
 - Included upstream patch removing an assert causing squid to fail while
   using aufs
Files: 
 02f74465744fdb32ce450f67ebcc9ffd 657 web optional squid_2.6.5-1.dsc
 26cc918028340dc8ceb9c0c4b988d717 1636886 web optional squid_2.6.5.orig.tar.gz
 96fa371ce72ec7101c80ce5a266c5d58 265885 web optional squid_2.6.5-1.diff.gz
 d8d306daec7a8ebadde2f17ff202d0e1 436730 web optional 
squid-common_2.6.5-1_all.deb
 87e616821779f6345c53f623fd17cbec 663386 web optional squid_2.6.5-1_sparc.deb
 aa48c2920181636c5b8f22fb7b56a395 85646 web optional 
squidclient_2.6.5-1_sparc.deb
 f04eca3f1a1c63aa247b11f22e8ef6ca 112240 web optional 
squid-cgi_2.6.5-1_sparc.deb

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

iD8DBQFFTxrB8ZumGJJMDCYRAs1/AJ4xlkLQj1oeKzvlgT21Mqdm5itZCQCcDXZa
51XlKN/JHe5fVvBulwAXop4=
=zHPg
-END PGP SIGNATURE-


Accepted:
squid-cgi_2.6.5-1_sparc.deb
  to pool/main/s/squid/squid-cgi_2.6.5-1_sparc.deb
squid-common_2.6.5-1_all.deb
  to pool/main/s/squid/squid-common_2.6.5-1_all.deb
squid_2.6.5-1.diff.gz
  to pool/main/s/squid/squid_2.6.5-1.diff.gz
squid_2.6.5-1.dsc
  to pool/main/s/squid/squid_2.6.5-1.dsc
squid_2.6.5-1_sparc.deb
  to pool/main/s/squid/squid_2.6.5-1_sparc.deb
squid_2.6.5.orig.tar.gz
  to pool/main/s/squid/squid_2.6.5.orig.tar.gz
squidclient_2.6.5-1_sparc.deb
  to pool/main/s/squid/squidclient_2.6.5-1_sparc.deb


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



Accepted stone 2.3.c-2 (source i386)

2006-11-06 Thread Takuo KITAME
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:24:18 +0900
Source: stone
Binary: stone
Architecture: source i386
Version: 2.3.c-2
Distribution: unstable
Urgency: low
Maintainer: Takuo KITAME [EMAIL PROTECTED]
Changed-By: Takuo KITAME [EMAIL PROTECTED]
Description: 
 stone  - TCP/IP packet repeater in the application layer.
Closes: 374771
Changes: 
 stone (2.3.c-2) unstable; urgency=low
 .
   * fix again FTBFS on GNU/kFreeBSD (closes: #374771)
Files: 
 c58430099a0f9028afd32ed0d78c068e 563 net optional stone_2.3.c-2.dsc
 58d17591a91f34e21dd51f26b64f7920 6933 net optional stone_2.3.c-2.diff.gz
 120bc51fef649f65c8c8d95c6e21fddf 69542 net optional stone_2.3.c-2_i386.deb

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

iD8DBQFFTxuGU+WZW1FVMwoRAsqjAJ9UuwcM4nylY1mYMXb+/JTx0QccOgCfQC3s
qyY/jyqNP8lOtjfP1bPDNdI=
=4dG8
-END PGP SIGNATURE-


Accepted:
stone_2.3.c-2.diff.gz
  to pool/main/s/stone/stone_2.3.c-2.diff.gz
stone_2.3.c-2.dsc
  to pool/main/s/stone/stone_2.3.c-2.dsc
stone_2.3.c-2_i386.deb
  to pool/main/s/stone/stone_2.3.c-2_i386.deb


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



Accepted junitperf 1.9.1-5 (source all)

2006-11-06 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 12:10:29 +0100
Source: junitperf
Binary: libjunitperf-java-doc libjunitperf-java
Architecture: source all
Version: 1.9.1-5
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 libjunitperf-java - JUnit extensions for performance and scalability testing
 libjunitperf-java-doc - Documentation for libjunitperf-java
Closes: 396419
Changes: 
 junitperf (1.9.1-5) unstable; urgency=low
 .
   * built with java-gcj-compat-dev.
   * debian/rules:
 + removed ant-launcher.jar
 + removed the test target (closes: #396419)
   * Standards-Version: 3.7.2 (no change)
Files: 
 e5dbd5c397b67908c3bd020b7746de6b 782 libs optional junitperf_1.9.1-5.dsc
 5088b3fb19a340da8d7c82e87cd8a4ae 2715 libs optional junitperf_1.9.1-5.diff.gz
 24e7f625fa1814f5323a0b5073541336 18202 libs optional 
libjunitperf-java_1.9.1-5_all.deb
 08cbad050589f4b9a0b03584d8629b8b 35444 doc optional 
libjunitperf-java-doc_1.9.1-5_all.deb

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

iD8DBQFFTyKx4vzFZu62tMIRAiTuAJ9c9C7jCh9LAMAgctUCM2k9tQvm9ACguFrD
hemOgWWNSYmfBynLLSRzIa8=
=YhnL
-END PGP SIGNATURE-


Accepted:
junitperf_1.9.1-5.diff.gz
  to pool/main/j/junitperf/junitperf_1.9.1-5.diff.gz
junitperf_1.9.1-5.dsc
  to pool/main/j/junitperf/junitperf_1.9.1-5.dsc
libjunitperf-java-doc_1.9.1-5_all.deb
  to pool/main/j/junitperf/libjunitperf-java-doc_1.9.1-5_all.deb
libjunitperf-java_1.9.1-5_all.deb
  to pool/main/j/junitperf/libjunitperf-java_1.9.1-5_all.deb


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



Accepted clamav 0.88.6-1 (source i386 all)

2006-11-06 Thread Stephen Gran
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 11:19:38 +
Source: clamav
Binary: clamav libclamav-dev clamav-dbg clamav-milter clamav-base 
clamav-freshclam clamav-testfiles clamav-daemon libclamav1 clamav-docs
Architecture: source i386 all
Version: 0.88.6-1
Distribution: unstable
Urgency: low
Maintainer: Stephen Gran [EMAIL PROTECTED]
Changed-By: Stephen Gran [EMAIL PROTECTED]
Description: 
 clamav - antivirus scanner for Unix
 clamav-base - base package for clamav, an anti-virus utility for Unix
 clamav-daemon - antivirus scanner daemon
 clamav-dbg - debug symbols for clamav
 clamav-docs - documentation package for clamav, an anti-virus utility for Unix
 clamav-freshclam - downloads clamav virus databases from the Internet
 clamav-milter - antivirus scanner for sendmail
 clamav-testfiles - use these files to test that your Antivirus program works
 libclamav-dev - clam Antivirus library development files
 libclamav1 - virus scanner library
Changes: 
 clamav (0.88.6-1) unstable; urgency=low
 .
   * New upstream version
 - incorporates freshclam non-block patch, thus dropping it from patches/
Files: 
 9d1ce441bae00de91e1df202b89fe225 880 utils optional clamav_0.88.6-1.dsc
 db7f8b947bc21023f36e04bfdd555dd0 8929534 utils optional 
clamav_0.88.6.orig.tar.gz
 355f9bc484aadc4ce32422c61838a341 484831 utils optional clamav_0.88.6-1.diff.gz
 231bbcc3c28125f903d86d27912c8aed 174658 utils optional 
clamav-base_0.88.6-1_all.deb
 112fa85248ba46371bb29217ca9a3b90 131770 utils optional 
clamav-testfiles_0.88.6-1_all.deb
 55d15fd632b2cb9c53e7c060f18c5493 857852 utils optional 
clamav-docs_0.88.6-1_all.deb
 33fe1589cb726df4c215f9b05b9a2617 269968 libs optional 
libclamav1_0.88.6-1_i386.deb
 fe428242eebb6877f8eb3d4359aab420 162050 utils optional clamav_0.88.6-1_i386.deb
 3e9b0223cd959baf5df5fa356006f4a2 137464 utils optional 
clamav-daemon_0.88.6-1_i386.deb
 6cd3d1bf16838b2862ce6f59ae8cd506 7256178 utils optional 
clamav-freshclam_0.88.6-1_i386.deb
 bedaaba1f158cd6f3d2e24f34f9ea3f1 134118 utils extra 
clamav-milter_0.88.6-1_i386.deb
 e971fe0e6392560ae3a506bce71dc0fc 261578 libdevel optional 
libclamav-dev_0.88.6-1_i386.deb
 a0aa7b04683867fcb6d329b2d9ffa8be 449440 utils extra 
clamav-dbg_0.88.6-1_i386.deb

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

iD8DBQFFTx/ASYIMHOpZA44RAvpMAJ91RVAr8f2MLynMeBH1cPPUTDG2awCePEsz
Pfpp1oYswfvrj7Ev1lv/8/E=
=mNJC
-END PGP SIGNATURE-


Accepted:
clamav-base_0.88.6-1_all.deb
  to pool/main/c/clamav/clamav-base_0.88.6-1_all.deb
clamav-daemon_0.88.6-1_i386.deb
  to pool/main/c/clamav/clamav-daemon_0.88.6-1_i386.deb
clamav-dbg_0.88.6-1_i386.deb
  to pool/main/c/clamav/clamav-dbg_0.88.6-1_i386.deb
clamav-docs_0.88.6-1_all.deb
  to pool/main/c/clamav/clamav-docs_0.88.6-1_all.deb
clamav-freshclam_0.88.6-1_i386.deb
  to pool/main/c/clamav/clamav-freshclam_0.88.6-1_i386.deb
clamav-milter_0.88.6-1_i386.deb
  to pool/main/c/clamav/clamav-milter_0.88.6-1_i386.deb
clamav-testfiles_0.88.6-1_all.deb
  to pool/main/c/clamav/clamav-testfiles_0.88.6-1_all.deb
clamav_0.88.6-1.diff.gz
  to pool/main/c/clamav/clamav_0.88.6-1.diff.gz
clamav_0.88.6-1.dsc
  to pool/main/c/clamav/clamav_0.88.6-1.dsc
clamav_0.88.6-1_i386.deb
  to pool/main/c/clamav/clamav_0.88.6-1_i386.deb
clamav_0.88.6.orig.tar.gz
  to pool/main/c/clamav/clamav_0.88.6.orig.tar.gz
libclamav-dev_0.88.6-1_i386.deb
  to pool/main/c/clamav/libclamav-dev_0.88.6-1_i386.deb
libclamav1_0.88.6-1_i386.deb
  to pool/main/c/clamav/libclamav1_0.88.6-1_i386.deb


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



Accepted wireshark 0.99.4-2 (source i386)

2006-11-06 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 12:48:20 +0100
Source: wireshark
Binary: wireshark ethereal-dev wireshark-common tshark wireshark-dev ethereal 
ethereal-common tethereal
Architecture: source i386
Version: 0.99.4-2
Distribution: unstable
Urgency: low
Maintainer: Frederic Peters [EMAIL PROTECTED]
Changed-By: Frederic Peters [EMAIL PROTECTED]
Description: 
 ethereal   - dummy upgrade package for ethereal - wireshark
 ethereal-common - dummy upgrade package for ethereal - wireshark
 ethereal-dev - dummy upgrade package for ethereal - wireshark
 tethereal  - dummy upgrade package for ethereal - wireshark
 tshark - network traffic analyzer (console)
 wireshark  - network traffic analyzer
 wireshark-common - network traffic analyser (common files)
 wireshark-dev - network traffic analyser (development tools)
Closes: 397292
Changes: 
 wireshark (0.99.4-2) unstable; urgency=low
 .
   * debian/wireshark-dev.files: added more headers, so that dissectors for
 DCE/RPC interfaces can be build externally. (closes: #397292)
Files: 
 ba056d4f8ff5b81f37ee115b59841a44 1034 net optional wireshark_0.99.4-2.dsc
 3f187ff0c7ca8ed3efa75256b221e430 14623 net optional wireshark_0.99.4-2.diff.gz
 4c9dc4658c575ad41869650d4b07dbd5 7497156 net optional 
wireshark-common_0.99.4-2_i386.deb
 2ceb9c948842e75bc67be05671c09312 555382 net optional 
wireshark_0.99.4-2_i386.deb
 45ee9c372a94a02e5d10d216ec231b58 101666 net optional tshark_0.99.4-2_i386.deb
 b9020b3f3eb7fdd80268e430b636e6dc 180094 devel optional 
wireshark-dev_0.99.4-2_i386.deb
 c7c001ef10ac17d6fdd5ce0bf8bb527b 22336 net optional 
ethereal-common_0.99.4-2_i386.deb
 48e4e32578bead9e030f136352780e8f 21990 devel optional 
ethereal-dev_0.99.4-2_i386.deb
 0f33cd6c84dd901c9c4f41a8475db723 21978 net optional ethereal_0.99.4-2_i386.deb
 38ecfe195081e95d86fb93bc43877356 21980 net optional tethereal_0.99.4-2_i386.deb

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

iD8DBQFFTyfUoR3LsWeD7V4RAuPMAJsH60awJFFKmqB9aLTc7jWLaCUTqACfcU81
19O2U7dnxY+UAoLtPW0Qxqc=
=ogF5
-END PGP SIGNATURE-


Accepted:
ethereal-common_0.99.4-2_i386.deb
  to pool/main/w/wireshark/ethereal-common_0.99.4-2_i386.deb
ethereal-dev_0.99.4-2_i386.deb
  to pool/main/w/wireshark/ethereal-dev_0.99.4-2_i386.deb
ethereal_0.99.4-2_i386.deb
  to pool/main/w/wireshark/ethereal_0.99.4-2_i386.deb
tethereal_0.99.4-2_i386.deb
  to pool/main/w/wireshark/tethereal_0.99.4-2_i386.deb
tshark_0.99.4-2_i386.deb
  to pool/main/w/wireshark/tshark_0.99.4-2_i386.deb
wireshark-common_0.99.4-2_i386.deb
  to pool/main/w/wireshark/wireshark-common_0.99.4-2_i386.deb
wireshark-dev_0.99.4-2_i386.deb
  to pool/main/w/wireshark/wireshark-dev_0.99.4-2_i386.deb
wireshark_0.99.4-2.diff.gz
  to pool/main/w/wireshark/wireshark_0.99.4-2.diff.gz
wireshark_0.99.4-2.dsc
  to pool/main/w/wireshark/wireshark_0.99.4-2.dsc
wireshark_0.99.4-2_i386.deb
  to pool/main/w/wireshark/wireshark_0.99.4-2_i386.deb


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



Accepted ygraph 0.15-3 (source i386)

2006-11-06 Thread Daniel Kobras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 14:07:18 +0100
Source: ygraph
Binary: ygraph
Architecture: source i386
Version: 0.15-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Kobras [EMAIL PROTECTED]
Changed-By: Daniel Kobras [EMAIL PROTECTED]
Description: 
 ygraph - Visualize one-dimensional scientific data
Closes: 396673
Changes: 
 ygraph (0.15-3) unstable; urgency=low
 .
   * debian/control: Complies with version 3.7.2 of Debian policy.
   * debian/copyright: Update FSF address.
   * debian/rules, debian/ygraph.desktop: Provide users with a desktop menu
 entry for ygraph. Thanks to Phil Bull and Ming Hua. Closes: #396673
Files: 
 dc499d58adb16181213e47bafbfbe278 801 science optional ygraph_0.15-3.dsc
 73e3d204b8e11924cec70dcc46eca8b2 7257 science optional ygraph_0.15-3.diff.gz
 9357ce8236716b214e7b67261bccc364 75662 science optional ygraph_0.15-3_i386.deb

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

iD8DBQFFTzd3pOKIA4m/fisRAioOAJ9ljHcT2Cd8jvaFAsnPP3UfrDsxlwCfXM3n
Xt+B3wHR7Er8eZEtTB3/5kI=
=Ru5N
-END PGP SIGNATURE-


Accepted:
ygraph_0.15-3.diff.gz
  to pool/main/y/ygraph/ygraph_0.15-3.diff.gz
ygraph_0.15-3.dsc
  to pool/main/y/ygraph/ygraph_0.15-3.dsc
ygraph_0.15-3_i386.deb
  to pool/main/y/ygraph/ygraph_0.15-3_i386.deb


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



Accepted kolabadmin 0.0.20061103-1 (source i386)

2006-11-06 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 14:32:29 +0100
Source: kolabadmin
Binary: kolabadmin
Architecture: source i386
Version: 0.0.20061103-1
Distribution: unstable
Urgency: low
Maintainer: Debian Kolab Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 kolabadmin - Kolab administration tool
Changes: 
 kolabadmin (0.0.20061103-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 3ceb3ac934e3ca471146b2a6de5b588d 859 admin extra kolabadmin_0.0.20061103-1.dsc
 a75a5312d1b4e5f6e3cc72dcb926ab96 92415 admin extra 
kolabadmin_0.0.20061103.orig.tar.gz
 c68fa91fd8b776aed3e73a2e7de9e009 1868 admin extra 
kolabadmin_0.0.20061103-1.diff.gz
 b09c6fca242705051eb166f1c201e20f 224338 admin extra 
kolabadmin_0.0.20061103-1_i386.deb

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

iD8DBQFFTz0ITTx8oVVPtMYRArieAJ4yCXQ885sMZN7rolKEZy8uMhktSwCeMr+F
jCocaMt9XjyyEZxY7y+D1XA=
=yr19
-END PGP SIGNATURE-


Accepted:
kolabadmin_0.0.20061103-1.diff.gz
  to pool/main/k/kolabadmin/kolabadmin_0.0.20061103-1.diff.gz
kolabadmin_0.0.20061103-1.dsc
  to pool/main/k/kolabadmin/kolabadmin_0.0.20061103-1.dsc
kolabadmin_0.0.20061103-1_i386.deb
  to pool/main/k/kolabadmin/kolabadmin_0.0.20061103-1_i386.deb
kolabadmin_0.0.20061103.orig.tar.gz
  to pool/main/k/kolabadmin/kolabadmin_0.0.20061103.orig.tar.gz


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



Accepted okumura-clsfiles 2006.11.06-1 (source all)

2006-11-06 Thread OHURA Makoto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 22:42:04 +0900
Source: okumura-clsfiles
Binary: okumura-clsfiles
Architecture: source all
Version: 2006.11.06-1
Distribution: unstable
Urgency: low
Maintainer: OHURA Makoto [EMAIL PROTECTED]
Changed-By: OHURA Makoto [EMAIL PROTECTED]
Description: 
 okumura-clsfiles - Modified jclasses.dtx of ASCII pLaTeX and so on
Changes: 
 okumura-clsfiles (2006.11.06-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 3df1de46d325c613cd5075bcf0a771cf 656 tex optional 
okumura-clsfiles_2006.11.06-1.dsc
 465d420fc053c7325fbd7fedfe1a1e06 52831 tex optional 
okumura-clsfiles_2006.11.06.orig.tar.gz
 d7bd1cc344f2c44cde037960ea998d99 5760 tex optional 
okumura-clsfiles_2006.11.06-1.diff.gz
 6029fd7a6c8d9e172a81c41ace2262dd 100732 tex optional 
okumura-clsfiles_2006.11.06-1_all.deb

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

iD8DBQFFT0I+7qLvonfc4IMRAhu9AJ9vKRnDOfjXtOjmGD09MPFT1BcldQCg0MtS
OnwpGkQ0g4TL60LNxXqAXGE=
=S7aW
-END PGP SIGNATURE-


Accepted:
okumura-clsfiles_2006.11.06-1.diff.gz
  to pool/main/o/okumura-clsfiles/okumura-clsfiles_2006.11.06-1.diff.gz
okumura-clsfiles_2006.11.06-1.dsc
  to pool/main/o/okumura-clsfiles/okumura-clsfiles_2006.11.06-1.dsc
okumura-clsfiles_2006.11.06-1_all.deb
  to pool/main/o/okumura-clsfiles/okumura-clsfiles_2006.11.06-1_all.deb
okumura-clsfiles_2006.11.06.orig.tar.gz
  to pool/main/o/okumura-clsfiles/okumura-clsfiles_2006.11.06.orig.tar.gz


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



Accepted rhino 1.6R2-3 (source all)

2006-11-06 Thread Arnaud Vandyck
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 12:54:28 +0100
Source: rhino
Binary: rhino-doc rhino
Architecture: source all
Version: 1.6R2-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers 
pkg-java-maintainers@lists.alioth.debian.org
Changed-By: Arnaud Vandyck [EMAIL PROTECTED]
Description: 
 rhino  - JavaScript engine written in Java
 rhino-doc  - Documentation for rhino Java Script Engine
Closes: 395525
Changes: 
 rhino (1.6R2-3) unstable; urgency=low
 .
   * debian/patches/02-dont_build-toolsrc.patch: added. Don't build toolsrc
 and xmlimplsrc because they use Sun classes to build. If you want to
 build them, just remove the file (closes: #395525).
Files: 
 29590d520736591552464649f23d7f76 731 interpreters optional rhino_1.6R2-3.dsc
 048d616f53917bad201b0d6b9182d395 15818 interpreters optional 
rhino_1.6R2-3.diff.gz
 88abc5b3af0a90ed525aeed9a8bd3036 484602 interpreters optional 
rhino_1.6R2-3_all.deb
 4ea087156f427276af897e9fadf74282 409460 interpreters optional 
rhino-doc_1.6R2-3_all.deb

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

iD8DBQFFTyVN4vzFZu62tMIRAmHSAKCPYdTzByl/2+E0VCOyp0luSeZNtgCdG984
SyQow4tXAhUPKRhqJzmWrWk=
=jfze
-END PGP SIGNATURE-


Accepted:
rhino-doc_1.6R2-3_all.deb
  to pool/main/r/rhino/rhino-doc_1.6R2-3_all.deb
rhino_1.6R2-3.diff.gz
  to pool/main/r/rhino/rhino_1.6R2-3.diff.gz
rhino_1.6R2-3.dsc
  to pool/main/r/rhino/rhino_1.6R2-3.dsc
rhino_1.6R2-3_all.deb
  to pool/main/r/rhino/rhino_1.6R2-3_all.deb


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



Accepted uim 1:1.2.1-6 (source all amd64)

2006-11-06 Thread Masahito Omote
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 23:11:33 +0900
Source: uim
Binary: uim-utils uim-qt uim-anthy libuim-data uim-m17nlib libuim-dev uim-fep 
libuim3-dbg uim-canna uim-gtk2.0 uim-el uim uim-xim uim-applet-gnome uim-prime 
libuim3 uim-common uim-skk
Architecture: source amd64 all
Version: 1:1.2.1-6
Distribution: unstable
Urgency: low
Maintainer: Masahito Omote [EMAIL PROTECTED]
Changed-By: Masahito Omote [EMAIL PROTECTED]
Description: 
 libuim-data - Data files for uim
 libuim-dev - Development files for uim
 libuim3- Simple and flexible input method collection and library
 libuim3-dbg - uim libraries and debugging symbols
 uim- Simple and flexible input method collection and library
 uim-anthy  - Anthy plugin for uim
 uim-applet-gnome - GNOME applet for uim
 uim-canna  - Canna plugin for uim
 uim-common - Common files for uim
 uim-el - Emacs frontend for uim
 uim-fep- uim Front End Processor
 uim-gtk2.0 - GTK+2.x immodule for uim
 uim-m17nlib - m17nlib plugin for uim
 uim-prime  - PRIME plugin for uim
 uim-qt - Qt 4.x immodule for uim
 uim-skk- SKK plugin for uim
 uim-utils  - Utilities for uim
 uim-xim- A bridge between uim and XIM
Closes: 394980
Changes: 
 uim (1:1.2.1-6) unstable; urgency=low
 .
   * debian/rules: Fix FTBFS on running uim-module-manager.(closes: Bug#394980)
Files: 
 9c59961c530f4f340200d1adc502c4dd 1241 libs optional uim_1.2.1-6.dsc
 b05b728c33dd77f7f7b281b114895cd6 32609 libs optional uim_1.2.1-6.diff.gz
 f446c6b0eeed0aed033056e1ecf344bd 813076 utils optional 
uim-common_1.2.1-6_all.deb
 f9dad346645e7c6efebaad8fa304c42e 1084 utils optional uim_1.2.1-6_all.deb
 3135c637470fd969be6bdbae612fcf57 73824 libs optional libuim3_1.2.1-6_amd64.deb
 433e1f4373a6ccf195ae1985b1a0a20b 29812 libs optional 
libuim-data_1.2.1-6_amd64.deb
 8ce2f007f81402c2fc33bf29ee126538 93944 libdevel optional 
libuim-dev_1.2.1-6_amd64.deb
 a543337cedc3cbf6ed0100fa2744329f 1773666 libdevel optional 
libuim3-dbg_1.2.1-6_amd64.deb
 ce0af2a546b68c371a1012b6b806664f 235532 x11 optional 
uim-gtk2.0_1.2.1-6_amd64.deb
 7e1e4c69039c5be3afea97f279c31961 287384 x11 optional uim-qt_1.2.1-6_amd64.deb
 39306e0251854ef92ed6fe9d48003934 243590 x11 optional uim-xim_1.2.1-6_amd64.deb
 6f6a862656655e95eae8c277199d8588 13448 gnome optional 
uim-applet-gnome_1.2.1-6_amd64.deb
 6c088f966d4aec4665e7487925440619 214916 utils optional 
uim-fep_1.2.1-6_amd64.deb
 da53aa79033d6f9c76606f6a9b18630a 11594 utils optional 
uim-utils_1.2.1-6_amd64.deb
 5cc78023823e357764234a04ea37efbf 22046 utils optional 
uim-anthy_1.2.1-6_amd64.deb
 8fb9c2686bd80e64316b12b951a1ec36 20496 utils optional 
uim-canna_1.2.1-6_amd64.deb
 d19550e0a8a2af69706941de27f7a43d 60770 utils optional uim-skk_1.2.1-6_amd64.deb
 248b9decc232c3d01aff5a38c719d44e 24794 utils optional 
uim-prime_1.2.1-6_amd64.deb
 f6156cb80b117de06ccc200b4c5ebcfd 16546 utils optional 
uim-m17nlib_1.2.1-6_amd64.deb
 ad9e3d163b65b1e4e9a0098a64d3e3a9 223158 utils optional uim-el_1.2.1-6_amd64.deb

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

iD8DBQFFT0gj4QYOB7JaXPERAs9oAJ9xXapDQUB9OpI1Y0415fG+VTI7NACgoiaQ
VxNoTZyM8f8ZFswEq3XfIy4=
=d9wq
-END PGP SIGNATURE-


Accepted:
libuim-data_1.2.1-6_amd64.deb
  to pool/main/u/uim/libuim-data_1.2.1-6_amd64.deb
libuim-dev_1.2.1-6_amd64.deb
  to pool/main/u/uim/libuim-dev_1.2.1-6_amd64.deb
libuim3-dbg_1.2.1-6_amd64.deb
  to pool/main/u/uim/libuim3-dbg_1.2.1-6_amd64.deb
libuim3_1.2.1-6_amd64.deb
  to pool/main/u/uim/libuim3_1.2.1-6_amd64.deb
uim-anthy_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-anthy_1.2.1-6_amd64.deb
uim-applet-gnome_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-applet-gnome_1.2.1-6_amd64.deb
uim-canna_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-canna_1.2.1-6_amd64.deb
uim-common_1.2.1-6_all.deb
  to pool/main/u/uim/uim-common_1.2.1-6_all.deb
uim-el_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-el_1.2.1-6_amd64.deb
uim-fep_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-fep_1.2.1-6_amd64.deb
uim-gtk2.0_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-gtk2.0_1.2.1-6_amd64.deb
uim-m17nlib_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-m17nlib_1.2.1-6_amd64.deb
uim-prime_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-prime_1.2.1-6_amd64.deb
uim-qt_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-qt_1.2.1-6_amd64.deb
uim-skk_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-skk_1.2.1-6_amd64.deb
uim-utils_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-utils_1.2.1-6_amd64.deb
uim-xim_1.2.1-6_amd64.deb
  to pool/main/u/uim/uim-xim_1.2.1-6_amd64.deb
uim_1.2.1-6.diff.gz
  to pool/main/u/uim/uim_1.2.1-6.diff.gz
uim_1.2.1-6.dsc
  to pool/main/u/uim/uim_1.2.1-6.dsc
uim_1.2.1-6_all.deb
  to pool/main/u/uim/uim_1.2.1-6_all.deb


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



Accepted mediawiki1.7 1.7.1-4 (source all amd64)

2006-11-06 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  1 Nov 2006 15:23:38 +0100
Source: mediawiki1.7
Binary: mediawiki1.7 mediawiki1.7-math
Architecture: source all amd64
Version: 1.7.1-4
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 mediawiki1.7 - website engine for collaborative work
 mediawiki1.7-math - math rendering plugin for MediaWiki
Closes: 393962 394757 395516 396396
Changes: 
 mediawiki1.7 (1.7.1-4) unstable; urgency=low
 .
   * Updated README.Debian to reflects the new configuration files
   scheme (Closes: #393962)
   * Corrected suggests in control (Closes: #395516)
   * Removed buggy mediawiki meta package (Closes: #396396)
   * Removed debconf question for deprecated mediawiki 1.4 upgrade
   in order to make it work with the next mediawiki meta package.
   * Added last french debconf, thanks to laurent gabriel (Closes: #394757)
Files: 
 c0f5bcff216d4b9acbd728d32684dd5e 892 web optional mediawiki1.7_1.7.1-4.dsc
 f980ab5571c64f1b92e623f37bb43aca 18029 web optional 
mediawiki1.7_1.7.1-4.diff.gz
 0cc40b493d7a90f7f8b17a97a963f7ff 3261404 web optional 
mediawiki1.7_1.7.1-4_all.deb
 addfca4db318e9890fb12adfc91758ca 136346 web optional 
mediawiki1.7-math_1.7.1-4_amd64.deb

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

iD8DBQFFT0cpxa93SlhRC1oRAud/AKDqfg/36Nu3s/a289zSskDmi9Y2nACcCVuF
4B0jzutqrmLr/mvUCeOzKo4=
=yBuu
-END PGP SIGNATURE-


Accepted:
mediawiki1.7-math_1.7.1-4_amd64.deb
  to pool/main/m/mediawiki1.7/mediawiki1.7-math_1.7.1-4_amd64.deb
mediawiki1.7_1.7.1-4.diff.gz
  to pool/main/m/mediawiki1.7/mediawiki1.7_1.7.1-4.diff.gz
mediawiki1.7_1.7.1-4.dsc
  to pool/main/m/mediawiki1.7/mediawiki1.7_1.7.1-4.dsc
mediawiki1.7_1.7.1-4_all.deb
  to pool/main/m/mediawiki1.7/mediawiki1.7_1.7.1-4_all.deb


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



Accepted fai 3.1.1 (source all)

2006-11-06 Thread Thomas Lange
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 15:57:01 +0100
Source: fai
Binary: fai-client fai-server fai-doc fai-quickstart fai-nfsroot
Architecture: source all
Version: 3.1.1
Distribution: unstable
Urgency: low
Maintainer: Thomas Lange [EMAIL PROTECTED]
Changed-By: Thomas Lange [EMAIL PROTECTED]
Description: 
 fai-client - Fully Automatic Installation client package
 fai-doc- Documentation for FAI
 fai-nfsroot - Fully Automatic Installation nfsroot package
 fai-quickstart - Fully Automatic Installation quickstart package
 fai-server - Fully Automatic Installation server package
Closes: 362252 389905 390346 390373 390520 394884
Changes: 
 fai (3.1.1) unstable; urgency=low
 .
   * control: remove mkinitrd-cd from Recemmends: and Suggests:
   * make-fai-nfsroot: add missing option h to getopt, fix typo, test if
 $cfdir is already set (closes: #394884), no code change, reorder code
 so a normal user gets help whem using -h,--help
   * faireboot: fix file name to variables.log
   * fai-chboot: fix several bugs for listing options, option -p expects an
 argument, fix for -c behaviour (closes: #389905)
   * fai-chboot.8: minor document fixes
   * fai-mirror.1: fix example (closes: #390520)
   * fcopy: remove temporary file after use
   * fai: start udev before creating /dev/shm/network, remove set +a for
 dirinstall, so $fai_rundate will be exported (closes: #390373)
   * subroutines: umount config dir at the end of softupdate action,
 cd back to old directory, convert FAI_ROOT to absolute path is doing
 dirinstall (closes: #390346), die() only calls bash when
 FAI_ACTION=install, add -i to bash call (closes: #362252)
   * subroutines-linux: check exit status of get-config-dir
   * get-config-dir: replace die call with echo and exit statement, add
 error message
   * get-config-dir-cvs: fixed regular expression as 'expr' automatically
 anchors to the beginning
   * LAST/50-misc: /sbin/unconfigured.sh is not used any more
   * ainsl.8: explain ^ and $ treatment in more detail
   * FAIBASE/10-misc: add anchors to ainsl pattern
   * class/20hwdetect.source: change discover call
   * aisnl,fcopy,fai-chboot: print help and exit if unknow option was given
   * lib/task_sysinfo: remove call of kudzu since it's not available any
 more in etch
Files: 
 12a86f903c9d0df26a24e2f039c9b1f3 595 admin extra fai_3.1.1.dsc
 6e7007d89135ad42113f4bd726e643c1 193242 admin extra fai_3.1.1.tar.gz
 ff69e3717429c0cd74eaba896c707bf0 98246 admin extra fai-client_3.1.1_all.deb
 78ec0c90dbfbc68208e7124cc2267922 561378 doc extra fai-doc_3.1.1_all.deb
 ac13f13fb06d59f09e3dcab7994a5e82 35832 admin extra fai-server_3.1.1_all.deb
 47e746e720dd14fc0d0b72c04472289b 1882 admin extra fai-quickstart_3.1.1_all.deb
 83432f8aa9e4bdcd6eed790dc8c89366 44698 admin extra fai-nfsroot_3.1.1_all.deb

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

iD8DBQFFT05N3BPlTqubZv0RAmJjAJwI/64Am+DFMbWndQNNScgkygoNEwCffxBZ
1qpBhO6rokktV+0n/3vI2Z4=
=Pd60
-END PGP SIGNATURE-


Accepted:
fai-client_3.1.1_all.deb
  to pool/main/f/fai/fai-client_3.1.1_all.deb
fai-doc_3.1.1_all.deb
  to pool/main/f/fai/fai-doc_3.1.1_all.deb
fai-nfsroot_3.1.1_all.deb
  to pool/main/f/fai/fai-nfsroot_3.1.1_all.deb
fai-quickstart_3.1.1_all.deb
  to pool/main/f/fai/fai-quickstart_3.1.1_all.deb
fai-server_3.1.1_all.deb
  to pool/main/f/fai/fai-server_3.1.1_all.deb
fai_3.1.1.dsc
  to pool/main/f/fai/fai_3.1.1.dsc
fai_3.1.1.tar.gz
  to pool/main/f/fai/fai_3.1.1.tar.gz


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



Accepted mediawiki 1:1.7 (source all)

2006-11-06 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 15:36:44 +0100
Source: mediawiki
Binary: mediawiki
Architecture: source all
Version: 1:1.7
Distribution: unstable
Urgency: low
Maintainer: Mediawiki Maintenance Team [EMAIL PROTECTED]
Changed-By: Romain Beauxis [EMAIL PROTECTED]
Description: 
 mediawiki  - website engine for collaborative work
Changes: 
 mediawiki (1:1.7) unstable; urgency=low
 .
   * Initial Release
Files: 
 0b0bdee2bb842a458149a2516c19f3cd 683 web optional mediawiki_1.7.dsc
 ae1e2edec60b2b5221959910e68e070f 1430 web optional mediawiki_1.7.tar.gz
 c254bf57ed45393228d1ef4a38c96c24 1734 web optional mediawiki_1.7_all.deb

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

iD8DBQFFT1NJxa93SlhRC1oRAsvaAKDXK3OhjyodAOlbMZK4xZV9UC3NFgCg54UP
U0cwuDTb6mzdHDInlHO9lrM=
=R8h4
-END PGP SIGNATURE-


Accepted:
mediawiki_1.7.dsc
  to pool/main/m/mediawiki/mediawiki_1.7.dsc
mediawiki_1.7.tar.gz
  to pool/main/m/mediawiki/mediawiki_1.7.tar.gz
mediawiki_1.7_all.deb
  to pool/main/m/mediawiki/mediawiki_1.7_all.deb


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



Accepted knoda 0.8.1-2 (source i386)

2006-11-06 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 30 Oct 2006 12:50:18 +0100
Source: knoda
Binary: knoda libhk-kdeclasses7-dev libhk-kdeclasses7
Architecture: source i386
Version: 0.8.1-2
Distribution: unstable
Urgency: medium
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 knoda  - graphical database frontend for KDE
 libhk-kdeclasses7 - visual widget library for database access
 libhk-kdeclasses7-dev - development files for libhk-kdeclasses
Closes: 392204
Changes: 
 knoda (0.8.1-2) unstable; urgency=medium
 .
   * New maintainer (closes: #392204)
   * Updated standards version
   * Fixed watch file to exclude test versions
   * Switched to CDBS
   * Updated to Debhelper level 5
   * Proper installation of documentation and magic file
Files: 
 79e52c0aac84e4e0b2e0949bf6aeeb4d 720 kde optional knoda_0.8.1-2.dsc
 7af7bd2cc371cfdd58e9b3af10350e45 8103 kde optional knoda_0.8.1-2.diff.gz
 95ddb24842d9df3181f6e0b4c425ab32 3824882 kde optional knoda_0.8.1-2_i386.deb
 0e8f778faf5696b572c2a7440aac1157 1471138 libs optional 
libhk-kdeclasses7_0.8.1-2_i386.deb
 f71f49919a6b6d69e9219d88d0e22f12 2340272 libdevel optional 
libhk-kdeclasses7-dev_0.8.1-2_i386.deb

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

iD8DBQFFT1cUTTx8oVVPtMYRAh1IAJwN8clBAfXVtDmxylKnDdGCJuvB8QCfTwAa
+nJ5Mp7xUJGLbzXh51Kx1dA=
=7yd1
-END PGP SIGNATURE-


Accepted:
knoda_0.8.1-2.diff.gz
  to pool/main/k/knoda/knoda_0.8.1-2.diff.gz
knoda_0.8.1-2.dsc
  to pool/main/k/knoda/knoda_0.8.1-2.dsc
knoda_0.8.1-2_i386.deb
  to pool/main/k/knoda/knoda_0.8.1-2_i386.deb
libhk-kdeclasses7-dev_0.8.1-2_i386.deb
  to pool/main/k/knoda/libhk-kdeclasses7-dev_0.8.1-2_i386.deb
libhk-kdeclasses7_0.8.1-2_i386.deb
  to pool/main/k/knoda/libhk-kdeclasses7_0.8.1-2_i386.deb


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



Accepted mason 1.0.0-4.1 (source all)

2006-11-06 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 16:54:04 +0100
Source: mason
Binary: mason
Architecture: source all
Version: 1.0.0-4.1
Distribution: unstable
Urgency: low
Maintainer: Thomas Scheffczyk [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 mason  - Interactively creates a Linux packet filtering firewall
Closes: 332022 334799 349955
Changes: 
 mason (1.0.0-4.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix l10n and debconf issues.
 .
   [ Victor Seva ]
   * cdebconf transition. (Closes: #332022)
   * Moved debhelper and po-debconf to Build-Depends. (Policy Violation 7.6)
   * Renamed da_DK.po to da.po (Closes: #349955)
   * Added Swedish translation. Thanks to Daniel Nylander [EMAIL PROTECTED]
(Closes: #334799)
 .
   [ Ana Beatriz Guerrero Lopez ]
   * Added the compat file, bumped compat to 5 and remove the conffile since it 
is
 not necessary anymore.
   * Bumped Standards-Version to 3.7.2, no changes required.
   * Removed full stop . character from the Description field.
Files: 
 98827311eef3a6c0576d1a8a9912dca3 625 net extra mason_1.0.0-4.1.dsc
 fd6047cc180db73537c5c34eeba899e6 9539 net extra mason_1.0.0-4.1.diff.gz
 e150512b8faf47afa58d65f6a7ea3a6b 463248 net extra mason_1.0.0-4.1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFFT2DDn3j4POjENGERAgO/AJ48f7quLNBLN77PWn3NBGq1iNdueQCfV765
v6FMUnvkYe0sg7NHwE/eulU=
=r0HL
-END PGP SIGNATURE-


Accepted:
mason_1.0.0-4.1.diff.gz
  to pool/main/m/mason/mason_1.0.0-4.1.diff.gz
mason_1.0.0-4.1.dsc
  to pool/main/m/mason/mason_1.0.0-4.1.dsc
mason_1.0.0-4.1_all.deb
  to pool/main/m/mason/mason_1.0.0-4.1_all.deb


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



Accepted zeroc-ice 3.1.1-2 (source i386 all)

2006-11-06 Thread Francisco Moya
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 16:44:00 +0100
Source: zeroc-ice
Binary: icecpp icepatch2 icebox slice2py icegrid icestorm slice2java slice2vb 
libzeroc-ice-dev libicexml31 zeroc-ice-services ice-slice slice2freezej 
libicegrid31 freeze ice-translators libzeroc-ice31 libicebox31 libslice31 
zeroc-ice glacier2 libfreeze31 libicessl31 libicepatch2-31 slice2docbook 
slice2cs libicestorm31 libglacier2-31 libiceutil31 slice2cpp slice2freeze
Architecture: source i386 all
Version: 3.1.1-2
Distribution: unstable
Urgency: low
Maintainer: Francisco Moya [EMAIL PROTECTED]
Changed-By: Francisco Moya [EMAIL PROTECTED]
Description: 
 freeze - Freeze service utilities
 glacier2   - Glacier2 service utilities
 ice-slice  - Slice definitions for Ice services
 ice-translators - Slice translators to several languages
 icebox - IceBox service utilities
 icecpp - Slice preprocessor
 icegrid- IceGrid service utilities
 icepatch2  - ZeroC IcePatch2 service utilities
 icestorm   - IceStorm service administration
 libfreeze31 - Freeze service libraries
 libglacier2-31 - Glacier2 service libraries
 libicebox31 - IceBox service libraries
 libicegrid31 - IceGrid service libraries
 libicepatch2-31 - IcePatch2 service libraries
 libicessl31 - Ice for C++ SSL plug-in
 libicestorm31 - IceStorm service libraries
 libiceutil31 - Ice for C++ misc utility library
 libicexml31 - ZeroC Ice for C++ XML parser library
 libslice31 - Ice for C++ Slice parser library
 libzeroc-ice-dev - Ice for C++ development libraries
 libzeroc-ice31 - Ice for C++ runtime library
 slice2cpp  - Slice to C++ translator
 slice2cs   - Slice to C# translator
 slice2docbook - Slice to Docbook translator
 slice2freeze - Slice to Freeze translator
 slice2freezej - Slice to Freeze for Java translator
 slice2java - Slice to Java translator
 slice2py   - Slice to Python translator
 slice2vb   - Slice to VisualBasic translator
 zeroc-ice  - Internet Communications Engine
 zeroc-ice-services - Services bundled into Ice
Changes: 
 zeroc-ice (3.1.1-2) unstable; urgency=low
 .
   * Applied patches #1 and #2 from ZeroC forums.
Files: 
 ce1fc37c1c5847e4fcf07b7b0a095062 1132 devel optional zeroc-ice_3.1.1-2.dsc
 7b4255a03a8fd701636777af9655e6ce 23439 devel optional zeroc-ice_3.1.1-2.diff.gz
 d31f4bfb93f261c163912687f134223a 33852 devel optional zeroc-ice_3.1.1-2_all.deb
 f87a693416793f12bca41eff7a90a61b 33886 devel optional 
ice-translators_3.1.1-2_all.deb
 6b2c36065dd15a7b9af081c514144e95 33848 devel optional 
zeroc-ice-services_3.1.1-2_all.deb
 14f831db47ebc30da3aea867484abfe9 72018 devel optional ice-slice_3.1.1-2_all.deb
 428dfdcf231a5088de67a701d6eb7d27 265594 libs optional 
libicestorm31_3.1.1-2_i386.deb
 670e1ea07d90c6db1985f42fe224a9de 83806 devel optional icestorm_3.1.1-2_i386.deb
 58bf26223a1acb35156aa594c52ce642 440642 libs optional 
libicegrid31_3.1.1-2_i386.deb
 a1502fdfd31795d1a6047c448bef2e60 1815224 devel optional 
icegrid_3.1.1-2_i386.deb
 41d7261a083448890c96dbd583dfaa0d 58598 libs optional 
libicebox31_3.1.1-2_i386.deb
 ed773e4c622ad295e4f1c0c00ec11b71 80998 devel optional icebox_3.1.1-2_i386.deb
 803af5975a2f0117074faef09f4d346a 148238 libs optional 
libicepatch2-31_3.1.1-2_i386.deb
 ae8722112ca187b55fd0f4e64a8b2e29 95520 devel optional 
icepatch2_3.1.1-2_i386.deb
 30603360d28b39dca743146f280b0d8a 142428 libs optional 
libglacier2-31_3.1.1-2_i386.deb
 75109a2565f31545a4d0317b2391968d 181992 devel optional 
glacier2_3.1.1-2_i386.deb
 6fd205f62b61216daa2dbbd7cef04065 224042 libs optional 
libfreeze31_3.1.1-2_i386.deb
 ae38dd1632c229d8952b37e938768283 595694 devel optional freeze_3.1.1-2_i386.deb
 7e1766ceb22505af501f93ac95f114c7 81196 devel optional icecpp_3.1.1-2_i386.deb
 1701f5b09c81dbce0e9e361585781827 219602 devel optional 
slice2cpp_3.1.1-2_i386.deb
 79145d105373f4f72846100ed0fcd40f 58198 devel optional slice2py_3.1.1-2_i386.deb
 5f6999dec246bdddb8cc35062ea9f89e 192310 devel optional 
slice2cs_3.1.1-2_i386.deb
 757d5d36c20155e961ee651963eba21b 201370 devel optional 
slice2java_3.1.1-2_i386.deb
 cbaca398cc7b37a7a38ffa848da2f923 206268 devel optional 
slice2vb_3.1.1-2_i386.deb
 63f1e915d2b391565a080548e9fbe619 107082 devel optional 
slice2freeze_3.1.1-2_i386.deb
 b5522d242fc9bdb71d09efca13909400 90432 devel optional 
slice2freezej_3.1.1-2_i386.deb
 1a5789a1002d209a4c5adf8362657626 113934 devel optional 
slice2docbook_3.1.1-2_i386.deb
 4234f1baab8802ab0a494201a3efecf7 736102 libs optional 
libzeroc-ice31_3.1.1-2_i386.deb
 726fa242bec945213401dcf1a8b07a0c 138484 libs optional 
libicessl31_3.1.1-2_i386.deb
 5393c9eca6d128d772a9a54fbd02bdb3 104516 libs optional 
libiceutil31_3.1.1-2_i386.deb
 f20928fb10f25b04d29ab042559ba016 53360 libs optional 
libicexml31_3.1.1-2_i386.deb
 8e4e6382b4a15b6eb286eb1e4b018b69 481392 libs optional 
libslice31_3.1.1-2_i386.deb
 ae728f2d0ec3cdcc3f20b6b0c55061d3 136232 libdevel optional 
libzeroc-ice-dev_3.1.1-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG 

Accepted minicom 2.2-4 (source i386)

2006-11-06 Thread Martin A. Godisch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 06 Nov 2006 18:01:05 +0100
Source: minicom
Binary: minicom
Architecture: source i386
Version: 2.2-4
Distribution: unstable
Urgency: low
Maintainer: Martin A. Godisch [EMAIL PROTECTED]
Changed-By: Martin A. Godisch [EMAIL PROTECTED]
Description: 
 minicom- friendly menu driven serial communication program
Changes: 
 minicom (2.2-4) unstable; urgency=low
 .
   * Added 04screenkeybmenu.diff,
 thanks to upstream maintainer Adam Lackorzynski.
Files: 
 676502f6bf1519996e56c59a06f18d21 624 comm optional minicom_2.2-4.dsc
 66e0363485257345a4da709d38ba794f 12009 comm optional minicom_2.2-4.diff.gz
 821e645d3530e482a6babe57ed05a69d 289958 comm optional minicom_2.2-4_i386.deb

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

iD8DBQFFT2q7hOZKoAn8AVwRAhNJAJ9Zv/vFgzKylvkfY886WFEwkGtgUACg1HCw
KJYFXku/seQdFY0M6eyU4iE=
=K7lc
-END PGP SIGNATURE-


Accepted:
minicom_2.2-4.diff.gz
  to pool/main/m/minicom/minicom_2.2-4.diff.gz
minicom_2.2-4.dsc
  to pool/main/m/minicom/minicom_2.2-4.dsc
minicom_2.2-4_i386.deb
  to pool/main/m/minicom/minicom_2.2-4_i386.deb


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



Accepted gst-plugins-ugly0.10 0.10.4-2sid2 (source all i386)

2006-11-06 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:17:14 +0100
Source: gst-plugins-ugly0.10
Binary: gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-doc
Architecture: source all i386
Version: 0.10.4-2sid2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gstreamer0.10-plugins-ugly - GStreamer plugins from the ugly set
 gstreamer0.10-plugins-ugly-doc - GStreamer documentation for plugins from the 
ugly set
Changes: 
 gst-plugins-ugly0.10 (0.10.4-2sid2) unstable; urgency=low
 .
   * debian/patches/02_mpeg2dec-ppc.patch:
 + Updated. Fix warnings when there are GstBaseTransform elements
   downstream. Also take a timestamp fix from upstream CVS.
Files: 
 078f84b2587f8db73882fd0eefc69967 1177 libs optional 
gst-plugins-ugly0.10_0.10.4-2sid2.dsc
 511138e72240be041b62af5eab98390e 23524 libs optional 
gst-plugins-ugly0.10_0.10.4-2sid2.diff.gz
 4cd68dd2a327acb21e3150c26cad7825 31022 doc optional 
gstreamer0.10-plugins-ugly-doc_0.10.4-2sid2_all.deb
 e7c61d6b5e1b2025d4d9ec70267579d4 206814 libs optional 
gstreamer0.10-plugins-ugly_0.10.4-2sid2_i386.deb

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

iD8DBQFFT2974VUX8isJIMARAioXAKCnMCl0JaeccvLnWSuoptUU4jMnOQCePoFQ
+gpCArRAtgpGw/Fvex3IX4E=
=AMBv
-END PGP SIGNATURE-


Accepted:
gst-plugins-ugly0.10_0.10.4-2sid2.diff.gz
  to pool/main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.4-2sid2.diff.gz
gst-plugins-ugly0.10_0.10.4-2sid2.dsc
  to pool/main/g/gst-plugins-ugly0.10/gst-plugins-ugly0.10_0.10.4-2sid2.dsc
gstreamer0.10-plugins-ugly-doc_0.10.4-2sid2_all.deb
  to 
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly-doc_0.10.4-2sid2_all.deb
gstreamer0.10-plugins-ugly_0.10.4-2sid2_i386.deb
  to 
pool/main/g/gst-plugins-ugly0.10/gstreamer0.10-plugins-ugly_0.10.4-2sid2_i386.deb


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



Accepted setools 2.4-3 (source i386)

2006-11-06 Thread Manoj Srivastava
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 10:12:40 -0600
Source: setools
Binary: libapol1 libsefs1 libsefs-dev setools libseaudit-dev libseaudit1 
libapol-dev
Architecture: source i386
Version: 2.4-3
Distribution: unstable
Urgency: low
Maintainer: Manoj Srivastava [EMAIL PROTECTED]
Changed-By: Manoj Srivastava [EMAIL PROTECTED]
Description: 
 libapol-dev - Tresys tools for managing Security Enhanced Linux
 libapol1   - Tresys tools for managing Security Enhanced Linux
 libseaudit-dev - Tresys tools for managing Security Enhanced Linux
 libseaudit1 - Tresys tools for managing Security Enhanced Linux
 libsefs-dev - Tresys tools for managing Security Enhanced Linux
 libsefs1   - Tresys tools for managing Security Enhanced Linux
 setools- Tresys tools for managing Security Enhanced Linux
Closes: 396495
Changes: 
 setools (2.4-3) unstable; urgency=low
 .
   * Bug fix: symlink error on /usr/share/setools/seaudit-report.conf,
 thanks to Kevin Mark (Closes: #396495).
Files: 
 b6b245e8fc5a3fea2cdf261988cfb47a 739 admin optional setools_2.4-3.dsc
 92789a513e514e407c6c5cad5aa7ad95 58459 admin optional setools_2.4-3.diff.gz
 35b11ecb0947eb94a809a16d059d51ae 2691364 admin optional setools_2.4-3_i386.deb
 cb61a3c456c619b500fc1b9076d69e34 218742 libs optional libsefs1_2.4-3_i386.deb
 da6dbf337155462ed195f50f6531b063 269998 libdevel optional 
libsefs-dev_2.4-3_i386.deb
 7dff10210b920b93430849d988f0428a 47102 libs optional libseaudit1_2.4-3_i386.deb
 8eb68816147d1f2853d3b54c0173e7e0 48382 libdevel optional 
libseaudit-dev_2.4-3_i386.deb
 d3ab8f1ad1a559b909c2ac4ed2627de9 180488 libs optional libapol1_2.4-3_i386.deb
 7401d83e43baa9a9e91f9fef0c8f8de4 213136 libdevel optional 
libapol-dev_2.4-3_i386.deb

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

iD8DBQFFT2w/Ibrau78kQkwRAtZFAJ9czVmV/d1Eb11BngSOGfODBVb05QCeKqs5
+zu6rAGIgd7DuWesUafRU6s=
=kQYA
-END PGP SIGNATURE-


Accepted:
libapol-dev_2.4-3_i386.deb
  to pool/main/s/setools/libapol-dev_2.4-3_i386.deb
libapol1_2.4-3_i386.deb
  to pool/main/s/setools/libapol1_2.4-3_i386.deb
libseaudit-dev_2.4-3_i386.deb
  to pool/main/s/setools/libseaudit-dev_2.4-3_i386.deb
libseaudit1_2.4-3_i386.deb
  to pool/main/s/setools/libseaudit1_2.4-3_i386.deb
libsefs-dev_2.4-3_i386.deb
  to pool/main/s/setools/libsefs-dev_2.4-3_i386.deb
libsefs1_2.4-3_i386.deb
  to pool/main/s/setools/libsefs1_2.4-3_i386.deb
setools_2.4-3.diff.gz
  to pool/main/s/setools/setools_2.4-3.diff.gz
setools_2.4-3.dsc
  to pool/main/s/setools/setools_2.4-3.dsc
setools_2.4-3_i386.deb
  to pool/main/s/setools/setools_2.4-3_i386.deb


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



Accepted nautilus-cd-burner 2.14.3-3 (source i386)

2006-11-06 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:05:21 +0100
Source: nautilus-cd-burner
Binary: libnautilus-burn-dev libnautilus-burn3 nautilus-cd-burner
Architecture: source i386
Version: 2.14.3-3
Distribution: unstable
Urgency: low
Maintainer: Ross Burton [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libnautilus-burn-dev - Nautilus Burn Library - development version
 libnautilus-burn3 - Nautilus Burn Library - runtime version
 nautilus-cd-burner - CD Burning front-end for Nautilus
Closes: 390764
Changes: 
 nautilus-cd-burner (2.14.3-3) unstable; urgency=low
 .
   * GNU/kFreeBSD support thanks to Aurelien Jarno; closes: #390764.
 - Do not build-depend on libhal-dev on kfreebsd-i386 and kfreebsd-amd64.
 - Let libnautilus-burn-dev depend on libhal-dev only on linux via a
   ${libhal-dev} substvars.
 - New patch, 05_kfreebsd-gnu, to use sys/cdio.h, sys/cdrio.h, and camlib.h
   syscalls under FreeBSD kernels.
Files: 
 021417b9e4fb0f822246851aa55ea4a8 1619 gnome optional 
nautilus-cd-burner_2.14.3-3.dsc
 418cb108e6521d8d7b4f69d5c996c8e1 9512 gnome optional 
nautilus-cd-burner_2.14.3-3.diff.gz
 199c69ccd7f323037d061d4dd0801ab5 419194 gnome optional 
nautilus-cd-burner_2.14.3-3_i386.deb
 0c77e16c6caf589d2d4cf203a4440ca8 84052 libs optional 
libnautilus-burn3_2.14.3-3_i386.deb
 a494786a86cc6505d9f45f81f9126527 51058 gnome optional 
libnautilus-burn-dev_2.14.3-3_i386.deb

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

iD8DBQFFT2ze4VUX8isJIMARAi6UAJ9G0EjEnNwkuAaKbwkh8si98oRP9QCeN+In
bDeLWKFDl5ibdkflnXRs2L4=
=2FII
-END PGP SIGNATURE-


Accepted:
libnautilus-burn-dev_2.14.3-3_i386.deb
  to pool/main/n/nautilus-cd-burner/libnautilus-burn-dev_2.14.3-3_i386.deb
libnautilus-burn3_2.14.3-3_i386.deb
  to pool/main/n/nautilus-cd-burner/libnautilus-burn3_2.14.3-3_i386.deb
nautilus-cd-burner_2.14.3-3.diff.gz
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.14.3-3.diff.gz
nautilus-cd-burner_2.14.3-3.dsc
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.14.3-3.dsc
nautilus-cd-burner_2.14.3-3_i386.deb
  to pool/main/n/nautilus-cd-burner/nautilus-cd-burner_2.14.3-3_i386.deb


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



Accepted orbital-eunuchs-sniper 1.30+svn20060923-2 (source i386)

2006-11-06 Thread Kees Cook
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 29 Oct 2006 08:07:06 -0800
Source: orbital-eunuchs-sniper
Binary: orbital-eunuchs-sniper
Architecture: source i386
Version: 1.30+svn20060923-2
Distribution: unstable
Urgency: low
Maintainer: Kees Cook [EMAIL PROTECTED]
Changed-By: Kees Cook [EMAIL PROTECTED]
Description: 
 orbital-eunuchs-sniper - An anti-terrorist, pro-Eunuchs, satellite sniping game
Closes: 396008
Changes: 
 orbital-eunuchs-sniper (1.30+svn20060923-2) unstable; urgency=low
 .
   * Add 'debian/patches/04_sensible-browser.patch' to default to the
 correct browser tool (Closes: #396008).  To use the updated preferences,
 one must delete ~/.oes/prefs.cfg.
Files: 
 750a480418896abab4ff81db6d58de36 761 games extra 
orbital-eunuchs-sniper_1.30+svn20060923-2.dsc
 b966bafcb780610de4f84803ae039633 18397 games extra 
orbital-eunuchs-sniper_1.30+svn20060923-2.diff.gz
 b92d13fad5c2331ff61c2fac297a68af 3950766 games extra 
orbital-eunuchs-sniper_1.30+svn20060923-2_i386.deb

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

iD8DBQFFT2//DecnbV4Fd/IRAr1bAKCRoQz1oz9e09UnvuUAERlEj71TvwCg3VWL
hHVm3LfZmAGwRv5mNSa0ITU=
=zhNY
-END PGP SIGNATURE-


Accepted:
orbital-eunuchs-sniper_1.30+svn20060923-2.diff.gz
  to 
pool/main/o/orbital-eunuchs-sniper/orbital-eunuchs-sniper_1.30+svn20060923-2.diff.gz
orbital-eunuchs-sniper_1.30+svn20060923-2.dsc
  to 
pool/main/o/orbital-eunuchs-sniper/orbital-eunuchs-sniper_1.30+svn20060923-2.dsc
orbital-eunuchs-sniper_1.30+svn20060923-2_i386.deb
  to 
pool/main/o/orbital-eunuchs-sniper/orbital-eunuchs-sniper_1.30+svn20060923-2_i386.deb


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



Accepted gnome-vfs2 2.16.1-2 (source all amd64)

2006-11-06 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 14:10:00 +0100
Source: gnome-vfs2
Binary: libgnomevfs2-dev libgnomevfs2-extra libgnomevfs2-0-dbg libgnomevfs2-bin 
libgnomevfs2-0 libgnomevfs2-common
Architecture: source amd64 all
Version: 2.16.1-2
Distribution: experimental
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Josselin Mouette [EMAIL PROTECTED]
Description: 
 libgnomevfs2-0 - GNOME virtual file-system (runtime libraries)
 libgnomevfs2-0-dbg - GNOME virtual file-system (debugging libraries)
 libgnomevfs2-bin - GNOME virtual file-system (support binaries)
 libgnomevfs2-common - GNOME virtual file-system (common files)
 libgnomevfs2-dev - GNOME virtual file-system library (development files)
 libgnomevfs2-extra - GNOME virtual file-system (extra modules)
Closes: 392889
Changes: 
 gnome-vfs2 (2.16.1-2) experimental; urgency=low
 .
   * 02_monitor_infinite_loop.patch, stolen from CVS: fix the infinite
 loops in monitoring code (closes: #392889).
Files: 
 06300fcacf5ebdf5ba630defffc30047 1984 libs optional gnome-vfs2_2.16.1-2.dsc
 512489f963504572c5f7b6c9b8793193 20028 libs optional 
gnome-vfs2_2.16.1-2.diff.gz
 f5414f8fa6e296db4ebf3f2dae908cfb 1120698 libs optional 
libgnomevfs2-common_2.16.1-2_all.deb
 0423573612829334df158bfb70a0090b 573266 libs optional 
libgnomevfs2-0_2.16.1-2_amd64.deb
 362819de7d142f41f9277aa9a207ebcd 309118 libs optional 
libgnomevfs2-bin_2.16.1-2_amd64.deb
 b23e37fc5a5b73c30ce1b19ed0a64fcf 379308 libs optional 
libgnomevfs2-extra_2.16.1-2_amd64.deb
 d6ef41f0eb6c1d2d627bbcc48a654262 1179204 libdevel extra 
libgnomevfs2-0-dbg_2.16.1-2_amd64.deb
 133df356fee8392959493c7272d3bdc2 560026 libdevel optional 
libgnomevfs2-dev_2.16.1-2_amd64.deb

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

iD8DBQFFT3YsrSla4ddfhTMRAuR7AKDq+n04owvmFjaS9XmIDCM9a2WhwgCgwSQt
7GdR2OZ03R+8rGcYV/kqvL8=
=P+Z9
-END PGP SIGNATURE-


Accepted:
gnome-vfs2_2.16.1-2.diff.gz
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.16.1-2.diff.gz
gnome-vfs2_2.16.1-2.dsc
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.16.1-2.dsc
libgnomevfs2-0-dbg_2.16.1-2_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0-dbg_2.16.1-2_amd64.deb
libgnomevfs2-0_2.16.1-2_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0_2.16.1-2_amd64.deb
libgnomevfs2-bin_2.16.1-2_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-bin_2.16.1-2_amd64.deb
libgnomevfs2-common_2.16.1-2_all.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-common_2.16.1-2_all.deb
libgnomevfs2-dev_2.16.1-2_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-dev_2.16.1-2_amd64.deb
libgnomevfs2-extra_2.16.1-2_amd64.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-extra_2.16.1-2_amd64.deb


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



Accepted gst-plugins-base0.10 0.10.10-2 (source i386 all)

2006-11-06 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:50:31 +0100
Source: gst-plugins-base0.10
Binary: libgstreamer-plugins-base0.10-dev gstreamer0.10-plugins-base-dbg 
gstreamer0.10-plugins-base libgstreamer-plugins-base0.10-0 
gstreamer0.10-plugins-base-apps gstreamer0.10-plugins-base-doc 
gstreamer0.10-alsa gstreamer0.10-x gstreamer0.10-gnomevfs
Architecture: source i386 all
Version: 0.10.10-2
Distribution: unstable
Urgency: low
Maintainer: Maintainers of GStreamer packages [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 gstreamer0.10-alsa - GStreamer plugin for ALSA
 gstreamer0.10-gnomevfs - GStreamer plugin for GnomeVFS
 gstreamer0.10-plugins-base - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-apps - GStreamer helper programs from the base set
 gstreamer0.10-plugins-base-dbg - GStreamer plugins from the base set
 gstreamer0.10-plugins-base-doc - GStreamer documentation for plugins from the 
base set
 gstreamer0.10-x - GStreamer plugins for X11 and Pango
 libgstreamer-plugins-base0.10-0 - GStreamer libraries from the base set
 libgstreamer-plugins-base0.10-dev - GStreamer development files for libraries 
from the base set
Closes: 391853
Changes: 
 gst-plugins-base0.10 (0.10.10-2) unstable; urgency=low
 .
   * Drop superfluous libgstvideo4linux.so lines in
 gstreamer-plugins-base.install; thanks Aurelien Jarno for fixing
 GNU/kFreeBSD again! closes: #391853.
Files: 
 c1a9f3b0209bb4cb68c5725445e584e0 1636 libs optional 
gst-plugins-base0.10_0.10.10-2.dsc
 25497a1b54199d705ea0aced9e924b5f 31105 libs optional 
gst-plugins-base0.10_0.10.10-2.diff.gz
 36c275f98395fa6102157216e93931fd 180496 doc optional 
gstreamer0.10-plugins-base-doc_0.10.10-2_all.deb
 eb15cabbcb7a7a71b4244f88c2f96d95 31106 utils optional 
gstreamer0.10-plugins-base-apps_0.10.10-2_i386.deb
 0edd89365e5edab6a319cf00b8bedd5d 143846 libs optional 
libgstreamer-plugins-base0.10-0_0.10.10-2_i386.deb
 7bf43f4c94e85bd12faab3d51ca2938c 57472 libdevel optional 
libgstreamer-plugins-base0.10-dev_0.10.10-2_i386.deb
 e752beeced4c8075998bcc7f35f4decc 59068 libs optional 
gstreamer0.10-alsa_0.10.10-2_i386.deb
 7046cac6951fb4d3f96bd35c72c2e148 44654 libs optional 
gstreamer0.10-gnomevfs_0.10.10-2_i386.deb
 aa216fd3f36bf29a81db2c5c4834043f 426808 libs optional 
gstreamer0.10-plugins-base_0.10.10-2_i386.deb
 e8eb4a5f86a6e87374a7a1b1345bb6d3 1394906 libdevel extra 
gstreamer0.10-plugins-base-dbg_0.10.10-2_i386.deb
 34d80647f0ebdcd7ee2df804a22ea62c 91154 libs optional 
gstreamer0.10-x_0.10.10-2_i386.deb

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

iD8DBQFFT3mu4VUX8isJIMARAn3DAKCfsaX75bNOT3OU/7rcnYFEv7JgxQCgnTmk
Iqg5AP7hXinw0q+DV12OouI=
=KQiv
-END PGP SIGNATURE-


Accepted:
gst-plugins-base0.10_0.10.10-2.diff.gz
  to pool/main/g/gst-plugins-base0.10/gst-plugins-base0.10_0.10.10-2.diff.gz
gst-plugins-base0.10_0.10.10-2.dsc
  to pool/main/g/gst-plugins-base0.10/gst-plugins-base0.10_0.10.10-2.dsc
gstreamer0.10-alsa_0.10.10-2_i386.deb
  to pool/main/g/gst-plugins-base0.10/gstreamer0.10-alsa_0.10.10-2_i386.deb
gstreamer0.10-gnomevfs_0.10.10-2_i386.deb
  to pool/main/g/gst-plugins-base0.10/gstreamer0.10-gnomevfs_0.10.10-2_i386.deb
gstreamer0.10-plugins-base-apps_0.10.10-2_i386.deb
  to 
pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base-apps_0.10.10-2_i386.deb
gstreamer0.10-plugins-base-dbg_0.10.10-2_i386.deb
  to 
pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base-dbg_0.10.10-2_i386.deb
gstreamer0.10-plugins-base-doc_0.10.10-2_all.deb
  to 
pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base-doc_0.10.10-2_all.deb
gstreamer0.10-plugins-base_0.10.10-2_i386.deb
  to 
pool/main/g/gst-plugins-base0.10/gstreamer0.10-plugins-base_0.10.10-2_i386.deb
gstreamer0.10-x_0.10.10-2_i386.deb
  to pool/main/g/gst-plugins-base0.10/gstreamer0.10-x_0.10.10-2_i386.deb
libgstreamer-plugins-base0.10-0_0.10.10-2_i386.deb
  to 
pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-0_0.10.10-2_i386.deb
libgstreamer-plugins-base0.10-dev_0.10.10-2_i386.deb
  to 
pool/main/g/gst-plugins-base0.10/libgstreamer-plugins-base0.10-dev_0.10.10-2_i386.deb


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



Accepted sfind 1.2-1 (source i386)

2006-11-06 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:44:00 +0100
Source: sfind
Binary: sfind
Architecture: source i386
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 sfind  - improved version of the find utility
Changes: 
 sfind (1.2-1) unstable; urgency=low
 .
   * New upstream release.
 - now licensed under CDDL instead of GPL.
   * Dropping build-depends to smake, now using GNU make.
Files: 
 6824c09bfce7555ddc4abdea4e2c65af 554 utils optional sfind_1.2-1.dsc
 a787a3820e7a1cdafa37575da33f3fb9 378794 utils optional sfind_1.2.orig.tar.gz
 a410876ddd1007d465f8decd27ffe768 7776 utils optional sfind_1.2-1.diff.gz
 5a8dbe9f9cda711e4d34d9d28c565ca2 46972 utils optional sfind_1.2-1_i386.deb

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

iD8DBQFFT3oG+C5cwEsrK54RAr/HAJ47WpFeOrNqrCqhGXWMJh67EIN/IgCfdUWb
4Cn9z9BNXrWisSba37696C0=
=kcO2
-END PGP SIGNATURE-


Accepted:
sfind_1.2-1.diff.gz
  to pool/main/s/sfind/sfind_1.2-1.diff.gz
sfind_1.2-1.dsc
  to pool/main/s/sfind/sfind_1.2-1.dsc
sfind_1.2-1_i386.deb
  to pool/main/s/sfind/sfind_1.2-1_i386.deb
sfind_1.2.orig.tar.gz
  to pool/main/s/sfind/sfind_1.2.orig.tar.gz


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



Accepted sdd 1.52-5 (source i386)

2006-11-06 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:35:00 +0100
Source: sdd
Binary: sdd
Architecture: source i386
Version: 1.52-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 sdd- File duplication and conversion tool, similar to 'dd'
Changes: 
 sdd (1.52-5) unstable; urgency=low
 .
   * Dropping build-depends to smake, now using GNU make.
Files: 
 688118d621ddeffb97622fb6603337b1 549 utils optional sdd_1.52-5.dsc
 b1d8cd4f50c347544391e8fe9642676d 2534 utils optional sdd_1.52-5.diff.gz
 35c55b9abf5f5f6de86a9a6d5b60de32 35118 utils optional sdd_1.52-5_i386.deb

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

iD8DBQFFT3gP+C5cwEsrK54RAi8rAKDGhcW008FIA+xx75Zznj4W+2lsxgCeMCSG
Aq7SbQutnJAkvN4eOehvCtQ=
=ytDk
-END PGP SIGNATURE-


Accepted:
sdd_1.52-5.diff.gz
  to pool/main/s/sdd/sdd_1.52-5.diff.gz
sdd_1.52-5.dsc
  to pool/main/s/sdd/sdd_1.52-5.dsc
sdd_1.52-5_i386.deb
  to pool/main/s/sdd/sdd_1.52-5_i386.deb


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



Accepted gnome-vfs2 2.14.2-3 (source i386 all)

2006-11-06 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:46:59 +0100
Source: gnome-vfs2
Binary: libgnomevfs2-dev libgnomevfs2-extra libgnomevfs2-0-dbg libgnomevfs2-bin 
libgnomevfs2-0 libgnomevfs2-common
Architecture: source i386 all
Version: 2.14.2-3
Distribution: unstable
Urgency: low
Maintainer: Josselin Mouette [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libgnomevfs2-0 - GNOME virtual file-system (runtime libraries)
 libgnomevfs2-0-dbg - GNOME virtual file-system (debugging libraries)
 libgnomevfs2-bin - GNOME virtual file-system (support binaries)
 libgnomevfs2-common - GNOME virtual file-system (common files)
 libgnomevfs2-dev - GNOME virtual file-system library (development files)
 libgnomevfs2-extra - GNOME virtual file-system (extra modules)
Changes: 
 gnome-vfs2 (2.14.2-3) unstable; urgency=low
 .
   * New patch, 20_dont-always-cancel-if-file-exists.patch, from upstream CVS,
 to fix a silent abort when copying file.txt and FILE.TXT to a case
 insensitive filesystem such as FAT; GNOME #144726.
Files: 
 f0431620237bfdd111f36e171b68c6a1 1955 libs optional gnome-vfs2_2.14.2-3.dsc
 275533e28cb570a9f25f27c5bd567284 17686 libs optional 
gnome-vfs2_2.14.2-3.diff.gz
 4ea95fcfb2702a4eefd4b3ae65311645 1065434 libs optional 
libgnomevfs2-common_2.14.2-3_all.deb
 6d467b2b2945a7d5e03c493da6cdf741 610960 libs optional 
libgnomevfs2-0_2.14.2-3_i386.deb
 04c8700503ca46c70a78c0dbc80a095d 292268 libs optional 
libgnomevfs2-bin_2.14.2-3_i386.deb
 db7d2387a4c8d863af860b284b50ec91 293832 libs optional 
libgnomevfs2-extra_2.14.2-3_i386.deb
 81e376261d4e43d7e08ab62b97920b90 1156574 libdevel extra 
libgnomevfs2-0-dbg_2.14.2-3_i386.deb
 3117cb65be5ef55458d1396fcc9f8e98 515310 libdevel optional 
libgnomevfs2-dev_2.14.2-3_i386.deb

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

iD8DBQFFT3cp4VUX8isJIMARAvdCAJ9ARDRM4YJHibzln3iE8yDmidpBrgCfXaDN
qV1vH90xtagQIwWudoCPMkg=
=dikV
-END PGP SIGNATURE-


Accepted:
gnome-vfs2_2.14.2-3.diff.gz
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.14.2-3.diff.gz
gnome-vfs2_2.14.2-3.dsc
  to pool/main/g/gnome-vfs2/gnome-vfs2_2.14.2-3.dsc
libgnomevfs2-0-dbg_2.14.2-3_i386.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0-dbg_2.14.2-3_i386.deb
libgnomevfs2-0_2.14.2-3_i386.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-0_2.14.2-3_i386.deb
libgnomevfs2-bin_2.14.2-3_i386.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-bin_2.14.2-3_i386.deb
libgnomevfs2-common_2.14.2-3_all.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-common_2.14.2-3_all.deb
libgnomevfs2-dev_2.14.2-3_i386.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-dev_2.14.2-3_i386.deb
libgnomevfs2-extra_2.14.2-3_i386.deb
  to pool/main/g/gnome-vfs2/libgnomevfs2-extra_2.14.2-3_i386.deb


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



Accepted dokuwiki 0.0.20060309e-2 (source all)

2006-11-06 Thread Mohammed Adnène Trojette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 19:14:03 +0100
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20060309e-2
Distribution: unstable
Urgency: low
Maintainer: Mohammed Adnène Trojette [EMAIL PROTECTED]
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 dokuwiki   - a standards compliant simple to use wiki
Closes: 313431 345104
Changes: 
 dokuwiki (0.0.20060309e-2) unstable; urgency=low
 .
   * Fix debian/watch thanks to . (Closes: #345104)
   * Add Debian specific documentation provided by Frédéric Lehobey in
 README.Debian. (Closes: #313431)
Files: 
 389904d44d3e8e9342b4978791812f93 650 web optional dokuwiki_0.0.20060309e-2.dsc
 2994499ac1065f1bf54844edbe81c14d 25510 web optional 
dokuwiki_0.0.20060309e-2.diff.gz
 1e9c85132a8e1a94cd7c4485e104af7d 876214 web optional 
dokuwiki_0.0.20060309e-2_all.deb

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

iD8DBQFFT3z3OU3FkQ7XBOoRAu0QAKDTpoy1lkrrzKw9++hKupAoYgxTngCgjyk7
aEDlsE2xhyvZ0cbdGAz9GdA=
=VzwQ
-END PGP SIGNATURE-


Accepted:
dokuwiki_0.0.20060309e-2.diff.gz
  to pool/main/d/dokuwiki/dokuwiki_0.0.20060309e-2.diff.gz
dokuwiki_0.0.20060309e-2.dsc
  to pool/main/d/dokuwiki/dokuwiki_0.0.20060309e-2.dsc
dokuwiki_0.0.20060309e-2_all.deb
  to pool/main/d/dokuwiki/dokuwiki_0.0.20060309e-2_all.deb


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



Accepted dokuwiki 0.0.20061019~rc3-2 (source all)

2006-11-06 Thread Mohammed Adnène Trojette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 19:22:30 +0100
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20061019~rc3-2
Distribution: experimental
Urgency: low
Maintainer: Mohammed Adnène Trojette [EMAIL PROTECTED]
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 dokuwiki   - a standards compliant simple to use wiki
Closes: 375288
Changes: 
 dokuwiki (0.0.20061019~rc3-2) experimental; urgency=low
 .
   * Add 0.0.20060309e-2 changes.
   * The release candidate no more uses MagpieRSS. (Closes: #375288)
Files: 
 ec0f5bd95d14bce7f2d2cdb9d0eb4f97 660 web optional 
dokuwiki_0.0.20061019~rc3-2.dsc
 d9e556d842cf854d6dda52b4d22dc7d7 25776 web optional 
dokuwiki_0.0.20061019~rc3-2.diff.gz
 70ca063a973b854f261ad3bf2a60dbc5 1080424 web optional 
dokuwiki_0.0.20061019~rc3-2_all.deb

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

iD8DBQFFT36VOU3FkQ7XBOoRAls1AJ44fs8R/iv/PO9YQWofsiUtGazZ5gCg7r3h
DXIXsTD7bY/6Zw9N0Or/Kck=
=jLU0
-END PGP SIGNATURE-


Accepted:
dokuwiki_0.0.20061019~rc3-2.diff.gz
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061019~rc3-2.diff.gz
dokuwiki_0.0.20061019~rc3-2.dsc
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061019~rc3-2.dsc
dokuwiki_0.0.20061019~rc3-2_all.deb
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061019~rc3-2_all.deb


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



Accepted devscripts 2.9.23 (source i386)

2006-11-06 Thread Julian Gilbey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:11:46 +
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.9.23
Distribution: unstable
Urgency: low
Maintainer: Julian Gilbey [EMAIL PROTECTED]
Changed-By: Julian Gilbey [EMAIL PROTECTED]
Description: 
 devscripts - Scripts to make the life of a Debian Package maintainer easier
Closes: 366286 370056 370205 372609 373271 375557 378264 386147 393942 397100 
397293
Changes: 
 devscripts (2.9.23) unstable; urgency=low
 .
   * bts: automatically create cache directory when bts show is used
 (Closes: #370205)
   * debchange: can change urgency and distro using -D and -u flags
 (Closes: #373271)
   * debuild: check for either .orig.tar.gz or a .orig directory, as
 dpkg-source does (Closes: #366286)
   * dget: introduce --insecure option for allowing downloading from site
 with self-signed certificate (Closes: #393942)
   * nmudiff: much improved behaviour:
 - remove dependency on mutt (use /usr/sbin/sendmail instead)
 - automatically mail the relevant bugs rather than submit a new bug
   report; this can be changed using the --new command line option
 - allow for aborting, changing the bug number submitted to and editing
   the whole message
 - checking for errors rather than making a mess of things
 - cleaning up the manpage
 (Closes: #378264, #386147, #370056)
   * uscan: fix handling of ftp directory listings with number-only
 directory names (Closes: #372609)
   * uscan: warn if no parentheses in one-term version 2/3 watchfile
 (Closes: #375557)
   * uupdate: handle ~ in version numbers (Closes: #397100)
   * who-uploads: add GPG key ID to unrecognised key message (Closes:
 #397293)
Files: 
 42d4e0fc55e9785e266f61ee7fa62e4d 654 devel optional devscripts_2.9.23.dsc
 b1a42b35142beea12caccbb286db1572 366558 devel optional devscripts_2.9.23.tar.gz
 f6a87ddbd7f0cb56bd3d064b358c9d47 342182 devel optional 
devscripts_2.9.23_i386.deb

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

iD8DBQFFT3t2DU59w/205FkRApRLAKDUUpRCOxQNa9wYxjUajdVcpsw3UACfS+c+
03IL7sB/Eg8pO9YLZ9qvqDA=
=KSII
-END PGP SIGNATURE-


Accepted:
devscripts_2.9.23.dsc
  to pool/main/d/devscripts/devscripts_2.9.23.dsc
devscripts_2.9.23.tar.gz
  to pool/main/d/devscripts/devscripts_2.9.23.tar.gz
devscripts_2.9.23_i386.deb
  to pool/main/d/devscripts/devscripts_2.9.23_i386.deb


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



Accepted libcaca 0.99.beta9.debian2-1 (source i386)

2006-11-06 Thread Debian packages
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 19:06:26 +0100
Source: libcaca
Binary: caca-utils libcaca-dev libcucul-dev libcucul0 libcaca0
Architecture: source i386
Version: 0.99.beta9.debian2-1
Distribution: unstable
Urgency: high
Maintainer: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Changed-By: Sam Hocevar (Debian packages) [EMAIL PROTECTED]
Description: 
 caca-utils - text mode graphics utilities
 libcaca-dev - development files for libcaca
 libcaca0   - colour ASCII art library
 libcucul-dev - development files for libcucul
 libcucul0  - low-level Unicode character drawing library
Changes: 
 libcaca (0.99.beta9.debian2-1) unstable; urgency=high
 .
   * New tarball, includes more fonts.
Files: 
 44868472835e589aaf25f1995e86701e 815 libs optional 
libcaca_0.99.beta9.debian2-1.dsc
 0b36e3b6620201a8088d1be880fba92b 1112748 libs optional 
libcaca_0.99.beta9.debian2.orig.tar.gz
 355a74dff97eeb5e39c2cd948d2fcc7c 5628 libs optional 
libcaca_0.99.beta9.debian2-1.diff.gz
 c808d6a370dcaaf234c808ab18c74eff 612696 libdevel optional 
libcucul-dev_0.99.beta9.debian2-1_i386.deb
 479eb54d47fb56e1abcea2c6b4dfd4c1 85850 libdevel optional 
libcaca-dev_0.99.beta9.debian2-1_i386.deb
 52648292ee75ef4b1d589e88fe4dbde9 179946 libs optional 
libcucul0_0.99.beta9.debian2-1_i386.deb
 31d44cb1c090f596cf707e5d34b55f26 100372 libs optional 
libcaca0_0.99.beta9.debian2-1_i386.deb
 a4b5716a06468ffbfc9d0f8f016eb679 356312 utils optional 
caca-utils_0.99.beta9.debian2-1_i386.deb

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

iD8DBQFFT3swfPP1rylJn2ERAkegAKCYMtbu6z+05KTJ7uBAlCCQCqPBawCdG05s
Q40xiW53TpmhVvIl3bQdiHQ=
=pibm
-END PGP SIGNATURE-


Accepted:
caca-utils_0.99.beta9.debian2-1_i386.deb
  to pool/main/libc/libcaca/caca-utils_0.99.beta9.debian2-1_i386.deb
libcaca-dev_0.99.beta9.debian2-1_i386.deb
  to pool/main/libc/libcaca/libcaca-dev_0.99.beta9.debian2-1_i386.deb
libcaca0_0.99.beta9.debian2-1_i386.deb
  to pool/main/libc/libcaca/libcaca0_0.99.beta9.debian2-1_i386.deb
libcaca_0.99.beta9.debian2-1.diff.gz
  to pool/main/libc/libcaca/libcaca_0.99.beta9.debian2-1.diff.gz
libcaca_0.99.beta9.debian2-1.dsc
  to pool/main/libc/libcaca/libcaca_0.99.beta9.debian2-1.dsc
libcaca_0.99.beta9.debian2.orig.tar.gz
  to pool/main/libc/libcaca/libcaca_0.99.beta9.debian2.orig.tar.gz
libcucul-dev_0.99.beta9.debian2-1_i386.deb
  to pool/main/libc/libcaca/libcucul-dev_0.99.beta9.debian2-1_i386.deb
libcucul0_0.99.beta9.debian2-1_i386.deb
  to pool/main/libc/libcaca/libcucul0_0.99.beta9.debian2-1_i386.deb


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



Accepted casper 1.77+debian-4 (source i386)

2006-11-06 Thread Marco Amadori
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 19:00:29 +0100
Source: casper
Binary: casper
Architecture: source i386
Version: 1.77+debian-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Live debian-live-devel@lists.alioth.debian.org
Changed-By: Marco Amadori [EMAIL PROTECTED]
Description: 
 casper - Debian Live initramfs generator
Closes: 397320
Changes: 
 casper (1.77+debian-4) unstable; urgency=medium
 .
   * Removed -phigh from casper-reconfigure, not needed anymore.
   * Fixed netboot /etc/network/interfaces generation, thanks to Hadar
 [EMAIL PROTECTED].
   * Fixed X keyboard setup. Thanks to [EMAIL PROTECTED] for the idea.
   * Fixed keyboard setup.
   * Allow commandline-device to show up late, thanks to Bas Wijnen
 [EMAIL PROTECTED] for the code and the care (Closes: #397320).
   * Urgency is set to medium to try reaching Etch with important
 features/bugfixes.
Files: 
 be05ceaebe7a37ae9a5c43fd24cc1928 693 misc extra casper_1.77+debian-4.dsc
 1cd73266526867981cda3b096293e13c 36500 misc extra casper_1.77+debian-4.diff.gz
 e438fd9c3928c0ba22b6f7d01d8c943b 47762 misc extra casper_1.77+debian-4_i386.deb

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

iD8DBQFFT4IU+C5cwEsrK54RAji3AJ4yHLSMbauqzawCmppxtU20NrXPHgCghHzx
hnKFCmsYLrqnTg333DgsYVI=
=uL/k
-END PGP SIGNATURE-


Accepted:
casper_1.77+debian-4.diff.gz
  to pool/main/c/casper/casper_1.77+debian-4.diff.gz
casper_1.77+debian-4.dsc
  to pool/main/c/casper/casper_1.77+debian-4.dsc
casper_1.77+debian-4_i386.deb
  to pool/main/c/casper/casper_1.77+debian-4_i386.deb


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



Accepted pptpd 1.3.0-2 (source i386)

2006-11-06 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 18:35:28 +
Source: pptpd
Binary: bcrelay pptpd
Architecture: source i386
Version: 1.3.0-2
Distribution: unstable
Urgency: high
Maintainer: Rene Mayrhofer [EMAIL PROTECTED]
Changed-By: Rene Mayrhofer [EMAIL PROTECTED]
Description: 
 bcrelay- Broadcast relay daemon
 pptpd  - PoPToP Point to Point Tunneling Server
Closes: 369539 369714 384523 387538 396187
Changes: 
 pptpd (1.3.0-2) unstable; urgency=high
 .
   Urgency high because of fixes to RC bugs.
   * Fix syslog flooding. Thanks to Timo van Roermund for the patch.
 Closes: #369539: PPTPD flooding syslog
 Closes: #396187 pptpd: Patch to disable unnecessary lines in syslog
   * Update to work with pppd 2.4.4b1. Thanks to Stu Teasdalefor the
 patch.
 Closes: #369714: pptpd-logwtmp.so does not work with ppp 2.4.4b1
 Closes: #387538: pptpd-logwtmp.so does not work with ppp 2.4.4rel-2
   * Add a comment to the default config file that points to a Windows
 bug. Thanks to Stéphane Rosi for the patch.
 Closes: #384523: pptpd: Warn about a bug in Microsoft Windows VPN
  client
Files: 
 24cf0f32ea7c9bd4b66c1ba57c218e4a 589 net optional pptpd_1.3.0-2.dsc
 14ffb46eda7cd264405ec7caf757a359 11014 net optional pptpd_1.3.0-2.diff.gz
 3400360583117a27760cc06dda7c9607 59546 net optional pptpd_1.3.0-2_i386.deb
 ec23c8c4649691847181725cfa438583 20084 net optional bcrelay_1.3.0-2_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFT4J6q7SPDcPCS94RAg53AKCPEjIeNwUWh+Tt/4kmAtxRlPCrqgCeOqWU
xXeP0iyr2lv5A1ulNjDjLqI=
=nOIc
-END PGP SIGNATURE-


Accepted:
bcrelay_1.3.0-2_i386.deb
  to pool/main/p/pptpd/bcrelay_1.3.0-2_i386.deb
pptpd_1.3.0-2.diff.gz
  to pool/main/p/pptpd/pptpd_1.3.0-2.diff.gz
pptpd_1.3.0-2.dsc
  to pool/main/p/pptpd/pptpd_1.3.0-2.dsc
pptpd_1.3.0-2_i386.deb
  to pool/main/p/pptpd/pptpd_1.3.0-2_i386.deb


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



Accepted filterproxy 0.30-6.1 (source all)

2006-11-06 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 19:40:27 +0100
Source: filterproxy
Binary: filterproxy
Architecture: source all
Version: 0.30-6.1
Distribution: unstable
Urgency: low
Maintainer: Mario Lang [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 filterproxy - A filtering proxy, which can among other things remove ads
Closes: 330547 331821
Changes: 
 filterproxy (0.30-6.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix debconf issues.
   * Moved debconf note to README.Debian. (Closes: #331821, #330547)
   * Dropped debconf dependency and removed the config file.
   * Bumped to compat 5, created the file debian/compat and removed
 the conffile file.
   * Bumped Standards-Version to 3.7.2, no changes required.
   * Moved debhelper to Build-Depends. (Policy Violation 7.6)
   * Removed full stop . character from the Description field.
Files: 
 dc81e2eb0b3b27e9b2e302753e8623a1 602 web optional filterproxy_0.30-6.1.dsc
 be66f258d3ffe2b6b1279a668863a35b 9413 web optional filterproxy_0.30-6.1.diff.gz
 f4e387b13d1d07aaeb789337549314c7 96718 web optional 
filterproxy_0.30-6.1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Signed by Ana Guerrero

iD8DBQFFT4cNn3j4POjENGERAl7uAJ43ufv2ENxPLvBvWfTOydNNGbi1KQCfXjjt
ovou1Mv7KZops6Q/b42HhJQ=
=94SB
-END PGP SIGNATURE-


Accepted:
filterproxy_0.30-6.1.diff.gz
  to pool/main/f/filterproxy/filterproxy_0.30-6.1.diff.gz
filterproxy_0.30-6.1.dsc
  to pool/main/f/filterproxy/filterproxy_0.30-6.1.dsc
filterproxy_0.30-6.1_all.deb
  to pool/main/f/filterproxy/filterproxy_0.30-6.1_all.deb


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



Accepted bcron 0.09-6 (source all)

2006-11-06 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:18:51 +
Source: bcron
Binary: bcron-run bcron
Architecture: all source
Version: 0.09-6
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 bcron  - Bruce's cron system (programs)
 bcron-run  - Bruce's cron system
Closes: 396687
Changes: 
 bcron (0.09-6) unstable; urgency=low
 .
   * debian/bcron-run.postinst: don't make the log service system user
 cronlog member of group adm, but nogroup; cronlog's home directory is
 /nonexistent; make log directories mode 2750, owner cronlog:adm
 (closes: #396687).
Files: 
 81ade33007caccf80b0a3be2b12124f7 562 admin optional bcron_0.09-6.dsc
 e855867cfe7fc31d50f3b28ade74ab55 6869 admin optional bcron_0.09-6.diff.gz
 d3134f77c121e435a6f47cf173bd5308 7798 admin optional bcron-run_0.09-6_all.deb

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

iD8DBQFFT6NOGJoyQbxwpv8RArg+AJ9+OBbarP8cwXNnxP4WWttBVEZBQQCghuQQ
cgnKgUTYj0BM+lWY1rL/DFY=
=ndyU
-END PGP SIGNATURE-


Accepted:
bcron-run_0.09-6_all.deb
  to pool/main/b/bcron/bcron-run_0.09-6_all.deb
bcron_0.09-6.diff.gz
  to pool/main/b/bcron/bcron_0.09-6.diff.gz
bcron_0.09-6.dsc
  to pool/main/b/bcron/bcron_0.09-6.dsc


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



Accepted kvirc2 2.1.3-6 (source all amd64)

2006-11-06 Thread Robin Verduijn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 12:46:03 +0500
Source: kvirc2
Binary: kvirc2-data kvirc2-dev kvirc2
Architecture: source amd64 all
Version: 2.1.3-6
Distribution: unstable
Urgency: low
Maintainer: Robin Verduijn [EMAIL PROTECTED]
Changed-By: Robin Verduijn [EMAIL PROTECTED]
Description: 
 kvirc2 - Fully scriptable graphical IRC client with plugin support
 kvirc2-data - Data files for KVIrc
 kvirc2-dev - Development files for KVIrc
Closes: 392394
Changes: 
 kvirc2 (2.1.3-6) unstable; urgency=low
 .
   * Move plugins to /usr/lib (Closes: #392394)
 Thanks, Julien Danjou.
Files: 
 c12f738834fd20ddd755c230ef3a9715 638 net optional kvirc2_2.1.3-6.dsc
 0d4e3ad077f9d8a9568d8991a93e9a37 305300 net optional kvirc2_2.1.3-6.diff.gz
 3b6b46bed9834438f57fea725fe2d2c4 1056830 net optional 
kvirc2-data_2.1.3-6_all.deb
 fb0ff61009e0ceb6128afa1db00a6f5f 1490636 net optional kvirc2_2.1.3-6_amd64.deb
 7b1eed4855a7c5850bc39b8759ef8cdc 286076 devel optional 
kvirc2-dev_2.1.3-6_amd64.deb

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

iD8DBQFFTxi0zog/I2psrrURAs6FAJ9TXe5w+AjC7wy5/0yKb7qTSCaP6wCeJY3F
WCBWebQjjvxa/PAh0YdOdmc=
=leTD
-END PGP SIGNATURE-


Accepted:
kvirc2-data_2.1.3-6_all.deb
  to pool/main/k/kvirc2/kvirc2-data_2.1.3-6_all.deb
kvirc2-dev_2.1.3-6_amd64.deb
  to pool/main/k/kvirc2/kvirc2-dev_2.1.3-6_amd64.deb
kvirc2_2.1.3-6.diff.gz
  to pool/main/k/kvirc2/kvirc2_2.1.3-6.diff.gz
kvirc2_2.1.3-6.dsc
  to pool/main/k/kvirc2/kvirc2_2.1.3-6.dsc
kvirc2_2.1.3-6_amd64.deb
  to pool/main/k/kvirc2/kvirc2_2.1.3-6_amd64.deb


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



Accepted otags 3.09.0-5 (source i386)

2006-11-06 Thread Mike Furr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 14:45:00 -0500
Source: otags
Binary: otags
Architecture: source i386
Version: 3.09.0-5
Distribution: unstable
Urgency: low
Maintainer: Mike Furr [EMAIL PROTECTED]
Changed-By: Mike Furr [EMAIL PROTECTED]
Description: 
 otags  - tool for building TAGS files from O'Caml sources
Closes: 390246
Changes: 
 otags (3.09.0-5) unstable; urgency=low
 .
   * Fixed typo in long description. Thanks to Simon Waters.
 (Closes: 390246)
Files: 
 92ab00f071247b4b026165d94a1a1d66 581 devel optional otags_3.09.0-5.dsc
 bde419719b5b1925e136dc67944933b2 4017 devel optional otags_3.09.0-5.diff.gz
 b3c828b89345e35dbf33f8fc8039efc9 659760 devel optional otags_3.09.0-5_i386.deb

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

iD8DBQFFT5Lk7ZPKKRJLJvMRAhUPAKC2ov+4kwbW3wvZEiePc0tkYJFHuQCbBZzr
iYyzuhDpkqiFueiUyzCn86w=
=VVil
-END PGP SIGNATURE-


Accepted:
otags_3.09.0-5.diff.gz
  to pool/main/o/otags/otags_3.09.0-5.diff.gz
otags_3.09.0-5.dsc
  to pool/main/o/otags/otags_3.09.0-5.dsc
otags_3.09.0-5_i386.deb
  to pool/main/o/otags/otags_3.09.0-5_i386.deb


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



Accepted evolution 2.8.1.1-1 (source i386 all)

2006-11-06 Thread Oystein Gisnas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 31 Oct 2006 22:16:23 +0100
Source: evolution
Binary: evolution-plugins-experimental evolution-plugins evolution-dev 
evolution-common evolution-dbg evolution
Architecture: source i386 all
Version: 2.8.1.1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Evolution Maintainers 
pkg-evolution-maintainers@lists.alioth.debian.org
Changed-By: Oystein Gisnas [EMAIL PROTECTED]
Description: 
 evolution  - groupware suite with mail client and organizer
 evolution-common - architecture independent files for Evolution
 evolution-dbg - debugging symbols for Evolution
 evolution-dev - development library files for Evolution
 evolution-plugins - standard plugins for Evolution
 evolution-plugins-experimental - experimental plugins for Evolution
Closes: 347645
Changes: 
 evolution (2.8.1.1-1) experimental; urgency=low
 .
   * New upstream release (closes: #347645)
 - included: debian/patches/20_show-deleted-msgs-in-trash.patch
Files: 
 a532aac27bc8ade0b79b752e6921af90 1893 gnome optional evolution_2.8.1.1-1.dsc
 8d40f6f00c62b0d9b9ab51f41be3a6f1 17803616 gnome optional 
evolution_2.8.1.1.orig.tar.gz
 c013b397846583180ba2847fb734dc2d 27528 gnome optional 
evolution_2.8.1.1-1.diff.gz
 c8e9e9be364b91168a889c694e4e80e7 10632344 gnome optional 
evolution-common_2.8.1.1-1_all.deb
 9afd603833caf177cbb9bb158f09a37e 2504770 gnome optional 
evolution_2.8.1.1-1_i386.deb
 422191eec59e0289c47079a2c6630f99 211970 devel optional 
evolution-dev_2.8.1.1-1_i386.deb
 ca0df77297b2eeb6c0cdf537e667fb14 6234748 gnome extra 
evolution-dbg_2.8.1.1-1_i386.deb
 94c6bfd60ea0ef9db0bc6d6550270b1a 115240 gnome optional 
evolution-plugins_2.8.1.1-1_i386.deb
 be1844a6b01dc525ed076e23d37e5224 94420 gnome optional 
evolution-plugins-experimental_2.8.1.1-1_i386.deb

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

iD8DBQFFT6rM4VUX8isJIMARAmJOAJ0VwP9aSVmELyJbuc6pNzC0T0LdvwCfbcCu
oeCCi3w3ClUB7YRCChnUntU=
=1xkJ
-END PGP SIGNATURE-


Accepted:
evolution-common_2.8.1.1-1_all.deb
  to pool/main/e/evolution/evolution-common_2.8.1.1-1_all.deb
evolution-dbg_2.8.1.1-1_i386.deb
  to pool/main/e/evolution/evolution-dbg_2.8.1.1-1_i386.deb
evolution-dev_2.8.1.1-1_i386.deb
  to pool/main/e/evolution/evolution-dev_2.8.1.1-1_i386.deb
evolution-plugins-experimental_2.8.1.1-1_i386.deb
  to pool/main/e/evolution/evolution-plugins-experimental_2.8.1.1-1_i386.deb
evolution-plugins_2.8.1.1-1_i386.deb
  to pool/main/e/evolution/evolution-plugins_2.8.1.1-1_i386.deb
evolution_2.8.1.1-1.diff.gz
  to pool/main/e/evolution/evolution_2.8.1.1-1.diff.gz
evolution_2.8.1.1-1.dsc
  to pool/main/e/evolution/evolution_2.8.1.1-1.dsc
evolution_2.8.1.1-1_i386.deb
  to pool/main/e/evolution/evolution_2.8.1.1-1_i386.deb
evolution_2.8.1.1.orig.tar.gz
  to pool/main/e/evolution/evolution_2.8.1.1.orig.tar.gz


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



Accepted wormux 0.8alpha1-1 (source i386 all)

2006-11-06 Thread artefact
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 11:04:34 +0100
Source: wormux
Binary: wormux wormux-data
Architecture: source i386 all
Version: 0.8alpha1-1
Distribution: experimental
Urgency: low
Maintainer: Debian Games Team pkg-games-devel@lists.alioth.debian.org
Changed-By: Jean Parpaillon (artefact) [EMAIL PROTECTED]
Description: 
 wormux - A funny fight game on 2D maps
 wormux-data - Data files for the game wormux
Closes: 383990
Changes: 
 wormux (0.8alpha1-1) experimental; urgency=low
 .
   [ Eddy Petrişor ]
   * do not install upstream changelog twice (Closes: #383990)
 .
   [ Jean Parpaillon ]
   * Update upstream 0.8alpha1
Files: 
 102bcdeee00a3cd623c848fa3dc0854b 902 games optional wormux_0.8alpha1-1.dsc
 7d0a6db6c2fad3b858193712a24b5d22 28027798 games optional 
wormux_0.8alpha1.orig.tar.gz
 36d69405c010c4e6fe29ca4a39f87302 26400 games optional 
wormux_0.8alpha1-1.diff.gz
 34f036129b18ec92c6671981dd910d23 27464510 games optional 
wormux-data_0.8alpha1-1_all.deb
 87f12126dc65d3f275b2034565a184db 508036 games optional 
wormux_0.8alpha1-1_i386.deb

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

iD8DBQFFT78jpdwBkPlyvgMRAniYAJ4vsjpTYEmdlE3LzVLdO4c9PySc1ACfWvFp
gxCBOz7AN09tNADdly4ay3Y=
=qBhk
-END PGP SIGNATURE-


Accepted:
wormux-data_0.8alpha1-1_all.deb
  to pool/main/w/wormux/wormux-data_0.8alpha1-1_all.deb
wormux_0.8alpha1-1.diff.gz
  to pool/main/w/wormux/wormux_0.8alpha1-1.diff.gz
wormux_0.8alpha1-1.dsc
  to pool/main/w/wormux/wormux_0.8alpha1-1.dsc
wormux_0.8alpha1-1_i386.deb
  to pool/main/w/wormux/wormux_0.8alpha1-1_i386.deb
wormux_0.8alpha1.orig.tar.gz
  to pool/main/w/wormux/wormux_0.8alpha1.orig.tar.gz


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



Accepted strongswan 2.8.0+dfsg-1 (source i386)

2006-11-06 Thread Rene Mayrhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 19:01:58 +
Source: strongswan
Binary: strongswan
Architecture: source i386
Version: 2.8.0+dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Rene Mayrhofer [EMAIL PROTECTED]
Changed-By: Rene Mayrhofer [EMAIL PROTECTED]
Description: 
 strongswan - IPSec utilities for strongSwan
Closes: 388672 389253 391457 391565 396179
Changes: 
 strongswan (2.8.0+dfsg-1) unstable; urgency=low
 .
   * New upstream release.
   * Update debconf templates.
 Closes: #388672: strongswan: [INTL:fr] French debconf templates
  translation update
 Closes: #389253: [l10n] Updated Czech translation of strongswan
  debconf messages
 Closes: #391457: [INTL:nl] Updated dutch po-debconf translation
 Closes: #396179: strongswan: [INTL:ja] Updated Japanese po-debconf
  template translation (ja.po)
   * Fix broken reference to a now non-existing config file. no_oe.conf
 has been replaced by oe.conf, with the opposite meaning. Changed
 postinst to deal with it correctly now, and also try to convert
 older config file lines to newer (e.g. when updating from openswan
 to strongswan).
 Closes: #391565: fails to start : /etc/ipsec.conf:46: include
  files found no matches
 [/etc/ipsec.d/examples/no_oe.conf]
Files: 
 64cc76d01f2ca038551ab9a5d50b4acb 791 net optional strongswan_2.8.0+dfsg-1.dsc
 8b9ac905b9bcd41fb826e3d67e90a33d 3155518 net optional 
strongswan_2.8.0+dfsg.orig.tar.gz
 96d0c747e4c7ef37dda05147ecad3635 57154 net optional 
strongswan_2.8.0+dfsg-1.diff.gz
 260093b034afc21c66c4c5177dea46b7 1049552 net optional 
strongswan_2.8.0+dfsg-1_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFT5e6q7SPDcPCS94RAiyGAJ9MaCInc2TOYQRJCJ1oHbjzOjsMIACgxAyL
kr2MDmavekBs0tAEkG7H0VA=
=rNG2
-END PGP SIGNATURE-


Accepted:
strongswan_2.8.0+dfsg-1.diff.gz
  to pool/main/s/strongswan/strongswan_2.8.0+dfsg-1.diff.gz
strongswan_2.8.0+dfsg-1.dsc
  to pool/main/s/strongswan/strongswan_2.8.0+dfsg-1.dsc
strongswan_2.8.0+dfsg-1_i386.deb
  to pool/main/s/strongswan/strongswan_2.8.0+dfsg-1_i386.deb
strongswan_2.8.0+dfsg.orig.tar.gz
  to pool/main/s/strongswan/strongswan_2.8.0+dfsg.orig.tar.gz


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



Accepted xfce4-xmms-plugin 0.4.0-2 (source i386)

2006-11-06 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 11 Oct 2006 07:38:45 +0200
Source: xfce4-xmms-plugin
Binary: xfce4-xmms-plugin
Architecture: source i386
Version: 0.4.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-xmms-plugin - xmms control plugin for the Xfce4 panel
Closes: 392230
Changes: 
 xfce4-xmms-plugin (0.4.0-2) unstable; urgency=low
 .
   * 01_fix-implicit-pointer-conversion.patch fixes FTBFS on arch where a
 pointer is larger than an integer. closes: #392230
 Thanks Dann Frazier for the report and the patch.
Files: 
 9c64074d22d05f0de04a056dbfb54821 961 x11 optional xfce4-xmms-plugin_0.4.0-2.dsc
 d7dba2ee965b4f14f9483bf14d7813a7 2143 x11 optional 
xfce4-xmms-plugin_0.4.0-2.diff.gz
 1a77ed8c6d69ebfc6b3d5824b1bf4a73 18838 x11 optional 
xfce4-xmms-plugin_0.4.0-2_i386.deb

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

iD8DBQFFT6D9C6DuA+rxm2ARAv3oAJ9+JmKYWDW4H7z8UUPBTf34d2rb8QCeNB2v
juZ5fHovtvHNpHH6MvjB4wU=
=rTOE
-END PGP SIGNATURE-


Accepted:
xfce4-xmms-plugin_0.4.0-2.diff.gz
  to pool/main/x/xfce4-xmms-plugin/xfce4-xmms-plugin_0.4.0-2.diff.gz
xfce4-xmms-plugin_0.4.0-2.dsc
  to pool/main/x/xfce4-xmms-plugin/xfce4-xmms-plugin_0.4.0-2.dsc
xfce4-xmms-plugin_0.4.0-2_i386.deb
  to pool/main/x/xfce4-xmms-plugin/xfce4-xmms-plugin_0.4.0-2_i386.deb


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



Accepted libgsf 1.14.3-1 (source all i386)

2006-11-06 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 22:45:03 +0100
Source: libgsf
Binary: libgsf-1-common libgsf-bin libgsf-gnome-1-dev libgsf-gnome-1-114 
libgsf-1-dev libgsf-1-114-dbg libgsf-gnome-1-114-dbg libgsf-1-114
Architecture: source all i386
Version: 1.14.3-1
Distribution: unstable
Urgency: medium
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgsf-1-114 - Structured File Library - runtime version
 libgsf-1-114-dbg - Structured File Library - debugging files (basic version)
 libgsf-1-common - Structured File Library - common files
 libgsf-1-dev - Structured File Library - development files (basic version)
 libgsf-bin - Structured File Library - programs
 libgsf-gnome-1-114 - Structured File Library - runtime version for GNOME
 libgsf-gnome-1-114-dbg - Structured File Library - debugging files for GNOME
 libgsf-gnome-1-dev - Structured File Library - development files for GNOME
Changes: 
 libgsf (1.14.3-1) unstable; urgency=medium
 .
   * New upstream release.
Files: 
 a07efed502089a0012376254909edf8f 868 libs optional libgsf_1.14.3-1.dsc
 918fc0e2e0146e0ab5aeb1caaf3bfed4 762422 libs optional libgsf_1.14.3.orig.tar.gz
 163b96119827bf4bd15801fd3f993c68 8830 libs optional libgsf_1.14.3-1.diff.gz
 15503a4f901ef62362bd796c3e46030d 62282 libdevel optional 
libgsf-gnome-1-dev_1.14.3-1_i386.deb
 5c83b37a485c909058d7d3cd0cae6a11 10204 libdevel extra 
libgsf-gnome-1-114-dbg_1.14.3-1_i386.deb
 8a1eacf29a415b44f907ef89d2f7ecc2 54682 libs optional 
libgsf-gnome-1-114_1.14.3-1_i386.deb
 4f6beaa44b0e8752882fd5f4f400454b 98008 libdevel extra 
libgsf-1-114-dbg_1.14.3-1_i386.deb
 18382410ac588cb240186f2a6a0ec8de 232858 libdevel optional 
libgsf-1-dev_1.14.3-1_i386.deb
 8e670980d4620a503b7ae419a1ad4ee9 129134 libs optional 
libgsf-1-114_1.14.3-1_i386.deb
 a09fae5c1560c40dd7ac9f285f5041bb 48126 libs optional 
libgsf-1-common_1.14.3-1_all.deb
 c511e350c0fefca75818fe7739dccd8b 59294 gnome optional 
libgsf-bin_1.14.3-1_i386.deb

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

iD8DBQFFT7GoIwmOUm50p9ERAmE0AKDgYzEO25n5Tq/YaTMaccvzrlYYMgCgmbIJ
EFG0yd910fG/I0s+U4Q5B2w=
=iz+F
-END PGP SIGNATURE-


Accepted:
libgsf-1-114-dbg_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-114-dbg_1.14.3-1_i386.deb
libgsf-1-114_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-114_1.14.3-1_i386.deb
libgsf-1-common_1.14.3-1_all.deb
  to pool/main/libg/libgsf/libgsf-1-common_1.14.3-1_all.deb
libgsf-1-dev_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-1-dev_1.14.3-1_i386.deb
libgsf-bin_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-bin_1.14.3-1_i386.deb
libgsf-gnome-1-114-dbg_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-114-dbg_1.14.3-1_i386.deb
libgsf-gnome-1-114_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-114_1.14.3-1_i386.deb
libgsf-gnome-1-dev_1.14.3-1_i386.deb
  to pool/main/libg/libgsf/libgsf-gnome-1-dev_1.14.3-1_i386.deb
libgsf_1.14.3-1.diff.gz
  to pool/main/libg/libgsf/libgsf_1.14.3-1.diff.gz
libgsf_1.14.3-1.dsc
  to pool/main/libg/libgsf/libgsf_1.14.3-1.dsc
libgsf_1.14.3.orig.tar.gz
  to pool/main/libg/libgsf/libgsf_1.14.3.orig.tar.gz


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



Accepted twoftpd 1.21-2 (source all)

2006-11-06 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:30:50 +
Source: twoftpd
Binary: twoftpd-run twoftpd
Architecture: all source
Version: 1.21-2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 twoftpd- a simple secure efficient FTP server (programs)
 twoftpd-run - a simple secure efficient FTP server
Closes: 396687
Changes: 
 twoftpd (1.21-2) unstable; urgency=low
 .
   * debian/twoftpd-run.postinst: don't make the log service system user
 ftplog member of group adm, but nogroup; ftplog's home directory is
 /nonexistent; make log directories mode 2750, owner ftplog:adm (closes:
 #396687).
Files: 
 f415ebec4697b4f7b47044b2edfc30f2 578 net optional twoftpd_1.21-2.dsc
 1958a2a9896de961339af5c66ea0c10f 7255 net optional twoftpd_1.21-2.diff.gz
 cbd9e158f2066d3ee1c294e2fcf593d1 22414 admin optional 
twoftpd-run_1.21-2_all.deb

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

iD8DBQFFT6bLGJoyQbxwpv8RAh42AKCRUCbbZWiDeBACNa4NrifIK2QqcwCeKczB
zcf/vWJ1WebI/IKSqfX6x9o=
=JQKk
-END PGP SIGNATURE-


Accepted:
twoftpd-run_1.21-2_all.deb
  to pool/main/t/twoftpd/twoftpd-run_1.21-2_all.deb
twoftpd_1.21-2.diff.gz
  to pool/main/t/twoftpd/twoftpd_1.21-2.diff.gz
twoftpd_1.21-2.dsc
  to pool/main/t/twoftpd/twoftpd_1.21-2.dsc


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



Accepted rrdtool 1.2.15-0.1 (source i386 all)

2006-11-06 Thread Josip Rodin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 21:09:04 +0100
Source: rrdtool
Binary: librrd2 librrds-perl rrdtool-tcl rrdtool librrdp-perl python-rrd 
librrd2-dev
Architecture: source i386 all
Version: 1.2.15-0.1
Distribution: unstable
Urgency: low
Maintainer: Matt Zimmerman [EMAIL PROTECTED]
Changed-By: Josip Rodin [EMAIL PROTECTED]
Description: 
 librrd2- Time-series data storage and display system (runtime library)
 librrd2-dev - Time-series data storage and display system (development)
 librrdp-perl - Time-series data storage and display system (Perl interface, 
pipe
 librrds-perl - Time-series data storage and display system (Perl interface, 
shar
 python-rrd - Time-series data storage and display system (Python interface)
 rrdtool- Time-series data storage and display system (programs)
 rrdtool-tcl - Time-series data storage and display system (Tcl interface)
Closes: 364948 392937
Changes: 
 rrdtool (1.2.15-0.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * New upstream version, closes: #364948.
 + Dropped our patches for #323771, it's now fixed upstream.
 + Seems to fix the crashes in RRDs::graph, closes: #392937.
   * Fixed up the package descriptions a little bit.
   * Updated package list in README.Debian.
   * Tidied up the copyright file.
Files: 
 a6fb4dbaa87cd3e81f2c5ea1c0b9d74c 860 utils optional rrdtool_1.2.15-0.1.dsc
 bde8b12c202bc4e27fb9a9588a0aaddf 1043064 utils optional 
rrdtool_1.2.15.orig.tar.gz
 c75bc8ae9fec085debc5ea5acc5b9774 11135 utils optional 
rrdtool_1.2.15-0.1.diff.gz
 892286791ccf4d971f32605a3e93c221 29668 perl optional 
librrdp-perl_1.2.15-0.1_all.deb
 e1e0a28844901dc3e8a30f43486f7f0b 497280 utils optional 
rrdtool_1.2.15-0.1_i386.deb
 3b8c6436072ec0935c7d3eea93f4ca31 255790 libs optional 
librrd2_1.2.15-0.1_i386.deb
 acd70ecc9827549b8aad3d4e6545f66e 315140 libdevel optional 
librrd2-dev_1.2.15-0.1_i386.deb
 a33c2556596aff8cc216547e008c6ab5 41606 perl optional 
librrds-perl_1.2.15-0.1_i386.deb
 16f2630f0bb60cd8fd67e765f131941f 30722 utils optional 
rrdtool-tcl_1.2.15-0.1_i386.deb
 91577a88ec2d3ab41279bf8ba2c384fa 31714 python optional 
python-rrd_1.2.15-0.1_i386.deb

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

iD8DBQFFT6CuC1RHoiANFZYRArfeAJwITggVhEpJktMK6nMhX9+N0LNIIACgnyQO
Z6PFdiRPJ2bL2cOSGtz77H4=
=CWTR
-END PGP SIGNATURE-


Accepted:
librrd2-dev_1.2.15-0.1_i386.deb
  to pool/main/r/rrdtool/librrd2-dev_1.2.15-0.1_i386.deb
librrd2_1.2.15-0.1_i386.deb
  to pool/main/r/rrdtool/librrd2_1.2.15-0.1_i386.deb
librrdp-perl_1.2.15-0.1_all.deb
  to pool/main/r/rrdtool/librrdp-perl_1.2.15-0.1_all.deb
librrds-perl_1.2.15-0.1_i386.deb
  to pool/main/r/rrdtool/librrds-perl_1.2.15-0.1_i386.deb
python-rrd_1.2.15-0.1_i386.deb
  to pool/main/r/rrdtool/python-rrd_1.2.15-0.1_i386.deb
rrdtool-tcl_1.2.15-0.1_i386.deb
  to pool/main/r/rrdtool/rrdtool-tcl_1.2.15-0.1_i386.deb
rrdtool_1.2.15-0.1.diff.gz
  to pool/main/r/rrdtool/rrdtool_1.2.15-0.1.diff.gz
rrdtool_1.2.15-0.1.dsc
  to pool/main/r/rrdtool/rrdtool_1.2.15-0.1.dsc
rrdtool_1.2.15-0.1_i386.deb
  to pool/main/r/rrdtool/rrdtool_1.2.15-0.1_i386.deb
rrdtool_1.2.15.orig.tar.gz
  to pool/main/r/rrdtool/rrdtool_1.2.15.orig.tar.gz


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



Accepted ganglia-monitor-core 2.5.7-3.1 (source amd64 alpha)

2006-11-06 Thread Steve Langasek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  4 Nov 2006 03:30:20 -0800
Source: ganglia-monitor-core
Binary: ganglia-monitor libganglia1-dev libganglia1 gmetad
Architecture: source amd64 alpha
Version: 2.5.7-3.1
Distribution: unstable
Urgency: high
Maintainer: Stuart Teasdale [EMAIL PROTECTED]
Changed-By: Steve Langasek [EMAIL PROTECTED]
Description: 
 ganglia-monitor - A cluster system monitoring daemon
 gmetad - Meta-daemon for ganglia cluster monitoring toolkit
 libganglia1 - Ganglia cluster system monitor toolkit (shared libraries)
 libganglia1-dev - Ganglia cluster system monitor toolkit (devel libraries)
Closes: 394211
Changes: 
 ganglia-monitor-core (2.5.7-3.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * High-urgency upload for RC bugfix.
   * define PAGE_SHIFT in terms of sysconf(_SC_PAGESIZE) instead of
 relying on a define from system headers, since the latter is not a
 constant on all archs.  Closes: #394211.
Files: 
 c9f50c5a5ea883d005a28310bc303556 749 net optional 
ganglia-monitor-core_2.5.7-3.1.dsc
 5425ac2d702da2227ba0faaa55bf3277 315593 net optional 
ganglia-monitor-core_2.5.7-3.1.diff.gz
 e0410170ab3c3377906f15078e3d6197 153536 net optional 
ganglia-monitor_2.5.7-3.1_amd64.deb
 c5f8ef852a42429471269a17c4be731d 102392 net optional gmetad_2.5.7-3.1_amd64.deb
 ff061e8757353b349ce43090b8f060c9 98146 libs optional 
libganglia1_2.5.7-3.1_amd64.deb
 14850eeac15e5f19f6f4d4f4d71b0f45 131818 libdevel optional 
libganglia1-dev_2.5.7-3.1_amd64.deb
 348feb694322b40a9a061ff78161442f 168078 net optional 
ganglia-monitor_2.5.7-3.1_alpha.deb
 44c7cfa36661c95a7ac3017a6bd28ed1 111476 net optional gmetad_2.5.7-3.1_alpha.deb
 03fb33da5ffcf75d75b564ea24964e44 105918 libs optional 
libganglia1_2.5.7-3.1_alpha.deb
 6702638424eeb3af93fccc5b7843e8e6 151094 libdevel optional 
libganglia1-dev_2.5.7-3.1_alpha.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFT7klKN6ufymYLloRAuuoAJ0a5RlcBTTu4ejYyUysSpJR0M17DgCggjNE
CqjGkRmzOifaTd4cB1rhgqg=
=ICqJ
-END PGP SIGNATURE-


Accepted:
ganglia-monitor-core_2.5.7-3.1.diff.gz
  to pool/main/g/ganglia-monitor-core/ganglia-monitor-core_2.5.7-3.1.diff.gz
ganglia-monitor-core_2.5.7-3.1.dsc
  to pool/main/g/ganglia-monitor-core/ganglia-monitor-core_2.5.7-3.1.dsc
ganglia-monitor_2.5.7-3.1_alpha.deb
  to pool/main/g/ganglia-monitor-core/ganglia-monitor_2.5.7-3.1_alpha.deb
ganglia-monitor_2.5.7-3.1_amd64.deb
  to pool/main/g/ganglia-monitor-core/ganglia-monitor_2.5.7-3.1_amd64.deb
gmetad_2.5.7-3.1_alpha.deb
  to pool/main/g/ganglia-monitor-core/gmetad_2.5.7-3.1_alpha.deb
gmetad_2.5.7-3.1_amd64.deb
  to pool/main/g/ganglia-monitor-core/gmetad_2.5.7-3.1_amd64.deb
libganglia1-dev_2.5.7-3.1_alpha.deb
  to pool/main/g/ganglia-monitor-core/libganglia1-dev_2.5.7-3.1_alpha.deb
libganglia1-dev_2.5.7-3.1_amd64.deb
  to pool/main/g/ganglia-monitor-core/libganglia1-dev_2.5.7-3.1_amd64.deb
libganglia1_2.5.7-3.1_alpha.deb
  to pool/main/g/ganglia-monitor-core/libganglia1_2.5.7-3.1_alpha.deb
libganglia1_2.5.7-3.1_amd64.deb
  to pool/main/g/ganglia-monitor-core/libganglia1_2.5.7-3.1_amd64.deb


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



Accepted bincimap-run 0.2.2 (source all)

2006-11-06 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:23:57 +
Source: bincimap-run
Binary: bincimap-run
Architecture: source all
Version: 0.2.2
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 bincimap-run - IMAP server for Maildir depositories
Closes: 396687
Changes: 
 bincimap-run (0.2.2) unstable; urgency=low
 .
   * debian/bincimap-run.postinst: don't make the log service system user
 binclog member of group adm, but nogroup; binclog's home directory is
 /nonexistent; make /var/log/bincimaps/ log directory mode 2750, owner
 binclog:adm (closes: #396687).
   * bincimaps/log/run, bincimap/log/run: run log daemon as binclog:nogroup;
 make /var/log/bincimap/ log directory mode 2750, owner binclog:adm.
Files: 
 bc3d63d54ff12c4466b333cabf6f39f4 467 mail optional bincimap-run_0.2.2.dsc
 48629dc3a3363d695f72ddf230f412f7 5157 mail optional bincimap-run_0.2.2.tar.gz
 ef2a063eb568ea2d3ca23d04ba8f2ff8 5320 mail optional bincimap-run_0.2.2_all.deb

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

iD8DBQFFT6UdGJoyQbxwpv8RAgzJAJ48lzqi8DV3quYHLWXYZQ2Pkq88dwCeOZY5
FIiUbjdetXXWYlKddbswzX8=
=M2Qu
-END PGP SIGNATURE-


Accepted:
bincimap-run_0.2.2.dsc
  to pool/main/b/bincimap-run/bincimap-run_0.2.2.dsc
bincimap-run_0.2.2.tar.gz
  to pool/main/b/bincimap-run/bincimap-run_0.2.2.tar.gz
bincimap-run_0.2.2_all.deb
  to pool/main/b/bincimap-run/bincimap-run_0.2.2_all.deb


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



Accepted rpncalc 1.36.5 (source i386)

2006-11-06 Thread David Frey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 22:03:45 +0100
Source: rpncalc
Binary: rpncalc
Architecture: source i386
Version: 1.36.5
Distribution: unstable
Urgency: low
Maintainer: David Frey [EMAIL PROTECTED]
Changed-By: David Frey [EMAIL PROTECTED]
Description: 
 rpncalc- RPN calculator trying to emulate an HP28S
Closes: 397314
Changes: 
 rpncalc (1.36.5) unstable; urgency=low
 .
   * add missing Build-dependancy to ed (closes: #397314)
 (thanks to Andreas Jochens for reporting this)
Files: 
 90ef0f21065c262123ba97a948e2dd9b 539 math optional rpncalc_1.36.5.dsc
 574d222c4a140c082fc001d6181dcb8a 64443 math optional rpncalc_1.36.5.tar.gz
 8f2e8dcecbbe5a11dfae25a718f7b221 27412 math optional rpncalc_1.36.5_i386.deb

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

iD8DBQFFT6OeKVyqlGzl+1QRAosDAJ9qH59kycuLn0UuFiC6HXHIWGROJwCfRkMU
8dWq4Hb7HznPbA5Mfy1imGU=
=cLGI
-END PGP SIGNATURE-


Accepted:
rpncalc_1.36.5.dsc
  to pool/main/r/rpncalc/rpncalc_1.36.5.dsc
rpncalc_1.36.5.tar.gz
  to pool/main/r/rpncalc/rpncalc_1.36.5.tar.gz
rpncalc_1.36.5_i386.deb
  to pool/main/r/rpncalc/rpncalc_1.36.5_i386.deb


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



Accepted kvirc 2:3.2.4-5 (source all amd64)

2006-11-06 Thread Robin Verduijn
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 15:06:30 +0500
Source: kvirc
Binary: kvirc-dev kvirc-data kvirc
Architecture: source amd64 all
Version: 2:3.2.4-5
Distribution: unstable
Urgency: low
Maintainer: Robin Verduijn [EMAIL PROTECTED]
Changed-By: Robin Verduijn [EMAIL PROTECTED]
Description: 
 kvirc  - KDE based next generation IRC client with module support
 kvirc-data - Data files for KVIrc
 kvirc-dev  - Development files for KVIrc
Closes: 392393
Changes: 
 kvirc (2:3.2.4-5) unstable; urgency=low
 .
   * Move plugins and modules from /usr/share into /usr/lib. (Closes: #392393)
 Thanks, Steinar H. Gunderson.
 - When checking if a directory is the kvirc global directory, don't
   check for the modules, as they have moved; check for the help
   directory instead (which the comments also suggest).
 - Make a local hack in src/kvirc/kernel/kvi_app_fs.cpp to look for
   modules and plugins in /usr/lib instead of /usr/share.
Files: 
 b38ca4b79287ac1f393d4eb232c96a5b 655 net optional kvirc_3.2.4-5.dsc
 0fd878a2d73348efaf907513dbf45146 298841 net optional kvirc_3.2.4-5.diff.gz
 a652de11b6d6a20063256bc24d2e7f5b 3062586 net optional 
kvirc-data_3.2.4-5_all.deb
 ccb91ff9ff74eb068c8270f67f83c56d 3162526 net optional kvirc_3.2.4-5_amd64.deb
 a79ff94e237663a4b18b1ef533b547a5 377140 devel optional 
kvirc-dev_3.2.4-5_amd64.deb

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

iD8DBQFFTxi/zog/I2psrrURAj7bAJ9ama124dLT0/GW2wMTJuF0vPvu4gCgzWk3
N0oP3SyUXUmDHTGxt+NkVLA=
=jspt
-END PGP SIGNATURE-


Accepted:
kvirc-data_3.2.4-5_all.deb
  to pool/main/k/kvirc/kvirc-data_3.2.4-5_all.deb
kvirc-dev_3.2.4-5_amd64.deb
  to pool/main/k/kvirc/kvirc-dev_3.2.4-5_amd64.deb
kvirc_3.2.4-5.diff.gz
  to pool/main/k/kvirc/kvirc_3.2.4-5.diff.gz
kvirc_3.2.4-5.dsc
  to pool/main/k/kvirc/kvirc_3.2.4-5.dsc
kvirc_3.2.4-5_amd64.deb
  to pool/main/k/kvirc/kvirc_3.2.4-5_amd64.deb


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



Accepted dbus-glib 0.71-3 (source i386)

2006-11-06 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  3 Nov 2006 11:14:42 +0100
Source: dbus-glib
Binary: libdbus-glib-1-dev libdbus-glib-1-2
Architecture: source i386
Version: 0.71-3
Distribution: unstable
Urgency: low
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 libdbus-glib-1-2 - simple interprocess messaging system (GLib-based shared 
library)
 libdbus-glib-1-dev - simple interprocess messaging system (GLib interface)
Changes: 
 dbus-glib (0.71-3) unstable; urgency=low
 .
   * debian/patches/00_unref_crash.patch
 + Added. Fixes a crash if disposing one DBusGProxy causes another for the
   same service to be unreffed in a destroyed callback. (From upstream git)
Files: 
 45ef8f84c3d3c95eb0a879c263681e1b 791 devel optional dbus-glib_0.71-3.dsc
 16574088542fad956ae1d38216f633b9 15347 devel optional dbus-glib_0.71-3.diff.gz
 d1b304d7a0a4ffa7804c519f6c508c3f 164984 libdevel optional 
libdbus-glib-1-dev_0.71-3_i386.deb
 374a47accf3149d15472532c9a660f4a 120990 libs optional 
libdbus-glib-1-2_0.71-3_i386.deb

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

iD8DBQFFT7zygTd+SodosdIRAnCsAJwNW9F9se+g9ePyQVUTG4yEctKMngCfQzpC
VBzlMrtCAmf/bO9+ao6gDgE=
=6PPT
-END PGP SIGNATURE-


Accepted:
dbus-glib_0.71-3.diff.gz
  to pool/main/d/dbus-glib/dbus-glib_0.71-3.diff.gz
dbus-glib_0.71-3.dsc
  to pool/main/d/dbus-glib/dbus-glib_0.71-3.dsc
libdbus-glib-1-2_0.71-3_i386.deb
  to pool/main/d/dbus-glib/libdbus-glib-1-2_0.71-3_i386.deb
libdbus-glib-1-dev_0.71-3_i386.deb
  to pool/main/d/dbus-glib/libdbus-glib-1-dev_0.71-3_i386.deb


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



Accepted avahi 0.6.15-1 (source all i386)

2006-11-06 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 17:15:15 +0100
Source: avahi
Binary: python-avahi libavahi-client3 avahi-autoipd libavahi-glib-dev 
libavahi-common-data avahi-utils libavahi-common-dev libavahi-qt3-1 
libavahi-glib1 libavahi-qt4-dev libavahi-qt4-1 avahi-dnsconfd avahi-discover 
libavahi-compat-libdnssd-dev libavahi-compat-howl-dev libavahi-common3 
libavahi-core-dev libavahi-compat-howl0 libavahi-core4 libavahi-client-dev 
libavahi-compat-libdnssd1 libavahi-qt3-dev avahi-daemon
Architecture: source all i386
Version: 0.6.15-1
Distribution: unstable
Urgency: high
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 avahi-autoipd - Avahi IPv4LL network address configuration daemon
 avahi-daemon - Avahi mDNS/DNS-SD daemon
 avahi-discover - Service discover user interface for avahi
 avahi-dnsconfd - Avahi DNS configuration tool
 avahi-utils - Avahi browsing, publishing and discovery utilities
 libavahi-client-dev - Development files for the Avahi client library
 libavahi-client3 - Avahi client library
 libavahi-common-data - Avahi common data files
 libavahi-common-dev - Development files for the Avahi common library
 libavahi-common3 - Avahi common library
 libavahi-compat-howl-dev - Development headers for the Avahi Howl 
compatibility library
 libavahi-compat-howl0 - Avahi Howl compatibility library
 libavahi-compat-libdnssd-dev - Development headers for the Avahi Apple Bonjour 
compatibility lib
 libavahi-compat-libdnssd1 - Avahi Apple Bonjour compatibility library
 libavahi-core-dev - Development files for Avahi's embeddable mDNS/DNS-SD 
library
 libavahi-core4 - Avahi's embeddable mDNS/DNS-SD library
 libavahi-glib-dev - Development headers for the Avahi glib integration library
 libavahi-glib1 - Avahi glib integration library
 libavahi-qt3-1 - Avahi Qt3 integration library
 libavahi-qt3-dev - Development headers for the Avahi Qt3 integration library
 libavahi-qt4-1 - Avahi Qt4 integration library
 libavahi-qt4-dev - Development headers for the Avahi Qt4 integration library
 python-avahi - Python utility package for Avahi
Closes: 394330
Changes: 
 avahi (0.6.15-1) unstable; urgency=high
 .
   * New upstream version, urgency=high because of potential security fix:
 + Check that netlink messages actually originate from the kernel and
   not another process
   * debian/patches/02_local-service.patch:
 + Dropped, merged upstream
   * debian/control:
 + Fix the avahi-autoipd description (Closes: #394330)
Files: 
 d61accaced8cfd9c927f647884119ce7 1552 net optional avahi_0.6.15-1.dsc
 94dbd41336d18c47fc8213735a3fbf8e 892455 net optional avahi_0.6.15.orig.tar.gz
 baa8e4a9f776eaa1546ec696efee24c3 13367 net optional avahi_0.6.15-1.diff.gz
 9417a5dee9a12030d40da897b13da5dc 23866 python optional 
python-avahi_0.6.15-1_all.deb
 6395321b9c8c2ef50348c4eebde0f63f 22778 net optional 
avahi-discover_0.6.15-1_all.deb
 d12438d438d8a5a4a248eb476ca017c3 73012 net optional 
avahi-daemon_0.6.15-1_i386.deb
 ad5047454052416afbdcde656aa7f468 29500 net optional 
avahi-dnsconfd_0.6.15-1_i386.deb
 49b11168bc7a7d4ae142b1d436e2929c 38594 net optional 
avahi-autoipd_0.6.15-1_i386.deb
 a098b9c42d8b41b6597cf3c6d4cc 39900 net optional 
avahi-utils_0.6.15-1_i386.deb
 2da034c887c381739f79abb0ebb20ad1 36622 libs optional 
libavahi-common3_0.6.15-1_i386.deb
 0a42b3d764f0ac380e9e0a56 21018 libs optional 
libavahi-common-data_0.6.15-1_i386.deb
 48461d512a9a45328f414466346ca405 54380 libdevel optional 
libavahi-common-dev_0.6.15-1_i386.deb
 6b7047228da735e7a29d978d90416b4e 99788 libs optional 
libavahi-core4_0.6.15-1_i386.deb
 870fde39785628beb726b4abf3d51ec8 129414 libdevel optional 
libavahi-core-dev_0.6.15-1_i386.deb
 79db42183b54a85cd2328f0023cba23d 41476 libs optional 
libavahi-client3_0.6.15-1_i386.deb
 1260d4ead84114d0efb0e689c1f39859 48260 libdevel optional 
libavahi-client-dev_0.6.15-1_i386.deb
 431f83a9b0037ec07b18c8e13bed2b71 22880 libs optional 
libavahi-glib1_0.6.15-1_i386.deb
 62763ce24031e747f56db7eb3b5728cb 23744 libdevel optional 
libavahi-glib-dev_0.6.15-1_i386.deb
 27b0a94b44b43db35a29130ab9a13864 25540 libs optional 
libavahi-qt3-1_0.6.15-1_i386.deb
 1448a13220f21d47ae170ee4ceacfb0c 24996 libdevel optional 
libavahi-qt3-dev_0.6.15-1_i386.deb
 2f3568496f5ceb86652d942c91768709 23280 libs optional 
libavahi-qt4-1_0.6.15-1_i386.deb
 27bae8917046e10f7a060cadd3c726de 23194 libdevel optional 
libavahi-qt4-dev_0.6.15-1_i386.deb
 9a7260f2ab50397315ec54780f3dd3d3 35266 libs optional 
libavahi-compat-howl0_0.6.15-1_i386.deb
 73f23f25a0138ff1553832d816e8212d 48464 libdevel optional 
libavahi-compat-howl-dev_0.6.15-1_i386.deb
 8683b914b5da44c4c858f04d0fc96dfc 30748 libs optional 
libavahi-compat-libdnssd1_0.6.15-1_i386.deb
 9f47711ea6ebe5f22b30ba2f5cc5e945 50538 libdevel optional 
libavahi-compat-libdnssd-dev_0.6.15-1_i386.deb

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


Accepted canna 3.7p3-3.1 (source i386)

2006-11-06 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 07:27:45 +0100
Source: canna
Binary: canna-utils libcanna1g libcanna1g-dev canna
Architecture: source i386
Version: 3.7p3-3.1
Distribution: unstable
Urgency: low
Maintainer: Atsushi Mitsuka [EMAIL PROTECTED]
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 canna  - Japanese input system (server and dictionary)
 canna-utils - Japanese input system (utility)
 libcanna1g - Canna Runtime Library
 libcanna1g-dev - Canna Static Library and Headers
Closes: 313202 331770 334388 339328 380325 395979 396457
Changes: 
 canna (3.7p3-3.1) unstable; urgency=low
 .
   * Non-maintainer upload to fix pending l10n issues
   * Fix the dependency on debconf to allow cdebconf transition.
 Closes: #331770
   * Correct English in debconf templates. Closes: #313202, #395979
   * Remove /etc/canna/dics.dir.d/00canna.dics.dir from debian/conffiles
 This was, technically speaking, a FTBFS
   * Lintian fixes, while we're at it:
 - set the debhelper compatibility to 4 with debian/compat
 - use more up-to-date config.{guess|sub} files
   (the way it's done is not the cleanest but the simplest, which is
the most approrpiate for a NMU)
 - remove /etc/init.d/canna from conffiles and remove that now empty file
   (the file is automatically added to conffiles by debhelper)
 - provide an LSB header to the init script
   * Debconf templates translations:
 - Added Swedish. Closes: #339328
 - Added Portuguese. Closes: #380325
 - Added Spanish. Closes: #334388
 - Added Czech. Sent during the NMU campaign.
 - Added Russian. Sent during the NMU campaign.
 - Updated German. Closes: #396457
Files: 
 0b75ee6ccd092ff2a67c2dc631ed9b4a 669 utils optional canna_3.7p3-3.1.dsc
 1567781405d5292561ab95c58f2dbc90 51354 utils optional canna_3.7p3-3.1.diff.gz
 99d63cadd851bfe6367b30cadcb7d4ba 216524 utils optional canna_3.7p3-3.1_i386.deb
 3ab142335f6df835a92b6f48b0b67356 111422 utils optional 
canna-utils_3.7p3-3.1_i386.deb
 06f7d89c4d4d622c9e510ea6d5a0d10d 512862 libs optional 
libcanna1g_3.7p3-3.1_i386.deb
 fb70fa5f3bdf0bbeb9e49bac5454687e 578674 libdevel optional 
libcanna1g-dev_3.7p3-3.1_i386.deb

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

iD8DBQFFT46i1OXtrMAUPS0RAvuWAJ9NJvpFXD6QIRy+oBDEFsQrngZgZwCfZ01C
EIIxIu5ONOlCGP5MnoOUw40=
=Zs4g
-END PGP SIGNATURE-


Accepted:
canna-utils_3.7p3-3.1_i386.deb
  to pool/main/c/canna/canna-utils_3.7p3-3.1_i386.deb
canna_3.7p3-3.1.diff.gz
  to pool/main/c/canna/canna_3.7p3-3.1.diff.gz
canna_3.7p3-3.1.dsc
  to pool/main/c/canna/canna_3.7p3-3.1.dsc
canna_3.7p3-3.1_i386.deb
  to pool/main/c/canna/canna_3.7p3-3.1_i386.deb
libcanna1g-dev_3.7p3-3.1_i386.deb
  to pool/main/c/canna/libcanna1g-dev_3.7p3-3.1_i386.deb
libcanna1g_3.7p3-3.1_i386.deb
  to pool/main/c/canna/libcanna1g_3.7p3-3.1_i386.deb


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



Accepted dokuwiki 0.0.20061106-1 (source all)

2006-11-06 Thread Mohammed Adnène Trojette
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:41:38 +0100
Source: dokuwiki
Binary: dokuwiki
Architecture: source all
Version: 0.0.20061106-1
Distribution: unstable
Urgency: low
Maintainer: Mohammed Adnène Trojette [EMAIL PROTECTED]
Changed-By: Mohammed Adnène Trojette [EMAIL PROTECTED]
Description: 
 dokuwiki   - a standards compliant simple to use wiki
Changes: 
 dokuwiki (0.0.20061106-1) unstable; urgency=low
 .
   * New stable upstream release.
   * debian/watch was courtesy from Andreas Gohr [EMAIL PROTECTED].
Files: 
 6a161a098fc28c292778156a55956166 648 web optional dokuwiki_0.0.20061106-1.dsc
 4abab36f55f90ff1f780b5b48b4c47f1 1058194 web optional 
dokuwiki_0.0.20061106.orig.tar.gz
 fc053a76c5d2c86c022f476810e00291 25810 web optional 
dokuwiki_0.0.20061106-1.diff.gz
 38c181d93eb89e54d607aa73ce795a29 1105860 web optional 
dokuwiki_0.0.20061106-1_all.deb

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

iD8DBQFFT5DmOU3FkQ7XBOoRAlcRAJ9kH8ZdrH1PCTtsjlW5n3KKp7uZBgCfR2dk
L7uaBj+D2d+O2/uuqn8BtaQ=
=OCvQ
-END PGP SIGNATURE-


Accepted:
dokuwiki_0.0.20061106-1.diff.gz
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061106-1.diff.gz
dokuwiki_0.0.20061106-1.dsc
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061106-1.dsc
dokuwiki_0.0.20061106-1_all.deb
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061106-1_all.deb
dokuwiki_0.0.20061106.orig.tar.gz
  to pool/main/d/dokuwiki/dokuwiki_0.0.20061106.orig.tar.gz


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



Accepted orville-write 2.55-2 (source i386)

2006-11-06 Thread Shane Wegner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 11:37:15 -0800
Source: orville-write
Binary: orville-write
Architecture: source i386
Version: 2.55-2
Distribution: unstable
Urgency: low
Maintainer: Shane Wegner [EMAIL PROTECTED]
Changed-By: Shane Wegner [EMAIL PROTECTED]
Description: 
 orville-write - An alternative to the standard write program
Closes: 308830 313951 316696 327615 330611 332058
Changes: 
 orville-write (2.55-2) unstable; urgency=low
 .
   * Remove logfile on purge. (Closes: #327615)
   * Depend on either debconf or debconf-2.0. (Closes: #332058)
   * Merge l10n debconf translations. (Closes: #313951, #316696,
 #308830, #330611)
   * Standards version 3.7.2.2.
   * Handle write binary with update-alternatives.
Files: 
 95d772be9011bff34822502a8575ad84 583 utils extra orville-write_2.55-2.dsc
 94db19dcaea88f0a0bf80824f8c7c83b 31784 utils extra orville-write_2.55-2.diff.gz
 1e68491502f872bb2f36e1bd01f662bd 56300 utils extra 
orville-write_2.55-2_i386.deb
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFFT5GgT4maTv/jA10RAioRAKC6XEWYQkx35vYlQR2bcEe9h1WRSwCdHUxE
PqsCRW1Qm6yBz0wBSjvMegc=
=wGBU
-END PGP SIGNATURE-


Accepted:
orville-write_2.55-2.diff.gz
  to pool/main/o/orville-write/orville-write_2.55-2.diff.gz
orville-write_2.55-2.dsc
  to pool/main/o/orville-write/orville-write_2.55-2.dsc
orville-write_2.55-2_i386.deb
  to pool/main/o/orville-write/orville-write_2.55-2_i386.deb


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



Accepted geos 2.2.3-3 (source all amd64)

2006-11-06 Thread Fabio Tranchitella
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 21:35:52 +0100
Source: geos
Binary: libgeos-dev libgeos2c2a libgeos-c1 libgeos-doc
Architecture: source all amd64
Version: 2.2.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
Changed-By: Fabio Tranchitella [EMAIL PROTECTED]
Description: 
 libgeos-c1 - Geometry engine for Geographic Information Systems - C Library
 libgeos-dev - Geometry engine for GIS - Development files
 libgeos-doc - Documentation for the GEOS GIS geometry engine library
 libgeos2c2a - Geometry engine for Geographic Information Systems - C++ Library
Changes: 
 geos (2.2.3-3) unstable; urgency=low
 .
   * debian/control: move doxygen from build-depends-indep to build-depends.
Files: 
 aa1c72b75e1be17aa8c031988e5044c7 724 science optional geos_2.2.3-3.dsc
 1dade6e69510bcb1e308545566be9e24 4745 science optional geos_2.2.3-3.diff.gz
 711377bbfc7fb92bd25fd52d9664f2d7 266484 doc optional 
libgeos-doc_2.2.3-3_all.deb
 03258d720c18b18c3f1e9ccec7e7a7f1 719748 libdevel optional 
libgeos-dev_2.2.3-3_amd64.deb
 954bf4f376bc43c8e7ec5822fd5859d2 22872 libs optional 
libgeos-c1_2.2.3-3_amd64.deb
 d08ad9d5f28eb95e17c3f604a9163bfa 359498 libs optional 
libgeos2c2a_2.2.3-3_amd64.deb

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

iD4DBQFFT57vK/juK3+WFWQRAvToAJ9U7tirfervCUPzMgdZ0uDjLF2tUQCTB868
bmt15dUCH88METcr0o4+KQ==
=5rJw
-END PGP SIGNATURE-


Accepted:
geos_2.2.3-3.diff.gz
  to pool/main/g/geos/geos_2.2.3-3.diff.gz
geos_2.2.3-3.dsc
  to pool/main/g/geos/geos_2.2.3-3.dsc
libgeos-c1_2.2.3-3_amd64.deb
  to pool/main/g/geos/libgeos-c1_2.2.3-3_amd64.deb
libgeos-dev_2.2.3-3_amd64.deb
  to pool/main/g/geos/libgeos-dev_2.2.3-3_amd64.deb
libgeos-doc_2.2.3-3_all.deb
  to pool/main/g/geos/libgeos-doc_2.2.3-3_all.deb
libgeos2c2a_2.2.3-3_amd64.deb
  to pool/main/g/geos/libgeos2c2a_2.2.3-3_amd64.deb


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



Accepted socklog 2.1.0-5 (source all)

2006-11-06 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:27:25 +
Source: socklog
Binary: socklog-run socklog
Architecture: all source
Version: 2.1.0-5
Distribution: unstable
Urgency: low
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 socklog- system and kernel logging services (programs)
 socklog-run - system and kernel logging services
Closes: 396687
Changes: 
 socklog (2.1.0-5) unstable; urgency=low
 .
   * debian/socklog.postinst: don't make the log service system user
 log member of group adm, but nogroup; log's home directory is
 /nonexistent (closes: #396687).
   * debian/socklog-run.postinst: make log directories mode 2750, owner
 log:adm.
Files: 
 0ab24e70cf51e8e649296352badddf53 536 admin optional socklog_2.1.0-5.dsc
 1715e4a361d74dcdd682a49c49384d1d 8638 admin optional socklog_2.1.0-5.diff.gz
 3d69327bb71d0ce8246c908072fae522 12860 admin optional 
socklog-run_2.1.0-5_all.deb

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

iD8DBQFFT6nIGJoyQbxwpv8RAnkDAJ4vsiFnfqy1gI6VhHQY/37x8K2WZwCgms3n
9kaxjJdetMYR76cJON1SA8E=
=voDd
-END PGP SIGNATURE-


Accepted:
socklog-run_2.1.0-5_all.deb
  to pool/main/s/socklog/socklog-run_2.1.0-5_all.deb
socklog_2.1.0-5.diff.gz
  to pool/main/s/socklog/socklog_2.1.0-5.diff.gz
socklog_2.1.0-5.dsc
  to pool/main/s/socklog/socklog_2.1.0-5.dsc


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



Accepted davfs2 1.1.2-2 (source i386)

2006-11-06 Thread Luciano Bello
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun,  5 Nov 2006 15:03:00 -0300
Source: davfs2
Binary: davfs2
Architecture: source i386
Version: 1.1.2-2
Distribution: unstable
Urgency: medium
Maintainer: Luciano Bello [EMAIL PROTECTED]
Changed-By: Luciano Bello [EMAIL PROTECTED]
Description: 
 davfs2 - mount a WebDAV resource as a regular file system
Closes: 394845 396988
Changes: 
 davfs2 (1.1.2-2) unstable; urgency=medium
 .
   * Acknowledge NMU (closes: Bug#394845, #396988).
   * The copyright file links to GPL-2 insted of GPL because the license is
 GPLv2 and no GPLv2 or any later version
Files: 
 6071220cd85c0c8de1d06e6e48ede0c4 613 utils extra davfs2_1.1.2-2.dsc
 580b3c1839ada50948ee2932ecc0a268 35829 utils extra davfs2_1.1.2-2.diff.gz
 586234df9d59c748ce736e0a7b059024 69822 utils extra davfs2_1.1.2-2_i386.deb

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

iD8DBQFFT5RK5UTeB5t8Mo0RAllxAJ4mNoEa/vuu1p1SUMyavI/ht+8BfQCgkxuG
fsHIB5OwxUPmgPlSCNuO1Xg=
=mKgI
-END PGP SIGNATURE-


Accepted:
davfs2_1.1.2-2.diff.gz
  to pool/main/d/davfs2/davfs2_1.1.2-2.diff.gz
davfs2_1.1.2-2.dsc
  to pool/main/d/davfs2/davfs2_1.1.2-2.dsc
davfs2_1.1.2-2_i386.deb
  to pool/main/d/davfs2/davfs2_1.1.2-2_i386.deb


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



Accepted xfce4-taskmanager 0.4.0~rc2-2 (source i386)

2006-11-06 Thread Yves-Alexis Perez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 26 Oct 2006 21:44:34 +0200
Source: xfce4-taskmanager
Binary: xfce4-taskmanager
Architecture: source i386
Version: 0.4.0~rc2-2
Distribution: unstable
Urgency: low
Maintainer: Debian Xfce Maintainers pkg-xfce-devel@lists.alioth.debian.org
Changed-By: Yves-Alexis Perez [EMAIL PROTECTED]
Description: 
 xfce4-taskmanager - process manager for the Xfce4 Desktop Environment
Closes: 389517
Changes: 
 xfce4-taskmanager (0.4.0~rc2-2) unstable; urgency=low
 .
   * Incorporate patch from Dann Frazier to fix implicit pointer conversion and
 avoid a possible segfault on ia64 and amd64. Thanks !  closes: #389517
Files: 
 ad236e66a08aaacd58ac5faea6174934 941 x11 optional 
xfce4-taskmanager_0.4.0~rc2-2.dsc
 8cba2161162e881cfa236cdeb0b703c6 1795 x11 optional 
xfce4-taskmanager_0.4.0~rc2-2.diff.gz
 8d25c6dd1478bd7ff8ba4d099d3f69e7 18252 x11 optional 
xfce4-taskmanager_0.4.0~rc2-2_i386.deb

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

iD8DBQFFT6h4C6DuA+rxm2ARAt6aAJsFn0hqIByVM7ZF+irbXQdWX7cUPACfVixI
LWN7QyJLEciGe1/rFu2f7WA=
=a/HJ
-END PGP SIGNATURE-


Accepted:
xfce4-taskmanager_0.4.0~rc2-2.diff.gz
  to pool/main/x/xfce4-taskmanager/xfce4-taskmanager_0.4.0~rc2-2.diff.gz
xfce4-taskmanager_0.4.0~rc2-2.dsc
  to pool/main/x/xfce4-taskmanager/xfce4-taskmanager_0.4.0~rc2-2.dsc
xfce4-taskmanager_0.4.0~rc2-2_i386.deb
  to pool/main/x/xfce4-taskmanager/xfce4-taskmanager_0.4.0~rc2-2_i386.deb


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



Accepted goffice 0.3.3-1 (source all i386)

2006-11-06 Thread J.H.M. Dassen (Ray)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 22:47:56 +0100
Source: goffice
Binary: libgoffice-0-dev libgoffice-0-common libgoffice-0-3-dbg libgoffice-0-3
Architecture: source all i386
Version: 0.3.3-1
Distribution: experimental
Urgency: low
Maintainer: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Changed-By: J.H.M. Dassen (Ray) [EMAIL PROTECTED]
Description: 
 libgoffice-0-3 - Document centric objects library - runtime files
 libgoffice-0-3-dbg - Document centric objects library - debugging files
 libgoffice-0-common - Document centric objects library - common files
 libgoffice-0-dev - Document centric objects library - runtime files
Changes: 
 goffice (0.3.3-1) experimental; urgency=low
 .
   * New upstream development release.
Files: 
 09deae32760bd1a21c97b007271e4f80 1084 libs optional goffice_0.3.3-1.dsc
 e0ed1cded066cd2ee4ba9e0cd68a36d1 2743970 libs optional 
goffice_0.3.3.orig.tar.gz
 ed628a8143ff4a03190fe2e6d6836678 5967 libs optional goffice_0.3.3-1.diff.gz
 596495103690da84533e89c62ec3a64f 317128 libdevel optional 
libgoffice-0-dev_0.3.3-1_i386.deb
 a4d2a8e3b5d9a7477461aa57746bd8f9 1323938 libdevel extra 
libgoffice-0-3-dbg_0.3.3-1_i386.deb
 a7b4e241cb2a713b838711a1281b19d2 602628 libs optional 
libgoffice-0-3_0.3.3-1_i386.deb
 3bd1d922aaa5c46121bd358dc12c81c0 801468 libs optional 
libgoffice-0-common_0.3.3-1_all.deb

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

iD8DBQFFT73rIwmOUm50p9ERAqnPAKDQPtXFN6qCeA4Jn2aKAyrlyL2N5wCgwo7N
1ABZBxcOptpTqAvruUuxDGo=
=ukDc
-END PGP SIGNATURE-


Accepted:
goffice_0.3.3-1.diff.gz
  to pool/main/g/goffice/goffice_0.3.3-1.diff.gz
goffice_0.3.3-1.dsc
  to pool/main/g/goffice/goffice_0.3.3-1.dsc
goffice_0.3.3.orig.tar.gz
  to pool/main/g/goffice/goffice_0.3.3.orig.tar.gz
libgoffice-0-3-dbg_0.3.3-1_i386.deb
  to pool/main/g/goffice/libgoffice-0-3-dbg_0.3.3-1_i386.deb
libgoffice-0-3_0.3.3-1_i386.deb
  to pool/main/g/goffice/libgoffice-0-3_0.3.3-1_i386.deb
libgoffice-0-common_0.3.3-1_all.deb
  to pool/main/g/goffice/libgoffice-0-common_0.3.3-1_all.deb
libgoffice-0-dev_0.3.3-1_i386.deb
  to pool/main/g/goffice/libgoffice-0-dev_0.3.3-1_i386.deb


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



Accepted dbus 0.94-2 (source all i386)

2006-11-06 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 22:02:19 +0100
Source: dbus
Binary: dbus-1-doc libdbus-1-dev libdbus-1-3 dbus dbus-1-utils
Architecture: source all i386
Version: 0.94-2
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team [EMAIL PROTECTED]
Changed-By: Sjoerd Simons [EMAIL PROTECTED]
Description: 
 dbus   - simple interprocess messaging system
 dbus-1-doc - simple interprocess messaging system (documentation)
 dbus-1-utils - simple interprocess messaging system (utilities)
 libdbus-1-3 - simple interprocess messaging system
 libdbus-1-dev - simple interprocess messaging system (development headers)
Closes: 395358 397303 3395938
Changes: 
 dbus (0.94-2) unstable; urgency=medium
 .
   [ Sebastian Dröge ]
   * debian/patches/30_dbus_send_close_shared_connection.patch:
 + Don't close shared connection in dbus-send. (Closes: 395358, 397303)
   Patch from upstream CVS
 .
   [ Sjoerd Simons ]
   * patches/40_dbus_launch_get_uuid.patch
 + Added. Check if get_machine_uuid() returns NULL before proceeding any
  further: we can't init the X atoms or create a session file name if there
  is no machine ID. Solves a dbus-launch crash if there is no machine id.
  (Closes: 3395938) Patch from upstream CVS
   * 2 important bugfixes, setting urgency to medium.
Files: 
 1b2d9c6c8f36d5e10663bf25a542c103 801 devel optional dbus_0.94-2.dsc
 6847314c3290c4c6ea8991dde8663a9e 22152 devel optional dbus_0.94-2.diff.gz
 df65052a4a1808203b38a97b6fe91094 1536270 doc optional dbus-1-doc_0.94-2_all.deb
 ffaa8b7f22cedf9c680536bf810e2f15 340714 devel optional dbus_0.94-2_i386.deb
 ccfebe902fbfb9526e43bf571ba23fcf 260438 libs optional 
libdbus-1-3_0.94-2_i386.deb
 6fec71dc88b6b409ba753808fcc84c64 174278 utils optional 
dbus-1-utils_0.94-2_i386.deb
 8ea3b9df33ef7832fc4dcad184fe2cfa 322698 libdevel optional 
libdbus-1-dev_0.94-2_i386.deb

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

iD8DBQFFT7n9gTd+SodosdIRAhDoAJ91it37wcNZUCUFx6J2H8q9OKYf4ACfZeBS
XWKlqsKoyna3BhZWoD6REPA=
=qLGc
-END PGP SIGNATURE-


Accepted:
dbus-1-doc_0.94-2_all.deb
  to pool/main/d/dbus/dbus-1-doc_0.94-2_all.deb
dbus-1-utils_0.94-2_i386.deb
  to pool/main/d/dbus/dbus-1-utils_0.94-2_i386.deb
dbus_0.94-2.diff.gz
  to pool/main/d/dbus/dbus_0.94-2.diff.gz
dbus_0.94-2.dsc
  to pool/main/d/dbus/dbus_0.94-2.dsc
dbus_0.94-2_i386.deb
  to pool/main/d/dbus/dbus_0.94-2_i386.deb
libdbus-1-3_0.94-2_i386.deb
  to pool/main/d/dbus/libdbus-1-3_0.94-2_i386.deb
libdbus-1-dev_0.94-2_i386.deb
  to pool/main/d/dbus/libdbus-1-dev_0.94-2_i386.deb


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



Accepted git-core 1:1.4.3.3-2 (source all)

2006-11-06 Thread Gerrit Pape
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon,  6 Nov 2006 20:12:08 +
Source: git-core
Binary: git-email git-core git-daemon-run git-doc git-cvs git-svn gitk gitweb 
git-arch
Architecture: all source
Version: 1:1.4.3.3-2
Distribution: unstable
Urgency: medium
Maintainer: Gerrit Pape [EMAIL PROTECTED]
Changed-By: Gerrit Pape [EMAIL PROTECTED]
Description: 
 git-arch   - content addressable filesystem (arch interoperability)
 git-core   - content addressable filesystem
 git-cvs- content addressable filesystem (cvs interoperability)
 git-daemon-run - content addressable filesystem (git-daemon service)
 git-doc- content addressable filesystem (documentation)
 git-email  - content addressable filesystem (email add-on)
 git-svn- content addressable filesystem (svn interoperability)
 gitk   - content addressable filesystem (revision tree visualizer)
 gitweb - content addressable filesystem (web interface)
Closes: 396687
Changes: 
 git-core (1:1.4.3.3-2) unstable; urgency=medium
 .
   * debian/git-daemon-run.postinst: don't make the log service system user
 gitlog member of group adm, but nogroup; gitlog's home directory is
 /nonexistent (thx Florian Weimer, closes: #396687).
   * debian/git-daemon/log/run: make /var/log/git-daemon log directory mode
 2750, owner gitlog:adm.
   * debian/changelog.upstream: upstream changes taken from mailing list
 announcements.
Files: 
 fd4aa4812b3a7f509e7fa4c7da2db38e 778 devel optional git-core_1.4.3.3-2.dsc
 1bb8609a5cb7b716b840f74b6bc2d168 50132 devel optional 
git-core_1.4.3.3-2.diff.gz
 e376114d1d6f0db93ed49305a09a5ce5 427822 doc optional git-doc_1.4.3.3-2_all.deb
 657dcf990ee24caeab6a4b259a892d7a 59878 devel optional 
git-arch_1.4.3.3-2_all.deb
 7d39a1cec6ce847189fed900663358e0 84510 devel optional git-cvs_1.4.3.3-2_all.deb
 6907ce516cf03cca728dedd263269326 91278 devel optional git-svn_1.4.3.3-2_all.deb
 ec822318ee47b34aaf8a8e0b08af0e28 46624 devel optional 
git-daemon-run_1.4.3.3-2_all.deb
 2d31bcc0c2f60f59cc408ce518ed0dbf 53798 devel optional 
git-email_1.4.3.3-2_all.deb
 b06aa6ab3f57b97719c51510adb78d91 90670 devel optional gitk_1.4.3.3-2_all.deb
 5a8d9b37377f4bac8e7b99f765d810df 74690 devel optional gitweb_1.4.3.3-2_all.deb

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

iD8DBQFFT551GJoyQbxwpv8RAmOlAJ95jdXsUusEbMoO9Zk+nIZCPX6uOQCcCYBT
zi3jkWTZkkJUs3vf4c9NJX8=
=iUIY
-END PGP SIGNATURE-


Accepted:
git-arch_1.4.3.3-2_all.deb
  to pool/main/g/git-core/git-arch_1.4.3.3-2_all.deb
git-core_1.4.3.3-2.diff.gz
  to pool/main/g/git-core/git-core_1.4.3.3-2.diff.gz
git-core_1.4.3.3-2.dsc
  to pool/main/g/git-core/git-core_1.4.3.3-2.dsc
git-cvs_1.4.3.3-2_all.deb
  to pool/main/g/git-core/git-cvs_1.4.3.3-2_all.deb
git-daemon-run_1.4.3.3-2_all.deb
  to pool/main/g/git-core/git-daemon-run_1.4.3.3-2_all.deb
git-doc_1.4.3.3-2_all.deb
  to pool/main/g/git-core/git-doc_1.4.3.3-2_all.deb
git-email_1.4.3.3-2_all.deb
  to pool/main/g/git-core/git-email_1.4.3.3-2_all.deb
git-svn_1.4.3.3-2_all.deb
  to pool/main/g/git-core/git-svn_1.4.3.3-2_all.deb
gitk_1.4.3.3-2_all.deb
  to pool/main/g/git-core/gitk_1.4.3.3-2_all.deb
gitweb_1.4.3.3-2_all.deb
  to pool/main/g/git-core/gitweb_1.4.3.3-2_all.deb


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



  1   2   >