[med-svn] r5436 - in trunk/packages/R/r-bioc-hilbertvis/trunk/debian: . source

Andreas Tille tille at alioth.debian.org
Tue Nov 16 09:34:11 UTC 2010


Author: tille
Date: 2010-11-16 09:34:10 +0000 (Tue, 16 Nov 2010)
New Revision: 5436

Added:
   trunk/packages/R/r-bioc-hilbertvis/trunk/debian/README.Debian
   trunk/packages/R/r-bioc-hilbertvis/trunk/debian/source/
   trunk/packages/R/r-bioc-hilbertvis/trunk/debian/source/format
Modified:
   trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog
   trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control
   trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules
Log:
New upstream version uploaded to unstable


Added: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/README.Debian	2010-11-16 09:34:10 UTC (rev 5436)
@@ -0,0 +1,5 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(HilbertVis)’ in order to confirm its integrity.

Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog	2010-11-16 07:49:09 UTC (rev 5435)
+++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/changelog	2010-11-16 09:34:10 UTC (rev 5436)
@@ -1,12 +1,19 @@
-r-bioc-hilbertvis (1.5.0-3) UNRELEASED; urgency=low
+r-bioc-hilbertvis (1.9.0-1) unstable; urgency=low
 
+  * New upstream version
   * debian/copyright: Fix download location
   * Added watch file
   * Debhelper 7
   * debian/control:
-    - Standards-Version: 3.8.4 (no changes needed)
+    - Standards-Version: 3.9.1 (no changes needed)
+    - Depends: ${R:Depends}
+  * debian/rules:
+    - Create substvars file
+    - Fix cut-n-pasto in header information
+  * Source format 3.0 (quilt)
+  * Added README.Debian how this package can be tested
 
- -- Andreas Tille <tille at debian.org>  Thu, 28 Jan 2010 15:07:07 +0100
+ -- Andreas Tille <tille at debian.org>  Tue, 16 Nov 2010 09:58:10 +0100
 
 r-bioc-hilbertvis (1.5.0-2) unstable; urgency=low
 

Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control
===================================================================
--- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control	2010-11-16 07:49:09 UTC (rev 5435)
+++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/control	2010-11-16 09:34:10 UTC (rev 5436)
@@ -4,15 +4,15 @@
 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 (>= 7), cdbs, r-base-dev (>= 2.10.0), r-cran-lattice
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7), cdbs, r-base-dev, r-cran-lattice
+Standards-Version: 3.9.1
 Homepage: http://www.ebi.ac.uk/~anders/hilbert
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-bioc-hilbertvis/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-bioc-hilbertvis/trunk/
 
 Package: r-bioc-hilbertvis
 Architecture: any
-Depends: ${shlibs:Depends}, r-base-core (>= 2.10.0), r-cran-lattice
+Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-lattice
 Description: GNU R package to visualise long vector data
  This tool allows to display very long data vectors in a space-efficient
  manner, by organising it along a 2D Hilbert curve. The user can then 

Modified: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules	2010-11-16 07:49:09 UTC (rev 5435)
+++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/rules	2010-11-16 09:34:10 UTC (rev 5436)
@@ -1,7 +1,13 @@
 #!/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-bioc-hilbertvis package
+# Copyright 2009 by Steffen Moeller <moeller at debian.org>,
+#           2010 by Andreas Tille <tille at debian.org
+# License: GPL
 
 debRreposname=bioc
 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

Added: trunk/packages/R/r-bioc-hilbertvis/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-bioc-hilbertvis/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-bioc-hilbertvis/trunk/debian/source/format	2010-11-16 09:34:10 UTC (rev 5436)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list