This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "jutils - common utilities for Java Game Technology Group projects".
The branch, master has been updated via 96bd5a9bd0797942f77a8fcd0551069fd9ad6448 (commit) via 98ad49e73d2db65f8cfa282b2f53bd0a0c4eb38c (commit) via 6ad5368c0d5259e9e2cced7f48e5c356c92d580b (commit) from 033b8fecee37b1e88793c725a2de4966a43dbf51 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 96bd5a9bd0797942f77a8fcd0551069fd9ad6448 Merge: 6ad5368c0d5259e9e2cced7f48e5c356c92d580b 98ad49e73d2db65f8cfa282b2f53bd0a0c4eb38c Author: Gabriele Giacone <1o5g4...@gmail.com> Date: Sun May 2 19:27:48 2010 +0200 Merge commit 'upstream/20100502+dfsg' commit 6ad5368c0d5259e9e2cced7f48e5c356c92d580b Author: Gabriele Giacone <1o5g4...@gmail.com> Date: Sun May 2 19:26:29 2010 +0200 added get-orig-source target,updated version name ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 ++-- debian/rules | 14 ++++++++++++++ src/tests/test_plugins/.cvsignore | 1 - 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index c44e2f6..d76f1e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -jutils (1.0.0-b01~cvs20100404+dfsg-1) unstable; urgency=low +jutils (20100502+dfsg-1) unstable; urgency=low * Initial release. (Closes: #578108) - -- Gabriele Giacone <1o5g4...@gmail.com> Sat, 17 Apr 2010 00:53:15 +0200 + -- Gabriele Giacone <1o5g4...@gmail.com> Sun, 02 May 2010 19:01:12 +0200 diff --git a/debian/rules b/debian/rules index a7c8619..1c38b47 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,11 @@ #!/usr/bin/make -f +NAME := jutils +VERSION := $(shell dpkg-parsechangelog| sed -n '/^Version/{s/Version: \(.*\)-[0-9]*$$/\1/;s/+dfsg//p}') +CVSDATE := $(shell echo $(VERSION)|sed -n 's/\(....\)\(..\)\(..\)/\1-\2-\3/p') +TMPDIR := tmp-orig-tar +TAR := ../$(NAME)_$(VERSION)+dfsg.orig.tar.gz + export JAVA_HOME=/usr/lib/jvm/default-java %: @@ -11,3 +17,11 @@ override_dh_auto_build: override_dh_auto_clean: dh_auto_clean + +get-orig-source: + -rm $(TAR) + cvs -d :pserver:gu...@cvs.dev.java.net:/cvs export -D $(CVSDATE) -d $(TMPDIR) $(NAME) + echo "The following files will not be included in Debian tarball:" + cd $(TMPDIR) && find . \( -name '*.class' -o -name '*.jar' \) -print + cd $(TMPDIR) && ZIP=--best tar --exclude-vcs --exclude *.jar --exclude *.class -zcf $(TAR) . + rm -rf $(TMPDIR) diff --git a/src/tests/test_plugins/.cvsignore b/src/tests/test_plugins/.cvsignore deleted file mode 100644 index f4cad68..0000000 --- a/src/tests/test_plugins/.cvsignore +++ /dev/null @@ -1 +0,0 @@ -test_plugins.jar \ No newline at end of file hooks/post-receive -- jutils - common utilities for Java Game Technology Group projects _______________________________________________ pkg-java-commits mailing list pkg-java-comm...@lists.alioth.debian.org http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits