[med-svn] [gubbins] 01/01: Now idea how to tweak brew install system - try manual installation of *.py files

Andreas Tille tille at debian.org
Thu Nov 26 18:36:53 UTC 2015


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

tille pushed a commit to branch master
in repository gubbins.

commit 5c8d92f1de486ee950b1f6af1bd297fc954e12ca
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 26 19:35:39 2015 +0100

    Now idea how to tweak brew install system - try manual installation of *.py files
---
 debian/control | 3 ++-
 debian/install | 2 ++
 debian/rules   | 4 ++++
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index c7f0be7..0257e9b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,14 @@ Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
+               dh-python,
                fasttree,
                raxml,
                autotools-dev,
                python3-setuptools,
                zlib1g-dev,
                check,
-               python3,
+               python3-all-dev,
                python3-biopython,
                python3-dendropy,
                python3-reportlab,
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..b690ef9
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+python/scripts/*.py	usr/share/gubbins
+python/gubbins/*.py	usr/share/pyshared/gubbins
diff --git a/debian/rules b/debian/rules
index ae312c2..e004214 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,10 @@
 %:
 	dh $@  --with autoreconf --with python3
 
+override_dh_auto_install:
+	# current install target using brew does not work
+	# using dh_install instead
+
 override_dh_clean:
 	dh_clean
 	rm -rf python/.eggs

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



More information about the debian-med-commit mailing list