Re: DEP 8: Gathering Django usage analytics

2016-11-18 Thread Lars Wirzenius
On Fri, Nov 18, 2016 at 08:54:08AM +1100, Brian May wrote: > Lars Wirzenius writes: > > > If I understand this correctly, Django wants to gather usage > > statistics from installed Django instances, in a way that they say > > respects user privacy (though I failed to understand how, given a > > q

Re: DEP 8: Gathering Django usage analytics

2016-11-18 Thread Raphael Hertzog
Hi, On Fri, 18 Nov 2016, Lars Wirzenius wrote: > I'd rather not debate this on github. It's a proprietary system, and > effectively a web forum I'd need to keep polling to see if there's You get mail notifications on GitHub too. > responses. Further, that response paints me either as someone who

Re: DEP 8: Gathering Django usage analytics

2016-11-18 Thread Tobias Frost
On Fri, Nov 18, 2016 at 08:54:08AM +1100, Brian May wrote: > Lars Wirzenius writes: > > > If I understand this correctly, Django wants to gather usage > > statistics from installed Django instances, in a way that they say > > respects user privacy (though I failed to understand how, given a > > q

Bug#844713: ITP: partman-swapfile -- add support for creating swapfiles

2016-11-18 Thread Dimitri John Ledkov
Package: wnpp Owner: Dimitri John Ledkov Severity: wishlist * Package name: partman-swapfile Version : 1 Upstream Author : d-i team * URL or Web page : d-i * License : GPL Description : add support for creating swapfiles I am working on minimising number of partitio

Re: DEP 8: Gathering Django usage analytics

2016-11-18 Thread Holger Levsen
On Mon, Nov 07, 2016 at 06:05:18PM +1100, Brian May wrote: > Hello, > > I raised this issue on the debian-python mailing list, however it probably > deserves wider attention. > > https://lists.debian.org/debian-python/2016/11/msg00025.html > > Regards > > Original Message > >

Re: DEP 8: Gathering Django usage analytics

2016-11-18 Thread Lars Wirzenius
On Fri, Nov 18, 2016 at 11:55:48AM +, Holger Levsen wrote: > I fail to see the relation to http://dep.debian.net/deps/dep8/ - can you > explain? It's a benign acronym collision: both Debian and Django define DEP: ours is Debian enhancement proposal, their is Django enhancement proposal. See ht

Re: DEP 8: Gathering Django usage analytics

2016-11-18 Thread Holger Levsen
On Fri, Nov 18, 2016 at 02:00:11PM +0200, Lars Wirzenius wrote: > It's a benign acronym collision: both Debian and Django define DEP: > ours is Debian enhancement proposal, their is Django enhancement > proposal. See https://github.com/django/deps for more info. ah! thanks. -- cheers, H

testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Daniel Pocock
I wanted to try compiling some upstream projects against OpenSSL 1.1.0 on jessie, without installing the package though. I tried the following: dget -x http://http.debian.net/debian/pool/main/o/openssl/openssl_1.1.0c-1.dsc cd openssl-1.1.0c/ dpkg-buildpackage -rfakeroot -j13 and it builds bu

Bug#844737: ITP: node-grunt-contrib-coffee -- Compile CoffeeScript files to JavaScript

2016-11-18 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-grunt-contrib-coffee Version : 1.0.0 Upstream Author : Grunt Team (http://gruntjs.com/) * URL : https://github.com/gruntjs/grunt-contrib-coffee * Lic

Bug#844738: ITP: node-fuzzaldrin-plus -- Fuzzy filtering and string scoring - compatible with fuzzaldrin

2016-11-18 Thread Pirate Praveen
Package: wnpp Severity: wishlist Owner: Pirate Praveen X-Debbugs-CC: debian-devel@lists.debian.org * Package name: node-fuzzaldrin-plus Version : 0.3.1 Upstream Author : Jean Christophe Roy * URL : https://github.com/jeancroy/fuzzaldrin-plus * License : Expat

Bug#844743: ITP: python-django-allauth -- Django app that allows both local and social authentication

2016-11-18 Thread Jan Luca Naumann
Package: wnpp Severity: wishlist Owner: Jan Luca Naumann * Package name: python-django-allauth Version : 0.28.0 Upstream Author : Raymond Penners and contributors * URL : http://www.intenct.nl/projects/django-allauth/ * License : MIT Programming Lang: Python

Bug#844744: ITP: javacc4 -- Java Parser Generator

2016-11-18 Thread Emmanuel Bourg
Package: wnpp Severity: wishlist Owner: Emmanuel Bourg * Package name: javacc4 Version : 4.0 Upstream Author : Sun Microsystems, Inc * URL : http://javacc.org * License : BSE-3-Clause Programming Lang: Java Description : Java Parser Generator Java Comp

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Zack Weinberg
Daniel Pocock wrote: > I wanted to try compiling some upstream projects against OpenSSL 1.1.0 > on jessie, without installing the package though. I tried the following: > > dget -x http://http.debian.net/debian/pool/main/o/openssl/openssl_1.1.0c-1.dsc > > cd openssl-1.1.0c/ > dpkg-buildpackage -rfa

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Kurt Roeckx
On Fri, Nov 18, 2016 at 02:22:23PM -0500, Zack Weinberg wrote: > Daniel Pocock wrote: > > I wanted to try compiling some upstream projects against OpenSSL 1.1.0 > > on jessie, without installing the package though. I tried the following: > > > > dget -x > > http://http.debian.net/debian/pool/main/

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Kurt Roeckx
On Fri, Nov 18, 2016 at 03:53:20PM +0100, Daniel Pocock wrote: > > > I wanted to try compiling some upstream projects against OpenSSL 1.1.0 > on jessie, without installing the package though. > > I tried the following: > > dget -x > http://http.debian.net/debian/pool/main/o/openssl/openssl_1.1.

Re: What to do when a maintainer is blocking maintenance for stretch?

2016-11-18 Thread Barry Warsaw
On Nov 09, 2016, at 06:45 PM, Mattia Rizzolo wrote: >Also, a personal pledge to everybody who's reading this: please don't attach >yourself to your packages like mussels on a rock. If you realize (or >somebody else is making you realize) that you're doing a bad job on a package >*and* there is a

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Daniel Pocock
On 18/11/16 21:10, Kurt Roeckx wrote: > On Fri, Nov 18, 2016 at 03:53:20PM +0100, Daniel Pocock wrote: >> >> >> I wanted to try compiling some upstream projects against OpenSSL 1.1.0 >> on jessie, without installing the package though. >> >> I tried the following: >> >> dget -x >> http://http.deb

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Kurt Roeckx
On Fri, Nov 18, 2016 at 09:15:53PM +0100, Daniel Pocock wrote: > > > On 18/11/16 21:10, Kurt Roeckx wrote: > > On Fri, Nov 18, 2016 at 03:53:20PM +0100, Daniel Pocock wrote: > >> > >> > >> I wanted to try compiling some upstream projects against OpenSSL 1.1.0 > >> on jessie, without installing th

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Daniel Pocock
On 18/11/16 22:12, Kurt Roeckx wrote: > On Fri, Nov 18, 2016 at 09:15:53PM +0100, Daniel Pocock wrote: >> >> >> On 18/11/16 21:10, Kurt Roeckx wrote: >>> On Fri, Nov 18, 2016 at 03:53:20PM +0100, Daniel Pocock wrote: I wanted to try compiling some upstream projects against OpenSSL

Re: OpenSSL 1.1.0

2016-11-18 Thread Moritz Mühlenhoff
Adrian Bunk schrieb: > And/or get sponsorship from companies for supporting ChaCha20-patched > 1.0.2 It's not a matter of whipping up some patch; anything less than an official backport of chacha20 into a 1.0.2x release is not going to be supportable. Cheers, Moritz

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Kurt Roeckx
On Fri, Nov 18, 2016 at 10:18:32PM +0100, Daniel Pocock wrote: > > > On 18/11/16 22:12, Kurt Roeckx wrote: > > On Fri, Nov 18, 2016 at 09:15:53PM +0100, Daniel Pocock wrote: > >> > >> > >> On 18/11/16 21:10, Kurt Roeckx wrote: > >>> On Fri, Nov 18, 2016 at 03:53:20PM +0100, Daniel Pocock wrote: >

Re: OpenSSL 1.1.0

2016-11-18 Thread Adrian Bunk
On Fri, Nov 18, 2016 at 10:22:59PM +0100, Moritz Mühlenhoff wrote: > Adrian Bunk schrieb: > > And/or get sponsorship from companies for supporting ChaCha20-patched > > 1.0.2 > > It's not a matter of whipping up some patch; anything less than an > official backport of chacha20 into a 1.0.2x relea

Re: Bug#805116: ITP: wifi-switcher

2016-11-18 Thread Oleg SHALAEV
In my opinion the program is ready for uploading under the GPL2, see http://chalaev.com/wifi-switcher https://github.com/chalaev/wifi-switcher https://github.com/chalaev/wifi-switcher/tree/master/current_release but I can not do it because I am not a Debian Developer. Is it possible to submit the

Re: What to do when a maintainer is blocking maintenance for stretch?

2016-11-18 Thread Sean Whitton
Hello, On Fri, Nov 18, 2016 at 03:12:06PM -0500, Barry Warsaw wrote: > And please strongly consider team maintenance where available. I second the advice to strongly consider it, but it should probably be noted somewhere in this thread that team maintenance is not a panacea. While it might make

Bug#844784: ITP: d3-format -- Formatting numbers for human consumption

2016-11-18 Thread Ximin Luo
Package: wnpp Severity: wishlist Owner: Ximin Luo * Package name: d3-format Version : 1.0.2 Upstream Author : 2010-2015 Mike Bostock * URL : https://github.com/d3/d3-format * License : BSD Programming Lang: JS Description : Formatting numbers for human

Re: Bug#805116: ITP: wifi-switcher

2016-11-18 Thread Paul Wise
On Sat, Nov 19, 2016 at 10:18 AM, Oleg SHALAEV wrote: > but I can not do it because I am not a Debian Developer. > Is it possible to submit the program to a Debian Developer, > or I have to register as a a Debian Developer myself? Please read this page: https://mentors.debian.net/intro-maintain

Bug#844786: ITP: snap -- The open telemetry framework

2016-11-18 Thread matt jones
Package: wnpp Severity: wishlist Owner: matt jones * Package name: snap Version : 1.0.0 Upstream Author : Intel * URL : http://snap-telemetry.io/ * License : Apache License Version 2.0 Programming Lang: Go Description : The open telemetry framework Sna

Bug#844985: ITP: fonts-churchslavonic -- This package provides OpenType and TrueType fonts for Church Slavonic (cu)

2016-11-18 Thread Aleksandr Andreev
Package: wnpp Severity: wishlist Owner: Aleksandr Andreev * Package name: fonts-churchslavonic Version : 1.0.0 Upstream Author : Aleksandr Andreev * URL : http://sci.ponomar.net/ * License : SIL Open Font License 1.1 Programming Lang: N/A Description :

Bug#844986: ITP: python-jsonref -- JSON Reference implementation for Python

2016-11-18 Thread Paolo Greppi
Package: wnpp Severity: wishlist Owner: Paolo Greppi X-Debbugs-Cc: paolo.gre...@libpf.com, debian-devel@lists.debian.org * Package name: python-jsonref Version : 0.1 Upstream Author : Chase Sterling * URL : https://github.com/gazpachoking/jsonref * License : M

Re: testing OpenSSL 1.1.0 on jessie

2016-11-18 Thread Daniel Pocock
On 18/11/16 21:09, Kurt Roeckx wrote: > On Fri, Nov 18, 2016 at 02:22:23PM -0500, Zack Weinberg wrote: >> Daniel Pocock wrote: >>> I wanted to try compiling some upstream projects against OpenSSL 1.1.0 >>> on jessie, without installing the package though. I tried the following: >>> >>> dget -x >