Seeking machines for nightly builds of ITK

2010-08-03 Thread Steve M. Robbins
Hi, The insighttoolkit package is a large and active code base. They use a system of nightly build/test on a variety of machines [1] to ensure that the code works on all supported platforms. I run a build on my amd64 machine -- configured as the Debian ITK packages -- to expose issues early.

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
[John Hasler] Would it be unacceptable for Chrony to step the clock (particularly back) during boot? If you are going to do this, it might be a good idea to try to do it before the syslog collector starts, as most daemons depend on $syslog and would thus start after the clock is correct. Happy

Re: which gfortran version is used to compile liblapack.so.3gf.0

2010-08-03 Thread Luca Bruno
Kamaraju S Kusumanchi scrisse: Is there a way to find out the version of gfortran compiler used to build /usr/lib/lapack/liblapack.so.3gf.0 in the package liblapack3gf 3.2.1-8 on i386 Debian testing machine? I tried looking at https://buildd.debian.org/build.php?arch=i386pkg=lapack . But it

When the init.d script exist, the service should be operational

2010-08-03 Thread Petter Reinholdtsen
During my work on dependency based boot sequencing and parallel booting, I have ran across bugs in packages exposed by the new boot ordering, and thought it best to mention it here. The SysV boot system runs init.d scripts in sequence with the assumption that when a script exits, its service is

Re: When the init.d script exist, the service should be operational

2010-08-03 Thread Josef Spillner
In data martedì, 3. di agosto 2010 10:45:41, Petter Reinholdtsen ha scritto: If you maintain a package with a service started during boot using a init.d script, please make sure your service is operational when the init.d script exits. There are two disadvantages to this approach: It decreases

Re: Stepping the clock during boot

2010-08-03 Thread Edward Allcutt
On Tue, 3 Aug 2010, John Hasler wrote: I wrote: Well, it's a reason. But note that such backward stepping would only happen when your clock is really screwed up. brian writes: It actually used to happen every reboot of my server, which is why I'm aware of the dovecot problem. When ntp (or

More advanced home directory creation in Debian?

2010-08-03 Thread Petter Reinholdtsen
I got this idea from Debian Edu, where we need to run scripts when a user is created to create files adjusted for each user, and we would like this to work with any tool used to create users. At the moment, a users home directory is created by adduser and other tools by copying the content of

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
[Edward Allcutt] You could append +chrony to the $time line in /etc/insserv.conf as a local fix. You might be able to ship a /etc/insserv.conf.d/chrony that to that effect but I'm unsure whether that would replace or add to the existing line. I couldn't find documentation on exactly how the

Re: Seeking machines for nightly builds of ITK

2010-08-03 Thread Peter Palfrader
On Tue, 03 Aug 2010, Steve M. Robbins wrote: Can I use the official Debian developer machines for this task? As long as you do it manually. Maybe an alternative is to upload packages to experimental. -- | .''`. ** Debian GNU/Linux ** Peter Palfrader |

Bug#591460: ITP: libcache-memcached-managed-perl -- Memcached storage backend for Catalyst

2010-08-03 Thread Antony Gelberg
Package: wnpp Severity: wishlist Owner: Antony Gelberg antony.gelb...@gmail.com * Package name: libcache-memcached-managed-perl Version : 0.04 Upstream Author : 0.04 * URL : http://search.cpan.org/dist/Catalyst-Plugin-Session-Store-Memcached/ * License : GPL /

Re: which gfortran version is used to compile liblapack.so.3gf.0

2010-08-03 Thread Kamaraju S Kusumanchi
posted mailed Hi Sylvester, I was told to ask you directly for this information as the lapack packages for i386 were built on your computer. Could you please let me know which gfortran version was used to generate /usr/lib/lapack/liblapack.so.3gf.0 in the liblapack3gf package 3.2.1-8 on i386 in

Bug#591463: ITP: libcache-memcached-managed-perl -- API for managing cached information with memcached

2010-08-03 Thread Antony Gelberg
Package: wnpp Severity: wishlist Owner: Antony Gelberg antony.gelb...@gmail.com * Package name: libcache-memcached-managed-perl Version : 0.20 Upstream Author : Elizabeth Mattijsen * URL : http://search.cpan.org/dist/Cache-Memcached-Managed/ * License : GPL-2

Re: Stepping the clock during boot

2010-08-03 Thread John Hasler
Jaldhar H. Vyas writes: I haven't really looked into the new dependency-based stuff so this might be a naive question but wouldn't X-Starts-After: chrony in dovecots init script be a better idea? There is no such thing as far as I know (and I should have written X-Start-Before: no s). A

Re: Stepping the clock during boot

2010-08-03 Thread John Hasler
Edward Allcutt writes: You could append +chrony to the $time line in /etc/insserv.conf as a local fix. You might be able to ship a /etc/insserv.conf.d/chrony that to that effect but I'm unsure whether that would replace or add to the existing line. As Peter says, it would add it to the

Re: Stepping the clock during boot

2010-08-03 Thread John Hasler
Petter Reinholdtsen writes: If you are going to do this, it might be a good idea to try to do it before the syslog collector starts, as most daemons depend on $syslog and would thus start after the clock is correct. Unfortunately, chrony also wants $syslog. -- John Hasler -- To

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
[John Hasler] As Peter says, it would add it to the existing line. That wouldn't really help as hwclock is always present and would satisfy the $time requirements before chrony started. Actually, it would help, because all the parts making up $time need to be satisfied before those depending

Bug#591494: ITP: bambam -- Keyboard masher game for babies

2010-08-03 Thread Taylor LeMasurier-Wren
Package: wnpp Severity: wishlist Owner: Taylor LeMasurier-Wren ripps...@gmail.com * Package name: bambam Version : 0.3 Upstream Author : Spike Burch spi...@gmail.com * URL : https://launchpad.net/bambam * License : GPL Programming Lang: Python Description

Re: Stepping the clock during boot

2010-08-03 Thread John Hasler
Petter Reinholdtsen writes: Actually, [a chrony file in insserv.conf.d] would help, because all the parts making up $time need to be satisfied before those depending on $time will start. Then that solves my problem (should apply to ntp too) if adding a file to insserv.conf.d containing $time

Re: When the init.d script exist, the service should be operational

2010-08-03 Thread Steve McIntyre
Josef wrote: In data martedì, 3. di agosto 2010 10:45:41, Petter Reinholdtsen ha scritto: If you maintain a package with a service started during boot using a init.d script, please make sure your service is operational when the init.d script exits. There are two disadvantages to this approach:

Re: When the init.d script exist, the service should be operational

2010-08-03 Thread Steve Langasek
On Tue, Aug 03, 2010 at 11:12:21AM +0200, Josef Spillner wrote: In data martedì, 3. di agosto 2010 10:45:41, Petter Reinholdtsen ha scritto: If you maintain a package with a service started during boot using a init.d script, please make sure your service is operational when the init.d

Re: When the init.d script exits [typo fixed], the service should be operational

2010-08-03 Thread Josef Spillner
Am Dienstag, 3. August 2010, 18:24:09 schrieb Steve Langasek: ... only between services that have declared a dependency relationship, which should obviously *not* be started in parallel. In the example given by Petter, dhcpd runtime-depends on pdns through some configuration option. This is

Re: Stepping the clock during boot

2010-08-03 Thread Petter Reinholdtsen
[John Hasler] No, wait. Chrony depends on things that depend indirectly on $time (so does ntp, IIRC). Yes, such change need to be done very carefully and in stages, to avoid dependency loops. See #542602 for a discussion on the ntp order relative to $syslog. :) Happy hacking, -- Petter

Bug#591528: ITP: livetribe-jsr223 -- Implementation of JSR 223: Scripting for Java

2010-08-03 Thread Torsten Werner
Package: wnpp Severity: wishlist Owner: Torsten Werner twer...@debian.org * Package name: livetribe-jsr223 Version : 2.0.6 Upstream Author : Alan D. Cabrera * URL : http://www.livetribe.org/ * License : Apache-2.0 Programming Lang: Java Description :

Re: When the init.d script exits [typo fixed], the service should be operational

2010-08-03 Thread Steve Langasek
On Tue, Aug 03, 2010 at 07:02:12PM +0200, Josef Spillner wrote: Am Dienstag, 3. August 2010, 18:24:09 schrieb Steve Langasek: ... only between services that have declared a dependency relationship, which should obviously *not* be started in parallel. In the example given by Petter, dhcpd

Re: Stepping the clock during boot

2010-08-03 Thread John Hasler
Petter Reinholdtsen writes: Yes, such change need to be done very carefully and in stages, to avoid dependency loops. See #542602 for a discussion on the ntp order relative to $syslog. After some research I'm tending to think that many (if not most) of the scripts that require $time,

Re: Stepping the clock during boot

2010-08-03 Thread John Hasler
I wrote: After some research I'm tending to think that many (if not most) of the scripts that require $time, shouldn't (or at least should only require hwclockfirst). I also don't see that we still need two hwclock scripts. BTW hwclockfirst.sh and hwclock.sh add about a 1.5 second delay. --

mass bug filing: packages not installable on any architecture

2010-08-03 Thread Ralf Treinen
Hi, I started to file bugs against packages that are not installable on any architecture. There were only a handful of them in testing, but now I am turning to unstable and that now more looks like a mass bug filing. So I reckoned I'd better ask here whether that would be OK. The source is the

Re: mass bug filing: packages not installable on any architecture

2010-08-03 Thread Daniel E. Markle
On Wed, Aug 04, 2010 at 01:50:55AM +0200, Ralf Treinen wrote: I started to file bugs against packages that are not installable on any I am working on xtrkcad (on your list) at Debconf now. It already has a bug filed for this issue: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549039 --

Re: mass bug filing: packages not installable on any architecture

2010-08-03 Thread Ben Hutchings
On Wed, 2010-08-04 at 01:50 +0200, Ralf Treinen wrote: Hi, I started to file bugs against packages that are not installable on any architecture. There were only a handful of them in testing, but now I am turning to unstable and that now more looks like a mass bug filing. So I reckoned I'd

Accepted amavis-stats 0.1.22-3 (source all)

2010-08-03 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 01:56:40 -0400 Source: amavis-stats Binary: amavis-stats Architecture: source all Version: 0.1.22-3 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Chris Lamb

Accepted amavis-stats 0.1.22+dfsg-1 (source all)

2010-08-03 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 01:56:40 -0400 Source: amavis-stats Binary: amavis-stats Architecture: source all Version: 0.1.22+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Chris

Accepted autoconf 2.67-1 (source all)

2010-08-03 Thread Ben Pfaff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 02 Aug 2010 13:04:28 -0700 Source: autoconf Binary: autoconf Architecture: source all Version: 2.67-1 Distribution: unstable Urgency: low Maintainer: Ben Pfaff pfaff...@debian.org Changed-By: Ben Pfaff pfaff...@debian.org

Accepted blends 0.6.14 (source all)

2010-08-03 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 10:03:45 +0200 Source: blends Binary: blends-dev cdd-dev blends-common cdd-common blends-doc Architecture: source all Version: 0.6.14 Distribution: unstable Urgency: low Maintainer: Debian Pure Blend Team

Accepted busybox 1:1.17.1-1 (source all amd64)

2010-08-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 06:42:39 +0200 Source: busybox Binary: busybox busybox-static busybox-udeb busybox-syslogd udhcpc udhcpd Architecture: source all amd64 Version: 1:1.17.1-1 Distribution: experimental Urgency: low Maintainer: Debian

Accepted chora2 2.1.1+debian0-1 (source all)

2010-08-03 Thread Gregory Colpart
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Mon, 02 Aug 2010 07:23:15 +0200 Source: chora2 Binary: chora2 Architecture: source all Version: 2.1.1+debian0-1 Distribution: unstable Urgency: low Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org

Accepted circuslinux 1.0.3-27 (source all amd64)

2010-08-03 Thread Christian T. Steigies
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 26 Jul 2010 23:24:29 +0200 Source: circuslinux Binary: circuslinux circuslinux-data Architecture: source all amd64 Version: 1.0.3-27 Distribution: unstable Urgency: low Maintainer: Christian T. Steigies c...@debian.org

Accepted dahdi-linux 1:2.3.0.1+dfsg-1 (source all)

2010-08-03 Thread Tzafrir Cohen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 03:58:11 +0300 Source: dahdi-linux Binary: dahdi-linux dahdi-source Architecture: source all Version: 1:2.3.0.1+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian VoIP Team

Accepted darcs-buildpackage 0.5.12.2 (source i386)

2010-08-03 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 02:24:31 -0400 Source: darcs-buildpackage Binary: darcs-buildpackage Architecture: source i386 Version: 0.5.12.2 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org Changed-By:

Accepted debian-installer-launcher 2 (source all)

2010-08-03 Thread Daniel Baumann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 07:47:20 +0200 Source: debian-installer-launcher Binary: debian-installer-launcher Architecture: source all Version: 2 Distribution: unstable Urgency: low Maintainer: Debian Install System Team

Accepted enblend-enfuse 4.0+dfsg-1 (source amd64)

2010-08-03 Thread Sebastian Harl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 20:39:09 + Source: enblend-enfuse Binary: enblend enfuse Architecture: source amd64 Version: 4.0+dfsg-1 Distribution: unstable Urgency: low Maintainer: Debian PhotoTools Maintainers

Accepted fam 2.7.0-17 (source all i386)

2010-08-03 Thread Chuan-kai Lin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 21:25:43 -0700 Source: fam Binary: fam libfam0 libfam0c102 libfam-dev Architecture: source all i386 Version: 2.7.0-17 Distribution: unstable Urgency: low Maintainer: Chuan-kai Lin ck...@debian.org Changed-By:

Accepted git-buildpackage 0.5.3 (source all)

2010-08-03 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 22:10:18 +0200 Source: git-buildpackage Binary: git-buildpackage Architecture: source all Version: 0.5.3 Distribution: unstable Urgency: low Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido Günther

Accepted gollem 1.1.1+debian0-1 (source all)

2010-08-03 Thread Gregory Colpart
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Tue, 03 Aug 2010 02:38:11 +0200 Source: gollem Binary: gollem Architecture: source all Version: 1.1.1+debian0-1 Distribution: unstable Urgency: low Maintainer: Horde Maintainers pkg-horde-hack...@lists.alioth.debian.org

Accepted grub2 1.98+20100802-1 (source i386)

2010-08-03 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 02:13:07 +0100 Source: grub2 Binary: grub2 grub-linuxbios grub-efi grub-common grub-emu grub-pc grub-rescue-pc grub-coreboot grub-efi-ia32 grub-efi-amd64 grub-ieee1275 grub-firmware-qemu grub-yeeloong

Accepted gupnp-av 0.5.8-1 (source all amd64)

2010-08-03 Thread Andreas Henriksson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 22:20:22 +0200 Source: gupnp-av Binary: libgupnp-av-1.0-2 gir1.0-gupnp-av-1.0 libgupnp-av-1.0-dev libgupnp-av-1.0-dbg libgupnp-av-doc Architecture: source all amd64 Version: 0.5.8-1 Distribution: unstable Urgency:

Accepted ibus-skk 0.0.10-1 (source all)

2010-08-03 Thread Daiki Ueno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 06:06:58 +0900 Source: ibus-skk Binary: ibus-skk Architecture: source all Version: 0.0.10-1 Distribution: unstable Urgency: low Maintainer: Daiki Ueno u...@unixuser.org Changed-By: Daiki Ueno u...@unixuser.org

Accepted icedove-l10n 1:3.0.6-1 (source all)

2010-08-03 Thread Christoph Goehre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 19:37:55 -0400 Source: icedove-l10n Binary: icedove-l10n-all icedove-l10n-af icedove-l10n-ar icedove-l10n-be icedove-l10n-bg icedove-l10n-bn-bd icedove-l10n-ca icedove-l10n-cs icedove-l10n-da icedove-l10n-de

Accepted libauthen-bitcard-perl 0.89-1 (source all)

2010-08-03 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 12:27:25 +0900 Source: libauthen-bitcard-perl Binary: libauthen-bitcard-perl Architecture: source all Version: 0.89-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libgee 0.5.2-1 (source amd64)

2010-08-03 Thread Sebastian Dröge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 08:55:37 +0200 Source: libgee Binary: libgee2 libgee-dev libgee2-dbg Architecture: source amd64 Version: 0.5.2-1 Distribution: unstable Urgency: low Maintainer: Maintainers of Vala packages

Accepted libhttp-browserdetect-perl 1.12-1 (source all)

2010-08-03 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 12:58:47 +0900 Source: libhttp-browserdetect-perl Binary: libhttp-browserdetect-perl Architecture: source all Version: 1.12-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted liblog-handler-perl 0.65-1 (source all)

2010-08-03 Thread Salvatore Bonaccorso
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 02 Aug 2010 20:09:20 +0200 Source: liblog-handler-perl Binary: liblog-handler-perl Architecture: source all Version: 0.65-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libntlm 1.2-1 (source i386)

2010-08-03 Thread Thadeu Lima de Souza Cascardo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 30 Mar 2010 12:26:30 -0300 Source: libntlm Binary: libntlm0-dev libntlm0 Architecture: source i386 Version: 1.2-1 Distribution: unstable Urgency: low Maintainer: Debian XMPP Maintainers pkg-xmpp-de...@lists.alioth.debian.org

Accepted libsql-statement-perl 1.30-1 (source all)

2010-08-03 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 13:10:22 +0900 Source: libsql-statement-perl Binary: libsql-statement-perl Architecture: source all Version: 1.30-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group

Accepted libsysactivity 0.5.4-2 (source i386 all)

2010-08-03 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 01:46:59 +0200 Source: libsysactivity Binary: libsysactivity0 libsysactivity-dev libsysactivity0-dbg libsysactivity-doc Architecture: source i386 all Version: 0.5.4-2 Distribution: unstable Urgency: low Maintainer:

Accepted lxinput 0.1.1+git20100802-1 (source amd64)

2010-08-03 Thread 李健秋
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 17:38:40 -0400 Source: lxinput Binary: lxinput Architecture: source amd64 Version: 0.1.1+git20100802-1 Distribution: experimental Urgency: low Maintainer: Debian LXDE Packaging Team

Accepted mplayer 2:1.0~rc4~try1.dsfg1-1 (source i386 all)

2010-08-03 Thread Reinhard Tartler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 16:30:06 -0400 Source: mplayer Binary: mencoder mplayer mplayer-dbg mplayer-doc Architecture: source i386 all Version: 2:1.0~rc4~try1.dsfg1-1 Distribution: experimental Urgency: low Maintainer: Debian multimedia

Accepted openbios-sparc 1.0+svn821-2 (source all)

2010-08-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 21:30:19 +0200 Source: openbios-sparc Binary: openbios-sparc Architecture: source all Version: 1.0+svn821-2 Distribution: experimental Urgency: low Maintainer: Aurelien Jarno aure...@debian.org Changed-By: Aurelien

Accepted python-bottle 0.8.2-1 (source all)

2010-08-03 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 21:59:17 +0200 Source: python-bottle Binary: python-bottle python-bottle-doc Architecture: source all Version: 0.8.2-1 Distribution: unstable Urgency: low Maintainer: David Paleino da...@debian.org Changed-By: David

Accepted python-pygraphviz 1.0-1 (source amd64)

2010-08-03 Thread Sandro Tosi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 23:26:30 +0200 Source: python-pygraphviz Binary: python-pygraphviz Architecture: source amd64 Version: 1.0-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team

Accepted python-pyproj 1.8.7-1 (source i386)

2010-08-03 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 21:39:58 +0200 Source: python-pyproj Binary: python-pyproj Architecture: source i386 Version: 1.8.7-1 Distribution: unstable Urgency: low Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org

Accepted qemu 0.13.0~rc0+dfsg-2 (source all amd64)

2010-08-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 07:25:06 +0200 Source: qemu Binary: qemu qemu-keymaps qemu-system qemu-user qemu-user-static qemu-utils Architecture: source all amd64 Version: 0.13.0~rc0+dfsg-2 Distribution: experimental Urgency: low Maintainer:

Accepted seabios 0.6.0+git20100710-2 (source all)

2010-08-03 Thread Aurelien Jarno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 22:52:36 +0200 Source: seabios Binary: seabios Architecture: source all Version: 0.6.0+git20100710-2 Distribution: unstable Urgency: low Maintainer: Debian QEMU Team pkg-qemu-de...@lists.alioth.debian.org Changed-By:

Accepted singularity 0.30b-1 (source all)

2010-08-03 Thread Kari Pahula
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 22:36:00 +0300 Source: singularity Binary: singularity Architecture: source all Version: 0.30b-1 Distribution: unstable Urgency: low Maintainer: Kari Pahula k...@debian.org Changed-By: Kari Pahula k...@debian.org

Accepted socat 1.7.1.3-1 (source amd64)

2010-08-03 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 06:07:55 + Source: socat Binary: socat Architecture: source amd64 Version: 1.7.1.3-1 Distribution: unstable Urgency: low Maintainer: Chris Taylor ctay...@debian.org Changed-By: Chris Taylor ctay...@debian.org

Accepted socat 2.0.0~beta4-1 (source amd64)

2010-08-03 Thread Chris Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 06:31:56 + Source: socat Binary: socat Architecture: source amd64 Version: 2.0.0~beta4-1 Distribution: experimental Urgency: low Maintainer: Chris Taylor ctay...@debian.org Changed-By: Chris Taylor

Accepted synce-multisync-plugin 0.9.0-7 (source i386)

2010-08-03 Thread Chris Lamb
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 00:23:59 -0400 Source: synce-multisync-plugin Binary: synce-multisync-plugin Architecture: source i386 Version: 0.9.0-7 Distribution: unstable Urgency: medium Maintainer: Debian QA Group packa...@qa.debian.org

Accepted texworks 0.3~svn671-1 (source i386)

2010-08-03 Thread Atsuhito KOHDA
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 15:31:17 +0900 Source: texworks Binary: texworks texworks-scripting-lua texworks-scripting-python Architecture: source i386 Version: 0.3~svn671-1 Distribution: experimental Urgency: low Maintainer: Atsuhito KOHDA

Accepted ttf-umefont 418-1 (source all)

2010-08-03 Thread Hideki Yamane
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 02 Aug 2010 12:31:57 -0400 Source: ttf-umefont Binary: ttf-umefont Architecture: source all Version: 418-1 Distribution: unstable Urgency: low Maintainer: Debian Fonts Task Force pkg-fonts-de...@lists.alioth.debian.org

Accepted user-setup 1.32 (source all)

2010-08-03 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 08:24:00 +0100 Source: user-setup Binary: user-setup-udeb user-setup Architecture: source all Version: 1.32 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org

Accepted xmms2 0.7DrNo+dfsg-2 (source all amd64)

2010-08-03 Thread Benjamin Drung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 02 Aug 2010 23:43:55 +0200 Source: xmms2 Binary: xmms2 xmms2-plugin-all xmms2-dev xmms2-core xmms2-et xmms2-icon libxmmsclient6 libxmmsclient-dev libxmmsclient-glib1 libxmmsclient-glib-dev libxmmsclient++4

Accepted wikipediafs 0.4-1 (source all)

2010-08-03 Thread Sebastien Delafond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 10:42:14 +0200 Source: wikipediafs Binary: wikipediafs Architecture: source all Version: 0.4-1 Distribution: unstable Urgency: low Maintainer: Sebastien Delafond s...@debian.org Changed-By: Sebastien Delafond

Accepted halevt 0.1.6.2-1 (source amd64)

2010-08-03 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 01 Aug 2010 16:17:28 -0300 Source: halevt Binary: halevt Architecture: source amd64 Version: 0.1.6.2-1 Distribution: unstable Urgency: low Maintainer: Marcos Talau ta...@users.sourceforge.net Changed-By: Ritesh Raj Sarraf

Accepted sentinella 0.7.3-2 (source i386)

2010-08-03 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 12:04:25 +0200 Source: sentinella Binary: sentinella Architecture: source i386 Version: 0.7.3-2 Distribution: unstable Urgency: low Maintainer: Niels Thykier ni...@thykier.net Changed-By: Niels Thykier

Accepted ace 5.7.7-2 (source all i386)

2010-08-03 Thread Thomas Girard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 23:49:01 +0200 Source: ace Binary: mpc-ace libace-5.7.7 libace-dev libace-doc libace-ssl-5.7.7 libace-ssl-dev libace-rmcast-5.7.7 libace-rmcast-dev libace-tmcast-5.7.7 libace-tmcast-dev libace-htbp-5.7.7

Accepted weave 1.4.3-1 (source i386)

2010-08-03 Thread Alexander GQ Gerasiov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 14:40:37 +0400 Source: weave Binary: xul-ext-sync Architecture: source i386 Version: 1.4.3-1 Distribution: unstable Urgency: low Maintainer: Debian Mozilla Extension Maintainers

Accepted picard-tools 1.27-1 (source all)

2010-08-03 Thread Charles Plessy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 20:20:10 +0900 Source: picard-tools Binary: libsam-java picard-tools Architecture: source all Version: 1.27-1 Distribution: unstable Urgency: low Maintainer: Debian Med Packaging Team

Accepted clang 2.7-1 (source amd64)

2010-08-03 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 11:45:36 + Source: clang Binary: clang Architecture: source amd64 Version: 2.7-1 Distribution: unstable Urgency: low Maintainer: LLVM Packaging Team pkg-llvm-t...@lists.alioth.debian.org Changed-By: Arthur Loiret

Accepted llvm-2.7 2.7-4 (source all)

2010-08-03 Thread Arthur Loiret
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 11:30:51 + Source: llvm-2.7 Binary: libllvm2.7 llvm-2.7 llvm-2.7-runtime llvm-2.7-dev libllvm-ocaml-2.7-dev llvm-2.7-priv-dev llvm-2.7-doc llvm-2.7-examples llvm-2.7-source Architecture: source all Version:

Accepted ndiswrapper 1.56-2 (source all amd64)

2010-08-03 Thread Julian Andres Klode
-BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Format: 1.8 Date: Tue, 03 Aug 2010 14:21:33 +0200 Source: ndiswrapper Binary: ndiswrapper-common ndiswrapper-utils-1.9 ndiswrapper-source ndiswrapper-dkms Architecture: source all amd64 Version: 1.56-2 Distribution: unstable Urgency: low

Accepted folks 0.1.12-1 (source amd64)

2010-08-03 Thread Sjoerd Simons
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 13:45:09 +0100 Source: folks Binary: libfolks0 libfolks-dev libfolks-dbg libfolks-telepathy0 libfolks-telepathy-dev libfolks-telepathy-dbg Architecture: source amd64 Version: 0.1.12-1 Distribution: experimental

Accepted offlineimap 6.2.0.2-2 (source all)

2010-08-03 Thread Serafeim Zanikolas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 02 Aug 2010 20:00:41 +0200 Source: offlineimap Binary: offlineimap Architecture: source all Version: 6.2.0.2-2 Distribution: unstable Urgency: low Maintainer: Debian QA Group packa...@qa.debian.org Changed-By: Serafeim

Accepted openarena 0.8.5-2 (source amd64)

2010-08-03 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 10:58:54 +0100 Source: openarena Binary: openarena openarena-server Architecture: source amd64 Version: 0.8.5-2 Distribution: unstable Urgency: low Maintainer: Debian Games Team

Accepted openarena-data 0.8.5-2 (source all)

2010-08-03 Thread Simon McVittie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 10:59:00 +0100 Source: openarena-data Binary: openarena-data Architecture: source all Version: 0.8.5-2 Distribution: unstable Urgency: low Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org

Accepted bugzilla 3.4.7.0-3 (source all)

2010-08-03 Thread Raphael Bossek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 15:17:46 +0200 Source: bugzilla Binary: bugzilla3 bugzilla3-doc Architecture: source all Version: 3.4.7.0-3 Distribution: unstable Urgency: low Maintainer: Raphael Bossek boss...@debian.org Changed-By: Raphael Bossek

Accepted libdbd-anydata-perl 0.11-0.1 (source all)

2010-08-03 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 29 Jul 2010 17:23:07 +0900 Source: libdbd-anydata-perl Binary: libdbd-anydata-perl Architecture: source all Version: 0.11-0.1 Distribution: unstable Urgency: low Maintainer: Bart Martens ba...@debian.org Changed-By: Ansgar

Accepted chrony 1.24-2 (source amd64)

2010-08-03 Thread John G. Hasler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 30 Jul 2010 20:32:55 -0500 Source: chrony Binary: chrony Architecture: source amd64 Version: 1.24-2 Distribution: unstable Urgency: low Maintainer: John G. Hasler jhas...@newsguy.com Changed-By: John G. Hasler

Accepted partman-base 143 (source i386)

2010-08-03 Thread Colin Watson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 17:22:00 +0100 Source: partman-base Binary: partman-base partman-utils Architecture: source i386 Version: 143 Distribution: unstable Urgency: low Maintainer: Debian Install System Team debian-b...@lists.debian.org

Accepted listen 0.6.5-4 (source i386)

2010-08-03 Thread Alessio Treglia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 17:45:17 +0200 Source: listen Binary: listen Architecture: source i386 Version: 0.6.5-4 Distribution: unstable Urgency: low Maintainer: Alessio Treglia ales...@debian.org Changed-By: Alessio Treglia

Accepted nama 1.063-1 (source all)

2010-08-03 Thread Ansgar Burchardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 14:18:35 +0900 Source: nama Binary: nama Architecture: source all Version: 1.063-1 Distribution: unstable Urgency: low Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org Changed-By: Ansgar

Accepted python-boto 1.9b-4 (source all)

2010-08-03 Thread Eric Evans
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 11:41:59 -0400 Source: python-boto Binary: python-boto Architecture: source all Version: 1.9b-4 Distribution: unstable Urgency: low Maintainer: Eric Evans eev...@debian.org Changed-By: Eric Evans eev...@debian.org

Accepted bird 1.2.4-1 (source amd64)

2010-08-03 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 18:09:35 +0200 Source: bird Binary: bird bird6 Architecture: source amd64 Version: 1.2.4-1 Distribution: unstable Urgency: low Maintainer: Ondřej Surý ond...@debian.org Changed-By: Ondřej Surý ond...@debian.org

Accepted usbmount 0.0.21 (source all)

2010-08-03 Thread Rogério Brito
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 12:14:56 -0400 Source: usbmount Binary: usbmount Architecture: source all Version: 0.0.21 Distribution: unstable Urgency: low Maintainer: Rogério Brito rbr...@ime.usp.br Changed-By: Rogério Brito rbr...@ime.usp.br

Accepted acetoneiso 2.2.2-3 (source amd64)

2010-08-03 Thread Nick Andrik
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 00:25:57 +0200 Source: acetoneiso Binary: acetoneiso Architecture: source amd64 Version: 2.2.2-3 Distribution: unstable Urgency: low Maintainer: Nick Andrik nick.and...@gmail.com Changed-By: Nick Andrik

Accepted libaosd 0.2.7-1 (source i386)

2010-08-03 Thread Eugene Paskevich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 03 Aug 2010 17:57:58 +0300 Source: libaosd Binary: aosd-cat libaosd-dev libaosd2 libaosd-text2 Architecture: source i386 Version: 0.2.7-1 Distribution: unstable Urgency: low Maintainer: Eugene Paskevich eug...@raptor.kiev.ua

Accepted libaqbanking 4.2.4-2 (source i386 all)

2010-08-03 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 08:29:00 +0200 Source: libaqbanking Binary: libaqbanking29-dev libaqbanking-doc aqbanking-tools libaqbanking29-plugins libaqbanking29-plugins-qt libaqbanking29-plugins-qt4 libaqbanking-plugins-libgwenhywfar47

Accepted bpython 0.9.7.1-1 (source all)

2010-08-03 Thread David Paleino
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 02 Aug 2010 23:08:12 +0200 Source: bpython Binary: bpython bpython-gtk bpython-urwid Architecture: source all Version: 0.9.7.1-1 Distribution: unstable Urgency: low Maintainer: David Paleino da...@debian.org Changed-By: David

Accepted deal.ii 6.3.1-1 (source all amd64)

2010-08-03 Thread Adam C. Powell, IV
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 29 Jul 2010 13:47:01 -0400 Source: deal.ii Binary: libdeal.ii-dbg6.3.1 libdeal.ii-dbg libdeal.ii6.3.1 libdeal.ii-dev deal.ii-doc deal.ii-examples Architecture: source all amd64 Version: 6.3.1-1 Distribution: unstable Urgency:

Accepted haskell-filestore 0.3.4.1-4 (source all amd64)

2010-08-03 Thread Giovanni Mascellani
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 03 Aug 2010 10:50:41 +0200 Source: haskell-filestore Binary: libghc6-filestore-dev libghc6-filestore-prof libghc6-filestore-doc libghc6-filestore-data Architecture: source all amd64 Version: 0.3.4.1-4 Distribution: unstable

Accepted iscsitarget 1.4.20.2-1 (source all amd64)

2010-08-03 Thread Ritesh Raj Sarraf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 03 Aug 2010 13:38:08 +0530 Source: iscsitarget Binary: iscsitarget iscsitarget-source iscsitarget-dkms Architecture: source amd64 all Version: 1.4.20.2-1 Distribution: unstable Urgency: low Maintainer: Debian iSCSI Maintainers

Accepted parrot 2.6.0-1 (source all i386)

2010-08-03 Thread Allison Randal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sat, 31 Jul 2010 18:32:07 +0100 Source: parrot Binary: parrot parrot-minimal libparrot2.6.0 libparrot-dev parrot-doc parrot-devel Architecture: source all i386 Version: 2.6.0-1 Distribution: unstable Urgency: low Maintainer:

  1   2   >