This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rsolnp.
commit 919cde6afab3a765727f7aa214f9be2eced61342 Author: Andreas Tille <[email protected]> Date: Fri Jun 20 09:56:35 2014 +0000 Inject precondition to test r-cran-dosefinding ... which needs another not yet packaged dependency --- debian/changelog | 7 +++++++ debian/compat | 1 + debian/control | 20 ++++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 64 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..5de183e --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7 @@ +r-cran-rsolnp (1.14-1) UNRELEASED; urgency=low + + * Initial release (closes: #) + TODO: Needs + http://cran.r-project.org/web/packages/truncnorm/index.html + + -- Andreas Tille <[email protected]> Fri, 20 Jun 2014 11:47:43 +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..d1a3f8d --- /dev/null +++ b/debian/control @@ -0,0 +1,20 @@ +Source: r-cran-rsolnp +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev +Standards-Version: 3.9.5 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rsolnp/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rsolnp/trunk/ +Homepage: http://cran.r-project.org/web/packages/Rsolnp + +Package: r-cran-rsolnp +Architecture: any +Depends: ${shlibs:Depends}, + ${R:Depends} +Description: GNU R general non-linear optimization + This GNU R package provides general non-linear optimization using + augmented lagrange multiplier method diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cebffc8 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Rsolnp +Upstream-Contact: Alexios Ghalanos <[email protected]> +Source: http://cran.r-project.org/web/packages/Rsolnp/ + +Files: * +Copyright: 2012-2014 Alexios Ghalanos, Stefan Theussl +License: GPL2+ + +Files: debian/* +Copyright: 2014 Andreas Tille <[email protected]> +License: GPL2+ + +License: GPL2+ + 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. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see <http://www.gnu.org/licenses/>. + . + On Debian systems, the complete text of the GNU 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..0333275 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/Rsolnp_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rsolnp.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
