[med-svn] [Git][med-team/medicalterms][master] 7 commits: routine-update: Standards-Version: 4.5.0

Andreas Tille gitlab at salsa.debian.org
Tue Mar 10 10:07:56 GMT 2020



Andreas Tille pushed to branch master at Debian Med / medicalterms


Commits:
eeb9b9cd by Andreas Tille at 2020-03-10T09:58:52+01:00
routine-update: Standards-Version: 4.5.0

- - - - -
cc41daa1 by Andreas Tille at 2020-03-10T09:58:53+01:00
routine-update: debhelper-compat 12

- - - - -
dc7ce481 by Andreas Tille at 2020-03-10T09:58:58+01:00
routine-update: Add salsa-ci file

- - - - -
6e307a52 by Andreas Tille at 2020-03-10T09:59:09+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html

- - - - -
120a455f by Andreas Tille at 2020-03-10T10:32:38+01:00
Install test script and README.test

- - - - -
e1281cde by Andreas Tille at 2020-03-10T11:02:27+01:00
Once run-unit-test script is made available to the user we need to test all possible alternatives of hunspell dictionaries

- - - - -
ceb7c0e9 by Andreas Tille at 2020-03-10T11:06:45+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/hunspell-de-med.docs
- + debian/salsa-ci.yml
- debian/tests/run-unit-test
- + debian/upstream/metadata


Changes:

=====================================
debian/changelog
=====================================
@@ -1,11 +1,24 @@
-medicalterms (20160103-4) UNRELEASED; urgency=medium
+medicalterms (20160103-4) unstable; urgency=medium
 
+  * Team upload
+
+  [ Pranav Ballaney ]
   * Added autopkgtest template
   * Add hunspell as a dependency
   * Add and install test data
   * Add autopkgtests
   * Added debian/README.test
 
+  [ Andreas Tille ]
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 12 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+  * Install test script and README.test
+  * Once run-unit-test script is made available to the user we need to test all
+    possible alternatives of hunspell dictionaries
+
  -- Pranav Ballaney <ballaneypranav at gmail.com>  Tue, 10 Mar 2020 14:13:04 +0530
 
 medicalterms (20160103-3) unstable; urgency=medium


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -3,11 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Dr. Tobias Quathamer <toddy at debian.org>
 Section: localization
 Priority: optional
-Build-Depends: debhelper (>= 11~)
+Build-Depends: debhelper-compat (= 12)
 Build-Depends-Indep: aspell-de,
                      dictionaries-common-dev,
                      recode
-Standards-Version: 4.2.1
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/medicalterms
 Vcs-Git: https://salsa.debian.org/med-team/medicalterms.git
 Homepage: https://github.com/toddy15/medicalterms


=====================================
debian/hunspell-de-med.docs
=====================================
@@ -1,2 +1,4 @@
 README.md
 README-medicalterms.md
+debian/tests/run-unit-test
+debian/README.test


=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+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


=====================================
debian/tests/run-unit-test
=====================================
@@ -25,4 +25,23 @@ tail -4 /usr/share/dict/german-medical
 echo
 
 echo "Testing hunspell-de-med: "
-hunspell -d de_DE,de_med -L testlist
\ No newline at end of file
+testdone=False
+if dpkg -l | grep -q hunspell-de-de ; then
+    echo "Check de_DE"
+    hunspell -d de_DE,de_med -L testlist
+    testdone=True
+fi
+if dpkg -l | grep -q hunspell-de-at ; then
+    echo "Check de_AT"
+    hunspell -d de_AT,de_med -L testlist
+    testdone=True
+fi
+if dpkg -l | grep -q hunspell-de-ch ; then
+    echo "Check de_CH"
+    hunspell -d de_CH,de_med -L testlist
+    testdone=True
+fi
+if [ "$testdone" = "False" ] ; then
+    echo "None of the expected German dictionaries AT, CH or DE is installed.  Something is wrong!"
+    exit 1
+fi


=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/toddy15/medicalterms/issues
+Bug-Submit: https://github.com/toddy15/medicalterms/issues/new
+Repository: https://github.com/toddy15/medicalterms.git
+Repository-Browse: https://github.com/toddy15/medicalterms



View it on GitLab: https://salsa.debian.org/med-team/medicalterms/-/compare/2666f0da3e6629a385e2b272e5f866d035407e0b...ceb7c0e9df196df58fe1634c771143aa846bed2a

-- 
View it on GitLab: https://salsa.debian.org/med-team/medicalterms/-/compare/2666f0da3e6629a385e2b272e5f866d035407e0b...ceb7c0e9df196df58fe1634c771143aa846bed2a
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/20200310/d3d57363/attachment-0001.html>


More information about the debian-med-commit mailing list