Bug#793755: ITP: python-libarchive-c -- Python interface to libarchive

2015-07-27 Thread Jérémy Bobbio
Package: wnpp Severity: wishlist Owner: Jérémy Bobbio * Package name: python-libarchive-c Version : 2.1 Upstream Author : Changaco * URL : https://github.com/Changaco/python-libarchive-c * License : LGPL-2+ Programming Lang: Python Description : Python

Bug#793756: ITP: python-funcsigs -- function signatures from PEP362

2015-07-27 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-funcsigs Version : 0.4 Upstream Author : Aaron Iles * URL : https://github.com/aliles/funcsigs * License : Apache-2.0 Programming Lang: Python Description : function signatur

Bug#793759: ITP: pytoml -- A Python parser for TOML

2015-07-27 Thread Luca Bruno
Package: wnpp Severity: wishlist Owner: Luca Bruno * Package name: pytoml Version : 0.1.2 Upstream Author : Martin Vejnár * URL : https://github.com/avakar/pytoml * License : MIT Programming Lang: Python Description : A TOML parser and emitter for Pytho

Bug#793769: ITP: down -- A simple game written in Ruby/SDL

2015-07-27 Thread Marcin Mielniczuk
Package: wnpp Severity: wishlist Owner: Marcin Mielniczuk Subject: ITP: down -- A simple game written in Ruby/SDL Package: wnpp Owner: Marcin Mielniczuk Severity: wishlist * Package name: down Version : 1.0.0 Upstream Author : Yutaka Hara * URL : http://route477.net

Bug#793785: RFP: libminion-perl -- Minion is a job queue for the Mojolicious real-time web framework with support for multiple backends

2015-07-27 Thread Roman V. Nikolaev
Package: wnpp Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org --- Please fill out the fields below. --- Package name: libminion-perl Version: 1.15 Upstream Author: Sebastian Riedel URL: https://metacpan.org/pod/Minion URL: https://github.com/krai

Re: Bug#793769: ITP: down -- A simple game written in Ruby/SDL

2015-07-27 Thread Alberto Luaces
Marcin Mielniczuk writes: > * URL : http://route477.net ^^^ This URL does not lead directly to the code. A link to the git repository would be better. -- Alberto -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject

Bug#793804: ITP: ruby-celluloid-essentials -- internally used Celluloid tools and superstructural dependencies

2015-07-27 Thread Balasankar C
Package: wnpp Severity: wishlist Owner: Balasankar C * Package name: ruby-celluloid-essentials Version : 0.20.1.1 Upstream Author : Tony Arcieri * URL : https://github.com/celluloid/celluloid-essentials * License : Expat Programming Lang: Ruby Description

Re: Re: Adding support for LZIP to dpkg, using that instead of xz, archive wide

2015-07-27 Thread Antonio Diaz Diaz
Vincent Lefevre wrote: the xz format is objectively more fragile than the other three. I completely disagree. IMHO, a decompressor should be very strict and detect any suspicious modification. (In the following response I'll assume that by "modification" you mean "corruption" (accidental mod

Re: Re: Adding support for LZIP to dpkg, using that instead of xz, archive wide

2015-07-27 Thread Andrey Rahmatullin
On Mon, Jul 27, 2015 at 07:11:15PM +0200, Antonio Diaz Diaz wrote: > I guess we are thinking about different use cases here: verifying a package > that can be easily downloaded again in case of corruption, vs decompressing > the only copy of an irreplaceable file. Indeed. > BTW, telling a user tha

Bug#793807: ITP: asyncssh -- asynchronous client and server implementation of SSHv2 for Python's asyncio

2015-07-27 Thread Vincent Bernat
Package: wnpp Severity: wishlist Owner: Vincent Bernat -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 * Package name: asyncssh Version : 1.2.0 Upstream Author : Ron Frederick * URL : https://github.com/ronf/asyncssh * License : Eclipse Public License Progra

Bug#793808: ITP: ruby-celluloid-fsm -- Celluloid Finite State Machines

2015-07-27 Thread Balasankar C
Package: wnpp Severity: wishlist Owner: Balasankar C * Package name: ruby-celluloid-fsm Version : 0.20.0 Upstream Author : Tony Arcieri * URL : https://github.com/celluloid/celluloid-fsm * License : Expat Programming Lang: Ruby Description : Celluloid

Bug#793810: ITP: ruby-celluloid-pool -- actor pool based on Celluloid

2015-07-27 Thread Balasankar C
Package: wnpp Severity: wishlist Owner: Balasankar C * Package name: ruby-celluloid-pool Version : 0.20.0 Upstream Author : Tony Arcieri * URL : http://github.com/celluloid/celluloid-pool * License : Expat Programming Lang: Ruby Description : actor poo

A couple a questions regarding the packaging

2015-07-27 Thread Marcin M.
Hi, 1. There are two repos on GitHub, yhara/down (upstream) and marmistrz/down. In marmistrz/down I'll create all the adaptation for Debian packaging. In Vcs-Git, should I point to my repo or to the upstream one? 2. I have an 256x256 png icon for the game. I noticed that many applications s

Bug#793812: ITP: ruby-celluloid-extras -- Celluloid expansion, testing, and example classes

2015-07-27 Thread Balasankar C
Package: wnpp Severity: wishlist Owner: Balasankar C * Package name: ruby-celluloid-extras Version : 0.20.0 Upstream Author : Tony Arcieri * URL : https://github.com/celluloid/celluloid-extras * License : Expat Programming Lang: Ruby Description : Cell

Re: A couple a questions regarding the packaging

2015-07-27 Thread Andrey Rahmatullin
On Mon, Jul 27, 2015 at 08:26:23PM +0200, Marcin M. wrote: > 1. There are two repos on GitHub, yhara/down (upstream) and marmistrz/down. > In marmistrz/down I'll create all the adaptation for Debian packaging. In > Vcs-Git, should I point to my repo or to the upstream one? https://www.debian.org/do

Re: Adding support for LZIP to dpkg, using that instead of xz, archive wide

2015-07-27 Thread Andrey Rahmatullin
On Mon, Jul 27, 2015 at 09:20:33PM +0200, Antonio Diaz Diaz wrote: > >>I guess we are thinking about different use cases here: verifying a package > >>that can be easily downloaded again in case of corruption, vs decompressing > >>the only copy of an irreplaceable file. > >Indeed. > So you agree th

Re: Adding support for LZIP to dpkg, using that instead of xz, archive wide

2015-07-27 Thread Antonio Diaz Diaz
Andrey Rahmatullin wrote: I guess we are thinking about different use cases here: verifying a package that can be easily downloaded again in case of corruption, vs decompressing the only copy of an irreplaceable file. Indeed. So you agree that xz is a bad format but you don't mind because it d

Re: Adding support for LZIP to dpkg, using that instead of xz, archive wide

2015-07-27 Thread Russ Allbery
Antonio Diaz Diaz writes: > I am not discussing a concrete use case. I understand that the defects > in xz are usually not a big problem for Debian packages that can be > easily downloaded again in case of corruption. > What I find wrong here is that by using xz in its packaging system, > Debian

Re: Facilitating external repositories

2015-07-27 Thread Wouter Verhelst
On Sat, Jul 25, 2015 at 07:27:21PM +0200, David Kalnischkies wrote: > On Thu, Jul 23, 2015 at 10:14:21AM +0200, Wouter Verhelst wrote: > > - Apt will try to download it from a default location in the repository > > (or perhaps a location specified in the deb822 sources.list file > > itself). >

ITP: blasr -- mapping single-molecule sequencing reads

2015-07-27 Thread Afif Elghraoui
[Forwarding because line-wrapping messed up processing of Owner and X-Debbugs-Cc by BTS] رسالة ممرّرة الموضوع: ITP: blasr -- mapping single-molecule sequencing reads التاريخ: Mon, 27 Jul 2015 01:50:11 -0700 مِن: Afif Elghraoui إلى: Debian Bug Tracking System Package: wnpp Sev