[Q] How we set Vcs-* ?

2016-01-31 Thread dai
Hi, I set Vcs-* at my package mikutter previously: Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/mikutter.git Vcs-Git: git://anonscm.debian.org/collab-maint/mikutter.git Other day, I got lintian warning "vcs-field-uses-insecure-uri". First, I modified Vcs-Browser:

Remotely management advertising player / Attn: Technical Manager与您共享了相册。

2016-01-31 Thread Remotely management advertising player / Attn: Technical Manager
Hi After visiting your website I decided to contact your esteemed company as one of the leaders of digital signage field . AD-460FT is a centralized management totem advertising solution , consist of 46" LCD monitor ,media player and content management software. Based on the solution,

Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?

2016-01-31 Thread Andreas Tille
On Sun, Jan 31, 2016 at 08:20:20AM -0200, Tiago Ilieve wrote: > On 31 January 2016 at 07:47, Jonas Smedegaard wrote: > > Instead of introducing new flags, I suggest to extend existing flags to > > support "relative URLs" which are somewhere within Debian. > > > > E.g. the following: > > > > Vcs-

Re: broken mount behaviour on jessie

2016-01-31 Thread Michael Biebl
Am 31.01.2016 um 22:31 schrieb Brian May: > Peter Palfrader writes: > >> o) you cannot unmount the tmp0 tree while the tmp1 tree is busy: >> >> } root@valiant:/mnt# (cd tmp1/dev/pts ; sleep 10 &) >> } root@valiant:/mnt# umount /mnt/tmp0/dev/pts >> } umount: /mnt/tmp0/dev/pts: target is busy >> }

Re: broken mount behaviour on jessie

2016-01-31 Thread Brian May
Peter Palfrader writes: > o) you cannot unmount the tmp0 tree while the tmp1 tree is busy: > > } root@valiant:/mnt# (cd tmp1/dev/pts ; sleep 10 &) > } root@valiant:/mnt# umount /mnt/tmp0/dev/pts > } umount: /mnt/tmp0/dev/pts: target is busy > } (In some cases useful info about processes t

Re: The state of cross building

2016-01-31 Thread Helmut Grohne
Hi Colin, On Sun, Jan 31, 2016 at 04:51:26PM +, Colin Watson wrote: > Thanks for doing this. > > How frequently will these be updated? It would be nice for people to be > able to upload fixes and see the effects. Thus far, these are one-shot rebuilds. It is the second attempt of mine. I cro

Re: The state of cross building

2016-01-31 Thread Helmut Grohne
Hi Timo, On Sun, Jan 31, 2016 at 05:18:22PM +0100, Timo Weingärtner wrote: > make just defaults CC to cc so setting CC in the surrounding environment > works > as intended, even without a Makefile. Just try: "CC=clang make foo" with a > foo.c in the directory. I stand corrected about this simp

Re: broken mount behaviour on jessie

2016-01-31 Thread Tollef Fog Heen
]] Peter Palfrader > It has been suggested on IRC that this is due to systemd mounting > filesystems with O_SHARE. Regardless of why, these two things at the > bottom are horribly broken. We need to fix this somehow. This looks a lot like https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=73959

Re: The state of cross building

2016-01-31 Thread Colin Watson
On Sat, Jan 30, 2016 at 08:08:09PM +0100, Helmut Grohne wrote: > Out of those 5000 source packages, I selected 3000 popular (as in > popcon) source packages and built them using debomatic (build arch = > amd64, host arch = ppc64el). (Thanks to Luca Falavigna.) About 1000 > builds were successful (w

Re: The state of cross building

2016-01-31 Thread Timo Weingärtner
Hi Helmut, 2016-01-31 15:58:17 Helmut Grohne: > Unfortunately, for Makefile based build systems we cannot simply pass CC > to the build. Exporting it as an environment variable, will not help > much as make defines CC as a builtin variable, which overrides the > environment. In the vast majority o

Bug#813320: ITP: erlang-p1-fast-tls -- native TLS / SSL driver for Erlang / Elixir

2016-01-31 Thread Philipp Huebner
Package: wnpp Severity: wishlist Owner: Philipp Huebner * Package name: erlang-p1-fast-tls Version : 1.0.0 Upstream Author : ProcessOne * URL : https://github.com/processone/fast_tls/ * License : Apache 2.0 Programming Lang: Erlang Description : native

Re: bugs in bootstrap.debian.net (was: Re: The state of cross building)

2016-01-31 Thread Jakub Wilk
* Johannes Schauer , 2016-01-31, 15:27: libmagickcore-dev is multiarch:foreign This is surely a bug. libmagickcore-dev is a transitional package for libmagickcore-6.q16-dev, which is MA:same, so its interfaces are very much architecture dependent. -- Jakub Wilk

Re: The state of cross building

2016-01-31 Thread Helmut Grohne
Hi Timo, On Sun, Jan 31, 2016 at 12:24:29PM +0100, Timo Weingärtner wrote: > The build log has an interesting line: > > dpkg-architecture: warning: specified GNU system type powerpc64le-linux-gnu > > does not match CC system type x86_64-linux-gnu, try setting a correct CC > > environment variabl

Re: bugs in bootstrap.debian.net (was: Re: The state of cross building)

2016-01-31 Thread Johannes Schauer
Hi Stephen and Bastien, Quoting Stephen Kitt (2016-01-31 11:49:32) > I'll give it a shot... (And add this later to the wiki.) which page will you be editing? > As I understand it, the page lists *dependency* problems which prevent: It is indeed important to stress that these are only dependency

Re: bugs in bootstrap.debian.net (was: Re: The state of cross building)

2016-01-31 Thread Stephen Kitt
Hi Johannes, hi Bastien, On Sun, 31 Jan 2016 01:53:34 +0100, Johannes Schauer wrote: > Quoting Bastien ROUCARIES (2016-01-31 00:49:14) > > Could you document on wiki how can we begin as a package manager. For > > instance I could not achieve to parse > > http://bootstrap.debian.net/cross_all/imag

Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?

2016-01-31 Thread Tiago Ilieve
On 31 January 2016 at 07:47, Jonas Smedegaard wrote: > Instead of introducing new flags, I suggest to extend existing flags to > support "relative URLs" which are somewhere within Debian. > > E.g. the following: > > Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/ciderwebmail > Vcs-Browser

Re: The state of cross building

2016-01-31 Thread Timo Weingärtner
Hi, 2016-01-30 20:08:09 Helmut Grohne: > Let me give a status update on how well cross building works in > unstable. > Processing the logs > --- > > I've hacked up a script that guesses failure reasons by scanning the > logs with some regular expressions. Common issues are: > >

broken mount behaviour on jessie

2016-01-31 Thread Peter Palfrader
Trying to figure out why my schroot builds keep failing after upgrading to jessie, I finally narrowed it down to broken behaviour with mount on jessie: } root@valiant:/mnt# find } . } ./tmp1 } ./tmp1/dev } ./tmp0 } ./tmp0/dev Two trees, with a dev directory each. Let's mount /dev and /dev/pts th

Bug#813294: ITP: libosmo-sccp -- Osmocom library for SCCP

2016-01-31 Thread Ruben Undheim
Package: wnpp Severity: wishlist Owner: Ruben Undheim * Package name: libosmo-sccp Version : 0.7.0 Upstream Author : Osmocom * URL : https://github.com/osmocom/libosmo-sccp * License : GPL Programming Lang: C Description : Osmocom library for SCCP Thi

Bug#813295: ITP: libsmpp34 -- Open PDU SMPP packaging and unpackaging tool

2016-01-31 Thread Ruben Undheim
Package: wnpp Severity: wishlist Owner: Ruben Undheim * Package name: libsmpp34 Version : 1.10 Upstream Author : Raul Tremsal * URL : http://c-open-smpp-34.sourceforge.net/ * License : LGPL Programming Lang: C Description : Open PDU SMPP packaging and

Bug#813293: ITP: openggsn -- OpenSource Gateway GPRS Support Node (GGSN)

2016-01-31 Thread Ruben Undheim
Package: wnpp Severity: wishlist Owner: Ruben Undheim * Package name: openggsn Version : 0.92 Upstream Author : Osmocom * URL : http://sourceforge.net/projects/ggsn/ * License : GPL-2 Programming Lang: C Description : OpenSource Gateway GPRS Support Nod

Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?

2016-01-31 Thread Jonas Smedegaard
Quoting Andreas Tille (2016-01-31 12:53:11) > over time I have seen several changes in the values we should put in > to Vcs-* fields. The latest one is s/http:/https:/. While using > config model editor helps a lot to follow those changes we will > probably see more and more packages inside th

Bug#813291: ITP: keyrings.alt -- Alternate keyring backend implementations for use with python-keyring

2016-01-31 Thread Dmitry Shachnev
Package: wnpp Severity: wishlist Owner: Dmitry Shachnev * Package name: keyrings.alt Version : 1.1 Upstream Author : Jason R. Coombs * URL : https://github.com/jaraco/keyrings.alt * License : MIT Programming Lang: Python Description : Alternate keyring

Bug#813286: ITP: elpa-with-editor -- Use the Emacsclient as $EDITOR

2016-01-31 Thread Remi Vanicat
Package: wnpp Owner: Rémi Vanicat Severity: wishlist * Package name: elpa-with-editor Version : 2.5.0 Upstream Author : The Magit Project Contributors * URL or Web page : https://github.com/magit/with-editor * License : GPLv3+ Description : Use the Emacsclient as $ED

Re: Are two Vcs-{Git|Svn|...} and Vcs-Browser fields sensible?

2016-01-31 Thread Andreas Tille
On Sun, Jan 31, 2016 at 08:51:55AM +0100, Geert Stappers wrote: > > Yes, it makes sense > to have a both Vcs-{Git|Svn|...} and a separate Vcs-Browser field. > > Keep the possibility to copy-and-paste an VCS-URL for "manual checkout" > > Keep a working Vcs-Brower URL. Because: > * site admin is