[med-svn] [snakemake] 01/09: Include sphinx documentation in the pacakge
Kevin Murray
daube-guest at moszumanska.debian.org
Tue Sep 15 13:39:58 UTC 2015
This is an automated email from the git hooks/post-receive script.
daube-guest pushed a commit to branch master
in repository snakemake.
commit 1ef190a201d66674aab0c9dac0293c9e63c4ecc4
Author: Kevin Murray <spam at kdmurray.id.au>
Date: Tue Sep 15 21:18:08 2015 +1000
Include sphinx documentation in the pacakge
---
debian/control | 3 ++-
debian/snakemake.install | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index e281cbb..2474dc1 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,8 @@ Package: snakemake
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
+ ${sphinxdoc:Depends}
Description: pythonic workflow management system
Build systems like GNU Make are frequently used to create complicated
workflows, e.g. in bioinformatics. This project aims to reduce the
diff --git a/debian/snakemake.install b/debian/snakemake.install
new file mode 100644
index 0000000..3d9db05
--- /dev/null
+++ b/debian/snakemake.install
@@ -0,0 +1 @@
+build/sphinx/html usr/share/doc/snakemake/docs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/snakemake.git
More information about the debian-med-commit
mailing list