diff --git a/CMakeLists.txt b/CMakeLists.txt
index 64c1189884ded2f5f393a274995070d627f92079..fee94785b9658e0e6653acf6c0e575257e9e91a5 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -87,8 +87,7 @@ IF (UNIX)
 
 # Uncomment to add dependencies
 # SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-<package_name>-dev (>= 1.0~${DISTRIB})")
-  SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-iriutils-dev (>= 1.0~${DISTRIB})")
-  SET(CPACK_DEBIAN_PACKAGE_DEPENDS "xsdcxx (>= 1.0~${DISTRIB})")
+  SET(CPACK_DEBIAN_PACKAGE_DEPENDS "iri-iriutils-dev (>= 1.0~${DISTRIB}), xsdcxx (>= 1.0~${DISTRIB})")
 
   INCLUDE(CPack)
 ELSE(UNIX)