Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
cme fix dpkg-control
· 44e7d47c
Dylan Aïssi
authored
Sep 26, 2018
44e7d47c
Remove useless target in d/rules
· 454bef2c
Dylan Aïssi
authored
Sep 26, 2018
454bef2c
Bump debhelper compat 11
· d03d0e60
Dylan Aïssi
authored
Sep 26, 2018
d03d0e60
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
d03d0e60
galileo (0.5.1-6) UNRELEASED; urgency=medium
* Add a basic test for autopkgtest.
* Bump Standards-Version: 4.2.1 (no changes needed).
* Update VCS to salsa.
* Bump debhelper compat 11.
-- Dylan Aïssi <bob.dybian@gmail.com>
Thu, 01 Mar 2018 22:39:18
+0
1
00
-- Dylan Aïssi <bob.dybian@gmail.com>
Wed, 26 Sep 2018 07:38:04
+0
2
00
galileo (0.5.1-5) unstable; urgency=medium
...
...
debian/compat
View file @
d03d0e60
1
0
1
1
debian/control
View file @
d03d0e60
...
...
@@ -3,23 +3,22 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.
Uploaders: Dylan Aïssi <bob.dybian@gmail.com>
Section: science
Priority: optional
Build-Depends: debhelper (>= 1
0
),
Build-Depends: debhelper (>= 1
1
),
dh-python,
dh-sysuser
(>= 1.3)
,
dh-sysuser,
python3,
python3-requests (>= 2),
python3-setuptools,
python3-usb
(>= 1.0.0~b2)
Standards-Version: 4.
1
.1
Vcs-Browser: https://
anonscm
.debian.org/
cgit/debian-med
/galileo
.git
Vcs-Git: https://
anonscm
.debian.org/
git/debian-med
/galileo.git
python3-usb
Standards-Version: 4.
2
.1
Vcs-Browser: https://
salsa
.debian.org/
med-team
/galileo
Vcs-Git: https://
salsa
.debian.org/
med-team
/galileo.git
Homepage: https://bitbucket.org/benallard/galileo/
X-Python3-Version: >= 3.4
Package: galileo
Architecture: all
Depends: python3-requests (>= 2),
python3-usb
(>= 1.0.0~b2)
,
python3-usb,
${misc:Depends},
${python3:Depends}
Description: Utility to securely synchronize a Fitbit device with the Fitbit web service
...
...
debian/rules
View file @
d03d0e60
...
...
@@ -5,7 +5,7 @@ export PYBUILD_NAME=galileo
export PYBUILD_DESTDIR_python3=debian/galileo/
%:
dh $@ --with python3,
systemd,
sysuser --buildsystem=pybuild
dh $@ --with python3,sysuser --buildsystem=pybuild
override_dh_sysuser:
dh_sysuser -pgalileo-daemon galileo
...
...
@@ -16,8 +16,3 @@ override_dh_installudev:
override_dh_installinit:
dh_installinit --noscripts
get-orig-source-git-snapshot:
wget https://bitbucket.org/benallard/galileo/get/tip.tar.gz
# mv tip.tar.gz galileo_0.5.0~git160510.orig.tar.gz