[med-svn] r3014 - in trunk/packages/R: . r-cran-epitools r-cran-epitools/trunk r-cran-epitools/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Sat Jan 17 18:14:42 UTC 2009


Author: tille
Date: 2009-01-17 18:14:41 +0000 (Sat, 17 Jan 2009)
New Revision: 3014

Added:
   trunk/packages/R/r-cran-epitools/
   trunk/packages/R/r-cran-epitools/trunk/
   trunk/packages/R/r-cran-epitools/trunk/debian/
   trunk/packages/R/r-cran-epitools/trunk/debian/changelog
   trunk/packages/R/r-cran-epitools/trunk/debian/compat
   trunk/packages/R/r-cran-epitools/trunk/debian/control
   trunk/packages/R/r-cran-epitools/trunk/debian/copyright
   trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source
   trunk/packages/R/r-cran-epitools/trunk/debian/rules
   trunk/packages/R/r-cran-epitools/trunk/debian/watch
Log:
Another epidemiology related R package


Added: trunk/packages/R/r-cran-epitools/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/changelog	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1,5 @@
+epitools (0.5.2-1) unstable; urgency=low
+
+  * Initial release (closes: #).
+
+ -- Andreas Tille <tille at debian.org>  Mon, 24 Nov 2008 22:34:43 +0100

Added: trunk/packages/R/r-cran-epitools/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/compat	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1 @@
+5

Added: trunk/packages/R/r-cran-epitools/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/control	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1,31 @@
+Source: epitools
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.0
+Homepage: http://www.medepi.com
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-epitools/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-epitools/trunk/
+
+Package: r-cran-epitools
+Architecture: all
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R Epidemiology Tools for Data and Graphics
+ GNU R Tools for public health epidemiologists and data analysts.
+ Epitools provides numerical tools and programming solutions that
+ have been used and tested in real-world epidemiologic applications.
+ .
+ Many practical problems in the analysis of public health data
+ require programming or special software, and investigators in
+ different locations may duplicate programming efforts. Often,
+ simple analyses, such as the construction of confidence intervals,
+ are not calculated and thereby complicate appropriate statistical
+ inferences for small geographic areas. There are many examples of
+ simple and useful numerical tools that would enhance the work of
+ epidemiologists at local health departments and yet are not readily
+ available for the problem in front of them. The availability of
+ these tools will encourage wider use of appropriate methods and
+ promote evidence-based public health practices.

Added: trunk/packages/R/r-cran-epitools/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/copyright	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1,28 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Author: Tomas Aragon <aragon at berkeley.edu>
+Packaged-By: Andreas Tille <tille at debian.org>
+Packaged-Date: Mon, 24 Nov 2008 13:12:38 +0100
+Upstream-Source: http://cran.r-project.org/src/contrib/
+
+Files: *
+License: GPL2+
+Copyright: 2003-2008 Tomas Aragon
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+X-Comment: On Debian systems, the complete text of the GNU Public
+ License can be found in `/usr/share/common-licenses/GPL'.
+
+Files: debian/*
+Copyright: © 2008 Andreas Tille <tille at debian.org>
+License: Same as r-cran-epitools itelf
+ (see above)

Added: trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/get-orig-source	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1,7 @@
+#!/bin/sh
+PKG=epitools
+RENAME=`uscan --verbose --force-download | \
+   grep "Newest version on remote site is .* local version is .*" | \
+   head -n 1 | \
+   sed "s?Newest .* \([-0-9.]\+\),.* \([0-9.]\+\)?mv ../${PKG}_\1.orig.tar.gz ../${PKG}_\2.orig.tar.gz?"`
+$RENAME

Added: trunk/packages/R/r-cran-epitools/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/rules	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-epitools package
+# Copyright 2008 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+	. debian/get-orig-source


Property changes on: trunk/packages/R/r-cran-epitools/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/R/r-cran-epitools/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-epitools/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-epitools/trunk/debian/watch	2009-01-17 18:14:41 UTC (rev 3014)
@@ -0,0 +1,6 @@
+version=3
+# Same effect as dversionmangle, but we have to rename the orig.tar.gz
+# anyway and it is easier to write a get-origsource script this way
+# opts="uversionmangle=s/([\d.]+)-(\d)/$1.$2/"
+opts="dversionmangle=s/([\d.]+)\.(\d)/$1-$2/" \
+http://cran.r-project.org/src/contrib/epitools_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list