How to handle JavaScript npm + gulp web GUI packaging?

2016-02-11 Thread Thomas Goirand
Hi, I would like to package a web app which contains Javascript stuff, which are using npm + gulp (to disclose everything: I am packaging fuel-web). Currently, the way to build the JavaScript is to do: cd nailgun npm install ./node_modules/.bin/gulp build --static-dir=compressed_static mkdir -p

Re: How to change config script for multiarch?

2016-02-11 Thread NOKUBI Takatsugu
At Fri, 12 Feb 2016 01:12:43 +0100, Jakub Wilk wrote: > I don't know much about this package, but codesearch.d.n tells me that > all users of chasen-config call it with the --mkchadic option, which > causes the script to print /usr/lib//chasen/, which is a > directory shipped by chasen-config. So i

Re: 50.000 binary packages

2016-02-11 Thread Paul Wise
On Mon, Feb 8, 2016 at 9:25 PM, Enrico Zini wrote: > On Mon, Feb 08, 2016 at 12:01:41PM +0200, Lars Wirzenius wrote: > >> Possibly someone should set up an online quiz thing, where you're >> shown a package name, its short description, and three randomly chosen >> short descriptions, and have to gu

Re: How to change config script for multiarch?

2016-02-11 Thread Paul Wise
On Fri, Feb 12, 2016 at 10:20 AM, NOKUBI Takatsugu wrote: > I am also a member of the upstream, but the software is now under > maintainance phase, so it is hard to accept using pkg-config insead of > the current script. > I consider to use pkg-config on debian specific patch in the future. There

Re: How to change config script for multiarch?

2016-02-11 Thread Paul Wise
On Wed, Feb 10, 2016 at 9:09 PM, Johannes Schauer wrote: > A bit OT: the old-style-config-script lintian description links to a 404 page > on sources.debian.net. Maybe this link should be updated? Is there a way to > create a link to a file on sources.debian.net where, if the version doesn't > exi

Work-needing packages report for Feb 12, 2016

2016-02-11 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: 710 (new: 3) Total number of packages offered up for adoption: 190 (new: 0) Total number of packages request

Re: How to change config script for multiarch?

2016-02-11 Thread Jakub Wilk
* NOKUBI Takatsugu , 2016-02-12, 08:27: Jakub Wilk wrote: Are you trying to move the script to libchasen-dev? Why? There are Debian maintainer scripts that use chasen-config. Are they going to depend on the -dev package? Yes, now I will move the script into libchasen-dev because it seems mak

Re: How to change config script for multiarch?

2016-02-11 Thread NOKUBI Takatsugu
At Wed, 10 Feb 2016 13:17:50 +0100, Jakub Wilk wrote: > Are you trying to move the script to libchasen-dev? Why? There are > Debian maintainer scripts that use chasen-config. Are they going to > depend on the -dev package? Yes, now I will move the script into libchasen-dev because it seems make se

Re: How to change config script for multiarch?

2016-02-11 Thread NOKUBI Takatsugu
Thank you your good answer. At Wed, 10 Feb 2016 08:34:10 +0100, Vincent Danjean wrote: > I do not think there is a generic answer. But, if your script is > simple, perhaps just replacing hardcoded directory names by the output > of "dpkg -qDEB_HOST_MULTIARCH" will be enough. I think "dpkg-archi

Bug#814462: ITP: codecrypt -- Post-quantum encryption and signing tool.

2016-02-11 Thread Mirek Kratochvil
Package: wnpp Severity: wishlist Owner: Mirek Kratochvil * Package name: codecrypt Version : 1.7.3 Upstream Author : Mirek Kratochvil * URL : https://github.com/exaexa/codecrypt * License : LGPLv3 Programming Lang: C++ Description : Post-quantum encryp

Re: migrating to Debian gitlab

2016-02-11 Thread Pirate Praveen
On Friday 12 February 2016 02:06 AM, Adam Borowski wrote: > On Thu, Feb 11, 2016 at 11:59:09PM +0530, Pirate Praveen wrote: >> Checking /proc/cmdline was working in my test machine as I had systemd >> before it became the default. >> >> I think checking /proc/1/cmdline will be a better method of c

Re: migrating to Debian gitlab

2016-02-11 Thread Christian Seiler
On 02/11/2016 09:36 PM, Adam Borowski wrote: > On Thu, Feb 11, 2016 at 11:59:09PM +0530, Pirate Praveen wrote: >> Checking /proc/cmdline was working in my test machine as I had systemd >> before it became the default. >> >> I think checking /proc/1/cmdline will be a better method of checking syste

Re: migrating to Debian gitlab (was: Re: GitLab B.V. to host free-software GitLab for Debian project)

2016-02-11 Thread Adam Borowski
On Thu, Feb 11, 2016 at 11:59:09PM +0530, Pirate Praveen wrote: > Checking /proc/cmdline was working in my test machine as I had systemd before > it became the default. > > I think checking /proc/1/cmdline will be a better method of checking systemd. /proc/1/cmdline will be wrong in chroots if t

Re: migrating to Debian gitlab (was: Re: GitLab B.V. to host free-software GitLab for Debian project)

2016-02-11 Thread Pirate Praveen
On 2016, ഫെബ്രുവരി 11 11:18:14 PM IST, Johannes Schauer wrote: >Hi, > >Quoting Pirate Praveen (2016-02-11 16:58:56) >> You can use, >> >> systemctl start gitlab.target >> >> as init script has problems with systemd. The installation is >complete otherwise. >> >> I added systemd unit files a

Re: migrating to Debian gitlab (was: Re: GitLab B.V. to host free-software GitLab for Debian project)

2016-02-11 Thread Johannes Schauer
Hi, Quoting Pirate Praveen (2016-02-11 16:58:56) > You can use, > > systemctl start gitlab.target > > as init script has problems with systemd. The installation is complete > otherwise. > > I added systemd unit files already and I will add a check for systemd to fix > the bug. thanks, that

Re: migrating to Debian gitlab (was: Re: GitLab B.V. to host free-software GitLab for Debian project)

2016-02-11 Thread Pirate Praveen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 2016, ഫെബ്രുവരി 11 8:44:45 PM IST, Johannes Schauer wrote: >Hi, > >Quoting IOhannes m zmölnig (Debian/GNU) (2016-02-11 13:17:36) >> thank you very much for all your efforts! > >let me express my gratitude as well! > >Thank you for all your hard

migrating to Debian gitlab (was: Re: GitLab B.V. to host free-software GitLab for Debian project)

2016-02-11 Thread Johannes Schauer
Hi, Quoting IOhannes m zmölnig (Debian/GNU) (2016-02-11 13:17:36) > thank you very much for all your efforts! let me express my gratitude as well! Thank you for all your hard work! It seems installing gitlab pulled in more than 330 (!!) ruby packages. > now i only need a migration plan :-) If

Re: GitLab B.V. to host free-software GitLab for Debian project

2016-02-11 Thread Debian/GNU
On 2016-02-10 23:12, Pirate Praveen wrote: > On Friday 22 January 2016 10:20 PM, Balasankar C wrote: >> On വ്യാഴം 21 ജനുവരി 2016 07:11 വൈകു, Pirate Praveen wrote: >>> I need help with integrating debconf for configuring hostname. Somehow I'm >>> not able to troubleshoot the error. It seems I'm m

Bug#814418: ITP: python-shotgun -- Create and save Fuel diagnostic snapshots

2016-02-11 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: python-shotgun Version : 0.1.0~0+2016.12.30.git.0682f20c42 Upstream Author : OpenStack Foundation * URL : https://github.com/openstack/shotgun * License : Apache-2.0 Programming Lang: Pyt

Re: How to change config script for multiarch?

2016-02-11 Thread Johannes Schauer
Hi, Quoting Jakub Wilk (2016-02-11 12:44:34) > * Johannes Schauer , 2016-02-10, 11:09: > >The old-style-config-script tag which src:chasen suffers from as well and > >which was also linked to by Bastien contains more valuable information. The > >important message is: please use pkg-config and not

Re: How to change config script for multiarch?

2016-02-11 Thread Jakub Wilk
* Johannes Schauer , 2016-02-10, 11:09: I am a maintainer of chasen package. It contains chasen-config, it work as pkg-config like but it's a single script. Latest lintain reports: E: libchasen-dev: old-style-config-script-multiarch-path usr/bin/chasen-config full text contains architecture sp

Bug#814407: ITP: fuel-web -- OpenStack Fuel deployment server & web GUI

2016-02-11 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand * Package name: fuel-web Version : 9.0~0+2016.02.11.git.0a3a744bd5+dfsg1 Upstream Author : OpenStack Foundation * URL : https://github.com/openstack/fuel-web * License : Apache-2.0, Expat Programming Lan

Bug#814402: ITP: apertium-sme-nob -- Apertium translation data for the Northern Sami-Norwegian Bokmål pair

2016-02-11 Thread Kartik Mistry
Package: wnpp Severity: wishlist Owner: Kartik Mistry * Package name: apertium-sme-nob Version : 0.6.0~r65146 Upstream Author : Francis Tyers, Kevin Brubeck Unhammer, Trond Trosterud * URL : http://apertium.org/ * License : GPL-2+ Programming Lang: Descript

Bug#814400: ITP: giella-sme -- Giellatekno single language data for North Saami

2016-02-11 Thread Kartik Mistry
Package: wnpp Severity: wishlist Owner: Kartik Mistry * Package name: giella-sme Version : 0.0.20150917~r129253 Upstream Author : Giellatekno at The University of Tromsø * URL : http://giellatekno.uit.no/ * License : GPL-2+ Programming Lang: Description

Bug#814398: ITP: giella-core -- GTCORE files for building Giellatekno language

2016-02-11 Thread Kartik Mistry
Package: wnpp Severity: wishlist Owner: Kartik Mistry * Package name: giella-core Version : 0.1.1~r129227 Upstream Author : Giellatekno at The University of Tromsø * URL : http://giellatekno.uit.no/ * License : GPL-2+ Programming Lang: Description :