From: Francois Fleuret Date: Wed, 13 May 2009 08:37:08 +0000 (+0200) Subject: Added the creation of debian/control. X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=commitdiff_plain;h=b72e53a3b3e5e56d7fae39203e83dc58d8fe7d45 Added the creation of debian/control. --- diff --git a/mkdeb.sh b/mkdeb.sh index 291c677..44df3dc 100755 --- a/mkdeb.sh +++ b/mkdeb.sh @@ -39,6 +39,8 @@ for d in DEBIAN ${BIN_PATH} ${MAN_PATH}; do mkdir -p ${TMP}/${d} done +mkdir -p debian/control + LIB_DEPENDS=$(dpkg-shlibdeps -O ./selector | grep Depends | sed -e "s/^.*Depends=//") cat > ${TMP}/DEBIAN/control <