[med-svn] [Git][med-team/hhsuite][master] 3 commits: Fix tests on non-x86.

Michael R. Crusoe gitlab at salsa.debian.org
Wed Sep 2 14:40:28 BST 2020



Michael R. Crusoe pushed to branch master at Debian Med / hhsuite


Commits:
7653344e by Michael R. Crusoe at 2020-09-02T15:25:57+02:00
Fix tests on non-x86.

- - - - -
d498df78 by Michael R. Crusoe at 2020-09-02T15:28:08+02:00
Include Built-Using: ${simde:Built-Using} to satisfy GPL requirements

- - - - -
9933cab1 by Michael R. Crusoe at 2020-09-02T15:39:32+02:00
release 3.3.0+ds-4

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+hhsuite (3.3.0+ds-4) unstable; urgency=medium
+
+  * Team upload.
+  * Fix tests on non-x86.
+  * Include Built-Using: ${simde:Built-Using} to satisfy GPL requirements
+
+ -- Michael R. Crusoe <crusoe at debian.org>  Wed, 02 Sep 2020 15:39:19 +0200
+
 hhsuite (3.3.0+ds-3) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -18,6 +18,7 @@ Rules-Requires-Root: no
 
 Package: hhsuite
 Architecture: any
+Built-Using: ${simde:Built-Using}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${perl:Depends},


=====================================
debian/rules
=====================================
@@ -88,7 +88,7 @@ ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386))
 	  do ln -s $(CURDIR)/build_plain/src/$${file} $(CURDIR)/debian/testdir/$${file%%-plain} ; done
 	cd $(CURDIR)/data && PATH=$$PATH:$(CURDIR)/build_plain/lib/ffindex/src/:$(CURDIR)/debian/testdir ./test.sh
 else
-	cd $(CURDIR)/data && PATH=$$PATH:$(CURDIR)/mybuild/src ./test.sh
+	cd $(CURDIR)/data && PATH=$$PATH:$(CURDIR)/mybuild/src:$(CURDIR)/mybuild/lib/ffindex/src ./test.sh
 endif
 
 override_dh_auto_install-arch:
@@ -125,5 +125,8 @@ override_dh_fixperms-arch:
 	dh_fixperms
 	chmod -x debian/hhsuite/usr/share/hhsuite/scripts/*.pm
 
+override_dh_gencontrol:
+	dh_gencontrol -- -Vsimde:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W "libsimde-dev")"
+
 %:
 	dh $@



View it on GitLab: https://salsa.debian.org/med-team/hhsuite/-/compare/2959f5c8ebe5f3e3aef54d61bdc3efc1ea22593b...9933cab1159fe83cdfcad20720b5d4b714647182

-- 
View it on GitLab: https://salsa.debian.org/med-team/hhsuite/-/compare/2959f5c8ebe5f3e3aef54d61bdc3efc1ea22593b...9933cab1159fe83cdfcad20720b5d4b714647182
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/20200902/e61a56bf/attachment-0001.html>


More information about the debian-med-commit mailing list