X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=debian%2Fprometheus.debian;fp=prometheus.debian;h=c17d10c5cb819212c788f27bfac2fa3b94e55488;hp=d5487e59e50610eb8e08e18a35aa7a68bbf7efce;hb=03a8ebc89cec35513922872b2f87bc63cb78c669;hpb=bfa17fc5a6298ef207c5fbc9867bd82443909921 diff --git a/prometheus.debian b/debian/prometheus.debian similarity index 53% rename from prometheus.debian rename to debian/prometheus.debian index d5487e5..c17d10c 100755 --- a/prometheus.debian +++ b/debian/prometheus.debian @@ -1,9 +1,10 @@ #!/bin/bash arch=`dpkg-architecture -qDEB_HOST_ARCH` -version=`grep VERSION Makefile | gawk -F= '{ print $2 }'` -package=`grep PACKAGE Makefile | gawk -F= '{ print $2 }'` -maintainer='gandalf ' +version=`grep VERSION= Makefile | cut -d = -f 2` +package=`grep PACKAGE= Makefile | cut -d = -f 2` +maintainer="gandalf " +control=debian/prometheus.control #patch -Nl debian/control + $control > debian/control -dpkg-buildpackage