[med-svn] [r-cran-minpack.lm] 01/09: Inject r-cran-minpack.lm
Andreas Tille
tille at debian.org
Wed Nov 29 18:09:11 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-minpack.lm.
commit 89061be35d6cc90203a7f8cede298b805361d084
Author: Andreas Tille <tille at debian.org>
Date: Mon Jul 4 12:08:05 2016 +0000
Inject r-cran-minpack.lm
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 24 ++++++++++++++++++++++++
debian/copyright | 27 +++++++++++++++++++++++++++
debian/rules | 3 +++
debian/source/format | 1 +
debian/watch | 2 ++
7 files changed, 63 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f010ab6
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-minpack.lm (1.2-0-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #???)
+
+ -- Andreas Tille <tille at debian.org> Tue, 28 Jun 2016 17:09:05 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..6fbbadc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: r-cran-minpack.lm
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-minpack.lm/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-minpack.lm/trunk/
+Homepage: https://cran.r-project.org/web/packages/minpack.lm
+
+Package: r-cran-minpack.lm
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends}
+Description: GNU R Levenberg-Marquardt nonlinear least-squares algorithm found in MINPACK
+ The nls.lm function provides an R interface to lmder and lmdif from the
+ MINPACK library, for solving nonlinear least-squares problems by a
+ modification of the Levenberg-Marquardt algorithm, with support for
+ lower and upper parameter bounds. The implementation can be used via nls-
+ like calls using the nlsLM function.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..58ababc
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: minpack.lm
+Upstream-Contact: Katharine M. Mullen <mullenkate at gmail.com>
+Source: https://cran.r-project.org/web/packages/minpack.lm
+
+Files: *
+Copyright: 2010-2016 Katharine M. Mullen <mullenkate at gmail.com>,
+ Timur V. Elzhov, Andrej-Nikolai Spiess, Ben Bolker
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 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.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-3'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2fbba2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9e11215
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/minpack.lm_([-\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-minpack.lm.git
More information about the debian-med-commit
mailing list