Andreas Tille pushed to branch master at Debian Med / biomaj3-user
Commits: c9ad0f11 by Andreas Tille at 2019-01-10T09:00:01Z debhelper 11 - - - - - 5bb6c659 by Andreas Tille at 2019-01-10T09:01:15Z Point Vcs fields to salsa.debian.org - - - - - 3606c91f by Andreas Tille at 2019-01-10T09:01:16Z Standards-Version: 4.3.0 - - - - - 17a26cf2 by Andreas Tille at 2019-01-10T09:01:16Z Testsuite: autopkgtest-pkg-python - - - - - 6b2701b5 by Andreas Tille at 2019-01-10T09:01:16Z Remove trailing whitespace in debian/copyright - - - - - c95873a1 by Andreas Tille at 2019-01-10T09:10:43Z Lintian override for script-with-language-extension - - - - - aa81aae6 by Andreas Tille at 2019-01-10T09:16:35Z Do not set DEB_BUILD_OPTIONS - - - - - 3bb5cdee by Andreas Tille at 2019-01-10T09:18:16Z Upload to unstable - - - - - 6 changed files: - debian/changelog - debian/compat - debian/control - debian/copyright - + debian/lintian-overrides - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,20 @@ -biomaj3-user (3.0.6-2) UNRELEASED; urgency=medium +biomaj3-user (3.0.6-2) unstable; urgency=medium + * Team upload. + + [ Jelmer Vernooij ] * Use secure copyright file specification URI. - -- Jelmer Vernooij <[email protected]> Sat, 20 Oct 2018 13:16:09 +0000 + [ Andreas Tille ] + * debhelper 11 + * Point Vcs fields to salsa.debian.org + * Standards-Version: 4.3.0 + * Testsuite: autopkgtest-pkg-python + * Remove trailing whitespace in debian/copyright + * Lintian override for script-with-language-extension + * Do not set DEB_BUILD_OPTIONS + + -- Andreas Tille <[email protected]> Thu, 10 Jan 2019 10:16:53 +0100 biomaj3-user (3.0.6-1) unstable; urgency=low ===================================== debian/compat ===================================== @@ -1 +1 @@ -9 +11 ===================================== debian/control ===================================== @@ -1,9 +1,11 @@ Source: biomaj3-user -Section: python -Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Olivier Sallou <[email protected]> -Build-Depends: debhelper (>= 9), dh-python, +Section: python +Testsuite: autopkgtest-pkg-python +Priority: optional +Build-Depends: debhelper (>= 11~), + dh-python, python3-all, python3-bcrypt, python3-consul, @@ -16,17 +18,19 @@ Build-Depends: debhelper (>= 9), dh-python, python3-tabulate, python3-yaml, python3-biomaj3-core -Standards-Version: 4.0.0 +Standards-Version: 4.3.0 +Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-user +Vcs-Git: https://salsa.debian.org/med-team/biomaj3-user.git Homepage: https://github.com/genouest/biomaj-user -Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/biomaj3-user.git -Vcs-Git: https://anonscm.debian.org/git/debian-med/biomaj3-user.git Package: python3-biomaj3-user Architecture: all -Depends: ${misc:Depends}, ${python3:Depends}, +Depends: ${misc:Depends}, + ${python3:Depends} Recommends: ${python3:Recommends} -Suggests: ${python3:Suggests}, python3-gunicorn, mongodb -XB-Python-Egg-Name: biomaj-user +Suggests: ${python3:Suggests}, + python3-gunicorn, + mongodb Description: BioMAJ user management library BioMAJ downloads remote data banks, checks their status and applies transformation workflows, with consistent state, to provide ready-to-use @@ -37,3 +41,4 @@ Description: BioMAJ user management library BioMAJ3 is a rewrite of BioMAJ v1.x, see online documentation for migration. . This package contains the library and microservice to manage users in BioMAJ3 +XB-Python-Egg-Name: biomaj-user ===================================== debian/copyright ===================================== @@ -424,7 +424,7 @@ License: AGPL-3 Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have - received notice of violation of this License (for any work) from that + received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. . @@ -537,7 +537,7 @@ License: AGPL-3 Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. - . + . 12. No Surrender of Others' Freedom. . If conditions are imposed on you (whether by court order, agreement or ===================================== debian/lintian-overrides ===================================== @@ -0,0 +1,2 @@ +# see https://lists.debian.org/debian-med/2018/06/msg00043.html +python3-biomaj3-user: script-with-language-extension usr/bin/biomaj-users.py ===================================== debian/rules ===================================== @@ -1,7 +1,5 @@ #! /usr/bin/make -f -export DEB_BUILD_OPTIONS=nocheck - export PYBUILD_NAME=biomaj-user %: dh $@ --with python3 --buildsystem=pybuild @@ -9,3 +7,8 @@ export PYBUILD_NAME=biomaj-user override_dh_install: dh_install sed -i '1s;^;#!/usr/bin/python3\n;' debian/python3-biomaj3-user/usr/bin/biomaj-users.py + +override_dh_auto_test: +ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + echo "We can not test online code at build time." +endif View it on GitLab: https://salsa.debian.org/med-team/biomaj3-user/compare/efdd60fd78b6f4882075fcb5c21ae01a4f06a7bd...3bb5cdee28814bd310c71b29017730ceaaa2725c -- View it on GitLab: https://salsa.debian.org/med-team/biomaj3-user/compare/efdd60fd78b6f4882075fcb5c21ae01a4f06a7bd...3bb5cdee28814bd310c71b29017730ceaaa2725c 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
