[med-svn] [parsnp] 01/02: Install examples and template.ini
Andreas Tille
tille at debian.org
Wed Apr 20 12:06:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository parsnp.
commit 671ff52925c99ada27ce229b338cb2a007bceb74
Author: Andreas Tille <tille at debian.org>
Date: Wed Apr 20 13:56:12 2016 +0200
Install examples and template.ini
---
debian/examples | 1 +
debian/install | 1 +
debian/rules | 4 ++++
3 files changed, 6 insertions(+)
diff --git a/debian/examples b/debian/examples
new file mode 100644
index 0000000..e39721e
--- /dev/null
+++ b/debian/examples
@@ -0,0 +1 @@
+examples/*
diff --git a/debian/install b/debian/install
index 86f8f42..8c99f97 100644
--- a/debian/install
+++ b/debian/install
@@ -1 +1,2 @@
Parsnp.py usr/share/parsnp
+template.ini usr/share/parsnp
diff --git a/debian/rules b/debian/rules
index a1ac759..ac7b4e1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,3 +17,7 @@ override_dh_auto_install:
# The actual user interface is the Python script so move the binary to /usr/lib
mkdir -p debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME)
mv debian/$(DEBPKGNAME)/usr/bin/$(DEBPKGNAME) debian/$(DEBPKGNAME)/usr/lib/$(DEBPKGNAME)
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod -x debian/$(DEBPKGNAME)/usr/share/$(DEBPKGNAME)/template.ini
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/parsnp.git
More information about the debian-med-commit
mailing list