[med-svn] [Git][med-team/plast][master] 4 commits: Search binary in obj-* dir to test across all arches

Nilesh Patra gitlab at salsa.debian.org
Sun Dec 6 09:50:40 GMT 2020



Nilesh Patra pushed to branch master at Debian Med / plast


Commits:
ace8a88a by Nilesh Patra at 2020-12-06T14:46:47+05:30
Search binary in obj-* dir to test across all arches

- - - - -
c01d89a8 by Nilesh Patra at 2020-12-06T09:33:25+00:00
Test only on binary:any package

- - - - -
01856c0d by Nilesh Patra at 2020-12-06T09:38:18+00:00
DEP3

- - - - -
4ec11946 by Nilesh Patra at 2020-12-06T15:13:43+05:30
Update changelog

- - - - -


4 changed files:

- debian/changelog
- debian/patches/adapt_auto_test_script.sh
- debian/patches/simde.patch
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+plast (2.3.2+dfsg-6) unstable; urgency=medium
+
+  * Team Upload.
+  * Search binary in obj-* dir to test across all arches
+  * Test only on binary:any package
+  * DEP3
+
+ -- Nilesh Patra <npatra974 at gmail.com>  Sun, 06 Dec 2020 15:13:01 +0530
+
 plast (2.3.2+dfsg-5) unstable; urgency=medium
 
   * Team Upload.


=====================================
debian/patches/adapt_auto_test_script.sh
=====================================
@@ -12,7 +12,7 @@ Description: Adapt test script to Debian installation
 -_result=$_scripts_dir/out.txt
 +BUILD_DIR=obj-$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
 +DATA_DIR=$(pwd)/db
-+_script=`find $(pwd)/obj-*-linux-gnu/bin -name plast -executable`
++_script=`find $(pwd)/obj-*/bin -name plast -executable`
 +_result=`dirname $_script`/out.txt
  
  echo


=====================================
debian/patches/simde.patch
=====================================
@@ -1,3 +1,7 @@
+Description: Use simde for wider portability
+Author: Nilesh Patra <npatra974 at gmail.com>
+Forwarded: https://github.com/PLAST-software/plast-library/pull/8
+Last-Update: 2020-12-06
 --- a/src/algo/hits/gap/SmallGapHitIteratorSSE8.cpp
 +++ b/src/algo/hits/gap/SmallGapHitIteratorSSE8.cpp
 @@ -19,15 +19,8 @@


=====================================
debian/rules
=====================================
@@ -26,10 +26,11 @@ override_dh_auto_build-indep:
 override_dh_auto_install-indep:
 	echo "I: Nothing to do for arch:indep binary"
 
-override_dh_gencontrol:
+override_dh_gencontrol-arch:
 	dh_gencontrol -- -Vsimde:Built-Using="$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W "libsimde-dev")"
 
-override_dh_auto_test:
+override_dh_auto_test-indep:
+override_dh_auto_test-arch:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	scripts/test-plast.sh
 endif



View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/c0faba8d72195c9998fc6b458cae8b12ced2d2f0...4ec11946eea5b8649ca8be2fb2764b87793e1ac3

-- 
View it on GitLab: https://salsa.debian.org/med-team/plast/-/compare/c0faba8d72195c9998fc6b458cae8b12ced2d2f0...4ec11946eea5b8649ca8be2fb2764b87793e1ac3
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/20201206/784cdec3/attachment-0001.html>


More information about the debian-med-commit mailing list