[med-svn] [SCM] r-bioc-edger branch, master, updated. debian/2.6.1_dfsg-1-20-g9447185

Andreas Tille tille at debian.org
Fri May 17 13:04:35 UTC 2013


The following commit has been merged in the master branch:
commit 5e0503fe44bb5dde2f87a68f9c3fc018f48cc8dc
Author: Andreas Tille <tille at debian.org>
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 <tille at debian.org>  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



More information about the debian-med-commit mailing list