Étienne Mollier pushed to branch master at Debian Med / unifrac-tools


Commits:
372fe9c1 by Étienne Mollier at 2022-10-02T14:11:21+02:00
initialize changelog

- - - - -
e8b36983 by Étienne Mollier at 2022-10-02T14:11:29+02:00
d/control: add myself to uploaders.

- - - - -
f36702f5 by Étienne Mollier at 2022-10-02T14:20:24+02:00
d/rules: activate the executable bit of executables.

Otherwise the build time test suite may complain about permission
issues on ssu execution.

- - - - -
21e2cc3a by Étienne Mollier at 2022-10-02T14:24:38+02:00
ready to upload to unstable.

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+unifrac-tools (1.1.1-2) unstable; urgency=medium
+
+  * Source-only upload.
+  * d/control: add myself to uploaders.
+  * d/rules: activate the executable bit of executables; fix a test failure.
+
+ -- Étienne Mollier <[email protected]>  Sun, 02 Oct 2022 14:23:52 +0200
+
 unifrac-tools (1.1.1-1) unstable; urgency=medium
 
   * Initial release (Closes: #1016160)


=====================================
debian/control
=====================================
@@ -1,6 +1,7 @@
 Source: unifrac-tools
 Maintainer: Debian Med Packaging Team 
<[email protected]>
-Uploaders: Andreas Tille <[email protected]>
+Uploaders: Andreas Tille <[email protected]>,
+           Étienne Mollier <[email protected]>
 Section: science
 Testsuite: autopkgtest-pkg-python
 Priority: optional


=====================================
debian/rules
=====================================
@@ -13,10 +13,11 @@ override_dh_auto_build:
        mkdir -p $(CURDIR)/debian/tmp/usr/bin
        mkdir -p $(CURDIR)/debian/tmp/usr/lib
        dh_auto_build -- PREFIX=$(CURDIR)/debian/tmp/usr
+       chmod +x $(CURDIR)/debian/tmp/usr/bin/*
 
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-       export PATH=${PATH}:`pwd`/debian/tmp/usr/bin ; \
+       export PATH=${PATH}:$(CURDIR)/debian/tmp/usr/bin ; \
        cd ci ; \
        ./crawford_test.sh
 endif



View it on GitLab: 
https://salsa.debian.org/med-team/unifrac-tools/-/compare/b7208fa3ab95ab04776bf82739c6341b439a12cf...21e2cc3a43a3c2677da43f20b0f7c79598db118f

-- 
View it on GitLab: 
https://salsa.debian.org/med-team/unifrac-tools/-/compare/b7208fa3ab95ab04776bf82739c6341b439a12cf...21e2cc3a43a3c2677da43f20b0f7c79598db118f
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