[med-svn] [Git][med-team/python-parasail][master] 3 commits: Seems libparasail-dev is needed as well.

Andreas Tille gitlab at salsa.debian.org
Wed Apr 22 10:12:24 BST 2020



Andreas Tille pushed to branch master at Debian Med / python-parasail


Commits:
f2d2070e by Andreas Tille at 2020-04-22T10:50:29+02:00
Seems libparasail-dev is needed as well.

- - - - -
26c03724 by Andreas Tille at 2020-04-22T11:02:03+02:00
Add autopkgtest - but failed

- - - - -
28848591 by Andreas Tille at 2020-04-22T11:03:27+02:00
Trigger Build-time test

- - - - -


4 changed files:

- debian/control
- + debian/examples
- debian/tests/control
- debian/tests/run-unit-test


Changes:

=====================================
debian/control
=====================================
@@ -9,7 +9,8 @@ Build-Depends: debhelper-compat (= 12),
                python3-setuptools,
                python3-numpy,
                python3-wheel,
-               libparasail-dev
+               libparasail-dev,
+               python3-pytest <!nocheck>
 Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/python-parasail
 Vcs-Git: https://salsa.debian.org/med-team/python-parasail.git
@@ -21,6 +22,7 @@ Section: python
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends},
+         libparasail-dev,
          python3-numpy,
          python3-wheel,
 Description: Python3 bindings for the parasail C library


=====================================
debian/examples
=====================================
@@ -0,0 +1 @@
+tests


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


=====================================
debian/tests/run-unit-test
=====================================
@@ -1,14 +1,11 @@
 #!/bin/bash
 set -e
 
-pkg=#PACKAGENAME#
+pkg=python3-parasail
 
 export LC_ALL=C.UTF-8
 if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
   AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
-  # Double quote below to expand the temporary directory variable now versus
-  # later is on purpose.
-  # shellcheck disable=SC2064
   trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
 fi
 
@@ -16,4 +13,4 @@ cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}"
 
 cd "${AUTOPKGTEST_TMP}"
 
-#do_stuff_to_test_package#
+pytest-3



View it on GitLab: https://salsa.debian.org/med-team/python-parasail/-/compare/9c8a67bfe8bd01362ecdce172aaade01797de45d...2884859109d9b73f745f40c947571b49806b810a

-- 
View it on GitLab: https://salsa.debian.org/med-team/python-parasail/-/compare/9c8a67bfe8bd01362ecdce172aaade01797de45d...2884859109d9b73f745f40c947571b49806b810a
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/20200422/3e12499d/attachment-0001.html>


More information about the debian-med-commit mailing list