[med-svn] [Git][med-team/community/helper-scripts][master] 2 commits: test for /usr/bin/curl

Steffen Möller (@moeller) gitlab at salsa.debian.org
Tue May 18 16:12:35 BST 2021



Steffen Möller pushed to branch master at Debian Med / community / helper-scripts


Commits:
6b0d19ad by Steffen Moeller at 2021-05-18T17:11:56+02:00
test for /usr/bin/curl

- - - - -
e91683e3 by Steffen Moeller at 2021-05-18T17:12:26+02:00
Merge branch 'master' of salsa.debian.org:med-team/community/helper-scripts

- - - - -


1 changed file:

- inject-into-salsa-git


Changes:

=====================================
inject-into-salsa-git
=====================================
@@ -69,6 +69,11 @@ if [ ! -x /usr/bin/jq ]; then
   exit 1
 fi
 
+if [ ! -x /usr/bin/curl ]; then
+  echo "E: This package needs 'curl' from the cognate package."
+  exit 1
+fi
+
 . ${SALSARC}
 
 DEBPKGNAME=`dpkg-parsechangelog | awk '/^Source:/ {print $2}'`



View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/-/compare/da8c06cb84cd88436f9d9e528f14bf056501ee29...e91683e3e5eae2ddf130d98d9ad96a8fbccc076c

-- 
View it on GitLab: https://salsa.debian.org/med-team/community/helper-scripts/-/compare/da8c06cb84cd88436f9d9e528f14bf056501ee29...e91683e3e5eae2ddf130d98d9ad96a8fbccc076c
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/20210518/b8f3f588/attachment.htm>


More information about the debian-med-commit mailing list