[med-svn] [Git][med-team/rna-star][master] 2 commits: d/rules: fix typo that was affecting the reprotest when the shell was set to Bash.

Michael R. Crusoe (@crusoe) gitlab at salsa.debian.org
Tue Mar 26 11:30:54 GMT 2024



Michael R. Crusoe pushed to branch master at Debian Med / rna-star


Commits:
7da5a1fa by Michael R. Crusoe at 2024-03-26T11:37:38+01:00
d/rules: fix typo that was affecting the reprotest when the shell was set to Bash.

- - - - -
6f9a1717 by Michael R. Crusoe at 2024-03-26T12:03:55+01:00
d/rules: fix dh_auto_clean.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -3,6 +3,9 @@ rna-star (2.7.11b+dfsg-2) UNRELEASED; urgency=medium
   * Team upload.
   * d/control: simplify Aritechture selection via the provisions from
     the architecture-properties package.
+  * d/rules: fix typo that was affecting the reprotest when the shell
+    was set to Bash.
+  * d/rules: fix dh_auto_clean.
 
  -- Michael R. Crusoe <crusoe at debian.org>  Mon, 25 Mar 2024 19:07:30 +0100
 


=====================================
debian/rules
=====================================
@@ -47,7 +47,7 @@ override_dh_compress:
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 ifeq ($(DEB_HOST_ARCH),amd64)
-	set -i; for SIMD in $(AMD64_SIMD_LEVELS) ; do \
+	set -e; for SIMD in $(AMD64_SIMD_LEVELS) ; do \
 		if lscpu | grep -q $${SIMD} ; then \
 		debian/tests/run_test.sh $(CURDIR)/source/STAR-$${SIMD} ; \
 		fi ; done
@@ -57,5 +57,8 @@ else
 endif
 endif
 
+override_dh_auto_clean:
+	cd source; $(MAKE) clean
+
 override_dh_gencontrol:
 	dh_gencontrol -- -Vsimde:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W "libsimde-dev")"



View it on GitLab: https://salsa.debian.org/med-team/rna-star/-/compare/328ccf0c2a6686aea51fcf87b9b1e9d48c6fccc7...6f9a1717afd7a8fe998ba67d4d834afd3698ebc7

-- 
View it on GitLab: https://salsa.debian.org/med-team/rna-star/-/compare/328ccf0c2a6686aea51fcf87b9b1e9d48c6fccc7...6f9a1717afd7a8fe998ba67d4d834afd3698ebc7
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/20240326/afc1e505/attachment-0001.htm>


More information about the debian-med-commit mailing list