[med-svn] [r-cran-truncnorm] 05/13: * 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
Thu Nov 30 14:39:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-truncnorm.
commit f954b758f7d7c9f13d9bcce4240030588f41f876
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 12 10:23:43 2016 +0000
* Fix license
Closes: #815687
* Canonical homepage for CRAN
* cme fix dpkg-control
* Convert to dh-r
* debhelper 10
* d/watch: version=4
---
debian/changelog | 12 ++++++++++++
debian/compat | 2 +-
debian/control | 14 ++++++++------
debian/copyright | 15 +++++++--------
debian/rules | 3 ++-
debian/watch | 2 +-
6 files changed, 31 insertions(+), 17 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9211f54..9009e45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 8441581..223ee53 100644
--- a/debian/control
+++ b/debian/control
@@ -3,19 +3,21 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
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.
diff --git a/debian/copyright b/debian/copyright
index 346c51d..dc58101 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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
diff --git a/debian/rules b/debian/rules
index 2fbba2d..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
diff --git a/debian/watch b/debian/watch
index fcb4a63..8c6226b 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
-version=3
+version=4
http://cran.r-project.org/src/contrib/truncnorm_([-\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-truncnorm.git
More information about the debian-med-commit
mailing list