[med-svn] [Git][med-team/libdisorder][master] 4 commits: Add autopkgtests
Nilesh Patra (@nilesh)
gitlab at salsa.debian.org
Sat Jul 24 19:17:50 BST 2021
Nilesh Patra pushed to branch master at Debian Med / libdisorder
Commits:
078767f5 by Nilesh Patra at 2021-07-24T23:39:30+05:30
Add autopkgtests
- - - - -
c0661954 by Nilesh Patra at 2021-07-24T23:40:03+05:30
Declare compliance with policy 4.5.1
- - - - -
bf55e882 by Nilesh Patra at 2021-07-24T23:45:47+05:30
d/salsa-ci.yml: Disable lintian
- - - - -
ce2fdae0 by Nilesh Patra at 2021-07-24T23:46:13+05:30
Interim changelog entry
- - - - -
6 changed files:
- debian/changelog
- debian/control
- debian/salsa-ci.yml
- + debian/tests/control
- + debian/tests/pkg-python/import-name
- + debian/tests/run-unit-test
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+libdisorder (0.0.2+git20130809.8062ee1-3) UNRELEASED; urgency=medium
+
+ * Team Upload.
+ * Add autopkgtests
+ * Declare compliance with policy 4.5.1
+ * d/salsa-ci.yml: Disable lintian
+
+ -- Nilesh Patra <nilesh at debian.org> Sat, 24 Jul 2021 23:45:51 +0530
+
libdisorder (0.0.2+git20130809.8062ee1-2) unstable; urgency=medium
* Standards-Version: 4.5.0 (routine-update)
=====================================
debian/control
=====================================
@@ -5,7 +5,7 @@ Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
d-shlibs
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/libdisorder
Vcs-Git: https://salsa.debian.org/med-team/libdisorder.git
Homepage: https://github.com/locasto/libdisorder
=====================================
debian/salsa-ci.yml
=====================================
@@ -2,3 +2,5 @@
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
+variables:
+ SALSA_CI_DISABLE_LINTIAN: 1
=====================================
debian/tests/control
=====================================
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @
+Restrictions: allow-stderr
=====================================
debian/tests/pkg-python/import-name
=====================================
@@ -0,0 +1 @@
+spoa
=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,18 @@
+#!/bin/bash
+set -e
+
+CUR_DIR=`pwd`
+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 ${CUR_DIR}/code/test/*.png $AUTOPKGTEST_TMP
+
+cd $AUTOPKGTEST_TMP
+
+ropy entropy.png > out
+echo "eca4d09c16c3592cfe7bff9b6b73b7ac out" >> checksum
+md5sum --check checksum
+rm -f out checksum
+echo "PASS"
View it on GitLab: https://salsa.debian.org/med-team/libdisorder/-/compare/7ebe105f932f1356ed22acbea90414fb7f8ffbdc...ce2fdae0784a0d7171a229bf47fec3541fd17112
--
View it on GitLab: https://salsa.debian.org/med-team/libdisorder/-/compare/7ebe105f932f1356ed22acbea90414fb7f8ffbdc...ce2fdae0784a0d7171a229bf47fec3541fd17112
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/20210724/e54643da/attachment-0001.htm>
More information about the debian-med-commit
mailing list