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.


_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to