[Pkg-sssd-devel] [Git][sssd-team/sssd][master] 2 commits: control: Change priority to optional.
Timo Aaltonen
gitlab at salsa.debian.org
Wed Jun 27 11:41:01 BST 2018
Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd
Commits:
f42b8836 by Timo Aaltonen at 2018-06-27T13:23:23+03:00
control: Change priority to optional.
- - - - -
435172c2 by Timo Aaltonen at 2018-06-27T13:40:48+03:00
libsss-sudo.post*: Don't call ldconfig.
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/libsss-sudo.postinst
- debian/libsss-sudo.postrm
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ sssd (1.16.2-1) UNRELEASED; urgency=medium
* control: Drop obsolete build-depends.
* control: Update VCS urls.
* control: Bump python versions.
+ * control: Change priority to optional.
+ * libsss-sudo.post*: Don't call ldconfig.
-- Timo Aaltonen <tjaalton at debian.org> Tue, 26 Jun 2018 11:15:02 +0300
=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
Source: sssd
Section: utils
-Priority: extra
+Priority: optional
Maintainer: Debian SSSD Team <pkg-sssd-devel at lists.alioth.debian.org>
Uploaders: Timo Aaltonen <tjaalton at debian.org>
Build-Depends:
=====================================
debian/libsss-sudo.postinst
=====================================
--- a/debian/libsss-sudo.postinst
+++ b/debian/libsss-sudo.postinst
@@ -2,20 +2,6 @@
set -e
-case "$1" in
- configure)
- ldconfig
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
#DEBHELPER#
# This code was taken from libnss-myhostname, which got it from nss-mdns:
=====================================
debian/libsss-sudo.postrm
=====================================
--- a/debian/libsss-sudo.postrm
+++ b/debian/libsss-sudo.postrm
@@ -32,7 +32,6 @@ remove_nss_entry() {
case "$1" in
remove|purge)
remove_nss_entry
- ldconfig
;;
upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
;;
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/compare/831bc356bb86d4d25341c8c46237cc98fc06080c...435172c2b624e9c2baffca3938e3126d088bddf9
--
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/compare/831bc356bb86d4d25341c8c46237cc98fc06080c...435172c2b624e9c2baffca3938e3126d088bddf9
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/20180627/62236b2a/attachment-0001.html>
More information about the Pkg-sssd-devel
mailing list