[r-cran-lubridate] 01/01: Initial packaging
Daniel Pocock
pocock at moszumanska.debian.org
Fri Feb 19 08:59:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
pocock pushed a commit to branch master
in repository r-cran-lubridate.
commit 3e2da7674a46a883fddba7ba8d6064572db83c0c
Author: Daniel Pocock <daniel at pocock.pro>
Date: Thu Feb 18 22:17:48 2016 +0100
Initial packaging
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 26 ++++++++++++++++++++++++++
debian/copyright | 24 ++++++++++++++++++++++++
debian/rules | 3 +++
debian/source/format | 1 +
debian/watch | 3 +++
7 files changed, 63 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ce53928
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-lubridate (1.5.0-1) unstable; urgency=medium
+
+ * Initial packaging (Closes: #815130)
+
+ -- Daniel Pocock <daniel at pocock.pro> Thu, 18 Feb 2016 21:43:55 +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..a5d17e9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,26 @@
+Source: r-cran-lubridate
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Daniel Pocock <daniel at pocock.pro>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+ r-base-dev (>= 3.0.0),
+ cdbs
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/cgit/debian-science/r-cran-lubridate.git
+Vcs-Git: git://anonscm.debian.org/debian-science/r-cran-lubridate.git
+Homepage: https://github.com/hadley/lubridate
+
+Package: r-cran-lubridate
+Architecture: all
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends},
+ r-cran-stringr
+Description: simplifies dealing with dates in R
+ Functions to work with date-times and timespans: fast and user
+ friendly parsing of date-time data, extraction and updating of components of
+ a date-time (years, months, days, hours, minutes, and seconds), algebraic
+ manipulation on date-time and timespan objects. The 'lubridate' package has
+ a consistent and memorable syntax that makes working with dates easy and
+ fun.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..3ff0966
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,24 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lubridate
+Source: https://github.com/hadley/lubridate
+
+Files: *
+Copyright: 2013-2015, Garrett Grolemund
+ 2013-2015, Vitalie Spinu
+ 2013-2015, Hadley Wickham
+ 2013-2015, Jan Lyttle
+ 2013-2015, Imanuel Constigan
+ 2013-2015, Jason Law
+ 2013-2015, Doug Mitarotonda
+ 2013-2015, Joseph Larmarange
+ 2013-2015, Jonathan Boiser
+ 2013-2015, Chel Hee Lee
+License: GPL-2
+
+Files: debian/*
+Copyright: 2016, Daniel Pocock <daniel at pocock.pro>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
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..925c295
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/lubridate_([-0-9\.]*)\.tar\.gz
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-lubridate.git
More information about the debian-science-commits
mailing list