[Pkg-freeipa-devel] [Git][freeipa-team/dogtag-pki][master] 5 commits: control: Bump policy to 4.5.0.
Timo Aaltonen
gitlab at salsa.debian.org
Mon Mar 30 13:06:07 BST 2020
Timo Aaltonen pushed to branch master at FreeIPA packaging / dogtag-pki
Commits:
f6e5355c by Timo Aaltonen at 2020-03-19T07:44:30+02:00
control: Bump policy to 4.5.0.
- - - - -
e46f8979 by Timo Aaltonen at 2020-03-24T16:20:48+02:00
control: Add python3-pytest-runner as a build-dep.
- - - - -
d22d8a6e by Timo Aaltonen at 2020-03-29T15:37:04+03:00
fix-tomcat-paths.diff: Use /usr/share/tomcat9/bin/version.sh when determining the tomcat version.
- - - - -
746387c9 by Timo Aaltonen at 2020-03-29T17:18:51+03:00
control: Add python3-ipahealthcheck-core to pki-server depends.
- - - - -
c40ab269 by Timo Aaltonen at 2020-03-30T14:53:21+03:00
releasing package dogtag-pki version 10.8.3-2
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/patches/fix-tomcat-paths.diff
Changes:
=====================================
debian/changelog
=====================================
@@ -1,8 +1,13 @@
-dogtag-pki (10.8.3-2) UNRELEASED; urgency=medium
+dogtag-pki (10.8.3-2) unstable; urgency=medium
* control: Mark themes and javadoc M-A: foreign.
+ * control: Bump policy to 4.5.0.
+ * control: Add python3-pytest-runner as a build-dep.
+ * fix-tomcat-paths.diff: Use /usr/share/tomcat9/bin/version.sh when
+ determining the tomcat version.
+ * control: Add python3-ipahealthcheck-core to pki-server depends.
- -- Timo Aaltonen <tjaalton at debian.org> Thu, 19 Mar 2020 07:43:07 +0200
+ -- Timo Aaltonen <tjaalton at debian.org> Mon, 30 Mar 2020 14:52:56 +0300
dogtag-pki (10.8.3-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -41,6 +41,7 @@ Build-Depends:
python3-dev,
python3-distutils,
python3-nss,
+ python3-pytest-runner,
python3-requests,
python3-setuptools,
python3-sphinx,
@@ -48,7 +49,7 @@ Build-Depends:
velocity,
zlib1g-dev,
389-ds-base-dev (>= 1.4.0.16-1),
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
Homepage: http://pki.fedoraproject.org
Vcs-Git: https://salsa.debian.org/freeipa-team/dogtag-pki.git
Vcs-Browser: https://salsa.debian.org/freeipa-team/dogtag-pki
@@ -189,6 +190,7 @@ Depends:
pki-base-java (= ${source:Version}),
pki-tools (= ${binary:Version}),
python3-cryptography,
+ python3-ipahealthcheck-core,
python3-ldap,
python3-lxml,
python3-selinux,
=====================================
debian/patches/fix-tomcat-paths.diff
=====================================
@@ -6,9 +6,10 @@
CONF_DIR = '/etc/tomcat'
- LIB_DIR = '/usr/share/java/tomcat'
- SHARE_DIR = '/usr/share/tomcat'
+- EXECUTABLE = '/usr/sbin/tomcat'
+ LIB_DIR = '/usr/share/java'
+ SHARE_DIR = '/usr/share/tomcat9'
- EXECUTABLE = '/usr/sbin/tomcat'
++ EXECUTABLE = '/usr/share/tomcat9/bin/version.sh'
UNIT_FILE = '/lib/systemd/system/tomcat at .service'
- TOMCAT_CONF = CONF_DIR + '/tomcat.conf'
+ TOMCAT_CONF = '/dev/null'
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/compare/a97d8263333984e488ea2c095bb702dc920e5d85...c40ab2697f948fa3f897b43391cc8fc8e002cf59
--
View it on GitLab: https://salsa.debian.org/freeipa-team/dogtag-pki/-/compare/a97d8263333984e488ea2c095bb702dc920e5d85...c40ab2697f948fa3f897b43391cc8fc8e002cf59
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-freeipa-devel/attachments/20200330/c20a7584/attachment-0001.html>
More information about the Pkg-freeipa-devel
mailing list