[med-svn] [Git][med-team/ivar][master] 2 commits: d/rules: fix no-arch-any build failure.

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Jul 14 10:40:59 BST 2024



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


Commits:
d7f1e647 by Étienne Mollier at 2024-07-14T11:39:38+02:00
d/rules: fix no-arch-any build failure.

- - - - -
f5025dd3 by Étienne Mollier at 2024-07-14T11:40:32+02:00
ready to upload to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+ivar (1.4.3+dfsg-2) unstable; urgency=medium
+
+  * d/rules: fix arch-all build failure.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 14 Jul 2024 11:40:01 +0200
+
 ivar (1.4.3+dfsg-1) unstable; urgency=medium
 
   * New upstream version 1.4.3+dfsg


=====================================
debian/rules
=====================================
@@ -16,7 +16,8 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	dh_auto_test --no-parallel
 endif
 
-EXAMPLES_DIR = $(CURDIR)/debian/ivar/usr/share/doc/ivar/examples
+EXAMPLES = $(CURDIR)/debian/ivar/usr/share/doc/ivar/examples/data
 execute_before_dh_fixperms:
-	find -name test_primer_pair.bed
-	chmod -v -x $(EXAMPLES_DIR)/data/primer_pair_test/test_primer_pair.bed
+	if [ -x $(EXAMPLES)/data/primer_pair_test/test_primer_pair.bed ] \
+	; then chmod -v -x $(EXAMPLES)/primer_pair_test/test_primer_pair.bed \
+	; fi



View it on GitLab: https://salsa.debian.org/med-team/ivar/-/compare/de6dc239157a5d6d41c08cbebbb63eba889669ed...f5025dd3d56646c3ec3499773153c0c01f7e9f98

-- 
This project does not include diff previews in email notifications.
View it on GitLab: https://salsa.debian.org/med-team/ivar/-/compare/de6dc239157a5d6d41c08cbebbb63eba889669ed...f5025dd3d56646c3ec3499773153c0c01f7e9f98
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/20240714/9708c899/attachment-0001.htm>


More information about the debian-med-commit mailing list