[libjcommon-java] 03/31: RELEASE_0_8_3-4

Markus Koschany apo at moszumanska.debian.org
Sat Oct 15 17:04:08 UTC 2016


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

apo pushed a commit to branch master
in repository libjcommon-java.

commit dd63c40c82ec7af618fb8af69feb0bfae7092e9a
Author: Christian Bayle <bayle at debian.org>
Date:   Thu Apr 28 21:04:56 2005 +0000

    RELEASE_0_8_3-4
---
 debian/changelog | 6 ++++++
 debian/rules     | 8 +++-----
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1ab229d..f25e181 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libjcommon-java (0.8.3-4) unstable; urgency=low
+
+  * Fixed FTBFS: ./debian_patch: Permission denied (Closes: #306636)
+
+ -- Christian Bayle <bayle at debian.org>  Thu, 28 Apr 2005 22:14:20 +0200
+
 libjcommon-java (0.8.3-3) unstable; urgency=low
 
   * Added dependancy on java2-runtime (Closes: #202400)
diff --git a/debian/rules b/debian/rules
index ea06632..dd34e23 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,10 +4,8 @@
 #export DH_VERBOSE=1
 
 # Build 
-export JAVA_HOME=/usr/lib/j2se/1.4
-export JAVA=/usr/lib/j2se/1.4/bin/java
-export JAVAC=/usr/lib/j2se/1.4/bin/javac
-export CLASSPATH=/usr/lib/j2se/1.4/jre/lib/rt.jar
+JAVA_HOME_DIRS=/usr/lib/j2sdk1.4-sun /usr/lib/j2sdk1.4-ibm /usr/lib/j2sdk1.4-blackdown
+export JAVA_HOME ?= $(shell for j in $(JAVA_HOME_DIRS); do [ -d "$$j" ] && echo $$j && exit 0; done)
 
 export LIBRARY = $(shell head -1 debian/control | sed 's/Source. lib\(.*\)-java/\1/')
 export VERSION = $(shell head -1 debian/changelog | sed 's/.*(\(.*\)-.*).*/\1/' )
@@ -20,7 +18,7 @@ configure-stamp:
 	dh_testdir
 	# Add here commands to configure the package.
 	tar xvzf $(LIBRARY)-$(VERSION).tar.gz
-	./debian_patch $(SRCDIR)/ant/build.xml
+	sh ./debian_patch $(SRCDIR)/ant/build.xml
 	touch configure-stamp
 
 

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



More information about the pkg-java-commits mailing list