[med-svn] r8242 - trunk/packages/R/r-cran-combinat/trunk/debian
Andreas Tille
tille at alioth.debian.org
Fri Oct 21 13:24:15 UTC 2011
Author: tille
Date: 2011-10-21 13:24:14 +0000 (Fri, 21 Oct 2011)
New Revision: 8242
Added:
trunk/packages/R/r-cran-combinat/trunk/debian/README.Debian
trunk/packages/R/r-cran-combinat/trunk/debian/compat
Modified:
trunk/packages/R/r-cran-combinat/trunk/debian/changelog
trunk/packages/R/r-cran-combinat/trunk/debian/control
trunk/packages/R/r-cran-combinat/trunk/debian/rules
Log:
Rebuild against latest R; general packaging updates
Added: trunk/packages/R/r-cran-combinat/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-combinat/trunk/debian/README.Debian (rev 0)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/README.Debian 2011-10-21 13:24:14 UTC (rev 8242)
@@ -0,0 +1,7 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(combinat)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org> Tue, 18 Oct 2011 19:46:07 +0200
Modified: trunk/packages/R/r-cran-combinat/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-combinat/trunk/debian/changelog 2011-10-21 12:50:21 UTC (rev 8241)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/changelog 2011-10-21 13:24:14 UTC (rev 8242)
@@ -1,3 +1,14 @@
+r-cran-combinat (0.0-8-2) unstable; urgency=low
+
+ * debian/{control,rules}: Depends: ${R:Depends}
+ Closes: #646050
+ * Standards-Version: 3.9.2 (no changes needed)
+ * Debhelper 8 (control+compat)
+ * Added README.Debian how to test the package
+ * Fixed Vcs fields
+
+ -- Andreas Tille <tille at debian.org> Fri, 21 Oct 2011 15:20:13 +0200
+
r-cran-combinat (0.0-8-1) unstable; urgency=low
* New upstream release.
Added: trunk/packages/R/r-cran-combinat/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-combinat/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/compat 2011-10-21 13:24:14 UTC (rev 8242)
@@ -0,0 +1 @@
+8
Modified: trunk/packages/R/r-cran-combinat/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-combinat/trunk/debian/control 2011-10-21 12:50:21 UTC (rev 8241)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/control 2011-10-21 13:24:14 UTC (rev 8242)
@@ -2,16 +2,18 @@
Section: gnu-r
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>, Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 7), cdbs, r-base-dev
-Standards-Version: 3.9.1
+Uploaders: Steffen Moeller <moeller at debian.org>,
+ Charles Plessy <plessy at debian.org>,
+ Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev
+Standards-Version: 3.9.2
DM-Upload-Allowed: yes
Homepage: http://cran.r-project.org/web/packages/combinat
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-combinat/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-combinat/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-combinat/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-combinat/trunk/
Package: r-cran-combinat
Architecture: all
-Depends: ${misc:Depends}, r-base-core
+Depends: ${misc:Depends}, ${R:Depends}
Description: GNU R package with utilities for combinatorics
The R library provides routines for combinatorics.
Modified: trunk/packages/R/r-cran-combinat/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-combinat/trunk/debian/rules 2011-10-21 12:50:21 UTC (rev 8241)
+++ trunk/packages/R/r-cran-combinat/trunk/debian/rules 2011-10-21 13:24:14 UTC (rev 8242)
@@ -1,6 +1,10 @@
#!/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>
+# debian/rules file for the Debian/GNU Linux r-cran-combinat package
+# Copyright 2011 by Andreas Tille <tille at debian.org>, GPL
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