just improved ERP formatting
[svn/Prometheus-QoS/.git] / prometheus.debian
CommitLineData
ab783510 1#!/bin/bash
2
1dd7f69f 3arch=`dpkg-architecture -qDEB_HOST_ARCH`
4version=`grep VERSION Makefile | gawk -F= '{ print $2 }'`
5package=`grep PACKAGE Makefile | gawk -F= '{ print $2 }'`
6maintainer='gandalf <gandalf@arachne.cz>'
ab783510 7
1dd7f69f 8patch -Nl <debian/prometheus.patch
ab783510 9
1dd7f69f 10sed -e "s/__ARCHITECTURE__/$arch/" \
11 -e "s/__VERSION__/$version/" \
12 -e "s/__PACKAGE__/$package/" \
13 -e "s/__MAINTAINER__/$maintainer/" \
14 debian/prometheus.control > debian/control
ab783510 15
1dd7f69f 16dpkg-buildpackage
17
This page took 0.105458 seconds and 4 git commands to generate.