PSES - conférence

2014-03-27 Thread Skhaen
Bonjour, Je recherche un-e développeur-se debian pour intervenir dans le cadre de PSES [1] fin juin à Paris sur 2 thèmes principaux : - comment « construire » un paquet pour debian (et l''écosystème qui va avec, comme les mainteneurs, etc...) - comment remonter un bug (et avec quoi). Si vous

Having fun with the following C code (UB)

2014-03-27 Thread Mathieu Malaterre
Here is a little bug I just discovered: http://stackoverflow.com/questions/22664658/finding-off-t-size For reference, here are the packages affected in debian: http://codesearch.debian.net/search?q=LARGE_OFF_T For reference clang fails as was expected by the initial author, but recent gcc

Re: Having fun with the following C code (UB)

2014-03-27 Thread Mathieu Malaterre
On Thu, Mar 27, 2014 at 9:07 AM, Mathieu Malaterre ma...@debian.org wrote: Here is a little bug I just discovered: http://stackoverflow.com/questions/22664658/finding-off-t-size For reference, here are the packages affected in debian: http://codesearch.debian.net/search?q=LARGE_OFF_T While

Re: Having fun with the following C code (UB)

2014-03-27 Thread Andrey Rahmatullin
On Thu, Mar 27, 2014 at 01:06:02PM +0100, Mathieu Malaterre wrote: Here is a little bug I just discovered: http://stackoverflow.com/questions/22664658/finding-off-t-size For reference, here are the packages affected in debian: http://codesearch.debian.net/search?q=LARGE_OFF_T

Re: Having fun with the following C code (UB)

2014-03-27 Thread Mathieu Malaterre
On Thu, Mar 27, 2014 at 1:19 PM, Andrey Rahmatullin w...@wrar.name wrote: On Thu, Mar 27, 2014 at 01:06:02PM +0100, Mathieu Malaterre wrote: Here is a little bug I just discovered: http://stackoverflow.com/questions/22664658/finding-off-t-size For reference, here are the packages

How to create a debian x32 image?

2014-03-27 Thread Svante Signell
Hi, I need to test some stuff on an x32 image. Does Debian have one already to use in a VM? -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: How to create a debian x32 image?

2014-03-27 Thread Paul Wise
On Thu, Mar 27, 2014 at 9:14 PM, Svante Signell wrote: I need to test some stuff on an x32 image. Does Debian have one already to use in a VM? This wiki page explains how to setup an x32 install: https://wiki.debian.org/X32Port -- bye, pabs http://wiki.debian.org/PaulWise -- To

Re: Having fun with the following C code (UB)

2014-03-27 Thread Jakub Wilk
* Mathieu Malaterre ma...@debian.org, 2014-03-27, 13:06: I preferred not to mass bug everyone out there and instead: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742780 But many packages don't regenerate autofoo at build-time. :-( LFS is still a release goal, not a requirement. Then

Re: Having fun with the following C code (UB)

2014-03-27 Thread Mathieu Malaterre
On Thu, Mar 27, 2014 at 2:50 PM, Jakub Wilk jw...@debian.org wrote: * Mathieu Malaterre ma...@debian.org, 2014-03-27, 13:06: I preferred not to mass bug everyone out there and instead: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742780 But many packages don't regenerate autofoo at

Re: How to create a debian x32 image?

2014-03-27 Thread Adam Borowski
On Thu, Mar 27, 2014 at 09:22:59PM +0800, Paul Wise wrote: On Thu, Mar 27, 2014 at 9:14 PM, Svante Signell wrote: I need to test some stuff on an x32 image. Does Debian have one already to use in a VM? This wiki page explains how to setup an x32 install:

Re: stop posting useless cruft and get to work (systemd and Linux are *fundamentally incompatible* - and I can prove it)

2014-03-27 Thread Serge Hallyn
Quoting Cameron Norman (camerontnor...@gmail.com): El Wed, 26 de Mar 2014 a las 9:03 PM, gustavo panizzo gfa g...@zumbi.com.ar escribió: On 03/26/2014 11:49 PM, Cameron Norman wrote: I wonder if dbus activation could be used to accomplish this. Of course, then one would not be able to put

Bug#742791: ITP: r-cran-ecodist -- GNU R package for dissimilarity-based ecological analysis

2014-03-27 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel e...@debian.org Severity: wishlist * Package name: r-cran-ecodist Version : 1.2.9-1 Upstream Author : Sarah Goslee and Dean Urban * URL or Web page : http://cran.r-project.org/package=ecodist * License : GPL-2 Description : GNU

Bug#742792: ITP: r-cran-energy -- GNU R package for distribution comparison

2014-03-27 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel e...@debian.org Severity: wishlist * Package name: r-cran-energy Version : 1.6.1 Upstream Author : Maria L. Rizzo and Gabor J. Szekely * URL or Web page : http://cran.r-project.org/package=energy * License : GPL-2 Description :

Bug#742794: ITP: r-cran-mvnormtest -- GNU R package for multivariate normality test

2014-03-27 Thread Dirk Eddelbuettel
Package: wnpp Owner: Dirk Eddelbuettel e...@debian.org Severity: wishlist * Package name: r-cran-mvnormtest Version : 0.1-9 Upstream Author : Slawomir Jarek * URL or Web page : http://cran.r-project.org/package=mvnormtest * License : GPL-2 Description : GNU R package

Re: How to create a debian x32 image?

2014-03-27 Thread Paul Wise
On Thu, Mar 27, 2014 at 10:08 PM, Adam Borowski wrote: You don't need to jump through those multistrap hoops anymore. Could you update the wiki page with the latest instructions or ask the x32 porters to do so? -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to

Bug#742796: ITP: redshift-plasmoid -- Adjusts the color temperature of your screen, KDE plasmoid

2014-03-27 Thread Maximiliano Curia
Package: wnpp Severity: wishlist Owner: Maximiliano Curia m...@debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: redshift-plasmoid Version : 0.6.2 Upstream Author : Simone Gaiarin simg...@gmail.com * URL :

Re: Having fun with the following C code (UB)

2014-03-27 Thread Bastien ROUCARIES
Does Le 27 mars 2014 15:05, Mathieu Malaterre ma...@debian.org a écrit : On Thu, Mar 27, 2014 at 2:50 PM, Jakub Wilk jw...@debian.org wrote: * Mathieu Malaterre ma...@debian.org, 2014-03-27, 13:06: I preferred not to mass bug everyone out there and instead:

Re: Having fun with the following C code (UB)

2014-03-27 Thread Jakub Wilk
* Mathieu Malaterre ma...@debian.org, 2014-03-27, 15:04: I preferred not to mass bug everyone out there and instead: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742780 But many packages don't regenerate autofoo at build-time. :-( And your point is ? That they won't immediately

Bug#742828: ITP: hastymail2 -- Lightwight webmailer written in php

2014-03-27 Thread Christian Körner
Package: wnpp Severity: wishlist Owner: Christian Körner c...@ps-xaf.de -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: hastymail2 Version : 1.1 Upstream Author : Jason Munro ja...@hastymail.org * URL : http://www.hastymail.org/ * License :

identifying unused manually installed packages

2014-03-27 Thread Sven Bartscher
Greetings everyone. As we all know apt-get does a very good job, by identifying which packages were installed automatically as dependencies and aren't needed anymore. Wile this is very nice, I still fear that, from time to time, there are manually installed packages gathering on my computer which

Re: identifying unused manually installed packages

2014-03-27 Thread Russ Allbery
Sven Bartscher sven.bartsc...@weltraumschlangen.de writes: I thought a little while about this problem and came up with the idea, that every manually installed package whose files were not accessed for more than a specified time (a month, a year, whatever) could be considered unneeded. So I

Re: identifying unused manually installed packages

2014-03-27 Thread Don Armstrong
On Thu, 27 Mar 2014, Sven Bartscher wrote: This approach also brings some problems. For example some packages that have files which belong to a frequently scanned database aren't detected because they are accessed by the scan. popcon-largest-unused gets at this somewhat, and you could achieve

Work-needing packages report for Mar 28, 2014

2014-03-27 Thread wnpp
The following is a listing of packages for which help has been requested through the WNPP (Work-Needing and Prospective Packages) system in the last week. Total number of orphaned packages: 567 (new: 1) Total number of packages offered up for adoption: 134 (new: 0) Total number of packages

Re: identifying unused manually installed packages

2014-03-27 Thread Paul Wise
On Fri, Mar 28, 2014 at 5:36 AM, Sven Bartscher wrote: Also I'm not really sure if this is even a good idea, or if there is maybe another program already present which does already identify unused, manually installed packages and I just didn't find it. deborphan seems like a similar package:

Checksum mismatch when trying to upload

2014-03-27 Thread Nikolaus Rath
Hello, I'm trying to upload a source package created with svn-buildpackage. However: $ svn-buildpackage -S -d -nc [...] dpkg-buildpackage -S -d -nc dpkg-buildpackage: source package python-dugong dpkg-buildpackage: source version 2.2+dfsg-2 dpkg-buildpackage: source distribution unstable

Re: Checksum mismatch when trying to upload

2014-03-27 Thread Steve Langasek
On Thu, Mar 27, 2014 at 05:14:47PM -0700, Nikolaus Rath wrote: I'm trying to upload a source package created with svn-buildpackage. However: $ svn-buildpackage -S -d -nc [...] dpkg-buildpackage -S -d -nc dpkg-buildpackage: source package python-dugong dpkg-buildpackage: source version

Re: Checksum mismatch when trying to upload

2014-03-27 Thread Guillem Jover
On Thu, 2014-03-27 at 18:19:45 -0700, Steve Langasek wrote: On Thu, Mar 27, 2014 at 05:14:47PM -0700, Nikolaus Rath wrote: I'm trying to upload a source package created with svn-buildpackage. However: I have no idea what may have caused this. Can someone give me a hint where I should be

Re: Checksum mismatch when trying to upload

2014-03-27 Thread Nikolaus Rath
On 03/27/2014 05:14 PM, Nikolaus Rath wrote: Hello, I'm trying to upload a source package created with svn-buildpackage. However: [...] Good signature on python-dugong_2.2+dfsg-2.dsc. Checksum doesn't match for python-dugong_2.2+dfsg-2.dsc Turns out this is bug #742535 A workaround

Bug#742851: ITP: mod-authnz-persona -- Apache module implementing Persona authentication

2014-03-27 Thread Robie Basak
Package: wnpp Severity: wishlist Owner: Robie Basak ro...@justgohome.co.uk * Package name: mod-authnz-persona Version : 0.8.1 Upstream Author : Dirkjan Ochtman dirk...@ochtman.nl * URL : https://github.com/mozilla/mod_authnz_persona * License : Apache-2.0

Re: FTPMaster position statement about package contents

2014-03-27 Thread Steve Langasek
Hi Joerg, On Mon, Mar 24, 2014 at 09:11:16PM +0100, Joerg Jaspert wrote: Those are just two examples - we sure could go and write down some more. But they are examples: we can't foresee all the possible content someone may propose. So instead, we have a simple set of questions that should be

Re: stop posting useless cruft and get to work (systemd and Linux are *fundamentally incompatible* - and I can prove it)

2014-03-27 Thread Kevin Toppins
On 26 Mar 2014 12:30, Matthias Urlichs matth...@urlichs.de wrote: [...] But here is the vastly oversimplified technical argument... To the point of being neither technical nor valid. (Which admittedly was never in doubt even before I started reading.) What do you consider technical? Vastly

Accepted findlib 1.4.1-1 (source amd64)

2014-03-27 Thread Stéphane Glondu
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Thu, 27 Mar 2014 07:46:08 +0100 Source: findlib Binary: ocaml-findlib libfindlib-ocaml-dev libfindlib-ocaml ocaml-findlib-wizard Architecture: source amd64 Version: 1.4.1-1 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted kamailio 4.1.2-2 (source amd64)

2014-03-27 Thread Victor Seva
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 25 Mar 2014 20:54:25 +0100 Source: kamailio Binary: kamailio kamailio-dbg kamailio-geoip-modules kamailio-sqlite-modules kamailio-json-modules kamailio-memcached-modules kamailio-lua-modules kamailio-mono-modules

Accepted gourmet 0.17.2-1 (source all)

2014-03-27 Thread Christian Marillat
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 08:40:47 +0100 Source: gourmet Binary: gourmet Architecture: source all Version: 0.17.2-1 Distribution: unstable Urgency: medium Maintainer: Christian Marillat maril...@debian.org Changed-By: Christian Marillat

Accepted plinth 0.3.1.git.20140327-1 (source all)

2014-03-27 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 10:29:36 +0100 Source: plinth Binary: plinth Architecture: source all Version: 0.3.1.git.20140327-1 Distribution: unstable Urgency: low Maintainer: Tzafrir Cohen tzaf...@debian.org Changed-By: Petter Reinholdtsen p

Accepted reconserver 0.10.2-2 (source amd64)

2014-03-27 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 10:50:40 +0100 Source: reconserver Binary: reconserver Architecture: source amd64 Version: 0.10.2-2 Distribution: unstable Urgency: high Maintainer: Debian VoIP Team pkg-voip-maintain...@lists.alioth.debian.org

Accepted resiprocate 1.9.5-2 (source amd64)

2014-03-27 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 10:12:28 +0100 Source: resiprocate Binary: libresiprocate-1.9 libresiprocate-1.9-dev librecon-1.9 librecon-1.9-dev libresiprocate-turn-client-1.9 libresiprocate-turn-client-1.9-dev repro resiprocate-turn-server

Accepted dwz 0.11-1 (source amd64)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 11:01:56 +0100 Source: dwz Binary: dwz Architecture: source amd64 Version: 0.11-1 Distribution: unstable Urgency: medium Maintainer: Debian GCC Maintainers debian-...@lists.debian.org Changed-By: Matthias Klose

Accepted lxml 3.3.3-1 (source all amd64)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 11:13:51 +0100 Source: lxml Binary: python-lxml python-lxml-dbg python3-lxml python3-lxml-dbg python-lxml-doc Architecture: source all amd64 Version: 3.3.3-1 Distribution: unstable Urgency: medium Maintainer:

Accepted libffi 3.1~rc1-1 (source amd64)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 11:32:39 +0100 Source: libffi Binary: libffi-dev libffi6 libffi6-dbg libffi6-udeb Architecture: source amd64 Version: 3.1~rc1-1 Distribution: unstable Urgency: medium Maintainer: Debian GCC Maintainers

Accepted meta-gnome3 1:3.8+5 (source all amd64)

2014-03-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 11:27:04 +0100 Source: meta-gnome3 Binary: gnome-core gnome gnome-games gnome-desktop-environment gnome-platform-devel gnome-core-devel gnome-devel gnome-dbg gnome-api-docs Architecture: source all amd64 Version:

Accepted uc-echo 1.12-6 (source amd64)

2014-03-27 Thread Andreas Tille
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 11:42:11 +0100 Source: uc-echo Binary: uc-echo Architecture: source amd64 Version: 1.12-6 Distribution: unstable Urgency: medium Maintainer: Debian Med Packaging Team debian-med-packag...@lists.alioth.debian.org

Accepted mutter 3.8.4-3 (source all amd64)

2014-03-27 Thread Emilio Pozuelo Monfort
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 11:26:00 +0100 Source: mutter Binary: mutter mutter-dbg libmutter0b mutter-common libmutter-dev gir1.2-mutter-3.0 Architecture: source all amd64 Version: 3.8.4-3 Distribution: unstable Urgency: medium Maintainer:

Accepted pagekite 0.5.6d-3 (source all)

2014-03-27 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Mar 2014 18:44:16 +0100 Source: pagekite Binary: pagekite Architecture: source all Version: 0.5.6d-3 Distribution: unstable Urgency: low Maintainer: Sunil Mohan Adapa su...@medhas.org Changed-By: Petter Reinholdtsen

Accepted pagekite 0.5.6d-2 (source all)

2014-03-27 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 17 Mar 2014 12:46:37 +0100 Source: pagekite Binary: pagekite Architecture: source all Version: 0.5.6d-2 Distribution: unstable Urgency: low Maintainer: Sunil Mohan Adapa su...@medhas.org Changed-By: Petter Reinholdtsen

Accepted startpar 0.58-1 (source amd64)

2014-03-27 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 19 Feb 2014 22:15:02 +0100 Source: startpar Binary: startpar Architecture: source amd64 Version: 0.58-1 Distribution: unstable Urgency: low Maintainer: Debian sysvinit maintainers pkg-sysvinit-de...@lists.alioth.debian.org

Accepted ganeti 2.10.2-1 (source all amd64)

2014-03-27 Thread Apollon Oikonomopoulos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Mar 2014 09:58:14 +0200 Source: ganeti Binary: ganeti2 ganeti ganeti-2.10 ganeti-haskell-2.10 ganeti-htools ganeti-htools-2.10 ganeti-doc python-ganeti-rapi Architecture: source all amd64 Version: 2.10.2-1 Distribution:

Accepted fusioninventory-agent 1:2.3.6-1 (source amd64 all)

2014-03-27 Thread Gonéri Le Bouder
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 11:00:23 +0100 Source: fusioninventory-agent Binary: fusioninventory-agent fusioninventory-agent-task-esx fusioninventory-agent-task-deploy fusioninventory-agent-task-network libfusioninventory-agent-task-esx-perl

Accepted rubber 1.1+20100306-3 (source all)

2014-03-27 Thread Hilmar Preuße
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 10:50:03 +0200 Source: rubber Binary: rubber Architecture: source all Version: 1.1+20100306-3 Distribution: unstable Urgency: low Maintainer: Hilmar Preuße hill...@web.de Changed-By: Hilmar Preuße hill...@web.de

Accepted creduce 2.2~pre1-1 (source amd64)

2014-03-27 Thread Matthias Klose
Klose d...@debian.org Description: creduce- Test-Case Reduction for C Compiler Bugs Changes: creduce (2.2~pre1-1) unstable; urgency=medium . * New upstream snapshot (trunk 20140327). * Build using llvm-3.4. Checksums-Sha1: c551dd375dc41adaeaab03154f3637ef239abbba 1354 creduce_2.2

Accepted phpmyadmin 4:4.1.12-1 (source all)

2014-03-27 Thread Michal Čihař
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 13:28:42 +0100 Source: phpmyadmin Binary: phpmyadmin Architecture: source all Version: 4:4.1.12-1 Distribution: unstable Urgency: low Maintainer: Thijs Kinkhorst th...@debian.org Changed-By: Michal Čihař

Accepted mpich 3.1-1 (source amd64 all)

2014-03-27 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 16 Mar 2014 14:39:50 +0100 Source: mpich Binary: libmpich-dev libmpich12 libmpich2-dev mpich mpich-doc mpich2 mpich2-doc Architecture: source amd64 all Version: 3.1-1 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted libffi 3.1~rc1-2 (source amd64)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 13:51:48 +0100 Source: libffi Binary: libffi-dev libffi6 libffi6-dbg libffi6-udeb Architecture: source amd64 Version: 3.1~rc1-2 Distribution: unstable Urgency: medium Maintainer: Debian GCC Maintainers

Accepted feel++ 1:0.98.0-beta.1-1 (source all amd64)

2014-03-27 Thread Christophe Prud'homme
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 12:32:10 + Source: feel++ Binary: libfeel++1 libfeel++-dev libfeel++-dbg feel++-apps feel++-doc Architecture: source all amd64 Version: 1:0.98.0-beta.1-1 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted a2ps 1:4.14-1.2 (source amd64)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 14:25:04 +0100 Source: a2ps Binary: a2ps Architecture: source amd64 Version: 1:4.14-1.2 Distribution: unstable Urgency: medium Maintainer: Masayuki Hatta (mhatta) mha...@debian.org Changed-By: Matthias Klose

Accepted creduce 2.2~pre1-2 (source amd64)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 14:01:12 +0100 Source: creduce Binary: creduce Architecture: source amd64 Version: 2.2~pre1-2 Distribution: unstable Urgency: medium Maintainer: Debian GCC Maintainers debian-...@lists.debian.org Changed-By: Matthias

Accepted gexiv2 0.10.0-1 (source amd64)

2014-03-27 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 13:48:58 +0100 Source: gexiv2 Binary: libgexiv2-2 gir1.2-gexiv2-0.10 libgexiv2-dev libgexiv2-2-dbg Architecture: source amd64 Version: 0.10.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Shotwell

Accepted knot 1.4.4-1 (source amd64 all)

2014-03-27 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 15:49:54 +0100 Source: knot Binary: knot knot-dbg knot-dnsutils knot-host knot-doc Architecture: source amd64 all Version: 1.4.4-1 Distribution: unstable Urgency: medium Maintainer: Ondřej Surý ond...@debian.org

Accepted modemmanager 1.0.0-3 (source amd64 all)

2014-03-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 15:46:44 +0100 Source: modemmanager Binary: modemmanager modemmanager-dbg modemmanager-dev modemmanager-doc libmm-glib0 libmm-glib-dev libmm-glib-doc Architecture: source amd64 all Version: 1.0.0-3 Distribution:

Accepted php5 5.5.10+dfsg-1 (source all amd64)

2014-03-27 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 14:07:57 +0100 Source: php5 Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp

Accepted php5 5.6.0~alpha3+dfsg-1 (source all amd64)

2014-03-27 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 15:42:58 +0100 Source: php5 Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp

Accepted shotwell 0.18.0-1 (source amd64 all)

2014-03-27 Thread Luca Falavigna
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 14:02:25 +0100 Source: shotwell Binary: shotwell shotwell-common shotwell-dbg Architecture: source amd64 all Version: 0.18.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Shotwell Maintainers

Accepted ganeti 2.10.2-2 (source all amd64)

2014-03-27 Thread Apollon Oikonomopoulos
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 16:18:57 +0200 Source: ganeti Binary: ganeti2 ganeti ganeti-2.10 ganeti-haskell-2.10 ganeti-htools ganeti-htools-2.10 ganeti-doc python-ganeti-rapi Architecture: source all amd64 Version: 2.10.2-2 Distribution:

Accepted nanoc 3.6.7-1 (source all)

2014-03-27 Thread Cédric Boutillier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 14 Feb 2014 12:18:18 +0100 Source: nanoc Binary: nanoc nanoc-doc Architecture: source all Version: 3.6.7-1 Distribution: unstable Urgency: medium Maintainer: Debian Ruby Extras Maintainers

Accepted ooniprobe 1.0.1-1 (source all)

2014-03-27 Thread Jérémy Bobbio
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 24 Mar 2014 17:03:01 +0100 Source: ooniprobe Binary: ooniprobe Architecture: source all Version: 1.0.1-1 Distribution: unstable Urgency: low Maintainer: Jérémy Bobbio lu...@debian.org Changed-By: Jérémy Bobbio lu...@debian.org

Accepted python-termstyle 0.1.10-1 (source all)

2014-03-27 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 25 Mar 2014 18:22:46 +0800 Source: python-termstyle Binary: python-termstyle python3-termstyle Architecture: source all Version: 0.1.10-1 Distribution: unstable Urgency: low Maintainer: PKG OpenStack

Accepted haskell-fdo-notify 0.3.1-1 (source all amd64)

2014-03-27 Thread Joey Hess
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 26 Mar 2014 12:28:25 -0400 Source: haskell-fdo-notify Binary: libghc-fdo-notify-dev libghc-fdo-notify-prof libghc-fdo-notify-doc Architecture: source all amd64 Version: 0.3.1-1 Distribution: unstable Urgency: low Maintainer:

Accepted network-manager-applet 0.9.8.8-2 (source amd64 all)

2014-03-27 Thread Michael Biebl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 16:50:18 +0100 Source: network-manager-applet Binary: network-manager-gnome libnm-gtk0 libnm-gtk-common libnm-gtk-dev gir1.2-nmgtk-1.0 Architecture: source amd64 all Version: 0.9.8.8-2 Distribution: unstable

Accepted libguestfs 1:1.25.49-1 (source amd64 all)

2014-03-27 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 15:07:14 +0100 Source: libguestfs Binary: guestfsd libguestfs-dev libguestfs0 libguestfs-tools libguestfs0-dbg python-guestfs python3-guestfs libguestfs-perl libguestfs-ocaml libguestfs-ocaml-dev erlang-guestfs

Accepted supermin 5.1.6-1 (source amd64 all)

2014-03-27 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 15:25:46 +0100 Source: supermin Binary: supermin febootstrap Architecture: source amd64 all Version: 5.1.6-1 Distribution: experimental Urgency: medium Maintainer: Hilko Bengen ben...@debian.org Changed-By: Hilko

Accepted neutron 2013.2.2-4 (source all)

2014-03-27 Thread Thomas Goirand
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 23:46:46 +0800 Source: neutron Binary: python-neutron neutron-server neutron-common neutron-plugin-nec-agent neutron-l3-agent neutron-dhcp-agent neutron-metadata-agent neutron-metering-agent neutron-vpn-agent

Accepted devhelp 3.12.0-1 (source all amd64)

2014-03-27 Thread Thomas Bechtold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 06:33:34 +0100 Source: devhelp Binary: libdevhelp-3-2 libdevhelp-dev devhelp devhelp-common Architecture: source all amd64 Version: 3.12.0-1 Distribution: unstable Urgency: medium Maintainer: Debian GNOME

Accepted wicd-kde 0.3.1-1 (source i386)

2014-03-27 Thread shaola
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 05 Mar 2014 19:03:38 + Source: wicd-kde Binary: wicd-kde Architecture: source i386 Version: 0.3.1-1 Distribution: unstable Urgency: medium Maintainer: Iker Salmón San Millán (shaola) iker...@gmail.com Changed-By: Iker Salmón

Accepted cgal 4.3-3 (source amd64 all)

2014-03-27 Thread Joachim Reichel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 18:32:21 +0100 Source: cgal Binary: libcgal10 libcgal-qt4-10 libcgal-dev libcgal-qt4-dev libcgal-demo libcgal-ipelets Architecture: source amd64 all Version: 4.3-3 Distribution: unstable Urgency: medium Maintainer:

Accepted scilab 5.5.0~beta-1+git~20140327-1135-1 (source all amd64)

2014-03-27 Thread Sylvestre Ledru
-doc-ja scilab-test Architecture: source all amd64 Version: 5.5.0~beta-1+git~20140327-1135-1 Distribution: unstable Urgency: medium Maintainer: Debian Science Team debian-science-maintain...@lists.alioth.debian.org Changed-By: Sylvestre Ledru sylves...@debian.org Description: scilab - Scientific

Accepted cups-filters 1.0.50-1 (source amd64)

2014-03-27 Thread Didier Raboud
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 21:18:05 +0100 Source: cups-filters Binary: libcupsfilters1 libfontembed1 cups-filters cups-filters-core-drivers libcupsfilters-dev libfontembed-dev cups-browsed Architecture: source amd64 Version: 1.0.50-1

Accepted dvorak7min 1.6.1+repack-1 (source amd64)

2014-03-27 Thread Martin Kelly
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 23 Feb 2014 17:35:20 -0800 Source: dvorak7min Binary: dvorak7min Architecture: source amd64 Version: 1.6.1+repack-1 Distribution: unstable Urgency: low Maintainer: Martin Kelly mar...@martingkelly.com Changed-By: Martin Kelly

Accepted liferea 1.10.8-1 (source amd64 all)

2014-03-27 Thread Paul Gevers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 21:03:00 +0100 Source: liferea Binary: liferea liferea-data liferea-dbg Architecture: source amd64 all Version: 1.10.8-1 Distribution: unstable Urgency: low Maintainer: David Michael Smith sidic...@gmail.com

Accepted lttng-modules 2.4.0-2 (source all)

2014-03-27 Thread Jon Bernard
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 15:38:35 -0400 Source: lttng-modules Binary: lttng-modules-dkms Architecture: source all Version: 2.4.0-2 Distribution: unstable Urgency: low Maintainer: Jon Bernard jbern...@debian.org Changed-By: Jon Bernard

Accepted menhir 20130911.dfsg-2 (source amd64)

2014-03-27 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 20:53:44 +0100 Source: menhir Binary: menhir libmenhir-ocaml-dev Architecture: source amd64 Version: 20130911.dfsg-2 Distribution: unstable Urgency: medium Maintainer: Debian OCaml Maintainers

Accepted muffin 1.7.3-2 (source amd64 all)

2014-03-27 Thread GCS
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 21:21:10 +0100 Source: muffin Binary: muffin libmuffin0 muffin-common libmuffin-dev gir1.2-muffin-3.0 muffin-dbg Architecture: source amd64 all Version: 1.7.3-2 Distribution: unstable Urgency: medium Maintainer:

Accepted openjpeg 1.5.2-1 (source amd64 all)

2014-03-27 Thread Mathieu Malaterre
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 20:19:41 +0100 Source: openjpeg Binary: libopenjpeg-dev libopenjpeg5 libopenjpeg-java libopenjpeg5-dbg openjpip-dec-server openjpip-viewer-xerces openjpip-viewer openjpip-server openjpeg-tools Architecture: source

Accepted mpich 3.1-2 (source amd64 all)

2014-03-27 Thread Anton Gladky
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 21:03:57 +0100 Source: mpich Binary: libmpich-dev libmpich12 libmpich2-dev mpich mpich-doc mpich2 mpich2-doc Architecture: source amd64 all Version: 3.1-2 Distribution: unstable Urgency: medium Maintainer: Debian

Accepted xmlm 1.2.0-1 (source amd64)

2014-03-27 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 20:48:41 +0100 Source: xmlm Binary: libxmlm-ocaml-dev Architecture: source amd64 Version: 1.2.0-1 Distribution: unstable Urgency: medium Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org

Accepted babelfish 0.5.1-2 (source all)

2014-03-27 Thread Etienne Millon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Wed, 26 Mar 2014 13:23:33 +0100 Source: babelfish Binary: python-babelfish python3-babelfish Architecture: source all Version: 0.5.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Python Modules Team

Accepted cmdliner 0.9.4-1 (source amd64)

2014-03-27 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 21:50:58 +0100 Source: cmdliner Binary: libcmdliner-ocaml-dev Architecture: source amd64 Version: 0.9.4-1 Distribution: unstable Urgency: medium Maintainer: Debian OCaml Maintainers

Accepted git-buildpackage 0.6.11 (source all)

2014-03-27 Thread Guido Günther
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 22:27:38 +0100 Source: git-buildpackage Binary: git-buildpackage Architecture: source all Version: 0.6.11 Distribution: unstable Urgency: medium Maintainer: Guido Günther a...@sigxcpu.org Changed-By: Guido Günther

Accepted autoconf 2.69-6 (source all)

2014-03-27 Thread Ben Pfaff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 14:48:36 -0700 Source: autoconf Binary: autoconf autoconf-doc Architecture: source all Version: 2.69-6 Distribution: unstable Urgency: low Maintainer: Ben Pfaff pfaff...@debian.org Changed-By: Ben Pfaff

Accepted startpar 0.58-2 (source amd64)

2014-03-27 Thread Petter Reinholdtsen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 23:17:05 +0100 Source: startpar Binary: startpar Architecture: source amd64 Version: 0.58-2 Distribution: unstable Urgency: low Maintainer: Debian sysvinit maintainers pkg-sysvinit-de...@lists.alioth.debian.org

Accepted python-numpy 1:1.8.1-1 (source amd64 all)

2014-03-27 Thread Julian Taylor
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 19:29:12 +0100 Source: python-numpy Binary: python-numpy python-numpy-dbg python3-numpy python3-numpy-dbg python-numpy-doc Architecture: source amd64 all Version: 1:1.8.1-1 Distribution: unstable Urgency: medium

Accepted openjdk-7 7u51-2.4.6~pre1-1 (source amd64 all)

2014-03-27 Thread Matthias Klose
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Thu, 27 Mar 2014 17:24:45 +0100 Source: openjdk-7 Binary: openjdk-7-jdk openjdk-7-jre-headless openjdk-7-jre openjdk-7-jre-lib openjdk-7-demo openjdk-7-source openjdk-7-doc openjdk-7-dbg icedtea-7-jre-jamvm openjdk-7-jre-zero

Accepted imagemagick 8:6.8.8.9-1 (source all amd64)

2014-03-27 Thread Bastien Roucariès
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sat, 22 Mar 2014 12:32:58 +0100 Source: imagemagick Binary: imagemagick-common imagemagick-doc libmagickcore-6-headers libmagickwand-6-headers libmagick++-6-headers imagemagick libimage-magick-perl libmagickcore-6-arch-config

Accepted gifsicle 1.82-1 (source amd64)

2014-03-27 Thread Francois Marier
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 28 Mar 2014 12:18:41 +1300 Source: gifsicle Binary: gifsicle Architecture: source amd64 Version: 1.82-1 Distribution: unstable Urgency: medium Maintainer: Francois Marier franc...@debian.org Changed-By: Francois Marier

Accepted herbstluftwm 0.6.2-1 (source amd64)

2014-03-27 Thread Christoph Egger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 28 Mar 2014 00:42:19 +0100 Source: herbstluftwm Binary: herbstluftwm Architecture: source amd64 Version: 0.6.2-1 Distribution: unstable Urgency: medium Maintainer: Christoph Egger christ...@debian.org Changed-By: Christoph

Accepted qtdoc-opensource-src 5.2.1-3 (source all)

2014-03-27 Thread Lisandro Damián Nicanor Pérez Meyer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 21:11:36 -0300 Source: qtdoc-opensource-src Binary: qt5-doc qt5-doc-html Architecture: source all Version: 5.2.1-3 Distribution: unstable Urgency: medium Maintainer: Debian Qt/KDE Maintainers

Accepted tintii 2.8.2-1.1 (source amd64)

2014-03-27 Thread Olly Betts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Wed, 19 Mar 2014 00:46:09 +1300 Source: tintii Binary: tintii Architecture: source amd64 Version: 2.8.2-1.1 Distribution: unstable Urgency: low Maintainer: Daniel Echeverry epsilo...@gmail.com Changed-By: Olly Betts o...@survex.com

Accepted dwb 20140307hg-1 (source amd64)

2014-03-27 Thread Nathan Owens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 26 Mar 2014 17:45:12 + Source: dwb Binary: dwb Architecture: source amd64 Version: 20140307hg-1 Distribution: unstable Urgency: medium Maintainer: Nathan Owens ndow...@gmx.us Changed-By: Nathan Owens ndow...@gmx.us

Accepted exult 1.2-15.3 (source amd64)

2014-03-27 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 17 Mar 2014 22:26:48 -0400 Source: exult Binary: exult exult-studio Architecture: source amd64 Version: 1.2-15.3 Distribution: unstable Urgency: medium Maintainer: Jordà Polo jo...@ettin.org Changed-By: Eric Dorland

Accepted grace 1:5.1.23-4 (source amd64)

2014-03-27 Thread Nicholas Breen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Thu, 27 Mar 2014 20:12:01 -0700 Source: grace Binary: grace Architecture: source amd64 Version: 1:5.1.23-4 Distribution: unstable Urgency: medium Maintainer: Nicholas Breen nbr...@debian.org Changed-By: Nicholas Breen

Accepted libsieve 2.2.6-1.2 (source amd64)

2014-03-27 Thread Eric Dorland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 17 Mar 2014 22:56:51 -0400 Source: libsieve Binary: libsieve2-dev libsieve2-1 Architecture: source amd64 Version: 2.2.6-1.2 Distribution: unstable Urgency: medium Maintainer: Jose Luis Tallon jltal...@adv-solutions.net

  1   2   >