This is an automated email from the git hooks/post-receive script. plessy pushed a commit to branch debian/unstable in repository bedtools.
commit 99afd111b0cdf20a5dbcbf003bc36608762ba7ca Author: Charles Plessy <[email protected]> Date: Wed Nov 25 17:31:24 2015 +0900 Ensure the architecture-independent package can be built separately. Closes: #805998 Thanks: Santiago Vila <[email protected]> --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ab7f5e5..4bb48b4 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ override_dh_install: fi ; \ done -override_dh_fixperms: +override_dh_fixperms-arch: dh_fixperms chmod -x $(CURDIR)/debian/$(DEBPKGNAME)/usr/share/bedtools/genomes/*.genome find $(CURDIR)/debian -name "*.bed" -executable -exec chmod -x \{\} \; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bedtools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
