Bug#1049462: dpkg-source: Ignore __pycache__ by default (was: Re: __pycache__ directories)

2023-08-16 Thread Ansgar
Package: dpkg Severity: wishlist X-Debbugs-Cc: Michael Biebl , debian-devel@lists.debian.org On Mon, 2023-08-14 at 22:09 +0200, Michael Biebl wrote: > I received a couple of bug reports against packages I (co) maintain > regarding this issue and having a quick look, quite a few fail due to > pyth

Re: __pycache__ directories (Re: Potential MBF: packages failing to build twice in a row)

2023-08-16 Thread Konstantin Demin
I'd recommend to add in d/rules following variable: ```make export PYTHONDONTWRITEBYTECODE=1 ``` Optionally add this too: ```make export PYTHONUNBUFFERED=1 ``` Extra thing: ```make define remove_pycache : # $(strip $(1)): remove Python cache find $(strip $(1))/ -name __pycache__ -type d -exec

Re: Potential MBF: packages failing to build twice in a row

2023-08-16 Thread Vincent Lefevre
On 2023-08-15 09:38:32 +0200, Lucas Nussbaum wrote: > On 15/08/23 at 01:29 -0400, Michael Stone wrote: > > we don't know, since the test was "regenerate source"--a thing very few > > people care about--rather than "build twice" which is the thing people do > > seem to care about. It seems likely th

Re: __pycache__ directories (Re: Potential MBF: packages failing to build twice in a row)

2023-08-16 Thread Luca Boccassi
On Wed, 16 Aug 2023 at 09:43, Konstantin Demin wrote: > > I'd recommend to add in d/rules following variable: > > ```make > export PYTHONDONTWRITEBYTECODE=1 > ``` > > Optionally add this too: > > ```make > export PYTHONUNBUFFERED=1 > ``` > > Extra thing: > > ```make > define remove_pycache > > : #

Re: Issues in the Patch Tagging Guidelines

2023-08-16 Thread Jonathan Dowland
On Thu, Aug 10, 2023 at 03:42:03PM +0200, Lucas Nussbaum wrote: On 08/08/23 at 01:25 +0200, Guillem Jover wrote: - There is a requirement for the first field to appear on the first line, but git formatted patches start with «From ». That's OK, since From is an alternative to Author, so i

Re: Issues in the Patch Tagging Guidelines

2023-08-16 Thread Guillem Jover
Hi! [ Started this some days ago and only finished it now, I see Jonathan has covered some parts of this. ] On Thu, 2023-08-10 at 15:42:03 +0200, Lucas Nussbaum wrote: > On 08/08/23 at 01:25 +0200, Guillem Jover wrote: > > Lately I've been updating metadata in patches in packages I maintain and

Bug#1049864: ITP: libopaque - Language bindings for establishing a shared secret using the OPAQUE protocol

2023-08-16 Thread Joost van Baal-Ilić
Package: wnpp Severity: wishlist Owner: Joost van Baal-Ilić * Package name: libopaque Version : 0.99 Upstream Author : Stefan Marsiske and Chris Topher * URL : https://github.com/stef/libopaque * License : GPLv3, LGPLv3 Programming Lang: C, JavaScript, Python

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread Hugh McMaster
Hi Colin, On Tue, 15 Aug 2023 at 23:55, Colin Watson wrote: > > On Tue, Aug 15, 2023 at 10:46:30PM +1000, Hugh McMaster wrote: > > Lintian has recently started emitting this groff warning for ftlint.1 > > in freetype-demos as part of its man pages check: > > > > groff-message an.tmac::66: warning:

Re: Issues in the Patch Tagging Guidelines

2023-08-16 Thread Simon McVittie
On Wed, 16 Aug 2023 at 12:25:13 +0200, Guillem Jover wrote: > Here's what a git format-patch patch looks like: > > ,--- > From 9767e87d08803d78208464be3652a9231b6b08e3 Mon Sep 17 00:00:00 2001 > From: Guillem Jover > Date: Thu, 10 Aug 2023 20:31:02 +0200 One particularly popular tool for managin

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread Hugh McMaster
Hi Branden, On Wed, 16 Aug 2023 at 00:30, G. Branden Robinson wrote: > > Hi Hugh, > > I work on groff upstream. Perfect :-) > At 2023-08-15T22:46:30+1000, Hugh McMaster wrote: > > groff-message an.tmac::66: warning: tbl preprocessor > > failed, or it or soelim was not run; table(s) likely not re

Happy 30 Years Debian Project

2023-08-16 Thread Luna Jernberg
Happy Birthday 30 years of the Debian Linux Project https://www.gamingonlinux.com/2023/08/happy-debian-day-going-30-years-strong/ https://wiki.debian.org/DebianDay/2023 https://wiki.debian.org/DebianHistory?action=AttachFile&do=get&target=Debian-announcement-1993-pic-by-Ian_Murdock.png

Bug#1049868: ITP: ceph-tools -- utilities to manage a Ceph cluster

2023-08-16 Thread Thomas Goirand
Package: wnpp Severity: wishlist Owner: Thomas Goirand X-Debbugs-Cc: debian-devel@lists.debian.org * Package name: ceph-tools Version : 0.0.1 Upstream Contact: Philippe Seraphin * URL : https://salsa.debian.org/openstack-team/third-party/ceph-tools * License

Re: Potential MBF: packages failing to build twice in a row

2023-08-16 Thread Jeremy Stanley
On 2023-08-16 11:45:43 +0800 (+0800), Paul Wise wrote: > On Sun, 2023-08-13 at 21:18 +, Jeremy Stanley wrote: > > > Similarly, I got one for __pycache__/*.cpython-311.pyc file > > overwrites... is that something dh_python should clean? > > Probably just send upstream a change removing them?

Check if config files were changed during package installation

2023-08-16 Thread Олег Михайлов
I want to create a package, which acts in the following manner: - If configs were not changed by dpkg during installation, restart service immediately after installation; - If configs were changed by dpkg during installation, do not restart service (either stop, or do not start). As far as I rem

Re: Issues in the Patch Tagging Guidelines

2023-08-16 Thread Andrea Bolognani
On Wed, Aug 16, 2023 at 12:22:33PM +0100, Simon McVittie wrote: > I personally think the extent to which git has "won", both upstream and in > Debian package maintenance, means that the Patch Tagging Guidelines should > be encouraging the git-like style as primary, with From/Date/Subject > in a hea

Subject: Package name streamlink-twitch-gui RTP: streamlink-twitch-gui A graphical user interface on top of the Streamlink command line interface

2023-08-16 Thread james smith
Package name : streamlink-twitch-gui Severity: RTP Package name: streamlink-twitch-gui Version: 0.0.27 Upstream Author: https://github.com/rustdesk/rustdesk URL: https://streamlink.github.io/streamlink-twitch-gui/ License: MIT Description: A graphical user interface on top of the Streamlink

Package name streamlink-twitch-gui RFP: discord a modern voice & text chat app

2023-08-16 Thread james smith
Package name : streamlink-twitch-gui Severity: RFP Package name: streamlink-twitch-gui Version: 0.0.27 Upstream Author: https://github.com/streamlink/streamlink-twitch-gui URL: https://streamlink.github.io/streamlink-twitch-gui/ License: MIT Description: A graphical user interface on top of the Str

Package name: streamlink-twitch-gui RFP: discord a modern voice & text chat app

2023-08-16 Thread james smith
Subject: Package name streamlink-twitch-gui RFP: discord a modern voice & text chat app Package name : streamlink-twitch-gui Severity: RFP Package name: streamlink-twitch-gui Version: 0.0.27 Upstream Author: https://github.com/streamlink/streamlink-twitch-gui URL: https://streamlink.github.io/strea

Package name : streamlink-twitch-gui RFP: discord a modern voice & text chat app

2023-08-16 Thread james smith
Package name : streamlink-twitch-gui Severity: RFP Package name: streamlink-twitch-gui Version: 0.0.27 Upstream Author: https://github.com/streamlink/streamlink-twitch-gui URL: https://streamlink.github.io/streamlink-twitch-gui/ License: MIT Description: A graphical user interface on top of the Str

Package: streamlink-twitch-gui RFP: discord a modern voice & text chat app

2023-08-16 Thread james smith
Package name : streamlink-twitch-gui Severity: RFP Package name: streamlink-twitch-gui Version: 0.0.27 Upstream Author: https://github.com/streamlink/streamlink-twitch-gui URL: https://streamlink.github.io/streamlink-twitch-gui/ License: MIT Description: A graphical user interface on top of the Str

Package streamlink-twitch-gui RFP: A graphical user interface on top of the Streamlink command line interface

2023-08-16 Thread james smith
Package Subject: Package: streamlink-twitch-gui RFP: A graphical username : streamlink-twitch-gui Severity: RFP Package name: streamlink-twitch-gui Version: 0.0.27 Upstream Author: https://github.com/streamlink/streamlink-twitch-gui URL: https://streamlink.github.io/streamlink-twitch-gui/ License:

Re: Happy 30 Years Debian Project

2023-08-16 Thread Tuco Ramirez
Happy Birthday Debian By the way, thank you all who put any amount of work on Debian. Thank you Ian. On August 16, 2023 11:31:35 AM UTC, Luna Jernberg wrote: >Happy Birthday 30 years of the Debian Linux Project > >https://www.gamingonlinux.com/2023/08/happy-debian-day-going-30-years-strong

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread Colin Watson
On Wed, Aug 16, 2023 at 09:29:45PM +1000, Hugh McMaster wrote: > This all seems promising. Unfortunately, the man page is hand-crafted, > not generated from another source, so groff is never invoked, and no > other documents are referenced in the file. groff must be run somewhere, because you're s

Bug#1049916: ITP: python-django-dynamic-fixtures -- Django app to install dynamic fixtures

2023-08-16 Thread Michael Fladischer
Package: wnpp Severity: wishlist Owner: Michael Fladischer X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-django-dynamic-fixtures Version : 0.2.1 Upstream Contact: Peter Slump * URL : https://github.

Bug#1049917: ITP: python-django-pgtrigger -- Write Postgres triggers for your Django models

2023-08-16 Thread Michael Fladischer
Package: wnpp Severity: wishlist Owner: Michael Fladischer X-Debbugs-Cc: debian-devel@lists.debian.org -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 * Package name: python-django-pgtrigger Version : 4.7.0 Upstream Contact: Wes Kendall * URL : https://github.com/Opu

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread Hugh McMaster
On Thu, 17 Aug 2023 at 03:39, Colin Watson wrote: > > On Wed, Aug 16, 2023 at 09:29:45PM +1000, Hugh McMaster wrote: > > This all seems promising. Unfortunately, the man page is hand-crafted, > > not generated from another source, so groff is never invoked, and no > > other documents are referenced

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread Colin Watson
On Thu, Aug 17, 2023 at 07:54:03AM +1000, Hugh McMaster wrote: > The man page in question -- ftlint.1 -- is in the freetype2-demos > package [1], or you can get an online copy from [2]. > > [1] /usr/share/man/man1/ftlint.1.gz > [2] > https://sources.debian.org/src/freetype/2.13.0%2Bdfsg-1/ft2demo

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread G. Branden Robinson
Hi Hugh, At 2023-08-17T07:54:03+1000, Hugh McMaster wrote: > On Thu, 17 Aug 2023 at 03:39, Colin Watson wrote: > > On Wed, Aug 16, 2023 at 09:29:45PM +1000, Hugh McMaster wrote: > > > This all seems promising. Unfortunately, the man page is > > > hand-crafted, not generated from another source, so

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread Colin Watson
On Wed, Aug 16, 2023 at 07:08:18PM -0500, G. Branden Robinson wrote: > [6] https://man.cx/grog > > I was going to link to > https://manpages.debian.org/unstable/groff/grof.1.en.html here, but > the man page is missing! groff definitely ships it. Any advice? Aside from the typo in th

Re: groff warning: TE macro called with TW register undefined

2023-08-16 Thread G. Branden Robinson
At 2023-08-17T01:37:52+0100, Colin Watson wrote: > On Wed, Aug 16, 2023 at 07:08:18PM -0500, G. Branden Robinson wrote: > > [6] https://man.cx/grog > > > > I was going to link to > > https://manpages.debian.org/unstable/groff/grof.1.en.html here, but > > the man page is missing! groff