------------------------------------------------------------
revno: 604
committer: Matthias Klose <[email protected]>
branch nick: openjdk7
timestamp: Wed 2016-05-04 19:34:55 +0200
message:
  openjdk-7 (7u101-2.6.6-2) experimental; urgency=medium
  
    * Configure with --disable-arm32-jit, broken by the security update.
  
   -- Matthias Klose <[email protected]>  Sat, 23 Apr 2016 02:28:28 +0200
modified:
  changelog
  control
  control.in
  rules


--
lp:~openjdk/openjdk/openjdk7
https://code.launchpad.net/~openjdk/openjdk/openjdk7

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk7.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk7/+edit-subscription
=== modified file 'changelog'
--- changelog	2016-05-04 17:29:22 +0000
+++ changelog	2016-05-04 17:34:55 +0000
@@ -1,3 +1,9 @@
+openjdk-7 (7u101-2.6.6-2) experimental; urgency=medium
+
+  * Configure with --disable-arm32-jit, broken by the security update.
+
+ -- Matthias Klose <[email protected]>  Sat, 23 Apr 2016 02:28:28 +0200
+
 openjdk-7 (7u101-2.6.6-1) experimental; urgency=medium
 
   [ Tiago Stürmer Daitx ]

=== modified file 'control'
--- control	2016-05-04 17:29:22 +0000
+++ control	2016-05-04 17:34:55 +0000
@@ -16,7 +16,7 @@
   libpulse-dev (>= 0.9.12),
   libnss3-dev (>= 2:3.17.1), systemtap-sdt-dev,
   mauve, xvfb, xauth, xfonts-base, libgl1-mesa-dri [!x32], twm | metacity, twm | dbus-x11, x11-xkb-utils,
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: http://openjdk.java.net/
 Vcs-Bzr: http://bazaar.launchpad.net/~openjdk/openjdk/openjdk7
 Vcs-Browser: https://code.launchpad.net/~openjdk/openjdk/openjdk7

=== modified file 'control.in'
--- control.in	2016-05-04 17:29:22 +0000
+++ control.in	2016-05-04 17:34:55 +0000
@@ -16,7 +16,7 @@
   @bd_pulsejava@
   @bd_nss@ @bd_systemtap@
   @bd_mauve@ @bd_xvfb@
-Standards-Version: 3.9.5
+Standards-Version: 3.9.8
 Homepage: http://openjdk.java.net/
 Vcs-Bzr: http://bazaar.launchpad.net/~openjdk/openjdk/openjdk7
 Vcs-Browser: https://code.launchpad.net/~openjdk/openjdk/openjdk7

=== modified file 'rules'
--- rules	2016-05-04 17:29:22 +0000
+++ rules	2016-05-04 17:34:55 +0000
@@ -590,9 +590,9 @@
 	--with-langtools-src-zip=$(CURDIR)/langtools.tar.bz2
 
 ifneq (,$(filter $(DEB_HOST_ARCH), armel armhf))
+  CONFIGURE_ARGS += \
+	--disable-arm32-jit
   #CONFIGURE_ARGS += \
-	--disable-arm32-jit
-  CONFIGURE_ARGS += \
 	--enable-arm32-jit
 endif
 

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
[email protected] for discussions and questions.

Reply via email to