debian package is updated

This commit is contained in:
Sukchan Lee 2017-12-18 13:27:56 +09:00
parent 466b15f5ad
commit a3fbbf70cb
3 changed files with 4 additions and 3 deletions

3
debian/control vendored
View File

@ -15,7 +15,8 @@ Build-Depends: debhelper (>= 9),
libgcrypt-dev,
libssl-dev,
libmongoc-dev,
libbson-dev
libbson-dev,
libyaml-dev
Standards-Version: 3.9.6
Vcs-Browser: https://github.com/acetcom/nextepc
Vcs-Git: git://github.com/acetcom/nextepc

2
debian/copyright vendored
View File

@ -4,7 +4,7 @@ Source: https://github.com/acetcom/nextepc
Files: *
Copyright: 2017 NextEPC Group
License: GPL-3
License: AGPL-3
Files: lib/freeDiameter-1.2.1/*
Copyright: 2008-2011, WIDE Project and NICT

2
debian/rules vendored
View File

@ -25,7 +25,7 @@ override_dh_auto_test:
mongod --fork --logpath debian/test/var/log/mongodb.log --dbpath debian/test/db; \
fi; \
else \
remove_db_uri_conf="/DB_URI/d"; \
remove_db_uri_conf="/db_uri/d"; \
mongodb_exclude_list="-x s1setup_test attach_test volte_test handover_test"; \
fi; \
mkdir -p debian/test/db debian/test/etc/nextepc/freeDiameter debian/test/var/log/nextepc; \