This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository e00compr.
commit 8391cbee4f12c01ce13caf1e3c7fce980c62c436 Author: Bas Couwenberg <[email protected]> Date: Fri May 6 15:49:35 2016 +0200 Add gbp.conf to use pristine-tar by default. --- debian/changelog | 1 + debian/gbp.conf | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index e81cc29..5dfaf94 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ e00compr (1.0.1-3) UNRELEASED; urgency=medium - Enable parallel builds - Enable all hardening buildflags - Override dh_install to use --list-missing + * Add gbp.conf to use pristine-tar by default. -- Bas Couwenberg <[email protected]> Fri, 06 May 2016 15:35:19 +0200 diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..21d0417 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,16 @@ +[DEFAULT] + +# The default name for the upstream branch is "upstream". +# Change it if the name is different (for instance, "master"). +upstream-branch = upstream + +# The default name for the Debian branch is "master". +# Change it if the name is different (for instance, "debian/unstable"). +debian-branch = master + +# git-import-orig uses the following names for the upstream tags. +# Change the value if you are not using git-import-orig +upstream-tag = upstream/%(version)s + +# Always use pristine-tar. +pristine-tar = True -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/e00compr.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

