[Git][java-team/equinox-bundles][master] Depend on libtomcat9-java instead of libtomcat8-java

Emmanuel Bourg gitlab at salsa.debian.org
Mon Dec 3 17:15:15 GMT 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / equinox-bundles


Commits:
b9b64468 by Emmanuel Bourg at 2018-12-03T16:59:24Z
Depend on libtomcat9-java instead of libtomcat8-java

- - - - -


3 changed files:

- debian/build.xml
- debian/changelog
- debian/control


Changes:

=====================================
debian/build.xml
=====================================
@@ -110,7 +110,7 @@
   <!-- Equinox Jasper Jsp Support Bundle -->
   <target name="org.eclipse.equinox.jsp.jasper">
     <make-bundle name="org.eclipse.equinox.jsp.jasper">
-      <pathelement path="/usr/share/java/tomcat8-jasper.jar"/>
+      <pathelement path="/usr/share/java/tomcat9-jasper.jar"/>
     </make-bundle>
   </target>
 


=====================================
debian/changelog
=====================================
@@ -1,5 +1,6 @@
 equinox-bundles (4.9-2) UNRELEASED; urgency=medium
 
+  * Depend on libtomcat9-java instead of libtomcat8-java
   * The license changed to EPL-2.0
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 03 Dec 2018 13:47:55 +0100


=====================================
debian/control
=====================================
@@ -13,7 +13,7 @@ Build-Depends:
  libjetty9-java,
  libosgi-compendium-java,
  libservlet3.1-java,
- libtomcat8-java,
+ libtomcat9-java,
  eclipse-debian-helper
 Standards-Version: 4.2.1
 Vcs-Git: https://salsa.debian.org/java-team/equinox-bundles.git
@@ -226,7 +226,7 @@ Description: Eclipse Equinox Initial Provisioning
 
 Package: libequinox-jsp-jasper-java
 Architecture: all
-Depends: ${misc:Depends}, ${bundle:Depends}
+Depends: ${misc:Depends}, ${bundle:Depends}, libtomcat9-java
 Description: Eclipse Equinox Jasper Jsp Support Bundle
  The Equinox Bundles project is tasked with implementing all add-on services
  detailed in the OSGi specifications including the output of the various OSGi



View it on GitLab: https://salsa.debian.org/java-team/equinox-bundles/commit/b9b644682f18d7e2ca9e8973c2927b82e2229398

-- 
View it on GitLab: https://salsa.debian.org/java-team/equinox-bundles/commit/b9b644682f18d7e2ca9e8973c2927b82e2229398
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20181203/d286f7fb/attachment.html>


More information about the pkg-java-commits mailing list