Hi Steffen,

On Fri, 04 Sep 2020 12:14:55 +0200 Steffen Moeller <moel...@debian.org>
wrote:
> For team-maintained packages, my NAME <EMAIL> goes to the Uploaders line and 
> the team's mailing list is the maintainer.
> 
> This is something I keep forgetting to adjust.
> 
> Could dh_make please cater for team maintenance? Secondary to the maintenance 
> is that the path on salsa can be preset to
> https://salsa.debian.org/TEAMNAME-team/SOURCEPACKAGE
> which is something else that dh_make could do for me.

The templating feature in dh-make can be an answer to your use case. It
allows to override some generated files with custom one.

Here is a small overview of how it can be done:

    mkdir -p ~/.dh-make/templates/team-med
    cp /usr/share/debhelper/dh_make/debians/control
~/.dh-make/templates/team-med/
    # Edit control files to suit your needs
    dh_make -t ~/.dh-make/templates/team-med [....]

I wonder if dh_make should use a search path for templates in order to
make this feature a bit more user friendly. (for: dh_make -t team-med)

> I suggest to add a "-t TEAMNAME" argument.

That's already taken by the template argument.

-- 
Baptiste BEAUPLAT - lyknode

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to