[med-svn] r24000 - trunk/packages/R/r-cran-medadherence/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Thu Sep 7 19:57:02 UTC 2017
Author: tille
Date: 2017-09-07 19:57:01 +0000 (Thu, 07 Sep 2017)
New Revision: 24000
Modified:
trunk/packages/R/r-cran-medadherence/trunk/debian/changelog
trunk/packages/R/r-cran-medadherence/trunk/debian/compat
trunk/packages/R/r-cran-medadherence/trunk/debian/control
trunk/packages/R/r-cran-medadherence/trunk/debian/rules
Log:
* debhelper 10
* use dh-r instead of cdbs
* Standards-Version: 4.1.0 (no changes needed)
Modified: trunk/packages/R/r-cran-medadherence/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/changelog 2017-09-07 19:26:49 UTC (rev 23999)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/changelog 2017-09-07 19:57:01 UTC (rev 24000)
@@ -1,3 +1,11 @@
+r-cran-medadherence (1.03-3) unstable; urgency=medium
+
+ * debhelper 10
+ * use dh-r instead of cdbs
+ * Standards-Version: 4.1.0 (no changes needed)
+
+ -- Andreas Tille <tille at debian.org> Thu, 07 Sep 2017 21:51:12 +0200
+
r-cran-medadherence (1.03-2) unstable; urgency=medium
* cme fix dpkg-control
Modified: trunk/packages/R/r-cran-medadherence/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/compat 2017-09-07 19:26:49 UTC (rev 23999)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/compat 2017-09-07 19:57:01 UTC (rev 24000)
@@ -1 +1 @@
-9
+10
Modified: trunk/packages/R/r-cran-medadherence/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/control 2017-09-07 19:26:49 UTC (rev 23999)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/control 2017-09-07 19:57:01 UTC (rev 24000)
@@ -3,18 +3,21 @@
Uploaders: Andreas Tille <tille at debian.org>
Section: gnu-r
Priority: optional
-Build-Depends: debhelper (>= 9.0),
- cdbs,
+Build-Depends: debhelper (>= 10),
+ dh-r,
r-base-dev
-Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-medadherence/trunk/
+Standards-Version: 4.1.0
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-medadherence/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-medadherence/trunk/
-Homepage: http://cran.r-project.org/web/packages/medAdherence/
+Homepage: https://cran.r-project.org/src/contrib/Archive/medAdherence/
Package: r-cran-medadherence
Architecture: any
Depends: ${shlibs:Depends},
+ ${misc:Depends},
${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
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
Modified: trunk/packages/R/r-cran-medadherence/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-medadherence/trunk/debian/rules 2017-09-07 19:26:49 UTC (rev 23999)
+++ trunk/packages/R/r-cran-medadherence/trunk/debian/rules 2017-09-07 19:57:01 UTC (rev 24000)
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
More information about the debian-med-commit
mailing list