[med-svn] [Git][med-team/biomaj3-daemon][master] 10 commits: drop "Rules-Requires-Root: no": it is the default now
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Sun Jun 14 22:37:20 BST 2026
Alexandre Detiste pushed to branch master at Debian Med / biomaj3-daemon
Commits:
142bb627 by Alexandre Detiste at 2026-06-14T23:29:28+02:00
drop "Rules-Requires-Root: no": it is the default now
- - - - -
fbfd36f5 by Alexandre Detiste at 2026-06-14T23:30:08+02:00
use dh-sequence-python3
- - - - -
af205b3c by Alexandre Detiste at 2026-06-14T23:30:48+02:00
disable useless Salsa CI jobs
- - - - -
84898b6e by Alexandre Detiste at 2026-06-14T23:31:40+02:00
rewrite d/watch in v5 format
- - - - -
4c7e6b20 by Alexandre Detiste at 2026-06-14T23:32:03+02:00
wrap-and-sort -ast
- - - - -
2968a165 by Alexandre Detiste at 2026-06-14T22:32:13+01:00
Remove redundant Priority: optional from source stanza.
Changes-By: lintian-brush
Fixes: lintian: source: redundant-priority-optional-field
See-also: https://lintian.debian.org/tags/redundant-priority-optional-field.html
- - - - -
0d905963 by Alexandre Detiste at 2026-06-14T22:32:13+01:00
Update standards version to 4.7.4, no changes needed.
Upgrade checklist verified:
4.6.1 → 4.6.2:
* Package does not provide x-window-manager alternative
4.6.2 → 4.7.0:
* Package does not use dpkg-divert
4.7.0 → 4.7.1:
* Package does not install to non-/usr paths
4.7.3 → 4.7.4:
* Package is not in non-free-firmware
Changes-By: lintian-brush
Fixes: lintian: source: ancient-standards-version 4.6.1 (released 2022-05-11) (current is 4.7.4.1)
See-also: https://lintian.debian.org/tags/ancient-standards-version.html
- - - - -
854176d0 by Alexandre Detiste at 2026-06-14T23:33:41+02:00
use dh-cruft to register & purge /var/cache/python3-biomaj3-daemon
- - - - -
f02ee074 by Alexandre Detiste at 2026-06-14T23:36:20+02:00
use tmpfiles to create /var/cache/python3-biomaj3-process
- - - - -
1d1e12ef by Alexandre Detiste at 2026-06-14T23:37:13+02:00
release
- - - - -
9 changed files:
- debian/changelog
- debian/control
- debian/python3-biomaj3-daemon.dirs
- debian/python3-biomaj3-daemon.install
- + debian/python3-biomaj3-daemon.purge
- + debian/python3-biomaj3-daemon.tmpfiles
- debian/rules
- debian/salsa-ci.yml
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+biomaj3-daemon (3.0.24-4) unstable; urgency=medium
+
+ * Team Upload.
+ * Drop "Rules-Requires-Root: no": it is the default now
+ * Use dh-sequence-python3
+ * Disable useless Salsa CI jobs
+ * Rewrite d/watch in v5 format
+ * Remove redundant Priority: optional from source stanza.
+ * Update standards version to 4.7.4, no changes needed.
+ * Use dh-cruft to register & purge /var/cache/python3-biomaj3-daemon
+ * Use tmpfiles to create /var/cache/python3-biomaj3-process
+
+ -- Alexandre Detiste <tchet at debian.org> Sun, 14 Jun 2026 23:36:44 +0200
+
biomaj3-daemon (3.0.24-3) unstable; urgency=medium
* Team Upload.
=====================================
debian/control
=====================================
@@ -1,40 +1,44 @@
Source: biomaj3-daemon
Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Olivier Sallou <osallou at debian.org>
+Uploaders:
+ Olivier Sallou <osallou at debian.org>,
Section: python
Testsuite: autopkgtest-pkg-python
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
- dh-python,
- protobuf-compiler,
- python3-all,
- python3-bcrypt,
- python3-consul,
- python3-flask,
- python3-pika,
- python3-prometheus-client,
- python3-protobuf,
- python3-pymongo,
- python3-redis,
- python3-setuptools,
- python3-yaml,
- python3-biomaj3-core,
- python3-biomaj3-zipkin,
- python3-biomaj3
-Standards-Version: 4.6.1
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-cruft,
+ dh-sequence-python3,
+ protobuf-compiler,
+ python3-all,
+ python3-bcrypt,
+ python3-biomaj3,
+ python3-biomaj3-core,
+ python3-biomaj3-zipkin,
+ python3-consul,
+ python3-flask,
+ python3-pika,
+ python3-prometheus-client,
+ python3-protobuf,
+ python3-pymongo,
+ python3-redis,
+ python3-setuptools,
+ python3-yaml,
+Standards-Version: 4.7.4
Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-daemon
Vcs-Git: https://salsa.debian.org/med-team/biomaj3-daemon.git
Homepage: https://github.com/genouest/biomaj-daemon
-Rules-Requires-Root: no
Package: python3-biomaj3-daemon
Architecture: all
-Depends: ${misc:Depends},
- ${python3:Depends}
-Recommends: ${python3:Recommends}
-Suggests: ${python3:Suggests},
- python3-gunicorn,
- redis-server
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Recommends:
+ ${python3:Recommends},
+Suggests:
+ python3-gunicorn,
+ redis-server,
+ ${python3:Suggests},
Description: BioMAJ daemon library
BioMAJ downloads remote data banks, checks their status and applies
transformation workflows, with consistent state, to provide ready-to-use
=====================================
debian/python3-biomaj3-daemon.dirs
=====================================
@@ -1,3 +1,2 @@
etc/python3-biomaj3-daemon
usr/bin
-var/cache/python3-biomaj3-daemon
=====================================
debian/python3-biomaj3-daemon.install
=====================================
@@ -1,4 +1,4 @@
config.yml etc/python3-biomaj3-daemon
-gunicorn_conf.py etc/python3-biomaj3-daemon
-debian/biomaj-daemon-web usr/bin
debian/biomaj-daemon-consumer usr/bin
+debian/biomaj-daemon-web usr/bin
+gunicorn_conf.py etc/python3-biomaj3-daemon
=====================================
debian/python3-biomaj3-daemon.purge
=====================================
@@ -0,0 +1 @@
+/var/cache/python3-biomaj3-daemon/
=====================================
debian/python3-biomaj3-daemon.tmpfiles
=====================================
@@ -0,0 +1,2 @@
+#Type Path Mode User Group Age Argument
+d /var/cache/python3-biomaj3-daemon 0755 root root - -
=====================================
debian/rules
=====================================
@@ -4,7 +4,7 @@ export DEB_BUILD_MAINT_OPTIONS=nocheck
export PYBUILD_NAME=biomaj-daemon
%:
- dh $@ --with python3 --buildsystem=pybuild
+ dh $@ --buildsystem=pybuild
override_dh_auto_test:
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,8 @@
---
include:
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml
+
+variables:
+ SALSA_CI_DISABLE_BLHC: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ALL: 1
+ SALSA_CI_DISABLE_BUILD_PACKAGE_ANY: 1
=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
-version=4
-opts="repack,compression=xz,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/biomaj3-daemon-$1\.tar\.gz/" \
- https://github.com/genouest/biomaj-daemon/tags .*/v?(\d\S+)\.tar\.gz
+Version: 5
+
+Source: https://github.com/genouest/biomaj-daemon/tags
+Matching-Pattern: .*/v?(\d\S+)\.tar\.gz
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-daemon/-/compare/22ace82cd47e5d90da399395ff1529d23b8f071c...1d1e12efd764fb9cedaaaee685a6043aa752d258
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-daemon/-/compare/22ace82cd47e5d90da399395ff1529d23b8f071c...1d1e12efd764fb9cedaaaee685a6043aa752d258
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260614/d7af7be9/attachment-0001.htm>
More information about the debian-med-commit
mailing list