[r-cran-coda] 02/60: Imported Debian patch 0.9-1-1
Andreas Tille
tille at debian.org
Fri Dec 16 12:11:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-coda.
commit 45b035cf4c64ac68f0cab6a06537cddf1936d02f
Author: Chris Lawrence <lawrencc at debian.org>
Date: Tue Dec 28 12:50:11 2004 -0600
Imported Debian patch 0.9-1-1
---
debian/changelog | 63 +++++++++++++++++++++++++++++++++
debian/compat | 1 +
debian/control | 21 +++++++++++
debian/copyright | 27 ++++++++++++++
debian/rules | 105 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
debian/watch | 2 ++
6 files changed, 219 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..032a2b7
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,63 @@
+r-cran-coda (0.9-1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 28 Dec 2004 12:50:11 -0600
+
+r-cran-coda (0.8-3-2) unstable; urgency=low
+
+ * Rebuild for R 2.0.0.
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 7 Oct 2004 23:51:17 -0500
+
+r-cran-coda (0.8-3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Sun, 15 Aug 2004 23:52:43 -0500
+
+r-cran-coda (0.8-2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 3 Aug 2004 16:36:27 -0500
+
+r-cran-coda (0.7-2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 11 May 2004 01:19:13 -0500
+
+r-cran-coda (0.7-1-1) unstable; urgency=low
+
+ * New upstream release, compatible with R 1.9.0.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 19 Apr 2004 18:51:08 -0500
+
+r-cran-coda (0.6-2-1) unstable; urgency=low
+
+ * New upstream release.
+ + Now requires R 1.8.0 or later.
+ + Ship upstream changelog.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 16 Dec 2003 23:32:27 -0600
+
+r-cran-coda (0.5-15-1) unstable; urgency=low
+
+ * Newish upstream release.
+ * Install to /usr/lib/R/site-library, per new R directory layout.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 17 Jun 2003 19:18:21 -0500
+
+r-cran-coda (0.5-14-2) unstable; urgency=low
+
+ * Depend on r-base-core rather than r-base.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 21 Apr 2003 15:38:02 -0500
+
+r-cran-coda (0.5-14-1) unstable; urgency=low
+
+ * Initial Release.
+ * Renamed source package to not conflict with existing coda.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 7 Apr 2003 20:10:47 -0500
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..b8626c4
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+4
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..47b5522
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,21 @@
+Source: r-cran-coda
+Section: math
+Priority: optional
+Maintainer: Chris Lawrence <lawrencc at debian.org>
+Build-Depends-Indep: debhelper (>> 4.0.0), r-base-dev (>> 2.0.0)
+Standards-Version: 3.6.1
+
+Package: r-cran-coda
+Architecture: all
+Depends: r-base-core (>> 2.0.0)
+Suggests: r-cran-mcmcpack
+Description: Output analysis and diagnostics for MCMC simulations in R
+ This package provides output analysis and diagnostics for Markov Chain
+ Monte Carlo simulations and estimations within R. It also includes some
+ graphical analysis routines and a facility for importing output from BUGS
+ (Bayes Using Gibbs Sampling), a popular tool for running MCMC simulations.
+ .
+ The related r-cran-mcmcpack package includes MCMC estimators for some
+ common models in the social sciences.
+ .
+ Home Page: http://www-fis.iarc.fr/coda/
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..820dc36
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+This package was debianized by Chris Lawrence <lawrencc at debian.org> on
+Sat, 05 Apr 2003 22:17:06 -0600
+
+It was downloaded from
+http://cran.us.r-project.org/src/contrib/coda_0.5-14.tar.gz
+
+Upstream Authors: Martyn Plummer, Nicky Best, Kate Cowles, Karen Vines
+(Maintained by Martyn Plummer <plummer at iarc.fr>)
+
+Copyright:
+
+ This package 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 dated June, 1991.
+
+ This package 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., 59 Temple Place - Suite 330, Boston, MA
+ 02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1f50ad1
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,105 @@
+#!/usr/bin/make -f
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+package = r-cran-coda
+Rpackage = coda
+
+debbase := $(CURDIR)/debian
+debtmp := $(debbase)/r-cran-coda
+debRlib := $(debtmp)/usr/lib/R/site-library
+debRpkg := $(debRlib)/$(Rpackage)
+debdoc := $(debtmp)/usr/share/doc/$(package)
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+get-orig-source: upstream
+upstream:
+ links http://cran.us.r-project.org/src/contrib
+
+build: build-stamp
+
+build-stamp:
+ dh_testdir
+ touch build-stamp
+
+clean:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp
+ -make distclean
+ -rm -f `find . -name "*~"`
+ -rm -rf debian/$(package) debian/files* core debian/substvars
+ -rm -f doc/html/function.html doc/html/packages.html
+ -rm -f config.cache config.status config.log
+ -rm -rf coda
+ dh_clean
+
+install: DH_OPTIONS=
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ /usr/bin/R CMD INSTALL -l $(debRlib) --clean $(CURDIR)
+ #mv $(debRlib)/mcmcpack-* $(debRpkg)
+ rm -vf $(debRlib)/R.css $(debRpkg)/COPYING
+
+
+# Pass -i to all debhelper commands in this target to reduce clutter.
+binary-indep: DH_OPTIONS=-i
+binary-indep: build install
+
+# Build architecture-dependent files here.
+# Pass -a to all debhelper commands in this target to reduce clutter.
+binary-arch: DH_OPTIONS=-a
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs CHANGELOG
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit
+# dh_installcron
+# dh_installinfo
+# dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_python
+# dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..a7f91f6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=2
+http://cran.us.r-project.org/src/contrib/coda_(.*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-coda.git
More information about the debian-science-commits
mailing list