diff options
author | Jonas Smedegaard <dr@jones.dk> | 2016-12-21 21:19:02 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2016-12-21 21:19:02 +0100 |
commit | 3bc6cffa715900f5affa70f78927a9971af933ad (patch) | |
tree | 1d769ea4007a0b6ebe15f38072b9aec9dde8a70d /debian | |
parent | 8dd709126578ef027a32fff35036d85a50ae8bbc (diff) | |
download | biboumi-3bc6cffa715900f5affa70f78927a9971af933ad.tar.gz biboumi-3bc6cffa715900f5affa70f78927a9971af933ad.tar.bz2 biboumi-3bc6cffa715900f5affa70f78927a9971af933ad.tar.xz biboumi-3bc6cffa715900f5affa70f78927a9971af933ad.zip |
Add git-buildpackage config: Use pristine-tar. Sign tags. Filter any .git* file.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/gbp.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..2a594ca --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +# Configuration file for git-buildpackage and friends + +[DEFAULT] +pristine-tar = True +sign-tags = True +filter = */.git* |