Re: Bits from the Testing Security team

2008-01-17 Thread Jonas Meurer
On 16/01/2008 Reinhard Tartler wrote:
 Jonas Meurer [EMAIL PROTECTED] writes:
 
  cryptsetup is at least one binary in /sbin which depends on libgcrypt
  and libgpg-error. If i got it right, that should be enough to move the
  libs to /lib, correct?
 
  Maybe I should file withlist bugs, and stop building cryptsetup
  statically as soon as the libs have been moved...
 
 Any news on this?

unfortunately not. i'm busy with examinations currently, and i didn't
get any response to my question on debian-devel:

On 15/12/2007 Jonas Meurer wrote:
 On 10/12/2007 Simon Richter wrote:
  Moving libgpg-error to /lib should not be a problem at all -- it's 
  pretty small. libgcrypt, on the other hand, is a huge beast. :-/
  
  How much of libgcrypt is used by cryptsetup?
 
 that's a good question. i don't know how to figure that out. should I
 search for useage of functions which are provided by libgcrypt in
 cryptsetup?


greetings,
 jonas


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



hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Anton Piatek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I am trying to get this working...
I have created my chroot image as an i386 image
dpkg-architecture returns
 DEB_BUILD_ARCH=i386
 DEB_BUILD_ARCH_OS=linux
 DEB_BUILD_ARCH_CPU=i386
 DEB_BUILD_GNU_CPU=i486
 DEB_BUILD_GNU_SYSTEM=linux-gnu
 DEB_BUILD_GNU_TYPE=i486-linux-gnu
 DEB_HOST_ARCH=i386
 DEB_HOST_ARCH_OS=linux
 DEB_HOST_ARCH_CPU=i386
 DEB_HOST_GNU_CPU=i486
 DEB_HOST_GNU_SYSTEM=linux-gnu
 DEB_HOST_GNU_TYPE=i486-linux-gnu
So that looks ok.
If I call pbuilder with linux32, the uname -m returns i686

Yet when building my packages, pbuilder dies with
  dh_installdirs: dpkg-architecture failed

Am I missing something?

Anton

- --
Anton Piatek
email: [EMAIL PROTECTED]
blog/photos:http://www.strangeparty.com
pgp: [0xB307BAEF]   (http://tastycake.net/~anton/anton.asc)
fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF

No trees were destroyed in the sending of this message, however, a
significant number of electrons were terribly inconvenienced.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHjxs4WG/uFE1FAgwRArc8AJwKsp6ZMgfkRcrN8xgydCxTbh8dwgCeI0Qp
2bfLXU+E1uYJIBm0RmMKdKs=
=PFto
-END PGP SIGNATURE-


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



Re: hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Fathi Boudra
see attached helper scripts base on scripts provided with pbuilder.

cheers,

Fathi


pbuilder-sid-i386
Description: Binary data


pdebuild-sid-i386
Description: Binary data


Bug#461203: ITP: krb5-auth-dialog -- dialog for reauthenticating kerberos tickets

2008-01-17 Thread Guido Guenther
Package: wnpp
Severity: wishlist
Owner: Guido Guenther [EMAIL PROTECTED]

* Package name: krb5-auth-dialog
  Version : 0.6
  Upstream Author : Christopher Aillon [EMAIL PROTECTED]
* URL : http://ftp.gnome.org/pub/GNOME/sources/krb5-auth-dialog/
* License : GPL
  Programming Lang: C
  Description : dialog for reauthenticating kerberos tickets

 krb5-auth-dialog is a simple dialog that monitors kerberos tickets, and 
 pops up a dialog when they are about to expire.



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



Re: Speed up the boot by loading the kernel disk cache

2008-01-17 Thread Marc Haber
On Mon, 14 Jan 2008 10:50:12 +0100, Petter Reinholdtsen
[EMAIL PROTECTED] wrote:
Today a new package to speed up the boot is available in unstable.
The readahead binary package can speed up the boot quite significantly
by optimizing how the hard drive is used.  It make sure the kernel
disk cache is populated as the very first thing done at boot with the
files used during boot.  To test it, install readahead, boot once with
'profile' as a kernel option to tune it to your boot, and then boot
normally.

Will this speed up waking up from hibernation as well?

Greetings
Marc, cursed with a notebook that doesn't cleanly wake up from
suspend-to-ram

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



Re: hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Adam Borowski
On Thu, Jan 17, 2008 at 01:28:03PM +, Anton Piatek wrote:
 I have noticed another error in the logs, there are permission errors
 on /dev/null
 Logging into the chroot reveals /dev/null is 644, not 666 as I would expect.
 
 How can I fix the permissions of /dev/null under the chroot?
 
 Are my problems likely to be cause by the fact that my machine is
 running as a vserver?

Yes, on vserver root is not really root.  You can't mknod, mess with device
files, mount filesystems, mess with network, etc.  Even some of the
restrictions which have already been fixed on newer versions are by default
(proper paranoia) masked away with machine capabilities.

Both pbuilder and piuparts fail extremely badly, even though one would
expect them to have support for virtualization.  But unless one of us
bothers enough to fix it, the support won't be there.

Even reading up on the intricaties of machine caps can be more work than I
care -- if you have a non-vserver machine nearby, I guess you won't care
that much too.

In theory, you can run pbuilder in vserver host, but if you follow proper
security practices and have the host tightly locked down with the minimum
access needed (server-like setup), it's a bad idea.  If it's just a normal
machine with vserver-enabled kernel (desktop with VMs) just do it the old
way outside vserver...  Or be a hero and fix it for the rest of us  ;-)

-- 
1KB // Microsoft corollary to Hanlon's razor:
//  Never attribute to stupidity what can be
//  adequately explained by malice.


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



Re: hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Anton Piatek
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks,
Works on one machine, but not on another

I have noticed another error in the logs, there are permission errors
on /dev/null
Logging into the chroot reveals /dev/null is 644, not 666 as I would expect.

How can I fix the permissions of /dev/null under the chroot?

Are my problems likely to be cause by the fact that my machine is
running as a vserver?

Anton

On 17/01/2008, Fathi Boudra  wrote:
 see attached helper scripts base on scripts provided with pbuilder.

 cheers,

 Fathi





- --
Anton Piatek
email: [EMAIL PROTECTED]
blog/photos:http://www.strangeparty.com
pgp: [0xB307BAEF]   (http://tastycake.net/~anton/anton.asc)
fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF

No trees were destroyed in the sending of this message, however, a
significant number of electrons were terribly inconvenienced.

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: http://firegpg.tuxfamily.org

iD8DBQFHj1eXWG/uFE1FAgwRAgHdAKCMHpj5YtOecS9lI+OWTJnbtbEjlQCfQvLK
+VqLRACgNPnqCtfuquO9bXc=
=6UuO
-END PGP SIGNATURE-


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



Re: hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Anton Piatek
On 17/01/2008, Anton Piatek [EMAIL PROTECTED] wrote:
 I have noticed another error in the logs, there are permission errors
 on /dev/null
 Logging into the chroot reveals /dev/null is 644, not 666 as I would expect.

 How can I fix the permissions of /dev/null under the chroot?

 Are my problems likely to be cause by the fact that my machine is
 running as a vserver?

Actually /dev/null is not even a character device inside the chroot:
# ls -l /dev/null
-rw-r--r-- 1 root root 0 Jan 17 14:00 /dev/null

Outside the chroot it is fine - I sounds like I have a problem with a
chroot/pbuilder image inside a vserver image (it works fine outside
the vserver image)

Any ideas?

Anton
-- 
Anton Piatek
email: [EMAIL PROTECTED]
blog/photos:http://www.strangeparty.com
pgp: [0xB307BAEF]   (http://tastycake.net/~anton/anton.asc)
fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF

No trees were destroyed in the sending of this message, however, a
significant number of electrons were terribly inconvenienced.


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



Re: Speed up the boot by loading the kernel disk cache

2008-01-17 Thread Petter Reinholdtsen
[Marc Haber]
 Will this speed up waking up from hibernation as well?

It is not involved in hibernation, as far as I know.  Only during
boot.

Happy hacking,
-- 
Petter Reinholdtsen


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



Bug#461234: ITP: kml -- C++ Kernel Machine Library

2008-01-17 Thread Philipp Benner
Package: wnpp
Severity: wishlist
Owner: Philipp Benner [EMAIL PROTECTED]

* Package name: kml
  Version : r285
  Upstream Author : Rutger ter Borg [EMAIL PROTECTED]
* URL : http://www.terborg.net/research/kml/
* License : LGPL
  Programming Lang: C++
  Description : C++ Kernel Machine Library

The Kernel-Machine Library is a free (released under the LGPL) C++
library to promote the use of and progress of kernel machines. It is
intended for use in research as well as in practice. The library is
known to work with a recent C++ compiler on GNU/Linux, on Mac OS, and on
several flavours of Windows.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.18
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Philipp Benner



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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Julien Cristau
On Thu, Jan 17, 2008 at 19:13:43 +0200, Niko Tyni wrote:

 Debian OCaml Maintainers [EMAIL PROTECTED]
camlp4
camlp4-extra
ocaml-nox
 
Fixed in svn, thanks.

Cheers,
Julien


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



Re: hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Anton Piatek
Where is that set? inside the tgz? Theres no fstab inside, and I cant
see any options in the pbuilder config.

Anton

On 17/01/2008, Luk Claes [EMAIL PROTECTED] wrote:
 Anton Piatek wrote:
  Thanks,
  Works on one machine, but not on another
 
  I have noticed another error in the logs, there are permission errors
  on /dev/null
  Logging into the chroot reveals /dev/null is 644, not 666 as I would expect.

 You might want to mount devpts in the chroot.

 Cheers

 Luk



-- 
Anton Piatek
email: [EMAIL PROTECTED]
blog/photos:http://www.strangeparty.com
pgp: [0xB307BAEF]   (http://tastycake.net/~anton/anton.asc)
fingerprint: 116A 5F01 1E5F 1ADE 78C6 EDB3 B9B6 E622 B307 BAEF

No trees were destroyed in the sending of this message, however, a
significant number of electrons were terribly inconvenienced.


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



Re: Bug#461104: RFP: label -- Set or change label to partition disk

2008-01-17 Thread Steve Greenland
On 16-Jan-08, 10:00 (CST), Rafael [EMAIL PROTECTED] wrote: 
Package name: label
 Version: 
 Upstream Author: [David Villa Alises [EMAIL PROTECTED]]
 URL: [http://crysol.inf-cr.uclm.es/node/482]
 License: [GPL]
 Description: [Set or change label to partition disk]


I realize this is just an RFP, but the proposed package name is way too
generic. Something like 'partlabel' or 'disklabel' would be better.

It also seems a rather trivial script for its own package...

Steve

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


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Lucas Nussbaum
On 17/01/08 at 19:13 +0200, Niko Tyni wrote:
 Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]

You list doesn't indicate any co-maintained packages. So, either
co-maintained packages are very good (possible), or you are using an old
version of dd-list that doesn't enable -u by default. Could you please
re-post with dd-list -u?

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Neil Williams
On Thu, 17 Jan 2008 19:13:43 +0200
Niko Tyni [EMAIL PROTECTED] wrote:

 After noticing a few compiled Perl module packages were missing
 ${shlibs:Depends} and/or dh_makeshlibdeps, I looked a bit into how
 widespread this issue is.
 
 Methodology: on sid/amd64, for all Architecture:amd64 packages that don't
 Depend or Pre-Depend on libc6 [1], check all ELF files (as identified by
 'file') inside with 'objdump -p' for linking against libc.so.6.
 
 Result: 300 binary packages from 240 source packages are missing at least
 the libc6 dependency, possibly others.  Generally, this means they are
 not running dpkg-shlibdeps on the files or depending on the results,
 which violates policy 8.6:

A lot of these seem to be -dbg packages and I've got a few issues with
that. Even if I add ${shlibs:Depends} for the -dbg package and run
dh_makeshlibs and dh_shlibdeps, I get this warning with dh_gencontrol
for the -dpkg package:

[EMAIL PROTECTED]:qof-0.7.4$ fakeroot dh_makeshlibs -plibqof1-dbg
[EMAIL PROTECTED]:qof-0.7.4$ less debian/libqof1-dbg/DEBIAN/shlibs
[EMAIL PROTECTED]:qof-0.7.4$ fakeroot dh_shlibdeps -plibqof1-dbg
[EMAIL PROTECTED]:qof-0.7.4$ less debian/libqof1-dbg/DEBIAN/shlibs
[EMAIL PROTECTED]:qof-0.7.4$ fakeroot dh_gencontrol -plibqof1-dbg
dpkg-gencontrol: warning: unknown substitution variable
${shlibs:Depends}

The -dbg package depends on the stripped version of the same library
(which does depend on libc6) so I don't see that I can actually comply
without adding the depends artificially.

 
  [...] and when a package is built which contains any shared libraries
  or compiled binaries, it must run dpkg-shlibdeps on these to determine
  the libraries used and hence the dependencies needed by this package

For -dbg packages, I already do this - with no effect.

 List of binary packages by maintainer ('dd-list -b') appended. I can't
 see any chance for false positives here, but please tell me if I'm wrong.

There are some -dev packages in here too - not sure if those are
correct.

As far as the backend modules for QOF, these are being made into
private libraries in the upcoming libqof2 transition so I won't be
doing anything with those in the final 0.7.4 libqof1 release.

 J.H.M. Dassen (Ray) [EMAIL PROTECTED]
libgoffice-0-4-dbg
libgoffice-0-6-dbg
libgsf-1-114-dbg
libgsf-gnome-1-114-dbg
 Sebastien Bacher [EMAIL PROTECTED]
libgtk2.0-dev
libpango1.0-dev
 Daniel Baumann [EMAIL PROTECTED]
bsdmainutils
libncurses5-dbg
libncursesw5-dbg
python-bsdiff
 Bradley Bell [EMAIL PROTECTED]
libgtkmm-dev
 Christoph Berg [EMAIL PROTECTED]
libendeavour2-dev
 Debian GCC Maintainers [EMAIL PROTECTED]
lib32stdc++6-4.1-dbg
lib32stdc++6-4.2-dbg
lib32stdc++6-4.3-dbg
libstdc++5-3.3-dbg
libstdc++6-4.1-dbg
libstdc++6-4.2-dbg
libstdc++6-4.3-dbg
libstdc++6-dbg
 Debian multimedia packages maintainers [EMAIL PROTECTED]
liba52-0.7.4-dev
 Debian QOF packaging team [EMAIL PROTECTED]
libqof-backend-qsf0
libqof-backend-sqlite0
libqof1-dbg
 Debian VoIP Team [EMAIL PROTECTED]
libccaudio2-dev
libiaxclient-dev
 Eric Dorland [EMAIL PROTECTED]
libassa3.4-0-dev
 John Goerzen [EMAIL PROTECTED]
libghc6-wash-dev
 Gudjon I. Gudjonsson [EMAIL PROTECTED]
libqwt5-qt3-dev
libqwt5-qt4-dev
 Steinar H. Gunderson [EMAIL PROTECTED]
pvm-dev
 Guillem Jover [EMAIL PROTECTED]
libdirectfb-dev
 Jordi Mallach [EMAIL PROTECTED]
libmailutils-dev
 Christian Marillat [EMAIL PROTECTED]
librep-dev
 Loic Minier [EMAIL PROTECTED]
libglib2.0-dev
 Gustavo R. Montesino [EMAIL PROTECTED]
libgnomedb2-dev
 Daniel Rus Morales [EMAIL PROTECTED]
libdmalloc-dev
 Brian Nelson [EMAIL PROTECTED]
libqwt-dev
 Sam Hocevar (Debian packages) [EMAIL PROTECTED]
liballegro-dev
 Ondřej Surý [EMAIL PROTECTED]
libpoppler-glib-dev
libwnck-dev
 Akira TAGOH [EMAIL PROTECTED]
libgtk1.2-dbg
 Debian GSS Team [EMAIL PROTECTED]
libgss-dev
 Marcio Roberto Teixeira [EMAIL PROTECTED]
libiec61883-dev
 Aaron M. Ucko [EMAIL PROTECTED]
libncbi6-dev

(Just a sample of the -dbg and -dev packages)

-- 

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/


pgpedfHiptBOC.pgp
Description: PGP signature


Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Niko Tyni
After noticing a few compiled Perl module packages were missing
${shlibs:Depends} and/or dh_makeshlibdeps, I looked a bit into how
widespread this issue is.

Methodology: on sid/amd64, for all Architecture:amd64 packages that don't
Depend or Pre-Depend on libc6 [1], check all ELF files (as identified by
'file') inside with 'objdump -p' for linking against libc.so.6.

Result: 300 binary packages from 240 source packages are missing at least
the libc6 dependency, possibly others.  Generally, this means they are
not running dpkg-shlibdeps on the files or depending on the results,
which violates policy 8.6:

 [...] and when a package is built which contains any shared libraries
 or compiled binaries, it must run dpkg-shlibdeps on these to determine
 the libraries used and hence the dependencies needed by this package

List of binary packages by maintainer ('dd-list -b') appended. I can't
see any chance for false positives here, but please tell me if I'm wrong.

I'm considering a mass bug filing on these. Any objections? Is there a
situation where this might not be a bug at all (eg. private plugins not
in /usr/lib or possible circular dependency issues), and if so, why?

What would the correct severity of the bugs be? The Etch RC policy says:

 Packages must include a Depends: line listing any other packages they
 require for operation, unless those packages are marked Essential: yes. 

so 'serious' would seem right. However, many of these dynamically linked
files are private plugins that might provide just a part of the package
functionality, bordering on the 'require for operation' condition. In
other cases the package depends directly on another package that has
all the correct dependencies (eg. the -dbg packages on the list). Would
things like these lower the severity?

I have filed a couple of similar bugs in the past as 'serious' that were
downgraded by the maintainer since the generated shlibdeps are only
libc6 (#423397, #423398). Should the number of missing dependencies
affect the severity?

It should be easy to teach lintian to detect this if it's acceptable to
hardcode the external information about the name of the libc package and
the library file. These vary by the architecture, which would be a bit
of a maintenance burden. I can take a shot at a lintian patch myself if
this sounds useful anyway.

If the proposed bugs are considered non-RC, I suppose adding a lintian
check and waiting for the number of affected packages to go down before
filing bugs is the way to go.

[1] The libc6 dependency is quite a good first check for this: I found only
four packages in the archive that contain dynamically linked objects but
don't need libc6. For the curious, these are libetoken, libpam-chroot,
libpam-encfs, and libgcj7-dev.)


Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   pd-zexy
   python-lash

Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
   xmms-blursk

Adam Cécile (Le_Vert) [EMAIL PROTECTED]
   libmcs-utils

Stefan Hornburg (Racke) [EMAIL PROTECTED]
   courier-mlm
   courier-webadmin
   interchange

J.H.M. Dassen (Ray) [EMAIL PROTECTED]
   libgoffice-0-4-dbg
   libgoffice-0-6-dbg
   libgsf-1-114-dbg
   libgsf-gnome-1-114-dbg

Aide Maintainers [EMAIL PROTECTED]
   aide-dynamic

Cosimo Alfarano [EMAIL PROTECTED]
   pyg

Stuart R. Anderson [EMAIL PROTECTED]
   lsb-build-cc2
   lsb-build-cc3

Sebastien Bacher [EMAIL PROTECTED]
   libgtk2.0-dev
   libpango1.0-dev

Michael Banck [EMAIL PROTECTED]
   jack
   libsc-dev
   mpqc-support

Daniel Baumann [EMAIL PROTECTED]
   bsdmainutils
   libncurses5-dbg
   libncursesw5-dbg
   python-bsdiff
   rpc2-tools
   rvm-tools

Romain Beauxis [EMAIL PROTECTED]
   python-cwiid

Axel Beckert [EMAIL PROTECTED]
   slash

Dave Beckett [EMAIL PROTECTED]
   muine-plugin-inotify

Bradley Bell [EMAIL PROTECTED]
   libgtkmm-dev

Christoph Berg [EMAIL PROTECTED]
   libendeavour2-dev

Olly Betts [EMAIL PROTECTED]
   xapian-examples

Jan Beyer [EMAIL PROTECTED]
   gwyddion-plugins

Kęstutis Biliūnas [EMAIL PROTECTED]
   python-fontforge

Blars Blarson [EMAIL PROTECTED]
   ecartis-cgi

Thomas Bläsing [EMAIL PROTECTED]
   python-libpcap

Jay Bonci [EMAIL PROTECTED]
   libipc-sharelite-perl

A. Maitland Bottoms [EMAIL PROTECTED]
   icomlib-bin

Paul Brossier [EMAIL PROTECTED]
   libfftw3-dev

Daniel Burrows [EMAIL PROTECTED]
   heroes-common

Marco Cabizza [EMAIL PROTECTED]
   libgnome-media0

Volker Christian [EMAIL PROTECTED]
   syncekonnector

Rudi Cilibrasi [EMAIL PROTECTED]
   python-libsvm

Jesus Climent [EMAIL PROTECTED]
   libclearsilver-perl

Arnaud Cornet [EMAIL PROTECTED]
   libmmap-ruby1.8

Jereme Corrado [EMAIL PROTECTED]
   libaudio-cd-perl

Julien Danjou [EMAIL PROTECTED]
   apt-build

Debian allegro packages maintainers [EMAIL PROTECTED]
   liballegro4.2-dev

Debian Games Team [EMAIL PROTECTED]
   libseal-dev

Debian GCC Maintainers [EMAIL PROTECTED]
   gappletviewer-4.1
   gappletviewer-4.2
   gappletviewer-4.3
   lib32stdc++6
   lib32stdc++6-4.1-dbg
   

Re: Bug#461234: ITP: kml -- C++ Kernel Machine Library

2008-01-17 Thread Ben Pfaff
Philipp Benner [EMAIL PROTECTED] writes:

   Description : C++ Kernel Machine Library

 The Kernel-Machine Library is a free (released under the LGPL) C++
 library to promote the use of and progress of kernel machines. It is
 intended for use in research as well as in practice. The library is
 known to work with a recent C++ compiler on GNU/Linux, on Mac OS, and on
 several flavours of Windows.

The description should include a definition of kernel machine.
I assumed it was some kind of virtual machine like KVM or QEMU,
but it's nothing of the sort.
-- 
Ben Pfaff 
http://benpfaff.org


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Stefano Zacchiroli
On Thu, Jan 17, 2008 at 07:13:43PM +0200, Niko Tyni wrote:
 Stefano Zacchiroli [EMAIL PROTECTED]
libgtkmathview-bin

Fixed in collab-maint repository, thanks.

Cheers.

-- 
Stefano Zacchiroli -*- PhD in Computer Science ... now what?
[EMAIL PROTECTED],cs.unibo.it,debian.org}  -%-  http://upsilon.cc/zack/
(15:56:48)  Zack: e la demo dema ?/\All one has to do is hit the
(15:57:15)  Bac: no, la demo scema\/right keys at the right time


signature.asc
Description: Digital signature


Re: Reordering the boot for fun and profit

2008-01-17 Thread Shachar Shemesh

Petter Reinholdtsen wrote:


And of course, it also make it possible to
dynamically order the scripts based on their dependencies.

  
When you said and of course, I thought you were going to say allow 
scripts that have no inter-dependency to start in parallel. Having a 
concurrency level of at least 2 should speed the start up considerably, 
especially when packages are taking long to start mostly because they do 
a sleep in wait for some hardware to settle.


Coming to think of it, maybe concurrency level of 2 is a little low.

Shachar


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Russ Allbery
Niko Tyni [EMAIL PROTECTED] writes:

 After noticing a few compiled Perl module packages were missing
 ${shlibs:Depends} and/or dh_makeshlibdeps, I looked a bit into how
 widespread this issue is.

 Methodology: on sid/amd64, for all Architecture:amd64 packages that don't
 Depend or Pre-Depend on libc6 [1], check all ELF files (as identified by
 'file') inside with 'objdump -p' for linking against libc.so.6.

We should figure out how to make a lintian test out of this, I think.

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


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



Re: Bug#461104: RFP: label -- Set or change label to partition disk

2008-01-17 Thread Ron Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/17/08 13:19, Steve Greenland wrote:
 On 16-Jan-08, 10:00 (CST), Rafael [EMAIL PROTECTED] wrote: 
Package name: label
 Version: 
 Upstream Author: [David Villa Alises [EMAIL PROTECTED]]
 URL: [http://crysol.inf-cr.uclm.es/node/482]
 License: [GPL]
 Description: [Set or change label to partition disk]
 
 
 I realize this is just an RFP, but the proposed package name is way too
 generic. Something like 'partlabel' or 'disklabel' would be better.
 
 It also seems a rather trivial script for its own package...

Aren't there already ways to do this?  For example,

# tune2fs -L some_label /dev/[sh]d[a-z][1-15]

- --
Ron Johnson, Jr.
Jefferson LA  USA

I'm not a vegetarian because I love animals, I'm a vegetarian
because I hate vegetables!
unknown
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHj7tQS9HxQb37XmcRAjtxAJ9J813DYu1ypYyd8mWQkKgfKZezZgCgnuui
wiQQUYXe5IOwxcoVJXehYzE=
=P3VT
-END PGP SIGNATURE-


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Niko Tyni
On Thu, Jan 17, 2008 at 07:03:43PM +, Neil Williams wrote:
 On Thu, 17 Jan 2008 19:13:43 +0200 Niko Tyni [EMAIL PROTECTED] wrote:

  List of binary packages by maintainer ('dd-list -b') appended. I can't
  see any chance for false positives here, but please tell me if I'm wrong.
 
 There are some -dev packages in here too - not sure if those are
 correct.

Yes, I think they should be on the list.

Out of the 60 -dev packages listed, 46 contain ELF binaries in /usr/s?bin,
and of the remaining packages, 12 contain ELF files in a private directory
under /usr/lib. 

gnunet-dev ships a real shared library in /usr/lib .

expect-tcl8.3-dev ships an ELF binary in /usr/share/doc/examples .

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Re: Bits from the Qt/KDE team

2008-01-17 Thread David Moreno Garza
On Thu, 2008-01-10 at 12:27 +0100, Ana Guerrero wrote:
 Ana,
 on behalf of the Qt/KDE team.

Thanks to the whole team, you've made an awesome job. You are the living
proof that Debian people can make a great work as a team.

-- 
David Moreno Garza [EMAIL PROTECTED] | http://www.damog.net/
 What the Helen in Troy is that? 



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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Niko Tyni
On Thu, Jan 17, 2008 at 08:12:30PM +0100, Lucas Nussbaum wrote:
 
 You list doesn't indicate any co-maintained packages. So, either
 co-maintained packages are very good (possible), or you are using an old
 version of dd-list that doesn't enable -u by default. Could you please
 re-post with dd-list -u?

Yeah, I was trying to be too smart with 'dd-list --dctrl'. Here we go,
this is still by binary package (-b) since that's where the problems show.

Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   pd-zexy
   python-lash

Laszlo Boszormenyi (GCS) [EMAIL PROTECTED]
   xmms-blursk

Adam Cécile (Le_Vert) [EMAIL PROTECTED]
   libmcs-utils

Stefan Hornburg (Racke) [EMAIL PROTECTED]
   courier-mlm
   courier-webadmin
   interchange

J.H.M. Dassen (Ray) [EMAIL PROTECTED]
   libgnomedb2-dev (U)
   libgoffice-0-4-dbg
   libgoffice-0-6-dbg
   libgsf-1-114-dbg
   libgsf-gnome-1-114-dbg
   libgtk1.2-dbg (U)

Aide Maintainers [EMAIL PROTECTED]
   aide-dynamic

Cosimo Alfarano [EMAIL PROTECTED]
   pyg

Moray Allan [EMAIL PROTECTED]
   libqofexpensesobjects0-dbg (U)

Russ Allbery [EMAIL PROTECTED]
   libgss-dev (U)

Thomas Anders [EMAIL PROTECTED]
   libsnmp-perl (U)

Stuart R. Anderson [EMAIL PROTECTED]
   lsb-build-cc2
   lsb-build-cc3

Sebastien Bacher [EMAIL PROTECTED]
   libgtk1.2-dbg (U)
   libgtk2.0-dev
   libpango1.0-dev

Jeff Bailey [EMAIL PROTECTED]
   libmailutils-dev (U)

Michael Banck [EMAIL PROTECTED]
   jack
   libsc-dev
   mpqc-support

Douglas Bates [EMAIL PROTECTED]
   r-mathlib (U)

Daniel Baumann [EMAIL PROTECTED]
   bsdmainutils
   gnunet-dev (U)
   libncurses5-dbg
   libncursesw5-dbg
   python-bsdiff
   rpc2-tools
   rvm-tools

Romain Beauxis [EMAIL PROTECTED]
   python-cwiid

Axel Beckert [EMAIL PROTECTED]
   slash

Dave Beckett [EMAIL PROTECTED]
   libpoppler-glib-dev (U)
   muine-plugin-inotify

Bradley Bell [EMAIL PROTECTED]
   libgtkmm-dev

Christoph Berg [EMAIL PROTECTED]
   libendeavour2-dev

Olly Betts [EMAIL PROTECTED]
   xapian-examples

Jan Beyer [EMAIL PROTECTED]
   gwyddion-plugins

Kęstutis Biliūnas [EMAIL PROTECTED]
   python-fontforge

Bastian Blank [EMAIL PROTECTED]
   libdlm-dev (U)
   libfile-spec-perl (U)

Blars Blarson [EMAIL PROTECTED]
   ecartis-cgi

Thomas Bläsing [EMAIL PROTECTED]
   python-libpcap

Jay Bonci [EMAIL PROTECTED]
   libipc-sharelite-perl
   libparams-validate-perl (U)

A. Maitland Bottoms [EMAIL PROTECTED]
   icomlib-bin

Gonéri Le Bouder [EMAIL PROTECTED]
   libseal-dev (U)

Fathi Boudra [EMAIL PROTECTED]
   kdelibs4-dev (U)
   libqt4-dev (U)

Fathi Boudra [EMAIL PROTECTED]
   libarts1-dev (U)
   libqwt5-qt3-dev (U)
   libqwt5-qt4-dev (U)

Rob Bradford [EMAIL PROTECTED]
   libgtk1.2-dbg (U)

Goswin von Brederlow [EMAIL PROTECTED]
   ia32-libs-gtk (U)

Ludovic Brenta [EMAIL PROTECTED]
   libgnatprj4.1 (U)
   libgnatprj4.2 (U)
   libgnatvsn4.1 (U)
   libgnatvsn4.2 (U)

Marc 'HE' Brockschmidt [EMAIL PROTECTED]
   libgtk1.2-dbg (U)

Paul Brossier [EMAIL PROTECTED]
   libfftw3-dev

Daniel Burrows [EMAIL PROTECTED]
   heroes-common

Ross Burton [EMAIL PROTECTED]
   libgtk1.2-dbg (U)
   libpoppler-glib-dev (U)

Marco Cabizza [EMAIL PROTECTED]
   libgnome-media0
   libwnck-dev (U)

Ricardo Cardenes [EMAIL PROTECTED]
   libdcop3-java-dev (U)

Vagrant Cascadian [EMAIL PROTECTED]
   ltsp-client-core (U)

Ondrej Certik [EMAIL PROTECTED]
   python-enthought-traits (U)

Pierre Chifflier [EMAIL PROTECTED]
   libprelude-perl (U)
   libpreludedb-perl (U)
   python-prelude (U)
   python-preludedb (U)

Volker Christian [EMAIL PROTECTED]
   syncekonnector

Rudi Cilibrasi [EMAIL PROTECTED]
   python-libsvm

Jesus Climent [EMAIL PROTECTED]
   libclearsilver-perl

Adam Conrad [EMAIL PROTECTED]
   php5-common (U)

Arnaud Cornet [EMAIL PROTECTED]
   libmmap-ruby1.8

Jereme Corrado [EMAIL PROTECTED]
   libaudio-cd-perl

Julien Cristau [EMAIL PROTECTED]
   camlp4 (U)
   camlp4-extra (U)
   ocaml-nox (U)

George Danchev [EMAIL PROTECTED]
   sofia-sip-bin (U)

Julien Danjou [EMAIL PROTECTED]
   apt-build

Debian allegro packages maintainers [EMAIL PROTECTED]
   liballegro4.2-dev

Debian Fonts Task Force [EMAIL PROTECTED]
   python-fontforge (U)

Debian Games Team [EMAIL PROTECTED]
   libseal-dev

Debian GCC Maintainers [EMAIL PROTECTED]
   gappletviewer-4.1
   gappletviewer-4.2
   gappletviewer-4.3
   lib32stdc++6
   lib32stdc++6-4.1-dbg
   lib32stdc++6-4.2-dbg
   lib32stdc++6-4.3-dbg
   libgnatprj4.1
   libgnatprj4.2
   libgnatvsn4.1
   libgnatvsn4.2
   libstdc++5-3.3-dbg
   libstdc++6-4.1-dbg
   libstdc++6-4.2-dbg
   libstdc++6-4.3-dbg
   libstdc++6-dbg

Debian GIS Project [EMAIL PROTECTED]
   qgis-plugin-grass

Debian GNOME Maintainers [EMAIL PROTECTED]
   libglib2.0-dev (U)
   libgnome-media0 (U)
   libgnomedb2-dev (U)
   libgtk1.2-dbg (U)
   libgtk2.0-dev (U)
   libpango1.0-dev (U)
   libwnck-dev (U)
   update-manager-core

Debian GPE team [EMAIL PROTECTED]
   libqofexpensesobjects0-dbg (U)

Debian Hebrew Packaging Team [EMAIL PROTECTED]
   libhdate-perl
   libhdate-python
   

Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread gregor herrmann
On Thu, 17 Jan 2008 19:13:43 +0200, Niko Tyni wrote:

 After noticing a few compiled Perl module packages were missing
 ${shlibs:Depends} and/or dh_makeshlibdeps, I looked a bit into how
 widespread this issue is.

Thanks for your tests!
 
 Debian Perl Group [EMAIL PROTECTED]
libfile-spec-perl
libfilesys-df-perl
libparams-validate-perl

Fixed in svn. 

 gregor herrmann [EMAIL PROTECTED]
libmimetic0-dbg
 
As Neil has already pointed out, also in this case the -dbg package
depends on the non-stripped library package which has the needed
elements.

Cheers,
gregor
 
-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-NP: Diana Krall: Im Pulling Through


signature.asc
Description: Digital signature


Re: Bug#461104: RFP: label -- Set or change label to partition disk

2008-01-17 Thread brian m. carlson

On Thu, Jan 17, 2008 at 02:32:16PM -0600, Ron Johnson wrote:

On 01/17/08 13:19, Steve Greenland wrote:
On 16-Jan-08, 10:00 (CST), Rafael [EMAIL PROTECTED] wrote: 

   Package name: label
Version: 
Upstream Author: [David Villa Alises [EMAIL PROTECTED]]

URL: [http://crysol.inf-cr.uclm.es/node/482]
License: [GPL]
Description: [Set or change label to partition disk]



I realize this is just an RFP, but the proposed package name is way too
generic. Something like 'partlabel' or 'disklabel' would be better.

It also seems a rather trivial script for its own package...


Aren't there already ways to do this?  For example,

# tune2fs -L some_label /dev/[sh]d[a-z][1-15]


If you're looking for naming a partition, then yes, that method works 
(assuming, of course, that it is ext[23]).  If you're looking for a 
disklabel (also known as a partition table), then that method won't 
work, but you can use parted or the appropriate fdisk tool.  It's 
somewhat difficult to tell, since there is no long description.  
Consider this a request for one.


--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
troff on top of XML: http://crustytoothpaste.ath.cx/~bmc/code/thwack
OpenPGP: RSA v4 4096b 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187


signature.asc
Description: Digital signature


Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Damyan Ivanov
-=| gregor herrmann, Thu, Jan 17, 2008 at 09:48:19PM +0100 |=-
 On Thu, 17 Jan 2008 19:13:43 +0200, Niko Tyni wrote:
 
  After noticing a few compiled Perl module packages were missing
  ${shlibs:Depends} and/or dh_makeshlibdeps, I looked a bit into how
  widespread this issue is.
 
 Thanks for your tests!
  
  Debian Perl Group [EMAIL PROTECTED]
 libfile-spec-perl
 libfilesys-df-perl
 libparams-validate-perl
 
 Fixed in svn. 

Uploaded.

-- 
damJabberID: [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Re: Future Debian package candidate web pages: present and future

2008-01-17 Thread Sebastian Pipping

David Bremner wrote:

Sebastian http://debian.binera.de/wnpp/

Looking better all the time.


thanks!


I would really like some (approximate)
popcon data myself, especially for orphaned packages.


would be cool, yes. i don't have any clue to do this
yet. if you do please share your thoughts with me
to speed the  thing up. deal? :-)


 But I'm like,
just this guy you know?


sorry, i'm not sure what you mean. you assume to be the only
one to care about this?



sebastian


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



Re: dh_shlibdeps and -dbg packages

2008-01-17 Thread Niko Tyni
On Thu, Jan 17, 2008 at 07:03:43PM +, Neil Williams wrote:

 A lot of these seem to be -dbg packages and I've got a few issues with
 that. Even if I add ${shlibs:Depends} for the -dbg package and run
 dh_makeshlibs and dh_shlibdeps, I get this warning with dh_gencontrol
 for the -dpkg package:
[...]
 dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}

 The -dbg package depends on the stripped version of the same library
 (which does depend on libc6) so I don't see that I can actually comply
 without adding the depends artificially.

Hm, dh_shlibdeps prunes /usr/lib/debug when looking for ELF executables.
This was apparently done when adding support for split debugging symbols
files: see #215670.

This looks like a bug to me, since /usr/lib/debug is used for real
unstripped libraries too. Just filed #461339 on debhelper.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Re: Future Debian package candidate web pages: present and future

2008-01-17 Thread Sebastian Pipping

Don Armstrong wrote:

You should actually be able to generate this page with two requests:

my @bugs = @{$soap-get_bugs(package='wnpp')-results()};
my $status_hash = $soap-get_status(@bugs)-results();


i plan to give this a try later. what do you think: up to what
number of bugs should i query with per request at max?
e.g. would all ~1800 bugs at once still be cool or should
i split that?



sebastian


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



Re: Bug#461104: RFP: label -- Set or change label to partition disk

2008-01-17 Thread Steve Greenland
On 17-Jan-08, 14:52 (CST), brian m. carlson [EMAIL PROTECTED] wrote: 
 On Thu, Jan 17, 2008 at 02:32:16PM -0600, Ron Johnson wrote:
 Aren't there already ways to do this?  For example,

 # tune2fs -L some_label /dev/[sh]d[a-z][1-15]

 If you're looking for naming a partition, then yes, that method works  
 (assuming, of course, that it is ext[23]).  If you're looking for a  
 disklabel (also known as a partition table), then that method won't  
 work, but you can use parted or the appropriate fdisk tool.  It's  
 somewhat difficult to tell, since there is no long description.   
 Consider this a request for one.

Looking at the website, it appears to be the former. It looks like a
wrapper that determines whether the FS in question is ext[23] or msdos,
and make the appropriate utility call. 

However, I don't read Spanish, so there may be more to it.

Steve



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


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



Re: Bug#461104: RFP: label -- Set or change label to partition disk

2008-01-17 Thread Milan P. Stanic
On Thu, Jan 17, 2008 at 02:32:16PM -0600, Ron Johnson wrote:
 On 01/17/08 13:19, Steve Greenland wrote:
  On 16-Jan-08, 10:00 (CST), Rafael [EMAIL PROTECTED] wrote: 
 Package name: label
  Version: 
  Upstream Author: [David Villa Alises [EMAIL PROTECTED]]
  URL: [http://crysol.inf-cr.uclm.es/node/482]
  License: [GPL]
  Description: [Set or change label to partition disk]
  I realize this is just an RFP, but the proposed package name is way too
  generic. Something like 'partlabel' or 'disklabel' would be better.
  It also seems a rather trivial script for its own package...
 Aren't there already ways to do this?  For example,
 # tune2fs -L some_label /dev/[sh]d[a-z][1-15]

Or: e2label device [ new-label ]


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



Re: Reordering the boot for fun and profit

2008-01-17 Thread Petter Reinholdtsen

[Shachar Shemesh]
 When you said and of course, I thought you were going to say allow
 scripts that have no inter-dependency to start in parallel. Having a
 concurrency level of at least 2 should speed the start up
 considerably, especially when packages are taking long to start mostly
 because they do a sleep in wait for some hardware to settle.

Yes, running things in parallel is also made easier.  But I am not
sure if it will speed up the boot or not.  Benchmarks have been
inconclusive.  Switching to dash as /bin/sh have more impact on the
boot time than reordering and concurrency, according to the result
from the google summer of code project of Carlos Villegas.

But before we can be sure to run everything, all init.d scripts should
have correct LSB headers.  As you can see from this list, there are
still a few packages to fix.  An updated list of packages is available
from URL:http://wiki.debian.org/LSBInitScripts/DependencyBasedBoot.

Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
   realtime-lsm

Peter De Schrijver (p2) [EMAIL PROTECTED]
   linux-atm

Stefan Hornburg (Racke) [EMAIL PROTECTED]
   courier
   courier-authlib
   interchange
   pure-ftpd
   sympa

Cyril Lacoux (Yack) [EMAIL PROTECTED]
   digitools

Marco Presi (Zufus) [EMAIL PROTECTED]
   linesrv

Stefan Alfredsson [EMAIL PROTECTED]
   monit

Osamu Aoki [EMAIL PROTECTED]
   tpconfig

Ben Armstrong [EMAIL PROTECTED]
   xpilot-ng

Don Armstrong [EMAIL PROTECTED]
   spamass-milter

SZALAY Attila [EMAIL PROTECTED]
   zorp

Artem Baguinski [EMAIL PROTECTED]
   drscheme (U)

Alan Bain [EMAIL PROTECTED]
   rbootd

Andreas Barth [EMAIL PROTECTED]
   mgetty

Daniel Baumann [EMAIL PROTECTED]
   ipmasq
   nfs-user-server

Hilko Bengen [EMAIL PROTECTED]
   ulog-acctd

Grzegorz Bizon [EMAIL PROTECTED]
   specter

Bastian Blank [EMAIL PROTECTED]
   lvm2 (U)

Blars Blarson [EMAIL PROTECTED]
   cnews

Achim Bohnet [EMAIL PROTECTED]
   capisuite (U)

Ed Boraas [EMAIL PROTECTED]
   aime
   tinyproxy

W. Borgert [EMAIL PROTECTED]
   blinkd

Cyril Bouthors [EMAIL PROTECTED]
   bld
   drbdlinks

Chris Boyle [EMAIL PROTECTED]
   reaim

Joachim Breitner [EMAIL PROTECTED]
   dmraid (U)

Adrian Bridgett [EMAIL PROTECTED]
   dante

Eric Van Buggenhaut [EMAIL PROTECTED]
   udhcp

Bruno Barrera C. [EMAIL PROTECTED]
   portsentry

Patrick Caulfield [EMAIL PROTECTED]
   mopd

Hubert Chathi [EMAIL PROTECTED]
   gnustep-base (U)

Emmanuel le Chevoir [EMAIL PROTECTED]
   frox

Dennis L. Clark [EMAIL PROTECTED]
   bnetd

Jesus Climent [EMAIL PROTECTED]
   distmp3
   spamassassin (U)

Russell Coker [EMAIL PROTECTED]
   memlockd

Russell Coker [EMAIL PROTECTED]
   fcron (U)

Jamin W. Collins [EMAIL PROTECTED]
   jabber

Carlo Contavalli [EMAIL PROTECTED]
   wipl

Paul Cupis [EMAIL PROTECTED]
   guarddog
   guidedog

Artur R. Czechowski [EMAIL PROTECTED]
   rrdcollect

Marco d'Itri [EMAIL PROTECTED]
   binkd

Julien Danjou [EMAIL PROTECTED]
   greylistd
   ledstats
   lirc (U)
   tetrinetx
   tleds

Debian GNUstep maintainers [EMAIL PROTECTED]
   gnustep-base

Debian Hamradio Maintainers [EMAIL PROTECTED]
   aprsd
   ssbd

Debian Icecast team [EMAIL PROTECTED]
   icecast2

Debian LVM Team [EMAIL PROTECTED]
   lvm2

Debian Multimedia Team [EMAIL PROTECTED]
   das-watchdog

Debian Nagios Maintainer Group [EMAIL PROTECTED]
   nsca

Debian VoIP Team [EMAIL PROTECTED]
   rtpproxy
   siproxd

Eric Delaunay [EMAIL PROTECTED]
   scsitools

Bernd Eckenfels [EMAIL PROTECTED]
   net-acct
   transproxy

Robert S. Edmonds [EMAIL PROTECTED]
   pcaputils

Free Ekanayaka [EMAIL PROTECTED]
   das-watchdog (U)

Nick Estes [EMAIL PROTECTED]
   upsd

Bartosz Fenski [EMAIL PROTECTED]
   specter (U)

Martín Ferrari [EMAIL PROTECTED]
   vtun

Agney Lopes Roth Ferraz [EMAIL PROTECTED]
   fnfx

Duncan Findlay [EMAIL PROTECTED]
   spamassassin

sean finney [EMAIL PROTECTED]
   nsca (U)

Decklin Foster [EMAIL PROTECTED]
   lastfmsubmitd

Turbo Fredriksson [EMAIL PROTECTED]
   roxen4

Jochen Friedrich [EMAIL PROTECTED]
   isakmpd
   snmptrapfmt

Peter S Galbraith [EMAIL PROTECTED]
   xtide

Radovan Garabik [EMAIL PROTECTED]
   serpento

Radovan Garabík [EMAIL PROTECTED]
   karrigell
   xtell

Hector Garcia [EMAIL PROTECTED]
   lirc (U)
   smail

Matthew Garrett [EMAIL PROTECTED]
   netapplet
   nstx

RISKO Gergely [EMAIL PROTECTED]
   shaperd

David Gil [EMAIL PROTECTED]
   pads

Filippo Giunchedi [EMAIL PROTECTED]
   dmraid (U)

John Goerzen [EMAIL PROTECTED]
   bacula
   pygopherd

Celso González [EMAIL PROTECTED]
   cpudyn

Matthew Grant [EMAIL PROTECTED]
   netscript-2.4

Debian QA Group [EMAIL PROTECTED]
   caudium
   emifreq-applet

Daniel Gubser [EMAIL PROTECTED]
   psad

Guido Guenther [EMAIL PROTECTED]
   smartmontools

Aurélien GÉRÔME [EMAIL PROTECTED]
   dancer-ircd
   dancer-services

Marc Haber [EMAIL PROTECTED]
   ifupdown-scripts-zg2
   torrus (U)

Pierre Habouzit [EMAIL PROTECTED]
   whitelister

Pascal Hakim [EMAIL PROTECTED]
   anacron

Chris Halls [EMAIL PROTECTED]
   apt-proxy


Re: dh_shlibdeps and -dbg packages

2008-01-17 Thread Russ Allbery
Niko Tyni [EMAIL PROTECTED] writes:

 Hm, dh_shlibdeps prunes /usr/lib/debug when looking for ELF executables.
 This was apparently done when adding support for split debugging symbols
 files: see #215670.

 This looks like a bug to me, since /usr/lib/debug is used for real
 unstripped libraries too. Just filed #461339 on debhelper.

Hm, perhaps you should instead file a bug against any package (other than
libc6) which uses /usr/lib/debug for real unstripped libraries.  Shouldn't
everyone use detached debugging symbols now, or is there really enough
utility in building a separate debugging version libraries to warrant the
additional user complexity of using them?

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


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Colin Watson
On Thu, Jan 17, 2008 at 07:13:43PM +0200, Niko Tyni wrote:
 Colin Watson [EMAIL PROTECTED]
libfilter-perl

Fixed in 1.31-2.

Thanks,

-- 
Colin Watson   [EMAIL PROTECTED]


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



Re: dh_shlibdeps and -dbg packages

2008-01-17 Thread Colin Watson
On Thu, Jan 17, 2008 at 02:50:09PM -0800, Russ Allbery wrote:
 Niko Tyni [EMAIL PROTECTED] writes:
  Hm, dh_shlibdeps prunes /usr/lib/debug when looking for ELF executables.
  This was apparently done when adding support for split debugging symbols
  files: see #215670.
 
  This looks like a bug to me, since /usr/lib/debug is used for real
  unstripped libraries too. Just filed #461339 on debhelper.
 
 Hm, perhaps you should instead file a bug against any package (other than
 libc6) which uses /usr/lib/debug for real unstripped libraries.  Shouldn't
 everyone use detached debugging symbols now, or is there really enough
 utility in building a separate debugging version libraries to warrant the
 additional user complexity of using them?

I understand from Matthias that Python modules benefit noticeably from a
separate debugging build.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Re: Future Debian package candidate web pages: present and future

2008-01-17 Thread David Bremner
 Sebastian == Sebastian Pipping [EMAIL PROTECTED] writes:
Sebastian David Bremner wrote: 

 I would really like some (approximate) popcon data myself,
 especially for orphaned packages.

Sebastian would be cool, yes. i don't have any clue to do this
Sebastian yet. if you do please share your thoughts with me to
Sebastian speed the thing up. deal? :-)

As far as I understand it (and maybe somebody more informed can
correct me), there is currently no fancy interface (SOAP) to the data
on popcon.debian.org  On the other hand, it does not change that
quickly, so grabbing a copy once a week should be reasonable.

http://qa.debian.org/popcon.php?package=whatever 

obviously has access to the data, so maybe someone on the qa team can 
comment.

 But I'm like, just this guy you know?

Sebastian sorry, i'm not sure what you mean.

Hitchhikers Guide to the Galaxy reference.
(http://en.wikipedia.org/wiki/Zaphod_Beeblebrox).  I just wanted to
emphasise my bystander/dabbler status.

d



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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Petter Reinholdtsen

[Niko Tyni]
hotkey-setup

Fix uploaded.  Thank you for the discovery.

Happy hacking,
-- 
Petter Reinholdtsen


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



Re: Future Debian package candidate web pages: present and future

2008-01-17 Thread Sebastian Pipping

Sebastian Pipping wrote:

PS: sorting is not cool yet. i plan to address this next.


i think sorting is smooth now. check it out :-)



sebastian


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



Re: Bug#461104: RFP: label -- Set or change label to partition disk

2008-01-17 Thread Roberto C . Sánchez
On Thu, Jan 17, 2008 at 03:33:45PM -0600, Steve Greenland wrote:
 On 17-Jan-08, 14:52 (CST), brian m. carlson [EMAIL PROTECTED] wrote: 
  On Thu, Jan 17, 2008 at 02:32:16PM -0600, Ron Johnson wrote:
  Aren't there already ways to do this?  For example,
 
  # tune2fs -L some_label /dev/[sh]d[a-z][1-15]
 
  If you're looking for naming a partition, then yes, that method works  
  (assuming, of course, that it is ext[23]).  If you're looking for a  
  disklabel (also known as a partition table), then that method won't  
  work, but you can use parted or the appropriate fdisk tool.  It's  
  somewhat difficult to tell, since there is no long description.   
  Consider this a request for one.
 
 Looking at the website, it appears to be the former. It looks like a
 wrapper that determines whether the FS in question is ext[23] or msdos,
 and make the appropriate utility call. 
 
 However, I don't read Spanish, so there may be more to it.
 
(Folks, I am a professional, so please don't try this at home)

Limitaciones
(Limitations)

* Tienes que ser root (por razones obvias). Puedes usarlo con sudo.
  (Must be root, can be used with sudo)
* El dispositivo indicado debe estar montado porque el programa utiliza df 
para averiguar el sistema de ficheros.
  (Device must be mounted because df is used to determine
  filesystem)
* Por ahora sólo soporta vfat y ext2/3, pero extenderlo para otros FS es 
trivial.
  (Currently, only vfat and ext2/3 are supported, extending to
  support other filesystems is trivial)

Quizá sería más sencillo hacerlo en C-Shell, pero me siento más cómodo con 
Python. Se admiten sugerencias.
(It would probably be easier in csh, but I am more comfortable with
Python.  Suggestions welcome.)

Regards,

-Roberto

-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com


signature.asc
Description: Digital signature


Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Thomas Girard
Le jeudi 17 janvier 2008 à 19:13 +0200, Niko Tyni a écrit :

 Debian Java Maintainers [EMAIL PROTECTED]
eclipse-cdt

Fixed in SVN, thanks for reporting.

Regards,

Thomas



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



Re: dh_shlibdeps and -dbg packages

2008-01-17 Thread Robert Collins

On Thu, 2008-01-17 at 23:58 +, Colin Watson wrote:
 On Thu, Jan 17, 2008 at 02:50:09PM -0800, Russ Allbery wrote:
  Niko Tyni [EMAIL PROTECTED] writes:
   Hm, dh_shlibdeps prunes /usr/lib/debug when looking for ELF executables.
   This was apparently done when adding support for split debugging symbols
   files: see #215670.
  
   This looks like a bug to me, since /usr/lib/debug is used for real
   unstripped libraries too. Just filed #461339 on debhelper.
  
  Hm, perhaps you should instead file a bug against any package (other than
  libc6) which uses /usr/lib/debug for real unstripped libraries.  Shouldn't
  everyone use detached debugging symbols now, or is there really enough
  utility in building a separate debugging version libraries to warrant the
  additional user complexity of using them?
 
 I understand from Matthias that Python modules benefit noticeably from a
 separate debugging build.

python core definitely does - the debug build adds instrumentation that
has an overhead and is not included in the non-debug builds because of
that.

I'd expect the same macros to do this in python modules, though I don't
know for sure.

-Rob
-- 
GPG key available at: http://www.robertcollins.net/keys.txt.


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


Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Ian Wienand
On Thu, Jan 17, 2008 at 07:13:43PM +0200, Niko Tyni wrote:
 Ian Wienand [EMAIL PROTECTED]
libiptcdata-bin

Fixed, thanks

-i


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



Re: hot to build i386 on amd64 using pbuilder?

2008-01-17 Thread Micah Anderson
On Thu, 17 Jan 2008 16:01:42 +0100, Adam Borowski wrote:

 On Thu, Jan 17, 2008 at 01:28:03PM +, Anton Piatek wrote:
 I have noticed another error in the logs, there are permission errors
 on /dev/null
 Logging into the chroot reveals /dev/null is 644, not 666 as I would
 expect.
 
 How can I fix the permissions of /dev/null under the chroot?
 
 Are my problems likely to be cause by the fact that my machine is
 running as a vserver?
 
 Yes, on vserver root is not really root.  You can't mknod, mess with
 device files, mount filesystems, mess with network, etc.  Even some of
 the restrictions which have already been fixed on newer versions are by
 default (proper paranoia) masked away with machine capabilities.
 
 Both pbuilder and piuparts fail extremely badly, even though one would
 expect them to have support for virtualization.  But unless one of us
 bothers enough to fix it, the support won't be there.
 

Because I am a raving vserver zealot I will point out that if you don't 
mind compromising the host's security inside the vserver, you can add the 
CAP_MKNOD capability to this vserver, which will enable the ability to 
make device nodes via mknod and likely will cause pbuilder and piuparts 
work as advertised.

If you add this capability the vserver, you are giving the root access to 
make random devices inside the vserver, which effectively compromises the 
entire security isolation point of the vserver model. If you can create 
the /dev/hda device node and start poking around outside of the security 
context, then you are asking for trouble.

But if its your own box, and you are fine with that, then all you need to 
do is:

echo CAP_MKNOD  /etc/vservers/vservername/bcapabilities

and then restart your vserver.

Micah


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Andreas Tille

On Thu, 17 Jan 2008, Niko Tyni wrote:


Andreas Tille [EMAIL PROTECTED]
  findimagedupes


Uploaded.

Thanks for the effort

  Andreas.

--
http://fam-tille.de


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



Re: Future Debian package candidate web pages: present and future

2008-01-17 Thread Don Armstrong
On Thu, 17 Jan 2008, Sebastian Pipping wrote:
 Don Armstrong wrote:
 You should actually be able to generate this page with two requests:

 my @bugs = @{$soap-get_bugs(package='wnpp')-results()};
 my $status_hash = $soap-get_status(@bugs)-results();

 i plan to give this a try later. what do you think: up to what
 number of bugs should i query with per request at max?
 e.g. would all ~1800 bugs at once still be cool or should
 i split that?

You can (in theory) query all of them at once; it won't take any
longer to return than the equivalent pkgreport.cgi page.


Don Armstrong

-- 
Miracles had become relative common-places since the advent of
entheogens; it now took very unusual circumstances to attract public
attention to sightings of supernatural entities. The latest miracle
had raised the ante on the supernatural: the Virgin Mary had
manifested herself to two children, a dog, and a Public Telepresence
Point.
 -- Bruce Sterling, _Holy Fire_ p228

http://www.donarmstrong.com  http://rzlab.ucr.edu


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



Re: Possible mass bug filing: missing shared library dependencies

2008-01-17 Thread Niko Tyni
On Thu, Jan 17, 2008 at 09:57:57AM -0800, Russ Allbery wrote:
 Niko Tyni [EMAIL PROTECTED] writes:
 
  After noticing a few compiled Perl module packages were missing
  ${shlibs:Depends} and/or dh_makeshlibdeps, I looked a bit into how
  widespread this issue is.
 
  Methodology: on sid/amd64, for all Architecture:amd64 packages that don't
  Depend or Pre-Depend on libc6 [1], check all ELF files (as identified by
  'file') inside with 'objdump -p' for linking against libc.so.6.
 
 We should figure out how to make a lintian test out of this, I think.

Proposed patch filed as #461350.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Work-needing packages report for Jan 18, 2008

2008-01-17 Thread wnpp
The following is a listing of packages for which help has been requested
through the WNPP (Work-Needing and Prospective Packages) system in the
last week.

Total number of orphaned packages: 321 (new: 8)
Total number of packages offered up for adoption: 98 (new: 6)
Total number of packages requested help for: 34 (new: 0)

Please refer to http://www.debian.org/devel/wnpp/ for more information.



The following packages have been orphaned:

   howl-xml (#460974), orphaned 2 days ago
 Description: Multicast DNS publishing utilities
 Reverse Depends: lsongs
 Installations reported by Popcon: 90

   karchiver (#460978), orphaned 2 days ago
 Description: work with compressed files
 Installations reported by Popcon: 269

   lphoto (#460976), orphaned 2 days ago
 Description: digital photo manager
 Installations reported by Popcon: 200

   lsongs (#460980), orphaned 2 days ago
 Description: all-in-one media player
 Installations reported by Popcon: 49

   pynjb (#460979), orphaned 2 days ago
 Description: python wrapper for libnjb
 Reverse Depends: lsongs
 Installations reported by Popcon: 79

   pyxine (#460975), orphaned 2 days ago
 Description: interface to the xine media player for Python
 Reverse Depends: lsongs
 Installations reported by Popcon: 185

   trmxml (#460977), orphaned 2 days ago
 Description: MusicBrainz TRM Generator
 Reverse Depends: lsongs
 Installations reported by Popcon: 93

   xpvm (#460929), orphaned 2 days ago
 Description: graphical console and monitor for PVM
 Installations reported by Popcon: 72

313 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/orphaned for a complete list.



The following packages have been given up for adoption:

   bmpx (#460621), offered 4 days ago
 Description: Beep Media Player eXperimental
 Reverse Depends: bmpx-dev
 Installations reported by Popcon: 386

   dog (#461241), offered today
 Description: enhanced replacement for cat
 Installations reported by Popcon: 288

   gimmie (#460620), offered 4 days ago
 Description: elegant desktop organizer
 Installations reported by Popcon: 154

   lslk (#461242), offered today
 Description: a lock file lister
 Installations reported by Popcon: 156

   nast (#461243), offered today
 Description: packet sniffer and lan analyzer
 Installations reported by Popcon: 292

   pyblosxom (#461246), offered today
 Description: simple weblog (blog) written in Python
 Installations reported by Popcon: 93

92 older packages have been omitted from this listing, see
http://www.debian.org/devel/wnpp/rfa_bypackage for a complete list.



For the following packages help is requested:

   aboot (#315592), requested 938 days ago
 Description: Alpha bootloader: Looking for co-maintainers
 Reverse Depends: aboot aboot-cross dfsbuild ltsp-client-core
 Installations reported by Popcon: 131

   apt-build (#365427), requested 628 days ago
 Description: Need new developer(s)
 Installations reported by Popcon: 961

   ara (#450876), requested 67 days ago
 Description: utility for searching the Debian package database
 Installations reported by Popcon: 118

   athcool (#278442), requested 1178 days ago
 Description: Enable powersaving mode for Athlon/Duron processors
 Installations reported by Popcon: 264

   cdrskin (#450873), requested 67 days ago
 Description: command line CD-R/CD-RW writing tool
 Reverse Depends: k3b
 Installations reported by Popcon: 445

   cfs (#458061), requested 20 days ago
 Description: Cryptographic Filesystem
 Installations reported by Popcon: 115

   cvs (#354176), requested 693 days ago
 Description: Concurrent Versions System
 Reverse Depends: bonsai crossvc cvs-autoreleasedeb cvs-buildpackage
   cvs2cl cvs2html cvschangelogbuilder cvsconnect cvsd cvsdelta (14
   more omitted)
 Installations reported by Popcon: 21997

   dctrl-tools (#448284), requested 82 days ago
 Description: Command-line tools to process Debian package
   information
 Reverse Depends: debian-goodies dlocate feta haskell-devscripts
   hg-buildpackage mlmmj sbuild simple-cdd
 Installations reported by Popcon: 5944

   dpkg (#282283), requested 1153 days ago
 Description: dselect: a user tool to manage Debian packages
 Reverse Depends: alien alsa-source apt-build apt-cross apt-src
   backuppc build-essential bzr-builddeb clamsmtp crosshurd (113 more
   omitted)
 Installations reported by Popcon: 71791

   elvis (#432298), requested 192 days ago
 Description: powerful clone of the vi/ex text editor (with X11
   support)
 Reverse Depends: 

Accepted irssi 0.8.12-3 (source powerpc)

2008-01-17 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 09:55:41 +0100
Source: irssi
Binary: irssi-dev irssi
Architecture: source powerpc
Version: 0.8.12-3
Distribution: unstable
Urgency: low
Maintainer: David Pashley [EMAIL PROTECTED]
Changed-By: Gerfried Fuchs [EMAIL PROTECTED]
Description: 
 irssi  - terminal based IRC client
 irssi-dev  - text-mode version of the irssi IRC client development files
Closes: 445840
Changes: 
 irssi (0.8.12-3) unstable; urgency=low
 .
   [ Gerfried Fuchs ]
   * Switch to quilt to make it possible to produce the following patch without
 any headaches.
   * patch fullword-full added about printing -full instead of -fullword which
 is the wrong option to /hilight
   * Put the four created files into patches too so that everything changed is
 below /debian/ only.
   * Imported all into git for being able to team maintain (Closes: #445840)
   * Add Vcs-* fields to control file.
   * Patches pulled from upstream svn:
 - 07ctcp-channel: Do not allow /ping by itself to ctcp ping a channel.
 - 08server==NULL-handling: Handle server == NULL case in skip_target.
 Thanks to Pedro Fragoso from ubuntu for notifying me about them.
   * Bumped Standards-Version to 3.7.3, no further required changes.
   * Bump debhelper compat level to 5.
Files: 
 34fc33cad0ce3a1ba05633bca912aa78 886 net optional irssi_0.8.12-3.dsc
 120ebcf357921146da4c5cf711c85111 21918 net optional irssi_0.8.12-3.diff.gz
 8f8efef801027830475bcffea0121dc8 1161028 net optional 
irssi_0.8.12-3_powerpc.deb
 0be87258852a643e82884638e2c3b041 270272 net optional 
irssi-dev_0.8.12-3_powerpc.deb

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

iD8DBQFHjyBlELuA/Ba9d8YRAsXpAKDuL8tA/KbCBbEDdkgKWZqnSFli9wCgq7rs
3sCyDxTVcBkyrmmBLiPjDIQ=
=xGQh
-END PGP SIGNATURE-


Accepted:
irssi-dev_0.8.12-3_powerpc.deb
  to pool/main/i/irssi/irssi-dev_0.8.12-3_powerpc.deb
irssi_0.8.12-3.diff.gz
  to pool/main/i/irssi/irssi_0.8.12-3.diff.gz
irssi_0.8.12-3.dsc
  to pool/main/i/irssi/irssi_0.8.12-3.dsc
irssi_0.8.12-3_powerpc.deb
  to pool/main/i/irssi/irssi_0.8.12-3_powerpc.deb


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



Accepted glib2.0 2.14.5-1 (source all i386)

2008-01-17 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Jan 2008 15:27:42 +0100
Source: glib2.0
Binary: libglib2.0-0-dbg libglib2.0-udeb libglib2.0-data libglib2.0-dev 
libglib2.0-doc libglib2.0-0
Architecture: source all i386
Version: 2.14.5-1
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-0-dbg - The GLib libraries and debugging symbols
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines - minimal runtime
 libglib2.0-udeb - The GLib library of C routines - minimal runtime (udeb)
Closes: 443067 450796
Changes: 
 glib2.0 (2.14.5-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Build-dep on gtk-doc-tools to prevent a spurious warning from
 gtk-doc.make: /bin/sh: line 11: test: !=: unary operator expected.
 .
   [ Sebastian Dröge ]
   * New upstream bugfix release:
 + debian/patches/67_gcc43-inline.patch:
   - Dropped, merged upstream.
   * debian/rules,
 debian/libglib2.0-0.symbols,
 debian/control.in:
 + Add a symbol file for GLib, generated from 2.12.4, 2.14.3 and 2.14.4.
   The symbols file was edited to give better minimal versions for the
   initial generation and the build dependency package was added.
   Require dpkg-dev (= 1.14.8) for this.
   * debian/control.in:
 + Update Standards-Version to 3.7.3, no additional changes needed.
   * debian/control.in,
 debian/rules:
 + Build depend on pcre = 7.4-1 and use the system pcre for the udeb too
   now that there is a pcre udeb (Closes: #443067).
   * debian/shlibs.local:
 + Drop shlibs.local hack as pcre is fixed now with 7.4-1 (Closes: #450796).
Files: 
 8e5b33d09dcc03b822136a8cde7ba37d 915 libs optional glib2.0_2.14.5-1.dsc
 12086563b4a87221a66d15bab96dc527 4676432 libs optional 
glib2.0_2.14.5.orig.tar.gz
 f5214e2ab4f8b8e16afce55338af5af5 24911 libs optional glib2.0_2.14.5-1.diff.gz
 382ddff49b926ea98d0d1eb78e285443 380762 misc optional 
libglib2.0-data_2.14.5-1_all.deb
 3017e618795114da38c76586366915f1 874344 doc optional 
libglib2.0-doc_2.14.5-1_all.deb
 72fdf312ef1024173e78d086f27ad854 562102 libs optional 
libglib2.0-0_2.14.5-1_i386.deb
 abdc2da392da1431db3f6218fe88fda8 738950 debian-installer optional 
libglib2.0-udeb_2.14.5-1_i386.udeb
 9d0125d267a2efa95fdb24eb6b375828 569348 libdevel optional 
libglib2.0-dev_2.14.5-1_i386.deb
 987a37724481d7914aa097e4ff64b215 636408 libdevel extra 
libglib2.0-0-dbg_2.14.5-1_i386.deb
Package-Type: udeb

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

iD8DBQFHjyeWBsBdh1vkHyERAk5MAJ48jXXk3vYZYg0FLl2pPS0hSFV6eACgqSYJ
90Ooj6LjIjm7gR0vPlxCRFQ=
=UPWM
-END PGP SIGNATURE-


Accepted:
glib2.0_2.14.5-1.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.14.5-1.diff.gz
glib2.0_2.14.5-1.dsc
  to pool/main/g/glib2.0/glib2.0_2.14.5-1.dsc
glib2.0_2.14.5.orig.tar.gz
  to pool/main/g/glib2.0/glib2.0_2.14.5.orig.tar.gz
libglib2.0-0-dbg_2.14.5-1_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0-dbg_2.14.5-1_i386.deb
libglib2.0-0_2.14.5-1_i386.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.14.5-1_i386.deb
libglib2.0-data_2.14.5-1_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.14.5-1_all.deb
libglib2.0-dev_2.14.5-1_i386.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.14.5-1_i386.deb
libglib2.0-doc_2.14.5-1_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.14.5-1_all.deb
libglib2.0-udeb_2.14.5-1_i386.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.14.5-1_i386.udeb


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



Accepted libpoe-component-client-keepalive-perl 0.1000-2 (source all)

2008-01-17 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 12:08:23 +0200
Source: libpoe-component-client-keepalive-perl
Binary: libpoe-component-client-keepalive-perl
Architecture: source all
Version: 0.1000-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libpoe-component-client-keepalive-perl - POE component that manages and keeps 
alive client connections
Closes: 461195
Changes: 
 libpoe-component-client-keepalive-perl (0.1000-2) unstable; urgency=medium
 .
   * Add coma when wrapping Build-Depends-Indep
 Closes: #461195 -- FTBFS: Can't locate POE/Component/Client/DNS.pm in @INC
 medium urgency as the bug is serious
 Thanks Lucas
 .
   * Use Roberto's @debian.org address in Uploaders
   * add myself to Uploaders
Files: 
 dfc12c9738f97d1b56db2d866039e85d 1162 perl optional 
libpoe-component-client-keepalive-perl_0.1000-2.dsc
 bf539e3e28f25bc6c54697bb8b96f358 2285 perl optional 
libpoe-component-client-keepalive-perl_0.1000-2.diff.gz
 f42df15013e5740e7f496b1e92cf67d3 27334 perl optional 
libpoe-component-client-keepalive-perl_0.1000-2_all.deb

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

iD8DBQFHjymzHqjlqpcl9jsRAvweAJ9dIEZqiM5eCUz25HI3Bnm8m8H5aQCfRqmA
mLqVxYSXKhC4x0nqEZACZTo=
=SttS
-END PGP SIGNATURE-


Accepted:
libpoe-component-client-keepalive-perl_0.1000-2.diff.gz
  to 
pool/main/libp/libpoe-component-client-keepalive-perl/libpoe-component-client-keepalive-perl_0.1000-2.diff.gz
libpoe-component-client-keepalive-perl_0.1000-2.dsc
  to 
pool/main/libp/libpoe-component-client-keepalive-perl/libpoe-component-client-keepalive-perl_0.1000-2.dsc
libpoe-component-client-keepalive-perl_0.1000-2_all.deb
  to 
pool/main/libp/libpoe-component-client-keepalive-perl/libpoe-component-client-keepalive-perl_0.1000-2_all.deb


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



Accepted virt-manager 0.5.3-2 (source powerpc)

2008-01-17 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 11:14:58 +0100
Source: virt-manager
Binary: virt-manager
Architecture: source powerpc
Version: 0.5.3-2
Distribution: unstable
Urgency: low
Maintainer: Debian Libvirt Maintainers [EMAIL PROTECTED]
Changed-By: Guido Guenther [EMAIL PROTECTED]
Description: 
 virt-manager - desktop application for managing virtual machines
Closes: 457735
Changes: 
 virt-manager (0.5.3-2) unstable; urgency=low
 .
   * upload to unstable
 .
 virt-manager (0.5.3-1) experimental; urgency=low
 .
   * New Upstream Version
   * disable autogen.sh since it's a released version
 .
 virt-manager (0.5.2+hg071220-2) experimental; urgency=low
 .
   * build-depend on intltool (Closes: #457735)
   * bump standards version
 .
 virt-manager (0.5.2+hg071220-1) experimental; urgency=low
 .
   * new upstream version
   * run autogen.sh
Files: 
 dc3d8514a31620b790ecf8c43c4b68aa 801 admin optional virt-manager_0.5.3-2.dsc
 dabcce4f8b744faf4912f2393f378c48 27037 admin optional 
virt-manager_0.5.3-2.diff.gz
 2b13a7b9a0f7589c5ff013c75897a1f4 1150682 admin optional 
virt-manager_0.5.3-2_powerpc.deb

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

iD8DBQFHjyxcn88szT8+ZCYRAh6bAJ9D3MaVV1Zk1GvGOvDVSqjf6vHjPgCfebw2
RgQhcENZjLmhwZdhGzv8xas=
=P3B3
-END PGP SIGNATURE-


Accepted:
virt-manager_0.5.3-2.diff.gz
  to pool/main/v/virt-manager/virt-manager_0.5.3-2.diff.gz
virt-manager_0.5.3-2.dsc
  to pool/main/v/virt-manager/virt-manager_0.5.3-2.dsc
virt-manager_0.5.3-2_powerpc.deb
  to pool/main/v/virt-manager/virt-manager_0.5.3-2_powerpc.deb


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



Accepted kdevelop 4:3.5.0-3 (source all amd64)

2008-01-17 Thread Jeremy Lainé
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 11:17:41 +0100
Source: kdevelop
Binary: kdevelop-doc kdevelop-data kdevelop kdevelop-dev
Architecture: source all amd64
Version: 4:3.5.0-3
Distribution: unstable
Urgency: low
Maintainer: Jeremy Lainé [EMAIL PROTECTED]
Changed-By: Jeremy Lainé [EMAIL PROTECTED]
Description: 
 kdevelop   - An IDE for Unix/X11
 kdevelop-data - An IDE for Unix/X11 - data
 kdevelop-dev - An IDE for Unix/X11 - development files
 kdevelop-doc - An IDE for Unix/X11 - documentation
Closes: 331659 461193
Changes: 
 kdevelop (4:3.5.0-3) unstable; urgency=low
 .
   * Replace Build-Depends on libdb4.4-dev by libdb-dev (Closes: #461193).
   * Apply patch for jumping to code from error messages (Closes: #331659).
   * Move homepage from description to Homepage field.
   * Update Standards-Version to 3.7.3.
Files: 
 79698c31402a04332f59824a11b323ef 854 kde optional kdevelop_3.5.0-3.dsc
 a891c1678c179460572da334d3f93430 90265 kde optional kdevelop_3.5.0-3.diff.gz
 c042f94d36344eb6916a7d1a88d743a5 3697952 doc optional 
kdevelop-doc_3.5.0-3_all.deb
 683b478237d94ad490263a23efd8579c 2785358 kde optional 
kdevelop-data_3.5.0-3_all.deb
 bd5901e50c4c6d94bff0122c0b4751bc 9658000 kde optional 
kdevelop_3.5.0-3_amd64.deb
 024f8ab9463fbf8d65e4099948f157d3 176996 kde optional 
kdevelop-dev_3.5.0-3_amd64.deb

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

iD8DBQFHjzR64mJJZqJp2ScRAh4iAJ9rLrPSvMmEiwxHT07liI4ZrVq8ewCdH/nB
0xQf6l9FsHVunb2ydKys9xQ=
=vT2j
-END PGP SIGNATURE-


Accepted:
kdevelop-data_3.5.0-3_all.deb
  to pool/main/k/kdevelop/kdevelop-data_3.5.0-3_all.deb
kdevelop-dev_3.5.0-3_amd64.deb
  to pool/main/k/kdevelop/kdevelop-dev_3.5.0-3_amd64.deb
kdevelop-doc_3.5.0-3_all.deb
  to pool/main/k/kdevelop/kdevelop-doc_3.5.0-3_all.deb
kdevelop_3.5.0-3.diff.gz
  to pool/main/k/kdevelop/kdevelop_3.5.0-3.diff.gz
kdevelop_3.5.0-3.dsc
  to pool/main/k/kdevelop/kdevelop_3.5.0-3.dsc
kdevelop_3.5.0-3_amd64.deb
  to pool/main/k/kdevelop/kdevelop_3.5.0-3_amd64.deb


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



Accepted clamav-data 20080117.012200.5489 (source all)

2008-01-17 Thread Marc Haber
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 05:47:03 +
Source: clamav-data
Binary: clamav-data
Architecture: source all
Version: 20080117.012200.5489
Distribution: unstable
Urgency: low
Maintainer: Marc Haber [EMAIL PROTECTED]
Changed-By: Marc Haber [EMAIL PROTECTED]
Description: 
 clamav-data - clamav data files
Changes: 
 clamav-data (20080117.012200.5489) unstable; urgency=low
 .
   * Automatically generated by clamav-getfiles.
   * See clamav-getfiles changelog for the real change log.
 URL: 
http://packages.debian.org/changelogs/pool/main/c/clamav-getfiles/current/changelog.html
Files: 
 f4b1da85ba2cba57e3c5305ce11a3872 559 utils optional 
clamav-data_20080117.012200.5489.dsc
 9b0c69e57bc8cd3d215a1762ee126edc 12010765 utils optional 
clamav-data_20080117.012200.5489.tar.gz
 3215f7ab7bda7e1e378ea3f4caa61586 12007714 utils optional 
clamav-data_20080117.012200.5489_all.deb

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

iD8DBQFHjywygZalRGu6PIQRAkwvAKCbaHkLMpEmGJJ9PjIPzdxNZpfGbACdGUuS
fFr4vCNY6c/GH2tqhJva3UI=
=df1o
-END PGP SIGNATURE-


Accepted:
clamav-data_20080117.012200.5489.dsc
  to pool/main/c/clamav-data/clamav-data_20080117.012200.5489.dsc
clamav-data_20080117.012200.5489.tar.gz
  to pool/main/c/clamav-data/clamav-data_20080117.012200.5489.tar.gz
clamav-data_20080117.012200.5489_all.deb
  to pool/main/c/clamav-data/clamav-data_20080117.012200.5489_all.deb


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



Accepted xserver-xorg-video-ati 1:6.7.198~git20080117.6bd510a2-1 (source i386)

2008-01-17 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 10:54:03 +0100
Source: xserver-xorg-video-ati
Binary: xserver-xorg-video-ati-dbg xserver-xorg-video-ati
Architecture: source i386
Version: 1:6.7.198~git20080117.6bd510a2-1
Distribution: experimental
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Brice Goglin [EMAIL PROTECTED]
Description: 
 xserver-xorg-video-ati - X.Org X server -- ATI display driver
 xserver-xorg-video-ati-dbg - X.Org X server -- ATI display driver (debugging 
symbols)
Changes: 
 xserver-xorg-video-ati (1:6.7.198~git20080117.6bd510a2-1) experimental; 
urgency=low
 .
   * New upstream snapshot, containing commits up to 6bd510a2.
Files: 
 92bcce45c5ad22427743fb951acf43d8 1331 x11 optional 
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1.dsc
 1f148527c334e8e3e134551a229c6a54 1011359 x11 optional 
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2.orig.tar.gz
 45b04eab4bfb5252823a13e3d01c7b75 349401 x11 optional 
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1.diff.gz
 8511593f515ea465a64982ed7a85f267 463192 x11 optional 
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1_i386.deb
 452f15c2a2417d3ff1d0f06efe014553 1996098 x11 extra 
xserver-xorg-video-ati-dbg_6.7.198~git20080117.6bd510a2-1_i386.deb

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

iD8DBQFHjy9zRh88F8PcWfoRAnl0AJwMRCDGgZuxbIcV4c0AKbrxlHkXMQCfcvLP
OYoCsdYPpxVMFdm4npsRNVI=
=U6YC
-END PGP SIGNATURE-


Accepted:
xserver-xorg-video-ati-dbg_6.7.198~git20080117.6bd510a2-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati-dbg_6.7.198~git20080117.6bd510a2-1_i386.deb
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1.diff.gz
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1.diff.gz
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1.dsc
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1.dsc
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1_i386.deb
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2-1_i386.deb
xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2.orig.tar.gz
  to 
pool/main/x/xserver-xorg-video-ati/xserver-xorg-video-ati_6.7.198~git20080117.6bd510a2.orig.tar.gz


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



Accepted anon-proxy 00.02.39-8.4 (source i386)

2008-01-17 Thread Riku Voipio
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 12:54:06 +0200
Source: anon-proxy
Binary: anon-proxy
Architecture: source i386
Version: 00.02.39-8.4
Distribution: unstable
Urgency: low
Maintainer: David Spreen [EMAIL PROTECTED]
Changed-By: Riku Voipio [EMAIL PROTECTED]
Description: 
 anon-proxy - Proxy to surf the web anonymously
Closes: 441160
Changes: 
 anon-proxy (00.02.39-8.4) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Apply Peter Green's fix for gcc-4.2 compilation (closes: #441160)
   * Add po-debconf dependency
   * Use debian/compat instead of DH_COMPAT
   * Fix priority
   * Add Homepage: field
Files: 
 ab0229dce165314be00144893c91a465 700 web optional anon-proxy_00.02.39-8.4.dsc
 18b1906e5ab884d58141dba6c0909af8 37354 web optional 
anon-proxy_00.02.39-8.4.diff.gz
 f8c7318b1ebc2773c05d176628a7e00f 119790 web optional 
anon-proxy_00.02.39-8.4_i386.deb

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

iD8DBQFHjzrpibPvMsrqrwMRAniiAKDQyiTB2F985Shnr8isBgJmfGGMCgCaAt+M
Uwq4vIsjm1OxtS2AhrVnOuw=
=pS8g
-END PGP SIGNATURE-


Accepted:
anon-proxy_00.02.39-8.4.diff.gz
  to pool/main/a/anon-proxy/anon-proxy_00.02.39-8.4.diff.gz
anon-proxy_00.02.39-8.4.dsc
  to pool/main/a/anon-proxy/anon-proxy_00.02.39-8.4.dsc
anon-proxy_00.02.39-8.4_i386.deb
  to pool/main/a/anon-proxy/anon-proxy_00.02.39-8.4_i386.deb


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



Accepted gcj-4.3 4.3-20080116-1 (all i386 powerpc source sparc hppa)

2008-01-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 23:09:21 +0100
Source: gcj-4.3
Binary: libgcj9-dbg libgcj-doc gcj-4.3 libgcj9-0-awt libgcj9-dev gcj-4.3-base 
libgcj9-jar libgcj9-src gij-4.3 gappletviewer-4.3 libgcj9-0 gcjwebplugin-4.3
Architecture: all hppa i386 powerpc source sparc 
Version: 4.3-20080116-1
Distribution: unstable
Urgency: medium
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gappletviewer-4.3 - Standalone application to execute Java (tm) applets
 gcj-4.3- The GNU compiler for Java(TM)
 gcj-4.3-base - The GNU Compiler Collection (gcj base package)
 gij-4.3- The GNU Java bytecode interpreter
 libgcj9-0  - Java runtime library for use with gcj
 libgcj9-0-awt - AWT peer runtime libraries for use with gcj
 libgcj9-dbg - Debugging symbols for libraries provided in libgcj9-dev
 libgcj9-dev - Java development headers and static library for use with gcj
Changes: 
 gcj-4.3 (4.3-20080116-1) unstable; urgency=medium
 .
   * Upload as gcj-4.3.
Files: 
 002fb202b7331c42c5c81586c607b392 17084 utils optional 
gappletviewer-4.3_4.3-20080116-1_sparc.deb
 359c65157bc9052f2e89787d22c6da8d 16798 utils optional 
gappletviewer-4.3_4.3-20080116-1_i386.deb
 35b23bf9356d5a12ed568d367f5328b3 2802488 devel optional 
gcj-4.3_4.3-20080116-1_sparc.deb
 39cd9dd99d6a6ddc5bf1f8afdb65c676 56084 devel optional 
gij-4.3_4.3-20080116-1_sparc.deb
 3e788f57a77f450e89b7cbcfdf7fe36d 72832 libs optional 
libgcj9-0-awt_4.3-20080116-1_sparc.deb
 45236928cfb59c632a9127987b480f19 14788582 libdevel extra 
libgcj9-dbg_4.3-20080116-1_hppa.deb
 4d7fa745643667c8b2a2aa46ba7ec2e9 3359018 devel optional 
gcj-4.3_4.3-20080116-1_i386.deb
 5a125dafe53c024a675aa67052285d91 12746154 libdevel extra 
libgcj9-dbg_4.3-20080116-1_sparc.deb
 5b3234fb5444f8bb00bec7626add42f6 56330 devel optional 
gij-4.3_4.3-20080116-1_i386.deb
 6f70043119d0644e31c8e295a0b20e8d 12458274 libdevel optional 
libgcj9-src_4.3-20080116-1_all.deb
 751868c6925c3fdb12d3824d18831999 10037880 libs optional 
libgcj9-jar_4.3-20080116-1_all.deb
 812d5e57bb806c7dd58784fdaf58a1f8 20010 utils optional 
gappletviewer-4.3_4.3-20080116-1_hppa.deb
 84233ae57c667fef80d4d1f26bc5af44 130 devel optional 
gcj-4.3_4.3-20080116.orig.tar.gz
 89688afcf89e851f3a888b50ff5a88fa 788312 libdevel optional 
libgcj9-dev_4.3-20080116-1_sparc.deb
 8c859bf60bdd9399dd54b2c9e2dce22c 88398 libs optional 
libgcj9-0-awt_4.3-20080116-1_hppa.deb
 903cdb68f6dd3ca585601385318eadf7 45022524 doc optional 
libgcj-doc_4.3-20080116-1_all.deb
 91e381dcb3cc754d32a4b00eee0bbb23 11866798 libs optional 
libgcj9-0_4.3-20080116-1_powerpc.deb
 9cb5ae4b486886021eadf30b087f01a5 12891742 libdevel extra 
libgcj9-dbg_4.3-20080116-1_i386.deb
 9d64d8c4ef46f1263a699ffc63ba0bc0 58612 devel optional 
gij-4.3_4.3-20080116-1_hppa.deb
 a075d3a4e003e86c55db259f9735ce87 770630 libdevel optional 
libgcj9-dev_4.3-20080116-1_hppa.deb
 72f3769638740c56c8ab5cc7945afce2 2664 devel optional gcj-4.3_4.3-20080116-1.dsc
 a8e606a946badee5f29db512f5ce3e63 13850928 libdevel extra 
libgcj9-dbg_4.3-20080116-1_powerpc.deb
 a97b508366d59a1524735144bbf3bfe7 100832 libs optional 
gcj-4.3-base_4.3-20080116-1_powerpc.deb
 ac34f212c36bed9906c7770084e2d372 59246 devel optional 
gij-4.3_4.3-20080116-1_powerpc.deb
 b0231f3037a18ef17336ce20f577ccf7 10412494 libs optional 
libgcj9-0_4.3-20080116-1_i386.deb
 bc411642438b088e45ab1db606f75fe0 3011686 devel optional 
gcj-4.3_4.3-20080116-1_hppa.deb
 bc97389d5932c5ac68de395a19d0ea3b 14258036 libs optional 
libgcj9-0_4.3-20080116-1_hppa.deb
 c59b6b8631248034db056e82d93dca16 771372 libdevel optional 
libgcj9-dev_4.3-20080116-1_powerpc.deb
 ca6d3a4c594e412ffca445b20ec04af5 20804 utils optional 
gappletviewer-4.3_4.3-20080116-1_powerpc.deb
 cf7818d4341fb22f2a67ede5027e3b28 361236 devel optional 
gcj-4.3_4.3-20080116-1.diff.gz
 d26a4c7c86272c901d388fe478adb797 768420 libdevel optional 
libgcj9-dev_4.3-20080116-1_i386.deb
 d92c51b1a837e3314d85828a4f3a8b5a 86722 libs optional 
libgcj9-0-awt_4.3-20080116-1_powerpc.deb
 e37fc26c8359f95efcb62137906efb10 100818 libs optional 
gcj-4.3-base_4.3-20080116-1_i386.deb
 e724f7021e2fe93de67b57f77d41c9b5 75514 libs optional 
libgcj9-0-awt_4.3-20080116-1_i386.deb
 eebe4b1f29d149c08a94b5da86831f41 100548 libs optional 
gcj-4.3-base_4.3-20080116-1_hppa.deb
 f20f22eb72957e6c8846996e3369f5f7 3519718 devel optional 
gcj-4.3_4.3-20080116-1_powerpc.deb
 f5ffe11755529c9adc653d410dc6f688 101242 libs optional 
gcj-4.3-base_4.3-20080116-1_sparc.deb
 ff20e34422f8debe548d6e9fbd8ba3af 11321880 libs optional 
libgcj9-0_4.3-20080116-1_sparc.deb

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

iD8DBQFHjzraStlRaw+TLJwRAvfyAJ9RvrWpyVS4lhVpOrHwPj0+xtccmwCfcbKM
seHHXCLW8EP1Isblg8CHqF4=
=U3N2
-END PGP SIGNATURE-


Accepted:
gappletviewer-4.3_4.3-20080116-1_hppa.deb
  to pool/main/g/gcj-4.3/gappletviewer-4.3_4.3-20080116-1_hppa.deb
gappletviewer-4.3_4.3-20080116-1_i386.deb
  to 

Accepted ruby-defaults 4.1 (source all)

2008-01-17 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 10:03:27 +0100
Source: ruby-defaults
Binary: libracc-runtime-ruby libyaml-ruby rdoc libtk-ruby libdl-ruby ruby 
libstrscan-ruby libwebrick-ruby libcurses-ruby libpty-ruby libsdbm-ruby irb 
libdbm-ruby libbigdecimal-ruby libopenssl-ruby librexml-ruby libtcltk-ruby 
libzlib-ruby liberb-ruby ruby-elisp libiconv-ruby libreadline-ruby 
libxmlrpc-ruby ri libruby libgdbm-ruby ruby-full libtest-unit-ruby 
libsyslog-ruby libdrb-ruby
Architecture: source all
Version: 4.1
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI [EMAIL PROTECTED]
Changed-By: Lucas Nussbaum [EMAIL PROTECTED]
Description: 
 irb- Interactive Ruby (irb)
 libbigdecimal-ruby - transitional dummy package
 libcurses-ruby - transitional dummy package
 libdbm-ruby - DBM interface for Ruby
 libdl-ruby - transitional dummy package
 libdrb-ruby - transitional dummy package
 liberb-ruby - transitional dummy package
 libgdbm-ruby - GDBM interface for Ruby
 libiconv-ruby - transitional dummy package
 libopenssl-ruby - OpenSSL interface for Ruby
 libpty-ruby - transitional dummy package
 libracc-runtime-ruby - transitional dummy package
 libreadline-ruby - Readline interface for Ruby
 librexml-ruby - transitional dummy package
 libruby- Libraries necessary to run Ruby 1.8.x
 libsdbm-ruby - transitional dummy package
 libstrscan-ruby - transitional dummy package
 libsyslog-ruby - transitional dummy package
 libtcltk-ruby - Tcl/Tk interface for Ruby
 libtest-unit-ruby - transitional dummy package
 libtk-ruby - transitional dummy package
 libwebrick-ruby - transitional dummy package
 libxmlrpc-ruby - transitional dummy package
 libyaml-ruby - transitional dummy package
 libzlib-ruby - transitional dummy package
 rdoc   - Generate documentation from ruby source files
 ri - Ruby Interactive reference (ri)
 ruby   - An interpreter of object-oriented scripting language Ruby
 ruby-elisp - Emacs-lisp ruby-mode for Ruby
 ruby-full  - Ruby full installation
Closes: 460465
Changes: 
 ruby-defaults (4.1) unstable; urgency=low
 .
   * Switched to cdbs.
   * Added ruby-full package, which depends on everything part of the normal
 ruby tarball-based installation. Supersedes the ruby-full source package.
 Closes: #460465.
   * Corrected Conflicts/Replaces. I was using  1:1.8.2-3, because, before
 using 3, 4, 4.1 as verisoning scheme, I considered using an epoch, but
 changed my mind. Fixes unreported build failure of rails.
Files: 
 bb90c9faacfca986d3781508a46f15a7 1054 interpreters optional 
ruby-defaults_4.1.dsc
 46829dbcf5b171ecc271b5f658d6c07e 15286 interpreters optional 
ruby-defaults_4.1.tar.gz
 340772160de8e1dac64bc2847ee854c4 20592 interpreters optional ruby_4.1_all.deb
 c766b91774b06c94d54436f989698666 5164 libs optional libruby_4.1_all.deb
 38b939d3823da618471a81f46f965f43 4898 interpreters optional 
libdbm-ruby_4.1_all.deb
 337aa6bf5e4fff06f97e7d7ed5f4644b 4876 interpreters optional 
libgdbm-ruby_4.1_all.deb
 ee3ee1074548db0aab3c12ea75b1f08b 4856 interpreters optional 
libreadline-ruby_4.1_all.deb
 c084220b88b06153d59389e50f9e4f3a 4900 interpreters optional 
libtcltk-ruby_4.1_all.deb
 8050e2ebb6d5bf778e41741b99bcb696 4880 interpreters optional 
libopenssl-ruby_4.1_all.deb
 e4560245b35bb96a0197591bce4e3a59 4880 interpreters optional 
ruby-elisp_4.1_all.deb
 15277990b110886cfd03df24dff0f7c5 5102 interpreters optional ri_4.1_all.deb
 e486f7c0e2e99a496d50165999166a02 5202 doc optional rdoc_4.1_all.deb
 b2631e1be03dc433f2444346f569b133 5008 interpreters optional irb_4.1_all.deb
 43d4ab644ffbb6b8ba7afd821ee9875e 5010 interpreters optional 
ruby-full_4.1_all.deb
 d530e1c56f41c8dc8279adbb78f21272 4760 interpreters optional 
libtk-ruby_4.1_all.deb
 80d918c2b55730c0d3b9de1faf5c5e1c 4758 interpreters optional 
libcurses-ruby_4.1_all.deb
 958d18ab4dc4cc89303cf737e4096a89 4764 interpreters optional 
libzlib-ruby_4.1_all.deb
 c7f25f452f08c44f5f41eb17adee3946 4764 interpreters optional 
libyaml-ruby_4.1_all.deb
 cacac051343e1838727d149a5a5d945e 4762 interpreters optional 
libwebrick-ruby_4.1_all.deb
 e9581ca1f9c836efd64bfb7699adc1aa 4766 interpreters optional 
libxmlrpc-ruby_4.1_all.deb
 a360424ae0051f01d15ca7b6d83f7f70 4756 interpreters optional 
librexml-ruby_4.1_all.deb
 f4bd8785c12291f2d9f5c389198db951 4766 interpreters optional 
libtest-unit-ruby_4.1_all.deb
 0cfe9201088ede0395048fe0ea364b89 4752 interpreters optional 
liberb-ruby_4.1_all.deb
 1cd8d7e044903a0e7d0fd2cd7538afe1 4758 interpreters optional 
libdrb-ruby_4.1_all.deb
 e62f8b66debe0ecb712556911fc5652b 4770 interpreters optional 
libracc-runtime-ruby_4.1_all.deb
 4bf8343d7d62d3acec4b43e16f0a1438 4756 interpreters optional 
libiconv-ruby_4.1_all.deb
 fd29a593d1de9ad30e8c5b34a2a8f485 4762 interpreters optional 
libstrscan-ruby_4.1_all.deb
 e0fe9b3fd7c1cb659a440c2b58a93813 4762 interpreters optional 
libsyslog-ruby_4.1_all.deb
 6993fbc871d6c57d5a9355fe52845d0e 4768 interpreters 

Accepted ipython 0.8.2.dfsg-2 (source all)

2008-01-17 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 11:17:49 +0100
Source: ipython
Binary: ipython
Architecture: source all
Version: 0.8.2.dfsg-2
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team [EMAIL PROTECTED]
Changed-By: Bernd Zeimetz [EMAIL PROTECTED]
Description: 
 ipython- enhanced interactive Python shell
Closes: 461188
Changes: 
 ipython (0.8.2.dfsg-2) unstable; urgency=low
 .
   * debian/rules:
 - Creating /usr/bin/ipythonX.Y wrappers for all python versions. Thanks to
   martin f. krafft (Closes: #461188).
Files: 
 3bd61a6cdf0df8bb390d679bef678c87 964 python optional ipython_0.8.2.dfsg-2.dsc
 4d3881a5e7b5f3f37c00e71678811545 11408 python optional 
ipython_0.8.2.dfsg-2.diff.gz
 a28b2cb2b64c04850ad188b9461a907f 1072716 python optional 
ipython_0.8.2.dfsg-2_all.deb

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

iD8DBQFHj0L+BnqtBMk7/3kRAlUBAJ4oE84h0N030m30K3lLB3ZL9N/YdwCfV35z
znVTzMXQG6SxnzkTdPcHRos=
=i1xp
-END PGP SIGNATURE-


Accepted:
ipython_0.8.2.dfsg-2.diff.gz
  to pool/main/i/ipython/ipython_0.8.2.dfsg-2.diff.gz
ipython_0.8.2.dfsg-2.dsc
  to pool/main/i/ipython/ipython_0.8.2.dfsg-2.dsc
ipython_0.8.2.dfsg-2_all.deb
  to pool/main/i/ipython/ipython_0.8.2.dfsg-2_all.deb


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



Accepted prolog-el 1.17-2 (source all)

2008-01-17 Thread Philipp Benner
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 Jan 2008 18:15:28 +0100
Source: prolog-el
Binary: prolog-el
Architecture: source all
Version: 1.17-2
Distribution: unstable
Urgency: low
Maintainer: Philipp Benner [EMAIL PROTECTED]
Changed-By: Philipp Benner [EMAIL PROTECTED]
Description: 
 prolog-el  - Emacs major mode for editing Prolog code
Changes: 
 prolog-el (1.17-2) unstable; urgency=low
 .
   * New maintainer e-mail address.
Files: 
 039458b27bbec0eb2c1978caeee25ade 784 interpreters optional prolog-el_1.17-2.dsc
 7672e0f2165a99e480a5667515802517 4374 interpreters optional 
prolog-el_1.17-2.diff.gz
 519b339b9c36b033d494d14ce9b72160 40914 interpreters optional 
prolog-el_1.17-2_all.deb

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

iD8DBQFHjzUqqVw77OuI6TARAvIaAJ4rcPnXoGOswF7ju/dKZ38g1neoDQCdGT5f
gZ/fW0Oiw+UG3F+gcf00mr4=
=2oDR
-END PGP SIGNATURE-


Accepted:
prolog-el_1.17-2.diff.gz
  to pool/main/p/prolog-el/prolog-el_1.17-2.diff.gz
prolog-el_1.17-2.dsc
  to pool/main/p/prolog-el/prolog-el_1.17-2.dsc
prolog-el_1.17-2_all.deb
  to pool/main/p/prolog-el/prolog-el_1.17-2_all.deb


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



Accepted gtk+2.0 2.12.5-1 (source all i386)

2008-01-17 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 10:49:09 +0100
Source: gtk+2.0
Binary: libgtk2.0-dev gtk2-engines-pixbuf libgtk-directfb-2.0-dev 
libgtk-directfb-2.0-0 libgtk-directfb-2.0-0-udeb libgtk2.0-0-dbg libgtk2.0-0 
libgtk2.0-doc gtk2.0-examples libgtk2.0-common libgtk2.0-bin
Architecture: source all i386
Version: 2.12.5-1
Distribution: unstable
Urgency: low
Maintainer: Sebastien Bacher [EMAIL PROTECTED]
Changed-By: Sebastian Dröge [EMAIL PROTECTED]
Description: 
 gtk2-engines-pixbuf - Pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - Examples files for the GTK+ 2.0
 libgtk-directfb-2.0-0 - The GTK+ graphical user interface library - DirectFB 
runtime
 libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - 
minimal runtime
 libgtk-directfb-2.0-0-udeb - The GTK+ graphical user interface library - 
minimal runtime (udeb)
 libgtk-directfb-2.0-dev - Development files for the GTK+ library - DirectFB 
version
 libgtk2.0-0 - The GTK+ graphical user interface library
 libgtk2.0-0-dbg - The GTK+ libraries and debugging symbols
 libgtk2.0-bin - The programs for the GTK+ graphical user interface library
 libgtk2.0-common - Common files for the GTK+ graphical user interface library
 libgtk2.0-dev - Development files for the GTK+ library
 libgtk2.0-doc - Documentation for the GTK+ graphical user interface library
Closes: 459393 461037
Changes: 
 gtk+2.0 (2.12.5-1) unstable; urgency=low
 .
   [ Loic Minier ]
   * Drop the version in the libgtk2.0-0 - libgtk2.0-common dependency; the
 translations and gtkrc files aren't critical to libgtk's working and have
 been compatible with other libgtk versions since years.
   * New patch, 094_fix-jpeg-loader-big-buffers, fixes spinguard logic for big
 buffers in the JPEG pixbuf loader; GNOME #494667; from SVN r19135.
   * New upstream stable releases; no API change; bug fixes and translation
 updates.
 - Drop patches 092_notebook-critical-warnings,
   094_fix-jpeg-loader-big-buffers, merged upstream.
 - Refresh patches 040_filechooser_single-click, 093_directfb-type-changes
   to apply cleanly.
 - Update relibtoolizing patch, 070_mandatory-relibtoolize.
 .
   [ Sebastian Dröge ]
   * Upload to unstable.
   * Fixes FTBFS caused by not installing the png pixbuf loader correctly
 (Closes: #461037).
   * Update Standards-Version to 3.7.3, no additional changes needed.
   * 092_recentfiles-recursion-fix.patch: Guard against recursion in
 gtk_recent_files_menu_populate(). Patch from upstream SVN by
 William Pitcock (Closes: #459393).
   * Drop duplicated ${misc:Depends} from Recommends.
Files: 
 15f108376b959ea6e834a9c421f8c7ed 1565 libs optional gtk+2.0_2.12.5-1.dsc
 ab00ecf5a8709642d7f72d7084db05d5 23273435 libs optional 
gtk+2.0_2.12.5.orig.tar.gz
 efe3ade98268cd4be5d35402e572f647 84128 libs optional gtk+2.0_2.12.5-1.diff.gz
 ab44adea24107d94aba18b20b38cc6f0 5078166 misc optional 
libgtk2.0-common_2.12.5-1_all.deb
 2d7b83257cfbb3bbc0b4f66cfb5572c6 8024 misc optional 
libgtk2.0-bin_2.12.5-1_all.deb
 e1195317348b6bb869d93a741cb83334 3217694 doc optional 
libgtk2.0-doc_2.12.5-1_all.deb
 dd40d2554bed563e46213801a5810186 1932896 libs optional 
libgtk2.0-0_2.12.5-1_i386.deb
 8da17704e6c3d1bc447968038ff68ad3 1634094 libs optional 
libgtk-directfb-2.0-0_2.12.5-1_i386.deb
 76a7da22d7585d69ea071c42f85083a0 1683918 debian-installer extra 
libgtk-directfb-2.0-0-udeb_2.12.5-1_i386.udeb
 d581828e1fffe061311742a35e63f04a 2656580 libdevel optional 
libgtk2.0-dev_2.12.5-1_i386.deb
 1bebcb7dd5aa31a4a83f26f8398129b2 5540 libdevel optional 
libgtk-directfb-2.0-dev_2.12.5-1_i386.deb
 1a2cab8103e2894aa829201eb6f65029 9293150 libdevel extra 
libgtk2.0-0-dbg_2.12.5-1_i386.deb
 f76b335e2e4ddc73484fb62f7d2febe5 453868 x11 extra 
gtk2.0-examples_2.12.5-1_i386.deb
 525c897d84b9c3409070fec03e3f6ba3 135358 graphics optional 
gtk2-engines-pixbuf_2.12.5-1_i386.deb
Package-Type: udeb

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

iD4DBQFHjz9fBsBdh1vkHyERAq9TAJYw1AMQa8ZdXDIjva/8z4B0IyGtAJ9qaelg
072a2cRlkrkMD6u0a8hMww==
=FPEX
-END PGP SIGNATURE-


Accepted:
gtk+2.0_2.12.5-1.diff.gz
  to pool/main/g/gtk+2.0/gtk+2.0_2.12.5-1.diff.gz
gtk+2.0_2.12.5-1.dsc
  to pool/main/g/gtk+2.0/gtk+2.0_2.12.5-1.dsc
gtk+2.0_2.12.5.orig.tar.gz
  to pool/main/g/gtk+2.0/gtk+2.0_2.12.5.orig.tar.gz
gtk2-engines-pixbuf_2.12.5-1_i386.deb
  to pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.12.5-1_i386.deb
gtk2.0-examples_2.12.5-1_i386.deb
  to pool/main/g/gtk+2.0/gtk2.0-examples_2.12.5-1_i386.deb
libgtk-directfb-2.0-0-udeb_2.12.5-1_i386.udeb
  to pool/main/g/gtk+2.0/libgtk-directfb-2.0-0-udeb_2.12.5-1_i386.udeb
libgtk-directfb-2.0-0_2.12.5-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk-directfb-2.0-0_2.12.5-1_i386.deb
libgtk-directfb-2.0-dev_2.12.5-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk-directfb-2.0-dev_2.12.5-1_i386.deb
libgtk2.0-0-dbg_2.12.5-1_i386.deb
  to pool/main/g/gtk+2.0/libgtk2.0-0-dbg_2.12.5-1_i386.deb

Accepted tack 1.06-3 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 13:57:00 +0100
Source: tack
Binary: tack
Architecture: source i386
Version: 1.06-3
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 tack   - terminfo action checker
Closes: 450351
Changes: 
 tack (1.06-3) unstable; urgency=low
 .
   * Removing watch file (Closes: #450351).
Files: 
 77923887c70ebc8a85a62d78e1bf0f62 653 misc optional tack_1.06-3.dsc
 6b32fede0c97d3f04ac730b0dea4f242 3429 misc optional tack_1.06-3.diff.gz
 01cd3ee48943a12ee1529cf776a0342a 70288 misc optional tack_1.06-3_i386.deb

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

iD8DBQFHj1G2+C5cwEsrK54RAnxqAJ9krJO1nhmP/Sbi0JXz7QUpJE+H3gCgt6oe
JbtW94h/vEDMlXz6eHp29vs=
=CLKZ
-END PGP SIGNATURE-


Accepted:
tack_1.06-3.diff.gz
  to pool/main/t/tack/tack_1.06-3.diff.gz
tack_1.06-3.dsc
  to pool/main/t/tack/tack_1.06-3.dsc
tack_1.06-3_i386.deb
  to pool/main/t/tack/tack_1.06-3_i386.deb


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



Accepted kaider 4.0.0-1 (source amd64)

2008-01-17 Thread Daniel Queirolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 13:39:34 +0100
Source: kaider
Binary: kaider
Architecture: source amd64
Version: 4.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Daniel Queirolo [EMAIL PROTECTED]
Description: 
 kaider - computer-aided translation system for KDE 4
Changes: 
 kaider (4.0.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Remove patch 05_fix_docbook_installation_path, merged upstream.
   * Change Build-Depends: kdelibs5-dev (= 4:4.0.0).
Files: 
 a29df52d84533c8d829196d29b75ed85 864 utils optional kaider_4.0.0-1.dsc
 f19bdbfbc4714bf00456776b4d967365 318053 utils optional kaider_4.0.0.orig.tar.gz
 030351774a4452a921960298f9bbab16 3780 utils optional kaider_4.0.0-1.diff.gz
 1221250b440c634974ebe4e5f2bd0b6c 391806 utils optional kaider_4.0.0-1_amd64.deb

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

iD8DBQFHj1Wdn3j4POjENGERAkPvAJ9fflLM+XpEFWSBQUEgKSDJ3Im3TwCeLNjV
VPIXylhQE5aTWl48Nv5KxY0=
=73Ex
-END PGP SIGNATURE-


Accepted:
kaider_4.0.0-1.diff.gz
  to pool/main/k/kaider/kaider_4.0.0-1.diff.gz
kaider_4.0.0-1.dsc
  to pool/main/k/kaider/kaider_4.0.0-1.dsc
kaider_4.0.0-1_amd64.deb
  to pool/main/k/kaider/kaider_4.0.0-1_amd64.deb
kaider_4.0.0.orig.tar.gz
  to pool/main/k/kaider/kaider_4.0.0.orig.tar.gz


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



Accepted libxfont 1:1.3.1-2 (source i386)

2008-01-17 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 00:09:38 +0100
Source: libxfont
Binary: libxfont1-dbg libxfont1 libxfont-dev
Architecture: source i386
Version: 1:1.3.1-2
Distribution: unstable
Urgency: high
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 libxfont-dev - X11 font rasterisation library (development headers)
 libxfont1  - X11 font rasterisation library
 libxfont1-dbg - X11 font rasterisation library (debug package)
Changes: 
 libxfont (1:1.3.1-2) unstable; urgency=high
 .
   * High urgency upload for security fix.
   * Fix a buffer overflow in the PCF font parser (CVE-2008-0006).
   * debian/control updates
 + add myself to Uploaders, and remove Branden and Fabio with their
   permission
 + s/^XS-Vcs/Vcs/
 + bump Standards-Version to 3.7.3 (no changes)
 + libxfont1 is Section: libs
 + libxfont-dev and libxfont1-dbg are Section: libdevel
Files: 
 0ce7be117586e695b40642b7200f92e3 980 x11 optional libxfont_1.3.1-2.dsc
 61e461ef678daf386270df0478e219b9 174410 x11 optional libxfont_1.3.1-2.diff.gz
 c260f46dbed453cb52bb1304b882b36d 211316 libs optional 
libxfont1_1.3.1-2_i386.deb
 83f606fa20545ebf94872986300bb17c 321480 libdevel extra 
libxfont1-dbg_1.3.1-2_i386.deb
 bae1e950f56e7208d61f8669b2e7b71e 269626 libdevel optional 
libxfont-dev_1.3.1-2_i386.deb

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

iD8DBQFHj2F7mEvTgKxfcAwRAkCbAKDJaKxSNsqbrLnZQjRjda8KVaIcSgCeIMf2
yBBcLRhbKQe5Icb3gOjKEmM=
=wYKT
-END PGP SIGNATURE-


Accepted:
libxfont-dev_1.3.1-2_i386.deb
  to pool/main/libx/libxfont/libxfont-dev_1.3.1-2_i386.deb
libxfont1-dbg_1.3.1-2_i386.deb
  to pool/main/libx/libxfont/libxfont1-dbg_1.3.1-2_i386.deb
libxfont1_1.3.1-2_i386.deb
  to pool/main/libx/libxfont/libxfont1_1.3.1-2_i386.deb
libxfont_1.3.1-2.diff.gz
  to pool/main/libx/libxfont/libxfont_1.3.1-2.diff.gz
libxfont_1.3.1-2.dsc
  to pool/main/libx/libxfont/libxfont_1.3.1-2.dsc


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



Accepted libxmu 2:1.0.4-1 (source i386 all)

2008-01-17 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 14:57:47 +0100
Source: libxmu
Binary: libxmu-dev libxmu-headers libxmu6 libxmu6-dbg libxmuu-dev libxmuu1-dbg 
libxmuu1
Architecture: source i386 all
Version: 2:1.0.4-1
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 libxmu-dev - X11 miscellaneous utility library (development headers)
 libxmu-headers - X11 miscellaneous utility library headers
 libxmu6- X11 miscellaneous utility library
 libxmu6-dbg - X11 miscellaneous utility library (debug package)
 libxmuu-dev - X11 miscellaneous micro-utility library (development headers)
 libxmuu1   - X11 miscellaneous micro-utility library
 libxmuu1-dbg - X11 miscellaneous micro-utility library (debug package)
Changes: 
 libxmu (2:1.0.4-1) unstable; urgency=low
 .
   [ Julien Cristau ]
   * New upstream release.
   * Make libxmu*-dev depend on libxmu-headers (= ${source:Version}).  Thanks,
 Josh Triplett.
   * Don't export private dependencies in xmu.pc and xmuu.pc. These
 dependencies are handled by Requires.private.
   * Due to the above, build-depend on quilt and apply the xsfbs patch rules.
   * Update xsfbs to the latest version as of 2008-01-06.
   * Add myself to Uploaders, and remove Branden and Fabio with their
 permission.
   * Bump Standards-Version to 3.7.3 (no changes).
   * s/^XS-Vcs/Vcs/
 .
   [ Timo Aaltonen ]
   * Bump the epoch so that this can be synced to Ubuntu in the future.
Files: 
 6be7334cd8b3007f63988ef79bc987d3 960 x11 optional libxmu_1.0.4-1.dsc
 48b432e84035c664ece80a33695d5254 412464 x11 optional libxmu_1.0.4.orig.tar.gz
 2fcb129e6aed4998a49e09acf87d0e86 187020 x11 optional libxmu_1.0.4-1.diff.gz
 546a122d1346cac258f81242aa6495a9 51144 libs optional libxmu6_1.0.4-1_i386.deb
 2f2a275503216d1637e5a7aef5b2d987 143908 libdevel extra 
libxmu6-dbg_1.0.4-1_i386.deb
 6d694d9949f5ae784e6f6cd12c11e862 54500 libdevel optional 
libxmu-dev_1.0.4-1_i386.deb
 2bbe116c730e87f929826c8a04a3 13232 libs optional libxmuu1_1.0.4-1_i386.deb
 ea3558e2daaab81a4978e309b3fcbc78 26336 libdevel extra 
libxmuu1-dbg_1.0.4-1_i386.deb
 57c847c396ce2bf546147ceeace0d163 12656 libdevel optional 
libxmuu-dev_1.0.4-1_i386.deb
 07cbd044e7bf86d70083652859d2678c 21030 libdevel optional 
libxmu-headers_1.0.4-1_all.deb

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

iD8DBQFHj1+NmEvTgKxfcAwRAiiQAJ9d6iQK2weUAmm9FAVD08VTQBDyWwCfQaMx
tuF9cYZchS5tyau5Laoap3Q=
=sbKn
-END PGP SIGNATURE-


Accepted:
libxmu-dev_1.0.4-1_i386.deb
  to pool/main/libx/libxmu/libxmu-dev_1.0.4-1_i386.deb
libxmu-headers_1.0.4-1_all.deb
  to pool/main/libx/libxmu/libxmu-headers_1.0.4-1_all.deb
libxmu6-dbg_1.0.4-1_i386.deb
  to pool/main/libx/libxmu/libxmu6-dbg_1.0.4-1_i386.deb
libxmu6_1.0.4-1_i386.deb
  to pool/main/libx/libxmu/libxmu6_1.0.4-1_i386.deb
libxmu_1.0.4-1.diff.gz
  to pool/main/libx/libxmu/libxmu_1.0.4-1.diff.gz
libxmu_1.0.4-1.dsc
  to pool/main/libx/libxmu/libxmu_1.0.4-1.dsc
libxmu_1.0.4.orig.tar.gz
  to pool/main/libx/libxmu/libxmu_1.0.4.orig.tar.gz
libxmuu-dev_1.0.4-1_i386.deb
  to pool/main/libx/libxmu/libxmuu-dev_1.0.4-1_i386.deb
libxmuu1-dbg_1.0.4-1_i386.deb
  to pool/main/libx/libxmu/libxmuu1-dbg_1.0.4-1_i386.deb
libxmuu1_1.0.4-1_i386.deb
  to pool/main/libx/libxmu/libxmuu1_1.0.4-1_i386.deb


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



Accepted gcc-4.1 4.1.2-19 (source all i386)

2008-01-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 17:14:11 +0100
Source: gcc-4.1
Binary: gcc-4.1-soft-float libstdc++6-4.1-pic libstdc++6 lib32ffi4 
gobjc++-4.1-multilib libobjc1 lib32gfortran1 gfortran-4.1 libgcc1 
libstdc++6-4.1-doc lib64gfortran1 gcc-4.1-multilib libgcc2 lib64stdc++6-4.1-dbg 
g++-4.1 gobjc-4.1-multilib protoize gcc-4.1-base cpp-4.1 lib64stdc++6 
gobjc++-4.1 libffi4 libstdc++6-4.1-dbg lib64ffi4 libgfortran1 lib32gcc1 
gcc-4.1-source libgcc4 lib64objc1 g++-4.1-multilib gobjc-4.1 gcc-4.1 lib32objc1 
lib32stdc++6-4.1-dbg libstdc++6-4.1-dev libffi4-dev gcc-4.1-locales 
lib32mudflap0 treelang-4.1 lib64gcc1 fixincludes libmudflap0-dev lib32stdc++6 
libmudflap0 gfortran-4.1-multilib lib64mudflap0 gcc-4.1-hppa64
Architecture: source all i386
Version: 4.1.2-19
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 cpp-4.1- The GNU C preprocessor
 g++-4.1- The GNU C++ compiler
 g++-4.1-multilib - The GNU C++ compiler (multilib files)
 gcc-4.1- The GNU C compiler
 gcc-4.1-base - The GNU Compiler Collection (base package)
 gcc-4.1-locales - The GNU C compiler (native language support files)
 gcc-4.1-multilib - The GNU C compiler (multilib files)
 gcc-4.1-source - Source of the GNU Compiler Collection
 gfortran-4.1 - The GNU Fortran 95 compiler
 gfortran-4.1-multilib - The GNU Fortran 95 compiler (multilib files)
 gobjc++-4.1 - The GNU Objective-C++ compiler
 gobjc++-4.1-multilib - The GNU Objective-C++ compiler (multilib files)
 gobjc-4.1  - The GNU Objective-C compiler
 gobjc-4.1-multilib - The GNU Objective-C compiler (multilib files)
 lib64gfortran1 - Runtime library for GNU Fortran applications (64bit)
 lib64objc1 - Runtime library for GNU Objective-C applications (64bit)
 lib64stdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
 libgfortran1 - Runtime library for GNU Fortran applications
 libmudflap0-dev - GCC mudflap support libraries (development files)
 libobjc1   - Runtime library for GNU Objective-C applications
 libstdc++6-4.1-dbg - The GNU Standard C++ Library v3 (debugging files)
 libstdc++6-4.1-dev - The GNU Standard C++ Library v3 (development files)
 libstdc++6-4.1-doc - The GNU Standard C++ Library v3 (documentation files)
 libstdc++6-4.1-pic - The GNU Standard C++ Library v3 (shared library subset 
kit)
 treelang-4.1 - The GNU Treelang compiler
Closes: 459388
Changes: 
 gcc-4.1 (4.1.2-19) unstable; urgency=low
 .
   [Matthias Klose]
   * Update to the gcc-4_1-branch 20080114.
   * Fix build failures for gnat-4.1, gpc-4.1, gdc-4.1 introduced by recent
 gdc changes.
   * Set the priority of gcc-4.1-base to optional.
   * Update debian/watch. Closes: #459388. Addresses: #459389, #459390.
   * Apply fixes for PR java/33639, PR java/33765, taken from the trunk.
   * Fix build failure with dpkg-shlibdeps (= 1.14.15).
 .
   [Arthur Loiret]
   * debian/rules.defs: Disable phobos on hurd-i386.
 - gdc-hurd-proc_maps.dpatch: Remove.
Files: 
 490a37d7f9810ca080caa747c08e87d3 2583 devel optional gcc-4.1_4.1.2-19.dsc
 78750742075fd9f9d23eae0b50924e4f 1588182 devel optional 
gcc-4.1_4.1.2-19.diff.gz
 1bc2f9fe81ca1b9b22197b3295adef0d 48517506 devel optional 
gcc-4.1-source_4.1.2-19_all.deb
 448acec0297e1bfb96bf5990f1b1f566 5341074 doc optional 
libstdc++6-4.1-doc_4.1.2-19_all.deb
 cb4dedb8c529eefa9daf56b21ce0c06e 1899974 devel optional 
gcc-4.1-locales_4.1.2-19_all.deb
 f0b1fa64cc22fa821d55cf397078a89b 206776 libs optional 
gcc-4.1-base_4.1.2-19_i386.deb
 a33068d7a26e183b668b407229a02eb5 2316482 interpreters optional 
cpp-4.1_4.1.2-19_i386.deb
 9192909b20bb6bc28c2fd5042d69b12d 21130 libdevel optional 
libmudflap0-dev_4.1.2-19_i386.deb
 f7b47482836e17be41d2eee21092f412 850 devel optional 
gobjc++-4.1-multilib_4.1.2-19_i386.deb
 491a03a894ec553ce27b0cf99a9d94d8 2499090 devel optional 
gobjc++-4.1_4.1.2-19_i386.deb
 3b612eda47d3c6047ff3cbdadb2fdc0e 52856 devel optional 
gobjc-4.1-multilib_4.1.2-19_i386.deb
 90d5dbed062d890625e715d1ac7f8467 2326234 devel optional 
gobjc-4.1_4.1.2-19_i386.deb
 21bb008b58195db233e322528438e8a0 149168 libs optional 
libobjc1_4.1.2-19_i386.deb
 7d12b1e8963156beba3226653de497be 44926 libs optional 
lib64objc1_4.1.2-19_i386.deb
 f3b5f5807d444ecc4c8d03fd1bcb1da1 963314 devel optional 
g++-4.1-multilib_4.1.2-19_i386.deb
 6dc87132842b32440914d96d383f4d5e 2598080 devel optional 
g++-4.1_4.1.2-19_i386.deb
 bb5eef596ab5ef873ef891c470093cb4 818 libdevel extra 
lib64stdc++6-4.1-dbg_4.1.2-19_i386.deb
 f0387100e7d37744075a77fbce9fe133 1125566 libdevel optional 
libstdc++6-4.1-dev_4.1.2-19_i386.deb
 03b2aaace4d0130bcb98b5a43dfe19b8 453348 libdevel extra 
libstdc++6-4.1-pic_4.1.2-19_i386.deb
 f40957464bc6cea6053515ee71fd9cb0 4739048 libdevel extra 
libstdc++6-4.1-dbg_4.1.2-19_i386.deb
 d90178a00edee2a7f7af8d3595eae358 161516 libs optional 
libgfortran1_4.1.2-19_i386.deb
 627e1ad29a53279d6414025bb6292d9c 188620 libs optional 

Accepted gcj-4.1 4.1.2-19 (source all i386)

2008-01-17 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 17:14:11 +0100
Source: gcj-4.1
Binary: gappletviewer-4.1 gij-4.1 libgcj-doc libgcj7-dev libgcj7-1-awt 
libgcj7-src libgcj7-1 gcjwebplugin-4.1 gcj-4.1-base gcj-4.1 libgcj7-dbg 
libgcj7-jar
Architecture: source all i386
Version: 4.1.2-19
Distribution: unstable
Urgency: low
Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
Changed-By: Matthias Klose [EMAIL PROTECTED]
Description: 
 gappletviewer-4.1 - Standalone application to execute Java (tm) applets
 gcj-4.1- The GNU compiler for Java(TM)
 gcj-4.1-base - The GNU Compiler Collection (gcj base package)
 gij-4.1- The GNU Java bytecode interpreter
 libgcj7-1  - Java runtime library for use with gcj
 libgcj7-1-awt - AWT peer runtime libraries for use with gcj
 libgcj7-dbg - Debugging symbols for libraries provided in libgcj7-dev
 libgcj7-dev - Java development headers and static library for use with gcj
 libgcj7-jar - Java runtime library for use with gcj (jar files)
 libgcj7-src - libgcj java sources for use in eclipse
Changes: 
 gcj-4.1 (4.1.2-19) unstable; urgency=low
 .
   * Upload as gcj-4.1.
Files: 
 2297bb8508878520ff4953c06752fb23 3099 devel optional gcj-4.1_4.1.2-19.dsc
 3599483a14e34fa322ba121aaa7bbee1 1586686 devel optional 
gcj-4.1_4.1.2-19.diff.gz
 3821ecdf349bf53735da216e4455bcb9 9807270 libs optional 
libgcj7-jar_4.1.2-19_all.deb
 4e455392fe91edfb441caa0b28560da7 12267000 libdevel optional 
libgcj7-src_4.1.2-19_all.deb
 c1ce9a8a6898c469c8dc2dfeecb3a2c2 99538 libs optional 
gcj-4.1-base_4.1.2-19_i386.deb
 1392aafe958143f86944c71bc8a4a848 51168 devel optional gij-4.1_4.1.2-19_i386.deb
 0ee7d7c69c4fa991292082c33a857419 10186802 libs optional 
libgcj7-1_4.1.2-19_i386.deb
 b2284f906bbefa6086cf2f6882ddce66 81166 libs optional 
libgcj7-1-awt_4.1.2-19_i386.deb
 25bca2e013548c73b2f4c4a44ca7a79c 16708 utils optional 
gappletviewer-4.1_4.1.2-19_i386.deb
 262e8a0a82b9b51147653420ffaef0ba 753772 libdevel optional 
libgcj7-dev_4.1.2-19_i386.deb
 62a358c24301ba67900732e1912c09ab 12487730 libdevel extra 
libgcj7-dbg_4.1.2-19_i386.deb
 58dcb1c811c9a8d5345a25f202ad016c 2607154 devel optional 
gcj-4.1_4.1.2-19_i386.deb

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

iD8DBQFHjrl9StlRaw+TLJwRAgd4AKC/sn6i5mhQMrQqxAZXzSp5vW19xgCbBgeF
iKuXVauZFq2xmOlTsFg3rHY=
=Tg3/
-END PGP SIGNATURE-


Accepted:
gappletviewer-4.1_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/gappletviewer-4.1_4.1.2-19_i386.deb
gcj-4.1-base_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/gcj-4.1-base_4.1.2-19_i386.deb
gcj-4.1_4.1.2-19.diff.gz
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.2-19.diff.gz
gcj-4.1_4.1.2-19.dsc
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.2-19.dsc
gcj-4.1_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/gcj-4.1_4.1.2-19_i386.deb
gij-4.1_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/gij-4.1_4.1.2-19_i386.deb
libgcj7-1-awt_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-1-awt_4.1.2-19_i386.deb
libgcj7-1_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-1_4.1.2-19_i386.deb
libgcj7-dbg_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-dbg_4.1.2-19_i386.deb
libgcj7-dev_4.1.2-19_i386.deb
  to pool/main/g/gcj-4.1/libgcj7-dev_4.1.2-19_i386.deb
libgcj7-jar_4.1.2-19_all.deb
  to pool/main/g/gcj-4.1/libgcj7-jar_4.1.2-19_all.deb
libgcj7-src_4.1.2-19_all.deb
  to pool/main/g/gcj-4.1/libgcj7-src_4.1.2-19_all.deb


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



Accepted blacs-pvm 1.1-18 (source i386)

2008-01-17 Thread Muammar El Khatib
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 09 Jan 2008 00:00:30 -0430
Source: blacs-pvm
Binary: blacs1-pvm blacs-pvm-dev blacs-pvm-test
Architecture: source i386
Version: 1.1-18
Distribution: unstable
Urgency: low
Maintainer: Muammar El Khatib [EMAIL PROTECTED]
Changed-By: Muammar El Khatib [EMAIL PROTECTED]
Description: 
 blacs-pvm-dev - Basic Linear Algebra Comm. Subprograms - Dev. files for PVM
 blacs-pvm-test - Basic Linear Algebra Comm. Subprograms - Test files for PVM
 blacs1-pvm - Basic Linear Algebra Comm. Subprograms - Shared libs. for PVM
Closes: 459589
Changes: 
 blacs-pvm (1.1-18) unstable; urgency=low
 .
   * Bumped standards version to 3.7.3
   * debian/compat file was created.
   * Webpage was moved from blacs-pvm's description to control tag.
   * The package is now built using gfortran instead of g77. Thanks to Colin
 Tuckley for proving patches and helping.(Closes: #459589)
   * Depend on the gfortran version of pvm i.e.  3.4.5-9.
Files: 
 38f6934eee068376baa6400a850a1092 676 devel extra blacs-pvm_1.1-18.dsc
 d41b99b28ede446cb320d514af24f827 77268 devel extra blacs-pvm_1.1-18.diff.gz
 c8478da1a417a5207004f804738a3711 54020 devel extra 
blacs-pvm-dev_1.1-18_i386.deb
 fb1a340514b84d2ff43253744bc7ddac 45990 libs extra blacs1-pvm_1.1-18_i386.deb
 30417c7c2a89311309767cdad7a0d2d1 217950 devel extra 
blacs-pvm-test_1.1-18_i386.deb

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

iD8DBQFHj0lPj2OPlhswRc4RAuAWAJ9XEBGa8nK8qwYzmTG2qNAqBzZV2wCg5M0O
dBUZECkO7KHQymlns9WzakU=
=iR+X
-END PGP SIGNATURE-


Accepted:
blacs-pvm-dev_1.1-18_i386.deb
  to pool/main/b/blacs-pvm/blacs-pvm-dev_1.1-18_i386.deb
blacs-pvm-test_1.1-18_i386.deb
  to pool/main/b/blacs-pvm/blacs-pvm-test_1.1-18_i386.deb
blacs-pvm_1.1-18.diff.gz
  to pool/main/b/blacs-pvm/blacs-pvm_1.1-18.diff.gz
blacs-pvm_1.1-18.dsc
  to pool/main/b/blacs-pvm/blacs-pvm_1.1-18.dsc
blacs1-pvm_1.1-18_i386.deb
  to pool/main/b/blacs-pvm/blacs1-pvm_1.1-18_i386.deb


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



Accepted gchempaint 0.8.5-3 (source i386)

2008-01-17 Thread dale
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 15:24:58 +0100
Source: gchempaint
Binary: gchempaint
Architecture: source i386
Version: 0.8.5-3
Distribution: unstable
Urgency: low
Maintainer: Debichem Team [EMAIL PROTECTED]
Changed-By: Daniel Leidert (dale) [EMAIL PROTECTED]
Description: 
 gchempaint - 2D chemical structures editor for the GNOME2 desktop
Changes: 
 gchempaint (0.8.5-3) unstable; urgency=low
 .
   * debian/control (Description): Fixed wording.
Files: 
 be009dca8f7f999e947f264e4f7d8158 1232 science optional gchempaint_0.8.5-3.dsc
 41ff115e54f7e4241b1b43bfda257692 16604 science optional 
gchempaint_0.8.5-3.diff.gz
 c79fd00190f50514cbd1db09d39949b7 1696330 science optional 
gchempaint_0.8.5-3_i386.deb

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

iD8DBQFHj2gum0bx+wiPa4wRApmiAJ4//f8h+8Tgo4Z+ARxeiKLWetYFAACeJ+1l
O1YjBJ3d3XsdeurBZn7g2Pk=
=cemW
-END PGP SIGNATURE-


Accepted:
gchempaint_0.8.5-3.diff.gz
  to pool/main/g/gchempaint/gchempaint_0.8.5-3.diff.gz
gchempaint_0.8.5-3.dsc
  to pool/main/g/gchempaint/gchempaint_0.8.5-3.dsc
gchempaint_0.8.5-3_i386.deb
  to pool/main/g/gchempaint/gchempaint_0.8.5-3_i386.deb


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



Accepted xorg-server 2:1.4.1~git20080105-2 (source i386)

2008-01-17 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 15:10:03 +0100
Source: xorg-server
Binary: xserver-xephyr xserver-xorg-core xvfb xserver-xorg-dev 
xserver-xorg-core-dbg xnest
Architecture: source i386
Version: 2:1.4.1~git20080105-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Julien Cristau [EMAIL PROTECTED]
Description: 
 xnest  - Nested X server
 xserver-xephyr - nested X server
 xserver-xorg-core - Xorg X server - core server
 xserver-xorg-core-dbg - Xorg - the X.Org X server (debugging symbols)
 xserver-xorg-dev - Xorg X server - development files
 xvfb   - Virtual Framebuffer 'fake' X server
Changes: 
 xorg-server (2:1.4.1~git20080105-2) unstable; urgency=low
 .
   [ David Nusinow ]
   * Improve dpms logging patch to correctly label message type
 .
   [ Brice Goglin ]
   * Grab upstream commit db9ae863536fff80b5463d99e71dc47ae587980d
 to set DEFAULT_DPI to 96 instead of 75.
 .
   [ Julien Cristau ]
   * Fix multiple security issues
 + CVE-2007-6427: XInput Extension Memory Corruption
 + CVE-2007-6428: TOG-CUP Extension Memory Corruption
 + CVE-2007-6429: EVI Extension Integer Overflow,
  MIT-SHM Extension Integer Overflow
 + CVE-2007-5760: XFree86-Misc Extension Invalid Array Index
 + CVE-2007-5958: file existence disclosure
 + CVE-2008-0006: PCF font parser buffer overflow
   * Bump Standards-Version to 3.7.3 (no changes).
Files: 
 ec8ed114382b5b2585d1cf94967d6b29 2454 x11 optional 
xorg-server_1.4.1~git20080105-2.dsc
 7bf81e25a38ba917bf21eea87e1803b8 661462 x11 optional 
xorg-server_1.4.1~git20080105-2.diff.gz
 12dbc06975ab337be9abc8edb546ee19 4051648 x11 optional 
xserver-xorg-core_1.4.1~git20080105-2_i386.deb
 170175ba782db8cf145098fae001c299 672482 x11 optional 
xserver-xorg-dev_1.4.1~git20080105-2_i386.deb
 faa72fe2e8ae9afb854dec53c336d87f 1740160 x11 optional 
xnest_1.4.1~git20080105-2_i386.deb
 075b7e576544f5393be4a0635fa7ea03 1850472 x11 optional 
xvfb_1.4.1~git20080105-2_i386.deb
 da5699f31fe22370689a62fd1d5620e0 1888218 x11 optional 
xserver-xephyr_1.4.1~git20080105-2_i386.deb
 917415966c2b943f94c7bb5362eab09c 12562468 x11 extra 
xserver-xorg-core-dbg_1.4.1~git20080105-2_i386.deb

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

iD8DBQFHj2bxmEvTgKxfcAwRAgiIAJ9SjNb7Thu90FSWsOuQ9WgvyC3J/gCeJqa1
+uIfFwQdbIOqwMcbHOGWFGs=
=u9sO
-END PGP SIGNATURE-


Accepted:
xnest_1.4.1~git20080105-2_i386.deb
  to pool/main/x/xorg-server/xnest_1.4.1~git20080105-2_i386.deb
xorg-server_1.4.1~git20080105-2.diff.gz
  to pool/main/x/xorg-server/xorg-server_1.4.1~git20080105-2.diff.gz
xorg-server_1.4.1~git20080105-2.dsc
  to pool/main/x/xorg-server/xorg-server_1.4.1~git20080105-2.dsc
xserver-xephyr_1.4.1~git20080105-2_i386.deb
  to pool/main/x/xorg-server/xserver-xephyr_1.4.1~git20080105-2_i386.deb
xserver-xorg-core-dbg_1.4.1~git20080105-2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core-dbg_1.4.1~git20080105-2_i386.deb
xserver-xorg-core_1.4.1~git20080105-2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-core_1.4.1~git20080105-2_i386.deb
xserver-xorg-dev_1.4.1~git20080105-2_i386.deb
  to pool/main/x/xorg-server/xserver-xorg-dev_1.4.1~git20080105-2_i386.deb
xvfb_1.4.1~git20080105-2_i386.deb
  to pool/main/x/xorg-server/xvfb_1.4.1~git20080105-2_i386.deb


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



Accepted lsof 4.78.dfsg.1-4 (source i386)

2008-01-17 Thread Norbert Tretkowski
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 10:33:27 +0100
Source: lsof
Binary: lsof
Architecture: source i386
Version: 4.78.dfsg.1-4
Distribution: unstable
Urgency: low
Maintainer: Norbert Tretkowski [EMAIL PROTECTED]
Changed-By: Norbert Tretkowski [EMAIL PROTECTED]
Description: 
 lsof   - List open files
Changes: 
 lsof (4.78.dfsg.1-4) unstable; urgency=low
 .
   * Update upstream url in copyright file.
   * Add homepage field to source stanza in control file.
Files: 
 a1fa89c47f99a6ad8865ba576cc17fe6 614 utils standard lsof_4.78.dfsg.1-4.dsc
 ffe548728acd610c627fb4a609ac3527 5272 utils standard lsof_4.78.dfsg.1-4.diff.gz
 444fb39fd59d758369383599561e9f54 262076 utils standard 
lsof_4.78.dfsg.1-4_i386.deb

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

iD8DBQFHj3X2r/RnCw96jQERAkVwAJwNKRmKSzpPQC7g2AV0VxqnLFxcUACfR9t4
HZH5TfN/PkwOK7NjnCVmXOo=
=l/fU
-END PGP SIGNATURE-


Accepted:
lsof_4.78.dfsg.1-4.diff.gz
  to pool/main/l/lsof/lsof_4.78.dfsg.1-4.diff.gz
lsof_4.78.dfsg.1-4.dsc
  to pool/main/l/lsof/lsof_4.78.dfsg.1-4.dsc
lsof_4.78.dfsg.1-4_i386.deb
  to pool/main/l/lsof/lsof_4.78.dfsg.1-4_i386.deb


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



Accepted glib2.0 2.14.5-2 (source all amd64)

2008-01-17 Thread Loic Minier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 16:09:20 +0100
Source: glib2.0
Binary: libglib2.0-0-dbg libglib2.0-udeb libglib2.0-data libglib2.0-dev 
libglib2.0-doc libglib2.0-0
Architecture: source all amd64
Version: 2.14.5-2
Distribution: unstable
Urgency: low
Maintainer: Loic Minier [EMAIL PROTECTED]
Changed-By: Loic Minier [EMAIL PROTECTED]
Description: 
 libglib2.0-0 - The GLib library of C routines
 libglib2.0-0-dbg - The GLib libraries and debugging symbols
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - The GLib library of C routines - minimal runtime
 libglib2.0-udeb - The GLib library of C routines - minimal runtime (udeb)
Changes: 
 glib2.0 (2.14.5-2) unstable; urgency=low
 .
   * Bump up dpkg-dev build-dep to = 1.14.13 for Build-Depends-Package; thanks
 Raphaël Hertzog.
   * Drop duplicate dpkg-dev bdep.
Files: 
 eb270c3c0b3d54b44d2a1d7944f7eca0 916 libs optional glib2.0_2.14.5-2.dsc
 ca459c498b563cfd5179f3a66728359a 24510 libs optional glib2.0_2.14.5-2.diff.gz
 93072d67b9a23a6e0aed007eb4fc62bc 381842 misc optional 
libglib2.0-data_2.14.5-2_all.deb
 b88d8a0a14258dfbd7aa9cb369f569e0 883496 doc optional 
libglib2.0-doc_2.14.5-2_all.deb
 f47512e7a0dc402bccc901c309db1cee 609894 libs optional 
libglib2.0-0_2.14.5-2_amd64.deb
 f0b057ca3ba68ea60119228c6cf19d4e 787706 debian-installer optional 
libglib2.0-udeb_2.14.5-2_amd64.udeb
 4039c5e4c193447f97a484c8a89e43a9 634634 libdevel optional 
libglib2.0-dev_2.14.5-2_amd64.deb
 8e5c45e22bd4a8cf8bfb8323349cc50c 669652 libdevel extra 
libglib2.0-0-dbg_2.14.5-2_amd64.deb
Package-Type: udeb

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

iD8DBQFHj3Yf4VUX8isJIMARAteDAKC9giNCQPLY2wq3oY2mmQcT7Xl10QCfbp6G
Hy8mdqwZgGOi1k1aIfc1w7c=
=PtI3
-END PGP SIGNATURE-


Accepted:
glib2.0_2.14.5-2.diff.gz
  to pool/main/g/glib2.0/glib2.0_2.14.5-2.diff.gz
glib2.0_2.14.5-2.dsc
  to pool/main/g/glib2.0/glib2.0_2.14.5-2.dsc
libglib2.0-0-dbg_2.14.5-2_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-0-dbg_2.14.5-2_amd64.deb
libglib2.0-0_2.14.5-2_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-0_2.14.5-2_amd64.deb
libglib2.0-data_2.14.5-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-data_2.14.5-2_all.deb
libglib2.0-dev_2.14.5-2_amd64.deb
  to pool/main/g/glib2.0/libglib2.0-dev_2.14.5-2_amd64.deb
libglib2.0-doc_2.14.5-2_all.deb
  to pool/main/g/glib2.0/libglib2.0-doc_2.14.5-2_all.deb
libglib2.0-udeb_2.14.5-2_amd64.udeb
  to pool/main/g/glib2.0/libglib2.0-udeb_2.14.5-2_amd64.udeb


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



Accepted btrfs 0.10-1 (source all)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 16:21:00 +0100
Source: btrfs
Binary: btrfs-source
Architecture: source all
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 btrfs-source - Source for the Btrfs filesystem driver
Changes: 
 btrfs (0.10-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 8442feb64d0b2482a93b3788c5922ce1 609 admin optional btrfs_0.10-1.dsc
 0fc0114c543746aa411c200ae84ee2ca 114149 admin optional btrfs_0.10.orig.tar.gz
 6eb5baaa19b845119be51f1f064c3231 3648 admin optional btrfs_0.10-1.diff.gz
 8a953ba6724d14cacd07c01d822399ec 83478 admin optional 
btrfs-source_0.10-1_all.deb

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

iD8DBQFHj3K1+C5cwEsrK54RAi5bAJ9tsHGz3b8fUVuBg2kkRxnwFIFYUwCeNzh3
Zrm/MFhOpIY7Oq2zTpr3yfg=
=7629
-END PGP SIGNATURE-


Accepted:
btrfs-source_0.10-1_all.deb
  to pool/main/b/btrfs/btrfs-source_0.10-1_all.deb
btrfs_0.10-1.diff.gz
  to pool/main/b/btrfs/btrfs_0.10-1.diff.gz
btrfs_0.10-1.dsc
  to pool/main/b/btrfs/btrfs_0.10-1.dsc
btrfs_0.10.orig.tar.gz
  to pool/main/b/btrfs/btrfs_0.10.orig.tar.gz


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



Accepted scorched3d 41.2dfsg-1 (source all i386)

2008-01-17 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 15:13:30 +0100
Source: scorched3d
Binary: scorched3d scorched3d-data scorched3d-dbg
Architecture: source all i386
Version: 41.2dfsg-1
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team [EMAIL PROTECTED]
Changed-By: Reinhard Tartler [EMAIL PROTECTED]
Description: 
 scorched3d - 3D artillery game similar to Scorched Earth
 scorched3d-data - data files for Scorched3D game
 scorched3d-dbg - 3D artillery game similar to Scorched Earth, debug data
Closes: 417691 453553 453888 453889 460968
Changes: 
 scorched3d (41.2dfsg-1) unstable; urgency=low
 .
   [ Gonéri Le Bouder ]
   [ Bruno Fuddl Kleinert ]
   * New upstream release (Closes: #460968)
   * Update to Standards Version 3.7.3.0. No changes were necessary
 .
   [ Barry deFreese ]
   * Desktop file changes
 + Remove deprecated Encoding tag (Closes: #453888)
 + Remove path from exec line and extension from icon
   * Add dh_desktop and dh_icons calls in rules (Closes: #453889)
 .
   [ Goneri Le Bouder ]
   * add gcc-4.3.diff and a build dependency on quilt (Closes: #417691)
 .
   [ Peter De Wachter ]
   * fix watchfile (Closes: #453553)
 .
   [ Reinhard Tartler ]
   * Review changes and upload to unstable.
   * Remove unnecessary dependency on dpkg-dev. Found by lintian.
   * Remove obsolete debian/source.lintian-overrides file. Also found by 
lintian.
Files: 
 4a74394a2e78181180878901d05a17fb 1217 games optional scorched3d_41.2dfsg-1.dsc
 afadffdce08abd08d10a65b12fc892fc 60589923 games optional 
scorched3d_41.2dfsg.orig.tar.gz
 fccaab39504b1dc3d2f38dcdfbb5f87e 129912 games optional 
scorched3d_41.2dfsg-1.diff.gz
 6fea028a87b49c71ac21dabab75f0740 58239724 games optional 
scorched3d-data_41.2dfsg-1_all.deb
 3f46520539682f94ef033f38cde1359c 1980574 games optional 
scorched3d_41.2dfsg-1_i386.deb
 ce7057b70fbf5021851bf5475f75f804 15552882 games extra 
scorched3d-dbg_41.2dfsg-1_i386.deb

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

iD8DBQFHj3J3mAg1RJRTSKQRApAIAJ95P1FOoY144/nCh4MGpYVNY6msxACdHX9g
JD1gnuJAhkGOzpqNbeCkREk=
=mZsR
-END PGP SIGNATURE-


Accepted:
scorched3d-data_41.2dfsg-1_all.deb
  to pool/main/s/scorched3d/scorched3d-data_41.2dfsg-1_all.deb
scorched3d-dbg_41.2dfsg-1_i386.deb
  to pool/main/s/scorched3d/scorched3d-dbg_41.2dfsg-1_i386.deb
scorched3d_41.2dfsg-1.diff.gz
  to pool/main/s/scorched3d/scorched3d_41.2dfsg-1.diff.gz
scorched3d_41.2dfsg-1.dsc
  to pool/main/s/scorched3d/scorched3d_41.2dfsg-1.dsc
scorched3d_41.2dfsg-1_i386.deb
  to pool/main/s/scorched3d/scorched3d_41.2dfsg-1_i386.deb
scorched3d_41.2dfsg.orig.tar.gz
  to pool/main/s/scorched3d/scorched3d_41.2dfsg.orig.tar.gz


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



Accepted btrfs-tools 0.10-1 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 16:23:00 +0100
Source: btrfs-tools
Binary: btrfs-tools
Architecture: source i386
Version: 0.10-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 btrfs-tools - Checksumming Copy on Write Filesystem
Changes: 
 btrfs-tools (0.10-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 6f4533800f81bb4df65812f8906eb24d 629 admin optional btrfs-tools_0.10-1.dsc
 f96924d6d51e528e8322880ac1d496e4 100630 admin optional 
btrfs-tools_0.10.orig.tar.gz
 553b2eb1ebb6c428fce7154c785c8f0e 2282 admin optional btrfs-tools_0.10-1.diff.gz
 ec97ace8887993bc6551a0562ec66fba 135818 admin optional 
btrfs-tools_0.10-1_i386.deb

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

iD8DBQFHj3MF+C5cwEsrK54RAqVPAKDh66H2xb9Yl3bN2WDvnUJDD/yhgQCg0XTm
SwpZOzOnEhYxGIbPvyiQmGs=
=jJBl
-END PGP SIGNATURE-


Accepted:
btrfs-tools_0.10-1.diff.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.10-1.diff.gz
btrfs-tools_0.10-1.dsc
  to pool/main/b/btrfs-tools/btrfs-tools_0.10-1.dsc
btrfs-tools_0.10-1_i386.deb
  to pool/main/b/btrfs-tools/btrfs-tools_0.10-1_i386.deb
btrfs-tools_0.10.orig.tar.gz
  to pool/main/b/btrfs-tools/btrfs-tools_0.10.orig.tar.gz


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



Accepted rsibreak 4.0.0-1 (source amd64)

2008-01-17 Thread Daniel Queirolo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 Jan 2008 18:17:48 -0300
Source: rsibreak
Binary: rsibreak
Architecture: source amd64
Version: 4.0.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Qt/KDE Maintainers [EMAIL PROTECTED]
Changed-By: Daniel Queirolo [EMAIL PROTECTED]
Description: 
 rsibreak   - KDE utility which can help to prevent the RSI
Changes: 
 rsibreak (4.0.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Changed to kdelibs5-dev (= 4:4.0.0) on debian/control.
   * Added libphonon-dev to Build-Depends.
   * Add patch for src/grayouteffect.cpp. Commented some mmmx related code.
Files: 
 f3e29a2e849647fdd27c358840c89ded 949 utils optional rsibreak_4.0.0-1.dsc
 7b121ad5d1d2bf0c1cbad7a711499b82 287139 utils optional 
rsibreak_4.0.0.orig.tar.gz
 762349c47ea88cf19727c7a8a43b58bf 4714 utils optional rsibreak_4.0.0-1.diff.gz
 3d4c2545f660f7b30b213b0ef2c02ed7 326158 utils optional 
rsibreak_4.0.0-1_amd64.deb

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

iD8DBQFHj2SWn3j4POjENGERAp3/AJ95y0p7uvwbzlZaN9oq+3R6JCGEgQCdHdfD
hzdpqIgDbCO9CvNtA389W4I=
=sJSG
-END PGP SIGNATURE-


Accepted:
rsibreak_4.0.0-1.diff.gz
  to pool/main/r/rsibreak/rsibreak_4.0.0-1.diff.gz
rsibreak_4.0.0-1.dsc
  to pool/main/r/rsibreak/rsibreak_4.0.0-1.dsc
rsibreak_4.0.0-1_amd64.deb
  to pool/main/r/rsibreak/rsibreak_4.0.0-1_amd64.deb
rsibreak_4.0.0.orig.tar.gz
  to pool/main/r/rsibreak/rsibreak_4.0.0.orig.tar.gz


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



Accepted console-setup 1.21 (source all)

2008-01-17 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 12:58:25 +
Source: console-setup
Binary: console-setup-amiga-ekmap console-setup-udeb console-setup 
console-setup-macintoshold-ekmap console-setup-fonts-udeb bdf2psf 
console-setup-mini console-setup-sun5-ekmap console-setup-pc-ekmap 
console-setup-sun4-ekmap console-setup-ataritt-ekmap
Architecture: source all
Version: 1.21
Distribution: unstable
Urgency: low
Maintainer: Debian Install System Team [EMAIL PROTECTED]
Changed-By: Colin Watson [EMAIL PROTECTED]
Description: 
 bdf2psf- Font converter to generate console fonts from BDF source fonts
 console-setup - Set up the font and the keyboard on the console
 console-setup-amiga-ekmap - Encoded keyboard layouts for amiga keyboards
 console-setup-amiga-ekmap - Encoded keyboard layouts for amiga keyboards (udeb)
 console-setup-ataritt-ekmap - Encoded keyboard layouts for ataritt keyboards
 console-setup-ataritt-ekmap - Encoded keyboard layouts for ataritt keyboards 
(udeb)
 console-setup-fonts-udeb - Console fonts for Debian Installer
 console-setup-fonts-udeb - Console fonts for Debian Installer (udeb)
 console-setup-macintoshold-ekmap - Encoded keyboard layouts for macintoshold 
keyboards
 console-setup-macintoshold-ekmap - Encoded keyboard layouts for macintoshold 
keyboards (udeb)
 console-setup-mini - An experimental micro version of console-setup package
 console-setup-pc-ekmap - Encoded keyboard layouts for pc keyboards
 console-setup-pc-ekmap - Encoded keyboard layouts for pc keyboards (udeb)
 console-setup-sun4-ekmap - Encoded keyboard layouts for sun4 keyboards
 console-setup-sun4-ekmap - Encoded keyboard layouts for sun4 keyboards (udeb)
 console-setup-sun5-ekmap - Encoded keyboard layouts for sun5 keyboards
 console-setup-sun5-ekmap - Encoded keyboard layouts for sun5 keyboards (udeb)
 console-setup-udeb - Configure the keyboard
 console-setup-udeb - Configure the keyboard (udeb)
Closes: 461191
Changes: 
 console-setup (1.21) unstable; urgency=low
 .
   * Silently ignore 'vendor' tag in xorg.xml.
   * Use 'chomp' rather than 'chop' in ckbcomp to deal with XKB symbols files
 that are missing their final newline (closes: #461191).
Files: 
 6f0df8d8fc6d4ebdf03ab16e38e006cc 1061 utils optional console-setup_1.21.dsc
 14e3a518e2df12a5c20fc757a1989b7b 2393124 utils optional 
console-setup_1.21.tar.gz
 88d49146eb45775352ed7be6298090f3 459336 utils optional 
console-setup_1.21_all.deb
 f8706e4416790667b4b8ad04a3275972 661706 utils extra 
console-setup-mini_1.21_all.deb
 3d442250da955816ebc8f91460f5c6b9 34264 utils optional bdf2psf_1.21_all.deb
 ff4f6ff0ed147b7b7fd4374153787076 49646 debian-installer extra 
console-setup-udeb_1.21_all.udeb
 ae30d8870652be5e2882c8403f6737a7 94542 debian-installer extra 
console-setup-amiga-ekmap_1.21_all.udeb
 df0bcc35ac13cd9c5a3d461a3fc3f2f5 93696 debian-installer extra 
console-setup-ataritt-ekmap_1.21_all.udeb
 1c191f08e548d77de8a37c7311cafc9d 76248 debian-installer extra 
console-setup-macintoshold-ekmap_1.21_all.udeb
 308f98022971683a63ea50bbe02c3d4f 94828 debian-installer extra 
console-setup-pc-ekmap_1.21_all.udeb
 736c2642d4e0add1a7236de419612ec6 95316 debian-installer extra 
console-setup-sun4-ekmap_1.21_all.udeb
 52877364ec70c464e68b4b98da3bd229 94912 debian-installer extra 
console-setup-sun5-ekmap_1.21_all.udeb
 2471bb7ad4dad2f9f258c08e9130a752 51664 debian-installer extra 
console-setup-fonts-udeb_1.21_all.udeb
Package-Type: udeb

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

iD8DBQFHj3FE9t0zAhD6TNERAg8VAJ9vUpqPgz97KyIyuBTuMbjIZDSyWACcDFTM
TFDblNxaahGm0YA0+uyYRGA=
=sEkD
-END PGP SIGNATURE-


Accepted:
bdf2psf_1.21_all.deb
  to pool/main/c/console-setup/bdf2psf_1.21_all.deb
console-setup-amiga-ekmap_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-amiga-ekmap_1.21_all.udeb
console-setup-ataritt-ekmap_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-ataritt-ekmap_1.21_all.udeb
console-setup-fonts-udeb_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-fonts-udeb_1.21_all.udeb
console-setup-macintoshold-ekmap_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-macintoshold-ekmap_1.21_all.udeb
console-setup-mini_1.21_all.deb
  to pool/main/c/console-setup/console-setup-mini_1.21_all.deb
console-setup-pc-ekmap_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-pc-ekmap_1.21_all.udeb
console-setup-sun4-ekmap_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-sun4-ekmap_1.21_all.udeb
console-setup-sun5-ekmap_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-sun5-ekmap_1.21_all.udeb
console-setup-udeb_1.21_all.udeb
  to pool/main/c/console-setup/console-setup-udeb_1.21_all.udeb
console-setup_1.21.dsc
  to pool/main/c/console-setup/console-setup_1.21.dsc
console-setup_1.21.tar.gz
  to pool/main/c/console-setup/console-setup_1.21.tar.gz
console-setup_1.21_all.deb
  to 

Accepted dot2tex 2.7.0-1 (source all)

2008-01-17 Thread Peter Collingbourne
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 01:31:30 +
Source: dot2tex
Binary: dot2tex
Architecture: source all
Version: 2.7.0-1
Distribution: unstable
Urgency: low
Maintainer: Peter Collingbourne [EMAIL PROTECTED]
Changed-By: Peter Collingbourne [EMAIL PROTECTED]
Description: 
 dot2tex- Graphviz to LaTeX converter
Changes: 
 dot2tex (2.7.0-1) unstable; urgency=low
 .
   * New upstream release
   * dot2tex/dot2tex.py: backed out all changes apart from shebang as
 taken upstream
   * debian/dot2tex.1: documented new command line option --codeonly
   * debian/rules: moved patching system to CDBS simple-patchsys
   * debian/control: updated Standards-Version
   * debian/control: added Uploaders, Vcs-Svn, Vcs-Browser fields for
 PAPT
   * debian/copyright: changed year to 2008
Files: 
 889b067bd1444a913955703aa5fcff69 920 graphics optional dot2tex_2.7.0-1.dsc
 cb407c0bd1ef9440e5e7383fa408bd73 581387 graphics optional 
dot2tex_2.7.0.orig.tar.gz
 4e55f95a161948208577825ddeee732e 4744 graphics optional dot2tex_2.7.0-1.diff.gz
 b485235cd2c2768f962a9feee51ac2c7 358010 graphics optional 
dot2tex_2.7.0-1_all.deb

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

iD8DBQFHj5zEB01zfu119ZkRAlFdAKCbUF24iicUbQ1Mp3WMExnWIw3tUACfWkSV
joYH1s6dD+3XpYksK/MAKMQ=
=0YAA
-END PGP SIGNATURE-


Accepted:
dot2tex_2.7.0-1.diff.gz
  to pool/main/d/dot2tex/dot2tex_2.7.0-1.diff.gz
dot2tex_2.7.0-1.dsc
  to pool/main/d/dot2tex/dot2tex_2.7.0-1.dsc
dot2tex_2.7.0-1_all.deb
  to pool/main/d/dot2tex/dot2tex_2.7.0-1_all.deb
dot2tex_2.7.0.orig.tar.gz
  to pool/main/d/dot2tex/dot2tex_2.7.0.orig.tar.gz


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



Accepted rkward 0.4.9-2 (source i386)

2008-01-17 Thread Thomas Friedrichsmeier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 17:30:00 +0200
Source: rkward
Binary: rkward
Architecture: source i386
Version: 0.4.9-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Friedrichsmeier [EMAIL PROTECTED]
Changed-By: Thomas Friedrichsmeier [EMAIL PROTECTED]
Description: 
 rkward - a KDE frontend to the R statistics language
Closes: 460745
Changes: 
 rkward (0.4.9-2) unstable; urgency=low
 .
   * remove --ignore-missing-info parameter again (dpkg-shlibdeps 1.14.12
 does not need it, anymore)
   * when uploaded to main archive, this
 closes: #460745
   * bumped standards to 3.7.3 (no changes necessary)
Files: 
 ff9522942c85180dbd994b1951bd5f94 629 math optional rkward_0.4.9-2.dsc
 8c2998aaa3fc9ce74795e85b984e4779 1716023 math optional rkward_0.4.9.orig.tar.gz
 781efe66861d18b121456759acae3298 13750 math optional rkward_0.4.9-2.diff.gz
 a6ab47aea1dcb70d666020594898c15a 897750 math optional rkward_0.4.9-2_i386.deb

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

iD8DBQFHj4tdqE9wmu3T13kRAgDUAKDvyy6gC19nv0EVtF3TKRYeY5N5EQCffcnm
uJPQEtdywS02XyySs7TvOlg=
=9fJr
-END PGP SIGNATURE-


Accepted:
rkward_0.4.9-2.diff.gz
  to pool/main/r/rkward/rkward_0.4.9-2.diff.gz
rkward_0.4.9-2.dsc
  to pool/main/r/rkward/rkward_0.4.9-2.dsc
rkward_0.4.9-2_i386.deb
  to pool/main/r/rkward/rkward_0.4.9-2_i386.deb
rkward_0.4.9.orig.tar.gz
  to pool/main/r/rkward/rkward_0.4.9.orig.tar.gz


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



Accepted giflib 4.1.6-1 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 18:34:00 +0100
Source: giflib
Binary: giflib-dbg giflib-tools libgif-dev libgif4
Architecture: source i386
Version: 4.1.6-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 giflib-dbg - library for GIF images (debug)
 giflib-tools - library for GIF images (utilities)
 libgif-dev - library for GIF images (development)
 libgif4- library for GIF images (library)
Changes: 
 giflib (4.1.6-1) unstable; urgency=low
 .
   * New upstream release.
   * Bumped package to new policy.
   * Using new homepage field in control.
   * Don't hide make errors in clean target of rules.
   * Added --fail-missing to dh_install call.
   * Updated conficts/replaces/provides to initiate libungif4 to libgif4
 transition.
Files: 
 a4c3ab74b0916c13dc01dfb6669f3789 651 libs optional giflib_4.1.6-1.dsc
 4ff2ecec336b9724c5190f06e8a40f9e 636030 libs optional giflib_4.1.6.orig.tar.gz
 29bd408f79a9cae859c61fdab1e52377 5806 libs optional giflib_4.1.6-1.diff.gz
 ce001521eb36f4b33f7455e77b7f6044 153956 libdevel extra 
giflib-dbg_4.1.6-1_i386.deb
 e1798807367f40c01e432fee5442df6d 161040 utils optional 
giflib-tools_4.1.6-1_i386.deb
 403581fc7bd499e96e52719b9492173e 38628 libs optional libgif4_4.1.6-1_i386.deb
 e11f9497e35af320d085ba1efbe90006 42148 libdevel optional 
libgif-dev_4.1.6-1_i386.deb

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

iD8DBQFHj5bm+C5cwEsrK54RAnZPAJ9gZzykMxT/AfoAk6NjOC9rJKeR5gCeIOrW
9/fXddeu687hz5zuflators=
=1SI9
-END PGP SIGNATURE-


Accepted:
giflib-dbg_4.1.6-1_i386.deb
  to pool/main/g/giflib/giflib-dbg_4.1.6-1_i386.deb
giflib-tools_4.1.6-1_i386.deb
  to pool/main/g/giflib/giflib-tools_4.1.6-1_i386.deb
giflib_4.1.6-1.diff.gz
  to pool/main/g/giflib/giflib_4.1.6-1.diff.gz
giflib_4.1.6-1.dsc
  to pool/main/g/giflib/giflib_4.1.6-1.dsc
giflib_4.1.6.orig.tar.gz
  to pool/main/g/giflib/giflib_4.1.6.orig.tar.gz
libgif-dev_4.1.6-1_i386.deb
  to pool/main/g/giflib/libgif-dev_4.1.6-1_i386.deb
libgif4_4.1.6-1_i386.deb
  to pool/main/g/giflib/libgif4_4.1.6-1_i386.deb


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



Accepted asclock 2.0.12-8.2 (source all amd64)

2008-01-17 Thread Helge Kreutzmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Mon, 14 Jan 2008 22:13:39 +0100
Source: asclock
Binary: asclock asclock-themes
Architecture: source all amd64
Version: 2.0.12-8.2
Distribution: unstable
Urgency: high
Maintainer: Marcelo E. Magallon [EMAIL PROTECTED]
Changed-By: Helge Kreutzmann [EMAIL PROTECTED]
Description: 
 asclock- A clock designed with the NeXTStep look
 asclock-themes - Theme files for ASclock, a clock applet
Closes: 457360
Changes: 
 asclock (2.0.12-8.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Don't rely on dpkg's messages to be printed in English but rather force
 C locale where necessary (Closes: #457360)
Files: 
 7d87fd59fd5d5e63597721a6a8268a6c 641 x11 optional asclock_2.0.12-8.2.dsc
 33d860d59c6bb18743d58e7bdbcf361a 33113 x11 optional asclock_2.0.12-8.2.diff.gz
 7c3a38d283464e569cba687d3be08ab8 105700 x11 optional 
asclock-themes_2.0.12-8.2_all.deb
 f67bb61497cbab2cfd98f0b5c4cc8a77 26770 x11 optional 
asclock_2.0.12-8.2_amd64.deb

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

iD8DBQFHj597Kb5dImj9VJ8RAmgLAJ9qPo04QzyDJm8JIjC8npd9v8nvjgCfdbV7
0ZdQsUh0zSUhh01hlL6GSR0=
=qE3r
-END PGP SIGNATURE-


Accepted:
asclock-themes_2.0.12-8.2_all.deb
  to pool/main/a/asclock/asclock-themes_2.0.12-8.2_all.deb
asclock_2.0.12-8.2.diff.gz
  to pool/main/a/asclock/asclock_2.0.12-8.2.diff.gz
asclock_2.0.12-8.2.dsc
  to pool/main/a/asclock/asclock_2.0.12-8.2.dsc
asclock_2.0.12-8.2_amd64.deb
  to pool/main/a/asclock/asclock_2.0.12-8.2_amd64.deb


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



Accepted complearn-gui 1.0.6-4 (source i386)

2008-01-17 Thread Rudi Cilibrasi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 09:11:05 -0800
Source: complearn-gui
Binary: complearn-gui
Architecture: source i386
Version: 1.0.6-4
Distribution: unstable
Urgency: low
Maintainer: Rudi Cilibrasi [EMAIL PROTECTED]
Changed-By: Rudi Cilibrasi [EMAIL PROTECTED]
Description: 
 complearn-gui - interactive 3d data mining tool and demo for universal machine 
le
Changes: 
 complearn-gui (1.0.6-4) unstable; urgency=low
 .
   * Changed font to ttf-dejavu.
Files: 
 cd982a717795b5744643d33e2e6c022c 796 science optional complearn-gui_1.0.6-4.dsc
 cb4d420043cd8b407974d992aaf266cd 137050 science optional 
complearn-gui_1.0.6.orig.tar.gz
 72352e4a6a5ccddd67a37be427f02750 1516 science optional 
complearn-gui_1.0.6-4.diff.gz
 89c333626c5543a3d709b9d25d2b5442 46738 science optional 
complearn-gui_1.0.6-4_i386.deb

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

iD8DBQFHj6THNuEPS+DPqOQRAit7AJ4nr5o1J64dSJIcUirRJG3A34kwUQCgo/4w
u8QM3l3vSvvnWsjubKunJxk=
=OVMv
-END PGP SIGNATURE-


Accepted:
complearn-gui_1.0.6-4.diff.gz
  to pool/main/c/complearn-gui/complearn-gui_1.0.6-4.diff.gz
complearn-gui_1.0.6-4.dsc
  to pool/main/c/complearn-gui/complearn-gui_1.0.6-4.dsc
complearn-gui_1.0.6-4_i386.deb
  to pool/main/c/complearn-gui/complearn-gui_1.0.6-4_i386.deb


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



Accepted giflib 4.1.6-2 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 20:02:00 +0100
Source: giflib
Binary: giflib-dbg giflib-tools libgif-dev libgif4
Architecture: source i386
Version: 4.1.6-2
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 giflib-dbg - library for GIF images (debug)
 giflib-tools - library for GIF images (utilities)
 libgif-dev - library for GIF images (development)
 libgif4- library for GIF images (library)
Changes: 
 giflib (4.1.6-2) unstable; urgency=low
 .
   * Adding legacy links for libungif4g/libungif4-dev.
Files: 
 5f0b7f6550155dc12fdc0beeed63d329 651 libs optional giflib_4.1.6-2.dsc
 e645c5ec204d8e699eee8cd1bd6caeb5 5906 libs optional giflib_4.1.6-2.diff.gz
 b997c6cfa8af7566d56572c6ef575151 153990 libdevel extra 
giflib-dbg_4.1.6-2_i386.deb
 ed93a5d4d597ab14195efe8930cf9223 161082 utils optional 
giflib-tools_4.1.6-2_i386.deb
 a2d1be80debde8b64c26701ed755912e 38786 libs optional libgif4_4.1.6-2_i386.deb
 2d44c600d22f9ef7f169f50afe62c097 4 libdevel optional 
libgif-dev_4.1.6-2_i386.deb

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

iD8DBQFHj6e4+C5cwEsrK54RAidtAJ9dlDMnp0cQhjT32PnESvyI1yU8SACgpJzg
BIqguOFUp0YlLNk2MmzY9wE=
=5Yi2
-END PGP SIGNATURE-


Accepted:
giflib-dbg_4.1.6-2_i386.deb
  to pool/main/g/giflib/giflib-dbg_4.1.6-2_i386.deb
giflib-tools_4.1.6-2_i386.deb
  to pool/main/g/giflib/giflib-tools_4.1.6-2_i386.deb
giflib_4.1.6-2.diff.gz
  to pool/main/g/giflib/giflib_4.1.6-2.diff.gz
giflib_4.1.6-2.dsc
  to pool/main/g/giflib/giflib_4.1.6-2.dsc
libgif-dev_4.1.6-2_i386.deb
  to pool/main/g/giflib/libgif-dev_4.1.6-2_i386.deb
libgif4_4.1.6-2_i386.deb
  to pool/main/g/giflib/libgif4_4.1.6-2_i386.deb


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



Accepted crystalspace 1.2-20080112-1 (source i386 all)

2008-01-17 Thread Christian Bayle
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Sat, 12 Jan 2008 22:05:23 +0100
Source: crystalspace
Binary: crystalspace-dev crystalspace crystalspace-doc
Architecture: source i386 all
Version: 1.2-20080112-1
Distribution: unstable
Urgency: low
Maintainer: Christian Bayle [EMAIL PROTECTED]
Changed-By: Christian Bayle [EMAIL PROTECTED]
Description: 
 crystalspace - Multiplatform 3D Game Development Kit
 crystalspace-dev - Multiplatform 3D Game Development Kit dev files
 crystalspace-doc - Multiplatform 3D Game Development Kit Documentation
Changes: 
 crystalspace (1.2-20080112-1) unstable; urgency=low
 .
   * Don't install man when there is no man
Files: 
 01a0a5f2c16480fc003cefca6940c0f6 1110 games optional 
crystalspace_1.2-20080112-1.dsc
 65bd93191a64031494ca3a9defe3cbf8 39168988 games optional 
crystalspace_1.2-20080112.orig.tar.gz
 b700d3dab93f4eadbfb00f375def 15231 games optional 
crystalspace_1.2-20080112-1.diff.gz
 c6612de0808d3a8d3f3500d3b9fc20bd 47231496 games optional 
crystalspace_1.2-20080112-1_i386.deb
 8206e21f9921ec2a2264c23243daddec 877750 devel optional 
crystalspace-dev_1.2-20080112-1_i386.deb
 eb3c280e34c16b3cdb8b5fbc4d646e6c 3220624 doc optional 
crystalspace-doc_1.2-20080112-1_all.deb

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

iD8DBQFHilqsTx4JB6685x8RAhxdAJ93PvTxsIwE2ztMCp66u3iQ8g2N5gCgj7iT
mAd9q6yBoXhXd+ACZ688Okk=
=oqGJ
-END PGP SIGNATURE-


Accepted:
crystalspace-dev_1.2-20080112-1_i386.deb
  to pool/main/c/crystalspace/crystalspace-dev_1.2-20080112-1_i386.deb
crystalspace-doc_1.2-20080112-1_all.deb
  to pool/main/c/crystalspace/crystalspace-doc_1.2-20080112-1_all.deb
crystalspace_1.2-20080112-1.diff.gz
  to pool/main/c/crystalspace/crystalspace_1.2-20080112-1.diff.gz
crystalspace_1.2-20080112-1.dsc
  to pool/main/c/crystalspace/crystalspace_1.2-20080112-1.dsc
crystalspace_1.2-20080112-1_i386.deb
  to pool/main/c/crystalspace/crystalspace_1.2-20080112-1_i386.deb
crystalspace_1.2-20080112.orig.tar.gz
  to pool/main/c/crystalspace/crystalspace_1.2-20080112.orig.tar.gz


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



Accepted cx-bsdiff 1.1-5 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:39:00 +0100
Source: cx-bsdiff
Binary: python-bsdiff
Architecture: source i386
Version: 1.1-5
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 python-bsdiff - generate/apply a patch between two binary files (python module)
Changes: 
 cx-bsdiff (1.1-5) unstable; urgency=low
 .
   * Using ${shlibs:Depends} in depends.
Files: 
 f9bfedbdfb6ef04bebf82dc1348fc53f 639 python optional cx-bsdiff_1.1-5.dsc
 88fad0d8980cec027a87bce66c4492aa 4351 python optional cx-bsdiff_1.1-5.diff.gz
 126fa9ae1b35bb2293eda0849a124fa2 23048 python optional 
python-bsdiff_1.1-5_i386.deb

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

iD8DBQFHj71w+C5cwEsrK54RAup7AJ9xgjyRlPM2GOv3p+sPmrXhWfAIzACfVNBH
i0xjT8adnnmNX/NlI1Gd1Ds=
=AgIh
-END PGP SIGNATURE-


Accepted:
cx-bsdiff_1.1-5.diff.gz
  to pool/main/c/cx-bsdiff/cx-bsdiff_1.1-5.diff.gz
cx-bsdiff_1.1-5.dsc
  to pool/main/c/cx-bsdiff/cx-bsdiff_1.1-5.dsc
python-bsdiff_1.1-5_i386.deb
  to pool/main/c/cx-bsdiff/python-bsdiff_1.1-5_i386.deb


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



Accepted lilypond 2.10.33-2 (source all i386)

2008-01-17 Thread Thomas Bushnell, BSG
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 10:24:27 -0800
Source: lilypond
Binary: lilypond-data lilypond-doc lilypond
Architecture: source all i386
Version: 2.10.33-2
Distribution: unstable
Urgency: low
Maintainer: Thomas Bushnell, BSG [EMAIL PROTECTED]
Changed-By: Thomas Bushnell, BSG [EMAIL PROTECTED]
Description: 
 lilypond   - A program for typesetting sheet music
 lilypond-data - LilyPond music typesetter (data files)
 lilypond-doc - LilyPond Documentation in HTML, PS and DVI formats
Closes: 461271
Changes: 
 lilypond (2.10.33-2) unstable; urgency=low
 .
   * debian/control (Build-Depends-Indep): Use ttf-dejavu instead of
 ttf-bitstream-vera.  (Closes: #461271)
 .
   * debian/control (Standards-Version): Update to 3.7.3. (No changes needed.)
 .
   * debian/rules (clean): Don't ignore all errors on recursive make 
invocations.
 .
   * debian/rules (binary-indep): Use $(CURDIR) instead of $(PWD).
 .
   * debian/copyright: Update FSF address to Franklin St.
 .
   * debian/changelog: Fix syntax for trailer line for 2.8.7-3.1 record.
Files: 
 fd624810556322711042a8587c5ce056 1538 tex optional lilypond_2.10.33-2.dsc
 7610cb4b17bfa3f5edd1531d0ae29a01 27049 tex optional lilypond_2.10.33-2.diff.gz
 8eddc907fa72a785f6b7d0452b7c1847 3626410 tex optional 
lilypond-data_2.10.33-2_all.deb
 45d91432609840d18284cc4ae1e9de4d 35355044 doc optional 
lilypond-doc_2.10.33-2_all.deb
 6ab5a92e6262ce90d042d440d8ab39ad 1296878 tex optional 
lilypond_2.10.33-2_i386.deb

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

iD8DBQFHj7VPqMsB9b6fcOoRAgZRAKCc/CYIrKk5VgTeJTXRO4Kr4u+mugCglljh
gziABN6LznpUcGJI7lGXVvk=
=hANd
-END PGP SIGNATURE-


Accepted:
lilypond-data_2.10.33-2_all.deb
  to pool/main/l/lilypond/lilypond-data_2.10.33-2_all.deb
lilypond-doc_2.10.33-2_all.deb
  to pool/main/l/lilypond/lilypond-doc_2.10.33-2_all.deb
lilypond_2.10.33-2.diff.gz
  to pool/main/l/lilypond/lilypond_2.10.33-2.diff.gz
lilypond_2.10.33-2.dsc
  to pool/main/l/lilypond/lilypond_2.10.33-2.dsc
lilypond_2.10.33-2_i386.deb
  to pool/main/l/lilypond/lilypond_2.10.33-2_i386.deb


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



Accepted yakuake 2.8.1-1 (source amd64)

2008-01-17 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:54:40 +0100
Source: yakuake
Binary: yakuake
Architecture: source amd64
Version: 2.8.1-1
Distribution: unstable
Urgency: low
Maintainer: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Changed-By: Ana Beatriz Guerrero Lopez [EMAIL PROTECTED]
Description: 
 yakuake- a Quake-style terminal emulator based on KDE Konsole technology
Closes: 349144 432091
Changes: 
 yakuake (2.8.1-1) unstable; urgency=low
 .
   * New upstream release:
 - Fix non traslucent issues for non-KDE users. (Closes: 349144)
 - French translation is back. (Closes: #432091)
   * Move Homepage to source field.
   * Update to Standards-Version 3.7.3, no changes required.
Files: 
 19f895c614fbc2912eb15ca7ceeb6efb 698 kde optional yakuake_2.8.1-1.dsc
 6ec23fd5b490d4881bc422b0894c052b 806400 kde optional yakuake_2.8.1.orig.tar.gz
 d72fa54cf3d0cae7907b7db5145a430a 6103 kde optional yakuake_2.8.1-1.diff.gz
 4619e260e64056f0c89fe8eead601f5a 197182 kde optional yakuake_2.8.1-1_amd64.deb

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

iD8DBQFHj8Htn3j4POjENGERAv+vAJsEbKNu8wyQOMLDUrVLnvQJwS7UuQCeNepk
O1FtbnPnsaLd0hKPGGOxSxg=
=IKXh
-END PGP SIGNATURE-


Accepted:
yakuake_2.8.1-1.diff.gz
  to pool/main/y/yakuake/yakuake_2.8.1-1.diff.gz
yakuake_2.8.1-1.dsc
  to pool/main/y/yakuake/yakuake_2.8.1-1.dsc
yakuake_2.8.1-1_amd64.deb
  to pool/main/y/yakuake/yakuake_2.8.1-1_amd64.deb
yakuake_2.8.1.orig.tar.gz
  to pool/main/y/yakuake/yakuake_2.8.1.orig.tar.gz


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



Accepted tor 0.1.2.19-1 (source i386)

2008-01-17 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 20:57:42 +0100
Source: tor
Binary: tor-dbg tor
Architecture: source i386
Version: 0.1.2.19-1
Distribution: unstable
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
Changes: 
 tor (0.1.2.19-1) unstable; urgency=low
 .
   * New upstream version.
Files: 
 e745c8aaebea3d621d6ba2bf2f21a562 729 comm optional tor_0.1.2.19-1.dsc
 4b3f9963b843010af5aa3bd6266d11e0 1264275 comm optional tor_0.1.2.19.orig.tar.gz
 1407b436341ea36cd497a6de81343355 72591 comm optional tor_0.1.2.19-1.diff.gz
 bb4e4263053da3c963ed8a9b07c09c00 964442 comm optional tor_0.1.2.19-1_i386.deb
 fe6f274119dee7813bf60edacd2f7d58 520500 comm extra tor-dbg_0.1.2.19-1_i386.deb

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

iD8DBQFHj7jtz/ccs6+kS90RAjtDAJ0XLqYRY+uulUc9ARMDquACfSxhdACeOUXE
cls+QgKe6iNhmijjaRdY3PU=
=xoa7
-END PGP SIGNATURE-


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


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



Accepted lwp 2.4+debian-1 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:13:00 +0100
Source: lwp
Binary: liblwp2 liblwp-dev
Architecture: source i386
Version: 2.4+debian-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 liblwp-dev - Light Weight Processes library (development)
 liblwp2- Light Weight Processes library
Changes: 
 lwp (2.4+debian-1) unstable; urgency=low
 .
   * New upstream release.
Files: 
 3e734005ccd784c368cf975b16e08424 646 libs optional lwp_2.4+debian-1.dsc
 5cb08d3454e5a9ead3e117fed7e1bb28 388416 libs optional 
lwp_2.4+debian.orig.tar.gz
 2f803016dfbc4743b5c8c6be0686a4a5 4036 libs optional lwp_2.4+debian-1.diff.gz
 a62e0d6101595aea4431c823cc39fa9b 26436 libs optional 
liblwp2_2.4+debian-1_i386.deb
 fe618fc0a231f41b3784ac603f32e5c8 23190 libdevel optional 
liblwp-dev_2.4+debian-1_i386.deb

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

iD8DBQFHj7fB+C5cwEsrK54RAmxOAKDJKY823K2EdiIXg4D3dgvkonVcpgCgk5+Z
4voADK68LXdsbPxl/IhqGuw=
=IE77
-END PGP SIGNATURE-


Accepted:
liblwp-dev_2.4+debian-1_i386.deb
  to pool/main/l/lwp/liblwp-dev_2.4+debian-1_i386.deb
liblwp2_2.4+debian-1_i386.deb
  to pool/main/l/lwp/liblwp2_2.4+debian-1_i386.deb
lwp_2.4+debian-1.diff.gz
  to pool/main/l/lwp/lwp_2.4+debian-1.diff.gz
lwp_2.4+debian-1.dsc
  to pool/main/l/lwp/lwp_2.4+debian-1.dsc
lwp_2.4+debian.orig.tar.gz
  to pool/main/l/lwp/lwp_2.4+debian.orig.tar.gz


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



Accepted rvm 1.15+debian-1 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:02:00 +0100
Source: rvm
Binary: rvm-tools librvm-dev librvm1
Architecture: source i386
Version: 1.15+debian-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 librvm-dev - Recoverable Virtual Memory (development files)
 librvm1- Recoverable Virtual Memory (library)
 rvm-tools  - Recoverable Virtual Memory (support tools)
Changes: 
 rvm (1.15+debian-1) unstable; urgency=low
 .
   * New upstream release.
   * Using shlibs:Depends for rvm-tools.
   * Added lintian override.
Files: 
 c57c34359dc23c53966f05c05825 681 libs optional rvm_1.15+debian-1.dsc
 e98fafae908a598232c0742b4e316eff 583128 libs optional 
rvm_1.15+debian.orig.tar.gz
 0de4a74d4777b3988106de8693c43675 4362 libs optional rvm_1.15+debian-1.diff.gz
 bff4393d4827e2a53e667336f257abbb 80982 libs optional 
librvm1_1.15+debian-1_i386.deb
 8085804abaf1026f7d66876a68e3e97a 96218 libdevel optional 
librvm-dev_1.15+debian-1_i386.deb
 30c3004e7a63b6345db888f3d326905d 38260 utils optional 
rvm-tools_1.15+debian-1_i386.deb

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

iD8DBQFHj7nC+C5cwEsrK54RAquNAJ9PrtvVN0s/s8wonp1O2oIi3QZehQCfZLsM
jiYpUl5LzFSRdbE6OGM9bgo=
=jCQb
-END PGP SIGNATURE-


Accepted:
librvm-dev_1.15+debian-1_i386.deb
  to pool/main/r/rvm/librvm-dev_1.15+debian-1_i386.deb
librvm1_1.15+debian-1_i386.deb
  to pool/main/r/rvm/librvm1_1.15+debian-1_i386.deb
rvm-tools_1.15+debian-1_i386.deb
  to pool/main/r/rvm/rvm-tools_1.15+debian-1_i386.deb
rvm_1.15+debian-1.diff.gz
  to pool/main/r/rvm/rvm_1.15+debian-1.diff.gz
rvm_1.15+debian-1.dsc
  to pool/main/r/rvm/rvm_1.15+debian-1.dsc
rvm_1.15+debian.orig.tar.gz
  to pool/main/r/rvm/rvm_1.15+debian.orig.tar.gz


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



Accepted xinit 1.0.7-2 (source i386)

2008-01-17 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 20:49:40 +0100
Source: xinit
Binary: xinit
Architecture: source i386
Version: 1.0.7-2
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Brice Goglin [EMAIL PROTECTED]
Description: 
 xinit  - X server initialisation tool
Closes: 452168
Changes: 
 xinit (1.0.7-2) unstable; urgency=low
 .
   * Stop passing -dpi 100 to the X server in /etc/X11/xinit/xserverrc
 and add a NEWS entry about it, closes: #452168.
Files: 
 0a7147c6b192747d39e80e5eded7cd8a 852 x11 optional xinit_1.0.7-2.dsc
 af005710651e100b1959b7febfa88004 29193 x11 optional xinit_1.0.7-2.diff.gz
 2b65fe4235dfd688cdc0ae6bef2483ee 26090 x11 optional xinit_1.0.7-2_i386.deb

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

iD8DBQFHj7I6Rh88F8PcWfoRAqFdAKDkmXA1kI3XwAeYrugBTUUDfwgLRwCgnF3H
vPEapbrIDlslpqwPG3vj9bU=
=wvAR
-END PGP SIGNATURE-


Accepted:
xinit_1.0.7-2.diff.gz
  to pool/main/x/xinit/xinit_1.0.7-2.diff.gz
xinit_1.0.7-2.dsc
  to pool/main/x/xinit/xinit_1.0.7-2.dsc
xinit_1.0.7-2_i386.deb
  to pool/main/x/xinit/xinit_1.0.7-2_i386.deb


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



Accepted scribes 0.3.3.3-1 (source all)

2008-01-17 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 22:36:27 +0100
Source: scribes
Binary: scribes
Architecture: source all
Version: 0.3.3.3-1
Distribution: unstable
Urgency: low
Maintainer: Emilio Pozuelo Monfort [EMAIL PROTECTED]
Changed-By: Emilio Pozuelo Monfort [EMAIL PROTECTED]
Description: 
 scribes- simple, slim and sleek, yet powerful text editor for GNOME
Closes: 459477 460430
Changes: 
 scribes (0.3.3.3-1) unstable; urgency=low
 .
   * New upstream release. Closes: #460430.
   * debian/control:
 - Make scrollkeeper build dependency non-versioned. Closes: #459477.
 - Bumped Standards to 3.7.3, no changes needed.
   * debian/control, debian/rules:
 - Change python-all-dev build dependency to
   python2.5-dev | python-dev (= 2.5), as upstream now needs python2.5.
 - Change XS-Python-Versions to = 2.5.
 - Change /usr/bin/scribes hashbang to python2.5 in debian/rules, so
   scribes is started properly and works.
   * debian/rules:
 - Move debhelper stuff to binary-indep since the package is arch: all.
 - Call dh_icons, since we have icons in /usr/share/pixmaps and
   /usr/share/icons
Files: 
 29c8a865e7fd0f2d0370616ca0bfdd44 1223 editors optional scribes_0.3.3.3-1.dsc
 e4fcc89d17c46e3d6dfa8f4abdfc9642 1196445 editors optional 
scribes_0.3.3.3.orig.tar.gz
 9948d1f599fad71bb735aadfc78ae406 6591 editors optional 
scribes_0.3.3.3-1.diff.gz
 552cf458a45b56c047fdbc346f92cd75 742136 editors optional 
scribes_0.3.3.3-1_all.deb

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

iD8DBQFHj7RuB01zfu119ZkRAtcjAJ99ooVu7DGzStoy506w9c9OXObE2wCaAs5P
kYma7ExgpGeufhduMSLgNDk=
=PHyS
-END PGP SIGNATURE-


Accepted:
scribes_0.3.3.3-1.diff.gz
  to pool/main/s/scribes/scribes_0.3.3.3-1.diff.gz
scribes_0.3.3.3-1.dsc
  to pool/main/s/scribes/scribes_0.3.3.3-1.dsc
scribes_0.3.3.3-1_all.deb
  to pool/main/s/scribes/scribes_0.3.3.3-1_all.deb
scribes_0.3.3.3.orig.tar.gz
  to pool/main/s/scribes/scribes_0.3.3.3.orig.tar.gz


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



Accepted xdm 1:1.1.6-4 (source i386)

2008-01-17 Thread Brice Goglin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 20:50:21 +0100
Source: xdm
Binary: xdm
Architecture: source i386
Version: 1:1.1.6-4
Distribution: unstable
Urgency: low
Maintainer: Debian X Strike Force [EMAIL PROTECTED]
Changed-By: Brice Goglin [EMAIL PROTECTED]
Description: 
 xdm- X display manager
Closes: 237877 451617
Changes: 
 xdm (1:1.1.6-4) unstable; urgency=low
 .
   * Remove /usr/bin/X11 from systemPath and userPath in xdm-config,
 thanks Sven Joachim, closes: #451617.
   * Drop -dpi 100 from debian.diff and add a NEWS entry about it,
 closes: #237877.
Files: 
 e9deb0aab6bf908e7b31934267f9d1e0 899 x11 optional xdm_1.1.6-4.dsc
 488ae4ee80f044abf9133694578601a2 254085 x11 optional xdm_1.1.6-4.diff.gz
 42d695a66175e15c509f8007a88c 188864 x11 optional xdm_1.1.6-4_i386.deb

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

iD8DBQFHj7KZRh88F8PcWfoRAguZAJ4kDIh90tK3e8BKQz6TsztPmId2sQCg3g4k
/hq0LQDmAMWhs0NUESIktrk=
=Y9BF
-END PGP SIGNATURE-


Accepted:
xdm_1.1.6-4.diff.gz
  to pool/main/x/xdm/xdm_1.1.6-4.diff.gz
xdm_1.1.6-4.dsc
  to pool/main/x/xdm/xdm_1.1.6-4.dsc
xdm_1.1.6-4_i386.deb
  to pool/main/x/xdm/xdm_1.1.6-4_i386.deb


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



Accepted stk 4.2.0-9.1 (source all i386)

2008-01-17 Thread Lucas Nussbaum
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 12:10:29 +0100
Source: stk
Binary: stk-doc stk libstk0c2a libstk0-dev
Architecture: source all i386
Version: 4.2.0-9.1
Distribution: unstable
Urgency: low
Maintainer: Guenter Geiger (Debian/GNU) [EMAIL PROTECTED]
Changed-By: Lucas Nussbaum [EMAIL PROTECTED]
Description: 
 libstk0-dev - sound synthesis toolkit development files
 libstk0c2a - Sound Synthesis Toolkit
 stk- Sound Synthesis Toolkit example applications
 stk-doc- documentation for the sound synthesis toolkit (STK)
Closes: 378528 417704 424233 449826
Changes: 
 stk (4.2.0-9.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules: fixed bashism (use of {,}). Closes: #378528.
   * Fixed FTBFS with gcc 4.3 (patch from Martin Michlmayr added
 as 01_includes_gcc43.patch). Closes: #417704.
   * Fixed debian/watch to read
 http://ccrma.stanford.edu/software/stk/download.html instead of directly
 trying to list the content of
 http://ccrma.stanford.edu/software/stk/release/. Closes: #449826.
   * Investigated FTBFS when built twice in a row. It was actually caused
 by cdbs' bug #387103, fixed in cdbs 0.4.48. I'm not build-depending
 on cdbs = 0.4.48 since this bug doesn't prevent to build the package.
 Closes: #424233.
Files: 
 0a25de141d56b70f1faaff76a1fc2ffc 683 sound optional stk_4.2.0-9.1.dsc
 6aeb2de521267b69888996d8e5501646 6847 sound optional stk_4.2.0-9.1.diff.gz
 59a4ff4d494ac72e5d4df052b6e64ae6 511006 sound optional 
stk-doc_4.2.0-9.1_all.deb
 a3f88ca74f36c7e2d1f116b7c1973add 458236 sound optional 
libstk0-dev_4.2.0-9.1_i386.deb
 933f1026a59ba7bc8773d8ac60068cac 261534 sound optional 
libstk0c2a_4.2.0-9.1_i386.deb
 48240336c736c10bcaf1e3adcecfce3f 485686 sound optional stk_4.2.0-9.1_i386.deb

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

iD8DBQFHje5R2hliNwI7P08RAvNFAJwMvGRcp+vMusdccW2eiGXxG/B21gCfejtX
Lgw2lEu+j4aVoR1bUi9ZD2o=
=a573
-END PGP SIGNATURE-


Accepted:
libstk0-dev_4.2.0-9.1_i386.deb
  to pool/main/s/stk/libstk0-dev_4.2.0-9.1_i386.deb
libstk0c2a_4.2.0-9.1_i386.deb
  to pool/main/s/stk/libstk0c2a_4.2.0-9.1_i386.deb
stk-doc_4.2.0-9.1_all.deb
  to pool/main/s/stk/stk-doc_4.2.0-9.1_all.deb
stk_4.2.0-9.1.diff.gz
  to pool/main/s/stk/stk_4.2.0-9.1.diff.gz
stk_4.2.0-9.1.dsc
  to pool/main/s/stk/stk_4.2.0-9.1.dsc
stk_4.2.0-9.1_i386.deb
  to pool/main/s/stk/stk_4.2.0-9.1_i386.deb


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



Accepted rpc2 2.7+debian-1 (source i386)

2008-01-17 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:28:00 +0100
Source: rpc2
Binary: librpc2-5 rpc2-tools librpc2-dev
Architecture: source i386
Version: 2.7+debian-1
Distribution: unstable
Urgency: low
Maintainer: Daniel Baumann [EMAIL PROTECTED]
Changed-By: Daniel Baumann [EMAIL PROTECTED]
Description: 
 librpc2-5  - Remote Procedure Call implementation 2
 librpc2-dev - Remote Procedure Call implementation 2 (development)
 rpc2-tools - Remote Procedure Call implementation 2 (utilities)
Changes: 
 rpc2 (2.7+debian-1) unstable; urgency=low
 .
   * New upstream release.
   * Using shlibs:Depends for rpc2-tools.
Files: 
 99e6c010a9c4d1270d63e72ed17cddcc 750 libs optional rpc2_2.7+debian-1.dsc
 a6fd55b24d36dbdae0f8aebd5ca7bc0f 622281 libs optional 
rpc2_2.7+debian.orig.tar.gz
 e24253038e54bb01488ef24785800a6d 4105 libs optional rpc2_2.7+debian-1.diff.gz
 c17f4684988a5508992ab7fed39d96da 127324 libs optional 
librpc2-5_2.7+debian-1_i386.deb
 86b3ba474ded0625a3382dfad72a8b51 163228 libdevel optional 
librpc2-dev_2.7+debian-1_i386.deb
 99c8d967f83971b1663ecf73eff55d6c 36628 utils optional 
rpc2-tools_2.7+debian-1_i386.deb

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

iD8DBQFHj7yq+C5cwEsrK54RAhWKAKCEMEN/5dg+geXzGKvJZD8E37VxXQCgyE2r
eN5c5lcPJD0MpW6zsAoKWrc=
=ERE7
-END PGP SIGNATURE-


Accepted:
librpc2-5_2.7+debian-1_i386.deb
  to pool/main/r/rpc2/librpc2-5_2.7+debian-1_i386.deb
librpc2-dev_2.7+debian-1_i386.deb
  to pool/main/r/rpc2/librpc2-dev_2.7+debian-1_i386.deb
rpc2-tools_2.7+debian-1_i386.deb
  to pool/main/r/rpc2/rpc2-tools_2.7+debian-1_i386.deb
rpc2_2.7+debian-1.diff.gz
  to pool/main/r/rpc2/rpc2_2.7+debian-1.diff.gz
rpc2_2.7+debian-1.dsc
  to pool/main/r/rpc2/rpc2_2.7+debian-1.dsc
rpc2_2.7+debian.orig.tar.gz
  to pool/main/r/rpc2/rpc2_2.7+debian.orig.tar.gz


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



Accepted apache2 2.2.8-1 (source i386 all)

2008-01-17 Thread Stefan Fritsch
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 20:27:56 +0100
Source: apache2
Binary: apache2-utils apache2-prefork-dev apache2 apache2-mpm-prefork 
apache2-doc apache2-mpm-event apache2.2-common apache2-dbg apache2-mpm-worker 
apache2-src apache2-threaded-dev apache2-mpm-perchild
Architecture: source i386 all
Version: 2.2.8-1
Distribution: unstable
Urgency: low
Maintainer: Debian Apache Maintainers [EMAIL PROTECTED]
Changed-By: Stefan Fritsch [EMAIL PROTECTED]
Description: 
 apache2- Next generation, scalable, extendable web server
 apache2-dbg - Apache debugging symbols
 apache2-doc - documentation for apache2
 apache2-mpm-event - Event driven model for Apache HTTPD
 apache2-mpm-perchild - Transitional package - please remove
 apache2-mpm-prefork - Traditional model for Apache HTTPD
 apache2-mpm-worker - High speed threaded model for Apache HTTPD
 apache2-prefork-dev - development headers for apache2
 apache2-src - Apache source code
 apache2-threaded-dev - development headers for apache2
 apache2-utils - utility programs for webservers
 apache2.2-common - Next generation, scalable, extendable web server
Closes: 311269 337325 349709 411774 436441 458085 458093 458857 459236 460105
Changes: 
 apache2 (2.2.8-1) unstable; urgency=low
 .
   * New upstream version:
 - Fixes cross-site scripting issues in
   o mod_imagemap (CVE-2007-5000)
   o mod_status (CVE-2007-6388)
   o mod_proxy_balancer's balancer manager (CVE-2007-6421)
 - Fixes a denial of service issue in mod_proxy_balancer's balancer manager
   (CVE-2007-6422).
 - Fixes mod_proxy URL encoding in error messages (closes: #337325).
 - Adds explicit charset to the output of various modules to work around
   possible cross-site scripting flaws affecting web browsers that do not
   derive the response character set as required by RFC2616. For
   mod_proxy_ftp there is now the new ProxyFtpDirCharset directive to
   specify something else than ISO-8859-1 (CVE-2008-0005).
 - Adds mod_substitute which performs inline response content pattern
   matching (including regex) and substitution (like mod_line_edit).
 - Adds DefaultType none option.
 - Adds new B option to RewriteRule to suppress URL unescaping.
 - Adds an if directive for mod_include to test whether an URL is
   accessible, and if so, conditionally display content.
 - Adds support for mod_ssl to the event MPM.
   * Move the configuration of User, Group, and PidFile to
 /etc/apache2/envvars. This makes it easier to use these settings in
 scripts. /etc/apache2/envvars can now also be used to influence apache2ctl
 (inspired by Marc Haber's patch).  (Closes: #349709, #460105, #458085)
   * Make apache2ctl check the configuration syntax before trying to restart
 apache, to match the behaviour documented in the man page.
 (Closes: #459236)
   * Convert docs to be directly viewable with a browser (and not use content
 negotiation).
   * Add doc-base entry for the documentation. (closes: #311269)
   * Don't ship default files in /var/www, but copy a sample file to
 /var/www/index.html on new installs. Also remove the now unneeded
 RedirectMatch line from sites-available/default.
 (Closes: #411774, #458093)
   * Add some information to README.Debian (Apache wiki, default virtual host)
   * Build with LDFLAGS=-Wl,--as-needed to drop a lot of unnecessary
 dependencies, easing library transitions (closes: #458857).
   * Add icons for OpenDocuments, add sharutils to Build-Depends for uudecode.
 Patch by Nicolas Valcárcel. (Closes: #436441)
   * Add reportbug script to list enabled modules.
   * Fix some lintian warnings:
 - Pass --no-start to dh_installinit instead of omitting the debhelper token
   in various maintainer scripts. Also move the update-rc.d call to
   apache2.2-common.
 - Add Short-Description to init script.
   * Remove unused apache2-mpm-prefork.prerm from source package and clean up
 debian/rules a bit.
   * Don't ship NEWS.Debian with apache2-utils, as the contents are only
 relevant for the server.
Files: 
 c2f8c4852c9f6b851552901f7765e344 1269 web optional apache2_2.2.8-1.dsc
 39a755eb0f584c279336387b321e3dfc 6125771 web optional apache2_2.2.8.orig.tar.gz
 405c7118ef0f2e8ee36253e94b9cc5cf 128534 web optional apache2_2.2.8-1.diff.gz
 7c5c628ce099a8db2af2f0673013db9d 758632 web optional 
apache2.2-common_2.2.8-1_i386.deb
 bf9cc92e127c56eacc3702a4c4a3a8e5 232758 web optional 
apache2-mpm-worker_2.2.8-1_i386.deb
 9e326ea633159ddc17a8dcd4e6c0ed4f 228630 web optional 
apache2-mpm-prefork_2.2.8-1_i386.deb
 4ab3e1fc87dd5e1d1a1cd8d653b653df 233408 web optional 
apache2-mpm-event_2.2.8-1_i386.deb
 469ab3fae7c2245a1f9eb162d862fbd6 138010 web optional 
apache2-utils_2.2.8-1_i386.deb
 61914e18762538c19fcdcd3558d0e216 206262 devel extra 
apache2-prefork-dev_2.2.8-1_i386.deb
 985308826a67afc0acfb19f6e05eb55f 206946 devel 

Accepted liblip 2.0.0-1.1 (source i386)

2008-01-17 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue, 15 Jan 2008 20:48:51 +0100
Source: liblip
Binary: liblip-dev liblip2
Architecture: source i386
Version: 2.0.0-1.1
Distribution: unstable
Urgency: low
Maintainer: Juan Esteban Monsalve Tobon [EMAIL PROTECTED]
Changed-By: Luca Falavigna [EMAIL PROTECTED]
Description: 
 liblip-dev - reliable interpolation of multivariate scattered data
 liblip2- reliable interpolation of multivariate scattered data
Closes: 378597
Changes: 
 liblip (2.0.0-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules:
 - Fix bashisms (Closes: #378597).
 - Fix debian-rules-ignores-make-clean-error lintian warnings.
   * debian/control:
 - Move to new Homepage field.
 - Use ${binary:Version} instead of deprecated ${Source-Version},
   fix substvar-source-version-is-deprecated lintian warning.
   * debian/shlibs:
 - Move to liblip2, fix shlibs-declares-dependency-on-other-package
   lintian warning.
Files: 
 116a3c129ac3410a6c0907f3b6376247 639 math optional liblip_2.0.0-1.1.dsc
 c522e882a3d2400c5c560d15f1c67414 4726 math optional liblip_2.0.0-1.1.diff.gz
 e6696601391dada193852c6d5895a755 299640 libs optional 
liblip2_2.0.0-1.1_i386.deb
 5d32474edcc710508ebee738660aceb1 73882 libdevel optional 
liblip-dev_2.0.0-1.1_i386.deb

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

iD8DBQFHjb/v2hliNwI7P08RAm4+AJwJIdMW2CvFzp7ukdeFpEQQ2FHJOgCgupOC
7srQIFtk7cLjDxoJaoPCNmI=
=1Zfc
-END PGP SIGNATURE-


Accepted:
liblip-dev_2.0.0-1.1_i386.deb
  to pool/main/libl/liblip/liblip-dev_2.0.0-1.1_i386.deb
liblip2_2.0.0-1.1_i386.deb
  to pool/main/libl/liblip/liblip2_2.0.0-1.1_i386.deb
liblip_2.0.0-1.1.diff.gz
  to pool/main/libl/liblip/liblip_2.0.0-1.1.diff.gz
liblip_2.0.0-1.1.dsc
  to pool/main/libl/liblip/liblip_2.0.0-1.1.dsc


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



Accepted yiyantang 0.7.0-3.1 (source i386)

2008-01-17 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed, 16 Jan 2008 13:49:43 +0100
Source: yiyantang
Binary: yiyantang
Architecture: source i386
Version: 0.7.0-3.1
Distribution: unstable
Urgency: low
Maintainer: Yu Guanghui [EMAIL PROTECTED]
Changed-By: Luca Falavigna [EMAIL PROTECTED]
Description: 
 yiyantang  - Terminal-based Chinese automatic encoding converter
Closes: 383784
Changes: 
 yiyantang (0.7.0-3.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules:
 - Fix bashisms (Closes: #383784).
 - Fix debian-rules-ignores-make-clean-error lintian warning.
 - Do not call dh_suidregister
   * Use python/compat, fix debian-rules-sets-DH_COMPAT lintian warning.
   * debian/copyright:
 - Fix copyright-lists-upstream-authors-with-dh_make-boilerplate
   lintian warning by removing (s).
Files: 
 6ecb1e1ab10e648a995fc5d1addc25b3 609 text optional yiyantang_0.7.0-3.1.dsc
 6e29a278867e3fabdbc33e988e7c03fd 2783 text optional yiyantang_0.7.0-3.1.diff.gz
 48a578329a4b661b680d33001c53e084 26010 text optional 
yiyantang_0.7.0-3.1_i386.deb

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

iD8DBQFHjgyu2hliNwI7P08RAjzmAJ9miRFa/DQu3Pu4n7MN0mXN9vWmTACcCFls
m4mZjTYTURx/PTyRd16RANk=
=Nqzc
-END PGP SIGNATURE-


Accepted:
yiyantang_0.7.0-3.1.diff.gz
  to pool/main/y/yiyantang/yiyantang_0.7.0-3.1.diff.gz
yiyantang_0.7.0-3.1.dsc
  to pool/main/y/yiyantang/yiyantang_0.7.0-3.1.dsc
yiyantang_0.7.0-3.1_i386.deb
  to pool/main/y/yiyantang/yiyantang_0.7.0-3.1_i386.deb


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



Accepted tor 0.2.0.17-alpha-1 (source i386)

2008-01-17 Thread Peter Palfrader
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 21:42:25 +0100
Source: tor
Binary: tor-dbg tor
Architecture: source i386
Version: 0.2.0.17-alpha-1
Distribution: experimental
Urgency: low
Maintainer: Peter Palfrader [EMAIL PROTECTED]
Changed-By: Peter Palfrader [EMAIL PROTECTED]
Description: 
 tor- anonymizing overlay network for TCP
 tor-dbg- debugging symbols for Tor
Changes: 
 tor (0.2.0.17-alpha-1) experimental; urgency=low
 .
   * New upstream version.
Files: 
 c44cf9657829ad4f07e294ae3428ae54 747 comm optional tor_0.2.0.17-alpha-1.dsc
 93b1e15742096e384808501665ce2495 1512518 comm optional 
tor_0.2.0.17-alpha.orig.tar.gz
 0bba7a8b5c2181216c3c28372a4025c7 72005 comm optional 
tor_0.2.0.17-alpha-1.diff.gz
 24646ed79ab92b8470ba4865a73bd4fd 1170864 comm optional 
tor_0.2.0.17-alpha-1_i386.deb
 3bdb7e1bac7585cfcd71ce56bfa321d2 787696 comm extra 
tor-dbg_0.2.0.17-alpha-1_i386.deb

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

iD8DBQFHj8Stz/ccs6+kS90RAsDKAJ96M4W45BGiANP5gvqLojOkR8RMZACZAUIQ
qyFnUehrhLdywNfN6dw9uVo=
=qzdn
-END PGP SIGNATURE-


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


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



Accepted libfile-spec-perl 3.2700-1 (source all amd64)

2008-01-17 Thread Damyan Ivanov
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu, 17 Jan 2008 23:14:23 +0200
Source: libfile-spec-perl
Binary: libpathtools-perl libfile-spec-perl
Architecture: source amd64 all
Version: 3.2700-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group [EMAIL PROTECTED]
Changed-By: Damyan Ivanov [EMAIL PROTECTED]
Description: 
 libfile-spec-perl - Tools for working with paths and file specs across 
platforms
 libpathtools-perl - transitional dummy package
Changes: 
 libfile-spec-perl (3.2700-1) unstable; urgency=low
 .
   [ Martín Ferrari ]
   * New upstream release.
   * debian/watch: added version mangle to cope with 2 and 4-digit long
 versions.
   * debian/copyright: they have changed the copyright holder for the files
 grabbed from BSD, but the notice on the documentation remained. So I have
 put the two copyright holders (curse upstream).
 .
   [ gregor herrmann ]
   * Add ${shlibs:Depends} to debian/control and dh_shlibdeps to debian/rules
 to fix a policy violation.
   * New upstream release.
   * debian/copyright: update years of copyright for ppport.h.
   * debian/rules: install upstream changelog.
Files: 
 213eeca08df521bed67f0ebd4f01b334 995 perl optional 
libfile-spec-perl_3.2700-1.dsc
 8f8984ff4af4812406d7b67a192c48e2 129177 perl optional 
libfile-spec-perl_3.2700.orig.tar.gz
 1a86ce9a24c456102abecb4e7089c9a9 4255 perl optional 
libfile-spec-perl_3.2700-1.diff.gz
 de21ab56dd9a0fdce071d0e050f6915c 86962 perl optional 
libfile-spec-perl_3.2700-1_amd64.deb
 a869b12d3fd3190c51443c30bbc34034 16210 perl extra 
libpathtools-perl_3.2700-1_all.deb

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

iD8DBQFHj8VeHqjlqpcl9jsRAtYXAKCnpvUq8vFRyj+WSpy/gfQYfItifQCgnmSx
iXOGi1iHQrhyXjdqy/TzWcE=
=eQa0
-END PGP SIGNATURE-


Accepted:
libfile-spec-perl_3.2700-1.diff.gz
  to pool/main/libf/libfile-spec-perl/libfile-spec-perl_3.2700-1.diff.gz
libfile-spec-perl_3.2700-1.dsc
  to pool/main/libf/libfile-spec-perl/libfile-spec-perl_3.2700-1.dsc
libfile-spec-perl_3.2700-1_amd64.deb
  to pool/main/libf/libfile-spec-perl/libfile-spec-perl_3.2700-1_amd64.deb
libfile-spec-perl_3.2700.orig.tar.gz
  to pool/main/libf/libfile-spec-perl/libfile-spec-perl_3.2700.orig.tar.gz
libpathtools-perl_3.2700-1_all.deb
  to pool/main/libf/libfile-spec-perl/libpathtools-perl_3.2700-1_all.deb


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



  1   2   >