[Pkg-fedora-ds-maintainers] jss: Changes to 'debian-unstable'

Juan Gregorio Hernando Rivero ghe at alioth.debian.org
Wed Jun 27 16:06:47 UTC 2012


 debian/changelog |    8 ++++++--
 debian/rules     |    2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit f5ebaf5bdf17b3f4b521ea01d386349f2908b585
Author: Ghe Rivero <ghe at debian.org>
Date:   Wed Jun 27 18:01:53 2012 +0200

    Prepare unstable release

diff --git a/debian/changelog b/debian/changelog
index cc780cf..dfd0074 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-jss (4.3.1-4) UNRELEASED; urgency=low
+jss (4.3.1-4) unstable; urgency=low
 
+  [ Timo Aaltonen ]
   * Update pull_coreconf.patch and match Linux3.0* during clean.
   * rules:
     - Remove dist/ on clean.
@@ -17,7 +18,10 @@ jss (4.3.1-4) UNRELEASED; urgency=low
   * rules: Added build-arch and build-indep targets.
   * rules: Replace dh_clean -k with dh_prep.
 
- -- Timo Aaltonen <tjaalton at ubuntu.com>  Tue, 04 Oct 2011 19:45:31 +0300
+  [ Ghe Rivero ]
+  * Fixed JAVA_HOME default path
+
+ -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 27 Jun 2012 18:00:53 +0200
 
 jss (4.3.1-3) unstable; urgency=low
 

commit 4dbdd7d0df890ca0ba49e970e2a6463ad422771a
Author: Ghe Rivero <ghe at debian.org>
Date:   Wed Jun 27 17:57:33 2012 +0200

    fixed default java path

diff --git a/debian/rules b/debian/rules
index 3dee1b4..e303ef8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ export NSPR_LIB_DIR=`/usr/bin/pkg-config --libs-only-L nspr | sed 's/-L//'`
 export NSS_INCLUDE_DIR=`/usr/bin/pkg-config --cflags-only-I nss | sed 's/-I//'`
 export NSS_LIB_DIR=`/usr/bin/pkg-config --libs-only-L nss | sed 's/-L//'`
 
-export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
+export JAVA_HOME=/usr/lib/jvm/default-java
 
 # Generate symbolic info for debuggers
 XCFLAGS="-g"



More information about the Pkg-fedora-ds-maintainers mailing list