Re: Remove cdrtools

2006-08-22 Thread Gabor Gombas
On Fri, Aug 18, 2006 at 01:24:06PM -0500, Steve Greenland wrote:

 No sign of what it actually did, no sign of whether the answer was
 yes or no. Yes, there is some stuff in there. But not always enough.
 Sometimes it spits out what the compile command was, and the code used,
 and sometimes it doesn't.

If you want more information you can always do bash -xv ./configure
...

 Hmmm, why is it checking for string.h and limits.h after it has
 already checked for ANSI C header files?

Because whoever created configure.ac told it to do so?

Gabor

-- 
 -
 MTA SZTAKI Computer and Automation Research Institute
Hungarian Academy of Sciences
 -


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



Re: glibc and UNACCEPTs

2006-08-22 Thread Drew Parsons
The Dear Project Leader wrote:
 Yesterday, glibc 2.3.999.2-10 was accidently uploaded to unstable instead
 of experimental, and on the request of the release managers, I UNACCEPTed
 it, given it was a major accidental change to a rather core library just
 as that library should've been frozen.
 
...
 
 The 2.3.999.2-10 upload (with signatures removed) is available on
 ftp-master.debian.org/~ajt/glibc/. Would anyone like to contribute their
 thoughts, so we can do an air crash style failure analysis to work
 out how we can avoid this class of problem in future, given the safety
 net that caught us this time is going away?
 

Unfortunately it's happened against, this time with the upload of
xorg-server (xserver-xorg-core) 1:1.1.1-3, accidentally uploaded to
unstable instead of experimental.  An easy enough mistake, it's only
one little field in a changelog file.

I can think of only a handful of reasonable changes we could make to reduce
these occurances:

1) [technical]  Alter dput/dupload to explicitly ask whether to
proceed if the distro from the preceding changelog entry changes (e.g.
experimental-unstable)

2) [technical] Remove the single point of failure by adding a
Distribution: field to debian/control, say.  The package will be
rejected if the two fields in control and changelog do not match.

3) [policy]  Manual processing by ftp-masters when changing distro.
Their decision is automatic rejection by default unless there is a
changelog entry explicitly stating the distro change is occurs. This
need only apply for uploads to unstable (or stable), not for uploads to
experimental.

4) [human engineering] For team-supported packages, require that
another member of your team verify the package (with special attention
to the distro field in debian/changelog) before uploading.



It would be nice to see 1) done.  A Previous-Distribution: field in
.changes filled in during a dpkg-buildpackage run might help to
facilitate it.  

dpkg-buildpackage could check and reject for 2) at build time.
Perhaps 2) could be combined with 1) (dput/dupload make
two separate checks)

Unless 2) is practical to implement, then 3) is a very good idea, in my
opinion, since it removes the single point of failure.  No longer will
there be just one single field to be miswritten.  Manpower-wise,
however, I don't know if it would make too much burden on the
ftp-masters.

Really 4) should be done in any case, but I can understand it could get
annoying at times.

Thanks for listening,

Drew

p.s. the old xserver-xorg 1:1.0.2-9 packages can still be found in testing, or
you can grab the new video drivers from experimental.  The full working
set of X11R7.1 packages will all be in unstable soon (in the next
week or so), pending adjustments in versioned depends of the video drivers.



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


Re: glibc and UNACCEPTs

2006-08-22 Thread Andreas Barth
* Drew Parsons ([EMAIL PROTECTED]) [060822 11:04]:
 2) [technical] Remove the single point of failure by adding a
 Distribution: field to debian/control, say.  The package will be
 rejected if the two fields in control and changelog do not match.

or just make dpkg-buildpackage fail if that happens (or rather
dpkg-genchanges), which isn't too hard to achive actually.



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


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



Re: glibc and UNACCEPTs

2006-08-22 Thread Norbert Tretkowski
* Drew Parsons wrote:
 3) [policy] Manual processing by ftp-masters when changing distro.

The distribution wasn't changed.

Norbert


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



Re: id gives conflicting results

2006-08-22 Thread Juha Jäykkä
This is already a rather elderly thread, but I think I have some new info
on it.

First, this *only* seems to occur on X sessions started by gdm.

Second, pam_group.so has nothing to do with it.

Third, I removed all local accounts and groups (other than system users
and groups). This is also why it took so long to reply... could not just
go around removing users. This helped a bit: groups cdrom and audio, for
example, seem to work fine now, but keep reading.

Fourth, there is no slapd timeout associated and nscd is not even running
(never was).

Fifth, this *only* seems to occur with group adm (4), not with any other
group, not ever. And this happens with adm every single time. From gdm/X,
trying to access /var/log/syslog (which is owned root.adm and modded 640)
gives EACCES (verified with strace). If I change the group of the file to
anything else my account belongs to, I can access the file.

Now my question is, what's making group id 4 behave different than *every
other* group? (Well, I did not exactly test every single id, only all that
existed on the system.)

Cheers,
Juha

-- 
 ---
| Juha Jäykkä, [EMAIL PROTECTED]|
| Laboratory of Theoretical Physics |
| Department of Physics, University of Turku|
| home: http://www.utu.fi/~juolja/  |
 ---


signature.asc
Description: PGP signature


Re: glibc and UNACCEPTs

2006-08-22 Thread Drew Parsons
We have stated:
 3) [policy]  Manual processing by ftp-masters when changing distro.
 Their decision is automatic rejection by default unless there is a
 changelog entry explicitly stating the distro change is occurs. This
 need only apply for uploads to unstable (or stable), not for uploads to
 experimental.
...
 Unless 2) is practical to implement, then 3) is a very good idea, in my
 opinion, since it removes the single point of failure.  No longer will
 there be just one single field to be miswritten.  Manpower-wise,
 however, I don't know if it would make too much burden on the
 ftp-masters.

Another thought on the QUEUE processing line, if asking ftp-masters to
perform these manual checks is too burdensome, then an alternative is

3.b)  Delay any such transitioning packages, to provide time for the
maintainer (or the team) to realise the mistake and fill out a
.commands file cancelling the upload.  What would be a reasonable time
frame, 4 hours?  12 ?  24 ?

Drew

p.s.  Andreas, I'm glad you like Option 2). Yes, I mentioned
dpkg-buildpackage in the comments underneath :)


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



Re: glibc and UNACCEPTs

2006-08-22 Thread Michael Banck
On Tue, Aug 22, 2006 at 11:12:44AM +0200, Norbert Tretkowski wrote:
 * Drew Parsons wrote:
  3) [policy] Manual processing by ftp-masters when changing distro.
 
 The distribution wasn't changed.

The version of the uploaded xorg-server package was higher than the
version in experimental, and it was targetted at unstable.  Addtionally,
the prior Debian revision was in the experimental distribution.  So I
believe this counts as changing distro, unless you mean some sublte
semantics I missed.


Michael


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



Bug#384171: ITP: m16c-flash -- Flash programmer for Renesas M16C and R8C microcontrollers

2006-08-22 Thread Uwe Hermann
Package: wnpp
Severity: wishlist
Owner: Uwe Hermann [EMAIL PROTECTED]

* Package name: m16c-flash
  Version : 0.1
  Upstream Author : Thomas Fischl [EMAIL PROTECTED]
* URL : http://www.fischl.de/thomas/elektronik/r8c/r8c_flasher.html
* License : GPL
  Programming Lang: C++
  Description : Flash programmer for Renesas M16C and R8C microcontrollers

m16c-flash uses a serial connection to program Renesas M16C and R8C
microcontrollers.


Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature


Re: Re: glibc and UNACCEPTs

2006-08-22 Thread Drew Parsons
Norbert wrote:
 * Drew Parsons wrote:
  3) [policy] Manual processing by ftp-masters when changing distro.
 
 The distribution wasn't changed.

It was in the case of the xserver-xorg upload.  1:1.1.1-2 had been sent to
experimental, 1:1.1.1-3 was sent to unstable.

Drew


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



Re: dpkg doing wrong math (0.09 = 0.9) ?-

2006-08-22 Thread Lionel Elie Mamane
On Mon, Aug 21, 2006 at 08:10:46PM +0200, Florian Weimer wrote:
 * Lionel Elie Mamane:

 Well, I have found one. Myself. You just have to interpret the part
 after the second point as the integer part of an infinitesimal:

  Let ε be an infinitesimal, that is a strictly positive number
  (that is ε  0) smaller than any strictly positive real number
  (that is ∀ n ∈ ℕ, n0 implies ε  1/n ).

 Such a number does not exist because every set of reals which has a
 lower bound has a real number as its infimum.

I didn't say it is a real number, and indeed no such real number
exists. You need a richer notion of number than real numbers.

 (Of course, such arithmetic structures can be defined, but it's a
 lot more involved than that.)

Precisely. One such structure is John Conway's surreal numbers. (As I
already said in my previous email.)

 Then the version number x.y.z is interpreted as:

  x.y + z * ε

 (And a.b.c.d is interpreted as a.b + c.d * ε)

 In this context, it does not make much sense to allow only
 non-negative integers for z,

You can accept any real for z, yes. I was working the other way round:
give a meaning to x.y.z, where x, y and z are non-negative
integers. The non-negative integers restriction comes from the
problem statement, not from the solution :)

 so your interpretation is anything but natural

As the battles between formalists, intuitionists, platonists,
constructivists, fictionalists, etc show, what is natural is highly
subjective. However, if the goal of the game is to construct an
extension to x.y.z of the interpretation of x.y as the decimal
rational number usually written that way, I find my interpretation
quite natural. If you disagree, good for you. No amount of
discussion is going to make us agree on what is natural anyway, as
it is not a well-defined concept.

 and as good as any other total odering.

I'd certainly be less happy with an ordering that gives:

 1.2.3  1.2.2  1.2.5


Best Regards,

-- 
Lionel


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



Incorrect version of xserver-xorg in unstable

2006-08-22 Thread Drew Parsons
Summary:  - Unstable users, 
  please place xserver-xorg-core 1:1.0.2-9 on
hold,
  or retrieve it from testing
  or fetch your latest video driver from
experimental.

  - Users of testing and stable are not affected.


An upload of xserver-xorg 1:1.1.1-3 was incorrectly made to unstable
today. The intended target was experimental.  The correct current
version for unstable is 1:1.0.2-9.

The chief binary package affected is xserver-xorg-core.  Other affected
packages are xdmx, xdmx-tools, xnest, xserver-xorg-dev and xvfb.

1:1.1.1-3 corresponds to X11R7.1, while 1:1.0.2-9 belongs to X11R7.0.
The consequence of this upload is that old X11R7.0 video drivers in
unstable will fail to load and the Xserver  will fail to start, with an
error message similar to:

(II) LoadModule: i810
(II) Loading /usr/lib/xorg/modules/drivers/i810_drv.so
(II) Module i810: vendor=X.Org Foundation
compiled for 7.0.0, module version = 1.5.1
Module class: X.Org Video Driver
ABI class: X.Org Video Driver, version 0.8
(EE) module ABI major version (0) doesn't match the server's version (1)
(II) UnloadModule: i810
(II) Unloading /usr/lib/xorg/modules/drivers/i810_drv.so
(EE) Failed to load module i810 (module requirement mismatch, 0)
...
(EE) No drivers available.

Fatal server error:
no screens found



Please choose one of the following actions as a temporary workaround:

1) place xserver-xorg-core 1:1.0.2-9 (and the other xserver-xorg
packages) on hold

or

2) if you have already been affected then grab your xserver-xorg
package[s] from testing and downgrade back to  1:1.0.2-9

or

3) come join the future and grab your new video driver from experimental

Versions of latest video drivers and other X11 packages in testing,
unstable (old X11R7.0 versions, both) and experimental (new X11R7.1
versions) are summarised at
http://qa.debian.org/[EMAIL PROTECTED]

We apologise for the inconvenience.  Discussions are underway at
debian-devel to further evolve our processes to help reduce the
likelihood of this mistake being made again in the future.

X11R7.1 is nearly ready for unstable in its own right and should have
arrived within the fortnight.

Drew Parsons
on behalf of the X Strike Force



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


Re: Translated packages descriptions progress

2006-08-22 Thread Martijn van Oosterhout

On 7/31/06, Charles Plessy [EMAIL PROTECTED] wrote:

Dear Michael,

how can we get description for specific packages? There are some pages
of the debian web site, such as in the debian-med area [1], which
contain package descriptions that have therefore have already been
translated in some languages.


I noticed no-one really answered your question. You have two options:

If you grab the translation template from the DDTP website, you can
fill in the translation there and send it via email. It's the little
white square next to language on the page where you see the actual
description.

The other option is to use this[1] other system. Select your language,
enter the package name in the field to download the translation
template, then paste the translation. The advantage of this method is
that other people can review it before it gets sent.

It all ends up at the DDTP project eventually, it's just two way of
doing the same thing.

Hope this answers your question,

[1] http://kleptog.org/cgi-bin/ddtss2-cgi/
--
Martijn van Oosterhout [EMAIL PROTECTED] http://svana.org/kleptog/


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



Quickcam pro 4000, pwc problem

2006-08-22 Thread John Talbut

Can anyone explain the official Debian set up for pwc based web cams?  After a
good few hours of trying to work it out, this is what I have come up with.

My usb set-up seems to be working OK under udev.  lsusb reports:

Bus 001 Device 001: ID :
Bus 001 Device 002: ID 046d:08b2 Logitech, Inc. QuickCam Pro 4000

Both gqcam and xawtv recognise the device, but the former just outputs a green
rectangle and the latter a grey screen.

Most of the references that report success suggest installing the pwc module
from Luc Saillard.

The only Debian package for pwc is pwc-source .  According to the copyright
information fro this package:

This package was debianized by Victor Seva [EMAIL PROTECTED] on
Wed, 12 Jan 2005 21:51:35 +0100.

It was downloaded from 
http://www.saillard.org/linux/pwc/files/pwc-10.0.6a.tar.bz2

 (C) 1999-2003 Nemosoft Unv.
 (C) 2004  Luc Saillard [EMAIL PROTECTED]
 (C) 2005  Victor Seva  [EMAIL PROTECTED] ( Package
Maintainer )
 (C) 2005  Sean Finney  [EMAIL PROTECTED] ( Package Sponsor )

Upstream Author: Luc Saillard [EMAIL PROTECTED]

So presumably it is the aforementioned module.  However, acquiring the Debian
package and attempting to compile it seemed simply to add source files to
/usr/src/linux-source-2.6.15/drivers/usb/media , though I get the impression
they were there in the first place.  Is that correct, is this module now
incorporated in linux-source-2.6.15?  Or do I need to recompile the kernel now?

The compilation and attempt to install did not seem to come up with any external
modules, so it seems as if in Debian pwc is only run in the kernel.  If so, how
do I get my webcam to work?  If not, what am I doing wrong?

John Talbut



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



Re: Quickcam pro 4000, pwc problem

2006-08-22 Thread Steve Kemp
On Tue, Aug 22, 2006 at 02:45:38PM +0100, John Talbut wrote:

 Can anyone explain the official Debian set up for pwc based web cams?  

  ..

 The only Debian package for pwc is pwc-source .  According to the copyright
 information fro this package:

  I've got one of these devices and found it similarly tricky to start
 with.  When I use the pwc module included in the standard Debian kernel
 images I just see a blank grey rectangle when using
 camgrab/camstream/etc.

  Ultimately I got it working by :

  1.  Removing any existing pwc module from the debian-supplied kernel:

find /lib/modules -name 'pwc.*' -exec rm -rf \{\} \;
rmmod pwc

  2.  Setting up module-assistant:

apt-get install module-assistant
m-a prepare

  3.  Downloading and building the external sources:

apt-get install pwc-source
m-a build pwc-source

  4.  Installing the built module:

m-a install pwc-source
depmod -a
modprobe pwc

  5.  Working with it :
apt-get install camstream  camstream

  You say you've built the module?  I might guess that even after
  building it you're using the old module...?

Steve
-- 


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



Re: mass bugfiling: dbconfig-common-using packages violating policy 7.2

2006-08-22 Thread Cameron Dale

On 8/19/06, sean finney [EMAIL PROTECTED] wrote:

it was recently brought to my attention that the documented method
for using the dbconfig-common hooks in a maintainer's postrm script
was non-compliant wrt policy 7.2.  policy stipulates that packages
can not require use of programs from any non-essential packages
in the postrm/purge phase.

unfortunately, the example packages used as guidelines didn't
make any checks to safeguard this, so i suspect most/all of
the packages using dbconfig-common do not either.  since these
are rc-bugs, i don't think the lintian route is the correct path and
plan to file the bugs in the next few days.


I just uploaded a new version that fixes this problem.

Thanks,
Cameron Dale


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



Re: glibc and UNACCEPTs

2006-08-22 Thread Aurelien Jarno

Drew Parsons a écrit :

The Dear Project Leader wrote:

Yesterday, glibc 2.3.999.2-10 was accidently uploaded to unstable instead
of experimental, and on the request of the release managers, I UNACCEPTed
it, given it was a major accidental change to a rather core library just
as that library should've been frozen.


...

The 2.3.999.2-10 upload (with signatures removed) is available on
ftp-master.debian.org/~ajt/glibc/. Would anyone like to contribute their
thoughts, so we can do an air crash style failure analysis to work
out how we can avoid this class of problem in future, given the safety
net that caught us this time is going away?



Unfortunately it's happened against, this time with the upload of
xorg-server (xserver-xorg-core) 1:1.1.1-3, accidentally uploaded to
unstable instead of experimental.  An easy enough mistake, it's only
one little field in a changelog file.

I can think of only a handful of reasonable changes we could make to reduce
these occurances:

1) [technical]  Alter dput/dupload to explicitly ask whether to
proceed if the distro from the preceding changelog entry changes (e.g.
experimental-unstable)

2) [technical] Remove the single point of failure by adding a
Distribution: field to debian/control, say.  The package will be
rejected if the two fields in control and changelog do not match.

3) [policy]  Manual processing by ftp-masters when changing distro.
Their decision is automatic rejection by default unless there is a
changelog entry explicitly stating the distro change is occurs. This
need only apply for uploads to unstable (or stable), not for uploads to
experimental.

4) [human engineering] For team-supported packages, require that
another member of your team verify the package (with special attention
to the distro field in debian/changelog) before uploading.



It would be nice to see 1) done.  A Previous-Distribution: field in
.changes filled in during a dpkg-buildpackage run might help to
facilitate it.  


dpkg-buildpackage could check and reject for 2) at build time.
Perhaps 2) could be combined with 1) (dput/dupload make
two separate checks)


Denis Barbier has added that to the clean rule of the experimental glibc:
#  Do not accidentally upload into unstable
dpkg-parsechangelog  | grep ^Distribution: | grep -q -v unstable

Works nicely.

--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Re: Debian ISOs

2006-08-22 Thread Josselin Mouette
Le jeudi 17 août 2006 à 11:48 -0400, Anthony L. Bryan a écrit :
 Hi,
 
 Metalinks might be helpful on Debian's download page for CD/DVD images. You
 could have a single quick link to your ISOs that contains all the
 mirror/p2p/checksum info in it.
 
 Metalinks, a cross platform vendor neutral fortmat, are used by download
 managers  contain Mirror  p2p locations for segmented downloads, along
 with automatic checksum verification when the download completes. It spreads
 the download between multiple servers so its faster for users, more
 reliable,  less load on any one server. Metalinks are backward compatible
 too.

Given that downloads like Debian ISOs are already putting a heavy
bandwidth load on the servers and that they are already shared among
many servers, I don't think it is a good idea to encourage users to load
several servers at once with one download. We should instead push
bittorrent as the main distribution media for ISOs.
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


signature.asc
Description: Ceci est une partie de message	numériquement signée


Re: glibc and UNACCEPTs

2006-08-22 Thread Denis Barbier
On Tue, Aug 22, 2006 at 11:08:49AM +0200, Andreas Barth wrote:
 * Drew Parsons ([EMAIL PROTECTED]) [060822 11:04]:
  2) [technical] Remove the single point of failure by adding a
  Distribution: field to debian/control, say.  The package will be
  rejected if the two fields in control and changelog do not match.
 
 or just make dpkg-buildpackage fail if that happens (or rather
 dpkg-genchanges), which isn't too hard to achive actually.

Yes, I added the following lines in debian/rules
   #  Do not accidentally upload into unstable
   dpkg-parsechangelog  | grep ^Distribution: | grep -q -v unstable
for that purpose in the glibc experimental branch.

Denis


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



Re: VMware packaging

2006-08-22 Thread Uwe Hermann
Hi,

On Sun, Aug 13, 2006 at 01:36:35PM +0300, Linas ??virblis wrote:
 Oh come one guys. So instead of providing QEMU + QEMU Acclerator, a
 partially free solution, we just go for totally non-free one? VMware was
 not an option when there actually was no alternative to it, so why is it
 an option now?
 
 I know that QEMU Accelerator is not distributable, [...]

There's a free replacement, see http://savannah.nongnu.org/projects/qvm86/.
It's probably in an early stage of development, but it's there.

See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322344.


HTH, Uwe.
-- 
Uwe Hermann 
http://www.hermann-uwe.de
http://www.it-services-uh.de  | http://www.crazy-hacks.org 
http://www.holsham-traders.de | http://www.unmaintained-free-software.org


signature.asc
Description: Digital signature


Re: Debian ISOs

2006-08-22 Thread Bruce Sass
On Tue August 22 2006 13:04, Josselin Mouette wrote:
 Given that downloads like Debian ISOs are already putting a heavy
 bandwidth load on the servers and that they are already shared among
 many servers, I don't think it is a good idea to encourage users to
 load several servers at once with one download. We should instead
 push bittorrent as the main distribution media for ISOs.

or as the main distribution media.

This is user supported software, why not user distributed also.


- Bruce


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



Re: glibc and UNACCEPTs

2006-08-22 Thread Joey Hess
Drew Parsons wrote:
 Unfortunately it's happened against, this time with the upload of
 xorg-server (xserver-xorg-core) 1:1.1.1-3, accidentally uploaded to
 unstable instead of experimental.  An easy enough mistake, it's only
 one little field in a changelog file.

'2:' is not any worse than '1:', so I don't see why this is any worse than
any other bug that upload could have introduced. Upload again with a new
epoch, problem solved.

-- 
see shy jo


signature.asc
Description: Digital signature


Re: VMware packaging

2006-08-22 Thread Eric Dorland
* Uwe Hermann ([EMAIL PROTECTED]) wrote:
 Hi,
 
 On Sun, Aug 13, 2006 at 01:36:35PM +0300, Linas ??virblis wrote:
  Oh come one guys. So instead of providing QEMU + QEMU Acclerator, a
  partially free solution, we just go for totally non-free one? VMware was
  not an option when there actually was no alternative to it, so why is it
  an option now?
  
  I know that QEMU Accelerator is not distributable, [...]
 
 There's a free replacement, see http://savannah.nongnu.org/projects/qvm86/.
 It's probably in an early stage of development, but it's there.

Looking at the CVS it hasn't been touched in a year, with a bug open
saying it doesn't work with qemu 0.8.0.
 
 See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=322344.


-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6



signature.asc
Description: Digital signature


Re: Quickcam pro 4000, pwc problem

2006-08-22 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Steve Kemp wrote:
 On Tue, Aug 22, 2006 at 02:45:38PM +0100, John Talbut wrote:
 
 Can anyone explain the official Debian set up for pwc based web cams?  
 
   ..
 
 The only Debian package for pwc is pwc-source .  According to the copyright
 information fro this package:
 
   I've got one of these devices and found it similarly tricky to start
  with.  When I use the pwc module included in the standard Debian kernel
  images I just see a blank grey rectangle when using
  camgrab/camstream/etc.
 
   Ultimately I got it working by :
 
   1.  Removing any existing pwc module from the debian-supplied kernel:
 
 find /lib/modules -name 'pwc.*' -exec rm -rf \{\} \;
 rmmod pwc
 

You don't have to remove anything since the pwc-modules is installed on
updates directory see #350061. Just unload the old module: rmmod pwc.

   2.  Setting up module-assistant:
 
 apt-get install module-assistant
 m-a prepare
 
   3.  Downloading and building the external sources:
 
 apt-get install pwc-source
 m-a build pwc-source
 
   4.  Installing the built module:
 
 m-a install pwc-source
 depmod -a
 modprobe pwc

That's right

   5.  Working with it :
 apt-get install camstream  camstream
 
   You say you've built the module?  I might guess that even after
   building it you're using the old module...?
 
 Steve

Thanks Steve
- --
 -
|   ,''`. Victor Seva |
|  : :' :  [EMAIL PROTECTED] |
|  `. `'   PGP Key ID: 0xDD12F253 |
|`-Debian user, admin and contributor |
 -
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE636YS/DSSd0S8lMRAjKoAKCTt9Phghk5WhiBnyv/n3FumVPX5gCferR8
KKO978CFvQnvzbznb7gWjic=
=QPS8
-END PGP SIGNATURE-


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



Bug#384245: ITP: quicksynergy -- GUI for easily configuring Synergy

2006-08-22 Thread Jeremie Corbier
Package: wnpp
Severity: wishlist
Owner: Jeremie Corbier [EMAIL PROTECTED]

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

* Package name: quicksynergy
  Version : 0.3.2
  Upstream Author : César Blum [EMAIL PROTECTED]
* URL : http://quicksynergy.sourceforge.net/
* License : GPL
  Programming Lang: C
  Description : GUI for easily configuring Synergy

 QuickSynergy is a graphical interface (GUI) for easily configuring Synergy,
 an application that allows the user to share his mouse and keyboard between
 two or more computers.

 Without the need for any external hardware, Synergy uses the TCP-IP protocol
 to share the resources, even between machines with diferent operating
 systems, such as Mac OS, Linux and Windows.

- -- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: x86_64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

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

iD8DBQFE63zhFq2EwGQTI7ERAq7oAJ9R7SyZKRKWDVudQUp57xP+osLUmgCeJwJ7
Rhc+hdV+nn9+v889UkkA5s0=
=44xq
-END PGP SIGNATURE-



Re: glibc and UNACCEPTs

2006-08-22 Thread David Nusinow
On Tue, Aug 22, 2006 at 03:30:07PM -0400, Joey Hess wrote:
 Drew Parsons wrote:
  Unfortunately it's happened against, this time with the upload of
  xorg-server (xserver-xorg-core) 1:1.1.1-3, accidentally uploaded to
  unstable instead of experimental.  An easy enough mistake, it's only
  one little field in a changelog file.
 
 '2:' is not any worse than '1:', so I don't see why this is any worse than
 any other bug that upload could have introduced. Upload again with a new
 epoch, problem solved.

This is what I'd consider the appropriate fix. Just do another upload
straight away and you don't even need to bother an ftpmaster. It's what I
would have done if I'd been awake.

 - David Nusinow


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



Re: glibc and UNACCEPTs

2006-08-22 Thread David Nusinow
On Tue, Aug 22, 2006 at 06:42:46PM +1000, Drew Parsons wrote:
 The Dear Project Leader wrote:
  Yesterday, glibc 2.3.999.2-10 was accidently uploaded to unstable instead
  of experimental, and on the request of the release managers, I UNACCEPTed
  it, given it was a major accidental change to a rather core library just
  as that library should've been frozen.
  
 ...
  
  The 2.3.999.2-10 upload (with signatures removed) is available on
  ftp-master.debian.org/~ajt/glibc/. Would anyone like to contribute their
  thoughts, so we can do an air crash style failure analysis to work
  out how we can avoid this class of problem in future, given the safety
  net that caught us this time is going away?
  
 
 Unfortunately it's happened against, this time with the upload of
 xorg-server (xserver-xorg-core) 1:1.1.1-3, accidentally uploaded to
 unstable instead of experimental.  An easy enough mistake, it's only
 one little field in a changelog file.

Crap. Sorry everyone.

 - David Nusinow


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



Status of BSD-like licences with advertisement clauses.

2006-08-22 Thread Charles Plessy
Dear all,

I have been told by two different developers that licences using the
4-clauses BSD licence as a template are free or non-free (one opinion
per develop per).

There is a software that I definitely want to see in Debian and it is
covered by such a licence. Can somebody remind me whether I would have to
get it sponsored in main or non-free?

This mail in not about starting a discussion on whether the licence
should be treated as main or non-free, but to tell me where to upload if
I do not want to see the package rejected. If you really would like to
discuss the subject, the original thread in debian-mentors is:

http://lists.debian.org/debian-mentors/2006/08/msg00233.html
In-Reply-To=[EMAIL PROTECTED]

Also, if you are puzzled on what this discussion is about, the following
link may be of interest:

http://www.gnu.org/philosophy/bsd.html

Have a nice day,

-- 
Charles Plessy
http://charles.plessy.org
Wako, Saitama, Japan


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



Re: Status of BSD-like licences with advertisement clauses.

2006-08-22 Thread Steve Langasek
On Wed, Aug 23, 2006 at 09:20:02AM +0900, Charles Plessy wrote:

 I have been told by two different developers that licences using the
 4-clauses BSD licence as a template are free or non-free

Sounds like some DD could use a licensing refresher course. 4-clause BSD has
always been considered free by Debian.

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


signature.asc
Description: Digital signature


Re: Status of BSD-like licences with advertisement clauses.

2006-08-22 Thread tony mancill
Steve Langasek wrote:
 On Wed, Aug 23, 2006 at 09:20:02AM +0900, Charles Plessy wrote:
 
 I have been told by two different developers that licences using the
 4-clauses BSD licence as a template are free or non-free
 
 Sounds like some DD could use a licensing refresher course. 4-clause BSD has
 always been considered free by Debian.

Perhaps we should update our 3-clause BSD license information[0] with the
4-clause variant.  That link is found here[1].

[0] http://www.debian.org/misc/bsd.license
[1] http://www.debian.org/intro/free



signature.asc
Description: OpenPGP digital signature


Re: glibc and UNACCEPTs

2006-08-22 Thread Drew Parsons
Denis Barbier wrote:
 On Tue, Aug 22, 2006 at 11:08:49AM +0200, Andreas Barth wrote:
  * Drew Parsons ([EMAIL PROTECTED]) [060822 11:04]:
   2) [technical] Remove the single point of failure by adding a
   Distribution: field to debian/control, say.  The package will be
   rejected if the two fields in control and changelog do not match.
  
  or just make dpkg-buildpackage fail if that happens (or rather
  dpkg-genchanges), which isn't too hard to achive actually.
 
 Yes, I added the following lines in debian/rules
#  Do not accidentally upload into unstable
dpkg-parsechangelog  | grep ^Distribution: | grep -q -v unstable
 for that purpose in the glibc experimental branch.

Your version requires this line to be deleted for unstable and then
added again for any future experimental work.

I prepared an alternative snippet by which the test can remain, and
switched off by an explicit extra variable saying simply yes. This
is an extra make rule to go in debian/rules (or xsfmb.mk, for the XSF):

# Before building, check we're not making an accidental upload to unstable
.PHONY: test_stable
test_stable:
@if [ x$(UPLOAD_TO_UNSTABLE) != xyes ]  \
[ -n `dpkg-parsechangelog  | grep ^Distribution: | grep -q -v 
unstable` ]; \
then \
echo POSSIBLE MISLOAD TO UNSTABLE!; \
echo You have set the distribution to 'unstable' in 
debian/changelog; \
echo but have not set UPLOAD_TO_UNSTABLE=yes in debian/rules; \
echo Please fix this before proceeding.; \
exit 1; \
fi

It would be applied when building:
e.g. 
build: test_stable patch build-stamp
instead of 
build: patch build-stamp

Unstable uploads would then be permitted by placing 
UPLOAD_TO_UNSTABLE=yes
in debian/rules.

It would, of course require the 'yes' to be replaced by 'no' and vice
versa, as you go between unstable and experimental.  Since we don't
always have ongoing versions developed in experimental, it may not be
worth the bother.  But there it is if anyone wants it.

Drew


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



Re: glibc and UNACCEPTs

2006-08-22 Thread Otavio Salvador
Drew Parsons [EMAIL PROTECTED] writes:

 e.g. 
 build: test_stable patch build-stamp
 instead of 
 build: patch build-stamp

That would be good to be add in cdbs. I think we might want to have it
more flexible to allow it to work for CDDs too but I liked it very
much :-D

-- 
O T A V I OS A L V A D O R
-
 E-mail: [EMAIL PROTECTED]  UIN: 5906116
 GNU/Linux User: 239058 GPG ID: 49A5F855
 Home Page: http://www.freedom.ind.br/otavio
-
Microsoft gives you Windows ... Linux gives
 you the whole house.


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



Accepted xorg-server 1:1.1.1-3 (source i386)

2006-08-22 Thread David Nusinow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 00:57:31 +
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xdmx xserver-xorg-dev xdmx-tools 
xnest
Architecture: source i386
Version: 1:1.1.1-3
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force debian-x@lists.debian.org
Changed-By: David Nusinow [EMAIL PROTECTED]
Description: 
 xdmx   - Distributed Multihead X server
 xdmx-tools - Distributed Multihead X tools
 xnest  - Nested X server
 xserver-xephyr - Next Generation Nested X Server
 xserver-xorg-core - X.Org X server -- core server
 xserver-xorg-dev - X.Org X server -- development files
 xvfb   - Virtual Framebuffer 'fake' X server
Closes: 362641
Changes: 
 xorg-server (1:1.1.1-3) unstable; urgency=low
 .
   * Add 16_s390_fix.diff to fix FTBFS on s390. Thanks Bastian Blank.
 (closes: #362641)
   * Bump build-depends version of libgl1-mesa-dev to 6.5.x package we have in
 experimental currently
   * Bump build-depends version of x11proto-gl-dev to 1.4.7 or greater
Files: 
 e8c275444ba1e3dbbfcff0832da789fb 1972 x11 optional xorg-server_1.1.1-3.dsc
 90452de3a21a9f50fc60606b48ffec07 563541 x11 optional 
xorg-server_1.1.1-3.diff.gz
 2b414035c7d3bed4241e198b2de4b8ed 3541404 x11 optional 
xserver-xorg-core_1.1.1-3_i386.deb
 79183f2884382daa54fc0708ad945474 292640 x11 optional 
xserver-xorg-dev_1.1.1-3_i386.deb
 8feb6d5e3a2ffb478f06be577e8f0ef3 758638 x11 optional xdmx_1.1.1-3_i386.deb
 fc6475024a91786992f4c9fdeaafb63f 46318 x11 optional xdmx-tools_1.1.1-3_i386.deb
 41cd61c7ab798c1013806693726a1f34 1333074 x11 optional xnest_1.1.1-3_i386.deb
 55c12bc23e1b2df03a11c3ea7ea32044 1482554 x11 optional xvfb_1.1.1-3_i386.deb
 00dbb7fa7ad4f4be1d8c511eec595b39 1507122 x11 optional 
xserver-xephyr_1.1.1-3_i386.deb

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

iD8DBQFE6lxCyLfpNdY0ad8RApQgAJ0YsyTdUX7cQxPNpBvZoaIRSRCGJwCfZbEk
20N+KLq7rqsS22Dr0gSwDmI=
=joF4
-END PGP SIGNATURE-


Accepted:
xdmx-tools_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xdmx-tools_1.1.1-3_i386.deb
xdmx_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xdmx_1.1.1-3_i386.deb
xnest_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xnest_1.1.1-3_i386.deb
xorg-server_1.1.1-3.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.1.1-3.diff.gz
xorg-server_1.1.1-3.dsc
  to pool/main/x/xorg-server/xorg-server_1.1.1-3.dsc
xserver-xephyr_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.1.1-3_i386.deb
xserver-xorg-core_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.1.1-3_i386.deb
xserver-xorg-dev_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.1.1-3_i386.deb
xvfb_1.1.1-3_i386.deb
  to pool/main/x/xorg-server/xvfb_1.1.1-3_i386.deb


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



Accepted gengetopt 2.17-1 (source powerpc)

2006-08-22 Thread Bart Martens
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  8 Aug 2006 23:45:42 +0200
Source: gengetopt
Binary: gengetopt
Architecture: source powerpc
Version: 2.17-1
Distribution: unstable
Urgency: low
Maintainer: Bart Martens [EMAIL PROTECTED]
Changed-By: Bart Martens [EMAIL PROTECTED]
Description: 
 gengetopt  - skeleton main.c generator
Closes: 266484 287658
Changes: 
 gengetopt (2.17-1) unstable; urgency=low
 .
   * New maintainer.  Closes: #266484.
   * New upstream release.  Closes: #287658.
   * debian/*: Repackaged with dh-make 0.41.
   * debian/copyright: Updated.
   * debian/watch: Updated.
Files: 
 948b8fdb5592a09e760b1dcf78c56747 583 devel optional gengetopt_2.17-1.dsc
 7cb9f9954df9a68d632db6c9d6305759 516455 devel optional 
gengetopt_2.17.orig.tar.gz
 e581945ebf70a90bc85ffef2a239a106 6402 devel optional gengetopt_2.17-1.diff.gz
 45fc21a729b944aed2c71ece4cd5c5f1 217466 devel optional 
gengetopt_2.17-1_powerpc.deb

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

iD8DBQFE6qcN01u8mbx9AgoRApTmAJwO69gJNa1uS15Q4DG3qP1kagT8JACff6C5
Gd8LYs97+/AnwttKnAKZqpw=
=Y9mK
-END PGP SIGNATURE-


Accepted:
gengetopt_2.17-1.diff.gz
  to pool/main/g/gengetopt/gengetopt_2.17-1.diff.gz
gengetopt_2.17-1.dsc
  to pool/main/g/gengetopt/gengetopt_2.17-1.dsc
gengetopt_2.17-1_powerpc.deb
  to pool/main/g/gengetopt/gengetopt_2.17-1_powerpc.deb
gengetopt_2.17.orig.tar.gz
  to pool/main/g/gengetopt/gengetopt_2.17.orig.tar.gz


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



Accepted ivtv 0.7.0-1 (source i386 all)

2006-08-22 Thread Ian Campbell
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 08:33:01 +0100
Source: ivtv
Binary: ivtv-utils ivtv-source
Architecture: source i386 all
Version: 0.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Debian MythTV Team [EMAIL PROTECTED]
Changed-By: Ian Campbell [EMAIL PROTECTED]
Description: 
 ivtv-source - source for ivtv drivers (0.7 branch)
 ivtv-utils - utilities for use with the ivtv kernel driver
Closes: 381752
Changes: 
 ivtv (0.7.0-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove postinst.modules.in since dh_installmodules already adds
 the required depmod calls and there is nothing else left.
 (Closes: #381752)
   * Patch 50_non-i386-portability has been merged upstream.
   * Update debian/watch for 0.7.
Files: 
 8bcd5261bfdde25b68e1e1420e125ac3 694 contrib/x11 extra ivtv_0.7.0-1.dsc
 1ebda4debcdd9dfa588f3671b1196b91 422347 contrib/x11 extra 
ivtv_0.7.0.orig.tar.gz
 62779d776ac0efe71b505720786ad316 9757 contrib/x11 extra ivtv_0.7.0-1.diff.gz
 332db6f05fe423aa3b65d1dbcb2e0855 168996 contrib/x11 extra 
ivtv-utils_0.7.0-1_i386.deb
 3807c47b97dc2022ff8cecf04452f201 132916 contrib/x11 extra 
ivtv-source_0.7.0-1_all.deb

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

iD8DBQFE6rPOoCzanz0IthIRAm2WAJ951eistfYZZMIL4/JJ2gTI08oMjgCgkUSd
aDpSDQdazjpKAZ8FtstR4pQ=
=x/fD
-END PGP SIGNATURE-


Accepted:
ivtv-source_0.7.0-1_all.deb
  to pool/contrib/i/ivtv/ivtv-source_0.7.0-1_all.deb
ivtv-utils_0.7.0-1_i386.deb
  to pool/contrib/i/ivtv/ivtv-utils_0.7.0-1_i386.deb
ivtv_0.7.0-1.diff.gz
  to pool/contrib/i/ivtv/ivtv_0.7.0-1.diff.gz
ivtv_0.7.0-1.dsc
  to pool/contrib/i/ivtv/ivtv_0.7.0-1.dsc
ivtv_0.7.0.orig.tar.gz
  to pool/contrib/i/ivtv/ivtv_0.7.0.orig.tar.gz


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



Accepted slang-slirp 1.9.0.2-1 (source i386)

2006-08-22 Thread Rafael Laboissiere
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 08:15:53 +0200
Source: slang-slirp
Binary: slang-slirp
Architecture: source i386
Version: 1.9.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian JED Group [EMAIL PROTECTED]
Changed-By: Rafael Laboissiere [EMAIL PROTECTED]
Description: 
 slang-slirp - C code generator for the S-Lang scripting language
Closes: 383777
Changes: 
 slang-slirp (1.9.0.2-1) unstable; urgency=low
 .
   * New upstream release.  A problem with 32-bit vs. 64-bit vector
 indexing has been fixed.  It was preventing the build in the 64-bit
 architectures like alpha, amd64, and ia64 ((closes: #383777).
   * debian/patches/debug-#383777.patch: Dropped this patch
Files: 
 59d7b6fb31e78db3aa029a0cbe9059ba 705 interpreters optional 
slang-slirp_1.9.0.2-1.dsc
 a322d6f3cbc3b21a7d2e1ee2344c074a 313723 interpreters optional 
slang-slirp_1.9.0.2.orig.tar.gz
 1bd4121344f78ba9bd4ac5e08ca08692 3719 interpreters optional 
slang-slirp_1.9.0.2-1.diff.gz
 520d38c550fce9a8680fa27cb4f64554 235320 interpreters optional 
slang-slirp_1.9.0.2-1_i386.deb

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

iD8DBQFE6q2Zk3oga0pdcv4RAko/AJ45P/2JA6KNm4qTACRDds+X1FvXhQCfcr8X
/Vc3vQ6ADPBXUsIWi0lTEks=
=DOE0
-END PGP SIGNATURE-


Accepted:
slang-slirp_1.9.0.2-1.diff.gz
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2-1.diff.gz
slang-slirp_1.9.0.2-1.dsc
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2-1.dsc
slang-slirp_1.9.0.2-1_i386.deb
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2-1_i386.deb
slang-slirp_1.9.0.2.orig.tar.gz
  to pool/main/s/slang-slirp/slang-slirp_1.9.0.2.orig.tar.gz


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



Accepted partman-crypto 10 (source i386 all)

2006-08-22 Thread Max Vozeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Aug 2006 14:42:53 +0200
Source: partman-crypto
Binary: partman-crypto-dm partman-crypto partman-crypto-loop
Architecture: source i386 all
Version: 10
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Max Vozeler [EMAIL PROTECTED]
Description: 
 partman-crypto - Add to partman support for block device encryption (udeb)
 partman-crypto-dm - Add to partman support for dm-crypt encryption (udeb)
 partman-crypto-loop - Add to partman support for loop-AES encryption (udeb)
Closes: 381870 381981 382374 382398 382605
Changes: 
 partman-crypto (10) unstable; urgency=low
 .
   [ Max Vozeler ]
   * Drop leading _dev_ from the name of loop-AES keyfiles
   * Yes/no choices for erase data can be translated. Thanks to
 Miroslav Kure. Closes: #382605
   * Limit key sizes for dm-crypt/blowfish. Closes: #381981
   * Add lintian override for no-standards-version-field
   * Check for unencrypted swap in commit.d/unsafe_swap to catch
 setup after encrypted devices. Closes: #381870
   * Set name of dm-crypt devices according to the underlying
 block devices (e.g. hda5_crypt). Closes: #382398
 .
   [ David Härdeman ]
   * Only set the tmp option in crypttab if /tmp is on a random keyed
 mapping (closes: #382374)
 .
   [ Colin Watson ]
   * Use /dev/loop$n if the /dev/loop directory doesn't exist.
 .
   [ Updated translations ]
   * Czech (cs.po) by Miroslav Kure
   * Spanish (es.po) by Javier Fernández-Sanguino Peña
   * Finnish (fi.po) by Tapio Lehtonen
   * French (fr.po) by Christian Perrier
   * Galician (gl.po) by Jacobo Tarrio
   * Hungarian (hu.po) by SZERVÁC Attila
   * Italian (it.po) by Giuseppe Sacco
   * Khmer (km.po) by Khoem Sokhem
   * Norwegian Bokmål (nb.po) by Bjørn Steensrud
   * Portuguese (pt.po) by Miguel Figueiredo
   * Romanian (ro.po) by Eddy Petrişor
   * Russian (ru.po) by Yuri Kozlov
   * Swedish (sv.po) by Daniel Nylander
   * Tagalog (tl.po) by Eric Pareja
   * Ukrainian (uk.po) by Eugeniy Meshcheryakov
   * Simplified Chinese (zh_CN.po) by Carlos Z.F. Liu
Files: 
 0d043959d752c5d857ee2a4efe3e42e7 609 debian-installer standard 
partman-crypto_10.dsc
 08bc4ccc1606994af698fc68dad99b25 229184 debian-installer standard 
partman-crypto_10.tar.gz
 65f38d0144b028fc571bf3bfd7428f0f 1364 debian-installer standard 
partman-crypto-dm_10_all.udeb
 3c593fa656fa088d5eeecd45f8cb77ec 1218 debian-installer standard 
partman-crypto-loop_10_all.udeb
 343713e4a80a4f60edb4acd867796974 165294 debian-installer standard 
partman-crypto_10_i386.udeb
Package-Type: udeb

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

iD8DBQFE6rQ3nVvVEbfNotwRAsivAJ45RhL5MeG5eZt8nV/O0fJFKde34ACbB5OI
nnucGLbqGYEspK+eIroSDf8=
=ieTS
-END PGP SIGNATURE-


Accepted:
partman-crypto-dm_10_all.udeb
  to pool/main/p/partman-crypto/partman-crypto-dm_10_all.udeb
partman-crypto-loop_10_all.udeb
  to pool/main/p/partman-crypto/partman-crypto-loop_10_all.udeb
partman-crypto_10.dsc
  to pool/main/p/partman-crypto/partman-crypto_10.dsc
partman-crypto_10.tar.gz
  to pool/main/p/partman-crypto/partman-crypto_10.tar.gz
partman-crypto_10_i386.udeb
  to pool/main/p/partman-crypto/partman-crypto_10_i386.udeb


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



Accepted torrentflux 2.1-2 (source all)

2006-08-22 Thread Cameron Dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Aug 2006 17:47:03 -0700
Source: torrentflux
Binary: torrentflux
Architecture: source all
Version: 2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Cameron Dale [EMAIL PROTECTED]
Changed-By: Cameron Dale [EMAIL PROTECTED]
Description: 
 torrentflux - web based, feature-rich BitTorrent download manager
Closes: 361121 366495 373258
Changes: 
 torrentflux (2.1-2) unstable; urgency=medium
 .
   * New Czech translation from Miroslav Kure (Closes: #361121)
   * New Portugese translation from Rui Branco (Closes: #373258)
   * New French translation from Gaetan Crahay (Closes: #366495)
   * Change the /usr/bin/env references to /usr/bin/python
   * Update the standards version to 3.7.2
   * Move debhelper and dpatch to build-depends
   * Change the postrm script to comply with policy 7.2
Files: 
 71f96f051755dcb721aa0f94abad3308 629 web optional torrentflux_2.1-2.dsc
 07b69d73243fa3efd3af3e1475681cba 18392 web optional torrentflux_2.1-2.diff.gz
 feb4a7de8a77eafa3121330bbbedd0f5 421436 web optional torrentflux_2.1-2_all.deb

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

iD8DBQFE6sYVipBneRiAKDwRAo7RAJ4zOqtAGp5a3tFGXfe2/z9/7CZhLwCfbiOY
pHAjuKJMJsHu4DH7CY9Rihc=
=ZHeG
-END PGP SIGNATURE-


Accepted:
torrentflux_2.1-2.diff.gz
  to pool/main/t/torrentflux/torrentflux_2.1-2.diff.gz
torrentflux_2.1-2.dsc
  to pool/main/t/torrentflux/torrentflux_2.1-2.dsc
torrentflux_2.1-2_all.deb
  to pool/main/t/torrentflux/torrentflux_2.1-2_all.deb


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



Accepted osdclock 0.5-16 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 11:33:50 +0200
Source: osdclock
Binary: osdclock
Architecture: source i386
Version: 0.5-16
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 osdclock   - Clock using the XOSD library
Closes: 375148
Changes: 
 osdclock (0.5-16) unstable; urgency=low
 .
   * Converted Debian changelog in utf-8
 (it was containing an iso-8859-1 character)
 (Closes: #375148)
Files: 
 1d5c4dee1e3e60f90983b29ce560e12c 638 utils optional osdclock_0.5-16.dsc
 2993e20e6d9f248dd806d208523bafc7 5098 utils optional osdclock_0.5-16.diff.gz
 8a4e438a549d9767338480b105e0fa70 7570 utils optional osdclock_0.5-16_i386.deb

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

iD8DBQFE6tC2c29c8N2YKnURAhJ/AJ9gyxZLEuOvfGAPIkJNKSC0lr0HOACfYri1
lMiLzGZS3oyJHir1hzXCPP4=
=3nWD
-END PGP SIGNATURE-


Accepted:
osdclock_0.5-16.diff.gz
  to pool/main/o/osdclock/osdclock_0.5-16.diff.gz
osdclock_0.5-16.dsc
  to pool/main/o/osdclock/osdclock_0.5-16.dsc
osdclock_0.5-16_i386.deb
  to pool/main/o/osdclock/osdclock_0.5-16_i386.deb


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



Accepted egoboo 2.22-27 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 11:26:25 +0200
Source: egoboo
Binary: egoboo
Architecture: source i386
Version: 2.22-27
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 egoboo - 3D dungeon crawling adventure in the spirit of NetHack
Closes: 377881
Changes: 
 egoboo (2.22-27) unstable; urgency=low
 .
   * Changed menu section to Games/Adventure instead of Games/Arcade
 (Closes: #377881)
Files: 
 a39f6d9658a87878bcf6eef33c6da477 659 games optional egoboo_2.22-27.dsc
 9f6653ea724f6a06b8966e05b87da7c6 35862 games optional egoboo_2.22-27.diff.gz
 50f6274a911fcb79881c56ef0fb6ecfc 178320 games optional egoboo_2.22-27_i386.deb

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

iD8DBQFE6tGzc29c8N2YKnURAsGqAJwKtYHLcFWpCfMYl4INLU1PyvBmFgCfUz8m
QpUnrQ639LRHAfYUQORrZw0=
=67Rh
-END PGP SIGNATURE-


Accepted:
egoboo_2.22-27.diff.gz
  to pool/main/e/egoboo/egoboo_2.22-27.diff.gz
egoboo_2.22-27.dsc
  to pool/main/e/egoboo/egoboo_2.22-27.dsc
egoboo_2.22-27_i386.deb
  to pool/main/e/egoboo/egoboo_2.22-27_i386.deb


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



Accepted source-highlight 2.4-3 (source i386)

2006-08-22 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 11:28:01 +0200
Source: source-highlight
Binary: source-highlight
Architecture: source i386
Version: 2.4-3
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 source-highlight - convert source code to html
Changes: 
 source-highlight (2.4-3) unstable; urgency=low
 .
   * Added build dependency on Boost::regex.
Files: 
 088d84fbc42b9fc2e69a5b5d5157c0b9 647 devel optional source-highlight_2.4-3.dsc
 e887f9e5855d8dd3c7ca72469425c00c 161084 devel optional 
source-highlight_2.4-3.diff.gz
 0e77ce324a06692889d89baa4c6b82fa 356900 devel optional 
source-highlight_2.4-3_i386.deb

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

iD8DBQFE6tiPGKGxzw/lPdkRAjnrAJwKm6mfK00zjkOU9KUTMj2VQWOXJQCcC3WO
d3vrkiZFSsxU0WxJQiLCTaw=
=h5gE
-END PGP SIGNATURE-


Accepted:
source-highlight_2.4-3.diff.gz
  to pool/main/s/source-highlight/source-highlight_2.4-3.diff.gz
source-highlight_2.4-3.dsc
  to pool/main/s/source-highlight/source-highlight_2.4-3.dsc
source-highlight_2.4-3_i386.deb
  to pool/main/s/source-highlight/source-highlight_2.4-3_i386.deb


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



Accepted egoboo-data 2.220-1 (source all)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 11:58:19 +0200
Source: egoboo-data
Binary: egoboo-data
Architecture: source all
Version: 2.220-1
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 egoboo-data - Egoboo data files
Changes: 
 egoboo-data (2.220-1) unstable; urgency=low
 .
   * Cleaned a lot the packages :
 Removed CVS dirs and code from orig.tar.gz
 Removed all lintian warnings
Files: 
 96fe2b38e2be8be6d1d8a6cebb8ee582 617 games optional egoboo-data_2.220-1.dsc
 8e85a1859f96928e1819d2a5d70a13de 15594779 games optional 
egoboo-data_2.220.orig.tar.gz
 af8713b7887a2b98253ad5d99d5dbadd 1849 games optional 
egoboo-data_2.220-1.diff.gz
 90e7631972d765a266799b8f722dde23 15617682 games optional 
egoboo-data_2.220-1_all.deb

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

iD8DBQFE6tmMc29c8N2YKnURAmk3AJ9xM54UDB1nMTDO+9SglZoHPHccDACgm2VX
lStXf0JGrcWPrGVyiUkZ7f4=
=lFXq
-END PGP SIGNATURE-


Accepted:
egoboo-data_2.220-1.diff.gz
  to pool/main/e/egoboo-data/egoboo-data_2.220-1.diff.gz
egoboo-data_2.220-1.dsc
  to pool/main/e/egoboo-data/egoboo-data_2.220-1.dsc
egoboo-data_2.220-1_all.deb
  to pool/main/e/egoboo-data/egoboo-data_2.220-1_all.deb
egoboo-data_2.220.orig.tar.gz
  to pool/main/e/egoboo-data/egoboo-data_2.220.orig.tar.gz


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



Accepted xchm 2:1.9-2 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 12:26:58 +0200
Source: xchm
Binary: xchm
Architecture: source i386
Version: 2:1.9-2
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 xchm   - Compiled HTML Help (CHM) file viewer for X
Changes: 
 xchm (2:1.9-2) unstable; urgency=low
 .
   * Upgraded to debian policy 3.6.2
   * Fixed lintian warnings
Files: 
 9449830bd200709c89293271b5000ff4 664 x11 optional xchm_1.9-2.dsc
 cd936a4a6b417402b6cac2e77972f2ee 6380 x11 optional xchm_1.9-2.diff.gz
 13b3a7819f3873bd6d826c3ab4451f7a 242326 x11 optional xchm_1.9-2_i386.deb

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

iD8DBQFE6t+/c29c8N2YKnURAsVHAJ45IISN6rpXO18e+naOgLD+2EhGlACeMJWM
SAtK9TwJv7kO/k2msuayxGo=
=mtqa
-END PGP SIGNATURE-


Accepted:
xchm_1.9-2.diff.gz
  to pool/main/x/xchm/xchm_1.9-2.diff.gz
xchm_1.9-2.dsc
  to pool/main/x/xchm/xchm_1.9-2.dsc
xchm_1.9-2_i386.deb
  to pool/main/x/xchm/xchm_1.9-2_i386.deb


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



Accepted orgadoc 0.8-4 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 12:53:57 +0200
Source: orgadoc
Binary: orgadoc
Architecture: source i386
Version: 0.8-4
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 orgadoc- Organizes documents from XML descriptions
Changes: 
 orgadoc (0.8-4) unstable; urgency=low
 .
   * upgraded to policy 3.7.2
   * fixed lintian warnings
Files: 
 52f8fe327887487bdfefb5f3b52dbd46 634 doc optional orgadoc_0.8-4.dsc
 18706ec1d7b11feed8c001db325dc68b 818428 doc optional orgadoc_0.8-4.diff.gz
 e33db49778071ab2085827e0f9ad41ef 673010 doc optional orgadoc_0.8-4_i386.deb

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

iD8DBQFE6uPqc29c8N2YKnURAvsKAKCeOrXB1G2HKWgUZTnvq2CBXBJ1cACgpIBi
Bx8OSXiqBDKdr9JyppvgMjw=
=K2NG
-END PGP SIGNATURE-


Accepted:
orgadoc_0.8-4.diff.gz
  to pool/main/o/orgadoc/orgadoc_0.8-4.diff.gz
orgadoc_0.8-4.dsc
  to pool/main/o/orgadoc/orgadoc_0.8-4.dsc
orgadoc_0.8-4_i386.deb
  to pool/main/o/orgadoc/orgadoc_0.8-4_i386.deb


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



Accepted gobo 3.3-6 (source i386 all)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 12:57:51 +0200
Source: gobo
Binary: gobo-doc gobo
Architecture: source i386 all
Version: 3.3-6
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 gobo   - Portable Eiffel tools and libraries
 gobo-doc   - Portable Eiffel tools and libraries (Documentation)
Changes: 
 gobo (3.3-6) unstable; urgency=low
 .
   * Fixed lintian warnings
   * Upgraded to last version of policy (3.7.2)
Files: 
 0e66a5c63dbd0de22168479a95770107 575 devel optional gobo_3.3-6.dsc
 04d41a8d8e4f6b319214d8ee9c723695 8528 devel optional gobo_3.3-6.diff.gz
 35bb22dbf38ff956548a66227c806d19 771128 devel optional gobo-doc_3.3-6_all.deb
 30e0dd09035d36901d63b3891aaaed06 3244240 devel optional gobo_3.3-6_i386.deb

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

iD8DBQFE6uXNc29c8N2YKnURAr7RAJ0RDMp32h385aJ1v4FA2bOmRvM9EACgtGxv
32tRAlCGLPQb2LgGM/Cdxow=
=I63G
-END PGP SIGNATURE-


Accepted:
gobo-doc_3.3-6_all.deb
  to pool/main/g/gobo/gobo-doc_3.3-6_all.deb
gobo_3.3-6.diff.gz
  to pool/main/g/gobo/gobo_3.3-6.diff.gz
gobo_3.3-6.dsc
  to pool/main/g/gobo/gobo_3.3-6.dsc
gobo_3.3-6_i386.deb
  to pool/main/g/gobo/gobo_3.3-6_i386.deb


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



Accepted centericq 4.21.0-12 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 12:45:50 +0200
Source: centericq
Binary: centericq-common centericq-utf8 centericq-fribidi centericq
Architecture: source i386
Version: 4.21.0-12
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 centericq  - A text-mode multi-protocol instant messenger client
 centericq-common - A text-mode multi-protocol instant messenger client (data 
files)
 centericq-fribidi - A text-mode multi-protocol instant messenger client 
(Hebrew)
 centericq-utf8 - A text-mode multi-protocol instant messenger client
Changes: 
 centericq (4.21.0-12) unstable; urgency=low
 .
   * updated to follow the last version of Debian Policy
   * updated depends to add alternative to www-browser
Files: 
 02a452c71339e1d1ea526d29798965c1 839 net optional centericq_4.21.0-12.dsc
 6cfa28a118ea6b3f23eec47d077ea8ec 178833 net optional 
centericq_4.21.0-12.diff.gz
 09253f7d7a467055c81cb40e6aa61509 345968 net optional 
centericq-common_4.21.0-12_i386.deb
 695a23db96a89115ce91268a5b4ea298 1273282 net optional 
centericq_4.21.0-12_i386.deb
 0aa4f4126a567b220794838f95ad3abe 1273290 net optional 
centericq-utf8_4.21.0-12_i386.deb
 57e53d2675a61a1e4aa405c0735ccc58 1273818 net optional 
centericq-fribidi_4.21.0-12_i386.deb

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

iD8DBQFE6um0c29c8N2YKnURAtrdAKCxVa+SVv9aaSmJdZmN9xPYHwagoQCdFAJH
CKMqrmIosf5oUnda2Ay9XMs=
=3lfF
-END PGP SIGNATURE-


Accepted:
centericq-common_4.21.0-12_i386.deb
  to pool/main/c/centericq/centericq-common_4.21.0-12_i386.deb
centericq-fribidi_4.21.0-12_i386.deb
  to pool/main/c/centericq/centericq-fribidi_4.21.0-12_i386.deb
centericq-utf8_4.21.0-12_i386.deb
  to pool/main/c/centericq/centericq-utf8_4.21.0-12_i386.deb
centericq_4.21.0-12.diff.gz
  to pool/main/c/centericq/centericq_4.21.0-12.diff.gz
centericq_4.21.0-12.dsc
  to pool/main/c/centericq/centericq_4.21.0-12.dsc
centericq_4.21.0-12_i386.deb
  to pool/main/c/centericq/centericq_4.21.0-12_i386.deb


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



Accepted chmlib 0.380-1 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 13:47:10 +0200
Source: chmlib
Binary: libchm-dev libchm-bin libchm1
Architecture: source i386
Version: 0.380-1
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 libchm-bin - library for dealing with Microsoft CHM format files
 libchm-dev - library for dealing with Microsoft CHM format files
 libchm1- library for dealing with Microsoft CHM format files
Changes: 
 chmlib (0.380-1) unstable; urgency=low
 .
   * Fixed lintian warning : removed .svn directory from upstream sources
Files: 
 764e84273cfbc3c367aefc65a8ed4cc3 610 libs optional chmlib_0.380-1.dsc
 2282c228ab3776c828e79b7b51f2ccc1 357349 libs optional chmlib_0.380.orig.tar.gz
 addded54b293be64b6cea029ce3017b8 5037 libs optional chmlib_0.380-1.diff.gz
 5700937d20ce845e0e4bab854a3fba60 27184 libs optional libchm1_0.380-1_i386.deb
 03c0fd6d32a960f5e15519082c407b4d 16996 libdevel optional 
libchm-bin_0.380-1_i386.deb
 1cbaa359340f242e7f33e003a585516d 24268 libdevel optional 
libchm-dev_0.380-1_i386.deb

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

iD8DBQFE6u77c29c8N2YKnURAlFGAJ46D5JJQ8yw7lroEBKtFHTa+9XMDgCgq9vw
aletfI9PZbzrfDqeOq6k4uY=
=rocU
-END PGP SIGNATURE-


Accepted:
chmlib_0.380-1.diff.gz
  to pool/main/c/chmlib/chmlib_0.380-1.diff.gz
chmlib_0.380-1.dsc
  to pool/main/c/chmlib/chmlib_0.380-1.dsc
chmlib_0.380.orig.tar.gz
  to pool/main/c/chmlib/chmlib_0.380.orig.tar.gz
libchm-bin_0.380-1_i386.deb
  to pool/main/c/chmlib/libchm-bin_0.380-1_i386.deb
libchm-dev_0.380-1_i386.deb
  to pool/main/c/chmlib/libchm-dev_0.380-1_i386.deb
libchm1_0.380-1_i386.deb
  to pool/main/c/chmlib/libchm1_0.380-1_i386.deb


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



Accepted po4a 0.28-1 (source all)

2006-08-22 Thread Nekral
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Aug 2006 00:34:25 +0200
Source: po4a
Binary: po4a
Architecture: source all
Version: 0.28-1
Distribution: unstable
Urgency: low
Maintainer: Nicolas FRANCOIS (Nekral) [EMAIL PROTECTED]
Changed-By: Nicolas FRANCOIS (Nekral) [EMAIL PROTECTED]
Description: 
 po4a   - tools for helping translation of documentation
Changes: 
 po4a (0.28-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 f3d0d6ec01fe7233597a650d32a76e92 753 text optional po4a_0.28-1.dsc
 addcb695f4075ebcc52259cb89284cb3 789582 text optional po4a_0.28.orig.tar.gz
 492cd767c722e21bdacf2c917b7f12de 2695 text optional po4a_0.28-1.diff.gz
 7528b97832250537e20473c81aea0c09 686148 text optional po4a_0.28-1_all.deb

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

iD8DBQFE6vcbIiC/MeFF8zQRAuvkAKDNB/iu4aC3Mw2kV6qHHihaB8ZfpwCg2hW1
gbYxX8qWU9OOFByaNJlQG6k=
=hdT4
-END PGP SIGNATURE-


Accepted:
po4a_0.28-1.diff.gz
  to pool/main/p/po4a/po4a_0.28-1.diff.gz
po4a_0.28-1.dsc
  to pool/main/p/po4a/po4a_0.28-1.dsc
po4a_0.28-1_all.deb
  to pool/main/p/po4a/po4a_0.28-1_all.deb
po4a_0.28.orig.tar.gz
  to pool/main/p/po4a/po4a_0.28.orig.tar.gz


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



Accepted stunnel 2:3.26-11 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 13:51:36 +0200
Source: stunnel
Binary: stunnel
Architecture: source i386
Version: 2:3.26-11
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 stunnel- Universal SSL tunnel for network daemons
Changes: 
 stunnel (2:3.26-11) unstable; urgency=low
 .
   * Updated to debian policy 3.7.2
   * Fixed lintian warnings
Files: 
 9392043c3aa98ee81120161c39718c82 644 net optional stunnel_3.26-11.dsc
 f96793af9408e475d81c7173887b42d1 27360 net optional stunnel_3.26-11.diff.gz
 e23916a60b45e71545331378dffb0190 87138 net optional stunnel_3.26-11_i386.deb

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

iD8DBQFE6vPQc29c8N2YKnURAgooAKCr08euR+qqoCS5Ft7J3Z6lHiN4HgCeIjdI
jnCdnt0xFFOyiAw0VjxBseI=
=ctRC
-END PGP SIGNATURE-


Accepted:
stunnel_3.26-11.diff.gz
  to pool/main/s/stunnel/stunnel_3.26-11.diff.gz
stunnel_3.26-11.dsc
  to pool/main/s/stunnel/stunnel_3.26-11.dsc
stunnel_3.26-11_i386.deb
  to pool/main/s/stunnel/stunnel_3.26-11_i386.deb


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



Accepted stunnel4 2:4.150-6 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 14:03:19 +0200
Source: stunnel4
Binary: stunnel4
Architecture: source i386
Version: 2:4.150-6
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 stunnel4   - Universal SSL tunnel for network daemons
Changes: 
 stunnel4 (2:4.150-6) unstable; urgency=low
 .
   * Updated to debian policy 3.7.2
   * Fixed lintian warnings
Files: 
 eb7a2fd98a29cbb8d4b529f4b227d203 634 net optional stunnel4_4.150-6.dsc
 c944aac5a05b75e3fb44b41d6a099ecb 25011 net optional stunnel4_4.150-6.diff.gz
 3f962a42338ed3412654c1a4960a3ec8 97018 net optional stunnel4_4.150-6_i386.deb

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

iD8DBQFE6vbqc29c8N2YKnURAoZLAKC5eHbPZSMvATHhPfcT58xJpQlSpgCdGWLO
T34cQ2CzJMCDBNV5uKZhvHY=
=30n9
-END PGP SIGNATURE-


Accepted:
stunnel4_4.150-6.diff.gz
  to pool/main/s/stunnel4/stunnel4_4.150-6.diff.gz
stunnel4_4.150-6.dsc
  to pool/main/s/stunnel4/stunnel4_4.150-6.dsc
stunnel4_4.150-6_i386.deb
  to pool/main/s/stunnel4/stunnel4_4.150-6_i386.deb


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



Accepted libfcgi-ruby 0.8.7-2 (source i386)

2006-08-22 Thread Tatsuki Sugiura
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat,  1 Jul 2006 19:41:05 +0900
Source: libfcgi-ruby
Binary: libfcgi-ruby1.8
Architecture: source i386
Version: 0.8.7-2
Distribution: unstable
Urgency: low
Maintainer: Taku YASUI [EMAIL PROTECTED]
Changed-By: Tatsuki Sugiura [EMAIL PROTECTED]
Description: 
 libfcgi-ruby1.8 - FastCGI library for Ruby
Closes: 384010
Changes: 
 libfcgi-ruby (0.8.7-2) unstable; urgency=low
 .
   * Fix build config of sodir. Now, fcgi.so is in proper dir. (Closes: #384010)
Files: 
 3623244d625ba92b48f09a9633672bd6 617 web optional libfcgi-ruby_0.8.7-2.dsc
 104e090ac1bd9a9e32defdc50b48149c 3756 web optional libfcgi-ruby_0.8.7-2.diff.gz
 493408963ed9a05f406bb634b3101b84 15278 web optional 
libfcgi-ruby1.8_0.8.7-2_i386.deb

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

iD8DBQFE6vpZFwU5DuZsm7ARAjFlAJ9h4vTVgU26+QQqotQatQtzq/5nOwCfZB2i
Wl2402yLt9a8IdXdu1shU2M=
=LULZ
-END PGP SIGNATURE-


Accepted:
libfcgi-ruby1.8_0.8.7-2_i386.deb
  to pool/main/libf/libfcgi-ruby/libfcgi-ruby1.8_0.8.7-2_i386.deb
libfcgi-ruby_0.8.7-2.diff.gz
  to pool/main/libf/libfcgi-ruby/libfcgi-ruby_0.8.7-2.diff.gz
libfcgi-ruby_0.8.7-2.dsc
  to pool/main/libf/libfcgi-ruby/libfcgi-ruby_0.8.7-2.dsc


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



Accepted geneweb 4.10-22 (source i386)

2006-08-22 Thread Christian Perrier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Aug 2006 21:59:11 -0500
Source: geneweb
Binary: geneweb gwsetup gwtp
Architecture: source i386
Version: 4.10-22
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Changed-By: Christian Perrier [EMAIL PROTECTED]
Description: 
 geneweb- genealogy software with web interface
 gwsetup- utilities to configure and manipulate Geneweb databases
 gwtp   - web interface interacting with Geneweb databases
Changes: 
 geneweb (4.10-22) unstable; urgency=low
 .
   * debian/control
 - Updated to Standards: 3.7.2.0 (checked, no change needed: we were
   already compliant)
   * debian/geneweb.templates.master, debian/gwsetup.templates
 - No more translated Default field, which is useless
   * Debconf translation updates:
 - Brazilian Portuguese (obrigado, Felipe Augusto van de Wiel)
Files: 
 54b8c77a36b9ef2b29f8a14e49d3dfe3 687 misc optional geneweb_4.10-22.dsc
 a1a71a032b4adc8e8d6706673ae8abbf 80203 misc optional geneweb_4.10-22.diff.gz
 95af4a57a34b128d10dc730c6942b82b 2080130 misc optional geneweb_4.10-22_i386.deb
 ba3e004b4120508944460f5b0d399cc1 192286 misc optional gwtp_4.10-22_i386.deb
 a17f00f91bfc89344244d25fecf134e1 243444 misc optional gwsetup_4.10-22_i386.deb

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

iD8DBQFE6dTV1OXtrMAUPS0RAupDAKCBRGsT+7oAC5RvGTOH7I0yjmprUgCeOFCW
LyMgNFfwF1eRDF1Ad0a2EHo=
=ftb+
-END PGP SIGNATURE-


Accepted:
geneweb_4.10-22.diff.gz
  to pool/main/g/geneweb/geneweb_4.10-22.diff.gz
geneweb_4.10-22.dsc
  to pool/main/g/geneweb/geneweb_4.10-22.dsc
geneweb_4.10-22_i386.deb
  to pool/main/g/geneweb/geneweb_4.10-22_i386.deb
gwsetup_4.10-22_i386.deb
  to pool/main/g/geneweb/gwsetup_4.10-22_i386.deb
gwtp_4.10-22_i386.deb
  to pool/main/g/geneweb/gwtp_4.10-22_i386.deb


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



Accepted drbd0.7 0.7.21-3 (source i386 all)

2006-08-22 Thread Cyril Bouthors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 09:24:58 +0300
Source: drbd0.7
Binary: drbd0.7-module-source drbd0.7-utils
Architecture: source i386 all
Version: 0.7.21-3
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors [EMAIL PROTECTED]
Changed-By: Cyril Bouthors [EMAIL PROTECTED]
Description: 
 drbd0.7-module-source - RAID 1 over tcp/ip for Linux module source
 drbd0.7-utils - RAID 1 over tcp/ip for Linux utilities
Closes: 357298
Changes: 
 drbd0.7 (0.7.21-3) unstable; urgency=low
 .
   * debian/rules: applyied patch to fix building for x86_64 on i386 from
 Guido Guenther [EMAIL PROTECTED] and Philipp Hug [EMAIL PROTECTED]
 (closes: #357298).
Files: 
 853813aa9622f273b26ea92c78f2d0c6 725 admin extra drbd0.7_0.7.21-3.dsc
 cb94a85d4f4dea7ec692385ac49a9951 11471 admin extra drbd0.7_0.7.21-3.diff.gz
 8466a9089ba6fff00d11a003cce3e807 280228 admin extra 
drbd0.7-utils_0.7.21-3_i386.deb
 b96941f5fbfcab136122dbeb7653e5fa 142406 admin extra 
drbd0.7-module-source_0.7.21-3_all.deb

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

iD8DBQFE6wgDZ1SJHeqsYt8RApsgAKCKZ6zCM9o7lx6mw42ocws7QLHOewCgpCk3
EcdCeZvJEppgQ2JfDR9LAY8=
=cTuI
-END PGP SIGNATURE-


Accepted:
drbd0.7-module-source_0.7.21-3_all.deb
  to pool/main/d/drbd0.7/drbd0.7-module-source_0.7.21-3_all.deb
drbd0.7-utils_0.7.21-3_i386.deb
  to pool/main/d/drbd0.7/drbd0.7-utils_0.7.21-3_i386.deb
drbd0.7_0.7.21-3.diff.gz
  to pool/main/d/drbd0.7/drbd0.7_0.7.21-3.diff.gz
drbd0.7_0.7.21-3.dsc
  to pool/main/d/drbd0.7/drbd0.7_0.7.21-3.dsc


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



Accepted fillets-ng 0.7.3-2 (source powerpc)

2006-08-22 Thread Alexander Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 16:30:16 +0200
Source: fillets-ng
Binary: fillets-ng
Architecture: source powerpc
Version: 0.7.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Alexander Schmehl [EMAIL PROTECTED]
Description: 
 fillets-ng - puzzle game about witty fish saving the world sokoban-style
Changes: 
 fillets-ng (0.7.3-2) unstable; urgency=low
 .
   * new maintainer: pkg-games
   * tweaked standards version to 3.7.2
 - no changes needed
   * Adding Homepage semi-header to package description
   * moving icon from -data fo fillets-ng
 - removing lintian overrides
 - adding versioned replaces
   * Adding dektops.file and menu icons
 - adding sharutils to build depends (for the png-icon)
 - adding fillets-ng.png to dh_clean
 - Thanks Emmet Hikory [EMAIL PROTECTED] for creating the desktop
   file (but not sending it back)
Files: 
 89490c9f12c178599df040353e544274 823 games optional fillets-ng_0.7.3-2.dsc
 12b384c5cea26b6eafc875ed3dadad52 17204 games optional 
fillets-ng_0.7.3-2.diff.gz
 94a9eb52bfe095f9c703fd5a3f57f5d2 322510 games optional 
fillets-ng_0.7.3-2_powerpc.deb

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

iD8DBQFE6yTcBxd04ADYzRYRAsUPAJ9gSJBY59+lnkuhTgGDnYejEdlFRgCfaPjd
/wd8SyT62afCHdMK7Kp5LKg=
=ohDT
-END PGP SIGNATURE-


Accepted:
fillets-ng_0.7.3-2.diff.gz
  to pool/main/f/fillets-ng/fillets-ng_0.7.3-2.diff.gz
fillets-ng_0.7.3-2.dsc
  to pool/main/f/fillets-ng/fillets-ng_0.7.3-2.dsc
fillets-ng_0.7.3-2_powerpc.deb
  to pool/main/f/fillets-ng/fillets-ng_0.7.3-2_powerpc.deb


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



Accepted sdl-ttf2.0 2.0.8-3 (source i386)

2006-08-22 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 17:02:35 +
Source: sdl-ttf2.0
Binary: libsdl-ttf2.0-dev libsdl-ttf2.0-0
Architecture: source i386
Version: 2.0.8-3
Distribution: unstable
Urgency: low
Maintainer: Samuel Mimram [EMAIL PROTECTED]
Changed-By: Samuel Mimram [EMAIL PROTECTED]
Description: 
 libsdl-ttf2.0-0 - ttf library for Simple DirectMedia Layer with FreeType 2 
support
 libsdl-ttf2.0-dev - development files for SDL ttf library (version 2.0)
Changes: 
 sdl-ttf2.0 (2.0.8-3) unstable; urgency=low
 .
   * Added pixel_mode_mono.dpatch to fix a bug with monochrome bitmaps
 (thanks Guillaume Cottenceau).
Files: 
 24ac15c10fe4a153005a423141514738 721 libs optional sdl-ttf2.0_2.0.8-3.dsc
 0092ad64d86adae87ab39ae9b9128b4b 19078 libs optional sdl-ttf2.0_2.0.8-3.diff.gz
 73e115c521e2a1d821bd8957be091fcd 14706 libs optional 
libsdl-ttf2.0-0_2.0.8-3_i386.deb
 050a4ec58726fe7de306c93e22cee39b 24522 libdevel optional 
libsdl-ttf2.0-dev_2.0.8-3_i386.deb

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

iD8DBQFE6znhIae1O4AJae8RAhP7AJ9Nffr6yeA/Oo1FQCDxyFgwvF+SuwCfQNKO
TKXPmbBqe34yJDoF8XXNFS8=
=QYBW
-END PGP SIGNATURE-


Accepted:
libsdl-ttf2.0-0_2.0.8-3_i386.deb
  to pool/main/s/sdl-ttf2.0/libsdl-ttf2.0-0_2.0.8-3_i386.deb
libsdl-ttf2.0-dev_2.0.8-3_i386.deb
  to pool/main/s/sdl-ttf2.0/libsdl-ttf2.0-dev_2.0.8-3_i386.deb
sdl-ttf2.0_2.0.8-3.diff.gz
  to pool/main/s/sdl-ttf2.0/sdl-ttf2.0_2.0.8-3.diff.gz
sdl-ttf2.0_2.0.8-3.dsc
  to pool/main/s/sdl-ttf2.0/sdl-ttf2.0_2.0.8-3.dsc


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



Accepted debian-installer-utils 1.35 (source all powerpc)

2006-08-22 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 18:39:25 +0100
Source: debian-installer-utils
Binary: di-utils-terminfo di-utils-mapdevfs di-utils-shell di-utils-reboot 
di-utils di-utils-exit-installer
Architecture: source powerpc all
Version: 1.35
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 di-utils   - Miscellaneous utilities for the debian installer (udeb)
 di-utils-exit-installer - Exit installer (udeb)
 di-utils-mapdevfs - mapdevfs utility for the debian installer (udeb)
 di-utils-reboot - Reboot (udeb)
 di-utils-shell - Execute a shell (udeb)
 di-utils-terminfo - Terminfo entries needed by newt/slang in debian installer 
(udeb)
Changes: 
 debian-installer-utils (1.35) unstable; urgency=low
 .
   * list-devices: Check for /sys/block, not /sys.
Files: 
 ebc08b4cba0aee865aef1bec55008026 1007 debian-installer standard 
debian-installer-utils_1.35.dsc
 68b02a7471c2c2e73d96f4178a063a21 64348 debian-installer standard 
debian-installer-utils_1.35.tar.gz
 0e188b9a4a5c836146abfe4876fed4d0 17258 debian-installer standard 
di-utils-shell_1.35_all.udeb
 3a49bc0528f968d2dabf9288cf543112 8070 debian-installer standard 
di-utils-reboot_1.35_all.udeb
 90b357d397acca76508ee6232eaff3b7 2746 debian-installer extra 
di-utils-exit-installer_1.35_all.udeb
 99ec58c35d170c1e7513db419662eb00 2380 debian-installer standard 
di-utils-terminfo_1.35_all.udeb
 72d85a9498df2709e630e95002314b8d 9446 debian-installer standard 
di-utils_1.35_powerpc.udeb
 fc729b40f9abe21ad82a9d60da074fcc 2530 debian-installer standard 
di-utils-mapdevfs_1.35_powerpc.udeb
Package-Type: udeb

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

iD8DBQFE60Hq9t0zAhD6TNERAtgKAJ9jnhEVk1D+Aeji5yEfPK90AkrVHgCcCj3u
sqDzuGjwYcTKGyf0QerwYAg=
=VTJy
-END PGP SIGNATURE-


Accepted:
debian-installer-utils_1.35.dsc
  to pool/main/d/debian-installer-utils/debian-installer-utils_1.35.dsc
debian-installer-utils_1.35.tar.gz
  to pool/main/d/debian-installer-utils/debian-installer-utils_1.35.tar.gz
di-utils-exit-installer_1.35_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-exit-installer_1.35_all.udeb
di-utils-mapdevfs_1.35_powerpc.udeb
  to pool/main/d/debian-installer-utils/di-utils-mapdevfs_1.35_powerpc.udeb
di-utils-reboot_1.35_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-reboot_1.35_all.udeb
di-utils-shell_1.35_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-shell_1.35_all.udeb
di-utils-terminfo_1.35_all.udeb
  to pool/main/d/debian-installer-utils/di-utils-terminfo_1.35_all.udeb
di-utils_1.35_powerpc.udeb
  to pool/main/d/debian-installer-utils/di-utils_1.35_powerpc.udeb


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



Accepted acpica-unix 20060707-1 (source i386)

2006-08-22 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 19:29:39 +0200
Source: acpica-unix
Binary: iasl
Architecture: source i386
Version: 20060707-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili [EMAIL PROTECTED]
Changed-By: Mattia Dongili [EMAIL PROTECTED]
Description: 
 iasl   - Intel ASL compiler/decompiler
Changes: 
 acpica-unix (20060707-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 6ea6d23ea3e8bee33f9e13de2a062ef3 640 devel optional acpica-unix_20060707-1.dsc
 8c4bf422840b0bb8c963e47c9de6bcb1 846614 devel optional 
acpica-unix_20060707.orig.tar.gz
 0a0e3c459eb3bac5150da197f2f970c0 6189 devel optional 
acpica-unix_20060707-1.diff.gz
 21a09242268bc6e40133185323d97a25 363654 devel optional iasl_20060707-1_i386.deb

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

iD8DBQFE60GKgpRPaOotLEERAt3LAJ9VIgoGEk0UxKTODzmVe+oyQDUAZgCgt1Dk
gshUfwCqpNrwlKYMIuzj60M=
=9xWL
-END PGP SIGNATURE-


Accepted:
acpica-unix_20060707-1.diff.gz
  to pool/main/a/acpica-unix/acpica-unix_20060707-1.diff.gz
acpica-unix_20060707-1.dsc
  to pool/main/a/acpica-unix/acpica-unix_20060707-1.dsc
acpica-unix_20060707.orig.tar.gz
  to pool/main/a/acpica-unix/acpica-unix_20060707.orig.tar.gz
iasl_20060707-1_i386.deb
  to pool/main/a/acpica-unix/iasl_20060707-1_i386.deb


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



Accepted stx2any 1.56-2 (source all)

2006-08-22 Thread Panu Kalliokoski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Aug 2006 20:58:12 +0300
Source: stx2any
Binary: stx2any
Architecture: source all
Version: 1.56-2
Distribution: unstable
Urgency: low
Maintainer: Panu Kalliokoski [EMAIL PROTECTED]
Changed-By: Panu Kalliokoski [EMAIL PROTECTED]
Description: 
 stx2any- Converter from structured plain text to other formats
Changes: 
 stx2any (1.56-2) unstable; urgency=low
 .
   * Updated standards-version
   * Added build-indep and build-arch targets recommended by policy
   * removed some cruft from rules file
Files: 
 40386b70a42a49219ba8a12280ab23ba 583 text extra stx2any_1.56-2.dsc
 938b384f35e2643a194c9a88cde9fc5c 5644 text extra stx2any_1.56-2.diff.gz
 89d6b1dc48233dc783d28ed68746ff00 98834 text extra stx2any_1.56-2_all.deb

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

iD8DBQFE6zrEDcs5RBTUBgsRAjUnAJ0fHgNA+sc39SgAGJbEggBoo7ZzzgCfagAr
lJi3hufbH0LLg5BZ3l3xyHE=
=UtVz
-END PGP SIGNATURE-


Accepted:
stx2any_1.56-2.diff.gz
  to pool/main/s/stx2any/stx2any_1.56-2.diff.gz
stx2any_1.56-2.dsc
  to pool/main/s/stx2any/stx2any_1.56-2.dsc
stx2any_1.56-2_all.deb
  to pool/main/s/stx2any/stx2any_1.56-2_all.deb


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



Accepted clc-intercal 1.-94.-6-1 (source all)

2006-08-22 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 15:08:33 +0100
Source: clc-intercal
Binary: clc-intercal
Architecture: source all
Version: 1.-94.-6-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown [EMAIL PROTECTED]
Changed-By: Mark Brown [EMAIL PROTECTED]
Description: 
 clc-intercal - Compiler for the INTERCAL language
Changes: 
 clc-intercal (1.-94.-6-1) unstable; urgency=low
 .
   * New upstream release.
   * Update to policy 3.7.2 (no changes).
   * Make Build-Depends-Indep Build-Depends.
   * Recommend libgtk-perl for the new intercalc front end.
   * Run testsuite during build.
Files: 
 22193b02e5c63634c57118834b3303c5 617 devel extra clc-intercal_1.-94.-6-1.dsc
 7d5d9b4d7a753f0938c5faeadc30930c 185051 devel extra 
clc-intercal_1.-94.-6.orig.tar.gz
 e6cba7a46d41278a51e5258c6e2ddf44 4270 devel extra 
clc-intercal_1.-94.-6-1.diff.gz
 684233a2e2234c0dd36cfcbcda3dad91 208174 devel extra 
clc-intercal_1.-94.-6-1_all.deb

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

iD8DBQFE6xREJ2Vo11xhU60RAouDAJ9+teRtFZF5EfDDIhwAJse26wC9/ACg0zTl
T42pX8TguV5YTsZ/CL3oIY0=
=VQ9T
-END PGP SIGNATURE-


Accepted:
clc-intercal_1.-94.-6-1.diff.gz
  to pool/main/c/clc-intercal/clc-intercal_1.-94.-6-1.diff.gz
clc-intercal_1.-94.-6-1.dsc
  to pool/main/c/clc-intercal/clc-intercal_1.-94.-6-1.dsc
clc-intercal_1.-94.-6-1_all.deb
  to pool/main/c/clc-intercal/clc-intercal_1.-94.-6-1_all.deb
clc-intercal_1.-94.-6.orig.tar.gz
  to pool/main/c/clc-intercal/clc-intercal_1.-94.-6.orig.tar.gz


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



Accepted notify-python 0.1.0-2 (source i386)

2006-08-22 Thread Gustavo Franco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 11:47:56 -0300
Source: notify-python
Binary: python-notify
Architecture: source i386
Version: 0.1.0-2
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco [EMAIL PROTECTED]
Changed-By: Gustavo Franco [EMAIL PROTECTED]
Description: 
 python-notify - Python bindings for libnotify
Closes: 384068
Changes: 
 notify-python (0.1.0-2) unstable; urgency=low
 .
   * Fix debian/pyversions changing content from 2.3 to = 2.3.
 (Closes: #384068)
Files: 
 f7e7634ea8d713581f0211caad2d3a6a 828 python optional notify-python_0.1.0-2.dsc
 c1f6be76a8349af084edd292b0a7f122 312756 python optional 
notify-python_0.1.0.orig.tar.gz
 4ac5d8d7c2820f9c6e0f588c35c5e1ef 1625 python optional 
notify-python_0.1.0-2.diff.gz
 e52a573939f5dc074b936a5fd98e2716 12602 python optional 
python-notify_0.1.0-2_i386.deb

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

iD8DBQFE6xtI7ftwBTcVV3gRAlT0AKCxCyRz0nglElprS9aFIipGaLrZFwCeOpe4
zyCsGawkJ8+aFTTi9crbuR8=
=m75h
-END PGP SIGNATURE-


Accepted:
notify-python_0.1.0-2.diff.gz
  to pool/main/n/notify-python/notify-python_0.1.0-2.diff.gz
notify-python_0.1.0-2.dsc
  to pool/main/n/notify-python/notify-python_0.1.0-2.dsc
python-notify_0.1.0-2_i386.deb
  to pool/main/n/notify-python/python-notify_0.1.0-2_i386.deb


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



Accepted puredata 0.39.2-3 (source i386)

2006-08-22 Thread Debian/GNU
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  1 Aug 2006 18:52:19 +0200
Source: puredata
Binary: puredata
Architecture: source i386
Version: 0.39.2-3
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Description: 
 puredata   - realtime computer music and graphics system
Changes: 
 puredata (0.39.2-3) unstable; urgency=low
 .
   * Added 64bit.patch, deals with problems on 64 bit architectures and
 arrays
Files: 
 0d8e65126dce74cdf09e8317ac282b06 652 sound optional puredata_0.39.2-3.dsc
 f1fcf1748afbf182cfa26f278230d2cf 10156 sound optional puredata_0.39.2-3.diff.gz
 f9281ab47fc33ae4815b11c15216ae16 1531236 sound optional 
puredata_0.39.2-3_i386.deb

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

iD8DBQFE6x5k1pbKhmC2uVgRAgVvAJwPIlPmjzclMId37X8JVGeBSiP0JACePZik
ZKuvzB0hKNyrXVFiYje9FyE=
=oQ6U
-END PGP SIGNATURE-


Accepted:
puredata_0.39.2-3.diff.gz
  to pool/main/p/puredata/puredata_0.39.2-3.diff.gz
puredata_0.39.2-3.dsc
  to pool/main/p/puredata/puredata_0.39.2-3.dsc
puredata_0.39.2-3_i386.deb
  to pool/main/p/puredata/puredata_0.39.2-3_i386.deb


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



Accepted bzip2 1.0.3-4 (source i386)

2006-08-22 Thread Santiago Ruano Rincón
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  8 Aug 2006 21:22:51 -0500
Source: bzip2
Binary: lib32bz2-dev libbz2-1.0 lib64bz2-1.0 lib32bz2-1.0 bzip2 libbz2-dev 
lib64bz2-dev
Architecture: source i386
Version: 1.0.3-4
Distribution: unstable
Urgency: low
Maintainer: Anibal Monsalve Salazar [EMAIL PROTECTED]
Changed-By: Santiago Ruano Rincón [EMAIL PROTECTED]
Description: 
 bzip2  - high-quality block-sorting file compressor - utilities
 lib64bz2-1.0 - high-quality block-sorting file compressor library - 64bit 
runtim
 lib64bz2-dev - high-quality block-sorting file compressor library - 64bit 
develo
 libbz2-1.0 - high-quality block-sorting file compressor library - runtime
 libbz2-dev - high-quality block-sorting file compressor library - development
Closes: 379858
Changes: 
 bzip2 (1.0.3-4) unstable; urgency=low
 .
   * The file of lib32bz2-1.0 and lib32bz2-dev are installed into
 /emul/ia32-linux/usr/lib, not /usr/lib32. (Closes: #379858)
Files: 
 3c2928436f5b0e1d2396bc023d4eae1c 869 utils important bzip2_1.0.3-4.dsc
 c40f7cd9e87e84fdc8c5b73bc1366c2e 72693 utils important bzip2_1.0.3-4.diff.gz
 998a551c5b13b9eaed3af8eab99dc681 41780 libs important 
libbz2-1.0_1.0.3-4_i386.deb
 09b1cb959d320346537e3ef94e4825d1 31964 libdevel optional 
libbz2-dev_1.0.3-4_i386.deb
 416a165f2e93741bba0b3f410a3c00e4 265086 utils optional bzip2_1.0.3-4_i386.deb
 d57eba4ffe9856676fc6c523945c4bc2 36102 libs optional 
lib64bz2-1.0_1.0.3-4_i386.deb
 4fa3466e46b8c4cb168cf4013aebc77a 29082 libdevel optional 
lib64bz2-dev_1.0.3-4_i386.deb

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

iD8DBQFE2VOdQUuEI2/szeARAtfHAJ0c5fsWK10riC7Fm2E9kVQ40SyMNgCfTL87
SZ54IXeMc/eFB9S+wJxO3OM=
=weEY
-END PGP SIGNATURE-


Accepted:
bzip2_1.0.3-4.diff.gz
  to pool/main/b/bzip2/bzip2_1.0.3-4.diff.gz
bzip2_1.0.3-4.dsc
  to pool/main/b/bzip2/bzip2_1.0.3-4.dsc
bzip2_1.0.3-4_i386.deb
  to pool/main/b/bzip2/bzip2_1.0.3-4_i386.deb
lib64bz2-1.0_1.0.3-4_i386.deb
  to pool/main/b/bzip2/lib64bz2-1.0_1.0.3-4_i386.deb
lib64bz2-dev_1.0.3-4_i386.deb
  to pool/main/b/bzip2/lib64bz2-dev_1.0.3-4_i386.deb
libbz2-1.0_1.0.3-4_i386.deb
  to pool/main/b/bzip2/libbz2-1.0_1.0.3-4_i386.deb
libbz2-dev_1.0.3-4_i386.deb
  to pool/main/b/bzip2/libbz2-dev_1.0.3-4_i386.deb


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



Accepted openoffice.org 2.0.4~ood680m1-1 (source all i386)

2006-08-22 Thread Rene Engelhard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 19 Aug 2006 16:23:39 +0200
Source: openoffice.org
Binary: openoffice.org-gtk openoffice.org-help-es openoffice.org-l10n-ts 
openoffice.org-l10n-hr openoffice.org-l10n-zu openoffice.org-base 
openoffice.org-help-zh-cn openoffice.org-l10n-fr openoffice.org-l10n-zh-cn 
openoffice.org-l10n-es openoffice.org-help-ru openoffice.org-l10n-zh-tw 
openoffice.org-l10n-ru openoffice.org-l10n-hi openoffice.org-l10n-de 
openoffice.org-help-sk openoffice.org-l10n-be-by openoffice.org-help-km 
openoffice.org-dev-doc openoffice.org-writer openoffice.org-l10n-lt 
openoffice.org-l10n-gu-in openoffice.org-help-en-gb openoffice.org-l10n-lo 
openoffice.org-l10n-da openoffice.org-kde openoffice.org-help-en-us 
openoffice.org-l10n-hu openoffice.org-help-et openoffice.org-l10n-sk 
openoffice.org-l10n-pt openoffice.org-l10n-nn openoffice.org-help-da 
openoffice.org-l10n-ga openoffice.org-l10n-fa openoffice.org-l10n-bs 
openoffice.org-core openoffice.org-l10n-nb openoffice.org-l10n-ti-er 
openoffice.org-filter-so52 openoffice.org-l10n-ca openoffice.org-help-sl 
openoffice.org-help-bg ttf-opensymbol openoffice.org-l10n-pa-in 
openoffice.org-evolution openoffice.org-filter-mobiledev openoffice.org-l10n-et 
openoffice.org-math openoffice.org-l10n-lv openoffice.org-l10n-bn 
openoffice.org-l10n-ko openoffice.org-help-zh-tw openoffice.org-l10n-km 
openoffice.org-l10n-en-za openoffice.org-l10n-tn openoffice.org-qa-api-tests 
openoffice.org-l10n-st openoffice.org-l10n-ne openoffice.org-l10n-en-gb 
openoffice.org-l10n-bg openoffice.org-l10n-el openoffice.org-calc python-uno 
openoffice.org-l10n-ja openoffice.org-l10n-ml-in openoffice.org-l10n-pt-br 
openoffice.org-l10n-mk openoffice.org openoffice.org-l10n-af 
openoffice.org-help-nl openoffice.org-l10n-tr openoffice.org-dev 
openoffice.org-help-cs openoffice.org-l10n-rw openoffice.org-l10n-pl 
openoffice.org-help-de openoffice.org-help-pl openoffice.org-l10n-hi-in 
openoffice.org-qa-tools openoffice.org-gtk-gnome openoffice.org-l10n-te-in 
openoffice.org-dbg openoffice.org-help-pt-br openoffice.org-officebean 
openoffice.org-draw openoffice.org-l10n-it openoffice.org-java-common 
openoffice.org-help-mk openoffice.org-help-it openoffice.org-l10n-sl 
openoffice.org-l10n-he openoffice.org-help-sv openoffice.org-l10n-ar 
openoffice.org-dtd-officedocument1.0 openoffice.org-help-ja 
openoffice.org-l10n-br openoffice.org-help-fr openoffice.org-help-hu 
openoffice.org-common openoffice.org-help-en openoffice.org-help-ko 
openoffice.org-l10n-tg openoffice.org-l10n-fi openoffice.org-l10n-vi 
openoffice.org-l10n-cy openoffice.org-gnome openoffice.org-l10n-nl 
openoffice.org-l10n-ta-in openoffice.org-impress openoffice.org-l10n-sv 
openoffice.org-l10n-nr openoffice.org-l10n-th libmythes-dev 
openoffice.org-l10n-cs openoffice.org-l10n-xh openoffice.org-l10n-sr-cs
Architecture: all i386 source 
Version: 2.0.4~ood680m1-1
Distribution: experimental
Urgency: low
Maintainer: Debian OpenOffice Team debian-openoffice@lists.debian.org
Changed-By: Rene Engelhard [EMAIL PROTECTED]
Description: 
 libmythes-dev - simple thesaurus library (development files)
 openoffice.org - OpenOffice.org Office suite version 2.0
 openoffice.org-base - OpenOffice.org office suite - database
 openoffice.org-calc - OpenOffice.org office suite - spreadsheet
 openoffice.org-common - OpenOffice.org office suite architecture independent 
files
 openoffice.org-core - OpenOffice.org office suite architecture dependent files
 openoffice.org-dbg - OpenOffice.org debug symbols
 openoffice.org-dev - OpenOffice.org SDK -- development files
 openoffice.org-dev-doc - OpenOffice.org SDK -- documentation
 openoffice.org-draw - OpenOffice.org office suite - drawing
 openoffice.org-dtd-officedocument1.0 - OfficeDocument 1.0 DTD (OpenOffice.org 
1.x)
 openoffice.org-evolution - Evolution Addressbook support for OpenOffice.org
 openoffice.org-filter-mobiledev - Mobile Devices Filters for OpenOffice.org
 openoffice.org-filter-so52 - StarOffice 5.2 format filters for OpenOffice.org
 openoffice.org-gnome - GNOME Integration for OpenOffice.org (VFS, GConf)
 openoffice.org-gtk - GTK Integration for OpenOffice.org (Widgets, Dialogs, 
Quickstarte
 openoffice.org-gtk-gnome - Transitional package to openoffice.org-gnome
 openoffice.org-help-bg - Bulgarian help for OpenOffice.org
 openoffice.org-help-cs - Czech help for OpenOffice.org
 openoffice.org-help-da - Danish help for OpenOffice.org
 openoffice.org-help-de - German help for OpenOffice.org
 openoffice.org-help-en - transitional package to openoffice.org-help-en-us
 openoffice.org-help-en-gb - English_british help for OpenOffice.org
 openoffice.org-help-en-us - English_american help for OpenOffice.org
 openoffice.org-help-es - Spanish help for OpenOffice.org
 openoffice.org-help-et - Estonian help for OpenOffice.org
 openoffice.org-help-fr - French help for OpenOffice.org
 openoffice.org-help-hu - Hungarian help for OpenOffice.org
 

Accepted linux-kernel-di-mips-2.6 0.5 (source mips)

2006-08-22 Thread Martin Michlmayr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 21 Aug 2006 19:33:16 +0200
Source: linux-kernel-di-mips-2.6
Binary: reiserfs-modules-2.6.17-2-sb1a-bcm91480b-di 
scsi-modules-2.6.17-2-sb1a-bcm91480b-di input-modules-2.6.17-2-sb1-bcm91250a-di 
xfs-modules-2.6.17-2-r5k-ip32-di sata-modules-2.6.17-2-sb1-bcm91250a-di 
reiserfs-modules-2.6.17-2-r5k-ip32-di usb-modules-2.6.17-2-sb1a-bcm91480b-di 
ide-modules-2.6.17-2-sb1a-bcm91480b-di ipv6-modules-2.6.17-2-sb1a-bcm91480b-di 
md-modules-2.6.17-2-sb1a-bcm91480b-di kernel-image-2.6.17-2-r4k-ip22-di 
ppp-modules-2.6.17-2-sb1-bcm91250a-di 
scsi-common-modules-2.6.17-2-sb1a-bcm91480b-di jfs-modules-2.6.17-2-r5k-ip32-di 
xfs-modules-2.6.17-2-sb1a-bcm91480b-di md-modules-2.6.17-2-r5k-ip32-di 
fb-modules-2.6.17-2-sb1-bcm91250a-di ppp-modules-2.6.17-2-r4k-ip22-di 
md-modules-2.6.17-2-r4k-ip22-di sata-modules-2.6.17-2-sb1a-bcm91480b-di 
ppp-modules-2.6.17-2-sb1a-bcm91480b-di loop-modules-2.6.17-2-r5k-ip32-di 
jfs-modules-2.6.17-2-sb1a-bcm91480b-di xfs-modules-2.6.17-2-sb1-bcm91250a-di 
kernel-image-2.6.17-2-sb1a-bcm91480b-di ipv6-modules-2.6.17-2-r5k-ip32-di 
fat-modules-2.6.17-2-sb1a-bcm91480b-di jfs-modules-2.6.17-2-r4k-ip22-di 
scsi-core-modules-2.6.17-2-sb1a-bcm91480b-di 
ipv6-modules-2.6.17-2-sb1-bcm91250a-di fat-modules-2.6.17-2-sb1-bcm91250a-di 
fb-modules-2.6.17-2-sb1a-bcm91480b-di xfs-modules-2.6.17-2-r4k-ip22-di 
cdrom-core-modules-2.6.17-2-sb1a-bcm91480b-di loop-modules-2.6.17-2-r4k-ip22-di 
crypto-modules-2.6.17-2-r5k-ip32-di scsi-modules-2.6.17-2-sb1-bcm91250a-di 
crypto-modules-2.6.17-2-sb1a-bcm91480b-di 
loop-modules-2.6.17-2-sb1a-bcm91480b-di 
usb-storage-modules-2.6.17-2-sb1-bcm91250a-di 
scsi-core-modules-2.6.17-2-sb1-bcm91250a-di 
reiserfs-modules-2.6.17-2-sb1-bcm91250a-di 
kernel-image-2.6.17-2-sb1-bcm91250a-di 
usb-storage-modules-2.6.17-2-sb1a-bcm91480b-di 
usb-modules-2.6.17-2-sb1-bcm91250a-di jfs-modules-2.6.17-2-sb1-bcm91250a-di 
ide-modules-2.6.17-2-sb1-bcm91250a-di 
cdrom-core-modules-2.6.17-2-sb1-bcm91250a-di 
crypto-modules-2.6.17-2-sb1-bcm91250a-di 
scsi-common-modules-2.6.17-2-sb1-bcm91250a-di 
md-modules-2.6.17-2-sb1-bcm91250a-di input-modules-2.6.17-2-sb1a-bcm91480b-di 
loop-modules-2.6.17-2-sb1-bcm91250a-di kernel-image-2.6.17-2-r5k-ip32-di 
crypto-modules-2.6.17-2-r4k-ip22-di ppp-modules-2.6.17-2-r5k-ip32-di 
ipv6-modules-2.6.17-2-r4k-ip22-di reiserfs-modules-2.6.17-2-r4k-ip22-di
Architecture: source mips
Version: 0.5
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Martin Michlmayr [EMAIL PROTECTED]
Description: 
 cdrom-core-modules-2.6.17-2-sb1-bcm91250a-di - CDROM support (udeb)
 cdrom-core-modules-2.6.17-2-sb1a-bcm91480b-di - CDROM support (udeb)
 crypto-modules-2.6.17-2-r4k-ip22-di - crypto modules (udeb)
 crypto-modules-2.6.17-2-r5k-ip32-di - crypto modules (udeb)
 crypto-modules-2.6.17-2-sb1-bcm91250a-di - crypto modules (udeb)
 crypto-modules-2.6.17-2-sb1a-bcm91480b-di - crypto modules (udeb)
 fat-modules-2.6.17-2-sb1-bcm91250a-di - FAT filesystem support (udeb)
 fat-modules-2.6.17-2-sb1a-bcm91480b-di - FAT filesystem support (udeb)
 fb-modules-2.6.17-2-sb1-bcm91250a-di - Frame buffer support (udeb)
 fb-modules-2.6.17-2-sb1a-bcm91480b-di - Frame buffer support (udeb)
 ide-modules-2.6.17-2-sb1-bcm91250a-di - IDE drivers (udeb)
 ide-modules-2.6.17-2-sb1a-bcm91480b-di - IDE drivers (udeb)
 input-modules-2.6.17-2-sb1-bcm91250a-di - Input devices support (udeb)
 input-modules-2.6.17-2-sb1a-bcm91480b-di - Input devices support (udeb)
 ipv6-modules-2.6.17-2-r4k-ip22-di - IPv6 driver (udeb)
 ipv6-modules-2.6.17-2-r5k-ip32-di - IPv6 driver (udeb)
 ipv6-modules-2.6.17-2-sb1-bcm91250a-di - IPv6 driver (udeb)
 ipv6-modules-2.6.17-2-sb1a-bcm91480b-di - IPv6 driver (udeb)
 jfs-modules-2.6.17-2-r4k-ip22-di - JFS filesystem support (udeb)
 jfs-modules-2.6.17-2-r5k-ip32-di - JFS filesystem support (udeb)
 jfs-modules-2.6.17-2-sb1-bcm91250a-di - JFS filesystem support (udeb)
 jfs-modules-2.6.17-2-sb1a-bcm91480b-di - JFS filesystem support (udeb)
 kernel-image-2.6.17-2-r4k-ip22-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.17-2-r5k-ip32-di - Linux kernel binary image for the Debian 
installer (udeb)
 kernel-image-2.6.17-2-sb1-bcm91250a-di - Linux kernel binary image for the 
Debian installer (udeb)
 kernel-image-2.6.17-2-sb1a-bcm91480b-di - Linux kernel binary image for the 
Debian installer (udeb)
 loop-modules-2.6.17-2-r4k-ip22-di - Loopback filesystem support (udeb)
 loop-modules-2.6.17-2-r5k-ip32-di - Loopback filesystem support (udeb)
 loop-modules-2.6.17-2-sb1-bcm91250a-di - Loopback filesystem support (udeb)
 loop-modules-2.6.17-2-sb1a-bcm91480b-di - Loopback filesystem support (udeb)
 md-modules-2.6.17-2-r4k-ip22-di - RAID and LVM support (udeb)
 md-modules-2.6.17-2-r5k-ip32-di - RAID and LVM support (udeb)
 md-modules-2.6.17-2-sb1-bcm91250a-di - RAID and LVM support (udeb)
 md-modules-2.6.17-2-sb1a-bcm91480b-di - RAID 

Accepted aircrack-ng 0.6-2 (source all i386)

2006-08-22 Thread Le_Vert
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Aug 2006 18:00:49 +0200
Source: aircrack-ng
Binary: aircrack aircrack-ng
Architecture: source all i386
Version: 0.6-2
Distribution: unstable
Urgency: low
Maintainer: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Changed-By: Adam Cécile (Le_Vert) [EMAIL PROTECTED]
Description: 
 aircrack   - wireless WEP/WPA cracking utilities (transitional package)
 aircrack-ng - wireless WEP/WPA cracking utilities
Changes: 
 aircrack-ng (0.6-2) unstable; urgency=low
 .
   * Add license infos about debian packaging.
   * New dummy aircrack package for transition.
 (Thanks to David Martínez Moreno)
Files: 
 a38e84e4497438301643881a4d5c3702 638 net optional aircrack-ng_0.6-2.dsc
 1da9b6c537f4124ce5405685931016bf 8310 net optional aircrack-ng_0.6-2.diff.gz
 857a267a64aa80a2bf30e16b87e89297 8086 net optional aircrack_0.6-2_all.deb
 d6f2293b73feae26f182155d9c2347b2 171772 net optional aircrack-ng_0.6-2_i386.deb

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

iD8DBQFE6ykWIae1O4AJae8RAlQrAJ4zkHLQKI/4ZGrn8XhpKLsSwCSxcwCfe8ZY
Jpfw9ZJ/xeisBQCQpExAtWA=
=+VpH
-END PGP SIGNATURE-


Accepted:
aircrack-ng_0.6-2.diff.gz
  to pool/main/a/aircrack-ng/aircrack-ng_0.6-2.diff.gz
aircrack-ng_0.6-2.dsc
  to pool/main/a/aircrack-ng/aircrack-ng_0.6-2.dsc
aircrack-ng_0.6-2_i386.deb
  to pool/main/a/aircrack-ng/aircrack-ng_0.6-2_i386.deb
aircrack_0.6-2_all.deb
  to pool/main/a/aircrack-ng/aircrack_0.6-2_all.deb


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



Accepted xchm 2:1.9-3 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 18:09:25 +0200
Source: xchm
Binary: xchm
Architecture: source i386
Version: 2:1.9-3
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 xchm   - Compiled HTML Help (CHM) file viewer for X
Changes: 
 xchm (2:1.9-3) unstable; urgency=low
 .
   * Added patches from ubuntu :
 xchm.desktop: Add Encoding, fix for validation
Files: 
 c322ea9a93078f831440529e02926906 664 x11 optional xchm_1.9-3.dsc
 8136de9d57a2298996df7490b1aa8a42 6441 x11 optional xchm_1.9-3.diff.gz
 5bc3d5e43e3898e901385354e7434906 242378 x11 optional xchm_1.9-3_i386.deb

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

iD8DBQFE6yxvc29c8N2YKnURArc8AJ0QWo6BNNZsMHGHnNTS1lHj/ly5UQCgzjCG
DkUy/PO8Jj9G8r7eP0oRMsY=
=N6k3
-END PGP SIGNATURE-


Accepted:
xchm_1.9-3.diff.gz
  to pool/main/x/xchm/xchm_1.9-3.diff.gz
xchm_1.9-3.dsc
  to pool/main/x/xchm/xchm_1.9-3.dsc
xchm_1.9-3_i386.deb
  to pool/main/x/xchm/xchm_1.9-3_i386.deb


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



Accepted egoboo 2.22-28 (source i386)

2006-08-22 Thread Julien Lemoine
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 18:12:50 +0200
Source: egoboo
Binary: egoboo
Architecture: source i386
Version: 2.22-28
Distribution: unstable
Urgency: low
Maintainer: Julien Lemoine [EMAIL PROTECTED]
Changed-By: Julien Lemoine [EMAIL PROTECTED]
Description: 
 egoboo - 3D dungeon crawling adventure in the spirit of NetHack
Changes: 
 egoboo (2.22-28) unstable; urgency=low
 .
   * Applied patch from ubuntu :
 added a .desktop file
 added alternative on libgl1-mesa-dev
Files: 
 0495ebb178cac8f057f8a55f40dbd72e 677 games optional egoboo_2.22-28.dsc
 339ec536a251e95f8661c47e59cb30c5 36042 games optional egoboo_2.22-28.diff.gz
 698980ed0bb0a04c347fd343e753d29b 178636 games optional egoboo_2.22-28_i386.deb

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

iD8DBQFE6y4Rc29c8N2YKnURApTeAKDKd7DHOK0DhQTp87agDq23CMBNbgCfRVug
4QoBh+eJS9LmEAhrSHAgCo0=
=bNNI
-END PGP SIGNATURE-


Accepted:
egoboo_2.22-28.diff.gz
  to pool/main/e/egoboo/egoboo_2.22-28.diff.gz
egoboo_2.22-28.dsc
  to pool/main/e/egoboo/egoboo_2.22-28.dsc
egoboo_2.22-28_i386.deb
  to pool/main/e/egoboo/egoboo_2.22-28_i386.deb


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



Accepted since 0.5-4 (source i386)

2006-08-22 Thread faw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 01:31:22 -0300
Source: since
Binary: since
Architecture: source i386
Version: 0.5-4
Distribution: unstable
Urgency: low
Maintainer: Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED]
Changed-By: Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED]
Description: 
 since  - tail(1) work-alike that saves and uses state information
Changes: 
 since (0.5-4) unstable; urgency=low
 .
   * Adding a version to the debhelper depends (debian/control).
   * Bumping Standards-Version to 3.7.2 (no changes needed).
Files: 
 a05437beeccd14a4f792e83af1c3dfd1 572 text optional since_0.5-4.dsc
 097c3bfe0483ec393b9605d32d4644af 2170 text optional since_0.5-4.diff.gz
 b4495b71f34138932a79ca3a11ca6fac 8872 text optional since_0.5-4_i386.deb

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

iD8DBQFE6zAJ5UTeB5t8Mo0RAteLAJ0f/y91qFcQ5r12k99Nfx8qjnglFACeIdUD
y+Mv5+M3Z4mXoZgmw98is5s=
=0K3+
-END PGP SIGNATURE-


Accepted:
since_0.5-4.diff.gz
  to pool/main/s/since/since_0.5-4.diff.gz
since_0.5-4.dsc
  to pool/main/s/since/since_0.5-4.dsc
since_0.5-4_i386.deb
  to pool/main/s/since/since_0.5-4_i386.deb


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



Accepted translate-docformat 0.6-3 (source all)

2006-08-22 Thread faw
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 01:44:02 -0300
Source: translate-docformat
Binary: translate-docformat
Architecture: source all
Version: 0.6-3
Distribution: unstable
Urgency: low
Maintainer: Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED]
Changed-By: Felipe Augusto van de Wiel (faw) [EMAIL PROTECTED]
Description: 
 translate-docformat - any-to-any document translation system
Closes: 381472
Changes: 
 translate-docformat (0.6-3) unstable; urgency=low
 .
   * Reformatting the description to fill 80 columns.
   * Adding a version to the debhelper depends (debian/control).
   * Adding texlive-latex-base to cooperate with the texlive packages in
 Debian. Suggested by Norbert Preining, thanks! (Closes: #381472).
Files: 
 43b65466851a33c95c44544db520eda7 627 text extra translate-docformat_0.6-3.dsc
 5a1f64a339050f93b175e6c167df3b64 2455 text extra 
translate-docformat_0.6-3.diff.gz
 2572adc448f45f9a5c12c73ca4f3e689 5436 text extra 
translate-docformat_0.6-3_all.deb

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

iD8DBQFE6zDp5UTeB5t8Mo0RAouuAKC/nslD/+5Vx9UvnyQ2Da3sLi5oYwCdE8ll
MTsfw81Ze+og5t/0xOvURZY=
=s5R9
-END PGP SIGNATURE-


Accepted:
translate-docformat_0.6-3.diff.gz
  to pool/main/t/translate-docformat/translate-docformat_0.6-3.diff.gz
translate-docformat_0.6-3.dsc
  to pool/main/t/translate-docformat/translate-docformat_0.6-3.dsc
translate-docformat_0.6-3_all.deb
  to pool/main/t/translate-docformat/translate-docformat_0.6-3_all.deb


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



Accepted acpidump 20060606-1 (source i386)

2006-08-22 Thread Mattia Dongili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 18:15:41 +0200
Source: acpidump
Binary: acpidump
Architecture: source i386
Version: 20060606-1
Distribution: unstable
Urgency: low
Maintainer: Mattia Dongili [EMAIL PROTECTED]
Changed-By: Mattia Dongili [EMAIL PROTECTED]
Description: 
 acpidump   - utilities to dump system's ACPI tables to an ASCII file
Changes: 
 acpidump (20060606-1) unstable; urgency=low
 .
   * New upstream version
Files: 
 851bdf01c550aa485cca33d92b43e70b 588 admin optional acpidump_20060606-1.dsc
 65f7daeb7fce6676821a33c3e4e4104b 48674 admin optional 
acpidump_20060606.orig.tar.gz
 5d481e74213aeb9b5cc25512a519ccc9 3338 admin optional 
acpidump_20060606-1.diff.gz
 67e17288aa3c5f5aff6b2b2c41ec78b2 10652 admin optional 
acpidump_20060606-1_i386.deb

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

iD8DBQFE6zr4gpRPaOotLEERAmKoAJ9FR6tsrqzrvubd5T/9bmQzttVPrQCgkC77
6w8T4aC+/GYAsgZgYuHmsLg=
=nWDt
-END PGP SIGNATURE-


Accepted:
acpidump_20060606-1.diff.gz
  to pool/main/a/acpidump/acpidump_20060606-1.diff.gz
acpidump_20060606-1.dsc
  to pool/main/a/acpidump/acpidump_20060606-1.dsc
acpidump_20060606-1_i386.deb
  to pool/main/a/acpidump/acpidump_20060606-1_i386.deb
acpidump_20060606.orig.tar.gz
  to pool/main/a/acpidump/acpidump_20060606.orig.tar.gz


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



Accepted wikipediafs 0.2-1 (source all)

2006-08-22 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 10:16:43 -0700
Source: wikipediafs
Binary: wikipediafs
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond [EMAIL PROTECTED]
Changed-By: Sebastien Delafond [EMAIL PROTECTED]
Description: 
 wikipediafs - View and edit Wikipedia articles as if they were real files
Closes: 382218
Changes: 
 wikipediafs (0.2-1) unstable; urgency=low
 .
   * New upstream release (Closes: #382218).
Files: 
 9187be1bc9f5c94595cd2fe09c297d72 710 utils extra wikipediafs_0.2-1.dsc
 426895ec03baa7ee35cdc65a8bef5f40 20313 utils extra wikipediafs_0.2.orig.tar.gz
 61c6d15de399cf35396620bc201bfb24 16021 utils extra wikipediafs_0.2-1.diff.gz
 96a13605c8584422e2d7e30976b65804 18498 utils extra wikipediafs_0.2-1_all.deb

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

iD8DBQFE6z2XiZgNKcDdyD8RAsK4AJ9Cl91tQdmrVZ86Rf1mAFxNIXIAOgCgr5cr
TkwhiZXtQjSEeZphFnZzJZs=
=qTLY
-END PGP SIGNATURE-


Accepted:
wikipediafs_0.2-1.diff.gz
  to pool/main/w/wikipediafs/wikipediafs_0.2-1.diff.gz
wikipediafs_0.2-1.dsc
  to pool/main/w/wikipediafs/wikipediafs_0.2-1.dsc
wikipediafs_0.2-1_all.deb
  to pool/main/w/wikipediafs/wikipediafs_0.2-1_all.deb
wikipediafs_0.2.orig.tar.gz
  to pool/main/w/wikipediafs/wikipediafs_0.2.orig.tar.gz


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



Accepted squid 2.6.3-1 (source sparc all)

2006-08-22 Thread Luigi Gangitano
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 19:34:59 +0200
Source: squid
Binary: squid squid-cgi squidclient squid-common
Architecture: source sparc all
Version: 2.6.3-1
Distribution: unstable
Urgency: low
Maintainer: Luigi Gangitano [EMAIL PROTECTED]
Changed-By: Luigi Gangitano [EMAIL PROTECTED]
Description: 
 squid  - Internet Object Cache (WWW proxy cache)
 squid-cgi  - Squid cache manager CGI program
 squid-common - Internet Object Cache (WWW proxy cache) - common file
 squidclient - Command line URL extractor that talks to (a) squid
Closes: 383763
Changes: 
 squid (2.6.3-1) unstable; urgency=low
 .
   * New upstream release (Closes: #383763)
 .
   * debian/control
 - Update Build-Depend on libdb4.4-dev
Files: 
 baba67a2303577b472a079fd0c83c286 657 web optional squid_2.6.3-1.dsc
 287fbf5a18341304fa373514994ec09b 1613755 web optional squid_2.6.3.orig.tar.gz
 e21c5c40168c3ebc371ce30486db5e35 262486 web optional squid_2.6.3-1.diff.gz
 0172f9541b9aa8cfdae83c5c7ec6884e 433606 web optional 
squid-common_2.6.3-1_all.deb
 8afcb6ac92dd7eb0dc8bfcba6c2deafd 637508 web optional squid_2.6.3-1_sparc.deb
 0b13a4a5a0279e3ca76bd95cc3a68c00 83580 web optional 
squidclient_2.6.3-1_sparc.deb
 33fad62a91ac850da6f9e10833c859a1 110312 web optional 
squid-cgi_2.6.3-1_sparc.deb

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

iD8DBQFE60iX8ZumGJJMDCYRArwgAJ4t+fldUVbpMyFfGi+y4pRxhlHEpwCeKzP8
lnKpNLreMbBZzv1vWrneZ1A=
=mNtb
-END PGP SIGNATURE-


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


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



Accepted gmailfs 0.7.2-1 (source all)

2006-08-22 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 10:46:31 -0700
Source: gmailfs
Binary: gmailfs
Architecture: source all
Version: 0.7.2-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Delafond [EMAIL PROTECTED]
Changed-By: Sebastien Delafond [EMAIL PROTECTED]
Description: 
 gmailfs- Use your GMail account as a filesystem
Closes: 380818
Changes: 
 gmailfs (0.7.2-1) unstable; urgency=low
 .
   * New upstream release.
   * Follow new Debian python policy (Closes: 380818).
Files: 
 a1c78387f14850a37c2cf7409dd89d7d 680 utils extra gmailfs_0.7.2-1.dsc
 895ee1c3f02973d39e73ccbee9552296 21941 utils extra gmailfs_0.7.2.orig.tar.gz
 7dce501901d9e94d995dd0c3a52ed60c 9187 utils extra gmailfs_0.7.2-1.diff.gz
 c614ae1aeaaad0a003683354aec8e085 25100 utils extra gmailfs_0.7.2-1_all.deb

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

iD8DBQFE60VfiZgNKcDdyD8RAuNxAJ9G0nj429pLmQry8EukvuVWB/QsGwCfePBg
UTEjVWEmP1ZF9C7df+EOJzs=
=mVku
-END PGP SIGNATURE-


Accepted:
gmailfs_0.7.2-1.diff.gz
  to pool/main/g/gmailfs/gmailfs_0.7.2-1.diff.gz
gmailfs_0.7.2-1.dsc
  to pool/main/g/gmailfs/gmailfs_0.7.2-1.dsc
gmailfs_0.7.2-1_all.deb
  to pool/main/g/gmailfs/gmailfs_0.7.2-1_all.deb
gmailfs_0.7.2.orig.tar.gz
  to pool/main/g/gmailfs/gmailfs_0.7.2.orig.tar.gz


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



Accepted dvdisaster 0.70.1-1 (source i386 all)

2006-08-22 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 23:09:00 +0200
Source: dvdisaster
Binary: dvdisaster-doc dvdisaster
Architecture: source i386 all
Version: 0.70.1-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 dvdisaster - data loss/scratch/aging protection for CD/DVD media
 dvdisaster-doc - data loss/scratch/aging protection for CD/DVD media 
(documentatio
Changes: 
 dvdisaster (0.70.1-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 beea02ba7e0d0c516231daf45c7d6ce2 663 otherosfs optional dvdisaster_0.70.1-1.dsc
 f64e2a6e1fba9d033bb79300ac63ada6 1230985 otherosfs optional 
dvdisaster_0.70.1.orig.tar.gz
 f39aa6faed26457b7373f3e089ed7ef6 27971 otherosfs optional 
dvdisaster_0.70.1-1.diff.gz
 f66c904f9427ddadb53b30d213285f10 273592 otherosfs optional 
dvdisaster_0.70.1-1_i386.deb
 c16c4e97941ac75ed0730c4d26caa8c3 2637008 doc optional 
dvdisaster-doc_0.70.1-1_all.deb

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

iD8DBQFE63QQ+C5cwEsrK54RAp3uAKClOVWAPmhYEjbVmBDLq3+yRDcQYQCfZOci
towglakE13vs39POKSt3iT8=
=Wt4w
-END PGP SIGNATURE-


Accepted:
dvdisaster-doc_0.70.1-1_all.deb
  to pool/main/d/dvdisaster/dvdisaster-doc_0.70.1-1_all.deb
dvdisaster_0.70.1-1.diff.gz
  to pool/main/d/dvdisaster/dvdisaster_0.70.1-1.diff.gz
dvdisaster_0.70.1-1.dsc
  to pool/main/d/dvdisaster/dvdisaster_0.70.1-1.dsc
dvdisaster_0.70.1-1_i386.deb
  to pool/main/d/dvdisaster/dvdisaster_0.70.1-1_i386.deb
dvdisaster_0.70.1.orig.tar.gz
  to pool/main/d/dvdisaster/dvdisaster_0.70.1.orig.tar.gz


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



Accepted drbd8 8.0-pre4-3 (source i386 all)

2006-08-22 Thread Cyril Bouthors
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 23 Aug 2006 00:13:22 +0300
Source: drbd8
Binary: drbd8-module-source drbd8-utils
Architecture: source i386 all
Version: 8.0-pre4-3
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors [EMAIL PROTECTED]
Changed-By: Cyril Bouthors [EMAIL PROTECTED]
Description: 
 drbd8-module-source - RAID 1 over tcp/ip for Linux module source
 drbd8-utils - RAID 1 over tcp/ip for Linux utilities
Changes: 
 drbd8 (8.0-pre4-3) unstable; urgency=low
 .
   * debian/rules: applyied patch to fix building for x86_64 on i386 from
 Guido Guenther [EMAIL PROTECTED] and Philipp Hug [EMAIL PROTECTED].
Files: 
 5b28df08596b24e150c8067a80920512 721 admin extra drbd8_8.0-pre4-3.dsc
 6d3f5e2e1c6ca4add5c60f71e7515a06 11392 admin extra drbd8_8.0-pre4-3.diff.gz
 70ad0b94551b8f5b618be940f2f40883 115566 admin extra 
drbd8-utils_8.0-pre4-3_i386.deb
 a5ee6091560adacb56ed7e1ac6ba27ba 148138 admin extra 
drbd8-module-source_8.0-pre4-3_all.deb

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

iD8DBQFE63PBZ1SJHeqsYt8RAlZrAJ9t/cxVkAhXsfrt8AG/hVaO5tLLYQCfcG+c
UdYqOpNZs4/qpBF4NOOFWh0=
=ck/v
-END PGP SIGNATURE-


Accepted:
drbd8-module-source_8.0-pre4-3_all.deb
  to pool/main/d/drbd8/drbd8-module-source_8.0-pre4-3_all.deb
drbd8-utils_8.0-pre4-3_i386.deb
  to pool/main/d/drbd8/drbd8-utils_8.0-pre4-3_i386.deb
drbd8_8.0-pre4-3.diff.gz
  to pool/main/d/drbd8/drbd8_8.0-pre4-3.diff.gz
drbd8_8.0-pre4-3.dsc
  to pool/main/d/drbd8/drbd8_8.0-pre4-3.dsc


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



Accepted vim-scripts 7-1 (source all)

2006-08-22 Thread Stefano Zacchiroli
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 20:27:22 +0200
Source: vim-scripts
Binary: vim-scripts
Architecture: source all
Version: 7-1
Distribution: unstable
Urgency: low
Maintainer: Michael Piefel [EMAIL PROTECTED]
Changed-By: Stefano Zacchiroli [EMAIL PROTECTED]
Description: 
 vim-scripts - plugins for vim, adding bells and whistles
Closes: 307544 383198
Changes: 
 vim-scripts (7-1) unstable; urgency=low
 .
   * debian/control
 - set debhelper and dpatch as Build-Depends instead of
   Build-Depends-Indep (as required by policy)
 - bumped standards version to 3.7.2 (no changes needed)
   * debian/README.Debian-source
 - added this file, containing a description of the usage of
   debian/vim-scripts.pl
   * scripts adds/removals/upgrades:
 - upgraded scripts:
   | plugin/{a,bufexplorer,taglist,calendar,AlignPlugin,cvsmenu}.vim
   | plugin/{cvscommand,svncommand}.vim (now both integrated in a
 single plugin: plugin/vcscommand.vim
   | colors/relaxedgreen.vim (closes: #383198)
 - removed scripts:
   | plugin/svncommand.vim (now integrated into plugin/vcscommand.vim)
   | plugin/vimspell.vim (no longer needed with vim7, which includes
 built-in spell checking support) (closes: #307544)
Files: 
 3d537d8d310d330c4525f678060c28b4 556 editors optional vim-scripts_7-1.dsc
 dd1cd6d0167097eea1156d7d60ae0593 519355 editors optional vim-scripts_7-1.tar.gz
 96fc0e4e5b11ff880e4c8416d57aaa57 513348 editors optional 
vim-scripts_7-1_all.deb

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

iD8DBQFE61Ny1cqbBPLEI7wRAhYpAKC0Gp9UsN+r1SZRuXR+ZwqZaXiH1gCfYKjK
zryn4DX8Ei8DxHt7Id6U74g=
=8pzh
-END PGP SIGNATURE-


Accepted:
vim-scripts_7-1.dsc
  to pool/main/v/vim-scripts/vim-scripts_7-1.dsc
vim-scripts_7-1.tar.gz
  to pool/main/v/vim-scripts/vim-scripts_7-1.tar.gz
vim-scripts_7-1_all.deb
  to pool/main/v/vim-scripts/vim-scripts_7-1_all.deb


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



Accepted revelation 0.4.7-3.1 (source i386)

2006-08-22 Thread Martin Schulze
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 21:13:56 +0200
Source: revelation
Binary: revelation
Architecture: source i386
Version: 0.4.7-3.1
Distribution: unstable
Urgency: medium
Maintainer: Stefan Voelkel [EMAIL PROTECTED]
Changed-By: Martin Schulze [EMAIL PROTECTED]
Description: 
 revelation - GNOME2 Password manager
Closes: 384193
Changes: 
 revelation (0.4.7-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload to get the Python dependencies straight (closes:
 Bug#384193)
Files: 
 7631d488175a9f5c1d3be39977ddd741 985 gnome optional revelation_0.4.7-3.1.dsc
 f4e86a9b9f9f3496b5245cf93e69c762 5150 gnome optional 
revelation_0.4.7-3.1.diff.gz
 24de15d74bad86b6359e87b986ca3aaf 347846 gnome optional 
revelation_0.4.7-3.1_i386.deb

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

iD8DBQFE61j9W5ql+IAeqTIRAvd4AJ9AN3o/w7FnyDMgdyLlcF5tM+N1TwCfWhY/
fuKU7U+ValWGURjDnFKgc2g=
=sR8+
-END PGP SIGNATURE-


Accepted:
revelation_0.4.7-3.1.diff.gz
  to pool/main/r/revelation/revelation_0.4.7-3.1.diff.gz
revelation_0.4.7-3.1.dsc
  to pool/main/r/revelation/revelation_0.4.7-3.1.dsc
revelation_0.4.7-3.1_i386.deb
  to pool/main/r/revelation/revelation_0.4.7-3.1_i386.deb


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



Accepted grsync 0.5-1 (source i386)

2006-08-22 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 23:17:00 +0200
Source: grsync
Binary: grsync
Architecture: source i386
Version: 0.5-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 grsync - GTK+ frontend for rsync
Changes: 
 grsync (0.5-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 971d02fea02bd9f1c0f4fdedb0e7f477 581 x11 optional grsync_0.5-1.dsc
 f5d68c02c6cc5cafce2bee6653b6d6b3 153560 x11 optional grsync_0.5.orig.tar.gz
 4da75e19ec12c5250e678c37c823cf89 27802 x11 optional grsync_0.5-1.diff.gz
 ee308bf0335ffbb13b20b2dea0882833 53466 x11 optional grsync_0.5-1_i386.deb

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

iD8DBQFE63Si+C5cwEsrK54RArAQAJ48B/cstmmfkEYL3eqNBxLp1TwseQCeKj2Q
iJuI5llOC300wS1XUOC34uQ=
=nT41
-END PGP SIGNATURE-


Accepted:
grsync_0.5-1.diff.gz
  to pool/main/g/grsync/grsync_0.5-1.diff.gz
grsync_0.5-1.dsc
  to pool/main/g/grsync/grsync_0.5-1.dsc
grsync_0.5-1_i386.deb
  to pool/main/g/grsync/grsync_0.5-1_i386.deb
grsync_0.5.orig.tar.gz
  to pool/main/g/grsync/grsync_0.5.orig.tar.gz


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



Accepted fillets-ng-data 0.7.1-2 (source all)

2006-08-22 Thread Alexander Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 17:07:54 +0200
Source: fillets-ng-data
Binary: fillets-ng-data-cs fillets-ng-data
Architecture: source all
Version: 0.7.1-2
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Alexander Schmehl [EMAIL PROTECTED]
Description: 
 fillets-ng-data - docs, graphics, music and international sounds for fillets-ng
 fillets-ng-data-cs - add-on sounds for czech language spoken dialogs for 
fillets-ng
Changes: 
 fillets-ng-data (0.7.1-2) unstable; urgency=low
 .
   * new maintainer pkg-games group
   * tweaked standards version to 3.7.2
 - no changes needed
   * added homepage semi-header to package description
   * moving icon to fillets-ng binary package
   * cleaning up debian/rules
   * adding copyright notice from fonts/* to copyright
   * removing the fonts from beeing installed, instead adding dependency on
 ttf-freefont and symlinks; adding linda overrides (not worth to create a
 new tarball for that)
   * fixing old FSF address in copyright
Files: 
 98c12c17bff27d997b6e1d1db7034640 721 games optional fillets-ng-data_0.7.1-2.dsc
 fd7daa27bdae94cd5f2f18398ced7372 4566 games optional 
fillets-ng-data_0.7.1-2.diff.gz
 8eae076e9fce0996a8857f8bf534b6d9 63955798 games optional 
fillets-ng-data_0.7.1-2_all.deb
 d57d664e871d5053c0a0cc423cdacc8b 32188154 games optional 
fillets-ng-data-cs_0.7.1-2_all.deb

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

iD8DBQFE6zhzBxd04ADYzRYRAjLCAJ45Z2cwaxqH4U6yP6gMQwwQZpRXrwCfXp2K
Trn4ITXbzvyIMa663hJPqH8=
=FHV8
-END PGP SIGNATURE-


Accepted:
fillets-ng-data-cs_0.7.1-2_all.deb
  to pool/main/f/fillets-ng-data/fillets-ng-data-cs_0.7.1-2_all.deb
fillets-ng-data_0.7.1-2.diff.gz
  to pool/main/f/fillets-ng-data/fillets-ng-data_0.7.1-2.diff.gz
fillets-ng-data_0.7.1-2.dsc
  to pool/main/f/fillets-ng-data/fillets-ng-data_0.7.1-2.dsc
fillets-ng-data_0.7.1-2_all.deb
  to pool/main/f/fillets-ng-data/fillets-ng-data_0.7.1-2_all.deb


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



Accepted duplicity 0.4.2-3+sftp+amazons3+compression (source i386)

2006-08-22 Thread Martin Wuertele
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 22:26:46 +0200
Source: duplicity
Binary: duplicity
Architecture: source i386
Version: 0.4.2-3+sftp+amazons3+compression
Distribution: unstable
Urgency: low
Maintainer: Martin Wuertele [EMAIL PROTECTED]
Changed-By: Martin Wuertele [EMAIL PROTECTED]
Description: 
 duplicity  - encrypted bandwidth-efficient backup
Closes: 384142
Changes: 
 duplicity (0.4.2-3+sftp+amazons3+compression) unstable; urgency=low
 .
   * remove old byte compiled stuff in preinst (Closes: #384142)
Files: 
 170badb4bfc8852757ce9b69078ca7fc 690 utils optional 
duplicity_0.4.2-3+sftp+amazons3+compression.dsc
 283d19d2cf1ee61e54578491db36c708 5556 utils optional 
duplicity_0.4.2-3+sftp+amazons3+compression.diff.gz
 cf42148a7666a5d7ab1c19d704de7a48 97674 utils optional 
duplicity_0.4.2-3+sftp+amazons3+compression_i386.deb

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

iD8DBQFE62/fKO6zWj6NzMARArGCAJ4iCBjJOIz7eE5RVUq7T84g5wvhgQCaA34t
5L1Tuq3U0D01efKGVp67bq4=
=UllD
-END PGP SIGNATURE-


Accepted:
duplicity_0.4.2-3+sftp+amazons3+compression.diff.gz
  to pool/main/d/duplicity/duplicity_0.4.2-3+sftp+amazons3+compression.diff.gz
duplicity_0.4.2-3+sftp+amazons3+compression.dsc
  to pool/main/d/duplicity/duplicity_0.4.2-3+sftp+amazons3+compression.dsc
duplicity_0.4.2-3+sftp+amazons3+compression_i386.deb
  to pool/main/d/duplicity/duplicity_0.4.2-3+sftp+amazons3+compression_i386.deb


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



Accepted foomatic-db-hpijs 20060822-1 (source all)

2006-08-22 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 14:17:18 -0500
Source: foomatic-db-hpijs
Binary: foomatic-db-hpijs
Architecture: source all
Version: 20060822-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 foomatic-db-hpijs - linuxprinting.org printer support - database for HPIJS 
driver
Changes: 
 foomatic-db-hpijs (20060822-1) unstable; urgency=low
 .
   * New upstream release; switch to current upstream version numbering.
Files: 
 746f4b321ccd5f1543df8b1890409f78 609 text optional 
foomatic-db-hpijs_20060822-1.dsc
 2816b6f35d9a979a8e4d59d7e34741d9 98285 text optional 
foomatic-db-hpijs_20060822.orig.tar.gz
 e0772a71fe85c8d3c0f656056f2d56ce 26413 text optional 
foomatic-db-hpijs_20060822-1.diff.gz
 45d790ba5324f2b04cc6805438c33598 239620 text optional 
foomatic-db-hpijs_20060822-1_all.deb

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

iD8DBQFE61i52wQKE6PXubwRApxnAJ9SpWZ0mp+1+i/cKcFp039x+lHXVQCdHGFa
3UjZJe+NJ/O1ANF9HHYgJB0=
=67P9
-END PGP SIGNATURE-


Accepted:
foomatic-db-hpijs_20060822-1.diff.gz
  to pool/main/f/foomatic-db-hpijs/foomatic-db-hpijs_20060822-1.diff.gz
foomatic-db-hpijs_20060822-1.dsc
  to pool/main/f/foomatic-db-hpijs/foomatic-db-hpijs_20060822-1.dsc
foomatic-db-hpijs_20060822-1_all.deb
  to pool/main/f/foomatic-db-hpijs/foomatic-db-hpijs_20060822-1_all.deb
foomatic-db-hpijs_20060822.orig.tar.gz
  to pool/main/f/foomatic-db-hpijs/foomatic-db-hpijs_20060822.orig.tar.gz


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



Accepted gdebi 0.1.6 (source all)

2006-08-22 Thread Gustavo Franco
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 15:52:22 -0300
Source: gdebi
Binary: gdebi
Architecture: source all
Version: 0.1.6
Distribution: unstable
Urgency: low
Maintainer: Gustavo Franco [EMAIL PROTECTED]
Changed-By: Gustavo Franco [EMAIL PROTECTED]
Description: 
 gdebi  - Simple tool to install deb files
Closes: 380810
Changes: 
 gdebi (0.1.6) unstable; urgency=low
 .
   * New Python Policy release. (Closes: #380810)
 - Bump up Standards-Version to 3.7.2
 - Move debhelper and python-all-dev to Build-Depends field
 - Add python-support to Build-Depends-Indep field
   [debian/control]
 - debian/rules: Add dh_pysupport call before dh_python
 - Add debian/pycompat and debian/pyversions
   * Merge 0.1.6ubuntu1 changes.
Files: 
 80052054584b314c135eeab4dec95691 636 admin optional gdebi_0.1.6.dsc
 697334cf88c66c30faffa4c92feb6be1 121711 admin optional gdebi_0.1.6.tar.gz
 6796614d4ff724cd0bb6d24977a49740 70538 admin optional gdebi_0.1.6_all.deb

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

iD8DBQFE610Y7ftwBTcVV3gRArJcAJ0Qv/5xvFQefE/ardNPLnggiix4VwCgnW6s
blHWF0d/gAQNT0KiNqnDHdE=
=IAC0
-END PGP SIGNATURE-


Accepted:
gdebi_0.1.6.dsc
  to pool/main/g/gdebi/gdebi_0.1.6.dsc
gdebi_0.1.6.tar.gz
  to pool/main/g/gdebi/gdebi_0.1.6.tar.gz
gdebi_0.1.6_all.deb
  to pool/main/g/gdebi/gdebi_0.1.6_all.deb


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



Accepted foomatic-filters-ppds 20060822-1 (source all)

2006-08-22 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 13:55:31 -0500
Source: foomatic-filters-ppds
Binary: foomatic-filters-ppds
Architecture: source all
Version: 20060822-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 foomatic-filters-ppds - linuxprinting.org printer support - prebuilt PPD files
Closes: 363052
Changes: 
 foomatic-filters-ppds (20060822-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove true PostScript PPD files, which are duplicated in the
 linuxprinting.org-ppds package.  (Closes: #363052)
Files: 
 4f0979f7b4abbac7ae07b1279021b9e5 627 text extra 
foomatic-filters-ppds_20060822-1.dsc
 06edd1e072daafa86b39ff5471bb7d1f 10832884 text extra 
foomatic-filters-ppds_20060822.orig.tar.gz
 510a142312f122ac3e8533caf4f4fe85 5365 text extra 
foomatic-filters-ppds_20060822-1.diff.gz
 f94f8cfb1d3ba3eef30658a81037dbc1 11548046 text extra 
foomatic-filters-ppds_20060822-1_all.deb

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

iD8DBQFE61eH2wQKE6PXubwRAnCeAJwPuY1AUJon9y7NrOJp+DrmUP99hgCfa66b
W1MtlCLvwPl1pD5vKy5lSLc=
=icUX
-END PGP SIGNATURE-


Accepted:
foomatic-filters-ppds_20060822-1.diff.gz
  to pool/main/f/foomatic-filters-ppds/foomatic-filters-ppds_20060822-1.diff.gz
foomatic-filters-ppds_20060822-1.dsc
  to pool/main/f/foomatic-filters-ppds/foomatic-filters-ppds_20060822-1.dsc
foomatic-filters-ppds_20060822-1_all.deb
  to pool/main/f/foomatic-filters-ppds/foomatic-filters-ppds_20060822-1_all.deb
foomatic-filters-ppds_20060822.orig.tar.gz
  to 
pool/main/f/foomatic-filters-ppds/foomatic-filters-ppds_20060822.orig.tar.gz


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



Accepted foomatic-db 20060822-1 (source all)

2006-08-22 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 14:04:13 -0500
Source: foomatic-db
Binary: foomatic-db linuxprinting.org-ppds
Architecture: source all
Version: 20060822-1
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 foomatic-db - linuxprinting.org printer support - database
 linuxprinting.org-ppds - linuxprinting.org printer support - PostScript PPD 
files
Changes: 
 foomatic-db (20060822-1) unstable; urgency=low
 .
   * New upstream release.
   * Move PPDs yet again.
Files: 
 dca08faa8f80399f29944bae32d1d5c8 611 text optional foomatic-db_20060822-1.dsc
 f3bb36eadfc63f28294af7b3dc0d9df3 14484416 text optional 
foomatic-db_20060822.orig.tar.gz
 e591f33874812c2b0337d04b02ff1b40 1779 text optional 
foomatic-db_20060822-1.diff.gz
 6b46133a3b82600a0ac178504dd47645 583554 text optional 
foomatic-db_20060822-1_all.deb
 0b659fa9c97998958ee83b9e2df8250f 13633996 text optional 
linuxprinting.org-ppds_20060822-1_all.deb

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

iD8DBQFE61kN2wQKE6PXubwRAtMkAKC6P/j7vCt+9uEPHDbWRKFcuwRM9gCcCCJ0
Dj60qi1PtYkp7j9zi1e21WU=
=8M16
-END PGP SIGNATURE-


Accepted:
foomatic-db_20060822-1.diff.gz
  to pool/main/f/foomatic-db/foomatic-db_20060822-1.diff.gz
foomatic-db_20060822-1.dsc
  to pool/main/f/foomatic-db/foomatic-db_20060822-1.dsc
foomatic-db_20060822-1_all.deb
  to pool/main/f/foomatic-db/foomatic-db_20060822-1_all.deb
foomatic-db_20060822.orig.tar.gz
  to pool/main/f/foomatic-db/foomatic-db_20060822.orig.tar.gz
linuxprinting.org-ppds_20060822-1_all.deb
  to pool/main/f/foomatic-db/linuxprinting.org-ppds_20060822-1_all.deb


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



Accepted fillets-ng 0.7.3-3 (source powerpc)

2006-08-22 Thread Alexander Schmehl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 19:52:52 +0200
Source: fillets-ng
Binary: fillets-ng
Architecture: source powerpc
Version: 0.7.3-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Alexander Schmehl [EMAIL PROTECTED]
Description: 
 fillets-ng - puzzle game about witty fish saving the world sokoban-style
Changes: 
 fillets-ng (0.7.3-3) unstable; urgency=low
 .
   * Adding conflicts to fillets-ng-data  0.7.1-1 because of the moved
 xpm-icon
   * Only suggesting fillets-ng-data-cs
 (aptitude et.al. will pull in recommends, but not suggests; -data-cs
 doesn't need to be installed by default)
Files: 
 98d8cb4785332abea73afd0497d1fead 823 games optional fillets-ng_0.7.3-3.dsc
 34a74eb561552b590014c6a2f3729469 17310 games optional 
fillets-ng_0.7.3-3.diff.gz
 30e4cb76aaa033cdcc78028ca7b14c32 322650 games optional 
fillets-ng_0.7.3-3_powerpc.deb

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

iD8DBQFE61vJBxd04ADYzRYRAs6RAJ4gmQjpLKRZ9WdpzgESofkXG9AD1QCgs53n
6BhMSdYq5rH9n7q1kqeU6Iw=
=VtTO
-END PGP SIGNATURE-


Accepted:
fillets-ng_0.7.3-3.diff.gz
  to pool/main/f/fillets-ng/fillets-ng_0.7.3-3.diff.gz
fillets-ng_0.7.3-3.dsc
  to pool/main/f/fillets-ng/fillets-ng_0.7.3-3.dsc
fillets-ng_0.7.3-3_powerpc.deb
  to pool/main/f/fillets-ng/fillets-ng_0.7.3-3_powerpc.deb


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



Accepted libmusicbrainz-2.1 2.1.4-1 (source all i386)

2006-08-22 Thread Lukáš Lalinský
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 11:12:55 +0200
Source: libmusicbrainz-2.1
Binary: libmusicbrainz4c2a libmusicbrainz4-dev python-musicbrainz
Architecture: source all i386
Version: 2.1.4-1
Distribution: unstable
Urgency: high
Maintainer: Jens Peter Secher [EMAIL PROTECTED]
Changed-By: Lukáš Lalinský [EMAIL PROTECTED]
Description: 
 libmusicbrainz4-dev - Second generation incarnation of the CD Index - 
development
 libmusicbrainz4c2a - Second generation incarnation of the CD Index - library
 python-musicbrainz - Second generation incarnation of the CD Index - python 
bindings
Closes: 383030 383402
Changes: 
 libmusicbrainz-2.1 (2.1.4-1) unstable; urgency=high
 .
   * New upstream release (Closes: #383030, #383402)
   * Urgency high, as the upstream release fixes a security bug
Files: 
 6e6e6ebdf8bcf7f0ba4e03b1c7dcf9a4 774 libs optional 
libmusicbrainz-2.1_2.1.4-1.dsc
 98bf1e102dda3b6ec3e72e1426445489 520569 libs optional 
libmusicbrainz-2.1_2.1.4.orig.tar.gz
 84446e332b42f1defb33870fe49b52fc 6240 libs optional 
libmusicbrainz-2.1_2.1.4-1.diff.gz
 e38c2c131da6ab5d78d22904915475c8 127562 libdevel optional 
libmusicbrainz4-dev_2.1.4-1_i386.deb
 15b43893612baf3015ec1d09910ce9b8 96936 libs optional 
libmusicbrainz4c2a_2.1.4-1_i386.deb
 4cf942c1b003498c25ff1f01e76aa193 19960 python optional 
python-musicbrainz_2.1.4-1_all.deb

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

iD8DBQFE629lDuWXiv5j6KERAuoSAKCZiGxhsfJhKjY9+Ur8JYIolDK68QCfZ2IR
vacjGHHzozE2SyVAcmlVElM=
=zAdv
-END PGP SIGNATURE-


Accepted:
libmusicbrainz-2.1_2.1.4-1.diff.gz
  to pool/main/libm/libmusicbrainz-2.1/libmusicbrainz-2.1_2.1.4-1.diff.gz
libmusicbrainz-2.1_2.1.4-1.dsc
  to pool/main/libm/libmusicbrainz-2.1/libmusicbrainz-2.1_2.1.4-1.dsc
libmusicbrainz-2.1_2.1.4.orig.tar.gz
  to pool/main/libm/libmusicbrainz-2.1/libmusicbrainz-2.1_2.1.4.orig.tar.gz
libmusicbrainz4-dev_2.1.4-1_i386.deb
  to pool/main/libm/libmusicbrainz-2.1/libmusicbrainz4-dev_2.1.4-1_i386.deb
libmusicbrainz4c2a_2.1.4-1_i386.deb
  to pool/main/libm/libmusicbrainz-2.1/libmusicbrainz4c2a_2.1.4-1_i386.deb
python-musicbrainz_2.1.4-1_all.deb
  to pool/main/libm/libmusicbrainz-2.1/python-musicbrainz_2.1.4-1_all.deb


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



Accepted reportbug 3.29 (source all)

2006-08-22 Thread Chris Lawrence
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 13:45:04 -0500
Source: reportbug
Binary: reportbug
Architecture: source all
Version: 3.29
Distribution: unstable
Urgency: low
Maintainer: Chris Lawrence [EMAIL PROTECTED]
Changed-By: Chris Lawrence [EMAIL PROTECTED]
Description: 
 reportbug  - reports bugs in the Debian distribution
Closes: 337276 341618 376245 384167
Changes: 
 reportbug (3.29) unstable; urgency=low
 .
   * Send the version header in BTS queries.
   * Include version in which closed bugs were fixed in the bug listing.
   * Handle bug reports that don't exist (like #2).  (Closes: #376245)
   * Fix ewrite() failure when % in message but no arguments.
 (Closes: #384167)
   * Improvements to character set handling: available and status
 information are assumed to be in UTF-8; avoid crashes with weird
 characters in realname.  (Closes: #337276)
   * If an Origin header is detected, ensure that the proper system
 information is looked up for filing the bug report.  (Closes: #341618)
Files: 
 6dd2ab78751533a7ac8cc5e7c969e816 582 utils standard reportbug_3.29.dsc
 845ff2c32dc9319588b149ee9e572ee7 135069 utils standard reportbug_3.29.tar.gz
 33782d20266a4b8653672fd0356adbfe 137108 utils standard reportbug_3.29_all.deb

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

iD8DBQFE61HR2wQKE6PXubwRAkf+AJ4kWQFyyqJO0xOqBEfTC7t9xWTRXwCfdra2
sRmzEJbynmCxN3I8NnLe4hs=
=dqEo
-END PGP SIGNATURE-


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


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



Accepted ggz-sdl-games 0.0.13-2 (source i386 all)

2006-08-22 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 16:18:35 +0200
Source: ggz-sdl-games
Binary: ggz-sdl-games-data ggz-sdl-games
Architecture: source i386 all
Version: 0.0.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ggz-sdl-games - GGZ Gaming Zone: game clients collection for SDL
 ggz-sdl-games-data - GGZ Gaming Zone: game clients collection for SDL
Changes: 
 ggz-sdl-games (0.0.13-2) unstable; urgency=low
 .
   * Changed maintainer to mailing list
   * Updated standards version
   * Changed build system to CDBS
   * Updated to Debhelper level 5
   * Improved dependency information
   * Added watch file
   * Improved package description
Files: 
 4ec3ffe8ddc750b0634c9ab89c3df32e 849 games optional ggz-sdl-games_0.0.13-2.dsc
 27b14fc7705071e2372a86bf71adcd8c 1840 games optional 
ggz-sdl-games_0.0.13-2.diff.gz
 0a30bf2d52f07b4f8f14538126e5ce7d 88892 games optional 
ggz-sdl-games-data_0.0.13-2_all.deb
 cf7aaa7dcb6808d0c1e0b7addf3654a6 31130 games optional 
ggz-sdl-games_0.0.13-2_i386.deb

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

iD8DBQFE63FrTTx8oVVPtMYRAok3AJ9ZNv1m4Ui3KV7kAI4WdUR91LolLQCdFfbl
BDLrrnFDNyUYC8+ExJRBpm0=
=wrpm
-END PGP SIGNATURE-


Accepted:
ggz-sdl-games-data_0.0.13-2_all.deb
  to pool/main/g/ggz-sdl-games/ggz-sdl-games-data_0.0.13-2_all.deb
ggz-sdl-games_0.0.13-2.diff.gz
  to pool/main/g/ggz-sdl-games/ggz-sdl-games_0.0.13-2.diff.gz
ggz-sdl-games_0.0.13-2.dsc
  to pool/main/g/ggz-sdl-games/ggz-sdl-games_0.0.13-2.dsc
ggz-sdl-games_0.0.13-2_i386.deb
  to pool/main/g/ggz-sdl-games/ggz-sdl-games_0.0.13-2_i386.deb


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



Accepted qcad 2.0.5.0-1-2 (source i386 all)

2006-08-22 Thread Andreas Fester
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 18:33:43 +0200
Source: qcad
Binary: libqcad0-dev qcad-doc qcad
Architecture: source i386 all
Version: 2.0.5.0-1-2
Distribution: unstable
Urgency: low
Maintainer: Andreas Fester [EMAIL PROTECTED]
Changed-By: Andreas Fester [EMAIL PROTECTED]
Description: 
 libqcad0-dev - Qcad development headers and static libraries
 qcad   - A professional CAD System
 qcad-doc   - Qcad Documentation
Closes: 315867 380221
Changes: 
 qcad (2.0.5.0-1-2) unstable; urgency=low
 .
   * debian/copyright: updated contents
   * debian/rules: install qcad.png as manual.png to avoid error message
 when opening the user manual
   * Added about.txt for Qt assistant (Closes: #380221)
   * debian/patches/60-qcad-doc-hint.dpatch: print a hint referring to the
 qcad-doc package if launching the help assistant fails (Closes: #315867)
   * patches/35-longlong.dpatch, patches/15-clean.dpatch,
 patches/50-initialdlg.dpatch, patches/10-buildscript.dpatch,
 patches/45-qcad_ca.dpatch, patches/30-paths.dpatch: fixed patch file
 names
   * debian/patches/*: removed line ## All lines beginning with ...
   * debian/control: simplified dependencies; added versioned dependencies
 to Recommends: between qcad and qcad-doc
Files: 
 691fd8f13e0306be420547aeeb0a31d2 660 graphics optional qcad_2.0.5.0-1-2.dsc
 60a595ff1620e3e47a3c5dfd1bff04e3 50611 graphics optional 
qcad_2.0.5.0-1-2.diff.gz
 549d20374c90887186aae93fb8f5da71 1787018 doc optional 
qcad-doc_2.0.5.0-1-2_all.deb
 8fc295c0f915c2569e6e2dbb8209ccbc 3046400 graphics optional 
qcad_2.0.5.0-1-2_i386.deb
 9f65cafd47613cdb21a890afd7113783 2552434 libdevel optional 
libqcad0-dev_2.0.5.0-1-2_i386.deb

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

iD8DBQFE623E+C5cwEsrK54RAp2rAKDh0dfHXpCqq5b/GMDxcpglTf7xlwCdEYtZ
dQSHFGUFBO8vjOw/eQsV7Co=
=G9Lb
-END PGP SIGNATURE-


Accepted:
libqcad0-dev_2.0.5.0-1-2_i386.deb
  to pool/main/q/qcad/libqcad0-dev_2.0.5.0-1-2_i386.deb
qcad-doc_2.0.5.0-1-2_all.deb
  to pool/main/q/qcad/qcad-doc_2.0.5.0-1-2_all.deb
qcad_2.0.5.0-1-2.diff.gz
  to pool/main/q/qcad/qcad_2.0.5.0-1-2.diff.gz
qcad_2.0.5.0-1-2.dsc
  to pool/main/q/qcad/qcad_2.0.5.0-1-2.dsc
qcad_2.0.5.0-1-2_i386.deb
  to pool/main/q/qcad/qcad_2.0.5.0-1-2_i386.deb


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



Accepted ggz-txt-client 0.0.13-2 (source i386)

2006-08-22 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 23:10:39 +0200
Source: ggz-txt-client
Binary: ggz-txt-client
Architecture: source i386
Version: 0.0.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ggz-txt-client - GGZ Gaming Zone: client for the command line
Changes: 
 ggz-txt-client (0.0.13-2) unstable; urgency=low
 .
   * Changed maintainer to mailing list
   * Updated standards version
   * Changed build system to CDBS
   * Updated to Debhelper level 5
   * Improved dependency information
   * Changed section to games
   * Added watch file
   * Improved package description
Files: 
 d2bd0e20314fadb507ef128109805872 766 games optional ggz-txt-client_0.0.13-2.dsc
 88ac6ebbbea4ba1c8b6524e2b9ec234b 2258 games optional 
ggz-txt-client_0.0.13-2.diff.gz
 f6ac2fd3606babbc2ce4d81392a721ff 37118 games optional 
ggz-txt-client_0.0.13-2_i386.deb

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

iD8DBQFE63McTTx8oVVPtMYRAi1MAJ9jHWpfl/eVASbU3fCdBQg5Tfpu+wCgwjkP
AFwMQ3z6W5jmmZvX+97DV4A=
=Jl24
-END PGP SIGNATURE-


Accepted:
ggz-txt-client_0.0.13-2.diff.gz
  to pool/main/g/ggz-txt-client/ggz-txt-client_0.0.13-2.diff.gz
ggz-txt-client_0.0.13-2.dsc
  to pool/main/g/ggz-txt-client/ggz-txt-client_0.0.13-2.dsc
ggz-txt-client_0.0.13-2_i386.deb
  to pool/main/g/ggz-txt-client/ggz-txt-client_0.0.13-2_i386.deb


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



Accepted ggz-kde-client 0.0.13-2 (source i386)

2006-08-22 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 21:01:36 +0200
Source: ggz-kde-client
Binary: ggz-kde-client
Architecture: source i386
Version: 0.0.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ggz-kde-client - GGZ Gaming Zone: advanced core client for KDE
Closes: 377490
Changes: 
 ggz-kde-client (0.0.13-2) unstable; urgency=low
 .
   [ Josef Spillner ]
   * Fixed installation of KDE documentation (closes: #377490).
 .
   [ Peter Eisentraut ]
   * Changed maintainer to mailing list
   * Updated standards version
   * Changed build system to CDBS
   * Updated to Debhelper level 5
   * Improved dependency information
   * Added watch file
   * Improved package description
Files: 
 e76be07fb697a43f777b59db6ba956af 798 games optional ggz-kde-client_0.0.13-2.dsc
 f4ecc8c634554dda9c62596a69b71604 2686 games optional 
ggz-kde-client_0.0.13-2.diff.gz
 57294904179395b029d00892d0ac68a7 1344304 games optional 
ggz-kde-client_0.0.13-2_i386.deb

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

iD8DBQFE61XqTTx8oVVPtMYRAkCrAJ4vajtCDAdmETcZHI+5khrhGaZ/FgCfV6Qk
3CSSbS6OpWUvqqP1acNY3N4=
=r48m
-END PGP SIGNATURE-


Accepted:
ggz-kde-client_0.0.13-2.diff.gz
  to pool/main/g/ggz-kde-client/ggz-kde-client_0.0.13-2.diff.gz
ggz-kde-client_0.0.13-2.dsc
  to pool/main/g/ggz-kde-client/ggz-kde-client_0.0.13-2.dsc
ggz-kde-client_0.0.13-2_i386.deb
  to pool/main/g/ggz-kde-client/ggz-kde-client_0.0.13-2_i386.deb


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



Accepted source-highlight 2.4-4 (source i386)

2006-08-22 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 20:56:37 +0200
Source: source-highlight
Binary: source-highlight
Architecture: source i386
Version: 2.4-4
Distribution: unstable
Urgency: low
Maintainer: Ola Lundqvist [EMAIL PROTECTED]
Changed-By: Ola Lundqvist [EMAIL PROTECTED]
Description: 
 source-highlight - convert source code to tyntax highlighted document
Changes: 
 source-highlight (2.4-4) unstable; urgency=low
 .
   * Updated README.Debian file to reflect the new version.
 Thanks to Thomas Petazzoni [EMAIL PROTECTED] for how to use
 lesspipe.
   * Moved src-hilite-lesspipe.sh to /usr/share/source-highlight, as suggested
 by Thomas Petazzoni.
   * Updated description of package in control file, with ideas taken from
 Thomas Petazzoni.
Files: 
 35c4f92b5f269873c41c38f430cf8a2f 647 devel optional source-highlight_2.4-4.dsc
 02d47ec4b2139740066d4368247379c1 161453 devel optional 
source-highlight_2.4-4.diff.gz
 567bb68b46a07d5e4e3045a2aac9eca2 357348 devel optional 
source-highlight_2.4-4_i386.deb

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

iD8DBQFE61g/GKGxzw/lPdkRAgZCAJ9TTW2C8BgcwNnbl1XLaV5nwJcUZACggjI/
oLxwqrHwadEirnQybQ1tF4Y=
=85wH
-END PGP SIGNATURE-


Accepted:
source-highlight_2.4-4.diff.gz
  to pool/main/s/source-highlight/source-highlight_2.4-4.diff.gz
source-highlight_2.4-4.dsc
  to pool/main/s/source-highlight/source-highlight_2.4-4.dsc
source-highlight_2.4-4_i386.deb
  to pool/main/s/source-highlight/source-highlight_2.4-4_i386.deb


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



Accepted knemo 0.4.4-2 (source i386)

2006-08-22 Thread Debian KDE Extras Team
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 17:11:42 +0200
Source: knemo
Binary: knemo
Architecture: source i386
Version: 0.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]
Changed-By: Debian KDE Extras Team [EMAIL PROTECTED]
Description: 
 knemo  - network interfaces monitor for KDE's systray
Changes: 
 knemo (0.4.4-2) unstable; urgency=low
 .
   [ Achim Bohnet ]
   * control: remove Depends: kdelibs-bin.  kdelibs-bin was merged into
 kdelibs4c2a (4:3.5.3-1). kdelibs4c2a is added via ${shlibs:Depends}.
 Thx Hobbsee for reminding me (again and again :).
Files: 
 66949e2a98cebe1b165a9f37ab5d3d54 715 kde optional knemo_0.4.4-2.dsc
 0ad2fdf331bbfc700043c70592367ad6 5627 kde optional knemo_0.4.4-2.diff.gz
 a2d4f8802b6edb7d553f4bdb635f8160 279746 kde optional knemo_0.4.4-2_i386.deb

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

iD8DBQFE62q6oCzanz0IthIRAncSAJ4qx5Qa+CJsOfjiHubs2lcZwCF2EgCeMWdg
n6gnTKhQw78W8icckPn7Xxg=
=ebHj
-END PGP SIGNATURE-


Accepted:
knemo_0.4.4-2.diff.gz
  to pool/main/k/knemo/knemo_0.4.4-2.diff.gz
knemo_0.4.4-2.dsc
  to pool/main/k/knemo/knemo_0.4.4-2.dsc
knemo_0.4.4-2_i386.deb
  to pool/main/k/knemo/knemo_0.4.4-2_i386.deb


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



Accepted xen-tools 2.4-1 (source all)

2006-08-22 Thread Steve Kemp
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 10:00:00 +
Source: xen-tools
Binary: xen-tools
Architecture: source all
Version: 2.4-1
Distribution: unstable
Urgency: low
Maintainer: Steve Kemp [EMAIL PROTECTED]
Changed-By: Steve Kemp [EMAIL PROTECTED]
Description: 
 xen-tools  - Tools to manage debian XEN virtual servers
Closes: 383492 383703 383736
Changes: 
 xen-tools (2.4-1) unstable; urgency=low
 .
   * New upstream release.
 - Don't setup ramdisk in xm.tmpl if one isn't being used.
   (Closes: #383703)
 - xen-delete-image will not complain if a swap volume doesn't exist.
   It will also remove the new installation logfile.
   (Closes: #383736)
 - Improved documentation on custom variables in the Xen configuration
   file in the manpage for xt-create-xen-config
 - Allow the MAC address to be set for the first network interface,
   regardless of DHCP/static addressing.
   (Closes: #383492)
   * Added watch file.
Files: 
 ff432c941278199650126e3589b9f195 640 utils extra xen-tools_2.4-1.dsc
 0d617fe194179cfd3fbd6484661f3b2d 79070 utils extra xen-tools_2.4.orig.tar.gz
 a1e6f50760f5d61490dc4cf655165f2a 4678 utils extra xen-tools_2.4-1.diff.gz
 2e8e1379a1c0d19567006fe9990edbed 95282 utils extra xen-tools_2.4-1_all.deb

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

iD8DBQFE62SzwM/Gs81MDZ0RAt1PAKC1xb6ywg8QYyfFaFCKkwlWYqUQvgCgzhNB
ok6Oq7V2JTgKPut3ZEQrXg0=
=nr08
-END PGP SIGNATURE-


Accepted:
xen-tools_2.4-1.diff.gz
  to pool/main/x/xen-tools/xen-tools_2.4-1.diff.gz
xen-tools_2.4-1.dsc
  to pool/main/x/xen-tools/xen-tools_2.4-1.dsc
xen-tools_2.4-1_all.deb
  to pool/main/x/xen-tools/xen-tools_2.4-1_all.deb
xen-tools_2.4.orig.tar.gz
  to pool/main/x/xen-tools/xen-tools_2.4.orig.tar.gz


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



Accepted ggz-kde-games 0.0.13-2 (source i386 all)

2006-08-22 Thread Peter Eisentraut
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 21:28:06 +0200
Source: ggz-kde-games
Binary: ggz-kde-games-data ggz-kde-games
Architecture: source i386 all
Version: 0.0.13-2
Distribution: unstable
Urgency: low
Maintainer: Debian GGZ Maintainers [EMAIL PROTECTED]
Changed-By: Peter Eisentraut [EMAIL PROTECTED]
Description: 
 ggz-kde-games - GGZ Gaming Zone: game clients collection for KDE
 ggz-kde-games-data - GGZ Gaming Zone: game clients collection for KDE
Closes: 377493
Changes: 
 ggz-kde-games (0.0.13-2) unstable; urgency=low
 .
   [ Josef Spillner ]
   * Fix installation of KDE documentation (closes: #377493).
 .
   [ Peter Eisentraut ]
   * Changed maintainer to mailing list
   * Changed build system to CDBS
   * Updated to Debhelper level 5
   * Improved dependency information
   * Added watch file
   * Improved package description
Files: 
 8f24112896ff4abae6ea306fa61b6362 790 games optional ggz-kde-games_0.0.13-2.dsc
 8c0ecdbd54d01d0df80ede607f0e9bc5 2796 games optional 
ggz-kde-games_0.0.13-2.diff.gz
 4562a203811330dc9444dbe89d7d1923 1431250 games optional 
ggz-kde-games-data_0.0.13-2_all.deb
 a87e25a7042a8cb041de8309d3050325 417704 games optional 
ggz-kde-games_0.0.13-2_i386.deb

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

iD8DBQFE61vzTTx8oVVPtMYRAh/kAJ9rN7U2xeK2cRCnn/37hiX1pvv1uQCeNotK
Y3RDs5+vVKbt139oigknQ8M=
=sH9I
-END PGP SIGNATURE-


Accepted:
ggz-kde-games-data_0.0.13-2_all.deb
  to pool/main/g/ggz-kde-games/ggz-kde-games-data_0.0.13-2_all.deb
ggz-kde-games_0.0.13-2.diff.gz
  to pool/main/g/ggz-kde-games/ggz-kde-games_0.0.13-2.diff.gz
ggz-kde-games_0.0.13-2.dsc
  to pool/main/g/ggz-kde-games/ggz-kde-games_0.0.13-2.dsc
ggz-kde-games_0.0.13-2_i386.deb
  to pool/main/g/ggz-kde-games/ggz-kde-games_0.0.13-2_i386.deb


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



Accepted kbd-chooser 1.30 (source i386)

2006-08-22 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 23 Aug 2006 00:04:47 +0200
Source: kbd-chooser
Binary: kbd-chooser
Architecture: source i386
Version: 1.30
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 kbd-chooser - Detect a keyboard and select layout (udeb)
Closes: 339716 365308 377355 382697
Changes: 
 kbd-chooser (1.30) unstable; urgency=low
 .
   [ Colin Watson ]
   * Const-correctness in findfile_in_dir() and findfile().
   * Remove redeclaration of findfile() in loadkeys.y.
 .
   [ Theppitak Karoonboonyanan ]
   * Add Thai (tis-620) keysyms support. Closes: #377355.
 .
   [ Frans Pop ]
   * Add support for ppc64. Closes: #339716.
   * Execute S55kbd-chooser in debian-installer.d where it belongs so that
 UTF-8 support actually gets enabled. Closes: #365308.
   * Add Lintian override for standards-version.
 .
   [ Philip Hands ]
   * Add isinstallable: to delay configuration if auto-install/enabled=true.
 .
   [ Davide Viti ]
   * Enable iso-8859-7 needed to install Greek keyboard. Closes: #382697.
   * Disable mazovia, koi8, cp1250 keysyms which are currently unused;
 re-enabling can be done in config.h by uncommenting the right define(s).
 .
   [ Updated translations ]
   * Greek, Modern (1453-) (el.po) by quad-nrg.net
   * Estonian (et.po) by Siim Põder
   * Gujarati (gu.po) by Kartik Mistry
   * Icelandic (is.po) by David Steinn Geirsson
   * Panjabi (pa.po) by A S Alam
   * Traditional Chinese (zh_TW.po) by Tetralet
Files: 
 dce486d95836db20656940c26da7a9a3 904 debian-installer optional 
kbd-chooser_1.30.dsc
 756b022f27946b6f74178ab337547483 85717 debian-installer optional 
kbd-chooser_1.30.tar.gz
 956c797990be995ce5ea3d36b6e5da29 41812 debian-installer optional 
kbd-chooser_1.30_i386.udeb
Package-Type: udeb

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

iD8DBQFE64Rmgm/Kwh6ICoQRAoEbAJwLOihUD1HfmDjhn4Fqfc10dFCqowCgv8/d
7ApVTeJTUTgy2NFVCkOY7MI=
=0NN1
-END PGP SIGNATURE-


Accepted:
kbd-chooser_1.30.dsc
  to pool/main/k/kbd-chooser/kbd-chooser_1.30.dsc
kbd-chooser_1.30.tar.gz
  to pool/main/k/kbd-chooser/kbd-chooser_1.30.tar.gz
kbd-chooser_1.30_i386.udeb
  to pool/main/k/kbd-chooser/kbd-chooser_1.30_i386.udeb


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



Accepted rootskel 1.35 (source i386)

2006-08-22 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 23 Aug 2006 00:03:20 +0200
Source: rootskel
Binary: rootskel-bootfloppy rootskel
Architecture: source i386
Version: 1.35
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team debian-boot@lists.debian.org
Changed-By: Frans Pop [EMAIL PROTECTED]
Description: 
 rootskel   - Skeleton root filesystem used by debian-installer (udeb)
 rootskel-bootfloppy - Skeleton root filesystem used by debian-installer boot 
floppy (udeb)
Changes: 
 rootskel (1.35) unstable; urgency=low
 .
   [ Colin Watson ]
   * src/lib/debian-installer/init-udev-devices, src/sbin/init: Create/remove
 normal device names as well as devfs names.
 .
   [ Frans Pop ]
   * Remove countcpus-linux-x86 as it never really worked and is no longer
 needed with smp-alternatives enabled in the kernel for 2.6.17.
   * Add /etc/profile to set VT2 in UTF-8 mode if needed.
   * Make shell on VT2 a login shell so that /etc/profile will be sourced.
   * Set LANG and LANGUAGE to sensible defaults always; should fix dialogs in
 some cases where localechooser is not run (e.g. country selection lists
 on S/390).
Files: 
 53264c2ab3ffe8801d4ad31039499c78 800 debian-installer standard 
rootskel_1.35.dsc
 b7390376429860c4ab238f99ffa011fa 25054 debian-installer standard 
rootskel_1.35.tar.gz
 bb380a40d238dd81e175ae2ea246d969 5994 debian-installer standard 
rootskel_1.35_i386.udeb
 9cb4500a1c43a5975bdb3c4273059246 2716 debian-installer extra 
rootskel-bootfloppy_1.35_i386.udeb
Package-Type: udeb

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

iD8DBQFE64RRgm/Kwh6ICoQRAqcoAJ4i8VE1tyCKGHGIZ0PPje/LVT1S5gCfTSKd
IvEOi8Xydfui/BlSVzLmKEc=
=62Ay
-END PGP SIGNATURE-


Accepted:
rootskel-bootfloppy_1.35_i386.udeb
  to pool/main/r/rootskel/rootskel-bootfloppy_1.35_i386.udeb
rootskel_1.35.dsc
  to pool/main/r/rootskel/rootskel_1.35.dsc
rootskel_1.35.tar.gz
  to pool/main/r/rootskel/rootskel_1.35.tar.gz
rootskel_1.35_i386.udeb
  to pool/main/r/rootskel/rootskel_1.35_i386.udeb


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



Accepted swig1.3 1.3.29-2 (source all i386)

2006-08-22 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 23:53:22 +0200
Source: swig1.3
Binary: swig1.3 swig swig-doc swig1.3-examples swig-examples swig1.3-doc
Architecture: source all i386
Version: 1.3.29-2
Distribution: unstable
Urgency: medium
Maintainer: Torsten Landschoff [EMAIL PROTECTED]
Changed-By: Torsten Landschoff [EMAIL PROTECTED]
Description: 
 swig   - Generate scripting interfaces to C/C++ code
 swig-doc   - HTML documentation for SWIG
 swig-examples - Examples for applications of SWIG
 swig1.3- Generate scripting interfaces to C/C++ code
 swig1.3-doc - HTML documentation for SWIG
 swig1.3-examples - Examples for applications of SWIG
Closes: 384212
Changes: 
 swig1.3 (1.3.29-2) unstable; urgency=medium
 .
   * Adopt to new default python version (closes: #384212).
 + debian/rules: Change python interpreter to /usr/bin/python2.4.
 + debian/control: Update build-dependencies.
   * debian/control: Add version for debhelper build dependency (linda).
Files: 
 6b8723f2f7fb9c9811dc2df3b073a792 1000 interpreters optional 
swig1.3_1.3.29-2.dsc
 170a6046e7e0847133b0d0b5f86613da 27584 interpreters optional 
swig1.3_1.3.29-2.diff.gz
 5a8274082e82b160396f72b69d8f651a 795770 interpreters optional 
swig-examples_1.3.29-2_all.deb
 5df7b16532af496f30ec3537aaf09b79 9146 interpreters optional 
swig1.3-examples_1.3.29-2_all.deb
 7a969cca89ea5a6b3658502e9a04ea2d 1956758 doc optional swig-doc_1.3.29-2_all.deb
 2a2dc84cc186962d9930fdadb4222cb5 9144 doc optional swig1.3-doc_1.3.29-2_all.deb
 3103c669b7e9a5c66398058c1d0f1944 998516 interpreters optional 
swig_1.3.29-2_i386.deb
 8ccd6de8d1877ad26e210a415d83cb1b 9286 interpreters optional 
swig1.3_1.3.29-2_i386.deb

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

iD8DBQFE64BQdQgHtVUb5EcRAt9uAJwIIFzOWpFHsujBWK5PW0R95n3wPgCfYS8m
CRPys+YUEw7wW7bLxpGxnOQ=
=OBIF
-END PGP SIGNATURE-


Accepted:
swig-doc_1.3.29-2_all.deb
  to pool/main/s/swig1.3/swig-doc_1.3.29-2_all.deb
swig-examples_1.3.29-2_all.deb
  to pool/main/s/swig1.3/swig-examples_1.3.29-2_all.deb
swig1.3-doc_1.3.29-2_all.deb
  to pool/main/s/swig1.3/swig1.3-doc_1.3.29-2_all.deb
swig1.3-examples_1.3.29-2_all.deb
  to pool/main/s/swig1.3/swig1.3-examples_1.3.29-2_all.deb
swig1.3_1.3.29-2.diff.gz
  to pool/main/s/swig1.3/swig1.3_1.3.29-2.diff.gz
swig1.3_1.3.29-2.dsc
  to pool/main/s/swig1.3/swig1.3_1.3.29-2.dsc
swig1.3_1.3.29-2_i386.deb
  to pool/main/s/swig1.3/swig1.3_1.3.29-2_i386.deb
swig_1.3.29-2_i386.deb
  to pool/main/s/swig1.3/swig_1.3.29-2_i386.deb


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



Accepted xulrunner 1.8.0.5-2 (source all i386)

2006-08-22 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 23:15:16 +0200
Source: xulrunner
Binary: libmozjs0d-dbg libnspr4-0d-dbg libxul0d-dbg xulrunner libnspr4-dev 
libxul0d xulrunner-gnome-support libnspr4-0d libsmjs-dev libnss3-0d libmozjs0d 
libmozjs-dev python-xpcom libnss3-0d-dbg libxul-common 
libmozillainterfaces-java spidermonkey-bin libnss3-dev libxul-dev libsmjs1
Architecture: source all i386
Version: 1.8.0.5-2
Distribution: unstable
Urgency: low
Maintainer: Mike Hommey [EMAIL PROTECTED]
Changed-By: Mike Hommey [EMAIL PROTECTED]
Description: 
 libmozillainterfaces-java - XPCOM bindings for Java
 libmozjs-dev - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libmozjs0d - The Mozilla SpiderMonkey JavaScript library
 libmozjs0d-dbg - Development files for the Mozilla SpiderMonkey JavaScript 
library
 libnspr4-0d - NetScape Portable Runtime Library
 libnspr4-0d-dbg - Development files for the NetScape Portable Runtime library
 libnspr4-dev - Development files for the NetScape Portable Runtime library
 libnss3-0d - Network Security Service libraries
 libnss3-0d-dbg - Development files for the Network Security Service libraries
 libnss3-dev - Development files for the Network Security Service libraries
 libsmjs-dev - Migration package for the Mozilla SpiderMonkey JavaScript library
 libsmjs1   - Migration package for the Mozilla SpiderMonkey JavaScript library
 libxul-common - Gecko engine library - common files
 libxul-dev - Development files for the Gecko engine library
 libxul0d   - Gecko engine library
 libxul0d-dbg - Development files for the Gecko engine library
 python-xpcom - XPCOM bindings for Python
 spidermonkey-bin - The SpiderMonkey Interpreter
 xulrunner  - XUL + XPCOM application runner
 xulrunner-gnome-support - Support for Gnome in xulrunner applications
Closes: 367106 367106 381291 382539 384200 384203
Changes: 
 xulrunner (1.8.0.5-2) unstable; urgency=low
 .
   * The Fix-ups release.
 .
   * debian/patches/01_libxpcom_hack.dpatch: Force libxpcom to be linked to
 xulrunner-bin, xpcshell and libgtkmozembed so that it is loaded in most
 of the cases.
   * debian/patches/01_passwdmgr_crash.dpatch: Avoid crash of the password
 manager when embedding applications don't set a profile directory. Patch
 from bz#294075. Closes: #367106.
   * debian/patches/01_gnome_helpers_with_params.dpatch: Make helper
 applications with parameters work. Adapted patch from bz#273524.
 Closes: #381291.
   * debian/patches/01_nspr_m4.dpatch: Avoid aclocal warnings about
 underquoted definition of AM_PATH_NSPR. Closes: #382539.
   * debian/patches/01_gtkmozembed_change_toplevel.dpatch: Fix drop-down menus
 when gtkmozembed is moved from different toplevel. Patch from bz#296002.
 Closes: #367106.
   * debian/patches/01_overthespot.dpatch: Apply patch from bz#271815 for GTK2
 IM Over-The-Spot support.
   * debian/patches/00list: Updated accordingly.
   * debian/control:
 + Make the controls more BinNMU compliant. Closes: #384200, #384203.
 + Bumped Standards-Version to 3.7.2.1. No changes.
Files: 
 f0be414bc2d090cd5ef7baf328b5421c 1265 devel optional xulrunner_1.8.0.5-2.dsc
 082f3ca761d491969f3ef1b546749981 148257 devel optional 
xulrunner_1.8.0.5-2.diff.gz
 c96d925d255458c24adab156bce17909 202098 libdevel optional 
libnspr4-dev_1.8.0.5-2_all.deb
 06a45d765bbbe88294f74f0d4125837e 167304 libdevel optional 
libmozjs-dev_1.8.0.5-2_all.deb
 c7fa24ba8de5a41073fc8708c3605101 31008 libs optional libsmjs1_1.8.0.5-2_all.deb
 97fbb72cbc70b8b7d394943d974e9c0d 31042 libdevel optional 
libsmjs-dev_1.8.0.5-2_all.deb
 7340c7fde11865cbdfe24fbe230e659c 1038152 libs optional 
libxul-common_1.8.0.5-2_all.deb
 49f090f6ab0f4c79251fbf00149b1e8c 2615480 libdevel optional 
libxul-dev_1.8.0.5-2_all.deb
 4ecf72cc7c463c3f4a904ce3dcb9c34a 216562 libdevel optional 
libnss3-dev_1.8.0.5-2_all.deb
 982cca8ccd9867ad0773df44d33becaa 1016916 libdevel extra 
libmozillainterfaces-java_1.8.0.5-2_all.deb
 d2d87b9e55286e23d7723decb8dc9276 259936 devel optional 
xulrunner_1.8.0.5-2_i386.deb
 76767faaf6e9b2f5e2ea241343b353b2 58034 devel optional 
xulrunner-gnome-support_1.8.0.5-2_i386.deb
 c1ace9b289da38b890395a9f8fd486ea 133710 libs optional 
libnspr4-0d_1.8.0.5-2_i386.deb
 d455caa29a723092fd0fd92bf2d00c73 287834 libdevel extra 
libnspr4-0d-dbg_1.8.0.5-2_i386.deb
 cb4f532aba1ed80ff154d1063f1fa913 326962 libs optional 
libmozjs0d_1.8.0.5-2_i386.deb
 d6498cb39db7ff317ba041dda79807fe 699668 libdevel extra 
libmozjs0d-dbg_1.8.0.5-2_i386.deb
 342173e4869073debbc9dc2e007f460b 45528 interpreters optional 
spidermonkey-bin_1.8.0.5-2_i386.deb
 a0c215169ac9b03e655aa9b560fd33cd 5321872 libs optional 
libxul0d_1.8.0.5-2_i386.deb
 40088603998f68d4b7b4f5f3bbacdfbc 44088958 libdevel extra 
libxul0d-dbg_1.8.0.5-2_i386.deb
 c28aefa708a314d00dff1d5a4d34b6f3 692888 libs optional 
libnss3-0d_1.8.0.5-2_i386.deb
 22f6f4e12093d02b51ccf7661aa1d200 1531596 libdevel extra 

Accepted cvsnt 2.5.03.2382-2 (source i386)

2006-08-22 Thread Andreas Tscharner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 19 Jul 2006 21:03:30 +0200
Source: cvsnt
Binary: cvsnt
Architecture: source i386
Version: 2.5.03.2382-2
Distribution: unstable
Urgency: low
Maintainer: [EMAIL PROTECTED]
Changed-By: Andreas Tscharner [EMAIL PROTECTED]
Description: 
 cvsnt  - A better CVS
Closes: 378253
Changes: 
 cvsnt (2.5.03.2382-2) unstable; urgency=low
 .
   * Apply patch from Kurt Roeckx [EMAIL PROTECTED] (closes: #378253)
   * Remove cvsntmmc directory
Files: 
 c0f00e1399f7204189d6003c2f018ea3 718 devel optional cvsnt_2.5.03.2382-2.dsc
 a0f470aa0b0d20a9ffc7a6c0153bbfcb 121608 devel optional 
cvsnt_2.5.03.2382-2.diff.gz
 fbc6d869f810948dc862c7e7299860d0 1066512 devel optional 
cvsnt_2.5.03.2382-2_i386.deb

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

iD8DBQFE65EGTx4JB6685x8RAgowAJ9A8RR8Hxi0b6u92JoGujR52ZfvdACdGRHy
D+BZLM/5t+Mrdt0IEHZ1W8s=
=PrLC
-END PGP SIGNATURE-


Accepted:
cvsnt_2.5.03.2382-2.diff.gz
  to pool/main/c/cvsnt/cvsnt_2.5.03.2382-2.diff.gz
cvsnt_2.5.03.2382-2.dsc
  to pool/main/c/cvsnt/cvsnt_2.5.03.2382-2.dsc
cvsnt_2.5.03.2382-2_i386.deb
  to pool/main/c/cvsnt/cvsnt_2.5.03.2382-2_i386.deb


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



Accepted xmms2 0.2DrFeelgood-3 (source i386 all)

2006-08-22 Thread Florian Ragwitz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 22 Aug 2006 16:17:46 +0200
Source: xmms2
Binary: xmms2-plugin-flac libxmmsclient++-glib0 libxmmsclient++-dev 
xmms2-plugin-mad xmms2-client-avahi libxmmsclient0 libxmmsclient-glib-dev 
libxmmsclient++0 xmms2-plugin-oss libxmmsclient-dev xmms2-plugin-jack 
xmms2-plugin-smb xmms2-client-medialib-updater python-xmmsclient 
xmms2-plugin-vorbis xmms2-plugin-gnomevfs xmms2-client-cli xmms2-plugin-mms 
xmms2-plugin-wma libxmmsclient++-glib-dev xmms2-core xmms2-plugin-icymetaint 
libxmmsclient-ruby xmms2-plugin-modplug xmms2-et xmms2-plugin-curl 
xmms2-plugin-musepack xmms2-plugin-sid xmms2-plugin-id3v2 libxmmsclient-glib0 
libxmmsclient-ruby1.8 xmms2 xmms2-dev xmms2-plugin-alsa
Architecture: source i386 all
Version: 0.2DrFeelgood-3
Distribution: unstable
Urgency: low
Maintainer: Florian Ragwitz [EMAIL PROTECTED]
Changed-By: Florian Ragwitz [EMAIL PROTECTED]
Description: 
 libxmmsclient++-dev - XMMS2 - client library for c++ - development files
 libxmmsclient++-glib-dev - XMMS2 - glib client library for c++ - development 
files
 libxmmsclient++-glib0 - XMMS2 - glib client library for c++
 libxmmsclient++0 - XMMS2 - client library for c++
 libxmmsclient-dev - XMMS2 - client library devel files
 libxmmsclient-glib-dev - XMMS2 - glib client library - development files
 libxmmsclient-glib0 - XMMS2 - glib client library
 libxmmsclient-ruby - XMMS2 - Ruby client library
 libxmmsclient-ruby1.8 - XMMS2 - Ruby bindings
 libxmmsclient0 - XMMS2 - client library
 python-xmmsclient - XMMS2 - Python bindings
 xmms2  - Client/server based media player system
 xmms2-client-avahi - XMMS2 - avahi client
 xmms2-client-cli - XMMS2 - cli client
 xmms2-client-medialib-updater - XMMS2 - medialib-updater client
 xmms2-core - XMMS2 - core package
 xmms2-dev  - XMMS2 - common devel files
 xmms2-et   - XMMS2 - phone home package
 xmms2-plugin-alsa - XMMS2 - ALSA output
 xmms2-plugin-curl - XMMS2 - curl transport for HTTP
 xmms2-plugin-flac - XMMS2 - flac decoder
 xmms2-plugin-gnomevfs - XMMS2 - GnomeVFS transport
 xmms2-plugin-icymetaint - XMMS2 - shoutcast metadata plugin
 xmms2-plugin-id3v2 - XMMS2 - ID3v2 plugin
 xmms2-plugin-jack - XMMS2 - JACK output
 xmms2-plugin-mad - XMMS2 - libmad based mp3 decoder
 xmms2-plugin-mms - XMMS2 - MMS transport
 xmms2-plugin-modplug - XMMS2 - flac decoder
 xmms2-plugin-musepack - XMMS2 - mpc decoder
 xmms2-plugin-oss - XMMS2 - OSS output
 xmms2-plugin-sid - XMMS2 - libsidplay2 based decoder
 xmms2-plugin-smb - XMMS2 - Samba transport
 xmms2-plugin-vorbis - XMMS2 - vorbis decoder
 xmms2-plugin-wma - XMMS2 - wma decoder
Closes: 383268 383721
Changes: 
 xmms2 (0.2DrFeelgood-3) unstable; urgency=low
 .
   * Move the nulstripper plugin into -core.
   * Let the meta package depend on the id3v2 plugin.
   * Add Enhances relations to all plugin packages.
   * Make the mad plugin suggest the idv3 plugin.
   * Let the curl plugin suggest the icymetaint plugin.
   * Let the icymetaint plugin depend on the curl plugin.
   * Add 10_default_configfile.dpatch which uses g_mkdir_with_parents() instead
 of mkdir() to create the cli clients config directory (Closes: #383721).
   * Add 20_uninitialized_gerrors.dpatch which initializes all GError pointers
 with NULL to avoid glib errors (Closes: #383268).
   * Add a dpatch build-dependency as well as build rules to use dpatch.
Files: 
 f84220dd49b019c68a380c32609f50d7 1657 sound optional xmms2_0.2DrFeelgood-3.dsc
 4776c0d3224bdced510cb332b2ed6460 6523 sound optional 
xmms2_0.2DrFeelgood-3.diff.gz
 4774432b4d6b01e22c248e845ecaadc5 9586 sound optional 
xmms2_0.2DrFeelgood-3_all.deb
 b3e66d1e1803d95363e1772cf16d4c08 17006 libdevel optional 
xmms2-dev_0.2DrFeelgood-3_all.deb
 eeae4dd53005a7ce57ba61927642fe4b 785706 sound optional 
xmms2-core_0.2DrFeelgood-3_i386.deb
 d8d69b1078d71618ac02a640ca3b80ba 10396 sound optional 
xmms2-et_0.2DrFeelgood-3_i386.deb
 4831ae3db74fa7addd2c84a5ec577986 30462 libs optional 
libxmmsclient0_0.2DrFeelgood-3_i386.deb
 a5cdae3b55f100d3103f091e2b30b67b 31918 libdevel optional 
libxmmsclient-dev_0.2DrFeelgood-3_i386.deb
 e6c2e1f81e6a82137835902e4a8845c7 5778 libs optional 
libxmmsclient-glib0_0.2DrFeelgood-3_i386.deb
 0789dd7a9977f2c52a0682a9272ffddf 5346 libdevel optional 
libxmmsclient-glib-dev_0.2DrFeelgood-3_i386.deb
 7b5850958b035bf080aaf3bbaa7d5cdf 147576 libs optional 
libxmmsclient++0_0.2DrFeelgood-3_i386.deb
 74fb5273cff5aa8014b72f80062eaeec 431208 libdevel optional 
libxmmsclient++-dev_0.2DrFeelgood-3_i386.deb
 188614b8dbd27095780a202a946d4ebc 6456 libs optional 
libxmmsclient++-glib0_0.2DrFeelgood-3_i386.deb
 f67280044935aef632b503fdfb9f757a 6290 libdevel optional 
libxmmsclient++-glib-dev_0.2DrFeelgood-3_i386.deb
 6ac68aa357c3db1fb1f63b9bf819f4c1 3778 interpreters optional 
libxmmsclient-ruby_0.2DrFeelgood-3_all.deb
 73c40bfb12dff1a3eef075d57c13ac2b 17398 interpreters optional 
libxmmsclient-ruby1.8_0.2DrFeelgood-3_i386.deb
 

  1   2   >