This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository libgtextutils.
commit 7baf0c90aa5aba1892b6a01b055211b09316244f Author: Charles Plessy <[email protected]> Date: Fri Jan 3 07:43:21 2014 +0900 Document the repository structure in the configuration file for git-buildpackage. --- debian/gbp.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..9b00200 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,16 @@ +# This package does not follow the default layout of git-buildpackage. + +[DEFAULT] +# the default branch for upstream sources: +upstream-branch = master +# the default branch for the debian patch: +debian-branch = debian/unstable +# the default tag formats used: +upstream-tag = %(version)s +# use pristine-tar: +pristine-tar = True + +# Options only affecting gbp dch +[dch] +# include 7 digits of the commit id in the changelog enty: +id-length = 7 -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/libgtextutils.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
