Re: Packages with empty directories

2007-11-21 Thread Manuel Prinz
Am Mittwoch, den 21.11.2007, 05:11 +0100 schrieb Michael Biebl: All of my packages listed there are false positives. What I noticed though, are a lot of packages, shipping empty /usr/sbin, /usr/bin/, /usr/lib/ or /usr/include directories. This directories, very likely, come from dh-make *.dirs

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Mike Hommey
On Tue, Nov 20, 2007 at 04:22:56PM +0100, Raphael Hertzog wrote: Hello, since the upload of dpkg 1.14.8 to unstable, it's now possible for library packages to generate symbols control files that will be used by other packages to get more accurate (and less strict) dependencies. As this is

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Raphael Hertzog
On Tue, 20 Nov 2007, Russ Allbery wrote: I always use dependencies like = 2.10 in shlibs files rather than the more specific 2.10-1 because of this problem. I'm not sure if that's the right general solution, but people who start from the seed files should at least consider

Re: Packages with empty directories

2007-11-21 Thread Josselin Mouette
Hi, Le mercredi 21 novembre 2007 à 05:20 +0100, Michael Biebl a écrit : Imho adding a lintian check for empty /usr/bin, /usr/sbin, /usr/lib and /usr/include directories (as created by dh-make) would be a good start. Maybe we could check for empty directories except for a number of common false

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Raphael Hertzog
On Wed, 21 Nov 2007, Mike Hommey wrote: FWIW, I'm testing this on libxml2. I'd have some remarks: - The .symbols file in /var/lib/dpkg/info is bigger than all the other maintainer files there for libxml2. If a significant amount of packages implement this, it can start to make a difference. It

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Russ Allbery
Raphael Hertzog [EMAIL PROTECTED] writes: This change was precisely meant to silence those warnings. But it looks like this line is problematic: return exists $self-{flags}{DYNAMIC} and $self-{flags}{DYNAMIC} and exists $self-{SONAME} and $self-{SONAME}; It's parsed as: (return

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Raphael Hertzog
On Wed, 21 Nov 2007, Russ Allbery wrote: Be careful about because you can get the opposite problem. exists $self-{flags}{DYNAMIC $self-{flags}{DYNAMIC} will be parsed as exists ($self-{flags}{DYNAMIC $self-{flags}{DYNAMIC}) It's often good style to always use parens with

Re: Packages with empty directories

2007-11-21 Thread Bernhard R. Link
* Josselin Mouette [EMAIL PROTECTED] [071121 10:08]: Maybe we could check for empty directories except for a number of common false positives (like the python-support directories or /var/games), and for the rest, grep in the maintainer scripts. And menu-methods (which cause a lot of

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Stephen Gran
This one time, at band camp, Florian Weimer said: * Russ Allbery: As I understand it, this is only the case on i386 - on other arches, /usr/bin/perl links to libperl, although the modules don't. ...indeed. That's bizarre. Why is i386 different than all the other platforms?

Bug#452264: ITP: libid3-ruby -- Ruby interface to the id3lib library for editing ID3 tags

2007-11-21 Thread Reto Schuettel
Package: wnpp Severity: wishlist Owner: Reto Schuettel [EMAIL PROTECTED] * Package name: libid3-ruby Version : 0.5.0 Upstream Author : Robin Stocker [EMAIL PROTECTED] * URL : http://id3lib-ruby.rubyforge.org/ * License : Ruby's Programming Lang: Ruby, C++

Re: Packages with empty directories

2007-11-21 Thread Bernd Zeimetz
Josselin Mouette wrote: Maybe we could check for empty directories except for a number of common false positives (like the python-support directories or /var/games), and for the rest, grep in the maintainer scripts. zope-common needs /var/lib/zope and the Zope packages come with somthing

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Joey Hess
Raphael Hertzog wrote: Given that shlibs are still used as fallback, I don't see a reason to remove -V, in particular given that unofficial archs might not have symbols files when they are arch-specific and when something specific needs to be done to add support for a new arch. I thought that

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Joey Hess
Florian Weimer wrote: * Russ Allbery: As I understand it, this is only the case on i386 - on other arches, /usr/bin/perl links to libperl, although the modules don't. ...indeed. That's bizarre. Why is i386 different than all the other platforms? Performance penalty of PIC code

Re: Bug#377392: Bug#450432: ... and even more bugs like this?

2007-11-21 Thread Ivan Shmakov
Colin Watson [EMAIL PROTECTED] writes: In a recent thread in debian-devel, it was suggested that lintian could call man(1) in such a way that the groff(1), called by `man', will emit warnings for every undefined macro, which is useful in catching the bugs like this: .B foo . Note:

Re: gcc compilation error with abs() affects sarge, etch, lenny, sid

2007-11-21 Thread Frans Pop
On Wednesday 21 November 2007, Henrique de Moraes Holschuh wrote: On Tue, 20 Nov 2007, Frans Pop wrote: A patch is available, but the question facing Debian is: should we do a scan of the archive to see if and which binary packages are affected? Given the sort of insiduous, nightmarish to

Re: Bug#377392: Bug#450432: ... and even more bugs like this?

2007-11-21 Thread David Weinehall
On Wed, Nov 21, 2007 at 09:33:49PM +0600, Ivan Shmakov wrote: [snip] A helper script, `lintian-man', could be introduced to hide all the hackery, and to provide a way for the developer to reproduce the problem. Then, Tag: may be changed to, e. g.,

Re: gcc compilation error with abs() affects sarge, etch, lenny, sid

2007-11-21 Thread Martin Michlmayr
* Frans Pop [EMAIL PROTECTED] [2007-11-21 17:47]: The most effective/efficient way to do this may be an archive rebuild with a modified gcc that emits a warning if this case is hit and then check build logs for the warning. Something like the patch below (stolen from the thread on

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Raphael Hertzog
On Wed, 21 Nov 2007, Joey Hess wrote: Raphael Hertzog wrote: Given that shlibs are still used as fallback, I don't see a reason to remove -V, in particular given that unofficial archs might not have symbols files when they are arch-specific and when something specific needs to be done to

Re: gcc compilation error with abs() affects sarge, etch, lenny, sid

2007-11-21 Thread Cyril Brulebois
On 21/11/2007, Martin Michlmayr wrote: Sounds like something Lucas (CCed) could do. IIRC he is VAC at the moment, so someone might want to step in, so as to speed up the process. Cheers, -- Cyril Brulebois pgp6UZVhYfduu.pgp Description: PGP signature

Re: Long-term mass bug filing for crossbuild support

2007-11-21 Thread Pierre THIERRY
Scribit Neil Williams dies 13/11/2007 hora 17:02: If you want to build an ARM toolchain to crossbuild for amd64 I'm not going to stop you but don't expect me to debug it!! But do your tools make it already possible for me to just ask for the build of toolchains for an arbitrary list of target

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Mike Hommey
On Wed, Nov 21, 2007 at 10:35:50AM +0100, Raphael Hertzog wrote: On Wed, 21 Nov 2007, Mike Hommey wrote: FWIW, I'm testing this on libxml2. I'd have some remarks: - The .symbols file in /var/lib/dpkg/info is bigger than all the other maintainer files there for libxml2. If a significant

Re: Packages with empty directories

2007-11-21 Thread Daniel Schepler
On Wednesday 21 November 2007 04:08:44 am Josselin Mouette wrote: Hi, Le mercredi 21 novembre 2007 à 05:20 +0100, Michael Biebl a écrit : Imho adding a lintian check for empty /usr/bin, /usr/sbin, /usr/lib and /usr/include directories (as created by dh-make) would be a good start. Maybe

Re: Long-term mass bug filing for crossbuild support

2007-11-21 Thread Neil Williams
Pierre THIERRY wrote: Scribit Neil Williams dies 13/11/2007 hora 17:02: If you want to build an ARM toolchain to crossbuild for amd64 I'm not going to stop you but don't expect me to debug it!! But do your tools make it already possible for me to just ask for the build of toolchains for an

Bug#452306: ITP: extrema -- powerful visualization and data analysis tool

2007-11-21 Thread Christine Spang
Package: wnpp Severity: wishlist Owner: Christine Spang [EMAIL PROTECTED] * Package name: extrema Version : 4.3.0 Upstream Author : Joseph Chuma [EMAIL PROTECTED] * URL : http://exsitewebware.com/extrema/ * License : GPLv2 or higher Programming Lang: C++

Bug#132505: Create a successful career within our company

2007-11-21 Thread edik gaston
We are Looking for partners worldwide. The position is home-based. Our Company Head Office is located in UK with branches all over the world. We are looking for talented, honest, reliable representatives from different regions. The ideal candidate will be an intelligent person, someone who can

Re: Packages with empty directories

2007-11-21 Thread Daniel Schepler
On Tuesday 20 November 2007 11:20:17 pm Michael Biebl wrote: Imho adding a lintian check for empty /usr/bin, /usr/sbin, /usr/lib and /usr/include directories (as created by dh-make) would be a good start. I wrote a lintian check implementing the conservative approach, and submitted a patch as

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Joey Hess
Raphael Hertzog wrote: And shlibs files are ignored if dpkg-shlibdeps is able to find symbols files. Ah, that wasn't clear, I must have missed that in the documentation. -- see shy jo signature.asc Description: Digital signature

Re: Packages with empty directories

2007-11-21 Thread Neil Williams
Daniel Schepler wrote: On Tuesday 20 November 2007 11:20:17 pm Michael Biebl wrote: Imho adding a lintian check for empty /usr/bin, /usr/sbin, /usr/lib and /usr/include directories (as created by dh-make) would be a good start. I wrote a lintian check implementing the conservative approach,

Re: Bug#452316: Packages with empty directories

2007-11-21 Thread Russ Allbery
Neil Williams [EMAIL PROTECTED] writes: The only problem with the patch is that /usr/lib/perl5/ is often included just by creating a perl package. I've tried to get rid of it but it *is* created during 'make install' by use ExtUtils::MakeMaker; but it is not necessarily used by package files.

Re: gcc compilation error with abs() affects sarge, etch, lenny, sid

2007-11-21 Thread Lucas Nussbaum
On 21/11/07 at 18:03 +0100, Martin Michlmayr wrote: * Frans Pop [EMAIL PROTECTED] [2007-11-21 17:47]: The most effective/efficient way to do this may be an archive rebuild with a modified gcc that emits a warning if this case is hit and then check build logs for the warning. Something

Re: gcc compilation error with abs() affects sarge, etch, lenny, sid

2007-11-21 Thread Nikita V. Youshchenko
Today I saw a thread on the linux-kernel list [1] about a gcc compilation issue that affects _all_ gcc versions in Debian after gcc-2.95. I've filed bugs reports: #452108 (gcc-4.2); #452113 (gcc-4.1); #452114 (gcc-3.3); #452115 (gcc-3.4) The issue is that in some cases a negative const

Re: Early adopters of symbol based dependencies needed

2007-11-21 Thread Florian Weimer
* Joey Hess: Performance penalty of PIC code due to register pressure, I guess. I seem to remember it was a threading issue, but I didn't manage to track down an explanation. Well, Perl should use __thread anyway, so it's unlikely that the issue is still present. -- To UNSUBSCRIBE, email

Accepted kshutdown 1.0.1-2 (source amd64)

2007-11-21 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 09:51:59 +0100 Source: kshutdown Binary: kshutdown Architecture: source amd64 Version: 1.0.1-2 Distribution: unstable Urgency: low Maintainer: Romain Beauxis [EMAIL PROTECTED] Changed-By: Romain Beauxis [EMAIL

Accepted cwiid 0.6.00-2 (source amd64)

2007-11-21 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 09:58:28 +0100 Source: cwiid Binary: libcwiid1-dev python-cwiid wmgui lswm libcwiid1 wminput Architecture: source amd64 Version: 0.6.00-2 Distribution: unstable Urgency: low Maintainer: Romain Beauxis [EMAIL

Accepted genius 1.0.2-1 (source i386)

2007-11-21 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 09:40:17 +0100 Source: genius Binary: gnome-genius genius genius-dev genius-common Architecture: source i386 Version: 1.0.2-1 Distribution: unstable Urgency: low Maintainer: Sebastian Dröge [EMAIL PROTECTED]

Accepted libnoise 1.0.0 (source amd64)

2007-11-21 Thread Federico Di Gregorio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 10:56:44 +0100 Source: libnoise Binary: libnoise-dev libnoise0 Architecture: source amd64 Version: 1.0.0 Distribution: unstable Urgency: low Maintainer: Federico Di Gregorio [EMAIL PROTECTED] Changed-By: Federico Di

Accepted zile 2.2.52-1 (source i386)

2007-11-21 Thread Nicolas Duboc
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 20 Nov 2007 11:31:56 +0100 Source: zile Binary: zile Architecture: source i386 Version: 2.2.52-1 Distribution: unstable Urgency: low Maintainer: Nicolas Duboc [EMAIL PROTECTED] Changed-By: Nicolas Duboc [EMAIL PROTECTED]

Accepted pbuilder 0.175 (source all amd64)

2007-11-21 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 19:22:00 +0900 Source: pbuilder Binary: pbuilder pbuilder-uml Architecture: source all amd64 Version: 0.175 Distribution: unstable Urgency: low Maintainer: Debian pbuilder maintenance team [EMAIL PROTECTED]

Accepted cowdancer 0.44 (source amd64)

2007-11-21 Thread Junichi Uekawa
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 22:47:22 +0900 Source: cowdancer Binary: qemubuilder cowdancer Architecture: source amd64 Version: 0.44 Distribution: unstable Urgency: low Maintainer: Junichi Uekawa [EMAIL PROTECTED] Changed-By: Junichi Uekawa

Accepted gpe-bluetooth 0.55-3 (source amd64)

2007-11-21 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 15:07:29 + Source: gpe-bluetooth Binary: gpe-bluetooth Architecture: source amd64 Version: 0.55-3 Distribution: unstable Urgency: low Maintainer: Neil Williams [EMAIL PROTECTED] Changed-By: Neil Williams [EMAIL

Accepted libhandoff 0.1-3 (source amd64)

2007-11-21 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 15:15:08 + Source: libhandoff Binary: libhandoff0-dbg libhandoff-dev libhandoff0 Architecture: source amd64 Version: 0.1-3 Distribution: unstable Urgency: low Maintainer: Neil Williams [EMAIL PROTECTED]

Accepted erlang 1:11.b.5dfsg-10 (source all i386)

2007-11-21 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 16:08:08 +0300 Source: erlang Binary: erlang-x11 erlang-base-hipe erlang-base erlang-nox erlang erlang-src erlang-dev erlang-mode erlang-examples Architecture: source all i386 Version: 1:11.b.5dfsg-10 Distribution:

Accepted debian-installer-utils 1.50 (source all amd64)

2007-11-21 Thread Frans Pop
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 15:51:29 +0100 Source: debian-installer-utils Binary: di-utils-terminfo di-utils-mapdevfs di-utils-shell di-utils-reboot di-utils di-utils-exit-installer Architecture: source amd64 all Version: 1.50 Distribution:

Accepted fakeroot 1.8.7 (source i386)

2007-11-21 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 09:39:29 -0500 Source: fakeroot Binary: fakeroot Architecture: source i386 Version: 1.8.7 Distribution: unstable Urgency: low Maintainer: Clint Adams [EMAIL PROTECTED] Changed-By: Clint Adams [EMAIL PROTECTED]

Accepted debianutils 2.28 (source i386)

2007-11-21 Thread Clint Adams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 10:53:22 -0500 Source: debianutils Binary: debianutils Architecture: source i386 Version: 2.28 Distribution: unstable Urgency: low Maintainer: Clint Adams [EMAIL PROTECTED] Changed-By: Clint Adams [EMAIL PROTECTED]

Accepted libsoundgen 0.6-2 (source amd64)

2007-11-21 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 15:20:59 + Source: libsoundgen Binary: libsoundgen-dbg libsoundgen-dev libsoundgen0 Architecture: source amd64 Version: 0.6-2 Distribution: unstable Urgency: low Maintainer: Neil Williams [EMAIL PROTECTED]

Accepted type-handling 0.2.22 (source amd64)

2007-11-21 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 16:55:49 +0100 Source: type-handling Binary: type-handling Architecture: source amd64 Version: 0.2.22 Distribution: unstable Urgency: low Maintainer: Aurelien Jarno [EMAIL PROTECTED] Changed-By: Aurelien Jarno [EMAIL

Accepted postgresql-8.2 8.2.5-3 (source i386 all)

2007-11-21 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 16:47:10 +0100 Source: postgresql-8.2 Binary: libpq5 postgresql-doc-8.2 libpgtypes2 libpq-dev postgresql-doc postgresql postgresql-contrib postgresql-plpython-8.2 postgresql-plperl-8.2 postgresql-client

Accepted arcboot 0.3.8.9 (source mips)

2007-11-21 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 16:39:21 +0100 Source: arcboot Binary: arcboot tip22 Architecture: source mips Version: 0.3.8.9 Distribution: experimental Urgency: low Maintainer: Guido Guenther [EMAIL PROTECTED] Changed-By: Guido Guenther [EMAIL

Accepted tk8.5 0.b3-1 (source i386 all)

2007-11-21 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 19:03:48 +0300 Source: tk8.5 Binary: tk8.5 tk8.5-doc tk8.5-dev Architecture: source i386 all Version: 0.b3-1 Distribution: unstable Urgency: low Maintainer: Tcl/Tk Debian Packagers [EMAIL PROTECTED] Changed-By:

Accepted mixmaster 3.0b2-6 (source i386)

2007-11-21 Thread Colin Tuckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 10:21:50 + Source: mixmaster Binary: mixmaster Architecture: source i386 Version: 3.0b2-6 Distribution: unstable Urgency: low Maintainer: Colin Tuckley [EMAIL PROTECTED] Changed-By: Colin Tuckley [EMAIL

Accepted tcl8.5 0.b3-1 (source i386 all)

2007-11-21 Thread Sergei Golovan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 18:15:50 +0300 Source: tcl8.5 Binary: tcl8.5 tcl8.5-dev tcl8.5-doc Architecture: source i386 all Version: 0.b3-1 Distribution: unstable Urgency: low Maintainer: Tcl/Tk Debian Packagers [EMAIL PROTECTED] Changed-By:

Accepted ebtables 2.0.8.2-2 (source sparc)

2007-11-21 Thread Jan Christoph Nordholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 04 Nov 2007 14:38:12 +0100 Source: ebtables Binary: ebtables Architecture: source sparc Version: 2.0.8.2-2 Distribution: unstable Urgency: low Maintainer: Jochen Friedrich [EMAIL PROTECTED] Changed-By: Jan Christoph Nordholz

Accepted gpe-timesheet 0.32-2 (source amd64)

2007-11-21 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 15:34:40 + Source: gpe-timesheet Binary: gpe-timesheet Architecture: source amd64 Version: 0.32-2 Distribution: unstable Urgency: low Maintainer: Neil Williams [EMAIL PROTECTED] Changed-By: Neil Williams [EMAIL

Accepted iso-codes 1.6-2 (source all)

2007-11-21 Thread Tobias Toedter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 10:03:18 +0100 Source: iso-codes Binary: iso-3166-udeb iso-codes Architecture: source all Version: 1.6-2 Distribution: unstable Urgency: low Maintainer: Alastair McKinstry [EMAIL PROTECTED] Changed-By: Tobias Toedter

Accepted crash 4.0-4.10-1 (source amd64)

2007-11-21 Thread Troy Heber
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 09:10:29 -0700 Source: crash Binary: crash Architecture: source amd64 Version: 4.0-4.10-1 Distribution: unstable Urgency: low Maintainer: Troy Heber [EMAIL PROTECTED] Changed-By: Troy Heber [EMAIL PROTECTED]

Accepted kvm 53-1 (source i386 all)

2007-11-21 Thread Jan Luebbe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 16:53:51 +0100 Source: kvm Binary: kvm-source kvm Architecture: source i386 all Version: 53-1 Distribution: unstable Urgency: low Maintainer: Jan Luebbe [EMAIL PROTECTED] Changed-By: Jan Luebbe [EMAIL PROTECTED]

Accepted gpe-calendar 0.91-2 (source amd64)

2007-11-21 Thread Neil Williams
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 16:36:15 + Source: gpe-calendar Binary: gpe-calendar Architecture: source amd64 Version: 0.91-2 Distribution: unstable Urgency: low Maintainer: Neil Williams [EMAIL PROTECTED] Changed-By: Neil Williams [EMAIL

Accepted inform-mode 1.5.8-3 (source all)

2007-11-21 Thread Jan Christoph Nordholz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 11:19:24 +0100 Source: inform-mode Binary: inform-mode Architecture: source all Version: 1.5.8-3 Distribution: unstable Urgency: low Maintainer: Jan Christoph Nordholz [EMAIL PROTECTED] Changed-By: Jan Christoph

Accepted digikam 2:0.9.3~beta3-1 (source i386)

2007-11-21 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 14:55:09 + Source: digikam Binary: showfoto digikam digikam-dbg Architecture: source i386 Version: 2:0.9.3~beta3-1 Distribution: experimental Urgency: low Maintainer: Debian KDE Extras Team [EMAIL PROTECTED]

Accepted libxml2 2.6.30.dfsg-3 (source i386 all)

2007-11-21 Thread Mike Hommey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 19:22:51 +0100 Source: libxml2 Binary: python-libxml2 libxml2-dbg libxml2-utils libxml2-doc libxml2-dev libxml2 Architecture: source i386 all Version: 2.6.30.dfsg-3 Distribution: unstable Urgency: low Maintainer:

Accepted pydoctor 0.2-4 (source all)

2007-11-21 Thread Guido Guenther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 19:50:09 +0100 Source: pydoctor Binary: python-pydoctor Architecture: source all Version: 0.2-4 Distribution: unstable Urgency: low Maintainer: Debian Calendarserver Team [EMAIL PROTECTED] Changed-By: Guido Guenther

Accepted digikam-doc 0.9.3~beta3-1 (source all)

2007-11-21 Thread Mark Purcell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 14:54:25 + Source: digikam-doc Binary: digikam-doc Architecture: source all Version: 0.9.3~beta3-1 Distribution: unstable Urgency: low Maintainer: Debian KDE Extras Team [EMAIL PROTECTED] Changed-By: Mark Purcell

Accepted minirok 0.7-1 (source all)

2007-11-21 Thread Adeodato Simó
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 20:02:55 +0100 Source: minirok Binary: minirok Architecture: source all Version: 0.7-1 Distribution: unstable Urgency: low Maintainer: Adeodato Simó [EMAIL PROTECTED] Changed-By: Adeodato Simó [EMAIL PROTECTED]

Accepted dictionaries-common 0.90.0 (source all)

2007-11-21 Thread Agustin Martin Domingo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 20 Nov 2007 13:52:20 +0100 Source: dictionaries-common Binary: dictionaries-common-dev dictionaries-common Architecture: source all Version: 0.90.0 Distribution: unstable Urgency: low Maintainer: Agustin Martin Domingo [EMAIL

Accepted gimp 2.4.2-1 (source all amd64)

2007-11-21 Thread Ari Pollak
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.7 Date: Wed, 21 Nov 2007 12:07:09 -0500 Source: gimp Binary: gimp-python gimp-gnomevfs libgimp2.0-doc gimp-data gimp gimp-helpbrowser libgimp2.0 gimp-libcurl libgimp2.0-dev gimp-dbg Architecture: source all amd64 Version: 2.4.2-1

Accepted roxterm 1.8.0-1 (source i386)

2007-11-21 Thread Thierry Randrianiriana
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 06 Nov 2007 08:20:40 +0300 Source: roxterm Binary: roxterm Architecture: source i386 Version: 1.8.0-1 Distribution: unstable Urgency: low Maintainer: Thierry Randrianiriana [EMAIL PROTECTED] Changed-By: Thierry Randrianiriana

Accepted postgresql-8.3 8.3~beta3-1 (source i386 all)

2007-11-21 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 20:18:44 +0100 Source: postgresql-8.3 Binary: libpgtypes3 libpq5 postgresql-plpython-8.3 libpq-dev libecpg-compat3 libecpg6 postgresql-client-8.3 postgresql-contrib-8.3 postgresql-doc-8.3 postgresql-plperl-8.3

Accepted empathy 0.21.2-2 (source all amd64)

2007-11-21 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 20:59:11 +0100 Source: empathy Binary: empathy-megaphone-applet libempathy6 libempathy-gtk6 empathy libempathy-dev libempathy-doc python-empathy libempathy-gtk-doc libempathy-common libempathy-gtk-dev

Accepted superiotool 0.0+r2976-1 (source i386)

2007-11-21 Thread Uwe Hermann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 21:27:26 +0100 Source: superiotool Binary: superiotool Architecture: source i386 Version: 0.0+r2976-1 Distribution: unstable Urgency: low Maintainer: Uwe Hermann [EMAIL PROTECTED] Changed-By: Uwe Hermann [EMAIL

Accepted libdigest-crc-perl 0.14-1 (source amd64)

2007-11-21 Thread gregor herrmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 19:46:07 +0100 Source: libdigest-crc-perl Binary: libdigest-crc-perl Architecture: source amd64 Version: 0.14-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By: gregor

Accepted ocsigen 0.99.4-1 (source i386 all)

2007-11-21 Thread Samuel Mimram
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 21:05:15 + Source: ocsigen Binary: ocsigen-doc ocsigen Architecture: source i386 all Version: 0.99.4-1 Distribution: unstable Urgency: low Maintainer: Samuel Mimram [EMAIL PROTECTED] Changed-By: Samuel Mimram

Accepted zsnes 1.510-1.1 (source i386)

2007-11-21 Thread Ana Beatriz Guerrero Lopez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 03:26:31 +0100 Source: zsnes Binary: zsnes Architecture: source i386 Version: 1.510-1.1 Distribution: unstable Urgency: low Maintainer: Joshua Kwan [EMAIL PROTECTED] Changed-By: Ana Beatriz Guerrero Lopez [EMAIL

Accepted roxen4 4.0.425-7 (source i386 all)

2007-11-21 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 21:01:02 + Source: roxen4 Binary: roxen4-doc roxen4 Architecture: source i386 all Version: 4.0.425-7 Distribution: unstable Urgency: low Maintainer: Turbo Fredriksson [EMAIL PROTECTED] Changed-By: Turbo

Accepted manpages 2.67-1 (source all)

2007-11-21 Thread Martin Schulze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 21:22:46 +0100 Source: manpages Binary: manpages manpages-dev Architecture: source all Version: 2.67-1 Distribution: unstable Urgency: low Maintainer: Martin Schulze [EMAIL PROTECTED] Changed-By: Martin Schulze

Accepted gob2 2.0.15-1 (source powerpc)

2007-11-21 Thread Mark Brown
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 20:34:45 + Source: gob2 Binary: gob2 Architecture: source powerpc Version: 2.0.15-1 Distribution: unstable Urgency: low Maintainer: Mark Brown [EMAIL PROTECTED] Changed-By: Mark Brown [EMAIL PROTECTED]

Accepted linux-kernel-di-mipsel-2.6 0.21 (source mipsel)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:19:41 -0200 Source: linux-kernel-di-mipsel-2.6 Binary: md-modules-2.6.22-3-qemu-di ipv6-modules-2.6.22-3-sb1a-bcm91480b-di reiserfs-modules-2.6.22-3-sb1-bcm91250a-di usb-storage-modules-2.6.22-3-sb1-bcm91250a-di

Accepted bitpim 1.0.2.dfsg.1-3 (source all amd64)

2007-11-21 Thread Aaron M. Ucko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 17:20:56 -0500 Source: bitpim Binary: bitpim bitpim-lib Architecture: source all amd64 Version: 1.0.2.dfsg.1-3 Distribution: unstable Urgency: low Maintainer: Aaron M. Ucko [EMAIL PROTECTED] Changed-By: Aaron M. Ucko

Accepted libroxen-imho 0.99-9 (source i386)

2007-11-21 Thread Turbo Fredriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 22:02:22 + Source: libroxen-imho Binary: libroxen-imho Architecture: source i386 Version: 0.99-9 Distribution: unstable Urgency: low Maintainer: Turbo Fredriksson [EMAIL PROTECTED] Changed-By: Turbo Fredriksson

Accepted linux-kernel-di-s390-2.6 0.20 (s390 source)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 03:23:32 -0200 Source: linux-kernel-di-s390-2.6 Binary: fat-modules-2.6.22-3-s390-di xfs-modules-2.6.22-3-s390-di dasd-modules-2.6.22-3-s390-di kernel-image-2.6.22-3-s390-di scsi-modules-2.6.22-3-s390-di

Accepted dialign-t 0.2.2.dfsg-1 (source i386 all)

2007-11-21 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 23:45:20 +0900 Source: dialign-t Binary: dialign-t-data dialign-t Architecture: source i386 all Version: 0.2.2.dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian-Med Packaging Team [EMAIL PROTECTED]

Accepted linux-modules-di-mips-2.6 1.06 (mips source)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 08:48:28 -0200 Source: linux-modules-di-mips-2.6 Binary: squashfs-modules-2.6.22-3-qemu-di loop-aes-modules-2.6.22-3-sb1a-bcm91480b-di loop-aes-modules-2.6.22-3-sb1-bcm91250a-di loop-aes-modules-2.6.22-3-qemu-di

Accepted linux-modules-di-ia64-2.6 1.06 (ia64 source)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 18:51:11 -0200 Source: linux-modules-di-ia64-2.6 Binary: squashfs-modules-2.6.22-3-itanium-di loop-aes-modules-2.6.22-3-itanium-di Architecture: ia64 source Version: 1.06 Distribution: unstable Urgency: low

Accepted linux-kernel-di-hppa-2.6 1.21 (source hppa)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:09:15 -0200 Source: linux-kernel-di-hppa-2.6 Binary: ipv6-modules-2.6.22-3-parisc64-di usb-storage-modules-2.6.22-3-parisc64-di ipv6-modules-2.6.22-3-parisc-di loop-modules-2.6.22-3-parisc-di

Accepted linux-kernel-di-arm-2.6 1.19 (source arm)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:08:05 -0200 Source: linux-kernel-di-arm-2.6 Binary: reiserfs-modules-2.6.22-3-ixp4xx-di loop-modules-2.6.22-3-iop32x-di nic-modules-2.6.22-3-iop32x-di ext3-modules-2.6.22-3-ixp4xx-di

Accepted linux-kernel-di-m68k-2.6 0.88 (source m68k)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 03:11:51 -0200 Source: linux-kernel-di-m68k-2.6 Binary: scsi-modules-2.6.22-3-atari-di reiserfs-modules-2.6.22-3-atari-di reiserfs-modules-2.6.22-3-mac-di fat-modules-2.6.22-3-atari-di jfs-modules-2.6.22-3-amiga-di

Accepted linux-kernel-di-powerpc-2.6 1.33 (source powerpc)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:23:49 -0200 Source: linux-kernel-di-powerpc-2.6 Binary: jfs-modules-2.6.22-3-ppc64-di scsi-extra-modules-2.6.22-3-ppc64-di kernel-image-2.6.22-3-powerpc-di kernel-image-2.6.22-3-powerpc-miboot-di

Accepted linux-kernel-di-alpha-2.6 0.23 (alpha source)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:04:58 -0200 Source: linux-kernel-di-alpha-2.6 Binary: xfs-modules-2.6.22-3-alpha-generic-di parport-modules-2.6.22-3-alpha-generic-di fb-modules-2.6.22-3-alpha-generic-di

Accepted linux-modules-di-amd64-2.6 1.08 (source amd64)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 08:48:21 -0200 Source: linux-modules-di-amd64-2.6 Binary: loop-aes-modules-2.6.22-3-amd64-di squashfs-modules-2.6.22-3-amd64-di Architecture: amd64 source Version: 1.08 Distribution: unstable Urgency: low

Accepted linux-kernel-di-ia64-2.6 1.25 (ia64 source)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:11:52 -0200 Source: linux-kernel-di-ia64-2.6 Binary: crc-modules-2.6.22-3-itanium-di fat-modules-2.6.22-3-itanium-di jfs-modules-2.6.22-3-itanium-di serial-modules-2.6.22-3-itanium-di

Accepted transmission 0.93.dfsg-1 (source all amd64)

2007-11-21 Thread costela
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 16 Nov 2007 18:01:47 +0100 Source: transmission Binary: transmission-gtk transmission transmission-cli Architecture: source all amd64 Version: 0.93.dfsg-1 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED]

Accepted linux-modules-di-mipsel-2.6 1.08 (source mipsel)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 08:48:39 -0200 Source: linux-modules-di-mipsel-2.6 Binary: squashfs-modules-2.6.22-3-qemu-di loop-aes-modules-2.6.22-3-sb1a-bcm91480b-di loop-aes-modules-2.6.22-3-sb1-bcm91250a-di loop-aes-modules-2.6.22-3-qemu-di

Accepted linux-modules-di-alpha-2.6 1.07 (alpha source)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 08:48:17 -0200 Source: linux-modules-di-alpha-2.6 Binary: squashfs-modules-2.6.22-3-alpha-generic-di loop-aes-modules-2.6.22-3-alpha-generic-di Architecture: alpha source Version: 1.07 Distribution: unstable

Accepted xfonts-knickers 0.0.1-6 (source all)

2007-11-21 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 21 Nov 2007 17:09:46 -0500 Source: xfonts-knickers Binary: xfonts-knickers Architecture: source all Version: 0.0.1-6 Distribution: unstable Urgency: low Maintainer: Jon Bernard [EMAIL PROTECTED] Changed-By: Jon Bernard [EMAIL

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

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:15:40 -0200 Source: linux-kernel-di-mips-2.6 Binary: md-modules-2.6.22-3-qemu-di ipv6-modules-2.6.22-3-sb1a-bcm91480b-di reiserfs-modules-2.6.22-3-sb1-bcm91250a-di kernel-image-2.6.22-3-r4k-ip22-di

Accepted linux-modules-di-arm-2.6 1.08 (source arm)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 18:51:03 -0200 Source: linux-modules-di-arm-2.6 Binary: loop-aes-modules-2.6.22-3-ixp4xx-di loop-aes-modules-2.6.22-3-iop32x-di loop-aes-modules-2.6.22-3-footbridge-di Architecture: arm source Version: 1.08

Accepted linux-modules-di-sparc-2.6 1.08 (source sparc)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 18:51:15 -0200 Source: linux-modules-di-sparc-2.6 Binary: squashfs-modules-2.6.22-3-sparc64-di loop-aes-modules-2.6.22-3-sparc64-di Architecture: source sparc Version: 1.08 Distribution: unstable Urgency: low

Accepted linux-modules-di-hppa-2.6 1.06 (source hppa)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 18:51:07 -0200 Source: linux-modules-di-hppa-2.6 Binary: loop-aes-modules-2.6.22-3-parisc64-di loop-aes-modules-2.6.22-3-parisc-di Architecture: hppa source Version: 1.06 Distribution: unstable Urgency: low

Accepted linux-kernel-di-amd64-2.6 1.35 (source amd64)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 19 Nov 2007 14:06:33 -0200 Source: linux-kernel-di-amd64-2.6 Binary: scsi-core-modules-2.6.22-3-amd64-di ide-core-modules-2.6.22-3-amd64-di plip-modules-2.6.22-3-amd64-di md-modules-2.6.22-3-amd64-di

Accepted linux-modules-di-powerpc-2.6 2.7 (source powerpc)

2007-11-21 Thread Otavio Salvador
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 05 Nov 2007 08:48:48 -0200 Source: linux-modules-di-powerpc-2.6 Binary: squashfs-modules-2.6.22-3-powerpc-miboot-di squashfs-modules-2.6.22-3-powerpc-di squashfs-modules-2.6.22-3-powerpc64-di

  1   2   >