[med-svn] [sga] 01/02: Copy run-time depends into build-depends

Afif Elghraoui afif at moszumanska.debian.org
Sat Jul 23 07:25:18 UTC 2016


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

afif pushed a commit to branch debian/unstable
in repository sga.

commit ba6fde4b6415b6b92bf154ab87a5f91511b399d3
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Sat Jul 23 00:12:02 2016 -0700

    Copy run-time depends into build-depends
    
    Prevent the package from being built on architectures
    where it won't be installable. When this happens, the
    package never migrates to testing for installability
    issues.
---
 debian/control | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9ce6bcf..28e7fc5 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,13 @@ Build-Depends: debhelper (>= 9.0.0),
                zlib1g-dev | libz-dev,
                libbamtools-dev,
                gawk,
-               help2man
+               help2man,
+# Run-Time Depends
+# (to prevent building on architectures where it won't be installable)
+	       samtools,
+	       python,
+	       python-ruffus,
+               python-pysam
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/sga.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/sga.git

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



More information about the debian-med-commit mailing list