This is an automated email from the git hooks/post-receive script. mquinson pushed a commit to branch debian-debian in repository plm.
commit 1dc458612e64284d5ad9cb287cdc11eedd8612ad Author: Martin Quinson <[email protected]> Date: Sun Sep 8 23:56:55 2013 +0200 add a README.source argumenting why I used that git layout instead of the classical gbp one --- debian/README.source | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..f453460 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,15 @@ +Git layout +========== + +This package does not exactly follows the classical git layout, as +advised by git-buildpackage. By default gbp uses one branch to keep +the Debian packaging called "master" and a branch to keep the upstream +packaging called "upstream". + +I don't quite like using "master" as a branch for the packaging, +because it prevents putting both the packaging git and the upstream +git in the same repo. Doing that is maybe hairly, but that will work +thanks to git branch handling. + +So, I put my packaging in a branch called "debian-debian" and my +upstream stuff in a branch called "debian-upstream" \ No newline at end of file -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plm.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

