Codebase list faifa / f4dac0c
Use DEB_VERSION from dpkg Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com> Sudip Mukherjee 4 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
5757 using private and public Ethernet frames.
5858 .
5959 This package contains Faifa shared library.
60
00 #!/usr/bin/make -f
11
2 include /usr/share/dpkg/pkg-info.mk
3
24 # Directory for tmp installation of the package. Files must be installed/copied there
3 # before being packaged
5 # before being packaged
46 TMPDIR=debian/tmp
57
6 DEB_VERSION := $(shell dpkg-parsechangelog | egrep '^Version:' | cut -f 2 -d ' ')
78 UPSTREAM_VERSION := $(shell echo $(DEB_VERSION) | sed 's/-[^-]*$$//')
89 REVISION := $(shell echo $(UPSTREAM_VERSION) | sed -e 's/.*svn//')
910