debian/compat | 2 +- debian/gbp.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-)
New commits: commit 34e305c850378738196021ede3e390529a097b02 Author: Jordan Justen <[email protected]> Date: Fri Mar 31 23:57:29 2017 -0700 debian: Add sign-tags to gbp.conf Suggested-by: Vincent Cheng <[email protected]> Signed-off-by: Jordan Justen <[email protected]> diff --git a/debian/gbp.conf b/debian/gbp.conf index 156f923..9305aed 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,3 @@ [DEFAULT] debian-tag = debian/intel-gpu-tools-%(version)s +sign-tags = True commit ee08781df952803fb6405f0787495534509261cc Author: Jordan Justen <[email protected]> Date: Fri Mar 31 23:55:54 2017 -0700 debian: Change debian/compat to 10 Suggested-by: Vincent Cheng <[email protected]> Signed-off-by: Jordan Justen <[email protected]> diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10

