This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository rsyntaxtextarea.
commit 78869a23f7b481b30057f2c5da293b1be19f0033 Author: Benjamin Mesing <[email protected]> Date: Sun Oct 20 22:47:30 2013 +0200 - added changelog entry - updated READMe.source --- debian/README.source | 10 +++++++++- debian/changelog | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/README.source b/debian/README.source index 5a1280b..c9fcbd2 100644 --- a/debian/README.source +++ b/debian/README.source @@ -12,8 +12,16 @@ Workflow for new upstream: # download new upstream version uscan # import upstream version into git repo -gbp import-orig --pristine-tar ../rsyntaxtextarea_2.5.0.orig.tar.gz +gbp import-orig --pristine-tar ../rsyntaxtextarea_<version>.orig.tar.gz # switch to patch-queue branch an reapply patches gbp-pq rebase # recreated debian/patches and switch back to master gbp-pq export +git commit +# updated changelog +dch -v <version>-1 +# build package (if everything went well) +git-pbuilder +# tag +git tag debian/<version>-1 + diff --git a/debian/changelog b/debian/changelog index 2ef562d..bf02ace 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +rsyntaxtextarea (2.5.0-1) unstable; urgency=low + + * new upstream release + + -- Benjamin Mesing <[email protected]> Sun, 20 Oct 2013 22:10:31 +0200 + rsyntaxtextarea (2.0.7-1) unstable; urgency=low * update to v 2.0.7 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rsyntaxtextarea.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

