IPv6 iptables exceptions (for OSPF)
[svn/Prometheus-QoS/.git] / debian / prometheus.debian
... / ...
CommitLineData
1#!/bin/bash
2
3arch=`dpkg-architecture -qDEB_HOST_ARCH`
4version=`grep VERSION= Makefile | cut -d = -f 2`
5package=`grep PACKAGE= Makefile | cut -d = -f 2`
6maintainer="gandalf <gandalf@arachne.cz>"
7control=debian/prometheus.control
8
9#patch -Nl <debian/prometheus.patch
10
11sed -e "s/__ARCHITECTURE__/$arch/" \
12 -e "s/__VERSION__/$version/" \
13 -e "s/__PACKAGE__/$package/" \
14 -e "s/__MAINTAINER__/$maintainer/" \
15 $control > debian/control
16
17
This page took 0.096305 seconds and 4 git commands to generate.