[r-cran-bradleyterry2] 13/14: d/rules: workaround for wrong permissions in upstream tarball.

Sébastien Villemot sebastien at debian.org
Sat Sep 30 21:12:38 UTC 2017


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

sebastien pushed a commit to branch master
in repository r-cran-bradleyterry2.

commit e1a46fa5ff2fd95d1ede27f6e3e94ad293c90e85
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Sep 30 23:08:49 2017 +0200

    d/rules: workaround for wrong permissions in upstream tarball.
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 68d9a36..dade267 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,9 @@
 
 %:
 	dh $@ --buildsystem R
+
+# Workaround for wrong permissions in upstream tarball (needed as of 1.0-8 upstream release)
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x debian/r-cran-bradleyterry2/usr/lib/R/site-library/BradleyTerry2/CITATION \
+		 debian/r-cran-bradleyterry2/usr/lib/R/site-library/BradleyTerry2/doc/BradleyTerry.Rnw

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-bradleyterry2.git



More information about the debian-science-commits mailing list