merged changes
This commit is contained in:
		| @@ -113,7 +113,6 @@ function traperror() { | |||||||
|                 fi |                 fi | ||||||
|                 echo |                 echo | ||||||
|             fi |             fi | ||||||
|             echo "**** Entering docker container ${DOCKER_ID}, exit with Ctrl-D" |  | ||||||
|             echo -n "   ... cleanup docker: " |             echo -n "   ... cleanup docker: " | ||||||
|             docker rm -f "${DOCKER_ID}" |             docker rm -f "${DOCKER_ID}" | ||||||
|             echo "returning status: $e" |             echo "returning status: $e" | ||||||
|   | |||||||
| @@ -35,7 +35,7 @@ TO_INSTALL= | |||||||
|  |  | ||||||
| if test -e debian/control.in -a ! -e debian/control; then | if test -e debian/control.in -a ! -e debian/control; then | ||||||
|     for f in $(sed -n 's, *AX_DEB_DEPEND_IFEXISTS(\([^)]*\)).*,\1,p' configure.ac); do |     for f in $(sed -n 's, *AX_DEB_DEPEND_IFEXISTS(\([^)]*\)).*,\1,p' configure.ac); do | ||||||
|         if test -n "$(${DO} apt-cache policy -q ${f})" && ! ${DO} dpkg -l "${f}"; then |         if test -n "$(${DO} apt-cache policy -q ${f})" && ! "$(${DO} apt-cache policy ${f} 2>&1 | grep -q 'N: Unable to locate package')" && ! ${DO} dpkg -l "${f}"; then | ||||||
|             TO_INSTALL+=" ${f}" |             TO_INSTALL+=" ${f}" | ||||||
|         fi |         fi | ||||||
|     done |     done | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user