[med-svn] [SCM] r-bioc-biobase branch, master, updated. debian/2.12.2-1-7-g6132ccc

Charles Plessy plessy at debian.org
Wed Nov 2 05:37:25 UTC 2011


The following commit has been merged in the master branch:
commit 33b5d470d5b760cba51d24c39d6a78597bd2e727
Author: Charles Plessy <plessy at debian.org>
Date:   Wed Nov 2 13:51:48 2011 +0900

    Compress binary package with xz.

diff --git a/debian/control b/debian/control
index 53ad724..0c1eba4 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,8 @@ Homepage: http://www.bioconductor.org
 
 Package: r-bioc-biobase
 Architecture: any
+# Keep until Ubuntu LTS 12.4
+Pre-Depends: dpkg (>= 1.15.6)
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
 Description: base functions for Bioconductor
  Biobase is part of the Bioconductor project, and is used by many other
diff --git a/debian/rules b/debian/rules
index 653f269..2800b65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,8 @@
 debRreposname = bioc
 include /usr/share/R/debian/r-cran.mk
 
+DEB_DH_BUILDDEB_ARGS := -- -Z xz
+
 # Require a number equal or superior than the R version the package was built with.
 install/r-$(debRreposname)-$(cranName)::
 	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars

-- 
base functions for Bioconductor



More information about the debian-med-commit mailing list