This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository rambo-k.
commit 6af1bd175ce4b0aa0154279af99b1c9937516dad Author: Andreas Tille <[email protected]> Date: Mon Nov 21 15:25:35 2016 +0100 Fix permissions --- debian/changelog | 2 +- debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index cb31da1..5d07fe9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -rambo-k (1.21~r5-1) unstable; urgency=low +rambo-k (1.21+dfsg-1) UNRELEASED; urgency=low * Initial release (Closes: #844996) diff --git a/debian/rules b/debian/rules index 2034784..892ef87 100755 --- a/debian/rules +++ b/debian/rules @@ -21,5 +21,5 @@ override_jh_installlibs: override_dh_fixperms: dh_fixperms - chmod +x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/RAMBOK.py - + chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/plot.py + chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/simulate_reads.py -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rambo-k.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
