[med-svn] [Git][med-team/raster3d][master] 5 commits: Add autopkgtest

Andreas Tille gitlab at salsa.debian.org
Thu Nov 1 06:56:08 GMT 2018


Andreas Tille pushed to branch master at Debian Med / raster3d


Commits:
589bfd4b by Zebulon McCorkle at 2018-11-01T06:24:15Z
Add autopkgtest

- - - - -
23fc308a by Andreas Tille at 2018-11-01T06:24:42Z
Add changelog entry for autopkgtest

- - - - -
929a1440 by Andreas Tille at 2018-11-01T06:48:33Z
Use the usual run-unit-test to let the test also serve as example for the user

- - - - -
64e17986 by Andreas Tille at 2018-11-01T06:49:23Z
Secure URI in copyright format

- - - - -
64c4622f by Andreas Tille at 2018-11-01T06:53:02Z
Upload to unstable

- - - - -


6 changed files:

- + debian/README.test
- debian/changelog
- debian/copyright
- debian/raster3d.docs
- + debian/tests/control
- + debian/tests/run-unit-test


Changes:

=====================================
debian/README.test
=====================================
@@ -0,0 +1,9 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by running the provided test:
+
+    sh run-unit-test
+
+in order to confirm its integrity.  You need to install raster3d-doc
+as well since it contains the data set needed for the test.


=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+raster3d (3.0-3-5) unstable; urgency=medium
+
+  [ Piper McCorkle ]
+  * Add autopkgtest
+    Closes: #909709
+
+  [ Andreas Tille ]
+  * Secure URI in copyright format
+
+ -- Andreas Tille <tille at debian.org>  Thu, 01 Nov 2018 07:49:23 +0100
+
 raster3d (3.0-3-4) unstable; urgency=medium
 
   * debhelper 11


=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Raster3D
 Upstream-Contact: Ethan Merritt <merritt at u.washington.edu>
 Source: http://skuld.bmsc.washington.edu/raster3d/raster3d.html


=====================================
debian/raster3d.docs
=====================================
@@ -1 +1,2 @@
 BUGS
+debian/tests/run-unit-test


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


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,13 @@
+#!/bin/sh
+set -e
+
+pkg=raster3d
+
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+  trap "rm -rf $AUTOPKGTEST_TMP" 0 INT QUIT ABRT PIPE TERM
+fi
+
+cd $AUTOPKGTEST_TMP
+
+rings3d -sugars < /usr/share/doc/raster3d/examples/sugars.pdb



View it on GitLab: https://salsa.debian.org/med-team/raster3d/compare/6bb02de5dabde33d79024093f79a55526cdd434b...64c4622f33dafd4a8fe2b5fc790b04733ad17d11

-- 
View it on GitLab: https://salsa.debian.org/med-team/raster3d/compare/6bb02de5dabde33d79024093f79a55526cdd434b...64c4622f33dafd4a8fe2b5fc790b04733ad17d11
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/20181101/0a9cfc95/attachment-0001.html>


More information about the debian-med-commit mailing list