This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libquartz-java.
commit 5a2f9dddb24a785410c170d8acc04defab470676 Author: Varun Hiremath <[email protected]> Date: Mon Dec 1 07:42:40 2008 +0000 Fix symlink version, thanks to Damien Raude-Morvan (Closes: #507323) --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 306597a..db885eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libquartz-java (1.6.2+dak1-2) unstable; urgency=low + + * Fix symlink version, thanks to Damien Raude-Morvan (Closes: #507323) + + -- Varun Hiremath <[email protected]> Mon, 01 Dec 2008 02:30:16 -0500 + libquartz-java (1.6.2+dak1-1) unstable; urgency=low * Move package to main. diff --git a/debian/rules b/debian/rules index 1a07e56..b7ad0fa 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ DEB_JARS := commons-logging commons-modeler servlet-api glassfish-ejb-api glass jboss-system jboss-common jboss-jmx junit ALL_JARS = $(wildcard build/*.jar) -UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e 's/~/-/') +UPSTREAM_VERSION := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -e's,+dak.*,,') common-install-prehook-indep:: for jar in $(ALL_JARS); do \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libquartz-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

