This is an automated email from the git hooks/post-receive script. henrich pushed a commit to branch debian/sid in repository jruby-joni.
commit 2ea932701637da52ac9dbd5e21bdac74c851b04c Author: Hideki Yamane <[email protected]> Date: Sat Nov 14 16:54:56 2015 +0900 add debian/gbp.conf --- debian/changelog | 6 ++++++ debian/gbp.conf | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index e542f1a..2d1bd7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jruby-joni (2.1.7-2) UNRELEASED; urgency=medium + + * add debian/gbp.conf for git-buildpackage + + -- Hideki Yamane <[email protected]> Sat, 14 Nov 2015 16:54:32 +0900 + jruby-joni (2.1.7-1) unstable; urgency=medium * New upstream release diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..5e88742 --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,12 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-tag = %(version)s +debian-tag = debian/%(version)s +pristine-tar = True +color = auto + +[buildpackage] +# Look for a tag matching the upstream version when creating a tarball +upstream-tree = tag +# uncomment this to automatically GPG sign tags: +sign-tags = True -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jruby-joni.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

