From 2226ed7e5cc0ea754beb3026de3bb318080fe9d5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 21 Mar 2018 19:16:44 +0000 Subject: [PATCH] Update debian package, start of test scripts --- debian/changelog | 1 + debian/ctsim.desktop | 2 ++ debian/tests/control | 3 +++ 3 files changed, 6 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/changelog b/debian/changelog index 465c15d..f739e68 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ ctsim (6.0.2-1) unstable; urgency=low * New upstream + * debian/tests/control: Start of test suite -- Kevin M. Rosenberg Wed, 21 Mar 2018 12:50:20 -0600 diff --git a/debian/ctsim.desktop b/debian/ctsim.desktop index e55e387..69bc74d 100644 --- a/debian/ctsim.desktop +++ b/debian/ctsim.desktop @@ -3,7 +3,9 @@ Version=1.0 Name=CTSim Computed Tomography Simulator GenericName=Computed Tomography Simulator Comment=Simulate the process of X-ray Computed Tomography +Keywords=medicine;imaging;simulation Type=Application Exec=ctsim Icon=ctsim Categories=Education;Science;MedicalSoftware + diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..f380bc7 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Test-Command: ctsimtext if1 --help +Depends: ctsim + -- 2.34.1