[med-svn] [Git][med-team/constellations][master] 2 commits: Upload to new

Andreas Tille (@tille) gitlab at salsa.debian.org
Sat Dec 24 15:39:00 GMT 2022



Andreas Tille pushed to branch master at Debian Med / constellations


Commits:
97da36c7 by Andreas Tille at 2022-12-24T16:27:29+01:00
Upload to new

- - - - -
ce8cc61d by Andreas Tille at 2022-12-24T16:38:40+01:00
Add superfluous test

- - - - -


3 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,5 +1,5 @@
 constellations (0.1.10-1) UNRELEASED; urgency=medium
 
-  * Initial release (Closes: #<bug>)
+  * Initial release (Closes: #1026943)
 
- -- Andreas Tille <tille at debian.org>  Wed, 21 Dec 2022 20:40:26 +0100
+ -- Andreas Tille <tille at debian.org>  Sat, 24 Dec 2022 16:27:15 +0100


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


=====================================
debian/tests/run-unit-test
=====================================
@@ -0,0 +1,16 @@
+#!/bin/bash
+set -e
+
+pkg=constellations
+
+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}"
+
+constellations



View it on GitLab: https://salsa.debian.org/med-team/constellations/-/compare/f9414539856ff6674619c5d30ca773837c0ae413...ce8cc61de87bdad31faac582b15073008f7fd01a

-- 
View it on GitLab: https://salsa.debian.org/med-team/constellations/-/compare/f9414539856ff6674619c5d30ca773837c0ae413...ce8cc61de87bdad31faac582b15073008f7fd01a
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/20221224/609d9341/attachment-0001.htm>


More information about the debian-med-commit mailing list