[doxia] 02/15: Removed hard-coded home dir / usr/local/java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Aug 6 09:40:49 UTC 2015


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

ebourg-guest pushed a commit to annotated tag debian/1.0-alpha-11-1
in repository doxia.

commit 0776d7499d5d8321a7744a1237ab83896ae81e8a
Author: Paul Cager <paul-debian at home.paulcager.org>
Date:   Tue Jun 12 17:30:14 2007 +0000

    Removed hard-coded home dir / usr/local/java
---
 debian/build.xml | 1 -
 debian/rules     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index bdf11e3..ef80e90 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -4,7 +4,6 @@
 
     <property file="debian/build.properties"/>
     <property name="maven.test.skip" value="true"/>
-    <property name="maven.build.xml" value="/home/trygvis/dev/org.debian.svn/pkg-java/trunk/maven-ant-helper/maven-build.xml"/>
     <property name="maven.build.xml" value="/usr/share/maven-ant-helper/maven-build.xml"/>
     <property file="/usr/share/maven-ant-helper/maven-defaults.properties"/>
 
diff --git a/debian/rules b/debian/rules
index 4e502b0..b9a8b27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,6 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk
 PACKAGE              := $(shell dpkg-parsechangelog | egrep '^Source:' | cut -f2 -d' ')
 VERSION              := $(shell dpkg-parsechangelog | egrep '^Version:' | sed 's/Version: \(.*\)-.*/\1/')
 JAVA_HOME            := /usr/lib/jvm/java-gcj
-JAVA_HOME            := /usr/local/java
 ANT_HOME             := /usr/share/ant
 #DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar xalan2 
 DEB_JARS             := $(ANT_HOME)/lib/ant-launcher.jar $(ANT_HOME)/lib/ant-trax.jar \

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



More information about the pkg-java-commits mailing list