[med-svn] [prottest] 05/05: add docs, fix more permissions

Andreas Tille tille at debian.org
Mon Oct 19 14:02:00 UTC 2015


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

tille pushed a commit to branch master
in repository prottest.

commit 72fcafb512527da14e7d261d3011d78c0ae08d07
Author: Andreas Tille <tille at debian.org>
Date:   Mon Oct 19 15:56:00 2015 +0200

    add docs, fix more permissions
---
 debian/docs  | 1 +
 debian/rules | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..3f363eb
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+src/main/resources/README
diff --git a/debian/rules b/debian/rules
index a012513..9bafc14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,14 @@ JAVA_HOME=/usr/lib/jvm/default-java
 override_dh_fixperms:
 	dh_fixperms
 	chmod -x debian/$(DEBPKGNAME)/etc/$(DEBPKGNAME)/*
+	find debian/$(DEBPKGNAME)/usr/share/doc/$(DEBPKGNAME)/examples -type f -exec chmod -x \{\} \;
+	find debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/models -type f -exec chmod -x \{\} \;
+
+override_dh_installchangelogs:
+	dh_installchangelogs src/main/resources/CHANGELOG
+
+override_dh_compress:
+	dh_compress --exclude=.nex --exclude=alignment
 
 get-orig-source:
 	uscan --verbose --force-download --repack --compression xz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/prottest.git



More information about the debian-med-commit mailing list