[med-svn] r10428 - trunk/packages/R/r-bioc-qvalue/trunk/debian
Andreas Tille
tille at alioth.debian.org
Thu Apr 19 08:14:12 UTC 2012
Author: tille
Date: 2012-04-19 08:14:11 +0000 (Thu, 19 Apr 2012)
New Revision: 10428
Modified:
trunk/packages/R/r-bioc-qvalue/trunk/debian/changelog
trunk/packages/R/r-bioc-qvalue/trunk/debian/control
trunk/packages/R/r-bioc-qvalue/trunk/debian/rules
Log:
Do the R:Depends simplification; use debRreposname=bioc in debian/rules
Modified: trunk/packages/R/r-bioc-qvalue/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-qvalue/trunk/debian/changelog 2012-04-19 08:08:11 UTC (rev 10427)
+++ trunk/packages/R/r-bioc-qvalue/trunk/debian/changelog 2012-04-19 08:14:11 UTC (rev 10428)
@@ -4,6 +4,11 @@
and thus we also do a name change in the packaging
* debian/control:
- s/cran/bioc/ (package names, Vcs fields)
+ - Standards-Version: 3.9.3 (no changes needed)
+ - Build-Depends: r-base-dev (>= 2.14.2~20120222) which is supporting
+ R:Depends substitution variable
+ * debian/rules: Remove R:Depends substitution variable which is now
+ included in /usr/share/R/debian/r-cran.mk
* debian/watch:
- New version is detected however, the download fails
(needs fixing)
Modified: trunk/packages/R/r-bioc-qvalue/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-qvalue/trunk/debian/control 2012-04-19 08:08:11 UTC (rev 10427)
+++ trunk/packages/R/r-bioc-qvalue/trunk/debian/control 2012-04-19 08:14:11 UTC (rev 10428)
@@ -5,8 +5,8 @@
Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <plessy at debian.org>,
Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 8), cdbs, r-base-dev
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222)
+Standards-Version: 3.9.3
Homepage: http://www.bioconductor.org/packages/release/bioc/html/qvalue.html
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-bioc-qvalue/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-bioc-qvalue/trunk/
Modified: trunk/packages/R/r-bioc-qvalue/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-qvalue/trunk/debian/rules 2012-04-19 08:08:11 UTC (rev 10427)
+++ trunk/packages/R/r-bioc-qvalue/trunk/debian/rules 2012-04-19 08:14:11 UTC (rev 10428)
@@ -1,15 +1,9 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-qvalue package
-# Copyright 2008 Steffen Moeller <moeller at debian.org>
-# Copyright 2009 Charles Plessy <plessy at debian.org>
-# License: GPL
+debRreposname=bioc
include /usr/share/R/debian/r-cran.mk
-# Require a number equal or superior than the R version the package was built with.
install/$(package)::
- echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/doc/*
clean::
More information about the debian-med-commit
mailing list