É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 <emoll...@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.


_______________________________________________
debian-med-commit mailing list
debian-med-com...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to