[rstudio] 02/02: Add initial Debian packaging (does not work yet ... actually fails to find libR - no idea what package might provide this)

Andreas Tille tille at debian.org
Fri Feb 7 19:23:03 UTC 2014


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

tille pushed a commit to branch master
in repository rstudio.

commit e50e796d275599f2cc2c18d9367d480e79cedd5c
Author: Andreas Tille <tille at debian.org>
Date:   Fri Feb 7 20:16:55 2014 +0100

    Add initial Debian packaging (does not work yet ... actually fails to find libR - no idea what package might provide this)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 23 +++++++++++++++++++++++
 debian/copyright     | 12 ++++++++++++
 debian/rules         | 21 +++++++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  4 ++++
 7 files changed, 67 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3f25b3a
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+rstudio (0.98.636+dfsg-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #<bug>)
+
+ -- Andreas Tille <tille at debian.org>  Fri, 07 Feb 2014 09:21:09 +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..03b6b67
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: rstudio
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: science
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cmake,
+               uuid-dev,
+               libssl-dev,
+               libbz2-dev,
+               zlib1g-dev,
+               libpam0g-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/rstudio.git
+Vcs-Git: http://anonscm.debian.org/git/debian-science/packages/rstudio.git
+Homepage: http://www.rstudio.com/
+
+Package: rstudio
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: GNU R IDE
+ RStudio IDE is a powerful and productive user interface for R.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..83addf5
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,12 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RStudio
+Source: https://github.com/rstudio/rstudio/tags
+Files-Excluded: dependencies/
+
+Files: *
+Copyright: © 20xx-20yy <upstream>
+License: <license>
+
+Files: debian/*
+Copyright: © 2012 Andreas Tille <tille at debian.org>
+License: <license>
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..f40d0a6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+# DH_VERBOSE := 1
+
+# some helpful variables - uncomment them if needed
+# shamelessly stolen from http://jmtd.net/log/awk/
+#DEBVERS        := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
+#VERSION        := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+#DEBFLAVOR      := $(shell dpkg-parsechangelog | awk '/^Distribution:/ {print $$2}')
+#DEBPKGNAME     := $(shell dpkg-parsechangelog | awk '/^Source:/ {print $$2}')
+#DEBIAN_BRANCH  := $(shell awk 'BEGIN{FS="[= ]+"} /debian-branch/ {print $$2}' debian/gbp.conf)
+#GIT_TAG        := $(subst ~,_,$(VERSION))
+
+# alternatively to manually set those variables you can
+#  include /usr/share/cdbs/1/rules/buildvars.mk
+# and use what is set there.  Any hint whether dh might set variables in
+# a similar manner are welcome.
+
+%:
+	dh $@ --buildsystem=cmake
+
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..790d0de
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=3
+opts=dversionmangle=s/[~+]dfsg[0-9]*// \
+  https://github.com/rstudio/rstudio/tags .*/archive/v([\d\.]+)\.tar\.gz
+

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



More information about the debian-science-commits mailing list