[med-svn] [arden] 01/03: Move around files
Andreas Tille
tille at debian.org
Fri Feb 7 13:12:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository arden.
commit 20a13088ecc5a15a4f57111c3b65c9da60acb3bd
Author: Andreas Tille <tille at debian.org>
Date: Fri Feb 7 13:58:41 2014 +0100
Move around files
---
debian/control | 9 +++++++--
debian/install | 3 +++
debian/rules | 2 +-
3 files changed, 11 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 0d95036..1a0eff0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 9)
+Build-Depends: debhelper (>= 9),
+ python-all-dev
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-med/arden.git
Vcs-Git: git://anonscm.debian.org/debian-med/arden.git
@@ -12,7 +13,11 @@ Homepage: http://sourceforge.net/projects/arden/
Package: arden
Architecture: any
Depends: ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ python-scipy,
+ python-numpy,
+ python-htseq,
+ python-mpmath
Description: specificity control for read alignments using an artificial reference
ARDEN (Artificial Reference Driven Estimation of false positives in NGS
data) is a novel benchmark that estimates error rates based on real
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..a3de467
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+arden-* usr/bin
+core/* usr/share/pyshared/arden
+doc/* usr/share/doc/arden/html
diff --git a/debian/rules b/debian/rules
index 58ec00b..70a032c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@
# a similar manner are welcome.
%:
- dh $@
+ dh $@ --with python2
#get-orig-source:
# . debian/get-orig-source
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/arden.git
More information about the debian-med-commit
mailing list