[libjgroups-java] 02/38: * Fix the jgroups-all.jar symbolic link.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository libjgroups-java.

commit a557c73e80290495985bdaa0e3ebfd2bc61542c4
Author: Varun Hiremath <varun at debian.org>
Date:   Sat Oct 27 15:22:29 2007 +0000

    * Fix the jgroups-all.jar symbolic link.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 83ef5a9..009f6e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ DEB_JARS		:= xalan2 serializer junit log4j-1.2 bsh commons-logging bcprov javaee
 install/libjgroups-java::
 	install -m 644 -D dist/jgroups-all.jar $(DEB_DESTDIR)/usr/share/java/jgroups-all-$(DEB_UPSTREAM_VERSION).jar
 	install -m 644 -D dist/jgroups-core.jar $(DEB_DESTDIR)/usr/share/java/jgroups-core-$(DEB_UPSTREAM_VERSION).jar
-	dh_link /usr/share/java/dist/jgroups-all-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgroups-all.jar
+	dh_link /usr/share/java/jgroups-all-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgroups-all.jar
 	dh_link /usr/share/java/jgroups-core-$(DEB_UPSTREAM_VERSION).jar /usr/share/java/jgroups-core.jar
 
 get-orig-source:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjgroups-java.git



More information about the pkg-java-commits mailing list