[med-svn] [Git][med-team/soapdenovo][master] 3 commits: d/rules: fix missing ./bin/; caught on Salsa CI.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Thu Oct 23 20:41:07 BST 2025



Étienne Mollier pushed to branch master at Debian Med / soapdenovo


Commits:
21d729d1 by Étienne Mollier at 2025-10-23T21:39:35+02:00
d/rules: fix missing ./bin/; caught on Salsa CI.

- - - - -
4f738f41 by Étienne Mollier at 2025-10-23T21:39:52+02:00
d/salsa-ci.yml: skip i386 build on Salsa CI.

- - - - -
9776827b by Étienne Mollier at 2025-10-23T21:40:35+02:00
d/changelog: initialise the changelog.

- - - - -


3 changed files:

- debian/changelog
- debian/rules
- debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+soapdenovo (1.05-8) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * d/rules: fix missing ./bin/; caught on Salsa CI.
+  * d/salsa-ci.yml: skip i386 build on Salsa CI.
+
+ -- Étienne Mollier <emollier at debian.org>  Thu, 23 Oct 2025 21:40:15 +0200
+
 soapdenovo (1.05-7) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/rules
=====================================
@@ -12,6 +12,9 @@ export DEB_CFLAGS_MAINT_APPEND=-fcommon
 %:
 	dh $@
 
-override_dh_install:
-	dh_install
+execute_before_dh_auto_build:
+	# Work around an issue caught only by Salsa CI.
+	mkdir -p ./bin/
+
+execute_after_dh_install:
 	cd debian/soapdenovo/usr/bin/;rename 's/SOAP/soap/' SOAP*


=====================================
debian/salsa-ci.yml
=====================================
@@ -2,3 +2,5 @@
 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
+variables:
+  SALSA_CI_DISABLE_BUILD_PACKAGE_I386: "true"



View it on GitLab: https://salsa.debian.org/med-team/soapdenovo/-/compare/f402ddedd57857758d68f7ec34f7ffc456b7a03a...9776827bdbcb39f3b4543617c36653606dc8a310

-- 
View it on GitLab: https://salsa.debian.org/med-team/soapdenovo/-/compare/f402ddedd57857758d68f7ec34f7ffc456b7a03a...9776827bdbcb39f3b4543617c36653606dc8a310
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/20251023/011494d3/attachment-0001.htm>


More information about the debian-med-commit mailing list