Re: What's a safe way to have extensions in chromium in Debian?

2017-03-23 Thread Sebastian Reichel
Hi, On Wed, Mar 22, 2017 at 12:03:02PM +0100, Enrico Zini wrote: > now we have extensions disabled in Chromium by default. If I did my > homeworks correctly, that prevents Chromium from phoning home by > default, and prevents a previous scenario where extensions could be > installed but not upgrad

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread Jose R R
On Wed, Mar 22, 2017 at 10:56 PM, Carsten Haitzler wrote: > On Wed, 22 Mar 2017 04:50:38 -0700 Jose R R said: > >> On Tue, Mar 21, 2017 at 4:55 PM, Ross Vandegrift wrote: >> [...] >> > Oh I see - I misunderstood your previous message and thought you were >> > targeting sid. You need to backport

Re: What's a safe way to have extensions in chromium in Debian?

2017-03-23 Thread Enrico Zini
On Thu, Mar 23, 2017 at 10:20:00AM +0500, Andrey Rahmatullin wrote: > On Wed, Mar 22, 2017 at 09:51:12PM +0100, Jeroen Dekkers wrote: > > If we already know this is going to be major issue, why aren't we > > doing the sensible thing and enable extensions by default > The story of extensions in Debi

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread marcel-hollerbach
Hello, I just saw your initial log and the one in the mail. Is it possible that you have some other installed library that gets mixed into your build? Or some lower binary / library is currupted? There are a few things that indicate it: - In the first log the linker cannot find _efl_object_init_

Bug#858544: ITP: fpm -- build packages for multiple platforms (deb, rpm, etc) with great ease and sanity

2017-03-23 Thread 陳昌倬
Package: wnpp Severity: wishlist Owner: "ChangZhuo Chen (陳昌倬)" * Package name: fpm Version : 1.8.1 Upstream Author : Copyright (c) 2011-2016 Jordan Sissel and contributors. * URL : https://github.com/jordansissel/fpm * License : Expat Programming Lang: ruby

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread The Rasterman
On Thu, 23 Mar 2017 00:21:38 -0700 Jose R R said: > On Wed, Mar 22, 2017 at 10:56 PM, Carsten Haitzler > wrote: > > On Wed, 22 Mar 2017 04:50:38 -0700 Jose R R said: > > > >> On Tue, Mar 21, 2017 at 4:55 PM, Ross Vandegrift wrote: > >> [...] > >> > Oh I see - I misunderstood your previous mess

Re: What's a safe way to have extensions in chromium in Debian?

2017-03-23 Thread Martin Bagge / brother
On 2017-03-23 07:50, Sebastian Reichel wrote: > I wonder if we could just add a boolean debconf question for this. > It could setup /etc/chromium.d/remote-extensions based on the answer > and provide some (dis)advantages info for selecting either option. Probably hard to do that without violating

Re: What's a safe way to have extensions in chromium in Debian?

2017-03-23 Thread Jeremy Bicha
On Thu, Mar 23, 2017 at 7:03 AM, Martin Bagge / brother wrote: > Probably hard to do that without violating the importancy level of a > debconf message. It is also useless for someone who will install Chromium from the Software app (gnome-software) included in 'gnome-core' since the Software app

Re: What's a safe way to have extensions in chromium in Debian?

2017-03-23 Thread Sebastian Reichel
Hi, On Thu, Mar 23, 2017 at 12:03:00PM +0100, Martin Bagge / brother wrote: > On 2017-03-23 07:50, Sebastian Reichel wrote: > > I wonder if we could just add a boolean debconf question for this. > > It could setup /etc/chromium.d/remote-extensions based on the answer > > and provide some (dis)adva

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread Ross Vandegrift
On Wed, Mar 22, 2017 at 04:50:38AM -0700, Jose R R wrote: > First I modify debian/rules, option: --enable-fb > - > [...] > ifeq (linux,$(DEB_HOST_ARCH_OS))

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread Ross Vandegrift
On Thu, Mar 23, 2017 at 07:04:14PM +0900, Carsten Haitzler wrote: > On Thu, 23 Mar 2017 00:21:38 -0700 Jose R R said: > > > you dont have to disable tests... you actually HAVE to enable them with > --with-tests=regular or --with-tests=coverage ... AND you then also have to do > "make check" to com

Bug#858559: ITP: node-argv -- CLI Argument Parser

2017-03-23 Thread Bastien ROUCARIES
Package: wnpp Severity: wishlist Owner: ro...@debian.org X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-argv Version : 0.0.2 Upstream Author : Corey Hart * URL : https://github.com/codenothing/argv * License : MIT Programming Lang: JavaScrip

Bug#858563: efl: invoking debian/rules directly does not work as intended

2017-03-23 Thread Simon McVittie
Source: efl Version: 1.8.6-2.5 On Thu, 23 Mar 2017 at 08:55:10 -0400, Ross Vandegrift wrote: > You only need [to pass --enable-fb explicitly] because you're calling > debian/rules directly. If you use dpkg-buildpackage then > DEB_HOST_ARCH_OS will be set, and the Makefile will automatically > add

Re: Depends/Recommends from libraries

2017-03-23 Thread Ian Jackson
Russ Allbery writes ("Re: Depends/Recommends from libraries"): > It still feels like needless complexity to me, Here is an example I just found. Try, in a fresh stretch chroot apt-get --no-install-recommends install libgtkspell-dev Which you might reasonably do because you were building somet

Bug#858566: TP: node-querystring -- Node's querystring module for all engines.

2017-03-23 Thread Bastien ROUCARIES
Package: wnpp Severity: wishlist Owner: ro...@debian.org X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-querystring Version : 0.2.0 Upstream Author : Irakli Gozalishvili * URL : https://github.com/Gozala/querystring * License : Expat Program

Graphical package installers & debconf (was: What's a safe way to have extensions in chromium in Debian?)

2017-03-23 Thread Sean Whitton
Hello Jeremy, On Thu, Mar 23, 2017 at 07:14:35AM -0400, Jeremy Bicha wrote: > It is also useless for someone who will install Chromium from the > Software app (gnome-software) included in 'gnome-core' since the > Software app does not display debconf prompts. Do you know if this is a missing feat

Re: Graphical package installers & debconf (was: What's a safe way to have extensions in chromium in Debian?)

2017-03-23 Thread Matthias Klumpp
2017-03-23 22:04 GMT+01:00 Sean Whitton : > Hello Jeremy, > > On Thu, Mar 23, 2017 at 07:14:35AM -0400, Jeremy Bicha wrote: >> It is also useless for someone who will install Chromium from the >> Software app (gnome-software) included in 'gnome-core' since the >> Software app does not display debco

Work-needing packages report for Mar 24, 2017

2017-03-23 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: 1053 (new: 3) Total number of packages offered up for adoption: 165 (new: 0) Total number of packages reques

Re: [E-devel] EFL 1.19.0-beta3 (from git) package for Debian Experimental

2017-03-23 Thread The Rasterman
On Thu, 23 Mar 2017 09:07:40 -0400 Ross Vandegrift said: > On Thu, Mar 23, 2017 at 07:04:14PM +0900, Carsten Haitzler wrote: > > On Thu, 23 Mar 2017 00:21:38 -0700 Jose R R said: > > > > > you dont have to disable tests... you actually HAVE to enable them with > > --with-tests=regular or --with-