Lines Matching refs:DEBIAN
22 mkdir -p ${DEBIANDIR}/DEBIAN
35 …-prune -o -type f -exec md5sum '{}' \; | sed -e s/$DDIR// -e 's/\///' > ${DEBIANDIR}/DEBIAN/md5sums
38 cat > ${DEBIANDIR}/DEBIAN/control <<EOF
66 echo "librmcast 0 librmcast0 (>= ${VERSION}-${RELEASE})" > ${DEBIANDIR}/DEBIAN/shlibs
69 cat > ${DEBIANDIR}/DEBIAN/postinst <<EOF
78 chmod +x ${DEBIANDIR}/DEBIAN/postinst
81 cat > ${DEBIANDIR}/DEBIAN/postrm <<EOF
90 chmod +x ${DEBIANDIR}/DEBIAN/postrm
94 …-prune -o -type f -exec md5sum '{}' \; | sed -e s/$DDIR// -e 's/\///' > ${DEBIANDIR}/DEBIAN/md5sums
96 cat > ${DEBIANDIR}/DEBIAN/control <<EOF
105 …DIR/librmcast.so.0.0.0 | sed "s/shlibs:Depends=\(.*\)/Depends: \1/g" >> ${DEBIANDIR}/DEBIAN/control
107 cat >> ${DEBIANDIR}/DEBIAN/control <<EOF