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:

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, l

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". Tro

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 o

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 https://bugs.launchpad.net/ubuntu/+bug/1

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

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 c

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 testcas

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

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’ syst

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

Re: floating point testsuites on softfloat buildds

2014-12-01 Thread Bastien ROUCARIES
On Mon, Dec 1, 2014 at 2:22 PM, Michael Banck 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 > routinely takes to

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 sys

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 o

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. Usin

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 * Package name: mrtdreader Version : 0.1.0 Upstream Author : Ruben Undheim * URL : https://github.com/rubund/mrtdreader * License : GPL-3+ Programming Lang: C Description : Machine-readable travel d

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 buil

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 t

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 > > > lib

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

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. How

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

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* si

Re: Javascript trigger design

2014-12-01 Thread Brian May
On 2 December 2014 at 09:46, Thomas Goirand wrote: > > if [ "$1" = "configure" ] ; then > > /usr/share/openstack-dashboard/manage.py compress --force > > fi > if [ "$1" = "triggered" ] ; then > /usr/share/openstack-dashboard/manage.py compress --force > fi > > Is it *that* simple

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 > : >> 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 ntp has been absorbe

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 > > : > >> One concern I'd have is the lack of flexibility to produce a cut-down > >> system. The option of "a dedicated init=/custom-progr

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 > voti

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). >

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 > ad

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 * 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: Java Descri