Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Faidon Liambotis
Robert Edmonds wrote:
  This package provides the source code for the tg3dfsg kernel
  module.  Kernel source or headers are required to compile this module.
 
 This driver complies with GR 2006-004 and should support all Tigon3
 hardware except for 5701a0 chipsets.  I intend to upload it should
 linux kernel images be uploaded which lack the tg3 driver.
This doesn't sound good.

Any reason why your 5701a0-removal patch can't be applied to our kernel
packages?
Or even better, why the driver can't be converted to use
request_firmware() instead of embedding the firmware to the source?

Regards,
Faidon


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



Re: RFC 2?821 and CNAMEs

2007-10-10 Thread Russ Allbery
martin f krafft [EMAIL PROTECTED] writes:

 I can't believe DNS (or SMTP for that matter) hasn't moved along in
 decades... at least not since people started to understand that data
 redundancy (not caching!) is a bad thing.

Yeah, both DNS and SMTP basically froze in stone a while back, and except
for the stuff that can be done with new RRs in DNS or extensions in SMTP,
really nothing changes.  Too much code out there that will break if any
little thing is different.  There are advantages to having a mature
standard, but it means that we get to live with all the mistakes and
marginal decisions forever and one ends up just memorizing them.

This is particularly bad in the area of SMTP because it's hard enough to
write a fully compliant to every last detail SMTP agent that it's a great
way of catching spamware, which is often written by incompetent
programmers or in a huge hurry.  So it's become quite popular to enforce
every little detail of the SMTP standard, no matter how obscure, because
the main Unix MTAs follow the standard in great detail and every new thing
that you can find rejects a bunch of spam.

For example, Stanford University rejects 80% (!!) of our incoming mail
just by requiring an RFC-2821-compliant HELO.

 Sorry for the noise on d-devel.

It's a little off-topic, but it's obscure enough stuff that affects enough
people that I think it's nice to repeat it periodically.  I end up
answering a ton of questions like this in my day job.

-- 
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: Compiling all packages with debug information?

2007-10-10 Thread Carlos San Esteban
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

First of all, I think it's a great idea.

Well, we have the src packages then we only needs other package '-dbg'.
This one only need to change the options and install the libraries
needed, It could make all the work to leave the dbg program ready to
use, and uninstall it only needs to remove the package '-dbg'.

I think that create this package it's not a lot of work for the
mantainer and its size will be the smallest XD.


Sorry for my English, corrections are welcome.


Michal Čihař wrote:
 Hi
 
 Dne Mon, 8 Oct 2007 11:51:12 +0200
 Philipp Marek [EMAIL PROTECTED] napsal(a):
 
 I'd assume it's not so much the binary size of the packages, but the number 
 of 
 them ... that's why I asked whether a new branch might be better for them.
 Like stable, testing, unstable, experimental ... dbginfo. Then 
 normal users wouldn't even see this packages.
 
 It is the size of packages what matters. In most cases debug symbols
 in -dbg packages much larger than stripped package itself. Just random
 package that I maintain:
 
 $ apt-cache show libgammu2 libgammu2-dbg | egrep 'Package:|^Size:'
 Package: libgammu2
 Size: 423010
 Package: libgammu2-dbg
 Size: 972178
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHDH9RBG3a4ia9y9QRAgi3AJ4xEXf3N82bHixemGGn4OuZEAUDLgCfS7Na
hamBTJBaoRhBQ6wo2AOK980=
=BB4h
-END PGP SIGNATURE-


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



Re: Compiling all packages with debug information?

2007-10-10 Thread Russ Allbery
Carlos San Esteban [EMAIL PROTECTED] writes:

 First of all, I think it's a great idea.

 Well, we have the src packages then we only needs other package '-dbg'.
 This one only need to change the options and install the libraries
 needed, It could make all the work to leave the dbg program ready to
 use, and uninstall it only needs to remove the package '-dbg'.

 I think that create this package it's not a lot of work for the
 mantainer and its size will be the smallest XD.

The packages would take up considerable space in the mirror network, which
is not unlimited.  It's not about the space consumed on the local system.

-- 
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: Compiling all packages with debug information?

2007-10-10 Thread Russ Allbery
Russ Allbery [EMAIL PROTECTED] writes:
 Carlos San Esteban [EMAIL PROTECTED] writes:

 First of all, I think it's a great idea.

 Well, we have the src packages then we only needs other package '-dbg'.
 This one only need to change the options and install the libraries
 needed, It could make all the work to leave the dbg program ready to
 use, and uninstall it only needs to remove the package '-dbg'.

 I think that create this package it's not a lot of work for the
 mantainer and its size will be the smallest XD.

 The packages would take up considerable space in the mirror network,
 which is not unlimited.  It's not about the space consumed on the local
 system.

Oh, your private e-mail helped me understand what you're proposing.
You're saying that we could set it up so that the local user could build
the -dbg packages if they need them.

One difficulty is that in general the debugging symbols from a different
build will not match the libraries in the Debian archive, so the local
user would need to build a whole new set of packages and replace the
packages on their system with them.  Otherwise, yes, that would work,
although we don't really have a good mechanism for Debian packages to
optionally build certain packages from the same source.

-- 
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: Bug#446030: RFA: kbd -- Linux console font and keytable utilities

2007-10-10 Thread Anton Zinoviev
On Wed, Oct 10, 2007 at 01:56:03AM +0200, Kurt Roeckx wrote:
 
 Is there a reason to still keep kbd around? 

Kbd has upstream maintainer, console-tools is dead.  Because of this
Alastair McKinstry has already tagged several bugs as wontfix [*].

The transition from console-tools to kbd has been planned for years
and the only reason of the delay is the chronic shortage of console
maintainers in Debian.  It seems Alastair supports only console-tools
and for the rest it is only me and Christian Perrier and we both are
doing this only because nobody else does.

 Is there something in kbd that console-tools doesn't do?

Kbd supports large fonts for high-resolution framebuffer modes.

Also the utilities of console-tools depend on libconsole.  I think
because of this it will be difficult to create small size udebs based
on console-tools.

Anton Zinoviev

[*] http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=14;bug=52544


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



Bug#446057: ITP: uspp -- Universal Serial Port Python library

2007-10-10 Thread Martin-Éric Racine
Package: wnpp
Severity: wishlist
Owner: Martin-Éric Racine [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: uspp
  Version : 1.0
  Upstream Author : Isaac Barona Martinez [EMAIL PROTECTED]
* URL : http://ibarona.googlepages.com/uspp
* License : LGPL 2.1 or later
  Programming Lang: Python
  Description : Universal Serial Port Python library

USPP is a multi-platform Python module to access serial ports.

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

iD8DBQFHDI7DeXr56x4Muc0RAgQ/AKCdbihumu/cyofU+zeNe0CxwVD1IwCgrUo9
rvxGBTsC6WxoYibsGMf1ZiA=
=tE52
-END PGP SIGNATURE-




Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-10 Thread Florian Weimer
* Pierre Habouzit:

 (I don't know anything about Perforce.  Perhaps it's really dangerous
 software.  But perhaps it's just non-free.)

   OTOH I'm always reluctant to see new things enter non-free when there
 is perfectly suitable alternatives. I mean git, hg, bzr, or even the
 horrible svn can do what p4 does, or even way better.

Neither of them speaks the Perforce protocol.

   But I understand that you don't always chose the tools you have to use
 at work.

There are a some free software projects that use Perforce.


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



Re: RFC 2?821 and CNAMEs

2007-10-10 Thread martin f krafft
also sprach Ian Jackson [EMAIL PROTECTED] [2007.10.10.1059 +0100]:
 In particular, I have seen MTAs which would (taking your situation as
 a concrete example, and when relaying mail eg as a smarthost), after
 receiving a mail with
RCPT TO:[EMAIL PROTECTED]
 would look lapse.madduck.net in the DNS, see it's an alias, and then
 decide that the right thing to do was to send to your MX
RCPT TO:[EMAIL PROTECTED]
 
 (Obviously this behaviour is completely barking.)

Yes, I have seen those two, namely MS Exchange.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
zum christentum wird man nicht geboren,
 man muß dazu nur krank genug sein.
 - friedrich nietzsche


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#446066: ITP: libdevel-ebug-perl -- A simple, extensible Perl debugger

2007-10-10 Thread Peter Makholm
Package: wnpp
Severity: wishlist
Owner: Peter Makholm [EMAIL PROTECTED]


* Package name: libdevel-ebug-perl
  Version : 0.48
  Upstream Author : Leon Brocard, [EMAIL PROTECTED]
* URL : http://search.cpan.org/~lbrocard/Devel-ebug-0.48/
* License : as Perl itself (ie. artistic or GPL)
  Programming Lang: Perl
  Description : A simple, extensible Perl debugger

Devel::ebug is a simple, extensible Perl debugger with a clean API. Using this
module, you may easily write a Perl debugger to debug your programs.
Alternatively, it comes with an interactive debugger, ebug.

[... problems with perl5db.pl ... ]

Devel::ebug is aimed at fixing these problems and delivering a replacement
debugger which provides a well-tested simple programmatic interface to
debugging programs. This makes it easier to build debuggers on top of
Devel::ebug, be they console-, curses-, GUI- or Ajax-based.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-xen-amd64
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=locale: Cannot set 
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968) (ignored: LC_ALL set to en_DK.ISO-8859-15)



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



Re: RFC 2?821 and CNAMEs

2007-10-10 Thread Ian Jackson
martin f krafft writes (Re: RFC 2?821 and CNAMEs):
 Of course I can ensure that, and that's what I had a while ago: for
 each of my road-warriors (rw.madduck.net; 19 of them; no, not all
 laptops; long story), I had a separate pair of MX RRs.
 
 I sought to simplify that and created rw.madduck.net with two MX RRs
 and CNAMEd the 19 domain names to that,

You should definitely change this, not just because my strict reading
of the state of the standards forbids it, but also because the
behaviour of other MTAs is not always what you want.

In particular, I have seen MTAs which would (taking your situation as
a concrete example, and when relaying mail eg as a smarthost), after
receiving a mail with
   RCPT TO:[EMAIL PROTECTED]
would look lapse.madduck.net in the DNS, see it's an alias, and then
decide that the right thing to do was to send to your MX
   RCPT TO:[EMAIL PROTECTED]

(Obviously this behaviour is completely barking.)

Ian.


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



Re: seeking: Ian Jackson

2007-10-10 Thread Florian Weimer
RFC 1123 contains this requirement:

  5.2.2  Canonicalization: RFC-821 Section 3.1

 The domain names that a Sender-SMTP sends in MAIL and RCPT
 commands MUST have been  canonicalized, i.e., they must be
 fully-qualified principal names or domain literals, not
 nicknames or domain abbreviations.  A canonicalized name either
 identifies a host directly or is an MX name; it cannot be a
 CNAME.

This means that it's fine to use domains pointing to CNAMEs in Internet
mail.  It does not matter if RFC 821 requires canonical names in RCPT or
MAIL arguments because it's the job of the sending to apply
canonicalization to comply with this requirement.

But it's generally wrong to expect that RFCs reflect what's being done
on the Internet.  Current state of affairs is that hardly anybody
implements that rule from RFC 1123 correctly. Sendmail applies it to
headers as well, which is simply wrong.  Exim doesn't implement it at
all.  I don't know about Postfix.  Some MTAs (like Ian's) enforce that
RCPT/MAIL arguments are in fact canonical names, decreasing email
reachability.  There aren't that many MTAs which do that (and I think
it's a questionable configuration choice), and the only reasonable way
around that is not to use non-canonical domains in email addresses.

The MX-to-CNAME and CNAME-to-CNAME issues are unrelated.  CNAME-to-CNAME
works in the sense that clients which can cope with a single CNAME
indirection correctly implement CNAME chasing, provided that chain is
not too long to cause the DNS response not to fit into a 512 byte
packet.  (This has been emprically demonstrated by Akamai and others.)
Some MTAs bounce mail targeted at MX-to-CNAME domains (IIRC, smail
contains a configuration option to do this), so you should generally
avoid this to avoid email reachability issues. And NS-to-CNAME doesn't
work at all, BTW.


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



Re: seeking: Ian Jackson

2007-10-10 Thread martin f krafft
also sprach Florian Weimer [EMAIL PROTECTED] [2007.10.10.1145 +0100]:
 RFC 1123 contains this requirement:
 
   5.2.2  Canonicalization: RFC-821 Section 3.1
 
  The domain names that a Sender-SMTP sends in MAIL and RCPT
  commands MUST have been  canonicalized, i.e., they must be
  fully-qualified principal names or domain literals, not
  nicknames or domain abbreviations.  A canonicalized name either
  identifies a host directly or is an MX name; it cannot be a
  CNAME.
 
 This means that it's fine to use domains pointing to CNAMEs in Internet
 mail. 

I think it says exactly the opposite, don't you?

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems
 
if loving linux is wrong, i don't want to be right.


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Re: Bug#446057: ITP: uspp -- Universal Serial Port Python library

2007-10-10 Thread Hamish Moffatt
On Wed, Oct 10, 2007 at 11:35:15AM +0300, Martin-Éric Racine wrote:
 Package: wnpp
 Severity: wishlist
 Owner: Martin-Éric Racine [EMAIL PROTECTED]
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 * Package name: uspp
   Version : 1.0
   Upstream Author : Isaac Barona Martinez [EMAIL PROTECTED]
 * URL : http://ibarona.googlepages.com/uspp
 * License : LGPL 2.1 or later
   Programming Lang: Python
   Description : Universal Serial Port Python library
 
 USPP is a multi-platform Python module to access serial ports.

You might wish to investigate python-serial instead (already in Debian)
which appears to do exactly the same thing. It supports Windows and
POSIX platforms.

IMHO universal/multi-platform isn't actually an interesting property of
a Debian package.

cheers
Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Bug#446103: ITP: displayconfig-gtk -- Simple gtk tool to change xserver settings like graphics card driver or monitor.

2007-10-10 Thread Martin Albisetti
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org

--- Please fill out the fields below. ---

   Package name: displayconfig-gtk
Version: 0.3.3
Upstream Author: Michael Vogt [EMAIL PROTECTED] and Sebastian
Heinlein [EMAIL PROTECTED]
URL: https://launchpad.net/displayconfig-gtk/
License: GPL
Description:  Simple gtk tool to change xserver settings like
graphics card driver or monitor.
It uses the guidance backend to manipulate the xorg.conf.



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



Re: Bug#445866: ITP: perforce -- closed source revision control system

2007-10-10 Thread Steve Greenland
On 08-Oct-07, 16:15 (CDT), Steinar H. Gunderson [EMAIL PROTECTED] wrote: 
 On Mon, Oct 08, 2007 at 03:41:21PM -0400, Roberto C. S??nchez wrote:
  Given the great abundance of revision control systems already packaged
  for Debian, what is the point of adding another?
 
 I don't see the relevance of this argument, really, but if you really think
 it's a problem: What if someone needed to access an existing Perforce
 repository?

They could download and install the client from Perforce?

Steve

-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net


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



Re: Bug#446030: RFA: kbd -- Linux console font and keytable utilities

2007-10-10 Thread Christian Perrier
Quoting Anton Zinoviev ([EMAIL PROTECTED]):

 The transition from console-tools to kbd has been planned for years
 and the only reason of the delay is the chronic shortage of console
 maintainers in Debian.  It seems Alastair supports only console-tools
 and for the rest it is only me and Christian Perrier and we both are
 doing this only because nobody else does.

To be precise, I personnally do no work on kbd...

I try to maintain console-common in a very low involvment mode and
with very minimal competences for doing so.

I have a better activity on console-data (which provide keymaps and
console fonts) but also keeping it in maintenance mode rather than
being proactive.




signature.asc
Description: Digital signature


Re: Bug#445712: ITP: vdr-plugin-xine -- allows xine to be a display for vdr, the Video Disk Recorder

2007-10-10 Thread Reinhard Tartler
Thomas Schmidt [EMAIL PROTECTED] writes:

 Package: wnpp
 Severity: wishlist
 Owner: Debian VDR Team [EMAIL PROTECTED]


 * Package name: vdr-plugin-xine
   Version : 0.7.11
   Upstream Author : Reinhard Nißl [EMAIL PROTECTED]
 * URL : http://home.vrweb.de/~rnissl/
 * License : GPL
   Programming Lang: C++
   Description : allows xine to be a display for vdr, the Video Disk 
 Recorder

  Plugin for vdr which allows you to use xine, gxine or some other front 
  end for libxine as a display, instead of relying on an MPEG decoder / 
  TV output card.
  .
  xine = 0.99.2 and gxine = 0.4.0 have built-in support for vdr. Other 
  frontends may need to be patched.

Right, but xine-lib in unstable doesn't support it. It will work with
xine-lib in experimental though, but that is the xine-lib-1.2
development branch. There is still a lot of work to do there, so I'm
curious how you plan to package the vdr-plugin-xine package?

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4


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



Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Robert Edmonds
Faidon Liambotis wrote:
 Robert Edmonds wrote:
  This package provides the source code for the tg3dfsg kernel
  module.  Kernel source or headers are required to compile this module.
 
 This driver complies with GR 2006-004 and should support all Tigon3
 hardware except for 5701a0 chipsets.  I intend to upload it should
 linux kernel images be uploaded which lack the tg3 driver.
 This doesn't sound good.

 Any reason why your 5701a0-removal patch can't be applied to our kernel
 packages?

 Or even better, why the driver can't be converted to use
 request_firmware() instead of embedding the firmware to the source?

There are three hunks of firmware code in the tg3 driver; the other two
enable TSO on chipsets which lack TSO firmware in silicon, but AFAIK
these chips should function without TSO.  (In fact, TSO has been
disabled in this driver in the past.)

Any modification to the tg3 driver to produce a GR 2006-004 compliant
driver would have to diverge from the kernel team's patch acceptance
guidelines[0] since upstream is intransigent[1] on making tg3
firmware-free or firmware-optional.  The kernel team does not appear to
be interested in maintaining such a driver, and it appears future linux
kernel source packages will be patched[2] to simply remove the blobs of
firmware (I don't know why the driver isn't simply removed entirely
since the result does not compile).

Obviously, since I and many other users have computers with embedded
Tigon3 hardware, I would be delighted if this package were unnecessary.

[0] http://wiki.debian.org/DebianKernelPatchAcceptanceGuidelines
[1] http://article.gmane.org/gmane.linux.debian.devel.kernel/32543/
[2] http://tinyurl.com/36xr2b, http://tinyurl.com/2u2cu5

-- 
Robert Edmonds
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Robert Edmonds
Faidon Liambotis wrote:
 Robert Edmonds wrote:
  Any modification to the tg3 driver to produce a GR 2006-004 compliant
  driver would have to diverge from the kernel team's patch acceptance
  guidelines[0] since upstream is intransigent[1] on making tg3
  firmware-free or firmware-optional.  The kernel team does not appear to
  be interested in maintaining such a driver, and it appears future linux
  kernel source packages will be patched[2] to simply remove the blobs of
  firmware (I don't know why the driver isn't simply removed entirely
  since the result does not compile).
 This seems totally inappropriate.
 
 If the driver includes non-free firmwares these should be removed or
 split up from the driver source, not remove the driver entirely.
 If what you say is right, the driver *works* for most of the hardware
 without non-free blobs.
 Therefore, I can't understand how removing the driver serves our users.

That is why I said appear, since I hope that the kernel team has plans
for the driver beyond simply eliding it.

(I'd like to point out that the equivalent FreeBSD if_bge driver has no
firmware blobs.)

 Any rationale behind that decision?
 I feel like I'm arguing for something completely obvious...

The only rationale for removing the *firmware* is compliance with GR
2006-004...

-- 
Robert Edmonds
[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Faidon Liambotis
Robert Edmonds wrote:
 Any modification to the tg3 driver to produce a GR 2006-004 compliant
 driver would have to diverge from the kernel team's patch acceptance
 guidelines[0] since upstream is intransigent[1] on making tg3
 firmware-free or firmware-optional.  The kernel team does not appear to
 be interested in maintaining such a driver, and it appears future linux
 kernel source packages will be patched[2] to simply remove the blobs of
 firmware (I don't know why the driver isn't simply removed entirely
 since the result does not compile).
This seems totally inappropriate.

If the driver includes non-free firmwares these should be removed or
split up from the driver source, not remove the driver entirely.
If what you say is right, the driver *works* for most of the hardware
without non-free blobs.
Therefore, I can't understand how removing the driver serves our users.

Any rationale behind that decision?
I feel like I'm arguing for something completely obvious...

Regards,
Faidon


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



Re: Bug#445712: ITP: vdr-plugin-xine -- allows xine to be a display for vdr, the Video Disk Recorder

2007-10-10 Thread Thomas Schmidt
Hi,

* Reinhard Tartler schrieb am 10.10.07, um 18:39 Uhr:
 Right, but xine-lib in unstable doesn't support it. It will work with
 xine-lib in experimental though, but that is the xine-lib-1.2
 development branch. There is still a lot of work to do there, so I'm
 curious how you plan to package the vdr-plugin-xine package?

Yes, i am aware of this, the package was ready long time ago, it is
mostly based on Darren Salt's work, he provided it together with the
patched xine-lib in his private repository. Darren informed me that
the new xine-lib with the patch entered experimental, so i decided to
finally write this ITP. (In fact i did not really think that the
official xine-lib package would ever get this patch, as the
corresponding whishlist-bug (#227588) was almost 4 years old.)

The plugin was already uploaded to experimental and is now waiting in 
NEW. :)


Regards,
Thomas

-- 
Thomas Schmidt, Debian VDR Team
http://pkg-vdr-dvb.alioth.debian.org/


signature.asc
Description: Digital signature


Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Daniel Schepler
On Wednesday 10 October 2007 02:57:59 pm Robert Edmonds wrote:
 The only rationale for removing the *firmware* is compliance with GR
 2006-004...

Reading this feels about like reading someone write, The only rationale for 
not smoking cigarettes in this restaurant is compliance with state law.

How about not suggesting that the majority of Debian developers who voted for 
that GR were crazy people making a decision with no rational basis?  You 
might disagree with it, but at least try to understand that there was a 
reason for it that seemed valid to a lot of people.
-- 
Daniel Schepler


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



Re: seeking: Ian Jackson

2007-10-10 Thread Florian Weimer
* martin f. krafft:

 also sprach Florian Weimer [EMAIL PROTECTED] [2007.10.10.1145 +0100]:
 RFC 1123 contains this requirement:
 
   5.2.2  Canonicalization: RFC-821 Section 3.1
 
  The domain names that a Sender-SMTP sends in MAIL and RCPT
  commands MUST have been  canonicalized, i.e., they must be
  fully-qualified principal names or domain literals, not
  nicknames or domain abbreviations.  A canonicalized name either
  identifies a host directly or is an MX name; it cannot be a
  CNAME.
 
 This means that it's fine to use domains pointing to CNAMEs in Internet
 mail. 

 I think it says exactly the opposite, don't you?

There's a difference between Internet mail and SMTP.  Internet mail
addresses (which are passed to /usr/sbin/sendmail, for instance) must be
canonicalized before they are used in SMTP.  At least that's the theory;
Exim doesn't do it.

Is this still unclear?  I don't really know how to explain this more
clearly.


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



Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Robert Edmonds
On 2007-10-10, Daniel Schepler [EMAIL PROTECTED] wrote:
 On Wednesday 10 October 2007 02:57:59 pm Robert Edmonds wrote:
 The only rationale for removing the *firmware* is compliance with GR
 2006-004...

 Reading this feels about like reading someone write, The only rationale for 
 not smoking cigarettes in this restaurant is compliance with state law.

 How about not suggesting that the majority of Debian developers who voted for 
 that GR were crazy people making a decision with no rational basis?  You 
 might disagree with it, but at least try to understand that there was a 
 reason for it that seemed valid to a lot of people.

s/voted for/voted on/

-- 
Robert Edmonds
[EMAIL PROTECTED]


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



Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Bastian Blank
On Wed, Oct 10, 2007 at 08:41:13AM +0300, Faidon Liambotis wrote:
 Any reason why your 5701a0-removal patch can't be applied to our kernel
 packages?

None, at least from my point of view. Just someone have to do it. (See
[EMAIL PROTECTED] on d-kernel.)

Bastian

-- 
There are some things worth dying for.
-- Kirk, Errand of Mercy, stardate 3201.7


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



Re: Bug#446028: ITP: tg3dfsg -- firmware free Broadcom Tigon3 network driver

2007-10-10 Thread Bastian Blank
On Thu, Oct 11, 2007 at 12:44:54AM +0200, Bastian Blank wrote:
 None, at least from my point of view. Just someone have to do it. (See
 [EMAIL PROTECTED] on d-kernel.)

The attached patch should apply on the pruned version.

Bastian

-- 
We have found all life forms in the galaxy are capable of superior
development.
-- Kirk, The Gamesters of Triskelion, stardate 3211.7
--- tg3.c.orig  2007-10-10 16:13:59.0 +0200
+++ tg3.c   2007-10-11 01:01:49.0 +0200
@@ -5124,11 +5124,6 @@
 }
 
 
-#define RX_CPU_SCRATCH_BASE0x3
-#define RX_CPU_SCRATCH_SIZE0x04000
-#define TX_CPU_SCRATCH_BASE0x34000
-#define TX_CPU_SCRATCH_SIZE0x04000
-
 /* tp-lock is held. */
 static int tg3_halt_cpu(struct tg3 *tp, u32 offset)
 {
@@ -5177,205 +5172,6 @@
return 0;
 }
 
-struct fw_info {
-   unsigned int text_base;
-   unsigned int text_len;
-   const u32 *text_data;
-   unsigned int rodata_base;
-   unsigned int rodata_len;
-   const u32 *rodata_data;
-   unsigned int data_base;
-   unsigned int data_len;
-   const u32 *data_data;
-};
-
-/* tp-lock is held. */
-static int tg3_load_firmware_cpu(struct tg3 *tp, u32 cpu_base, u32 
cpu_scratch_base,
-int cpu_scratch_size, struct fw_info *info)
-{
-   int err, lock_err, i;
-   void (*write_op)(struct tg3 *, u32, u32);
-
-   if (cpu_base == TX_CPU_BASE 
-   (tp-tg3_flags2  TG3_FLG2_5705_PLUS)) {
-   printk(KERN_ERR PFX tg3_load_firmware_cpu: Trying to load 
-  TX cpu firmware on %s which is 5705.\n,
-  tp-dev-name);
-   return -EINVAL;
-   }
-
-   if (tp-tg3_flags2  TG3_FLG2_5705_PLUS)
-   write_op = tg3_write_mem;
-   else
-   write_op = tg3_write_indirect_reg32;
-
-   /* It is possible that bootcode is still loading at this point.
-* Get the nvram lock first before halting the cpu.
-*/
-   lock_err = tg3_nvram_lock(tp);
-   err = tg3_halt_cpu(tp, cpu_base);
-   if (!lock_err)
-   tg3_nvram_unlock(tp);
-   if (err)
-   goto out;
-
-   for (i = 0; i  cpu_scratch_size; i += sizeof(u32))
-   write_op(tp, cpu_scratch_base + i, 0);
-   tw32(cpu_base + CPU_STATE, 0x);
-   tw32(cpu_base + CPU_MODE, tr32(cpu_base+CPU_MODE)|CPU_MODE_HALT);
-   for (i = 0; i  (info-text_len / sizeof(u32)); i++)
-   write_op(tp, (cpu_scratch_base +
- (info-text_base  0x) +
- (i * sizeof(u32))),
-(info-text_data ?
- info-text_data[i] : 0));
-   for (i = 0; i  (info-rodata_len / sizeof(u32)); i++)
-   write_op(tp, (cpu_scratch_base +
- (info-rodata_base  0x) +
- (i * sizeof(u32))),
-(info-rodata_data ?
- info-rodata_data[i] : 0));
-   for (i = 0; i  (info-data_len / sizeof(u32)); i++)
-   write_op(tp, (cpu_scratch_base +
- (info-data_base  0x) +
- (i * sizeof(u32))),
-(info-data_data ?
- info-data_data[i] : 0));
-
-   err = 0;
-
-out:
-   return err;
-}
-
-/* tp-lock is held. */
-static int tg3_load_5701_a0_firmware_fix(struct tg3 *tp)
-{
-   struct fw_info info;
-   int err, i;
-
-   info.text_base = TG3_FW_TEXT_ADDR;
-   info.text_len = TG3_FW_TEXT_LEN;
-   info.text_data = tg3FwText[0];
-   info.rodata_base = TG3_FW_RODATA_ADDR;
-   info.rodata_len = TG3_FW_RODATA_LEN;
-   info.rodata_data = tg3FwRodata[0];
-   info.data_base = TG3_FW_DATA_ADDR;
-   info.data_len = TG3_FW_DATA_LEN;
-   info.data_data = NULL;
-
-   err = tg3_load_firmware_cpu(tp, RX_CPU_BASE,
-   RX_CPU_SCRATCH_BASE, RX_CPU_SCRATCH_SIZE,
-   info);
-   if (err)
-   return err;
-
-   err = tg3_load_firmware_cpu(tp, TX_CPU_BASE,
-   TX_CPU_SCRATCH_BASE, TX_CPU_SCRATCH_SIZE,
-   info);
-   if (err)
-   return err;
-
-   /* Now startup only the RX cpu. */
-   tw32(RX_CPU_BASE + CPU_STATE, 0x);
-   tw32_f(RX_CPU_BASE + CPU_PC,TG3_FW_TEXT_ADDR);
-
-   for (i = 0; i  5; i++) {
-   if (tr32(RX_CPU_BASE + CPU_PC) == TG3_FW_TEXT_ADDR)
-   break;
-   tw32(RX_CPU_BASE + CPU_STATE, 0x);
-   tw32(RX_CPU_BASE + CPU_MODE,  CPU_MODE_HALT);
-   tw32_f(RX_CPU_BASE + CPU_PC,TG3_FW_TEXT_ADDR);
-   udelay(1000);
-   }
-   if (i = 5) {
-   printk(KERN_ERR PFX tg3_load_firmware fails for %s 
-  to set 

Re: Compiling all packages with debug information?

2007-10-10 Thread Daniel Burrows
On Wed, Oct 10, 2007 at 01:03:35AM -0700, Russ Allbery [EMAIL PROTECTED] was 
heard to say:
 Oh, your private e-mail helped me understand what you're proposing.
 You're saying that we could set it up so that the local user could build
 the -dbg packages if they need them.

  At this point, what's the advantage versus just supporting
DEB_BUILD_OPTIONS=debug in more packages?

  Daniel


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



Liferea dies with sqlite 3.5

2007-10-10 Thread Luis Rodrigo Gallardo Cruz
tag 446050 help
thanks

The current version of liferea in Debian unstable (1.4.3-1), as well
as the latest upstream version (1.4.5) fail if used together with
libsqlite3-0 from experimental (3.5.1-1). The program works correctly
with the versions in testing and unstable (3.4.2-1, 3.4.2-2).

The following error mesage is printed to the console:

*** glibc detected *** /usr/bin/liferea-bin: free(): invalid pointer: 
0x08514040 ***

This error apparently kills the db thread in liferea, so that it never
gets to the point of showing the UI.

If I set MALLOC_CHECK_=2 then glibc calls abort on detecting this
error. Using gdb to set a breakpoint on abort I get a most unhelpful
backtrace:

Breakpoint 2, 0xb7322ff6 in abort () from /lib/libc.so.6
(gdb) bt
#0  0xb7322ff6 in abort () from /lib/libc.so.6
#1  0xb7363c15 in ?? () from /lib/libc.so.6
#2  0x0001 in ?? ()
#3  0xb7e86bb4 in ?? () from /usr/lib/libsqlite3.so.0
#4  0xbfc50588 in ?? ()
#5  0xb7e86bb4 in ?? () from /usr/lib/libsqlite3.so.0
#6  0x in ?? ()

The addresses inside libsqlite3.so.0 are in the data section of the
library (they're consistently offset 0xbb4 into it, actually) from
which I deduce the stack is getting corrupted.

Any help on debugging this or pointers on how to track it would be appreciated.

-- 
Rodrigo Gallardo
GPG-Fingerprint: 7C81 E60C 442E 8FBC D975  2F49 0199 8318 ADC9 BC28


signature.asc
Description: Digital signature


Re: Liferea dies with sqlite 3.5

2007-10-10 Thread Russ Allbery
Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED] writes:

 The current version of liferea in Debian unstable (1.4.3-1), as well as
 the latest upstream version (1.4.5) fail if used together with
 libsqlite3-0 from experimental (3.5.1-1). The program works correctly
 with the versions in testing and unstable (3.4.2-1, 3.4.2-2).

 The following error mesage is printed to the console:

 *** glibc detected *** /usr/bin/liferea-bin: free(): invalid pointer: 
 0x08514040 ***

 This error apparently kills the db thread in liferea, so that it never
 gets to the point of showing the UI.

 If I set MALLOC_CHECK_=2 then glibc calls abort on detecting this
 error. Using gdb to set a breakpoint on abort I get a most unhelpful
 backtrace:

Have you tried running it under valgrind?  It's usually way better at
figuring out things like this.

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


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



Accepted aspell6.pt 20071003.0-1 (source all)

2007-10-10 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 08:11:35 +0200
Source: aspell6.pt
Binary: aspell-pt-pt
Architecture: source all
Version: 20071003.0-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 aspell-pt-pt - European Portuguese dictionary for GNU Aspell
Changes: 
 aspell6.pt (20071003.0-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 c88ce76982707d0be74b5eed541a67c6 855 text optional aspell6.pt_20071003.0-1.dsc
 8427f642c66f1d2cd9d99db92e13b8af 109287 text optional 
aspell6.pt_20071003.0.orig.tar.gz
 0f8a4cfeffcba9cab6df757344929338 2986 text optional 
aspell6.pt_20071003.0-1.diff.gz
 459144025006a8b031713859c799b6ca 104096 text optional 
aspell-pt-pt_20071003.0-1_all.deb

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

iD8DBQFHDG1Fk3oga0pdcv4RAjEsAKCH3ksgGbmO+lrmxU/ZlYej2zoPoQCghISo
MoF4xNOGo9s44uQIYC4oHAI=
=5GxT
-END PGP SIGNATURE-


Accepted:
aspell-pt-pt_20071003.0-1_all.deb
  to pool/main/a/aspell6.pt/aspell-pt-pt_20071003.0-1_all.deb
aspell6.pt_20071003.0-1.diff.gz
  to pool/main/a/aspell6.pt/aspell6.pt_20071003.0-1.diff.gz
aspell6.pt_20071003.0-1.dsc
  to pool/main/a/aspell6.pt/aspell6.pt_20071003.0-1.dsc
aspell6.pt_20071003.0.orig.tar.gz
  to pool/main/a/aspell6.pt/aspell6.pt_20071003.0.orig.tar.gz


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



Accepted ispell.pt 20071003-1 (source i386 all)

2007-10-10 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 08:15:36 +0200
Source: ispell.pt
Binary: iportuguese wportuguese
Architecture: source i386 all
Version: 20071003-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 iportuguese - European Portuguese dictionary for ispell
 wportuguese - European Portuguese wordlist
Changes: 
 ispell.pt (20071003-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Added Homepage field
Files: 
 2239b949e87206da07ab3c7e87322ff8 844 text optional ispell.pt_20071003-1.dsc
 f485098eeb33db874df1b1e122a59907 144080 text optional 
ispell.pt_20071003.orig.tar.gz
 d5c322846c192c91181eadae20a3b2a3 5016 text optional 
ispell.pt_20071003-1.diff.gz
 83aede48225e7d759b462a37a3590ce2 1293970 text optional 
wportuguese_20071003-1_all.deb
 07f2a0b1a50dc478fdee07fb556c6386 293454 text optional 
iportuguese_20071003-1_i386.deb

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

iD8DBQFHDG5uk3oga0pdcv4RAhWuAKCX8lEg/gtcVBlWvJfkOxvNPuxbngCdGW68
z4K3MiIekLzk+gBSQmZ0aao=
=9dCV
-END PGP SIGNATURE-


Accepted:
iportuguese_20071003-1_i386.deb
  to pool/main/i/ispell.pt/iportuguese_20071003-1_i386.deb
ispell.pt_20071003-1.diff.gz
  to pool/main/i/ispell.pt/ispell.pt_20071003-1.diff.gz
ispell.pt_20071003-1.dsc
  to pool/main/i/ispell.pt/ispell.pt_20071003-1.dsc
ispell.pt_20071003.orig.tar.gz
  to pool/main/i/ispell.pt/ispell.pt_20071003.orig.tar.gz
wportuguese_20071003-1_all.deb
  to pool/main/i/ispell.pt/wportuguese_20071003-1_all.deb


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



Accepted myspell.pt 20071003-1 (source all)

2007-10-10 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 08:25:16 +0200
Source: myspell.pt
Binary: myspell-pt myspell-pt-pt
Architecture: source all
Version: 20071003-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 myspell-pt - Portuguese dictionaries for myspell
 myspell-pt-pt - European Portuguese dictionary for myspell
Changes: 
 myspell.pt (20071003-1) unstable; urgency=low
 .
   * New upstream release
   * debian/control: Added Homepage field
Files: 
 9355fa1d67689c429a21c72e57fe72cc 863 text optional myspell.pt_20071003-1.dsc
 b39960ca6cb8a6e3d488d1193a847258 139756 text optional 
myspell.pt_20071003.orig.tar.gz
 9676d8b0285728efab8f1ddacb9670aa 3150 text optional 
myspell.pt_20071003-1.diff.gz
 ae3319eeaf4aaf3f47cba7edd6a14abb 129522 text optional 
myspell-pt-pt_20071003-1_all.deb
 578ce1d904ad46441d38b3eb2797d2d9 2148 text optional 
myspell-pt_20071003-1_all.deb

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

iD8DBQFHDHGkk3oga0pdcv4RAsitAJ0Q7a4sSg9a2LFFdDG8q6RNEPzskACfVllF
hFfEQbTDpwwPsK/5An9h3F8=
=xtnC
-END PGP SIGNATURE-


Accepted:
myspell-pt-pt_20071003-1_all.deb
  to pool/main/m/myspell.pt/myspell-pt-pt_20071003-1_all.deb
myspell-pt_20071003-1_all.deb
  to pool/main/m/myspell.pt/myspell-pt_20071003-1_all.deb
myspell.pt_20071003-1.diff.gz
  to pool/main/m/myspell.pt/myspell.pt_20071003-1.diff.gz
myspell.pt_20071003-1.dsc
  to pool/main/m/myspell.pt/myspell.pt_20071003-1.dsc
myspell.pt_20071003.orig.tar.gz
  to pool/main/m/myspell.pt/myspell.pt_20071003.orig.tar.gz


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



Accepted password-gorilla 1.4-2 (source all)

2007-10-10 Thread Patrick Schoenfeld
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 07 Oct 2007 18:17:16 +0200
Source: password-gorilla
Binary: password-gorilla
Architecture: source all
Version: 1.4-2
Distribution: unstable
Urgency: low
Maintainer: Patrick Schoenfeld [EMAIL PROTECTED]
Changed-By: Patrick Schoenfeld [EMAIL PROTECTED]
Description: 
 password-gorilla - a cross-platform password manager
Closes: 444860
Changes: 
 password-gorilla (1.4-2) unstable; urgency=low
 .
   * Changed architecture to 'all' in order to fix FTBFS (Closes: #444860)
   * Added a watch file
Files: 
 77014198e4610d286b512aaf1aa22a2e 954 x11 extra password-gorilla_1.4-2.dsc
 df32587f3f009b145be75ab8fde5deda 5754 x11 extra password-gorilla_1.4-2.diff.gz
 12915917ad9298914893e0d63adbd73c 114032 x11 extra 
password-gorilla_1.4-2_all.deb

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

iQEVAwUBRwx5vWz0hbPcukPfAQKMeQf/fzmbhYtmG+YlTWoIrKJGM0NdzPnYH4vj
KklijFMrVz21rb30z+OpMdu815u8PdWy/8pLYjXUU7Lp9N0YCtKijQ2Pb4nToH0k
71WO4EjNBZHUZTkHnYtAWBmZuZ+SOfGAMJ19JUzAcLTeLQ3p40Og4/lATPWnNRv0
CSy6s/Ru2u03PBt1RktvA85Kp0GInFxZMozl7MreZjUjg/ehuFWhr1DkHCJiw0dR
GB7L4f3a5+Bl9LArRiCqDx1Muk1yHFFqfsV6v1E0U1HxT0CntB5JwtQ6eTGVVMGa
4+10EP1v0gS/DBzlSsnds872N86cqjagyoafbIGx+yu7oEGVX1VjJg==
=nuNb
-END PGP SIGNATURE-


Accepted:
password-gorilla_1.4-2.diff.gz
  to pool/main/p/password-gorilla/password-gorilla_1.4-2.diff.gz
password-gorilla_1.4-2.dsc
  to pool/main/p/password-gorilla/password-gorilla_1.4-2.dsc
password-gorilla_1.4-2_all.deb
  to pool/main/p/password-gorilla/password-gorilla_1.4-2_all.deb


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



Accepted praat 4.6.31-1 (source i386)

2007-10-10 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 08:34:06 +0200
Source: praat
Binary: praat
Architecture: source i386
Version: 4.6.31-1
Distribution: unstable
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 praat  - program for speech analysis and synthesis
Changes: 
 praat (4.6.31-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 0d5899eaa9798b4c7316d153c89be379 841 science optional praat_4.6.31-1.dsc
 ec66af815cb8d1f3981dd7eda0747ebc 3497941 science optional 
praat_4.6.31.orig.tar.gz
 072d25eea6387174ba8a81ecd525cf5f 24700 science optional praat_4.6.31-1.diff.gz
 b8b66884555899ad0fc6f4f737e56e9d 1912090 science optional 
praat_4.6.31-1_i386.deb

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

iD8DBQFHDHmGk3oga0pdcv4RArygAKCbIllvxdpHtt18Pp5xt3TI0TaepgCfSFHo
ZYyZrIOtyh2JKxI8++5pvQ4=
=24b9
-END PGP SIGNATURE-


Accepted:
praat_4.6.31-1.diff.gz
  to pool/main/p/praat/praat_4.6.31-1.diff.gz
praat_4.6.31-1.dsc
  to pool/main/p/praat/praat_4.6.31-1.dsc
praat_4.6.31-1_i386.deb
  to pool/main/p/praat/praat_4.6.31-1_i386.deb
praat_4.6.31.orig.tar.gz
  to pool/main/p/praat/praat_4.6.31.orig.tar.gz


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



Accepted shibboleth-sp 1.3f.dfsg1-5 (source i386)

2007-10-10 Thread Russ Allbery
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 01:28:34 -0700
Source: shibboleth-sp
Binary: libapache2-mod-shib libshib6 libshib-dev libshib-target5
Architecture: source i386
Version: 1.3f.dfsg1-5
Distribution: unstable
Urgency: low
Maintainer: Russ Allbery [EMAIL PROTECTED]
Changed-By: Russ Allbery [EMAIL PROTECTED]
Description: 
 libapache2-mod-shib - Shibboleth implements the OASIS SAML v1.1 specification,
 libshib-dev - Shibboleth federated authorization system (development)
 libshib-target5 - Shibboleth implements the OASIS SAML v1.1 specification,
 libshib6   - Shibboleth federated authorization system (development)
Closes: 434645 442729 445778
Changes: 
 shibboleth-sp (1.3f.dfsg1-5) unstable; urgency=low
 .
   * Rebuild against log4cpp 1.0.  (Closes: #445778)
 - Change CategoryStream::ENDLINE to log4cpp::eol for new API.
 - Thread safety hopefully fixed.  (Closes: #434645)
   * Touch files after unapplying patches and before make distclean so that
 make distclean doesn't try to re-run configure.  (Closes: #442729)
   * Remove files modified by autoreconf in debian/rules clean.
Files: 
 8b3d68b8c72b992a566b346c6cabfa39 879 web optional 
shibboleth-sp_1.3f.dfsg1-5.dsc
 b73ed449acd1e29abd707f1fcc703480 33940 web optional 
shibboleth-sp_1.3f.dfsg1-5.diff.gz
 cc394f2bd0003922e91ddb6b19b88e59 407858 libdevel extra 
libshib-dev_1.3f.dfsg1-5_i386.deb
 17cff374441900d9ac1c0627b95316a0 79496 libs optional 
libshib6_1.3f.dfsg1-5_i386.deb
 0b21ff50b629786e7b938ebc05460310 197620 libs optional 
libshib-target5_1.3f.dfsg1-5_i386.deb
 7e357486b7a4054b1bcca237d58f3164 3638170 web optional 
libapache2-mod-shib_1.3f.dfsg1-5_i386.deb

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

iD8DBQFHDHkA+YXjQAr8dHYRAm4/AJ0eHPdjeWDgGX5so4WE/0d5loM4JwCeLjbA
tBlxM8llCQp86JBmcqQl1To=
=ZRYB
-END PGP SIGNATURE-


Accepted:
libapache2-mod-shib_1.3f.dfsg1-5_i386.deb
  to pool/main/s/shibboleth-sp/libapache2-mod-shib_1.3f.dfsg1-5_i386.deb
libshib-dev_1.3f.dfsg1-5_i386.deb
  to pool/main/s/shibboleth-sp/libshib-dev_1.3f.dfsg1-5_i386.deb
libshib-target5_1.3f.dfsg1-5_i386.deb
  to pool/main/s/shibboleth-sp/libshib-target5_1.3f.dfsg1-5_i386.deb
libshib6_1.3f.dfsg1-5_i386.deb
  to pool/main/s/shibboleth-sp/libshib6_1.3f.dfsg1-5_i386.deb
shibboleth-sp_1.3f.dfsg1-5.diff.gz
  to pool/main/s/shibboleth-sp/shibboleth-sp_1.3f.dfsg1-5.diff.gz
shibboleth-sp_1.3f.dfsg1-5.dsc
  to pool/main/s/shibboleth-sp/shibboleth-sp_1.3f.dfsg1-5.dsc


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



Accepted linux-libertine 2.6-2 (source all)

2007-10-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 10:36:00 +0200
Source: linux-libertine
Binary: linux-libertine
Architecture: source all
Version: 2.6-2
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 linux-libertine - The Linux Libertine family of free fonts
Changes: 
 linux-libertine (2.6-2) unstable; urgency=medium
 .
   * Disabling type1 conversion until a fixed convert.pe has been made.
Files: 
 aac3cac20fc70ca923dd182c7766e956 624 x11 optional linux-libertine_2.6-2.dsc
 f11befff319c8ba3d2f48d0815a00807 5816 x11 optional 
linux-libertine_2.6-2.diff.gz
 3aed1be1fca71870e9d3b5fe19e49a28 1203238 x11 optional 
linux-libertine_2.6-2_all.deb

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

iD8DBQFHDJAp+C5cwEsrK54RAv4uAJ46axMHHUb76Ta7+XPNAQZYDComcQCeLiHC
whIELpAo/u21fWdqcS2f5qk=
=KIpV
-END PGP SIGNATURE-


Accepted:
linux-libertine_2.6-2.diff.gz
  to pool/main/l/linux-libertine/linux-libertine_2.6-2.diff.gz
linux-libertine_2.6-2.dsc
  to pool/main/l/linux-libertine/linux-libertine_2.6-2.dsc
linux-libertine_2.6-2_all.deb
  to pool/main/l/linux-libertine/linux-libertine_2.6-2_all.deb


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



Accepted squirrelmail 2:1.4.11-2 (source all)

2007-10-10 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 09:56:53 +0200
Source: squirrelmail
Binary: squirrelmail
Architecture: source all
Version: 2:1.4.11-2
Distribution: unstable
Urgency: low
Maintainer: Jeroen van Wolffelaar [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 squirrelmail - Webmail for nuts
Closes: 444970
Changes: 
 squirrelmail (2:1.4.11-2) unstable; urgency=low
 .
   * Fix broken attachment handling in PHP4 by applying patch
 from upstream.
 NOTE: this is only a courtesy to PHP4 users, it must be noted
 that Debian does not support PHP4 in current unstable anymore.
 (Closes: #444970)
Files: 
 34d6e3b10cafd1ce4620adcb76f73c77 1102 web optional squirrelmail_1.4.11-2.dsc
 02e498405ac5f47b49547bce94ea8f0c 20970 web optional 
squirrelmail_1.4.11-2.diff.gz
 52e8ae632d32adb76ab901ffb2fd9848 592274 web optional 
squirrelmail_1.4.11-2_all.deb

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

iQEVAwUBRwyIC2z0hbPcukPfAQJ4eAf/WmmhDYt0ftKd3VutdVlp1GGXoZqD3Jeq
oalfEiCb1Y//Aa0LLrALS6qKJvXZHJH2vYs/nkWXNw8WES85Rd/fmTRhpxT7weOy
db4/5OSnNN1ygcygplJUg2mPNdXB8I4JaAu4DPwnvgWXL0FuIYPl4/dheznWyv8B
yzIQyauz5M/nF4R/C1K485BpRfjoIhwTEFcYysTrFX8Y1JXroe44XP0caaavCAGU
bohthKieIBCDPKAZ8S2q4SZYLk+DM74xyCWqeDiFToF7W5f9ghyl7MsDCTTHhV1f
b1lZvKykgfv1AfhokeKb5apr2BgnIWKvRJxJBGUqa0F06Fo12ydacQ==
=7DnK
-END PGP SIGNATURE-


Accepted:
squirrelmail_1.4.11-2.diff.gz
  to pool/main/s/squirrelmail/squirrelmail_1.4.11-2.diff.gz
squirrelmail_1.4.11-2.dsc
  to pool/main/s/squirrelmail/squirrelmail_1.4.11-2.dsc
squirrelmail_1.4.11-2_all.deb
  to pool/main/s/squirrelmail/squirrelmail_1.4.11-2_all.deb


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



Accepted svnmailer 1.0.8-8 (source all)

2007-10-10 Thread Julien Danjou
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 10:13:17 +0200
Source: svnmailer
Binary: svnmailer
Architecture: source all
Version: 1.0.8-8
Distribution: unstable
Urgency: low
Maintainer: Julien Danjou [EMAIL PROTECTED]
Changed-By: Julien Danjou [EMAIL PROTECTED]
Description: 
 svnmailer  - an extensible subversion commit notification tool
Changes: 
 svnmailer (1.0.8-8) unstable; urgency=low
 .
   * Add a note in README.Debian that hook script should be +x
 and how to fix the double encoded problem.
Files: 
 ac5558b17b22de1ba1f8606c677fbe22 633 utils optional svnmailer_1.0.8-8.dsc
 339333f8ed7b1d9bccea2c4d20025647 8571 utils optional svnmailer_1.0.8-8.diff.gz
 fbc00a09edafb22b35d6c5203145f9f8 390894 utils optional 
svnmailer_1.0.8-8_all.deb

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

iD8DBQFHDIqFpGK1HsL+5c0RAoR8AKDhVOge8gjaXv/78hD/I63eyAvhOgCfSrLK
QQSZBxFXA15Iba9CoI/+75E=
=TeSg
-END PGP SIGNATURE-


Accepted:
svnmailer_1.0.8-8.diff.gz
  to pool/main/s/svnmailer/svnmailer_1.0.8-8.diff.gz
svnmailer_1.0.8-8.dsc
  to pool/main/s/svnmailer/svnmailer_1.0.8-8.dsc
svnmailer_1.0.8-8_all.deb
  to pool/main/s/svnmailer/svnmailer_1.0.8-8_all.deb


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



Accepted phpgedview 4.1.e+4.1.1-2 (source all)

2007-10-10 Thread Thijs Kinkhorst
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 10:08:42 +0200
Source: phpgedview
Binary: phpgedview-places phpgedview-languages phpgedview phpgedview-themes
Architecture: source all
Version: 4.1.e+4.1.1-2
Distribution: unstable
Urgency: medium
Maintainer: Thijs Kinkhorst [EMAIL PROTECTED]
Changed-By: Thijs Kinkhorst [EMAIL PROTECTED]
Description: 
 phpgedview - Web-based genealogy viewer and editor
 phpgedview-languages - Language modules for PhpGedView
 phpgedview-places - Place names and maps for PhpGedView
 phpgedview-themes - PhpGedView themes
Closes: 443901
Changes: 
 phpgedview (4.1.e+4.1.1-2) unstable; urgency=medium
 .
   * Fix cross site scripting (XSS) issues, thanks Nico Golde for
 helping to research the patch (CVE-2007-5051, closes: #443901).
Files: 
 41e6c72327d33a402644d92b21249ff0 1114 web optional phpgedview_4.1.e+4.1.1-2.dsc
 a384d49c22c67b1d6e4771a6e2036970 9755 web optional 
phpgedview_4.1.e+4.1.1-2.diff.gz
 c035cd43842757a347165c96b6690c65 5020070 web optional 
phpgedview_4.1.e+4.1.1-2_all.deb
 ae8e0cc73d1824859a2bb8c8ae96d5bb 920372 web optional 
phpgedview-themes_4.1.e+4.1.1-2_all.deb
 27605bca7a9ddf2e6c2aabe6f67783ae 2301162 web optional 
phpgedview-places_4.1.e+4.1.1-2_all.deb
 c27770bf4be33b49ea906b5a8bb11d78 1903424 web optional 
phpgedview-languages_4.1.e+4.1.1-2_all.deb

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

iQEVAwUBRwyNvmz0hbPcukPfAQKnCgf9EkX6jlkDd+fKQgwM+OGVHa+NgfqdUKfp
dPDWW50tFQfMkLitAJUwSRQ+OGRuB4eAhNa5QQmmaMADxYcg43Yl8wEO0AeCmvRw
/uTRKo9+XpM8zNnB7sfG6sRKNblMlye5F7B8ZEty+BuzPGN2kQip6BYM/vUuItc6
jh2qmx8Yp1ebAUBkDDatH9T0KOAqUHxXYHN0OIpaTwvXfDBZjh+pYx0LM7raO+dn
mvSjDM7Nlyyzei34n5Qcu/NV9vQgh+JiG5GvKXKYYWVFHqiKQmN3wpvUyHMjEITe
lJFV5X1uF1knUjrUosJBRkSNxqQXzCLQYGo9nHnp2IiOEPRLMMHDow==
=9UBR
-END PGP SIGNATURE-


Accepted:
phpgedview-languages_4.1.e+4.1.1-2_all.deb
  to pool/main/p/phpgedview/phpgedview-languages_4.1.e+4.1.1-2_all.deb
phpgedview-places_4.1.e+4.1.1-2_all.deb
  to pool/main/p/phpgedview/phpgedview-places_4.1.e+4.1.1-2_all.deb
phpgedview-themes_4.1.e+4.1.1-2_all.deb
  to pool/main/p/phpgedview/phpgedview-themes_4.1.e+4.1.1-2_all.deb
phpgedview_4.1.e+4.1.1-2.diff.gz
  to pool/main/p/phpgedview/phpgedview_4.1.e+4.1.1-2.diff.gz
phpgedview_4.1.e+4.1.1-2.dsc
  to pool/main/p/phpgedview/phpgedview_4.1.e+4.1.1-2.dsc
phpgedview_4.1.e+4.1.1-2_all.deb
  to pool/main/p/phpgedview/phpgedview_4.1.e+4.1.1-2_all.deb


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



Accepted mdk 1.2.3-1.1 (source i386)

2007-10-10 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 15:31:17 +0200
Source: mdk
Binary: mdk
Architecture: source i386
Version: 1.2.3-1.1
Distribution: unstable
Urgency: low
Maintainer: Baruch Even [EMAIL PROTECTED]
Changed-By: Cyril Brulebois [EMAIL PROTECTED]
Description: 
 mdk- MIX Development Kit
Closes: 444532
Changes: 
 mdk (1.2.3-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Remove -DGTK_DISABLE_DEPRECATED from configure{,.in} to avoid FTBFS due
 to the transition to Gtk 2.12 (Closes: #444532).
   * No longer ignore make distclean errors, per lintian.
Files: 
 e5f9c4ae7b5d0eb84282cdae8b7bd72e 734 otherosfs optional mdk_1.2.3-1.1.dsc
 20a6897e3ee2ba9fa7bf2ae52e31eba7 5248 otherosfs optional mdk_1.2.3-1.1.diff.gz
 814448e00ddcf3ebe6f7ec3c2b192942 258186 otherosfs optional 
mdk_1.2.3-1.1_i386.deb

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

iD8DBQFHDJegJ9EDSN0bDvcRAl1zAJ0TxjYgO3iWSQaa0QAosaLRs0BTeACeKl1U
SB6K5sppwa4PQUGKA1WWzlg=
=oOFs
-END PGP SIGNATURE-


Accepted:
mdk_1.2.3-1.1.diff.gz
  to pool/main/m/mdk/mdk_1.2.3-1.1.diff.gz
mdk_1.2.3-1.1.dsc
  to pool/main/m/mdk/mdk_1.2.3-1.1.dsc
mdk_1.2.3-1.1_i386.deb
  to pool/main/m/mdk/mdk_1.2.3-1.1_i386.deb


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



Accepted gammu 1.13.93-1 (source i386 all)

2007-10-10 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 17:39:38 +0900
Source: gammu
Binary: libgammu2-dbg libgammu2 gammu libgammu-common libgammu-dev
Architecture: source i386 all
Version: 1.13.93-1
Distribution: experimental
Urgency: low
Maintainer: Michal Čihař [EMAIL PROTECTED]
Changed-By: Michal Čihař [EMAIL PROTECTED]
Description: 
 gammu  - Mobile phone management utility
 libgammu-common - Mobile phone management library
 libgammu-dev - Header files for Gammu
 libgammu2  - Mobile phone management library
 libgammu2-dbg - Mobile phone management library - debugger symbols
Closes: 437527
Changes: 
 gammu (1.13.93-1) experimental; urgency=low
 .
   * New upstream release.
 - Fixes crash on some SMSC numbers (Closes: #437527).
Files: 
 e14c981283e3666a7e925cb44178c1c6 851 comm optional gammu_1.13.93-1.dsc
 5c1c975f7a9398904e377307cfc75a3a 1260128 comm optional 
gammu_1.13.93.orig.tar.gz
 2c9f55f7f2725bbf5d1118b0617e3219 5815 comm optional gammu_1.13.93-1.diff.gz
 9d474a0af665646f70924f90dcda1dcc 266846 comm optional gammu_1.13.93-1_i386.deb
 ff6dd57abe6d2b936a2fafff29e8f193 163180 libdevel optional 
libgammu-dev_1.13.93-1_i386.deb
 fce4fb08ff85955d1f783c0deb4ebd90 143178 libs optional 
libgammu-common_1.13.93-1_all.deb
 403c9dff967b4630d7449b914f13f5d3 423780 libs optional 
libgammu2_1.13.93-1_i386.deb
 1e9dea2f223e9e77c1a47b4192de707a 1010496 libs extra 
libgammu2-dbg_1.13.93-1_i386.deb

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

iD8DBQFHDJRi3DVS6DbnVgQRAuVHAKCnujHDtnpHB41OIthRj80pp+zUCwCgqAHT
fGjfEs38moUxesaJ/FyuB2k=
=nqMq
-END PGP SIGNATURE-


Accepted:
gammu_1.13.93-1.diff.gz
  to pool/main/g/gammu/gammu_1.13.93-1.diff.gz
gammu_1.13.93-1.dsc
  to pool/main/g/gammu/gammu_1.13.93-1.dsc
gammu_1.13.93-1_i386.deb
  to pool/main/g/gammu/gammu_1.13.93-1_i386.deb
gammu_1.13.93.orig.tar.gz
  to pool/main/g/gammu/gammu_1.13.93.orig.tar.gz
libgammu-common_1.13.93-1_all.deb
  to pool/main/g/gammu/libgammu-common_1.13.93-1_all.deb
libgammu-dev_1.13.93-1_i386.deb
  to pool/main/g/gammu/libgammu-dev_1.13.93-1_i386.deb
libgammu2-dbg_1.13.93-1_i386.deb
  to pool/main/g/gammu/libgammu2-dbg_1.13.93-1_i386.deb
libgammu2_1.13.93-1_i386.deb
  to pool/main/g/gammu/libgammu2_1.13.93-1_i386.deb


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



Accepted poedit 1.3.7+20071010-1 (source i386)

2007-10-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 11:16:00 +0200
Source: poedit
Binary: poedit
Architecture: source i386
Version: 1.3.7+20071010-1
Distribution: unstable
Urgency: medium
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 poedit - gettext catalog editor
Closes: 420685
Changes: 
 poedit (1.3.7+20071010-1) unstable; urgency=medium
 .
   * New upstream snapshot:
 - Keeps ordering of msgids from the previous state (Closes: #420685).
Files: 
 a8e3c41165e56b0f4c1e1401345ad67d 685 text optional poedit_1.3.7+20071010-1.dsc
 9ae9eeb7b53fefa93edf7efdfdbc74db 2019109 text optional 
poedit_1.3.7+20071010.orig.tar.gz
 b584ff9864da96efed956e6873ed47d1 7111 text optional 
poedit_1.3.7+20071010-1.diff.gz
 9fe0ad7ef3aeb50a65ab7f662ea23207 777826 text optional 
poedit_1.3.7+20071010-1_i386.deb

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

iD8DBQFHDJmy+C5cwEsrK54RAnOtAKCaeT/RWj+kIIuwiqgYT5lffjVcTACfUWW8
oFW8RXboJPurlrzrYGIzU0U=
=cxMw
-END PGP SIGNATURE-


Accepted:
poedit_1.3.7+20071010-1.diff.gz
  to pool/main/p/poedit/poedit_1.3.7+20071010-1.diff.gz
poedit_1.3.7+20071010-1.dsc
  to pool/main/p/poedit/poedit_1.3.7+20071010-1.dsc
poedit_1.3.7+20071010-1_i386.deb
  to pool/main/p/poedit/poedit_1.3.7+20071010-1_i386.deb
poedit_1.3.7+20071010.orig.tar.gz
  to pool/main/p/poedit/poedit_1.3.7+20071010.orig.tar.gz


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



Accepted logapp 0.8-1 (source i386)

2007-10-10 Thread Kumar Appaiah
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 08 Oct 2007 10:37:33 +0530
Source: logapp
Binary: logapp
Architecture: source i386
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: Kumar Appaiah [EMAIL PROTECTED]
Changed-By: Kumar Appaiah [EMAIL PROTECTED]
Description: 
 logapp - supervise execution of applications producing heavy output
Changes: 
 logapp (0.8-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 c7c7f35223fc43b9b9a0b6abe0af82ab 598 utils optional logapp_0.8-1.dsc
 eb6e189a67bdca75e72e16d1fa749ef1 38362 utils optional logapp_0.8.orig.tar.gz
 88c87e8025529bdad7a0a566c95396c1 2618 utils optional logapp_0.8-1.diff.gz
 0cad37946244303d73b083887da80cd4 27988 utils optional logapp_0.8-1_i386.deb

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

iD8DBQFHDJtWJ9EDSN0bDvcRAu5uAJ9LrOeOPEDfTdKsIDGmhGO0RD4VDwCfRnLH
lpZ1nt46K0bzaiTkv1IbSEA=
=iNtC
-END PGP SIGNATURE-


Accepted:
logapp_0.8-1.diff.gz
  to pool/main/l/logapp/logapp_0.8-1.diff.gz
logapp_0.8-1.dsc
  to pool/main/l/logapp/logapp_0.8-1.dsc
logapp_0.8-1_i386.deb
  to pool/main/l/logapp/logapp_0.8-1_i386.deb
logapp_0.8.orig.tar.gz
  to pool/main/l/logapp/logapp_0.8.orig.tar.gz


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



Accepted nufw 2.2.6-1 (source all amd64)

2007-10-10 Thread Pierre Chifflier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 11:57:28 +0200
Source: nufw
Binary: nuauth-log-pgsql libnuclient-dev nuauth-extra nufw nutcpc 
nuauth-log-mysql nuauth libpam-nufw nuauth-utils libnuclient3
Architecture: source all amd64
Version: 2.2.6-1
Distribution: unstable
Urgency: low
Maintainer: Pierre Chifflier [EMAIL PROTECTED]
Changed-By: Pierre Chifflier [EMAIL PROTECTED]
Description: 
 libnuclient-dev - Development files for nufw client library
 libnuclient3 - client library for nufw authentication
 libpam-nufw - Pluggable Authentication module for nufw authentication
 nuauth - The authentication daemon from the nufw package
 nuauth-extra - The authentication daemon from the nufw package
 nuauth-log-mysql - Module for nuauth logging into mysql databases
 nuauth-log-pgsql - Module for nuauth logging into PostgreSQL databases
 nuauth-utils - Set of tools useful to nuauth admin
 nufw   - a per-user firewalling daemon that interferes with libipq
 nutcpc - a linux client for the nufw authentication gateway system
Changes: 
 nufw (2.2.6-1) unstable; urgency=low
 .
   * New upstream release
Files: 
 1e5e4de5cf3f93a96b42425f11344b16 1004 net optional nufw_2.2.6-1.dsc
 0ed8394987b1ae0d6cd08b5a8076f903 1139605 net optional nufw_2.2.6.orig.tar.gz
 c333634548a22932422cee04c9da00e5 3286 net optional nufw_2.2.6-1.diff.gz
 4aa7165cdd36e696ec0b90b12fe1b880 38124 net optional nufw_2.2.6-1_amd64.deb
 4e2fdf034e17dfd937e9f75342f65822 161598 net optional nuauth_2.2.6-1_amd64.deb
 13c1460a68ddf62cbe5f195aac77b135 25684 net optional nutcpc_2.2.6-1_amd64.deb
 faf99eacea12792a6ce11d026160421b 33066 net optional 
libnuclient3_2.2.6-1_amd64.deb
 ad26fe497d2f01272a16c8ad65549eeb 19378 net optional 
libnuclient-dev_2.2.6-1_amd64.deb
 284dbbc349fb5ed177f2610adbeed599 18328 net optional 
nuauth-extra_2.2.6-1_amd64.deb
 3dde995593a42b549f935d928c470d4a 31678 net optional 
nuauth-log-mysql_2.2.6-1_amd64.deb
 25f49d4ecc64a9062ffc5abf4713399b 27068 net optional 
nuauth-log-pgsql_2.2.6-1_amd64.deb
 13d9c49fd1e528bf9ecdabeaf7177dde 22056 net optional 
libpam-nufw_2.2.6-1_amd64.deb
 4553017bdfcfd64db2d390a57a736819 31432 net optional 
nuauth-utils_2.2.6-1_all.deb

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

iD8DBQFHDKMYtwVrWo1fQMsRAoxmAKCj3ARPlGj0KYOSh6fPsU9Ed8RrsACdH2WP
McZ1BwOZkJl9Y1ZcewvvVAE=
=kx0u
-END PGP SIGNATURE-


Accepted:
libnuclient-dev_2.2.6-1_amd64.deb
  to pool/main/n/nufw/libnuclient-dev_2.2.6-1_amd64.deb
libnuclient3_2.2.6-1_amd64.deb
  to pool/main/n/nufw/libnuclient3_2.2.6-1_amd64.deb
libpam-nufw_2.2.6-1_amd64.deb
  to pool/main/n/nufw/libpam-nufw_2.2.6-1_amd64.deb
nuauth-extra_2.2.6-1_amd64.deb
  to pool/main/n/nufw/nuauth-extra_2.2.6-1_amd64.deb
nuauth-log-mysql_2.2.6-1_amd64.deb
  to pool/main/n/nufw/nuauth-log-mysql_2.2.6-1_amd64.deb
nuauth-log-pgsql_2.2.6-1_amd64.deb
  to pool/main/n/nufw/nuauth-log-pgsql_2.2.6-1_amd64.deb
nuauth-utils_2.2.6-1_all.deb
  to pool/main/n/nufw/nuauth-utils_2.2.6-1_all.deb
nuauth_2.2.6-1_amd64.deb
  to pool/main/n/nufw/nuauth_2.2.6-1_amd64.deb
nufw_2.2.6-1.diff.gz
  to pool/main/n/nufw/nufw_2.2.6-1.diff.gz
nufw_2.2.6-1.dsc
  to pool/main/n/nufw/nufw_2.2.6-1.dsc
nufw_2.2.6-1_amd64.deb
  to pool/main/n/nufw/nufw_2.2.6-1_amd64.deb
nufw_2.2.6.orig.tar.gz
  to pool/main/n/nufw/nufw_2.2.6.orig.tar.gz
nutcpc_2.2.6-1_amd64.deb
  to pool/main/n/nufw/nutcpc_2.2.6-1_amd64.deb


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



Accepted airstrike 0.99+1.0pre6a-3.1 (source all amd64)

2007-10-10 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 12:40:20 +0200
Source: airstrike
Binary: airstrike-common airstrike
Architecture: source amd64 all
Version: 0.99+1.0pre6a-3.1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Arthur Loiret [EMAIL PROTECTED]
Description: 
 airstrike  - 2d dogfight game in the tradition of 'Biplanes' and 'BIP'
 airstrike-common - 2d dogfight game in the tradition of 'Biplanes' and 'BIP'
Closes: 290423 304116 340167 359279 406879 418192 432842
Changes: 
 airstrike (0.99+1.0pre6a-3.1) unstable; urgency=low
 .
   * NMU with current maintainer's authorization.
   * Set Maintainer to the Debian Games Team.
   * Add a .desktop and an icon. (Closes: #359279, #432842)
 - debian/dirs: Update.
 - debian/rules: Install .desktop and icon.
   * debian/rules: generate airstrike-common in binary-arch target.
 (Closes: #304116)
   * debian/control:
 - Add quilt (= 0.40) to Build-Depends.
 - Update debhelper version.
 - Update Standards-Version.
 - Add Homepage.
   * debian/patches/series: Add.
 - fix-red-baron-has-unlimited-bombs.diff: Add. (Closes: #340167)
 - fix-buffer-overflow.diff: Add. (Closes: #290423)
 - fix-unusable-on-amd64.diff: Add. (Closes: #406879)
 - fix-segfault-on-close.diff: Add. (Closes: #418192)
   * debian/rules:
 - Remove deprecated DH_COMPAT.
 - Update CFLAGS.
 - Remove unused configure target.
 - Fix debian-rules-ignore-make-clean-errors.
 - Remove useless comments.
 - Don't install menu file anymore since there is a .desktop now.
   * debian/copyright:
 - Add missing copyright.
 - Update FSF address.
   * debian/compat: Add.
Files: 
 6ddda27a663951dd7cd48bceeac9dadc 773 games optional 
airstrike_0.99+1.0pre6a-3.1.dsc
 84b647702d6738b235b873e496586000 6548 games optional 
airstrike_0.99+1.0pre6a-3.1.diff.gz
 686de7b0e02d728da7d55598c5b04c64 1880364 games optional 
airstrike-common_0.99+1.0pre6a-3.1_all.deb
 3cc9425b6cdb62244b6327ad8c9e1421 51096 games optional 
airstrike_0.99+1.0pre6a-3.1_amd64.deb

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

iD8DBQFHDKYHvGr7W6HudhwRAruyAKCjx223rIzIrxJrvun+VXooUEbMdwCgnRa1
dsBiJLcewRsIQX7jcOZwwX8=
=6s8K
-END PGP SIGNATURE-


Accepted:
airstrike-common_0.99+1.0pre6a-3.1_all.deb
  to pool/main/a/airstrike/airstrike-common_0.99+1.0pre6a-3.1_all.deb
airstrike_0.99+1.0pre6a-3.1.diff.gz
  to pool/main/a/airstrike/airstrike_0.99+1.0pre6a-3.1.diff.gz
airstrike_0.99+1.0pre6a-3.1.dsc
  to pool/main/a/airstrike/airstrike_0.99+1.0pre6a-3.1.dsc
airstrike_0.99+1.0pre6a-3.1_amd64.deb
  to pool/main/a/airstrike/airstrike_0.99+1.0pre6a-3.1_amd64.deb


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



Accepted expect 5.43.0-14 (source i386)

2007-10-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 12:02:00 +0200
Source: expect
Binary: expect expectk expect-dev
Architecture: source i386
Version: 5.43.0-14
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 expect - A program that can automate interactive applications
 expect-dev - A program that can automate interactive applications (development
 expectk- A program that can automate interactive applications (Tk hooks)
Closes: 441115
Changes: 
 expect (5.43.0-14) unstable; urgency=low
 .
   * Acknowledge NMU (Closes: #441115).
   * Rediffed 13-implicit-defs.dpatch.
Files: 
 a84da66c99602d5e89f18dcbf4a5e5d4 641 interpreters optional expect_5.43.0-14.dsc
 40e3aac92aa58e277dc62c101e026f3a 43010 interpreters optional 
expect_5.43.0-14.diff.gz
 aa3968e227476a3a2a8c224873098c51 310154 interpreters optional 
expect_5.43.0-14_i386.deb
 52e236907588dc18c21082a3a471d2e4 90024 interpreters optional 
expectk_5.43.0-14_i386.deb
 15a2d3d9ea0e8aac3c5a8b7d1bb316b2 275684 interpreters optional 
expect-dev_5.43.0-14_i386.deb

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

iD8DBQFHDKPK+C5cwEsrK54RAvRnAJ9G+tyq25jxGcyE3ICgBLdP6JFilgCeOe/N
p9mkcT51SAT2podAINzS0/Q=
=i6zx
-END PGP SIGNATURE-


Accepted:
expect-dev_5.43.0-14_i386.deb
  to pool/main/e/expect/expect-dev_5.43.0-14_i386.deb
expect_5.43.0-14.diff.gz
  to pool/main/e/expect/expect_5.43.0-14.diff.gz
expect_5.43.0-14.dsc
  to pool/main/e/expect/expect_5.43.0-14.dsc
expect_5.43.0-14_i386.deb
  to pool/main/e/expect/expect_5.43.0-14_i386.deb
expectk_5.43.0-14_i386.deb
  to pool/main/e/expect/expectk_5.43.0-14_i386.deb


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



Accepted qct 1.2-1 (source all)

2007-10-10 Thread Vincent Danjean
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 12:47:44 +0200
Source: qct
Binary: qct
Architecture: all source 
Version: 1.2-1
Distribution: unstable
Urgency: low
Maintainer: Vincent Danjean [EMAIL PROTECTED]
Changed-By: Vincent Danjean [EMAIL PROTECTED]
Description: 
 qct- GUI commit tool
Closes: 446002
Changes: 
 qct (1.2-1) unstable; urgency=low
 .
   * New upstream release available (Closes: #446002)
Files: 
 30cb44ed4ed4b72dbbf87a0dff88976f 671 devel extra qct_1.2-1.dsc
 9a55334d3f2aaa7cd48b7b8a66eb30f0 44502 devel extra qct_1.2-1_all.deb
 d2465f542ccbb417fef84a390667e6a3 54502 devel extra qct_1.2.orig.tar.gz
 d2a614567f548d17855c161189e57f4d 3730 devel extra qct_1.2-1.diff.gz

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

iD8DBQFHDLE8C/d4Z50CXocRAgeBAJ9cOaODs3ZvYJma6WjdaVd7rnCZgACeKnW2
Us6mQBM3UDMsG8z54QSlqQw=
=lnto
-END PGP SIGNATURE-


Accepted:
qct_1.2-1.diff.gz
  to pool/main/q/qct/qct_1.2-1.diff.gz
qct_1.2-1.dsc
  to pool/main/q/qct/qct_1.2-1.dsc
qct_1.2-1_all.deb
  to pool/main/q/qct/qct_1.2-1_all.deb
qct_1.2.orig.tar.gz
  to pool/main/q/qct/qct_1.2.orig.tar.gz


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



Accepted ocaml-curses 1.0.2-2 (source i386)

2007-10-10 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 10:53:14 +
Source: ocaml-curses
Binary: libcurses-ocaml-dev libcurses-ocaml
Architecture: source i386
Version: 1.0.2-2
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libcurses-ocaml - OCaml bindings for the ncurses library
 libcurses-ocaml-dev - OCaml bindings for the ncurses library
Changes: 
 ocaml-curses (1.0.2-2) unstable; urgency=low
 .
   * Using dpatch to handle patches.
   * Added byte.dpatch to really fix the FTBFS on non-native archs.
Files: 
 c82c7b17971a3da1f6a5021bf18b3e22 858 devel optional ocaml-curses_1.0.2-2.dsc
 5284ee6c9056a0f25f27155400e736fc 2637 devel optional 
ocaml-curses_1.0.2-2.diff.gz
 ca8a04c178b83312a0a6de99a03ba46e 22622 libs optional 
libcurses-ocaml_1.0.2-2_i386.deb
 77db023e40e3068778a582abb7b05332 85776 libdevel optional 
libcurses-ocaml-dev_1.0.2-2_i386.deb

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

iD8DBQFHDLARIae1O4AJae8RAvokAJ9VTgK3IdRvzAZJQx4k5FyR5GKxeQCfZXLf
vTWLtc9teFmExZPoPuO5SCo=
=Rjo1
-END PGP SIGNATURE-


Accepted:
libcurses-ocaml-dev_1.0.2-2_i386.deb
  to pool/main/o/ocaml-curses/libcurses-ocaml-dev_1.0.2-2_i386.deb
libcurses-ocaml_1.0.2-2_i386.deb
  to pool/main/o/ocaml-curses/libcurses-ocaml_1.0.2-2_i386.deb
ocaml-curses_1.0.2-2.diff.gz
  to pool/main/o/ocaml-curses/ocaml-curses_1.0.2-2.diff.gz
ocaml-curses_1.0.2-2.dsc
  to pool/main/o/ocaml-curses/ocaml-curses_1.0.2-2.dsc


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



Accepted libswirl-java 1.0.12-3 (source all amd64)

2007-10-10 Thread Adriaan Peeters
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 13:27:11 +0200
Source: libswirl-java
Binary: libswirl-java libswirl-java-doc libswirl-java-gcj
Architecture: source all amd64
Version: 1.0.12-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Adriaan Peeters [EMAIL PROTECTED]
Description: 
 libswirl-java - swing enhancements library
 libswirl-java-doc - swing enhancements library (API documentation)
 libswirl-java-gcj - swing enhancements library (native code)
Changes: 
 libswirl-java (1.0.12-3) unstable; urgency=low
 .
   * Fixed jar packaging:
 - Added missing png images
 - Do not include empty api directory
   * debian/control: added homepage
   * Added debian/watch file
Files: 
 fcc269ba0fac23d6ef8a299a1d8ab91c 836 libs optional libswirl-java_1.0.12-3.dsc
 11f909ff3817ce2c67af45e097186172 2706 libs optional 
libswirl-java_1.0.12-3.diff.gz
 fba1e35a35df844210fd23d537524d1b 68642 libs optional 
libswirl-java_1.0.12-3_all.deb
 fcba4f25669692b28e786dd1677246cc 89642 doc optional 
libswirl-java-doc_1.0.12-3_all.deb
 c3916da50f6747909bc009cb365c3898 111690 libs optional 
libswirl-java-gcj_1.0.12-3_amd64.deb

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

iD8DBQFHDLptWSOgCCdjSDsRAn38AJ9f+MtNHrsewWXmIYtXTmPCl/9FswCdG1NQ
PKodxvLb2aeOEgydrWesgT4=
=GW0F
-END PGP SIGNATURE-


Accepted:
libswirl-java-doc_1.0.12-3_all.deb
  to pool/main/libs/libswirl-java/libswirl-java-doc_1.0.12-3_all.deb
libswirl-java-gcj_1.0.12-3_amd64.deb
  to pool/main/libs/libswirl-java/libswirl-java-gcj_1.0.12-3_amd64.deb
libswirl-java_1.0.12-3.diff.gz
  to pool/main/libs/libswirl-java/libswirl-java_1.0.12-3.diff.gz
libswirl-java_1.0.12-3.dsc
  to pool/main/libs/libswirl-java/libswirl-java_1.0.12-3.dsc
libswirl-java_1.0.12-3_all.deb
  to pool/main/libs/libswirl-java/libswirl-java_1.0.12-3_all.deb


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



Accepted gedit 2.20.1-2 (source all i386)

2007-10-10 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 13:18:49 +0200
Source: gedit
Binary: gedit-dev gedit-common gedit
Architecture: source all i386
Version: 2.20.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian GNOME Maintainers [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gedit  - official text editor of the GNOME desktop environment
 gedit-common - official text editor of the GNOME desktop environment (support 
fi
 gedit-dev  - official text editor of the GNOME desktop environment (developmen
Changes: 
 gedit (2.20.1-2) unstable; urgency=low
 .
   * debian/control.in:
 + Fix python-gtksourceview2 dependency to make gedit installable.
Files: 
 6af87b92ed19cedea3a1ea1412b7e76f 1360 gnome optional gedit_2.20.1-2.dsc
 365d32f18f33242dca3756569b2ded36 13080 gnome optional gedit_2.20.1-2.diff.gz
 eebc95d771fa8f00b6930c9353b4fc22 3847916 gnome optional 
gedit-common_2.20.1-2_all.deb
 88e3229b2ab150860550ba67338fc0b9 140774 devel optional 
gedit-dev_2.20.1-2_all.deb
 d8724e50404971d9540d2fc1e4d3e544 800810 gnome optional gedit_2.20.1-2_i386.deb

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

iD8DBQFHDLloBsBdh1vkHyERApKvAJwPTX5Jvmaxa+91mDg28E7u1iyQNwCgpoUZ
+Knjyk63R8FWqCj3qNE7hKQ=
=DgPk
-END PGP SIGNATURE-


Accepted:
gedit-common_2.20.1-2_all.deb
  to pool/main/g/gedit/gedit-common_2.20.1-2_all.deb
gedit-dev_2.20.1-2_all.deb
  to pool/main/g/gedit/gedit-dev_2.20.1-2_all.deb
gedit_2.20.1-2.diff.gz
  to pool/main/g/gedit/gedit_2.20.1-2.diff.gz
gedit_2.20.1-2.dsc
  to pool/main/g/gedit/gedit_2.20.1-2.dsc
gedit_2.20.1-2_i386.deb
  to pool/main/g/gedit/gedit_2.20.1-2_i386.deb


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



Accepted freeciv 2.1.0~beta6-0exp1 (source all)

2007-10-10 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 21:20:01 -0400
Source: freeciv
Binary: freeciv-client-gtk freeciv-data freeciv-client-xaw3d freeciv-server
Architecture: source all
Version: 2.1.0~beta6-0exp1
Distribution: experimental
Urgency: low
Maintainer: Debian Freeciv Maintainers [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 freeciv-client-gtk - Civilization turn based strategy game (GTK+ client)
 freeciv-client-xaw3d - Civilization turn based strategy game (Xaw3D client)
 freeciv-data - Civilization turn based strategy game (game data)
 freeciv-server - Civilization turn based strategy game (server files)
Closes: 433554
Changes: 
 freeciv (2.1.0~beta6-0exp1) experimental; urgency=low
 .
   * New upstream beta release.  closes: #433554.
 - Update 01_configure_ac_localedir.diff .
 - Remove 02_caravan.dpatch .
Files: 
 7d0a0029d00e7188c066881897870f89 1055 games optional 
freeciv_2.1.0~beta6-0exp1.dsc
 f0ce848e7edf1e1c6ff2ee700b00a3f8 41324 games optional 
freeciv_2.1.0~beta6-0exp1.diff.gz
 497f0689ac07b23c92e2b3036839aa3a 8565626 games optional 
freeciv-data_2.1.0~beta6-0exp1_all.deb
 098a3499ad21239aeceff2fedb983d5e 20861326 games optional 
freeciv_2.1.0~beta6.orig.tar.gz 

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

iD8DBQFHDMWo5m0u66uWM3ARArKaAJ0cXP6q/cWim+Hn3NOLtL3oeyIkVACfXI6F
BBUui68aq0wNXoQLIIawUdk=
=rMNa
-END PGP SIGNATURE-


Accepted:
freeciv-data_2.1.0~beta6-0exp1_all.deb
  to pool/main/f/freeciv/freeciv-data_2.1.0~beta6-0exp1_all.deb
freeciv_2.1.0~beta6-0exp1.diff.gz
  to pool/main/f/freeciv/freeciv_2.1.0~beta6-0exp1.diff.gz
freeciv_2.1.0~beta6-0exp1.dsc
  to pool/main/f/freeciv/freeciv_2.1.0~beta6-0exp1.dsc
freeciv_2.1.0~beta6.orig.tar.gz
  to pool/main/f/freeciv/freeciv_2.1.0~beta6.orig.tar.gz


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



Accepted qtl 1.07-12-1 (source i386)

2007-10-10 Thread Steffen Moeller
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 13:43:39 +0200
Source: qtl
Binary: r-cran-qtl
Architecture: source i386
Version: 1.07-12-1
Distribution: unstable
Urgency: low
Maintainer: Steffen Moeller [EMAIL PROTECTED]
Changed-By: Steffen Moeller [EMAIL PROTECTED]
Description: 
 r-cran-qtl - GNU R package for genetic marker linkage analysis
Changes: 
 qtl (1.07-12-1) unstable; urgency=low
 .
   * New upstream version.
 .
   * Major changes:
 .
 - Upstream completely rewrote the effectscan function, so that it
 now uses multiple imputation results and deals with the X chromosome
 appropriately.
 .
 - Upstream fixed an important bug in fitqtl, in which incorrect
 results could be obtained if covariates were placed before QTL terms
 in the formula.
Files: 
 22a897fb08b61c3cdffe99479c58d9a6 635 math optional qtl_1.07-12-1.dsc
 20395d453c8605d874ec1848496a5038 871095 math optional qtl_1.07-12.orig.tar.gz
 2512c868967ce665f2ade7a14a7fdba5 343 math optional qtl_1.07-12-1.diff.gz
 33f9b7f404cad2b3aee6bf56ee073709 1167000 math optional 
r-cran-qtl_1.07-12-1_i386.deb

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

iD8DBQFHDMS91gXdnL6dUzkRAmA/AKCdgMhYK+x8YdRk8Lz+kcufUH5otACfai/y
fsR7+QxI8W9qAGjeWXTd06g=
=xPet
-END PGP SIGNATURE-


Accepted:
qtl_1.07-12-1.diff.gz
  to pool/main/q/qtl/qtl_1.07-12-1.diff.gz
qtl_1.07-12-1.dsc
  to pool/main/q/qtl/qtl_1.07-12-1.dsc
qtl_1.07-12.orig.tar.gz
  to pool/main/q/qtl/qtl_1.07-12.orig.tar.gz
r-cran-qtl_1.07-12-1_i386.deb
  to pool/main/q/qtl/r-cran-qtl_1.07-12-1_i386.deb


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



Accepted libcapsinetwork 0.3.0-4 (source amd64)

2007-10-10 Thread Daniel Schepler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 08:01:53 -0400
Source: libcapsinetwork
Binary: libcapsinetwork-dev libcapsinetwork0c2a
Architecture: source amd64
Version: 0.3.0-4
Distribution: unstable
Urgency: low
Maintainer: Daniel Schepler [EMAIL PROTECTED]
Changed-By: Daniel Schepler [EMAIL PROTECTED]
Description: 
 libcapsinetwork-dev - C++ network server library, development files
 libcapsinetwork0c2a - C++ network server library
Closes: 444803
Changes: 
 libcapsinetwork (0.3.0-4) unstable; urgency=low
 .
   * Fix src/Makefile.am to generate proper dependencies, so that
 parallel builds will work.
   * Update to using automake 1.10.
   * Fix so that servers will not hang in a busy loop on 64-bit
 architectures.  Closes: #444803.
Files: 
 75b305d0dbc88a166f5fb03eb39f5376 666 net optional libcapsinetwork_0.3.0-4.dsc
 b93b616bdf2d21c936dbd2eac5f115ab 3030 net optional 
libcapsinetwork_0.3.0-4.diff.gz
 82bd169c39217eb86f6136a5a657bb1c 15692 libdevel optional 
libcapsinetwork-dev_0.3.0-4_amd64.deb
 c3c7924ffe4b3aa0ab48601e4d6f212a 13932 libs optional 
libcapsinetwork0c2a_0.3.0-4_amd64.deb

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

iD8DBQFHDMLpNC3LAyACFJARAlX2AJ4rtH+6616CNfVdH7IrRNjfpcb0ygCdGkty
5S4bXshn2nu0o8nbGlLTWJA=
=NNch
-END PGP SIGNATURE-


Accepted:
libcapsinetwork-dev_0.3.0-4_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork-dev_0.3.0-4_amd64.deb
libcapsinetwork0c2a_0.3.0-4_amd64.deb
  to pool/main/libc/libcapsinetwork/libcapsinetwork0c2a_0.3.0-4_amd64.deb
libcapsinetwork_0.3.0-4.diff.gz
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-4.diff.gz
libcapsinetwork_0.3.0-4.dsc
  to pool/main/libc/libcapsinetwork/libcapsinetwork_0.3.0-4.dsc


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



Accepted billard-gl 1.75-9.1 (source all amd64)

2007-10-10 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 11:52:22 +0200
Source: billard-gl
Binary: billard-gl billard-gl-data
Architecture: source amd64 all
Version: 1.75-9.1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Arthur Loiret [EMAIL PROTECTED]
Description: 
 billard-gl - 3D billiards game
 billard-gl-data - 3D billards game - data files
Closes: 432833 432943
Changes: 
 billard-gl (1.75-9.1) unstable; urgency=low
 .
   * NMU with current maintainer's authorization.
   * Set Maintainer to the Debian Games Team.
   * debian/control:
 - Update Standards-Version.
 - Update debhelper version.
 - Make package binNMU safe. (Closes: #432943)
 - Update Homepage in new control field.
   * Add a .desktop and an icon. (Closes: #432833)
   * debian/rules:
 - Remove deprecated DH_COMPAT.
 - Install .desktop and icon.
 - Don't install menu anymore.
   * debian/compat: Add.
Files: 
 824ad329763eca957048134f3f0175af 762 games optional billard-gl_1.75-9.1.dsc
 1f06583a847f597eeffb8dd1c1e62de0 14053 games optional 
billard-gl_1.75-9.1.diff.gz
 671f0135d25a9ecd27a0c23ff04f6119 550952 games optional 
billard-gl-data_1.75-9.1_all.deb
 1a435f3b21dbe22b59ee7b94d911aed4 97760 games optional 
billard-gl_1.75-9.1_amd64.deb

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

iD8DBQFHDNAKvGr7W6HudhwRAujeAJ9gs1HGJqPQCtzuAcK9PqBtmwTdigCeKPFz
B2vRWxqpHxHCeHnJveUOHdw=
=DxXT
-END PGP SIGNATURE-


Accepted:
billard-gl-data_1.75-9.1_all.deb
  to pool/main/b/billard-gl/billard-gl-data_1.75-9.1_all.deb
billard-gl_1.75-9.1.diff.gz
  to pool/main/b/billard-gl/billard-gl_1.75-9.1.diff.gz
billard-gl_1.75-9.1.dsc
  to pool/main/b/billard-gl/billard-gl_1.75-9.1.dsc
billard-gl_1.75-9.1_amd64.deb
  to pool/main/b/billard-gl/billard-gl_1.75-9.1_amd64.deb


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



Accepted textedit.app 4.0+20061029-2 (source i386)

2007-10-10 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 03 Aug 2007 21:42:22 +0200
Source: textedit.app
Binary: textedit.app
Architecture: source i386
Version: 4.0+20061029-2
Distribution: experimental
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 textedit.app - Text editor for GNUstep
Changes: 
 textedit.app (4.0+20061029-2) experimental; urgency=low
 .
   * GNUstep transition.
 + Updated debian/rules.
 + Updated debian/dirs.
   * Menu transition: Moved from Apps/Editors to Applications/Editors.
   * Added a desktop file.
Files: 
 794b0d2ed3b7f14b983066ed53d496d5 654 editors optional 
textedit.app_4.0+20061029-2.dsc
 5548bac18064c3a976003cc33c595637 2480 editors optional 
textedit.app_4.0+20061029-2.diff.gz
 39088d1bd4ee59b5d46cca8d8f84e387 130648 editors optional 
textedit.app_4.0+20061029-2_i386.deb

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

iD8DBQFHDNCCJ9EDSN0bDvcRAgTyAJ91fLdKLi94GtlaNniBQwM7vu9k7gCfbbxZ
SRmp7xziQs9rtB/OGUCavss=
=K9UF
-END PGP SIGNATURE-


Accepted:
textedit.app_4.0+20061029-2.diff.gz
  to pool/main/t/textedit.app/textedit.app_4.0+20061029-2.diff.gz
textedit.app_4.0+20061029-2.dsc
  to pool/main/t/textedit.app/textedit.app_4.0+20061029-2.dsc
textedit.app_4.0+20061029-2_i386.deb
  to pool/main/t/textedit.app/textedit.app_4.0+20061029-2_i386.deb


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



Accepted eclipse 3.2.2-4 (source all amd64)

2007-10-10 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 07 Oct 2007 11:46:03 +0200
Source: eclipse
Binary: libswt3.2-gtk-gcj eclipse-jdt eclipse-platform-gcj eclipse-source 
eclipse-platform libswt3.2-gtk-java eclipse-sdk eclipse eclipse-jdt-gcj 
eclipse-pde eclipse-efj eclipse-rcp eclipse-rcp-gcj eclipse-pde-gcj eclipse-gcj 
libswt3.2-gtk-jni
Architecture: source amd64 all
Version: 3.2.2-4
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 eclipse- Extensible Tool Platform and Java IDE
 eclipse-efj - Eclipse Java code formatter
 eclipse-gcj - Native Eclipse run with GCJ
 eclipse-jdt - Java Development Tools plug-ins for Eclipse
 eclipse-jdt-gcj - Java Development Tools plug-ins for Eclipse (GCJ version)
 eclipse-pde - Plug-in Development Environment to develop Eclipse plug-ins
 eclipse-pde-gcj - Plug-in Development Environment to develop Eclipse plug-ins 
(GCJ 
 eclipse-platform - Eclipse platform without plug-ins to develop any language
 eclipse-platform-gcj - Eclipse platform without plug-ins to develop any 
language (GCJ ve
 eclipse-rcp - Eclipse rich client platform
 eclipse-rcp-gcj - Eclipse rich client platform (GCJ version)
 eclipse-sdk - Extensible Tool Platform and Java IDE
 eclipse-source - Eclipse source code plug-ins
 libswt3.2-gtk-gcj - Fast and rich GUI toolkit for Java, gtk2 (GCJ version)
 libswt3.2-gtk-java - Fast and rich GUI toolkit for Java, gtk2 version
 libswt3.2-gtk-jni - Platform dependent files for libswt3.2-gtk-java
Closes: 432648 443485 443490 445578
Changes: 
 eclipse (3.2.2-4) unstable; urgency=low
 .
   [ Michael Koch ]
   * Explicitely build for i386. Closes: #443490.
   * Use GCJ 4.2.
   * Added debian/patches/eclipse-jsch-sftpexception.dpatch. Closes: #443485.
   * Updated Depends on jsch.
   * Remove *lucene*.jar from native compilation.
   * Introduce build option 'nonative' to disable native compilation easily.
   * debian/patches/eclipse-ant-manifest.dpatch: Don't remove ant-launcher.jar
 from ant plugin classpath. Needed for Ant 1.7.
   * debian/rules: Honor 'parallel=X' setting in DEB_BUILD_OPTIONS.
 .
   [ Flávio Martins ]
   * Make eclipse-gcj depend on ecj-gcj instead of ecj-bootstrap-gcj.
 Closes: #445578.
   * Added support for lpia architecture
   * Fix powerpc FTBFS issue for real now. Closes: #432648
Files: 
 c5bc326efe03debfd8b22ff39612ad8c 1406 devel optional eclipse_3.2.2-4.dsc
 9b73c6cdd48602e634cce8440db8fc33 122041 devel optional eclipse_3.2.2-4.diff.gz
 d4cd6c295b33d10b649b911c52a3d396 22962 devel optional 
eclipse-sdk_3.2.2-4_all.deb
 6c123eac9bb2b009daa92c415fcce10c 23032 devel optional 
eclipse-gcj_3.2.2-4_all.deb
 71363b7ebb59f035e78660836e02fe7b 4062858 devel optional 
eclipse-rcp_3.2.2-4_amd64.deb
 f522d4813d91f733ab5e5d70900752e5 4613118 devel optional 
eclipse-rcp-gcj_3.2.2-4_amd64.deb
 11c8830c30e780205f9fcf7203de9b2b 22156508 devel optional 
eclipse-platform_3.2.2-4_amd64.deb
 d0d7b25012ec1f9549cd7ca77381d1fe 17848544 devel optional 
eclipse-platform-gcj_3.2.2-4_amd64.deb
 c039dc369afb29d4f1d92aeb2f8751ab 1455 devel optional 
eclipse-jdt_3.2.2-4_amd64.deb
 ad41c62764f09ce0d505624830e35695 14103864 devel optional 
eclipse-jdt-gcj_3.2.2-4_amd64.deb
 6f39db695d17ff34cb0fd1aa1f8e182a 4239960 devel optional 
eclipse-pde_3.2.2-4_amd64.deb
 34c0fd2fb3c9c19f160d687a32f3ab3f 3768136 devel optional 
eclipse-pde-gcj_3.2.2-4_amd64.deb
 871c228f4664e51da0b826d53af3c08d 30048876 devel optional 
eclipse-source_3.2.2-4_amd64.deb
 c2edb05338898191d223f02fc0f2e32a 126998 devel optional 
eclipse_3.2.2-4_amd64.deb
 e5462571e5260f40582b7d20ab0cb761 1620200 devel optional 
libswt3.2-gtk-java_3.2.2-4_amd64.deb
 c1b74aec24165c5c576f289764f0f1c2 2008648 devel optional 
libswt3.2-gtk-gcj_3.2.2-4_amd64.deb
 5a8b655a9c82d9b1eec14824e05265b3 236992 devel optional 
libswt3.2-gtk-jni_3.2.2-4_amd64.deb
 67e7b8aabc5e865275274c2ca54ca445 26274 devel optional 
eclipse-efj_3.2.2-4_amd64.deb

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

iD8DBQFHDJqEWSOgCCdjSDsRAmQkAJ9pS7Tga58jzApGkjbod3WeQyMUsQCdHZ9g
KE/Y6m0Yyat1piuTeaqwRGg=
=LRkg
-END PGP SIGNATURE-


Accepted:
eclipse-efj_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-efj_3.2.2-4_amd64.deb
eclipse-gcj_3.2.2-4_all.deb
  to pool/main/e/eclipse/eclipse-gcj_3.2.2-4_all.deb
eclipse-jdt-gcj_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-jdt-gcj_3.2.2-4_amd64.deb
eclipse-jdt_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-jdt_3.2.2-4_amd64.deb
eclipse-pde-gcj_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-pde-gcj_3.2.2-4_amd64.deb
eclipse-pde_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-pde_3.2.2-4_amd64.deb
eclipse-platform-gcj_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-platform-gcj_3.2.2-4_amd64.deb
eclipse-platform_3.2.2-4_amd64.deb
  to pool/main/e/eclipse/eclipse-platform_3.2.2-4_amd64.deb
eclipse-rcp-gcj_3.2.2-4_amd64.deb
  to 

Accepted terminal.app 0.9.4+cvs20051125-3 (source i386)

2007-10-10 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 04 Oct 2007 12:00:33 +0200
Source: terminal.app
Binary: terminal.app
Architecture: source i386
Version: 0.9.4+cvs20051125-3
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 terminal.app - a Terminal Emulator for GNUstep
Changes: 
 terminal.app (0.9.4+cvs20051125-3) unstable; urgency=low
 .
   * GNUstep transition.
 + Updated debian/rules.
 + Updated debian/dirs.
   * Menu transition: Moved from XShells to Applications/Terminal Emulators.
   * Added a desktop file.
Files: 
 8fe893cd12a5baccdd1b221420773bed 752 x11 optional 
terminal.app_0.9.4+cvs20051125-3.dsc
 caf55d6c6c2ba1affc11c9d3efd66f0b 6656 x11 optional 
terminal.app_0.9.4+cvs20051125-3.diff.gz
 3ea968ca92f0dc9d8114c2cb2ef64387 112588 x11 optional 
terminal.app_0.9.4+cvs20051125-3_i386.deb

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

iD8DBQFHDNO0J9EDSN0bDvcRAsFTAJ9zcS66zdJA5fo73/xdWw8ZQdj/lgCfZB7C
Fh7daOo6a8ROQFTgmm47r6Y=
=r7mi
-END PGP SIGNATURE-


Accepted:
terminal.app_0.9.4+cvs20051125-3.diff.gz
  to pool/main/t/terminal.app/terminal.app_0.9.4+cvs20051125-3.diff.gz
terminal.app_0.9.4+cvs20051125-3.dsc
  to pool/main/t/terminal.app/terminal.app_0.9.4+cvs20051125-3.dsc
terminal.app_0.9.4+cvs20051125-3_i386.deb
  to pool/main/t/terminal.app/terminal.app_0.9.4+cvs20051125-3_i386.deb


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



Accepted gridlock.app 1.10-3 (source i386)

2007-10-10 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 04 Oct 2007 13:42:15 +0200
Source: gridlock.app
Binary: gridlock.app
Architecture: source i386
Version: 1.10-3
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 gridlock.app - A collection of grid-based board games for GNUstep
Closes: 414074
Changes: 
 gridlock.app (1.10-3) unstable; urgency=low
 .
   * GNUstep transition.
 + Updated debian/rules.
 + Updated debian/dirs.
   * Applied patch to fix FTBFS on GNU/kFreeBSD, thanks to
 Cyril Brulebois. (Closes: #414074)
   * Added a desktop file.
Files: 
 161d2285e886f4bd449a0df6351ca9bc 626 games optional gridlock.app_1.10-3.dsc
 d8c8051cc7b72108f92d34c9631367c9 4837 games optional 
gridlock.app_1.10-3.diff.gz
 8f334e05ee9058cd1bd465035a6ccc4f 311350 games optional 
gridlock.app_1.10-3_i386.deb

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

iD8DBQFHDN08J9EDSN0bDvcRAlBsAJ9qxyhhmoaaJAT3lGt169qI1pHy5QCdESDN
VLFvLEwDOslUoThToZtJfkA=
=jan5
-END PGP SIGNATURE-


Accepted:
gridlock.app_1.10-3.diff.gz
  to pool/main/g/gridlock.app/gridlock.app_1.10-3.diff.gz
gridlock.app_1.10-3.dsc
  to pool/main/g/gridlock.app/gridlock.app_1.10-3.dsc
gridlock.app_1.10-3_i386.deb
  to pool/main/g/gridlock.app/gridlock.app_1.10-3_i386.deb


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



Accepted zangband 1:2.7.5pre1-1 (source i386)

2007-10-10 Thread Drew Parsons
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 23:38:36 +1000
Source: zangband
Binary: zangband
Architecture: source i386
Version: 1:2.7.5pre1-1
Distribution: unstable
Urgency: low
Maintainer: Drew Parsons [EMAIL PROTECTED]
Changed-By: Drew Parsons [EMAIL PROTECTED]
Description: 
 zangband   - A single-player, text-based, roguelike game
Closes: 297279 346946 412860 423190
Changes: 
 zangband (1:2.7.5pre1-1) unstable; urgency=low
 .
   * New maintainer (adopting this poor neglected program). Hey, I've
 got the oldest unclosed bug report, so that gives me seniority.
 Closes: #423190.
   * New upstream version.  Closes: #412860.
   * Update with autoreconf, copy fresh config.sub,config.guess from
 /usr/share/automake-1.9.
   * Thank you Steinar H. Gunderson for the NMUs.
 Closes: #297279, #346946.
   * Patches now managed by quilt.
   * Standards version 3.7.2.
   * Help command (man page) is ? not \?.
Files: 
 0014b5676a6829ff60c467a9ec5f238b 700 non-free/games optional 
zangband_2.7.5pre1-1.dsc
 8ea43c1b13c54157558bfd0ad3cee295 2835426 non-free/games optional 
zangband_2.7.5pre1.orig.tar.gz
 0230f2e4e929ce320c93cddfeb8585a7 89503 non-free/games optional 
zangband_2.7.5pre1-1.diff.gz
 d317017c46c2c89a39723330eab21749 2018808 non-free/games optional 
zangband_2.7.5pre1-1_i386.deb

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

iD8DBQFHDNfzts5wQWQSTkoRAu1yAJ9jKeZZeTJPd5XMogpfi/niRcsgowCfVtZO
dazzNo92yz24U1gQdoZPj6k=
=7+I9
-END PGP SIGNATURE-


Accepted:
zangband_2.7.5pre1-1.diff.gz
  to pool/non-free/z/zangband/zangband_2.7.5pre1-1.diff.gz
zangband_2.7.5pre1-1.dsc
  to pool/non-free/z/zangband/zangband_2.7.5pre1-1.dsc
zangband_2.7.5pre1-1_i386.deb
  to pool/non-free/z/zangband/zangband_2.7.5pre1-1_i386.deb
zangband_2.7.5pre1.orig.tar.gz
  to pool/non-free/z/zangband/zangband_2.7.5pre1.orig.tar.gz


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



Accepted r-base 2.6.0-3 (source all i386)

2007-10-10 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 08:46:43 -0500
Source: r-base
Binary: r-base-core r-base-latex r-recommended r-doc-html r-doc-info r-base-dev 
r-mathlib r-base-html r-doc-pdf r-base
Architecture: source all i386
Version: 2.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-base - GNU R statistical computing language and environment
 r-base-core - GNU R core of statistical computing language and environment
 r-base-dev - GNU R installation of auxiliary GNU R packages
 r-base-html - GNU R html docs for statistical computing system functions
 r-base-latex - GNU R LaTeX docs for statistical computing system functions
 r-doc-html - GNU R html manuals for statistical computing system
 r-doc-info - GNU R info manuals statistical computing system
 r-doc-pdf  - GNU R pdf manuals for statistical computing system
 r-mathlib  - GNU R standalone mathematics library
 r-recommended - GNU R collection of recommended packages [metapackage]
Changes: 
 r-base (2.6.0-3) unstable; urgency=low
 .
   * debian/r-cran.mk: Retiring the experimental javareconf support for now.
Files: 
 a2eb9aa82bff06de73550adb1bf32a9c 1027 math optional r-base_2.6.0-3.dsc
 fe0c1598fb89432539b28ab1050b94eb 56421 math optional r-base_2.6.0-3.diff.gz
 73aa9d79e48d789017ae2f8c9d9259de 10399578 math optional 
r-base-core_2.6.0-3_i386.deb
 4bf9c51db7a0d6144963f891f0ac92cc 460152 math optional 
r-mathlib_2.6.0-3_i386.deb
 0068d86910b111a60567416a8d34dc2d 25092 math optional r-base_2.6.0-3_all.deb
 99cfe3e037fb3ac3caac5d59ff824667 2906 devel optional r-base-dev_2.6.0-3_all.deb
 7b526025588ec123e9e00789c3e7740c 1225328 math extra r-base-html_2.6.0-3_all.deb
 61306eb94a13df1d151e7a20393a5dec 1144186 math extra 
r-base-latex_2.6.0-3_all.deb
 5a4d8261032efb90a8741fde550728d7 6434962 doc optional r-doc-pdf_2.6.0-3_all.deb
 475342e8948cb2abe331eb6c2dec88fd 561560 doc optional r-doc-html_2.6.0-3_all.deb
 426c74a14ec044e3c2e3dbd7e927c5df 492892 doc optional r-doc-info_2.6.0-3_all.deb
 e326931b7b5a5d8f39045495227da950 1966 math optional 
r-recommended_2.6.0-3_all.deb

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

iD8DBQFHDNuECZSR95Gw07cRApxiAJ4/FMrgztH81ux/L6NYQicFpQREyACeOfHZ
YBKHsN5I671o+uASUrysN0s=
=5bnn
-END PGP SIGNATURE-


Accepted:
r-base-core_2.6.0-3_i386.deb
  to pool/main/r/r-base/r-base-core_2.6.0-3_i386.deb
r-base-dev_2.6.0-3_all.deb
  to pool/main/r/r-base/r-base-dev_2.6.0-3_all.deb
r-base-html_2.6.0-3_all.deb
  to pool/main/r/r-base/r-base-html_2.6.0-3_all.deb
r-base-latex_2.6.0-3_all.deb
  to pool/main/r/r-base/r-base-latex_2.6.0-3_all.deb
r-base_2.6.0-3.diff.gz
  to pool/main/r/r-base/r-base_2.6.0-3.diff.gz
r-base_2.6.0-3.dsc
  to pool/main/r/r-base/r-base_2.6.0-3.dsc
r-base_2.6.0-3_all.deb
  to pool/main/r/r-base/r-base_2.6.0-3_all.deb
r-doc-html_2.6.0-3_all.deb
  to pool/main/r/r-base/r-doc-html_2.6.0-3_all.deb
r-doc-info_2.6.0-3_all.deb
  to pool/main/r/r-base/r-doc-info_2.6.0-3_all.deb
r-doc-pdf_2.6.0-3_all.deb
  to pool/main/r/r-base/r-doc-pdf_2.6.0-3_all.deb
r-mathlib_2.6.0-3_i386.deb
  to pool/main/r/r-base/r-mathlib_2.6.0-3_i386.deb
r-recommended_2.6.0-3_all.deb
  to pool/main/r/r-base/r-recommended_2.6.0-3_all.deb


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



Accepted licq 1.3.4-3 (source i386 all)

2007-10-10 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 14:20:25 +0200
Source: licq
Binary: licq-plugin-msn licq licq-plugin-kde licq-plugin-rms 
licq-plugin-console licq-plugin-qt licq-dev licq-plugin-osd 
licq-plugin-forwarder licq-plugin-autoreply
Architecture: source i386 all
Version: 1.3.4-3
Distribution: unstable
Urgency: low
Maintainer: Peter Eisentraut [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 licq   - ICQ client (base files)
 licq-dev   - Licq development and header files
 licq-plugin-autoreply - autoreply plug-in for Licq
 licq-plugin-console - console user interface plug-in for Licq
 licq-plugin-forwarder - forwarder plug-in for Licq
 licq-plugin-kde - graphical user interface plug-in for Licq using Qt and KDE
 licq-plugin-msn - MSN plug-in for Licq
 licq-plugin-osd - on-screen display plug-in for Licq
 licq-plugin-qt - graphical user interface plug-in for Licq using Qt
 licq-plugin-rms - remote management server plug-in for telnet Licq access
Changes: 
 licq (1.3.4-3) unstable; urgency=low
 .
   * Don't ignore errors from make distclean, as per lintian check
   * Changed ${Source-Version} to ${binary:Version}
   * Removed kderemove tag from menu entry
   * Updated lintian overrides
   * Added Homepage control field
Files: 
 fee3be1ecec93095d37ddf96796e6a20 921 net optional licq_1.3.4-3.dsc
 0c86403acd5df25faa33ca33b8d99daf 24160 net optional licq_1.3.4-3.diff.gz
 2fe56b9c15ab2c3487fb97211bf579bc 88268 devel optional licq-dev_1.3.4-3_all.deb
 635dc4cc06f5c20f6819cd52815216f2 660188 net optional licq_1.3.4-3_i386.deb
 ab578e74f05674c301ab26f153bf5da3 36502 net optional 
licq-plugin-autoreply_1.3.4-3_i386.deb
 802ff10c8bb0d17fecc0d276f9c3b2c5 76114 net optional 
licq-plugin-console_1.3.4-3_i386.deb
 65bc8e09ee70cfdb357a60b56e2a8b29 37430 net optional 
licq-plugin-forwarder_1.3.4-3_i386.deb
 b82e4912e917d90f6e99fe505dc46c57 1586130 net optional 
licq-plugin-kde_1.3.4-3_i386.deb
 64d5e0ae49d45a9dfe71b512383641e7 87656 net optional 
licq-plugin-msn_1.3.4-3_i386.deb
 81248485699da70bb45e4e41a45a1f55 56418 net optional 
licq-plugin-osd_1.3.4-3_i386.deb
 4bbb02be6f18f733a69936da15f83a9a 1562502 net optional 
licq-plugin-qt_1.3.4-3_i386.deb
 385a2db577c043b3582adc0b9432fc81 44362 net optional 
licq-plugin-rms_1.3.4-3_i386.deb

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

iD8DBQFHDOqsTTx8oVVPtMYRAuMDAJ49g6pUvBbryUq2V3a54RxB7qPLtACfR6nC
TFwe3JkP6TaTsph27At3FzU=
=7MYv
-END PGP SIGNATURE-


Accepted:
licq-dev_1.3.4-3_all.deb
  to pool/main/l/licq/licq-dev_1.3.4-3_all.deb
licq-plugin-autoreply_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-autoreply_1.3.4-3_i386.deb
licq-plugin-console_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-console_1.3.4-3_i386.deb
licq-plugin-forwarder_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-forwarder_1.3.4-3_i386.deb
licq-plugin-kde_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-kde_1.3.4-3_i386.deb
licq-plugin-msn_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-msn_1.3.4-3_i386.deb
licq-plugin-osd_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-osd_1.3.4-3_i386.deb
licq-plugin-qt_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-qt_1.3.4-3_i386.deb
licq-plugin-rms_1.3.4-3_i386.deb
  to pool/main/l/licq/licq-plugin-rms_1.3.4-3_i386.deb
licq_1.3.4-3.diff.gz
  to pool/main/l/licq/licq_1.3.4-3.diff.gz
licq_1.3.4-3.dsc
  to pool/main/l/licq/licq_1.3.4-3.dsc
licq_1.3.4-3_i386.deb
  to pool/main/l/licq/licq_1.3.4-3_i386.deb


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



Accepted skkdic 20071010-1 (source all)

2007-10-10 Thread Noritada Kobayashi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 20:47:23 +0900
Source: skkdic
Binary: skkdic-cdb skkdic skkdic-extra
Architecture: source all
Version: 20071010-1
Distribution: unstable
Urgency: low
Maintainer: Noritada Kobayashi [EMAIL PROTECTED]
Changed-By: Noritada Kobayashi [EMAIL PROTECTED]
Description: 
 skkdic - standard dictionary file for SKK
 skkdic-cdb - standard dictionary file for SKK in cdb format for faster access
 skkdic-extra - extra dictionary files for SKK
Changes: 
 skkdic (20071010-1) unstable; urgency=low
 .
   * New upstream release. (CVS trunk on 2007-10-10, except *edict*)
   * debian/copyright: Update copyright information for SKK-JISYO.L.
Files: 
 18d4a5e741d27104bb78478f58d7 715 utils optional skkdic_20071010-1.dsc
 2c8b21ca9b0ecc4ad63847a0c6a633ce 8284159 utils optional 
skkdic_20071010.orig.tar.gz
 449d525c9a633f5abd266b1f8aa482ef 6484 utils optional skkdic_20071010-1.diff.gz
 7f1100ca5577bdf1c7f4ab8ef3c8be92 3072530 utils optional 
skkdic_20071010-1_all.deb
 d96b64436febc08ba8fee278af3705d8 6400182 utils optional 
skkdic-extra_20071010-1_all.deb
 c9b3d280a33b8b5f423bec06b8696b2f 4693756 utils optional 
skkdic-cdb_20071010-1_all.deb

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

iD8DBQFHDOi5gV4LPvpMUpgRAiCrAJ9Of1SBwWDF8k2hV2H5xDZW1heP/gCfeO1c
wsax0p1enkP6XMt/x+VEnXU=
=CWOk
-END PGP SIGNATURE-


Accepted:
skkdic-cdb_20071010-1_all.deb
  to pool/main/s/skkdic/skkdic-cdb_20071010-1_all.deb
skkdic-extra_20071010-1_all.deb
  to pool/main/s/skkdic/skkdic-extra_20071010-1_all.deb
skkdic_20071010-1.diff.gz
  to pool/main/s/skkdic/skkdic_20071010-1.diff.gz
skkdic_20071010-1.dsc
  to pool/main/s/skkdic/skkdic_20071010-1.dsc
skkdic_20071010-1_all.deb
  to pool/main/s/skkdic/skkdic_20071010-1_all.deb
skkdic_20071010.orig.tar.gz
  to pool/main/s/skkdic/skkdic_20071010.orig.tar.gz


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



Accepted bluez-libs 3.20-1 (source powerpc)

2007-10-10 Thread Filippo Giunchedi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 15:40:35 +0200
Source: bluez-libs
Binary: libbluetooth2 libbluetooth-dev
Architecture: source powerpc
Version: 3.20-1
Distribution: unstable
Urgency: low
Maintainer: Debian Bluetooth Maintainers [EMAIL PROTECTED]
Changed-By: Filippo Giunchedi [EMAIL PROTECTED]
Description: 
 libbluetooth-dev - Development files for using the BlueZ Linux Bluetooth 
library
 libbluetooth2 - Library to use the BlueZ Linux Bluetooth stack
Changes: 
 bluez-libs (3.20-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 e1e3c13b786aa59c176c497ba244b21e 910 admin optional bluez-libs_3.20-1.dsc
 9d7e02ea9a4c43d8f030500f282ee8bf 309192 admin optional 
bluez-libs_3.20.orig.tar.gz
 2def30e7b961531a3ab9364d032604c7 4586 admin optional bluez-libs_3.20-1.diff.gz
 155f8af873881802d895e47232c17b4e 74702 libdevel extra 
libbluetooth-dev_3.20-1_powerpc.deb
 f3718a47ee7b7b0ee76fdebf2bdc7d47 48486 libs optional 
libbluetooth2_3.20-1_powerpc.deb

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

iD8DBQFHDPI2ABzeamt51AERAqqBAKDOpNbmVxgh95yCf9y+hXyQPzgZggCfdigh
nhdSiUCyG61Oh36Yc6deAek=
=Z4ZK
-END PGP SIGNATURE-


Accepted:
bluez-libs_3.20-1.diff.gz
  to pool/main/b/bluez-libs/bluez-libs_3.20-1.diff.gz
bluez-libs_3.20-1.dsc
  to pool/main/b/bluez-libs/bluez-libs_3.20-1.dsc
bluez-libs_3.20.orig.tar.gz
  to pool/main/b/bluez-libs/bluez-libs_3.20.orig.tar.gz
libbluetooth-dev_3.20-1_powerpc.deb
  to pool/main/b/bluez-libs/libbluetooth-dev_3.20-1_powerpc.deb
libbluetooth2_3.20-1_powerpc.deb
  to pool/main/b/bluez-libs/libbluetooth2_3.20-1_powerpc.deb


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



Accepted openscenegraph 2.2.0-2 (source i386 all)

2007-10-10 Thread OuoU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 00:23:08 +0200
Source: openscenegraph
Binary: openscenegraph-doc libopenscenegraph6 openthreads-doc libopenthreads6 
openscenegraph libopenscenegraph-dev libopenthreads-dev
Architecture: source i386 all
Version: 2.2.0-2
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) [EMAIL PROTECTED]
Changed-By: Loic Dachary (OuoU) [EMAIL PROTECTED]
Description: 
 libopenscenegraph-dev - 3D scenegraph development files
 libopenscenegraph6 - 3D scenegraph
 libopenthreads-dev - Object-Oriented (OO) thread interface for C++ 
programmers, develo
 libopenthreads6 - Object-Oriented (OO) thread interface for C++ programmers, 
develo
 openscenegraph - 3D scenegraph binary files
 openscenegraph-doc - 3D scenegraph documentation
 openthreads-doc - Documentation for Object-Oriented (OO) thread interface
Closes: 425837 446017
Changes: 
 openscenegraph (2.2.0-2) unstable; urgency=low
 .
   * Add optimization flags to compilation (closes: 446017).
 .
   [ Cyril Brulebois ]
   * Add -mlong-calls to C(XX)FLAGS when building with DEB_BUILD_HOST=hppa
 to avoid FTBFS due to an error during the final link (closes: #425837).
 Many thanks to the http://www.parisc-linux.org/ folks for the access to
 their cluster, which helped a lot!
Files: 
 cf2e329055edef69aa9e665f3b96c9b5 1061 devel optional openscenegraph_2.2.0-2.dsc
 571f4e0e661b6767256d53826abf0c78 14612 devel optional 
openscenegraph_2.2.0-2.diff.gz
 0dd599f2ea0920a9b38d1aec16800aae 14596 devel optional 
libopenthreads-dev_2.2.0-2_i386.deb
 309fae07b89f62dff2fb89902c7b59a4 17920 libs optional 
libopenthreads6_2.2.0-2_i386.deb
 aacf7be80e42d4de2b82adc58cd4e64d 6860 devel optional 
openthreads-doc_2.2.0-2_all.deb
 f967886bea842b92441259646d8a4e28 453368 devel optional 
libopenscenegraph-dev_2.2.0-2_i386.deb
 aeba46888bfda6bed532d51919c086ff 30279062 libs optional 
libopenscenegraph6_2.2.0-2_i386.deb
 6800e4533fc60aec92fa14138ffdf774 7214406 devel optional 
openscenegraph-doc_2.2.0-2_all.deb
 5f940baaa557eac36867415535f262d9 2164042 devel optional 
openscenegraph_2.2.0-2_i386.deb

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

iD8DBQFHDPOo8dLMyEl6F20RAm+DAJoD/npQi+Zz+R7hvijpJN0inivurACguekk
F9wwGeMx4Ya3dsvpGMyJIA8=
=/Miq
-END PGP SIGNATURE-


Accepted:
libopenscenegraph-dev_2.2.0-2_i386.deb
  to pool/main/o/openscenegraph/libopenscenegraph-dev_2.2.0-2_i386.deb
libopenscenegraph6_2.2.0-2_i386.deb
  to pool/main/o/openscenegraph/libopenscenegraph6_2.2.0-2_i386.deb
libopenthreads-dev_2.2.0-2_i386.deb
  to pool/main/o/openscenegraph/libopenthreads-dev_2.2.0-2_i386.deb
libopenthreads6_2.2.0-2_i386.deb
  to pool/main/o/openscenegraph/libopenthreads6_2.2.0-2_i386.deb
openscenegraph-doc_2.2.0-2_all.deb
  to pool/main/o/openscenegraph/openscenegraph-doc_2.2.0-2_all.deb
openscenegraph_2.2.0-2.diff.gz
  to pool/main/o/openscenegraph/openscenegraph_2.2.0-2.diff.gz
openscenegraph_2.2.0-2.dsc
  to pool/main/o/openscenegraph/openscenegraph_2.2.0-2.dsc
openscenegraph_2.2.0-2_i386.deb
  to pool/main/o/openscenegraph/openscenegraph_2.2.0-2_i386.deb
openthreads-doc_2.2.0-2_all.deb
  to pool/main/o/openscenegraph/openthreads-doc_2.2.0-2_all.deb


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



Accepted git-buildpackage 0.4.1 (source all)

2007-10-10 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 18:15:54 +0200
Source: git-buildpackage
Binary: git-buildpackage
Architecture: source all
Version: 0.4.1
Distribution: unstable
Urgency: low
Maintainer: Guido Guenther [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 git-buildpackage - Suite to help with Debian packages in Git repositories
Changes: 
 git-buildpackage (0.4.1) unstable; urgency=low
 .
   * make sure the changelog section's trailer points to the person
 invoking git-dch
   * depend on devscripts with a working 'dch '
   * git-dch: eval() the snapshot number calculation
Files: 
 b4c9e81c9e6e64ac5da03f951fe68e43 669 devel optional git-buildpackage_0.4.1.dsc
 48f67b49dc5d1f32536c1baae060a7cb 28060 devel optional 
git-buildpackage_0.4.1.tar.gz
 149b82ef174b93749b7e2a29207d1e09 40694 devel optional 
git-buildpackage_0.4.1_all.deb

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

iD8DBQFHDP0qn88szT8+ZCYRAgtEAJ9LmwvpwfolM+ZoGc+wjRkiD3xdgQCeKDth
BPeje0SWWaImx7S/auDupRQ=
=t3yu
-END PGP SIGNATURE-


Accepted:
git-buildpackage_0.4.1.dsc
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.1.dsc
git-buildpackage_0.4.1.tar.gz
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.1.tar.gz
git-buildpackage_0.4.1_all.deb
  to pool/main/g/git-buildpackage/git-buildpackage_0.4.1_all.deb


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



Accepted libinotify-ruby 0.0.2-1 (source all i386)

2007-10-10 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 20:01:42 +0200
Source: libinotify-ruby
Binary: libinotify-ruby1.8 libinotify-ruby1.9 libinotify-ruby
Architecture: source all i386
Version: 0.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Torsten Werner [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 libinotify-ruby - Ruby interface to Linux's inotify system
 libinotify-ruby1.8 - Ruby interface to Linux's inotify system
 libinotify-ruby1.9 - Ruby interface to Linux's inotify system
Changes: 
 libinotify-ruby (0.0.2-1) unstable; urgency=low
 .
   * new upstream version
   * Remove patch build.diff that has been applied upstream.
Files: 
 e268be0b5b4c779beaa40b684d06d3f4 919 libs optional libinotify-ruby_0.0.2-1.dsc
 ef5750afb9c436e59c375e2a9075702c 4849 libs optional 
libinotify-ruby_0.0.2.orig.tar.gz
 641335ba3cb257b03fa7d109734bc1ba 2805 libs optional 
libinotify-ruby_0.0.2-1.diff.gz
 bb22ebb641c6a94bed1ccad898f2d11c 3038 libs optional 
libinotify-ruby_0.0.2-1_all.deb
 00ffb4d1aa03d58c68b10ad09d6fa0fa 6954 libs optional 
libinotify-ruby1.8_0.0.2-1_i386.deb
 05da00676f19870416f0a57495e942f3 7112 libs optional 
libinotify-ruby1.9_0.0.2-1_i386.deb

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

iD8DBQFHDRQPfY3dicTPjsMRAjMDAJ4833JBVoXy/VPiG+ItMA6cryVrTwCfdeiJ
zNEq7fVmRVLjwnea18lykgw=
=XaSc
-END PGP SIGNATURE-


Accepted:
libinotify-ruby1.8_0.0.2-1_i386.deb
  to pool/main/libi/libinotify-ruby/libinotify-ruby1.8_0.0.2-1_i386.deb
libinotify-ruby1.9_0.0.2-1_i386.deb
  to pool/main/libi/libinotify-ruby/libinotify-ruby1.9_0.0.2-1_i386.deb
libinotify-ruby_0.0.2-1.diff.gz
  to pool/main/libi/libinotify-ruby/libinotify-ruby_0.0.2-1.diff.gz
libinotify-ruby_0.0.2-1.dsc
  to pool/main/libi/libinotify-ruby/libinotify-ruby_0.0.2-1.dsc
libinotify-ruby_0.0.2-1_all.deb
  to pool/main/libi/libinotify-ruby/libinotify-ruby_0.0.2-1_all.deb
libinotify-ruby_0.0.2.orig.tar.gz
  to pool/main/libi/libinotify-ruby/libinotify-ruby_0.0.2.orig.tar.gz


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



Accepted cyphesis-cpp 0.5.13-3 (source all amd64)

2007-10-10 Thread Michael Koch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 19:50:45 +0200
Source: cyphesis-cpp
Binary: cyphesis-cpp-mason cyphesis-cpp cyphesis-cpp-clients
Architecture: source all amd64
Version: 0.5.13-3
Distribution: unstable
Urgency: low
Maintainer: Michael Koch [EMAIL PROTECTED]
Changed-By: Michael Koch [EMAIL PROTECTED]
Description: 
 cyphesis-cpp - WorldForge game server
 cyphesis-cpp-clients - WorldForge game server - clients to control the server
 cyphesis-cpp-mason - WorldForge game server - game data for Mason
Closes: 446045
Changes: 
 cyphesis-cpp (0.5.13-3) unstable; urgency=low
 .
   * Fix bashism in init script. Closes: #446045.
Files: 
 c0da41346b5030bd6369381d219518f7 928 games optional cyphesis-cpp_0.5.13-3.dsc
 f43a9b78b4a2d434e881b54a10d0cbd7 18605 games optional 
cyphesis-cpp_0.5.13-3.diff.gz
 4cab94c59a8bf61b0765bc1f2c95b116 200096 games optional 
cyphesis-cpp-mason_0.5.13-3_all.deb
 7cff6d6b9288e38db9558e58cd37ac10 731592 games optional 
cyphesis-cpp_0.5.13-3_amd64.deb
 a45dd3c906b9bb87649855c3c0b1ea73 733262 games optional 
cyphesis-cpp-clients_0.5.13-3_amd64.deb

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

iD8DBQFHDRr7WSOgCCdjSDsRAiXcAJ4mhpaE4xmjRr9Z6pnSjyZWdebmQwCgmKF0
JV4XNM4ehuSvdfJag/HRkAo=
=KEOE
-END PGP SIGNATURE-


Accepted:
cyphesis-cpp-clients_0.5.13-3_amd64.deb
  to pool/main/c/cyphesis-cpp/cyphesis-cpp-clients_0.5.13-3_amd64.deb
cyphesis-cpp-mason_0.5.13-3_all.deb
  to pool/main/c/cyphesis-cpp/cyphesis-cpp-mason_0.5.13-3_all.deb
cyphesis-cpp_0.5.13-3.diff.gz
  to pool/main/c/cyphesis-cpp/cyphesis-cpp_0.5.13-3.diff.gz
cyphesis-cpp_0.5.13-3.dsc
  to pool/main/c/cyphesis-cpp/cyphesis-cpp_0.5.13-3.dsc
cyphesis-cpp_0.5.13-3_amd64.deb
  to pool/main/c/cyphesis-cpp/cyphesis-cpp_0.5.13-3_amd64.deb


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



Accepted shogun 0.4.3-1 (source i386)

2007-10-10 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri, 28 Sep 2007 09:53:35 +0200
Source: shogun
Binary: shogun-readline shogun-python shogun-python-modular shogun-r 
shogun-octave
Architecture: source i386
Version: 0.4.3-1
Distribution: unstable
Urgency: low
Maintainer: Soeren Sonnenburg [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 shogun-octave - Large Scale Machine Learning Toolbox
 shogun-python - Large Scale Machine Learning Toolbox
 shogun-python-modular - Large Scale Machine Learning Toolbox
 shogun-r   - Large Scale Machine Learning Toolbox
 shogun-readline - Large Scale Machine Learning Toolbox
Changes: 
 shogun (0.4.3-1) unstable; urgency=low
 .
   * New upstream allows to disable custom cpu settings which allows
 for a workaround the gcc-4.2 build failure on alpha.
Files: 
 8c1372f6b7819aea77ab7b11ba0a920b 998 science optional shogun_0.4.3-1.dsc
 e721e2139f2f1b31c0119448f569c14e 705251 science optional 
shogun_0.4.3.orig.tar.gz
 8e74f1ef2d134486ebeead395866fe14 5147 science optional shogun_0.4.3-1.diff.gz
 7d734e97056b6205d6ce180ce89976c6 4253288 science optional 
shogun-python-modular_0.4.3-1_i386.deb
 40870d3ff4fc6ce0249693901245f21a 1193944 science optional 
shogun-python_0.4.3-1_i386.deb
 4d2d4a08a4e95bc2e751ad76387e349b 461928 science optional 
shogun-readline_0.4.3-1_i386.deb
 d998f40c0c37d7005f29d5c99aa4c85e 658934 science optional 
shogun-octave_0.4.3-1_i386.deb
 ac67d3bfc8b9d2b29c83c41b85f1459d 768722 science optional 
shogun-r_0.4.3-1_i386.deb

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

iD8DBQFHDSAafY3dicTPjsMRApMhAJ4lMx1S4ScLKHD1QqffuJkz4Rk6IQCeNTV/
ZQXxjRIClAJQGqIgOrwnV1c=
=yJF6
-END PGP SIGNATURE-


Accepted:
shogun-octave_0.4.3-1_i386.deb
  to pool/main/s/shogun/shogun-octave_0.4.3-1_i386.deb
shogun-python-modular_0.4.3-1_i386.deb
  to pool/main/s/shogun/shogun-python-modular_0.4.3-1_i386.deb
shogun-python_0.4.3-1_i386.deb
  to pool/main/s/shogun/shogun-python_0.4.3-1_i386.deb
shogun-r_0.4.3-1_i386.deb
  to pool/main/s/shogun/shogun-r_0.4.3-1_i386.deb
shogun-readline_0.4.3-1_i386.deb
  to pool/main/s/shogun/shogun-readline_0.4.3-1_i386.deb
shogun_0.4.3-1.diff.gz
  to pool/main/s/shogun/shogun_0.4.3-1.diff.gz
shogun_0.4.3-1.dsc
  to pool/main/s/shogun/shogun_0.4.3-1.dsc
shogun_0.4.3.orig.tar.gz
  to pool/main/s/shogun/shogun_0.4.3.orig.tar.gz


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



Accepted zsh-beta 4.3.4-dev-1+20071008-1 (source all)

2007-10-10 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 14:08:39 -0400
Source: zsh-beta
Binary: zsh-beta-static zsh-beta-doc zsh-beta
Architecture: source all
Version: 4.3.4-dev-1+20071008-1
Distribution: unstable
Urgency: low
Maintainer: Clint Adams [EMAIL PROTECTED]
Changed-By: Clint Adams [EMAIL PROTECTED]
Description: 
 zsh-beta   - A shell with lots of features (dev tree)
 zsh-beta-doc - zsh beta documentation - info/HTML format
Changes: 
 zsh-beta (4.3.4-dev-1+20071008-1) unstable; urgency=low
 .
   * Update to HEAD.
Files: 
 ede43b708c6aaf26c67e47a3ca9aec93 788 shells optional 
zsh-beta_4.3.4-dev-1+20071008-1.dsc
 66e438464132a5ed5db4da9ad1862673 2375832 shells optional 
zsh-beta_4.3.4-dev-1+20071008.orig.tar.gz
 3bac70ef269107a8153280e6d76c3bc0 750018 shells optional 
zsh-beta_4.3.4-dev-1+20071008-1.diff.gz
 632f170cf9c24727ecd6967c2902524b 778108 doc optional 
zsh-beta-doc_4.3.4-dev-1+20071008-1_all.deb

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

iD8DBQFHDR8t5m0u66uWM3ARAsWfAJ4tmiC4Diw42G6/88FRDVRuNXd9egCbBaJB
YveLMSpbECojb34v9lC/Coo=
=z6vq
-END PGP SIGNATURE-


Accepted:
zsh-beta-doc_4.3.4-dev-1+20071008-1_all.deb
  to pool/main/z/zsh-beta/zsh-beta-doc_4.3.4-dev-1+20071008-1_all.deb
zsh-beta_4.3.4-dev-1+20071008-1.diff.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.4-dev-1+20071008-1.diff.gz
zsh-beta_4.3.4-dev-1+20071008-1.dsc
  to pool/main/z/zsh-beta/zsh-beta_4.3.4-dev-1+20071008-1.dsc
zsh-beta_4.3.4-dev-1+20071008.orig.tar.gz
  to pool/main/z/zsh-beta/zsh-beta_4.3.4-dev-1+20071008.orig.tar.gz


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



Accepted mknfonts.tool 0.5-7 (source i386)

2007-10-10 Thread Gürkan Sengün
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Fri, 05 Oct 2007 00:04:33 +0200
Source: mknfonts.tool
Binary: mknfonts.tool
Architecture: source i386
Version: 0.5-7
Distribution: unstable
Urgency: low
Maintainer: Gürkan Sengün [EMAIL PROTECTED]
Changed-By: Gürkan Sengün [EMAIL PROTECTED]
Description: 
 mknfonts.tool - Create nfont packages for GNUstep
Changes: 
 mknfonts.tool (0.5-7) unstable; urgency=low
 .
   * GNUstep transition.
Files: 
 508e9ab15698552a327757ee11f17283 653 text optional mknfonts.tool_0.5-7.dsc
 6421a28b5bec0178fe458bb706686aa2 6236 text optional mknfonts.tool_0.5-7.diff.gz
 b78b92f8e4e24f6064cda814e7908e66 14690 text optional 
mknfonts.tool_0.5-7_i386.deb

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

iD8DBQFHDRjjrynHGRJLYfoRAy8QAJ9wmMdZXi3dxkv2bxnqKWbx+QSd/wCfSd4S
ir+5ukheIzOny1tddb2DbZQ=
=dTnp
-END PGP SIGNATURE-


Accepted:
mknfonts.tool_0.5-7.diff.gz
  to pool/main/m/mknfonts.tool/mknfonts.tool_0.5-7.diff.gz
mknfonts.tool_0.5-7.dsc
  to pool/main/m/mknfonts.tool/mknfonts.tool_0.5-7.dsc
mknfonts.tool_0.5-7_i386.deb
  to pool/main/m/mknfonts.tool/mknfonts.tool_0.5-7_i386.deb


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



Accepted osgal 0.6.1-2 (source i386 all)

2007-10-10 Thread OuoU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 07 Oct 2007 15:31:55 +
Source: osgal
Binary: libosgal-dev osgal-doc libosgal1
Architecture: source i386 all
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) [EMAIL PROTECTED]
Changed-By: Loic Dachary (OuoU) [EMAIL PROTECTED]
Description: 
 libosgal-dev - OpenSceneGraph adapter for OpenAL
 libosgal1  - OpenSceneGraph adapter for OpenAL
 osgal-doc  - OpenSceneGraph adapter for OpenAL
Changes: 
 osgal (0.6.1-2) unstable; urgency=low
 .
   * Rebuild against OpenSceneGraph-2.2
Files: 
 c1e6c3e5f92d51333eed9338ba3112b1 817 libs optional osgal_0.6.1-2.dsc
 b66904a9c6501c2128c1b954e92e9eed 4856 libs optional osgal_0.6.1-2.diff.gz
 4dc326301831e97b2fd56dbacc4c6330 202734 libdevel optional 
osgal-doc_0.6.1-2_all.deb
 df843b829c3d38a59d5a97a8c19ca3ca 34416 libdevel optional 
libosgal-dev_0.6.1-2_i386.deb
 b5913c0e2918b4ee815330a25f921313 127732 libs optional 
libosgal1_0.6.1-2_i386.deb

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

iD8DBQFHDSI/8dLMyEl6F20RAjvOAKCjrczti/w1GUbFITJo/GANS5VwPwCgu0Fy
EJtpgi0VBf1uOICumacEvs4=
=vm7p
-END PGP SIGNATURE-


Accepted:
libosgal-dev_0.6.1-2_i386.deb
  to pool/main/o/osgal/libosgal-dev_0.6.1-2_i386.deb
libosgal1_0.6.1-2_i386.deb
  to pool/main/o/osgal/libosgal1_0.6.1-2_i386.deb
osgal-doc_0.6.1-2_all.deb
  to pool/main/o/osgal/osgal-doc_0.6.1-2_all.deb
osgal_0.6.1-2.diff.gz
  to pool/main/o/osgal/osgal_0.6.1-2.diff.gz
osgal_0.6.1-2.dsc
  to pool/main/o/osgal/osgal_0.6.1-2.dsc


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



Accepted osgcal 0.1.46-2 (source all i386)

2007-10-10 Thread OuoU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 25 Sep 2007 09:44:11 +
Source: osgcal
Binary: libosgcal-dev osgcal libosgcal0 osgcal-doc
Architecture: source all i386
Version: 0.1.46-2
Distribution: unstable
Urgency: low
Maintainer: Loic Dachary (OuoU) [EMAIL PROTECTED]
Changed-By: Loic Dachary (OuoU) [EMAIL PROTECTED]
Description: 
 libosgcal-dev - cal3d to OpenSceneGraph adapter development files
 libosgcal0 - cal3d to OpenSceneGraph adapter
 osgcal - cal3d to OpenSceneGraph adapter development environment
 osgcal-doc - documentation for the cal3d to OpenSceneGraph adapter
Changes: 
 osgcal (0.1.46-2) unstable; urgency=low
 .
   * Rebuild against OpenSceneGraph-2.2
 .
   * feisty missing conflict
Files: 
 3b41793fbef8649bbf65ea6e2ffad79f 823 libdevel optional osgcal_0.1.46-2.dsc
 724b4974c4e18e12218b8f5751306de6 6603 libdevel optional osgcal_0.1.46-2.diff.gz
 80f6cded8cba24e907c41786deb136e3 151718 devel optional 
osgcal-doc_0.1.46-2_all.deb
 977b8aaf3739b3621f402b6d02ee32f7 21254 libdevel optional 
libosgcal-dev_0.1.46-2_i386.deb
 996770df37845ca6bc9afb8f568f0601 224800 libs optional 
libosgcal0_0.1.46-2_i386.deb
 7ff3180807f35a71d52e02db14eec399 3254866 devel optional 
osgcal_0.1.46-2_i386.deb

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

iD8DBQFHDSMf8dLMyEl6F20RAguKAJ43U01UzrZhl8CaXrk1MM6aW+q1JwCfYMvP
gHawUQdQJChnk07+47NSHPU=
=6ph2
-END PGP SIGNATURE-


Accepted:
libosgcal-dev_0.1.46-2_i386.deb
  to pool/main/o/osgcal/libosgcal-dev_0.1.46-2_i386.deb
libosgcal0_0.1.46-2_i386.deb
  to pool/main/o/osgcal/libosgcal0_0.1.46-2_i386.deb
osgcal-doc_0.1.46-2_all.deb
  to pool/main/o/osgcal/osgcal-doc_0.1.46-2_all.deb
osgcal_0.1.46-2.diff.gz
  to pool/main/o/osgcal/osgcal_0.1.46-2.diff.gz
osgcal_0.1.46-2.dsc
  to pool/main/o/osgcal/osgcal_0.1.46-2.dsc
osgcal_0.1.46-2_i386.deb
  to pool/main/o/osgcal/osgcal_0.1.46-2_i386.deb


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



Accepted pychess 0.6.1-2 (source all)

2007-10-10 Thread Torsten Werner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 06 Oct 2007 22:57:04 +0530
Source: pychess
Binary: pychess
Architecture: source all
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Varun Hiremath [EMAIL PROTECTED]
Changed-By: Torsten Werner [EMAIL PROTECTED]
Description: 
 pychess- chess graphical user interface for several chess engines
Changes: 
 pychess (0.6.1-2) unstable; urgency=low
 .
   * Apply Glade widget patch.
Files: 
 f33e270abbb402a3d36c2287dfb73928 828 games optional pychess_0.6.1-2.dsc
 124b77d75bac4e177f74e7c21cb02be9 3096 games optional pychess_0.6.1-2.diff.gz
 ecd5c07b0a25a464f7bde74fb5cfac7d 411250 games optional pychess_0.6.1-2_all.deb

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

iD8DBQFHDSqjfY3dicTPjsMRAgbKAJ0d9nM/qUNwXhSmsZ3JBZsg23x4tACghH58
Ea6ZYRPcb9WQquQ4WFu62r0=
=Ft3Z
-END PGP SIGNATURE-


Accepted:
pychess_0.6.1-2.diff.gz
  to pool/main/p/pychess/pychess_0.6.1-2.diff.gz
pychess_0.6.1-2.dsc
  to pool/main/p/pychess/pychess_0.6.1-2.dsc
pychess_0.6.1-2_all.deb
  to pool/main/p/pychess/pychess_0.6.1-2_all.deb


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



Accepted openmx 3.2.4.dfsg-2 (source i386)

2007-10-10 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 08 Oct 2007 13:14:43 +0200
Source: openmx
Binary: openmx
Architecture: source i386
Version: 3.2.4.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Scientific Computing Team [EMAIL PROTECTED]
Changed-By: Christophe Prud'homme [EMAIL PROTECTED]
Description: 
 openmx - Package for nano-scale material simulations
Closes: 445786
Changes: 
 openmx (3.2.4.dfsg-2) unstable; urgency=low
 .
   [Ondrej Certik]
   * Depends on libfftw3-dev instead of fftw3-dev (Closes: #445786)
   * Ondrej Certik added to Uploaders.
Files: 
 ed15b5d3429aa5654d3663f0470029b5 786 science extra openmx_3.2.4.dfsg-2.dsc
 51bb822ac8e975d088afe43cfdb0bd54 4484 science extra openmx_3.2.4.dfsg-2.diff.gz
 3f066d405ce756a9d0e3f41c2713594a 691516 science extra 
openmx_3.2.4.dfsg-2_i386.deb

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

iD8DBQFHDTV4oY+0C9S+FFARAplGAJ9JgndaYsOxywaj2KO0P6mEplouzgCeOW5b
3LeSyfrEfk+I/f/z4wV91K8=
=Xxch
-END PGP SIGNATURE-


Accepted:
openmx_3.2.4.dfsg-2.diff.gz
  to pool/main/o/openmx/openmx_3.2.4.dfsg-2.diff.gz
openmx_3.2.4.dfsg-2.dsc
  to pool/main/o/openmx/openmx_3.2.4.dfsg-2.dsc
openmx_3.2.4.dfsg-2_i386.deb
  to pool/main/o/openmx/openmx_3.2.4.dfsg-2_i386.deb


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



Accepted apertium-es-pt 1.0.3-1 (source i386)

2007-10-10 Thread Francis Tyers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 08 Oct 2007 08:30:42 +0100
Source: apertium-es-pt
Binary: apertium-es-pt
Architecture: source i386
Version: 1.0.3-1
Distribution: unstable
Urgency: low
Maintainer: Francis Tyers [EMAIL PROTECTED]
Changed-By: Francis Tyers [EMAIL PROTECTED]
Description: 
 apertium-es-pt - Apertium linguistic data to translate between Spanish and 
Portugu
Changes: 
 apertium-es-pt (1.0.3-1) unstable; urgency=low
 .
   * Depends on apertium 3.0, build system now autoconf
Files: 
 15087b4616f5e7d270be741e501d240f 673 misc extra apertium-es-pt_1.0.3-1.dsc
 1aa24958c08d1ea11b986ea2ae916e93 1032376 misc extra 
apertium-es-pt_1.0.3.orig.tar.gz
 34b9f6317fd393e4fb100e5fce0ca05b 2274 misc extra apertium-es-pt_1.0.3-1.diff.gz
 7a291b4072486d77515fc5f82643d2f3 900088 misc extra 
apertium-es-pt_1.0.3-1_i386.deb

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

iD8DBQFHDTs1NTNQylgICMQRAs1KAKDGU/mNlvkdHHwrsUit2CSu9RqhgQCfSc3R
Gn5GyrNeDpSAX53Biqkf8IU=
=6oQC
-END PGP SIGNATURE-


Accepted:
apertium-es-pt_1.0.3-1.diff.gz
  to pool/main/a/apertium-es-pt/apertium-es-pt_1.0.3-1.diff.gz
apertium-es-pt_1.0.3-1.dsc
  to pool/main/a/apertium-es-pt/apertium-es-pt_1.0.3-1.dsc
apertium-es-pt_1.0.3-1_i386.deb
  to pool/main/a/apertium-es-pt/apertium-es-pt_1.0.3-1_i386.deb
apertium-es-pt_1.0.3.orig.tar.gz
  to pool/main/a/apertium-es-pt/apertium-es-pt_1.0.3.orig.tar.gz


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



Accepted dds 1.1.7+ddd105-1 (source amd64)

2007-10-10 Thread Christoph Berg
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 22:42:43 +0200
Source: dds
Binary: python-pydds libdds-dev dds
Architecture: source amd64
Version: 1.1.7+ddd105-1
Distribution: unstable
Urgency: low
Maintainer: Christoph Berg [EMAIL PROTECTED]
Changed-By: Christoph Berg [EMAIL PROTECTED]
Description: 
 dds- bridge double dummy solver - frontend
 libdds-dev - bridge double dummy solver - library
 python-pydds - bridge double dummy solver - python extension
Changes: 
 dds (1.1.7+ddd105-1) unstable; urgency=low
 .
   * New dds upstream version.
Files: 
 2ecb8c624d189ad8e859af507cf0feac 615 games extra dds_1.1.7+ddd105-1.dsc
 5c34d2ad05e956902829363344c0e177 148442 games extra dds_1.1.7+ddd105-1.tar.gz
 34e82131f40f9d35d60f255b0a3f734b 62786 games extra dds_1.1.7+ddd105-1_amd64.deb
 c352add4854435b817dd19be4449b27f 89246 libdevel extra 
libdds-dev_1.1.7+ddd105-1_amd64.deb
 5365d6cf9dc1d7fb7dd98a5433b48fec 42860 python extra 
python-pydds_1.1.7+ddd105-1_amd64.deb

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

iD8DBQFHDTvmxa93SlhRC1oRAqRcAJ9a8AQ0D8hB8t33jpgtTzignhvH1wCfZcvi
JjOCTwOu1lnesMaEjoQg/NA=
=nh5P
-END PGP SIGNATURE-


Accepted:
dds_1.1.7+ddd105-1.dsc
  to pool/main/d/dds/dds_1.1.7+ddd105-1.dsc
dds_1.1.7+ddd105-1.tar.gz
  to pool/main/d/dds/dds_1.1.7+ddd105-1.tar.gz
dds_1.1.7+ddd105-1_amd64.deb
  to pool/main/d/dds/dds_1.1.7+ddd105-1_amd64.deb
libdds-dev_1.1.7+ddd105-1_amd64.deb
  to pool/main/d/dds/libdds-dev_1.1.7+ddd105-1_amd64.deb
python-pydds_1.1.7+ddd105-1_amd64.deb
  to pool/main/d/dds/python-pydds_1.1.7+ddd105-1_amd64.deb


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



Accepted apertium-fr-ca 1.0.0-1 (source i386)

2007-10-10 Thread Francis Tyers
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 Oct 2007 16:03:00 +0100
Source: apertium-fr-ca
Binary: apertium-fr-ca
Architecture: source i386
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: Francis Tyers [EMAIL PROTECTED]
Changed-By: Francis Tyers [EMAIL PROTECTED]
Description: 
 apertium-fr-ca - Apertium linguistic data to translate between French and 
Catalan
Changes: 
 apertium-fr-ca (1.0.0-1) unstable; urgency=low
 .
   * Release requires Apertium 3
Files: 
 d0681b9d5056f561a2f561f7f190f1d7 768 misc optional apertium-fr-ca_1.0.0-1.dsc
 4fdbe44b1b8e905e4df504193f29c82a 442106 misc optional 
apertium-fr-ca_1.0.0.orig.tar.gz
 e6a58702af3c08b666886042212c1077 2409 misc optional 
apertium-fr-ca_1.0.0-1.diff.gz
 24cfca31cee3adfd7c5d3dc70a0c2bb9 720506 misc optional 
apertium-fr-ca_1.0.0-1_i386.deb

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

iD8DBQFHDTs3NTNQylgICMQRAnyNAJ0WWDtaFxrHaVcnhH8VKrK929wlZgCcDS7L
bNcYlnwodmFmp7G+goq4Jug=
=pM9r
-END PGP SIGNATURE-


Accepted:
apertium-fr-ca_1.0.0-1.diff.gz
  to pool/main/a/apertium-fr-ca/apertium-fr-ca_1.0.0-1.diff.gz
apertium-fr-ca_1.0.0-1.dsc
  to pool/main/a/apertium-fr-ca/apertium-fr-ca_1.0.0-1.dsc
apertium-fr-ca_1.0.0-1_i386.deb
  to pool/main/a/apertium-fr-ca/apertium-fr-ca_1.0.0-1_i386.deb
apertium-fr-ca_1.0.0.orig.tar.gz
  to pool/main/a/apertium-fr-ca/apertium-fr-ca_1.0.0.orig.tar.gz


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



Accepted egenix-mx-base 3.0.0-3 (source all amd64)

2007-10-10 Thread Joel Rosdahl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 21:40:14 +0200
Source: egenix-mx-base
Binary: python-egenix-mxstack python-egenix-mxdatetime 
python-egenix-mx-base-dev python-egenix-mxtexttools python-egenix-mx-base-dbg 
python-egenix-mxurl python-egenix-mxbeebase python-egenix-mxproxy 
python-egenix-mxuid python-egenix-mxtools python-egenix-mxqueue
Architecture: source amd64 all
Version: 3.0.0-3
Distribution: unstable
Urgency: low
Maintainer: Joel Rosdahl [EMAIL PROTECTED]
Changed-By: Joel Rosdahl [EMAIL PROTECTED]
Description: 
 python-egenix-mx-base-dbg - extension files for the egenix-mx-base 
distribution (debug build)
 python-egenix-mx-base-dev - development files for the egenix-mx-base 
distribution
 python-egenix-mxbeebase - on-disk B+Tree based database kit for Python
 python-egenix-mxdatetime - date and time handling routines for Python
 python-egenix-mxproxy - generic proxy wrapper type for Python
 python-egenix-mxqueue - fast and memory-efficient queue for Python
 python-egenix-mxstack - fast and memory-efficient stack for Python
 python-egenix-mxtexttools - fast text processing tools for Python
 python-egenix-mxtools - collection of additional builtins for Python
 python-egenix-mxuid - unique identifiers for Python
 python-egenix-mxurl - flexible URL datatype for Python
Changes: 
 egenix-mx-base (3.0.0-3) unstable; urgency=low
 .
   * Always use the unversioned interpreter name in executable example
 scripts. See Ubuntu Launchpad #147138.
Files: 
 2599bc3c79a45a0498994cde7262c5d0 982 python optional egenix-mx-base_3.0.0-3.dsc
 d4376d77c7ae65119ce16a925e2396c2 22248 python optional 
egenix-mx-base_3.0.0-3.diff.gz
 e1b269cfb7ec494fd82877d225937355 30820 python extra 
python-egenix-mx-base-dev_3.0.0-3_all.deb
 c1364e5051bf2319f97ec4cb884b50cb 1017258 python extra 
python-egenix-mx-base-dbg_3.0.0-3_amd64.deb
 b9c079cddb9e9ac8a82774c85588b8b3 250060 python optional 
python-egenix-mxbeebase_3.0.0-3_amd64.deb
 88c306ca0df3ce11e53033e21f08f68a 435592 python optional 
python-egenix-mxdatetime_3.0.0-3_amd64.deb
 4f7cc0b9fdd6c550bc7ea16b2cfe9833 194964 python optional 
python-egenix-mxproxy_3.0.0-3_amd64.deb
 a87fe8969e4c605df075eef0e25732c8 154748 python optional 
python-egenix-mxqueue_3.0.0-3_amd64.deb
 ecbdb0266457f51d49e4d134aa0a0bd7 163052 python optional 
python-egenix-mxstack_3.0.0-3_amd64.deb
 eded2a6d7b706448bc869fa7b2ad0e8e 377574 python optional 
python-egenix-mxtexttools_3.0.0-3_amd64.deb
 ac67d9cba62fc807befd56af84cc334e 273250 python optional 
python-egenix-mxtools_3.0.0-3_amd64.deb
 5fb6dd85b8f6bc645b00b9418cc5525d 146528 python optional 
python-egenix-mxuid_3.0.0-3_amd64.deb
 aeedd31eaf9030c3e1c44ab060b78307 219700 python optional 
python-egenix-mxurl_3.0.0-3_amd64.deb

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

iD8DBQFHDTrpAGT5/7uEXpcRArHrAJwOiMao3zVc83eTseGHsydMxANbHQCgkgEZ
A6irhNbENbKDo81FpMVyA24=
=BHew
-END PGP SIGNATURE-


Accepted:
egenix-mx-base_3.0.0-3.diff.gz
  to pool/main/e/egenix-mx-base/egenix-mx-base_3.0.0-3.diff.gz
egenix-mx-base_3.0.0-3.dsc
  to pool/main/e/egenix-mx-base/egenix-mx-base_3.0.0-3.dsc
python-egenix-mx-base-dbg_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mx-base-dbg_3.0.0-3_amd64.deb
python-egenix-mx-base-dev_3.0.0-3_all.deb
  to pool/main/e/egenix-mx-base/python-egenix-mx-base-dev_3.0.0-3_all.deb
python-egenix-mxbeebase_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxbeebase_3.0.0-3_amd64.deb
python-egenix-mxdatetime_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxdatetime_3.0.0-3_amd64.deb
python-egenix-mxproxy_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxproxy_3.0.0-3_amd64.deb
python-egenix-mxqueue_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxqueue_3.0.0-3_amd64.deb
python-egenix-mxstack_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxstack_3.0.0-3_amd64.deb
python-egenix-mxtexttools_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxtexttools_3.0.0-3_amd64.deb
python-egenix-mxtools_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxtools_3.0.0-3_amd64.deb
python-egenix-mxuid_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxuid_3.0.0-3_amd64.deb
python-egenix-mxurl_3.0.0-3_amd64.deb
  to pool/main/e/egenix-mx-base/python-egenix-mxurl_3.0.0-3_amd64.deb


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



Accepted boa-constructor 0.6.1-2 (source all)

2007-10-10 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 06 Oct 2007 03:11:38 +0200
Source: boa-constructor
Binary: boa-constructor
Architecture: source all
Version: 0.6.1-2
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna [EMAIL PROTECTED]
Changed-By: Luca Falavigna [EMAIL PROTECTED]
Description: 
 boa-constructor - RAD tool for Python and WxWindows application
Closes: 399276
Changes: 
 boa-constructor (0.6.1-2) unstable; urgency=low
 .
   * Move to python-central
   * Do not byte-compile ZopeLib/zoa/* files (Closes: #399276)
 - Use dh_pycentral -n in debian rules
 - Install boa-constructor.postinst script
 - Install boa-constructor.prerm script
   * Do not call dh_desktop in debian/rules, no MIME types provided
   * Remove boa-constructor.preinst, now useless
   * Use Applications in menu file to fix menu-item-uses-apps-section
 lintian warning
   * Remove XS-Vcs-Bzr field in debian/control, not really useful for now
   * Add watch file
Files: 
 b95e3468376d94d7ab33ae167323b821 687 devel optional boa-constructor_0.6.1-2.dsc
 c42f540a4e86b180a671d87c4c402d68 8180 devel optional 
boa-constructor_0.6.1-2.diff.gz
 04b3eecf249c3032799b887eb8cd7843 13011496 devel optional 
boa-constructor_0.6.1-2_all.deb

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

iD8DBQFHDUGE7Ro5M7LPzdgRAl0oAJ9Y3GPViJKKnkm5bjtDDfKc+sD1hACg6UXx
E0M/0KWQTcuLXZPBhLKOFE4=
=vEJo
-END PGP SIGNATURE-


Accepted:
boa-constructor_0.6.1-2.diff.gz
  to pool/main/b/boa-constructor/boa-constructor_0.6.1-2.diff.gz
boa-constructor_0.6.1-2.dsc
  to pool/main/b/boa-constructor/boa-constructor_0.6.1-2.dsc
boa-constructor_0.6.1-2_all.deb
  to pool/main/b/boa-constructor/boa-constructor_0.6.1-2_all.deb


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



Accepted bouml 3.0.2-1 (source all amd64)

2007-10-10 Thread Thomas Girard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 11:53:47 +0200
Source: bouml
Binary: bouml bouml-plugouts-src
Architecture: source amd64 all
Version: 3.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Thomas Girard [EMAIL PROTECTED]
Changed-By: Thomas Girard [EMAIL PROTECTED]
Description: 
 bouml  - UML2 tool box to specify and generate code
 bouml-plugouts-src - UML2 tool box to specify and generate code (plugouts 
sources)
Changes: 
 bouml (3.0.2-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 d7900064343e0b6698d5394e00feb60e 652 devel optional bouml_3.0.2-1.dsc
 9edecab9e3a970cd7c2b0a52b2af0cb2 4103188 devel optional bouml_3.0.2.orig.tar.gz
 35ccf11ce2fec18f46a3d94f0a19c158 5987 devel optional bouml_3.0.2-1.diff.gz
 920654ee6b37274bb68bd9c6d2123988 1876426 devel optional 
bouml-plugouts-src_3.0.2-1_all.deb
 727cb603ff03dabf6e92352e69e5dc48 4262108 devel optional bouml_3.0.2-1_amd64.deb

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

iD8DBQFHDUx2z2LXlDjmjg4RAg0WAJ0Spee8BkpyXGcrsRi9WKtBuHelWACgqj9Q
xPrH6o4VhGzmDCT4mDKyo5Y=
=FIPw
-END PGP SIGNATURE-


Accepted:
bouml-plugouts-src_3.0.2-1_all.deb
  to pool/main/b/bouml/bouml-plugouts-src_3.0.2-1_all.deb
bouml_3.0.2-1.diff.gz
  to pool/main/b/bouml/bouml_3.0.2-1.diff.gz
bouml_3.0.2-1.dsc
  to pool/main/b/bouml/bouml_3.0.2-1.dsc
bouml_3.0.2-1_amd64.deb
  to pool/main/b/bouml/bouml_3.0.2-1_amd64.deb
bouml_3.0.2.orig.tar.gz
  to pool/main/b/bouml/bouml_3.0.2.orig.tar.gz


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



Accepted grub2 1.95+20071004-2 (source amd64)

2007-10-10 Thread Robert Millan
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 23:56:35 +0200
Source: grub2
Binary: grub-of grub-ieee1275 grub-pc grub-efi grub-rescue-pc grub-linuxbios 
grub2
Architecture: source amd64
Version: 1.95+20071004-2
Distribution: unstable
Urgency: low
Maintainer: GRUB Maintainers [EMAIL PROTECTED]
Changed-By: Robert Millan [EMAIL PROTECTED]
Description: 
 grub-efi   - GRand Unified Bootloader, version 2 (EFI version)
 grub-linuxbios - GRand Unified Bootloader, version 2 (LinuxBIOS version)
 grub-pc- GRand Unified Bootloader, version 2 (PC/BIOS version)
 grub-rescue-pc - GRUB bootable rescue images, version 2 (PC/BIOS version)
 grub2  - GRand Unified Bootloader, version 2 (dummy package)
Changes: 
 grub2 (1.95+20071004-2) unstable; urgency=low
 .
   * Rename debian/grub-of.* to debian/grub-ieee1275.*.
   * Add debian/grub-linuxbios.{postinst,dirs,install}.
   * rules: Fix/Overrride lintian warnings (unstripped-binary-or-object).
   * Remove grub-linuxbios.postinst.
Files: 
 15982a3a1434b555e55e366211105d9b 1345 admin extra grub2_1.95+20071004-2.dsc
 be9088216a29c46c836fdd96d290c492 97859 admin extra 
grub2_1.95+20071004-2.diff.gz
 b451160a6cab9dcf2d7d9137a3b59e5e 78526 admin extra 
grub2_1.95+20071004-2_amd64.deb
 20c08982de430e80b1f12e47d01b9129 951458 admin extra 
grub-pc_1.95+20071004-2_amd64.deb
 7ee094fe25c43b997caff6da60a8517c 331058 admin extra 
grub-rescue-pc_1.95+20071004-2_amd64.deb
 1df5c1f157dc8950dba4bab2e64f6178 797910 admin extra 
grub-linuxbios_1.95+20071004-2_amd64.deb
 f21624756db3c9cdec706b41ad73175d 870692 admin extra 
grub-efi_1.95+20071004-2_amd64.deb

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

iD8DBQFHDUxTC19io6rUCv8RAgYCAJ9abVBpB6/EqR7LQ34np46+25krkwCffBE/
eRotETJslbNIlDZ0Yolar6o=
=SR5Z
-END PGP SIGNATURE-


Accepted:
grub-efi_1.95+20071004-2_amd64.deb
  to pool/main/g/grub2/grub-efi_1.95+20071004-2_amd64.deb
grub-linuxbios_1.95+20071004-2_amd64.deb
  to pool/main/g/grub2/grub-linuxbios_1.95+20071004-2_amd64.deb
grub-pc_1.95+20071004-2_amd64.deb
  to pool/main/g/grub2/grub-pc_1.95+20071004-2_amd64.deb
grub-rescue-pc_1.95+20071004-2_amd64.deb
  to pool/main/g/grub2/grub-rescue-pc_1.95+20071004-2_amd64.deb
grub2_1.95+20071004-2.diff.gz
  to pool/main/g/grub2/grub2_1.95+20071004-2.diff.gz
grub2_1.95+20071004-2.dsc
  to pool/main/g/grub2/grub2_1.95+20071004-2.dsc
grub2_1.95+20071004-2_amd64.deb
  to pool/main/g/grub2/grub2_1.95+20071004-2_amd64.deb


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



Accepted agg 2.5+dfsg1-1 (source amd64)

2007-10-10 Thread Andrea Veri
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sun, 07 Oct 2007 21:51:55 +0200
Source: agg
Binary: libagg-dev
Architecture: source amd64
Version: 2.5+dfsg1-1
Distribution: unstable
Urgency: low
Maintainer: Andrea Veri [EMAIL PROTECTED]
Changed-By: Andrea Veri [EMAIL PROTECTED]
Description: 
 libagg-dev - The AntiGrain Geometry graphical toolkit (development files)
Closes: 424091 436695
Changes: 
 agg (2.5+dfsg1-1) unstable; urgency=low
 .
   * debian/rules: clean rule now runs before unpatching, added some commands
 to remove autotools generated stuff not deleted by make distclean itself.
 Addding --disable-gpc value to autogen.sh variables to disable gpc 
definitely.
   * patches/01_no_gpc.dpatch: removed, replacing it with a new patch
   * patches/01_disable_gpc.dpatch: patch added for checking whether gpc is 
enabled
 and then changing SUBDIRS value inside Makefile.am file.
   * re-adding the gpc folder previously deleted with its Makefile.am only (no 
copyright issues
 for this file only) preventing a FTBFS after applying the new patch.
   * patches/02_maintainer_mode.dpatch: patch added to prevent a FTBFS if the 
package
 get built twice in a row. Thanks to Luis Rodrigo Gallardo Cruz for helping 
out on
 this and reporting a fix into debian BTS. Updated patches/00list to match
 the new patch as well. (Closes: #424091)
   * debian/copyright: updated to match current agg license, now moved to GPL. 
(Closes: #436695)
Files: 
 3a0f42e0d0be64643c89f3e46608b518 1366 libs optional agg_2.5+dfsg1-1.dsc
 b6dc8d86367f89ba5a6ca0c01716c5f3 528968 libs optional agg_2.5+dfsg1.orig.tar.gz
 b451971df1d888b717b7a124d9ef1413 4114 libs optional agg_2.5+dfsg1-1.diff.gz
 258c7dfaf35b9e9331f53df310323f17 524634 libdevel optional 
libagg-dev_2.5+dfsg1-1_amd64.deb

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

iQIVAwUBRw1NNqBE/gcUDGZkAQJVThAAhnNhhzPlPWAfMSPWfgCxb+pALVWIwem/
mQDPSbPCYhrRmjJQZsClhoO9AAubO4CNJgjMIstwLc0SpbQBsZfxLjS1UH8XJqB6
vzFXz28cslheiVO7GabLKPcysXW4hjIT0PxGIOsWC8oTkW4dXMMf93Phc3wl3dS3
k1VLaYDpmU/W/JxxgBY4/gr73fZ1Cd74AwZNXN63JkD+mGg1/ag+OBnmgXiKG+Er
5BqZ0zwmrRXGUsPUOEk9EVrSu3vxspYVyUiD9INbhRpnPPbCB8XroF0/Okgd2K9x
rCazw0QuNASqjT7mZYILnzZ1rN+CjmxomjCLRvlzdOVfxC8b4gC/6UTb5P+/qYOY
zrkeHMHPwULj8oOVPHNrmljzZvmiZLEWA5Nk6uUMuRwqUEScgnqDalLx8zzSxCQ5
pYpvs+wvB8V3nugQG4KE5veb+kVWjQj6IQmG8y3sXqVp+S/Fh6lyixzR6yGhK4AN
WoLidv4P2DYFQSZhwRsGE7xtKhtm+wBZd2a3KnKQxaTEo/IgYmOyW918ldGDeRoB
+QX0I+ZBatueLL0MFjdcQCQW36ASGSED+JwzzmZDJhq9y6JgvoodhJdCT+wwnshf
mczt7eSMYnFicAXXW0hU3EUdJANG+a6q1NksrFM24XXuEr2Y6vSaG2zlF/IjLamp
OgI4d9NWjpk=
=TNS5
-END PGP SIGNATURE-


Accepted:
agg_2.5+dfsg1-1.diff.gz
  to pool/main/a/agg/agg_2.5+dfsg1-1.diff.gz
agg_2.5+dfsg1-1.dsc
  to pool/main/a/agg/agg_2.5+dfsg1-1.dsc
agg_2.5+dfsg1.orig.tar.gz
  to pool/main/a/agg/agg_2.5+dfsg1.orig.tar.gz
libagg-dev_2.5+dfsg1-1_amd64.deb
  to pool/main/a/agg/libagg-dev_2.5+dfsg1-1_amd64.deb


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



Accepted chmsee 1.0.0-1 (source i386)

2007-10-10 Thread LI Daobing
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 01 Sep 2007 03:12:22 +
Source: chmsee
Binary: chmsee
Architecture: source i386
Version: 1.0.0-1
Distribution: unstable
Urgency: low
Maintainer: LI Daobing [EMAIL PROTECTED]
Changed-By: LI Daobing [EMAIL PROTECTED]
Description: 
 chmsee - A chm file viewer written in GTK
Changes: 
 chmsee (1.0.0-1) unstable; urgency=low
 .
   * new upstream release.
 - new script `cs2w'.
   * patches/02_cs2w.dpatch: give a default template directory.
   * chmsee.manpages: add cs2w.1
   * control:
 - add build depends on autotools-dev.
 - add depends on python and python-chm.
 - update description.
   * control.in: deleted.
   * copyright: add new copyright holder and reformat it.
   * rules: install cs2w.
   * chmsee.menu: new section.
Files: 
 cb81f2c83f9e542d8ce4f756934235be 846 text optional chmsee_1.0.0-1.dsc
 65fddfe20f4a1537e539998201a0ccfd 523446 text optional chmsee_1.0.0.orig.tar.gz
 aeef556527341e1fea7fc08b7b96da7e 7949 text optional chmsee_1.0.0-1.diff.gz
 76f996c096630f3baf1936397c859ccb 153002 text optional chmsee_1.0.0-1_i386.deb

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

iD8DBQFHDUeZCV53xXnMZYYRAnFDAKDch4ovQbBaW9ubD8iHEeHgqFcGhgCeIOat
5I4pdQWX/eCnu1MHBUitV5E=
=zQXm
-END PGP SIGNATURE-


Accepted:
chmsee_1.0.0-1.diff.gz
  to pool/main/c/chmsee/chmsee_1.0.0-1.diff.gz
chmsee_1.0.0-1.dsc
  to pool/main/c/chmsee/chmsee_1.0.0-1.dsc
chmsee_1.0.0-1_i386.deb
  to pool/main/c/chmsee/chmsee_1.0.0-1_i386.deb
chmsee_1.0.0.orig.tar.gz
  to pool/main/c/chmsee/chmsee_1.0.0.orig.tar.gz


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



Accepted libmtp 0.2.2-1 (source i386 all)

2007-10-10 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 14:20:25 +0200
Source: libmtp
Binary: libmtp-dev libmtp6 mtp-tools libmtp-doc
Architecture: source i386 all
Version: 0.2.2-1
Distribution: experimental
Urgency: low
Maintainer: Rafael Laboissiere [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 libmtp-dev - Media Transfer Protocol (MTP) development files
 libmtp-doc - Media Transfer Protocol (MTP) library documentation
 libmtp6- Media Transfer Protocol (MTP) library
 mtp-tools  - Media Transfer Protocol (MTP) library tools
Changes: 
 libmtp (0.2.2-1) experimental; urgency=low
 .
   * New upstream release.  Uploading to experimental to avoid delaying the
 libmtp6/gnomad2/amarok transition into testing
   * debian/control.in: Added Homepage field
   * debian/rules: Remove extra doc/man/man3/LIBMTP* files generate by
 doxygen
   * Fixed problems with manpages generated by doxygen:
 * debian/sanitize-manpage.pl: Added script
 * debian/rules: Run sanitize-manpage.pl on doc/man/man3/*.3 files
Files: 
 14b106bd11c55339fdc553677605f63c 803 libs optional libmtp_0.2.2-1.dsc
 162e80253404d28556df9870371baa45 530002 libs optional libmtp_0.2.2.orig.tar.gz
 c1ea02bc353441449f2d9d2704edd8f9 5974 libs optional libmtp_0.2.2-1.diff.gz
 42d9e6e45fc214db845217ab4499ee9c 193326 doc optional libmtp-doc_0.2.2-1_all.deb
 22879158f301ffaaaff6b86764ce8482 101492 libs optional libmtp6_0.2.2-1_i386.deb
 8a2ffb00ec49c7a01915e498c7fa763f 100536 libdevel optional 
libmtp-dev_0.2.2-1_i386.deb
 56ae1165ab31ecb0b85b5fda0b33aa1f 63292 utils optional 
mtp-tools_0.2.2-1_i386.deb

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

iD8DBQFHDVDPk3oga0pdcv4RAo8fAJ4uGV0vUNZ+Z8cZH/UN+tnwq2mh1ACdEcXd
2kYjzdaiII7Vy2A75Sqnu9o=
=1cps
-END PGP SIGNATURE-


Accepted:
libmtp-dev_0.2.2-1_i386.deb
  to pool/main/libm/libmtp/libmtp-dev_0.2.2-1_i386.deb
libmtp-doc_0.2.2-1_all.deb
  to pool/main/libm/libmtp/libmtp-doc_0.2.2-1_all.deb
libmtp6_0.2.2-1_i386.deb
  to pool/main/libm/libmtp/libmtp6_0.2.2-1_i386.deb
libmtp_0.2.2-1.diff.gz
  to pool/main/libm/libmtp/libmtp_0.2.2-1.diff.gz
libmtp_0.2.2-1.dsc
  to pool/main/libm/libmtp/libmtp_0.2.2-1.dsc
libmtp_0.2.2.orig.tar.gz
  to pool/main/libm/libmtp/libmtp_0.2.2.orig.tar.gz
mtp-tools_0.2.2-1_i386.deb
  to pool/main/libm/libmtp/mtp-tools_0.2.2-1_i386.deb


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



Accepted alsaplayer 0.99.80~rc4-1 (source i386)

2007-10-10 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Wed, 10 Oct 2007 15:33:10 -0400
Source: alsaplayer
Binary: alsaplayer-daemon alsaplayer-xosd libalsaplayer-dev alsaplayer-jack 
alsaplayer-esd alsaplayer-text alsaplayer-nas alsaplayer-oss alsaplayer-alsa 
alsaplayer-gtk libalsaplayer0 alsaplayer-common
Architecture: source i386
Version: 0.99.80~rc4-1
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 alsaplayer-alsa - PCM player designed for ALSA (ALSA output module)
 alsaplayer-common - PCM player designed for ALSA (common files)
 alsaplayer-daemon - PCM player designed for ALSA (non-interactive version)
 alsaplayer-esd - PCM player designed for ALSA (EsounD output module)
 alsaplayer-gtk - PCM player designed for ALSA (GTK version)
 alsaplayer-jack - PCM player designed for ALSA (JACK output module)
 alsaplayer-nas - PCM player designed for ALSA (NAS output module)
 alsaplayer-oss - PCM player designed for ALSA (OSS output module)
 alsaplayer-text - PCM player designed for ALSA (text version)
 alsaplayer-xosd - PCM player designed for ALSA (osd version)
 libalsaplayer-dev - PCM player designed for ALSA (interface library, 
development file
 libalsaplayer0 - PCM player designed for ALSA (interface library)
Closes: 444584 446034
Changes: 
 alsaplayer (0.99.80~rc4-1) unstable; urgency=low
 .
   * New upstream release.
 * Fixes buffer overflow in vorbis plugin. (closes: #446034)
 * Remove patches already added by upstream.
   * debian patches/05_madglib.dpatch: Link mad plugin against glib only,
 instead of gtk. (closes: #444584)
   * debian/control: Update file to use binary:Version.
   * debian/rules: Don't ignore errors in clean target.
   * debian/*.menu: s/Apps/Applications/g.
   * debian/alsaplayer-gtk.menu: s/-i gtk/-i gtk2/
Files: 
 9a9a3c97061cd44829370577a15b0a90  sound optional 
alsaplayer_0.99.80~rc4-1.dsc
 c17d8d4ae20ba97684ae501c3caf391a 1012126 sound optional 
alsaplayer_0.99.80~rc4.orig.tar.gz
 08e685e61c5bbfa5ae854c0c5ee0371e 19385 sound optional 
alsaplayer_0.99.80~rc4-1.diff.gz
 5e3fabae25c811bde002d93e8d40d22d 167466 sound optional 
alsaplayer-common_0.99.80~rc4-1_i386.deb
 a052f89b0d039d079aaf02594ffec277 190770 sound optional 
alsaplayer-gtk_0.99.80~rc4-1_i386.deb
 ae2149d7f9c2e878b8ee86a2bf4b256a 32064 sound optional 
alsaplayer-text_0.99.80~rc4-1_i386.deb
 0b070e78df740f3cb7512dc856ad026a 31166 sound optional 
alsaplayer-daemon_0.99.80~rc4-1_i386.deb
 97521a0ad13625cdb1296f5a1f99dcfe 31774 sound optional 
alsaplayer-xosd_0.99.80~rc4-1_i386.deb
 16e30a2d1f407b8c9fcca53cf271a1e8 29084 sound optional 
alsaplayer-oss_0.99.80~rc4-1_i386.deb
 a8aed29beb6cc5b3bb49af42e32897e7 30672 sound optional 
alsaplayer-alsa_0.99.80~rc4-1_i386.deb
 c3235615dd03db978c794e8fc38b9bfb 28974 sound optional 
alsaplayer-esd_0.99.80~rc4-1_i386.deb
 6c5a6ccef9ce086efb7388057694bc74 30830 sound optional 
alsaplayer-nas_0.99.80~rc4-1_i386.deb
 1bfe8d8a73c18d7a89e6033da99945fa 32890 sound optional 
alsaplayer-jack_0.99.80~rc4-1_i386.deb
 8a346031c6073e8589422668bf6ef12e 35036 libs optional 
libalsaplayer0_0.99.80~rc4-1_i386.deb
 b412718a1531f631f443bc42696a81ae 82202 libdevel optional 
libalsaplayer-dev_0.99.80~rc4-1_i386.deb

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

iD8DBQFHDUoarynHGRJLYfoRA0kTAJ4zt2rmB5nen5/bIOXeBwDSwlcjNQCgkWZ9
TqUgoLnuLMo9l2kcZh55uyM=
=ioWW
-END PGP SIGNATURE-


Accepted:
alsaplayer-alsa_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-alsa_0.99.80~rc4-1_i386.deb
alsaplayer-common_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-common_0.99.80~rc4-1_i386.deb
alsaplayer-daemon_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-daemon_0.99.80~rc4-1_i386.deb
alsaplayer-esd_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-esd_0.99.80~rc4-1_i386.deb
alsaplayer-gtk_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-gtk_0.99.80~rc4-1_i386.deb
alsaplayer-jack_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-jack_0.99.80~rc4-1_i386.deb
alsaplayer-nas_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-nas_0.99.80~rc4-1_i386.deb
alsaplayer-oss_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-oss_0.99.80~rc4-1_i386.deb
alsaplayer-text_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-text_0.99.80~rc4-1_i386.deb
alsaplayer-xosd_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/alsaplayer-xosd_0.99.80~rc4-1_i386.deb
alsaplayer_0.99.80~rc4-1.diff.gz
  to pool/main/a/alsaplayer/alsaplayer_0.99.80~rc4-1.diff.gz
alsaplayer_0.99.80~rc4-1.dsc
  to pool/main/a/alsaplayer/alsaplayer_0.99.80~rc4-1.dsc
alsaplayer_0.99.80~rc4.orig.tar.gz
  to pool/main/a/alsaplayer/alsaplayer_0.99.80~rc4.orig.tar.gz
libalsaplayer-dev_0.99.80~rc4-1_i386.deb
  to pool/main/a/alsaplayer/libalsaplayer-dev_0.99.80~rc4-1_i386.deb
libalsaplayer0_0.99.80~rc4-1_i386.deb
  to 

Accepted ncurses 5.6+20071006-2 (source i386 all)

2007-10-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 22:23:00 +0200
Source: ncurses
Binary: ncurses-base lib64ncurses5 libncursesw5-dev libncursesw5-dbg 
ncurses-bin libncurses5 libncursesw5 libncurses5-dev ncurses-term 
lib32ncurses5-dev lib32ncurses5 libncurses5-dbg lib64ncurses5-dev
Architecture: source i386 all
Version: 5.6+20071006-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 lib64ncurses5 - Shared libraries for terminal handling (64-bit)
 lib64ncurses5-dev - Developer's libraries for ncurses (64-bit)
 libncurses5 - Shared libraries for terminal handling
 libncurses5-dbg - Debugging/profiling libraries for ncurses
 libncurses5-dev - Developer's libraries and docs for ncurses
 libncursesw5 - Shared libraries for terminal handling (wide character support)
 libncursesw5-dbg - Debugging/profiling libraries for ncurses
 libncursesw5-dev - Developer's libraries for ncursesw
 ncurses-base - Descriptions of common terminal types
 ncurses-bin - Terminal-related programs and man pages
 ncurses-term - Additional terminal type definitions
Closes: 423942
Changes: 
 ncurses (5.6+20071006-2) unstable; urgency=low
 .
   * Rebuild with --with-ticlib.
   * Improved long-description of ncurses-term, thanks to Filipus Klutiero
 [EMAIL PROTECTED] (Closes: #423942).
Files: 
 bbae0bec6fc3586583416bd70d87c2e5 911 libs standard ncurses_5.6+20071006-2.dsc
 6344eceb91ad06a9fb1fb4aedd32867f 36688 libs standard 
ncurses_5.6+20071006-2.diff.gz
 719eb10df4b85276362d085018c7f4f2 286714 libs required 
libncurses5_5.6+20071006-2_i386.deb
 1d97435e6de60cfe954637d208fc0306 1450644 libdevel optional 
libncurses5-dev_5.6+20071006-2_i386.deb
 05a9a007650733a2b40e8aec25dc78c6 1400596 libdevel extra 
libncurses5-dbg_5.6+20071006-2_i386.deb
 fc50b553fcc8d6c346684068305aad3e 308430 libs important 
libncursesw5_5.6+20071006-2_i386.deb
 f64cb05bd370c3cb727a247ed40fda1e 424462 libdevel optional 
libncursesw5-dev_5.6+20071006-2_i386.deb
 3cca5abff0a5e6862d625a2b9f8c9454 1575810 libdevel extra 
libncursesw5-dbg_5.6+20071006-2_i386.deb
 f30f58d9d44ecd17fd54a4a5eb78c95b 299156 libs optional 
lib64ncurses5_5.6+20071006-2_i386.deb
 e25d8ff2256f28d67cfd27ca6200bbd6 361848 libdevel optional 
lib64ncurses5-dev_5.6+20071006-2_i386.deb
 4abd36204d16b57005c015ccf1961cb2 155256 utils required 
ncurses-bin_5.6+20071006-2_i386.deb
 1d023e3bb5f76a4eb9b3294409298771 13060 utils required 
ncurses-base_5.6+20071006-2_all.deb
 5c38758f675d1d1ae925d4db0157e3ba 340106 admin standard 
ncurses-term_5.6+20071006-2_all.deb

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

iD8DBQFHDTvW+C5cwEsrK54RAsDdAJ9aK98DwP4ajWwUtJ7egSjIi2E1tgCZAbe8
2tD2fvopDeK3B36sWm8PkAQ=
=PN1x
-END PGP SIGNATURE-


Accepted:
lib64ncurses5-dev_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/lib64ncurses5-dev_5.6+20071006-2_i386.deb
lib64ncurses5_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/lib64ncurses5_5.6+20071006-2_i386.deb
libncurses5-dbg_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/libncurses5-dbg_5.6+20071006-2_i386.deb
libncurses5-dev_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/libncurses5-dev_5.6+20071006-2_i386.deb
libncurses5_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/libncurses5_5.6+20071006-2_i386.deb
libncursesw5-dbg_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/libncursesw5-dbg_5.6+20071006-2_i386.deb
libncursesw5-dev_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/libncursesw5-dev_5.6+20071006-2_i386.deb
libncursesw5_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/libncursesw5_5.6+20071006-2_i386.deb
ncurses-base_5.6+20071006-2_all.deb
  to pool/main/n/ncurses/ncurses-base_5.6+20071006-2_all.deb
ncurses-bin_5.6+20071006-2_i386.deb
  to pool/main/n/ncurses/ncurses-bin_5.6+20071006-2_i386.deb
ncurses-term_5.6+20071006-2_all.deb
  to pool/main/n/ncurses/ncurses-term_5.6+20071006-2_all.deb
ncurses_5.6+20071006-2.diff.gz
  to pool/main/n/ncurses/ncurses_5.6+20071006-2.diff.gz
ncurses_5.6+20071006-2.dsc
  to pool/main/n/ncurses/ncurses_5.6+20071006-2.dsc


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



Accepted less 408-1 (source amd64)

2007-10-10 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 07:38:52 +1000
Source: less
Binary: less
Architecture: source amd64
Version: 408-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 less   - Pager program similar to more
Changes: 
 less (408-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 e0df4e3a5834ec0b17e6833023cd4213 566 text standard less_408-1.dsc
 25d87baa5ed539c7ff0d530be7d4778d 291963 text standard less_408.orig.tar.gz
 206c83a377c980a1876b35d1b65ed1b2 15761 text standard less_408-1.diff.gz
 6df1788ddd45dbed4fc917fc0b52569c 121832 text standard less_408-1_amd64.deb

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

iD8DBQFHDVHFgY5NIXPNpFURAslpAKCPmxRUnmKQ3psgnb66f0gzCgYGAQCdF0aw
8evhuqUvUn49vNGrYDNlNMw=
=sPLf
-END PGP SIGNATURE-


Accepted:
less_408-1.diff.gz
  to pool/main/l/less/less_408-1.diff.gz
less_408-1.dsc
  to pool/main/l/less/less_408-1.dsc
less_408-1_amd64.deb
  to pool/main/l/less/less_408-1_amd64.deb
less_408.orig.tar.gz
  to pool/main/l/less/less_408.orig.tar.gz


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



Accepted rmpi 0.5-4-2 (source i386)

2007-10-10 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 12:52:58 -0500
Source: rmpi
Binary: r-cran-rmpi
Architecture: source i386
Version: 0.5-4-2
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel [EMAIL PROTECTED]
Changed-By: Dirk Eddelbuettel [EMAIL PROTECTED]
Description: 
 r-cran-rmpi - GNU R package interfacing MPI libraries for distributed computing
Changes: 
 rmpi (0.5-4-2) unstable; urgency=low
 .
   * src/Rmpi.c: Patch suggested by upstream to silence the (erraneous)
 Open MPI 'osc pt2pt' warning message
 .
   * debian/control: Add 'openmpi-bin' to Depends: as the mpirun (aka
 orterun) frontend is needed
Files: 
 828799309af5367d53addbb6e59ebc09 601 math optional rmpi_0.5-4-2.dsc
 580181d11b4ad1ba380915211ca0d4e7 2735 math optional rmpi_0.5-4-2.diff.gz
 976b756d1033224056e6ca28bb6210e1 172810 math optional 
r-cran-rmpi_0.5-4-2_i386.deb

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

iD8DBQFHDTd7CZSR95Gw07cRApWkAJ9ptyc9b8D9AXbag68kARJcz93iFQCfZkBC
8wUdMBeVn6o1g2rh2IP6j7w=
=Daks
-END PGP SIGNATURE-


Accepted:
r-cran-rmpi_0.5-4-2_i386.deb
  to pool/main/r/rmpi/r-cran-rmpi_0.5-4-2_i386.deb
rmpi_0.5-4-2.diff.gz
  to pool/main/r/rmpi/rmpi_0.5-4-2.diff.gz
rmpi_0.5-4-2.dsc
  to pool/main/r/rmpi/rmpi_0.5-4-2.dsc


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



Accepted nasm 0.99.04-1 (source amd64)

2007-10-10 Thread Anibal Monsalve Salazar
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 08:42:16 +1000
Source: nasm
Binary: nasm
Architecture: source amd64
Version: 0.99.04-1
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Anibal Monsalve Salazar [EMAIL PROTECTED]
Description: 
 nasm   - General-purpose x86 assembler
Changes: 
 nasm (0.99.04-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 fa441f6dee8197d33ab5cc99b8668108 571 devel optional nasm_0.99.04-1.dsc
 ed20be340a5ce4e6254154a11e37b722 787796 devel optional nasm_0.99.04.orig.tar.gz
 76131e520763cd5af86dc7a817e3ea1a 14578 devel optional nasm_0.99.04-1.diff.gz
 00fb1ca5e27bdce1bd34e5d4da140fc4 804306 devel optional nasm_0.99.04-1_amd64.deb

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

iD8DBQFHDVv1gY5NIXPNpFURArNaAKCG6J4zIsr6vCXaXRFEqiFTDndTNwCgvat6
DtDOAlBLUbgjJ+bZZXRPh4I=
=lq2f
-END PGP SIGNATURE-


Accepted:
nasm_0.99.04-1.diff.gz
  to pool/main/n/nasm/nasm_0.99.04-1.diff.gz
nasm_0.99.04-1.dsc
  to pool/main/n/nasm/nasm_0.99.04-1.dsc
nasm_0.99.04-1_amd64.deb
  to pool/main/n/nasm/nasm_0.99.04-1_amd64.deb
nasm_0.99.04.orig.tar.gz
  to pool/main/n/nasm/nasm_0.99.04.orig.tar.gz


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



Accepted gnustep-examples 1:1.2.0-1 (source i386)

2007-10-10 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Fri,  5 Oct 2007 19:49:55 -0400
Source: gnustep-examples
Binary: gnustep-examples
Architecture: source i386
Version: 1:1.2.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian GNUstep maintainers [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 gnustep-examples - GNUstep Example Applications
Changes: 
 gnustep-examples (1:1.2.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Build-depend on libgl1-mesa-dev and libglu1-mesa-dev for GL example.
   * Change default web browser for example service to sensible-browser.
   * Update maintainer address.
   * debian/menu: s/Apps/Applications/g, and other menu updates.
Files: 
 44de755e930343222864f0b982b29216 838 devel optional 
gnustep-examples_1.2.0-1.dsc
 4a9ea08e7ef1e6f3c46fc57a3d752e27 273753 devel optional 
gnustep-examples_1.2.0.orig.tar.gz
 41f43f27122c4fb6a53945b0419dde6f 4169 devel optional 
gnustep-examples_1.2.0-1.diff.gz
 569be51345af9907c527eba8332626ca 294540 devel optional 
gnustep-examples_1.2.0-1_i386.deb

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

iD8DBQFHDWM+rynHGRJLYfoRA3g5AKCJwIlxxoSXzMcjyWasTnFJlH0OqgCfdYVl
FFgbJN6NP4UBR8tcsvTVA1I=
=C+v4
-END PGP SIGNATURE-


Accepted:
gnustep-examples_1.2.0-1.diff.gz
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0-1.diff.gz
gnustep-examples_1.2.0-1.dsc
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0-1.dsc
gnustep-examples_1.2.0-1_i386.deb
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0-1_i386.deb
gnustep-examples_1.2.0.orig.tar.gz
  to pool/main/g/gnustep-examples/gnustep-examples_1.2.0.orig.tar.gz


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



Accepted man-db 2.5.0-2 (source i386)

2007-10-10 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 00:55:11 +0100
Source: man-db
Binary: man-db
Architecture: source i386
Version: 2.5.0-2
Distribution: unstable
Urgency: low
Maintainer: Colin Watson [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 man-db - on-line manual pager
Closes: 446189
Changes: 
 man-db (2.5.0-2) unstable; urgency=low
 .
   * Backport from upstream (closes: #446189):
 - Connect up the decompression pipeline in the display_to_stdout case
   too.
Files: 
 85bfac82e2cd0004e9468f6e7183415d 670 doc important man-db_2.5.0-2.dsc
 6a3e87f0119d66683d565015acc6dcac 69116 doc important man-db_2.5.0-2.diff.gz
 45426a273c52ab3453035913fbdff0ab 791762 doc important man-db_2.5.0-2_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Colin Watson [EMAIL PROTECTED] -- Debian developer

iD8DBQFHDWlC9t0zAhD6TNERAmWeAKCDbV1+n2B1yfNb0l5NCUxmLx/joQCfa3HN
qxzJIxWzSw5RB9tXbFi8h1c=
=7ILN
-END PGP SIGNATURE-


Accepted:
man-db_2.5.0-2.diff.gz
  to pool/main/m/man-db/man-db_2.5.0-2.diff.gz
man-db_2.5.0-2.dsc
  to pool/main/m/man-db/man-db_2.5.0-2.dsc
man-db_2.5.0-2_i386.deb
  to pool/main/m/man-db/man-db_2.5.0-2_i386.deb


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



Accepted pantomime 1.1.2.dfsg-9 (source i386)

2007-10-10 Thread Hubert Chathi
-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.7
Date: Wed, 10 Oct 2007 20:18:00 -0400
Source: pantomime
Binary: libpantomime1 libpantomime1-dev
Architecture: source i386
Version: 1.1.2.dfsg-9
Distribution: unstable
Urgency: low
Maintainer: Hubert Chathi [EMAIL PROTECTED]
Changed-By: Hubert Chathi [EMAIL PROTECTED]
Description: 
 libpantomime1 - Objective-C library for mail handling
 libpantomime1-dev - Objective-C library for mail handling (development files)
Changes: 
 pantomime (1.1.2.dfsg-9) unstable; urgency=low
 .
   * Rebuild against new GNUstep libraries.
   * Update maintainer address.
   * Remove obsolete pantomime-dev package.
   * Use cdbs-based debian/rules.
   * debian/control: replace Source-Version with binary:Version.
Files: 
 a62fcfb3f4c6f9bb0e624deb0ae3783c 661 libdevel optional 
pantomime_1.1.2.dfsg-9.dsc
 9410f6d9eaa75ceeafa8a1496a67c475 4269 libdevel optional 
pantomime_1.1.2.dfsg-9.diff.gz
 5e453661e79a9b07a308842dc7d5b190 65886 libdevel optional 
libpantomime1-dev_1.1.2.dfsg-9_i386.deb
 ea7f954b00394cec046668eb864d2eb7 198308 libs optional 
libpantomime1_1.1.2.dfsg-9_i386.deb

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

iD8DBQFHDXQ/rynHGRJLYfoRAzaBAJ94OmSVJ4rtN8MpWEFhRQ+MlqrOoACggKm2
B1tIpepLkAlhwGKkxnBMhXM=
=icYt
-END PGP SIGNATURE-


Accepted:
libpantomime1-dev_1.1.2.dfsg-9_i386.deb
  to pool/main/p/pantomime/libpantomime1-dev_1.1.2.dfsg-9_i386.deb
libpantomime1_1.1.2.dfsg-9_i386.deb
  to pool/main/p/pantomime/libpantomime1_1.1.2.dfsg-9_i386.deb
pantomime_1.1.2.dfsg-9.diff.gz
  to pool/main/p/pantomime/pantomime_1.1.2.dfsg-9.diff.gz
pantomime_1.1.2.dfsg-9.dsc
  to pool/main/p/pantomime/pantomime_1.1.2.dfsg-9.dsc


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



Accepted verilog-mode 357-2 (source all)

2007-10-10 Thread NIIBE Yutaka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 09:12:25 +0900
Source: verilog-mode
Binary: verilog-mode
Architecture: source all
Version: 357-2
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka [EMAIL PROTECTED]
Changed-By: NIIBE Yutaka [EMAIL PROTECTED]
Description: 
 verilog-mode - Emacs mode for editing Verilog HDL
Closes: 446183
Changes: 
 verilog-mode (357-2) unstable; urgency=low
 .
   * debian/emacsen-startup: Fix auto-mode-alist REGEXP (Closes: #446183).
   Thanks to Trent W. Buck.
   * debian/copyright: Don't include old FSF address.
Files: 
 68ee173aff32170be0d445a77b96e814 627 editors optional verilog-mode_357-2.dsc
 96670e62973387be8ee07213d32b0721 2600 editors optional 
verilog-mode_357-2.diff.gz
 70d2f2b5393a409c9041b324951a081f 90688 editors optional 
verilog-mode_357-2_all.deb

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

iD8DBQFHDWzZBB45r3HV9DoRAh2xAJoC2ODhquMPmenOowe9DVt+fPfGjwCgpe//
OTJRfSblaxxC787jGjSGO/U=
=k+He
-END PGP SIGNATURE-


Accepted:
verilog-mode_357-2.diff.gz
  to pool/main/v/verilog-mode/verilog-mode_357-2.diff.gz
verilog-mode_357-2.dsc
  to pool/main/v/verilog-mode/verilog-mode_357-2.dsc
verilog-mode_357-2_all.deb
  to pool/main/v/verilog-mode/verilog-mode_357-2_all.deb


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



Accepted etl 0.04.10-1 (source i386)

2007-10-10 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 11:04:40 +1000
Source: etl
Binary: etl-dev
Architecture: source i386
Version: 0.04.10-1
Distribution: unstable
Urgency: low
Maintainer: Debian Synfig Maintainers [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 etl-dev- Voria Extended Class and Template Library
Changes: 
 etl (0.04.10-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 61031ce9fb8ba24a240e6be79e750904 942 libdevel optional etl_0.04.10-1.dsc
 2eb64b0737f62988dd89367cee8c9b55 335182 libdevel optional 
etl_0.04.10.orig.tar.gz
 d805d76a1db32efc9881d0abdb8d37ad 3339 libdevel optional etl_0.04.10-1.diff.gz
 cf780cf33dd303f23d4e18be8b9c88b7 861642 libdevel optional 
etl-dev_0.04.10-1_i386.deb

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

iD8DBQFHDXom5Sc9mGvjxCMRArADAJ9aXRNyVMXdRvrmNL0eRHM6ijHAIACfTWBw
mF12oSqf4SpmkaKLCzHPHCw=
=czln
-END PGP SIGNATURE-


Accepted:
etl-dev_0.04.10-1_i386.deb
  to pool/main/e/etl/etl-dev_0.04.10-1_i386.deb
etl_0.04.10-1.diff.gz
  to pool/main/e/etl/etl_0.04.10-1.diff.gz
etl_0.04.10-1.dsc
  to pool/main/e/etl/etl_0.04.10-1.dsc
etl_0.04.10.orig.tar.gz
  to pool/main/e/etl/etl_0.04.10.orig.tar.gz


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



Accepted festival 1.4.3-22 (source amd64)

2007-10-10 Thread Kartik Mistry
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 27 Sep 2007 10:29:45 +0530
Source: festival
Binary: festival-dev festival
Architecture: source amd64
Version: 1.4.3-22
Distribution: unstable
Urgency: low
Maintainer: Kartik Mistry [EMAIL PROTECTED]
Changed-By: Kartik Mistry [EMAIL PROTECTED]
Description: 
 festival   - general multi-lingual speech synthesis system
 festival-dev - development kit for the Festival speech synthesis system
Closes: 436836 441527
Changes: 
 festival (1.4.3-22) unstable; urgency=low
 .
   * src/modules/Text/text_modes.cc: fixed ftbfs with g++-4.3/gcc-snapshot,
 Thanks to Ubuntu for patch (Closes: #441527)
   * debian/rules: handling strip binaries by dh_strip instead of install -s
 (Closes: #436836)
   * debian/control: fixed Suggests: field
Files: 
 241380affc30e8375cfbd1496e551953 670 sound optional festival_1.4.3-22.dsc
 ff8d57b96f4eb20cc488cacd0602a19f 34252 sound optional festival_1.4.3-22.diff.gz
 2def3860eef5c12b37d825a9fc3dc7af 730920 sound optional 
festival_1.4.3-22_amd64.deb
 9537d0fc8f30793971d9b5c8824387fe 470514 libdevel optional 
festival-dev_1.4.3-22_amd64.deb

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

iD8DBQFHDZBMFyn1hmqfPDgRAvvSAKCAiQeikiPUbrbXCitQKGuzz8dviQCfXTqg
NPkvmWZ2dIXGTYK1Q1TbgJI=
=1P2h
-END PGP SIGNATURE-


Accepted:
festival-dev_1.4.3-22_amd64.deb
  to pool/main/f/festival/festival-dev_1.4.3-22_amd64.deb
festival_1.4.3-22.diff.gz
  to pool/main/f/festival/festival_1.4.3-22.diff.gz
festival_1.4.3-22.dsc
  to pool/main/f/festival/festival_1.4.3-22.dsc
festival_1.4.3-22_amd64.deb
  to pool/main/f/festival/festival_1.4.3-22_amd64.deb


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



Accepted synfig 0.61.07-1 (source all i386)

2007-10-10 Thread Paul Wise
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 11:48:33 +1000
Source: synfig
Binary: synfig-dbg libsynfig-doc libsynfig0 libsynfig-dev synfig
Architecture: source all i386
Version: 0.61.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian Synfig Maintainers [EMAIL PROTECTED]
Changed-By: Paul Wise [EMAIL PROTECTED]
Description: 
 libsynfig-dev - synfig library development files
 libsynfig-doc - synfig library documentation
 libsynfig0 - synfig library
 synfig - vector-based 2D animation renderer
 synfig-dbg - synfig debugging symbols
Changes: 
 synfig (0.61.07-1) unstable; urgency=low
 .
   * New upstream release.
   * synfig-dbg should be extra (like ftpmaster overrides)
Files: 
 537414a24264e0792a225143285582a2 1291 graphics optional synfig_0.61.07-1.dsc
 c18c23abe8db6d856f39fe1617e05612 2463362 graphics optional 
synfig_0.61.07.orig.tar.gz
 82ec9fe57a2bb798af4868e7a1851345 5710 graphics optional 
synfig_0.61.07-1.diff.gz
 d9d4fee0f15413b2cc3791461101f12d 1117370 libdevel optional 
libsynfig-doc_0.61.07-1_all.deb
 d5c473de3b9551249f958b3b55e30f70 78912 graphics optional 
synfig_0.61.07-1_i386.deb
 0f52c20cace88e346fe8caa55d591890 1281096 libs optional 
libsynfig0_0.61.07-1_i386.deb
 4beead77a8acdb672950e74d574c0e4e 99124 libdevel optional 
libsynfig-dev_0.61.07-1_i386.deb
 4f1eb68bcde31f28dcc9caaa75bd8102 6919252 libdevel extra 
synfig-dbg_0.61.07-1_i386.deb

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

iD8DBQFHDZpk5Sc9mGvjxCMRAgKrAKC0lgmBZQcd2/87ly52F4KqnevsSQCcCznV
3VxyRdQyI4IJYlSuxwc/5fw=
=9a+X
-END PGP SIGNATURE-


Accepted:
libsynfig-dev_0.61.07-1_i386.deb
  to pool/main/s/synfig/libsynfig-dev_0.61.07-1_i386.deb
libsynfig-doc_0.61.07-1_all.deb
  to pool/main/s/synfig/libsynfig-doc_0.61.07-1_all.deb
libsynfig0_0.61.07-1_i386.deb
  to pool/main/s/synfig/libsynfig0_0.61.07-1_i386.deb
synfig-dbg_0.61.07-1_i386.deb
  to pool/main/s/synfig/synfig-dbg_0.61.07-1_i386.deb
synfig_0.61.07-1.diff.gz
  to pool/main/s/synfig/synfig_0.61.07-1.diff.gz
synfig_0.61.07-1.dsc
  to pool/main/s/synfig/synfig_0.61.07-1.dsc
synfig_0.61.07-1_i386.deb
  to pool/main/s/synfig/synfig_0.61.07-1_i386.deb
synfig_0.61.07.orig.tar.gz
  to pool/main/s/synfig/synfig_0.61.07.orig.tar.gz


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



Accepted synfigstudio 0.61.07-1 (source i386)

2007-10-10 Thread Cyril Brulebois
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 09 Oct 2007 03:11:26 +0200
Source: synfigstudio
Binary: synfigstudio synfigstudio-dbg libsynfigapp-dev libsynfigapp0
Architecture: source i386
Version: 0.61.07-1
Distribution: unstable
Urgency: low
Maintainer: Debian Synfig Maintainers [EMAIL PROTECTED]
Changed-By: Cyril Brulebois [EMAIL PROTECTED]
Description: 
 libsynfigapp-dev - synfig GUI library development files
 libsynfigapp0 - synfig GUI library
 synfigstudio - vector-based 2D animation package (graphical user interface)
 synfigstudio-dbg - synfig GUI debugging symbols
Changes: 
 synfigstudio (0.61.07-1) unstable; urgency=low
 .
   [ Cyril Brulebois ]
   * New upstream release.
   * Bump versioned B-D on synfig and libsynfig-dev from 0.61.06 to
 0.61.07~rc3.
   * Bump versioned B-D on etl-dev from 0.04.09 to 0.04.10~rc3.
   * Add Homepage, Vcs-Browser, and Vcs-Svn fields to the source package.
   * Add myself to the Uploaders.
   * No longer ignore make distclean errors, per lintian.
 .
   [ Paul Wise ]
   * Update menu for transition and add longtitle  description
Files: 
 71ae237e904ab69bb0b222ea317ede76 1307 graphics extra synfigstudio_0.61.07-1.dsc
 d8e0428dd924277887bb46dc8fa34133 929755 graphics extra 
synfigstudio_0.61.07.orig.tar.gz
 69c777a7e44ddcb93c52ed926f362297 7054 graphics extra 
synfigstudio_0.61.07-1.diff.gz
 76bf4e24ca78356ed408a1106b0ab618 2209268 graphics extra 
synfigstudio_0.61.07-1_i386.deb
 210ea849280e9a02ec849ced88e0673a 506498 libs extra 
libsynfigapp0_0.61.07-1_i386.deb
 df113f9f1471bcc2ce4f3bdb060781e7 57354 libdevel extra 
libsynfigapp-dev_0.61.07-1_i386.deb
 9c014213128d63c574c3bf732233957f 12774798 libdevel extra 
synfigstudio-dbg_0.61.07-1_i386.deb

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

iD8DBQFHDZqH5Sc9mGvjxCMRAvOpAKCjq+rBM3EXVua9/vJiv4hNYWz3JwCfXj3t
Y6nBn7oJZQDs1fYxrYNHupw=
=Puin
-END PGP SIGNATURE-


Accepted:
libsynfigapp-dev_0.61.07-1_i386.deb
  to pool/main/s/synfigstudio/libsynfigapp-dev_0.61.07-1_i386.deb
libsynfigapp0_0.61.07-1_i386.deb
  to pool/main/s/synfigstudio/libsynfigapp0_0.61.07-1_i386.deb
synfigstudio-dbg_0.61.07-1_i386.deb
  to pool/main/s/synfigstudio/synfigstudio-dbg_0.61.07-1_i386.deb
synfigstudio_0.61.07-1.diff.gz
  to pool/main/s/synfigstudio/synfigstudio_0.61.07-1.diff.gz
synfigstudio_0.61.07-1.dsc
  to pool/main/s/synfigstudio/synfigstudio_0.61.07-1.dsc
synfigstudio_0.61.07-1_i386.deb
  to pool/main/s/synfigstudio/synfigstudio_0.61.07-1_i386.deb
synfigstudio_0.61.07.orig.tar.gz
  to pool/main/s/synfigstudio/synfigstudio_0.61.07.orig.tar.gz


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



Accepted ecryptfs-utils 24-2 (source i386)

2007-10-10 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 10 Oct 2007 23:41:00 +0200
Source: ecryptfs-utils
Binary: ecryptfs-utils libecryptfs0 libecryptfs-dev
Architecture: source i386
Version: 24-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 ecryptfs-utils - ecryptfs cryptographic filesystem (utilities)
 libecryptfs-dev - ecryptfs cryptographic filesystem (development)
 libecryptfs0 - ecryptfs cryptographic filesystem (library)
Closes: 445619
Changes: 
 ecryptfs-utils (24-2) unstable; urgency=low
 .
   * Enforcing libdir (Closes: #445619).
Files: 
 83ef134efa8a22e02429ec2ea63c74de 756 misc optional ecryptfs-utils_24-2.dsc
 4a9e898507c27353c6f948592311fb98 18498 misc optional 
ecryptfs-utils_24-2.diff.gz
 2e6fd52b99a2390d0dc9d6bf0dcbe073 40116 misc optional 
ecryptfs-utils_24-2_i386.deb
 034c0011b295928e2314dcc9b8ea98e6 40732 libs optional libecryptfs0_24-2_i386.deb
 d77ec5fcc6f7f2ab384a2b982d9eee91 7510 libdevel optional 
libecryptfs-dev_24-2_i386.deb

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

iD8DBQFHDZ8N+C5cwEsrK54RAjhYAKC2yZh1oTQneh5JvgqXoDdd5JolvgCdGiXu
C70eDcBTPw4IU0t4elJ0Pnw=
=/a+w
-END PGP SIGNATURE-


Accepted:
ecryptfs-utils_24-2.diff.gz
  to pool/main/e/ecryptfs-utils/ecryptfs-utils_24-2.diff.gz
ecryptfs-utils_24-2.dsc
  to pool/main/e/ecryptfs-utils/ecryptfs-utils_24-2.dsc
ecryptfs-utils_24-2_i386.deb
  to pool/main/e/ecryptfs-utils/ecryptfs-utils_24-2_i386.deb
libecryptfs-dev_24-2_i386.deb
  to pool/main/e/ecryptfs-utils/libecryptfs-dev_24-2_i386.deb
libecryptfs0_24-2_i386.deb
  to pool/main/e/ecryptfs-utils/libecryptfs0_24-2_i386.deb


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



Accepted singularity 0.26a+r409-3 (source all)

2007-10-10 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 11 Oct 2007 06:37:28 +0300
Source: singularity
Binary: singularity
Architecture: source all
Version: 0.26a+r409-3
Distribution: unstable
Urgency: low
Maintainer: Kari Pahula [EMAIL PROTECTED]
Changed-By: Kari Pahula [EMAIL PROTECTED]
Description: 
 singularity - game where one becomes the singularity
Closes: 442757
Changes: 
 singularity (0.26a+r409-3) unstable; urgency=low
 .
   * Fix the indentation of music playing code (Closes: #442757)
Files: 
 9a2b557ea45cee599375121fe1e3c73f 714 games optional 
singularity_0.26a+r409-3.dsc
 1a773bce6a376b4b2dc9b5581b1de6eb 15069 games optional 
singularity_0.26a+r409-3.diff.gz
 8502d99ab7cc6293fe9e26a443efcc8d 1180304 games optional 
singularity_0.26a+r409-3_all.deb

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

iD8DBQFHDZtteYl9593Atw0RAtAjAJ9CEQvTv8+Q7HAg8FtaJFfgJmlv4wCfeMSc
JqCyFzNFhMajnPfoLkN9H7E=
=6WCm
-END PGP SIGNATURE-


Accepted:
singularity_0.26a+r409-3.diff.gz
  to pool/main/s/singularity/singularity_0.26a+r409-3.diff.gz
singularity_0.26a+r409-3.dsc
  to pool/main/s/singularity/singularity_0.26a+r409-3.dsc
singularity_0.26a+r409-3_all.deb
  to pool/main/s/singularity/singularity_0.26a+r409-3_all.deb


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



  1   2   >