[Pkg-wmaker-commits] [wmshutdown] 40/173: debian/rules: remove ug+s, not preserved in .deb

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 25 02:46:22 UTC 2015


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

dtorrance-guest pushed a commit to branch master
in repository wmshutdown.

commit beb30a6643638a4182c03e3bda568e6737d825c1
Author: Jari Aalto <jari.aalto at cante.net>
Date:   Tue Dec 8 14:12:24 2009 +0200

    debian/rules: remove ug+s, not preserved in .deb
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 0dc5401..e61c6d7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,9 @@ install: build
 
 	$(MAKE) install DESTDIR=$(PKGDIR)
 
-	chmod ug+s $(BINDIR)/$(PACKAGE2)
+	# Won't make a difference: .deb will not preserve this
+	# See README.Debian
+	# chmod ug+s $(BINDIR)/$(PACKAGE2)
 
 # Build architecture-independent files here.
 binary-indep: build install

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



More information about the Pkg-wmaker-commits mailing list