Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Sven Joachim
On 2016-06-24 23:01 -0700, Josh Triplett wrote: > Some packages, if installed on any architecture, must be installed for > every enabled architecture. Most notably, an NSS or PAM module package, > if enabled in /etc/nsswitch.conf or /etc/pam.d respectively, must exist > for every enabled architec

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Ben Hutchings
On Fri, 2016-06-24 at 23:01 -0700, Josh Triplett wrote: > Some packages, if installed on any architecture, must be installed for > every enabled architecture.  Most notably, an NSS or PAM module package, > if enabled in /etc/nsswitch.conf or /etc/pam.d respectively, must exist > for every enabled a

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Josh Triplett
On Sat, Jun 25, 2016 at 09:37:37AM +0200, Ben Hutchings wrote: > On Fri, 2016-06-24 at 23:01 -0700, Josh Triplett wrote: > > Some packages, if installed on any architecture, must be installed for > > every enabled architecture.  Most notably, an NSS or PAM module package, > > if enabled in /etc/nss

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Josh Triplett
Sven Joachim wrote: > On 2016-06-24 23:01 -0700, Josh Triplett wrote: > > Some packages, if installed on any architecture, must be installed for > > every enabled architecture. Most notably, an NSS or PAM module package, > > if enabled in /etc/nsswitch.conf or /etc/pam.d respectively, must exist >

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Simon McVittie
On Fri, 24 Jun 2016 at 23:01:21 -0700, Josh Triplett wrote: > Some packages, if installed on any architecture, must be installed for > every enabled architecture. Most notably, an NSS or PAM module package, > if enabled in /etc/nsswitch.conf or /etc/pam.d respectively, must exist > for every enabl

How to select an interpretor version?

2016-06-25 Thread Victor Porton
I have an interpreter name (say "Python") and an interval of versions (say "2.5 - 2.6"). Based on this data I need to select the python executable among installed files, if available. The rule of the "game" is that I write a data file (preferably in RDF/Turtle format) which describes all avail

Re: How to select an interpretor version?

2016-06-25 Thread Geert Stappers
On Sat, Jun 25, 2016 at 02:41:04PM +0300, Victor Porton wrote: > I have an interpreter name (say "Python") and an interval of versions (say > "2.5 - 2.6"). > > Based on this data I need to select the python executable among installed > files, if available. That "problem" is solved by '#!/usr/bi

Re: Bug#727169: RFP: lua-stdlib -- Standard Lua libraries

2016-06-25 Thread Sergio Durigan Junior
Control: retitle -1 ITP: lua-stdlib -- Standard Lua libraries Control: owner -1 ! On Tuesday, October 22 2013, Axel Beckert wrote: > * Package name: lua-stdlib > Version : v35 > Upstream Author : Reuben Thomas et al. > * URL or Web page : https://github.com/rrthomas/lua-stdlib > *

Re: Neomutt packages available

2016-06-25 Thread Geert Stappers
On Fri, Jun 24, 2016 at 11:19:33PM +0200, Alexander Wirt wrote: > On Fri, 24 Jun 2016, Elimar Riesebieter wrote: > > * Jonathan Dowland [2016-06-24 09:24 +0100]: > > > On Thu, Jun 23, 2016 at 09:10:50PM +0200, Elimar Riesebieter wrote: > > > > > > > > I've packaged neomutt for Debian. A Debian IT

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread David Kalnischkies
On Sat, Jun 25, 2016 at 02:01:27AM -0700, Josh Triplett wrote: > Sven Joachim wrote: > > On 2016-06-24 23:01 -0700, Josh Triplett wrote: > > > Some packages, if installed on any architecture, must be installed for > > > every enabled architecture. Most notably, an NSS or PAM module package, > > >

Re: How to select an interpretor version?

2016-06-25 Thread Victor Porton
Geert Stappers, you have misunderstood my problem. I want to support ALL interpreters available in Debian (Perl, Python, Ruby, Java, etc.) I need to make supporting all interpreters and all their versions manageable. My question is how to support it all, specifically when a user explicitly spe

Re: How to select an interpretor version?

2016-06-25 Thread Geert Stappers
On Sat, Jun 25, 2016 at 06:44:35PM +0300, Victor Porton wrote: > Geert Stappers wrote: > > On Sat, Jun 25, 2016 at 02:41:04PM +0300, Victor Porton wrote: > > > I have an interpreter name (say "Python") and an interval of versions ... 28 lines from previous posting ( not previous discussion ) .

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Ian Jackson
Josh Triplett writes ("Handling Multi-Arch packages that must be installed for every enabled architecture?"): > That would solve the problem for the couple of cases it has come up in, > but it seems far from ideal; I'd welcome an cleaner alternative > solution. Notably, this doesn't work well for

Re: How to select an interpretor version?

2016-06-25 Thread Ian Jackson
Victor Porton writes ("Re: How to select an interpretor version?"): > Geert Stappers, you have misunderstood my problem. > > I want to support ALL interpreters available in Debian (Perl, Python, Ruby, > Java, etc.) > > I need to make supporting all interpreters and all their versions > manageab

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Josh Triplett
On Sat, Jun 25, 2016 at 07:08:39PM +0100, Ian Jackson wrote: > Josh Triplett writes ("Handling Multi-Arch packages that must be installed > for every enabled architecture?"): > > That would solve the problem for the couple of cases it has come up in, > > but it seems far from ideal; I'd welcome an

Bug#828176: ITP: cnvkit -- Copy number variant detection from targeted DNA sequencing

2016-06-25 Thread Michael R. Crusoe
Package: wnpp Severity: wishlist Owner: Debian Med team * Package name: cnvkit Version : 0.7.11 Upstream Author : Eric Talevich * URL : http://cnvkit.readthedocs.io/ * License : Apache-2.0 Programming Lang: Python Description : Copy number variant dete

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Josh Triplett
Simon McVittie wrote: > On Fri, 24 Jun 2016 at 23:01:21 -0700, Josh Triplett wrote: > > Some packages, if installed on any architecture, must be installed for > > every enabled architecture. Most notably, an NSS or PAM module package, > > if enabled in /etc/nsswitch.conf or /etc/pam.d respectively

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Ian Jackson
Josh Triplett writes ("Re: Handling Multi-Arch packages that must be installed for every enabled architecture?"): > On Sat, Jun 25, 2016 at 07:08:39PM +0100, Ian Jackson wrote: > > * LD_PRELOAD hacks need their .so installing for all architecture "for > > which they are going to be used" (whatev

Re: Handling Multi-Arch packages that must be installed for every enabled architecture?

2016-06-25 Thread Josh Triplett
David Kalnischkies wrote: > On Sat, Jun 25, 2016 at 02:01:27AM -0700, Josh Triplett wrote: > > Sven Joachim wrote: > > > On 2016-06-24 23:01 -0700, Josh Triplett wrote: > > > > Some packages, if installed on any architecture, must be installed for > > > > every enabled architecture. Most notably,

Re: How to select an interpretor version?

2016-06-25 Thread Victor Porton
Ian Jackson wrote: > Victor Porton writes ("Re: How to select an interpretor version?"): >> Geert Stappers, you have misunderstood my problem. >> >> I want to support ALL interpreters available in Debian (Perl, Python, >> Ruby, Java, etc.) >> >> I need to make supporting all interpreters and all

Bug#828184: ITP: r-cran-r.cache -- R package: Fast and Light-Weight Caching of Objects and Results

2016-06-25 Thread Michael R. Crusoe
Package: wnpp Severity: wishlist Owner: Debian Med team * Package name: r-cran-r.cache Version : 0.12.0 Upstream Author : Henrik Bengtsson * URL : https://github.com/HenrikBengtsson/R.cache * License : LGPL (>= 2.1) Programming Lang: R Description : R

Bug#828189: ITP: r-bioc-dnacopy -- R package: DNA copy number data analysis

2016-06-25 Thread Michael R. Crusoe
Package: wnpp Severity: wishlist Owner: Debian Med team * Package name: r-bioc-dnacopy Version : 1.46.0 Upstream Author : Venkatraman E. Seshan * URL : http://www.bioconductor.org/packages/release/bioc/html/DNAcopy.html * License : GPL-2.0+ Programming Lang

Re: How to select an interpretor version?

2016-06-25 Thread Ian Jackson
Victor Porton writes ("Re: How to select an interpretor version?"): > I am going to write a program which automatically converts between XML > formats using scripts described by RDF resources located at namespace URLs > (not a precise description of my project, but you've got the taste). > > The

Re: How to select an interpretor version?

2016-06-25 Thread Victor Porton
On Sat, 2016-06-25 at 23:54 +0100, Ian Jackson wrote: > Victor Porton writes ("Re: How to select an interpretor version?"): > > I am going to write a program which automatically converts between > > XML  > > formats using scripts described by RDF resources located at > > namespace URLs  > > (not a

Bug#828194: ITP: r-cran-listenv -- R package: Environments Behaving (Almost) as Lists

2016-06-25 Thread Michael R. Crusoe
Package: wnpp Severity: wishlist Owner: Debian Med team * Package name: r-cran-listenv Version : 0.6.0 Upstream Author : Henrik Bengtsson * URL : https://github.com/HenrikBengtsson/listenv * License : LGPL 2.1+ Programming Lang: R Description : R packa

Bug#828196: ITP: r-cran-globals -- R package: Identify Global Objects in R Expressions

2016-06-25 Thread Michael R. Crusoe
Package: wnpp Severity: wishlist Owner: Debian Med team * Package name: r-cran-globals Version : 0.6.1 Upstream Author : Henrik Bengtsson * URL : https://github.com/HenrikBengtsson/globals * License : LGPL-2.1+ Programming Lang: R Description : R packa

Bug#828197: ITP: r-cran-future -- R package: A Future API for R

2016-06-25 Thread Michael R. Crusoe
Package: wnpp Severity: wishlist Owner: Debian Med team * Package name: r-cran-future Version : 1.0.0 Upstream Author : Henrik Bengtsson * URL : https://github.com/HenrikBengtsson/future * License : LGPL-2.1+ Programming Lang: R Description : R package

Re: Next steps for gitlab.debian (Re: GitLab B.V. to host free-software GitLab for Debian project)

2016-06-25 Thread Tollef Fog Heen
]] Holger Levsen > On Wed, Jun 22, 2016 at 08:13:40AM +, Eliran Mesika wrote: > > As I wrote earlier, we're open to making certain features available upon > > request. In the specific case of the feature that was discussed - could you > > please elaborate what is missing and what functionalit