summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7f3c163)
raw | patch | inline | side by side (parent: 7f3c163)
author | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Jan 2012 14:45:36 +0000 (15:45 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Thu, 5 Jan 2012 14:45:36 +0000 (15:45 +0100) |
This is how it's done in the OpenJDK package.
debian/changelog | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/changelog b/debian/changelog
index 9f4cc096b676a89f1fb06e3c9cf5d56c189d4d7d..bbd20597a32404674a929857a443a3039a30c5b1 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- Removed bts592623-curl_json-file -- included upstream.
- Removed bts596128-reheap-fix -- included upstream.
- Removed CVE-2010-4336 -- included upstream.
+ * debian/rules:
+ - Append DEB_BUILD_ARCH to JAVA_HOME; this is how it's done in the OpenJDK
+ package.
- -- Sebastian Harl <tokkee@debian.org> Thu, 05 Jan 2012 15:23:40 +0100
+ -- Sebastian Harl <tokkee@debian.org> Thu, 05 Jan 2012 15:44:44 +0100
collectd (4.10.1-2.1) unstable; urgency=high
diff --git a/debian/rules b/debian/rules
index ea5ec27e83bbad98ab54d8cc1e1c995f6e1231ab..aa6f1005dfcba9fd488a9385744722f4ca614cc1 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
ifeq (,$(JAVA_ARCHDIR))
JAVA_ARCHDIR = $(DEB_BUILD_ARCH)
endif
-JAVA_HOME = /usr/lib/jvm/java-6-openjdk
+JAVA_HOME = /usr/lib/jvm/java-6-openjdk-$(DEB_BUILD_ARCH)
JAVA_LIBDIR = $(JAVA_HOME)/jre/lib/$(JAVA_ARCHDIR)/server
JAVAC = $(JAVA_HOME)/bin/javac