[Pkg-sssd-devel] [Git][sssd-team/sssd][master] 2 commits: common/ipa/krb5-common/proxy.postinst: Use libexec path. (Closes: #931859)
Timo Aaltonen
gitlab at salsa.debian.org
Fri Jul 12 08:23:18 BST 2019
Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd
Commits:
547e384d by Timo Aaltonen at 2019-07-12T07:00:33Z
common/ipa/krb5-common/proxy.postinst: Use libexec path. (Closes: #931859)
- - - - -
e9003d1b by Timo Aaltonen at 2019-07-12T07:20:27Z
releasing package sssd version 2.2.0-3
- - - - -
5 changed files:
- debian/changelog
- debian/sssd-common.postinst
- debian/sssd-ipa.postinst
- debian/sssd-krb5-common.postinst
- debian/sssd-proxy.postinst
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+sssd (2.2.0-3) unstable; urgency=medium
+
+ * common/ipa/krb5-common/proxy.postinst: Use libexec path. (Closes:
+ #931859)
+
+ -- Timo Aaltonen <tjaalton at debian.org> Fri, 12 Jul 2019 10:01:06 +0300
+
sssd (2.2.0-2) unstable; urgency=medium
* rules: Override dh_installman, let dh_install handle installing
=====================================
debian/sssd-common.postinst
=====================================
@@ -19,7 +19,7 @@ set -e
OUT=/dev/null
HOME=/var/lib/sss
-LIBDIR=/usr/lib/@TRIPLET@/sssd
+LIBDIR=/usr/libexec/sssd
case "$1" in
configure)
=====================================
debian/sssd-ipa.postinst
=====================================
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-LIBDIR=/usr/lib/@TRIPLET@/sssd
+LIBDIR=/usr/libexec/sssd
case "$1" in
configure)
=====================================
debian/sssd-krb5-common.postinst
=====================================
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-LIBDIR=/usr/lib/@TRIPLET@/sssd
+LIBDIR=/usr/libexec/sssd
case "$1" in
configure)
=====================================
debian/sssd-proxy.postinst
=====================================
@@ -1,7 +1,7 @@
#!/bin/sh
set -e
-LIBDIR=/usr/lib/@TRIPLET@/sssd
+LIBDIR=/usr/libexec/sssd
case "$1" in
configure)
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/compare/34469ea459665ce808722ad86c5c47fd023731c3...e9003d1bb979c3217dea91c9e1940ecb287670cd
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/compare/34469ea459665ce808722ad86c5c47fd023731c3...e9003d1bb979c3217dea91c9e1940ecb287670cd
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-sssd-devel/attachments/20190712/7a44ba3d/attachment-0001.html>
More information about the Pkg-sssd-devel
mailing list