[med-svn] [Git][med-team/biomaj3-process][master] 7 commits: Skip tests by using an empty override_dh_auto_test target.
Santiago Vila (@sanvila)
gitlab at salsa.debian.org
Tue Feb 3 13:35:31 GMT 2026
Santiago Vila pushed to branch master at Debian Med / biomaj3-process
Commits:
ebe611c6 by Santiago Vila at 2026-02-03T14:14:00+01:00
Skip tests by using an empty override_dh_auto_test target.
- - - - -
ea6a3ee7 by Santiago Vila at 2026-02-03T14:15:00+01:00
Fix clean target. Closes: #1043738.
In this case, procmessage_pb2.py is generated automatically even when
it does not exist, so instead of trying to preserve it as if it was
precious, we just remove it in the clean target.
- - - - -
ab7879ca by Santiago Vila at 2026-02-03T14:16:00+01:00
d/control: Drop "Rules-Requires-Root: no" (default).
- - - - -
3ecd8c00 by Santiago Vila at 2026-02-03T14:17:00+01:00
d/control: Drop "Priority: optional" (default).
- - - - -
61092658 by Santiago Vila at 2026-02-03T14:18:00+01:00
d/control: Update standards-version.
- - - - -
f04b166d by Santiago Vila at 2026-02-03T14:19:00+01:00
d/salsa-ci.yml: Use the simplified version.
- - - - -
6fb144fe by Santiago Vila at 2026-02-03T14:20:00+01:00
Upload for unstable as 3.0.19-5
- - - - -
5 changed files:
- debian/changelog
- + debian/clean
- debian/control
- debian/rules
- debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+biomaj3-process (3.0.19-4) unstable; urgency=medium
+
+ * Team upload.
+ * Skip tests by using an empty override_dh_auto_test target.
+ * Fix clean target. Closes: #1043738.
+ * Drop "Rules-Requires-Root: no" (default).
+ * Drop "Priority: optional" (default).
+ * Update standards-version.
+ * Simplify salsa-ci.yml.
+
+ -- Santiago Vila <sanvila at debian.org> Tue, 03 Feb 2026 14:20:00 +0100
+
biomaj3-process (3.0.19-3) unstable; urgency=medium
* Team upload.
=====================================
debian/clean
=====================================
@@ -0,0 +1 @@
+biomaj_process/message/procmessage_pb2.py
=====================================
debian/control
=====================================
@@ -3,7 +3,6 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Olivier Sallou <osallou at debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
-Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
protobuf-compiler,
@@ -21,11 +20,10 @@ Build-Depends: debhelper-compat (= 13),
python3-yaml,
python3-biomaj3-core,
python3-biomaj3-zipkin
-Standards-Version: 4.7.0
+Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/biomaj3-process
Vcs-Git: https://salsa.debian.org/med-team/biomaj3-process.git
Homepage: https://github.com/genouest/biomaj-process
-Rules-Requires-Root: no
Package: python3-biomaj3-process
Architecture: all
=====================================
debian/rules
=====================================
@@ -1,21 +1,10 @@
#! /usr/bin/make -f
-export DEB_BUILD_OPTIONS=nocheck
-
export PYBUILD_NAME=biomaj-process
%:
dh $@ --buildsystem=pybuild
-override_dh_clean:
- dh_clean
- rm -rf biomaj_process.egg-info
- if [ -e biomaj_process/message/procmessage_pb2.py.bak ] ; then mv biomaj_process/message/procmessage_pb2.py.bak biomaj_process/message/procmessage_pb2.py; fi
-
-override_dh_auto_configure:
- cp -a biomaj_process/message/procmessage_pb2.py biomaj_process/message/procmessage_pb2.py.bak
- dh_auto_configure
-
override_dh_auto_build:
cd biomaj_process/message && protoc --python_out=. procmessage.proto
dh_auto_build
@@ -23,3 +12,5 @@ override_dh_auto_build:
override_dh_install:
dh_install
sed -i '1s;^;#!/usr/bin/python3\n;' debian/python3-biomaj3-process/usr/bin/biomaj_process_consumer.py
+
+override_dh_auto_test:
=====================================
debian/salsa-ci.yml
=====================================
@@ -1,4 +1,3 @@
---
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
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/compare/fdeb2642f1430a9aec8234d914ab602ec499052d...6fb144fe85d2defec223cc80c5a1d3762b23d8a3
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/compare/fdeb2642f1430a9aec8234d914ab602ec499052d...6fb144fe85d2defec223cc80c5a1d3762b23d8a3
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20260203/f39eee1a/attachment-0001.htm>
More information about the debian-med-commit
mailing list