[med-svn] [Git][med-team/biomaj3-process][master] 6 commits: Fix clean target
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Dec 20 20:37:41 GMT 2024
Andreas Tille pushed to branch master at Debian Med / biomaj3-process
Commits:
430dae71 by Andreas Tille at 2024-12-20T21:13:50+01:00
Fix clean target
- - - - -
0bcd1cdd by Andreas Tille at 2024-12-20T21:14:20+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
f4c982c8 by Andreas Tille at 2024-12-20T21:14:22+01:00
Remove trailing whitespace in debian/changelog (routine-update)
- - - - -
ac6a18b9 by Andreas Tille at 2024-12-20T21:34:22+01:00
Fix typos
- - - - -
2efea599 by Andreas Tille at 2024-12-20T21:35:12+01:00
d/control: drop Python-Egg-Name
- - - - -
598462c5 by Andreas Tille at 2024-12-20T21:36:02+01:00
Upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+biomaj3-process (3.0.19-3) unstable; urgency=medium
+
+ * Team upload.
+ * Fix clean target
+ * Standards-Version: 4.7.0 (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * d/control: drop Python-Egg-Name
+
+ -- Andreas Tille <tille at debian.org> Fri, 20 Dec 2024 21:35:17 +0100
+
biomaj3-process (3.0.19-2) unstable; urgency=medium
* Team upload.
@@ -7,7 +17,7 @@ biomaj3-process (3.0.19-2) unstable; urgency=medium
biomaj3-process (3.0.19-1) unstable; urgency=medium
- * New upstream release, replace nose by pytest (Closes: #1018321).
+ * New upstream release, replace nose by pytest (Closes: #1018321).
-- Olivier Sallou <osallou at debian.org> Mon, 29 Aug 2022 12:47:29 +0000
=====================================
debian/control
=====================================
@@ -21,7 +21,7 @@ Build-Depends: debhelper-compat (= 13),
python3-yaml,
python3-biomaj3-core,
python3-biomaj3-zipkin
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
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
@@ -46,4 +46,3 @@ Description: BioMAJ process management library
.
This package contains the library and microservice to manage processes
in BioMAJ3
-XB-Python-Egg-Name: biomaj-process
=====================================
debian/rules
=====================================
@@ -7,6 +7,15 @@ 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
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/compare/1872a71bd5c51ee0f8cccdb87842776f149f3873...598462c575bde38b00d46cb7d75e3827c3f41c2b
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-process/-/compare/1872a71bd5c51ee0f8cccdb87842776f149f3873...598462c575bde38b00d46cb7d75e3827c3f41c2b
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/20241220/996338af/attachment-0001.htm>
More information about the debian-med-commit
mailing list