Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (7)
Build-Depends: python3-requests
· 45a286f2
Andreas Tille
authored
Oct 30, 2018
45a286f2
debhelper 11
· 76a2928a
Andreas Tille
authored
Oct 30, 2018
76a2928a
Standards-Version: 4.2.1
· 41d42acf
Andreas Tille
authored
Oct 30, 2018
41d42acf
Testsuite: autopkgtest-pkg-python
· 4157b6a4
Andreas Tille
authored
Oct 30, 2018
4157b6a4
Remove trailing whitespace in debian/changelog
· c2c25136
Andreas Tille
authored
Oct 30, 2018
c2c25136
Remove trailing whitespace in debian/copyright
· 38415353
Andreas Tille
authored
Oct 30, 2018
38415353
Close bug and upload to unstable
· cfddc859
Andreas Tille
authored
Oct 30, 2018
cfddc859
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
cfddc859
biomaj3-core (3.0.14-2) unstable; urgency=medium
* Team upload.
* Build-Depends: python3-requests
Closes: #912176
* debhelper 11
* Standards-Version: 4.2.1
* Testsuite: autopkgtest-pkg-python
* Remove trailing whitespace in debian/changelog
* Remove trailing whitespace in debian/copyright
-- Andreas Tille <tille@debian.org> Tue, 30 Oct 2018 07:09:28 +0100
biomaj3-core (3.0.14-1) unstable; urgency=medium
[ Jelmer Vernooij ]
...
...
debian/compat
View file @
cfddc859
9
11
debian/control
View file @
cfddc859
Source: biomaj3-core
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-elasticsearch,
python3-future,
python3-mock,
python3-nose,
python3-
setuptool
s,
Standards-Version: 4.1.3
Homepage: https://github.com/genouest/biomaj-core
python3-
request
s,
python3-setuptools
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-core
Vcs-Git: https://salsa.debian.org/med-team/biomaj3-core.git
Homepage: https://github.com/genouest/biomaj-core
Package: python3-biomaj3-core
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Depends: ${misc:Depends},
${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: biomaj-core
Description: BioMAJ core library - Python 3.X
BioMAJ downloads remote data banks, checks their status and applies
transformation workflows, with consistent state, to provide ready-to-use
...
...
@@ -31,3 +34,4 @@ Description: BioMAJ core library - Python 3.X
BioMAJ3 is a rewrite of BioMAJ v1.x, see online documentation for migration.
.
This package containers the core library for BioMAJ
XB-Python-Egg-Name: biomaj-core
debian/copyright
View file @
cfddc859