From 445fe258b3d8a9643ad432d3af9d9acf23a4ec39 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 Sep 2017 14:28:31 -0700 Subject: Revert "drop d/links and d/gbp.conf" This reverts commit 88b406aba96c65027cd05949cbffbecbff34a1cf. --- debian/changelog | 1 - debian/gbp.conf | 20 ++++++++++++++++++++ debian/links | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 debian/gbp.conf create mode 100644 debian/links diff --git a/debian/changelog b/debian/changelog index 3f55b4d..add14e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,6 @@ git-remote-gcrypt (1.0.2-1) UNRELEASED; urgency=medium At least with passwordless PGP keys, git-remote-gcrypt works fine with only the gpg package installed. Thanks to Yuri D'Elia for the report. - * Drop d/gbp.conf and d/links. * Bump copyright years. -- Sean Whitton Sun, 19 Feb 2017 07:42:05 -0700 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..ff9c2ec --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,20 @@ +[DEFAULT] + +# Debian package maintainer is upstream project maintainer, so +# everything lives on the master branch (from ver. 1.0.0-1 onwards) +upstream-branch = master +debian-branch = master +# However, separate tags (e.g. one commit tagged both 1.0.0 and +# debian/1.0.0-1) because git-remote-gcrypt is meant to be usable +# outside of Debian +upstream-tag = %(version)s +debian-tag = debian/%(version)s + +# Some standard gbp settings +sign-tags = True +pristine-tar = True +pristine-tar-commit = True + +color = on +compression = xz +compression-level = 9 diff --git a/debian/links b/debian/links new file mode 100644 index 0000000..d61fdf7 --- /dev/null +++ b/debian/links @@ -0,0 +1 @@ +/usr/share/doc/git-remote-gcrypt/changelog /usr/share/doc/git-remote-gcrypt/changelog.Debian -- cgit v1.2.3