[r-cran-dynlm] 01/01: Import Debian patch 0.3.5-1

Sébastien Villemot sebastien at debian.org
Mon Dec 5 12:04:28 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository r-cran-dynlm.

commit 91dbae7cee09c8d7c975d956e555e6408c191cf2
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Dec 5 12:53:57 2016 +0100

    Import Debian patch 0.3.5-1
---
 debian/changelog     |  5 ++++
 debian/compat        |  1 +
 debian/control       | 25 ++++++++++++++++++++
 debian/copyright     | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules         |  3 +++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 105 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..d555823
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-dynlm (0.3.5-1) unstable; urgency=medium
+
+  * Initial release. (Closes: #846942)
+
+ -- Sébastien Villemot <sebastien at debian.org>  Mon, 05 Dec 2016 12:53:57 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..fd6db74
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,25 @@
+Source: r-cran-dynlm
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Sébastien Villemot <sebastien at debian.org>
+Build-Depends: debhelper (>= 10), r-base-dev, cdbs, r-cran-zoo, r-cran-car,
+               r-cran-lmtest
+Standards-Version: 3.9.8
+Homepage: https://cran.r-project.org/package=dynlm
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-dynlm.git
+Vcs-Browser: https://anonscm.debian.org/git/debian-science/packages/r-cran-dynlm.git
+
+Package: r-cran-dynlm
+Architecture: all
+Depends: ${misc:Depends}, ${R:Depends}, r-cran-zoo, r-cran-car, r-cran-lmtest
+Suggests: r-cran-sandwich, r-cran-strucchange
+Description: GNU R package for dynamic linear models and time series regression
+ This R package provides a user-friendly interface for fitting dynamic linear
+ models and time series regression relationships
+ .
+ The interface and internals of dynlm are very similar to lm, but currently
+ dynlm offers three advantages over the direct use of lm:
+  - extended formula processing;
+  - preservation of time series attributes;
+  - instrumental variables regression (via two-stage least squares).
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..6a2bdd1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,67 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: dynlm
+Upstream-Contact: Achim Zeileis <Achim.Zeileis at R-project.org>
+Source: https://cran.r-project.org/package=dynlm
+
+Files: *
+Copyright: 2016 Achim Zeileis <Achim.Zeileis at R-project.org>
+License: GPL-2 or GPL-3
+
+Files: debian/*
+Copyright: 2016 Sébastien Villemot <sebastien at debian.org>
+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, version 2.
+ .
+ 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 General Public
+ License, version 2, can be found in the file
+ `/usr/share/common-licenses/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 program.  If not, see
+ <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License, version 2, can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
+
+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, version 3.
+ .
+ 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 General Public
+ License, version 3, can be found in the file
+ `/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..d38eed7
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/\./,dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//" \
+	    http://cran.r-project.org/src/contrib/dynlm_([-\d\.]*)\.tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-dynlm.git



More information about the debian-science-commits mailing list