changeset 631:3660824413ab

Fixed some dependencies
author Sebastien Decugis <sdecugis@nict.go.jp>
date Tue, 14 Dec 2010 13:51:54 +0900
parents 8a7715977f18
children 3c0b895d0900
files contrib/debian/control extensions/test_sip/CMakeLists.txt
diffstat 2 files changed, 12 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/contrib/debian/control	Tue Dec 14 11:54:14 2010 +0900
+++ b/contrib/debian/control	Tue Dec 14 13:51:54 2010 +0900
@@ -28,7 +28,8 @@
 Package: freediameter-daemon
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, freediameter-common (= ${binary:Version})
-Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-legacy
+Suggests: ssl-cert, freediameter-dictionary-rfc4005, freediameter-dictionary-rfc4072, freediameter-dictionary-rfc4740,
+  freediameter-dictionary-mip6, freediameter-dictionary-legacy
 Description: The freeDiameter daemon. 
  The freeDiameter daemon provides support for the Diameter
  Base Protocol. Without any extension, the daemon can only
@@ -43,7 +44,8 @@
 Package: freediameter-debug-tools
 Architecture: any
 Section: contrib/debug
-Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version}), python
+Depends: ${misc:Depends}, freediameter-daemon (= ${binary:Version})
+Suggests: python, libmysqlclient16
 Description: freeDiameter debug tools.
  This package provides useful tools to help tracking 
  problems in freeDiameter installation. For example,
--- a/extensions/test_sip/CMakeLists.txt	Tue Dec 14 11:54:14 2010 +0900
+++ b/extensions/test_sip/CMakeLists.txt	Tue Dec 14 13:51:54 2010 +0900
@@ -20,3 +20,11 @@
 FD_ADD_EXTENSION(test_sip ${TEST_SIP_SRC})
 
 TARGET_LINK_LIBRARIES(test_sip ${MySQL_LIBRARIES})
+
+
+####
+## INSTALL section ##
+
+INSTALL(TARGETS test_app
+	LIBRARY DESTINATION ${INSTALL_EXTENSIONS_SUFFIX}
+	COMPONENT freeDiameter-debug-tools)
"Welcome to our mercurial repository"