diff --git a/debian/control.modules.in b/debian/control.modules.in index d7264a207..a69488ef5 100644 --- a/debian/control.modules.in +++ b/debian/control.modules.in @@ -1,15 +1,15 @@ -Source: ngcp-rtpengine-kernel +Source: ngcp-rtpengine Section: kernel Priority: optional Maintainer: Sipwise Development Team Build-Depends: debhelper (>= 5) -Standards-Version: 3.9.3 +Standards-Version: 3.9.7 Homepage: http://sipwise.com/ Package: ngcp-rtpengine-kernel-modules-_KVERS_ Architecture: any Depends: linux-modules-_KVERS_ | linux-image-_KVERS_ Provides: ngcp-rtpengine-kernel -Description: TODO +Description: IPtables kernel module for the NGCP media proxy This package provides the ngcp-rtpengine module for the Linux kernel version _KVERS_. diff --git a/kernel-module/Makefile b/kernel-module/Makefile index 0df3f0f6d..1c4ccc365 100644 --- a/kernel-module/Makefile +++ b/kernel-module/Makefile @@ -7,7 +7,7 @@ ifneq ($(RTPENGINE_VERSION),) else DPKG_PRSCHNGLG= $(shell which dpkg-parsechangelog 2>/dev/null) ifneq ($(DPKG_PRSCHNGLG),) - EXTRA_CFLAGS += -DRTPENGINE_VERSION="\"$(shell dpkg-parsechangelog -l$(M)/../debian/changelog | awk '/^Version: / {print $$2}')\"" + EXTRA_CFLAGS += -DRTPENGINE_VERSION="\"$(shell dpkg-parsechangelog -l$(M)/debian/changelog | awk '/^Version: / {print $$2}')\"" else EXTRA_CFLAGS += -DRTPENGINE_VERSION="\"undefined\"" endif