------------------------------------------------------------
revno: 713
committer: Matthias Klose <d...@ubuntu.com>
branch nick: openjdk8
timestamp: Thu 2017-08-24 16:39:01 +0200
message:
    * Don't regenerate the control file during the build.
    * Enable systemtap on sh4.
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-08-24 00:17:21 +0000
+++ debian/changelog	2017-08-24 14:39:01 +0000
@@ -1,3 +1,10 @@
+openjdk-8 (8u144-b01-2) UNRELEASED; urgency=medium
+
+  * Don't regenerate the control file during the build.
+  * Enable systemtap on sh4.
+
+ -- Matthias Klose <d...@ubuntu.com>  Thu, 24 Aug 2017 16:32:03 +0200
+
 openjdk-8 (8u144-b01-1) unstable; urgency=medium
 
   * Update to 8u144-b01.

=== modified file 'debian/rules'
--- debian/rules	2017-08-24 00:17:21 +0000
+++ debian/rules	2017-08-24 14:39:01 +0000
@@ -313,8 +313,8 @@
   with_wm_prefix = dbus-launch --exit-with-session
 endif
 
-ifeq (,$(filter $(distrel),squeeze wheezy lucid precise quantal raring saucy trusty))
-  ifeq (,$(filter $(DEB_HOST_ARCH),sh4))
+ifeq (,$(filter $(distrel),squeeze wheezy precise trusty))
+  ifeq (,$(filter $(DEB_HOST_ARCH),none))
     with_systemtap = yes
     ALT_SDT_H := $(firstword $(wildcard /usr/include/*/sys/sdt.h /usr/include/sys/sdt.h))
     export ALT_SDT_H
@@ -731,7 +731,7 @@
     bd_nss = libnss3-dev (>= 2:3.17.1),
   endif
 endif
-ifeq ($(with_systemtap),yes)
+ifeq (,$(filter $(distrel),squeeze wheezy precise trusty))
   bd_systemtap = systemtap-sdt-dev [!sh4],
 endif
 
@@ -1164,7 +1164,7 @@
 
 build-arch: build
 build-indep: build stamps/build-docs
-build: pre-build debian/control $(build_stamps)
+build: pre-build $(build_stamps)
 	if [ -f buildwatch.pid ]; then \
 	  pid=$$(cat buildwatch.pid); \
 	  kill -1 $$pid || :; sleep 1; kill -9 $$pid || :; \

__
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