Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ca-certificates-java
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
v2026dev1
entered Hard Code Freeze, changes will not be accepted •
schedule
Show more breadcrumbs
pkg
ca-certificates-java
Commits
c15a1290
Commit
c15a1290
authored
1 year ago
by
John Goerzen
Committed by
Ritesh Raj Sarraf
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Import Debian version 20230620~deb12u1~bpo12+1
parent
ce48c751
No related branches found
Tags
apertis/20230103+apertis0
2 merge requests
!9
Update from debian/bookworm-backports for apertis/v2023-updates
,
!8
Update from debian/bookworm-proposed-updates for apertis/v2023-updates
Pipeline
#619546
failed
1 year ago
Stage: build-env
Stage: license scan
Stage: build
Stage: upload
Stage: OBS
Changes
4
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
debian/ca-certificates-java.postinst
+7
-0
7 additions, 0 deletions
debian/ca-certificates-java.postinst
debian/changelog
+26
-0
26 additions, 0 deletions
debian/changelog
debian/control
+2
-2
2 additions, 2 deletions
debian/control
toremove
+1
-0
1 addition, 0 deletions
toremove
with
36 additions
and
2 deletions
debian/ca-certificates-java.postinst
+
7
−
0
View file @
c15a1290
...
...
@@ -31,6 +31,13 @@ setup_path()
if
[
-x
/usr/lib/jvm/
$jvm
/bin/java
]
;
then
export
JAVA_HOME
=
/usr/lib/jvm/
$jvm
PATH
=
$JAVA_HOME
/bin:
$PATH
# copy java.security to allow import to function
security_conf
=
/etc/java-
${
version
}
-openjdk
/security
if
[
-f
${
security_conf
}
/java.security.dpkg-new
]
\
&&
[
!
-f
${
security_conf
}
/java.security
]
;
then
cp
${
security_conf
}
/java.security.dpkg-new
\
${
security_conf
}
/java.security
fi
break
2
fi
done
...
...
This diff is collapsed.
Click to expand it.
debian/changelog
+
26
−
0
View file @
c15a1290
ca-certificates-java (20230620~deb12u1~bpo12+1) bookworm-backports; urgency=medium
* Rebuild for bookworm-backports. This includes fixes that are otherwise
blocking anything with a build-dep on java from building in
bookworm-backports.
-- John Goerzen <jgoerzen@complete.org> Thu, 14 Sep 2023 05:15:42 +0000
ca-certificates-java (20230620~deb12u1) bookworm; urgency=medium
* Non-maintainer upload.
* Rebuild for bookworm. (Closes: #1039472)
-- Andreas Beckmann <anbe@debian.org> Sun, 06 Aug 2023 16:24:13 +0200
ca-certificates-java (20230620) unstable; urgency=medium
[ Matthias Klose ]
* Bump standards version.
* Build-depend on default-jdk-headless instead of default-jdk.
[ Vladimir Petko ]
* d/ca-certificates-java.postinst: Work-around not yet configured jre.
-- Matthias Klose <doko@debian.org> Tue, 20 Jun 2023 06:09:44 +0200
ca-certificates-java (20230103) unstable; urgency=medium
* Promote again the JRE recommendation to a dependency. Otherwise
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
2
−
2
View file @
c15a1290
...
...
@@ -7,10 +7,10 @@ Uploaders: Matthias Klose <doko@ubuntu.com>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-javahelper,
default-jdk,
default-jdk
-headless
,
junit4,
Rules-Requires-Root: no
Standards-Version: 4.6.
1
Standards-Version: 4.6.
2
Vcs-Git: https://salsa.debian.org/java-team/ca-certificates-java.git
Vcs-Browser: https://salsa.debian.org/java-team/ca-certificates-java
...
...
This diff is collapsed.
Click to expand it.
toremove
0 → 100644
+
1
−
0
View file @
c15a1290
default-jdk-headless javahelper junit4 libhamcrest-java openjdk-17-jdk-headless
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