[med-svn] [Git][med-team/biomaj3-download][master] 3 commits: Fix clean target Closes: #1043846
Andreas Tille (@tille)
gitlab at salsa.debian.org
Fri Dec 20 20:55:07 GMT 2024
Andreas Tille pushed to branch master at Debian Med / biomaj3-download
Commits:
236a0ce3 by Andreas Tille at 2024-12-20T21:52:21+01:00
Fix clean target Closes: #1043846
- - - - -
a7ef555a by Andreas Tille at 2024-12-20T21:53:19+01:00
Standards-Version: 4.7.0 (routine-update)
- - - - -
051d974e by Andreas Tille at 2024-12-20T21:54:39+01:00
routine-update: Ready to upload to unstable
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+biomaj3-download (3.2.12-2) unstable; urgency=medium
+
+ * Team upload.
+ * Fix clean target
+ Closes: #1043846
+ * Standards-Version: 4.7.0 (routine-update)
+
+ -- Andreas Tille <tille at debian.org> Fri, 20 Dec 2024 21:53:22 +0100
+
biomaj3-download (3.2.12-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -23,13 +23,13 @@ Build-Depends: debhelper-compat (= 13),
python3-requests,
python3-setuptools,
python3-yaml,
- python3-biomaj3-core (>= 3.0.26),
+ python3-biomaj3-core,
python3-biomaj3-zipkin,
python3-ftputil,
python3-tenacity <!nocheck>,
python3-simpleeval <!nocheck>,
rsync
-Standards-Version: 4.6.1
+Standards-Version: 4.7.0
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
=====================================
debian/rules
=====================================
@@ -7,6 +7,15 @@ export PYBUILD_NAME=biomaj-download
%:
dh $@ --buildsystem=pybuild
+override_dh_clean:
+ dh_clean
+ rm -rf biomaj_download.egg-info
+ if [ -e biomaj_download/message/downmessage_pb2.py.bak ] ; then mv biomaj_download/message/downmessage_pb2.py.bak biomaj_download/message/downmessage_pb2.py; fi
+
+override_dh_auto_configure:
+ cp -a biomaj_download/message/downmessage_pb2.py biomaj_download/message/downmessage_pb2.py.bak
+ dh_auto_configure
+
override_dh_auto_build:
cd biomaj_download/message && protoc --python_out=. downmessage.proto
dh_auto_build
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/compare/41778453d5c6b2f860d983e1307aecc837af9368...051d974edb9382ddbf2d1432757a25174ef9402c
--
View it on GitLab: https://salsa.debian.org/med-team/biomaj3-download/-/compare/41778453d5c6b2f860d983e1307aecc837af9368...051d974edb9382ddbf2d1432757a25174ef9402c
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/e8968a61/attachment-0001.htm>
More information about the debian-med-commit
mailing list