This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to annotated tag debian/1%3A2.1.1-b31-1 in repository glassfish.
commit b35803276a647642d1d9141ae8983d22be22c435 Author: Torsten Werner <[email protected]> Date: Sun Aug 31 13:30:43 2008 +0000 * new upstream release * Update debian/watch to be more flexible. * Set build.sysclasspath=first in debian/ant.properties. --- debian/ant.properties | 1 + debian/changelog | 8 ++++++++ debian/watch | 6 ++++-- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..e9d87d4 --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1 @@ +build.sysclasspath=first diff --git a/debian/changelog b/debian/changelog index 9f6c5ec..c49a4bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +glassfish (1:2ur2-b04-1) unstable; urgency=low + + * new upstream release + * Update debian/watch to be more flexible. + * Set build.sysclasspath=first in debian/ant.properties. + + -- Torsten Werner <[email protected]> Sun, 31 Aug 2008 15:28:00 +0200 + glassfish (2+b58g-4) unstable; urgency=low * Switch to openjdk-6. diff --git a/debian/watch b/debian/watch index 246a0c2..d79c794 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,5 @@ version=3 -opts="uversionmangle=s/-/+/,dversionmangle=s/-/+/" \ -http://download.java.net/javaee5/v2ur2/promoted/source/ glassfish-v(.*)-src.zip debian debian/orig-tar.sh + +https://glassfish.dev.java.net \ + https://glassfish.dev.java.net/downloads/v(.*).html \ + .*/glassfish-v(.*)-src.zip debian debian/orig-tar.sh -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/glassfish.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

