diff --git a/debian/changelog b/debian/changelog
index 8e5568921c4b695eca4ecb268f1f62f530d68321..a6f1bf578793072e9f027e3f543ced4beb418eed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+eclipse-platform-runtime (4.8-2) UNRELEASED; urgency=medium
+
+  * Depend on libeclipse-osgi-services-java (>= 3.7.0)
+
+ -- Emmanuel Bourg <ebourg@apache.org>  Wed, 28 Nov 2018 12:09:40 +0100
+
 eclipse-platform-runtime (4.8-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index 12cbe8f1ecbda46185149f521a7a6f1cef7c19d9..ae5e2a79a292f870ee9c6a1a9d43bbff027ec1e3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends:
  default-jdk,
  libatinject-jsr330-api-java,
  libeclipse-osgi-java,
- libeclipse-osgi-services-java,
+ libeclipse-osgi-services-java (>= 3.7.0),
  libequinox-app-java,
  libequinox-common-java,
  libequinox-preferences-java,
@@ -131,7 +131,7 @@ Description: Eclipse Dependency Injection Extensions
 
 Package: libeclipse-e4-core-di-extensions-supplier-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle-Depends}, libeclipse-osgi-services-java, libequinox-preferences-java
+Depends: ${misc:Depends}, ${bundle-Depends}, libeclipse-osgi-services-java (>= 3.7.0), libequinox-preferences-java
 Description: Eclipse Dependency Injection Extensions Supplier
  Eclipse Platform defines the set of frameworks and common services that
  collectively make up infrastructure required to support the use of Eclipse
@@ -143,7 +143,7 @@ Description: Eclipse Dependency Injection Extensions Supplier
 
 Package: libeclipse-e4-core-services-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java, libequinox-common-java
+Depends: ${misc:Depends}, ${bundle-Depends}, libatinject-jsr330-api-java, libeclipse-osgi-services-java (>= 3.7.0), libequinox-common-java
 Description: Eclipse Application Services
  Eclipse Platform defines the set of frameworks and common services that
  collectively make up infrastructure required to support the use of Eclipse