[Python-modules-commits] [pyenchant] 04/05: remove executable bit from files in egg-info

Piotr Ożarowski piotr at moszumanska.debian.org
Wed Dec 20 10:53:18 UTC 2017


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

piotr pushed a commit to branch master
in repository pyenchant.

commit 31a385044bb0843512623634155cecb979a7ca7a
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Wed Dec 20 11:41:07 2017 +0100

    remove executable bit from files in egg-info
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8d00d7a..e09de76 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pyenchant (2.0.0-1) unstable; urgency=medium
 
   * New upstream release
+  * remove executable bit from files in egg-info
 
  -- Piotr Ożarowski <piotr at debian.org>  Wed, 20 Dec 2017 11:37:43 +0100
 
diff --git a/debian/rules b/debian/rules
index 7f6dc12..6c3f18b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,8 @@ build-indep:
 install: $(PYVERS:%=install-python-%)
 	echo "shlibs:Depends=${LIBPACKAGENAME}" >> debian/python-enchant.substvars
 	echo "shlibs:Depends=${LIBPACKAGENAME}" >> debian/python3-enchant.substvars
+	find debian/python-enchant -type f -exec chmod -x {} \;
+	find debian/python3-enchant -type f -exec chmod -x {} \;
 	touch $@
 install-python-3.%:
 	python3.$* setup.py install \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyenchant.git



More information about the Python-modules-commits mailing list