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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
]] 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
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
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
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
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
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
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
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.
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
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
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,
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).
>
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
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
35 matches
Mail list logo