[r-cran-desolve] 01/01: Added debian/ directory
Jonathon Love
jon at thon.cc
Wed Sep 2 19:45:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
jonathon-guest pushed a commit to branch master
in repository r-cran-desolve.
commit 3cd7e7bbb1a4fc097379fb9f83be9ade57662dd9
Author: Jonathon Love <jon at thon.cc>
Date: Wed Sep 2 21:45:28 2015 +0200
Added debian/ directory
---
debian/changelog | 6 ++++++
debian/compat | 1 +
debian/control | 25 +++++++++++++++++++++++
debian/copyright | 36 +++++++++++++++++++++++++++++++++
debian/r-cran-desolve.lintian-overrides | 4 ++++
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 3 +++
8 files changed, 80 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9e42b87
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+r-cran-desolve (1.12-1) unstable; urgency=low
+
+ * Initial release. (Closes: #797468)
+
+ -- Jonathon Love <jon at thon.cc> Sun, 30 Aug 2015 18:08:41 +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..8f18cdf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: r-cran-desolve
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathon Love <jon at thon.cc>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ r-base-dev
+Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-desolve.git
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-desolve.git
+Homepage: http://desolve.r-forge.r-project.org/
+
+Package: r-cran-desolve
+Architecture: any
+Depends: ${R:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+ r-base
+Description: GNU R package providing functions that solve initial value problems
+ The deSolve package is a GNU R package providing functions that solve
+ initial value problems of a system of first-order ordinary differential
+ equations (ODE), of partial differential equations (PDE), of
+ differential algebraic equations (DAE), and of delay differential
+ equations.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..fa22d73
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,36 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: deSolve
+Upstream-Contact: Thomas Petzoldt <thomas.petzoldt at tu-dresden.de>
+Source: http://cran.r-project.org/web/packages/deSolve
+
+Files: *
+Copyright: 2008-2015 Karline Soetaert, Thomas Petzoldt, R. Woodrow Setzer.
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2015 Jonathon Love <jon at thon.cc>
+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.
+ .
+ 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 package; if not, write to the Free
+ Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+
diff --git a/debian/r-cran-desolve.lintian-overrides b/debian/r-cran-desolve.lintian-overrides
new file mode 100644
index 0000000..a9bd623
--- /dev/null
+++ b/debian/r-cran-desolve.lintian-overrides
@@ -0,0 +1,4 @@
+# The package docs contain some source code gzipped
+r-cran-desolve binary: package-contains-timestamped-gzip usr/lib/R/site-library/deSolve/doc/source/*.txt.gz
+r-cran-desolve binary: package-contains-timestamped-gzip usr/lib/R/site-library/deSolve/doc/source/*.f.gz
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..935f37f
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/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..4f08b17
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/deSolve_([\d\.-]*).tar.gz
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-desolve.git
More information about the debian-science-commits
mailing list