Re: Pimp your shell - Debian developer tips?

2020-07-15 Thread Samuel Henrique
Sorry for being late to the discussion, but I'd like to share my dotfiles and setup script that I use for my Debian Testing machines. https://salsa.debian.org/samueloph/dotfiles I just updated the README.md to explain the high level of it. In summary, this is what I use to setup vim, atom, i3, b

Bug#965084: ITP: golang-github-malfunkt-iprange -- IPv4 address parser for the nmap format

2020-07-15 Thread Francisco Vilmar Cardoso Ruviaro
Package: wnpp Severity: wishlist Owner: Francisco Vilmar Cardoso Ruviaro X-Debbugs-Cc: debian-devel@lists.debian.org, francisco.ruvi...@riseup.net * Package name: golang-github-malfunkt-iprange Version : 0.9.0 Upstream Author : José Nieto

Bug#965078: ITP: golang-github-adrianmo-go-nmea -- Go library for the NMEA 0183 protocol

2020-07-15 Thread Francisco Vilmar Cardoso Ruviaro
Package: wnpp Severity: wishlist Owner: Francisco Vilmar Cardoso Ruviaro X-Debbugs-Cc: debian-devel@lists.debian.org, francisco.ruvi...@riseup.net * Package name: golang-github-adrianmo-go-nmea Version : 1.2.0 Upstream Author : Adrián Moreno * URL : https://github.com

Re: Bug#965044: RFP: gnome-podcasts — A podcast client for GNOME

2020-07-15 Thread Andrei POPESCU
Control: reassign -1 wnpp On Ma, 14 iul 20, 23:22:20, Graweeld - (grwd) wrote: > Package: gnome-podcasts > > RFP > Severity: wishlist > > A simple, and responsive podcast feed player for the GNOME desktop. > > License: GPL > > Source: https://gitlab.gnome.org/World/podcasts#contributing > > P

Bug#965065: ITP: golang-github-mmcloughlin-avo -- Generate x86 Assembly with Go

2020-07-15 Thread Roger Shimizu
Package: wnpp Severity: wishlist Owner: Roger Shimizu * Package name: golang-github-mmcloughlin-avo Version : 0.0~git20200523.4439b6b-1 Upstream Author : Michael McLoughlin * URL : https://github.com/mmcloughlin/avo * License : BSD-3-clause Programming Lang:

Re: Source only upload

2020-07-15 Thread Holger Levsen
On Wed, Jul 15, 2020 at 01:33:10PM +, Paul Wise wrote: > > > So we have the buildds installing packages from snapshot.d.o based on > > > what the maintainer built the package with? > > no(t yet?) > I'm confused, Thomas proposed that packages are rejected unless the > buildd binaries are identic

Re: Source only upload

2020-07-15 Thread Paul Wise
On Wed, Jul 15, 2020 at 12:45 PM Holger Levsen wrote: > On Wed, Jul 15, 2020 at 12:41:00PM +, Paul Wise wrote: > > So we have the buildds installing packages from snapshot.d.o based on > > what the maintainer built the package with? > > no(t yet?) > > also: s#what the maintainer built the packa

Re: Source only upload

2020-07-15 Thread Holger Levsen
On Wed, Jul 15, 2020 at 12:41:00PM +, Paul Wise wrote: > So we have the buildds installing packages from snapshot.d.o based on > what the maintainer built the package with? no(t yet?) also: s#what the maintainer built the package with#what the packages was built with# -- cheers, H

Re: Source only upload

2020-07-15 Thread Paul Wise
On Wed, Jul 15, 2020 at 11:22 AM Holger Levsen wrote: > debrebuild from src:devscripts can create an sbuild commandline to install > exactly the build depends which were installed in the build which is about > to be rebuild, using the data from the .buildinfo file. So we have the buildds installi

Re: Source only upload

2020-07-15 Thread Holger Levsen
On Wed, Jul 15, 2020 at 02:37:26AM +, Paul Wise wrote: > On Tue, Jul 14, 2020 at 4:06 PM Thomas Goirand wrote: > > Better: we must mandate binary uploads, rebuild them, and make sure they > > are reproducible. Then get the buildd upload the binary they build (or > > the one from the uploader, s

Preferred form of modification for binary data used in unit testing?

2020-07-15 Thread Philipp Hahn
Hi, if a *previous* version of a software generated a *buggy* binary database, that bug got fixed in a *newer* version and also some *recovery* mechanism was added to allow reading that broken format *once*, but there is no code the write the *broken* file again. For *unit testing* the upstream de