[med-svn] r4800 - in trunk/packages/R/r-cran-epi/trunk/debian: . source

Andreas Tille tille at alioth.debian.org
Tue May 18 12:44:58 UTC 2010


Author: tille
Date: 2010-05-18 12:44:52 +0000 (Tue, 18 May 2010)
New Revision: 4800

Added:
   trunk/packages/R/r-cran-epi/trunk/debian/source/
   trunk/packages/R/r-cran-epi/trunk/debian/source/format
Modified:
   trunk/packages/R/r-cran-epi/trunk/debian/changelog
   trunk/packages/R/r-cran-epi/trunk/debian/control
   trunk/packages/R/r-cran-epi/trunk/debian/rules
Log:
New upstream version, Bumped Standards-Version, Source Format 3.0 (quilt), use R:Depends


Modified: trunk/packages/R/r-cran-epi/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-epi/trunk/debian/changelog	2010-05-18 08:26:29 UTC (rev 4799)
+++ trunk/packages/R/r-cran-epi/trunk/debian/changelog	2010-05-18 12:44:52 UTC (rev 4800)
@@ -1,3 +1,15 @@
+r-cran-epi (1.1.12-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/control:
+    - Standards-Version: 3.8.4 (no changes needed)
+    - Changed Architecture from all to any because this version
+      ships a binary library
+  * debian/{control,rules}: Depends: ${R:Depends}
+  * Source format 3.0 (quilt)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 18 May 2010 14:28:05 +0200
+
 r-cran-epi (1.1.10-1) unstable; urgency=low
 
   * New upstream version

Modified: trunk/packages/R/r-cran-epi/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-epi/trunk/debian/control	2010-05-18 08:26:29 UTC (rev 4799)
+++ trunk/packages/R/r-cran-epi/trunk/debian/control	2010-05-18 12:44:52 UTC (rev 4800)
@@ -5,14 +5,14 @@
 Uploaders: Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://staff.pubhealth.ku.dk/~bxc/Epi/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-epi/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-epi/trunk/
 
 Package: r-cran-epi
-Architecture: all
-Depends: ${shlibs:Depends}, r-base-core
+Architecture: any
+Depends: ${shlibs:Depends}, ${R:Depends}
 Description: GNU R epidemiological analysis
  Functions for demographic and epidemiological analysis in the Lexis diagram,
  i.e. register and cohort follow-up data, including interval censored data and

Modified: trunk/packages/R/r-cran-epi/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-epi/trunk/debian/rules	2010-05-18 08:26:29 UTC (rev 4799)
+++ trunk/packages/R/r-cran-epi/trunk/debian/rules	2010-05-18 12:44:52 UTC (rev 4800)
@@ -8,6 +8,9 @@
 DEB_COMPRESS_EXCLUDE := .pdf
 
 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/r-$(debRreposname)-$(cranName).substvars
+	#
 	mv debian/$(package)/usr/lib/R/site-library/Epi/doc/* debian/$(package)/usr/share/doc/$(package)
 	rmdir debian/$(package)/usr/lib/R/site-library/Epi/doc
 	# install examples and unset executable flag (which is the reason why no debian/examples

Added: trunk/packages/R/r-cran-epi/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-epi/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-epi/trunk/debian/source/format	2010-05-18 12:44:52 UTC (rev 4800)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list