[r-cran-markdown] 01/01: initial packaging attempt

Joost van Baal joostvb at moszumanska.debian.org
Tue Feb 2 11:36:59 UTC 2016


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

joostvb pushed a commit to branch master
in repository r-cran-markdown.

commit 8dd8d28bdba4d0c98b39be84b1a4a7cd6537d026
Author: Joost van Baal-Ilić <joostvb at janacopoulos.mdcc.cx>
Date:   Tue Feb 2 12:36:54 2016 +0100

    initial packaging attempt
---
 debian/changelog     |  6 ++++++
 debian/compat        |  1 +
 debian/control       | 18 ++++++++++++++++++
 debian/copyright     | 24 ++++++++++++++++++++++++
 debian/rules         | 12 ++++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 7 files changed, 65 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..f6f7434
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+r-cran-markdown (0.4-1) unstable; urgency=low
+
+  * UNRELEASED.
+  * Private release, for Tilburg University.
+
+ -- Joost van Baal-Ilić <joostvb at debian.org>  Tue, 02 Feb 2016 12:32:00 +0100
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..3fb1821
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: r-cran-markdown
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Joost van Baal-Ilić <joostvb at debian.org>
+Build-Depends: debhelper (>= 9), r-base-dev, cdbs, dpkg-dev (>= 1.16.1~)
+Standards-Version: 3.9.6
+Homepage: https://cran.r-project.org/web/packages/markdown/
+Vcs-Git: git://anonscm.debian.org/debian-science/packages/r-cran-markdown.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/r-cran-markdown.git
+
+Package: r-cran-markdown
+Architecture: any
+Depends: ${shlibs:Depends}, ${R:Depends}
+Description: GNU R package providing R bindings to the Sundown Markdown rendering library
+ Provides R bindings to the Sundown Markdown rendering library by Vicent Marti e.a.,
+ based upon work by Natacha Porté.  Markdown is a plain-text formatting syntax that can
+ be converted to XHTML or other formats.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1d96fbf
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: markdown
+Upstream-Contact: Yihui Xie <xie at yihui.name>
+Source: https://cran.r-project.org/web/packages/markdown
+
+FIXME
+
+Files: *
+Copyright: Yihui Xie <xie at yihui.name>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2015 Tilburg University https://tilburguniversity.edu/
+Comment: author: Joost van Baal-Ilić
+License: GPL-3
+
+License: GPL-2
+ On Debian systems, the full text of the GNU General Public License
+ version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+License: GPL-3
+ On Debian systems, the full text of the GNU General Public License
+ version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..bc2a6f9
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+# export DH_VERBOSE=1
+
+# Use hardening flags for linking
+include /usr/share/dpkg/buildflags.mk
+
+include /usr/share/R/debian/r-cran.mk
+
+common-install-arch::
+	rm -vf $(debRlib)/$(cranNameOrig)/NEWS
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..036669c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/\./" \
+	    http://cran.r-project.org/src/contrib/markdown_([-\d\.]*)\.tar.gz

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



More information about the debian-science-commits mailing list