[med-svn] r23283 - trunk/packages/R/r-cran-truncnorm/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Mon Dec 12 10:23:43 UTC 2016


Author: tille
Date: 2016-12-12 10:23:43 +0000 (Mon, 12 Dec 2016)
New Revision: 23283

Modified:
   trunk/packages/R/r-cran-truncnorm/trunk/debian/changelog
   trunk/packages/R/r-cran-truncnorm/trunk/debian/compat
   trunk/packages/R/r-cran-truncnorm/trunk/debian/control
   trunk/packages/R/r-cran-truncnorm/trunk/debian/copyright
   trunk/packages/R/r-cran-truncnorm/trunk/debian/rules
   trunk/packages/R/r-cran-truncnorm/trunk/debian/watch
Log:
  * Fix license
    Closes: #815687
  * Canonical homepage for CRAN
  * cme fix dpkg-control
  * Convert to dh-r
  * debhelper 10
  * d/watch: version=4



Modified: trunk/packages/R/r-cran-truncnorm/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-truncnorm/trunk/debian/changelog	2016-12-12 08:27:09 UTC (rev 23282)
+++ trunk/packages/R/r-cran-truncnorm/trunk/debian/changelog	2016-12-12 10:23:43 UTC (rev 23283)
@@ -1,3 +1,15 @@
+r-cran-truncnorm (1.0-7-2) unstable; urgency=medium
+
+  * Fix license
+    Closes: #815687
+  * Canonical homepage for CRAN
+  * cme fix dpkg-control
+  * Convert to dh-r
+  * debhelper 10
+  * d/watch: version=4
+
+ -- Andreas Tille <tille at debian.org>  Mon, 12 Dec 2016 11:16:51 +0100
+
 r-cran-truncnorm (1.0-7-1) unstable; urgency=low
 
   * Initial release (closes: #752164)

Modified: trunk/packages/R/r-cran-truncnorm/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-truncnorm/trunk/debian/compat	2016-12-12 08:27:09 UTC (rev 23282)
+++ trunk/packages/R/r-cran-truncnorm/trunk/debian/compat	2016-12-12 10:23:43 UTC (rev 23283)
@@ -1 +1 @@
-9
+10

Modified: trunk/packages/R/r-cran-truncnorm/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-truncnorm/trunk/debian/control	2016-12-12 08:27:09 UTC (rev 23282)
+++ trunk/packages/R/r-cran-truncnorm/trunk/debian/control	2016-12-12 10:23:43 UTC (rev 23283)
@@ -3,19 +3,21 @@
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
-Testsuite: autopkgtest
-Build-Depends: debhelper (>= 9),
-               cdbs,
+Build-Depends: debhelper (>= 10),
+               dh-r,
                r-base-dev
-Standards-Version: 3.9.5
-Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-truncnorm/trunk/
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-truncnorm/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-truncnorm/trunk/
-Homepage: http://cran.r-project.org/web/packages/truncnorm
+Homepage: https://cran.r-project.org/package=truncnorm
 
 Package: r-cran-truncnorm
 Architecture: any
 Depends: ${shlibs:Depends},
+         ${misc:Depends},
          ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R truncated normal distribution
  This GNU R package provides r/d/p/q functions for the truncated normal
  distribution.

Modified: trunk/packages/R/r-cran-truncnorm/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-truncnorm/trunk/debian/copyright	2016-12-12 08:27:09 UTC (rev 23282)
+++ trunk/packages/R/r-cran-truncnorm/trunk/debian/copyright	2016-12-12 10:23:43 UTC (rev 23283)
@@ -1,21 +1,20 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: truncnorm
 Upstream-Contact: Olaf Mersmann <olafm at statistik.uni-dortmund.de>
-Source: http://cran.r-project.org/web/packages/truncnorm/
+Source: https://cran.r-project.org/package=truncnorm
 
 Files: *
 Copyright: 2012-2014 Heike Trautmann, Detlef Steuer, Olaf Mersmann, Björn Bornkamp
-License: GPL-2+
+License: GPL-2
 
 Files: debian/*
-Copyright: 2014 Andreas Tille <tille at debian.org>
-License: GPL-2+
+Copyright: 2014-2016 Andreas Tille <tille at debian.org>
+License: GPL-2
 
-License: GPL-2+
+License: GPL-2
  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.
+ the Free Software Foundation, either version 2 of the License.
  .
  This program is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of

Modified: trunk/packages/R/r-cran-truncnorm/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-truncnorm/trunk/debian/rules	2016-12-12 08:27:09 UTC (rev 23282)
+++ trunk/packages/R/r-cran-truncnorm/trunk/debian/rules	2016-12-12 10:23:43 UTC (rev 23283)
@@ -1,3 +1,4 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R

Modified: trunk/packages/R/r-cran-truncnorm/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-truncnorm/trunk/debian/watch	2016-12-12 08:27:09 UTC (rev 23282)
+++ trunk/packages/R/r-cran-truncnorm/trunk/debian/watch	2016-12-12 10:23:43 UTC (rev 23283)
@@ -1,2 +1,2 @@
-version=3
+version=4
 http://cran.r-project.org/src/contrib/truncnorm_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list