Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libdsiutils-java
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
libdsiutils-java
Commits
b4b0ab0d
Commit
b4b0ab0d
authored
4 years ago
by
Pierre Gruet
Browse files
Options
Downloads
Patches
Plain Diff
Adding missing classpath in manifest
parent
d4c9d847
Branches
upstream/latest
Branches containing commit
Tags
upstream/5.3.1+dfsg
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+6
-0
6 additions, 0 deletions
debian/changelog
debian/classpath
+1
-0
1 addition, 0 deletions
debian/classpath
debian/rules
+1
-0
1 addition, 0 deletions
debian/rules
with
8 additions
and
0 deletions
debian/changelog
+
6
−
0
View file @
b4b0ab0d
libdsiutils-java (2.6.6-2) unstable; urgency=medium
* Adding missing classpath in manifest
-- Pierre Gruet <pgtdebian@free.fr> Sun, 13 Sep 2020 11:39:58 +0200
libdsiutils-java (2.6.6-1) unstable; urgency=medium
* Initial release (Closes: #969176)
...
...
This diff is collapsed.
Click to expand it.
debian/classpath
0 → 100644
+
1
−
0
View file @
b4b0ab0d
/usr/share/java/dsiutils.jar /usr/share/java/logback-classic.jar /usr/share/java/logback-core.jar /usr/share/java/fastutil.jar /usr/share/java/commons-math3.jar /usr/share/java/commons-io.jar /usr/share/java/commons-configuration.jar /usr/share/java/commons-collections3.jar /usr/share/java/jsap.jar /usr/share/java/slf4j-api.jar /usr/share/java/guava.jar
This diff is collapsed.
Click to expand it.
debian/rules
+
1
−
0
View file @
b4b0ab0d
...
...
@@ -7,6 +7,7 @@ override_dh_auto_install:
dh_auto_install
# Calling javahelper to put the built jar in the right place.
jh_installlibs
jh_classpath
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
...
...
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