~jugmac00/git-build-recipe:master

Last commit made on 2022-02-16
Get this branch:
git clone -b master https://git.launchpad.net/~jugmac00/git-build-recipe
Only Jürgen Gmach can upload to this branch. If you are Jürgen Gmach please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~jugmac00/git-build-recipe

Recent commits

c39d700... by Colin Watson

Add tox configuration

f2b5c92... by Colin Watson

Restore debian/compat too

b8653b1... by Colin Watson

Revert debhelper 12 and debhelper-compat changes

git-build-recipe needs to continue to be buildable on xenial for the
time being.

23284cf... by Debian Janitor

Set debhelper-compat version in Build-Depends.

Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

93b4164... by Debian Janitor

Bump debhelper from deprecated 9 to 12.

Fixes: lintian: package-uses-deprecated-debhelper-compat-version
See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html

007c84b... by Debian Janitor

Remove unnecessary X-Python{,3}-Version field in debian/control.

Fixes lintian: ancient-python-version-field
See https://lintian.debian.org/tags/ancient-python-version-field.html for more details.

d6d0126... by Debian Janitor

Use secure copyright file specification URI.

Fixes lintian: insecure-copyright-format-uri
See https://lintian.debian.org/tags/insecure-copyright-format-uri.html for more details.

ff11471... by Colin Watson

releasing package git-build-recipe version 0.3.6

9f8c826... by Colin Watson

Add changelog entry

fdcd582... by Colin Watson

Tolerate remote repositories with no HEAD

We want to fetch the remote HEAD if it exists, but if the recipe doesn't
rely on it then a failure to do so doesn't need to be fatal.

LP: #1683913