3 arch
=`dpkg-architecture -qDEB_HOST_ARCH`
4 version
=`grep VERSION= Makefile | cut -d = -f 2`
5 package
=`grep PACKAGE= Makefile | cut -d = -f 2`
6 maintainer
="gandalf <gandalf@arachne.cz>"
7 control
=debian
/prometheus.control
9 #patch -Nl <debian/prometheus.patch
11 sed -e "s/__ARCHITECTURE__/$arch/" \
12 -e "s/__VERSION__/$version/" \
13 -e "s/__PACKAGE__/$package/" \
14 -e "s/__MAINTAINER__/$maintainer/" \
15 $control > debian
/control
This page took 0.284372 seconds and 4 git commands to generate.