[med-svn] [Git][med-team/relacy][master] Remove unneeded autopkgtest
Shayan Doust
gitlab at salsa.debian.org
Fri Jul 24 17:38:41 BST 2020
Shayan Doust pushed to branch master at Debian Med / relacy
Commits:
4c3fb497 by Shayan Doust at 2020-07-24T17:38:26+01:00
Remove unneeded autopkgtest
- - - - -
3 changed files:
- debian/control
- − debian/tests/control
- − debian/tests/run-unit-test
Changes:
=====================================
debian/control
=====================================
@@ -11,9 +11,9 @@ Homepage: https://github.com/dvyukov/relacy
Rules-Requires-Root: no
Package: relacy-dev
-Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
Description: meticulous synchronization algorithm verifier for relaxed memory models
Relacy Race Detector is a tool for efficient execution of unit tests for
synchronization algorithms written in C++0x. Every user thread is
=====================================
debian/tests/control deleted
=====================================
@@ -1,3 +0,0 @@
-Tests: run-unit-test
-Depends: @
-Restrictions: allow-stderr
=====================================
debian/tests/run-unit-test deleted
=====================================
@@ -1,16 +0,0 @@
-#!/bin/bash
-set -e
-
-pkg=#PACKAGENAME#
-
-export LC_ALL=C.UTF-8
-if [ "${AUTOPKGTEST_TMP}" = "" ] ; then
- AUTOPKGTEST_TMP=$(mktemp -d /tmp/${pkg}-test.XXXXXX)
- trap "rm -rf ${AUTOPKGTEST_TMP}" 0 INT QUIT ABRT PIPE TERM
-fi
-
-cp -a /usr/share/doc/${pkg}/examples/* "${AUTOPKGTEST_TMP}"
-
-cd "${AUTOPKGTEST_TMP}"
-
-#do_stuff_to_test_package#
View it on GitLab: https://salsa.debian.org/med-team/relacy/-/commit/4c3fb49794b4404bf02b6e754b675fd75c60a735
--
View it on GitLab: https://salsa.debian.org/med-team/relacy/-/commit/4c3fb49794b4404bf02b6e754b675fd75c60a735
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/20200724/d6603df5/attachment-0001.html>
More information about the debian-med-commit
mailing list