[med-svn] r10059 - trunk/packages/R/r-cran-qtl/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Mar 23 23:01:04 UTC 2012
Author: tille
Date: 2012-03-23 23:01:03 +0000 (Fri, 23 Mar 2012)
New Revision: 10059
Modified:
trunk/packages/R/r-cran-qtl/trunk/debian/changelog
trunk/packages/R/r-cran-qtl/trunk/debian/control
trunk/packages/R/r-cran-qtl/trunk/debian/rules
Log:
Usual changes for R:Depends
Modified: trunk/packages/R/r-cran-qtl/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-qtl/trunk/debian/changelog 2012-03-23 22:49:30 UTC (rev 10058)
+++ trunk/packages/R/r-cran-qtl/trunk/debian/changelog 2012-03-23 23:01:03 UTC (rev 10059)
@@ -1,3 +1,16 @@
+qtl (1.23-16-1) UNRELEASED; urgency=low
+
+ * New upstream version
+ * debian/control:
+ - Standards-Version: 3.9.3 (no changes needed)
+ - Build-Depends: r-base-dev (>= 2.14.2~20120222)
+ * debian/rules:
+ - Remove R:Depends substitution variable which is now
+ included in /usr/share/R/debian/r-cran.mk
+ - Code is trivial enough to remove licensing comment
+
+ -- Andreas Tille <tille at debian.org> Fri, 23 Mar 2012 23:54:28 +0100
+
qtl (1.22-21-1) unstable; urgency=low
* New upstream version.
Modified: trunk/packages/R/r-cran-qtl/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-qtl/trunk/debian/control 2012-03-23 22:49:30 UTC (rev 10058)
+++ trunk/packages/R/r-cran-qtl/trunk/debian/control 2012-03-23 23:01:03 UTC (rev 10059)
@@ -4,8 +4,8 @@
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
Uploaders: Steffen Moeller <moeller at debian.org>,
Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.10.0~20091019)
-Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222)
+Standards-Version: 3.9.3
Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-qtl/trunk/
Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-qtl/trunk/
Homepage: http://www.rqtl.org
Modified: trunk/packages/R/r-cran-qtl/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-qtl/trunk/debian/rules 2012-03-23 22:49:30 UTC (rev 10058)
+++ trunk/packages/R/r-cran-qtl/trunk/debian/rules 2012-03-23 23:01:03 UTC (rev 10059)
@@ -1,10 +1,3 @@
#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-qtl package
-# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
include /usr/share/R/debian/r-cran.mk
-
-install/$(package)::
- # Require a number equal or superior than the R version the package was built with.
- echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
More information about the debian-med-commit
mailing list