This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository gluegen2.
commit 5d7e28a5f72f831add8718bfe61bf38e49a3f5d7 Author: tony mancill <[email protected]> Date: Sun Jul 19 09:16:49 2015 -0700 update debian/README.source for jcpp required in version 2.3.1 --- debian/README.source | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/debian/README.source b/debian/README.source index c1f8b4e..8c5f50e 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,7 +1,10 @@ -Here is how to repack gluegen2 +Here is how the current gluegen2 orig tarball was created: -git clone git://jogamp.org/srv/scm/gluegen.git gluegen-xxx -cd gluegen -git checkout <tag> -rm -rf .git make/lib/ -tar zcvf gluegen2_xxx.orig.tar.gz gluegen-xxx/ +- Update debian/changelog for the new target verison. +- Use the debian/rules get-orig-source target to retrieve and repack + the gluegen orig tarball. +- Extract the gluegen orig tarball. +- Retrieve the sources for jcpp from: + http://jogamp.org/deployment/jogamp-current/archive/Sources/ +- Extract the jcpp sources into the gluegen tarball. +- Repack as gluegen2_xxx.orig.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gluegen2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

