|
|
|
@ -4,6 +4,8 @@
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
# export DH_VERBOSE=1
|
|
|
|
# export DH_VERBOSE=1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
include /usr/share/dpkg/pkg-info.mk
|
|
|
|
|
|
|
|
|
|
|
|
## kernel package specific stuff
|
|
|
|
## kernel package specific stuff
|
|
|
|
# Name of the source package
|
|
|
|
# Name of the source package
|
|
|
|
psource:=ngcp-rtpengine-kernel-source
|
|
|
|
psource:=ngcp-rtpengine-kernel-source
|
|
|
|
@ -12,7 +14,7 @@ pdkms:=ngcp-rtpengine-kernel-dkms
|
|
|
|
# short upstream name, used for module source directory
|
|
|
|
# short upstream name, used for module source directory
|
|
|
|
sname:=ngcp-rtpengine
|
|
|
|
sname:=ngcp-rtpengine
|
|
|
|
# Source version
|
|
|
|
# Source version
|
|
|
|
sversion:=$(shell dpkg-parsechangelog -SVersion | sed -e 's/^[^:]\+://;s/-[^-]\+$$//')
|
|
|
|
sversion:=$(DEB_VERSION_UPSTREAM)
|
|
|
|
|
|
|
|
|
|
|
|
PACKAGE=ngcp-rtpengine-kernel
|
|
|
|
PACKAGE=ngcp-rtpengine-kernel
|
|
|
|
## end of kernel package specific stuff
|
|
|
|
## end of kernel package specific stuff
|
|
|
|
|