[Pkg-sssd-devel] sssd: Changes to 'ubuntu'

Timo Aaltonen tjaalton-guest at alioth.debian.org
Thu May 24 11:25:54 UTC 2012


 debian/changelog       |    6 ++++--
 debian/sssd.upstart.in |    2 +-
 2 files changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 4ca7882ace8db2525d03a72e49276aeb0df6d60b
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu May 24 14:17:42 2012 +0300

    release to quantal

diff --git a/debian/changelog b/debian/changelog
index 441762c..50df330 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-sssd (1.8.3-0ubuntu1) UNRELEASED; urgency=low
+sssd (1.8.3-0ubuntu1) quantal; urgency=low
 
   * Merge from Debian git, remaining changes:
     - control, rules: Drop libsemanage-dev from build-depends, it's not
       in main. Configure --with-semanage=no.
 
- -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 11 Apr 2012 11:48:56 +0300
+ -- Timo Aaltonen <tjaalton at ubuntu.com>  Thu, 24 May 2012 14:02:36 +0300
 
 sssd (1.8.3-1) UNRELEASED; urgency=low
 

commit 580d1ab1b3f0e415d94b0d8ffe98620df655341b
Author: Timo Aaltonen <tjaalton at ubuntu.com>
Date:   Thu May 24 13:41:24 2012 +0300

    sssd.upstart.in: Delete an invisible control character from the pre-start script. (LP: #1003845)

diff --git a/debian/changelog b/debian/changelog
index 9b0c12d..bbf93bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -57,6 +57,8 @@ sssd (1.8.3-1) UNRELEASED; urgency=low
   * patches/fix-upstream-1343.diff
     - LDAP nested groups: Do not process callback with _post deep in the nested
       structure (LP: #981125)
+  * sssd.upstart.in: Delete an invisible control character from the pre-start
+    script. (LP: #1003845)
 
  -- Timo Aaltonen <tjaalton at ubuntu.com>  Wed, 04 Apr 2012 11:40:40 +0300
 
diff --git a/debian/sssd.upstart.in b/debian/sssd.upstart.in
index ef5bc9e..160589f 100644
--- a/debian/sssd.upstart.in
+++ b/debian/sssd.upstart.in
@@ -16,7 +16,7 @@ respawn
 env DEFAULTFILE=/etc/default/sssd
 
 pre-start script
-	test -f /etc/sssd/sssd.conf || { stop; exit 0; }
+	test -f /etc/sssd/sssd.conf || { stop; exit 0; }
 	/lib/init/apparmor-profile-load usr.sbin.sssd
 end script
 



More information about the Pkg-sssd-devel mailing list