[med-svn] [r-cran-globals] 02/02: initial Debianization

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Jun 25 23:55:09 UTC 2016


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

misterc-guest pushed a commit to branch master
in repository r-cran-globals.

commit c50d1d7fd935ed9a7232ce3eb957be1479f7cb5c
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date:   Sat Jun 25 16:39:08 2016 -0700

    initial Debianization
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 24 ++++++++++++++++++++++++
 debian/copyright     | 19 +++++++++++++++++++
 debian/rules         |  4 ++++
 debian/source/format |  1 +
 debian/watch         |  7 +++++++
 7 files changed, 61 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0a61974
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-globals (0.6.1-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #828196)
+
+ -- Michael R. Crusoe <michael.crusoe at gmail.com>  Sat, 25 Jun 2016 13:58:30 -0700
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..bbea0fc
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,24 @@
+Source: r-cran-globals
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Michael R. Crusoe <michael.crusoe at gmail.com>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev,
+               r-cran-codetools
+Standards-Version: 3.9.8
+Homepage: https://github.com/HenrikBengtsson/globals
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-globals.git
+Vcs-Git: https://anonscm.debian.org/debian-med/r-cran-globals.git
+
+Package: r-cran-globals
+Architecture: any
+Depends: ${R:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: R package: Identify Global Objects in R Expressions
+ Identifies global ("unknown") objects in R expressions by code inspection
+ using various strategies, e.g. conservative or liberal. The objective of this
+ package is to make it as simple as possible to identify global objects for the
+ purpose of exporting them in distributed compute environments.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..f9edcea
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,19 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: globals
+Source: https://github.com/HenrikBengtsson/globals
+
+Files: *
+Copyright: Henrik Bengtsson <henrikb at braju.com>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: © 2016 Michael R. Crusoe <michael.crusoe at gmail.com>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+  This code may be freely distributed and modified under the
+  terms of the GNU Lesser General Public Licence.  This should
+  be distributed with the code.
+  .
+  On Debian systems, the complete text of the GNU Lesser General Public
+  License can be found in  `/usr/share/common-licenses/LGPL-2.1'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..71809fc
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+debRreposname=cran
+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..bc6d6d5
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,7 @@
+version=3
+
+# Uncomment to find new files on Github
+#  - when using releases:
+https://github.com/HenrikBengtsson/globals/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+# if you need to repack and choose +dfsg prefix
+# opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,compress=xz" \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-globals.git



More information about the debian-med-commit mailing list