Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
javahelp2
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Java Maintainers
javahelp2
Commits
36c65991
Commit
36c65991
authored
3 years ago
by
Emmanuel Bourg
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+1
-0
1 addition, 0 deletions
debian/changelog
debian/control
+2
-1
2 additions, 1 deletion
debian/control
debian/rules
+2
-2
2 additions, 2 deletions
debian/rules
with
5 additions
and
3 deletions
debian/changelog
+
1
−
0
View file @
36c65991
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
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
1
View file @
36c65991
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
2
−
2
View file @
36c65991
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment