From c6dea5ad46773f44b558559d43934ae030ace3cf Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Sat, 25 May 2013 00:25:50 -0400 Subject: debian/gbp.conf: Add standard git-buildpackage settings To keep consistent use of git-buildpackage for package management set the standard vaules. --- debian/gbp.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/gbp.conf (limited to 'debian') diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..c837676 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +pristine-tar = True + +[git-buildpackage] +sign-tags = True +postbuild = lintian $GBP_CHANGES_FILE + +[git-dch] +meta = True +git-author = True -- cgit v1.2.3