diff --git a/debian/changelog b/debian/changelog index 1d6f412..0b06f39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lua-ngcp (0.1.0) UNRELEASED; urgency=low +lua-ngcp-kamailio (0.1.0) UNRELEASED; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 9035669..8397f30 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: lua-ngcp +Source: lua-ngcp-kamailio Priority: extra Maintainer: Victor Seva Build-Depends: debhelper (>= 8~), dh-lua (>= 16~) @@ -6,7 +6,7 @@ Standards-Version: 3.9.4 Section: libs Homepage: git://git.mgm.sipwise.com/kamailio-conf-lua -Package: lua-ngcp +Package: lua-ngcp-kamailio Section: libs Architecture: any Depends: lua-sql-mysql, ${shlibs:Depends}, ${misc:Depends} diff --git a/debian/copyright b/debian/copyright index 1acbadb..2120471 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: ngcp-liblua -Source: git://git.mgm.sipwise.com/kamailio-conf-lua +Upstream-Name: lua-ngcp-kamailio +Source: git://git.mgm.sipwise.com/lua-ngcp-kamailio Files: * Copyright: 2013 Sipwise GmbH, Austria diff --git a/debian/dh-lua.conf b/debian/dh-lua.conf index d3dd061..d43f415 100644 --- a/debian/dh-lua.conf +++ b/debian/dh-lua.conf @@ -1,5 +1,5 @@ LUA_VERSION=5.1 -PKG_NAME=ngcp +PKG_NAME=ngcp-kamailio LUA_HEADER= LUA_SOURCES=$(wildcard ngcp/*.lua) diff --git a/debian/lua5.1.dh-lua.conf b/debian/lua5.1.dh-lua.conf index 48b39d2..8a7a21a 100644 --- a/debian/lua5.1.dh-lua.conf +++ b/debian/lua5.1.dh-lua.conf @@ -1,4 +1,4 @@ -PKG_NAME=ngcp +PKG_NAME=ngcp-kamailio LUA_SOURCES=$(wildcard ngcp/*.lua) LUA_MODNAME=ngcp