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

Andreas Tille tille at alioth.debian.org
Fri Oct 21 11:54:33 UTC 2011


Author: tille
Date: 2011-10-21 11:54:33 +0000 (Fri, 21 Oct 2011)
New Revision: 8236

Added:
   trunk/packages/R/r-cran-psy/trunk/debian/README.Debian
   trunk/packages/R/r-cran-psy/trunk/debian/source/
   trunk/packages/R/r-cran-psy/trunk/debian/source/format
Modified:
   trunk/packages/R/r-cran-psy/trunk/debian/changelog
   trunk/packages/R/r-cran-psy/trunk/debian/compat
   trunk/packages/R/r-cran-psy/trunk/debian/control
   trunk/packages/R/r-cran-psy/trunk/debian/rules
Log:
Rebuild against latest R; general packaging updates


Added: trunk/packages/R/r-cran-psy/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-psy/trunk/debian/README.Debian	2011-10-21 11:54:33 UTC (rev 8236)
@@ -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(psy)’ 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-psy/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/changelog	2011-10-21 09:58:37 UTC (rev 8235)
+++ trunk/packages/R/r-cran-psy/trunk/debian/changelog	2011-10-21 11:54:33 UTC (rev 8236)
@@ -1,3 +1,16 @@
+r-cran-psy (1.0-3) unstable; urgency=low
+
+  * debian/{control,rules}: Depends: ${R:Depends}
+    Closes: #646041
+  * Standards-Version: 3.9.2 (no changes needed)
+  * Debhelper 8 (control+compat)
+  * Added README.Debian how to test the package
+  * Fixed Vcs fields
+  * debian/source/format: 3.0 (quilt)
+  * Itemizing long description
+
+ -- Andreas Tille <tille at debian.org>  Fri, 21 Oct 2011 13:36:00 +0200
+
 r-cran-psy (1.0-2) unstable; urgency=low
 
   * Added Vcs fields and Homepage

Modified: trunk/packages/R/r-cran-psy/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/compat	2011-10-21 09:58:37 UTC (rev 8235)
+++ trunk/packages/R/r-cran-psy/trunk/debian/compat	2011-10-21 11:54:33 UTC (rev 8236)
@@ -1 +1 @@
-7
+8

Modified: trunk/packages/R/r-cran-psy/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/control	2011-10-21 09:58:37 UTC (rev 8235)
+++ trunk/packages/R/r-cran-psy/trunk/debian/control	2011-10-21 11:54:33 UTC (rev 8236)
@@ -4,23 +4,23 @@
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 Uploaders: Chris Lawrence <lawrencc at debian.org>,
  Andreas Tille <tille at debian.org>
-Build-Depends: debhelper (>> 7), r-base-dev (>= 2.10.0~1), cdbs
-Standards-Version: 3.8.3
+Build-Depends: debhelper (> 8), r-base-dev (>= 2.10.0~1), cdbs
+Standards-Version: 3.9.2
 DM-Upload-Allowed: yes
 Homepage: http://cran.r-project.org/web/packages/psy
-Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-psy/trunk/?rev=0&sc=0
-Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-psy/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-psy/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/R/r-cran-psy/trunk/
 
 Package: r-cran-psy
 Architecture: all
-Depends: r-base-core (>= 2.10.0~1), ${misc:Depends}
+Depends: ${R:Depends}, ${misc:Depends}
 Description: GNU R procedures for psychometrics
  This package includes several procedures used in psychometrics and
  scaling, including:
  .
-  Cohen's Kappa and weighted Kappa (two-rater agreement tests)
-  Cronbach's Alpha (an item-reliability test)
-  Focused Principal Components Analysis
-  Intraclass correlation coefficients
-  Light's Kappa (an N-rater agreement test)
-  Screeplots and graphical representations of principal components
+  * Cohen's Kappa and weighted Kappa (two-rater agreement tests)
+  * Cronbach's Alpha (an item-reliability test)
+  * Focused Principal Components Analysis
+  * Intraclass correlation coefficients
+  * Light's Kappa (an N-rater agreement test)
+  * Screeplots and graphical representations of principal components

Modified: trunk/packages/R/r-cran-psy/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/rules	2011-10-21 09:58:37 UTC (rev 8235)
+++ trunk/packages/R/r-cran-psy/trunk/debian/rules	2011-10-21 11:54:33 UTC (rev 8236)
@@ -1,24 +1,10 @@
 #!/usr/bin/make -f
 # 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-car package
-# Copyright 2003 by Dirk Eddelbuettel <edd at debian.org>
+# debian/rules file for the Debian/GNU Linux r-cran-psy package
+# Copyright 2011 by Andreas Tille <tille at debian.org>, GPL
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/langcore.mk
+include /usr/share/R/debian/r-cran.mk
 
-## We need the CRAN (upstream) name 
-cranName	:= $(shell grep Package: DESCRIPTION | cut -f2 -d" ")
-## and we need to build a Debian Policy-conformant lower-case package name
-cranNameLC	:= $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" )
-## which we can use to build the package directory 
-package		:= r-cran-$(cranNameLC)
-## which we use for the to-be-installed-in directory
-debRlib		:= $(CURDIR)/debian/$(package)/usr/lib/R/site-library
-
-common-install-indep:: R_any_arch
-common-install-arch:: R_any_arch
-
-R_any_arch:
-		dh_installdirs		usr/lib/R/site-library
-		R CMD INSTALL -l $(debRlib) .
-		rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING
+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-cran-psy/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-psy/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-psy/trunk/debian/source/format	2011-10-21 11:54:33 UTC (rev 8236)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the debian-med-commit mailing list