Mentions légales du service

Skip to content
Snippets Groups Projects
Verified Commit dbb9a077 authored by Raphaël Bleuse's avatar Raphaël Bleuse
Browse files

Configure git-buildpackage

parent f57bae99
No related branches found
No related tags found
No related merge requests found
git branch names
----------------
Packaging is done in the upstream repository.
We deviate from DEP-14_ in the following way:
- debian packaging is done in debian/latest (following 2020-11-29 update)
- upstream branch is master
`gbp` is configured to consider these conventions.
.. _DEP-14: https://dep-team.pages.debian.net/deps/dep14/
version tags
------------
procset follows `semantic versioning`_, and (upstream) versions are tagged with the `v` prefix.
Debian releases are tagged with the prefix `debian/`.
`gbp` is configured to consider these conventions.
.. _`semantic versioning`: https://semver.org/
[DEFAULT]
upstream-branch = master
upstream-tag = v%(version)s
debian-branch = debian/latest
[buildpackage]
pristine-tar = True
pristine-tar-commit = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment