Question about toolchain and objdump's output on ia64/mips/mipsel

2007-08-14 Thread Raphael Hertzog
Hello, while working on http://wiki.debian.org/Projects/ImprovedDpkgShlibdeps I'm discovering some arch-specific differences in the objdump -T output of libraries. * On ia64, static functions appear in objdump's output and they are marked as local. See my previous message to debian-ia64:

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Julian Andres Klode
Am Montag, den 13.08.2007, 22:26 +0200 schrieb Julian Andres Klode: Am Montag, den 13.08.2007, 15:50 -0400 schrieb Joey Hess: Policy is actually careful to set up the invarient that - anywhere in a version number means the package is not native. I don't know why the developers reference

Re: Question about toolchain and objdump's output on ia64/mips/mipsel

2007-08-14 Thread Thiemo Seufer
Raphael Hertzog wrote: Hello, while working on http://wiki.debian.org/Projects/ImprovedDpkgShlibdeps I'm discovering some arch-specific differences in the objdump -T output of libraries. * On ia64, static functions appear in objdump's output and they are marked as local. See my

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
(Please keep debian-devel in the CC. This issue is a project-wide isssue.) Bart Martens wrote: How do other tools this? Other well-respected tools in debhelper's situation, such as? yada It introduces a completely nonstandard Upstream-Source field in debian/control which it

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Julien Cristau
On Tue, Aug 14, 2007 at 13:38:04 -0400, Joey Hess wrote: Bart Martens wrote: Policy states that if there is no debian_revision then hyphens - are not allowed in the upstream_version. http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Version Policy also states that native

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Julien Cristau
On Tue, Aug 14, 2007 at 19:45:11 +0200, Julien Cristau wrote: It also implies that if there is no debian_revision, upstream_version can contain a hyphen. No it doesn't. Sorry about that... Cheers, Julien -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread luk
On Tue, Aug 14, 2007 at 01:38:04PM -0400, Joey Hess wrote: Bart Martens wrote: Policy does not explicitly state that the presence/absence of a debian_revision or that the presence/absence of hyphen(s) - indicate whether or not the package is a native Debian package. debian_revision

Request for ideas how to fix #297074

2007-08-14 Thread Marcin Owsiany
First, a short explanation of the use case: 1. User runs poedit (aka potooledit) on a partially translated po file. 2. Poedit retrieves only the untranslated messages from the file (by filtering it through potool -fnt) and puts them into a temporary po file 3. Poedit launches $EDITOR on

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
(For the second time, please preserve my CC.) Bart Martens wrote: Yes, lintian. Two examples where lintian seems to follow/accept the numbering described in developer's reference: Example one: Try doing an NMU of dh-make-php with adding .0.1. Then lintian produces this warning: W:

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
Julien Cristau wrote: It also implies that if there is no debian_revision, upstream_version can contain a hyphen. Utterly false: The upstream_version may contain only alphanumerics[1] and the characters `.' `+' `-' `:' (full stop, plus, hyphen, colon) and should

Bug#437392: Info received and FILED only (was Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package)

2007-08-14 Thread Debian Bug Tracking System
Thank you for the additional information you have supplied regarding this problem report. It has NOT been forwarded to the package maintainers, but will accompany the original report in the Bug tracking system. Please ensure that you yourself have sent a copy of the additional information to any

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Joey Hess
[EMAIL PROTECTED] wrote: Because it may be more important to be able to identify an NMU from the version number than to be able to identify a native package from the version number... I don't see why it's important to be able to tell that from a version number at all. It's also not the

Re: making debian/copyright machine-interpretable

2007-08-14 Thread Mike Hommey
On Sat, Aug 04, 2007 at 07:17:59PM +0200, Sam Hocevar [EMAIL PROTECTED] wrote: Hello, I would like to gather comments about a proposal I have been thinking about during the GPLv2/v3 and GPLv2/CDDL discussions. I have finally written down what I have in mind here, and refined it with the

Re: Bug#437392: debhelper: subroutine isnative in Dh_Lib.pm is confused by NMU of native package

2007-08-14 Thread Russ Allbery
Joey Hess [EMAIL PROTECTED] writes: (For the second time, please preserve my CC.) Bart Martens wrote: Yes, lintian. Two examples where lintian seems to follow/accept the numbering described in developer's reference: Example one: Try doing an NMU of dh-make-php with adding .0.1. Then

Re: Considerations for GTK1 removal from Debian

2007-08-14 Thread Neil Williams
On Sun, 12 Aug 2007 19:57:51 +0200 Carl Fürstenberg [EMAIL PROTECTED] wrote: I knew that my list was incomplete, so if you want to regenerate the page, use following perl script: #!/usr/bin/perl use strict; use warnings; use Parse::DebControl; Carl - that module is in CPAN yet it

Re: Considerations for GTK1 removal from Debian

2007-08-14 Thread Carl Fürstenberg
On 8/14/07, Neil Williams [EMAIL PROTECTED] wrote: On Sun, 12 Aug 2007 19:57:51 +0200 Carl Fürstenberg [EMAIL PROTECTED] wrote: I knew that my list was incomplete, so if you want to regenerate the page, use following perl script: #!/usr/bin/perl use strict; use warnings; use

Bug#437933: ITP: libparse-debcontrol-perl -- Parse::DebControl - Parse debian-style control files (and other colon key-value fields)

2007-08-14 Thread Carl Fürstenberg
Package: wnpp Severity: wishlist Owner: Carl Fürstenberg [EMAIL PROTECTED] * Package name: libparse-debcontrol-perl Version : 2.005 Upstream Author : Jay Bonci [EMAIL PROTECTED] * URL : http://search.cpan.org/~jaybonci/Parse-DebControl-2.005/ * License :

native NMUs

2007-08-14 Thread Joey Hess
NMUs of native packages have always seemed sorta strange to me, and I think I've figured out why as I was painting a room. Painting is a great way to think, since you already are in a frame of mind that avoids painting yourself into corners. ;-) Many native packages are not Debian-specifc

Re: native NMUs

2007-08-14 Thread James Westby
On (14/08/07 17:44), Joey Hess wrote: Many native packages are not Debian-specifc software, but instead debian-originated software (examples: dpkg, apt). Other unrelated distros might choose to use native Debian software. Just because it's debian-originated software, doesn't mean that the

Re: native NMUs

2007-08-14 Thread Steve Langasek
On Tue, Aug 14, 2007 at 05:44:52PM -0400, Joey Hess wrote: NMUs of native packages have always seemed sorta strange to me, and I think I've figured out why as I was painting a room. Painting is a great way to think, since you already are in a frame of mind that avoids painting yourself into

Bug#437392: native NMUs

2007-08-14 Thread Don Armstrong
On Tue, 14 Aug 2007, James Westby wrote: Also, I guess you are opening up the possibility of creating a source package containing both a .tar.gz and .diff.gz, which will also confuse some tools I expect. Those tools really should be looking at the dsc or calling dpkg-source -x instead (which

Plans for gs-esp / gs-gpl / gs-afpl in lenny?

2007-08-14 Thread Michael Biebl
Hi everyone, recently ghostscript 8.60 was released [1] which is now available under the GPL. The features of ESP Ghostscript have been merged into Ghostscript GPL and the upstream of gs-esp has officially declared gs-esp obsolete [2]. The Debian gs-afpl package has been orphaned some time ago

Re: native NMUs

2007-08-14 Thread Russ Allbery
Steve Langasek [EMAIL PROTECTED] writes: On Tue, Aug 14, 2007 at 05:44:52PM -0400, Joey Hess wrote: We could do away with the concept of NMUs of native software, and do away with this uncertanty, ambiguity, bugginess, etc. Simply say that when a NMU of a native package is done, the package

Bug#437936: ITP: ladr -- deduction library, theorem prover and countermodel generator

2007-08-14 Thread Peter Collingbourne
Package: wnpp Severity: wishlist Owner: Peter Collingbourne [EMAIL PROTECTED] * Package name: ladr Version : 0.0.200708 Upstream Author : William McCune [EMAIL PROTECTED] * URL : http://www.cs.unm.edu/~mccune/mace4/ * License : GPL Programming Lang: C

Bug#437944: ITP: prover9-doc -- documentation for Prover9 and associated programs

2007-08-14 Thread Peter Collingbourne
Package: wnpp Severity: wishlist Owner: Peter Collingbourne [EMAIL PROTECTED] * Package name: prover9-doc Version : 0.0.200708 Upstream Author : William McCune [EMAIL PROTECTED] * URL : http://www.cs.unm.edu/~mccune/mace4/ * License : GPL Programming Lang:

Bug#437955: ITP: keysafe -- A safe to put your passwords in

2007-08-14 Thread Magnus Therning
Package: wnpp Severity: wishlist Owner: Magnus Therning [EMAIL PROTECTED] * Package name: keysafe Version : 0.3.5 Upstream Author : Magnus Therning [EMAIL PROTECTED] * URL : http://therning.org/magnus/computer/keysafe * License : GPL Programming Lang: Python

Re: native NMUs

2007-08-14 Thread John Goerzen
On Tuesday 14 August 2007 4:44:52 pm Joey Hess wrote: Many native packages are not Debian-specifc software, but instead debian-originated software (examples: dpkg, apt). Other unrelated distros might choose to use native Debian software. Just because it's debian-originated software, doesn't

Re: conflicting gssapi libraries

2007-08-14 Thread Brian May
So in summary, what is the verdict? I am inclined to add a non-versioned conflicts for now, as I suspect it might be a while before this can be solved in a better way. Also: No, I don't want to maintain a patch in Heimdal that renames the library. If upstream could be convinced to rename the

Re: Request for ideas how to fix #297074

2007-08-14 Thread Peter Samuelson
[Marcin Owsiany] What happens in step 3 is that vim looks at an ascii-only file (since msgids are in POSIX locale) and when the user inputs the translation in her own language, the editor decides to use encoding B (since it's the locale default). Then in step 5 poedit merges the original

Re: Question about toolchain and objdump's output on ia64/mips/mipsel

2007-08-14 Thread Ian Wienand
On Tue, Aug 14, 2007 at 02:03:16PM +0100, Thiemo Seufer wrote: I presume this applies only to static functions whose address wasn't taken inside the module. Otherwise this would be a bug for e.g. callbacks exported via a function pointer. I mentioned it in my reply to Raphael [1] but I think

Short report on Debian at UseR! 2007 conference at Iowa State Univ.

2007-08-14 Thread Dirk Eddelbuettel
UseR! 2007 at Iowa State University, Ames, IA, August 8-10, 2007 Following two successful UseR! conferences in Vienna in 2004 and 2006, the first North American UseR! was help last week at Iowa State. I presented two papers of which one has specific Debian content (more on that one below).

Accepted debarchiver 0.7.4 (source all)

2007-08-14 Thread Ola Lundqvist
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 08:52:48 +0200 Source: debarchiver Binary: debarchiver Architecture: source all Version: 0.7.4 Distribution: unstable Urgency: low Maintainer: Ola Lundqvist [EMAIL PROTECTED] Changed-By: Ola Lundqvist [EMAIL

Accepted slocate 3.1-1.1 (source i386)

2007-08-14 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 10:15:47 + Source: slocate Binary: slocate Architecture: source i386 Version: 3.1-1.1 Distribution: unstable Urgency: high Maintainer: Kevin Lindsay [EMAIL PROTECTED] Changed-By: Steffen Joeris [EMAIL PROTECTED]

Accepted gammu 1.12.94-1 (source i386 all)

2007-08-14 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 11:02:27 +0200 Source: gammu Binary: libgammu2-dbg libgammu2 gammu libgammu-common libgammu-dev Architecture: source i386 all Version: 1.12.94-1 Distribution: experimental Urgency: low Maintainer: Michal Čihař

Accepted gthumb 3:2.10.5-1 (source i386)

2007-08-14 Thread Remco van de Meent
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 11:14:16 +0200 Source: gthumb Binary: gthumb Architecture: source i386 Version: 3:2.10.5-1 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED] Changed-By: Remco van de Meent [EMAIL PROTECTED]

Accepted vmware-package 0.12 (source all)

2007-08-14 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 06:00:25 -0400 Source: vmware-package Binary: vmware-package Architecture: source all Version: 0.12 Distribution: unstable Urgency: low Maintainer: Debian vmware-package team [EMAIL PROTECTED] Changed-By: Robert S.

Accepted dconf 0.5.1-2 (source all)

2007-08-14 Thread Leo Eraly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Fri, 10 Aug 2007 15:32:17 +0200 Source: dconf Binary: dconf Architecture: source all Version: 0.5.1-2 Distribution: unstable Urgency: low Maintainer: Leo Eraly [EMAIL PROTECTED] Changed-By: Leo Eraly [EMAIL PROTECTED] Description:

Accepted nbd 1:2.9.6-2 (source powerpc)

2007-08-14 Thread Wouter Verhelst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 08:55:56 +0200 Source: nbd Binary: nbd-client nbd-server nbd-client-udeb Architecture: source powerpc Version: 1:2.9.6-2 Distribution: unstable Urgency: low Maintainer: Wouter Verhelst [EMAIL PROTECTED] Changed-By:

Accepted dnspython 1.5.0-1 (source all)

2007-08-14 Thread Robert S. Edmonds
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 06:35:13 -0400 Source: dnspython Binary: python-dnspython Architecture: source all Version: 1.5.0-1 Distribution: unstable Urgency: low Maintainer: Robert S. Edmonds [EMAIL PROTECTED] Changed-By: Robert S. Edmonds

Accepted btrfs 0.7-1 (source all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:05:00 +0200 Source: btrfs Binary: btrfs-source Architecture: source all Version: 0.7-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL PROTECTED]

Accepted xserver-xorg-video-intel 2:2.1.1-1 (source all i386)

2007-08-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 12:48:02 +0200 Source: xserver-xorg-video-intel Binary: xserver-xorg-video-i810 xserver-xorg-video-intel-dbg xserver-xorg-video-intel Architecture: source all i386 Version: 2:2.1.1-1 Distribution: unstable Urgency:

Accepted marble 0.3-2 (source i386 all)

2007-08-14 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 10:40:08 + Source: marble Binary: marble marble-data Architecture: source i386 all Version: 0.3-2 Distribution: unstable Urgency: medium Maintainer: Steffen Joeris [EMAIL PROTECTED] Changed-By: Steffen Joeris

Accepted dhis-server 5.2-3 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:40:14 +0200 Source: dhis-server Binary: dhis-server Architecture: source amd64 Version: 5.2-3 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen [EMAIL

Accepted matrem 1.0-10 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:31:23 +0200 Source: matrem Binary: matrem Architecture: source amd64 Version: 1.0-10 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen [EMAIL PROTECTED]

Accepted libnet-imap-simple-perl 1.17-1 (source all)

2007-08-14 Thread Rene Mayorga
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 08 Aug 2007 14:14:29 -0600 Source: libnet-imap-simple-perl Binary: libnet-imap-simple-perl Architecture: source all Version: 1.17-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By:

Accepted gcc-4.2 4.2.1-4 (sparc source all i386 powerpc)

2007-08-14 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 11:14:35 +0200 Source: gcc-4.2 Binary: libstdc++6 lib32ffi4 lib64objc2 gfortran-4.2 libgcc1 libobjc2 gcc-4.2-source gcc-4.2-soft-float libgcc2 libgfortran2 protoize gcc-4.2-hppa64 gcc-4.2-locales lib64stdc++6

Accepted dhis-dns-engine 5.1-2 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:43:33 +0200 Source: dhis-dns-engine Binary: dhis-dns-engine Architecture: source amd64 Version: 5.1-2 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen [EMAIL

Accepted imlib 1.9.15-3 (source i386 all)

2007-08-14 Thread Steffen Joeris
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 11:13:36 + Source: imlib Binary: gdk-imlib1 gdk-imlib11-dev gdk-imlib11 imlib11 imlib-base imlib11-dev Architecture: source i386 all Version: 1.9.15-3 Distribution: unstable Urgency: high Maintainer: Debian QA

Accepted dhis-server 5.2-4 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:54:06 +0200 Source: dhis-server Binary: dhis-server Architecture: source amd64 Version: 5.2-4 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen [EMAIL

Accepted jbidwatcher 1:1.0.2+dfsg-1 (source all)

2007-08-14 Thread Romain Beauxis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 20:30:13 +0200 Source: jbidwatcher Binary: jbidwatcher Architecture: source all Version: 1:1.0.2+dfsg-1 Distribution: unstable Urgency: high Maintainer: Romain Beauxis [EMAIL PROTECTED] Changed-By: Romain Beauxis

Accepted tinc 1.0.8-2 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:50:27 +0200 Source: tinc Binary: tinc Architecture: source amd64 Version: 1.0.8-2 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen [EMAIL PROTECTED]

Accepted cupsys 1.2.12-4 (source i386 all)

2007-08-14 Thread Martin-Éric Racine
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Sun, 12 Aug 2007 13:36:30 +0300 Source: cupsys Binary: libcupsys2-dev cupsys libcupsys2 libcupsimage2 cupsys-common cupsys-client cupsys-dbg cupsys-bsd libcupsimage2-dev Architecture: source i386 all Version: 1.2.12-4 Distribution:

Accepted apcupsd 3.14.1-3 (source all i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:30:00 +0200 Source: apcupsd Binary: apcupsd-doc apcupsd-cgi apcupsd Architecture: source all i386 Version: 3.14.1-3 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By:

Accepted barcode 0.98+debian-3 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 14:30:00 +0200 Source: barcode Binary: barcode Architecture: source i386 Version: 0.98+debian-3 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted blobwars 1.07-2 (source amd64)

2007-08-14 Thread Guus Sliepen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 14:43:27 +0200 Source: blobwars Binary: blobwars Architecture: source amd64 Version: 1.07-2 Distribution: unstable Urgency: low Maintainer: Guus Sliepen [EMAIL PROTECTED] Changed-By: Guus Sliepen [EMAIL PROTECTED]

Accepted gnunet 0.7.2b-1 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 14:39:00 +0200 Source: gnunet Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common Architecture: source i386 all Version: 0.7.2b-1 Distribution: unstable Urgency: low Maintainer: Arnaud

Accepted libcdk-perl 4.9.10-2 (source i386)

2007-08-14 Thread Jeremiah Foster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 12:39:04 + Source: libcdk-perl Binary: libcdk-perl Architecture: source i386 Version: 4.9.10-2 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By: Jeremiah Foster

Accepted zope2.10 2.10.4-2 (source all amd64)

2007-08-14 Thread Bernd Zeimetz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 20:11:39 +0200 Source: zope2.10 Binary: zope2.10 zope2.10-sandbox Architecture: source amd64 all Version: 2.10.4-2 Distribution: unstable Urgency: low Maintainer: Debian/Ubuntu Zope Team [EMAIL PROTECTED] Changed-By:

Accepted ifstat 1.1-7 (source i386)

2007-08-14 Thread Goswin von Brederlow
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 13:59:12 + Source: ifstat Binary: libifstat-dev ifstat Architecture: source i386 Version: 1.1-7 Distribution: unstable Urgency: low Maintainer: Goswin von Brederlow [EMAIL PROTECTED] Changed-By: Goswin von

Accepted fdm 1.3c-1 (source i386)

2007-08-14 Thread Frank Terbeck
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 15:35:25 +0200 Source: fdm Binary: fdm Architecture: source i386 Version: 1.3c-1 Distribution: unstable Urgency: low Maintainer: Frank Terbeck [EMAIL PROTECTED] Changed-By: Frank Terbeck [EMAIL PROTECTED]

Accepted newt 0.52.2-11 (source i386)

2007-08-14 Thread Alastair McKinstry
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Thu, 09 Aug 2007 19:44:20 +0100 Source: newt Binary: libnewt0.52 libnewt-dev libnewt-pic newt-tcl whiptail python-newt Architecture: source i386 Version: 0.52.2-11 Distribution: unstable Urgency: low Maintainer: Alastair McKinstry

Accepted newsbeuter 0.6-1 (source i386)

2007-08-14 Thread Nico Golde
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 15:05:24 +0200 Source: newsbeuter Binary: newsbeuter Architecture: source i386 Version: 0.6-1 Distribution: unstable Urgency: low Maintainer: Nico Golde [EMAIL PROTECTED] Changed-By: Nico Golde [EMAIL PROTECTED]

Accepted gnunet 0.7.2b-2 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 15:57:00 +0200 Source: gnunet Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common Architecture: source i386 all Version: 0.7.2b-2 Distribution: unstable Urgency: low Maintainer: Arnaud

Accepted xdm 1:1.1.5-1 (source i386)

2007-08-14 Thread Julien Cristau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 15:58:19 +0200 Source: xdm Binary: xdm Architecture: source i386 Version: 1:1.1.5-1 Distribution: unstable Urgency: low Maintainer: Debian X Strike Force [EMAIL PROTECTED] Changed-By: Julien Cristau [EMAIL PROTECTED]

Accepted qca 1.0-9 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 16:35:52 +0200 Source: qca Binary: libqca1c2 qca-dev Architecture: source i386 Version: 1.0-9 Distribution: unstable Urgency: low Maintainer: Jan Niehusmann [EMAIL PROTECTED] Changed-By: Jan Niehusmann [EMAIL

Accepted rawstudio 0.6-1 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 17:14:00 +0200 Source: rawstudio Binary: rawstudio Architecture: source i386 Version: 0.6-1 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted zivot 20013101-3 (source powerpc)

2007-08-14 Thread Radovan Garabík
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 17:08:07 +0200 Source: zivot Binary: zivot Architecture: source powerpc Version: 20013101-3 Distribution: unstable Urgency: low Maintainer: Radovan Garabík [EMAIL PROTECTED] Changed-By: Radovan Garabík [EMAIL

Accepted qca-tls 1.0-4 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 17:13:06 +0200 Source: qca-tls Binary: qca-tls Architecture: source i386 Version: 1.0-4 Distribution: unstable Urgency: low Maintainer: Jan Niehusmann [EMAIL PROTECTED] Changed-By: Jan Niehusmann [EMAIL PROTECTED]

Accepted psi 0.11~rc2-2 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 16:15:15 +0200 Source: psi Binary: psi Architecture: source i386 Version: 0.11~rc2-2 Distribution: experimental Urgency: low Maintainer: Jan Niehusmann [EMAIL PROTECTED] Changed-By: Jan Niehusmann [EMAIL PROTECTED]

Accepted gnunet 0.7.2b-3 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 16:30:00 +0200 Source: gnunet Binary: gnunet-dev gnunet-client gnunet gnunet-tools gnunet-daemon gnunet-common Architecture: source i386 all Version: 0.7.2b-3 Distribution: unstable Urgency: low Maintainer: Arnaud

Accepted psi 0.10-3 (source i386)

2007-08-14 Thread Jan Niehusmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 17:21:20 +0200 Source: psi Binary: psi Architecture: source i386 Version: 0.10-3 Distribution: unstable Urgency: low Maintainer: Jan Niehusmann [EMAIL PROTECTED] Changed-By: Jan Niehusmann [EMAIL PROTECTED]

Accepted gnunet-gtk 0.7.2b-1 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 15:11:00 +0200 Source: gnunet-gtk Binary: gnunet-gtk-dev gnunet-gtk Architecture: source i386 Version: 0.7.2b-1 Distribution: unstable Urgency: low Maintainer: Arnaud Kyheng [EMAIL PROTECTED] Changed-By: Daniel

Accepted slirp 1:1.0.17-2 (source i386)

2007-08-14 Thread Roberto Lumbreras
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 17:22:55 +0200 Source: slirp Binary: slirp Architecture: source i386 Version: 1:1.0.17-2 Distribution: unstable Urgency: low Maintainer: Roberto Lumbreras [EMAIL PROTECTED] Changed-By: Roberto Lumbreras [EMAIL

Accepted gambas2 1.9.50-1 (source i386)

2007-08-14 Thread José L. Redrejo Rodríguez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 11:50:41 +0200 Source: gambas2 Binary: gambas2-gb-form-mdi gambas2-dev gambas2-gb-ldap gambas2-gb-db-mysql gambas2-gb-compress gambas2-gb-xml gambas2-gb-report gambas2-gb-image gambas2-gb-compress-bzlib2

Accepted gnunet-qt 0.7.2+debian-1 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 18:04:00 +0200 Source: gnunet-qt Binary: gnunet-qt Architecture: source i386 Version: 0.7.2+debian-1 Distribution: unstable Urgency: low Maintainer: Arnaud Kyheng [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted pmccabe 2.4 (source i386)

2007-08-14 Thread Paul Bame
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 21:14:22 -0600 Source: pmccabe Binary: pmccabe Architecture: source i386 Version: 2.4 Distribution: unstable Urgency: low Maintainer: [EMAIL PROTECTED] Changed-By: Paul Bame [EMAIL PROTECTED] Description: pmccabe

Accepted libemail-simple-perl 2.003-1 (source all)

2007-08-14 Thread Jeremiah Foster
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 16:34:41 + Source: libemail-simple-perl Binary: libemail-simple-perl Architecture: source all Version: 2.003-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group [EMAIL PROTECTED] Changed-By:

Accepted ifd-gempc 1.0.3-1 (source i386)

2007-08-14 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 18:52:06 +0200 Source: ifd-gempc Binary: libgempc410 libgempc430 Architecture: source i386 Version: 1.0.3-1 Distribution: unstable Urgency: high Maintainer: Ludovic Rousseau [EMAIL PROTECTED] Changed-By: Ludovic

Accepted mailcheck 1.91.2-2 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 12:53:50 -0400 Source: mailcheck Binary: mailcheck Architecture: source i386 Version: 1.91.2-2 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL PROTECTED]

Accepted bottlerocket 0.05b3-12 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:42:28 -0400 Source: bottlerocket Binary: bottlerocket Architecture: source i386 Version: 0.05b3-12 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL

Accepted pcsc-lite 1.4.4-1 (source i386)

2007-08-14 Thread Ludovic Rousseau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 19:43:36 +0200 Source: pcsc-lite Binary: libpcsclite-dev libpcsclite1 pcscd Architecture: source i386 Version: 1.4.4-1 Distribution: unstable Urgency: low Maintainer: Ludovic Rousseau [EMAIL PROTECTED] Changed-By:

Accepted wyrd 1.4.2-2 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 13:51:28 -0400 Source: wyrd Binary: wyrd Architecture: source i386 Version: 1.4.2-2 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL PROTECTED]

Accepted bbtime 0.1.5-11 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 14:16:20 -0400 Source: bbtime Binary: bbtime Architecture: source i386 Version: 0.1.5-11 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL PROTECTED]

Accepted bbtime 0.1.5-12 (source i386)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 14:32:07 -0400 Source: bbtime Binary: bbtime Architecture: source i386 Version: 0.1.5-12 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL PROTECTED]

Accepted balder2d 1.0~rc1-3 (source i386 all)

2007-08-14 Thread Bjørn Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 00:22:12 + Source: balder2d Binary: balder2d balder2d-data Architecture: source i386 all Version: 1.0~rc1-3 Distribution: unstable Urgency: low Maintainer: Bjørn Hansen [EMAIL PROTECTED] Changed-By: Bjørn

Accepted grsync 0.6-2 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 20:44:00 +0200 Source: grsync Binary: grsync Architecture: source i386 Version: 0.6-2 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL PROTECTED]

Accepted photon 0.4.4-2 (source all)

2007-08-14 Thread Kevin Coyner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 14:51:45 -0400 Source: photon Binary: photon Architecture: source all Version: 0.4.4-2 Distribution: unstable Urgency: low Maintainer: Kevin Coyner [EMAIL PROTECTED] Changed-By: Kevin Coyner [EMAIL PROTECTED]

Accepted libvorbis 1.2.0.dfsg-2 (source i386)

2007-08-14 Thread Adeodato Simó
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 20:55:54 +0200 Source: libvorbis Binary: libvorbis0a libvorbis-dev libvorbisenc2 libvorbisfile3 Architecture: source i386 Version: 1.2.0.dfsg-2 Distribution: unstable Urgency: high Maintainer: Debian Xiph.org

Accepted pypolicyd-spf 0.4.1-1 (source all)

2007-08-14 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Mon, 13 Aug 2007 11:03:09 -0400 Source: pypolicyd-spf Binary: python-policyd-spf Architecture: source all Version: 0.4.1-1 Distribution: unstable Urgency: low Maintainer: Scott Kitterman [EMAIL PROTECTED] Changed-By: Scott Kitterman

Accepted rcs 5.7-20 (source amd64)

2007-08-14 Thread Romain Francoise
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 21:24:54 +0200 Source: rcs Binary: rcs Architecture: source amd64 Version: 5.7-20 Distribution: unstable Urgency: low Maintainer: Romain Francoise [EMAIL PROTECTED] Changed-By: Romain Francoise [EMAIL PROTECTED]

Accepted cupsys 1.3.0-1 (source i386 all)

2007-08-14 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 21:10:50 +0200 Source: cupsys Binary: libcupsys2-dev cupsys libcupsys2 libcupsimage2 cupsys-common cupsys-client cupsys-dbg cupsys-bsd libcupsimage2-dev Architecture: source i386 all Version: 1.3.0-1 Distribution:

Accepted sqlalchemy 0.4.0~beta2-1 (source all)

2007-08-14 Thread Piotr Ożarowski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 20:19:11 +0200 Source: sqlalchemy Binary: python-sqlalchemy python-sqlalchemy-doc Architecture: source all Version: 0.4.0~beta2-1 Distribution: experimental Urgency: low Maintainer: Tommi Virtanen [EMAIL PROTECTED]

Accepted banshee 0.13.0+dfsg-1 (source i386 all)

2007-08-14 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 20:18:24 +0200 Source: banshee Binary: banshee banshee-daap Architecture: source i386 all Version: 0.13.0+dfsg-1 Distribution: unstable Urgency: low Maintainer: Sebastian Dröge [EMAIL PROTECTED] Changed-By:

Accepted ncurses 5.6+20070812-1 (source i386 all)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 21:28:00 +0200 Source: ncurses Binary: ncurses-base lib64ncurses5 libncursesw5-dev libncursesw5-dbg ncurses-bin libncurses5 libncursesw5 libncurses5-dev ncurses-term lib32ncurses5-dev lib32ncurses5 libncurses5-dbg

Accepted traceroute 2.0.7-4 (source i386)

2007-08-14 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 15 Aug 2007 21:51:00 +0200 Source: traceroute Binary: traceroute Architecture: source i386 Version: 2.0.7-4 Distribution: unstable Urgency: low Maintainer: Daniel Baumann [EMAIL PROTECTED] Changed-By: Daniel Baumann [EMAIL

Accepted ddclient 3.7.3-2 (source all)

2007-08-14 Thread Torsten Landschoff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 22:51:19 +0200 Source: ddclient Binary: ddclient Architecture: source all Version: 3.7.3-2 Distribution: unstable Urgency: low Maintainer: Torsten Landschoff [EMAIL PROTECTED] Changed-By: Torsten Landschoff [EMAIL

Accepted apt-proxy 1.9.36.1 (source all)

2007-08-14 Thread Chris Halls
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 21:58:45 +0100 Source: apt-proxy Binary: apt-proxy Architecture: source all Version: 1.9.36.1 Distribution: unstable Urgency: low Maintainer: Chris Halls [EMAIL PROTECTED] Changed-By: Chris Halls [EMAIL PROTECTED]

Accepted systemtap 0.0.20070811-1 (source amd64)

2007-08-14 Thread Eugeniy Meshcheryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Tue, 14 Aug 2007 23:41:50 +0200 Source: systemtap Binary: systemtap Architecture: source amd64 Version: 0.0.20070811-1 Distribution: unstable Urgency: low Maintainer: Eugeniy Meshcheryakov [EMAIL PROTECTED] Changed-By: Eugeniy

Accepted libgphoto2 2.4.0-2 (source i386)

2007-08-14 Thread Frederic Peters
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 15 Aug 2007 00:13:26 +0200 Source: libgphoto2 Binary: libgphoto2-port0 libgphoto2-2-dev libgphoto2-2 Architecture: source i386 Version: 2.4.0-2 Distribution: unstable Urgency: low Maintainer: Frederic Peters [EMAIL PROTECTED]

Accepted libpri 1.4.1-2 (source i386)

2007-08-14 Thread Faidon Liambotis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.7 Date: Wed, 15 Aug 2007 01:11:16 +0300 Source: libpri Binary: libpri1.0 libpri-dev Architecture: source i386 Version: 1.4.1-2 Distribution: unstable Urgency: low Maintainer: Debian VoIP Team [EMAIL PROTECTED] Changed-By: Faidon Liambotis

  1   2   >