------------------------------------------------------------
revno: 700
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Wed 2017-02-08 10:08:18 +0100
message:
   - Fix location of gdb autoload file
modified:
  debian/changelog
  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	2017-02-04 16:46:38 +0000
+++ debian/changelog	2017-02-08 09:08:18 +0000
@@ -1,11 +1,11 @@
-openjdk-8 (8u121-b13-3) UNRELEASED; urgency=medium
+openjdk-8 (8u121-b13-3) unstable; urgency=medium
 
   * Really don't build the JamVM VM.
   * Fix 8164293: HotSpot leaking memory in long-running requests.
     Closes: #853758.
   * Add OpenJDK Stack Unwinder and Frame Decorator for gdb.
 
- -- Matthias Klose <d...@ubuntu.com>  Wed, 01 Feb 2017 12:52:19 +0100
+ -- Matthias Klose <d...@ubuntu.com>  Wed, 08 Feb 2017 07:24:13 +0100
 
 openjdk-8 (8u121-b13-2) unstable; urgency=medium
 

=== modified file 'debian/rules'
--- debian/rules	2017-02-04 16:46:38 +0000
+++ debian/rules	2017-02-08 09:08:18 +0000
@@ -2122,11 +2122,11 @@
 ifneq (,$(filter $(DEB_HOST_ARCH),amd64 kfreebsd-amd64))
 	mkdir -p $(d_jrehl)/usr/share/gdb/auto-load/$(basedir)/jre/lib/$(archdir)/server
 	cp debian/dbg8.py \
-	  $(d_jrehl)/$(basedir)/usr/share/gdb/auto-load/jre/lib/$(archdir)/server/libjvm.so-gdb.py
+	  $(d_jrehl)/usr/share/gdb/auto-load/$(basedir)/jre/lib/$(archdir)/server/libjvm.so-gdb.py
   ifneq (,$(filter zero, $(alternate_vms)))
 	mkdir -p $(d_jrez)/usr/share/gdb/auto-load/$(basedir)/jre/lib/$(archdir)/zero
 	ln -sf ../server/libjvm.so-gdb.py \
-	  $(d_jrez)/$(basedir)/usr/share/gdb/auto-load/jre/lib/$(archdir)/zero/libjvm.so
+	  $(d_jrez)/usr/share/gdb/auto-load/$(basedir)/jre/lib/$(archdir)/zero/libjvm.so
   endif
 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