2013/9/12 Mathieu Malaterre :
> Hi,
>
> Does anyone sees anything wrong with:
>
> ...
> $ cat debian/rules:
> VERSION = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' '
> -f2 | cut -f1 -d-)
> debian/tbb.pc: debian/tbb.pc.in
> sed -e"s/@VERSION@/$(VERSION)/g" $< > $@
>
> build: debian/tbb
Hi,
Does anyone sees anything wrong with:
...
$ cat debian/rules:
VERSION = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' '
-f2 | cut -f1 -d-)
debian/tbb.pc: debian/tbb.pc.in
sed -e"s/@VERSION@/$(VERSION)/g" $< > $@
build: debian/tbb.pc
...
It used to work, but completely destroyed
2 matches
Mail list logo