[med-svn] [Git][med-team/unifrac-tools][master] 4 commits: initialize changelog

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Oct 2 13:27:12 BST 2022



É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 <emollier at debian.org>  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 <debian-med-packaging at lists.alioth.debian.org>
-Uploaders: Andreas Tille <tille at debian.org>
+Uploaders: Andreas Tille <tille at debian.org>,
+           Étienne Mollier <emollier at debian.org>
 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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20221002/b0949452/attachment-0001.htm>


More information about the debian-med-commit mailing list