The following commit has been merged in the master branch:
commit 5e0503fe44bb5dde2f87a68f9c3fc018f48cc8dc
Author: Andreas Tille <[email protected]>
Date:   Fri May 17 14:41:50 2013 +0200

    Add ${shlibs:Depends} to ensure dependency from libc

diff --git a/debian/changelog b/debian/changelog
index 1ad8851..0dcfc2d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ r-bioc-edger (3.2.3~dfsg-1) UNRELEASED; urgency=low
   * Imported new upstream version 3.2.3~dfsg
   * debian/control
      - Added myself as Uploader
+     - Add ${shlibs:Depends} to ensure dependency from libc
 
  -- Andreas Tille <[email protected]>  Fri, 17 May 2013 14:36:51 +0200
 
diff --git a/debian/control b/debian/control
index 2eae8ec..9ed2570 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,10 @@ Homepage: 
http://www.bioconductor.org/packages/release/bioc/html/edgeR.html
 Package: r-bioc-edger
 Architecture: all
 Pre-Depends: dpkg (>= 1.15.6)
-Depends: ${R:Depends}, r-bioc-limma, ${misc:Depends}
+Depends: ${R:Depends},
+         r-bioc-limma,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: r-cran-mass
 Description: Empirical analysis of digital gene expression data in R
  Bioconductor package for differential expression analysis of whole

-- 
empirical analysis of digital gene expression data in R

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to