Re: build: in debian/rules

2013-09-12 Thread Игорь Пашев
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

build: in debian/rules

2013-09-12 Thread 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.pc ... It used to work, but completely destroyed