r-cran-medadherence (1.02-1) debian-dir only changes

Summary

 debian/changelog |   10 ++++++++++
 debian/compat    |    1 +
 debian/control   |   26 ++++++++++++++++++++++++++
 debian/copyright |   44 ++++++++++++++++++++++++++++++++++++++++++++
 debian/quote     |   19 +++++++++++++++++++
 debian/rules     |    6 ++++++
 debian/watch     |    2 ++
 7 files changed, 108 insertions(+)

    
download this patch

Patch contents

--- r-cran-medadherence-1.02.orig/debian/copyright
+++ r-cran-medadherence-1.02/debian/copyright
@@ -0,0 +1,44 @@
+Format: Machine-readable license summary, see http://dep.debian.net/deps/dep5/
+
+Name: medAdherence
+Contact: Xiangyang Ye <xyexye08@gmail.com>
+Source: http://cran.r-project.org/web/packages/medAdherence
+
+License: GPL-2+
+Copyright: 2009 Xiangyang Ye, Pharmacotherapy Outcomes Research Center, Univertiy of Utah
+
+	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/>.
+Comment: The upstream file is lacking an explicite COPYRIGHT file but I've
+ go the following mail from the author:
+ .
+ On Mon, Feb 01, 2010 at 10:47:07AM -0700, Xiangyang Ye <yexyang@gmail.com> wrote:
+  Is it OK for you add the file GPLv2 (http://www.gnu.org/licenses/gpl-2.0.txt)
+  in the tarball given the package was developed under GPL version 2? I am
+  comfortable for this if it's acceptable.
+  I promise that I will add this text file in the future revision.
+ .
+ I think there is no need to formally change the tarball if this permission
+ is explicitely given.
+
+Comment: On Debian systems, the complete text of the GNU Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+
+Files: debian/*
+Copyright: 2008 Andreas Tille   <tille@debian.org>
+           2009 Charles Plessy <plessy@debian.org>
+License: Same as r-cran-medadherence itelf
+ (see above)
+Packaged-By: Andreas Tille <tille@debian.org>
+Packaged-Date: Thu, 19 Nov 2009 15:38:39 +0100
--- r-cran-medadherence-1.02.orig/debian/compat
+++ r-cran-medadherence-1.02/debian/compat
@@ -0,0 +1 @@
+7
--- r-cran-medadherence-1.02.orig/debian/control
+++ r-cran-medadherence-1.02/debian/control
@@ -0,0 +1,26 @@
+Source: r-cran-medadherence
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille@debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.3
+Homepage: http://cran.r-project.org/web/packages/medAdherence/
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-medadherence/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-medadherence/trunk/
+
+Package: r-cran-medadherence
+Architecture: any
+Depends: ${shlibs:Depends}, r-base-core
+Description: GNU R Medication Adherence: Commonly Used Definitions
+ Adherence is defined as "the extent to which a person's behavior
+ coincides with medical or health advice", which is very important, for
+ both clinical researchers and physicians, to identify the treatment
+ effect of a specific medication(s).
+ .
+ A variety of measures have been developed to calculate the medication
+ adherence. Definitions and methods to address adherence differ greatly
+ in public literature. Choosing which definition should be determined by
+ overall study goals.  This package provides the functions to calculate
+ medication adherence based on commonly used definitions.
--- r-cran-medadherence-1.02.orig/debian/quote
+++ r-cran-medadherence-1.02/debian/quote
@@ -0,0 +1,19 @@
+On Mon, Feb 01, 2010 at 10:47:07AM -0700, Xiangyang Ye wrote:
+> Is it OK for you add the file GPLv2 (http://www.gnu.org/licenses/gpl-2.0.txt)
+> in the tarball given the package was developed under GPL version 2? I am
+> comfortable for this if it's acceptable.
+
+I'll add this quote from you to the copyright file in Debian and hope
+that ftpmaster is not too picky.  There are actually other packages with
+the same "problem" which is not dramatic - but just a better style.
+
+> I promise that I will add this text file in the future revision.
+
+Fine. ;-)
+
+Kind regards
+
+      Andreas.
+
+-- 
+http://fam-tille.de
--- r-cran-medadherence-1.02.orig/debian/watch
+++ r-cran-medadherence-1.02/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/medAdherence_([-\d.]+)\.tar\.gz
--- r-cran-medadherence-1.02.orig/debian/changelog
+++ r-cran-medadherence-1.02/debian/changelog
@@ -0,0 +1,10 @@
+r-cran-medadherence (1.02-1) unstable; urgency=low
+
+  * Initial release (closes: #557200)
+    Remark about previous rejection:
+     - The data file in question was removed.
+     - Upstream forgot to include the GPL COPYRIGHT file but
+       has given explicite permission to include it in a private 
+       mail (see copyright file).
+
+ -- Andreas Tille <tille@debian.org>  Thu, 19 Nov 2009 15:38:39 +0100
--- r-cran-medadherence-1.02.orig/debian/rules
+++ r-cran-medadherence-1.02/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-epicalc package
+# Copyright 2008 by Andreas Tille <tille@debian.org>
+
+include /usr/share/R/debian/r-cran.mk