Skip to content
Commits on Source (8)
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 <jelmer@debian.org> 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 <tille@debian.org> Thu, 10 Jan 2019 10:16:53 +0100
biomaj3-user (3.0.6-1) unstable; urgency=low
......
Source: biomaj3-user
Section: python
Priority: optional
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Olivier Sallou <osallou@debian.org>
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
# see https://lists.debian.org/debian-med/2018/06/msg00043.html
python3-biomaj3-user: script-with-language-extension usr/bin/biomaj-users.py
#! /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