Re: Javascript trigger design

2014-12-01 Thread Thorsten Glaser
On Sat, 29 Nov 2014, Thomas Goirand wrote: 2/ in debian/openstack-dashboard.postinst, implement something like: if [ $1 = triggered ] ; then /usr/share/openstack-dashboard/manage.py compress --force fi Is it *that* simple? No, triggers unfortunately are not that simple: if you

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Thorsten Glaser
On Fri, 28 Nov 2014, Philipp Kern wrote: On Fri, Nov 28, 2014 at 04:40:50PM +0100, Thorsten Glaser wrote: Hey, there are *still* bugs found because of s390 (not s390x). Uhm. s390x is 64bit BE; ppc64 and sparc64 never made it into the archive. Sure, but I was thinking of other issues, like

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Thorsten Glaser
On Sat, 29 Nov 2014, Svante Signell wrote: The best for kFreeBSD and Hurd would be to abandoning the Debian ship. No. It is sinking It has sunk, but not gone underwater yet completely. (just let the devuan people get things in order first) And can you *please* *stop* the devuan trolling?

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Thorsten Glaser
On Sat, 29 Nov 2014, Axel Wagner wrote: […] Axel Wagner *plonk* Congrats, you’re the second person, after Josselin. (No, this eMail was not the only one, just the one to trigger overflow.) -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of unsubscribe.

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Matthias Urlichs
Hi, Thorsten Glaser: Axel Wagner *plonk* There have been much worse emails here than calling somebody a troll for intentionally posting misleading information. If it quacks like a duck, and all that. The only other reason for you to plonk Axel I could find (after reading the last couple of

Re: Bug#771668: RFP: etherpad -- edit documents collaboratively in real-time in your browser

2014-12-01 Thread Andrei POPESCU
Control: reassign -1 wnpp Control: severity -1 wishlist On Lu, 01 dec 14, 13:05:32, Pander wrote: Package: etherpad Is this the same as #576998 ITP: etherpad-lite -- web based collaborative real-time editor ? Severity: RFP See also and link to

Re: [Pkg-javascript-devel] Javascript trigger design

2014-12-01 Thread Thomas Goirand
On 11/29/2014 06:10 PM, Jérémy Lal wrote: Le vendredi 28 novembre 2014 à 20:46 +0100, Jonas Smedegaard a écrit : Quoting Thorsten Glaser (2014-11-28 13:20:36) On Fri, 28 Nov 2014, Thomas Goirand wrote: It's been a long time I've been thinking about it, and I believe that the only way to do

Re: [Pkg-javascript-devel] Javascript trigger design

2014-12-01 Thread Jérémy Lal
Le vendredi 28 novembre 2014 à 07:04 +0800, Thomas Goirand a écrit : Hi, Web application have evolved into monsters that needs lots of javascript. It's very common that these javascript applications are collecting all the .js library they use, concatenate them into a single file, and

floating point testsuites on softfloat buildds

2014-12-01 Thread Michael Banck
Hi, some of my packages (e.g. nwchem, but others as well) have floating-point heavy testsuites becuse they are scientific computing applications. The current state on mips (but not mipsel) is that the testsuite routinely takes too long on some autobuilders, so that sbuild kills it after a

Re: floating point testsuites on softfloat buildds

2014-12-01 Thread Johannes Schauer
Hi, Quoting Michael Banck (2014-12-01 14:22:12) 3. If 1 but not 2 are OK, should there be a way for packages to say I should really be built on a buildd without softfloat? One proposal might be to add something like XS-Buildd-Flags: hardfloat to debian/control for packages, which ship a

Re: Architectures where unaligned access is (not) OK?

2014-12-01 Thread Edmund Grimley Evans
Usually when you're loading an unaligned value you're also loading a particular representation and endianness, which might not be the native one, so I've often written code like this: uint32_t load32(void *p) { unsigned char *c = p; return c[0] | (uint32_t)c[1] 8 | (uint32_t)c[2] 16 |

Re: Bug#762194: Summary:Re: Bug#762194: Proposal for upgrades to jessie (lendows 1)

2014-12-01 Thread Wolodja Wentland
On Sat, Nov 29, 2014 at 12:30 -0800, Steve Langasek wrote: On Sat, Nov 29, 2014 at 08:14:07PM +0100, Philipp Kern wrote: That's even more unlikely than to add a debconf message (which would be package-owned). Yes, debian-installer is frozen. This would add new udebs, new strings, new

Re: [Pkg-javascript-devel] Javascript trigger design

2014-12-01 Thread Thorsten Glaser
On Mon, 1 Dec 2014, Jérémy Lal wrote: Instead of triggers, i'd rather make sure the web application package is rebuilt whenever one of its Build-Depends package is updated. No, that’s too fragile and ties up way too many resources. It’s fully OK to compose the final version on the users’

Re: Bug#762194: Summary:Re: Bug#762194: Proposal for upgrades to jessie (lendows 1)

2014-12-01 Thread Tomas Pospisek
Am 29.11.2014 um 22:01 schrieb Philipp Kern: On 2014-11-29 21:30, Steve Langasek wrote: Debian releases when it's ready. If large numbers of our users are going to have a bad experience with jessie as a result of being switched to systemd, then we should take appropriate steps to address

Re: floating point testsuites on softfloat buildds

2014-12-01 Thread Bastien ROUCARIES
On Mon, Dec 1, 2014 at 2:22 PM, Michael Banck mba...@debian.org wrote: Hi, some of my packages (e.g. nwchem, but others as well) have floating-point heavy testsuites becuse they are scientific computing applications. The current state on mips (but not mipsel) is that the testsuite

Re: Bug#762194: Summary:Re: Bug#762194: Proposal for upgrades to jessie (lendows 1)

2014-12-01 Thread Jonas Smedegaard
Quoting Tomas Pospisek (2014-12-01 17:57:12) Am 29.11.2014 um 22:01 schrieb Philipp Kern: On 2014-11-29 21:30, Steve Langasek wrote: Debian releases when it's ready. If large numbers of our users are going to have a bad experience with jessie as a result of being switched to systemd, then

Re: curl and certificate verification in jessie

2014-12-01 Thread Alessandro Ghedini
On lun, dic 01, 2014 at 11:18:19 +0100, Tollef Fog Heen wrote: Is this intentional, or is that a bug in either gnutls, curl, or the software using these libraries? AFAICT this is due to the gnutls26 - gnutls28 switch. Using libgnutls-dev to build curl instead of libgnutls28-dev

Re: curl and certificate verification in jessie

2014-12-01 Thread Daniel Kahn Gillmor
On 12/01/2014 01:50 PM, Alessandro Ghedini wrote: On lun, dic 01, 2014 at 11:18:19 +0100, Tollef Fog Heen wrote: Is this intentional, or is that a bug in either gnutls, curl, or the software using these libraries? AFAICT this is due to the gnutls26 - gnutls28 switch. Using libgnutls-dev

Bug#771708: ITP: mrtdreader -- Machine-readable travel document library and example program

2014-12-01 Thread Ruben Undheim
Package: wnpp Severity: wishlist Owner: Ruben Undheim ruben.undh...@gmail.com * Package name: mrtdreader Version : 0.1.0 Upstream Author : Ruben Undheim ruben.undh...@gmail.com * URL : https://github.com/rubund/mrtdreader * License : GPL-3+ Programming Lang:

Re: curl and certificate verification in jessie

2014-12-01 Thread J.A. Bezemer
On Mon, 1 Dec 2014, Alessandro Ghedini wrote: On lun, dic 01, 2014 at 11:18:19 +0100, Tollef Fog Heen wrote: Is this intentional, or is that a bug in either gnutls, curl, or the software using these libraries? AFAICT this is due to the gnutls26 - gnutls28 switch. Using libgnutls-dev to

Bug#771718: general: Screen blanks and does not come back up unless system is suspended

2014-12-01 Thread Rik Theys
Package: general Severity: normal Hi, I was thus far unable to pinpoint which component causes this behaviour as I can not find anything in my logs (and/or journal). I have therefore assigned it to general. Feel free to change to a more appropriate package. I'm using KDE on Jessie with gdm3 as

Re: curl and certificate verification in jessie

2014-12-01 Thread Tollef Fog Heen
]] Alessandro Ghedini On lun, dic 01, 2014 at 11:18:19 +0100, Tollef Fog Heen wrote: Is this intentional, or is that a bug in either gnutls, curl, or the software using these libraries? AFAICT this is due to the gnutls26 - gnutls28 switch. Using libgnutls-dev to build

Bug#771718: general: Screen blanks and does not come back up unless system is suspended

2014-12-01 Thread Julien Cristau
On Mon, Dec 1, 2014 at 22:02:50 +0100, Rik Theys wrote: Package: general Severity: normal Hi, I was thus far unable to pinpoint which component causes this behaviour as I can not find anything in my logs (and/or journal). I have therefore assigned it to general. Feel free to change

Using USB serial device with a cdc-acm driver

2014-12-01 Thread Dmitriy Fitisov
Hello everyone, we have a small device of our own, which communicates through serial USB on Windows. Now we need it to work on Raspberry (yes, I know this is Debian, which is Raspberry based on). USB descriptors configured as a modem, so, when I connect it to Linux, cdc-acm module is loaded.

Re: Bug#752450: ftp.debian.org: please consider to strongly tighten the validity period of Release files

2014-12-01 Thread Wouter Verhelst
On Mon, Dec 01, 2014 at 04:55:55AM +0100, Christoph Anton Mitterer wrote: On Sat, 2014-11-22 at 11:42 +0100, Wouter Verhelst wrote: Except that if a firewall protects a user from using their printer (random example, not sure how likely) Well most security guys are probably sceptical about

Re: Javascript trigger design

2014-12-01 Thread Thomas Goirand
On 12/01/2014 04:26 PM, Thorsten Glaser wrote: On Sat, 29 Nov 2014, Thomas Goirand wrote: 2/ in debian/openstack-dashboard.postinst, implement something like: if [ $1 = triggered ] ; then /usr/share/openstack-dashboard/manage.py compress --force fi Is it *that* simple? No,

Re: Javascript trigger design

2014-12-01 Thread Brian May
On 2 December 2014 at 09:46, Thomas Goirand z...@debian.org wrote: if [ $1 = configure ] ; then some-other-stuff /usr/share/openstack-dashboard/manage.py compress --force some-other-stuff fi if [ $1 = triggered ] ; then /usr/share/openstack-dashboard/manage.py compress

Re: Embedded systems and systemd

2014-12-01 Thread Roger Lynn
On 29/11/14 13:30, Vincent Bernat wrote: ❦ 29 novembre 2014 12:41 GMT, Alastair McKinstry alastair.mckins...@sceal.ie : One concern I'd have is the lack of flexibility to produce a cut-down system. The option of a dedicated init=/custom-program, but lack of an ntpd, for example, because

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Noel Torres
On Sunday, 30 de November de 2014 18:05:54 Neil Williams escribió: [...] Contribute code or stop wasting everyone's time on the mailing lists. Contributing code is not the only way to contribute to Debian. At least to the Debian I love. Please come out of the developer shell. Translators, e.g.

Re: Embedded systems and systemd

2014-12-01 Thread Zbigniew Jędrzejewski-Szmek
On Mon, Dec 01, 2014 at 10:58:45PM +, Roger Lynn wrote: On 29/11/14 13:30, Vincent Bernat wrote: ❦ 29 novembre 2014 12:41 GMT, Alastair McKinstry alastair.mckins...@sceal.ie : One concern I'd have is the lack of flexibility to produce a cut-down system. The option of a dedicated

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Paul Wise
On Tue, Dec 2, 2014 at 8:52 AM, Noel Torres wrote: Contributing code is not the only way to contribute to Debian. At least to the Debian I love. Please come out of the developer shell. Translators, e.g. are a very important part of the project, even if they have not been give the same voting

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Enrico Weigelt, metux IT consult
On 27.11.2014 02:18, Josh Triplett wrote: gnome Depends: gnome-core, which Depends: gnome-user-share, which Depends: apache2-bin (or apache2.2-bin in stable, which is a transitional package depending on apache2-bin in unstable). gnome depends on apache ? seriously ? cu -- Enrico Weigelt,

Re: Technical committee acting in gross violation of the Debian constitution

2014-12-01 Thread Paul Wise
On Tue, Dec 2, 2014 at 12:48 PM, Enrico Weigelt wrote: On 27.11.2014 02:18, Josh Triplett wrote: gnome Depends: gnome-core, which Depends: gnome-user-share, which Depends: apache2-bin (or apache2.2-bin in stable, which is a transitional package depending on apache2-bin in unstable). gnome

Re: Using USB serial device with a cdc-acm driver

2014-12-01 Thread Bob Proulx
Dmitriy Fitisov wrote: USB descriptors configured as a modem, so, when I connect it to Linux, cdc-acm module is loaded. However, there is apparently some process which is watching modems, so on connection I got some info on my device - on Ubuntu it is AT commands, for which I have adapted

Bug#771767: ITP: java-allocation-instrumenter -- A Java agent which causes a callback to be invoked on each memory allocation

2014-12-01 Thread Tim Potter
Package: wnpp Severity: wishlist Owner: Tim Potter t...@hp.com * Package name: java-allocation-instrumenter Version : 2.1 Upstream Author : Jeremy Manson * URL : http://code.google.com/p/java-allocation-instrumenter/ * License : Apache-2.0 Programming Lang:

Accepted dlz-ldap-enum 1.0.3-1 (source amd64) into unstable

2014-12-01 Thread Daniel Pocock
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 11 Nov 2014 17:38:11 +0100 Source: dlz-ldap-enum Binary: dlz-ldap-enum Architecture: source amd64 Version: 1.0.3-1 Distribution: unstable Urgency: medium Maintainer: Debian VoIP Team

Accepted how-can-i-help 10 (source all) into unstable

2014-12-01 Thread Tomasz Nitecki
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 08:24:27 +0100 Source: how-can-i-help Binary: how-can-i-help Architecture: source all Version: 10 Distribution: unstable Urgency: medium Maintainer: Tomasz Nitecki t...@tnnn.pl Changed-By: Tomasz Nitecki

Accepted igtf-policy-bundle 1.61-1 (source all) into unstable

2014-12-01 Thread Dennis van Dok
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Nov 2014 16:12:10 +0100 Source: igtf-policy-bundle Binary: igtf-policy-classic igtf-policy-mics igtf-policy-slcs igtf-policy-iota igtf-policy-unaccredited igtf-policy-experimental Architecture: source all Version: 1.61-1

Accepted libguestfs 1:1.28.4-1 (source amd64 all) into unstable

2014-12-01 Thread Hilko Bengen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 08:14:22 +0100 Source: libguestfs Binary: guestfsd libguestfs-dev libguestfs0 libguestfs-gfs2 libguestfs-hfsplus libguestfs-jfs libguestfs-nilfs libguestfs-reiserfs libguestfs-rescue libguestfs-rsync libguestfs-xfs

Accepted chromium-browser 39.0.2171.71-1 (source i386 all) into unstable

2014-12-01 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 01:13:44 + Source: chromium-browser Binary: chromium chromium-dbg chromium-l10n chromium-inspector chromedriver Architecture: source i386 all Version: 39.0.2171.71-1 Distribution: unstable Urgency: medium

Accepted geronimo-j2ee-connector-1.5-spec 2.0.0-1.1 (source all) into unstable

2014-12-01 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 11:04:47 +0100 Source: geronimo-j2ee-connector-1.5-spec Binary: libgeronimo-j2ee-connector-1.5-spec-java Architecture: source all Version: 2.0.0-1.1 Distribution: unstable Urgency: medium Maintainer: Chris

Accepted ghc 7.8.20141119-6 (source all amd64) into experimental

2014-12-01 Thread Joachim Breitner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 09:41:21 +0100 Source: ghc Binary: ghc ghc-prof ghc-doc ghc-haddock Architecture: source all amd64 Version: 7.8.20141119-6 Distribution: experimental Urgency: medium Maintainer: Debian Haskell Group

Accepted pcp 3.10.1 (source i386 all) into unstable

2014-12-01 Thread Nathan Scott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 11:43:08 +1100 Source: pcp Binary: pcp pcp-conf libpcp3-dev libpcp3 libpcp-gui2-dev libpcp-gui2 libpcp-mmv1-dev libpcp-mmv1 libpcp-pmda3-dev libpcp-pmda3 libpcp-trace2-dev libpcp-trace2 libpcp-import1-dev

Accepted ruby-em-hiredis 0.3.0-2 (source all) into experimental

2014-12-01 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 15:19:23 +0530 Source: ruby-em-hiredis Binary: ruby-em-hiredis ruby-em-hiredis-doc Architecture: source all Version: 0.3.0-2 Distribution: experimental Urgency: medium Maintainer: Debian Ruby Extras Maintainers

Accepted wmsystemtray 1.4-3 (source amd64) into unstable

2014-12-01 Thread Doug Torrance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 28 Nov 2014 14:51:36 -0600 Source: wmsystemtray Binary: wmsystemtray Architecture: source amd64 Version: 1.4-3 Distribution: unstable Urgency: medium Maintainer: Doug Torrance dtorra...@monmouthcollege.edu Changed-By: Doug

Accepted fgo 1.5.5-1~exp1 (source all) into experimental

2014-12-01 Thread Florent Rougon
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 00:15:47 +0100 Source: fgo Binary: fgo Architecture: source all Version: 1.5.5-1~exp1 Distribution: experimental Urgency: low Maintainer: Debian FlightGear Crew pkg-fgfs-c...@lists.alioth.debian.org Changed-By:

Accepted nginx 1.6.2-5 (source all amd64) into unstable

2014-12-01 Thread Christos Trochalakis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Sun, 30 Nov 2014 10:39:55 +0200 Source: nginx Binary: nginx nginx-doc nginx-common nginx-full nginx-full-dbg nginx-light nginx-light-dbg nginx-extras nginx-extras-dbg Architecture: source all amd64 Version: 1.6.2-5 Distribution:

Accepted libdockapp 1:0.6.4-1 (source amd64 all) into unstable

2014-12-01 Thread Doug Torrance
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Fri, 28 Nov 2014 14:13:26 -0600 Source: libdockapp Binary: libdockapp2 libdockapp-dev xfonts-libdockapp Architecture: source amd64 all Version: 1:0.6.4-1 Distribution: unstable Urgency: medium Maintainer: Doug Torrance

Accepted simple-scan 3.15.2-1 (source amd64) into unstable

2014-12-01 Thread Jörg Frings-Fürst
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 10:52:19 +0100 Source: simple-scan Binary: simple-scan simple-scan-dbg Architecture: source amd64 Version: 3.15.2-1 Distribution: unstable Urgency: medium Maintainer: Jörg Frings-Fürst deb...@jff-webhosting.net

Accepted binutils-arm-none-eabi 6 (source amd64) into experimental

2014-12-01 Thread Agustin Henze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 09:38:49 -0300 Source: binutils-arm-none-eabi Binary: binutils-arm-none-eabi Architecture: source amd64 Version: 6 Distribution: experimental Urgency: medium Maintainer: Agustin Henze t...@debian.org Changed-By:

Accepted libgeotiff-epsg 1.4.1-1~exp1 (source all) into experimental

2014-12-01 Thread Bas Couwenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 25 Nov 2014 22:30:42 +0100 Source: libgeotiff-epsg Binary: libgeotiff-epsg Architecture: source all Version: 1.4.1-1~exp1 Distribution: experimental Urgency: medium Maintainer: Debian GIS Project

Accepted tdbc 1.0.2-1 (source amd64) into unstable

2014-12-01 Thread Massimo Manghi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Wed, 12 Nov 2014 21:53:33 +0100 Source: tdbc Binary: tcl8.6-tdbc Architecture: source amd64 Version: 1.0.2-1 Distribution: unstable Urgency: medium Maintainer: Massimo Manghi mxman...@apache.org Changed-By: Massimo Manghi

Accepted systemd 217-2 (source amd64) into experimental

2014-12-01 Thread Martin Pitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 15:09:09 +0100 Source: systemd Binary: systemd systemd-sysv libpam-systemd libsystemd0 libsystemd-dev libsystemd-login0 libsystemd-login-dev libsystemd-daemon0 libsystemd-daemon-dev libsystemd-journal0

Accepted tdbcpostgres 1.0.2-1 (source amd64) into unstable

2014-12-01 Thread Massimo Manghi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 17 Nov 2014 23:10:52 +0100 Source: tdbcpostgres Binary: tcl8.6-tdbc-postgres Architecture: source amd64 Version: 1.0.2-1 Distribution: unstable Urgency: medium Maintainer: Massimo Manghi mxman...@apache.org Changed-By: Massimo

Accepted tdbcmysql 1.0.2-1 (source amd64) into unstable

2014-12-01 Thread Massimo Manghi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 17 Nov 2014 00:57:28 +0100 Source: tdbcmysql Binary: tcl8.6-tdbc-mysql Architecture: source amd64 Version: 1.0.2-1 Distribution: unstable Urgency: medium Maintainer: Massimo Manghi mxman...@apache.org Changed-By: Massimo

Accepted tdbcsqlite3 1.0.2-1 (source all) into unstable

2014-12-01 Thread Massimo Manghi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 17 Nov 2014 23:19:12 +0100 Source: tdbcsqlite3 Binary: tcl8.6-tdbc-sqlite3 Architecture: source all Version: 1.0.2-1 Distribution: unstable Urgency: medium Maintainer: Massimo Manghi mxman...@apache.org Changed-By: Massimo

Accepted ruby-standalone 0.4 (source) into unstable

2014-12-01 Thread Antonio Terceiro
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 13:35:09 -0200 Source: ruby-standalone Binary: ruby-standalone Architecture: source Version: 0.4 Distribution: unstable Urgency: medium Maintainer: Antonio Terceiro terce...@debian.org Changed-By: Antonio Terceiro

Accepted spatialite-tools 4.2.1~rc1-1 (source amd64) into experimental

2014-12-01 Thread Bas Couwenberg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Fri, 28 Nov 2014 19:06:51 +0100 Source: spatialite-tools Binary: spatialite-bin Architecture: source amd64 Version: 4.2.1~rc1-1 Distribution: experimental Urgency: medium Maintainer: Debian GIS Project

Accepted gdb-arm-none-eabi 7 (source amd64) into experimental

2014-12-01 Thread Agustin Henze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 10:08:58 -0300 Source: gdb-arm-none-eabi Binary: gdb-arm-none-eabi Architecture: source amd64 Version: 7 Distribution: experimental Urgency: medium Maintainer: Agustin Henze t...@debian.org Changed-By: Agustin

Accepted gcc-arm-none-eabi 12 (source amd64) into experimental

2014-12-01 Thread Agustin Henze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 10:30:31 -0300 Source: gcc-arm-none-eabi Binary: gcc-arm-none-eabi Architecture: source amd64 Version: 12 Distribution: experimental Urgency: medium Maintainer: Agustin Henze t...@debian.org Changed-By: Agustin

Accepted opendnssec 1:1.4.6-5 (source all amd64) into unstable

2014-12-01 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 17:56:04 +0100 Source: opendnssec Binary: opendnssec-common opendnssec opendnssec-doc opendnssec-enforcer opendnssec-enforcer-mysql opendnssec-enforcer-sqlite3 opendnssec-signer libhsm-bin opendnssec-dbg-mysql

Accepted softhsm 1.3.7-2 (source amd64) into unstable

2014-12-01 Thread Ondřej Surý
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 17:52:05 +0100 Source: softhsm Binary: softhsm-common softhsm libsofthsm-dev libsofthsm softhsm-dbg Architecture: source amd64 Version: 1.3.7-2 Distribution: unstable Urgency: medium Maintainer: Ondřej Surý

Accepted dmtcp 2.3.1-6 (source amd64) into unstable

2014-12-01 Thread Kapil Arya
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 24 Nov 2014 20:15:05 -0500 Source: dmtcp Binary: dmtcp dmtcp-dbg Architecture: source amd64 Version: 2.3.1-6 Distribution: unstable Urgency: medium Maintainer: Kapil Arya ka...@ccs.neu.edu Changed-By: Kapil Arya

Accepted gnome-shell 3.14.2-1 (source all amd64) into unstable

2014-12-01 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 30 Nov 2014 13:52:46 +0100 Source: gnome-shell Binary: gnome-shell gnome-shell-common gnome-shell-dbg Architecture: source all amd64 Version: 3.14.2-1 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers

Accepted evolution-ews 3.12.9~git20141130.278fe7-1 (source amd64) into unstable

2014-12-01 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 12:49:49 +0100 Source: evolution-ews Binary: evolution-ews Architecture: source amd64 Version: 3.12.9~git20141130.278fe7-1 Distribution: unstable Urgency: medium Maintainer: Debian Evolution Maintainers

Accepted exim4 4.85~RC2+dfsg-1 (source i386 all) into experimental

2014-12-01 Thread Andreas Metzler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 18:54:17 +0100 Source: exim4 Binary: exim4-base exim4-config exim4-daemon-light exim4 exim4-daemon-heavy eximon4 exim4-dbg exim4-daemon-light-dbg exim4-daemon-heavy-dbg exim4-dev Architecture: source i386 all

Accepted libeatmydata 82-6 (source all amd64) into unstable

2014-12-01 Thread Mattia Rizzolo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Sun, 30 Nov 2014 12:21:31 +0100 Source: libeatmydata Binary: eatmydata libeatmydata1 Architecture: source all amd64 Version: 82-6 Distribution: unstable Urgency: low Maintainer: Modestas Vainius mo...@debian.org Changed-By: Mattia

Accepted openvpn 2.3.4-5 (source amd64) into unstable

2014-12-01 Thread Alberto Gonzalez Iniesta
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 16:10:37 +0100 Source: openvpn Binary: openvpn Architecture: source amd64 Version: 2.3.4-5 Distribution: unstable Urgency: high Maintainer: Alberto Gonzalez Iniesta a...@inittab.org Changed-By: Alberto Gonzalez

Accepted hobbit-plugins 20141201 (source all) into unstable

2014-12-01 Thread Axel Beckert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 12:33:05 +0100 Source: hobbit-plugins Binary: hobbit-plugins Architecture: source all Version: 20141201 Distribution: unstable Urgency: medium Maintainer: Christoph Berg m...@debian.org Changed-By: Axel Beckert

Accepted multcomp 1.3-8-1 (source all) into unstable

2014-12-01 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 13:36:30 -0600 Source: multcomp Binary: r-cran-multcomp Architecture: source all Version: 1.3-8-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted megaglest 3.9.1-2 (source) into unstable

2014-12-01 Thread Markus Koschany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 19:19:07 +0100 Source: megaglest Binary: megaglest megaglest-dbg Architecture: source Version: 3.9.1-2 Distribution: unstable Urgency: medium Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org

Accepted newlib 2.1.0+git20141201.db59ff3-1 (source all) into experimental

2014-12-01 Thread Agustin Henze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 14:25:47 -0300 Source: newlib Binary: libnewlib-dev libnewlib-doc libnewlib-arm-none-eabi newlib-source Architecture: source all Version: 2.1.0+git20141201.db59ff3-1 Distribution: experimental Urgency: medium

Accepted r-cran-sn 1.1-2-1 (source i386) into unstable

2014-12-01 Thread Dirk Eddelbuettel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 13:33:52 -0600 Source: r-cran-sn Binary: r-cran-sn Architecture: source i386 Version: 1.1-2-1 Distribution: unstable Urgency: low Maintainer: Dirk Eddelbuettel e...@debian.org Changed-By: Dirk Eddelbuettel

Accepted develock-el 0.39-2 (source all) into unstable

2014-12-01 Thread Mehdi Dogguy
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 20:59:57 +0100 Source: develock-el Binary: develock-el Architecture: source all Version: 0.39-2 Distribution: unstable Urgency: medium Maintainer: Mehdi Dogguy me...@debian.org Changed-By: Mehdi Dogguy

Accepted gedit 3.14.0-3 (source all amd64) into unstable

2014-12-01 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 21:18:53 +0100 Source: gedit Binary: gedit gedit-common gedit-dev Architecture: source all amd64 Version: 3.14.0-3 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers

Accepted libktoblzcheck 1.48-1 (source amd64 all) into experimental

2014-12-01 Thread Micha Lenk
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 21:17:27 +0100 Source: libktoblzcheck Binary: libktoblzcheck1c2a libktoblzcheck1-dev ktoblzcheck libktoblzcheck-dbg python-ktoblzcheck Architecture: source amd64 all Version: 1.48-1 Distribution: experimental

Accepted libstdc++-arm-none-eabi 5 (source all) into experimental

2014-12-01 Thread Agustin Henze
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 14:45:13 -0300 Source: libstdc++-arm-none-eabi Binary: libstdc++-arm-none-eabi-newlib Architecture: source all Version: 5 Distribution: experimental Urgency: medium Maintainer: Agustin Henze t...@debian.org

Accepted octave 3.8.2-4 (source amd64 all) into unstable

2014-12-01 Thread Sébastien Villemot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 21:25:52 +0100 Source: octave Binary: octave octave-dbg octave-common octave-doc octave-htmldoc octave-info liboctave2 liboctave-dev Architecture: source amd64 all Version: 3.8.2-4 Distribution: unstable Urgency:

Accepted freecol 0.10.7+dfsg-3 (source all) into unstable

2014-12-01 Thread Vincent Fourmond
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 21:30:25 +0100 Source: freecol Binary: freecol Architecture: source all Version: 0.10.7+dfsg-3 Distribution: unstable Urgency: medium Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org Changed-By:

Accepted icinga2 2.2.1-1 (source amd64 all) into unstable

2014-12-01 Thread Alexander Wirt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 20:48:59 +0100 Source: icinga2 Binary: icinga2 icinga2-common icinga2-bin icinga2-doc icinga2-classicui icinga2-ido-mysql icinga2-ido-pgsql icinga2-dbg Architecture: source amd64 all Version: 2.2.1-1 Distribution:

Accepted python-dugong 3.4+dfsg-1 (source all) into experimental

2014-12-01 Thread Nikolaus Rath
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 29 Nov 2014 13:34:00 -0800 Source: python-dugong Binary: python3-dugong python-dugong-doc Architecture: source all Version: 3.4+dfsg-1 Distribution: experimental Urgency: medium Maintainer: Nikolaus Rath nikol...@rath.org

Accepted velocity-tools 2.0-3 (source all) into unstable

2014-12-01 Thread Emmanuel Bourg
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Mon, 01 Dec 2014 22:59:38 +0100 Source: velocity-tools Binary: libvelocity-tools-java libvelocity-tools-java-doc Architecture: source all Version: 2.0-3 Distribution: unstable Urgency: medium Maintainer: Debian Java Maintainers

Accepted libxmp 4.3.2-1 (source amd64) into experimental

2014-12-01 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 23:48:16 +0100 Source: libxmp Binary: libxmp4 libxmp-dev Architecture: source amd64 Version: 4.3.2-1 Distribution: experimental Urgency: medium Maintainer: Stephen Kitt sk...@debian.org Changed-By: Stephen Kitt

Accepted binutils 2.24.90.20141201-1 (source all amd64) into unstable

2014-12-01 Thread Matthias Klose
- GNU assembler, linker and binary utilities (source) Closes: 728529 Changes: binutils (2.24.90.20141201-1) unstable; urgency=medium . * Snapshot, taken from the 2.25 branch 20141201. - Fix PR ld/16452, PR/ld/16457: Don't output symbol version requirement for non-DT_NEEDED libs. Closes

Accepted xmp 4.0.10-1 (source amd64) into experimental

2014-12-01 Thread Stephen Kitt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 23:54:24 +0100 Source: xmp Binary: xmp Architecture: source amd64 Version: 4.0.10-1 Distribution: experimental Urgency: medium Maintainer: Stephen Kitt sk...@debian.org Changed-By: Stephen Kitt sk...@debian.org

Accepted gnome-documents 3.14.2-1 (source amd64) into unstable

2014-12-01 Thread Josselin Mouette
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 02 Dec 2014 00:19:11 +0100 Source: gnome-documents Binary: gnome-documents Architecture: source amd64 Version: 3.14.2-1 Distribution: unstable Urgency: medium Maintainer: Debian GNOME Maintainers

Accepted ltsp 5.5.4-2 (source all) into unstable

2014-12-01 Thread Vagrant Cascadian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 15:22:01 -0800 Source: ltsp Binary: ltsp-server ltsp-server-standalone ltsp-client-core ltsp-client ltsp-client-builder Architecture: source all Version: 5.5.4-2 Distribution: unstable Urgency: medium Maintainer:

Accepted nvidia-support 20141201+1 (source) into unstable

2014-12-01 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Tue, 02 Dec 2014 00:36:51 +0100 Source: nvidia-support Binary: nvidia-support nvidia-installer-cleanup nvidia-kernel-common Architecture: source Version: 20141201+1 Distribution: unstable Urgency: medium Maintainer: Debian NVIDIA

Accepted tdb 1.3.2-1 (source amd64) into unstable

2014-12-01 Thread Jelmer Vernooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Mon, 01 Dec 2014 21:44:24 + Source: tdb Binary: libtdb1 tdb-tools libtdb-dev libtdb1-dbg python-tdb python-tdb-dbg Architecture: source amd64 Version: 1.3.2-1 Distribution: unstable Urgency: medium Maintainer: Debian Samba

Accepted gcompris 14.07-2 (source amd64 all) into unstable

2014-12-01 Thread Yann Dirson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 02 Dec 2014 00:24:27 +0100 Source: gcompris Binary: gcompris gcompris-dbg gcompris-sound-af gcompris-sound-ar gcompris-sound-ast gcompris-sound-bg gcompris-sound-br gcompris-sound-cs gcompris-sound-da gcompris-sound-de

Accepted anki 2.0.31+dfsg-1 (source all) into unstable

2014-12-01 Thread Andreas Bombe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Format: 1.8 Date: Tue, 02 Dec 2014 01:54:04 +0100 Source: anki Binary: anki Architecture: source all Version: 2.0.31+dfsg-1 Distribution: unstable Urgency: medium Maintainer: Andreas Bombe a...@debian.org Changed-By: Andreas Bombe a...@debian.org

Accepted monkeysign 2.0.2 (source all) into unstable

2014-12-01 Thread Antoine Beaupré
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 21:03:56 -0500 Source: monkeysign Binary: monkeysign Architecture: source all Version: 2.0.2 Distribution: unstable Urgency: medium Maintainer: Antoine Beaupré anar...@debian.org Changed-By: Antoine Beaupré

Accepted shorewall-init 4.6.4.3-2 (source all) into unstable

2014-12-01 Thread Roberto C. Sanchez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 21:46:54 -0500 Source: shorewall-init Binary: shorewall-init Architecture: source all Version: 4.6.4.3-2 Distribution: unstable Urgency: low Maintainer: Roberto C. Sanchez robe...@connexer.com Changed-By: Roberto

Accepted typespeed 0.6.5-2.1 (source) into unstable

2014-12-01 Thread Andreas Beckmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 04:17:42 +0100 Source: typespeed Binary: typespeed Architecture: source Version: 0.6.5-2.1 Distribution: unstable Urgency: medium Maintainer: Dafydd Harries d...@debian.org Changed-By: Andreas Beckmann

Accepted kde4libs 4:4.14.2-4 (source amd64 all) into unstable

2014-12-01 Thread Scott Kitterman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Format: 1.8 Date: Mon, 01 Dec 2014 18:21:17 -0500 Source: kde4libs Binary: libkdecore5 libkdeui5 libkpty4 libkdesu5 libkjsapi4 libkjsembed4 libkio5 libkntlm4 libsolid4 libkde3support4 libkfile4 libknewstuff2-4 libknewstuff3-4 libkparts4 libkutils4

Accepted chromium-browser 39.0.2171.71-2 (source i386 all) into unstable

2014-12-01 Thread Michael Gilbert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Tue, 02 Dec 2014 01:30:33 + Source: chromium-browser Binary: chromium chromium-dbg chromium-l10n chromium-inspector chromedriver Architecture: source i386 all Version: 39.0.2171.71-2 Distribution: unstable Urgency: medium