Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.devel > #119627

Re: Seeking new members for the DFSG team (Re: Bits from the DPL)

From Charles Plessy <plessy@debian.org>
Newsgroups linux.debian.devel
Subject Re: Seeking new members for the DFSG team (Re: Bits from the DPL)
Date 2025-11-17 02:00 +0100
Message-ID <LRVL3-dvZ5-1@gated-at.bofh.it> (permalink)
References <LRNua-dqPs-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Le Sun, Nov 16, 2025 at 05:50:51PM +0200, Adrian Bunk a écrit :
> 
> A better workflow would be something like:
> - a dh_copyright creates and updates debian/copyright
> - the build aborts on non-trivial changes[1]
> - the maintainer reviews the changes when the build aborted
>   (including after the initial packaging)
> - a more thorough review happens after the initial upload in NEW

I like this approach.

In a much weaker form, I have implemented it in the routine-update tool, where
git attributes are used to diff the copyright statements in the current and
previous package versions for strings like copyright or license:

https://salsa.debian.org/debian/routine-update/-/blob/b20ee49d73717b82a73979a6ac8b2038dd74b71b/routine-update#L1026-1031

    if [ "$COPYRIGHT_DIFF" == 1 ]; then
      echo "I: Copyright diff"
    	printf '* diff=copyrightcheck\n' > debian/routineUpdateTmpGitattributes
    	git -c 'core.attributesFile=debian/routineUpdateTmpGitattributes' -c diff.copyrightcheck.textconv='! f() { grep -i -e copyr -e licen -e © -e \(c\) -e gpl\  $1 || true ; } ; f' diff --textconv "$STARTING_COMMIT_ID"..HEAD
    	rm -f debian/routineUpdateTmpGitattributes
    fi

Have a nice day,

Charles

-- 
Charles Plessy                         Nagahama, Yomitan, Okinawa, Japan
Debian Med packaging team         http://www.debian.org/devel/debian-med
Tooting from home                  https://framapiaf.org/@charles_plessy
- You  do not have  my permission  to use  this email  to train  an AI -

Back to linux.debian.devel | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Seeking new members for the DFSG team (Re: Bits from the DPL) Antoine Le Gonidec <vv221@debian.org> - 2025-11-03 15:20 +0100
  Seeking new members for the DFSG team (Re: Bits from the DPL) Felipe Maia <felipegmaia@protonmail.com> - 2025-11-04 03:30 +0100
    Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Antoine Le Gonidec <vv221@debian.org> - 2025-11-04 14:40 +0100
      Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Holger Levsen <holger@layer-acht.org> - 2025-11-04 16:50 +0100
        Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Joerg Jaspert <joerg@debian.org> - 2025-11-04 23:10 +0100
          Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <tille@debian.org> - 2025-11-05 16:30 +0100
            Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Joerg Jaspert <joerg@debian.org> - 2025-11-07 22:40 +0100
              Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <andreas@an3as.eu> - 2025-11-10 21:10 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Adrian Bunk <bunk@debian.org> - 2025-11-11 01:00 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <tille@debian.org> - 2025-11-14 17:00 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) "Adam D. Barratt" <adam@adam-barratt.org.uk> - 2025-11-12 19:40 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <tille@debian.org> - 2025-11-12 20:50 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) "Adam D. Barratt" <adam@adam-barratt.org.uk> - 2025-11-12 23:10 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Joerg Jaspert <joerg@debian.org> - 2025-11-12 23:20 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <tille@debian.org> - 2025-11-13 07:00 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) "Adam D. Barratt" <adam@adam-barratt.org.uk> - 2025-11-13 07:20 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Ansgar 🙀 <ansgar@debian.org> - 2025-11-13 09:50 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Mechtilde Stehmann <mechtilde@debian.org> - 2025-11-13 10:10 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <andreas@an3as.eu> - 2025-11-13 12:10 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Ansgar 🙀 <ansgar@debian.org> - 2025-12-02 00:10 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Ansgar 🙀 <ansgar@debian.org> - 2025-11-13 10:00 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <tille@debian.org> - 2025-11-13 14:40 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Ansgar 🙀 <ansgar@debian.org> - 2025-11-14 08:10 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Holger Levsen <holger@layer-acht.org> - 2025-11-14 12:10 +0100
                every day, 10 packages make it through NEW (Re: Seeking new members  for the DFSG team (Re: Bits from the DPL)) Holger Levsen <holger@layer-acht.org> - 2025-11-14 12:40 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Syed Shahrukh <syed.shahrukh@ossrevival.org> - 2025-11-14 13:00 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Andreas Tille <andreas@an3as.eu> - 2025-11-14 17:30 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Sean Whitton <spwhitton@spwhitton.name> - 2025-11-14 15:10 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Colin Watson <cjwatson@debian.org> - 2025-11-14 16:20 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Andrey Rakhmatullin <wrar@debian.org> - 2025-11-14 16:30 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Daniel Lenharo de Souza <lenharo@debian.org> - 2025-11-14 17:10 +0100
                Re: every day,  10 packages make it through NEW (Re: Seeking new members for the DFSG team  (Re: Bits from the DPL)) Soren Stoutner <soren@debian.org> - 2025-11-18 02:10 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Salvo Tomaselli <tiposchi@tiscali.it> - 2025-11-18 08:00 +0100
                Re: every day, 10 packages make it through NEW (Re: Seeking new  members for the DFSG team (Re: Bits from the DPL)) Marco d'Itri <md@Linux.IT> - 2025-11-14 16:50 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <tille@debian.org> - 2025-11-15 07:20 +0100
              Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Adrian Bunk <bunk@debian.org> - 2025-11-16 17:10 +0100
                dh_copyright (was: Re: Seeking new members for the DFSG team (Re:  Bits from the DPL)) Simon Josefsson <simon@josefsson.org> - 2025-11-16 18:00 +0100
                Re: dh_copyright (was: Re: Seeking new members for the DFSG team (Re: Bits  from the DPL)) Fabian Grünbichler <debian@fabian.gruenbichler.email> - 2025-11-16 18:20 +0100
                Re: dh_copyright Mechtilde Stehmann <mechtilde@debian.org> - 2025-11-16 18:50 +0100
                Re: dh_copyright Antonio Russo <aerusso@aerusso.net> - 2025-11-16 20:10 +0100
                Re: dh_copyright (was: Re: Seeking new members for the DFSG team  (Re: Bits from the DPL)) Adrian Bunk <bunk@debian.org> - 2025-11-17 13:30 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Charles Plessy <plessy@debian.org> - 2025-11-17 02:00 +0100
                Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Metzler <ametzler@bebt.de> - 2025-11-17 19:10 +0100
    Re: Seeking new members for the DFSG team (Re: Bits from the DPL) Andreas Tille <andreas@an3as.eu> - 2025-11-04 18:40 +0100

csiph-web