[med-svn] [galileo] 01/01: Initial debian/*
Dylan Aïssi
bob.dybian-guest at moszumanska.debian.org
Thu May 26 21:32:40 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 galileo.
commit e3a7c5b5de2ce5267c7fb8bf9ae78bf1ca689615
Author: Dylan Aïssi <bob.dybian at gmail.com>
Date: Thu May 26 23:06:54 2016 +0200
Initial debian/*
---
debian/99-fitbit.rules | 1 +
debian/TODO | 1 +
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 37 +++++++++++++++++++++++++++++++++++++
debian/copyright | 34 ++++++++++++++++++++++++++++++++++
debian/galileo.docs | 1 +
debian/galileo.install | 1 +
debian/galileo.manpages | 2 ++
debian/rules | 10 ++++++++++
debian/source/format | 1 +
debian/watch | 3 +++
12 files changed, 97 insertions(+)
diff --git a/debian/99-fitbit.rules b/debian/99-fitbit.rules
new file mode 100644
index 0000000..41baf3f
--- /dev/null
+++ b/debian/99-fitbit.rules
@@ -0,0 +1 @@
+SUBSYSTEM=="usb", ATTR{idVendor}=="2687", ATTR{idProduct}=="fb01", SYMLINK+="fitbit", MODE="0660"
diff --git a/debian/TODO b/debian/TODO
new file mode 100644
index 0000000..dd7401c
--- /dev/null
+++ b/debian/TODO
@@ -0,0 +1 @@
+- Switch to python3 when fully supported (probably with the final 5.0)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..aec3970
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+galileo (0.5.0~git160510+dfsg-1) UNRELEASED; urgency=low
+
+ * Initial release. (Closes: #824227)
+
+ -- Dylan Aïssi <bob.dybian at gmail.com> Fri, 06 May 2016 23:07:35 +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..cc099c9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: galileo
+Section: python
+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),
+ dh-python,
+ python-all,
+ python-setuptools,
+ python-usb (>= 1.0.0~b2),
+ python-requests (>= 2)
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/git/debian-med/galileo.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/galileo.git
+Homepage: https://bitbucket.org/benallard/galileo/
+X-Python-Version: >= 2.7
+
+Package: galileo
+Architecture: all
+Depends: ${misc:Depends},
+ ${python:Depends},
+ python-usb (>= 1.0.0~b2),
+ python-requests (>= 2)
+Description: Utility to securely synchronize a Fitbit device with the Fitbit web service
+ Galileo is a Python utility to securely synchronize a Fitbit device with the
+ Fitbit web service. It allows you to browse your data on their website, and
+ compatible applications. The main features of Galileo are: Synchronize your
+ fitbit tracker with the fitbit server using the provided dongle; Securely
+ communicate (using HTTPS) with the fitbit server; Save all your dumps locally
+ for possible later analyse. Galileo supports the following trackers:
+ - Fitbit One
+ - Fitbit Zip
+ - Fitbit Flex
+ - Fitbit Force
+ - Fitbit Charge
+ - Fitbit Charge HR
+
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..9b28d7d
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,34 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Galileo
+Upstream-Contact: Benoît Allard <benoit.allard at gmx.de>
+Source: https://bitbucket.org/benallard/galileo/
+Comment: Exclude useless files.
+Files-Excluded: .hg_archival.txt
+ .hgignore
+ .hgtags
+
+Files: *
+Copyright: 2013-2016 Benoît Allard
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2016 Dylan Aïssi <bob.dybian at gmail.com>
+License: LGPL-3+
+
+License: LGPL-3+
+ This package is free software; you can redistribute it and/or modify
+ it under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation; either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this package; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License can be found in `/usr/share/common-licenses/LGPL-3'.
diff --git a/debian/galileo.docs b/debian/galileo.docs
new file mode 100644
index 0000000..71dfd5b
--- /dev/null
+++ b/debian/galileo.docs
@@ -0,0 +1 @@
+README.txt
diff --git a/debian/galileo.install b/debian/galileo.install
new file mode 100644
index 0000000..809ec45
--- /dev/null
+++ b/debian/galileo.install
@@ -0,0 +1 @@
+debian/99-fitbit.rules lib/udev/rules.d/
diff --git a/debian/galileo.manpages b/debian/galileo.manpages
new file mode 100644
index 0000000..efb9f10
--- /dev/null
+++ b/debian/galileo.manpages
@@ -0,0 +1,2 @@
+doc/galileo.1
+doc/galileorc.5
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..95bc444
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=galileo
+
+%:
+ dh $@ --with python2 --buildsystem=pybuild
+
+override_dh_auto_test:
+ echo "Skipping tests: Tests require a Fitbit dongle..."
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..46ebe02
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
\ No newline at end of file
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..644e3a1
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg//g,repack,compression=xz" \
+ https://bitbucket.org/benallard/galileo/downloads .*/(\d\S*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/galileo.git
More information about the debian-med-commit
mailing list