Skip to content
Snippets Groups Projects
Commit 36c65991 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Depend on lib{servlet,jsp}-api-java instead of libservlet3.1-java

parent 39e3e25f
No related branches found
No related tags found
No related merge requests found
javahelp2 (2.0.05.ds1-10) UNRELEASED; urgency=medium javahelp2 (2.0.05.ds1-10) UNRELEASED; urgency=medium
* Team upload. * Team upload.
* Depend on lib{servlet,jsp}-api-java instead of libservlet3.1-java
* Standards-Version updated to 4.6.1 * Standards-Version updated to 4.6.1
* Switch to debhelper level 13 * Switch to debhelper level 13
* Use salsa.debian.org Vcs-* URLs * Use salsa.debian.org Vcs-* URLs
......
...@@ -11,7 +11,8 @@ Build-Depends: ...@@ -11,7 +11,8 @@ Build-Depends:
debhelper-compat (= 13), debhelper-compat (= 13),
default-jdk, default-jdk,
imagemagick, imagemagick,
libservlet3.1-java, libjsp-api-java,
libservlet-api-java,
maven-repo-helper maven-repo-helper
Standards-Version: 4.6.1 Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/java-team/javahelp2.git Vcs-Git: https://salsa.debian.org/java-team/javahelp2.git
......
...@@ -25,8 +25,8 @@ build/$(p_jh):: stamp-build-$(p_jh) ...@@ -25,8 +25,8 @@ build/$(p_jh):: stamp-build-$(p_jh)
stamp-build-$(p_jh): stamp-build-$(p_jh):
#Create symlink to required jars #Create symlink to required jars
mkdir -p $(DEB_SRCDIR)/javahelp_nbproject/lib mkdir -p $(DEB_SRCDIR)/javahelp_nbproject/lib
ln -s -f /usr/share/java/servlet-api-3.1.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/servlet-api.jar ln -s -f /usr/share/java/servlet-api.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/servlet-api.jar
ln -s -f /usr/share/java/jsp-api-2.3.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/jsp-api.jar ln -s -f /usr/share/java/jsp-api.jar $(DEB_SRCDIR)/javahelp_nbproject/lib/jsp-api.jar
#Remove class uncompilable without JDIC #Remove class uncompilable without JDIC
rm -f $(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/BasicNativeContentViewerUI.java rm -f $(DEB_SRCDIR)/jhMaster/JavaHelp/src/new/javax/help/plaf/basic/BasicNativeContentViewerUI.java
#Build javahelp target 'release' is for jars, target 'javadoc' is for javadoc #Build javahelp target 'release' is for jars, target 'javadoc' is for javadoc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment