Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
tools
autopsy
Commits
ac780f03
Commit
ac780f03
authored
Sep 21, 2021
by
Nong Hoang Tu
Browse files
Add openjdk-8 and fix the invalid java error
parent
2e2034c7
Pipeline
#4059
failed with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
debian/control
View file @
ac780f03
...
...
@@ -2,7 +2,7 @@ Source: autopsy
Section: admin
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13), ant
Build-Depends: debhelper-compat (= 13), ant
, openjdk-8-jdk, openjdk-8-jre
Build-Depends-Indep: sleuthkit (>= 3.0.0)
Standards-Version: 4.5.0
Homepage: https://www.sleuthkit.org/autopsy/
...
...
debian/rules
View file @
ac780f03
...
...
@@ -9,3 +9,6 @@ override_dh_auto_clean:
override_dh_install:
dh_install
find debian -type f -name ".perltidyrc" -delete
override_dh_auto_configure:
update-java-alternatives -s java-1.8.0-openjdk-amd64
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment