From b72e53a3b3e5e56d7fae39203e83dc58d8fe7d45 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Wed, 13 May 2009 10:37:08 +0200 Subject: [PATCH] Added the creation of debian/control. --- mkdeb.sh | 2 ++ 1 file changed, 2 insertions(+) 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 <