Re: Debian vs Linux namespaces

2019-03-25 Thread Florian Lohoff

Hi,

On Sat, Mar 23, 2019 at 01:34:34PM +0100, Harald Dunkel wrote:
> Hi folks,
> 
> AFAICS there are several packages that appear to be unaware of /
> do not care about containers, e.g. opensmtpd, bind9, apt-cacher-ng,
> probably everything using pidof or pidofproc from /lib/lsb/init-\
> functions).

Or assuming that pid 1 is your init which you can send arbitrary
signals without hurting anyone.

> I noticed that containerization and Linux namespaces are not number
> one priority for Debian, but do you think this could be addressed
> for Buster? Its pretty annoying if you try to maintain the Debian host
> system, and a LXC container is affected instead.

> https://bugs.debian.org/888569
> https://bugs.debian.org/888743
> https://bugs.debian.org/858837
> https://bugs.debian.org/924551

https://bugs.debian.org/922783

Flo
-- 
Florian Lohoff f...@zz.de
UTF-8 Test: The 🐈 ran after a 🐁, but the 🐁 ran away


signature.asc
Description: PGP signature


diff-highlight (was: Re: Bug#925288: ITP: diff-so-fancy -- Good-lookin' diffs. Actually… nah… The best-lookin' diffs.)

2019-03-25 Thread Martin Bagge / brother
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

On 2019-03-22 15:34, Adam Borowski wrote:
> There's an implementation of this in "git" itself already, named 
> diff-highlight.  Alas, either I'm a complete idiot, or its
> documentation is not quite adequate -- some time ago I wasted over
> an hour trying to get that implementation to work, without
> success.

I've used .gitconfig setting for this.

[pager]
log = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight |
less
show = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight
| less
diff = perl /usr/share/doc/git/contrib/diff-highlight/diff-highlight
| less
[interactive]
diffFilter = perl
/usr/share/doc/git/contrib/diff-highlight/diff-highlight


- -- 
brother
http://sis.bthstudent.se
-BEGIN PGP SIGNATURE-

iQIzBAEBCAAdFiEEVlIsX3Eri6ICyZwJOIRDexPY/4sFAlyYx5UACgkQOIRDexPY
/4veag/9HxB2UQ9sYFYL218RTOQ2YBMX8Js9qyiA6I471dJUoj2s4GNj79hD3ZFI
4VlLbxflFkhycRo9bg33BNnJUCCIPVv0N64xcbu6SsOJrbbd2wYJngh1MuRSXvNr
EoMgRnI/wW8ToEE5Lp7ssRxb2YSJuj5DfokWQPf9ZES1lfd0WOzizY4GnxqCwUmL
/94zIv0Iboys50FZpQHo71Jv32DJ9gJxlJs8/gVlmtuGVcCmjBtzAMF2kv3YZMf6
8KhzA4hfjlyBMP08FpUCEBjmbl+OYsvu4IWXk8n4O0NtjewEpfaptcEYeGysIKtV
kxDI7PdqPbJxv0HwfEIFZsffXMj0lKolrRFiIjwpk+5s3KjLUB2nmyCeOH0A353/
QWM1D0UuCWfI9JlMzU1gOQ9ySImbIDV1pVq5GUijF2uw07ZtX1iXzr5oBrcTfo6e
EVRZaFOzlf6wMRBdDSTPufAJTcRPCvg3b2fHna3w0rZ+GNLAoKOujrW5iRMljlGB
lS1ciCQPBlaUfdpFWdn8SoiH8zwd2kI/tXIUyWgoANniG9EBKt35uJFfmCDviFah
4NrNKpeUgfGhc1jJktnzeHXEjgi5entyp4xhm/ARdGCKJCMB7lE0suDvXpFhkBuQ
Y//tBTciv6ooLxwXdbbtdoyxoow0rOJc/3kLIQp4vz6Day2HSIc=
=ZSdj
-END PGP SIGNATURE-



Bug#925466: ITP: golang-fyne-fyne -- Cross platform GUI in Go based on Material Design

2019-03-25 Thread Dawid Dziurla
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-fyne-fyne
  Version : 1.0.0-1
  Upstream Author : Fyne.io
* URL : https://github.com/fyne-io/fyne
* License : BSD-3-Clause
  Programming Lang: Go
  Description : Cross platform GUI in Go based on Material Design

 Fyne is an easy to use UI toolkit and app API written in Go.
 We use OpenGL (through the go-gl and go-glfw projects) to
 provide cross platform graphics.

This project looks very promising and interesting.
Would be nice to have it in Debian as its popularity can grow rapidly.



Bug#925502: ITP: golang-github-josephspurrier-goversioninfo -- Golang Microsoft Windows File Properties/Version Info and Icon Resource Generator

2019-03-25 Thread Dawid Dziurla
Package: wnpp
Severity: wishlist
Owner: Dawid Dziurla 

* Package name: golang-github-josephspurrier-goversioninfo
  Version : 0.0~git20190209.63e6d1a-1
  Upstream Author : Joseph Spurrier
* URL : https://github.com/josephspurrier/goversioninfo
* License : Expat
  Programming Lang: Go
  Description : Golang Microsoft Windows File Properties/Version Info and 
Icon Resource Generator

 Package creates a syso file which contains
 Microsoft Windows Version Information
 and an optional icon.
 When you run "go build",
 Go will embed the version information and
 an optional icon and
 an optional manifest in the executable.
 Go will automatically use the syso file if
 it's in the same directory as the main() function.

This package is a dependency of another package "golang-fyne-fyne" (#925466)