projects
/
selector.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c1fd8
)
Added the creation of debian/control.
author
Francois Fleuret
<francois@fleuret.org>
Wed, 13 May 2009 08:37:08 +0000
(10:37 +0200)
committer
Francois Fleuret
<francois@fleuret.org>
Wed, 13 May 2009 08:37:08 +0000
(10:37 +0200)
mkdeb.sh
patch
|
blob
|
history
diff --git
a/mkdeb.sh
b/mkdeb.sh
index
291c677
..
44df3dc
100755
(executable)
--- 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 <<EOF