------------------------------------------------------------
revno: 675
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Wed 2016-04-20 11:40:52 +0200
message:
  openjdk-8 (8u77-b03-3ubuntu4) xenial; urgency=medium
  
    * Fix setting the update version (77). LP: #1550244.
    * Really re-enable running the tests.
  
   -- Matthias Klose <d...@ubuntu.com>  Wed, 20 Apr 2016 11:28:13 +0200
  
  openjdk-8 (8u77-b03-3ubuntu3) xenial; urgency=medium
  
    * Build-depend on jtreg again, run the tests during the build.
  
   -- Matthias Klose <d...@ubuntu.com>  Wed, 13 Apr 2016 19:17:37 +0200
  
  openjdk-8 (8u77-b03-3ubuntu2) xenial; urgency=medium
  
    * Fix stripping the libjvm.so files.
  
   -- Matthias Klose <d...@ubuntu.com>  Wed, 06 Apr 2016 13:41:39 +0200
  
  openjdk-8 (8u77-b03-3ubuntu1) xenial; urgency=medium
  
    * Regenerate the control file.
  
   -- Matthias Klose <d...@ubuntu.com>  Fri, 01 Apr 2016 20:40:42 +0200
modified:
  debian/changelog
  debian/control
  debian/rules


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

Your team Debian Java Maintainers is subscribed to branch 
lp:~openjdk/openjdk/openjdk8.
To unsubscribe from this branch go to 
https://code.launchpad.net/~openjdk/openjdk/openjdk8/+edit-subscription
=== modified file 'debian/changelog'
--- debian/changelog	2016-03-31 21:04:36 +0000
+++ debian/changelog	2016-04-20 09:40:52 +0000
@@ -1,8 +1,34 @@
-openjdk-8 (8u77-b03-3) UNRELEASED; urgency=medium
+openjdk-8 (8u77-b03-3ubuntu4) xenial; urgency=medium
+
+  * Fix setting the update version (77). LP: #1550244.
+  * Really re-enable running the tests.
+
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 20 Apr 2016 11:28:13 +0200
+
+openjdk-8 (8u77-b03-3ubuntu3) xenial; urgency=medium
+
+  * Build-depend on jtreg again, run the tests during the build.
+
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 13 Apr 2016 19:17:37 +0200
+
+openjdk-8 (8u77-b03-3ubuntu2) xenial; urgency=medium
+
+  * Fix stripping the libjvm.so files.
+
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 06 Apr 2016 13:41:39 +0200
+
+openjdk-8 (8u77-b03-3ubuntu1) xenial; urgency=medium
+
+  * Regenerate the control file.
+
+ -- Matthias Klose <d...@ubuntu.com>  Fri, 01 Apr 2016 20:40:42 +0200
+
+openjdk-8 (8u77-b03-3) unstable; urgency=medium
 
   * Configure with --with-milestone and --with-user-release-suffix.
+  * Fix binary-indep only build. Closes: #819618.
 
- -- Matthias Klose <d...@ubuntu.com>  Thu, 31 Mar 2016 22:19:06 +0200
+ -- Matthias Klose <d...@ubuntu.com>  Fri, 01 Apr 2016 18:31:13 +0200
 
 openjdk-8 (8u77-b03-2) unstable; urgency=medium
 

=== modified file 'debian/control'
--- debian/control	2016-03-29 23:24:36 +0000
+++ debian/control	2016-04-20 09:40:52 +0000
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 5), quilt, m4, lsb-release, zip, unzip,
   sharutils, gawk, cpio, pkg-config, procps, wdiff, fastjar (>= 2:0.96-0ubuntu2),
   autoconf (>= 2.69), automake, autotools-dev, ant, ant-optional,  libtool,
-  g++-5, g++-4.9 [mips mipsel mips64 mips64el],
+  g++-5,
   openjdk-8-jdk | openjdk-7-jdk,
   libxtst-dev, libxi-dev, libxt-dev, libxaw7-dev, libxrender-dev, libcups2-dev, libasound2-dev, liblcms2-dev, libfreetype6-dev (>= 2.2.1), libgtk2.0-dev, libxinerama-dev, libkrb5-dev, xsltproc, libpcsclite-dev,
   libffi-dev, 

=== modified file 'debian/rules'
--- debian/rules	2016-03-31 21:04:36 +0000
+++ debian/rules	2016-04-20 09:40:52 +0000
@@ -78,7 +78,7 @@
 endif
 jvmver		= 1.8.0
 shortver	= 8
-updatever	:= $(shell echo $(PKGVERSION) | sed -n 's/.*u\([0-9]\+\).*/\1/p')
+updatever	:= $(shell echo $(PKGVERSION) | sed -n 's/^$(shortver)u\([0-9]\+\).*/\1/p')
 buildver	:= $(shell echo $(PKGVERSION) | sed -n 's/.*\(b[0-9]\+\).*/\1/p')
 
 ifneq (,$(DEB_HOST_MULTIARCH))
@@ -117,7 +117,6 @@
 ifneq (,$(filter $(DEB_HOST_ARCH), armel))
   with_check = disabled running check on $(DEB_HOST_ARCH)
 endif
-with_check = disabled for this upload
 
 with_docs = $(if $(findstring nodocs, $(DEB_BUILD_OPTIONS)),,yes)
 ifneq (,$(findstring cacao shark, $(PKGSOURCE)))
@@ -313,7 +312,7 @@
 with_nss = yes
 with_tzdata =
 
-ifneq (,$(filter $(distrel),squeeze wheezy lucid precise xenial))
+ifneq (,$(filter $(distrel),squeeze wheezy lucid precise))
   with_check =
 else
   bd_jtreg = jtreg,
@@ -571,16 +570,11 @@
   COMMON_CONFIGURE_ARGS += --with-jtreg
 endif
 
-# FIXME: these might be out of date for AArch64
-DEFAULT_CONFIGURE_ARGS += \
+COMMON_CONFIGURE_ARGS += \
 	--with-milestone='$(distribution)' \
-	--with-user-release-suffix='$(PKGVERSION)'
-
-COMMON_CONFIGURE_ARGS += \
+	--with-user-release-suffix='$(PKGVERSION)' \
 	--with-update-version=$(updatever) \
 	--with-build-number=$(buildver)
-	--with-milestone=fcs \
-	--with-user-release-suffix='$(distribution) $(PKGVERSION)' \
 
 #	--with-debug-level=fastdebug \
 
@@ -2187,7 +2181,7 @@
 nojrez = $(if $(filter shark zero, $(alternate_vms)),,-N$(p_jrez))
 
 # Build architecture independant packages
-binary-indep: build stamps/build-docs
+binary-indep: build stamps/build-docs install
 	dh_testdir
 	dh_testroot
 ifeq ($(with_docs),yes)
@@ -2288,15 +2282,15 @@
 	      --strip-debug $$i; \
 	    objcopy --add-gnu-debuglink $$id $$i; \
 	  else \
-	  d=$(d_dbg)/usr/lib/debug/.build-id/$${b_id:0:2}; \
-	    mkdir -p $$d; \
-	    objcopy --only-keep-debug --compress-debug-sections \
-	      $$i $$d/$$b_id.debug; \
-	    chmod 644 $$d/$$b_id.debug; \
-	    strip --remove-section=.comment --remove-section=.note \
-	      $$i; \
-	    objcopy --add-gnu-debuglink \
-	      $$d/$$b_id.debug $$i; \
+	    d=usr/lib/debug/.build-id/$${b_id:0:2}; \
+	    f=$${b_id:2}.debug; \
+	    mkdir -p $(d_dbg)/$$d; \
+	    objcopy --only-keep-debug --compress-debug-sections $$i $(d_dbg)/$$d/$$f; \
+	    chmod 644 $(d_dbg)/$$d/$$f; \
+	    strip --remove-section=.comment --remove-section=.note $$i; \
+	    pushd $(d_dbg)/$$d >/dev/null; \
+	    objcopy --add-gnu-debuglink $$f $(CURDIR)/$$i; \
+	    popd >/dev/null; \
 	  fi; \
 	done
 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
debian-j...@lists.debian.org for discussions and questions.

Reply via email to