[med-svn] [Git][med-team/qiime][master] 3 commits: initialize changelog

Étienne Mollier (@emollier) gitlab at salsa.debian.org
Sun Sep 4 16:21:54 BST 2022



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


Commits:
d3428eb1 by Étienne Mollier at 2022-09-04T17:03:25+02:00
initialize changelog

- - - - -
5ad184ad by Étienne Mollier at 2022-09-04T17:12:04+02:00
d/t/{control,run-unit-tests}: ensure DEB_HOST_ARCH_BITS is usable.

- - - - -
8aae32a7 by Étienne Mollier at 2022-09-04T17:13:39+02:00
ready to upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/tests/control
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+qiime (2022.8.1-2) unstable; urgency=medium
+
+  * d/t/{control,run-unit-tests}: ensure DEB_HOST_ARCH_BITS is usable.
+
+ -- Étienne Mollier <emollier at debian.org>  Sun, 04 Sep 2022 17:13:00 +0200
+
 qiime (2022.8.1-1) unstable; urgency=medium
 
   [ Nilesh Patra ]


=====================================
debian/tests/control
=====================================
@@ -1,3 +1,3 @@
 Tests: run-unit-test
-Depends: @, python3-setuptools, python3-pytest
+Depends: @, python3-setuptools, python3-pytest, dpkg-dev
 Restrictions: allow-stderr


=====================================
debian/tests/run-unit-test
=====================================
@@ -8,7 +8,7 @@ if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
   trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
 fi
 
-if [ "$DEB_HOST_ARCH_BITS" = "32" ] ; then
+if [ "$(dpkg-architecture -q DEB_HOST_ARCH_BITS)" = "32" ] ; then
 	exit 77
 fi
 



View it on GitLab: https://salsa.debian.org/med-team/qiime/-/compare/fc41dee3fe1c5bf89f1da9b0a10ec2a15137762d...8aae32a75d1598bdd4ae534f1cf89395e127cd6e

-- 
View it on GitLab: https://salsa.debian.org/med-team/qiime/-/compare/fc41dee3fe1c5bf89f1da9b0a10ec2a15137762d...8aae32a75d1598bdd4ae534f1cf89395e127cd6e
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/20220904/c0f3620a/attachment-0001.htm>


More information about the debian-med-commit mailing list