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


Commits:
650b7a7f by Étienne Mollier at 2021-10-25T00:17:24+02:00
d/rules: only disable executable bit if test package is built.

- - - - -
9c337903 by Étienne Mollier at 2021-10-25T00:18:53+02:00
update changelog

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+samtools (1.13-4) UNRELEASED; urgency=medium
+
+  * [650b7a7] d/rules: only disable executable bit if test package is built.
+
+ -- Étienne Mollier <[email protected]>  Mon, 25 Oct 2021 00:18:07 +0200
+
 samtools (1.13-3) unstable; urgency=medium
 
   * [ee4c97e] d/rules: fix several issues in manual pages.


=====================================
debian/rules
=====================================
@@ -58,7 +58,9 @@ override_dh_install:
            sed -i '1s?#!/usr/bin/env \+perl?#!/usr/bin/perl?' $${pscript} ; \
        done
        # Disable the executable bit on a dataset.
-       chmod 0644 
debian/samtools-test/usr/share/samtools/test/ampliconclip/ac_test.bed
+       if [ -d debian/samtools-test ] \
+       ; then chmod 0644 
debian/samtools-test/usr/share/samtools/test/ampliconclip/ac_test.bed \
+       ; fi
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS



View it on GitLab: 
https://salsa.debian.org/med-team/samtools/-/compare/a35323b79a488fda60725883670bf9fe132dec9b...9c3379035d5b05bd8361a0cfdb47cebc71301b88

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/samtools/-/compare/a35323b79a488fda60725883670bf9fe132dec9b...9c3379035d5b05bd8361a0cfdb47cebc71301b88
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to