[med-svn] [r-cran-fitbitscraper] 04/05: Initial debian/*

Dylan Aïssi bob.dybian-guest at moszumanska.debian.org
Wed Apr 27 06:09:21 UTC 2016


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

bob.dybian-guest pushed a commit to branch master
in repository r-cran-fitbitscraper.

commit c80d10bf24a5284dd25c9c642972252362189641
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date:   Tue Apr 26 22:50:45 2016 +0200

    Initial debian/*
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 28 ++++++++++++++++++++++++++++
 debian/copyright         | 38 ++++++++++++++++++++++++++++++++++++++
 debian/rules             |  3 +++
 debian/source/format     |  1 +
 debian/upstream/metadata |  4 ++++
 debian/watch             |  2 ++
 8 files changed, 82 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5502b1d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-fitbitscraper (0.1.6-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #XXXXX).
+
+ -- Dylan Aïssi <bob.dybian at gmail.com>  Thu, 14 Apr 2016 22:42:20 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f11c82a
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
\ No newline at end of file
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a0ddbfe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,28 @@
+Source: r-cran-fitbitscraper
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Dylan Aïssi <bob.dybian at gmail.com>
+Build-Depends: debhelper (>= 9),
+ cdbs,
+ r-base-dev (>= 3.0.0),
+ r-cran-httr,
+ r-cran-stringr,
+ r-cran-jsonlite
+Standards-Version: 3.9.8
+Homepage: https://cran.r-project.org/web/packages/fitbitScraper/
+Vcs-Browser: https://anonscm.debian.org/git/debian-med/r-cran-fitbitscraper.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-fitbitscraper.git
+
+Package: r-cran-fitbitscraper
+Architecture: all
+Depends: ${R:Depends},
+ ${misc:Depends},
+ r-cran-httr,
+ r-cran-stringr,
+ r-cran-jsonlite
+Description: Import your Fitbit data from the Fitbit's website into R
+ This R package scrapes Fitbit data from the Fitbit's website. This does not
+ use the official API, but instead uses the API that the web dashboard uses
+ to generate the graphs displayed on the dashboard after login on the
+ Fitbit's website.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9336940
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: fitbitScraper
+Upstream-Contact: Cory Nissen <corynissen at gmail.com>
+Source: https://cran.r-project.org/web/packages/fitbitScraper/
+
+Files: *
+Copyright: 2014-2016 Cory Nissen
+License: Expat
+Comment: The CRAN policy is to encourage package authors to no include
+ the license text "to save space". We as in Debian are aware that this
+ is illegal strictly speaking but it seems we will not solve this issue
+ package wise with every single package author. The better solution
+ would be to form an Debian R team which should discuss this with CRAN
+ maintainers in general.
+
+Files: debian/*
+Copyright: 2016 Dylan Aïssi <bob.dybian at gmail.com>
+License: Expat
+
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
\ No newline at end of file
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/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..c378e94
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+Archive: CRAN
+Contact: Cory Nissen <corynissen at gmail.com>
+Name: fitbitScraper
+Homepage: https://cran.r-project.org/web/packages/fitbitScraper/
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0060787
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+https://cran.r-project.org/src/contrib/fitbitScraper_([-\d\.]*)\.tar\.gz
\ No newline at end of file

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



More information about the debian-med-commit mailing list