[libjgroups-java] 06/38: minor fixes
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 23 12:36:55 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 92b36dabcb9516420ca5b351f5da24e2133452e8
Author: Torsten Werner <twerner at debian.org>
Date: Tue Oct 30 21:57:41 2007 +0000
minor fixes
---
debian/control | 2 +-
debian/docs | 1 -
debian/rules | 2 +-
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 3dea46f..2e2c068 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Varun Hiremath <varunhiremath at gmail.com>, Torsten Werner <twerner at debian.org>
Build-Depends: cdbs, debhelper (>= 5)
-Build-Depends-Indep: ant, sun-java6-jdk, glassfish-javaee, bsh,
+Build-Depends-Indep: ant, sun-java6-jdk, glassfish-javaee, bsh, junit,
libxalan2-java, libbcprov-java, libcommons-logging-java,
liblog4j1.2-java
Standards-Version: 3.7.2
diff --git a/debian/docs b/debian/docs
deleted file mode 100644
index 8b13789..0000000
--- a/debian/docs
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/debian/rules b/debian/rules
index 009f6e9..9c3dafe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ include /usr/share/cdbs/1/rules/debhelper.mk
JAVA_HOME := /usr/lib/jvm/java-6-sun
DEB_ANT_BUILD_TARGET := jar
-DEB_JARS := xalan2 serializer junit log4j-1.2 bsh commons-logging bcprov javaee
+DEB_JARS := xalan2 serializer junit log4j-1.2 bsh commons-logging bcprov glassfish-javaee
install/libjgroups-java::
install -m 644 -D dist/jgroups-all.jar $(DEB_DESTDIR)/usr/share/java/jgroups-all-$(DEB_UPSTREAM_VERSION).jar
--
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