{# -*- jinja2 -*- #}
From: {{ maintainer_name }} <{{ maintainer_email  }}>
To: submit@bugs.debian.org
{% if upload_count == 1 -%}
{% set tag = 'ITP' -%}
{% else -%}
{% set tag = '' -%}
{% endif -%}
Subject: RFS: {{ package_name }}/{{ version }} {{ tag }}
X-Debug-Cc: debian-mentors@lists.debian.org
--------

Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "{{ package_name }}"

{% include 'package-info.j2' %}


It builds those binary packages:

{% for pkg in binary_packages %}
  * {{ pkg }}
{% endfor %}

This package succesfully builds on debomatic machine:

  http://debomatic-i386.debian.net/distribution#unstable/{{ package_name }}/{{ version }}

{% if dgit %}
Please note, that package is maintained with dgit(1) tool
using dgit-maint-merge(7) workflow. For more information about how to
sponsor this package, see dgit-sponsorship(7).

With /bin/sh following commands should suffice:

  $ git clone {{ vcs_git }} {{ package_name }}
  $ cd {{ package_name }}
  $ make -f debian/rules get-orig-source # 'gbp buildpackage' is fine
  $ dgit sbuild

{% else %}

To access further information about this package, visit the following URL:

    https://mentors.debian.net/package/{{ package_name }}

Alternatively, one can download the package with dget using this command:
{% set letter = package_name[0] %}
    dget -x https://mentors.debian.net/debian/pool/main/{{ letter }}/{{ package_name }}/{{ package_name }}_{{ version }}.dsc

{% if vcs_git is defined %}
Alternatively, you can access package debian/ directory via git from URL:
    {{ vcs_git }}
{% endif %}

More information about {{ package_name }} can be obtained from
    {{ homepage }}

{% endif %}

{% if upload_count != 1 %}
Changes since last upload:
{{ changes|join('\n')}}
{% endif %}
Regards,
  {{ maintainer_name }}
