[Pkg-sssd-devel] [Git][sssd-team/sssd][master] 2 commits: d/p/fix-shebang-on-sss_analyze.patch: Fix shebang on sss_analyze.

Timo Aaltonen (@tjaalton) gitlab at salsa.debian.org
Wed Jun 22 19:24:24 BST 2022



Timo Aaltonen pushed to branch master at Debian SSSD packaging / sssd


Commits:
b1a4e9c2 by Sergio Durigan Junior at 2022-06-22T11:00:00-04:00
d/p/fix-shebang-on-sss_analyze.patch: Fix shebang on sss_analyze.

- - - - -
ec56c0c6 by Sergio Durigan Junior at 2022-06-22T11:00:19-04:00
Update changelog for 2.7.2-3 release

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/fix-shebang-on-sss_analyze.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+sssd (2.7.2-3) unstable; urgency=medium
+
+  * d/p/fix-shebang-on-sss_analyze.patch: Fix shebang on sss_analyze.
+
+ -- Sergio Durigan Junior <sergiodj at debian.org>  Wed, 22 Jun 2022 11:00:11 -0400
+
 sssd (2.7.2-2) unstable; urgency=medium
 
   * rules, install: Fix python install directory. (LP: #1979453)


=====================================
debian/patches/fix-shebang-on-sss_analyze.patch
=====================================
@@ -0,0 +1,22 @@
+From: Sergio Durigan Junior <sergiodj at debian.org>
+Date: Wed, 22 Jun 2022 10:56:45 -0400
+Subject: Fix shebang on sss_analyze
+
+s/python/python3/
+
+Forwarded: not-needed
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1979453
+---
+ src/tools/analyzer/sss_analyze | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/tools/analyzer/sss_analyze b/src/tools/analyzer/sss_analyze
+index 3f1beaf..6d4b5b3 100755
+--- a/src/tools/analyzer/sss_analyze
++++ b/src/tools/analyzer/sss_analyze
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/env python3
+ 
+ from sssd import sss_analyze
+ 


=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 fix-whitespace-test.diff
 default-to-socket-activated-services.diff
+fix-shebang-on-sss_analyze.patch



View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/296b4f3a07beb627a1c44bbd773abdd14c49e08f...ec56c0c607f0749dc6e11b47a56fd66c55c08eca

-- 
View it on GitLab: https://salsa.debian.org/sssd-team/sssd/-/compare/296b4f3a07beb627a1c44bbd773abdd14c49e08f...ec56c0c607f0749dc6e11b47a56fd66c55c08eca
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/20220622/67aa6367/attachment-0001.htm>


More information about the Pkg-sssd-devel mailing list