Dylan Aïssi pushed to branch master at Debian Med / galileo
Commits: 44e7d47c by Dylan Aïssi at 2018-09-26T05:32:52Z cme fix dpkg-control - - - - - 454bef2c by Dylan Aïssi at 2018-09-26T05:34:25Z Remove useless target in d/rules - - - - - d03d0e60 by Dylan Aïssi at 2018-09-26T05:39:47Z Bump debhelper compat 11 - - - - - 4 changed files: - debian/changelog - debian/compat - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,11 @@ 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 <[email protected]> Thu, 01 Mar 2018 22:39:18 +0100 + -- Dylan Aïssi <[email protected]> Wed, 26 Sep 2018 07:38:04 +0200 galileo (0.5.1-5) unstable; urgency=medium ===================================== debian/compat ===================================== @@ -1 +1 @@ -10 +11 ===================================== debian/control ===================================== @@ -3,23 +3,22 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Dylan Aïssi <[email protected]> Section: science Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), 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 ===================================== @@ -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 - View it on GitLab: https://salsa.debian.org/med-team/galileo/compare/7682ad8e39552555f5a426055b3b038ad7a45a94...d03d0e60b8607b2b5c30634d700244d024a54834 -- View it on GitLab: https://salsa.debian.org/med-team/galileo/compare/7682ad8e39552555f5a426055b3b038ad7a45a94...d03d0e60b8607b2b5c30634d700244d024a54834 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
