[Pkg-samba-maint] [samba] 06/07: Fix umask in make_shlibs

Ivo De Decker idd-guest at alioth.debian.org
Mon Oct 14 20:23:21 UTC 2013


This is an automated email from the git hooks/post-receive script.

idd-guest pushed a commit to branch samba_4.0
in repository samba.

commit 43be5b869dd7b05ba041ccb67995269bf26ac796
Author: Ivo De Decker <ivo.dedecker at ugent.be>
Date:   Mon Oct 14 21:28:24 2013 +0200

    Fix umask in make_shlibs
---
 debian/changelog   |    2 ++
 debian/make_shlibs |    1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e147421..74c1c5a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ samba (2:4.0.10+dfsg-3) UNRELEASED; urgency=low
   * Remove unused alternatives links on upgrade in samba-common-bin.prerm.
   * Add support for 'status' in samba-ad-dc init script.
   * Don't fail on errors in samba init script. Closes: #726326
+  * Fix umask in make_shlibs to avoid lintian error
+    control-file-has-bad-permissions.
 
  -- Ivo De Decker <ivo.dedecker at ugent.be>  Mon, 14 Oct 2013 19:33:04 +0200
 
diff --git a/debian/make_shlibs b/debian/make_shlibs
index 15e5fd4..7ac5495 100755
--- a/debian/make_shlibs
+++ b/debian/make_shlibs
@@ -1,6 +1,7 @@
 #! /bin/bash
 
 set -e
+umask 022
 
 # this could be done with dpkg-parsechangelog -S, but that only works since
 # dpkg 1.17, so we want to avoid this to enable backports

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list