[med-svn] [python-biopython] 05/05: Fix permission of dtd files
Andreas Tille
tille at debian.org
Tue Nov 7 10:51:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository python-biopython.
commit de26e8e1d123d8ed11eac5914581d3d304a9737e
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 7 13:50:51 2017 +0100
Fix permission of dtd files
---
debian/changelog | 5 +++--
debian/rules | 4 ++++
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3e3877f..bb3f372 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-python-biopython (1.70+dfsg-3) UNRELEASED; urgency=medium
+python-biopython (1.70+dfsg-3) unstable; urgency=medium
* Copy *.rst doc files.
Closes: #872222
@@ -6,8 +6,9 @@ python-biopython (1.70+dfsg-3) UNRELEASED; urgency=medium
Closes: #880236
* Drop duplicated python*-numpy in Build-Depends
* Standards-Version: 4.1.1
+ * Fix permission of dtd files
- -- Andreas Tille <tille at debian.org> Tue, 07 Nov 2017 09:57:50 +0100
+ -- Andreas Tille <tille at debian.org> Tue, 07 Nov 2017 13:24:21 +0100
python-biopython (1.70+dfsg-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 138e1e1..b25c018 100755
--- a/debian/rules
+++ b/debian/rules
@@ -133,3 +133,7 @@ override_dh_installdocs-indep:
find debian/python-biopython-doc/usr/share/doc/python-biopython-doc/Doc -name "*.aux" -delete
find debian/python-biopython-doc/usr/share/doc/python-biopython-doc/Doc -name "*.lyx" -delete
find debian/python-biopython-doc/usr/share/doc/python-biopython-doc/Doc -type d -empty -delete
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian -name "*.dtd" -exec chmod -x \{\} \;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-biopython.git
More information about the debian-med-commit
mailing list