[med-svn] [Git][med-team/biomaj3-download][master] 5 commits: wrap-and-sort -ast

Alexandre Detiste (@detiste-guest) gitlab at salsa.debian.org
Sun Jun 14 10:44:32 BST 2026



Alexandre Detiste pushed to branch master at Debian Med / biomaj3-download


Commits:
d5bd2638 by Alexandre Detiste at 2026-06-14T11:38:45+02:00
wrap-and-sort -ast

- - - - -
191f1806 by Alexandre Detiste at 2026-06-14T10:39:08+01:00
Update standards version to 4.7.4, no changes needed.

Upgrade checklist verified:
 4.7.3 → 4.7.4:
  * Package is not in non-free-firmware

Changes-By: lintian-brush
Fixes: lintian: source: out-of-date-standards-version 4.7.3 (released 2025-12-23) (current is 4.7.4.1)
See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html

- - - - -
d8040e65 by Alexandre Detiste at 2026-06-14T11:40:46+02:00
use dh-cruft to register & purge /var/cache/python3-biomaj3-download

- - - - -
8e2dd926 by Alexandre Detiste at 2026-06-14T11:44:18+02:00
use tmpfiles to create /var/cache/python3-biomaj3-download

- - - - -
9197f4e4 by Alexandre Detiste at 2026-06-14T11:44:18+02:00
release

- - - - -


6 changed files:

- debian/changelog
- debian/control
- debian/python3-biomaj3-download.dirs
- debian/python3-biomaj3-download.install
- + debian/python3-biomaj3-download.purge
- + debian/python3-biomaj3-download.tmpfiles


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+biomaj3-download (3.2.12-4) unstable; urgency=medium
+
+  * Team upload.
+  * Update standards version to 4.7.4, no changes needed.
+  * Use dh-cruft to register & purge /var/cache/python3-biomaj3-download
+  * Use tmpfiles to create /var/cache/python3-biomaj3-download
+
+ -- Alexandre Detiste <tchet at debian.org>  Sun, 14 Jun 2026 11:42:53 +0200
+
 biomaj3-download (3.2.12-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -1,44 +1,49 @@
 Source: biomaj3-download
 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
-Build-Depends: debhelper-compat (= 13),
-               dh-sequence-python3,
-               protobuf-compiler,
-               python3-all,
-               python3-bcrypt,
-               python3-consul,
-               python3-flask,
-               python3-humanfriendly,
-               python3-irodsclient,
-               python3-pytest,
-               python3-pika,
-               python3-prometheus-client,
-               python3-protobuf,
-               python3-pycurl,
-               python3-pymongo,
-               python3-redis,
-               python3-requests,
-               python3-setuptools,
-               python3-yaml,
-               python3-biomaj3-core,
-               python3-biomaj3-zipkin,
-               python3-ftputil,
-               python3-tenacity <!nocheck>,
-               python3-simpleeval <!nocheck>,
-               rsync
-Standards-Version: 4.7.3
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-cruft,
+ dh-sequence-python3,
+ protobuf-compiler,
+ python3-all,
+ python3-bcrypt,
+ python3-biomaj3-core,
+ python3-biomaj3-zipkin,
+ python3-consul,
+ python3-flask,
+ python3-ftputil,
+ python3-humanfriendly,
+ python3-irodsclient,
+ python3-pika,
+ python3-prometheus-client,
+ python3-protobuf,
+ python3-pycurl,
+ python3-pymongo,
+ python3-pytest,
+ python3-redis,
+ python3-requests,
+ python3-setuptools,
+ python3-simpleeval <!nocheck>,
+ python3-tenacity <!nocheck>,
+ python3-yaml,
+ rsync,
+Standards-Version: 4.7.4
 Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-download
 Vcs-Git: https://salsa.debian.org/med-team/biomaj3-download.git
 Homepage: https://github.com/genouest/biomaj-download
 
 Package: python3-biomaj3-download
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends}
-Suggests: python3-gunicorn,
-          redis-server
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python3-gunicorn,
+ redis-server,
 Description: BioMAJ download management library
  BioMAJ downloads remote data banks, checks their status and applies
  transformation workflows, with consistent state, to provide ready-to-use


=====================================
debian/python3-biomaj3-download.dirs
=====================================
@@ -1,3 +1,2 @@
 etc/python3-biomaj3-download
 usr/bin
-var/cache/python3-biomaj3-download


=====================================
debian/python3-biomaj3-download.install
=====================================
@@ -1,4 +1,4 @@
 config.yml etc/python3-biomaj3-download
-gunicorn_conf.py etc/python3-biomaj3-download
-debian/biomaj-download-web usr/bin
 debian/biomaj-download-consumer usr/bin
+debian/biomaj-download-web usr/bin
+gunicorn_conf.py etc/python3-biomaj3-download


=====================================
debian/python3-biomaj3-download.purge
=====================================
@@ -0,0 +1 @@
+/var/cache/python3-biomaj3-download/


=====================================
debian/python3-biomaj3-download.tmpfiles
=====================================
@@ -0,0 +1,2 @@
+#Type   Path                                Mode  User  Group  Age  Argument
+d       /var/cache/python3-biomaj3-download 0755  root  root   -    -



View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/compare/227dcb0ab71c733036b1130b0ff81a3703e0e3f9...9197f4e4548657645a80b828baabbfffeca95607

-- 
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/compare/227dcb0ab71c733036b1130b0ff81a3703e0e3f9...9197f4e4548657645a80b828baabbfffeca95607
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/6705f6b6/attachment-0001.htm>


More information about the debian-med-commit mailing list